@getalby/sdk

    Type Alias SendMultiPaymentResponse

    type SendMultiPaymentResponse = {
        errors: { message: string; paymentRequest: string }[];
        payments: ({ paymentRequest: string } & SendPaymentResponse)[];
    }
    Index

    Properties

    Properties

    errors: { message: string; paymentRequest: string }[]
    payments: ({ paymentRequest: string } & SendPaymentResponse)[]
    MMNEPVFCICPMFPCPTTAAATR