You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Event Scanner is a Rust library for monitoring EVM-based smart contract events.
41
41
The library exposes two primary layers:
42
42
43
43
-`EventScannerBuilder` / `EventScanner` – the main module the application will interact with.
44
-
-`BlockScanner` – lower-level component that streams block ranges, handles reorg, batching, and provider subscriptions. This is exposed to the user but has many edge cases which will be documented in the future. For now interact with this via the `EventScanner`
44
+
-`BlockRangeScanner` – lower-level component that streams block ranges, handles reorg, batching, and provider subscriptions.
45
45
46
46
Callbacks implement the `EventCallback` trait. They are executed through a `CallbackStrategy` that performs retries when necessary before reporting failures.
0 commit comments