Parse a fee rate estimator type from its canonical string name.
Declared in <util/fees.h>
FeeRateEstimatorType
FeeRateEstimatorTypeFromString(std::string_view feerate_estimator_type);
The matching estimator type.
| Name | Description |
|---|---|
| feerate_estimator_type | The estimator name to parse. |