Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotRelevant indicates the event's epoch isn't equal to current epoch. ErrNotRelevant = errors.New("event is too old or too new") // ErrAuth indicates that event's creator isn't authorized to create events in current epoch. ErrAuth = errors.New("event creator isn't a validator") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.