FeeRateEstimatorManager::TransactionAddedToMempool

Record a transaction as it enters the mempool.

Synopsis

Declared in <policy/fees/estimator_man.h>

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

Parameters

NameDescription
tx [in]Information about the newly accepted mempool transaction.
mempool_sequence [in]Mempool sequence number of the event (unused).