Calculate the 50th and 75th percentile fee rates from block template chunks, sorted in descending mining-score order. A percentile is left empty when the chunks cannot cover the corresponding fraction of a block.
Declared in <policy/fees/mempool_estimator.h>
static
Percentiles
CalculateMaxWeightPercentiles(std::span<FeePerVSize const> chunk_feerates);
The 50th and 75th percentile fee rates; a percentile is left empty when the chunks cannot cover it.
| Name | Description |
|---|---|
| chunk_feerates [in] | Block template chunk fee rates sorted by descending mining score. |