@inco/js 0.3.2-alpha.1 → 0.3.2-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,247 @@
1
+ export declare const elistPreviewAbi: readonly [{
2
+ readonly type: "constructor";
3
+ readonly inputs: readonly [{
4
+ readonly name: "_inco";
5
+ readonly internalType: "contract IncoLightningPreview";
6
+ readonly type: "address";
7
+ }];
8
+ readonly stateMutability: "nonpayable";
9
+ }, {
10
+ readonly type: "function";
11
+ readonly inputs: readonly [];
12
+ readonly name: "list";
13
+ readonly outputs: readonly [{
14
+ readonly name: "";
15
+ readonly internalType: "elist";
16
+ readonly type: "bytes32";
17
+ }];
18
+ readonly stateMutability: "view";
19
+ }, {
20
+ readonly type: "function";
21
+ readonly inputs: readonly [{
22
+ readonly name: "ctValue";
23
+ readonly internalType: "bytes";
24
+ readonly type: "bytes";
25
+ }];
26
+ readonly name: "listAppend";
27
+ readonly outputs: readonly [{
28
+ readonly name: "";
29
+ readonly internalType: "elist";
30
+ readonly type: "bytes32";
31
+ }];
32
+ readonly stateMutability: "nonpayable";
33
+ }, {
34
+ readonly type: "function";
35
+ readonly inputs: readonly [{
36
+ readonly name: "cts";
37
+ readonly internalType: "bytes[]";
38
+ readonly type: "bytes[]";
39
+ }, {
40
+ readonly name: "listType";
41
+ readonly internalType: "enum ETypes";
42
+ readonly type: "uint8";
43
+ }, {
44
+ readonly name: "user";
45
+ readonly internalType: "address";
46
+ readonly type: "address";
47
+ }];
48
+ readonly name: "listConcat";
49
+ readonly outputs: readonly [{
50
+ readonly name: "";
51
+ readonly internalType: "elist";
52
+ readonly type: "bytes32";
53
+ }];
54
+ readonly stateMutability: "nonpayable";
55
+ }, {
56
+ readonly type: "function";
57
+ readonly inputs: readonly [{
58
+ readonly name: "index";
59
+ readonly internalType: "uint16";
60
+ readonly type: "uint16";
61
+ }];
62
+ readonly name: "listGet";
63
+ readonly outputs: readonly [{
64
+ readonly name: "";
65
+ readonly internalType: "bytes32";
66
+ readonly type: "bytes32";
67
+ }];
68
+ readonly stateMutability: "nonpayable";
69
+ }, {
70
+ readonly type: "function";
71
+ readonly inputs: readonly [{
72
+ readonly name: "ctIndex";
73
+ readonly internalType: "bytes";
74
+ readonly type: "bytes";
75
+ }, {
76
+ readonly name: "ctDefaultValue";
77
+ readonly internalType: "bytes";
78
+ readonly type: "bytes";
79
+ }];
80
+ readonly name: "listGetOr";
81
+ readonly outputs: readonly [{
82
+ readonly name: "";
83
+ readonly internalType: "bytes32";
84
+ readonly type: "bytes32";
85
+ }];
86
+ readonly stateMutability: "nonpayable";
87
+ }, {
88
+ readonly type: "function";
89
+ readonly inputs: readonly [{
90
+ readonly name: "index";
91
+ readonly internalType: "uint16";
92
+ readonly type: "uint16";
93
+ }];
94
+ readonly name: "listGetRange";
95
+ readonly outputs: readonly [{
96
+ readonly name: "";
97
+ readonly internalType: "bytes32";
98
+ readonly type: "bytes32";
99
+ }];
100
+ readonly stateMutability: "nonpayable";
101
+ }, {
102
+ readonly type: "function";
103
+ readonly inputs: readonly [{
104
+ readonly name: "ctIndex";
105
+ readonly internalType: "bytes";
106
+ readonly type: "bytes";
107
+ }, {
108
+ readonly name: "ctValue";
109
+ readonly internalType: "bytes";
110
+ readonly type: "bytes";
111
+ }];
112
+ readonly name: "listInsert";
113
+ readonly outputs: readonly [{
114
+ readonly name: "";
115
+ readonly internalType: "elist";
116
+ readonly type: "bytes32";
117
+ }];
118
+ readonly stateMutability: "nonpayable";
119
+ }, {
120
+ readonly type: "function";
121
+ readonly inputs: readonly [{
122
+ readonly name: "start";
123
+ readonly internalType: "uint16";
124
+ readonly type: "uint16";
125
+ }, {
126
+ readonly name: "end";
127
+ readonly internalType: "uint16";
128
+ readonly type: "uint16";
129
+ }];
130
+ readonly name: "listRange";
131
+ readonly outputs: readonly [{
132
+ readonly name: "";
133
+ readonly internalType: "elist";
134
+ readonly type: "bytes32";
135
+ }];
136
+ readonly stateMutability: "nonpayable";
137
+ }, {
138
+ readonly type: "function";
139
+ readonly inputs: readonly [];
140
+ readonly name: "listReverse";
141
+ readonly outputs: readonly [{
142
+ readonly name: "";
143
+ readonly internalType: "elist";
144
+ readonly type: "bytes32";
145
+ }];
146
+ readonly stateMutability: "nonpayable";
147
+ }, {
148
+ readonly type: "function";
149
+ readonly inputs: readonly [{
150
+ readonly name: "ctIndex";
151
+ readonly internalType: "bytes";
152
+ readonly type: "bytes";
153
+ }, {
154
+ readonly name: "ctValue";
155
+ readonly internalType: "bytes";
156
+ readonly type: "bytes";
157
+ }];
158
+ readonly name: "listSet";
159
+ readonly outputs: readonly [{
160
+ readonly name: "";
161
+ readonly internalType: "elist";
162
+ readonly type: "bytes32";
163
+ }];
164
+ readonly stateMutability: "nonpayable";
165
+ }, {
166
+ readonly type: "function";
167
+ readonly inputs: readonly [];
168
+ readonly name: "listShuffle";
169
+ readonly outputs: readonly [{
170
+ readonly name: "";
171
+ readonly internalType: "elist";
172
+ readonly type: "bytes32";
173
+ }];
174
+ readonly stateMutability: "nonpayable";
175
+ }, {
176
+ readonly type: "function";
177
+ readonly inputs: readonly [{
178
+ readonly name: "ctStart";
179
+ readonly internalType: "bytes";
180
+ readonly type: "bytes";
181
+ }, {
182
+ readonly name: "len";
183
+ readonly internalType: "uint16";
184
+ readonly type: "uint16";
185
+ }, {
186
+ readonly name: "ctDefaultValue";
187
+ readonly internalType: "bytes";
188
+ readonly type: "bytes";
189
+ }];
190
+ readonly name: "listSlice";
191
+ readonly outputs: readonly [{
192
+ readonly name: "";
193
+ readonly internalType: "elist";
194
+ readonly type: "bytes32";
195
+ }];
196
+ readonly stateMutability: "nonpayable";
197
+ }, {
198
+ readonly type: "function";
199
+ readonly inputs: readonly [{
200
+ readonly name: "cts";
201
+ readonly internalType: "bytes32[]";
202
+ readonly type: "bytes32[]";
203
+ }, {
204
+ readonly name: "listType";
205
+ readonly internalType: "enum ETypes";
206
+ readonly type: "uint8";
207
+ }];
208
+ readonly name: "newEList";
209
+ readonly outputs: readonly [{
210
+ readonly name: "";
211
+ readonly internalType: "elist";
212
+ readonly type: "bytes32";
213
+ }];
214
+ readonly stateMutability: "nonpayable";
215
+ }, {
216
+ readonly type: "function";
217
+ readonly inputs: readonly [{
218
+ readonly name: "inputs";
219
+ readonly internalType: "bytes[]";
220
+ readonly type: "bytes[]";
221
+ }, {
222
+ readonly name: "listType";
223
+ readonly internalType: "enum ETypes";
224
+ readonly type: "uint8";
225
+ }, {
226
+ readonly name: "user";
227
+ readonly internalType: "address";
228
+ readonly type: "address";
229
+ }];
230
+ readonly name: "newEList";
231
+ readonly outputs: readonly [{
232
+ readonly name: "";
233
+ readonly internalType: "elist";
234
+ readonly type: "bytes32";
235
+ }];
236
+ readonly stateMutability: "nonpayable";
237
+ }, {
238
+ readonly type: "function";
239
+ readonly inputs: readonly [];
240
+ readonly name: "newRangeList";
241
+ readonly outputs: readonly [{
242
+ readonly name: "";
243
+ readonly internalType: "elist";
244
+ readonly type: "bytes32";
245
+ }];
246
+ readonly stateMutability: "view";
247
+ }];
@@ -0,0 +1,152 @@
1
+ "use strict";
2
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
3
+ // ElistPreview
4
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.elistPreviewAbi = void 0;
7
+ exports.elistPreviewAbi = [
8
+ {
9
+ type: 'constructor',
10
+ inputs: [
11
+ {
12
+ name: '_inco',
13
+ internalType: 'contract IncoLightningPreview',
14
+ type: 'address',
15
+ },
16
+ ],
17
+ stateMutability: 'nonpayable',
18
+ },
19
+ {
20
+ type: 'function',
21
+ inputs: [],
22
+ name: 'list',
23
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
24
+ stateMutability: 'view',
25
+ },
26
+ {
27
+ type: 'function',
28
+ inputs: [{ name: 'ctValue', internalType: 'bytes', type: 'bytes' }],
29
+ name: 'listAppend',
30
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
31
+ stateMutability: 'nonpayable',
32
+ },
33
+ {
34
+ type: 'function',
35
+ inputs: [
36
+ { name: 'cts', internalType: 'bytes[]', type: 'bytes[]' },
37
+ { name: 'listType', internalType: 'enum ETypes', type: 'uint8' },
38
+ { name: 'user', internalType: 'address', type: 'address' },
39
+ ],
40
+ name: 'listConcat',
41
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
42
+ stateMutability: 'nonpayable',
43
+ },
44
+ {
45
+ type: 'function',
46
+ inputs: [{ name: 'index', internalType: 'uint16', type: 'uint16' }],
47
+ name: 'listGet',
48
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
49
+ stateMutability: 'nonpayable',
50
+ },
51
+ {
52
+ type: 'function',
53
+ inputs: [
54
+ { name: 'ctIndex', internalType: 'bytes', type: 'bytes' },
55
+ { name: 'ctDefaultValue', internalType: 'bytes', type: 'bytes' },
56
+ ],
57
+ name: 'listGetOr',
58
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
59
+ stateMutability: 'nonpayable',
60
+ },
61
+ {
62
+ type: 'function',
63
+ inputs: [{ name: 'index', internalType: 'uint16', type: 'uint16' }],
64
+ name: 'listGetRange',
65
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
66
+ stateMutability: 'nonpayable',
67
+ },
68
+ {
69
+ type: 'function',
70
+ inputs: [
71
+ { name: 'ctIndex', internalType: 'bytes', type: 'bytes' },
72
+ { name: 'ctValue', internalType: 'bytes', type: 'bytes' },
73
+ ],
74
+ name: 'listInsert',
75
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
76
+ stateMutability: 'nonpayable',
77
+ },
78
+ {
79
+ type: 'function',
80
+ inputs: [
81
+ { name: 'start', internalType: 'uint16', type: 'uint16' },
82
+ { name: 'end', internalType: 'uint16', type: 'uint16' },
83
+ ],
84
+ name: 'listRange',
85
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
86
+ stateMutability: 'nonpayable',
87
+ },
88
+ {
89
+ type: 'function',
90
+ inputs: [],
91
+ name: 'listReverse',
92
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
93
+ stateMutability: 'nonpayable',
94
+ },
95
+ {
96
+ type: 'function',
97
+ inputs: [
98
+ { name: 'ctIndex', internalType: 'bytes', type: 'bytes' },
99
+ { name: 'ctValue', internalType: 'bytes', type: 'bytes' },
100
+ ],
101
+ name: 'listSet',
102
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
103
+ stateMutability: 'nonpayable',
104
+ },
105
+ {
106
+ type: 'function',
107
+ inputs: [],
108
+ name: 'listShuffle',
109
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
110
+ stateMutability: 'nonpayable',
111
+ },
112
+ {
113
+ type: 'function',
114
+ inputs: [
115
+ { name: 'ctStart', internalType: 'bytes', type: 'bytes' },
116
+ { name: 'len', internalType: 'uint16', type: 'uint16' },
117
+ { name: 'ctDefaultValue', internalType: 'bytes', type: 'bytes' },
118
+ ],
119
+ name: 'listSlice',
120
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
121
+ stateMutability: 'nonpayable',
122
+ },
123
+ {
124
+ type: 'function',
125
+ inputs: [
126
+ { name: 'cts', internalType: 'bytes32[]', type: 'bytes32[]' },
127
+ { name: 'listType', internalType: 'enum ETypes', type: 'uint8' },
128
+ ],
129
+ name: 'newEList',
130
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
131
+ stateMutability: 'nonpayable',
132
+ },
133
+ {
134
+ type: 'function',
135
+ inputs: [
136
+ { name: 'inputs', internalType: 'bytes[]', type: 'bytes[]' },
137
+ { name: 'listType', internalType: 'enum ETypes', type: 'uint8' },
138
+ { name: 'user', internalType: 'address', type: 'address' },
139
+ ],
140
+ name: 'newEList',
141
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
142
+ stateMutability: 'nonpayable',
143
+ },
144
+ {
145
+ type: 'function',
146
+ inputs: [],
147
+ name: 'newRangeList',
148
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
149
+ stateMutability: 'view',
150
+ },
151
+ ];
152
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiVGVzdEVsaXN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9hYmlzL1Rlc3RFbGlzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0tBQXNLO0FBQ3RLLGVBQWU7QUFDZixzS0FBc0s7OztBQUV6SixRQUFBLGVBQWUsR0FBRztJQUM3QjtRQUNFLElBQUksRUFBRSxhQUFhO1FBQ25CLE1BQU0sRUFBRTtZQUNOO2dCQUNFLElBQUksRUFBRSxPQUFPO2dCQUNiLFlBQVksRUFBRSwrQkFBK0I7Z0JBQzdDLElBQUksRUFBRSxTQUFTO2FBQ2hCO1NBQ0Y7UUFDRCxlQUFlLEVBQUUsWUFBWTtLQUM5QjtJQUNEO1FBQ0UsSUFBSSxFQUFFLFVBQVU7UUFDaEIsTUFBTSxFQUFFLEVBQUU7UUFDVixJQUFJLEVBQUUsTUFBTTtRQUNaLE9BQU8sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLEVBQUUsRUFBRSxZQUFZLEVBQUUsT0FBTyxFQUFFLElBQUksRUFBRSxTQUFTLEVBQUUsQ0FBQztRQUMvRCxlQUFlLEVBQUUsTUFBTTtLQUN4QjtJQUNEO1FBQ0UsSUFBSSxFQUFFLFVBQVU7UUFDaEIsTUFBTSxFQUFFLENBQUMsRUFBRSxJQUFJLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxPQUFPLEVBQUUsSUFBSSxFQUFFLE9BQU8sRUFBRSxDQUFDO1FBQ25FLElBQUksRUFBRSxZQUFZO1FBQ2xCLE9BQU8sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLEVBQUUsRUFBRSxZQUFZLEVBQUUsT0FBTyxFQUFFLElBQUksRUFBRSxTQUFTLEVBQUUsQ0FBQztRQUMvRCxlQUFlLEVBQUUsWUFBWTtLQUM5QjtJQUNEO1FBQ0UsSUFBSSxFQUFFLFVBQVU7UUFDaEIsTUFBTSxFQUFFO1lBQ04sRUFBRSxJQUFJLEVBQUUsS0FBSyxFQUFFLFlBQVksRUFBRSxTQUFTLEVBQUUsSUFBSSxFQUFFLFNBQVMsRUFBRTtZQUN6RCxFQUFF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
@@ -1,5 +1,6 @@
1
1
  import { ATTESTED_COMPUTE_DOMAIN_NAME, ATTESTED_COMPUTE_DOMAIN_VERSION, type IncoLiteAttestedComputeArgs } from '../attestedcompute/attested-compute.js';
