[#MemPoolFeeRateEstimator-Percentiles] = xref:MemPoolFeeRateEstimator.adoc[MemPoolFeeRateEstimator]::Percentiles :relfileprefix: ../ :mrdocs: Block percentile fee rates (in sat/vB). == Synopsis Declared in `<policy/fees/mempool_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct Percentiles; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:MemPoolFeeRateEstimator/Percentiles/p50.adoc[`p50`] | The 50th percentile (median) fee rate, used as the conservative estimate. | xref:MemPoolFeeRateEstimator/Percentiles/p75.adoc[`p75`] | The 75th percentile fee rate, used as the economical estimate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#