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

    Type Alias MeltQuoteBaseResponse

    Base melt quote response - all melt quotes have these fields (NUT-05)

    type MeltQuoteBaseResponse = {
        amount: number;
        change?: SerializedBlindedSignature[];
        expiry: number;
        quote: string;
        state: MeltQuoteState;
        unit: string;
    }
    Index

    Properties

    amount: number

    Amount to be melted.

    Optional change from overpaid fees. If blanks were provided in outputs, the mint may return signatures here.

    expiry: number

    Timestamp of when the quote expires.

    quote: string

    Quote ID.

    State of the melt quote.

    unit: string

    Unit of the melt quote.