api • Docs
near-sdk-js v2.0.0 / api / keccak256
keccak256(value): Uint8Array
value
Uint8Array
Returns keccak256 hash of given value
• value: Uint8Array
value to be hashed, in Bytes
hash result in Bytes
packages/near-sdk-js/src/api.ts:872arrow-up-right
Last updated 1 year ago