Create a new PublicKey instance from a Uint8Array or String.
A HexInput (string or Uint8Array)
Private
Readonly
keyStatic
Readonly
LENGTHVerifies that the private key associated with this public key signed the message with the given signature.
Static
deserializeStatic
isuse instanceof Secp256k1PublicKey
instead
Generated using TypeDoc
Represents the Secp256k1 ecdsa public key
Secp256k1 authentication key is represented in the SDK as
AnyPublicKey
.