Create a new PublicKey instance from a Uint8Array or String.
A HexInput (string or Uint8Array)
Verifies a Secp256k1 signature against the public key
Note signatures are validated to be canonical as a malleability check
Static
deserializeStatic
isStatic
is
Represents the Secp256k1 ecdsa public key
Secp256k1 authentication key is represented in the SDK as
AnyPublicKey
.