package
5.2.0
Repository: https://github.com/prysmaticlabs/prysm.git
Documentation: pkg.go.dev

# Packages

Package testing includes useful mocks for testing initial sync status in unit tests.

# Functions

NewService configures the initial sync service responsible for bringing the node up to the latest head of the blockchain.
WithSyncChecker registers the initial sync service in the checker.
WithVerifierWaiter sets the verification.InitializerWaiter for the initial-sync Service.

# Structs

Config to set up the initial sync service.
Service service.
SyncChecker allows other services to check the current status of initial-sync and use that internally in their service.

# Type aliases

Option is a functional option for the initial-sync Service.