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
Name |
Description |
transaction |
The transaction removed from the mempool. |
mempool_sequence |
The mempool sequence number of the event. |
Created with MrDocs