Function: generateHash()
generateHash(message
): `0x${string}`
Parameters
• message: EquitoMessage
EquitoMessage - The message object to be hashed.
Returns
`0x${string}`
The Keccak256 hash of the encoded message, represented as a hexadecimal string.
Defined in
utils/index.ts:10