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

    Type Alias FundRawTxOptions

    type FundRawTxOptions = {
        changeAddress?: string;
        chnagePosition?: number;
        conf_target?: number;
        estimate_mode: FeeEstimateMode;
        feeRate?: number;
        includeWatching?: boolean;
        lockUnspents?: boolean;
        replaceable?: boolean;
        subtractFeeFromOutputs?: number[];
    }
    Index

    Properties

    changeAddress?: string
    chnagePosition?: number
    conf_target?: number
    estimate_mode: FeeEstimateMode
    feeRate?: number
    includeWatching?: boolean
    lockUnspents?: boolean
    replaceable?: boolean
    subtractFeeFromOutputs?: number[]