OpenChannelCommand constructor
OpenChannelCommand({})
Implementation
OpenChannelCommand({
required this.walletId,
required this.serverPeerId,
required this.fundingAmountSats,
required this.lockTimeDurationSeconds,
this.context,
});