ChannelAcceptedResponse constructor
ChannelAcceptedResponse({})
Implementation
ChannelAcceptedResponse({
required this.channelId,
required this.serverPubKeyHex,
required this.serverAddressB58,
required this.derivationIndex,
required this.success,
this.error,
}) : super(payload: null);