referrerpolicy=no-referrer-when-downgrade

Module substrate_relay_helper::messages

source ·
Expand description

Tools for supporting message lanes between two Substrate-based chains.

Modules§

  • Tools for supporting message lanes between two Substrate-based chains.
  • Substrate client as Substrate messages source. The chain we connect to should have runtime that implements <BridgedChainName>HeaderApi to allow bridging with <BridgedName> chain.
  • Substrate client as Substrate messages target. The chain we connect to should have runtime that implements <BridgedChainName>HeaderApi to allow bridging with <BridgedName> chain.

Structs§

Traits§

Functions§

  • Relay messages delivery confirmation of Substrate-to-Substrate messages. No checks are made to ensure that transaction will succeed.
  • Deliver range of Substrate-to-Substrate messages. No checks are made to ensure that transaction will succeed.
  • Run Substrate-to-Substrate messages sync loop.