Cashu-TS - v4.0.0-rc3
    Preparing search index...

    Type Alias MintQuoteBolt11Response

    MintQuoteBolt11Response: MintQuoteBaseResponse & {
        amount: Amount;
        expiry: number | null;
        state: MintQuoteState;
    }

    Response from the mint after requesting a BOLT11 mint quote.

    Type Declaration

    • amount: Amount

      Amount requested for mint quote.

    • expiry: number | null

      Timestamp of when the quote expires. null when the mint does not set an expiry.

    • state: MintQuoteState

      State of the mint quote.