AbstractAbstractverifyVerifies that the private key associated with this public key signed the message with the given signature.
Verifies signature with the public key and makes any network calls required to get state required to verify the signature.
Abstractserialize
Represents an abstract public key.
This class provides a common interface for verifying signatures associated with the public key. It allows for the retrieval of the raw public key bytes and the public key in a hexadecimal string format.