Structs§
- Backend
- Lazy loading (In-memory) backend. Keeps all states and blocks in memory.
- Block
Import Operation - Blockchain
- In-memory blockchain. Supports concurrent reads.
- Forked
Lazy Backend - RawIter
- A raw iterator over the
BenchmarkingState. - RawIter
Args - 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.