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-parameters
command. - Registration
Status Cmd - Command line arguments for the
registration-status
command. - Sidechain
Params Cmd - Command line arguments for the
sidechain-params
command.
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.