Fire the TransactionRemovedFromMempool event to all subscribers.
Declared in <validationinterface.h>
void
TransactionRemovedFromMempool(
CTransactionRef const& tx,
MemPoolRemovalReason reason,
uint64_t mempool_sequence);
| Name | Description |
|---|---|
| tx | The transaction removed from the mempool. |
| reason | Why the transaction was removed. |
| mempool_sequence | Mempool sequence number at the time of the removal. |