isTriggered()
which returns a bool
of the state of the trigger. When used within a strategy, all triggers need to return true for the Task to be executed. isTriggered()
which returns a bool
of the state of the trigger. When used within a strategy, all triggers need to return true for the Task to be executed. isChangeable()
which returns a bool
if the trigger can have it's sub data changed during a strategy execution.changedSubData()
which returns bytes
that the RecipeExecutor contract can overwrite the existing triggerData with. (RecipeExecutor line 116) This needs to be implemented only if isChangeable() returns true.