package
2.21.1-hedera-beta.0
Repository: https://github.com/smartcontractkit/chainlink.git
Documentation: pkg.go.dev

# Packages

The blockhash store package provides a service that stores blockhashes such that they are available for on-chain proofs beyond the EVM 256 block limit.
The block header feeder package enables automated lookback and blockhash filling beyond the EVM 256 block lookback window to catch missed block hashes.

# Functions

CloseAll closes all elements concurrently.
MultiCloser returns an io.Closer which closes all elements concurrently.
NewStartUpHealthReport creates a new StartUpHealthReport that will serve the /health endpoint, useful for preventing shutdowns due to health-checks when running long backup tasks or migrations.

# Structs

# Interfaces

Checker provides a service which can be probed for system health.

# Type aliases

MultiStart is a utility for starting multiple services together.
StartClose is a subset of the ServiceCtx interface.