Module pending_block

Module pending_block 

Source
Expand description

Helper types for reth_rpc_eth_api::EthApiServer implementation.

Types used in block building.

Structs§

PendingBlock
Locally built pending block for pending tag.
PendingBlockEnv
Configured [EvmEnv] for a pending block.

Enums§

PendingBlockEnvOrigin
The origin for a configured PendingBlockEnv

Type Aliases§

PendingBlockAndReceipts
A type alias for a pair of an Arc wrapped [RecoveredBlock] and a vector of [NodePrimitives::Receipt].
PendingBlockReceipts
A type alias for an Arc wrapped vector of [NodePrimitives::Receipt].
PendingRecoveredBlock
A type alias for an Arc wrapped [RecoveredBlock].