PaymentRecordedResponse constructor
PaymentRecordedResponse({})
Implementation
PaymentRecordedResponse({
required this.channelId,
required this.amountSats,
required this.sequenceNumber,
required this.paymentTxHex,
required this.clientSignatureHex,
required this.newClientBalanceSats,
required this.newServerBalanceSats,
required this.success,
this.error,
}) : super(payload: null);