referrerpolicy=no-referrer-when-downgrade

Module bridge

Source
Expand description

Basic traits for exposing bridges in the CLI.

Traits§

CliBridgeBase
Minimal bridge representation that can be used from the CLI. It connects a source chain to a target chain.
MessagesCliBridge
Bridge representation that can be used from the CLI for relaying messages.
ParachainToRelayHeadersCliBridge
Bridge representation that can be used from the CLI for relaying headers from a parachain to a relay chain.
RelayToRelayEquivocationDetectionCliBridge
Bridge representation that can be used from the CLI for detecting equivocations in the headers synchronized from a relay chain to a relay chain.
RelayToRelayEquivocationDetectionCliBridgeBase
Convenience trait that adds bounds to CliBridgeBase.
RelayToRelayHeadersCliBridge
Bridge representation that can be used from the CLI for relaying headers from a relay chain to a relay chain.

Type Aliases§

MessagesLaneIdOf
An alias for lane identifier type.