Versions in this module Expand all Collapse all v0 v0.2.7 Jul 12, 2021 Changes in this version + type Blockchain interface + Config func() *params.ChainConfig + CurrentHeader func() *types.Header + Genesis func() *types.Block + type Filter func(id ID) error + func NewStaticFilter(config *params.ChainConfig, genesis common.Hash) Filter type ID + func NewIDWithChain(chain Blockchain) ID v0.1.4 Mar 6, 2020 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