@nucypher/shared 0.1.0-rc.3 → 0.1.0-rc.4

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.
Files changed (41) hide show
  1. package/dist/cjs/contracts/ethers-typechain/Coordinator.d.ts +212 -212
  2. package/dist/cjs/contracts/ethers-typechain/GlobalAllowList.d.ts +98 -98
  3. package/dist/cjs/contracts/ethers-typechain/SubscriptionManager.d.ts +71 -71
  4. package/dist/cjs/contracts/ethers-typechain/common.d.ts +3 -3
  5. package/dist/cjs/contracts/ethers-typechain/factories/Coordinator__factory.d.ts +3 -3
  6. package/dist/cjs/contracts/ethers-typechain/factories/Coordinator__factory.js +683 -683
  7. package/dist/cjs/contracts/ethers-typechain/factories/Coordinator__factory.js.map +1 -1
  8. package/dist/cjs/contracts/ethers-typechain/factories/GlobalAllowList__factory.d.ts +3 -3
  9. package/dist/cjs/contracts/ethers-typechain/factories/GlobalAllowList__factory.js +244 -244
  10. package/dist/cjs/contracts/ethers-typechain/factories/GlobalAllowList__factory.js.map +1 -1
  11. package/dist/cjs/contracts/ethers-typechain/factories/SubscriptionManager__factory.d.ts +3 -3
  12. package/dist/cjs/contracts/ethers-typechain/factories/SubscriptionManager__factory.js +229 -229
  13. package/dist/cjs/contracts/ethers-typechain/factories/SubscriptionManager__factory.js.map +1 -1
  14. package/dist/cjs/contracts/ethers-typechain/factories/index.d.ts +3 -3
  15. package/dist/cjs/contracts/ethers-typechain/index.d.ts +7 -7
  16. package/dist/cjs/utils.d.ts +1 -1
  17. package/dist/cjs/utils.js +9 -9
  18. package/dist/cjs/utils.js.map +1 -1
  19. package/dist/es/contracts/ethers-typechain/Coordinator.d.ts +212 -212
  20. package/dist/es/contracts/ethers-typechain/GlobalAllowList.d.ts +98 -98
  21. package/dist/es/contracts/ethers-typechain/SubscriptionManager.d.ts +71 -71
  22. package/dist/es/contracts/ethers-typechain/common.d.ts +3 -3
  23. package/dist/es/contracts/ethers-typechain/factories/Coordinator__factory.d.ts +3 -3
  24. package/dist/es/contracts/ethers-typechain/factories/Coordinator__factory.js +684 -684
  25. package/dist/es/contracts/ethers-typechain/factories/Coordinator__factory.js.map +1 -1
  26. package/dist/es/contracts/ethers-typechain/factories/GlobalAllowList__factory.d.ts +3 -3
  27. package/dist/es/contracts/ethers-typechain/factories/GlobalAllowList__factory.js +245 -245
  28. package/dist/es/contracts/ethers-typechain/factories/GlobalAllowList__factory.js.map +1 -1
  29. package/dist/es/contracts/ethers-typechain/factories/SubscriptionManager__factory.d.ts +3 -3
  30. package/dist/es/contracts/ethers-typechain/factories/SubscriptionManager__factory.js +230 -230
  31. package/dist/es/contracts/ethers-typechain/factories/SubscriptionManager__factory.js.map +1 -1
  32. package/dist/es/contracts/ethers-typechain/factories/index.d.ts +3 -3
  33. package/dist/es/contracts/ethers-typechain/factories/index.js +3 -3
  34. package/dist/es/contracts/ethers-typechain/index.d.ts +7 -7
  35. package/dist/es/contracts/ethers-typechain/index.js +4 -4
  36. package/dist/es/utils.d.ts +1 -1
  37. package/dist/es/utils.js +7 -7
  38. package/dist/es/utils.js.map +1 -1
  39. package/dist/tsconfig.cjs.tsbuildinfo +1 -1
  40. package/dist/tsconfig.es.tsbuildinfo +1 -1
  41. package/package.json +3 -3
