Type Alias: FeeEstimateMode ​
FeeEstimateMode =
"UNSET"|"ECONOMICAL"|"CONSERVATIVE"
Defined in: packages/bitcoin/src/types.ts:223
unset
- no mode set economical
- used if the transaction is replaceable
- uses shorter time horizon to estimate
- more responsive to short-term drops in the prevailing fee market
- potentially returns a lower fee rate estimate conservative
- used is the transaction is not replaceable
- use a longer time horizon to estimate
- less responsive to short-term drops in the prevailing fee market
- potentially returns a higher fee rate estimate