AcceptChannelCommand constructor
AcceptChannelCommand({})
Implementation
AcceptChannelCommand({
required this.channelId,
required this.walletId,
required this.clientPeerId,
required this.clientPubKey,
required this.clientAddress,
required this.fundingAmountSats,
required this.lockTimeUnix,
});