Bip32Slip10Nist256p1.fromSeed constructor

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

constructor for creating a key from a seed.

Implementation

Bip32Slip10Nist256p1.fromSeed(super.seedBytes, [super.keyNetVer])
    : super.fromSeed();