exthereum / abi

The Ethereum ABI Interface
MIT License
20 stars 22 forks source link

Event Signatures & Structs #37

Closed hayesgm closed 9 months ago

hayesgm commented 9 months ago

This patch adds event signatures (e.g. for parsing Event logs) and better support for structs (that is, we make tuples have potentially named arguments). This ends up being a pretty large overhaul and bumps us up to 1.0.0-alpha1.