Class VerificationKey
Expand description
Methods§
§free(): void
free(): void
§toString(): string
toString(): string
Encode the VerificationKey as a 64-digit hex-encoded text string.
§tryParse(value: string): VerificationKey
tryParse(value: string): VerificationKey
Construct a VerificationKey from a 64-digit hex-encoded text string. Throws if the
string is malformed.
An Ed25519 verification key (non-extended).