queueIndexBatch enqueues a batch of items to be indexed in dependency order. This ensures that dependencies (e.g., balances) are indexed before the primary item (e.g., transaction). Uses the same IndexQueue but with a different task type for routing. Parameters: - batch interface{}: The batch conta
(batch interface{})
source not stored for this graph (policy: none)
no test coverage detected