Module ethers_contract::stream
source · 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 the
LogMeta
.