menu
archethic_lib_dart package
documentation
archethic_lib_dart.dart
AuthorizedKey
AuthorizedKey const constructor
AuthorizedKey const constructor
dark_mode
light_mode
AuthorizedKey
constructor
const
AuthorizedKey
(
{
String
?
publicKey
,
String
?
encryptedSecretKey
,
})
Implementation
const factory AuthorizedKey({ String? publicKey, String? encryptedSecretKey, }) = _AuthorizedKey;
archethic_lib_dart package
documentation
archethic_lib_dart
AuthorizedKey
AuthorizedKey const constructor
AuthorizedKey class