Expand description
payload utils.
Structs§
- Best
Payload Transactions - Wrapper struct that allows to convert
BestTransactions(used in tx pool) toPayloadTransactions(used in block composition). - Noop
Payload Transactions PayloadTransactionsimplementation that produces nothing.- Payload
Transactions Chain - Wrapper over
crate::traits::PayloadTransactionsthat combines transactions from multiplePayloadTransactionsiterators and keeps track of the gas for both of iterators. - Payload
Transactions Fixed - An implementation of
crate::traits::PayloadTransactionsthat yields a pre-defined set of transactions.
Traits§
- Payload
Transactions - Iterator that returns transactions for the block building process in the order they should be included in the block.