Skip to content

SudoSOS Back-end API / helpers / hashJSON

Function: hashJSON() ​

ts
function hashJSON(jsonObject): string;

Returns the sha256 hash of an object.

Parameters ​

ParameterTypeDescription
jsonObjectobject-

Returns ​

string