Slip32DeserializedKey class
A class representing a deserialized SLIP-32 key, including private and public keys.
Constructors
- 
          Slip32DeserializedKey(List<
int> _keyBytes, Bip32Path path, Bip32ChainCode chainCode, bool isPublic) - 
          Constructor for creating a deserialized SLIP-32 key.
            const
 
Properties
- chainCode → Bip32ChainCode
 - 
  Chain code
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - isPublic → bool
 - 
  Indicates if the key is public
  final
 - 
  keyBytes
  → List<
int>  - 
  Get a copy of the key bytes.
  no setter
 - path → Bip32Path
 - 
  Derivation path
  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