ChannelInitiatedResponse constructor
ChannelInitiatedResponse({})
Implementation
ChannelInitiatedResponse({
required this.channelId,
required this.clientPubKeyHex,
required this.clientAddressB58,
required this.derivationIndex,
required this.lockTimeUnix,
required this.success,
this.error,
}) : super(payload: null);