The PublicKey class represents a cryptographic public key.

Remarks

  • The public key is derived from the secret key and got the same version as the secret key.
  • String representation is P + base58Check(version_bytes + public_key_hash_bytes)
  • bytes attribute is the Uint8Array representation of the public key.

Constructors

Properties

Methods

Constructors

Properties

base58Encoded: string
bytes: Uint8Array
version: number

Methods

Generated using TypeDoc