Expand description
Relaying pallet-bridge-messages
application specific
data. Message lane allows sending arbitrary messages between bridged chains. This
module provides entrypoint that starts reading messages from given message lane
of source chain and submits proof-of-message-at-source-chain transactions to the
target chain. Additionally, proofs-of-messages-delivery are sent back from the
target chain to the source chain.
Modules§
- message_
lane - One-way message lane types. Within single one-way lane we have three ‘races’ where we try to:
- message_
lane_ loop - Message delivery loop. Designed to work with messages pallet.
Traits§
- Labeled
- Provides a label for metrics.
Functions§
- relay_
messages_ delivery_ confirmation - Relay messages delivery confirmation.
- relay_
messages_ range - Relay range of messages.