referrerpolicy=no-referrer-when-downgrade
Expand description

Complex 2-ways headers+messages relays support.

To add new complex relay between ChainA and ChainB, you must:

  1. ensure that there’s a declare_chain_cli_schema!(...) for both chains.
  2. add declare_chain_to_chain_bridge_schema!(...) or declare_chain_to_parachain_bridge_schema for the bridge.
  3. declare a new struct for the added bridge and implement the Full2WayBridge trait for it.

Modules§

Structs§

Traits§