Module subsocial_node::service[][src]

Service and ServiceFactory implementation. Specialized wrapper over substrate service.

Structs

Executor

A unit struct which implements NativeExecutionDispatch feeding in the hard-coded runtime.

NativeExecutor

A generic CodeExecutor implementation that uses a delegate to determine wasm code equivalence and dispatch to native code when possible, falling back on WasmExecutor when not.

Functions

new_full

Builds a new service for a full client.

new_light

Builds a new service for a light client.

new_partial