ethers-rs/ethers-contract/ethers-contract-derive
Matthias Seitz 0c18f9b32c
fix: make EthEvent abi attribute work for tuple inputs (#229)
* fix: try to parse the provided abi as tuple

* test: validate ethevent abi attribute

* docs: document ethevent abi attribute
2021-03-16 10:12:32 +02:00
..
src fix: make EthEvent abi attribute work for tuple inputs (#229) 2021-03-16 10:12:32 +02:00
Cargo.toml feat: add EthEvent proc macro derive support (#227) 2021-03-15 13:59:52 +02:00
README.md docs: add missing attribution to Gnosis for codegen & macros 2020-06-20 17:02:57 +03:00

README.md

This proc-macro was adapted from the original ethcontract-rs repository by Gnosis.