Expand description
Service implementation. Specialized wrapper over substrate service.
Structs
- The native executor instance for Polkadot.
- 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.
Functions
- Create a new full node of arbitrary runtime and executor.