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