Documentation
¶
Index ¶
- type TxIndex
- func (txi *TxIndex) AddBatch(_ *txindex.Batch) error
- func (txi *TxIndex) AddPod(b *txindex.Batch) error
- func (txi *TxIndex) Get(_ []byte) (*abci.TxResult, error)
- func (txi *TxIndex) GetbytedataFortracks(hash []byte) ([]byte, error)
- func (txi *TxIndex) Index(_ *abci.TxResult) error
- func (txi *TxIndex) Search(_ context.Context, _ *query.Query) ([]*abci.TxResult, error)
- func (txi *TxIndex) SetLogger(log.Logger)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxIndex ¶
type TxIndex struct{}
TxIndex acts as a /dev/null.
func (*TxIndex) GetbytedataFortracks ¶
Click to show internal directories.
Click to hide internal directories.