LookupInvoiceRequest constructor

const LookupInvoiceRequest({
  1. String? paymentHash,
  2. String? invoice,
})

Implementation

const LookupInvoiceRequest({
  this.paymentHash,
  this.invoice,
}) : super(method: NwcMethod.LOOKUP_INVOICE);