Module txpool
Source - 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
- 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
- TxPoolDb