Crate reth_payload_util

Source
Expand description

payload utils.

Structs§

BestPayloadTransactions
Wrapper struct that allows to convert BestTransactions (used in tx pool) to PayloadTransactions (used in block composition).
NoopPayloadTransactions
PayloadTransactions implementation that produces nothing.
PayloadTransactionsChain
Wrapper over crate::traits::PayloadTransactions that combines transactions from multiple PayloadTransactions iterators and keeps track of the gas for both of iterators.
PayloadTransactionsFixed
An implementation of crate::traits::PayloadTransactions that yields a pre-defined set of transactions.

Traits§

PayloadTransactions
Iterator that returns transactions for the block building process in the order they should be included in the block.