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

    Type Alias MintQuoteBaseResponse

    Base mint quote response - all mint quotes have these fields (NUT-04) and may have optional fields (NUT-20)

    type MintQuoteBaseResponse = {
        pubkey?: string;
        quote: string;
        request: string;
        unit: string;
    }
    Index

    Properties

    pubkey?: string

    Optional. Public key the quote is locked to (NUT-20)

    quote: string

    Quote ID.

    request: string

    Payment request.

    unit: string

    Unit of the melt quote.