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

    Type Alias SendManyParams

    type SendManyParams = {
        amounts: { address: string };
        comment?: string;
        conf_target?: number;
        estimate_mode?: FeeEstimateMode;
        fromaccount: string;
        minconf?: number;
        replaeable?: boolean;
        subtractfeefrom?: string[];
    }
    Index

    Properties

    amounts: { address: string }
    comment?: string
    conf_target?: number
    estimate_mode?: FeeEstimateMode
    fromaccount: string
    minconf?: number
    replaeable?: boolean
    subtractfeefrom?: string[]