Type alias PaymentPayload

PaymentPayload: {
    pr: string;
    proofs: Proof[];
}

Payload that needs to be sent to the mint when paying a lightning invoice.

Type declaration

  • pr: string

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

  • proofs: Proof[]

    Proofs, matching Lightning invoices amount + fees.

Generated using TypeDoc