Documentation ¶ Index ¶ type Indexer func New(ctx context.Context, cfg config.Config, stopperModule modules.Module) (Indexer, error) func (i *Indexer) Close() error func (i *Indexer) Start(ctx context.Context) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Indexer ¶ type Indexer struct { // contains filtered or unexported fields } func New ¶ func New(ctx context.Context, cfg config.Config, stopperModule modules.Module) (Indexer, error) func (*Indexer) Close ¶ func (i *Indexer) Close() error func (*Indexer) Start ¶ func (i *Indexer) Start(ctx context.Context) Source Files ¶ View all Source files indexer.go Directories ¶ Show internal Expand all Path Synopsis config decode handle genesis parser receiver rollback storage Click to show internal directories. Click to hide internal directories.