referrerpolicy=no-referrer-when-downgrade

Module arg_enums

Source
Expand description

Definitions of [ValueEnum] types.

Enums§

Cors
CORS setting
CryptoScheme
The crypto scheme to use.
Database
Database backend
ExecutionStrategy
How to execute blocks
NetworkBackendType
Network backend type.
NodeKeyType
The type of the node key.
OffchainWorkerEnabled
Whether off-chain workers are enabled.
OutputType
The type of the output format.
RpcMethods
Available RPC methods.
SyncMode
Syncing mode.
TracingReceiver
WasmExecutionMethod
How to execute Wasm runtime code.
WasmtimeInstantiationStrategy
The instantiation strategy to use in compiled mode.

Constants§

DEFAULT_WASMTIME_INSTANTIATION_STRATEGY
The default WasmtimeInstantiationStrategy.
DEFAULT_WASM_EXECUTION_METHOD
The default WasmExecutionMethod.

Functions§

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