hasValidPubkeyBytes static method
Implementation
static bool hasValidPubkeyBytes(List<int> pubKey, EllipticCurveTypes type) {
  return IPublicKey.isValidBytes(pubKey, type);
}static bool hasValidPubkeyBytes(List<int> pubKey, EllipticCurveTypes type) {
  return IPublicKey.isValidBytes(pubKey, type);
}