@cashu/cashu-ts
    Preparing search index...

    Type Alias PartialMintQuoteResponse

    PartialMintQuoteResponse: {
        amount?: number;
        expiry: number;
        pubkey?: string;
        quote: string;
        request: string;
        state: MintQuoteState;
        unit?: string;
    } & ApiError

    Response from the mint after requesting a mint.

    Type declaration

    • Optionalamount?: number

      Amount requested for mint quote.

    • expiry: number

      Timestamp of when the quote expires.

    • Optionalpubkey?: string

      Public key the quote is locked to.

    • quote: string

      Quote ID.

    • request: string

      Payment request.

    • state: MintQuoteState

      State of the mint quote.

    • Optionalunit?: string

      Unit of the quote.