Versions in this module Expand all Collapse all v1 v1.0.1 Nov 24, 2021 Changes in this version + type Callback struct + HeavyCheck HeavyCheck + LightCheck LightCheck + OnlyInterested func(ids hash.Events) hash.Events + type Checker struct + func New(callback Callback) *Checker + func (c *Checker) Enqueue(tasks []queuedcheck.EventTask, checked func([]queuedcheck.EventTask)) error + type HeavyCheck interface + Enqueue func(tasks []queuedcheck.EventTask, onValidated func([]queuedcheck.EventTask)) error + type LightCheck func(dag.Event) error