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);