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

    Type Alias MeltPayload

    Payload that needs to be sent to the mint when melting. Includes Return for overpaid fees.

    type MeltPayload = {
        inputs: Proof[];
        outputs: SerializedBlindedMessage[];
        quote: string;
    }
    Index

    Properties

    Properties

    inputs: Proof[]

    Inputs (Proofs) to be melted.

    Blank outputs (blinded messages) that can be filled by the mint to return overpaid fees.

    quote: string

    ID of the melt quote.