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
{{ message }}
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the Huff parser throws an error for functions defined like this:
The error:
The original function signature in Solidity is:
Where
DyDxAccount.Info
is:The function's signature is
0x8b418713
orkeccak256("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
The text was updated successfully, but these errors were encountered: