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