Module bridge_runtime_common::messages
source · Expand description
Types that allow runtime to act as a source/target endpoint of message lanes.
Messages are assumed to be encoded Call
s of the target chain. Call-dispatch
pallet is used to dispatch incoming messages. Message identified by a tuple
of to elements - message lane id and message nonce.
Modules
- Sub-module that is declaring types required for processing This -> Bridged chain messages.
- Sub-module that is declaring types required for processing Bridged -> This chain messages.
Traits
- Bridged chain that has
pallet-bridge-messages
module. - Bidirectional message bridge.
- A trait defining helper methods for
RangeInclusive
(start..=end) - This chain that has
pallet-bridge-messages
module. - A trait that provides the type of the underlying chain.
Type Definitions
- Account id used on the chain.
- Type of balances that is used on the chain.
- The
BridgeMessagesCall
used by a chain. - Bridged chain in context of message bridge.
- Hash used on the chain.
- Hasher used on the chain.
- Type of origin that is used on the chain.
- This chain in context of message bridge.
- Underlying chain type.