Module state

Source
Expand description

Substrate state API.

Modules§

error
State RPC errors.
helpers
Substrate state API helpers.

Structs§

ChildState
Child state API with subscriptions support.
ReadProof
ReadProof struct returned by the RPC
State
State API with subscriptions support.

Enums§

Error
State RPC errors.

Traits§

ChildStateApiClient
Client implementation for the ChildStateApi RPC API.
ChildStateApiServer
Server trait implementation for the ChildStateApi RPC API.
ChildStateBackend
Child state backend API.
StateApiClient
Client implementation for the StateApi RPC API.
StateApiServer
Server trait implementation for the StateApi RPC API.
StateBackend
State backend API.

Functions§

new_full
Create new state API that works on full node.