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

Name

Description

feerate_estimator_type

The estimator name to parse.

Created with MrDocs