An abstract representation of a public key.
Provides a common interface for verifying any signature.
Get the BCS bytes
Get the raw public key bytes
Get the public key as a hex string with a 0x prefix e.g. 0x123456...
Verifies that the private key associated with this public key signed the message with the given signature.