ValidationSignals::TransactionRemovedFromMempool

Fire the TransactionRemovedFromMempool event to all subscribers.

Synopsis

Declared in <validationinterface.h>

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

Parameters

NameDescription
txThe transaction removed from the mempool.
reasonWhy the transaction was removed.
mempool_sequenceMempool sequence number at the time of the removal.