Expand description
Deal with CLI args of substrate-to-substrate relay.
Modules§
- bridge
- Basic traits for exposing bridges in the CLI.
- chain_
schema - Primitives related to chain CLI options.
- detect_
equivocations - Primitives for exposing the equivocation detection functionality in the CLI.
- init_
bridge - Primitives for exposing the bridge initialization functionality in the CLI.
- relay_
headers - Primitives for exposing the headers relaying functionality in the CLI.
- relay_
headers_ and_ messages - Complex 2-ways headers+messages relays support.
- relay_
messages - Primitives for exposing the messages relaying functionality in the CLI.
- relay_
parachains - Primitives for exposing the parachains finality relaying functionality in the CLI.
Structs§
- HexLane
Id - Lane id.
- Prometheus
Params - Prometheus metrics params.
Enums§
- Explicit
OrMaximal - Either explicit or maximal allowed value.
Constants§
- LOG_
TARGET - The target that will be used when publishing logs related to this pallet.
Type Aliases§
- Default
Client - Default Substrate client type that we are using. We’ll use it all over the glue CLI code to avoid multiple level generic arguments and constraints. We still allow usage of other clients in the core logic code.