Versions in this module Expand all Collapse all v0 v0.1.0 Apr 25, 2022 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)