Versions in this module Expand all Collapse all v0 v0.31.12 Oct 9, 2022 v0.31.11 Oct 29, 2019 Changes in this version + func IndexAllTags() func(*TxIndex) + func IndexTags(tags []string) func(*TxIndex) + type TxIndex struct + func NewTxIndex(store dbm.DB, options ...func(*TxIndex)) *TxIndex + func (txi *TxIndex) AddBatch(b *txindex.Batch) error + func (txi *TxIndex) Get(hash []byte) (*types.TxResult, error) + func (txi *TxIndex) Index(result *types.TxResult) error + func (txi *TxIndex) Search(q *query.Query) ([]*types.TxResult, error)