Bip32 constructor
Bip32(})
Internal re-implementation of https://pub.dev/packages/bip32 waiting for null-safety update.
Implementation
Bip32(
this.privateKey,
this._publicKey,
this.chainCode,
this.network, {
this.depth = 0,
this.index = 0,
this.parentFingerprint = 0x00000000,
});