Hash
solidityPackedKeccak256
Computes the Non-Standard Packed
Mode
keccak256 hash of values
respectively to their types
.
Parameters
Parameter | Type | Description |
---|---|---|
types | readonly string [] | The types of the values. |
values | readonly any [] | The values to hash. |
Returns
string
The hash of the packed values.
Example
Source
Was this page helpful?