MakeHoldInvoiceRequest constructor
const
MakeHoldInvoiceRequest({})
Implementation
const MakeHoldInvoiceRequest({
required super.amountMsat,
super.description,
super.descriptionHash,
super.expiry,
required this.paymentHash,
}) : super(method: NwcMethod.MAKE_HOLD_INVOICE);