Bip32Slip10Secp256k1.fromExtendedPrivateKeyBytes constructor

Bip32Slip10Secp256k1.fromExtendedPrivateKeyBytes(
  1. List<int> exKeyStr, [
  2. Bip32KeyNetVersions? keyNetVer
])

constructor for creating a key from an extended key bytes exclude prefix.

Implementation

Bip32Slip10Secp256k1.fromExtendedPrivateKeyBytes(
  super.exKeyStr, [
  super.keyNetVer,
]) : super.fromExtendedPrivateKeyBytes();