ethers-rs/ethers-contract/tests
Jim e3f0621d43
Expose New `call_raw` API that permits MultiCalls without Detokenization (#915)
* Add `call_raw` method that forgoes detokenization for MultiCall. Have `call` wrap around `call_raw` permitting user to handle detokenization themselves if they wish

* Improve documentation: Add details to the documentation example that informs the user of their responsibility to detokenize results
2022-02-15 22:38:01 +02:00
..
common feat(codec): impl codec for Bytes (#856) 2022-02-02 13:57:39 +02:00
solidity-contracts feat(abigen): use structs for outputs (#664) 2021-12-09 16:00:59 -07:00
abigen.rs feat: change abi_str to abi from contract in for hardhat abi (#740) 2022-01-08 11:17:36 +02:00
contract.rs Expose New `call_raw` API that permits MultiCalls without Detokenization (#915) 2022-02-15 22:38:01 +02:00