summaryrefslogtreecommitdiff
path: root/data/transactions/logic/langspec_v4.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/transactions/logic/langspec_v4.json')
-rw-r--r--data/transactions/logic/langspec_v4.json51
1 files changed, 12 insertions, 39 deletions
diff --git a/data/transactions/logic/langspec_v4.json b/data/transactions/logic/langspec_v4.json
index 49591c10f..ddbf65187 100644
--- a/data/transactions/logic/langspec_v4.json
+++ b/data/transactions/logic/langspec_v4.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",
@@ -2032,7 +2005,7 @@
"Name": "app_local_get",
"Args": [
"any",
- "[]byte"
+ "stateKey"
],
"Returns": [
"any"
@@ -2052,7 +2025,7 @@
"Args": [
"any",
"uint64",
- "[]byte"
+ "stateKey"
],
"Returns": [
"any",
@@ -2071,7 +2044,7 @@
"Opcode": 100,
"Name": "app_global_get",
"Args": [
- "[]byte"
+ "stateKey"
],
"Returns": [
"any"
@@ -2090,7 +2063,7 @@
"Name": "app_global_get_ex",
"Args": [
"uint64",
- "[]byte"
+ "stateKey"
],
"Returns": [
"any",
@@ -2110,7 +2083,7 @@
"Name": "app_local_put",
"Args": [
"any",
- "[]byte",
+ "stateKey",
"any"
],
"Size": 1,
@@ -2126,7 +2099,7 @@
"Opcode": 103,
"Name": "app_global_put",
"Args": [
- "[]byte",
+ "stateKey",
"any"
],
"Size": 1,
@@ -2142,7 +2115,7 @@
"Name": "app_local_del",
"Args": [
"any",
- "[]byte"
+ "stateKey"
],
"Size": 1,
"DocCost": "1",
@@ -2157,7 +2130,7 @@
"Opcode": 105,
"Name": "app_global_del",
"Args": [
- "[]byte"
+ "stateKey"
],
"Size": 1,
"DocCost": "1",
@@ -2642,11 +2615,11 @@
"Opcode": 170,
"Name": "b%",
"Args": [
- "[]byte",
- "[]byte"
+ "bigint",
+ "bigint"
],
"Returns": [
- "[]byte"
+ "bigint"
],
"Size": 1,
"DocCost": "20",