Type alias MeltPayload

MeltPayload: {
    outputs: SerializedBlindedMessage[];
    pr: string;
    proofs: Proof[];
}

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

Type declaration

  • outputs: SerializedBlindedMessage[]

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

  • pr: string

    Payment request/Lighting invoice that should get paid by the mint.

  • proofs: Proof[]

    Proofs, matching Lightning invoices amount + fees.

Generated using TypeDoc