Module fuel_core_interfaces::txpool
source · Structs
The
removed
field contains the list of removed transactions during the insertion
of the inserted
transaction.RPC client for doing calls to the TxPool through an MPSC channel.
Enums
Transaction used by the transaction pool.
The status of the transaction during its life from the tx pool until the block.
RPC commands that can be sent to the TxPool through an MPSC channel.
Responses are returned using
response
oneshot channel.