Documentation ¶
Index ¶
- type BlockerIndexer
- func (*BlockerIndexer) GetRetainHeight() (int64, error)
- func (*BlockerIndexer) Has(int64) (bool, error)
- func (*BlockerIndexer) Index(types.EventDataNewBlockEvents) error
- func (*BlockerIndexer) Prune(_ int64) (numPruned, newRetainHeight int64, err error)
- func (*BlockerIndexer) Search(context.Context, *query.Query) ([]int64, error)
- func (*BlockerIndexer) SetLogger(log.Logger)
- func (*BlockerIndexer) SetRetainHeight(_ int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockerIndexer ¶
type BlockerIndexer struct{}
TxIndex implements a no-op block indexer.
func (*BlockerIndexer) GetRetainHeight ¶
func (*BlockerIndexer) GetRetainHeight() (int64, error)
func (*BlockerIndexer) Index ¶
func (*BlockerIndexer) Index(types.EventDataNewBlockEvents) error
func (*BlockerIndexer) Prune ¶
func (*BlockerIndexer) Prune(_ int64) (numPruned, newRetainHeight int64, err error)
func (*BlockerIndexer) SetLogger ¶
func (*BlockerIndexer) SetLogger(log.Logger)
func (*BlockerIndexer) SetRetainHeight ¶
func (*BlockerIndexer) SetRetainHeight(_ int64) error
Click to show internal directories.
Click to hide internal directories.