Crate subspace_service

Source
Expand description

Service and ServiceFactory implementation. Specialized wrapper over substrate service.

Modules§

config
dsn
rpc
A collection of node-specific RPC methods.
sync_from_dsn

Structs§

NewFull
Full node along with some other components.
OtherPartialComponents
Other partial components returned by new_partial()

Enums§

Error
Error type for Subspace service.

Functions§

mmr_sync
Synchronize MMR-leafs from remote offchain storage of the synced peer.
new_full
Builds a new service for a full client.
new_partial
Creates PartialComponents for Subspace client.
wait_for_block_import

Type Aliases§

FullBackend
FullClient
Subspace-like full client.
FullSelectChain
HostFunctions
Host functions required for Subspace
RuntimeExecutor
Runtime executor for Subspace