OpenChannelCommand constructor
OpenChannelCommand({})
Implementation
OpenChannelCommand({
required String channelId,
required this.fundingTxId,
required this.fundingOutputIndex,
required this.fundingTxHex,
this.fundingAncestorTxids = const [],
String? commandId,
DateTime? timestamp,
Map<String, dynamic>? metadata,
}) : super(
channelId: channelId,
commandId: commandId,
timestamp: timestamp,
metadata: metadata,
);