menu
ndk package
documentation
domain_layer/usecases/zaps/invoice_response.dart
InvoiceResponse
InvoiceResponse constructor
InvoiceResponse constructor
dark_mode
light_mode
InvoiceResponse
constructor
InvoiceResponse
(
{
required
String
invoice
,
String
?
nostrPubkey
,
required
int
amountSats
,
})
.
Implementation
InvoiceResponse( {required this.invoice, this.nostrPubkey, required this.amountSats});
ndk package
documentation
domain_layer/usecases/zaps/invoice_response
InvoiceResponse
InvoiceResponse constructor
InvoiceResponse class