Expand description
State trie overlay construction and caching.
Structs§
- Overlay
- Contains the trie and hashed-state data required to initialize an overlay state provider.
- Overlay
Builder - Builder for calculating trie and hashed-state overlays.
- Overlay
Manager - Manages flattened state trie overlays for in-memory blocks.
- State
Trie Overlay Error - Error returned when a state trie overlay cannot be built from the manager’s current block set.
Enums§
- Overlay
Source - Source of data to apply on top of the durable database state.
Functions§
- database_
state_ frontiers - Returns the highest blocks whose state/trie data and non-state/trie data are durably available in the database.