Record a transaction as it enters the mempool.
Declared in <policy/fees/estimator_man.h>
virtual
void
TransactionAddedToMempool(
NewMempoolTransactionInfo const& tx,
uint64_t mempool_sequence) override;
| Name | Description |
|---|---|
| tx [in] | Information about the newly accepted mempool transaction. |
| mempool_sequence [in] | Mempool sequence number of the event (unused). |