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

Name

Description

feerate_estimator_type

The estimator type to convert.

Created with MrDocs