Private hash
ArConnect Injected API privateHash() function
The privateHash()
function allows you to create deterministic secrets (hashes) from some data.
Argument | Type | Description |
---|---|---|
|
| The data to hash |
| Configuration for the hash |
Note: This function requires the SIGNATURE
permission.
Example usage
Last updated