2
- import type { AttestedCompute, AttestedComputeFnArgs, AttestedComputeSupportedOps } from '../attestedcompute/types.js';
2
+ import type { AttestedCompute, AttestedComputeFnArgs } from '../attestedcompute/types.js';
3
+ import { AttestedComputeSupportedOps } from '../attestedcompute/types.js';
3
4
  import type { AttestedDecryptFnArgs } from '../attesteddecrypt/types.js';
4
- export { ATTESTED_COMPUTE_DOMAIN_NAME, ATTESTED_COMPUTE_DOMAIN_VERSION };
5
- export type { AttestedCompute, AttestedComputeFnArgs, AttestedComputeSupportedOps, AttestedDecryptFnArgs, IncoLiteAttestedComputeArgs, };
5
+ export { ATTESTED_COMPUTE_DOMAIN_NAME, ATTESTED_COMPUTE_DOMAIN_VERSION, AttestedComputeSupportedOps };
6
+ export type { AttestedCompute, AttestedComputeFnArgs, AttestedDecryptFnArgs, IncoLiteAttestedComputeArgs };
@@ -1,7 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ATTESTED_COMPUTE_DOMAIN_VERSION = exports.ATTESTED_COMPUTE_DOMAIN_NAME = void 0;
3
+ exports.AttestedComputeSupportedOps = exports.ATTESTED_COMPUTE_DOMAIN_VERSION = exports.ATTESTED_COMPUTE_DOMAIN_NAME = void 0;
4
4
  const attested_compute_js_1 = require("../attestedcompute/attested-compute.js");
