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 thevalidator
field when the originalRunCmd
had thecollator
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.