Expand description
The original and current Solana message format.
This crate defines two versions of Message
in their own modules:
legacy
and v0
. legacy
is the current version as of Solana 1.10.0.
v0
is a future message format that encodes more account keys into a
transaction than the legacy format.
Re-exports§
pub use builtins::BUILTIN_PROGRAMS_KEYS;
Deprecated pub use builtins::BUILTIN_PROGRAMS_KEYS;
Deprecated pub use builtins::MAYBE_BUILTIN_KEY_OR_SYSVAR;
Deprecated pub use builtins::MAYBE_BUILTIN_KEY_OR_SYSVAR;
Deprecated
Structs§
- BUILTIN_
PROGRAMS_ KEYS Deprecated - MAYBE_
BUILTIN_ KEY_ OR_ SYSVAR Deprecated - Message
WebAssembly - wasm-bindgen version of the Message struct. This duplication is required until https://github.com/rustwasm/wasm-bindgen/issues/3671 is fixed. This must not diverge from the regular non-wasm Message struct.
Functions§
- is_
builtin_ key_ or_ sysvar Deprecated