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

    Type Alias BumpFeeOption

    type BumpFeeOption = {
        confTarget?: number;
        estimate_mode?: FeeEstimateMode;
        replaceable?: boolean;
        totalFee?: number;
    }
    Index

    Properties

    confTarget?: number
    estimate_mode?: FeeEstimateMode
    replaceable?: boolean
    totalFee?: number