Expand description
This crate provides an enum type PartnerChainsSubcommand collecting all Partner Chains specific subcommands, and a run function for running these commands. PartnerChainsSubcommand is meant to be used by a command line argument parser library.
Structs§
- Ariadne
Parameters Cmd - Command line arguments for the
ariadne-parameterscommand. - Registration
Status Cmd - Command line arguments for the
registration-statuscommand. - Sidechain
Params Cmd - Command line arguments for the
sidechain-paramscommand.
Enums§
- Partner
Chains Subcommand - Entry point for all Partner Chains specific subcommand.
Traits§
- Partner
Chain Runtime - Trait defining Partner Chain governance related types.
Functions§
- run
- Runs a Partner Chains subcommand.