Crate cumulus_client_cli
source ·Expand description
Cumulus CLI library.
Structs§
- Options only relevant for collator nodes
- Command for exporting the genesis head data 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.
Enums§
- Possible modes for the relay chain to operate in.
Functions§
- Extract the genesis code from a given ChainSpec.
- Get the SCALE encoded genesis header of the parachain.