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
I’m receiving invalid tuple value (argument="tuple", value="[1,2,3]", code=INVALID_ARGUMENT, version=abi/5.7.0) when trying to pass a struct with uint256 fields as an array or object. Is there a specific format for passing struct params?
The text was updated successfully, but these errors were encountered:
I’m receiving
invalid tuple value (argument="tuple", value="[1,2,3]", code=INVALID_ARGUMENT, version=abi/5.7.0)
when trying to pass a struct with uint256 fields as an array or object. Is there a specific format for passing struct params?The text was updated successfully, but these errors were encountered: