Bip32Slip10Secp256k1.fromExtendedPrivateKeyBytes constructor
Bip32Slip10Secp256k1.fromExtendedPrivateKeyBytes(
- List<
int> exKeyStr, [ - Bip32KeyNetVersions? keyNetVer
constructor for creating a key from an extended key bytes exclude prefix.
Implementation
Bip32Slip10Secp256k1.fromExtendedPrivateKeyBytes(
super.exKeyStr, [
super.keyNetVer,
]) : super.fromExtendedPrivateKeyBytes();