Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed Aug 22, 2024
1 parent 8ebb4f1 commit a374a14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/axone-cognitarium/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,8 @@ pub enum Expression {
Less(Box<Self>, Box<Self>),
/// Less or equal comparison.
LessOrEqual(Box<Self>, Box<Self>),
/// Negation of an expression.
Not(Box<Self>),
}

/// # TripleDeleteTemplate
Expand Down

0 comments on commit a374a14

Please sign in to comment.