Documentation ¶
Index ¶
- type TxIndex
- func (*TxIndex) AddBatch(_ *txindex.Batch) error
- func (*TxIndex) Get(_ []byte) (*abci.TxResult, error)
- func (*TxIndex) GetRetainHeight() (int64, error)
- func (*TxIndex) Index(_ *abci.TxResult) error
- func (*TxIndex) Prune(_ int64) (numPruned, newRetainHeight int64, err error)
- func (*TxIndex) Search(_ context.Context, _ *query.Query, _ txindex.Pagination) ([]*abci.TxResult, int, error)
- func (*TxIndex) SetLogger(log.Logger)
- func (*TxIndex) SetRetainHeight(_ int64) error
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) GetRetainHeight ¶
func (*TxIndex) SetRetainHeight ¶
Click to show internal directories.
Click to hide internal directories.