Bip32Slip10Ed25519Blake2b.fromPrivateKey constructor
Bip32Slip10Ed25519Blake2b.fromPrivateKey(
- List<
int> privKey, { - Bip32KeyData? keyData,
- Bip32KeyNetVersions? keyNetVer,
constructor for creating a key from a public key.
Implementation
Bip32Slip10Ed25519Blake2b.fromPrivateKey(super.privKey,
{super.keyData, super.keyNetVer})
: super.fromPrivateKey();