Skip to content

Commit

Permalink
Update EnumConditionExpression.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
lidangzzz committed Jun 5, 2023
1 parent cc56f64 commit ea4452f
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ enum EnumConditionExpression{

// ----------------------------------------------------------
// General Operation related expressions
OPERATION_NAME_EQUALS,
OPERATION_BY_OPERATOR_SINCE_LAST_TIME_LARGER_THAN,
OPERATION_BY_OPERATOR_SINCE_LAST_TIME_LESS_THAN,
OPERATION_BY_OPERATOR_SINCE_LAST_TIME_IN_RANGE,
OPERATION_EVERYONE_SINCE_LAST_TIME_LARGER_THAN,
OPERATION_EVERYONE_SINCE_LAST_TIME_LESS_THAN,
OPERATION_EVERYONE_SINCE_LAST_TIME_IN_RANGE,
OPEARTION_BY_GROUP_SINCE_LAST_TIME_LARGER_THAN,
OPEARTION_BY_GROUP_SINCE_LAST_TIME_LESS_THAN,
OPEARTION_BY_GROUP_SINCE_LAST_TIME_IN_RANGE,

// ----------------------------------------------------------
// Oracle and remote call related expressions
Expand Down

0 comments on commit ea4452f

Please sign in to comment.