Expand description
Complex 2-ways headers+messages relays support.
To add new complex relay between ChainA
and ChainB
, you must:
- ensure that there’s a
declare_chain_cli_schema!(...)
for both chains. - add
declare_chain_to_chain_bridge_schema!(...)
ordeclare_chain_to_parachain_bridge_schema
for the bridge. - declare a new struct for the added bridge and implement the
Full2WayBridge
trait for it.
Modules§
- Parachain to parachain relayer CLI primitives.
- Relay chain to parachain relayer CLI primitives.
- Relay chain to Relay chain relayer CLI primitives.
Structs§
- Parameters that are associated with one side of the bridge.
- Bridge parameters, shared by all bridge types.
- All data of the bidirectional complex relay.
- Parameters that have the same names across all bridges.
Traits§
- Bidirectional complex relay.
- Base portion of the bidirectional complex relay.