referrerpolicy=no-referrer-when-downgrade

Crate messages_relay

Source
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.