ethers-rs/ethers-contract/src
James Prestwich 13ce18fd3b
feature: allow event builder to stream with meta (#1483)
* feature: allow event builder to stream with meta

* doc: improve rustdoc

* feature: subscribe_with_meta

* chore: fmt
2022-07-17 11:26:16 -07:00
..
multicall chore(clippy): make clippy happy (#1230) 2022-05-06 08:15:49 -07:00
base.rs chore(clippy): add some deny lints (#1064) 2022-03-19 10:05:39 -07:00
call.rs Add call builder and eth_call state overrides (#1340) 2022-06-04 14:18:25 -07:00
contract.rs feat: Relax `Clone` requirements when `Arc<M>` is used (#1183) 2022-04-27 15:33:22 +03:00
event.rs feature: allow event builder to stream with meta (#1483) 2022-07-17 11:26:16 -07:00
factory.rs Add call builder and eth_call state overrides (#1340) 2022-06-04 14:18:25 -07:00
lib.rs feat: make stream mod public (#1160) 2022-04-21 19:29:40 +02:00
log.rs chore(clippy): fix newest nightly lints (#1298) 2022-05-22 15:18:57 -07:00
stream.rs feat: add EventStream::select to combine multiple event streams (#725) 2021-12-23 21:23:55 +02:00