ethers-rs/ethers-contract/ethers-contract-abigen/src
Georgios Konstantopoulos eb26915081
feat: allow encoding/decoding function data (#90)
* feat: allow encoding/decoding function data

* feat: allow decoding event data

* feat: human readable abi

inspired from https://blog.ricmoo.com/human-readable-contract-abis-in-ethers-js-141902f4d917

* test: add event / fn decoding tests

* chore: fix clippy

* feat(abigen): allow providing args in human readable format
2020-10-29 09:48:24 +02:00
..
contract feat: allow encoding/decoding function data (#90) 2020-10-29 09:48:24 +02:00
test refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
contract.rs feat: allow encoding/decoding function data (#90) 2020-10-29 09:48:24 +02:00
lib.rs ABI Encoder v2 + ABI Spec v6.6 (#17) 2020-06-16 15:08:42 +03:00
rustfmt.rs refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00
source.rs abigen: simplify structs and re-enable file/remote codegen 2020-06-03 23:09:46 +03:00
util.rs refactor: pull crates to root dir 2020-06-01 21:24:22 +03:00