[#CBlockPolicyEstimator-processTransaction] = xref:CBlockPolicyEstimator.adoc[CBlockPolicyEstimator]::processTransaction :relfileprefix: ../ :mrdocs: Process a transaction accepted to the mempool. == Synopsis Declared in `<policy/fees/block_policy_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e3ae70a98), requires_capability(0x7f2e2423aa98)]] void processTransaction(xref:NewMempoolTransactionInfo.adoc[NewMempoolTransactionInfo] const& tx); ---- == Parameters [cols="1,4"] |=== | Name| Description | *tx* | Information about the newly accepted transaction. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#