Versions in this module Expand all Collapse all v1 v1.0.1 May 4, 2023 Changes in this version + var ErrAuth = errors.New("event creator isn't a validator") + var ErrNotRelevant = errors.New("event is too old or too new") + type Checker struct + func New(reader Reader) *Checker + func (v *Checker) Validate(e dag.Event) error + type Reader interface + GetEpochValidators func() (*pos.Validators, idx.Epoch)