Bip32Depth class
BIP32 depth class. It represents a BIP32 depth.
Constructors
- Bip32Depth(int depth)
 
Properties
Methods
- 
  equals(
dynamic other) → bool  - Equality operator.
 - 
  increase(
) → Bip32Depth  - Get a new object with increased depth.
 - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toBytes(
[Endian endian = Endian.big]) → List< int>  - Get the depth as bytes.
 - 
  toInt(
) → int  - Get the depth as an integer.
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited
 
Static Methods
- 
  fixedLength(
) → int  - Get the fixed length in bytes.