Versions in this module Expand all Collapse all v0 v0.0.0 Jul 28, 2021 Changes in this version + type TxIndex struct + func NewTxIndex(store dbm.DB) *TxIndex + func (txi *TxIndex) AddBatch(b *txindex.Batch) error + func (txi *TxIndex) Get(hash []byte) (*abci.TxResult, error) + func (txi *TxIndex) Index(result *abci.TxResult) error + func (txi *TxIndex) Search(ctx context.Context, q *query.Query) ([]*abci.TxResult, error)