IndexerCommonDomainContext: {
    apiClient: IndexerMsClient;
    dataPath: string;
    projectId: string;
    supportedBlockchains: Blockchain[];
    transport: TransportType;
}

Type declaration

  • apiClient: IndexerMsClient

    Client for calling the indexer service.

  • dataPath: string

    Path to the directory where data is stored.

  • projectId: string

    Name of the project to which the indexer belongs.

  • supportedBlockchains: Blockchain[]

    Supported blockchains

  • transport: TransportType

    Transport type used to communicate inside the indexer.

Generated using TypeDoc