ethers-rs/ethers-core/src/abi
Matthias Seitz 42bf98330b
feat: support human readable struct inputs (#482)
* feat: keep track of custom types in abi parser

* feat: use internal structs for abi parsers

* test: add human readable struct input test

* chore: update changelog

* fix conflicts

* fix: remove eprintln

* make clippy happy

* make clippy happy

* rustfmt

* make clippy happy
2021-10-02 17:34:01 +03:00
..
error.rs feat: add struct parsing support for human readable ABI (#226) 2021-03-15 13:49:28 +02:00
human_readable.rs feat: support human readable struct inputs (#482) 2021-10-02 17:34:01 +03:00
mod.rs feat(abigen): include ethevent proc macro in abigen code gen workflow (#232) 2021-03-16 21:37:19 +02:00
struct_def.rs chore: remove cyclical dependencies (#410) 2021-08-29 00:06:29 +03:00
tokens.rs add impl_fixed_types!(18) (fixes opensea abigen) (#373) 2021-08-12 17:43:55 +03:00