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