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.

Synopsis

Declared in <policy/fees/mempool_estimator.h>

static
Percentiles
CalculateMaxWeightPercentiles(std::span<FeePerVSize const> chunk_feerates);

Return Value

The 50th and 75th percentile fee rates; a percentile is left empty when the chunks cannot cover it.

Parameters

Name

Description

chunk_feerates [in]

Block template chunk fee rates sorted by descending mining score.

Created with MrDocs