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
@skywinder was this implemented? We are trying to encode structs into a function, but the data is not working. I am able to easily pass non-struct data into a function and have it encoded correctly.
Solidity 0.6
ABIEncoderV2:
The ABI JSON will now include a new type: ‘tuple’
Add the ability to pass struct type into a function.
The text was updated successfully, but these errors were encountered: