IndexerWorkerDomainI: EntityIndexerHandler<ParsedEntity<unknown>> & {
    init(): Promise<void>;
    onNewAccount(args: AccountIndexerRequestArgs): Promise<void>;
}

Describes an indexer worker domain, capable of indexing transactions and adding new accounts to be indexed.

Generated using TypeDoc