Expand description
§Outbound V1 primitives
Structs§
- A meter that assigns a constant amount of gas for the execution of a command
- Fee for delivering message
- Representation of a call to the initializer of an implementation contract. The initializer has the following ABI signature:
initialize(bytes)
. - A message which can be accepted by implementations of
/[
SendMessage\]
- Message which is awaiting processing in the MessageQueue pallet
Enums§
- A Sub-command executable within an agent
- A command which is executable by the Gateway contract on Ethereum
- Enqueued outbound messages need to be versioned to prevent data corruption or loss after forkless runtime upgrades
Constants§
Traits§
- A trait for sending messages to Ethereum