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

    Type Alias MeltProofsResponse

    Response after paying a Lightning invoice.

    type MeltProofsResponse = {
        change: Proof[];
        quote: MeltQuoteResponse;
    }
    Index

    Properties

    Properties

    change: Proof[]

    Return/Change from overpaid fees. This happens due to Lighting fee estimation being inaccurate.

    If false, the proofs have not been invalidated and the payment can be tried later again with the same proofs.