Expand description
The built-in synchronization service in CKB can provide block synchronization services for indexers.
Structs§
- Custom
Filters - Custom filters
- Indexer
Sync Service - Indexer sync service
- Pool
- An overlay to index the pending txs in the ckb tx pool, currently only supports removals of dead cells from the pending txs
- Pool
Service - Pool service
- SecondaryDB
- Open DB as secondary instance with specified column families
Enums§
- Error
- A list specifying general categories of Indexer error.
Traits§
- Indexer
Sync - Trait for an indexer’s synchronization interface
Functions§
- new_
secondary_ db - Construct new secondary db instance