Crate ckb_indexer_sync

source ·
Expand description

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

Structs§

  • Custom filters
  • Indexer sync service
  • 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
  • Open DB as secondary instance with specified column families

Enums§

  • A list specifying general categories of Indexer error.

Traits§

  • Trait for an indexer’s synchronization interface

Functions§