5
5
  Object.defineProperty(exports, "ATTESTED_COMPUTE_DOMAIN_NAME", { enumerable: true, get: function () { return attested_compute_js_1.ATTESTED_COMPUTE_DOMAIN_NAME; } });
6
6
  Object.defineProperty(exports, "ATTESTED_COMPUTE_DOMAIN_VERSION", { enumerable: true, get: function () { return attested_compute_js_1.ATTESTED_COMPUTE_DOMAIN_VERSION; } });
7
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXR0ZXN0ZWQtY29tcHV0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9saXRlL2F0dGVzdGVkLWNvbXB1dGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsZ0ZBSWdEO0FBS3ZDLDZHQVJQLGtEQUE0QixPQVFPO0FBQUUsZ0hBUHJDLHFEQUErQixPQU9xQyJ9
7
+ const types_js_1 = require("../attestedcompute/types.js");
8
+ Object.defineProperty(exports, "AttestedComputeSupportedOps", { enumerable: true, get: function () { return types_js_1.AttestedComputeSupportedOps; } });
9
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXR0ZXN0ZWQtY29tcHV0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9saXRlL2F0dGVzdGVkLWNvbXB1dGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsZ0ZBSWdEO0FBTXZDLDZHQVRQLGtEQUE0QixPQVNPO0FBQUUsZ0hBUnJDLHFEQUErQixPQVFxQztBQUp0RSwwREFBMEU7QUFJRiw0R0FKL0Qsc0NBQTJCLE9BSStEIn0=
@@ -0,0 +1,247 @@
1
+ export declare const elistPreviewAbi: readonly [{
2
+ readonly type: "constructor";
3
+ readonly inputs: readonly [{
4
+ readonly name: "_inco";
5
+ readonly internalType: "contract IncoLightningPreview";
6
+ readonly type: "address";
7
+ }];
8
+ readonly stateMutability: "nonpayable";
9
+ }, {
10
+ readonly type: "function";
11
+ readonly inputs: readonly [];
12
+ readonly name: "list";
13
+ readonly outputs: readonly [{
14
+ readonly name: "";
15
+ readonly internalType: "elist";
16
+ readonly type: "bytes32";
17
+ }];
18
+ readonly stateMutability: "view";
19
+ }, {
20
+ readonly type: "function";
21
+ readonly inputs: readonly [{
22
+ readonly name: "ctValue";
23
+ readonly internalType: "bytes";
24
+ readonly type: "bytes";
25
+ }];
26
+ readonly name: "listAppend";
27
+ readonly outputs: readonly [{
28
+ readonly name: "";
29
+ readonly internalType: "elist";
30
+ readonly type: "bytes32";
31
+ }];
32
+ readonly stateMutability: "nonpayable";
33
+ }, {
34
+ readonly type: "function";
35
+ readonly inputs: readonly [{
36
+ readonly name: "cts";
37
+ readonly internalType: "bytes[]";
38
+ readonly type: "bytes[]";
39
+ }, {
40
+ readonly name: "listType";
41
+ readonly internalType: "enum ETypes";
42
+ readonly type: "uint8";
43
+ }, {
44
+ readonly name: "user";
45
+ readonly internalType: "address";
46
+ readonly type: "address";
47
+ }];
48
+ readonly name: "listConcat";
49
+ readonly outputs: readonly [{
50
+ readonly name: "";
51
+ readonly internalType: "elist";
52
+ readonly type: "bytes32";
53
+ }];
54
+ readonly stateMutability: "nonpayable";
55
+ }, {
56
+ readonly type: "function";
57
+ readonly inputs: readonly [{
58
+ readonly name: "index";
59
+ readonly internalType: "uint16";
60
+ readonly type: "uint16";
61
+ }];
62
+ readonly name: "listGet";
63
+ readonly outputs: readonly [{
64
+ readonly name: "";
65
+ readonly internalType: "bytes32";
66
+ readonly type: "bytes32";
67
+ }];
68
+ readonly stateMutability: "nonpayable";
69
+ }, {
70
+ readonly type: "function";
71
+ readonly inputs: readonly [{
72
+ readonly name: "ctIndex";
73
+ readonly internalType: "bytes";
74
+ readonly type: "bytes";
75
+ }, {
76
+ readonly name: "ctDefaultValue";
77
+ readonly internalType: "bytes";
78
+ readonly type: "bytes";
79
+ }];
80
+ readonly name: "listGetOr";
81
+ readonly outputs: readonly [{
82
+ readonly name: "";
83
+ readonly internalType: "bytes32";
84
+ readonly type: "bytes32";
85
+ }];
86
+ readonly stateMutability: "nonpayable";
87
+ }, {
88
+ readonly type: "function";
89
+ readonly inputs: readonly [{
90
+ readonly name: "index";
91
+ readonly internalType: "uint16";
92
+ readonly type: "uint16";
93
+ }];
94
+ readonly name: "listGetRange";
95
+ readonly outputs: readonly [{
96
+ readonly name: "";
97
+ readonly internalType: "bytes32";
98
+ readonly type: "bytes32";
99
+ }];
100
+ readonly stateMutability: "nonpayable";
101
+ }, {
102
+ readonly type: "function";
103
+ readonly inputs: readonly [{
104
+ readonly name: "ctIndex";
105
+ readonly internalType: "bytes";
106
+ readonly type: "bytes";
107
+ }, {
108
+ readonly name: "ctValue";
109
+ readonly internalType: "bytes";
110
+ readonly type: "bytes";
111
+ }];
112
+ readonly name: "listInsert";
113
+ readonly outputs: readonly [{
114
+ readonly name: "";
115
+ readonly internalType: "elist";
116
+ readonly type: "bytes32";
117
+ }];
118
+ readonly stateMutability: "nonpayable";
119
+ }, {
120
+ readonly type: "function";
121
+ readonly inputs: readonly [{
122
+ readonly name: "start";
123
+ readonly internalType: "uint16";
124
+ readonly type: "uint16";
125
+ }, {
126
+ readonly name: "end";
127
+ readonly internalType: "uint16";
128
+ readonly type: "uint16";
129
+ }];
130
+ readonly name: "listRange";
131
+ readonly outputs: readonly [{
132
+ readonly name: "";
133
+ readonly internalType: "elist";
134
+ readonly type: "bytes32";
135
+ }];
136
+ readonly stateMutability: "nonpayable";
137
+ }, {
138
+ readonly type: "function";
139
+ readonly inputs: readonly [];
140
+ readonly name: "listReverse";
141
+ readonly outputs: readonly [{
142
+ readonly name: "";
143
+ readonly internalType: "elist";
144
+ readonly type: "bytes32";
145
+ }];
146
+ readonly stateMutability: "nonpayable";
147
+ }, {
148
+ readonly type: "function";
149
+ readonly inputs: readonly [{
150
+ readonly name: "ctIndex";
151
+ readonly internalType: "bytes";
152
+ readonly type: "bytes";
153
+ }, {
154
+ readonly name: "ctValue";
155
+ readonly internalType: "bytes";
156
+ readonly type: "bytes";
157
+ }];
158
+ readonly name: "listSet";
159
+ readonly outputs: readonly [{
160
+ readonly name: "";
161
+ readonly internalType: "elist";
162
+ readonly type: "bytes32";
163
+ }];
164
+ readonly stateMutability: "nonpayable";
165
+ }, {
166
+ readonly type: "function";
167
+ readonly inputs: readonly [];
168
+ readonly name: "listShuffle";
169
+ readonly outputs: readonly [{
170
+ readonly name: "";
171
+ readonly internalType: "elist";
172
+ readonly type: "bytes32";
173
+ }];
174
+ readonly stateMutability: "nonpayable";
175
+ }, {
176
+ readonly type: "function";
177
+ readonly inputs: readonly [{
178
+ readonly name: "ctStart";
179
+ readonly internalType: "bytes";
180
+ readonly type: "bytes";
181
+ }, {
182
+ readonly name: "len";
183
+ readonly internalType: "uint16";
184
+ readonly type: "uint16";
185
+ }, {
186
+ readonly name: "ctDefaultValue";
187
+ readonly internalType: "bytes";
188
+ readonly type: "bytes";
189
+ }];
190
+ readonly name: "listSlice";
191
+ readonly outputs: readonly [{
192
+ readonly name: "";
193
+ readonly internalType: "elist";
194
+ readonly type: "bytes32";
195
+ }];
196
+ readonly stateMutability: "nonpayable";
197
+ }, {
198
+ readonly type: "function";
199
+ readonly inputs: readonly [{
200
+ readonly name: "cts";
201
+ readonly internalType: "bytes32[]";
202
+ readonly type: "bytes32[]";
203
+ }, {
204
+ readonly name: "listType";
205
+ readonly internalType: "enum ETypes";
206
+ readonly type: "uint8";
207
+ }];
208
+ readonly name: "newEList";
209
+ readonly outputs: readonly [{
210
+ readonly name: "";
211
+ readonly internalType: "elist";
212
+ readonly type: "bytes32";
213
+ }];
214
+ readonly stateMutability: "nonpayable";
215
+ }, {
216
+ readonly type: "function";
217
+ readonly inputs: readonly [{
218
+ readonly name: "inputs";
219
+ readonly internalType: "bytes[]";
220
+ readonly type: "bytes[]";
221
+ }, {
222
+ readonly name: "listType";
223
+ readonly internalType: "enum ETypes";
224
+ readonly type: "uint8";
225
+ }, {
226
+ readonly name: "user";
227
+ readonly internalType: "address";
228
+ readonly type: "address";
229
+ }];
230
+ readonly name: "newEList";
231
+ readonly outputs: readonly [{
232
+ readonly name: "";
233
+ readonly internalType: "elist";
234
+ readonly type: "bytes32";
235
+ }];
236
+ readonly stateMutability: "nonpayable";
237
+ }, {
238
+ readonly type: "function";
239
+ readonly inputs: readonly [];
240
+ readonly name: "newRangeList";
241
+ readonly outputs: readonly [{
242
+ readonly name: "";
243
+ readonly internalType: "elist";
244
+ readonly type: "bytes32";
245
+ }];
246
+ readonly stateMutability: "view";
247
+ }];
@@ -0,0 +1,149 @@
1
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2
+ // ElistPreview
3
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4
+ export const elistPreviewAbi = [
5
+ {
6
+ type: 'constructor',
7
+ inputs: [
8
+ {
9
+ name: '_inco',
10
+ internalType: 'contract IncoLightningPreview',
11
+ type: 'address',
12
+ },
13
+ ],
14
+ stateMutability: 'nonpayable',
15
+ },
16
+ {
17
+ type: 'function',
18
+ inputs: [],
19
+ name: 'list',
20
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
21
+ stateMutability: 'view',
22
+ },
23
+ {
24
+ type: 'function',
25
+ inputs: [{ name: 'ctValue', internalType: 'bytes', type: 'bytes' }],
26
+ name: 'listAppend',
27
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
28
+ stateMutability: 'nonpayable',
29
+ },
30
+ {
31
+ type: 'function',
32
+ inputs: [
33
+ { name: 'cts', internalType: 'bytes[]', type: 'bytes[]' },
34
+ { name: 'listType', internalType: 'enum ETypes', type: 'uint8' },
35
+ { name: 'user', internalType: 'address', type: 'address' },
36
+ ],
37
+ name: 'listConcat',
38
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
39
+ stateMutability: 'nonpayable',
40
+ },
41
+ {
42
+ type: 'function',
43
+ inputs: [{ name: 'index', internalType: 'uint16', type: 'uint16' }],
44
+ name: 'listGet',
45
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
46
+ stateMutability: 'nonpayable',
47
+ },
48
+ {
49
+ type: 'function',
50
+ inputs: [
51
+ { name: 'ctIndex', internalType: 'bytes', type: 'bytes' },
52
+ { name: 'ctDefaultValue', internalType: 'bytes', type: 'bytes' },
53
+ ],
54
+ name: 'listGetOr',
55
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
56
+ stateMutability: 'nonpayable',
57
+ },
58
+ {
59
+ type: 'function',
60
+ inputs: [{ name: 'index', internalType: 'uint16', type: 'uint16' }],
61
+ name: 'listGetRange',
62
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
63
+ stateMutability: 'nonpayable',
64
+ },
65
+ {
66
+ type: 'function',
67
+ inputs: [
68
+ { name: 'ctIndex', internalType: 'bytes', type: 'bytes' },
69
+ { name: 'ctValue', internalType: 'bytes', type: 'bytes' },
70
+ ],
71
+ name: 'listInsert',
72
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
73
+ stateMutability: 'nonpayable',
74
+ },
75
+ {
76
+ type: 'function',
77
+ inputs: [
78
+ { name: 'start', internalType: 'uint16', type: 'uint16' },
79
+ { name: 'end', internalType: 'uint16', type: 'uint16' },
80
+ ],
81
+ name: 'listRange',
82
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
83
+ stateMutability: 'nonpayable',
84
+ },
85
+ {
86
+ type: 'function',
87
+ inputs: [],
88
+ name: 'listReverse',
89
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
90
+ stateMutability: 'nonpayable',
91
+ },
92
+ {
93
+ type: 'function',
94
+ inputs: [
95
+ { name: 'ctIndex', internalType: 'bytes', type: 'bytes' },
96
+ { name: 'ctValue', internalType: 'bytes', type: 'bytes' },
97
+ ],
98
+ name: 'listSet',
99
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
100
+ stateMutability: 'nonpayable',
101
+ },
102
+ {
103
+ type: 'function',
104
+ inputs: [],
105
+ name: 'listShuffle',
106
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
107
+ stateMutability: 'nonpayable',
108
+ },
109
+ {
110
+ type: 'function',
111
+ inputs: [
112
+ { name: 'ctStart', internalType: 'bytes', type: 'bytes' },
113
+ { name: 'len', internalType: 'uint16', type: 'uint16' },
114
+ { name: 'ctDefaultValue', internalType: 'bytes', type: 'bytes' },
115
+ ],
116
+ name: 'listSlice',
117
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
118
+ stateMutability: 'nonpayable',
119
+ },
120
+ {
121
+ type: 'function',
122
+ inputs: [
123
+ { name: 'cts', internalType: 'bytes32[]', type: 'bytes32[]' },
124
+ { name: 'listType', internalType: 'enum ETypes', type: 'uint8' },
125
+ ],
126
+ name: 'newEList',
127
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
128
+ stateMutability: 'nonpayable',
129
+ },
130
+ {
131
+ type: 'function',
132
+ inputs: [
133
+ { name: 'inputs', internalType: 'bytes[]', type: 'bytes[]' },
134
+ { name: 'listType', internalType: 'enum ETypes', type: 'uint8' },
135
+ { name: 'user', internalType: 'address', type: 'address' },
136
+ ],
137
+ name: 'newEList',
138
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
139
+ stateMutability: 'nonpayable',
140
+ },
141
+ {
142
+ type: 'function',
143
+ inputs: [],
144
+ name: 'newRangeList',
145
+ outputs: [{ name: '', internalType: 'elist', type: 'bytes32' }],
146
+ stateMutability: 'view',
147
+ },
148
+ ];
149
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiVGVzdEVsaXN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9hYmlzL1Rlc3RFbGlzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxzS0FBc0s7QUFDdEssZUFBZTtBQUNmLHNLQUFzSztBQUV0SyxNQUFNLENBQUMsTUFBTSxlQUFlLEdBQUc7SUFDN0I7UUFDRSxJQUFJLEVBQUUsYUFBYTtRQUNuQixNQUFNLEVBQUU7WUFDTjtnQkFDRSxJQUFJLEVBQUUsT0FBTztnQkFDYixZQUFZLEVBQUUsK0JBQStCO2dCQUM3QyxJQUFJLEVBQUUsU0FBUzthQUNoQjtTQUNGO1FBQ0QsZUFBZSxFQUFFLFlBQVk7S0FDOUI7SUFDRDtRQUNFLElBQUksRUFBRSxVQUFVO1FBQ2hCLE1BQU0sRUFBRSxFQUFFO1FBQ1YsSUFBSSxFQUFFLE1BQU07UUFDWixPQUFPLEVBQUUsQ0FBQyxFQUFFLElBQUksRUFBRSxFQUFFLEVBQUUsWUFBWSxFQUFFLE9BQU8sRUFBRSxJQUFJLEVBQUUsU0FBUyxFQUFFLENBQUM7UUFDL0QsZUFBZSxFQUFFLE1BQU07S0FDeEI7SUFDRDtRQUNFLElBQUksRUFBRSxVQUFVO1FBQ2hCLE1BQU0sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsT0FBTyxFQUFFLElBQUksRUFBRSxPQUFPLEVBQUUsQ0FBQztRQUNuRSxJQUFJLEVBQUUsWUFBWTtRQUNsQixPQUFPLEVBQUUsQ0FBQyxFQUFFLElBQUksRUFBRSxFQUFFLEVBQUUsWUFBWSxFQUFFLE9BQU8sRUFBRSxJQUFJLEVBQUUsU0FBUyxFQUFFLENBQUM7UUFDL0QsZUFBZSxFQUFFLFlBQVk7S0FDOUI7SUFDRDtRQUNFLElBQUksRUFBRSxVQUFVO1FBQ2hCLE1BQU0sRUFBRTtZQUNOLEVBQUUsSUFBSSxFQUFFLEtBQUssRUFBRSxZQUFZLEVBQUUsU0FBUyxFQUFFLElBQUksRUFBRSxTQUFTLEVBQUU7WUFD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
@@ -1,5 +1,6 @@
1
1
  import { ATTESTED_COMPUTE_DOMAIN_NAME, ATTESTED_COMPUTE_DOMAIN_VERSION, type IncoLiteAttestedComputeArgs } from '../attestedcompute/attested-compute.js';
