Module node_template::service
source · Expand description
Service and ServiceFactory implementation. Specialized wrapper over substrate service.
Structs
- A generic
CodeExecutor
implementation that uses a delegate to determine wasm code equivalence and dispatch to native code when possible, falling back onWasmExecutor
when not.
Constants
- The minimum period of blocks on which justifications will be imported and generated.
Functions
- Builds a new service for a full client.