package
2.10.1-stable+incompatible
Repository: https://github.com/algorand/go-algorand.git
Documentation: pkg.go.dev

# Functions

MakeIndexer makes a new indexer.
MakeIndexerDB takes the db path, a bool for inMemory and returns the IndexerDB control obj.

# Structs

DB is a the db access layer for Indexer.
Indexer keeps track of transactions and their senders to enable quick retrieval.
Transaction represents a transaction in the system.

# Interfaces

Ledger interface to make testing easier.