Function: solidityUint256PackedKeccak256()
solidityUint256PackedKeccak256(
params):string
Defined in: src/utils/hash/selector.ts:110
Solidity hash of an array of uint256
Parameters
params
an array of uint256 numbers
Returns
string
the hash of the array of Solidity uint256
Example
const result = hash.solidityUint256PackedKeccak256(['0x100', '200', 300, 400n]);
// result = '0xd1e6cb422b65269603c491b0c85463295edabebfb2a6844e4fdc389ff1dcdd97'