Module substrate_relay_helper::cli
source · Expand description
Deal with CLI args of substrate-to-substrate relay.
Modules§
- Basic traits for exposing bridges in the CLI.
- Primitives related to chain CLI options.
- Primitives for exposing the equivocation detection functionality in the CLI.
- Primitives for exposing the bridge initialization functionality in the CLI.
- Primitives for exposing the headers relaying functionality in the CLI.
- Complex 2-ways headers+messages relays support.
- Primitives for exposing the messages relaying functionality in the CLI.
- Primitives for exposing the parachains finality relaying functionality in the CLI.
Structs§
- Lane id.
- Prometheus metrics params.
Enums§
- Either explicit or maximal allowed value.
Constants§
- The target that will be used when publishing logs related to this pallet.
Type Aliases§
- 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.