CValidationInterface::TransactionAddedToMempool

Notifies listeners of a transaction having been added to mempool.

Synopsis

Declared in <validationinterface.h>

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

Description

Called on a background thread.

Parameters

NameDescription
txInformation about the transaction added to the mempool.
mempool_sequenceMempool sequence number at the time of the addition.