package
0.38.0-preview.0
Repository: https://github.com/onflow/flow-go.git
Documentation: pkg.go.dev

# Functions

HandleCollection handles the response of the a collection request made earlier when a block was received.
New execution state indexer used to ingest block execution data and index it by height.
No description provided by the author
NewIndexer creates a new execution worker.

# Variables

ErrIndexNotInitialized is returned when the indexer is not initialized This generally indicates that the index databases are still being initialized, and trying again later may succeed.

# Structs

CollectionExecutedMetricImpl tracks metrics to measure how long it takes for tx to reach each step in their lifecycle.
Indexer handles ingestion of new execution data available and uses the execution data indexer module to index the data.
IndexerCore indexes the execution state.