Crate solders_message
Source - 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).
- VersionedMessage
- 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.