@inco/js 0.4.0 → 0.5.1
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.
- package/README.md +4 -1
- package/dist/cjs/advancedacl/session-key.d.ts +1 -1
- package/dist/cjs/advancedacl/session-key.js +60 -32
- package/dist/cjs/attestedcompute/attested-compute.js +3 -2
- package/dist/cjs/attestedcompute/types.js +1 -1
- package/dist/cjs/attesteddecrypt/attested-decrypt.js +5 -3
- package/dist/cjs/attesteddecrypt/types.js +1 -1
- package/dist/cjs/attestedreveal/attested-reveal.js +3 -2
- package/dist/cjs/binary.js +6 -3
- package/dist/cjs/chain.js +5 -2
- package/dist/cjs/encryption/encryption.js +1 -1
- package/dist/cjs/generated/abis/TestElist.d.ts +247 -0
- package/dist/cjs/generated/abis/TestElist.js +152 -0
- package/dist/cjs/generated/abis/addTwo.d.ts +2 -38
- package/dist/cjs/generated/abis/addTwo.js +3 -22
- package/dist/cjs/generated/abis/lightning-preview.d.ts +79 -1008
- package/dist/cjs/generated/abis/lightning-preview.js +56 -619
- package/dist/cjs/generated/abis/lightning.d.ts +75 -454
- package/dist/cjs/generated/abis/lightning.js +58 -332
- package/dist/cjs/generated/abis/verifier.d.ts +1016 -0
- package/dist/cjs/generated/abis/verifier.js +704 -0
- package/dist/cjs/generated/es/cosmos_proto/cosmos_pb.js +1 -1
- package/dist/cjs/generated/es/inco/fhe/v1/types_pb.js +1 -1
- package/dist/cjs/generated/es/inco/kms/lite/v1/kms_service_pb.js +1 -1
- package/dist/cjs/generated/es/inco/kms/lite/v1/types_pb.js +1 -1
- package/dist/cjs/generated/lightning.d.ts +21 -0
- package/dist/cjs/generated/lightning.js +23 -1
- package/dist/cjs/generated/local-node.d.ts +3 -3
- package/dist/cjs/generated/local-node.js +3 -3
- package/dist/cjs/handle.d.ts +1 -1
- package/dist/cjs/handle.js +5 -3
- package/dist/cjs/kms/client.js +1 -1
- package/dist/cjs/lite/attested-compute.d.ts +4 -3
- package/dist/cjs/lite/attested-compute.js +4 -2
- package/dist/cjs/lite/attested-decrypt.js +1 -1
- package/dist/cjs/lite/deployments.js +1 -1
- package/dist/cjs/lite/ecies.d.ts +2 -2
- package/dist/cjs/lite/ecies.js +3 -3
- package/dist/cjs/lite/hadu.d.ts +1 -1
- package/dist/cjs/lite/hadu.js +2 -2
- package/dist/cjs/lite/lightning.d.ts +1 -1
- package/dist/cjs/lite/lightning.js +9 -4
- package/dist/cjs/lite/reencrypt.js +3 -2
- package/dist/cjs/local/local-node.js +6 -3
- package/dist/cjs/reencryption/eip712.d.ts +2 -2
- package/dist/cjs/reencryption/eip712.js +2 -11
- package/dist/cjs/retry.d.ts +1 -1
- package/dist/cjs/retry.js +2 -2
- package/dist/cjs/schema.js +1 -1
- package/dist/cjs/viem.d.ts +12 -15
- package/dist/cjs/viem.js +9 -2
- package/dist/esm/advancedacl/session-key.d.ts +1 -1
- package/dist/esm/advancedacl/session-key.js +65 -37
- package/dist/esm/attestedcompute/attested-compute.js +4 -3
- package/dist/esm/attestedcompute/types.js +1 -1
- package/dist/esm/attesteddecrypt/attested-decrypt.js +7 -5
- package/dist/esm/attesteddecrypt/types.js +1 -1
- package/dist/esm/attestedreveal/attested-reveal.js +4 -3
- package/dist/esm/binary.js +6 -3
- package/dist/esm/chain.js +5 -2
- package/dist/esm/encryption/encryption.js +1 -1
- package/dist/esm/generated/abis/TestElist.d.ts +247 -0
- package/dist/esm/generated/abis/TestElist.js +149 -0
- package/dist/esm/generated/abis/addTwo.d.ts +2 -38
- package/dist/esm/generated/abis/addTwo.js +3 -22
- package/dist/esm/generated/abis/lightning-preview.d.ts +79 -1008
- package/dist/esm/generated/abis/lightning-preview.js +56 -619
- package/dist/esm/generated/abis/lightning.d.ts +75 -454
- package/dist/esm/generated/abis/lightning.js +58 -332
- package/dist/esm/generated/abis/verifier.d.ts +1016 -0
- package/dist/esm/generated/abis/verifier.js +701 -0
- package/dist/esm/generated/es/cosmos_proto/cosmos_pb.js +1 -1
- package/dist/esm/generated/es/inco/fhe/v1/types_pb.js +1 -1
- package/dist/esm/generated/es/inco/kms/lite/v1/kms_service_pb.js +1 -1
- package/dist/esm/generated/es/inco/kms/lite/v1/types_pb.js +1 -1
- package/dist/esm/generated/lightning.d.ts +21 -0
- package/dist/esm/generated/lightning.js +23 -1
- package/dist/esm/generated/local-node.d.ts +3 -3
- package/dist/esm/generated/local-node.js +3 -3
- package/dist/esm/handle.d.ts +1 -1
- package/dist/esm/handle.js +5 -3
- package/dist/esm/kms/client.js +1 -1
- package/dist/esm/lite/attested-compute.d.ts +4 -3
- package/dist/esm/lite/attested-compute.js +3 -2
- package/dist/esm/lite/attested-decrypt.js +2 -2
- package/dist/esm/lite/deployments.js +1 -1
- package/dist/esm/lite/ecies.d.ts +2 -2
- package/dist/esm/lite/ecies.js +4 -4
- package/dist/esm/lite/hadu.d.ts +1 -1
- package/dist/esm/lite/hadu.js +2 -2
- package/dist/esm/lite/lightning.d.ts +1 -1
- package/dist/esm/lite/lightning.js +11 -6
- package/dist/esm/lite/reencrypt.js +5 -4
- package/dist/esm/local/local-node.js +6 -3
- package/dist/esm/reencryption/eip712.d.ts +2 -2
- package/dist/esm/reencryption/eip712.js +2 -11
- package/dist/esm/retry.d.ts +1 -1
- package/dist/esm/retry.js +2 -2
- package/dist/esm/schema.js +1 -1
- package/dist/esm/viem.d.ts +12 -15
- package/dist/esm/viem.js +10 -3
- package/dist/types/advancedacl/session-key.d.ts +1 -1
- package/dist/types/generated/abis/TestElist.d.ts +247 -0
- package/dist/types/generated/abis/addTwo.d.ts +2 -38
- package/dist/types/generated/abis/lightning-preview.d.ts +79 -1008
- package/dist/types/generated/abis/lightning.d.ts +75 -454
- package/dist/types/generated/abis/verifier.d.ts +1016 -0
- package/dist/types/generated/lightning.d.ts +21 -0
- package/dist/types/generated/local-node.d.ts +3 -3
- package/dist/types/handle.d.ts +1 -1
- package/dist/types/lite/attested-compute.d.ts +4 -3
- package/dist/types/lite/ecies.d.ts +2 -2
- package/dist/types/lite/hadu.d.ts +1 -1
- package/dist/types/lite/lightning.d.ts +1 -1
- package/dist/types/reencryption/eip712.d.ts +2 -2
- package/dist/types/retry.d.ts +1 -1
- package/dist/types/viem.d.ts +12 -15
- package/package.json +37 -61
@@ -0,0 +1,1016 @@
|
|
1
|
+
export declare const incoVerifierAbi: readonly [{
|
2
|
+
readonly type: "constructor";
|
3
|
+
readonly inputs: readonly [{
|
4
|
+
readonly name: "_incoLightningAddress";
|
5
|
+
readonly internalType: "address";
|
6
|
+
readonly type: "address";
|
7
|
+
}];
|
8
|
+
readonly stateMutability: "nonpayable";
|
9
|
+
}, {
|
10
|
+
readonly type: "function";
|
11
|
+
readonly inputs: readonly [];
|
12
|
+
readonly name: "BootstrapComplete";
|
13
|
+
readonly outputs: readonly [{
|
14
|
+
readonly name: "";
|
15
|
+
readonly internalType: "bool";
|
16
|
+
readonly type: "bool";
|
17
|
+
}];
|
18
|
+
readonly stateMutability: "view";
|
19
|
+
}, {
|
20
|
+
readonly type: "function";
|
21
|
+
readonly inputs: readonly [];
|
22
|
+
readonly name: "BootstrapResultStructHash";
|
23
|
+
readonly outputs: readonly [{
|
24
|
+
readonly name: "";
|
25
|
+
readonly internalType: "bytes32";
|
26
|
+
readonly type: "bytes32";
|
27
|
+
}];
|
28
|
+
readonly stateMutability: "view";
|
29
|
+
}, {
|
30
|
+
readonly type: "function";
|
31
|
+
readonly inputs: readonly [];
|
32
|
+
readonly name: "ECIESPubkey";
|
33
|
+
readonly outputs: readonly [{
|
34
|
+
readonly name: "";
|
35
|
+
readonly internalType: "bytes";
|
36
|
+
readonly type: "bytes";
|
37
|
+
}];
|
38
|
+
readonly stateMutability: "view";
|
39
|
+
}, {
|
40
|
+
readonly type: "function";
|
41
|
+
readonly inputs: readonly [{
|
42
|
+
readonly name: "";
|
43
|
+
readonly internalType: "address";
|
44
|
+
readonly type: "address";
|
45
|
+
}];
|
46
|
+
readonly name: "EOASigners";
|
47
|
+
readonly outputs: readonly [{
|
48
|
+
readonly name: "";
|
49
|
+
readonly internalType: "bool";
|
50
|
+
readonly type: "bool";
|
51
|
+
}];
|
52
|
+
readonly stateMutability: "view";
|
53
|
+
}, {
|
54
|
+
readonly type: "function";
|
55
|
+
readonly inputs: readonly [];
|
56
|
+
readonly name: "QUOTE_VERIFIER_VERSION";
|
57
|
+
readonly outputs: readonly [{
|
58
|
+
readonly name: "";
|
59
|
+
readonly internalType: "uint16";
|
60
|
+
readonly type: "uint16";
|
61
|
+
}];
|
62
|
+
readonly stateMutability: "view";
|
63
|
+
}, {
|
64
|
+
readonly type: "function";
|
65
|
+
readonly inputs: readonly [{
|
66
|
+
readonly name: "";
|
67
|
+
readonly internalType: "uint256";
|
68
|
+
readonly type: "uint256";
|
69
|
+
}];
|
70
|
+
readonly name: "TEEVersionHistory";
|
71
|
+
readonly outputs: readonly [{
|
72
|
+
readonly name: "mrtd";
|
73
|
+
readonly internalType: "bytes";
|
74
|
+
readonly type: "bytes";
|
75
|
+
}, {
|
76
|
+
readonly name: "status";
|
77
|
+
readonly internalType: "enum TEEVersionStatus";
|
78
|
+
readonly type: "uint8";
|
79
|
+
}];
|
80
|
+
readonly stateMutability: "view";
|
81
|
+
}, {
|
82
|
+
readonly type: "function";
|
83
|
+
readonly inputs: readonly [];
|
84
|
+
readonly name: "UPGRADE_INTERFACE_VERSION";
|
85
|
+
readonly outputs: readonly [{
|
86
|
+
readonly name: "";
|
87
|
+
readonly internalType: "string";
|
88
|
+
readonly type: "string";
|
89
|
+
}];
|
90
|
+
readonly stateMutability: "view";
|
91
|
+
}, {
|
92
|
+
readonly type: "function";
|
93
|
+
readonly inputs: readonly [];
|
94
|
+
readonly name: "VerifiedBootstrapResult";
|
95
|
+
readonly outputs: readonly [{
|
96
|
+
readonly name: "ecies_pubkey";
|
97
|
+
readonly internalType: "bytes";
|
98
|
+
readonly type: "bytes";
|
99
|
+
}];
|
100
|
+
readonly stateMutability: "view";
|
101
|
+
}, {
|
102
|
+
readonly type: "function";
|
103
|
+
readonly inputs: readonly [{
|
104
|
+
readonly name: "quote";
|
105
|
+
readonly internalType: "bytes";
|
106
|
+
readonly type: "bytes";
|
107
|
+
}];
|
108
|
+
readonly name: "addNewCovalidator";
|
109
|
+
readonly outputs: readonly [];
|
110
|
+
readonly stateMutability: "nonpayable";
|
111
|
+
}, {
|
112
|
+
readonly type: "function";
|
113
|
+
readonly inputs: readonly [{
|
114
|
+
readonly name: "signerAddress";
|
115
|
+
readonly internalType: "address";
|
116
|
+
readonly type: "address";
|
117
|
+
}];
|
118
|
+
readonly name: "addSigner";
|
119
|
+
readonly outputs: readonly [];
|
120
|
+
readonly stateMutability: "nonpayable";
|
121
|
+
}, {
|
122
|
+
readonly type: "function";
|
123
|
+
readonly inputs: readonly [{
|
124
|
+
readonly name: "voucher";
|
125
|
+
readonly internalType: "struct AllowanceVoucher";
|
126
|
+
readonly type: "tuple";
|
127
|
+
readonly components: readonly [{
|
128
|
+
readonly name: "sessionNonce";
|
129
|
+
readonly internalType: "bytes32";
|
130
|
+
readonly type: "bytes32";
|
131
|
+
}, {
|
132
|
+
readonly name: "verifyingContract";
|
133
|
+
readonly internalType: "address";
|
134
|
+
readonly type: "address";
|
135
|
+
}, {
|
136
|
+
readonly name: "callFunction";
|
137
|
+
readonly internalType: "bytes4";
|
138
|
+
readonly type: "bytes4";
|
139
|
+
}, {
|
140
|
+
readonly name: "sharerArgData";
|
141
|
+
readonly internalType: "bytes";
|
142
|
+
readonly type: "bytes";
|
143
|
+
}];
|
144
|
+
}];
|
145
|
+
readonly name: "allowanceVoucherDigest";
|
146
|
+
readonly outputs: readonly [{
|
147
|
+
readonly name: "";
|
148
|
+
readonly internalType: "bytes32";
|
149
|
+
readonly type: "bytes32";
|
150
|
+
}];
|
151
|
+
readonly stateMutability: "view";
|
152
|
+
}, {
|
153
|
+
readonly type: "function";
|
154
|
+
readonly inputs: readonly [{
|
155
|
+
readonly name: "newMRTD";
|
156
|
+
readonly internalType: "bytes";
|
157
|
+
readonly type: "bytes";
|
158
|
+
}];
|
159
|
+
readonly name: "approveNewTEEVersion";
|
160
|
+
readonly outputs: readonly [];
|
161
|
+
readonly stateMutability: "nonpayable";
|
162
|
+
}, {
|
163
|
+
readonly type: "function";
|
164
|
+
readonly inputs: readonly [{
|
165
|
+
readonly name: "bootstrapResult";
|
166
|
+
readonly internalType: "struct BootstrapResult";
|
167
|
+
readonly type: "tuple";
|
168
|
+
readonly components: readonly [{
|
169
|
+
readonly name: "ecies_pubkey";
|
170
|
+
readonly internalType: "bytes";
|
171
|
+
readonly type: "bytes";
|
172
|
+
}];
|
173
|
+
}];
|
174
|
+
readonly name: "bootstrapResultDigest";
|
175
|
+
readonly outputs: readonly [{
|
176
|
+
readonly name: "";
|
177
|
+
readonly internalType: "bytes32";
|
178
|
+
readonly type: "bytes32";
|
179
|
+
}];
|
180
|
+
readonly stateMutability: "view";
|
181
|
+
}, {
|
182
|
+
readonly type: "function";
|
183
|
+
readonly inputs: readonly [{
|
184
|
+
readonly name: "decryption";
|
185
|
+
readonly internalType: "struct DecryptionAttestation";
|
186
|
+
readonly type: "tuple";
|
187
|
+
readonly components: readonly [{
|
188
|
+
readonly name: "handle";
|
189
|
+
readonly internalType: "bytes32";
|
190
|
+
readonly type: "bytes32";
|
191
|
+
}, {
|
192
|
+
readonly name: "value";
|
193
|
+
readonly internalType: "bytes32";
|
194
|
+
readonly type: "bytes32";
|
195
|
+
}];
|
196
|
+
}];
|
197
|
+
readonly name: "decryptionAttestationDigest";
|
198
|
+
readonly outputs: readonly [{
|
199
|
+
readonly name: "";
|
200
|
+
readonly internalType: "bytes32";
|
201
|
+
readonly type: "bytes32";
|
202
|
+
}];
|
203
|
+
readonly stateMutability: "view";
|
204
|
+
}, {
|
205
|
+
readonly type: "function";
|
206
|
+
readonly inputs: readonly [];
|
207
|
+
readonly name: "eip712Domain";
|
208
|
+
readonly outputs: readonly [{
|
209
|
+
readonly name: "fields";
|
210
|
+
readonly internalType: "bytes1";
|
211
|
+
readonly type: "bytes1";
|
212
|
+
}, {
|
213
|
+
readonly name: "name";
|
214
|
+
readonly internalType: "string";
|
215
|
+
readonly type: "string";
|
216
|
+
}, {
|
217
|
+
readonly name: "version";
|
218
|
+
readonly internalType: "string";
|
219
|
+
readonly type: "string";
|
220
|
+
}, {
|
221
|
+
readonly name: "chainId";
|
222
|
+
readonly internalType: "uint256";
|
223
|
+
readonly type: "uint256";
|
224
|
+
}, {
|
225
|
+
readonly name: "verifyingContract";
|
226
|
+
readonly internalType: "address";
|
227
|
+
readonly type: "address";
|
228
|
+
}, {
|
229
|
+
readonly name: "salt";
|
230
|
+
readonly internalType: "bytes32";
|
231
|
+
readonly type: "bytes32";
|
232
|
+
}, {
|
233
|
+
readonly name: "extensions";
|
234
|
+
readonly internalType: "uint256[]";
|
235
|
+
readonly type: "uint256[]";
|
236
|
+
}];
|
237
|
+
readonly stateMutability: "view";
|
238
|
+
}, {
|
239
|
+
readonly type: "function";
|
240
|
+
readonly inputs: readonly [{
|
241
|
+
readonly name: "account";
|
242
|
+
readonly internalType: "address";
|
243
|
+
readonly type: "address";
|
244
|
+
}];
|
245
|
+
readonly name: "getActiveVouchersSessionNonce";
|
246
|
+
readonly outputs: readonly [{
|
247
|
+
readonly name: "";
|
248
|
+
readonly internalType: "bytes32";
|
249
|
+
readonly type: "bytes32";
|
250
|
+
}];
|
251
|
+
readonly stateMutability: "view";
|
252
|
+
}, {
|
253
|
+
readonly type: "function";
|
254
|
+
readonly inputs: readonly [];
|
255
|
+
readonly name: "getEIP712Name";
|
256
|
+
readonly outputs: readonly [{
|
257
|
+
readonly name: "";
|
258
|
+
readonly internalType: "string";
|
259
|
+
readonly type: "string";
|
260
|
+
}];
|
261
|
+
readonly stateMutability: "view";
|
262
|
+
}, {
|
263
|
+
readonly type: "function";
|
264
|
+
readonly inputs: readonly [];
|
265
|
+
readonly name: "getEIP712Version";
|
266
|
+
readonly outputs: readonly [{
|
267
|
+
readonly name: "";
|
268
|
+
readonly internalType: "string";
|
269
|
+
readonly type: "string";
|
270
|
+
}];
|
271
|
+
readonly stateMutability: "view";
|
272
|
+
}, {
|
273
|
+
readonly type: "function";
|
274
|
+
readonly inputs: readonly [{
|
275
|
+
readonly name: "owner";
|
276
|
+
readonly internalType: "address";
|
277
|
+
readonly type: "address";
|
278
|
+
}, {
|
279
|
+
readonly name: "name";
|
280
|
+
readonly internalType: "string";
|
281
|
+
readonly type: "string";
|
282
|
+
}, {
|
283
|
+
readonly name: "version";
|
284
|
+
readonly internalType: "string";
|
285
|
+
readonly type: "string";
|
286
|
+
}, {
|
287
|
+
readonly name: "quoteVerifier";
|
288
|
+
readonly internalType: "contract IQuoteVerifier";
|
289
|
+
readonly type: "address";
|
290
|
+
}];
|
291
|
+
readonly name: "initialize";
|
292
|
+
readonly outputs: readonly [];
|
293
|
+
readonly stateMutability: "nonpayable";
|
294
|
+
}, {
|
295
|
+
readonly type: "function";
|
296
|
+
readonly inputs: readonly [{
|
297
|
+
readonly name: "handle";
|
298
|
+
readonly internalType: "bytes32";
|
299
|
+
readonly type: "bytes32";
|
300
|
+
}, {
|
301
|
+
readonly name: "account";
|
302
|
+
readonly internalType: "address";
|
303
|
+
readonly type: "address";
|
304
|
+
}, {
|
305
|
+
readonly name: "proof";
|
306
|
+
readonly internalType: "struct AllowanceProof";
|
307
|
+
readonly type: "tuple";
|
308
|
+
readonly components: readonly [{
|
309
|
+
readonly name: "sharer";
|
310
|
+
readonly internalType: "address";
|
311
|
+
readonly type: "address";
|
312
|
+
}, {
|
313
|
+
readonly name: "voucher";
|
314
|
+
readonly internalType: "struct AllowanceVoucher";
|
315
|
+
readonly type: "tuple";
|
316
|
+
readonly components: readonly [{
|
317
|
+
readonly name: "sessionNonce";
|
318
|
+
readonly internalType: "bytes32";
|
319
|
+
readonly type: "bytes32";
|
320
|
+
}, {
|
321
|
+
readonly name: "verifyingContract";
|
322
|
+
readonly internalType: "address";
|
323
|
+
readonly type: "address";
|
324
|
+
}, {
|
325
|
+
readonly name: "callFunction";
|
326
|
+
readonly internalType: "bytes4";
|
327
|
+
readonly type: "bytes4";
|
328
|
+
}, {
|
329
|
+
readonly name: "sharerArgData";
|
330
|
+
readonly internalType: "bytes";
|
331
|
+
readonly type: "bytes";
|
332
|
+
}];
|
333
|
+
}, {
|
334
|
+
readonly name: "voucherSignature";
|
335
|
+
readonly internalType: "bytes";
|
336
|
+
readonly type: "bytes";
|
337
|
+
}, {
|
338
|
+
readonly name: "requesterArgData";
|
339
|
+
readonly internalType: "bytes";
|
340
|
+
readonly type: "bytes";
|
341
|
+
}];
|
342
|
+
}];
|
343
|
+
readonly name: "isAllowedWithProof";
|
344
|
+
readonly outputs: readonly [{
|
345
|
+
readonly name: "";
|
346
|
+
readonly internalType: "bool";
|
347
|
+
readonly type: "bool";
|
348
|
+
}];
|
349
|
+
readonly stateMutability: "nonpayable";
|
350
|
+
}, {
|
351
|
+
readonly type: "function";
|
352
|
+
readonly inputs: readonly [];
|
353
|
+
readonly name: "isBootstrapComplete";
|
354
|
+
readonly outputs: readonly [{
|
355
|
+
readonly name: "";
|
356
|
+
readonly internalType: "bool";
|
357
|
+
readonly type: "bool";
|
358
|
+
}];
|
359
|
+
readonly stateMutability: "view";
|
360
|
+
}, {
|
361
|
+
readonly type: "function";
|
362
|
+
readonly inputs: readonly [{
|
363
|
+
readonly name: "signerAddress";
|
364
|
+
readonly internalType: "address";
|
365
|
+
readonly type: "address";
|
366
|
+
}];
|
367
|
+
readonly name: "isSigner";
|
368
|
+
readonly outputs: readonly [{
|
369
|
+
readonly name: "";
|
370
|
+
readonly internalType: "bool";
|
371
|
+
readonly type: "bool";
|
372
|
+
}];
|
373
|
+
readonly stateMutability: "view";
|
374
|
+
}, {
|
375
|
+
readonly type: "function";
|
376
|
+
readonly inputs: readonly [{
|
377
|
+
readonly name: "decryption";
|
378
|
+
readonly internalType: "struct DecryptionAttestation";
|
379
|
+
readonly type: "tuple";
|
380
|
+
readonly components: readonly [{
|
381
|
+
readonly name: "handle";
|
382
|
+
readonly internalType: "bytes32";
|
383
|
+
readonly type: "bytes32";
|
384
|
+
}, {
|
385
|
+
readonly name: "value";
|
386
|
+
readonly internalType: "bytes32";
|
387
|
+
readonly type: "bytes32";
|
388
|
+
}];
|
389
|
+
}, {
|
390
|
+
readonly name: "signature";
|
391
|
+
readonly internalType: "bytes";
|
392
|
+
readonly type: "bytes";
|
393
|
+
}];
|
394
|
+
readonly name: "isValidDecryptionAttestation";
|
395
|
+
readonly outputs: readonly [{
|
396
|
+
readonly name: "";
|
397
|
+
readonly internalType: "bool";
|
398
|
+
readonly type: "bool";
|
399
|
+
}];
|
400
|
+
readonly stateMutability: "view";
|
401
|
+
}, {
|
402
|
+
readonly type: "function";
|
403
|
+
readonly inputs: readonly [{
|
404
|
+
readonly name: "hash";
|
405
|
+
readonly internalType: "bytes32";
|
406
|
+
readonly type: "bytes32";
|
407
|
+
}, {
|
408
|
+
readonly name: "signature";
|
409
|
+
readonly internalType: "bytes";
|
410
|
+
readonly type: "bytes";
|
411
|
+
}];
|
412
|
+
readonly name: "isValidSignature";
|
413
|
+
readonly outputs: readonly [{
|
414
|
+
readonly name: "";
|
415
|
+
readonly internalType: "bool";
|
416
|
+
readonly type: "bool";
|
417
|
+
}];
|
418
|
+
readonly stateMutability: "view";
|
419
|
+
}, {
|
420
|
+
readonly type: "function";
|
421
|
+
readonly inputs: readonly [];
|
422
|
+
readonly name: "owner";
|
423
|
+
readonly outputs: readonly [{
|
424
|
+
readonly name: "";
|
425
|
+
readonly internalType: "address";
|
426
|
+
readonly type: "address";
|
427
|
+
}];
|
428
|
+
readonly stateMutability: "view";
|
429
|
+
}, {
|
430
|
+
readonly type: "function";
|
431
|
+
readonly inputs: readonly [{
|
432
|
+
readonly name: "tdReport";
|
433
|
+
readonly internalType: "struct TD10ReportBody";
|
434
|
+
readonly type: "tuple";
|
435
|
+
readonly components: readonly [{
|
436
|
+
readonly name: "teeTcbSvn";
|
437
|
+
readonly internalType: "bytes16";
|
438
|
+
readonly type: "bytes16";
|
439
|
+
}, {
|
440
|
+
readonly name: "mrSeam";
|
441
|
+
readonly internalType: "bytes";
|
442
|
+
readonly type: "bytes";
|
443
|
+
}, {
|
444
|
+
readonly name: "mrsignerSeam";
|
445
|
+
readonly internalType: "bytes";
|
446
|
+
readonly type: "bytes";
|
447
|
+
}, {
|
448
|
+
readonly name: "seamAttributes";
|
449
|
+
readonly internalType: "bytes8";
|
450
|
+
readonly type: "bytes8";
|
451
|
+
}, {
|
452
|
+
readonly name: "tdAttributes";
|
453
|
+
readonly internalType: "bytes8";
|
454
|
+
readonly type: "bytes8";
|
455
|
+
}, {
|
456
|
+
readonly name: "xFAM";
|
457
|
+
readonly internalType: "bytes8";
|
458
|
+
readonly type: "bytes8";
|
459
|
+
}, {
|
460
|
+
readonly name: "mrTd";
|
461
|
+
readonly internalType: "bytes";
|
462
|
+
readonly type: "bytes";
|
463
|
+
}, {
|
464
|
+
readonly name: "mrConfigId";
|
465
|
+
readonly internalType: "bytes";
|
466
|
+
readonly type: "bytes";
|
467
|
+
}, {
|
468
|
+
readonly name: "mrOwner";
|
469
|
+
readonly internalType: "bytes";
|
470
|
+
readonly type: "bytes";
|
471
|
+
}, {
|
472
|
+
readonly name: "mrOwnerConfig";
|
473
|
+
readonly internalType: "bytes";
|
474
|
+
readonly type: "bytes";
|
475
|
+
}, {
|
476
|
+
readonly name: "rtMr0";
|
477
|
+
readonly internalType: "bytes";
|
478
|
+
readonly type: "bytes";
|
479
|
+
}, {
|
480
|
+
readonly name: "rtMr1";
|
481
|
+
readonly internalType: "bytes";
|
482
|
+
readonly type: "bytes";
|
483
|
+
}, {
|
484
|
+
readonly name: "rtMr2";
|
485
|
+
readonly internalType: "bytes";
|
486
|
+
readonly type: "bytes";
|
487
|
+
}, {
|
488
|
+
readonly name: "rtMr3";
|
489
|
+
readonly internalType: "bytes";
|
490
|
+
readonly type: "bytes";
|
491
|
+
}, {
|
492
|
+
readonly name: "reportData";
|
493
|
+
readonly internalType: "bytes";
|
494
|
+
readonly type: "bytes";
|
495
|
+
}];
|
496
|
+
}];
|
497
|
+
readonly name: "parseReport";
|
498
|
+
readonly outputs: readonly [{
|
499
|
+
readonly name: "";
|
500
|
+
readonly internalType: "address";
|
501
|
+
readonly type: "address";
|
502
|
+
}, {
|
503
|
+
readonly name: "";
|
504
|
+
readonly internalType: "bytes";
|
505
|
+
readonly type: "bytes";
|
506
|
+
}];
|
507
|
+
readonly stateMutability: "pure";
|
508
|
+
}, {
|
509
|
+
readonly type: "function";
|
510
|
+
readonly inputs: readonly [{
|
511
|
+
readonly name: "rawQuote";
|
512
|
+
readonly internalType: "bytes";
|
513
|
+
readonly type: "bytes";
|
514
|
+
}];
|
515
|
+
readonly name: "parseTD10ReportBody";
|
516
|
+
readonly outputs: readonly [{
|
517
|
+
readonly name: "report";
|
518
|
+
readonly internalType: "struct TD10ReportBody";
|
519
|
+
readonly type: "tuple";
|
520
|
+
readonly components: readonly [{
|
521
|
+
readonly name: "teeTcbSvn";
|
522
|
+
readonly internalType: "bytes16";
|
523
|
+
readonly type: "bytes16";
|
524
|
+
}, {
|
525
|
+
readonly name: "mrSeam";
|
526
|
+
readonly internalType: "bytes";
|
527
|
+
readonly type: "bytes";
|
528
|
+
}, {
|
529
|
+
readonly name: "mrsignerSeam";
|
530
|
+
readonly internalType: "bytes";
|
531
|
+
readonly type: "bytes";
|
532
|
+
}, {
|
533
|
+
readonly name: "seamAttributes";
|
534
|
+
readonly internalType: "bytes8";
|
535
|
+
readonly type: "bytes8";
|
536
|
+
}, {
|
537
|
+
readonly name: "tdAttributes";
|
538
|
+
readonly internalType: "bytes8";
|
539
|
+
readonly type: "bytes8";
|
540
|
+
}, {
|
541
|
+
readonly name: "xFAM";
|
542
|
+
readonly internalType: "bytes8";
|
543
|
+
readonly type: "bytes8";
|
544
|
+
}, {
|
545
|
+
readonly name: "mrTd";
|
546
|
+
readonly internalType: "bytes";
|
547
|
+
readonly type: "bytes";
|
548
|
+
}, {
|
549
|
+
readonly name: "mrConfigId";
|
550
|
+
readonly internalType: "bytes";
|
551
|
+
readonly type: "bytes";
|
552
|
+
}, {
|
553
|
+
readonly name: "mrOwner";
|
554
|
+
readonly internalType: "bytes";
|
555
|
+
readonly type: "bytes";
|
556
|
+
}, {
|
557
|
+
readonly name: "mrOwnerConfig";
|
558
|
+
readonly internalType: "bytes";
|
559
|
+
readonly type: "bytes";
|
560
|
+
}, {
|
561
|
+
readonly name: "rtMr0";
|
562
|
+
readonly internalType: "bytes";
|
563
|
+
readonly type: "bytes";
|
564
|
+
}, {
|
565
|
+
readonly name: "rtMr1";
|
566
|
+
readonly internalType: "bytes";
|
567
|
+
readonly type: "bytes";
|
568
|
+
}, {
|
569
|
+
readonly name: "rtMr2";
|
570
|
+
readonly internalType: "bytes";
|
571
|
+
readonly type: "bytes";
|
572
|
+
}, {
|
573
|
+
readonly name: "rtMr3";
|
574
|
+
readonly internalType: "bytes";
|
575
|
+
readonly type: "bytes";
|
576
|
+
}, {
|
577
|
+
readonly name: "reportData";
|
578
|
+
readonly internalType: "bytes";
|
579
|
+
readonly type: "bytes";
|
580
|
+
}];
|
581
|
+
}];
|
582
|
+
readonly stateMutability: "pure";
|
583
|
+
}, {
|
584
|
+
readonly type: "function";
|
585
|
+
readonly inputs: readonly [];
|
586
|
+
readonly name: "proxiableUUID";
|
587
|
+
readonly outputs: readonly [{
|
588
|
+
readonly name: "";
|
589
|
+
readonly internalType: "bytes32";
|
590
|
+
readonly type: "bytes32";
|
591
|
+
}];
|
592
|
+
readonly stateMutability: "view";
|
593
|
+
}, {
|
594
|
+
readonly type: "function";
|
595
|
+
readonly inputs: readonly [];
|
596
|
+
readonly name: "quoteVerifier";
|
597
|
+
readonly outputs: readonly [{
|
598
|
+
readonly name: "";
|
599
|
+
readonly internalType: "contract IQuoteVerifier";
|
600
|
+
readonly type: "address";
|
601
|
+
}];
|
602
|
+
readonly stateMutability: "view";
|
603
|
+
}, {
|
604
|
+
readonly type: "function";
|
605
|
+
readonly inputs: readonly [{
|
606
|
+
readonly name: "signerAddress";
|
607
|
+
readonly internalType: "address";
|
608
|
+
readonly type: "address";
|
609
|
+
}];
|
610
|
+
readonly name: "removeSigner";
|
611
|
+
readonly outputs: readonly [];
|
612
|
+
readonly stateMutability: "nonpayable";
|
613
|
+
}, {
|
614
|
+
readonly type: "function";
|
615
|
+
readonly inputs: readonly [];
|
616
|
+
readonly name: "renounceOwnership";
|
617
|
+
readonly outputs: readonly [];
|
618
|
+
readonly stateMutability: "nonpayable";
|
619
|
+
}, {
|
620
|
+
readonly type: "function";
|
621
|
+
readonly inputs: readonly [{
|
622
|
+
readonly name: "newOwner";
|
623
|
+
readonly internalType: "address";
|
624
|
+
readonly type: "address";
|
625
|
+
}];
|
626
|
+
readonly name: "transferOwnership";
|
627
|
+
readonly outputs: readonly [];
|
628
|
+
readonly stateMutability: "nonpayable";
|
629
|
+
}, {
|
630
|
+
readonly type: "function";
|
631
|
+
readonly inputs: readonly [];
|
632
|
+
readonly name: "updateActiveVouchersSessionNonce";
|
633
|
+
readonly outputs: readonly [];
|
634
|
+
readonly stateMutability: "nonpayable";
|
635
|
+
}, {
|
636
|
+
readonly type: "function";
|
637
|
+
readonly inputs: readonly [{
|
638
|
+
readonly name: "newImplementation";
|
639
|
+
readonly internalType: "address";
|
640
|
+
readonly type: "address";
|
641
|
+
}, {
|
642
|
+
readonly name: "data";
|
643
|
+
readonly internalType: "bytes";
|
644
|
+
readonly type: "bytes";
|
645
|
+
}];
|
646
|
+
readonly name: "upgradeToAndCall";
|
647
|
+
readonly outputs: readonly [];
|
648
|
+
readonly stateMutability: "payable";
|
649
|
+
}, {
|
650
|
+
readonly type: "function";
|
651
|
+
readonly inputs: readonly [{
|
652
|
+
readonly name: "tcbInfo";
|
653
|
+
readonly internalType: "struct TcbInfoJsonObj";
|
654
|
+
readonly type: "tuple";
|
655
|
+
readonly components: readonly [{
|
656
|
+
readonly name: "tcbInfoStr";
|
657
|
+
readonly internalType: "string";
|
658
|
+
readonly type: "string";
|
659
|
+
}, {
|
660
|
+
readonly name: "signature";
|
661
|
+
readonly internalType: "bytes";
|
662
|
+
readonly type: "bytes";
|
663
|
+
}];
|
664
|
+
}, {
|
665
|
+
readonly name: "identity";
|
666
|
+
readonly internalType: "struct EnclaveIdentityJsonObj";
|
667
|
+
readonly type: "tuple";
|
668
|
+
readonly components: readonly [{
|
669
|
+
readonly name: "identityStr";
|
670
|
+
readonly internalType: "string";
|
671
|
+
readonly type: "string";
|
672
|
+
}, {
|
673
|
+
readonly name: "signature";
|
674
|
+
readonly internalType: "bytes";
|
675
|
+
readonly type: "bytes";
|
676
|
+
}];
|
677
|
+
}];
|
678
|
+
readonly name: "uploadCollateral";
|
679
|
+
readonly outputs: readonly [];
|
680
|
+
readonly stateMutability: "nonpayable";
|
681
|
+
}, {
|
682
|
+
readonly type: "function";
|
683
|
+
readonly inputs: readonly [{
|
684
|
+
readonly name: "bootstrapResult";
|
685
|
+
readonly internalType: "struct BootstrapResult";
|
686
|
+
readonly type: "tuple";
|
687
|
+
readonly components: readonly [{
|
688
|
+
readonly name: "ecies_pubkey";
|
689
|
+
readonly internalType: "bytes";
|
690
|
+
readonly type: "bytes";
|
691
|
+
}];
|
692
|
+
}, {
|
693
|
+
readonly name: "quote";
|
694
|
+
readonly internalType: "bytes";
|
695
|
+
readonly type: "bytes";
|
696
|
+
}, {
|
697
|
+
readonly name: "signature";
|
698
|
+
readonly internalType: "bytes";
|
699
|
+
readonly type: "bytes";
|
700
|
+
}];
|
701
|
+
readonly name: "verifyBootstrapResult";
|
702
|
+
readonly outputs: readonly [];
|
703
|
+
readonly stateMutability: "nonpayable";
|
704
|
+
}, {
|
705
|
+
readonly type: "event";
|
706
|
+
readonly anonymous: false;
|
707
|
+
readonly inputs: readonly [{
|
708
|
+
readonly name: "signerAddress";
|
709
|
+
readonly internalType: "address";
|
710
|
+
readonly type: "address";
|
711
|
+
readonly indexed: false;
|
712
|
+
}];
|
713
|
+
readonly name: "AddedSignatureVerifier";
|
714
|
+
}, {
|
715
|
+
readonly type: "event";
|
716
|
+
readonly anonymous: false;
|
717
|
+
readonly inputs: readonly [{
|
718
|
+
readonly name: "newEOASigner";
|
719
|
+
readonly internalType: "address";
|
720
|
+
readonly type: "address";
|
721
|
+
readonly indexed: true;
|
722
|
+
}, {
|
723
|
+
readonly name: "bootstrapResult";
|
724
|
+
readonly internalType: "struct BootstrapResult";
|
725
|
+
readonly type: "tuple";
|
726
|
+
readonly components: readonly [{
|
727
|
+
readonly name: "ecies_pubkey";
|
728
|
+
readonly internalType: "bytes";
|
729
|
+
readonly type: "bytes";
|
730
|
+
}];
|
731
|
+
readonly indexed: false;
|
732
|
+
}];
|
733
|
+
readonly name: "BootstrapStageComplete";
|
734
|
+
}, {
|
735
|
+
readonly type: "event";
|
736
|
+
readonly anonymous: false;
|
737
|
+
readonly inputs: readonly [];
|
738
|
+
readonly name: "EIP712DomainChanged";
|
739
|
+
}, {
|
740
|
+
readonly type: "event";
|
741
|
+
readonly anonymous: false;
|
742
|
+
readonly inputs: readonly [{
|
743
|
+
readonly name: "version";
|
744
|
+
readonly internalType: "uint64";
|
745
|
+
readonly type: "uint64";
|
746
|
+
readonly indexed: false;
|
747
|
+
}];
|
748
|
+
readonly name: "Initialized";
|
749
|
+
}, {
|
750
|
+
readonly type: "event";
|
751
|
+
readonly anonymous: false;
|
752
|
+
readonly inputs: readonly [{
|
753
|
+
readonly name: "covalidatorAddress";
|
754
|
+
readonly internalType: "address";
|
755
|
+
readonly type: "address";
|
756
|
+
readonly indexed: false;
|
757
|
+
}, {
|
758
|
+
readonly name: "quote";
|
759
|
+
readonly internalType: "bytes";
|
760
|
+
readonly type: "bytes";
|
761
|
+
readonly indexed: false;
|
762
|
+
}];
|
763
|
+
readonly name: "NewCovalidatorAdded";
|
764
|
+
}, {
|
765
|
+
readonly type: "event";
|
766
|
+
readonly anonymous: false;
|
767
|
+
readonly inputs: readonly [{
|
768
|
+
readonly name: "previousOwner";
|
769
|
+
readonly internalType: "address";
|
770
|
+
readonly type: "address";
|
771
|
+
readonly indexed: true;
|
772
|
+
}, {
|
773
|
+
readonly name: "newOwner";
|
774
|
+
readonly internalType: "address";
|
775
|
+
readonly type: "address";
|
776
|
+
readonly indexed: true;
|
777
|
+
}];
|
778
|
+
readonly name: "OwnershipTransferred";
|
779
|
+
}, {
|
780
|
+
readonly type: "event";
|
781
|
+
readonly anonymous: false;
|
782
|
+
readonly inputs: readonly [{
|
783
|
+
readonly name: "version";
|
784
|
+
readonly internalType: "uint16";
|
785
|
+
readonly type: "uint16";
|
786
|
+
readonly indexed: true;
|
787
|
+
}];
|
788
|
+
readonly name: "QuoteVerifierUpdated";
|
789
|
+
}, {
|
790
|
+
readonly type: "event";
|
791
|
+
readonly anonymous: false;
|
792
|
+
readonly inputs: readonly [{
|
793
|
+
readonly name: "signerAddress";
|
794
|
+
readonly internalType: "address";
|
795
|
+
readonly type: "address";
|
796
|
+
readonly indexed: false;
|
797
|
+
}];
|
798
|
+
readonly name: "RemovedSignatureVerifier";
|
799
|
+
}, {
|
800
|
+
readonly type: "event";
|
801
|
+
readonly anonymous: false;
|
802
|
+
readonly inputs: readonly [{
|
803
|
+
readonly name: "teeVersion";
|
804
|
+
readonly internalType: "struct TEEVersion";
|
805
|
+
readonly type: "tuple";
|
806
|
+
readonly components: readonly [{
|
807
|
+
readonly name: "mrtd";
|
808
|
+
readonly internalType: "bytes";
|
809
|
+
readonly type: "bytes";
|
810
|
+
}, {
|
811
|
+
readonly name: "status";
|
812
|
+
readonly internalType: "enum TEEVersionStatus";
|
813
|
+
readonly type: "uint8";
|
814
|
+
}];
|
815
|
+
readonly indexed: false;
|
816
|
+
}];
|
817
|
+
readonly name: "TEEVersionUpdated";
|
818
|
+
}, {
|
819
|
+
readonly type: "event";
|
820
|
+
readonly anonymous: false;
|
821
|
+
readonly inputs: readonly [{
|
822
|
+
readonly name: "implementation";
|
823
|
+
readonly internalType: "address";
|
824
|
+
readonly type: "address";
|
825
|
+
readonly indexed: true;
|
826
|
+
}];
|
827
|
+
readonly name: "Upgraded";
|
828
|
+
}, {
|
829
|
+
readonly type: "error";
|
830
|
+
readonly inputs: readonly [{
|
831
|
+
readonly name: "target";
|
832
|
+
readonly internalType: "address";
|
833
|
+
readonly type: "address";
|
834
|
+
}];
|
835
|
+
readonly name: "AddressEmptyCode";
|
836
|
+
}, {
|
837
|
+
readonly type: "error";
|
838
|
+
readonly inputs: readonly [];
|
839
|
+
readonly name: "BootstrapAlreadyCompleted";
|
840
|
+
}, {
|
841
|
+
readonly type: "error";
|
842
|
+
readonly inputs: readonly [];
|
843
|
+
readonly name: "BootstrapNotComplete";
|
844
|
+
}, {
|
845
|
+
readonly type: "error";
|
846
|
+
readonly inputs: readonly [];
|
847
|
+
readonly name: "ECDSAInvalidSignature";
|
848
|
+
}, {
|
849
|
+
readonly type: "error";
|
850
|
+
readonly inputs: readonly [{
|
851
|
+
readonly name: "length";
|
852
|
+
readonly internalType: "uint256";
|
853
|
+
readonly type: "uint256";
|
854
|
+
}];
|
855
|
+
readonly name: "ECDSAInvalidSignatureLength";
|
856
|
+
}, {
|
857
|
+
readonly type: "error";
|
858
|
+
readonly inputs: readonly [{
|
859
|
+
readonly name: "s";
|
860
|
+
readonly internalType: "bytes32";
|
861
|
+
readonly type: "bytes32";
|
862
|
+
}];
|
863
|
+
readonly name: "ECDSAInvalidSignatureS";
|
864
|
+
}, {
|
865
|
+
readonly type: "error";
|
866
|
+
readonly inputs: readonly [];
|
867
|
+
readonly name: "EOASignerAlreadyInitialized";
|
868
|
+
}, {
|
869
|
+
readonly type: "error";
|
870
|
+
readonly inputs: readonly [{
|
871
|
+
readonly name: "implementation";
|
872
|
+
readonly internalType: "address";
|
873
|
+
readonly type: "address";
|
874
|
+
}];
|
875
|
+
readonly name: "ERC1967InvalidImplementation";
|
876
|
+
}, {
|
877
|
+
readonly type: "error";
|
878
|
+
readonly inputs: readonly [];
|
879
|
+
readonly name: "ERC1967NonPayable";
|
880
|
+
}, {
|
881
|
+
readonly type: "error";
|
882
|
+
readonly inputs: readonly [];
|
883
|
+
readonly name: "EmptyIdentity";
|
884
|
+
}, {
|
885
|
+
readonly type: "error";
|
886
|
+
readonly inputs: readonly [];
|
887
|
+
readonly name: "EmptyTcbInfo";
|
888
|
+
}, {
|
889
|
+
readonly type: "error";
|
890
|
+
readonly inputs: readonly [];
|
891
|
+
readonly name: "FailedCall";
|
892
|
+
}, {
|
893
|
+
readonly type: "error";
|
894
|
+
readonly inputs: readonly [];
|
895
|
+
readonly name: "InvalidBootstrapDataSignature";
|
896
|
+
}, {
|
897
|
+
readonly type: "error";
|
898
|
+
readonly inputs: readonly [];
|
899
|
+
readonly name: "InvalidInitialization";
|
900
|
+
}, {
|
901
|
+
readonly type: "error";
|
902
|
+
readonly inputs: readonly [];
|
903
|
+
readonly name: "InvalidMrtdReport";
|
904
|
+
}, {
|
905
|
+
readonly type: "error";
|
906
|
+
readonly inputs: readonly [{
|
907
|
+
readonly name: "actual";
|
908
|
+
readonly internalType: "uint16";
|
909
|
+
readonly type: "uint16";
|
910
|
+
}, {
|
911
|
+
readonly name: "expected";
|
912
|
+
readonly internalType: "uint16";
|
913
|
+
readonly type: "uint16";
|
914
|
+
}];
|
915
|
+
readonly name: "InvalidQuoteVerifierVersion";
|
916
|
+
}, {
|
917
|
+
readonly type: "error";
|
918
|
+
readonly inputs: readonly [];
|
919
|
+
readonly name: "InvalidReportDataSigner";
|
920
|
+
}, {
|
921
|
+
readonly type: "error";
|
922
|
+
readonly inputs: readonly [];
|
923
|
+
readonly name: "InvalidReportMRTD";
|
924
|
+
}, {
|
925
|
+
readonly type: "error";
|
926
|
+
readonly inputs: readonly [{
|
927
|
+
readonly name: "providedSessionNonce";
|
928
|
+
readonly internalType: "bytes32";
|
929
|
+
readonly type: "bytes32";
|
930
|
+
}, {
|
931
|
+
readonly name: "activeSessionNonce";
|
932
|
+
readonly internalType: "bytes32";
|
933
|
+
readonly type: "bytes32";
|
934
|
+
}];
|
935
|
+
readonly name: "InvalidVoucherSessionNonce";
|
936
|
+
}, {
|
937
|
+
readonly type: "error";
|
938
|
+
readonly inputs: readonly [{
|
939
|
+
readonly name: "signer";
|
940
|
+
readonly internalType: "address";
|
941
|
+
readonly type: "address";
|
942
|
+
}, {
|
943
|
+
readonly name: "digest";
|
944
|
+
readonly internalType: "bytes32";
|
945
|
+
readonly type: "bytes32";
|
946
|
+
}, {
|
947
|
+
readonly name: "signature";
|
948
|
+
readonly internalType: "bytes";
|
949
|
+
readonly type: "bytes";
|
950
|
+
}];
|
951
|
+
readonly name: "InvalidVoucherSignature";
|
952
|
+
}, {
|
953
|
+
readonly type: "error";
|
954
|
+
readonly inputs: readonly [];
|
955
|
+
readonly name: "MrtdInvalidLength";
|
956
|
+
}, {
|
957
|
+
readonly type: "error";
|
958
|
+
readonly inputs: readonly [];
|
959
|
+
readonly name: "NotInitializing";
|
960
|
+
}, {
|
961
|
+
readonly type: "error";
|
962
|
+
readonly inputs: readonly [{
|
963
|
+
readonly name: "owner";
|
964
|
+
readonly internalType: "address";
|
965
|
+
readonly type: "address";
|
966
|
+
}];
|
967
|
+
readonly name: "OwnableInvalidOwner";
|
968
|
+
}, {
|
969
|
+
readonly type: "error";
|
970
|
+
readonly inputs: readonly [{
|
971
|
+
readonly name: "account";
|
972
|
+
readonly internalType: "address";
|
973
|
+
readonly type: "address";
|
974
|
+
}];
|
975
|
+
readonly name: "OwnableUnauthorizedAccount";
|
976
|
+
}, {
|
977
|
+
readonly type: "error";
|
978
|
+
readonly inputs: readonly [{
|
979
|
+
readonly name: "handle";
|
980
|
+
readonly internalType: "bytes32";
|
981
|
+
readonly type: "bytes32";
|
982
|
+
}, {
|
983
|
+
readonly name: "sharer";
|
984
|
+
readonly internalType: "address";
|
985
|
+
readonly type: "address";
|
986
|
+
}];
|
987
|
+
readonly name: "SharerNotAllowedForHandle";
|
988
|
+
}, {
|
989
|
+
readonly type: "error";
|
990
|
+
readonly inputs: readonly [{
|
991
|
+
readonly name: "signerAddress";
|
992
|
+
readonly internalType: "address";
|
993
|
+
readonly type: "address";
|
994
|
+
}];
|
995
|
+
readonly name: "SignerNotFound";
|
996
|
+
}, {
|
997
|
+
readonly type: "error";
|
998
|
+
readonly inputs: readonly [];
|
999
|
+
readonly name: "TEEVersionHistoryInconsistent";
|
1000
|
+
}, {
|
1001
|
+
readonly type: "error";
|
1002
|
+
readonly inputs: readonly [];
|
1003
|
+
readonly name: "TEEVersionHistoryStatusIsNotPending";
|
1004
|
+
}, {
|
1005
|
+
readonly type: "error";
|
1006
|
+
readonly inputs: readonly [];
|
1007
|
+
readonly name: "UUPSUnauthorizedCallContext";
|
1008
|
+
}, {
|
1009
|
+
readonly type: "error";
|
1010
|
+
readonly inputs: readonly [{
|
1011
|
+
readonly name: "slot";
|
1012
|
+
readonly internalType: "bytes32";
|
1013
|
+
readonly type: "bytes32";
|
1014
|
+
}];
|
1015
|
+
readonly name: "UUPSUnsupportedProxiableUUID";
|
1016
|
+
}];
|