InitiateChannelMessage constructor
InitiateChannelMessage({})
Implementation
InitiateChannelMessage({
required this.channelId,
required this.walletId,
required this.clientPeerId,
required this.serverPeerId,
required this.fundingAmountSats,
required this.lockTimeDurationSeconds,
this.context,
}) : super(payload: null);