Crate partner_chains_node_commands

Source
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§

AriadneParametersCmd
Command line arguments for the ariadne-parameters command.
RegistrationStatusCmd
Command line arguments for the registration-status command.
SidechainParamsCmd
Command line arguments for the sidechain-params command.

Enums§

PartnerChainsSubcommand
Entry point for all Partner Chains specific subcommand.

Traits§

PartnerChainRuntime
Trait defining Partner Chain governance related types.

Functions§

run
Runs a Partner Chains subcommand.