archethic_lib_dart
key_pair
KeyPair
KeyPair constructor
KeyPair
KeyPair
constructor
Null safety
KeyPair
(
{
required
Uint8List
privateKey
,
required
Uint8List
publicKey
}
)
Implementation
KeyPair({ required this.privateKey, required this.publicKey, });
archethic_lib_dart
key_pair
KeyPair
KeyPair constructor
KeyPair class
Constructors
KeyPair
Properties
hashCode
privateKey
publicKey
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==