reth_blockchain_tree

Module chain

source
Expand description

A chain in a BlockchainTree.

A [Chain] contains the state of accounts for the chain after execution of its constituent blocks, as well as a list of the blocks the chain is composed of.

Structsยง

  • A chain in the blockchain tree that has functionality to execute blocks and append them to itself.