CZMQNotificationInterface::TransactionRemovedFromMempool

Handle a transaction being removed from the mempool.

Synopsis

Declared in <zmq/zmqnotificationinterface.h>

virtual
void
TransactionRemovedFromMempool(
    CTransactionRef const& tx,
    MemPoolRemovalReason reason,
    uint64_t mempool_sequence) override;

Parameters

NameDescription
txThe removed transaction.
reasonWhy the transaction was removed.
mempool_sequenceThe mempool sequence number of the event.