Skip to main content

Module ops

Module ops 

Source
Expand description

Abstracted Monero tx-pool database operations.

Enums§

TxPoolWriteError
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 true if the transaction with the given hash is in the stem pool.
remove_transaction
Removes a transaction from the transaction pool.