Bitcoin Core 30.99.0
P2P Digital Currency
Enumerations
fees.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  FeeEstimateMode { UNSET , ECONOMICAL , CONSERVATIVE }
 

Enumeration Type Documentation

◆ FeeEstimateMode

enum class FeeEstimateMode
strong
Enumerator
UNSET 

Use default settings based on other criteria.

ECONOMICAL 

Force estimateSmartFee to use non-conservative estimates.

CONSERVATIVE 

Force estimateSmartFee to use conservative estimates.

Definition at line 9 of file fees.h.