CardanoByronLegacyBip32.fromSeed constructor
CardanoByronLegacyBip32.fromSeed(
- List<
int> seedBytes, [ - Bip32KeyNetVersions? keyNetVer
Creates a CardanoByronLegacyBip32 instance from a seed.
Implementation
CardanoByronLegacyBip32.fromSeed(List<int> seedBytes,
[Bip32KeyNetVersions? keyNetVer])
: super.fromSeed(seedBytes, keyNetVer);