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