ReceivePaymentResponse constructor
const
ReceivePaymentResponse({
- required LNInvoice lnInvoice,
- OpeningFeeParams? openingFeeParams,
- int? openingFeeMsat,
Implementation
const ReceivePaymentResponse({
required this.lnInvoice,
this.openingFeeParams,
this.openingFeeMsat,
});