ethers-rs/ethers-contract/ethers-contract-derive/src
Matthias Seitz 5779a3cdaf
feat: add ethabitype support for solidity style enums (#526)
* feat: tokenize solidity like enums

* test: add enum test

* rustfmt
2021-10-24 20:58:41 +03:00
..
abi_ty.rs feat: add ethabitype support for solidity style enums (#526) 2021-10-24 20:58:41 +03:00
abigen.rs feat: add support for multiple contract definitions in abigen macro (#498) 2021-10-11 17:18:09 +03:00
call.rs feat: function call enums EthCall macro and more (#517) 2021-10-18 13:28:38 +03:00
display.rs fix: use debug fmt for nested arrays (#527) 2021-10-24 17:02:06 +03:00
event.rs feat: function call enums EthCall macro and more (#517) 2021-10-18 13:28:38 +03:00
lib.rs feat: function call enums EthCall macro and more (#517) 2021-10-18 13:28:38 +03:00
spanned.rs refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
utils.rs feat: function call enums EthCall macro and more (#517) 2021-10-18 13:28:38 +03:00