# Functions
No description provided by the author
NewTrigger returns a new basic trigger w/o extension.
# Constants
Ineligible means the upkeep was not eligible to be performed.
No description provided by the author
Performed means the upkeep was performed.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
BlockKey represent a block (number and hash) NOTE: This struct is sent on the p2p network as part of observations to get quorum Any change here should be backwards compatible and should keep validation and quorum requirements in mind.
NOTE: This struct is sent on the p2p network as part of observations to get quorum Any change here should be backwards compatible and should keep validation and quorum requirements in mind.
CoordinatedBlockProposal is used to represent a unit of work that can be performed after a check block has been coordinated between nodes.
No description provided by the author
LogTriggerExtension is the extension used for log triggers, It contains information of the log event that was triggered.
ReportedUpkeep contains details of an upkeep for which a report was generated.
No description provided by the author
Trigger represents a trigger for an upkeep.
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UpkeepStateReader is the interface for reading the current state of upkeeps.
UpkeepStateStore is the interface for managing upkeeps final state in a local store.
No description provided by the author
# Type aliases
BlockHistory is a list of block keys.
No description provided by the author
No description provided by the author
UpkeepIdentifier is a unique identifier for the upkeep, represented as uint256 in the contract.
UpkeepState is a final state of some unit of work.