RecordServerAcceptanceCommand constructor
RecordServerAcceptanceCommand({})
Implementation
RecordServerAcceptanceCommand({
required String channelId,
required this.serverPubKeyHex,
required this.serverAddressB58,
String? commandId,
DateTime? timestamp,
Map<String, dynamic>? metadata,
}) : super(
channelId: channelId,
commandId: commandId,
timestamp: timestamp,
metadata: metadata,
);