sha256
api • Docs
near-sdk-js v2.0.0 / api / sha256
Function: sha256()
sha256(
value
):Uint8Array
Returns sha256 hash of given value
Parameters
• value: Uint8Array
value to be hashed, in Bytes
Returns
Uint8Array
hash result in Bytes
Defined in
Last updated