You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/clis/goal/app/app.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,19 @@ goal app [flags]
22
22
23
23
```
24
24
25
+
--access Put references into the transaction's access list, instead of foreign arrays.
26
+
25
27
--app-account strings Accounts that may be accessed from application logic
26
28
27
29
--app-arg stringArray Args to encode for application transactions (all will be encoded to a byte slice). For ints, use the form 'int:1234'. For raw bytes, use the form 'b64:A=='. For printable strings, use the form 'str:hello'. For addresses, use the form 'addr:XYZ...'.
28
30
29
-
-i, --app-input string JSON file containing encoded arguments and inputs (mutually exclusive with app-arg, app-account, foreign-app, foreign-asset, and box)
31
+
-i, --app-input string JSON file containing encoded arguments and inputs (mutually exclusive with app-arg, app-account, foreign-app, foreign-asset, local, holding, and box)
30
32
31
33
--approval-prog string (Uncompiled) TEAL assembly program filename for approving/rejecting transactions
32
34
33
35
--approval-prog-raw string Compiled TEAL program filename for approving/rejecting transactions
34
36
35
-
--box stringArray Boxes that may be accessed by this transaction. Use the same form as app-arg to name the box, preceded by an optional app-id and comma. No app-id indicates the box is accessible by the app being called.
37
+
--box stringArray A Box that may be accessed by this transaction. Use the same form as app-arg to name the box, preceded by an optional app-id and comma. Zero or omitted app-id indicates the box is accessible by the app being called.
36
38
37
39
--clear-prog string (Uncompiled) TEAL assembly program filename for updating application state when a user clears their local state
38
40
@@ -44,6 +46,10 @@ goal app [flags]
44
46
45
47
-h, --help help for app
46
48
49
+
--holding strings A Holding that may be accessed from application logic. An asset-id followed by a comma and an address
50
+
51
+
--local strings A Local State that may be accessed from application logic. An optional app-id and comma, followed by an address. Zero or omitted app-id indicates the local state for app being called.
52
+
47
53
--reject-version uint If set non-zero, reject for this app version or higher
48
54
49
55
-w, --wallet string Set the wallet to be used for the selected operation
Copy file name to clipboardExpand all lines: docs/clis/goal/app/box/box.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,17 +36,19 @@ goal app box [flags]
36
36
37
37
```
38
38
39
+
--access Put references into the transaction's access list, instead of foreign arrays.
40
+
39
41
--app-account strings Accounts that may be accessed from application logic
40
42
41
43
--app-arg stringArray Args to encode for application transactions (all will be encoded to a byte slice). For ints, use the form 'int:1234'. For raw bytes, use the form 'b64:A=='. For printable strings, use the form 'str:hello'. For addresses, use the form 'addr:XYZ...'.
42
44
43
-
-i, --app-input string JSON file containing encoded arguments and inputs (mutually exclusive with app-arg, app-account, foreign-app, foreign-asset, and box)
45
+
-i, --app-input string JSON file containing encoded arguments and inputs (mutually exclusive with app-arg, app-account, foreign-app, foreign-asset, local, holding, and box)
44
46
45
47
--approval-prog string (Uncompiled) TEAL assembly program filename for approving/rejecting transactions
46
48
47
49
--approval-prog-raw string Compiled TEAL program filename for approving/rejecting transactions
48
50
49
-
--box stringArray Boxes that may be accessed by this transaction. Use the same form as app-arg to name the box, preceded by an optional app-id and comma. No app-id indicates the box is accessible by the app being called.
51
+
--box stringArray A Box that may be accessed by this transaction. Use the same form as app-arg to name the box, preceded by an optional app-id and comma. Zero or omitted app-id indicates the box is accessible by the app being called.
50
52
51
53
--clear-prog string (Uncompiled) TEAL assembly program filename for updating application state when a user clears their local state
52
54
@@ -58,8 +60,12 @@ goal app box [flags]
58
60
59
61
--foreign-asset strings Indexes of assets whose parameters are read in this transaction
60
62
63
+
--holding strings A Holding that may be accessed from application logic. An asset-id followed by a comma and an address
64
+
61
65
-k, --kmddir string Data directory for kmd
62
66
67
+
--local strings A Local State that may be accessed from application logic. An optional app-id and comma, followed by an address. Zero or omitted app-id indicates the local state for app being called.
68
+
63
69
--reject-version uint If set non-zero, reject for this app version or higher
64
70
65
71
-w, --wallet string Set the wallet to be used for the selected operation
Copy file name to clipboardExpand all lines: docs/clis/goal/app/box/info.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,19 +36,21 @@ goal app box info [flags]
36
36
37
37
```
38
38
39
+
--access Put references into the transaction's access list, instead of foreign arrays.
40
+
39
41
--app-account strings Accounts that may be accessed from application logic
40
42
41
43
--app-arg stringArray Args to encode for application transactions (all will be encoded to a byte slice). For ints, use the form 'int:1234'. For raw bytes, use the form 'b64:A=='. For printable strings, use the form 'str:hello'. For addresses, use the form 'addr:XYZ...'.
42
44
43
45
--app-id uint Application ID
44
46
45
-
-i, --app-input string JSON file containing encoded arguments and inputs (mutually exclusive with app-arg, app-account, foreign-app, foreign-asset, and box)
47
+
-i, --app-input string JSON file containing encoded arguments and inputs (mutually exclusive with app-arg, app-account, foreign-app, foreign-asset, local, holding, and box)
46
48
47
49
--approval-prog string (Uncompiled) TEAL assembly program filename for approving/rejecting transactions
48
50
49
51
--approval-prog-raw string Compiled TEAL program filename for approving/rejecting transactions
50
52
51
-
--box stringArray Boxes that may be accessed by this transaction. Use the same form as app-arg to name the box, preceded by an optional app-id and comma. No app-id indicates the box is accessible by the app being called.
53
+
--box stringArray A Box that may be accessed by this transaction. Use the same form as app-arg to name the box, preceded by an optional app-id and comma. Zero or omitted app-id indicates the box is accessible by the app being called.
52
54
53
55
--clear-prog string (Uncompiled) TEAL assembly program filename for updating application state when a user clears their local state
54
56
@@ -60,8 +62,12 @@ goal app box info [flags]
60
62
61
63
--foreign-asset strings Indexes of assets whose parameters are read in this transaction
62
64
65
+
--holding strings A Holding that may be accessed from application logic. An asset-id followed by a comma and an address
66
+
63
67
-k, --kmddir string Data directory for kmd
64
68
69
+
--local strings A Local State that may be accessed from application logic. An optional app-id and comma, followed by an address. Zero or omitted app-id indicates the local state for app being called.
70
+
65
71
--reject-version uint If set non-zero, reject for this app version or higher
66
72
67
73
-w, --wallet string Set the wallet to be used for the selected operation
Copy file name to clipboardExpand all lines: docs/clis/goal/app/box/list.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,19 +48,21 @@ goal app box list [flags]
48
48
49
49
```
50
50
51
+
--access Put references into the transaction's access list, instead of foreign arrays.
52
+
51
53
--app-account strings Accounts that may be accessed from application logic
52
54
53
55
--app-arg stringArray Args to encode for application transactions (all will be encoded to a byte slice). For ints, use the form 'int:1234'. For raw bytes, use the form 'b64:A=='. For printable strings, use the form 'str:hello'. For addresses, use the form 'addr:XYZ...'.
54
56
55
57
--app-id uint Application ID
56
58
57
-
-i, --app-input string JSON file containing encoded arguments and inputs (mutually exclusive with app-arg, app-account, foreign-app, foreign-asset, and box)
59
+
-i, --app-input string JSON file containing encoded arguments and inputs (mutually exclusive with app-arg, app-account, foreign-app, foreign-asset, local, holding, and box)
58
60
59
61
--approval-prog string (Uncompiled) TEAL assembly program filename for approving/rejecting transactions
60
62
61
63
--approval-prog-raw string Compiled TEAL program filename for approving/rejecting transactions
62
64
63
-
--box stringArray Boxes that may be accessed by this transaction. Use the same form as app-arg to name the box, preceded by an optional app-id and comma. No app-id indicates the box is accessible by the app being called.
65
+
--box stringArray A Box that may be accessed by this transaction. Use the same form as app-arg to name the box, preceded by an optional app-id and comma. Zero or omitted app-id indicates the box is accessible by the app being called.
64
66
65
67
--clear-prog string (Uncompiled) TEAL assembly program filename for updating application state when a user clears their local state
66
68
@@ -72,8 +74,12 @@ goal app box list [flags]
72
74
73
75
--foreign-asset strings Indexes of assets whose parameters are read in this transaction
74
76
77
+
--holding strings A Holding that may be accessed from application logic. An asset-id followed by a comma and an address
78
+
75
79
-k, --kmddir string Data directory for kmd
76
80
81
+
--local strings A Local State that may be accessed from application logic. An optional app-id and comma, followed by an address. Zero or omitted app-id indicates the local state for app being called.
82
+
77
83
--reject-version uint If set non-zero, reject for this app version or higher
78
84
79
85
-w, --wallet string Set the wallet to be used for the selected operation
Copy file name to clipboardExpand all lines: docs/clis/goal/app/call.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,17 +74,19 @@ goal app call [flags]
74
74
75
75
```
76
76
77
+
--access Put references into the transaction's access list, instead of foreign arrays.
78
+
77
79
--app-account strings Accounts that may be accessed from application logic
78
80
79
81
--app-arg stringArray Args to encode for application transactions (all will be encoded to a byte slice). For ints, use the form 'int:1234'. For raw bytes, use the form 'b64:A=='. For printable strings, use the form 'str:hello'. For addresses, use the form 'addr:XYZ...'.
80
82
81
-
-i, --app-input string JSON file containing encoded arguments and inputs (mutually exclusive with app-arg, app-account, foreign-app, foreign-asset, and box)
83
+
-i, --app-input string JSON file containing encoded arguments and inputs (mutually exclusive with app-arg, app-account, foreign-app, foreign-asset, local, holding, and box)
82
84
83
85
--approval-prog string (Uncompiled) TEAL assembly program filename for approving/rejecting transactions
84
86
85
87
--approval-prog-raw string Compiled TEAL program filename for approving/rejecting transactions
86
88
87
-
--box stringArray Boxes that may be accessed by this transaction. Use the same form as app-arg to name the box, preceded by an optional app-id and comma. No app-id indicates the box is accessible by the app being called.
89
+
--box stringArray A Box that may be accessed by this transaction. Use the same form as app-arg to name the box, preceded by an optional app-id and comma. Zero or omitted app-id indicates the box is accessible by the app being called.
88
90
89
91
--clear-prog string (Uncompiled) TEAL assembly program filename for updating application state when a user clears their local state
90
92
@@ -96,8 +98,12 @@ goal app call [flags]
96
98
97
99
--foreign-asset strings Indexes of assets whose parameters are read in this transaction
98
100
101
+
--holding strings A Holding that may be accessed from application logic. An asset-id followed by a comma and an address
102
+
99
103
-k, --kmddir string Data directory for kmd
100
104
105
+
--local strings A Local State that may be accessed from application logic. An optional app-id and comma, followed by an address. Zero or omitted app-id indicates the local state for app being called.
106
+
101
107
--reject-version uint If set non-zero, reject for this app version or higher
102
108
103
109
-w, --wallet string Set the wallet to be used for the selected operation
Copy file name to clipboardExpand all lines: docs/clis/goal/app/clear.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,17 +74,19 @@ goal app clear [flags]
74
74
75
75
```
76
76
77
+
--access Put references into the transaction's access list, instead of foreign arrays.
78
+
77
79
--app-account strings Accounts that may be accessed from application logic
78
80
79
81
--app-arg stringArray Args to encode for application transactions (all will be encoded to a byte slice). For ints, use the form 'int:1234'. For raw bytes, use the form 'b64:A=='. For printable strings, use the form 'str:hello'. For addresses, use the form 'addr:XYZ...'.
80
82
81
-
-i, --app-input string JSON file containing encoded arguments and inputs (mutually exclusive with app-arg, app-account, foreign-app, foreign-asset, and box)
83
+
-i, --app-input string JSON file containing encoded arguments and inputs (mutually exclusive with app-arg, app-account, foreign-app, foreign-asset, local, holding, and box)
82
84
83
85
--approval-prog string (Uncompiled) TEAL assembly program filename for approving/rejecting transactions
84
86
85
87
--approval-prog-raw string Compiled TEAL program filename for approving/rejecting transactions
86
88
87
-
--box stringArray Boxes that may be accessed by this transaction. Use the same form as app-arg to name the box, preceded by an optional app-id and comma. No app-id indicates the box is accessible by the app being called.
89
+
--box stringArray A Box that may be accessed by this transaction. Use the same form as app-arg to name the box, preceded by an optional app-id and comma. Zero or omitted app-id indicates the box is accessible by the app being called.
88
90
89
91
--clear-prog string (Uncompiled) TEAL assembly program filename for updating application state when a user clears their local state
90
92
@@ -96,8 +98,12 @@ goal app clear [flags]
96
98
97
99
--foreign-asset strings Indexes of assets whose parameters are read in this transaction
98
100
101
+
--holding strings A Holding that may be accessed from application logic. An asset-id followed by a comma and an address
102
+
99
103
-k, --kmddir string Data directory for kmd
100
104
105
+
--local strings A Local State that may be accessed from application logic. An optional app-id and comma, followed by an address. Zero or omitted app-id indicates the local state for app being called.
106
+
101
107
--reject-version uint If set non-zero, reject for this app version or higher
102
108
103
109
-w, --wallet string Set the wallet to be used for the selected operation
Copy file name to clipboardExpand all lines: docs/clis/goal/app/closeout.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,17 +74,19 @@ goal app closeout [flags]
74
74
75
75
```
76
76
77
+
--access Put references into the transaction's access list, instead of foreign arrays.
78
+
77
79
--app-account strings Accounts that may be accessed from application logic
78
80
79
81
--app-arg stringArray Args to encode for application transactions (all will be encoded to a byte slice). For ints, use the form 'int:1234'. For raw bytes, use the form 'b64:A=='. For printable strings, use the form 'str:hello'. For addresses, use the form 'addr:XYZ...'.
80
82
81
-
-i, --app-input string JSON file containing encoded arguments and inputs (mutually exclusive with app-arg, app-account, foreign-app, foreign-asset, and box)
83
+
-i, --app-input string JSON file containing encoded arguments and inputs (mutually exclusive with app-arg, app-account, foreign-app, foreign-asset, local, holding, and box)
82
84
83
85
--approval-prog string (Uncompiled) TEAL assembly program filename for approving/rejecting transactions
84
86
85
87
--approval-prog-raw string Compiled TEAL program filename for approving/rejecting transactions
86
88
87
-
--box stringArray Boxes that may be accessed by this transaction. Use the same form as app-arg to name the box, preceded by an optional app-id and comma. No app-id indicates the box is accessible by the app being called.
89
+
--box stringArray A Box that may be accessed by this transaction. Use the same form as app-arg to name the box, preceded by an optional app-id and comma. Zero or omitted app-id indicates the box is accessible by the app being called.
88
90
89
91
--clear-prog string (Uncompiled) TEAL assembly program filename for updating application state when a user clears their local state
90
92
@@ -96,8 +98,12 @@ goal app closeout [flags]
96
98
97
99
--foreign-asset strings Indexes of assets whose parameters are read in this transaction
98
100
101
+
--holding strings A Holding that may be accessed from application logic. An asset-id followed by a comma and an address
102
+
99
103
-k, --kmddir string Data directory for kmd
100
104
105
+
--local strings A Local State that may be accessed from application logic. An optional app-id and comma, followed by an address. Zero or omitted app-id indicates the local state for app being called.
106
+
101
107
--reject-version uint If set non-zero, reject for this app version or higher
102
108
103
109
-w, --wallet string Set the wallet to be used for the selected operation
Copy file name to clipboardExpand all lines: docs/clis/goal/app/create.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,17 +84,19 @@ goal app create [flags]
84
84
85
85
```
86
86
87
+
--access Put references into the transaction's access list, instead of foreign arrays.
88
+
87
89
--app-account strings Accounts that may be accessed from application logic
88
90
89
91
--app-arg stringArray Args to encode for application transactions (all will be encoded to a byte slice). For ints, use the form 'int:1234'. For raw bytes, use the form 'b64:A=='. For printable strings, use the form 'str:hello'. For addresses, use the form 'addr:XYZ...'.
90
92
91
-
-i, --app-input string JSON file containing encoded arguments and inputs (mutually exclusive with app-arg, app-account, foreign-app, foreign-asset, and box)
93
+
-i, --app-input string JSON file containing encoded arguments and inputs (mutually exclusive with app-arg, app-account, foreign-app, foreign-asset, local, holding, and box)
92
94
93
95
--approval-prog string (Uncompiled) TEAL assembly program filename for approving/rejecting transactions
94
96
95
97
--approval-prog-raw string Compiled TEAL program filename for approving/rejecting transactions
96
98
97
-
--box stringArray Boxes that may be accessed by this transaction. Use the same form as app-arg to name the box, preceded by an optional app-id and comma. No app-id indicates the box is accessible by the app being called.
99
+
--box stringArray A Box that may be accessed by this transaction. Use the same form as app-arg to name the box, preceded by an optional app-id and comma. Zero or omitted app-id indicates the box is accessible by the app being called.
98
100
99
101
--clear-prog string (Uncompiled) TEAL assembly program filename for updating application state when a user clears their local state
100
102
@@ -106,8 +108,12 @@ goal app create [flags]
106
108
107
109
--foreign-asset strings Indexes of assets whose parameters are read in this transaction
108
110
111
+
--holding strings A Holding that may be accessed from application logic. An asset-id followed by a comma and an address
112
+
109
113
-k, --kmddir string Data directory for kmd
110
114
115
+
--local strings A Local State that may be accessed from application logic. An optional app-id and comma, followed by an address. Zero or omitted app-id indicates the local state for app being called.
116
+
111
117
--reject-version uint If set non-zero, reject for this app version or higher
112
118
113
119
-w, --wallet string Set the wallet to be used for the selected operation
0 commit comments