2
- import type { AttestedCompute, AttestedComputeFnArgs, AttestedComputeSupportedOps } from '../attestedcompute/types.js';
2
+ import type { AttestedCompute, AttestedComputeFnArgs } from '../attestedcompute/types.js';
3
+ import { AttestedComputeSupportedOps } from '../attestedcompute/types.js';
3
4
  import type { AttestedDecryptFnArgs } from '../attesteddecrypt/types.js';
4
- export { ATTESTED_COMPUTE_DOMAIN_NAME, ATTESTED_COMPUTE_DOMAIN_VERSION };
5
- export type { AttestedCompute, AttestedComputeFnArgs, AttestedComputeSupportedOps, AttestedDecryptFnArgs, IncoLiteAttestedComputeArgs, };
5
+ export { ATTESTED_COMPUTE_DOMAIN_NAME, ATTESTED_COMPUTE_DOMAIN_VERSION, AttestedComputeSupportedOps };
6
+ export type { AttestedCompute, AttestedComputeFnArgs, AttestedDecryptFnArgs, IncoLiteAttestedComputeArgs };
@@ -1,3 +1,4 @@
1
1
  import { ATTESTED_COMPUTE_DOMAIN_NAME, ATTESTED_COMPUTE_DOMAIN_VERSION, } from '../attestedcompute/attested-compute.js';
