Page Properties | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
|
...
- 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>
...