MakeInvoiceResponse constructor
MakeInvoiceResponse({})
Implementation
MakeInvoiceResponse({
required this.type,
required this.invoice,
required this.description,
required this.descriptionHash,
required this.preimage,
required this.paymentHash,
required this.amountMsat,
required this.feesPaid,
required this.createdAt,
this.expiresAt,
this.settledAt,
required super.resultType,
});