Crate solders_message

Source

Structs§

CompileError
Raised when an error is encountered in compiling a message.
Message
A Solana transaction message.
MessageAddressTableLookup
Address table lookups describe an on-chain address lookup table to use for loading more readonly and writable accounts in a single tx.
MessageHeader
Describes the organization of a :class:Message’s account keys.
MessageV0
A Solana transaction message (v0).

Enums§

VersionedMessage

Functions§

from_bytes_versioned
Deserialize a versioned message, where the first byte indicates whether or not it’s a legacy message.
to_bytes_versioned
Serialize a versioned message, with a leading byte indicating whether or not it’s a legacy message.