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
#[macro_use]
mod tracing;

#[cfg(any(test, feature = "test-utils"))]
#[macro_use]
pub mod test_utils;