2
- export { ATTESTED_COMPUTE_DOMAIN_NAME, ATTESTED_COMPUTE_DOMAIN_VERSION };
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXR0ZXN0ZWQtY29tcHV0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9saXRlL2F0dGVzdGVkLWNvbXB1dGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLDRCQUE0QixFQUM1QiwrQkFBK0IsR0FFaEMsTUFBTSx3Q0FBd0MsQ0FBQztBQUtoRCxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsK0JBQStCLEVBQUUsQ0FBQyJ9
2
+ import { AttestedComputeSupportedOps } from '../attestedcompute/types.js';
3
+ export { ATTESTED_COMPUTE_DOMAIN_NAME, ATTESTED_COMPUTE_DOMAIN_VERSION, AttestedComputeSupportedOps };
4
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXR0ZXN0ZWQtY29tcHV0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9saXRlL2F0dGVzdGVkLWNvbXB1dGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLDRCQUE0QixFQUM1QiwrQkFBK0IsR0FFaEMsTUFBTSx3Q0FBd0MsQ0FBQztBQUVoRCxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUkxRSxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsK0JBQStCLEVBQUUsMkJBQTJCLEVBQUUsQ0FBQyJ9
@@ -0,0 +1,247 @@
1
+ export declare const elistPreviewAbi: readonly [{
2
+ readonly type: "constructor";
3
+ readonly inputs: readonly [{
4
+ readonly name: "_inco";
5
+ readonly internalType: "contract IncoLightningPreview";
6
+ readonly type: "address";
7
+ }];
8
+ readonly stateMutability: "nonpayable";
9
+ }, {
10
+ readonly type: "function";
11
+ readonly inputs: readonly [];
12
+ readonly name: "list";
13
+ readonly outputs: readonly [{
14
+ readonly name: "";
15
+ readonly internalType: "elist";
16
+ readonly type: "bytes32";
17
+ }];
18
+ readonly stateMutability: "view";
19
+ }, {
20
+ readonly type: "function";
21
+ readonly inputs: readonly [{
22
+ readonly name: "ctValue";
23
+ readonly internalType: "bytes";
24
+ readonly type: "bytes";
25
+ }];
26
+ readonly name: "listAppend";
27
+ readonly outputs: readonly [{
28
+ readonly name: "";
29
+ readonly internalType: "elist";
30
+ readonly type: "bytes32";
31
+ }];
32
+ readonly stateMutability: "nonpayable";
33
+ }, {
34
+ readonly type: "function";
35
+ readonly inputs: readonly [{
36
+ readonly name: "cts";
37
+ readonly internalType: "bytes[]";
38
+ readonly type: "bytes[]";
39
+ }, {
40
+ readonly name: "listType";
41
+ readonly internalType: "enum ETypes";
42
+ readonly type: "uint8";
43
+ }, {
44
+ readonly name: "user";
45
+ readonly internalType: "address";
46
+ readonly type: "address";
47
+ }];
48
+ readonly name: "listConcat";
49
+ readonly outputs: readonly [{
50
+ readonly name: "";
51
+ readonly internalType: "elist";
52
+ readonly type: "bytes32";
53
+ }];
54
+ readonly stateMutability: "nonpayable";
55
+ }, {
56
+ readonly type: "function";
57
+ readonly inputs: readonly [{
58
+ readonly name: "index";
59
+ readonly internalType: "uint16";
60
+ readonly type: "uint16";
61
+ }];
62
+ readonly name: "listGet";
63
+ readonly outputs: readonly [{
64
+ readonly name: "";
65
+ readonly internalType: "bytes32";
66
+ readonly type: "bytes32";
67
+ }];
68
+ readonly stateMutability: "nonpayable";
69
+ }, {
70
+ readonly type: "function";
71
+ readonly inputs: readonly [{
72
+ readonly name: "ctIndex";
73
+ readonly internalType: "bytes";
74
+ readonly type: "bytes";
75
+ }, {
76
+ readonly name: "ctDefaultValue";
77
+ readonly internalType: "bytes";
78
+ readonly type: "bytes";
79
+ }];
80
+ readonly name: "listGetOr";
81
+ readonly outputs: readonly [{
82
+ readonly name: "";
83
+ readonly internalType: "bytes32";
84
+ readonly type: "bytes32";
85
+ }];
86
+ readonly stateMutability: "nonpayable";
87
+ }, {
88
+ readonly type: "function";
89
+ readonly inputs: readonly [{
90
+ readonly name: "index";
91
+ readonly internalType: "uint16";
92
+ readonly type: "uint16";
93
+ }];
94
+ readonly name: "listGetRange";
95
+ readonly outputs: readonly [{
96
+ readonly name: "";
97
+ readonly internalType: "bytes32";
98
+ readonly type: "bytes32";
99
+ }];
100
+ readonly stateMutability: "nonpayable";
101
+ }, {
102
+ readonly type: "function";
103
+ readonly inputs: readonly [{
104
+ readonly name: "ctIndex";
105
+ readonly internalType: "bytes";
106
+ readonly type: "bytes";
107
+ }, {
108
+ readonly name: "ctValue";
109
+ readonly internalType: "bytes";
110
+ readonly type: "bytes";
111
+ }];
112
+ readonly name: "listInsert";
113
+ readonly outputs: readonly [{
114
+ readonly name: "";
115
+ readonly internalType: "elist";
116
+ readonly type: "bytes32";
117
+ }];
118
+ readonly stateMutability: "nonpayable";
119
+ }, {
120
+ readonly type: "function";
121
+ readonly inputs: readonly [{
122
+ readonly name: "start";
123
+ readonly internalType: "uint16";
124
+ readonly type: "uint16";
125
+ }, {
126
+ readonly name: "end";
127
+ readonly internalType: "uint16";
128
+ readonly type: "uint16";
129
+ }];
130
+ readonly name: "listRange";
131
+ readonly outputs: readonly [{
132
+ readonly name: "";
133
+ readonly internalType: "elist";
134
+ readonly type: "bytes32";
135
+ }];
136
+ readonly stateMutability: "nonpayable";
137
+ }, {
138
+ readonly type: "function";
139
+ readonly inputs: readonly [];
140
+ readonly name: "listReverse";
141
+ readonly outputs: readonly [{
142
+ readonly name: "";
143
+ readonly internalType: "elist";
144
+ readonly type: "bytes32";
145
+ }];
146
+ readonly stateMutability: "nonpayable";
147
+ }, {
148
+ readonly type: "function";
149
+ readonly inputs: readonly [{
150
+ readonly name: "ctIndex";
151
+ readonly internalType: "bytes";
152
+ readonly type: "bytes";
153
+ }, {
154
+ readonly name: "ctValue";
155
+ readonly internalType: "bytes";
156
+ readonly type: "bytes";
157
+ }];
158
+ readonly name: "listSet";
159
+ readonly outputs: readonly [{
160
+ readonly name: "";
161
+ readonly internalType: "elist";
162
+ readonly type: "bytes32";
163
+ }];
164
+ readonly stateMutability: "nonpayable";
165
+ }, {
166
+ readonly type: "function";
167
+ readonly inputs: readonly [];
168
+ readonly name: "listShuffle";
169
+ readonly outputs: readonly [{
170
+ readonly name: "";
171
+ readonly internalType: "elist";
172
+ readonly type: "bytes32";
173
+ }];
174
+ readonly stateMutability: "nonpayable";
175
+ }, {
176
+ readonly type: "function";
177
+ readonly inputs: readonly [{
178
+ readonly name: "ctStart";
179
+ readonly internalType: "bytes";
180
+ readonly type: "bytes";
181
+ }, {
182
+ readonly name: "len";
183
+ readonly internalType: "uint16";
184
+ readonly type: "uint16";
185
+ }, {
186
+ readonly name: "ctDefaultValue";
187
+ readonly internalType: "bytes";
188
+ readonly type: "bytes";
189
+ }];
190
+ readonly name: "listSlice";
191
+ readonly outputs: readonly [{
192
+ readonly name: "";
193
+ readonly internalType: "elist";
194
+ readonly type: "bytes32";
195
+ }];
196
+ readonly stateMutability: "nonpayable";
197
+ }, {
198
+ readonly type: "function";
199
+ readonly inputs: readonly [{
200
+ readonly name: "cts";
201
+ readonly internalType: "bytes32[]";
202
+ readonly type: "bytes32[]";
203
+ }, {
204
+ readonly name: "listType";
205
+ readonly internalType: "enum ETypes";
206
+ readonly type: "uint8";
207
+ }];
208
+ readonly name: "newEList";
209
+ readonly outputs: readonly [{
210
+ readonly name: "";
211
+ readonly internalType: "elist";
212
+ readonly type: "bytes32";
213
+ }];
214
+ readonly stateMutability: "nonpayable";
215
+ }, {
216
+ readonly type: "function";
217
+ readonly inputs: readonly [{
218
+ readonly name: "inputs";
219
+ readonly internalType: "bytes[]";
220
+ readonly type: "bytes[]";
221
+ }, {
222
+ readonly name: "listType";
223
+ readonly internalType: "enum ETypes";
224
+ readonly type: "uint8";
225
+ }, {
226
+ readonly name: "user";
227
+ readonly internalType: "address";
228
+ readonly type: "address";
229
+ }];
230
+ readonly name: "newEList";
231
+ readonly outputs: readonly [{
232
+ readonly name: "";
233
+ readonly internalType: "elist";
234
+ readonly type: "bytes32";
235
+ }];
236
+ readonly stateMutability: "nonpayable";
237
+ }, {
238
+ readonly type: "function";
239
+ readonly inputs: readonly [];
240
+ readonly name: "newRangeList";
241
+ readonly outputs: readonly [{
242
+ readonly name: "";
243
+ readonly internalType: "elist";
244
+ readonly type: "bytes32";
245
+ }];
246
+ readonly stateMutability: "view";
247
+ }];
@@ -1,5 +1,6 @@
1
1
  import { ATTESTED_COMPUTE_DOMAIN_NAME, ATTESTED_COMPUTE_DOMAIN_VERSION, type IncoLiteAttestedComputeArgs } from '../attestedcompute/attested-compute.js';
