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§
- Simnode
Params - Params needed to initialize simnode’s subsystems.
Functions§
- new_
wasm_ executor - Creates a
WasmExecutor
according toConfiguration
.
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.
- Full
Backend For - Type alias for
sc_service::TFullBackend
- Full
Client For - Type alias for
sc_service::TFullClient
- Unchecked
Extrinsic For - UncheckedExtrinsic type for Simnode