The main indexer domain class. Primary entry point for all data being indexed. This is a core piece in developing a custom indexer. Add and overwrite methods to customize the indexer. This class communicates through the broker with the services, which can be powered by multiple workers. All of this is abstracted away through this class.

Hierarchy

  • IndexerMainDomain

Constructors

Properties

accounts: Record<Blockchain, Set<string>>
discoverJob: undefined | JobRunner
statsJob: undefined | JobRunner

Methods

Generated using TypeDoc