Module sc_client_api::backend
source · Expand description
Substrate Client data backend
Structs
Import operation wrapper.
Finalization operation summary.
Import operation summary.
An
Iterator
that iterates keys in a given block under a prefix.Multiple key value state.
States are ordered by root storage key.
Enums
State of a new block.
Traits
Provides access to an auxiliary database.
Client backend.
Block insertion operation.
Finalize Facilities
Mark for all Backend implementations, that are making use of state data, stored locally.
Interface for performing operations on the backend.
A state backend is used to read state data and can have changes committed
to it.
Provides acess to storage primitives
Functions
Helper function to apply auxiliary data insertion into an operation.
Type Definitions
Extracts the state backend type for the given backend.
Extracts the transaction for the given backend.
Extracts the transaction for the given state backend.