Bitcoin Core  31.0.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  FeeEstimateMode { FeeEstimateMode::UNSET, FeeEstimateMode::ECONOMICAL, FeeEstimateMode::CONSERVATIVE }
 

Enumeration Type Documentation

◆ FeeEstimateMode

enum 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.