Cashu-TS - v4.5.1
    Preparing search index...

    Type Alias MeltQuoteBolt11Request

    MeltQuoteBolt11Request: MeltQuoteBaseRequest & {
        options?: {
            amountless?: { amount_msat: AmountLike };
            mpp?: { amount: AmountLike };
        };
    }

    Melt quote payload.

    Includes options:

    • Amountless: amountless invoices.
    • Mpp: multi-path payments (NUT-15)