Versions in this module Expand all Collapse all v3 v3.3.5 May 9, 2020 Changes in this version + type Fetcher struct + func New(getBlock blockRetrievalFn, verifyHeader headerVerifierFn, ...) *Fetcher + func (f *Fetcher) Enqueue(peer string, block *types.Block) error + func (f *Fetcher) FilterBodies(peer string, transactions [][]*types.Transaction, time time.Time) [][]*types.Transaction + func (f *Fetcher) FilterHeaders(peer string, headers []*types.Header, time time.Time) []*types.Header + func (f *Fetcher) Notify(peer string, hash common.Hash, number uint64, time time.Time, ...) error + func (f *Fetcher) Start() + func (f *Fetcher) Stop() Other modules containing this package github.com/beyonderyue/gochain