github.com/ethereumproject/go-ethereum@v5.5.2+incompatible/eth/fetcher/events.go (about) 1 package fetcher 2 3 import "github.com/ethereumproject/go-ethereum/core/types" 4 5 type FetcherInsertBlockEvent struct { 6 Peer string 7 Block *types.Block 8 }