Bip32KeyBase class abstract
An abstract base class for BIP32 keys. It provides common properties and methods for BIP32 keys, including the elliptic curve type, key data, and key network versions.
- Implementers
 
Constructors
- Bip32KeyBase(Bip32KeyData keyData, Bip32KeyNetVersions keyNetVer, EllipticCurveTypes curveType)
 - 
          Creates a Bip32KeyBase instance with the specified key data, key network versions,
and elliptic curve type.
            const
 
Properties
- chainCode → Bip32ChainCode
 - 
  Gets the chain code associated with the BIP32 key.
  no setter
 - curveType → EllipticCurveTypes
 - 
  
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - keyData → Bip32KeyData
 - 
  
  final
 - keyNetVer → Bip32KeyNetVersions
 - 
  
  final
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - toExtended → String
 - 
  Gets the extended representation of the BIP32 key.
  no setter
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toHex(
{bool lowerCase = true, String? prefix = ""}) → String  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited