Skip to main content

Digest

class Digest

Immutable fixed-size SHA-256 digest.

Methods

NameSignatureDescription
equalsequals(other: Digest): booleanMethod equals of Digest.
toBytestoBytes(): Uint8ArrayMethod toBytes of Digest.
toHextoHex(): stringMethod toHex of Digest.
toStringtoString(): stringMethod toString of Digest.
fromBytesfromBytes(value: Uint8Array): DigestMethod fromBytes of Digest.
fromHexfromHex(value: string): DigestMethod fromHex of Digest.

Source

This page is generated from SDK source metadata and the translation catalog.