Module message
Source Expand description
- 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
- 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
- ETHER_DECIMALS
- GasMeter
- SendMessage
- A trait for sending messages to Ethereum
- Ticket