Bip32Slip10Nist256p1.fromPublicKey constructor

Bip32Slip10Nist256p1.fromPublicKey(
  1. List<int> pubkey, {
  2. Bip32KeyData? keyData,
  3. Bip32KeyNetVersions? keyNetVer,
})

constructor for creating a key from a public key.

Implementation

Bip32Slip10Nist256p1.fromPublicKey(
  List<int> pubkey, {
  Bip32KeyData? keyData,
  Bip32KeyNetVersions? keyNetVer,
}) : super.fromPublicKey(pubkey, keyData, keyNetVer);