summaryrefslogtreecommitdiff
path: root/data/transactions/logic/langspec_v7.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/transactions/logic/langspec_v7.json')
-rw-r--r--data/transactions/logic/langspec_v7.json77
1 files changed, 25 insertions, 52 deletions
diff --git a/data/transactions/logic/langspec_v7.json b/data/transactions/logic/langspec_v7.json
index 7229ee534..a7b4df95b 100644
--- a/data/transactions/logic/langspec_v7.json
+++ b/data/transactions/logic/langspec_v7.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": [
@@ -208,10 +181,10 @@
"Name": "ecdsa_verify",
"Args": [
"[32]byte",
- "[]byte",
- "[]byte",
- "[]byte",
- "[]byte"
+ "[32]byte",
+ "[32]byte",
+ "[32]byte",
+ "[32]byte"
],
"Returns": [
"bool"
@@ -241,11 +214,11 @@
"Opcode": 6,
"Name": "ecdsa_pk_decompress",
"Args": [
- "[]byte"
+ "[33]byte"
],
"Returns": [
- "[]byte",
- "[]byte"
+ "[32]byte",
+ "[32]byte"
],
"Size": 2,
"ArgEnum": [
@@ -278,8 +251,8 @@
"[32]byte"
],
"Returns": [
- "[]byte",
- "[]byte"
+ "[32]byte",
+ "[32]byte"
],
"Size": 2,
"ArgEnum": [
@@ -562,7 +535,7 @@
"uint64"
],
"Returns": [
- "[]byte"
+ "[8]byte"
],
"Size": 1,
"DocCost": "1",
@@ -2528,7 +2501,7 @@
"Name": "app_local_get",
"Args": [
"any",
- "[]byte"
+ "stateKey"
],
"Returns": [
"any"
@@ -2548,7 +2521,7 @@
"Args": [
"any",
"uint64",
- "[]byte"
+ "stateKey"
],
"Returns": [
"any",
@@ -2567,7 +2540,7 @@
"Opcode": 100,
"Name": "app_global_get",
"Args": [
- "[]byte"
+ "stateKey"
],
"Returns": [
"any"
@@ -2586,7 +2559,7 @@
"Name": "app_global_get_ex",
"Args": [
"uint64",
- "[]byte"
+ "stateKey"
],
"Returns": [
"any",
@@ -2606,7 +2579,7 @@
"Name": "app_local_put",
"Args": [
"any",
- "[]byte",
+ "stateKey",
"any"
],
"Size": 1,
@@ -2622,7 +2595,7 @@
"Opcode": 103,
"Name": "app_global_put",
"Args": [
- "[]byte",
+ "stateKey",
"any"
],
"Size": 1,
@@ -2638,7 +2611,7 @@
"Name": "app_local_del",
"Args": [
"any",
- "[]byte"
+ "stateKey"
],
"Size": 1,
"DocCost": "1",
@@ -2653,7 +2626,7 @@
"Opcode": 105,
"Name": "app_global_del",
"Args": [
- "[]byte"
+ "stateKey"
],
"Size": 1,
"DocCost": "1",
@@ -3064,10 +3037,10 @@
"Opcode": 150,
"Name": "bsqrt",
"Args": [
- "[]byte"
+ "bigint"
],
"Returns": [
- "[]byte"
+ "bigint"
],
"Size": 1,
"DocCost": "40",
@@ -3104,7 +3077,7 @@
"[]byte"
],
"Returns": [
- "[]byte"
+ "[32]byte"
],
"Size": 1,
"DocCost": "130",
@@ -3298,11 +3271,11 @@
"Opcode": 170,
"Name": "b%",
"Args": [
- "[]byte",
- "[]byte"
+ "bigint",
+ "bigint"
],
"Returns": [
- "[]byte"
+ "bigint"
],
"Size": 1,
"DocCost": "20",
@@ -4238,7 +4211,7 @@
"[32]byte"
],
"Returns": [
- "[]byte",
+ "[64]byte",
"bool"
],
"Size": 2,