FelipeRosa / rust-ethereum-abi

Ethereum Smart Contract ABI parsing library.
MIT License
15 stars 7 forks source link

Fix tuple support #2

Closed FelipeRosa closed 3 years ago

FelipeRosa commented 3 years ago

Guess I got tuple types wrong in the JSON representation: https://docs.soliditylang.org/en/v0.7.5/abi-spec.html#handling-tuple-types

Must fix std::fmt::Display implementation for Type too.