Bip32DeserializedKey class

BIP32 deserialized key class. It represents a key deserialized with the Bip32KeyDeserializer.

Constructors

Bip32DeserializedKey(List<int> keyBytes, Bip32KeyData keyData, bool isPublic)

Properties

hashCode int
The hash code for this object.
no setterinherited
isPublic bool
True if the key is public, false otherwise
final
keyBytes List<int>
no setter
keyData Bip32KeyData
Key data
final
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