AppleSauce
    Preparing search index...

    Parameters for multi_pay_keysend method

    interface MultiPayKeysendParams {
        keysends: {
            amount: number;
            id?: string;
            preimage?: string;
            pubkey: string;
            tlv_records?: TLVRecord[];
        }[];
    }
    Index

    Properties

    Properties

    keysends: {
        amount: number;
        id?: string;
        preimage?: string;
        pubkey: string;
        tlv_records?: TLVRecord[];
    }[]

    Array of keysend payments

    Type declaration

    • amount: number

      Amount in msats, required

    • Optionalid?: string

      ID to identify this keysend in the response

    • Optionalpreimage?: string

      Preimage of the payment, optional

    • pubkey: string

      Payee pubkey, required

    • Optionaltlv_records?: TLVRecord[]

      TLV records, optional