CardanoByronLegacyBip32.fromPrivateKey constructor
CardanoByronLegacyBip32.fromPrivateKey(
- List<
int> privKey, [ - Bip32KeyData? keyData,
- 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);