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 text was updated successfully, but these errors were encountered:
0xdcota
changed the title
funcSigs feature fails when having methods with structs as argumentsfuncSig feature fails when having methods with structs as arguments
Jul 23, 2024
With a simple method as show below:
The
funcSig
feature returns a new file with:The above is great 👍
Now, the issue is
However, with a complex argument function such as:
The
funcSig
returns nothing.. ❌I suppose the challenge is in interpreting: "what is UpdateATokenInput".
The methods above are in the Aave code base if you want to give it a try: https://github.com/aave/protocol-v2/blob/master/contracts/protocol/lendingpool/LendingPoolConfigurator.sol
The text was updated successfully, but these errors were encountered: