ethereum / go-ethereum

Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
47.8k stars 20.24k forks source link

unsupported arg type: tuple #17642

Closed outprog closed 5 years ago

outprog commented 6 years ago

"type": "tuple" in ABI, accounts/abi.go JSON parse is not work. It's return like this:

panic: unsupported arg type: tuple

How could I parse ABI include type of tuple ?

outprog commented 6 years ago

same as https://github.com/ethereum/go-ethereum/issues/18033

jlevison commented 5 years ago

18033 was closed by #18051, but it says that support for tuple is not implemented - should abi.JSON support tuple or not?

outprog commented 5 years ago

Closed by https://github.com/ethereum/go-ethereum/pull/18406

liyu1016 commented 3 years ago

如何解决用web3j生成java类时的错误信息, Unsupported type encountered: tuple

outprog commented 3 years ago

如何解决用web3j生成java类时的错误信息, Unsupported type encountered: tuple

有可能 web3j 还没有支持 tuple。这个支持 golang 也等了很久。