diff --git a/indexer/constructor.go b/indexer/constructor.go index f64798e..721e694 100644 --- a/indexer/constructor.go +++ b/indexer/constructor.go @@ -33,6 +33,10 @@ import ( ) // NewStateDiffIndexer creates and returns an implementation of the StateDiffIndexer interface. +// `chainConfig` is used when processing chain state. +// `nodeInfo` contains metadata on the Ethereum node, which is inserted with the indexed state. +// `config` contains configuration specific to the indexer. +// `diff` tells us to mark state nodes as belonging to an incremental diff, as opposed to a full snapshot. func NewStateDiffIndexer( ctx context.Context, chainConfig *params.ChainConfig,