Module sc_cli::arg_enums

source ·
Expand description

Definitions of ArgEnum types.

Enums

The crypto scheme to use.
Database backend
How to execute blocks
The type of the node key.
Whether off-chain workers are enabled.
The type of the output format.
Available RPC methods.
Syncing mode.
How to execute Wasm runtime code.
The instantiation strategy to use in compiled mode.

Constants

Default value for the --execution-block-construction parameter.
Default value for the --execution-import-block parameter.
Default value for the --execution-import-block parameter when the node is a validator.
Default value for the --execution-offchain-worker parameter.
Default value for the --execution-other parameter.
Default value for the --execution-syncing parameter.

Functions

Converts the execution method and instantiation strategy command line arguments into an execution method which can be used internally.