FeeRateEstimatorTypeToString

Convert a fee rate estimator type to its canonical string name.

Synopsis

Declared in <util/fees.h>

std::string_view
FeeRateEstimatorTypeToString(FeeRateEstimatorType feerate_estimator_type);

Return Value

The canonical string name of the estimator type.

Parameters

NameDescription
feerate_estimator_typeThe estimator type to convert.