AcknowledgePaymentMessage constructor
AcknowledgePaymentMessage({})
Implementation
AcknowledgePaymentMessage({
required this.channelId,
required this.walletId,
required this.amountSats,
required this.paymentTxHex,
required this.clientSignatureHex,
required this.proposedSequence,
required this.proposedClientBalance,
required this.proposedServerBalance,
}) : super(payload: null);