We need to support that for easier adoption, it seems more and more usage of tuple are made among smart contracts, for example OpenSea and Decentraland both uses tuple today.
Workaround is to "manually" code the decoding of tuple, but it's a long task if lot of events are using tuples.
Right now, we do not support ABI that contains tuple like:
We need to support that for easier adoption, it seems more and more usage of tuple are made among smart contracts, for example OpenSea and Decentraland both uses tuple today.
Workaround is to "manually" code the decoding of tuple, but it's a long task if lot of events are using tuples.