PubKey

Represents the 32 bytes of a Ed25519 public key.

Getters

bytes

pubKey.bytes: number[]

hex

Hexadecimal representation of the PubKey bytes.

pubKey.hex: string

Methods

hash

Gets the PubKeyHash of the PubKey.

pubKey.hash(): helios.PubKeyHash