btcpayserver/BTCPayServer/Data/Payouts
Andrew Camilleri db038723f4
Payout Destination Handling (#2985)
* Payout Destination Handling

fixes #2765
This PR:
* reactivates the BIP21 support for payouts.
* allows LNUrl destinations to be reusable.
* allows addresses to be reused in claims as long as the other claims are in a final state

* Ensure bolt amount matches the payout amount

* fixes

* reduce duplicate parsing of bolt

* make hash the id of bolt

* better bolt11 tostring

* use cached payment request from lnurl
2021-10-22 00:43:02 +09:00
..
BitcoinLike Payout Destination Handling (#2985) 2021-10-22 00:43:02 +09:00
LightningLike Payout Destination Handling (#2985) 2021-10-22 00:43:02 +09:00
IClaimDestination.cs Payout Destination Handling (#2985) 2021-10-22 00:43:02 +09:00
IPayoutHandler.cs Add Lightning payout support (#2517) 2021-10-18 12:37:59 +09:00
IPayoutProof.cs Mark Payouts as Paid (#2539) 2021-06-10 18:43:45 +09:00
ManualPayoutProof.cs Mark Payouts as Paid (#2539) 2021-06-10 18:43:45 +09:00
PayoutBlob.cs Refactor and decouple Payout logic (#2046) 2021-04-13 17:36:49 +09:00
PayoutExtensions.cs Add Lightning payout support (#2517) 2021-10-18 12:37:59 +09:00