Crate cumulus_client_cli
source ·Expand description
Cumulus CLI library.
Structs
Options only relevant for collator nodes
Command for exporting the genesis state of the parachain
Command for exporting the genesis wasm file.
A non-redundant version of the
RunCmd that sets the validator field when the
original RunCmd had the collator field.
This is how we make --collator imply --validator.The
purge-chain command used to remove the whole chain: the parachain and the relay chain.The
run command used to run a node.Functions
Extract the genesis code from a given ChainSpec.
Generate the genesis block from a given ChainSpec.