Module reth_blockchain_tree::block_buffer

source ·
Expand description

Buffer of not executed blocks.

Structs§

  • Contains the tree of pending blocks that cannot be executed due to missing parent. It allows to store unconnected blocks for potential future inclusion.