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

# Packages

# Functions

LoadConfigVarsLocalOCR loads local OCR vars into the OCROracleSpec.
LoadConfigVarsOCR loads OCR config vars into the OCROracleSpec.
NewServiceAdapter creates an adapter instance for the given Service.
SendingKeysForJob parses the job spec and retrieves the sending keys found.
SetDRMinIncomingConfirmations takes the largest of the global vs specific.
ValidateKeyStoreMatch confirms that the key has a valid match in the keystore.
ValidateSpec is the common spec validation.

# Constants

# Variables

# Structs

BlockhashStoreSpec defines the job spec for the blockhash store feeder.
BlockHeaderFeederSpec defines the job spec for the blockhash store feeder.
BootstrapSpec defines the spec to handles the node communication setup process.
EALSpec defines the job spec for the gas station.
LegacyGasStationServerSpec defines the job spec for the legacy gas station server.
LegacyGasStationSidecarSpec defines the job spec for the legacy gas station sidecar.
OCR2OracleSpec defines the job spec for OCR2 jobs.
OCROracleSpec defines the job spec for OCR jobs.

# Interfaces

KVStore is a simple KV store that can store and retrieve serializable data.
ServiceAdapter is a helper introduced for transitioning from Service to ServiceCtx.
ServiceCtx is the same as Service, but Start method receives a context.

# Type aliases

JSONConfig is a map for config properties which are encoded as JSON in the database by implementing sql.Scanner and driver.Valuer.
revive:disable:redefines-builtin-id.