summaryrefslogtreecommitdiff
path: root/data/transactions/logic/langspec_v2.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/transactions/logic/langspec_v2.json')
-rw-r--r--data/transactions/logic/langspec_v2.json45
1 files changed, 9 insertions, 36 deletions
diff --git a/data/transactions/logic/langspec_v2.json b/data/transactions/logic/langspec_v2.json
index a832f8664..24f9ad97f 100644
--- a/data/transactions/logic/langspec_v2.json
+++ b/data/transactions/logic/langspec_v2.json
@@ -3,33 +3,6 @@
"LogicSigVersion": 10,
"NamedTypes": [
{
- "Name": "[32]byte",
- "Abbreviation": "3",
- "Bound": [
- 32,
- 32
- ],
- "AVMType": "[]byte"
- },
- {
- "Name": "[64]byte",
- "Abbreviation": "6",
- "Bound": [
- 64,
- 64
- ],
- "AVMType": "[]byte"
- },
- {
- "Name": "[80]byte",
- "Abbreviation": "8",
- "Bound": [
- 80,
- 80
- ],
- "AVMType": "[]byte"
- },
- {
"Name": "[]byte",
"Abbreviation": "b",
"Bound": [
@@ -463,7 +436,7 @@
"uint64"
],
"Returns": [
- "[]byte"
+ "[8]byte"
],
"Size": 1,
"DocCost": "1",
@@ -1533,7 +1506,7 @@
"Name": "app_local_get",
"Args": [
"uint64",
- "[]byte"
+ "stateKey"
],
"Returns": [
"any"
@@ -1553,7 +1526,7 @@
"Args": [
"uint64",
"uint64",
- "[]byte"
+ "stateKey"
],
"Returns": [
"any",
@@ -1572,7 +1545,7 @@
"Opcode": 100,
"Name": "app_global_get",
"Args": [
- "[]byte"
+ "stateKey"
],
"Returns": [
"any"
@@ -1591,7 +1564,7 @@
"Name": "app_global_get_ex",
"Args": [
"uint64",
- "[]byte"
+ "stateKey"
],
"Returns": [
"any",
@@ -1611,7 +1584,7 @@
"Name": "app_local_put",
"Args": [
"uint64",
- "[]byte",
+ "stateKey",
"any"
],
"Size": 1,
@@ -1627,7 +1600,7 @@
"Opcode": 103,
"Name": "app_global_put",
"Args": [
- "[]byte",
+ "stateKey",
"any"
],
"Size": 1,
@@ -1643,7 +1616,7 @@
"Name": "app_local_del",
"Args": [
"uint64",
- "[]byte"
+ "stateKey"
],
"Size": 1,
"DocCost": "1",
@@ -1658,7 +1631,7 @@
"Opcode": 105,
"Name": "app_global_del",
"Args": [
- "[]byte"
+ "stateKey"
],
"Size": 1,
"DocCost": "1",