Class VerificationKey

Expand description

An Ed25519 verification key (non-extended).

Methods§

§

free(): void

§

toString(): string

Encode the VerificationKey as a 64-digit hex-encoded text string.

§

tryParse(value: string): VerificationKey

Construct a VerificationKey from a 64-digit hex-encoded text string. Throws if the string is malformed.