Available on crate feature
rpc only.Expand description
Helper types for reth_rpc_eth_api::EthApiServer implementation.
Types used in block building.
Structs§
- Pending
Block - Locally built pending block for
pendingtag. - Pending
Block Env - Configured
reth_evm::EvmEnvfor a pending block.
Enums§
- Pending
Block EnvOrigin - The origin for a configured
PendingBlockEnv
Type Aliases§
- Pending
Block AndReceipts - A type alias for a pair of an
ArcwrappedRecoveredBlockand a vector ofNodePrimitives::Receipt.