referrerpolicy=no-referrer-when-downgrade

Module service

Source
Expand description

Service implementation. Specialized wrapper over substrate service.

Structs§

NewFullBase
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§

FullClient
The full client type definition.
HostFunctions
Host functions required for kitchensink runtime and Substrate node.
RuntimeExecutor
A specialized WasmExecutor intended to use across substrate node. It provides all required HostFunctions.
TransactionPool
The transaction pool type definition.