Cashu-TS - v4.0.0-rc3
    Preparing search index...

    Type Alias MeltRequest

    MeltRequest: {
        inputs: Proof[];
        outputs?: SerializedBlindedMessage[];
        prefer_async?: boolean;
        quote: string;
    } & Record<string, unknown>

    Generic Melt request payload.

    NUT-05 core fields plus optional blanks for overpayment change.

    Type Declaration

    • inputs: Proof[]

      Proofs to melt.

    • Optionaloutputs?: SerializedBlindedMessage[]

      Optional blanks for fee change. If present, the mint may return signatures in change.

    • Optionalprefer_async?: boolean

      When true, request async processing from the mint. Note: This is a request, not a guarantee.

    • quote: string

      Quote ID.