keccak256

apiDocs


near-sdk-js v2.0.0 / api / keccak256

Function: keccak256()

keccak256(value): Uint8Array

Returns keccak256 hash of given value

Parameters

value: Uint8Array

value to be hashed, in Bytes

Returns

Uint8Array

hash result in Bytes

Defined in

packages/near-sdk-js/src/api.ts:872

Last updated