[#MemPoolFeeRateEstimator-2constructor] = xref:MemPoolFeeRateEstimator.adoc[MemPoolFeeRateEstimator]::MemPoolFeeRateEstimator :relfileprefix: ../ :mrdocs: Constructs the estimator bound to a mempool and chainstate. == Synopsis Declared in `<policy/fees/mempool_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- MemPoolFeeRateEstimator( xref:fs/path.adoc[fs::path] mempool_estimator_file_path, xref:CTxMemPool.adoc[CTxMemPool] const& mempool, xref:ChainstateManager.adoc[ChainstateManager]& chainman); ---- == Parameters [cols="1,4"] |=== | Name| Description | *mempool_estimator_file_path* | Path to the file that persists mined‐block statistics. | *mempool* | The mempool to build block templates from. | *chainman* | The chainstate manager providing the active chain. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#