Module message

Module message 

Source
Expand description

A library for generating a message from a sequence of instructions

Re-exports§

pub use legacy::Message;

Modules§

legacy
A library for generating a message from a sequence of instructions
v0

Structs§

MappedAddresses
Collection of mapped addresses loaded succinctly by a transaction using on-chain address map accounts.
MappedMessage
Combination of a version #0 message and its mapped addresses
MessageHeader

Enums§

SanitizeMessageError
SanitizedMessage
Sanitized message of a transaction which includes a set of atomic instructions to be executed on-chain
VersionedMessage
Message versions supported by the Gemachain runtime.

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.