Module ethers_contract::stream
source · Expand description
Contains the EventStream type which aids in streaming access to contract
events
Structs
- Generic wrapper around Log streams, mapping their content to a specific deserialized log struct.
- Wrapper around a
EventStream, that in addition to the deserialized Event type also yields theLogMeta. - Stream for
EventStream::select
Type Definitions
- A stream of two items