ValidationSignals::TransactionAddedToMempool

Fire the TransactionAddedToMempool event to all subscribers.

Synopsis

Declared in <validationinterface.h>

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

Parameters

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