[#FeeRateEstimatorManager-TransactionAddedToMempool] = xref:FeeRateEstimatorManager.adoc[FeeRateEstimatorManager]::TransactionAddedToMempool :relfileprefix: ../ :mrdocs: Record a transaction as it enters the mempool. == Synopsis Declared in `<policy/fees/estimator_man.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void TransactionAddedToMempool( xref:NewMempoolTransactionInfo.adoc[NewMempoolTransactionInfo] const& tx, uint64_t mempool_sequence) override; ---- == Parameters [cols="1,4"] |=== | Name| Description | *tx* [in] | Information about the newly accepted mempool transaction. | *mempool_sequence* [in] | Mempool sequence number of the event (unused). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#