Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventProcessor ¶
type EventProcessor struct {
LatestBlockHeader *common.BlockHeader
// contains filtered or unexported fields
}
func NewEventProcessor ¶
func NewEventProcessor(db *database.DB, chainConfig config.ChainConfig, shutdown context.CancelCauseFunc) (*EventProcessor, error)
func (*EventProcessor) Close ¶
func (ep *EventProcessor) Close() error
func (*EventProcessor) Start ¶
func (ep *EventProcessor) Start() error
Click to show internal directories.
Click to hide internal directories.