Bip32Slip10Ed25519.fromSeed constructor

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

constructor for creating a key from a seed.

Implementation

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