TimestampCommand constructor

TimestampCommand({
  1. required String archiveId,
  2. required String walletId,
  3. required List<String> fileHashes,
  4. String? archiveTitle,
})

Implementation

TimestampCommand({
  required this.archiveId,
  required this.walletId,
  required this.fileHashes,
  this.archiveTitle,
});