Expand description
BlockListener trait — abstraction over RPC/WS block polling.
Each chain implementation provides a BlockListener that produces
RawEvent items. The stream engine manages one listener per chain.
Traits§
- Block
Listener - Abstracts over different chain RPC backends.
Type Aliases§
- RawEvent
Stream - A stream of raw events from a single chain.