Health of the recent mined‐block window for fee rate estimation.

Synopsis

Declared in <policy/fees/mempool_estimator.h>

enum class MempoolHealth : int;

Members

Name

Description

HEALTHY

Recent blocks represent the mempool well enough to estimate a fee rate.

INSUFFICIENT_DATA

Too few recent mined blocks to estimate a fee rate.

LOW_COVERAGE

Recent blocks include too few mempool transactions to estimate a fee rate.

Created with MrDocs