CardanoByronLegacyBip32.fromPrivateKey constructor

CardanoByronLegacyBip32.fromPrivateKey(
  1. List<int> privKey, [
  2. Bip32KeyData? keyData,
  3. Bip32KeyNetVersions? keyNetVer
])

Creates a CardanoByronLegacyBip32 instance from a private key.

Implementation

CardanoByronLegacyBip32.fromPrivateKey(
  super.privKey, [
  super.keyData,
  super.keyNetVer,
]) : super.fromPrivateKey();