Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValidatorEventsModule ¶
type ValidatorEventsModule struct{}
func New ¶
func New() *ValidatorEventsModule
func (*ValidatorEventsModule) Start ¶
func (m *ValidatorEventsModule) Start(bs blockproc.BlockState, es blockproc.EpochState) blockproc.ConfirmedEventsProcessor
type ValidatorEventsProcessor ¶
type ValidatorEventsProcessor struct {
// contains filtered or unexported fields
}
func (*ValidatorEventsProcessor) Finalize ¶
func (p *ValidatorEventsProcessor) Finalize(block blockproc.BlockCtx, _ bool) blockproc.BlockState
func (*ValidatorEventsProcessor) ProcessConfirmedEvent ¶
func (p *ValidatorEventsProcessor) ProcessConfirmedEvent(e inter.EventI)
Click to show internal directories.
Click to hide internal directories.