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