Module txpool

Source

Structs§

InsertionResult
The removed field contains the list of removed transactions during the insertion of the inserted transaction.
Sender
RPC client for doing calls to the TxPool through an MPSC channel.
TxUpdate

Enums§

Error
PoolTransaction
Transaction used by the transaction pool.
TransactionStatus
The status of the transaction during its life from the tx pool until the block.
TxPoolMpsc
RPC commands that can be sent to the TxPool through an MPSC channel. Responses are returned using response oneshot channel.
TxStatus

Traits§

TxPoolDb