@did-btc1/method
    Preparing search index...

    Type Alias FeeEstimateMode

    FeeEstimateMode: "UNSET" | "ECONOMICAL" | "CONSERVATIVE"

    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