-
Notifications
You must be signed in to change notification settings - Fork 20.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please support type 'tuple[]' in json of solidity, #20674
Comments
what version of web3.js are you using? |
Thanks for your reply. ... |
seems very related web3/web3.js#1241 (comment) |
yes,it seems the same issue, but no solution. Looking forward to your confirmation. |
@liuxiong0011 we recently addressed this problem, could you try with the latest version of geth? |
Tuple support is available on our side, closing |
Hi eth engineers,
I had deployed my contract in main net, and the contract have some interfaces that return type is 'tuple[]' .
when I use web3.js to call those interfaces, I get error:
invalid solidity type!: tuple[]
Please support type 'tuple[]' in json of solidity quickly,
My contract can't be redeploy, because my contracts has strored some ethers by user.
thanks.
The text was updated successfully, but these errors were encountered: