Bip32KeySerConst class
The Bip32KeySerConst class contains constants related to the serialization
of Bip32 keys. These constants specify the length of serialized public and
private keys in bytes. It provides a convenient way to access these values
in your code.
Constructors
Properties
- 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
 
Constants
- 
    serializedPrivKeyByteLen
  → const List<
int>  - serializedPubKeyByteLen → const int