referrerpolicy=no-referrer-when-downgrade

Module message

Source
Expand description

§Outbound V1 primitives

Structs§

ConstantGasMeter
A meter that assigns a constant amount of gas for the execution of a command
Fee
Fee for delivering message
Initializer
Representation of a call to the initializer of an implementation contract. The initializer has the following ABI signature: initialize(bytes).
Message
A message which can be accepted by implementations of /[SendMessage\]
QueuedMessage
Message which is awaiting processing in the MessageQueue pallet

Enums§

AgentExecuteCommand
A Sub-command executable within an agent
Command
A command which is executable by the Gateway contract on Ethereum
VersionedQueuedMessage
Enqueued outbound messages need to be versioned to prevent data corruption or loss after forkless runtime upgrades

Constants§

ETHER_DECIMALS

Traits§

GasMeter
SendMessage
A trait for sending messages to Ethereum
Ticket