Convert a fee rate estimator type to its canonical string name.
Declared in <util/fees.h>
std::string_view
FeeRateEstimatorTypeToString(FeeRateEstimatorType feerate_estimator_type);
The canonical string name of the estimator type.
| Name | Description |
|---|---|
| feerate_estimator_type | The estimator type to convert. |