reth_chain_state

Type Alias MemoryOverlayStateProvider

Source
pub type MemoryOverlayStateProvider<N> = MemoryOverlayStateProviderRef<'static, N>;
Expand description

A state provider that stores references to in-memory blocks along with their state as well as the historical state provider for fallback lookups.

Aliased Type§

struct MemoryOverlayStateProvider<N> { /* private fields */ }

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 248 bytes