Skip to main content

Crate reth_storage_overlay

Crate reth_storage_overlay 

Source
Expand description

State trie overlay construction and caching.

Structs§

Overlay
Contains the trie and hashed-state data required to initialize an overlay state provider.
OverlayBuilder
Builder for calculating trie and hashed-state overlays.
OverlayManager
Manages flattened state trie overlays for in-memory blocks.
StateTrieOverlayError
Error returned when a state trie overlay cannot be built from the manager’s current block set.

Enums§

OverlaySource
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.