Class EndpointId

An endpoint's identifier, a 32-byte ed25519 public key.

Constructors

Methods

  • Short base32 prefix.

    Returns string

  • Get the underlying 32 bytes.

    Returns number[]

  • Base32 string form.

    Returns string

  • Verify a signature on message against this endpoint's key.

    Parameters

    Returns void