menu
archethic_lib_dart package
documentation
archethic_lib_dart.dart
AesAuthEncryptInfos
AesAuthEncryptInfos constructor
AesAuthEncryptInfos constructor
dark_mode
light_mode
AesAuthEncryptInfos
constructor
AesAuthEncryptInfos
(
{
required
Uint8List
tag
,
required
Uint8List
encrypted
,
})
Implementation
AesAuthEncryptInfos({ required this.tag, required this.encrypted, });
archethic_lib_dart package
documentation
archethic_lib_dart
AesAuthEncryptInfos
AesAuthEncryptInfos constructor
AesAuthEncryptInfos class