Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewEvents = event.CreateGroupConstructor(func() (newEvents *Events) { return &Events{ OnlineCommitteeSeatAdded: event.New2[account.SeatIndex, iotago.AccountID](), OnlineCommitteeSeatRemoved: event.New1[account.SeatIndex](), } })
NewEvents contains the constructor of the Events object (it is generated by a generic factory).
Functions ¶
This section is empty.
Types ¶
type ActivityTracker ¶
Click to show internal directories.
Click to hide internal directories.