Bip32Slip10Nist256p1.fromPrivateKey constructor

Bip32Slip10Nist256p1.fromPrivateKey(
  1. List<int> privKey, {
  2. Bip32KeyData? keyData,
  3. 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);