Expand description
Relayer is a library that syncs data from a remote source into a local database. The relayer syncs blocks. There are notify channels to signal when new data has been synced.
Structs§
- Handle
- Handle for closing or joining the relayer.
- Relayer
- Relayer client that syncs data from a remote source into a local database.
Enums§
- Data
Sync Error - An error occurred while syncing data.
- Error
- An error occurred in the relayer that is not recoverable. These causes the relayer to exit a spawned task.
Type Aliases§
- Result
- The result type for the relayer.