Versions in this module Expand all Collapse all v1 v1.9.2 Aug 23, 2019 v1.9.0 Jul 31, 2019 Changes in this version + var ErrLocalIncompatibleOrStale = errors.New("local incompatible or needs update") + var ErrRemoteStale = errors.New("remote needs update") + func NewFilter(chain *core.BlockChain) func(id ID) error + type ID struct + Hash [4]byte + Next uint64 + func NewID(chain *core.BlockChain) ID