ConversionHelpers
Last updated
Was this helpful?
Last updated
Was this helpful?
Source:
function``
dangerouslyCastBytesToUintArray
(bytes _input) internal pure returns (uint256[])
Parameters:
_input
- bytes
Returns:
uint256[]
function``
dangerouslyCastUintArrayToBytes
(uint256[] _input) internal pure returns (bytes)
Parameters:
_input
- uint256[]
Returns:
bytes