BIP32 constructor

BIP32(
  1. Uint8List? _d,
  2. Uint8List? _Q,
  3. Uint8List chainCode,
  4. NetworkType network,
)

Implementation

BIP32(this._d, this._Q, this.chainCode, this.network);