Parses a single type. This can be a primitive, array, or a tuple. For example uint256 or (uint32 x, bool y)
uint256
(uint32 x, bool y)
the type to parse
Parses a single type. This can be a primitive, array, or a tuple. For example
uint256
or(uint32 x, bool y)