Structs§
- Mock
Transaction - A minimal implementation of the
PackingPoolTransaction
trait for testing purposes. - Packing
Batch - A batch of transactions that have the same sender and continuous nonces.
- Packing
Pool - A
PackingPool
implementing random packing algorithm and supporting packing a series of transactions with the same nonce. - Packing
Pool Config - Configuration settings for a
PackingBatch
. - TxSampler
- An iterator for sampling transactions from a packing pool.
Enums§
- Sample
Tag - Enum representing the phase in which a transaction was selected during the
sampling process. See
TxSampler
for more details.
Traits§
- Packing
Pool Transaction - Trait representing a transaction processed by the
PackingPool
.