Open altafan opened 2 years ago
Suggest how each of them should look like in terms of syntax on the high level, plus how you see it divided on ast level and parsing, some of them are "nullary" expressions, others "unary" and maybe some other can be "call" expressions
Some opcode is returning/populating more than one element on the stack, like OP_INSPECTOUTPUTASSET
push 2 elements in the stack for example or OP_INSPECTINPUTISSUANCE
pushes 4 elements
This needs tweaking to the createTypeSignature
function that now only returns a single Type
.
Returing a tuple may be ok for two elements (ie. OP_INSPECTOUTPUTASSET) but looks like OP_INSPECTINPUTISSUANCE
should return a vector/struct/object type.
Opcodes to retrieve info about the transaction:
Previously OP_SUCCESS199-OP_SUCCESS214.