Versions in this module Expand all Collapse all v1 v1.0.1 Sep 18, 2024 v1.0.0 May 17, 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.EventDataNewBlockHeader) error + func (idx *BlockerIndexer) Search(ctx context.Context, q *query.Query) ([]int64, error)