Bip32Slip10Ed25519Blake2b.fromPrivateKey constructor

Bip32Slip10Ed25519Blake2b.fromPrivateKey(
  1. List<int> privKey, {
  2. Bip32KeyData? keyData,
  3. Bip32KeyNetVersions? keyNetVer,
})

constructor for creating a key from a public key.

Implementation

Bip32Slip10Ed25519Blake2b.fromPrivateKey(super.privKey,
    {super.keyData, super.keyNetVer})
    : super.fromPrivateKey();