validateAndGetSecp256k1Key static method
Validate and get a secp256k1 public key.
Implementation
static IPublicKey validateAndGetSecp256k1Key(List<int> pubKey) {
return _validateAndGetGenericKey(pubKey, EllipticCurveTypes.secp256k1);
}
Validate and get a secp256k1 public key.
static IPublicKey validateAndGetSecp256k1Key(List<int> pubKey) {
return _validateAndGetGenericKey(pubKey, EllipticCurveTypes.secp256k1);
}