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

    Type Alias PaymentPayload

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

    type PaymentPayload = {
        pr: string;
        proofs: Proof[];
    }
    Index

    Properties

    Properties

    pr: string

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

    proofs: Proof[]

    Proofs, matching Lightning invoices amount + fees.