Expand description
Cumulus CLI library.
Structs§
- Collator
Options - Options only relevant for collator/parachain nodes
- Export
Genesis Head Command - Command for exporting the genesis head data of the parachain
- Export
Genesis Wasm Command - Command for exporting the genesis wasm file.
- Normalized
RunCmd - 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
. - Purge
Chain Cmd - The
purge-chain
command used to remove the whole chain: the parachain and the relay chain. - RunCmd
- The
run
command used to run a node.
Enums§
- Relay
Chain Mode - Possible modes for the relay chain to operate in.
Functions§
- extract_
genesis_ wasm - Extract the genesis code from a given ChainSpec.
- get_
raw_ genesis_ header - Get the SCALE encoded genesis header of the parachain.