ChannelStateResponse constructor
ChannelStateResponse({})
Implementation
ChannelStateResponse({
required this.channelId,
required this.status,
this.clientBalanceSats,
this.serverBalanceSats,
this.latestSequenceNumber,
required this.success,
this.error,
}) : super(payload: null);