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

# Packages

# Functions

ConfirmationsFromConfig maps chain agnostic confidence levels defined in config to predefined EVM finality.
IsLaterThan returns true if the first log was emitted "after" the second log from the blockchain's point of view.
NewChainReaderService is a constructor for ChainReader, returns nil if there is any error Note that the ChainReaderService returned does not support anonymous events.
NewOCR2KeeperRelayer is the constructor of ocr2keeperRelayer.
NewRequestRoundTracker makes a new RequestRoundTracker.
NewDB returns a new DB scoped to this oracleSpecID.

# Constants

# Variables

# Structs

IncompleteDestCommitStoreReader is an implementation of CommitStoreReader with all valid methods except GasPriceEstimator, ChangeConfig, and OffchainConfig.
IncompleteSourceCommitStoreReader is an implementation of CommitStoreReader with the only valid methods being GasPriceEstimator, ChangeConfig, and OffchainConfig.
OCR2KeeperProviderOpts is the custom options to create a keeper provider.
EVMOffchainConfigDigester forked to not assume signers are 20 byte addresses.
RequestRoundTracker subscribes to new request round logs.
[UnimplementedContractConfigTracker] satisfies the OCR ContractConfigTracker interface.
[UnimplementedContractTransmitter] satisfies the OCR ContractTransmitter interface.
[UnimplementedOffchainConfigDigester] satisfies the OCR OffchainConfigDigester interface.

# Interfaces

OCR2KeeperProvider provides all components needed for a OCR2Keeper plugin.
OCR2KeeperRelayer contains the relayer and instantiating functions for OCR2Keeper providers.
RequestRoundDB stores requested rounds for querying by the median plugin.

# Type aliases