Digest
class Digest
Immutable fixed-size SHA-256 digest.
Methods
| Name | Signature | Description |
|---|---|---|
equals | equals(other: Digest): boolean | Method equals of Digest. |
toBytes | toBytes(): Uint8Array | Method toBytes of Digest. |
toHex | toHex(): string | Method toHex of Digest. |
toString | toString(): string | Method toString of Digest. |
fromBytes | fromBytes(value: Uint8Array): Digest | Method fromBytes of Digest. |
fromHex | fromHex(value: string): Digest | Method fromHex of Digest. |
Source
This page is generated from SDK source metadata and the translation catalog.