erigon-pulse/polygon/sync/header_verifier.go

6 lines
145 B
Go
Raw Normal View History

package sync
import "github.com/ledgerwatch/erigon/core/types"
type HeaderVerifier func(statePoint *statePoint, headers []*types.Header) error