Type alias MeltProofsResponse

MeltProofsResponse: {
    change: Proof[];
    quote: MeltQuoteResponse;
}

Response after paying a Lightning invoice

Type declaration

  • change: Proof[]

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

  • quote: MeltQuoteResponse

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

Generated using TypeDoc