Versions in this module Expand all Collapse all v0 v0.38.3 Jan 4, 2024 Changes in this version + type BlockerIndexer struct + func New(store dbm.DB) *BlockerIndexer + func (idx *BlockerIndexer) Has(height int64) (bool, error) + func (idx *BlockerIndexer) Index(bh types.EventDataNewBlockEvents) error + func (idx *BlockerIndexer) Search(ctx context.Context, q *query.Query) ([]int64, error) + func (idx *BlockerIndexer) SetLogger(l log.Logger) + type HeightInfo struct