ethers-rs/ethers-core/src/abi
Matthias Seitz ba5f650dec
feat: generate rust structs from solidity JSON ABI (#378)
* add raw abi model

* feat: simplify struct representation

* feat: add struct generation

* use structs as function input

* fix: failing test

* add example

* rustfmt
2021-08-16 10:29:44 +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: generate rust structs from solidity JSON ABI (#378) 2021-08-16 10:29:44 +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 feat: generate rust structs from solidity JSON ABI (#378) 2021-08-16 10:29:44 +03:00
tokens.rs add impl_fixed_types!(18) (fixes opensea abigen) (#373) 2021-08-12 17:43:55 +03:00