Abstract
Abstract
flagReturn signature scheme flag of the public key
Return the base-64 representation of the public key
Abstract
toReturn the byte array representation of the public key
Return the Sui address associated with this Ed25519 public key
Returns the bytes representation of the public key prefixed with the signature scheme flag
Return the Sui representation of the public key encoded in base-64. A Sui public key is formed by the concatenation of the scheme flag with the raw bytes of the public key
Abstract
verifyVerifies that the signature is valid for for the provided message
Verifies that the public key is associated with the provided address
A public key