Expand description
Service implementation. Specialized wrapper over substrate service.
Structs§
- NewFull
Base - Result of
new_full_base
.
Functions§
- create_
extrinsic - Create a transaction using the given
call
. - fetch_
nonce - Fetch the nonce of the given
account
from the chain state. - new_
full - Builds a new service for a full client.
- new_
full_ base - Creates a full service from the configuration.
- new_
partial - Creates a new partial node.
Type Aliases§
- Full
Client - The full client type definition.
- Host
Functions - Host functions required for kitchensink runtime and Substrate node.
- Runtime
Executor - A specialized
WasmExecutor
intended to use across substrate node. It provides all required HostFunctions. - Transaction
Pool - The transaction pool type definition.