ChannelPaymentEvent constructor
ChannelPaymentEvent({})
Implementation
ChannelPaymentEvent({
this.walletId,
required this.channelId,
required this.amountSats,
required this.sequence,
required this.clientBalance,
required this.serverBalance,
});