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