Interface IndexerModuleUsingDb<TContextData>

IndexerModule with standard Dappetizer DbContext.

Type Parameters

  • TContextData = unknown

    See the same parameter on IndexerModule.

Hierarchy

Properties

blockDataIndexers?: readonly BlockDataIndexer<DbContext, TContextData>[]
contractIndexers?: readonly ContractIndexer<DbContext, TContextData, unknown>[]
dbEntities: readonly DbEntity[]

Database TypeORM entities from this module that should be registered with TypeORM data source.

indexingCycleHandler?: IndexingCycleHandler<DbContext, TContextData>
name: string
smartRollupIndexers?: readonly SmartRollupIndexer<DbContext, TContextData, unknown>[]

Generated using TypeDoc