Module solana_sdk::transaction[][src]

Expand description

Defines a Transaction type to package an atomic sequence of instructions.

Structs

Sanitized transaction and the hash of its message

An atomic transaction

Set of accounts that must be locked for safe transaction processing

An atomic transaction

Enums

Reasons a transaction might be rejected.

Constants

Maximum number of accounts that a transaction may lock. 64 was chosen because it is roughly twice the previous number of account keys that could fit in a legacy tx.

Functions

Type Definitions