CZMQNotificationInterface::TransactionAddedToMempool

Handle a transaction being added to the mempool.

Synopsis

Declared in <zmq/zmqnotificationinterface.h>

virtual
void
TransactionAddedToMempool(
    NewMempoolTransactionInfo const& tx,
    uint64_t mempool_sequence) override;

Parameters

NameDescription
txInformation about the newly added transaction.
mempool_sequenceThe mempool sequence number of the event.