Skip to main content

Module listener

Module listener 

Source
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§

BlockListener
Abstracts over different chain RPC backends.

Type Aliases§

RawEventStream
A stream of raw events from a single chain.