Expand description
Abstracted Monero tx-pool database operations.
Enums§
- TxPool
Write Error - An error that can occur on some tx-write ops.
Functions§
- add_
transaction - Adds a transaction to the tx-pool.
- get_
transaction_ verification_ data - Gets the [
TransactionVerificationData] of a transaction in the tx-pool, leaving the tx in the pool. - in_
stem_ pool - Returns
trueif the transaction with the given hash is in the stem pool. - remove_
transaction - Removes a transaction from the transaction pool.