Versions in this module Expand all Collapse all v1 v1.0.0 Jan 6, 2023 Changes in this version + type TxIndex struct + func (txi *TxIndex) AddBatch(batch *txindex.Batch) error + func (txi *TxIndex) Get(hash []byte) (*types.TxResult, error) + func (txi *TxIndex) Index(result *types.TxResult) error + func (txi *TxIndex) Search(ctx context.Context, q *query.Query) ([]*types.TxResult, error)