Cashu-TS - v3.3.0
    Preparing search index...

    Type Alias MeltQuoteBolt11Response

    MeltQuoteBolt11Response: MeltQuoteBaseResponse & {
        fee_reserve: number;
        payment_preimage: string | null;
        request: string;
    }

    Response from the mint after requesting a BOLT11 melt quote. Contains payment details and state for paying Lightning Network offers.

    Type Declaration

    • fee_reserve: number

      Fee reserve to be added to the amount.

    • payment_preimage: string | null

      Preimage of the paid invoice. is null if it the invoice has not been paid yet. can be null, depending on which LN-backend the mint uses.

    • request: string

      Payment request for the melt quote.