Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Domain related
    • Register/Unregister<Id, Identifiable>
    • Mint/Burn<Id, Value>
    • Transfer<Id, Value, Id>
  • Math
    • Add/Substract<Value, Value>
    • Multiply/Divide<Value, Value>
    • RaiseTo<Value, Value>
    • Mod<Value, Value>
    • Equate<Value, Value>
  • Compositions
    • Sequence<Vec<Instruction>>
    • Pair<Instruction, Instruction>
    • If<Instruction, Instruction, Instruction>
    • Not<Instruction>
  • Queries
    • Execute<Query>

...