You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function's signature is 0x8b418713 or keccak256("callFunction(address,(address,uint256),bytes)")
My current workaround is to simply define the function signature as a constant for my function dispatch but it would be great to have support for tuples or even structs one day
Currently the Huff parser throws an error for functions defined like this:
The error:
The original function signature in Solidity is:
Where
DyDxAccount.Infois:The function's signature is
0x8b418713orkeccak256("callFunction(address,(address,uint256),bytes)")My current workaround is to simply define the function signature as a constant for my function dispatch but it would be great to have support for tuples or even structs one day