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

    Type Alias MeltQuotePayload

    Payload that needs to be send to the mint to request a melt quote.

    type MeltQuotePayload = {
        options?: MeltQuoteOptions;
        request: string;
        unit: string;
    }
    Index

    Properties

    Properties

    Melt Quote options (e.g. multi-path payments NUT-15)

    request: string

    Request to be melted to.

    unit: string

    Unit to be melted.