CardanoByronLegacyBip32.fromPrivateKey constructor
CardanoByronLegacyBip32.fromPrivateKey(
- List<
int> privKey, [ - Bip32KeyData? keyData,
- Bip32KeyNetVersions? keyNetVer
Creates a CardanoByronLegacyBip32 instance from a private key.
Implementation
CardanoByronLegacyBip32.fromPrivateKey(super.privKey,
[super.keyData, super.keyNetVer])
: super.fromPrivateKey();