ethers-rs/ethers-contract/src/multicall
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
..
mod.rs Expose New `call_raw` API that permits MultiCalls without Detokenization (#915) 2022-02-15 22:38:01 +02:00
multicall_contract.rs fix(codec)!: ambiguity unit8[] and bytes (#613) 2021-11-24 22:15:17 +02:00