[][src]Module algo_rust_sdk::transaction

Structs

BaseTransaction

Fields always used when creating a transaction, used as an argument in creating a Transaction

KeyRegistration

Fields for a key registration transaction

Payment

Fields for a payment transaction

SignedTransaction

Wraps a transaction in a signature. The encoding of this struct is suitable to be broadcast on the network

Transaction

A transaction that can appear in a block

Enums

TransactionType

Enum containing the types of transactions and their specific fields