Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexerService ¶
type IndexerService struct { cmn.BaseService // contains filtered or unexported fields }
IndexerService connects event bus and transaction indexer together in order to index transactions coming from event bus.
func NewIndexerService ¶
func NewIndexerService(idr TxIndexer) *IndexerService
NewIndexerService returns a new service instance.
func (*IndexerService) OnStart ¶
func (is *IndexerService) OnStart() error
func (*IndexerService) OnStop ¶
func (is *IndexerService) OnStop()
Click to show internal directories.
Click to hide internal directories.