Translations: Composite phasing/2/en

From ArdorDocs
Jump to: navigation, search

Defining a Boolean Expression

To define the boolean expression used by composite phasing, first define the basic approval models then reference them using the AND(&), OR(|) and NOT(!) operators which can be composed to form a valid true/false expression. For example, to define that a transaction is executed only if condition A is not met and and condition B is met, define the expression as !A & B