Used to determine type of fee estimation requested
Declared in <util/fees.h>
enum class FeeEstimateMode : int;
| 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 |