Session Keys
getSessionHash
Function to get the hash of a session key configuration.
Use the getSessionHash
function to compute the hash of a session key configuration, useful for identifying a session, tracking its status, or preparing for session revocation.
Usage
Parameters
The session configuration object to hash.
See createSession for more information on the SessionConfig
object structure.
Returns
The keccak256 hash of the encoded session configuration.