Expand description
payload utils.
Structs§
- Payload
Transactions Chain - Wrapper over
crate::traits::PayloadTransactions
that combines transactions from multiplePayloadTransactions
iterators and keeps track of the gas for both of iterators. - Payload
Transactions Fixed - An implementation of
crate::traits::PayloadTransactions
that 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.