menu
ndk package
documentation
domain_layer/usecases/nwc/responses/pay_invoice_response.dart
PayInvoiceResponse
PayInvoiceResponse.new constructor
PayInvoiceResponse.new constructor
dark_mode
light_mode
PayInvoiceResponse
constructor
PayInvoiceResponse
(
{
String
?
preimage
,
required
String
resultType
,
required
int
feesPaid
,
})
Implementation
PayInvoiceResponse( {this.preimage, required super.resultType, required this.feesPaid});
ndk package
documentation
domain_layer/usecases/nwc/responses/pay_invoice_response
PayInvoiceResponse
PayInvoiceResponse.new constructor
PayInvoiceResponse class