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(List<int> privKey,
    [Bip32KeyData? keyData, Bip32KeyNetVersions? keyNetVer])
    : super.fromPrivateKey(privKey, keyData, keyNetVer);