[#FeeEstimateMode] = FeeEstimateMode :mrdocs: Used to determine type of fee estimation requested == Synopsis Declared in `<util/fees.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class FeeEstimateMode : int; ---- == Members [cols="1,4"] |=== | Name| Description | `UNSET` | Use default settings based on other criteria | `ECONOMICAL` | Force Fee rate estimator to return non‐conservative estimates | `CONSERVATIVE` | Force Fee rate estimator to return conservative estimates |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#