CZMQAbstractNotifier::NotifyTransactionRemoval

Notifies of every mempool removal, except inclusion in blocks.

Synopsis

Declared in <zmq/zmqabstractnotifier.h>

virtual
bool
NotifyTransactionRemoval(
    CTransaction const& transaction,
    uint64_t mempool_sequence);

Return Value

True on success, false on failure.

Parameters

NameDescription
transactionThe transaction removed from the mempool.
mempool_sequenceThe mempool sequence number of the event.