event-scanner 1.1.0

Event Scanner is a library for scanning events from any EVM-based blockchain.
Documentation
1
2
3
4
5
6
7
8
9
//! Scanner mode implementations.
//!
//! This module contains the implementation details for each scanner mode (historic, live, latest,
//! and sync).

mod historic;
mod latest;
mod live;
mod sync;