Page Properties | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
|
Background
We should declare initial set of out-of-the-box Iroha Special Instructions for Iroha 2.0.0 release.
...
- 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>
- Compositions
- Sequence<Vec<Instruction>>
- Pair<Instruction, Instruction>
- If<Instruction, Instruction, Instruction>
- Not<Instruction>
- Queries
- Execute<Query>
...
- https://github.com/hyperledger/iroha/blob/iroha2-dev/docs/source/iroha_2_whitepaper.md
- Iroha Special Instructions DSL
- Re: Triggers