FeeRateEstimatorTypeFromString

Parse a fee rate estimator type from its canonical string name.

Synopsis

Declared in <util/fees.h>

FeeRateEstimatorType
FeeRateEstimatorTypeFromString(std::string_view feerate_estimator_type);

Return Value

The matching estimator type.

Parameters

NameDescription
feerate_estimator_typeThe estimator name to parse.