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

    Type Alias MintQuoteOnchainResponse

    MintQuoteOnchainResponse: MintQuoteBaseResponse & {
        amount_issued: Amount;
        amount_paid: Amount;
        expiry: number | null;
        pubkey: string;
    }

    Response from the mint after requesting an onchain mint quote.

    Type Declaration

    • amount_issued: Amount

      The amount of ecash that has been issued for the given mint quote.

    • amount_paid: Amount

      The amount that has been paid to the mint via the onchain transaction.

    • expiry: number | null

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

    • pubkey: string

      Public key the quote is locked to.