Module moonbeam_service::lazy_loading::backend
source · Structs§
- Lazy loading (In-memory) backend. Keeps all states and blocks in memory.
- In-memory blockchain. Supports concurrent reads.
- A raw iterator over the
BenchmarkingState
. - A struct containing arguments for iterating over the storage.
Functions§
- Check that genesis storage is valid.
- Create an instance of a lazy loading memory backend.
Type Aliases§
- DB-backed patricia trie state, transaction type is an overlay of changes to commit.