ReceivePaymentResponse constructor

const ReceivePaymentResponse({
  1. required LNInvoice lnInvoice,
  2. OpeningFeeParams? openingFeeParams,
  3. int? openingFeeMsat,
})

Implementation

const ReceivePaymentResponse({
  required this.lnInvoice,
  this.openingFeeParams,
  this.openingFeeMsat,
});