Translations:Composite phasing/2/en

From ArdorDocs
Revision as of 14:32, 18 June 2019 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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