AppleSauce
    Preparing search index...

    Parameters for multi_pay_invoice method

    interface MultiPayInvoiceParams {
        invoices: { amount?: number; id?: string; invoice: string }[];
    }
    Index

    Properties

    Properties

    invoices: { amount?: number; id?: string; invoice: string }[]

    Array of invoices to pay

    Type declaration

    • Optionalamount?: number

      Invoice amount in msats, optional

    • Optionalid?: string

      ID to identify this invoice in the response

    • invoice: string

      BOLT11 invoice