Crate ckb_indexer_sync

Crate ckb_indexer_sync 

Source
Expand description

The built-in synchronization service in CKB can provide block synchronization services for indexers.

Structs§

CustomFilters
Custom filters
IndexerSyncService
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
PoolService
Pool service
SecondaryDB
Open DB as secondary instance with specified column families

Enums§

Error
A list specifying general categories of Indexer error.

Traits§

IndexerSync
Trait for an indexer’s synchronization interface

Functions§

new_secondary_db
Construct new secondary db instance