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

Name

Description

tx

The removed transaction.

reason

Why the transaction was removed.

mempool_sequence

The mempool sequence number of the event.

Created with MrDocs