summaryrefslogtreecommitdiff
path: root/data/transactions/logic/langspec_v3.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/transactions/logic/langspec_v3.json')
-rw-r--r--data/transactions/logic/langspec_v3.json45
1 files changed, 9 insertions, 36 deletions
diff --git a/data/transactions/logic/langspec_v3.json b/data/transactions/logic/langspec_v3.json
index f1566b528..085084359 100644
--- a/data/transactions/logic/langspec_v3.json
+++ b/data/transactions/logic/langspec_v3.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",
@@ -1910,7 +1883,7 @@
"Name": "app_local_get",
"Args": [
"uint64",
- "[]byte"
+ "stateKey"
],
"Returns": [
"any"
@@ -1930,7 +1903,7 @@
"Args": [
"uint64",
"uint64",
- "[]byte"
+ "stateKey"
],
"Returns": [
"any",
@@ -1949,7 +1922,7 @@
"Opcode": 100,
"Name": "app_global_get",
"Args": [
- "[]byte"
+ "stateKey"
],
"Returns": [
"any"
@@ -1968,7 +1941,7 @@
"Name": "app_global_get_ex",
"Args": [
"uint64",
- "[]byte"
+ "stateKey"
],
"Returns": [
"any",
@@ -1988,7 +1961,7 @@
"Name": "app_local_put",
"Args": [
"uint64",
- "[]byte",
+ "stateKey",
"any"
],
"Size": 1,
@@ -2004,7 +1977,7 @@
"Opcode": 103,
"Name": "app_global_put",
"Args": [
- "[]byte",
+ "stateKey",
"any"
],
"Size": 1,
@@ -2020,7 +1993,7 @@
"Name": "app_local_del",
"Args": [
"uint64",
- "[]byte"
+ "stateKey"
],
"Size": 1,
"DocCost": "1",
@@ -2035,7 +2008,7 @@
"Opcode": 105,
"Name": "app_global_del",
"Args": [
- "[]byte"
+ "stateKey"
],
"Size": 1,
"DocCost": "1",