Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Queue ¶
type Queue interface { // Next returns the next slot with its duties at its time RegisterToNext(pubKey []byte) (pubsub.SubjectChannel, error) // Schedule schedules execution of the given slot and puts it into the queue Schedule(pubKey []byte, slot uint64, duty *beacon.Duty) error // contains filtered or unexported methods }
Queue represents the behavior of the slot queue
Click to show internal directories.
Click to hide internal directories.