Bip32DeserializedKey class
BIP32 deserialized key class. It represents a key deserialized with the Bip32KeyDeserializer.
Constructors
- 
          Bip32DeserializedKey(List<
int> keyBytes, Bip32KeyData keyData, bool isPublic) 
Properties
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