Module sc_client_api::backend
source · Expand description
Substrate Client data backend
Structs§
- Import operation wrapper.
- Finalization operation summary.
- Import operation summary.
- Multiple key value state. States are ordered by root storage key.
- An
Iterator
that iterates keys in a given block under a prefix. - An
Iterator
that iterates keys and values in a given block under a prefix.
Enums§
- Describes which block import notification stream should be notified.
- Either the
hash
orvalue
of a node depending on its size. - 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 access to storage primitives
Functions§
- Helper function to apply auxiliary data insertion into an operation.
Type Aliases§
- The transaction type used by
Backend
. - Extracts the state backend type for the given backend.