Returns an address derived from the public key
Returns base58 encode string of the public key
Returns the public key as a buffer. The public key version is added as the 0th byte in the returned buffer
Verify a signature
The message that was signed
The message's signature
Instantiate a PublicKey from a base58 encoded public key string
Instantiate a PublicKey from a buffer. The buffer's 0th index must contain the public key version.
PublicKey represents an ED25519 public key
PublicKey