BIP32 constructor
BIP32(
- Uint8List? _d,
- Uint8List? _q,
- Uint8List chainCode,
- NetworkType network,
Implementation
BIP32(this._d, this._q, this.chainCode, this.network);