Closed outprog closed 5 years ago
"type": "tuple" in ABI, accounts/abi.go JSON parse is not work. It's return like this:
"type": "tuple"
JSON
panic: unsupported arg type: tuple
How could I parse ABI include type of tuple ?
same as https://github.com/ethereum/go-ethereum/issues/18033
Closed by https://github.com/ethereum/go-ethereum/pull/18406
如何解决用web3j生成java类时的错误信息, Unsupported type encountered: tuple
有可能 web3j 还没有支持 tuple。这个支持 golang 也等了很久。
"type": "tuple"
in ABI, accounts/abi.goJSON
parse is not work. It's return like this:How could I parse ABI include type of tuple ?