Module client

Source
Expand description

Utilities for creating the neccessary client subsystems.

Modules§

timestamp
Mocked timestamp inherent, allows for manual seal to create blocks for runtimes that expect this inherent.

Structs§

SimnodeParams
Params needed to initialize simnode’s subsystems.

Functions§

new_wasm_executor
Creates a WasmExecutor according to Configuration.

Type Aliases§

Executor
The simnode executor type, we use the wasm executor to force the runtime use host functions instead of native code for signature verification, this in turn uses our signature verification overrides.
FullBackendFor
Type alias for sc_service::TFullBackend
FullClientFor
Type alias for sc_service::TFullClient
UncheckedExtrinsicFor
UncheckedExtrinsic type for Simnode