2
- import type { AttestedCompute, AttestedComputeFnArgs, AttestedComputeSupportedOps } from '../attestedcompute/types.js';
2
+ import type { AttestedCompute, AttestedComputeFnArgs } from '../attestedcompute/types.js';
3
+ import { AttestedComputeSupportedOps } from '../attestedcompute/types.js';
3
4
  import type { AttestedDecryptFnArgs } from '../attesteddecrypt/types.js';
4
- export { ATTESTED_COMPUTE_DOMAIN_NAME, ATTESTED_COMPUTE_DOMAIN_VERSION };
5
- export type { AttestedCompute, AttestedComputeFnArgs, AttestedComputeSupportedOps, AttestedDecryptFnArgs, IncoLiteAttestedComputeArgs, };
5
+ export { ATTESTED_COMPUTE_DOMAIN_NAME, ATTESTED_COMPUTE_DOMAIN_VERSION, AttestedComputeSupportedOps };
6
+ export type { AttestedCompute, AttestedComputeFnArgs, AttestedDecryptFnArgs, IncoLiteAttestedComputeArgs };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inco/js",
3
- "version": "0.3.2-alpha.1",
3
+ "version": "0.3.2-alpha.3",
4
4
  "repository": "https://github.com/Inco-fhevm/inco-monorepo",
5
5
  "sideEffects": false,
6
6
  "scripts": {