InvoiceResponse constructor

InvoiceResponse({
  1. required String invoice,
  2. String? nostrPubkey,
  3. required int amountSats,
})

.

Implementation

InvoiceResponse(
    {required this.invoice, this.nostrPubkey, required this.amountSats});