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