Bip32KeyBase constructor

const Bip32KeyBase(
  1. Bip32KeyData keyData,
  2. Bip32KeyNetVersions keyNetVer,
  3. EllipticCurveTypes curveType
)

Creates a Bip32KeyBase instance with the specified key data, key network versions, and elliptic curve type.

Implementation

const Bip32KeyBase(this.keyData, this.keyNetVer, this.curveType);