Module service

Source
Expand description

Service and ServiceFactory implementation. Specialized wrapper over substrate service.

Structs§

WasmExecutor
An abstraction over Wasm code executor. Supports selecting execution backend and manages runtime cache.

Functions§

new_full
new_full_base
new_partial
new_pc_command_deps
This function provides dependencies of partner_chains_node_commands::PartnerChainsSubcommand. It is not mandatory to have such a dedicated function, new_partial could be enough, however using such a specialized function decreases number of possible failures and wiring time.