Bip32Slip10Nist256p1.fromSeed constructor

Bip32Slip10Nist256p1.fromSeed(
  1. List<int> seedBytes, [
  2. Bip32KeyNetVersions? keyNetVer
])

constructor for creating a key from a seed.

Implementation

Bip32Slip10Nist256p1.fromSeed(List<int> seedBytes,
    [Bip32KeyNetVersions? keyNetVer])
    : super.fromSeed(seedBytes, keyNetVer);