Core / XDR
hash
Computes the SHA-256 hash of the given data.
hash(data: string | Uint8Array<ArrayBufferLike>): Uint8ArrayParameters
data—string | Uint8Array<ArrayBufferLike>(required) — the data to hash
Source: src/base/hashing.ts:9
Computes the SHA-256 hash of the given data.
hash(data: string | Uint8Array<ArrayBufferLike>): Uint8ArrayParameters
data — string | Uint8Array<ArrayBufferLike> (required) — the data to hashSource: src/base/hashing.ts:9