ECKeys class

Constructors

ECKeys({Uint8List? ecChainCode, Uint8List? ecPrivateKey, Uint8List? ecPublicKey, Uint8List? ecSchnorrPublicKey, Uint8List? ecP256PublicKey, Uint8List? ecCompressedPublicKey, String? extendedECPublicKey})
const

Properties

accountId Uint8List?
no setter
ecChainCode Uint8List?
final
ecCompressedPublicKey Uint8List?
final
ecP256PublicKey Uint8List?
final
ecPrincipal String?
no setter
ecPrivateKey Uint8List?
final
ecPublicKey Uint8List?
final
ecSchnorrPublicKey Uint8List?
final
extendedECPublicKey String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited