MakeInvoiceRequest constructor
const
MakeInvoiceRequest({})
Implementation
const MakeInvoiceRequest({
required amountMsat,
this.description,
this.descriptionHash,
this.expiry,
}) : amountSat = amountMsat ~/ 1000,
super(method: NwcMethod.MAKE_INVOICE);