👎Deprecated since 2.3.0: Use
solana-message
crate insteadModules§
- compiled_
instruction - inner_
instruction - legacy
- The original and current Solana message format.
- v0
- A future Solana message format.
Structs§
- Account
Keys - Collection of static and dynamically loaded keys used to load accounts during transaction processing.
- Address
Lookup Table Account - The definition of address lookup table accounts.
- Legacy
Message - Message
- A Solana transaction message (legacy).
- Message
Header - Describes the organization of a
Message
’s account keys. - Sanitized
Versioned Message - Wraps a sanitized
VersionedMessage
to provide a safe API - Transaction
Signature Details - Transaction signature details including the number of transaction signatures and precompile signatures.
Enums§
- Address
Loader Error - Compile
Error - Sanitize
Message Error - Sanitized
Message - Sanitized message of a transaction.
- Simple
Address Loader - Versioned
Message - Either a legacy message or a v0 message.
Constants§
- MESSAGE_
HEADER_ LENGTH - The length of a message header in bytes.
- MESSAGE_
VERSION_ PREFIX - Bit mask that indicates whether a serialized message is versioned.