Module staging_node_cli::service
source · Expand description
Service implementation. Specialized wrapper over substrate service.
Structs§
- Result of
new_full_base
.
Functions§
- Create a transaction using the given
call
. - Fetch the nonce of the given
account
from the chain state. - Builds a new service for a full client.
- Creates a full service from the configuration.
- Creates a new partial node.
Type Aliases§
- The full client type definition.
- Host functions required for kitchensink runtime and Substrate node.
- A specialized
WasmExecutor
intended to use across substrate node. It provides all required HostFunctions. - The transaction pool type definition.