Type alias MeltPayload

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

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

Type declaration

  • inputs: Proof[]

    Inputs (Proofs) to be melted

  • outputs: SerializedBlindedMessage[]

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

  • quote: string

    ID of the melt quote

Generated using TypeDoc