@@ -1,525 +1,525 @@
1
1
  /* Autogenerated file. Do not edit manually. */
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
- import { Contract, utils } from "ethers";
4
+ import { Contract, utils } from 'ethers';
5
5
  const _abi = [
6
6
  {
7
- type: "constructor",
8
- stateMutability: "nonpayable",
7
+ type: 'constructor',
8
+ stateMutability: 'nonpayable',
9
9
  inputs: [
10
10
  {
11
- name: "_coordinator",
12
- type: "address",
13
- internalType: "contract Coordinator",
11
+ name: '_coordinator',
12
+ type: 'address',
13
+ internalType: 'contract Coordinator',
14
14
  },
15
15
  {
16
- name: "_admin",
17
- type: "address",
18
- internalType: "address",
16
+ name: '_admin',
17
+ type: 'address',
18
+ internalType: 'address',
19
19
  },
20
20
  ],
21
21
  },
22
22
  {
23
- type: "event",
24
- name: "DefaultAdminDelayChangeCanceled",
23
+ type: 'event',
24
+ name: 'DefaultAdminDelayChangeCanceled',
25
25
  inputs: [],
26
26
  anonymous: false,
27
27
  },
28
28
  {
29
- type: "event",
30
- name: "DefaultAdminDelayChangeScheduled",
29
+ type: 'event',
30
+ name: 'DefaultAdminDelayChangeScheduled',
31
31
  inputs: [
32
32
  {
33
- name: "newDelay",
34
- type: "uint48",
35
- internalType: "uint48",
33
+ name: 'newDelay',
34
+ type: 'uint48',
35
+ internalType: 'uint48',
36
36
  indexed: false,
37
37
  },
38
38
  {
39
- name: "effectSchedule",
40
- type: "uint48",
41
- internalType: "uint48",
39
+ name: 'effectSchedule',
40
+ type: 'uint48',
41
+ internalType: 'uint48',
42
42
  indexed: false,
43
43
  },
44
44
  ],
45
45
  anonymous: false,
46
46
  },
47
47
  {
48
- type: "event",
49
- name: "DefaultAdminTransferCanceled",
48
+ type: 'event',
49
+ name: 'DefaultAdminTransferCanceled',
50
50
  inputs: [],
51
51
  anonymous: false,
52
52
  },
53
53
  {
54
- type: "event",
55
- name: "DefaultAdminTransferScheduled",
54
+ type: 'event',
55
+ name: 'DefaultAdminTransferScheduled',
56
56
  inputs: [
57
57
  {
58
- name: "newAdmin",
59
- type: "address",
60
- internalType: "address",
58
+ name: 'newAdmin',
59
+ type: 'address',
60
+ internalType: 'address',
61
61
  indexed: true,
62
62
  },
63
63
  {
64
- name: "acceptSchedule",
65
- type: "uint48",
66
- internalType: "uint48",
64
+ name: 'acceptSchedule',
65
+ type: 'uint48',
66
+ internalType: 'uint48',
67
67
  indexed: false,
68
68
  },
69
69
  ],
70
70
  anonymous: false,
71
71
  },
72
72
  {
73
- type: "event",
74
- name: "RoleAdminChanged",
73
+ type: 'event',
74
+ name: 'RoleAdminChanged',
75
75
  inputs: [
76
76
  {
77
- name: "role",
78
- type: "bytes32",
79
- internalType: "bytes32",
77
+ name: 'role',
78
+ type: 'bytes32',
79
+ internalType: 'bytes32',
80
80
  indexed: true,
81
81
  },
82
82
  {
83
- name: "previousAdminRole",
84
- type: "bytes32",
85
- internalType: "bytes32",
83
+ name: 'previousAdminRole',
84
+ type: 'bytes32',
85
+ internalType: 'bytes32',
86
86
  indexed: true,
87
87
  },
88
88
  {
89
- name: "newAdminRole",
90
- type: "bytes32",
91
- internalType: "bytes32",
89
+ name: 'newAdminRole',
90
+ type: 'bytes32',
91
+ internalType: 'bytes32',
92
92
  indexed: true,
93
93
  },
94
94
  ],
95
95
  anonymous: false,
96
96
  },
97
97
  {
98
- type: "event",
99
- name: "RoleGranted",
98
+ type: 'event',
99
+ name: 'RoleGranted',
100
100
  inputs: [
101
101
  {
102
- name: "role",
103
- type: "bytes32",
104
- internalType: "bytes32",
102
+ name: 'role',
103
+ type: 'bytes32',
104
+ internalType: 'bytes32',
105
105
  indexed: true,
106
106
  },
107
107
  {
108
- name: "account",
109
- type: "address",
110
- internalType: "address",
108
+ name: 'account',
109
+ type: 'address',
110
+ internalType: 'address',
111
111
  indexed: true,
112
112
  },
113
113
  {
114
- name: "sender",
115
- type: "address",
116
- internalType: "address",
114
+ name: 'sender',
115
+ type: 'address',
116
+ internalType: 'address',
117
117
  indexed: true,
118
118
  },
119
119
  ],
120
120
  anonymous: false,
121
121
  },
122
122
  {
123
- type: "event",
124
- name: "RoleRevoked",
123
+ type: 'event',
124
+ name: 'RoleRevoked',
125
125
  inputs: [
126
126
  {
127
- name: "role",
128
- type: "bytes32",
129
- internalType: "bytes32",
127
+ name: 'role',
128
+ type: 'bytes32',
129
+ internalType: 'bytes32',
130
130
  indexed: true,
131
131
  },
132
132
  {
133
- name: "account",
134
- type: "address",
135
- internalType: "address",
133
+ name: 'account',
134
+ type: 'address',
135
+ internalType: 'address',
136
136
  indexed: true,
137
137
  },
138
138
  {
139
- name: "sender",
140
- type: "address",
141
- internalType: "address",
139
+ name: 'sender',
140
+ type: 'address',
141
+ internalType: 'address',
142
142
  indexed: true,
143
143
  },
144
144
  ],
145
145
  anonymous: false,
146
146
  },
147
147
  {
148
- type: "function",
149
- name: "DEFAULT_ADMIN_ROLE",
150
- stateMutability: "view",
148
+ type: 'function',
149
+ name: 'DEFAULT_ADMIN_ROLE',
150
+ stateMutability: 'view',
151
151
  inputs: [],
152
152
  outputs: [
153
153
  {
154
- name: "",
155
- type: "bytes32",
156
- internalType: "bytes32",
154
+ name: '',
155
+ type: 'bytes32',
156
+ internalType: 'bytes32',
157
157
  },
158
158
  ],
159
159
  },
160
160
  {
161
- type: "function",
162
- name: "acceptDefaultAdminTransfer",
163
- stateMutability: "nonpayable",
161
+ type: 'function',
162
+ name: 'acceptDefaultAdminTransfer',
163
+ stateMutability: 'nonpayable',
164
164
  inputs: [],
165
165
  outputs: [],
166
166
  },
167
167
  {
168
- type: "function",
169
- name: "authorize",
170
- stateMutability: "nonpayable",
168
+ type: 'function',
169
+ name: 'authorize',
170
+ stateMutability: 'nonpayable',
171
171
  inputs: [
172
172
  {
173
- name: "ritualId",
174
- type: "uint32",
175
- internalType: "uint32",
173
+ name: 'ritualId',
174
+ type: 'uint32',
175
+ internalType: 'uint32',
176
176
  },
177
177
  {
178
- name: "addresses",
179
- type: "address[]",
180
- internalType: "address[]",
178
+ name: 'addresses',
179
+ type: 'address[]',
180
+ internalType: 'address[]',
181
181
  },
182
182
  ],
183
183
  outputs: [],
184
184
  },
185
185
  {
186
- type: "function",
187
- name: "beginDefaultAdminTransfer",
188
- stateMutability: "nonpayable",
186
+ type: 'function',
187
+ name: 'beginDefaultAdminTransfer',
188
+ stateMutability: 'nonpayable',
189
189
  inputs: [
190
190
  {
191
- name: "newAdmin",
192
- type: "address",
193
- internalType: "address",
191
+ name: 'newAdmin',
192
+ type: 'address',
193
+ internalType: 'address',
194
194
  },
195
195
  ],
196
196
  outputs: [],
197
197
  },
198
198
  {
199
- type: "function",
200
- name: "cancelDefaultAdminTransfer",
201
- stateMutability: "nonpayable",
199
+ type: 'function',
200
+ name: 'cancelDefaultAdminTransfer',
201
+ stateMutability: 'nonpayable',
202
202
  inputs: [],
203
203
  outputs: [],
204
204
  },
205
205
  {
206
- type: "function",
207
- name: "changeDefaultAdminDelay",
208
- stateMutability: "nonpayable",
206
+ type: 'function',
207
+ name: 'changeDefaultAdminDelay',
208
+ stateMutability: 'nonpayable',
209
209
  inputs: [
210
210
  {
211
- name: "newDelay",
212
- type: "uint48",
213
- internalType: "uint48",
211
+ name: 'newDelay',
212
+ type: 'uint48',
213
+ internalType: 'uint48',
214
214
  },
215
215
  ],
216
216
  outputs: [],
217
217
  },
218
218
  {
219
- type: "function",
220
- name: "coordinator",
221
- stateMutability: "view",
219
+ type: 'function',
220
+ name: 'coordinator',
221
+ stateMutability: 'view',
222
222
  inputs: [],
223
223
  outputs: [
224
224
  {
225
- name: "",
226
- type: "address",
227
- internalType: "contract Coordinator",
225
+ name: '',
226
+ type: 'address',
227
+ internalType: 'contract Coordinator',
228
228
  },
229
229
  ],
230
230
  },
231
231
  {
232
- type: "function",
233
- name: "deauthorize",
234
- stateMutability: "nonpayable",
232
+ type: 'function',
233
+ name: 'deauthorize',
234
+ stateMutability: 'nonpayable',
235
235
  inputs: [
236
236
  {
237
- name: "ritualId",
238
- type: "uint32",
239
- internalType: "uint32",
237
+ name: 'ritualId',
238
+ type: 'uint32',
239
+ internalType: 'uint32',
240
240
  },
241
241
  {
242
- name: "addresses",
243
- type: "address[]",
244
- internalType: "address[]",
242
+ name: 'addresses',
243
+ type: 'address[]',
244
+ internalType: 'address[]',
245
245
  },
246
246
  ],
247
247
  outputs: [],
248
248
  },
249
249
  {
250
- type: "function",
251
- name: "defaultAdmin",
252
- stateMutability: "view",
250
+ type: 'function',
251
+ name: 'defaultAdmin',
252
+ stateMutability: 'view',
253
253
  inputs: [],
254
254
  outputs: [
255
255
  {
256
- name: "",
257
- type: "address",
258
- internalType: "address",
256
+ name: '',
257
+ type: 'address',
258
+ internalType: 'address',
259
259
  },
260
260
  ],
261
261
  },
262
262
  {
263
- type: "function",
264
- name: "defaultAdminDelay",
265
- stateMutability: "view",
263
+ type: 'function',
264
+ name: 'defaultAdminDelay',
265
+ stateMutability: 'view',
266
266
  inputs: [],
267
267
  outputs: [
268
268
  {
269
- name: "",
270
- type: "uint48",
271
- internalType: "uint48",
269
+ name: '',
270
+ type: 'uint48',
271
+ internalType: 'uint48',
272
272
  },
273
273
  ],
274
274
  },
275
275
  {
276
- type: "function",
277
- name: "defaultAdminDelayIncreaseWait",
278
- stateMutability: "view",
276
+ type: 'function',
277
+ name: 'defaultAdminDelayIncreaseWait',
278
+ stateMutability: 'view',
279
279
  inputs: [],
280
280
  outputs: [
281
281
  {
282
- name: "",
283
- type: "uint48",
284
- internalType: "uint48",
282
+ name: '',
283
+ type: 'uint48',
284
+ internalType: 'uint48',
285
285
  },
286
286
  ],
287
287
  },
288
288
  {
289
- type: "function",
290
- name: "getRoleAdmin",
291
- stateMutability: "view",
289
+ type: 'function',
290
+ name: 'getRoleAdmin',
291
+ stateMutability: 'view',
292
292
  inputs: [
293
293
  {
294
- name: "role",
295
- type: "bytes32",
296
- internalType: "bytes32",
294
+ name: 'role',
295
+ type: 'bytes32',
296
+ internalType: 'bytes32',
297
297
  },
298
298
  ],
299
299
  outputs: [
300
300
  {
301
- name: "",
302
- type: "bytes32",
303
- internalType: "bytes32",
301
+ name: '',
302
+ type: 'bytes32',
303
+ internalType: 'bytes32',
304
304
  },
305
305
  ],
306
306
  },
307
307
  {
308
- type: "function",
309
- name: "grantRole",
310
- stateMutability: "nonpayable",
308
+ type: 'function',
309
+ name: 'grantRole',
310
+ stateMutability: 'nonpayable',
311
311
  inputs: [
312
312
  {
313
- name: "role",
314
- type: "bytes32",
315
- internalType: "bytes32",
313
+ name: 'role',
314
+ type: 'bytes32',
315
+ internalType: 'bytes32',
316
316
  },
317
317
  {
318
- name: "account",
319
- type: "address",
320
- internalType: "address",
318
+ name: 'account',
319
+ type: 'address',
320
+ internalType: 'address',
321
321
  },
322
322
  ],
323
323
  outputs: [],
324
324
  },
325
325
  {
326
- type: "function",
327
- name: "hasRole",
328
- stateMutability: "view",
326
+ type: 'function',
327
+ name: 'hasRole',
328
+ stateMutability: 'view',
329
329
  inputs: [
330
330
  {
331
- name: "role",
332
- type: "bytes32",
333
- internalType: "bytes32",
331
+ name: 'role',
332
+ type: 'bytes32',
333
+ internalType: 'bytes32',
334
334
  },
335
335
  {
336
- name: "account",
337
- type: "address",
338
- internalType: "address",
336
+ name: 'account',
337
+ type: 'address',
338
+ internalType: 'address',
339
339
  },
340
340
  ],
341
341
  outputs: [
342
342
  {
343
- name: "",
344
- type: "bool",
345
- internalType: "bool",
343
+ name: '',
344
+ type: 'bool',
345
+ internalType: 'bool',
346
346
  },
347
347
  ],
348
348
  },
349
349
  {
350
- type: "function",
351
- name: "isAddressAuthorized",
352
- stateMutability: "view",
350
+ type: 'function',
351
+ name: 'isAddressAuthorized',
352
+ stateMutability: 'view',
353
353
  inputs: [
354
354
  {
355
- name: "ritualId",
356
- type: "uint32",
357
- internalType: "uint32",
355
+ name: 'ritualId',
356
+ type: 'uint32',
357
+ internalType: 'uint32',
358
358
  },
359
359
  {
360
- name: "encryptor",
361
- type: "address",
362
- internalType: "address",
360
+ name: 'encryptor',
361
+ type: 'address',
362
+ internalType: 'address',
363
363
  },
364
364
  ],
365
365
  outputs: [
366
366
  {
367
- name: "",
368
- type: "bool",
369
- internalType: "bool",
367
+ name: '',
368
+ type: 'bool',
369
+ internalType: 'bool',
370
370
  },
371
371
  ],
372
372
  },
373
373
  {
374
- type: "function",
375
- name: "isAuthorized",
376
- stateMutability: "view",
374
+ type: 'function',
375
+ name: 'isAuthorized',
376
+ stateMutability: 'view',
377
377
  inputs: [
378
378
  {
379
- name: "ritualId",
380
- type: "uint32",
381
- internalType: "uint32",
379
+ name: 'ritualId',
380
+ type: 'uint32',
381
+ internalType: 'uint32',
382
382
  },
383
383
  {
384
- name: "evidence",
385
- type: "bytes",
386
- internalType: "bytes",
384
+ name: 'evidence',
385
+ type: 'bytes',
386
+ internalType: 'bytes',
387
387
  },
388
388
  {
389
- name: "ciphertextHeader",
390
- type: "bytes",
391
- internalType: "bytes",
389
+ name: 'ciphertextHeader',
390
+ type: 'bytes',
391
+ internalType: 'bytes',
392
392
  },
393
393
  ],
394
394
  outputs: [
395
395
  {
396
- name: "",
397
- type: "bool",
398
- internalType: "bool",
396
+ name: '',
397
+ type: 'bool',
398
+ internalType: 'bool',
399
399
  },
400
400
  ],
401
401
  },
402
402
  {
403
- type: "function",
404
- name: "owner",
405
- stateMutability: "view",
403
+ type: 'function',
404
+ name: 'owner',
405
+ stateMutability: 'view',
406
406
  inputs: [],
407
407
  outputs: [
408
408
  {
409
- name: "",
410
- type: "address",
411
- internalType: "address",
409
+ name: '',
410
+ type: 'address',
411
+ internalType: 'address',
412
412
  },
413
413
  ],
414
414
  },
415
415
  {
416
- type: "function",
417
- name: "pendingDefaultAdmin",
418
- stateMutability: "view",
416
+ type: 'function',
417
+ name: 'pendingDefaultAdmin',
418
+ stateMutability: 'view',
419
419
  inputs: [],
420
420
  outputs: [
421
421
  {
422
- name: "newAdmin",
423
- type: "address",
424
- internalType: "address",
422
+ name: 'newAdmin',
423
+ type: 'address',
424
+ internalType: 'address',
425
425
  },
426
426
  {
427
- name: "schedule",
428
- type: "uint48",
429
- internalType: "uint48",
427
+ name: 'schedule',
428
+ type: 'uint48',
429
+ internalType: 'uint48',
430
430
  },
431
431
  ],
432
432
  },
433
433
  {
434
- type: "function",
435
- name: "pendingDefaultAdminDelay",
436
- stateMutability: "view",
434
+ type: 'function',
435
+ name: 'pendingDefaultAdminDelay',
436
+ stateMutability: 'view',
437
437
  inputs: [],
438
438
  outputs: [
439
439
  {
440
- name: "newDelay",
441
- type: "uint48",
442
- internalType: "uint48",
440
+ name: 'newDelay',
441
+ type: 'uint48',
442
+ internalType: 'uint48',
443
443
  },
444
444
  {
445
- name: "schedule",
446
- type: "uint48",
447
- internalType: "uint48",
445
+ name: 'schedule',
446
+ type: 'uint48',
447
+ internalType: 'uint48',
448
448
  },
449
449
  ],
450
450
  },
451
451
  {
452
- type: "function",
453
- name: "renounceRole",
454
- stateMutability: "nonpayable",
452
+ type: 'function',
453
+ name: 'renounceRole',
454
+ stateMutability: 'nonpayable',
455
455
  inputs: [
456
456
  {
457
- name: "role",
458
- type: "bytes32",
459
- internalType: "bytes32",
457
+ name: 'role',
458
+ type: 'bytes32',
459
+ internalType: 'bytes32',
460
460
  },
461
461
  {
462
- name: "account",
463
- type: "address",
464
- internalType: "address",
462
+ name: 'account',
463
+ type: 'address',
464
+ internalType: 'address',
465
465
  },
466
466
  ],
467
467
  outputs: [],
468
468
  },
469
469
  {
470
- type: "function",
471
- name: "revokeRole",
472
- stateMutability: "nonpayable",
470
+ type: 'function',
471
+ name: 'revokeRole',
472
+ stateMutability: 'nonpayable',
473
473
  inputs: [
474
474
  {
475
- name: "role",
476
- type: "bytes32",
477
- internalType: "bytes32",
475
+ name: 'role',
476
+ type: 'bytes32',
477
+ internalType: 'bytes32',
478
478
  },
479
479
  {
480
- name: "account",
481
- type: "address",
482
- internalType: "address",
480
+ name: 'account',
481
+ type: 'address',
482
+ internalType: 'address',
483
483
  },
484
484
  ],
485
485
  outputs: [],
486
486
  },
487
487
  {
488
- type: "function",
489
- name: "rollbackDefaultAdminDelay",
490
- stateMutability: "nonpayable",
488
+ type: 'function',
489
+ name: 'rollbackDefaultAdminDelay',
490
+ stateMutability: 'nonpayable',
491
491
  inputs: [],
492
492
  outputs: [],
493
493
  },
494
494
  {
495
- type: "function",
496
- name: "setCoordinator",
497
- stateMutability: "nonpayable",
495
+ type: 'function',
496
+ name: 'setCoordinator',
497
+ stateMutability: 'nonpayable',
498
498
  inputs: [
499
499
  {
500
- name: "_coordinator",
501
- type: "address",
502
- internalType: "contract Coordinator",
500
+ name: '_coordinator',
501
+ type: 'address',
502
+ internalType: 'contract Coordinator',
503
503
  },
504
504
  ],
505
505
  outputs: [],
506
506
  },
507
507
  {
508
- type: "function",
509
- name: "supportsInterface",
510
- stateMutability: "view",
508
+ type: 'function',
509
+ name: 'supportsInterface',
510
+ stateMutability: 'view',
511
511
  inputs: [
512
512
  {
513
- name: "interfaceId",
514
- type: "bytes4",
515
- internalType: "bytes4",
513
+ name: 'interfaceId',
514
+ type: 'bytes4',
515
+ internalType: 'bytes4',
516
516
  },
517
517
  ],
518
518
  outputs: [
519
519
  {
520
- name: "",
521
- type: "bool",
522
- internalType: "bool",
520
+ name: '',
521
+ type: 'bool',
522
+ internalType: 'bool',
523
523
  },
524
524
  ],
525
525
  },