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

Name

Description

tx

Information about the newly added transaction.

mempool_sequence

The mempool sequence number of the event.

Created with MrDocs