[#FeeRateEstimatorTypeToString] = FeeRateEstimatorTypeToString :mrdocs: Convert a fee rate estimator type to its canonical string name. == Synopsis Declared in `<util/fees.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string_view FeeRateEstimatorTypeToString(xref:FeeRateEstimatorType.adoc[FeeRateEstimatorType] feerate_estimator_type); ---- == Return Value The canonical string name of the estimator type. == Parameters [cols="1,4"] |=== | Name| Description | *feerate_estimator_type* | The estimator type to convert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#