Expand description
Service and ServiceFactory implementation. Specialized wrapper over substrate service.
Structs§
- Wasm
Executor - 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.