@did-btc1/method / FeeEstimateMode
Type Alias: FeeEstimateMode
> FeeEstimateMode = "UNSET"
| "ECONOMICAL"
| "CONSERVATIVE"
Defined in: packages/method/src/types/bitcoin.ts:112
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