ethers-rs/ethers-contract/src
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
..
multicall Expose New `call_raw` API that permits MultiCalls without Detokenization (#915) 2022-02-15 22:38:01 +02:00
base.rs chore: add rustfmt.toml (#537) 2021-10-29 14:29:35 +02:00
call.rs chore(clippy): make clippy happy (#705) 2021-12-19 06:28:38 +02:00
contract.rs chore(clippy): make clippy happy (#705) 2021-12-19 06:28:38 +02:00
event.rs chore(clippy): make clippy happy (#705) 2021-12-19 06:28:38 +02:00
factory.rs feat(ethers-contract): add `send_with_receipt` to `Deployer` (#865) 2022-02-05 16:37:09 +02:00
lib.rs reexport multiabigen (#731) 2021-12-24 16:34:18 +02:00
log.rs fix: derive serde Ser and De for log metadata (#823) 2022-01-21 14:30:57 +02:00
stream.rs feat: add EventStream::select to combine multiple event streams (#725) 2021-12-23 21:23:55 +02:00