[#MemPoolFeeRateEstimatorCache-FeeRateEstimate] = xref:MemPoolFeeRateEstimatorCache.adoc[MemPoolFeeRateEstimatorCache]::FeeRateEstimate :relfileprefix: ../ :mrdocs: A pair of conservative and economical fee rate estimates. == Synopsis Declared in `<policy/fees/mempool_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct FeeRateEstimate; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:MemPoolFeeRateEstimatorCache/FeeRateEstimate/m_conservative.adoc[`m_conservative`] | The conservative fee rate estimate. | xref:MemPoolFeeRateEstimatorCache/FeeRateEstimate/m_economical.adoc[`m_economical`] | The economical fee rate estimate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#