Module substrate_backend

Source

Structs§

Backend
Lazy loading (In-memory) backend. Keeps all states and blocks in memory.
BlockImportOperation
Blockchain
In-memory blockchain. Supports concurrent reads.
ForkedLazyBackend
RawIter
A raw iterator over the BenchmarkingState.
RawIterArgs
A struct containing arguments for iterating over the storage.

Functions§

check_genesis_storage
Check that genesis storage is valid.
new_backend
Create an instance of a lazy loading memory backend.

Type Aliases§

DbState
DB-backed patricia trie state, transaction type is an overlay of changes to commit.