# Packages
No description provided by the author
# Functions
IsLaterThan returns true if the first log was emitted "after" the second log from the blockchain's point of view.
No description provided by the author
NewDB returns a new DB scoped to this oracleSpecID.
No description provided by the author
NewFlags constructs a new Flags from a flags contract address.
NewOCRContractTracker makes a new OCRContractTracker.
No description provided by the author
ValidatedOracleSpecToml validates an oracle spec that came from TOML.
No description provided by the author
# Constants
No description provided by the author
InitialHibernationStatus - hibernation state set until the first successful update from the chain.
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
ContractFlags wraps the a contract.
No description provided by the author
go:generate mockery --quiet --name OCRContractTrackerDB --output ./mocks/ --case=underscore.
No description provided by the author
# Interfaces
Config contains OCR configurations for a job.
go:generate mockery --quiet --name OCRContractTrackerDB --output ./mocks/ --case=underscore.
No description provided by the author
# Type aliases
OCRContractConfigSubscription only exists to comply with the ContractConfigSubscription interface, it's just a simple shell around OCRContractTracker that defines two methods.