Module algonaut_transaction::transaction[][src]

Structs

ApplicationCallTransaction
AssetAcceptTransaction

This is a special form of an Asset Transfer Transaction.

AssetClawbackTransaction

This is a special form of an Asset Transfer Transaction.

AssetConfigurationTransaction

This is used to create, configure and destroy an asset depending on which fields are set.

AssetFreezeTransaction

This is a special form of an Asset Transfer Transaction.

AssetParams

This is used to create or configure an asset.

AssetTransferTransaction

This is used to transfer an asset.

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

StateSchema

Storage state schema. The StateSchema object is only required for the create application call transaction. The StateSchema object must be fully populated for both the GlobalStateSchema and LocalStateSchema objects.

Transaction

A transaction that can appear in a block

Enums

TransactionType

Enum containing the types of transactions and their specific fields