EthereumTransactionIndexerWorkerDomainI: {
    ethereumTransactionBufferLength?: number;
    ethereumFilterTransaction(context: ParserContext, entity: EthereumParsedTransaction): Promise<boolean>;
    ethereumIndexTransactions(context: ParserContext, entities: EthereumParsedTransaction[]): Promise<void>;
}

Type declaration

Generated using TypeDoc