Crate reth_chain_state

source ·
Expand description

Reth state related types and functionality.

Modules§

Structs§

  • State after applying the given block, this block is part of the canonical chain that partially stored in memory and can be traced back to a canonical block on disk.
  • This type is responsible for providing the blocks, receipts, and state for all canonical blocks not on disk yet and keeps track of the block range that is in memory.
  • Tracks the chain info: canonical head, safe block, finalized block.
  • Represents an executed block stored in-memory.
  • Wrapper around a broadcast receiver that receives fork choice notifications.
  • A stream for fork choice watch channels (pending, safe or finalized watchers)
  • A state provider that stores references to in-memory blocks along with their state as well as the historical state provider for fallback lookups.

Enums§

Traits§

Type Aliases§