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

    Type Alias MeltProofsResponse<TQuote>

    Response after melting proofs.

    type MeltProofsResponse<
        TQuote extends
            Pick<MeltQuoteBaseResponse, "quote"> = MeltQuoteBaseResponse,
    > = {
        change: Proof[];
        outputData: OutputDataLike[];
        quote: TQuote;
    }

    Type Parameters

    Index

    Properties

    change: Proof[]

    Return/change from overpaid fees. Empty when the mint defers change (async/onchain melts).

    outputData: OutputDataLike[]

    NUT-08 outputs retained for deferred-change recovery (onchain, NUT-23 prefer_async). Empty when change is populated — no recovery needed. Otherwise pair with the polled quote's change via wallet.createMeltChangeProofs().

    quote: TQuote

    If false, the proofs have not been invalidated and the payment can be tried later again with the same proofs.