You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

https://github.com/hyperledger/iroha/blob/iroha2-dev/iroha_2_whitepaper.md

CategoryFunctionInputOutputDescription
MathAddNumber...NumberTakes 2 or more numbers and adds them together

SubtractNumber1, Number2NumberSubtracts a number from another

MultiplyNumber...NumberMultiplies 2 or more numbers together

DivideNumber1, Number2NumberDivides one number by another one

RaisedToNumberBase, NumberPowNumberRaises one number to another number

ModNumber1, Number2NumberTakes the modulo of one number by another one
ConditionalsIf



IfNot



ElseIf



ElseIfNot



Else


EventsOnBlockHeight



OnTime



OnCondition



























Resources

Code blocks visualization:

  • No labels