Create a new PublicKey object
ed25519 public key as buffer or base-58 encoded string
Default public key value. The base58-encoded string representation is all ones (as seen below) The underlying BN number is 32 bytes that are all zeros
Checks if two publicKeys are equal
Return the base-58 representation of the public key
Return the Buffer representation of the public key in big endian
Return the byte array representation of the public key in big endian
Return the base-58 representation of the public key
Check that a pubkey is on the ed25519 curve.
Returns a unique PublicKey for tests and benchmarks using a counter
Generated using TypeDoc
A public key