@settlemint/sdk-eas 2.3.14 → 2.4.0-main005a9b57

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/dist/eas.d.cts CHANGED
@@ -1,26 +1,3837 @@
1
+ import { Address, Hex } from "viem";
2
+ import { createPortalClient } from "@settlemint/sdk-portal";
1
3
  import { z } from "zod/v4";
4
+ import * as gql_tada0 from "gql.tada";
2
5
 
3
- //#region src/client-options.schema.d.ts
6
+ //#region src/portal/portal-env.d.ts
7
+ /* eslint-disable */
8
+ /* prettier-ignore */
9
+ type introspection_types = {
10
+ 'Boolean': unknown;
11
+ 'ConstructorArguments': unknown;
12
+ 'Contract': {
13
+ kind: 'OBJECT';
14
+ name: 'Contract';
15
+ fields: {
16
+ 'abiName': {
17
+ name: 'abiName';
18
+ type: {
19
+ kind: 'SCALAR';
20
+ name: 'String';
21
+ ofType: null;
22
+ };
23
+ };
24
+ 'address': {
25
+ name: 'address';
26
+ type: {
27
+ kind: 'SCALAR';
28
+ name: 'String';
29
+ ofType: null;
30
+ };
31
+ };
32
+ 'createdAt': {
33
+ name: 'createdAt';
34
+ type: {
35
+ kind: 'SCALAR';
36
+ name: 'String';
37
+ ofType: null;
38
+ };
39
+ };
40
+ 'transaction': {
41
+ name: 'transaction';
42
+ type: {
43
+ kind: 'OBJECT';
44
+ name: 'TransactionOutput';
45
+ ofType: null;
46
+ };
47
+ };
48
+ 'transactionHash': {
49
+ name: 'transactionHash';
50
+ type: {
51
+ kind: 'SCALAR';
52
+ name: 'String';
53
+ ofType: null;
54
+ };
55
+ };
56
+ };
57
+ };
58
+ 'ContractDeployStatus': {
59
+ kind: 'OBJECT';
60
+ name: 'ContractDeployStatus';
61
+ fields: {
62
+ 'abiName': {
63
+ name: 'abiName';
64
+ type: {
65
+ kind: 'SCALAR';
66
+ name: 'String';
67
+ ofType: null;
68
+ };
69
+ };
70
+ 'address': {
71
+ name: 'address';
72
+ type: {
73
+ kind: 'SCALAR';
74
+ name: 'String';
75
+ ofType: null;
76
+ };
77
+ };
78
+ 'createdAt': {
79
+ name: 'createdAt';
80
+ type: {
81
+ kind: 'SCALAR';
82
+ name: 'String';
83
+ ofType: null;
84
+ };
85
+ };
86
+ 'deployedAt': {
87
+ name: 'deployedAt';
88
+ type: {
89
+ kind: 'SCALAR';
90
+ name: 'String';
91
+ ofType: null;
92
+ };
93
+ };
94
+ 'revertedAt': {
95
+ name: 'revertedAt';
96
+ type: {
97
+ kind: 'SCALAR';
98
+ name: 'String';
99
+ ofType: null;
100
+ };
101
+ };
102
+ 'transaction': {
103
+ name: 'transaction';
104
+ type: {
105
+ kind: 'OBJECT';
106
+ name: 'TransactionOutput';
107
+ ofType: null;
108
+ };
109
+ };
110
+ 'transactionHash': {
111
+ name: 'transactionHash';
112
+ type: {
113
+ kind: 'SCALAR';
114
+ name: 'String';
115
+ ofType: null;
116
+ };
117
+ };
118
+ };
119
+ };
120
+ 'ContractDeploymentTransactionOutput': {
121
+ kind: 'OBJECT';
122
+ name: 'ContractDeploymentTransactionOutput';
123
+ fields: {
124
+ 'transactionHash': {
125
+ name: 'transactionHash';
126
+ type: {
127
+ kind: 'SCALAR';
128
+ name: 'String';
129
+ ofType: null;
130
+ };
131
+ };
132
+ };
133
+ };
134
+ 'ContractsDeployStatusPaginatedOutput': {
135
+ kind: 'OBJECT';
136
+ name: 'ContractsDeployStatusPaginatedOutput';
137
+ fields: {
138
+ 'count': {
139
+ name: 'count';
140
+ type: {
141
+ kind: 'NON_NULL';
142
+ name: never;
143
+ ofType: {
144
+ kind: 'SCALAR';
145
+ name: 'Int';
146
+ ofType: null;
147
+ };
148
+ };
149
+ };
150
+ 'records': {
151
+ name: 'records';
152
+ type: {
153
+ kind: 'NON_NULL';
154
+ name: never;
155
+ ofType: {
156
+ kind: 'LIST';
157
+ name: never;
158
+ ofType: {
159
+ kind: 'NON_NULL';
160
+ name: never;
161
+ ofType: {
162
+ kind: 'OBJECT';
163
+ name: 'ContractDeployStatus';
164
+ ofType: null;
165
+ };
166
+ };
167
+ };
168
+ };
169
+ };
170
+ };
171
+ };
172
+ 'ContractsPaginatedOutput': {
173
+ kind: 'OBJECT';
174
+ name: 'ContractsPaginatedOutput';
175
+ fields: {
176
+ 'count': {
177
+ name: 'count';
178
+ type: {
179
+ kind: 'NON_NULL';
180
+ name: never;
181
+ ofType: {
182
+ kind: 'SCALAR';
183
+ name: 'Int';
184
+ ofType: null;
185
+ };
186
+ };
187
+ };
188
+ 'records': {
189
+ name: 'records';
190
+ type: {
191
+ kind: 'NON_NULL';
192
+ name: never;
193
+ ofType: {
194
+ kind: 'LIST';
195
+ name: never;
196
+ ofType: {
197
+ kind: 'NON_NULL';
198
+ name: never;
199
+ ofType: {
200
+ kind: 'OBJECT';
201
+ name: 'Contract';
202
+ ofType: null;
203
+ };
204
+ };
205
+ };
206
+ };
207
+ };
208
+ };
209
+ };
210
+ 'CreateWalletInfoInput': {
211
+ kind: 'INPUT_OBJECT';
212
+ name: 'CreateWalletInfoInput';
213
+ isOneOf: false;
214
+ inputFields: [{
215
+ name: 'name';
216
+ type: {
217
+ kind: 'NON_NULL';
218
+ name: never;
219
+ ofType: {
220
+ kind: 'SCALAR';
221
+ name: 'String';
222
+ ofType: null;
223
+ };
224
+ };
225
+ defaultValue: null;
226
+ }];
227
+ };
228
+ 'CreateWalletOutput': {
229
+ kind: 'OBJECT';
230
+ name: 'CreateWalletOutput';
231
+ fields: {
232
+ 'address': {
233
+ name: 'address';
234
+ type: {
235
+ kind: 'SCALAR';
236
+ name: 'String';
237
+ ofType: null;
238
+ };
239
+ };
240
+ 'derivationPath': {
241
+ name: 'derivationPath';
242
+ type: {
243
+ kind: 'SCALAR';
244
+ name: 'String';
245
+ ofType: null;
246
+ };
247
+ };
248
+ 'id': {
249
+ name: 'id';
250
+ type: {
251
+ kind: 'SCALAR';
252
+ name: 'String';
253
+ ofType: null;
254
+ };
255
+ };
256
+ 'name': {
257
+ name: 'name';
258
+ type: {
259
+ kind: 'SCALAR';
260
+ name: 'String';
261
+ ofType: null;
262
+ };
263
+ };
264
+ };
265
+ };
266
+ 'CreateWalletVerificationInput': {
267
+ kind: 'INPUT_OBJECT';
268
+ name: 'CreateWalletVerificationInput';
269
+ isOneOf: false;
270
+ inputFields: [{
271
+ name: 'otp';
272
+ type: {
273
+ kind: 'INPUT_OBJECT';
274
+ name: 'OTPSettingsInput';
275
+ ofType: null;
276
+ };
277
+ defaultValue: null;
278
+ }, {
279
+ name: 'pincode';
280
+ type: {
281
+ kind: 'INPUT_OBJECT';
282
+ name: 'PincodeSettingsInput';
283
+ ofType: null;
284
+ };
285
+ defaultValue: null;
286
+ }, {
287
+ name: 'secretCodes';
288
+ type: {
289
+ kind: 'INPUT_OBJECT';
290
+ name: 'SecretCodesSettingsInput';
291
+ ofType: null;
292
+ };
293
+ defaultValue: null;
294
+ }];
295
+ };
296
+ 'CreateWalletVerificationOutput': {
297
+ kind: 'OBJECT';
298
+ name: 'CreateWalletVerificationOutput';
299
+ fields: {
300
+ 'id': {
301
+ name: 'id';
302
+ type: {
303
+ kind: 'SCALAR';
304
+ name: 'String';
305
+ ofType: null;
306
+ };
307
+ };
308
+ 'name': {
309
+ name: 'name';
310
+ type: {
311
+ kind: 'SCALAR';
312
+ name: 'String';
313
+ ofType: null;
314
+ };
315
+ };
316
+ 'parameters': {
317
+ name: 'parameters';
318
+ type: {
319
+ kind: 'SCALAR';
320
+ name: 'JSON';
321
+ ofType: null;
322
+ };
323
+ };
324
+ 'verificationType': {
325
+ name: 'verificationType';
326
+ type: {
327
+ kind: 'ENUM';
328
+ name: 'WalletVerificationType';
329
+ ofType: null;
330
+ };
331
+ };
332
+ };
333
+ };
334
+ 'DeleteWalletVerificationOutput': {
335
+ kind: 'OBJECT';
336
+ name: 'DeleteWalletVerificationOutput';
337
+ fields: {
338
+ 'success': {
339
+ name: 'success';
340
+ type: {
341
+ kind: 'SCALAR';
342
+ name: 'Boolean';
343
+ ofType: null;
344
+ };
345
+ };
346
+ };
347
+ };
348
+ 'DeployContractEASInput': {
349
+ kind: 'INPUT_OBJECT';
350
+ name: 'DeployContractEASInput';
351
+ isOneOf: false;
352
+ inputFields: [{
353
+ name: 'forwarder';
354
+ type: {
355
+ kind: 'NON_NULL';
356
+ name: never;
357
+ ofType: {
358
+ kind: 'SCALAR';
359
+ name: 'String';
360
+ ofType: null;
361
+ };
362
+ };
363
+ defaultValue: null;
364
+ }, {
365
+ name: 'registry';
366
+ type: {
367
+ kind: 'NON_NULL';
368
+ name: never;
369
+ ofType: {
370
+ kind: 'SCALAR';
371
+ name: 'String';
372
+ ofType: null;
373
+ };
374
+ };
375
+ defaultValue: null;
376
+ }];
377
+ };
378
+ 'DeployContractEASSchemaRegistryInput': {
379
+ kind: 'INPUT_OBJECT';
380
+ name: 'DeployContractEASSchemaRegistryInput';
381
+ isOneOf: false;
382
+ inputFields: [{
383
+ name: 'forwarder';
384
+ type: {
385
+ kind: 'NON_NULL';
386
+ name: never;
387
+ ofType: {
388
+ kind: 'SCALAR';
389
+ name: 'String';
390
+ ofType: null;
391
+ };
392
+ };
393
+ defaultValue: null;
394
+ }];
395
+ };
396
+ 'EAS': {
397
+ kind: 'OBJECT';
398
+ name: 'EAS';
399
+ fields: {
400
+ 'eip712Domain': {
401
+ name: 'eip712Domain';
402
+ type: {
403
+ kind: 'OBJECT';
404
+ name: 'EASEip712DomainOutput';
405
+ ofType: null;
406
+ };
407
+ };
408
+ 'getAttestTypeHash': {
409
+ name: 'getAttestTypeHash';
410
+ type: {
411
+ kind: 'SCALAR';
412
+ name: 'String';
413
+ ofType: null;
414
+ };
415
+ };
416
+ 'getAttestation': {
417
+ name: 'getAttestation';
418
+ type: {
419
+ kind: 'OBJECT';
420
+ name: 'EASTuple0GetAttestationOutput';
421
+ ofType: null;
422
+ };
423
+ };
424
+ 'getDomainSeparator': {
425
+ name: 'getDomainSeparator';
426
+ type: {
427
+ kind: 'SCALAR';
428
+ name: 'String';
429
+ ofType: null;
430
+ };
431
+ };
432
+ 'getName': {
433
+ name: 'getName';
434
+ type: {
435
+ kind: 'SCALAR';
436
+ name: 'String';
437
+ ofType: null;
438
+ };
439
+ };
440
+ 'getNonce': {
441
+ name: 'getNonce';
442
+ type: {
443
+ kind: 'SCALAR';
444
+ name: 'String';
445
+ ofType: null;
446
+ };
447
+ };
448
+ 'getRevokeOffchain': {
449
+ name: 'getRevokeOffchain';
450
+ type: {
451
+ kind: 'SCALAR';
452
+ name: 'String';
453
+ ofType: null;
454
+ };
455
+ };
456
+ 'getRevokeTypeHash': {
457
+ name: 'getRevokeTypeHash';
458
+ type: {
459
+ kind: 'SCALAR';
460
+ name: 'String';
461
+ ofType: null;
462
+ };
463
+ };
464
+ 'getSchemaRegistry': {
465
+ name: 'getSchemaRegistry';
466
+ type: {
467
+ kind: 'SCALAR';
468
+ name: 'String';
469
+ ofType: null;
470
+ };
471
+ };
472
+ 'getTimestamp': {
473
+ name: 'getTimestamp';
474
+ type: {
475
+ kind: 'SCALAR';
476
+ name: 'String';
477
+ ofType: null;
478
+ };
479
+ };
480
+ 'id': {
481
+ name: 'id';
482
+ type: {
483
+ kind: 'SCALAR';
484
+ name: 'ID';
485
+ ofType: null;
486
+ };
487
+ };
488
+ 'isAttestationValid': {
489
+ name: 'isAttestationValid';
490
+ type: {
491
+ kind: 'SCALAR';
492
+ name: 'Boolean';
493
+ ofType: null;
494
+ };
495
+ };
496
+ 'isTrustedForwarder': {
497
+ name: 'isTrustedForwarder';
498
+ type: {
499
+ kind: 'SCALAR';
500
+ name: 'Boolean';
501
+ ofType: null;
502
+ };
503
+ };
504
+ 'trustedForwarder': {
505
+ name: 'trustedForwarder';
506
+ type: {
507
+ kind: 'SCALAR';
508
+ name: 'String';
509
+ ofType: null;
510
+ };
511
+ };
512
+ 'version': {
513
+ name: 'version';
514
+ type: {
515
+ kind: 'SCALAR';
516
+ name: 'String';
517
+ ofType: null;
518
+ };
519
+ };
520
+ };
521
+ };
522
+ 'EASAttestByDelegationInput': {
523
+ kind: 'INPUT_OBJECT';
524
+ name: 'EASAttestByDelegationInput';
525
+ isOneOf: false;
526
+ inputFields: [{
527
+ name: 'delegatedRequest';
528
+ type: {
529
+ kind: 'NON_NULL';
530
+ name: never;
531
+ ofType: {
532
+ kind: 'INPUT_OBJECT';
533
+ name: 'EASEASAttestByDelegationDelegatedRequestInput';
534
+ ofType: null;
535
+ };
536
+ };
537
+ defaultValue: null;
538
+ }];
539
+ };
540
+ 'EASAttestInput': {
541
+ kind: 'INPUT_OBJECT';
542
+ name: 'EASAttestInput';
543
+ isOneOf: false;
544
+ inputFields: [{
545
+ name: 'request';
546
+ type: {
547
+ kind: 'NON_NULL';
548
+ name: never;
549
+ ofType: {
550
+ kind: 'INPUT_OBJECT';
551
+ name: 'EASEASAttestRequestInput';
552
+ ofType: null;
553
+ };
554
+ };
555
+ defaultValue: null;
556
+ }];
557
+ };
558
+ 'EASEASAttestByDelegationDelegatedRequestInput': {
559
+ kind: 'INPUT_OBJECT';
560
+ name: 'EASEASAttestByDelegationDelegatedRequestInput';
561
+ isOneOf: false;
562
+ inputFields: [{
563
+ name: 'attester';
564
+ type: {
565
+ kind: 'NON_NULL';
566
+ name: never;
567
+ ofType: {
568
+ kind: 'SCALAR';
569
+ name: 'String';
570
+ ofType: null;
571
+ };
572
+ };
573
+ defaultValue: null;
574
+ }, {
575
+ name: 'data';
576
+ type: {
577
+ kind: 'NON_NULL';
578
+ name: never;
579
+ ofType: {
580
+ kind: 'INPUT_OBJECT';
581
+ name: 'EASEASEASAttestByDelegationDelegatedRequestDataInput';
582
+ ofType: null;
583
+ };
584
+ };
585
+ defaultValue: null;
586
+ }, {
587
+ name: 'deadline';
588
+ type: {
589
+ kind: 'NON_NULL';
590
+ name: never;
591
+ ofType: {
592
+ kind: 'SCALAR';
593
+ name: 'String';
594
+ ofType: null;
595
+ };
596
+ };
597
+ defaultValue: null;
598
+ }, {
599
+ name: 'schema';
600
+ type: {
601
+ kind: 'NON_NULL';
602
+ name: never;
603
+ ofType: {
604
+ kind: 'SCALAR';
605
+ name: 'String';
606
+ ofType: null;
607
+ };
608
+ };
609
+ defaultValue: null;
610
+ }, {
611
+ name: 'signature';
612
+ type: {
613
+ kind: 'NON_NULL';
614
+ name: never;
615
+ ofType: {
616
+ kind: 'INPUT_OBJECT';
617
+ name: 'EASEASEASAttestByDelegationDelegatedRequestSignatureInput';
618
+ ofType: null;
619
+ };
620
+ };
621
+ defaultValue: null;
622
+ }];
623
+ };
624
+ 'EASEASAttestRequestInput': {
625
+ kind: 'INPUT_OBJECT';
626
+ name: 'EASEASAttestRequestInput';
627
+ isOneOf: false;
628
+ inputFields: [{
629
+ name: 'data';
630
+ type: {
631
+ kind: 'NON_NULL';
632
+ name: never;
633
+ ofType: {
634
+ kind: 'INPUT_OBJECT';
635
+ name: 'EASEASEASAttestRequestDataInput';
636
+ ofType: null;
637
+ };
638
+ };
639
+ defaultValue: null;
640
+ }, {
641
+ name: 'schema';
642
+ type: {
643
+ kind: 'NON_NULL';
644
+ name: never;
645
+ ofType: {
646
+ kind: 'SCALAR';
647
+ name: 'String';
648
+ ofType: null;
649
+ };
650
+ };
651
+ defaultValue: null;
652
+ }];
653
+ };
654
+ 'EASEASEASAttestByDelegationDelegatedRequestDataInput': {
655
+ kind: 'INPUT_OBJECT';
656
+ name: 'EASEASEASAttestByDelegationDelegatedRequestDataInput';
657
+ isOneOf: false;
658
+ inputFields: [{
659
+ name: 'data';
660
+ type: {
661
+ kind: 'NON_NULL';
662
+ name: never;
663
+ ofType: {
664
+ kind: 'SCALAR';
665
+ name: 'String';
666
+ ofType: null;
667
+ };
668
+ };
669
+ defaultValue: null;
670
+ }, {
671
+ name: 'expirationTime';
672
+ type: {
673
+ kind: 'NON_NULL';
674
+ name: never;
675
+ ofType: {
676
+ kind: 'SCALAR';
677
+ name: 'String';
678
+ ofType: null;
679
+ };
680
+ };
681
+ defaultValue: null;
682
+ }, {
683
+ name: 'recipient';
684
+ type: {
685
+ kind: 'NON_NULL';
686
+ name: never;
687
+ ofType: {
688
+ kind: 'SCALAR';
689
+ name: 'String';
690
+ ofType: null;
691
+ };
692
+ };
693
+ defaultValue: null;
694
+ }, {
695
+ name: 'refUID';
696
+ type: {
697
+ kind: 'NON_NULL';
698
+ name: never;
699
+ ofType: {
700
+ kind: 'SCALAR';
701
+ name: 'String';
702
+ ofType: null;
703
+ };
704
+ };
705
+ defaultValue: null;
706
+ }, {
707
+ name: 'revocable';
708
+ type: {
709
+ kind: 'NON_NULL';
710
+ name: never;
711
+ ofType: {
712
+ kind: 'SCALAR';
713
+ name: 'Boolean';
714
+ ofType: null;
715
+ };
716
+ };
717
+ defaultValue: null;
718
+ }, {
719
+ name: 'value';
720
+ type: {
721
+ kind: 'NON_NULL';
722
+ name: never;
723
+ ofType: {
724
+ kind: 'SCALAR';
725
+ name: 'String';
726
+ ofType: null;
727
+ };
728
+ };
729
+ defaultValue: null;
730
+ }];
731
+ };
732
+ 'EASEASEASAttestByDelegationDelegatedRequestSignatureInput': {
733
+ kind: 'INPUT_OBJECT';
734
+ name: 'EASEASEASAttestByDelegationDelegatedRequestSignatureInput';
735
+ isOneOf: false;
736
+ inputFields: [{
737
+ name: 'r';
738
+ type: {
739
+ kind: 'NON_NULL';
740
+ name: never;
741
+ ofType: {
742
+ kind: 'SCALAR';
743
+ name: 'String';
744
+ ofType: null;
745
+ };
746
+ };
747
+ defaultValue: null;
748
+ }, {
749
+ name: 's';
750
+ type: {
751
+ kind: 'NON_NULL';
752
+ name: never;
753
+ ofType: {
754
+ kind: 'SCALAR';
755
+ name: 'String';
756
+ ofType: null;
757
+ };
758
+ };
759
+ defaultValue: null;
760
+ }, {
761
+ name: 'v';
762
+ type: {
763
+ kind: 'NON_NULL';
764
+ name: never;
765
+ ofType: {
766
+ kind: 'SCALAR';
767
+ name: 'Int';
768
+ ofType: null;
769
+ };
770
+ };
771
+ defaultValue: null;
772
+ }];
773
+ };
774
+ 'EASEASEASAttestRequestDataInput': {
775
+ kind: 'INPUT_OBJECT';
776
+ name: 'EASEASEASAttestRequestDataInput';
777
+ isOneOf: false;
778
+ inputFields: [{
779
+ name: 'data';
780
+ type: {
781
+ kind: 'NON_NULL';
782
+ name: never;
783
+ ofType: {
784
+ kind: 'SCALAR';
785
+ name: 'String';
786
+ ofType: null;
787
+ };
788
+ };
789
+ defaultValue: null;
790
+ }, {
791
+ name: 'expirationTime';
792
+ type: {
793
+ kind: 'NON_NULL';
794
+ name: never;
795
+ ofType: {
796
+ kind: 'SCALAR';
797
+ name: 'String';
798
+ ofType: null;
799
+ };
800
+ };
801
+ defaultValue: null;
802
+ }, {
803
+ name: 'recipient';
804
+ type: {
805
+ kind: 'NON_NULL';
806
+ name: never;
807
+ ofType: {
808
+ kind: 'SCALAR';
809
+ name: 'String';
810
+ ofType: null;
811
+ };
812
+ };
813
+ defaultValue: null;
814
+ }, {
815
+ name: 'refUID';
816
+ type: {
817
+ kind: 'NON_NULL';
818
+ name: never;
819
+ ofType: {
820
+ kind: 'SCALAR';
821
+ name: 'String';
822
+ ofType: null;
823
+ };
824
+ };
825
+ defaultValue: null;
826
+ }, {
827
+ name: 'revocable';
828
+ type: {
829
+ kind: 'NON_NULL';
830
+ name: never;
831
+ ofType: {
832
+ kind: 'SCALAR';
833
+ name: 'Boolean';
834
+ ofType: null;
835
+ };
836
+ };
837
+ defaultValue: null;
838
+ }, {
839
+ name: 'value';
840
+ type: {
841
+ kind: 'NON_NULL';
842
+ name: never;
843
+ ofType: {
844
+ kind: 'SCALAR';
845
+ name: 'String';
846
+ ofType: null;
847
+ };
848
+ };
849
+ defaultValue: null;
850
+ }];
851
+ };
852
+ 'EASEASEASMultiAttestByDelegationMultiDelegatedRequestsDataInput': {
853
+ kind: 'INPUT_OBJECT';
854
+ name: 'EASEASEASMultiAttestByDelegationMultiDelegatedRequestsDataInput';
855
+ isOneOf: false;
856
+ inputFields: [{
857
+ name: 'data';
858
+ type: {
859
+ kind: 'NON_NULL';
860
+ name: never;
861
+ ofType: {
862
+ kind: 'SCALAR';
863
+ name: 'String';
864
+ ofType: null;
865
+ };
866
+ };
867
+ defaultValue: null;
868
+ }, {
869
+ name: 'expirationTime';
870
+ type: {
871
+ kind: 'NON_NULL';
872
+ name: never;
873
+ ofType: {
874
+ kind: 'SCALAR';
875
+ name: 'String';
876
+ ofType: null;
877
+ };
878
+ };
879
+ defaultValue: null;
880
+ }, {
881
+ name: 'recipient';
882
+ type: {
883
+ kind: 'NON_NULL';
884
+ name: never;
885
+ ofType: {
886
+ kind: 'SCALAR';
887
+ name: 'String';
888
+ ofType: null;
889
+ };
890
+ };
891
+ defaultValue: null;
892
+ }, {
893
+ name: 'refUID';
894
+ type: {
895
+ kind: 'NON_NULL';
896
+ name: never;
897
+ ofType: {
898
+ kind: 'SCALAR';
899
+ name: 'String';
900
+ ofType: null;
901
+ };
902
+ };
903
+ defaultValue: null;
904
+ }, {
905
+ name: 'revocable';
906
+ type: {
907
+ kind: 'NON_NULL';
908
+ name: never;
909
+ ofType: {
910
+ kind: 'SCALAR';
911
+ name: 'Boolean';
912
+ ofType: null;
913
+ };
914
+ };
915
+ defaultValue: null;
916
+ }, {
917
+ name: 'value';
918
+ type: {
919
+ kind: 'NON_NULL';
920
+ name: never;
921
+ ofType: {
922
+ kind: 'SCALAR';
923
+ name: 'String';
924
+ ofType: null;
925
+ };
926
+ };
927
+ defaultValue: null;
928
+ }];
929
+ };
930
+ 'EASEASEASMultiAttestByDelegationMultiDelegatedRequestsSignaturesInput': {
931
+ kind: 'INPUT_OBJECT';
932
+ name: 'EASEASEASMultiAttestByDelegationMultiDelegatedRequestsSignaturesInput';
933
+ isOneOf: false;
934
+ inputFields: [{
935
+ name: 'r';
936
+ type: {
937
+ kind: 'NON_NULL';
938
+ name: never;
939
+ ofType: {
940
+ kind: 'SCALAR';
941
+ name: 'String';
942
+ ofType: null;
943
+ };
944
+ };
945
+ defaultValue: null;
946
+ }, {
947
+ name: 's';
948
+ type: {
949
+ kind: 'NON_NULL';
950
+ name: never;
951
+ ofType: {
952
+ kind: 'SCALAR';
953
+ name: 'String';
954
+ ofType: null;
955
+ };
956
+ };
957
+ defaultValue: null;
958
+ }, {
959
+ name: 'v';
960
+ type: {
961
+ kind: 'NON_NULL';
962
+ name: never;
963
+ ofType: {
964
+ kind: 'SCALAR';
965
+ name: 'Int';
966
+ ofType: null;
967
+ };
968
+ };
969
+ defaultValue: null;
970
+ }];
971
+ };
972
+ 'EASEASEASMultiAttestMultiRequestsDataInput': {
973
+ kind: 'INPUT_OBJECT';
974
+ name: 'EASEASEASMultiAttestMultiRequestsDataInput';
975
+ isOneOf: false;
976
+ inputFields: [{
977
+ name: 'data';
978
+ type: {
979
+ kind: 'NON_NULL';
980
+ name: never;
981
+ ofType: {
982
+ kind: 'SCALAR';
983
+ name: 'String';
984
+ ofType: null;
985
+ };
986
+ };
987
+ defaultValue: null;
988
+ }, {
989
+ name: 'expirationTime';
990
+ type: {
991
+ kind: 'NON_NULL';
992
+ name: never;
993
+ ofType: {
994
+ kind: 'SCALAR';
995
+ name: 'String';
996
+ ofType: null;
997
+ };
998
+ };
999
+ defaultValue: null;
1000
+ }, {
1001
+ name: 'recipient';
1002
+ type: {
1003
+ kind: 'NON_NULL';
1004
+ name: never;
1005
+ ofType: {
1006
+ kind: 'SCALAR';
1007
+ name: 'String';
1008
+ ofType: null;
1009
+ };
1010
+ };
1011
+ defaultValue: null;
1012
+ }, {
1013
+ name: 'refUID';
1014
+ type: {
1015
+ kind: 'NON_NULL';
1016
+ name: never;
1017
+ ofType: {
1018
+ kind: 'SCALAR';
1019
+ name: 'String';
1020
+ ofType: null;
1021
+ };
1022
+ };
1023
+ defaultValue: null;
1024
+ }, {
1025
+ name: 'revocable';
1026
+ type: {
1027
+ kind: 'NON_NULL';
1028
+ name: never;
1029
+ ofType: {
1030
+ kind: 'SCALAR';
1031
+ name: 'Boolean';
1032
+ ofType: null;
1033
+ };
1034
+ };
1035
+ defaultValue: null;
1036
+ }, {
1037
+ name: 'value';
1038
+ type: {
1039
+ kind: 'NON_NULL';
1040
+ name: never;
1041
+ ofType: {
1042
+ kind: 'SCALAR';
1043
+ name: 'String';
1044
+ ofType: null;
1045
+ };
1046
+ };
1047
+ defaultValue: null;
1048
+ }];
1049
+ };
1050
+ 'EASEASEASMultiRevokeByDelegationMultiDelegatedRequestsDataInput': {
1051
+ kind: 'INPUT_OBJECT';
1052
+ name: 'EASEASEASMultiRevokeByDelegationMultiDelegatedRequestsDataInput';
1053
+ isOneOf: false;
1054
+ inputFields: [{
1055
+ name: 'uid';
1056
+ type: {
1057
+ kind: 'NON_NULL';
1058
+ name: never;
1059
+ ofType: {
1060
+ kind: 'SCALAR';
1061
+ name: 'String';
1062
+ ofType: null;
1063
+ };
1064
+ };
1065
+ defaultValue: null;
1066
+ }, {
1067
+ name: 'value';
1068
+ type: {
1069
+ kind: 'NON_NULL';
1070
+ name: never;
1071
+ ofType: {
1072
+ kind: 'SCALAR';
1073
+ name: 'String';
1074
+ ofType: null;
1075
+ };
1076
+ };
1077
+ defaultValue: null;
1078
+ }];
1079
+ };
1080
+ 'EASEASEASMultiRevokeByDelegationMultiDelegatedRequestsSignaturesInput': {
1081
+ kind: 'INPUT_OBJECT';
1082
+ name: 'EASEASEASMultiRevokeByDelegationMultiDelegatedRequestsSignaturesInput';
1083
+ isOneOf: false;
1084
+ inputFields: [{
1085
+ name: 'r';
1086
+ type: {
1087
+ kind: 'NON_NULL';
1088
+ name: never;
1089
+ ofType: {
1090
+ kind: 'SCALAR';
1091
+ name: 'String';
1092
+ ofType: null;
1093
+ };
1094
+ };
1095
+ defaultValue: null;
1096
+ }, {
1097
+ name: 's';
1098
+ type: {
1099
+ kind: 'NON_NULL';
1100
+ name: never;
1101
+ ofType: {
1102
+ kind: 'SCALAR';
1103
+ name: 'String';
1104
+ ofType: null;
1105
+ };
1106
+ };
1107
+ defaultValue: null;
1108
+ }, {
1109
+ name: 'v';
1110
+ type: {
1111
+ kind: 'NON_NULL';
1112
+ name: never;
1113
+ ofType: {
1114
+ kind: 'SCALAR';
1115
+ name: 'Int';
1116
+ ofType: null;
1117
+ };
1118
+ };
1119
+ defaultValue: null;
1120
+ }];
1121
+ };
1122
+ 'EASEASEASMultiRevokeMultiRequestsDataInput': {
1123
+ kind: 'INPUT_OBJECT';
1124
+ name: 'EASEASEASMultiRevokeMultiRequestsDataInput';
1125
+ isOneOf: false;
1126
+ inputFields: [{
1127
+ name: 'uid';
1128
+ type: {
1129
+ kind: 'NON_NULL';
1130
+ name: never;
1131
+ ofType: {
1132
+ kind: 'SCALAR';
1133
+ name: 'String';
1134
+ ofType: null;
1135
+ };
1136
+ };
1137
+ defaultValue: null;
1138
+ }, {
1139
+ name: 'value';
1140
+ type: {
1141
+ kind: 'NON_NULL';
1142
+ name: never;
1143
+ ofType: {
1144
+ kind: 'SCALAR';
1145
+ name: 'String';
1146
+ ofType: null;
1147
+ };
1148
+ };
1149
+ defaultValue: null;
1150
+ }];
1151
+ };
1152
+ 'EASEASEASRevokeByDelegationDelegatedRequestDataInput': {
1153
+ kind: 'INPUT_OBJECT';
1154
+ name: 'EASEASEASRevokeByDelegationDelegatedRequestDataInput';
1155
+ isOneOf: false;
1156
+ inputFields: [{
1157
+ name: 'uid';
1158
+ type: {
1159
+ kind: 'NON_NULL';
1160
+ name: never;
1161
+ ofType: {
1162
+ kind: 'SCALAR';
1163
+ name: 'String';
1164
+ ofType: null;
1165
+ };
1166
+ };
1167
+ defaultValue: null;
1168
+ }, {
1169
+ name: 'value';
1170
+ type: {
1171
+ kind: 'NON_NULL';
1172
+ name: never;
1173
+ ofType: {
1174
+ kind: 'SCALAR';
1175
+ name: 'String';
1176
+ ofType: null;
1177
+ };
1178
+ };
1179
+ defaultValue: null;
1180
+ }];
1181
+ };
1182
+ 'EASEASEASRevokeByDelegationDelegatedRequestSignatureInput': {
1183
+ kind: 'INPUT_OBJECT';
1184
+ name: 'EASEASEASRevokeByDelegationDelegatedRequestSignatureInput';
1185
+ isOneOf: false;
1186
+ inputFields: [{
1187
+ name: 'r';
1188
+ type: {
1189
+ kind: 'NON_NULL';
1190
+ name: never;
1191
+ ofType: {
1192
+ kind: 'SCALAR';
1193
+ name: 'String';
1194
+ ofType: null;
1195
+ };
1196
+ };
1197
+ defaultValue: null;
1198
+ }, {
1199
+ name: 's';
1200
+ type: {
1201
+ kind: 'NON_NULL';
1202
+ name: never;
1203
+ ofType: {
1204
+ kind: 'SCALAR';
1205
+ name: 'String';
1206
+ ofType: null;
1207
+ };
1208
+ };
1209
+ defaultValue: null;
1210
+ }, {
1211
+ name: 'v';
1212
+ type: {
1213
+ kind: 'NON_NULL';
1214
+ name: never;
1215
+ ofType: {
1216
+ kind: 'SCALAR';
1217
+ name: 'Int';
1218
+ ofType: null;
1219
+ };
1220
+ };
1221
+ defaultValue: null;
1222
+ }];
1223
+ };
1224
+ 'EASEASEASRevokeRequestDataInput': {
1225
+ kind: 'INPUT_OBJECT';
1226
+ name: 'EASEASEASRevokeRequestDataInput';
1227
+ isOneOf: false;
1228
+ inputFields: [{
1229
+ name: 'uid';
1230
+ type: {
1231
+ kind: 'NON_NULL';
1232
+ name: never;
1233
+ ofType: {
1234
+ kind: 'SCALAR';
1235
+ name: 'String';
1236
+ ofType: null;
1237
+ };
1238
+ };
1239
+ defaultValue: null;
1240
+ }, {
1241
+ name: 'value';
1242
+ type: {
1243
+ kind: 'NON_NULL';
1244
+ name: never;
1245
+ ofType: {
1246
+ kind: 'SCALAR';
1247
+ name: 'String';
1248
+ ofType: null;
1249
+ };
1250
+ };
1251
+ defaultValue: null;
1252
+ }];
1253
+ };
1254
+ 'EASEASMultiAttestByDelegationMultiDelegatedRequestsInput': {
1255
+ kind: 'INPUT_OBJECT';
1256
+ name: 'EASEASMultiAttestByDelegationMultiDelegatedRequestsInput';
1257
+ isOneOf: false;
1258
+ inputFields: [{
1259
+ name: 'attester';
1260
+ type: {
1261
+ kind: 'NON_NULL';
1262
+ name: never;
1263
+ ofType: {
1264
+ kind: 'SCALAR';
1265
+ name: 'String';
1266
+ ofType: null;
1267
+ };
1268
+ };
1269
+ defaultValue: null;
1270
+ }, {
1271
+ name: 'data';
1272
+ type: {
1273
+ kind: 'NON_NULL';
1274
+ name: never;
1275
+ ofType: {
1276
+ kind: 'LIST';
1277
+ name: never;
1278
+ ofType: {
1279
+ kind: 'NON_NULL';
1280
+ name: never;
1281
+ ofType: {
1282
+ kind: 'INPUT_OBJECT';
1283
+ name: 'EASEASEASMultiAttestByDelegationMultiDelegatedRequestsDataInput';
1284
+ ofType: null;
1285
+ };
1286
+ };
1287
+ };
1288
+ };
1289
+ defaultValue: null;
1290
+ }, {
1291
+ name: 'deadline';
1292
+ type: {
1293
+ kind: 'NON_NULL';
1294
+ name: never;
1295
+ ofType: {
1296
+ kind: 'SCALAR';
1297
+ name: 'String';
1298
+ ofType: null;
1299
+ };
1300
+ };
1301
+ defaultValue: null;
1302
+ }, {
1303
+ name: 'schema';
1304
+ type: {
1305
+ kind: 'NON_NULL';
1306
+ name: never;
1307
+ ofType: {
1308
+ kind: 'SCALAR';
1309
+ name: 'String';
1310
+ ofType: null;
1311
+ };
1312
+ };
1313
+ defaultValue: null;
1314
+ }, {
1315
+ name: 'signatures';
1316
+ type: {
1317
+ kind: 'NON_NULL';
1318
+ name: never;
1319
+ ofType: {
1320
+ kind: 'LIST';
1321
+ name: never;
1322
+ ofType: {
1323
+ kind: 'NON_NULL';
1324
+ name: never;
1325
+ ofType: {
1326
+ kind: 'INPUT_OBJECT';
1327
+ name: 'EASEASEASMultiAttestByDelegationMultiDelegatedRequestsSignaturesInput';
1328
+ ofType: null;
1329
+ };
1330
+ };
1331
+ };
1332
+ };
1333
+ defaultValue: null;
1334
+ }];
1335
+ };
1336
+ 'EASEASMultiAttestMultiRequestsInput': {
1337
+ kind: 'INPUT_OBJECT';
1338
+ name: 'EASEASMultiAttestMultiRequestsInput';
1339
+ isOneOf: false;
1340
+ inputFields: [{
1341
+ name: 'data';
1342
+ type: {
1343
+ kind: 'NON_NULL';
1344
+ name: never;
1345
+ ofType: {
1346
+ kind: 'LIST';
1347
+ name: never;
1348
+ ofType: {
1349
+ kind: 'NON_NULL';
1350
+ name: never;
1351
+ ofType: {
1352
+ kind: 'INPUT_OBJECT';
1353
+ name: 'EASEASEASMultiAttestMultiRequestsDataInput';
1354
+ ofType: null;
1355
+ };
1356
+ };
1357
+ };
1358
+ };
1359
+ defaultValue: null;
1360
+ }, {
1361
+ name: 'schema';
1362
+ type: {
1363
+ kind: 'NON_NULL';
1364
+ name: never;
1365
+ ofType: {
1366
+ kind: 'SCALAR';
1367
+ name: 'String';
1368
+ ofType: null;
1369
+ };
1370
+ };
1371
+ defaultValue: null;
1372
+ }];
1373
+ };
1374
+ 'EASEASMultiRevokeByDelegationMultiDelegatedRequestsInput': {
1375
+ kind: 'INPUT_OBJECT';
1376
+ name: 'EASEASMultiRevokeByDelegationMultiDelegatedRequestsInput';
1377
+ isOneOf: false;
1378
+ inputFields: [{
1379
+ name: 'data';
1380
+ type: {
1381
+ kind: 'NON_NULL';
1382
+ name: never;
1383
+ ofType: {
1384
+ kind: 'LIST';
1385
+ name: never;
1386
+ ofType: {
1387
+ kind: 'NON_NULL';
1388
+ name: never;
1389
+ ofType: {
1390
+ kind: 'INPUT_OBJECT';
1391
+ name: 'EASEASEASMultiRevokeByDelegationMultiDelegatedRequestsDataInput';
1392
+ ofType: null;
1393
+ };
1394
+ };
1395
+ };
1396
+ };
1397
+ defaultValue: null;
1398
+ }, {
1399
+ name: 'deadline';
1400
+ type: {
1401
+ kind: 'NON_NULL';
1402
+ name: never;
1403
+ ofType: {
1404
+ kind: 'SCALAR';
1405
+ name: 'String';
1406
+ ofType: null;
1407
+ };
1408
+ };
1409
+ defaultValue: null;
1410
+ }, {
1411
+ name: 'revoker';
1412
+ type: {
1413
+ kind: 'NON_NULL';
1414
+ name: never;
1415
+ ofType: {
1416
+ kind: 'SCALAR';
1417
+ name: 'String';
1418
+ ofType: null;
1419
+ };
1420
+ };
1421
+ defaultValue: null;
1422
+ }, {
1423
+ name: 'schema';
1424
+ type: {
1425
+ kind: 'NON_NULL';
1426
+ name: never;
1427
+ ofType: {
1428
+ kind: 'SCALAR';
1429
+ name: 'String';
1430
+ ofType: null;
1431
+ };
1432
+ };
1433
+ defaultValue: null;
1434
+ }, {
1435
+ name: 'signatures';
1436
+ type: {
1437
+ kind: 'NON_NULL';
1438
+ name: never;
1439
+ ofType: {
1440
+ kind: 'LIST';
1441
+ name: never;
1442
+ ofType: {
1443
+ kind: 'NON_NULL';
1444
+ name: never;
1445
+ ofType: {
1446
+ kind: 'INPUT_OBJECT';
1447
+ name: 'EASEASEASMultiRevokeByDelegationMultiDelegatedRequestsSignaturesInput';
1448
+ ofType: null;
1449
+ };
1450
+ };
1451
+ };
1452
+ };
1453
+ defaultValue: null;
1454
+ }];
1455
+ };
1456
+ 'EASEASMultiRevokeMultiRequestsInput': {
1457
+ kind: 'INPUT_OBJECT';
1458
+ name: 'EASEASMultiRevokeMultiRequestsInput';
1459
+ isOneOf: false;
1460
+ inputFields: [{
1461
+ name: 'data';
1462
+ type: {
1463
+ kind: 'NON_NULL';
1464
+ name: never;
1465
+ ofType: {
1466
+ kind: 'LIST';
1467
+ name: never;
1468
+ ofType: {
1469
+ kind: 'NON_NULL';
1470
+ name: never;
1471
+ ofType: {
1472
+ kind: 'INPUT_OBJECT';
1473
+ name: 'EASEASEASMultiRevokeMultiRequestsDataInput';
1474
+ ofType: null;
1475
+ };
1476
+ };
1477
+ };
1478
+ };
1479
+ defaultValue: null;
1480
+ }, {
1481
+ name: 'schema';
1482
+ type: {
1483
+ kind: 'NON_NULL';
1484
+ name: never;
1485
+ ofType: {
1486
+ kind: 'SCALAR';
1487
+ name: 'String';
1488
+ ofType: null;
1489
+ };
1490
+ };
1491
+ defaultValue: null;
1492
+ }];
1493
+ };
1494
+ 'EASEASRevokeByDelegationDelegatedRequestInput': {
1495
+ kind: 'INPUT_OBJECT';
1496
+ name: 'EASEASRevokeByDelegationDelegatedRequestInput';
1497
+ isOneOf: false;
1498
+ inputFields: [{
1499
+ name: 'data';
1500
+ type: {
1501
+ kind: 'NON_NULL';
1502
+ name: never;
1503
+ ofType: {
1504
+ kind: 'INPUT_OBJECT';
1505
+ name: 'EASEASEASRevokeByDelegationDelegatedRequestDataInput';
1506
+ ofType: null;
1507
+ };
1508
+ };
1509
+ defaultValue: null;
1510
+ }, {
1511
+ name: 'deadline';
1512
+ type: {
1513
+ kind: 'NON_NULL';
1514
+ name: never;
1515
+ ofType: {
1516
+ kind: 'SCALAR';
1517
+ name: 'String';
1518
+ ofType: null;
1519
+ };
1520
+ };
1521
+ defaultValue: null;
1522
+ }, {
1523
+ name: 'revoker';
1524
+ type: {
1525
+ kind: 'NON_NULL';
1526
+ name: never;
1527
+ ofType: {
1528
+ kind: 'SCALAR';
1529
+ name: 'String';
1530
+ ofType: null;
1531
+ };
1532
+ };
1533
+ defaultValue: null;
1534
+ }, {
1535
+ name: 'schema';
1536
+ type: {
1537
+ kind: 'NON_NULL';
1538
+ name: never;
1539
+ ofType: {
1540
+ kind: 'SCALAR';
1541
+ name: 'String';
1542
+ ofType: null;
1543
+ };
1544
+ };
1545
+ defaultValue: null;
1546
+ }, {
1547
+ name: 'signature';
1548
+ type: {
1549
+ kind: 'NON_NULL';
1550
+ name: never;
1551
+ ofType: {
1552
+ kind: 'INPUT_OBJECT';
1553
+ name: 'EASEASEASRevokeByDelegationDelegatedRequestSignatureInput';
1554
+ ofType: null;
1555
+ };
1556
+ };
1557
+ defaultValue: null;
1558
+ }];
1559
+ };
1560
+ 'EASEASRevokeRequestInput': {
1561
+ kind: 'INPUT_OBJECT';
1562
+ name: 'EASEASRevokeRequestInput';
1563
+ isOneOf: false;
1564
+ inputFields: [{
1565
+ name: 'data';
1566
+ type: {
1567
+ kind: 'NON_NULL';
1568
+ name: never;
1569
+ ofType: {
1570
+ kind: 'INPUT_OBJECT';
1571
+ name: 'EASEASEASRevokeRequestDataInput';
1572
+ ofType: null;
1573
+ };
1574
+ };
1575
+ defaultValue: null;
1576
+ }, {
1577
+ name: 'schema';
1578
+ type: {
1579
+ kind: 'NON_NULL';
1580
+ name: never;
1581
+ ofType: {
1582
+ kind: 'SCALAR';
1583
+ name: 'String';
1584
+ ofType: null;
1585
+ };
1586
+ };
1587
+ defaultValue: null;
1588
+ }];
1589
+ };
1590
+ 'EASEip712DomainOutput': {
1591
+ kind: 'OBJECT';
1592
+ name: 'EASEip712DomainOutput';
1593
+ fields: {
1594
+ 'chainId': {
1595
+ name: 'chainId';
1596
+ type: {
1597
+ kind: 'SCALAR';
1598
+ name: 'String';
1599
+ ofType: null;
1600
+ };
1601
+ };
1602
+ 'extensions': {
1603
+ name: 'extensions';
1604
+ type: {
1605
+ kind: 'LIST';
1606
+ name: never;
1607
+ ofType: {
1608
+ kind: 'NON_NULL';
1609
+ name: never;
1610
+ ofType: {
1611
+ kind: 'SCALAR';
1612
+ name: 'String';
1613
+ ofType: null;
1614
+ };
1615
+ };
1616
+ };
1617
+ };
1618
+ 'fields': {
1619
+ name: 'fields';
1620
+ type: {
1621
+ kind: 'SCALAR';
1622
+ name: 'String';
1623
+ ofType: null;
1624
+ };
1625
+ };
1626
+ 'name': {
1627
+ name: 'name';
1628
+ type: {
1629
+ kind: 'SCALAR';
1630
+ name: 'String';
1631
+ ofType: null;
1632
+ };
1633
+ };
1634
+ 'salt': {
1635
+ name: 'salt';
1636
+ type: {
1637
+ kind: 'SCALAR';
1638
+ name: 'String';
1639
+ ofType: null;
1640
+ };
1641
+ };
1642
+ 'verifyingContract': {
1643
+ name: 'verifyingContract';
1644
+ type: {
1645
+ kind: 'SCALAR';
1646
+ name: 'String';
1647
+ ofType: null;
1648
+ };
1649
+ };
1650
+ 'version': {
1651
+ name: 'version';
1652
+ type: {
1653
+ kind: 'SCALAR';
1654
+ name: 'String';
1655
+ ofType: null;
1656
+ };
1657
+ };
1658
+ };
1659
+ };
1660
+ 'EASIncreaseNonceInput': {
1661
+ kind: 'INPUT_OBJECT';
1662
+ name: 'EASIncreaseNonceInput';
1663
+ isOneOf: false;
1664
+ inputFields: [{
1665
+ name: 'newNonce';
1666
+ type: {
1667
+ kind: 'NON_NULL';
1668
+ name: never;
1669
+ ofType: {
1670
+ kind: 'SCALAR';
1671
+ name: 'String';
1672
+ ofType: null;
1673
+ };
1674
+ };
1675
+ defaultValue: null;
1676
+ }];
1677
+ };
1678
+ 'EASMultiAttestByDelegationInput': {
1679
+ kind: 'INPUT_OBJECT';
1680
+ name: 'EASMultiAttestByDelegationInput';
1681
+ isOneOf: false;
1682
+ inputFields: [{
1683
+ name: 'multiDelegatedRequests';
1684
+ type: {
1685
+ kind: 'NON_NULL';
1686
+ name: never;
1687
+ ofType: {
1688
+ kind: 'LIST';
1689
+ name: never;
1690
+ ofType: {
1691
+ kind: 'NON_NULL';
1692
+ name: never;
1693
+ ofType: {
1694
+ kind: 'INPUT_OBJECT';
1695
+ name: 'EASEASMultiAttestByDelegationMultiDelegatedRequestsInput';
1696
+ ofType: null;
1697
+ };
1698
+ };
1699
+ };
1700
+ };
1701
+ defaultValue: null;
1702
+ }];
1703
+ };
1704
+ 'EASMultiAttestInput': {
1705
+ kind: 'INPUT_OBJECT';
1706
+ name: 'EASMultiAttestInput';
1707
+ isOneOf: false;
1708
+ inputFields: [{
1709
+ name: 'multiRequests';
1710
+ type: {
1711
+ kind: 'NON_NULL';
1712
+ name: never;
1713
+ ofType: {
1714
+ kind: 'LIST';
1715
+ name: never;
1716
+ ofType: {
1717
+ kind: 'NON_NULL';
1718
+ name: never;
1719
+ ofType: {
1720
+ kind: 'INPUT_OBJECT';
1721
+ name: 'EASEASMultiAttestMultiRequestsInput';
1722
+ ofType: null;
1723
+ };
1724
+ };
1725
+ };
1726
+ };
1727
+ defaultValue: null;
1728
+ }];
1729
+ };
1730
+ 'EASMultiRevokeByDelegationInput': {
1731
+ kind: 'INPUT_OBJECT';
1732
+ name: 'EASMultiRevokeByDelegationInput';
1733
+ isOneOf: false;
1734
+ inputFields: [{
1735
+ name: 'multiDelegatedRequests';
1736
+ type: {
1737
+ kind: 'NON_NULL';
1738
+ name: never;
1739
+ ofType: {
1740
+ kind: 'LIST';
1741
+ name: never;
1742
+ ofType: {
1743
+ kind: 'NON_NULL';
1744
+ name: never;
1745
+ ofType: {
1746
+ kind: 'INPUT_OBJECT';
1747
+ name: 'EASEASMultiRevokeByDelegationMultiDelegatedRequestsInput';
1748
+ ofType: null;
1749
+ };
1750
+ };
1751
+ };
1752
+ };
1753
+ defaultValue: null;
1754
+ }];
1755
+ };
1756
+ 'EASMultiRevokeInput': {
1757
+ kind: 'INPUT_OBJECT';
1758
+ name: 'EASMultiRevokeInput';
1759
+ isOneOf: false;
1760
+ inputFields: [{
1761
+ name: 'multiRequests';
1762
+ type: {
1763
+ kind: 'NON_NULL';
1764
+ name: never;
1765
+ ofType: {
1766
+ kind: 'LIST';
1767
+ name: never;
1768
+ ofType: {
1769
+ kind: 'NON_NULL';
1770
+ name: never;
1771
+ ofType: {
1772
+ kind: 'INPUT_OBJECT';
1773
+ name: 'EASEASMultiRevokeMultiRequestsInput';
1774
+ ofType: null;
1775
+ };
1776
+ };
1777
+ };
1778
+ };
1779
+ defaultValue: null;
1780
+ }];
1781
+ };
1782
+ 'EASMultiRevokeOffchainInput': {
1783
+ kind: 'INPUT_OBJECT';
1784
+ name: 'EASMultiRevokeOffchainInput';
1785
+ isOneOf: false;
1786
+ inputFields: [{
1787
+ name: 'data';
1788
+ type: {
1789
+ kind: 'NON_NULL';
1790
+ name: never;
1791
+ ofType: {
1792
+ kind: 'LIST';
1793
+ name: never;
1794
+ ofType: {
1795
+ kind: 'NON_NULL';
1796
+ name: never;
1797
+ ofType: {
1798
+ kind: 'SCALAR';
1799
+ name: 'String';
1800
+ ofType: null;
1801
+ };
1802
+ };
1803
+ };
1804
+ };
1805
+ defaultValue: null;
1806
+ }];
1807
+ };
1808
+ 'EASMultiTimestampInput': {
1809
+ kind: 'INPUT_OBJECT';
1810
+ name: 'EASMultiTimestampInput';
1811
+ isOneOf: false;
1812
+ inputFields: [{
1813
+ name: 'data';
1814
+ type: {
1815
+ kind: 'NON_NULL';
1816
+ name: never;
1817
+ ofType: {
1818
+ kind: 'LIST';
1819
+ name: never;
1820
+ ofType: {
1821
+ kind: 'NON_NULL';
1822
+ name: never;
1823
+ ofType: {
1824
+ kind: 'SCALAR';
1825
+ name: 'String';
1826
+ ofType: null;
1827
+ };
1828
+ };
1829
+ };
1830
+ };
1831
+ defaultValue: null;
1832
+ }];
1833
+ };
1834
+ 'EASRevokeByDelegationInput': {
1835
+ kind: 'INPUT_OBJECT';
1836
+ name: 'EASRevokeByDelegationInput';
1837
+ isOneOf: false;
1838
+ inputFields: [{
1839
+ name: 'delegatedRequest';
1840
+ type: {
1841
+ kind: 'NON_NULL';
1842
+ name: never;
1843
+ ofType: {
1844
+ kind: 'INPUT_OBJECT';
1845
+ name: 'EASEASRevokeByDelegationDelegatedRequestInput';
1846
+ ofType: null;
1847
+ };
1848
+ };
1849
+ defaultValue: null;
1850
+ }];
1851
+ };
1852
+ 'EASRevokeInput': {
1853
+ kind: 'INPUT_OBJECT';
1854
+ name: 'EASRevokeInput';
1855
+ isOneOf: false;
1856
+ inputFields: [{
1857
+ name: 'request';
1858
+ type: {
1859
+ kind: 'NON_NULL';
1860
+ name: never;
1861
+ ofType: {
1862
+ kind: 'INPUT_OBJECT';
1863
+ name: 'EASEASRevokeRequestInput';
1864
+ ofType: null;
1865
+ };
1866
+ };
1867
+ defaultValue: null;
1868
+ }];
1869
+ };
1870
+ 'EASRevokeOffchainInput': {
1871
+ kind: 'INPUT_OBJECT';
1872
+ name: 'EASRevokeOffchainInput';
1873
+ isOneOf: false;
1874
+ inputFields: [{
1875
+ name: 'data';
1876
+ type: {
1877
+ kind: 'NON_NULL';
1878
+ name: never;
1879
+ ofType: {
1880
+ kind: 'SCALAR';
1881
+ name: 'String';
1882
+ ofType: null;
1883
+ };
1884
+ };
1885
+ defaultValue: null;
1886
+ }];
1887
+ };
1888
+ 'EASSchemaRegistry': {
1889
+ kind: 'OBJECT';
1890
+ name: 'EASSchemaRegistry';
1891
+ fields: {
1892
+ 'getSchema': {
1893
+ name: 'getSchema';
1894
+ type: {
1895
+ kind: 'OBJECT';
1896
+ name: 'EASSchemaRegistryTuple0GetSchemaOutput';
1897
+ ofType: null;
1898
+ };
1899
+ };
1900
+ 'id': {
1901
+ name: 'id';
1902
+ type: {
1903
+ kind: 'SCALAR';
1904
+ name: 'ID';
1905
+ ofType: null;
1906
+ };
1907
+ };
1908
+ 'isTrustedForwarder': {
1909
+ name: 'isTrustedForwarder';
1910
+ type: {
1911
+ kind: 'SCALAR';
1912
+ name: 'Boolean';
1913
+ ofType: null;
1914
+ };
1915
+ };
1916
+ 'trustedForwarder': {
1917
+ name: 'trustedForwarder';
1918
+ type: {
1919
+ kind: 'SCALAR';
1920
+ name: 'String';
1921
+ ofType: null;
1922
+ };
1923
+ };
1924
+ 'version': {
1925
+ name: 'version';
1926
+ type: {
1927
+ kind: 'SCALAR';
1928
+ name: 'String';
1929
+ ofType: null;
1930
+ };
1931
+ };
1932
+ };
1933
+ };
1934
+ 'EASSchemaRegistryRegisterInput': {
1935
+ kind: 'INPUT_OBJECT';
1936
+ name: 'EASSchemaRegistryRegisterInput';
1937
+ isOneOf: false;
1938
+ inputFields: [{
1939
+ name: 'resolver';
1940
+ type: {
1941
+ kind: 'NON_NULL';
1942
+ name: never;
1943
+ ofType: {
1944
+ kind: 'SCALAR';
1945
+ name: 'String';
1946
+ ofType: null;
1947
+ };
1948
+ };
1949
+ defaultValue: null;
1950
+ }, {
1951
+ name: 'revocable';
1952
+ type: {
1953
+ kind: 'NON_NULL';
1954
+ name: never;
1955
+ ofType: {
1956
+ kind: 'SCALAR';
1957
+ name: 'Boolean';
1958
+ ofType: null;
1959
+ };
1960
+ };
1961
+ defaultValue: null;
1962
+ }, {
1963
+ name: 'schema';
1964
+ type: {
1965
+ kind: 'NON_NULL';
1966
+ name: never;
1967
+ ofType: {
1968
+ kind: 'SCALAR';
1969
+ name: 'String';
1970
+ ofType: null;
1971
+ };
1972
+ };
1973
+ defaultValue: null;
1974
+ }];
1975
+ };
1976
+ 'EASSchemaRegistryTransactionOutput': {
1977
+ kind: 'OBJECT';
1978
+ name: 'EASSchemaRegistryTransactionOutput';
1979
+ fields: {
1980
+ 'transactionHash': {
1981
+ name: 'transactionHash';
1982
+ type: {
1983
+ kind: 'SCALAR';
1984
+ name: 'String';
1985
+ ofType: null;
1986
+ };
1987
+ };
1988
+ };
1989
+ };
1990
+ 'EASSchemaRegistryTransactionReceiptOutput': {
1991
+ kind: 'OBJECT';
1992
+ name: 'EASSchemaRegistryTransactionReceiptOutput';
1993
+ fields: {
1994
+ 'blobGasPrice': {
1995
+ name: 'blobGasPrice';
1996
+ type: {
1997
+ kind: 'SCALAR';
1998
+ name: 'String';
1999
+ ofType: null;
2000
+ };
2001
+ };
2002
+ 'blobGasUsed': {
2003
+ name: 'blobGasUsed';
2004
+ type: {
2005
+ kind: 'SCALAR';
2006
+ name: 'String';
2007
+ ofType: null;
2008
+ };
2009
+ };
2010
+ 'blockHash': {
2011
+ name: 'blockHash';
2012
+ type: {
2013
+ kind: 'NON_NULL';
2014
+ name: never;
2015
+ ofType: {
2016
+ kind: 'SCALAR';
2017
+ name: 'String';
2018
+ ofType: null;
2019
+ };
2020
+ };
2021
+ };
2022
+ 'blockNumber': {
2023
+ name: 'blockNumber';
2024
+ type: {
2025
+ kind: 'NON_NULL';
2026
+ name: never;
2027
+ ofType: {
2028
+ kind: 'SCALAR';
2029
+ name: 'String';
2030
+ ofType: null;
2031
+ };
2032
+ };
2033
+ };
2034
+ 'contractAddress': {
2035
+ name: 'contractAddress';
2036
+ type: {
2037
+ kind: 'SCALAR';
2038
+ name: 'String';
2039
+ ofType: null;
2040
+ };
2041
+ };
2042
+ 'cumulativeGasUsed': {
2043
+ name: 'cumulativeGasUsed';
2044
+ type: {
2045
+ kind: 'NON_NULL';
2046
+ name: never;
2047
+ ofType: {
2048
+ kind: 'SCALAR';
2049
+ name: 'String';
2050
+ ofType: null;
2051
+ };
2052
+ };
2053
+ };
2054
+ 'effectiveGasPrice': {
2055
+ name: 'effectiveGasPrice';
2056
+ type: {
2057
+ kind: 'NON_NULL';
2058
+ name: never;
2059
+ ofType: {
2060
+ kind: 'SCALAR';
2061
+ name: 'String';
2062
+ ofType: null;
2063
+ };
2064
+ };
2065
+ };
2066
+ 'events': {
2067
+ name: 'events';
2068
+ type: {
2069
+ kind: 'NON_NULL';
2070
+ name: never;
2071
+ ofType: {
2072
+ kind: 'SCALAR';
2073
+ name: 'JSON';
2074
+ ofType: null;
2075
+ };
2076
+ };
2077
+ };
2078
+ 'from': {
2079
+ name: 'from';
2080
+ type: {
2081
+ kind: 'NON_NULL';
2082
+ name: never;
2083
+ ofType: {
2084
+ kind: 'SCALAR';
2085
+ name: 'String';
2086
+ ofType: null;
2087
+ };
2088
+ };
2089
+ };
2090
+ 'gasUsed': {
2091
+ name: 'gasUsed';
2092
+ type: {
2093
+ kind: 'NON_NULL';
2094
+ name: never;
2095
+ ofType: {
2096
+ kind: 'SCALAR';
2097
+ name: 'String';
2098
+ ofType: null;
2099
+ };
2100
+ };
2101
+ };
2102
+ 'logs': {
2103
+ name: 'logs';
2104
+ type: {
2105
+ kind: 'NON_NULL';
2106
+ name: never;
2107
+ ofType: {
2108
+ kind: 'SCALAR';
2109
+ name: 'JSON';
2110
+ ofType: null;
2111
+ };
2112
+ };
2113
+ };
2114
+ 'logsBloom': {
2115
+ name: 'logsBloom';
2116
+ type: {
2117
+ kind: 'NON_NULL';
2118
+ name: never;
2119
+ ofType: {
2120
+ kind: 'SCALAR';
2121
+ name: 'String';
2122
+ ofType: null;
2123
+ };
2124
+ };
2125
+ };
2126
+ 'revertReason': {
2127
+ name: 'revertReason';
2128
+ type: {
2129
+ kind: 'SCALAR';
2130
+ name: 'String';
2131
+ ofType: null;
2132
+ };
2133
+ };
2134
+ 'revertReasonDecoded': {
2135
+ name: 'revertReasonDecoded';
2136
+ type: {
2137
+ kind: 'SCALAR';
2138
+ name: 'String';
2139
+ ofType: null;
2140
+ };
2141
+ };
2142
+ 'root': {
2143
+ name: 'root';
2144
+ type: {
2145
+ kind: 'SCALAR';
2146
+ name: 'String';
2147
+ ofType: null;
2148
+ };
2149
+ };
2150
+ 'status': {
2151
+ name: 'status';
2152
+ type: {
2153
+ kind: 'NON_NULL';
2154
+ name: never;
2155
+ ofType: {
2156
+ kind: 'ENUM';
2157
+ name: 'TransactionReceiptStatus';
2158
+ ofType: null;
2159
+ };
2160
+ };
2161
+ };
2162
+ 'to': {
2163
+ name: 'to';
2164
+ type: {
2165
+ kind: 'SCALAR';
2166
+ name: 'String';
2167
+ ofType: null;
2168
+ };
2169
+ };
2170
+ 'transactionHash': {
2171
+ name: 'transactionHash';
2172
+ type: {
2173
+ kind: 'NON_NULL';
2174
+ name: never;
2175
+ ofType: {
2176
+ kind: 'SCALAR';
2177
+ name: 'String';
2178
+ ofType: null;
2179
+ };
2180
+ };
2181
+ };
2182
+ 'transactionIndex': {
2183
+ name: 'transactionIndex';
2184
+ type: {
2185
+ kind: 'NON_NULL';
2186
+ name: never;
2187
+ ofType: {
2188
+ kind: 'SCALAR';
2189
+ name: 'Int';
2190
+ ofType: null;
2191
+ };
2192
+ };
2193
+ };
2194
+ 'type': {
2195
+ name: 'type';
2196
+ type: {
2197
+ kind: 'NON_NULL';
2198
+ name: never;
2199
+ ofType: {
2200
+ kind: 'SCALAR';
2201
+ name: 'String';
2202
+ ofType: null;
2203
+ };
2204
+ };
2205
+ };
2206
+ 'userOperationReceipts': {
2207
+ name: 'userOperationReceipts';
2208
+ type: {
2209
+ kind: 'LIST';
2210
+ name: never;
2211
+ ofType: {
2212
+ kind: 'NON_NULL';
2213
+ name: never;
2214
+ ofType: {
2215
+ kind: 'OBJECT';
2216
+ name: 'UserOperationReceipt';
2217
+ ofType: null;
2218
+ };
2219
+ };
2220
+ };
2221
+ };
2222
+ };
2223
+ };
2224
+ 'EASSchemaRegistryTuple0GetSchemaOutput': {
2225
+ kind: 'OBJECT';
2226
+ name: 'EASSchemaRegistryTuple0GetSchemaOutput';
2227
+ fields: {
2228
+ 'resolver': {
2229
+ name: 'resolver';
2230
+ type: {
2231
+ kind: 'SCALAR';
2232
+ name: 'String';
2233
+ ofType: null;
2234
+ };
2235
+ };
2236
+ 'revocable': {
2237
+ name: 'revocable';
2238
+ type: {
2239
+ kind: 'SCALAR';
2240
+ name: 'Boolean';
2241
+ ofType: null;
2242
+ };
2243
+ };
2244
+ 'schema': {
2245
+ name: 'schema';
2246
+ type: {
2247
+ kind: 'SCALAR';
2248
+ name: 'String';
2249
+ ofType: null;
2250
+ };
2251
+ };
2252
+ 'uid': {
2253
+ name: 'uid';
2254
+ type: {
2255
+ kind: 'SCALAR';
2256
+ name: 'String';
2257
+ ofType: null;
2258
+ };
2259
+ };
2260
+ };
2261
+ };
2262
+ 'EASTimestampInput': {
2263
+ kind: 'INPUT_OBJECT';
2264
+ name: 'EASTimestampInput';
2265
+ isOneOf: false;
2266
+ inputFields: [{
2267
+ name: 'data';
2268
+ type: {
2269
+ kind: 'NON_NULL';
2270
+ name: never;
2271
+ ofType: {
2272
+ kind: 'SCALAR';
2273
+ name: 'String';
2274
+ ofType: null;
2275
+ };
2276
+ };
2277
+ defaultValue: null;
2278
+ }];
2279
+ };
2280
+ 'EASTransactionOutput': {
2281
+ kind: 'OBJECT';
2282
+ name: 'EASTransactionOutput';
2283
+ fields: {
2284
+ 'transactionHash': {
2285
+ name: 'transactionHash';
2286
+ type: {
2287
+ kind: 'SCALAR';
2288
+ name: 'String';
2289
+ ofType: null;
2290
+ };
2291
+ };
2292
+ };
2293
+ };
2294
+ 'EASTransactionReceiptOutput': {
2295
+ kind: 'OBJECT';
2296
+ name: 'EASTransactionReceiptOutput';
2297
+ fields: {
2298
+ 'blobGasPrice': {
2299
+ name: 'blobGasPrice';
2300
+ type: {
2301
+ kind: 'SCALAR';
2302
+ name: 'String';
2303
+ ofType: null;
2304
+ };
2305
+ };
2306
+ 'blobGasUsed': {
2307
+ name: 'blobGasUsed';
2308
+ type: {
2309
+ kind: 'SCALAR';
2310
+ name: 'String';
2311
+ ofType: null;
2312
+ };
2313
+ };
2314
+ 'blockHash': {
2315
+ name: 'blockHash';
2316
+ type: {
2317
+ kind: 'NON_NULL';
2318
+ name: never;
2319
+ ofType: {
2320
+ kind: 'SCALAR';
2321
+ name: 'String';
2322
+ ofType: null;
2323
+ };
2324
+ };
2325
+ };
2326
+ 'blockNumber': {
2327
+ name: 'blockNumber';
2328
+ type: {
2329
+ kind: 'NON_NULL';
2330
+ name: never;
2331
+ ofType: {
2332
+ kind: 'SCALAR';
2333
+ name: 'String';
2334
+ ofType: null;
2335
+ };
2336
+ };
2337
+ };
2338
+ 'contractAddress': {
2339
+ name: 'contractAddress';
2340
+ type: {
2341
+ kind: 'SCALAR';
2342
+ name: 'String';
2343
+ ofType: null;
2344
+ };
2345
+ };
2346
+ 'cumulativeGasUsed': {
2347
+ name: 'cumulativeGasUsed';
2348
+ type: {
2349
+ kind: 'NON_NULL';
2350
+ name: never;
2351
+ ofType: {
2352
+ kind: 'SCALAR';
2353
+ name: 'String';
2354
+ ofType: null;
2355
+ };
2356
+ };
2357
+ };
2358
+ 'effectiveGasPrice': {
2359
+ name: 'effectiveGasPrice';
2360
+ type: {
2361
+ kind: 'NON_NULL';
2362
+ name: never;
2363
+ ofType: {
2364
+ kind: 'SCALAR';
2365
+ name: 'String';
2366
+ ofType: null;
2367
+ };
2368
+ };
2369
+ };
2370
+ 'events': {
2371
+ name: 'events';
2372
+ type: {
2373
+ kind: 'NON_NULL';
2374
+ name: never;
2375
+ ofType: {
2376
+ kind: 'SCALAR';
2377
+ name: 'JSON';
2378
+ ofType: null;
2379
+ };
2380
+ };
2381
+ };
2382
+ 'from': {
2383
+ name: 'from';
2384
+ type: {
2385
+ kind: 'NON_NULL';
2386
+ name: never;
2387
+ ofType: {
2388
+ kind: 'SCALAR';
2389
+ name: 'String';
2390
+ ofType: null;
2391
+ };
2392
+ };
2393
+ };
2394
+ 'gasUsed': {
2395
+ name: 'gasUsed';
2396
+ type: {
2397
+ kind: 'NON_NULL';
2398
+ name: never;
2399
+ ofType: {
2400
+ kind: 'SCALAR';
2401
+ name: 'String';
2402
+ ofType: null;
2403
+ };
2404
+ };
2405
+ };
2406
+ 'logs': {
2407
+ name: 'logs';
2408
+ type: {
2409
+ kind: 'NON_NULL';
2410
+ name: never;
2411
+ ofType: {
2412
+ kind: 'SCALAR';
2413
+ name: 'JSON';
2414
+ ofType: null;
2415
+ };
2416
+ };
2417
+ };
2418
+ 'logsBloom': {
2419
+ name: 'logsBloom';
2420
+ type: {
2421
+ kind: 'NON_NULL';
2422
+ name: never;
2423
+ ofType: {
2424
+ kind: 'SCALAR';
2425
+ name: 'String';
2426
+ ofType: null;
2427
+ };
2428
+ };
2429
+ };
2430
+ 'revertReason': {
2431
+ name: 'revertReason';
2432
+ type: {
2433
+ kind: 'SCALAR';
2434
+ name: 'String';
2435
+ ofType: null;
2436
+ };
2437
+ };
2438
+ 'revertReasonDecoded': {
2439
+ name: 'revertReasonDecoded';
2440
+ type: {
2441
+ kind: 'SCALAR';
2442
+ name: 'String';
2443
+ ofType: null;
2444
+ };
2445
+ };
2446
+ 'root': {
2447
+ name: 'root';
2448
+ type: {
2449
+ kind: 'SCALAR';
2450
+ name: 'String';
2451
+ ofType: null;
2452
+ };
2453
+ };
2454
+ 'status': {
2455
+ name: 'status';
2456
+ type: {
2457
+ kind: 'NON_NULL';
2458
+ name: never;
2459
+ ofType: {
2460
+ kind: 'ENUM';
2461
+ name: 'TransactionReceiptStatus';
2462
+ ofType: null;
2463
+ };
2464
+ };
2465
+ };
2466
+ 'to': {
2467
+ name: 'to';
2468
+ type: {
2469
+ kind: 'SCALAR';
2470
+ name: 'String';
2471
+ ofType: null;
2472
+ };
2473
+ };
2474
+ 'transactionHash': {
2475
+ name: 'transactionHash';
2476
+ type: {
2477
+ kind: 'NON_NULL';
2478
+ name: never;
2479
+ ofType: {
2480
+ kind: 'SCALAR';
2481
+ name: 'String';
2482
+ ofType: null;
2483
+ };
2484
+ };
2485
+ };
2486
+ 'transactionIndex': {
2487
+ name: 'transactionIndex';
2488
+ type: {
2489
+ kind: 'NON_NULL';
2490
+ name: never;
2491
+ ofType: {
2492
+ kind: 'SCALAR';
2493
+ name: 'Int';
2494
+ ofType: null;
2495
+ };
2496
+ };
2497
+ };
2498
+ 'type': {
2499
+ name: 'type';
2500
+ type: {
2501
+ kind: 'NON_NULL';
2502
+ name: never;
2503
+ ofType: {
2504
+ kind: 'SCALAR';
2505
+ name: 'String';
2506
+ ofType: null;
2507
+ };
2508
+ };
2509
+ };
2510
+ 'userOperationReceipts': {
2511
+ name: 'userOperationReceipts';
2512
+ type: {
2513
+ kind: 'LIST';
2514
+ name: never;
2515
+ ofType: {
2516
+ kind: 'NON_NULL';
2517
+ name: never;
2518
+ ofType: {
2519
+ kind: 'OBJECT';
2520
+ name: 'UserOperationReceipt';
2521
+ ofType: null;
2522
+ };
2523
+ };
2524
+ };
2525
+ };
2526
+ };
2527
+ };
2528
+ 'EASTuple0GetAttestationOutput': {
2529
+ kind: 'OBJECT';
2530
+ name: 'EASTuple0GetAttestationOutput';
2531
+ fields: {
2532
+ 'attester': {
2533
+ name: 'attester';
2534
+ type: {
2535
+ kind: 'SCALAR';
2536
+ name: 'String';
2537
+ ofType: null;
2538
+ };
2539
+ };
2540
+ 'data': {
2541
+ name: 'data';
2542
+ type: {
2543
+ kind: 'SCALAR';
2544
+ name: 'String';
2545
+ ofType: null;
2546
+ };
2547
+ };
2548
+ 'expirationTime': {
2549
+ name: 'expirationTime';
2550
+ type: {
2551
+ kind: 'SCALAR';
2552
+ name: 'String';
2553
+ ofType: null;
2554
+ };
2555
+ };
2556
+ 'recipient': {
2557
+ name: 'recipient';
2558
+ type: {
2559
+ kind: 'SCALAR';
2560
+ name: 'String';
2561
+ ofType: null;
2562
+ };
2563
+ };
2564
+ 'refUID': {
2565
+ name: 'refUID';
2566
+ type: {
2567
+ kind: 'SCALAR';
2568
+ name: 'String';
2569
+ ofType: null;
2570
+ };
2571
+ };
2572
+ 'revocable': {
2573
+ name: 'revocable';
2574
+ type: {
2575
+ kind: 'SCALAR';
2576
+ name: 'Boolean';
2577
+ ofType: null;
2578
+ };
2579
+ };
2580
+ 'revocationTime': {
2581
+ name: 'revocationTime';
2582
+ type: {
2583
+ kind: 'SCALAR';
2584
+ name: 'String';
2585
+ ofType: null;
2586
+ };
2587
+ };
2588
+ 'schema': {
2589
+ name: 'schema';
2590
+ type: {
2591
+ kind: 'SCALAR';
2592
+ name: 'String';
2593
+ ofType: null;
2594
+ };
2595
+ };
2596
+ 'time': {
2597
+ name: 'time';
2598
+ type: {
2599
+ kind: 'SCALAR';
2600
+ name: 'String';
2601
+ ofType: null;
2602
+ };
2603
+ };
2604
+ 'uid': {
2605
+ name: 'uid';
2606
+ type: {
2607
+ kind: 'SCALAR';
2608
+ name: 'String';
2609
+ ofType: null;
2610
+ };
2611
+ };
2612
+ };
2613
+ };
2614
+ 'ID': unknown;
2615
+ 'Int': unknown;
2616
+ 'JSON': unknown;
2617
+ 'Mutation': {
2618
+ kind: 'OBJECT';
2619
+ name: 'Mutation';
2620
+ fields: {
2621
+ 'DeployContract': {
2622
+ name: 'DeployContract';
2623
+ type: {
2624
+ kind: 'OBJECT';
2625
+ name: 'ContractDeploymentTransactionOutput';
2626
+ ofType: null;
2627
+ };
2628
+ };
2629
+ 'DeployContractEAS': {
2630
+ name: 'DeployContractEAS';
2631
+ type: {
2632
+ kind: 'OBJECT';
2633
+ name: 'ContractDeploymentTransactionOutput';
2634
+ ofType: null;
2635
+ };
2636
+ };
2637
+ 'DeployContractEASSchemaRegistry': {
2638
+ name: 'DeployContractEASSchemaRegistry';
2639
+ type: {
2640
+ kind: 'OBJECT';
2641
+ name: 'ContractDeploymentTransactionOutput';
2642
+ ofType: null;
2643
+ };
2644
+ };
2645
+ 'EASAttest': {
2646
+ name: 'EASAttest';
2647
+ type: {
2648
+ kind: 'OBJECT';
2649
+ name: 'EASTransactionOutput';
2650
+ ofType: null;
2651
+ };
2652
+ };
2653
+ 'EASAttestByDelegation': {
2654
+ name: 'EASAttestByDelegation';
2655
+ type: {
2656
+ kind: 'OBJECT';
2657
+ name: 'EASTransactionOutput';
2658
+ ofType: null;
2659
+ };
2660
+ };
2661
+ 'EASIncreaseNonce': {
2662
+ name: 'EASIncreaseNonce';
2663
+ type: {
2664
+ kind: 'OBJECT';
2665
+ name: 'EASTransactionOutput';
2666
+ ofType: null;
2667
+ };
2668
+ };
2669
+ 'EASMultiAttest': {
2670
+ name: 'EASMultiAttest';
2671
+ type: {
2672
+ kind: 'OBJECT';
2673
+ name: 'EASTransactionOutput';
2674
+ ofType: null;
2675
+ };
2676
+ };
2677
+ 'EASMultiAttestByDelegation': {
2678
+ name: 'EASMultiAttestByDelegation';
2679
+ type: {
2680
+ kind: 'OBJECT';
2681
+ name: 'EASTransactionOutput';
2682
+ ofType: null;
2683
+ };
2684
+ };
2685
+ 'EASMultiRevoke': {
2686
+ name: 'EASMultiRevoke';
2687
+ type: {
2688
+ kind: 'OBJECT';
2689
+ name: 'EASTransactionOutput';
2690
+ ofType: null;
2691
+ };
2692
+ };
2693
+ 'EASMultiRevokeByDelegation': {
2694
+ name: 'EASMultiRevokeByDelegation';
2695
+ type: {
2696
+ kind: 'OBJECT';
2697
+ name: 'EASTransactionOutput';
2698
+ ofType: null;
2699
+ };
2700
+ };
2701
+ 'EASMultiRevokeOffchain': {
2702
+ name: 'EASMultiRevokeOffchain';
2703
+ type: {
2704
+ kind: 'OBJECT';
2705
+ name: 'EASTransactionOutput';
2706
+ ofType: null;
2707
+ };
2708
+ };
2709
+ 'EASMultiTimestamp': {
2710
+ name: 'EASMultiTimestamp';
2711
+ type: {
2712
+ kind: 'OBJECT';
2713
+ name: 'EASTransactionOutput';
2714
+ ofType: null;
2715
+ };
2716
+ };
2717
+ 'EASRevoke': {
2718
+ name: 'EASRevoke';
2719
+ type: {
2720
+ kind: 'OBJECT';
2721
+ name: 'EASTransactionOutput';
2722
+ ofType: null;
2723
+ };
2724
+ };
2725
+ 'EASRevokeByDelegation': {
2726
+ name: 'EASRevokeByDelegation';
2727
+ type: {
2728
+ kind: 'OBJECT';
2729
+ name: 'EASTransactionOutput';
2730
+ ofType: null;
2731
+ };
2732
+ };
2733
+ 'EASRevokeOffchain': {
2734
+ name: 'EASRevokeOffchain';
2735
+ type: {
2736
+ kind: 'OBJECT';
2737
+ name: 'EASTransactionOutput';
2738
+ ofType: null;
2739
+ };
2740
+ };
2741
+ 'EASSchemaRegistryRegister': {
2742
+ name: 'EASSchemaRegistryRegister';
2743
+ type: {
2744
+ kind: 'OBJECT';
2745
+ name: 'EASSchemaRegistryTransactionOutput';
2746
+ ofType: null;
2747
+ };
2748
+ };
2749
+ 'EASTimestamp': {
2750
+ name: 'EASTimestamp';
2751
+ type: {
2752
+ kind: 'OBJECT';
2753
+ name: 'EASTransactionOutput';
2754
+ ofType: null;
2755
+ };
2756
+ };
2757
+ 'createWallet': {
2758
+ name: 'createWallet';
2759
+ type: {
2760
+ kind: 'OBJECT';
2761
+ name: 'CreateWalletOutput';
2762
+ ofType: null;
2763
+ };
2764
+ };
2765
+ 'createWalletVerification': {
2766
+ name: 'createWalletVerification';
2767
+ type: {
2768
+ kind: 'OBJECT';
2769
+ name: 'CreateWalletVerificationOutput';
2770
+ ofType: null;
2771
+ };
2772
+ };
2773
+ 'createWalletVerificationChallenges': {
2774
+ name: 'createWalletVerificationChallenges';
2775
+ type: {
2776
+ kind: 'LIST';
2777
+ name: never;
2778
+ ofType: {
2779
+ kind: 'NON_NULL';
2780
+ name: never;
2781
+ ofType: {
2782
+ kind: 'OBJECT';
2783
+ name: 'WalletVerificationChallenge';
2784
+ ofType: null;
2785
+ };
2786
+ };
2787
+ };
2788
+ };
2789
+ 'deleteWalletVerification': {
2790
+ name: 'deleteWalletVerification';
2791
+ type: {
2792
+ kind: 'OBJECT';
2793
+ name: 'DeleteWalletVerificationOutput';
2794
+ ofType: null;
2795
+ };
2796
+ };
2797
+ 'verifyWalletVerificationChallenge': {
2798
+ name: 'verifyWalletVerificationChallenge';
2799
+ type: {
2800
+ kind: 'OBJECT';
2801
+ name: 'VerifyWalletVerificationChallengeOutput';
2802
+ ofType: null;
2803
+ };
2804
+ };
2805
+ };
2806
+ };
2807
+ 'OTPAlgorithm': {
2808
+ name: 'OTPAlgorithm';
2809
+ enumValues: 'SHA1' | 'SHA3_224' | 'SHA3_256' | 'SHA3_384' | 'SHA3_512' | 'SHA224' | 'SHA256' | 'SHA384' | 'SHA512';
2810
+ };
2811
+ 'OTPSettingsInput': {
2812
+ kind: 'INPUT_OBJECT';
2813
+ name: 'OTPSettingsInput';
2814
+ isOneOf: false;
2815
+ inputFields: [{
2816
+ name: 'algorithm';
2817
+ type: {
2818
+ kind: 'ENUM';
2819
+ name: 'OTPAlgorithm';
2820
+ ofType: null;
2821
+ };
2822
+ defaultValue: null;
2823
+ }, {
2824
+ name: 'digits';
2825
+ type: {
2826
+ kind: 'SCALAR';
2827
+ name: 'Int';
2828
+ ofType: null;
2829
+ };
2830
+ defaultValue: null;
2831
+ }, {
2832
+ name: 'issuer';
2833
+ type: {
2834
+ kind: 'SCALAR';
2835
+ name: 'String';
2836
+ ofType: null;
2837
+ };
2838
+ defaultValue: null;
2839
+ }, {
2840
+ name: 'name';
2841
+ type: {
2842
+ kind: 'NON_NULL';
2843
+ name: never;
2844
+ ofType: {
2845
+ kind: 'SCALAR';
2846
+ name: 'String';
2847
+ ofType: null;
2848
+ };
2849
+ };
2850
+ defaultValue: null;
2851
+ }, {
2852
+ name: 'period';
2853
+ type: {
2854
+ kind: 'SCALAR';
2855
+ name: 'Int';
2856
+ ofType: null;
2857
+ };
2858
+ defaultValue: null;
2859
+ }];
2860
+ };
2861
+ 'PincodeSettingsInput': {
2862
+ kind: 'INPUT_OBJECT';
2863
+ name: 'PincodeSettingsInput';
2864
+ isOneOf: false;
2865
+ inputFields: [{
2866
+ name: 'name';
2867
+ type: {
2868
+ kind: 'NON_NULL';
2869
+ name: never;
2870
+ ofType: {
2871
+ kind: 'SCALAR';
2872
+ name: 'String';
2873
+ ofType: null;
2874
+ };
2875
+ };
2876
+ defaultValue: null;
2877
+ }, {
2878
+ name: 'pincode';
2879
+ type: {
2880
+ kind: 'NON_NULL';
2881
+ name: never;
2882
+ ofType: {
2883
+ kind: 'SCALAR';
2884
+ name: 'String';
2885
+ ofType: null;
2886
+ };
2887
+ };
2888
+ defaultValue: null;
2889
+ }];
2890
+ };
2891
+ 'Query': {
2892
+ kind: 'OBJECT';
2893
+ name: 'Query';
2894
+ fields: {
2895
+ 'EAS': {
2896
+ name: 'EAS';
2897
+ type: {
2898
+ kind: 'OBJECT';
2899
+ name: 'EAS';
2900
+ ofType: null;
2901
+ };
2902
+ };
2903
+ 'EASAttestByDelegationReceipt': {
2904
+ name: 'EASAttestByDelegationReceipt';
2905
+ type: {
2906
+ kind: 'OBJECT';
2907
+ name: 'EASTransactionReceiptOutput';
2908
+ ofType: null;
2909
+ };
2910
+ };
2911
+ 'EASAttestReceipt': {
2912
+ name: 'EASAttestReceipt';
2913
+ type: {
2914
+ kind: 'OBJECT';
2915
+ name: 'EASTransactionReceiptOutput';
2916
+ ofType: null;
2917
+ };
2918
+ };
2919
+ 'EASIncreaseNonceReceipt': {
2920
+ name: 'EASIncreaseNonceReceipt';
2921
+ type: {
2922
+ kind: 'OBJECT';
2923
+ name: 'EASTransactionReceiptOutput';
2924
+ ofType: null;
2925
+ };
2926
+ };
2927
+ 'EASMultiAttestByDelegationReceipt': {
2928
+ name: 'EASMultiAttestByDelegationReceipt';
2929
+ type: {
2930
+ kind: 'OBJECT';
2931
+ name: 'EASTransactionReceiptOutput';
2932
+ ofType: null;
2933
+ };
2934
+ };
2935
+ 'EASMultiAttestReceipt': {
2936
+ name: 'EASMultiAttestReceipt';
2937
+ type: {
2938
+ kind: 'OBJECT';
2939
+ name: 'EASTransactionReceiptOutput';
2940
+ ofType: null;
2941
+ };
2942
+ };
2943
+ 'EASMultiRevokeByDelegationReceipt': {
2944
+ name: 'EASMultiRevokeByDelegationReceipt';
2945
+ type: {
2946
+ kind: 'OBJECT';
2947
+ name: 'EASTransactionReceiptOutput';
2948
+ ofType: null;
2949
+ };
2950
+ };
2951
+ 'EASMultiRevokeOffchainReceipt': {
2952
+ name: 'EASMultiRevokeOffchainReceipt';
2953
+ type: {
2954
+ kind: 'OBJECT';
2955
+ name: 'EASTransactionReceiptOutput';
2956
+ ofType: null;
2957
+ };
2958
+ };
2959
+ 'EASMultiRevokeReceipt': {
2960
+ name: 'EASMultiRevokeReceipt';
2961
+ type: {
2962
+ kind: 'OBJECT';
2963
+ name: 'EASTransactionReceiptOutput';
2964
+ ofType: null;
2965
+ };
2966
+ };
2967
+ 'EASMultiTimestampReceipt': {
2968
+ name: 'EASMultiTimestampReceipt';
2969
+ type: {
2970
+ kind: 'OBJECT';
2971
+ name: 'EASTransactionReceiptOutput';
2972
+ ofType: null;
2973
+ };
2974
+ };
2975
+ 'EASRevokeByDelegationReceipt': {
2976
+ name: 'EASRevokeByDelegationReceipt';
2977
+ type: {
2978
+ kind: 'OBJECT';
2979
+ name: 'EASTransactionReceiptOutput';
2980
+ ofType: null;
2981
+ };
2982
+ };
2983
+ 'EASRevokeOffchainReceipt': {
2984
+ name: 'EASRevokeOffchainReceipt';
2985
+ type: {
2986
+ kind: 'OBJECT';
2987
+ name: 'EASTransactionReceiptOutput';
2988
+ ofType: null;
2989
+ };
2990
+ };
2991
+ 'EASRevokeReceipt': {
2992
+ name: 'EASRevokeReceipt';
2993
+ type: {
2994
+ kind: 'OBJECT';
2995
+ name: 'EASTransactionReceiptOutput';
2996
+ ofType: null;
2997
+ };
2998
+ };
2999
+ 'EASSchemaRegistry': {
3000
+ name: 'EASSchemaRegistry';
3001
+ type: {
3002
+ kind: 'OBJECT';
3003
+ name: 'EASSchemaRegistry';
3004
+ ofType: null;
3005
+ };
3006
+ };
3007
+ 'EASSchemaRegistryRegisterReceipt': {
3008
+ name: 'EASSchemaRegistryRegisterReceipt';
3009
+ type: {
3010
+ kind: 'OBJECT';
3011
+ name: 'EASSchemaRegistryTransactionReceiptOutput';
3012
+ ofType: null;
3013
+ };
3014
+ };
3015
+ 'EASTimestampReceipt': {
3016
+ name: 'EASTimestampReceipt';
3017
+ type: {
3018
+ kind: 'OBJECT';
3019
+ name: 'EASTransactionReceiptOutput';
3020
+ ofType: null;
3021
+ };
3022
+ };
3023
+ 'getContracts': {
3024
+ name: 'getContracts';
3025
+ type: {
3026
+ kind: 'OBJECT';
3027
+ name: 'ContractsPaginatedOutput';
3028
+ ofType: null;
3029
+ };
3030
+ };
3031
+ 'getContractsDeployStatus': {
3032
+ name: 'getContractsDeployStatus';
3033
+ type: {
3034
+ kind: 'OBJECT';
3035
+ name: 'ContractsDeployStatusPaginatedOutput';
3036
+ ofType: null;
3037
+ };
3038
+ };
3039
+ 'getContractsDeployStatusEas': {
3040
+ name: 'getContractsDeployStatusEas';
3041
+ type: {
3042
+ kind: 'OBJECT';
3043
+ name: 'ContractsDeployStatusPaginatedOutput';
3044
+ ofType: null;
3045
+ };
3046
+ };
3047
+ 'getContractsDeployStatusEasSchemaRegistry': {
3048
+ name: 'getContractsDeployStatusEasSchemaRegistry';
3049
+ type: {
3050
+ kind: 'OBJECT';
3051
+ name: 'ContractsDeployStatusPaginatedOutput';
3052
+ ofType: null;
3053
+ };
3054
+ };
3055
+ 'getContractsEas': {
3056
+ name: 'getContractsEas';
3057
+ type: {
3058
+ kind: 'OBJECT';
3059
+ name: 'ContractsPaginatedOutput';
3060
+ ofType: null;
3061
+ };
3062
+ };
3063
+ 'getContractsEasSchemaRegistry': {
3064
+ name: 'getContractsEasSchemaRegistry';
3065
+ type: {
3066
+ kind: 'OBJECT';
3067
+ name: 'ContractsPaginatedOutput';
3068
+ ofType: null;
3069
+ };
3070
+ };
3071
+ 'getPendingAndRecentlyProcessedTransactions': {
3072
+ name: 'getPendingAndRecentlyProcessedTransactions';
3073
+ type: {
3074
+ kind: 'OBJECT';
3075
+ name: 'TransactionsPaginatedOutput';
3076
+ ofType: null;
3077
+ };
3078
+ };
3079
+ 'getPendingTransactions': {
3080
+ name: 'getPendingTransactions';
3081
+ type: {
3082
+ kind: 'OBJECT';
3083
+ name: 'TransactionsPaginatedOutput';
3084
+ ofType: null;
3085
+ };
3086
+ };
3087
+ 'getProcessedTransactions': {
3088
+ name: 'getProcessedTransactions';
3089
+ type: {
3090
+ kind: 'OBJECT';
3091
+ name: 'TransactionsPaginatedOutput';
3092
+ ofType: null;
3093
+ };
3094
+ };
3095
+ 'getTransaction': {
3096
+ name: 'getTransaction';
3097
+ type: {
3098
+ kind: 'OBJECT';
3099
+ name: 'TransactionOutput';
3100
+ ofType: null;
3101
+ };
3102
+ };
3103
+ 'getTransactionsTimeline': {
3104
+ name: 'getTransactionsTimeline';
3105
+ type: {
3106
+ kind: 'LIST';
3107
+ name: never;
3108
+ ofType: {
3109
+ kind: 'NON_NULL';
3110
+ name: never;
3111
+ ofType: {
3112
+ kind: 'OBJECT';
3113
+ name: 'TransactionTimelineOutput';
3114
+ ofType: null;
3115
+ };
3116
+ };
3117
+ };
3118
+ };
3119
+ 'getWalletVerifications': {
3120
+ name: 'getWalletVerifications';
3121
+ type: {
3122
+ kind: 'LIST';
3123
+ name: never;
3124
+ ofType: {
3125
+ kind: 'NON_NULL';
3126
+ name: never;
3127
+ ofType: {
3128
+ kind: 'OBJECT';
3129
+ name: 'WalletVerification';
3130
+ ofType: null;
3131
+ };
3132
+ };
3133
+ };
3134
+ };
3135
+ };
3136
+ };
3137
+ 'SecretCodesSettingsInput': {
3138
+ kind: 'INPUT_OBJECT';
3139
+ name: 'SecretCodesSettingsInput';
3140
+ isOneOf: false;
3141
+ inputFields: [{
3142
+ name: 'name';
3143
+ type: {
3144
+ kind: 'NON_NULL';
3145
+ name: never;
3146
+ ofType: {
3147
+ kind: 'SCALAR';
3148
+ name: 'String';
3149
+ ofType: null;
3150
+ };
3151
+ };
3152
+ defaultValue: null;
3153
+ }];
3154
+ };
3155
+ 'String': unknown;
3156
+ 'Subscription': {
3157
+ kind: 'OBJECT';
3158
+ name: 'Subscription';
3159
+ fields: {
3160
+ 'getContractsDeployStatus': {
3161
+ name: 'getContractsDeployStatus';
3162
+ type: {
3163
+ kind: 'OBJECT';
3164
+ name: 'ContractsDeployStatusPaginatedOutput';
3165
+ ofType: null;
3166
+ };
3167
+ };
3168
+ 'getContractsDeployStatusEas': {
3169
+ name: 'getContractsDeployStatusEas';
3170
+ type: {
3171
+ kind: 'OBJECT';
3172
+ name: 'ContractsDeployStatusPaginatedOutput';
3173
+ ofType: null;
3174
+ };
3175
+ };
3176
+ 'getContractsDeployStatusEasSchemaRegistry': {
3177
+ name: 'getContractsDeployStatusEasSchemaRegistry';
3178
+ type: {
3179
+ kind: 'OBJECT';
3180
+ name: 'ContractsDeployStatusPaginatedOutput';
3181
+ ofType: null;
3182
+ };
3183
+ };
3184
+ 'getPendingAndRecentlyProcessedTransactions': {
3185
+ name: 'getPendingAndRecentlyProcessedTransactions';
3186
+ type: {
3187
+ kind: 'OBJECT';
3188
+ name: 'TransactionsPaginatedOutput';
3189
+ ofType: null;
3190
+ };
3191
+ };
3192
+ 'getPendingTransactions': {
3193
+ name: 'getPendingTransactions';
3194
+ type: {
3195
+ kind: 'OBJECT';
3196
+ name: 'TransactionsPaginatedOutput';
3197
+ ofType: null;
3198
+ };
3199
+ };
3200
+ 'getProcessedTransactions': {
3201
+ name: 'getProcessedTransactions';
3202
+ type: {
3203
+ kind: 'OBJECT';
3204
+ name: 'TransactionsPaginatedOutput';
3205
+ ofType: null;
3206
+ };
3207
+ };
3208
+ 'getTransaction': {
3209
+ name: 'getTransaction';
3210
+ type: {
3211
+ kind: 'OBJECT';
3212
+ name: 'TransactionOutput';
3213
+ ofType: null;
3214
+ };
3215
+ };
3216
+ };
3217
+ };
3218
+ 'TransactionOutput': {
3219
+ kind: 'OBJECT';
3220
+ name: 'TransactionOutput';
3221
+ fields: {
3222
+ 'address': {
3223
+ name: 'address';
3224
+ type: {
3225
+ kind: 'NON_NULL';
3226
+ name: never;
3227
+ ofType: {
3228
+ kind: 'SCALAR';
3229
+ name: 'String';
3230
+ ofType: null;
3231
+ };
3232
+ };
3233
+ };
3234
+ 'createdAt': {
3235
+ name: 'createdAt';
3236
+ type: {
3237
+ kind: 'SCALAR';
3238
+ name: 'String';
3239
+ ofType: null;
3240
+ };
3241
+ };
3242
+ 'from': {
3243
+ name: 'from';
3244
+ type: {
3245
+ kind: 'NON_NULL';
3246
+ name: never;
3247
+ ofType: {
3248
+ kind: 'SCALAR';
3249
+ name: 'String';
3250
+ ofType: null;
3251
+ };
3252
+ };
3253
+ };
3254
+ 'functionName': {
3255
+ name: 'functionName';
3256
+ type: {
3257
+ kind: 'NON_NULL';
3258
+ name: never;
3259
+ ofType: {
3260
+ kind: 'SCALAR';
3261
+ name: 'String';
3262
+ ofType: null;
3263
+ };
3264
+ };
3265
+ };
3266
+ 'isContract': {
3267
+ name: 'isContract';
3268
+ type: {
3269
+ kind: 'NON_NULL';
3270
+ name: never;
3271
+ ofType: {
3272
+ kind: 'SCALAR';
3273
+ name: 'Boolean';
3274
+ ofType: null;
3275
+ };
3276
+ };
3277
+ };
3278
+ 'metadata': {
3279
+ name: 'metadata';
3280
+ type: {
3281
+ kind: 'SCALAR';
3282
+ name: 'JSON';
3283
+ ofType: null;
3284
+ };
3285
+ };
3286
+ 'receipt': {
3287
+ name: 'receipt';
3288
+ type: {
3289
+ kind: 'OBJECT';
3290
+ name: 'TransactionReceiptOutput';
3291
+ ofType: null;
3292
+ };
3293
+ };
3294
+ 'transactionHash': {
3295
+ name: 'transactionHash';
3296
+ type: {
3297
+ kind: 'NON_NULL';
3298
+ name: never;
3299
+ ofType: {
3300
+ kind: 'SCALAR';
3301
+ name: 'String';
3302
+ ofType: null;
3303
+ };
3304
+ };
3305
+ };
3306
+ 'updatedAt': {
3307
+ name: 'updatedAt';
3308
+ type: {
3309
+ kind: 'SCALAR';
3310
+ name: 'String';
3311
+ ofType: null;
3312
+ };
3313
+ };
3314
+ };
3315
+ };
3316
+ 'TransactionReceiptOutput': {
3317
+ kind: 'OBJECT';
3318
+ name: 'TransactionReceiptOutput';
3319
+ fields: {
3320
+ 'blobGasPrice': {
3321
+ name: 'blobGasPrice';
3322
+ type: {
3323
+ kind: 'SCALAR';
3324
+ name: 'String';
3325
+ ofType: null;
3326
+ };
3327
+ };
3328
+ 'blobGasUsed': {
3329
+ name: 'blobGasUsed';
3330
+ type: {
3331
+ kind: 'SCALAR';
3332
+ name: 'String';
3333
+ ofType: null;
3334
+ };
3335
+ };
3336
+ 'blockHash': {
3337
+ name: 'blockHash';
3338
+ type: {
3339
+ kind: 'NON_NULL';
3340
+ name: never;
3341
+ ofType: {
3342
+ kind: 'SCALAR';
3343
+ name: 'String';
3344
+ ofType: null;
3345
+ };
3346
+ };
3347
+ };
3348
+ 'blockNumber': {
3349
+ name: 'blockNumber';
3350
+ type: {
3351
+ kind: 'NON_NULL';
3352
+ name: never;
3353
+ ofType: {
3354
+ kind: 'SCALAR';
3355
+ name: 'String';
3356
+ ofType: null;
3357
+ };
3358
+ };
3359
+ };
3360
+ 'contractAddress': {
3361
+ name: 'contractAddress';
3362
+ type: {
3363
+ kind: 'SCALAR';
3364
+ name: 'String';
3365
+ ofType: null;
3366
+ };
3367
+ };
3368
+ 'cumulativeGasUsed': {
3369
+ name: 'cumulativeGasUsed';
3370
+ type: {
3371
+ kind: 'NON_NULL';
3372
+ name: never;
3373
+ ofType: {
3374
+ kind: 'SCALAR';
3375
+ name: 'String';
3376
+ ofType: null;
3377
+ };
3378
+ };
3379
+ };
3380
+ 'effectiveGasPrice': {
3381
+ name: 'effectiveGasPrice';
3382
+ type: {
3383
+ kind: 'NON_NULL';
3384
+ name: never;
3385
+ ofType: {
3386
+ kind: 'SCALAR';
3387
+ name: 'String';
3388
+ ofType: null;
3389
+ };
3390
+ };
3391
+ };
3392
+ 'events': {
3393
+ name: 'events';
3394
+ type: {
3395
+ kind: 'NON_NULL';
3396
+ name: never;
3397
+ ofType: {
3398
+ kind: 'SCALAR';
3399
+ name: 'JSON';
3400
+ ofType: null;
3401
+ };
3402
+ };
3403
+ };
3404
+ 'from': {
3405
+ name: 'from';
3406
+ type: {
3407
+ kind: 'NON_NULL';
3408
+ name: never;
3409
+ ofType: {
3410
+ kind: 'SCALAR';
3411
+ name: 'String';
3412
+ ofType: null;
3413
+ };
3414
+ };
3415
+ };
3416
+ 'gasUsed': {
3417
+ name: 'gasUsed';
3418
+ type: {
3419
+ kind: 'NON_NULL';
3420
+ name: never;
3421
+ ofType: {
3422
+ kind: 'SCALAR';
3423
+ name: 'String';
3424
+ ofType: null;
3425
+ };
3426
+ };
3427
+ };
3428
+ 'logs': {
3429
+ name: 'logs';
3430
+ type: {
3431
+ kind: 'NON_NULL';
3432
+ name: never;
3433
+ ofType: {
3434
+ kind: 'SCALAR';
3435
+ name: 'JSON';
3436
+ ofType: null;
3437
+ };
3438
+ };
3439
+ };
3440
+ 'logsBloom': {
3441
+ name: 'logsBloom';
3442
+ type: {
3443
+ kind: 'NON_NULL';
3444
+ name: never;
3445
+ ofType: {
3446
+ kind: 'SCALAR';
3447
+ name: 'String';
3448
+ ofType: null;
3449
+ };
3450
+ };
3451
+ };
3452
+ 'revertReason': {
3453
+ name: 'revertReason';
3454
+ type: {
3455
+ kind: 'SCALAR';
3456
+ name: 'String';
3457
+ ofType: null;
3458
+ };
3459
+ };
3460
+ 'revertReasonDecoded': {
3461
+ name: 'revertReasonDecoded';
3462
+ type: {
3463
+ kind: 'SCALAR';
3464
+ name: 'String';
3465
+ ofType: null;
3466
+ };
3467
+ };
3468
+ 'root': {
3469
+ name: 'root';
3470
+ type: {
3471
+ kind: 'SCALAR';
3472
+ name: 'String';
3473
+ ofType: null;
3474
+ };
3475
+ };
3476
+ 'status': {
3477
+ name: 'status';
3478
+ type: {
3479
+ kind: 'NON_NULL';
3480
+ name: never;
3481
+ ofType: {
3482
+ kind: 'ENUM';
3483
+ name: 'TransactionReceiptStatus';
3484
+ ofType: null;
3485
+ };
3486
+ };
3487
+ };
3488
+ 'to': {
3489
+ name: 'to';
3490
+ type: {
3491
+ kind: 'SCALAR';
3492
+ name: 'String';
3493
+ ofType: null;
3494
+ };
3495
+ };
3496
+ 'transactionHash': {
3497
+ name: 'transactionHash';
3498
+ type: {
3499
+ kind: 'NON_NULL';
3500
+ name: never;
3501
+ ofType: {
3502
+ kind: 'SCALAR';
3503
+ name: 'String';
3504
+ ofType: null;
3505
+ };
3506
+ };
3507
+ };
3508
+ 'transactionIndex': {
3509
+ name: 'transactionIndex';
3510
+ type: {
3511
+ kind: 'NON_NULL';
3512
+ name: never;
3513
+ ofType: {
3514
+ kind: 'SCALAR';
3515
+ name: 'Int';
3516
+ ofType: null;
3517
+ };
3518
+ };
3519
+ };
3520
+ 'type': {
3521
+ name: 'type';
3522
+ type: {
3523
+ kind: 'NON_NULL';
3524
+ name: never;
3525
+ ofType: {
3526
+ kind: 'SCALAR';
3527
+ name: 'String';
3528
+ ofType: null;
3529
+ };
3530
+ };
3531
+ };
3532
+ 'userOperationReceipts': {
3533
+ name: 'userOperationReceipts';
3534
+ type: {
3535
+ kind: 'LIST';
3536
+ name: never;
3537
+ ofType: {
3538
+ kind: 'NON_NULL';
3539
+ name: never;
3540
+ ofType: {
3541
+ kind: 'OBJECT';
3542
+ name: 'UserOperationReceipt';
3543
+ ofType: null;
3544
+ };
3545
+ };
3546
+ };
3547
+ };
3548
+ };
3549
+ };
3550
+ 'TransactionReceiptStatus': {
3551
+ name: 'TransactionReceiptStatus';
3552
+ enumValues: 'Reverted' | 'Success';
3553
+ };
3554
+ 'TransactionTimelineGranularity': {
3555
+ name: 'TransactionTimelineGranularity';
3556
+ enumValues: 'DAY' | 'HOUR' | 'MONTH' | 'YEAR';
3557
+ };
3558
+ 'TransactionTimelineOutput': {
3559
+ kind: 'OBJECT';
3560
+ name: 'TransactionTimelineOutput';
3561
+ fields: {
3562
+ 'count': {
3563
+ name: 'count';
3564
+ type: {
3565
+ kind: 'SCALAR';
3566
+ name: 'Int';
3567
+ ofType: null;
3568
+ };
3569
+ };
3570
+ 'end': {
3571
+ name: 'end';
3572
+ type: {
3573
+ kind: 'SCALAR';
3574
+ name: 'String';
3575
+ ofType: null;
3576
+ };
3577
+ };
3578
+ 'start': {
3579
+ name: 'start';
3580
+ type: {
3581
+ kind: 'SCALAR';
3582
+ name: 'String';
3583
+ ofType: null;
3584
+ };
3585
+ };
3586
+ };
3587
+ };
3588
+ 'TransactionsPaginatedOutput': {
3589
+ kind: 'OBJECT';
3590
+ name: 'TransactionsPaginatedOutput';
3591
+ fields: {
3592
+ 'count': {
3593
+ name: 'count';
3594
+ type: {
3595
+ kind: 'NON_NULL';
3596
+ name: never;
3597
+ ofType: {
3598
+ kind: 'SCALAR';
3599
+ name: 'Int';
3600
+ ofType: null;
3601
+ };
3602
+ };
3603
+ };
3604
+ 'records': {
3605
+ name: 'records';
3606
+ type: {
3607
+ kind: 'NON_NULL';
3608
+ name: never;
3609
+ ofType: {
3610
+ kind: 'LIST';
3611
+ name: never;
3612
+ ofType: {
3613
+ kind: 'NON_NULL';
3614
+ name: never;
3615
+ ofType: {
3616
+ kind: 'OBJECT';
3617
+ name: 'TransactionOutput';
3618
+ ofType: null;
3619
+ };
3620
+ };
3621
+ };
3622
+ };
3623
+ };
3624
+ };
3625
+ };
3626
+ 'UserOperationReceipt': {
3627
+ kind: 'OBJECT';
3628
+ name: 'UserOperationReceipt';
3629
+ fields: {
3630
+ 'actualGasCost': {
3631
+ name: 'actualGasCost';
3632
+ type: {
3633
+ kind: 'SCALAR';
3634
+ name: 'String';
3635
+ ofType: null;
3636
+ };
3637
+ };
3638
+ 'actualGasUsed': {
3639
+ name: 'actualGasUsed';
3640
+ type: {
3641
+ kind: 'SCALAR';
3642
+ name: 'String';
3643
+ ofType: null;
3644
+ };
3645
+ };
3646
+ 'entryPoint': {
3647
+ name: 'entryPoint';
3648
+ type: {
3649
+ kind: 'SCALAR';
3650
+ name: 'String';
3651
+ ofType: null;
3652
+ };
3653
+ };
3654
+ 'logs': {
3655
+ name: 'logs';
3656
+ type: {
3657
+ kind: 'LIST';
3658
+ name: never;
3659
+ ofType: {
3660
+ kind: 'NON_NULL';
3661
+ name: never;
3662
+ ofType: {
3663
+ kind: 'SCALAR';
3664
+ name: 'String';
3665
+ ofType: null;
3666
+ };
3667
+ };
3668
+ };
3669
+ };
3670
+ 'nonce': {
3671
+ name: 'nonce';
3672
+ type: {
3673
+ kind: 'SCALAR';
3674
+ name: 'String';
3675
+ ofType: null;
3676
+ };
3677
+ };
3678
+ 'sender': {
3679
+ name: 'sender';
3680
+ type: {
3681
+ kind: 'SCALAR';
3682
+ name: 'String';
3683
+ ofType: null;
3684
+ };
3685
+ };
3686
+ 'success': {
3687
+ name: 'success';
3688
+ type: {
3689
+ kind: 'SCALAR';
3690
+ name: 'Boolean';
3691
+ ofType: null;
3692
+ };
3693
+ };
3694
+ 'userOpHash': {
3695
+ name: 'userOpHash';
3696
+ type: {
3697
+ kind: 'SCALAR';
3698
+ name: 'String';
3699
+ ofType: null;
3700
+ };
3701
+ };
3702
+ };
3703
+ };
3704
+ 'VerifyWalletVerificationChallengeOutput': {
3705
+ kind: 'OBJECT';
3706
+ name: 'VerifyWalletVerificationChallengeOutput';
3707
+ fields: {
3708
+ 'verified': {
3709
+ name: 'verified';
3710
+ type: {
3711
+ kind: 'SCALAR';
3712
+ name: 'Boolean';
3713
+ ofType: null;
3714
+ };
3715
+ };
3716
+ };
3717
+ };
3718
+ 'WalletVerification': {
3719
+ kind: 'OBJECT';
3720
+ name: 'WalletVerification';
3721
+ fields: {
3722
+ 'id': {
3723
+ name: 'id';
3724
+ type: {
3725
+ kind: 'SCALAR';
3726
+ name: 'String';
3727
+ ofType: null;
3728
+ };
3729
+ };
3730
+ 'name': {
3731
+ name: 'name';
3732
+ type: {
3733
+ kind: 'SCALAR';
3734
+ name: 'String';
3735
+ ofType: null;
3736
+ };
3737
+ };
3738
+ 'verificationType': {
3739
+ name: 'verificationType';
3740
+ type: {
3741
+ kind: 'ENUM';
3742
+ name: 'WalletVerificationType';
3743
+ ofType: null;
3744
+ };
3745
+ };
3746
+ };
3747
+ };
3748
+ 'WalletVerificationChallenge': {
3749
+ kind: 'OBJECT';
3750
+ name: 'WalletVerificationChallenge';
3751
+ fields: {
3752
+ 'challenge': {
3753
+ name: 'challenge';
3754
+ type: {
3755
+ kind: 'SCALAR';
3756
+ name: 'JSON';
3757
+ ofType: null;
3758
+ };
3759
+ };
3760
+ 'id': {
3761
+ name: 'id';
3762
+ type: {
3763
+ kind: 'SCALAR';
3764
+ name: 'String';
3765
+ ofType: null;
3766
+ };
3767
+ };
3768
+ 'name': {
3769
+ name: 'name';
3770
+ type: {
3771
+ kind: 'SCALAR';
3772
+ name: 'String';
3773
+ ofType: null;
3774
+ };
3775
+ };
3776
+ 'verificationType': {
3777
+ name: 'verificationType';
3778
+ type: {
3779
+ kind: 'ENUM';
3780
+ name: 'WalletVerificationType';
3781
+ ofType: null;
3782
+ };
3783
+ };
3784
+ };
3785
+ };
3786
+ 'WalletVerificationType': {
3787
+ name: 'WalletVerificationType';
3788
+ enumValues: 'OTP' | 'PINCODE' | 'SECRET_CODES';
3789
+ };
3790
+ };
4
3791
 
3792
+ /** An IntrospectionQuery representation of your schema.
3793
+ *
3794
+ * @remarks
3795
+ * This is an introspection of your schema saved as a file by GraphQLSP.
3796
+ * It will automatically be used by `gql.tada` to infer the types of your GraphQL documents.
3797
+ * If you need to reuse this data or update your `scalars`, update `tadaOutputLocation` to
3798
+ * instead save to a .ts instead of a .d.ts file.
3799
+ */
3800
+ type introspection = {
3801
+ name: 'portal';
3802
+ query: 'Query';
3803
+ mutation: 'Mutation';
3804
+ subscription: 'Subscription';
3805
+ types: introspection_types;
3806
+ };
3807
+ //#endregion
3808
+ //#region src/portal/portal-client.d.ts
3809
+ type PortalClient = ReturnType<typeof createPortalClient<{
3810
+ introspection: introspection;
3811
+ disableMasking: true;
3812
+ scalars: {
3813
+ JSON: unknown;
3814
+ };
3815
+ }>>;
3816
+ //#endregion
3817
+ //#region src/utils/validation.d.ts
5
3818
  /**
6
- * Schema for validating EAS client configuration options.
7
- * Extends the base Viem client options with EAS-specific requirements.
3819
+ * Zod schema for EASClientOptions.
8
3820
  */
9
- declare const ClientOptionsSchema: z.ZodObject<{
10
- schemaRegistryAddress: z.ZodString;
11
- attestationAddress: z.ZodString;
12
- accessToken: z.ZodString;
13
- chainId: z.ZodString;
14
- chainName: z.ZodString;
15
- rpcUrl: z.ZodString;
3821
+ declare const EASClientOptionsSchema: z.ZodObject<{
3822
+ instance: z.ZodString;
3823
+ accessToken: z.ZodOptional<z.ZodString>;
3824
+ easContractAddress: z.ZodOptional<z.ZodCustom<`0x${string}`, `0x${string}`>>;
3825
+ schemaRegistryContractAddress: z.ZodOptional<z.ZodCustom<`0x${string}`, `0x${string}`>>;
3826
+ debug: z.ZodOptional<z.ZodBoolean>;
16
3827
  }, z.core.$strip>;
3828
+ //#endregion
3829
+ //#region src/schema.d.ts
17
3830
  /**
18
- * Configuration options for creating an EAS client.
19
- * Combines EAS-specific options with base Viem client options.
3831
+ * Common address constants
20
3832
  */
21
- type ClientOptions = z.infer<typeof ClientOptionsSchema>;
22
- //#endregion
23
- //#region src/types.d.ts
3833
+ declare const ZERO_ADDRESS: "0x0000000000000000000000000000000000000000";
3834
+ declare const ZERO_BYTES32: Hex;
24
3835
  /**
25
3836
  * Supported field types for EAS schema fields.
26
3837
  * Maps to the Solidity types that can be used in EAS schemas.
@@ -49,43 +3860,520 @@ interface SchemaField {
49
3860
  description?: string;
50
3861
  }
51
3862
  /**
52
- * Options for registering a new schema in the EAS Schema Registry.
3863
+ * Configuration options for the EAS client
3864
+ */
3865
+ type EASClientOptions = z.infer<typeof EASClientOptionsSchema>;
3866
+ /**
3867
+ * Schema registration request
53
3868
  */
54
- interface RegisterSchemaOptions {
55
- /** Array of fields that make up the schema */
56
- fields: SchemaField[];
57
- /** Address of the resolver contract that will handle attestations */
58
- resolverAddress: string;
3869
+ interface SchemaRequest {
3870
+ /** Schema fields (alternative to schema string) */
3871
+ fields?: SchemaField[];
3872
+ /** Raw schema string (alternative to fields) */
3873
+ schema?: string;
3874
+ /** Resolver contract address (use ZERO_ADDRESS for no resolver) */
3875
+ resolver: Address;
59
3876
  /** Whether attestations using this schema can be revoked */
60
3877
  revocable: boolean;
61
3878
  }
3879
+ /**
3880
+ * Attestation data structure
3881
+ */
3882
+ interface AttestationData {
3883
+ /** Recipient of the attestation */
3884
+ recipient: Address;
3885
+ /** Expiration time (0 for no expiration) */
3886
+ expirationTime: bigint;
3887
+ /** Whether this attestation can be revoked */
3888
+ revocable: boolean;
3889
+ /** Reference UID (use ZERO_BYTES32 for no reference) */
3890
+ refUID: Hex;
3891
+ /** Encoded attestation data */
3892
+ data: Hex;
3893
+ /** Value sent with the attestation */
3894
+ value: bigint;
3895
+ }
3896
+ /**
3897
+ * Attestation request
3898
+ */
3899
+ interface AttestationRequest {
3900
+ /** Schema UID to attest against */
3901
+ schema: Hex;
3902
+ /** Attestation data */
3903
+ data: AttestationData;
3904
+ }
3905
+ /**
3906
+ * Transaction result
3907
+ */
3908
+ interface TransactionResult {
3909
+ /** Transaction hash */
3910
+ hash: Hex;
3911
+ /** Whether the transaction was successful */
3912
+ success: boolean;
3913
+ }
3914
+ /**
3915
+ * Schema information
3916
+ */
3917
+ interface SchemaData {
3918
+ /** Schema UID */
3919
+ uid: Hex;
3920
+ /** Resolver contract address */
3921
+ resolver: Address;
3922
+ /** Whether attestations can be revoked */
3923
+ revocable: boolean;
3924
+ /** Schema string */
3925
+ schema: string;
3926
+ }
3927
+ /**
3928
+ * Attestation information
3929
+ */
3930
+ interface AttestationInfo {
3931
+ /** Attestation UID */
3932
+ uid: Hex;
3933
+ /** Schema UID */
3934
+ schema: Hex;
3935
+ /** Address that created the attestation */
3936
+ attester: Address;
3937
+ /** Recipient of the attestation */
3938
+ recipient: Address;
3939
+ /** Creation timestamp */
3940
+ time: bigint;
3941
+ /** Expiration timestamp */
3942
+ expirationTime: bigint;
3943
+ /** Whether this attestation can be revoked */
3944
+ revocable: boolean;
3945
+ /** Reference UID */
3946
+ refUID: Hex;
3947
+ /** Encoded attestation data */
3948
+ data: Hex;
3949
+ /** Value sent with the attestation */
3950
+ value: bigint;
3951
+ }
3952
+ /**
3953
+ * Options for retrieving schemas
3954
+ */
3955
+ interface GetSchemasOptions {
3956
+ /** Maximum number of schemas to return */
3957
+ limit?: number;
3958
+ /** Number of schemas to skip */
3959
+ offset?: number;
3960
+ }
3961
+ /**
3962
+ * Options for retrieving attestations
3963
+ */
3964
+ interface GetAttestationsOptions {
3965
+ /** Maximum number of attestations to return */
3966
+ limit?: number;
3967
+ /** Number of attestations to skip */
3968
+ offset?: number;
3969
+ /** Filter by schema UID */
3970
+ schema?: Hex;
3971
+ /** Filter by attester address */
3972
+ attester?: Address;
3973
+ /** Filter by recipient address */
3974
+ recipient?: Address;
3975
+ }
3976
+ /**
3977
+ * Contract deployment result
3978
+ */
3979
+ interface DeploymentResult {
3980
+ /** Deployed EAS contract address */
3981
+ easAddress: Address;
3982
+ /** Deployed Schema Registry contract address */
3983
+ schemaRegistryAddress: Address;
3984
+ /** EAS deployment transaction hash (when address not immediately available) */
3985
+ easTransactionHash?: Hex;
3986
+ /** Schema Registry deployment transaction hash (when address not immediately available) */
3987
+ schemaRegistryTransactionHash?: Hex;
3988
+ }
3989
+ /**
3990
+ * @deprecated Use SchemaRequest instead
3991
+ * @internal
3992
+ */
3993
+ interface RegisterSchemaOptions extends SchemaRequest {}
3994
+ //#endregion
3995
+ //#region src/portal/operations.d.ts
3996
+ declare const GraphQLOperations: {
3997
+ mutations: {
3998
+ deploySchemaRegistry: (graphql: PortalClient["graphql"]) => gql_tada0.TadaDocumentNode<{
3999
+ DeployContractEASSchemaRegistry: {
4000
+ transactionHash: string | null;
4001
+ } | null;
4002
+ }, {
4003
+ gasLimit: string;
4004
+ constructorArguments: {
4005
+ forwarder: string;
4006
+ };
4007
+ from: string;
4008
+ }, void>;
4009
+ deployEAS: (graphql: PortalClient["graphql"]) => gql_tada0.TadaDocumentNode<{
4010
+ DeployContractEAS: {
4011
+ transactionHash: string | null;
4012
+ } | null;
4013
+ }, {
4014
+ gasLimit: string;
4015
+ constructorArguments: {
4016
+ registry: string;
4017
+ forwarder: string;
4018
+ };
4019
+ from: string;
4020
+ }, void>;
4021
+ registerSchema: (graphql: PortalClient["graphql"]) => gql_tada0.TadaDocumentNode<{
4022
+ EASSchemaRegistryRegister: {
4023
+ transactionHash: string | null;
4024
+ } | null;
4025
+ }, {
4026
+ gasLimit: string;
4027
+ input: {
4028
+ schema: string;
4029
+ revocable: boolean;
4030
+ resolver: string;
4031
+ };
4032
+ from: string;
4033
+ address: string;
4034
+ }, void>;
4035
+ attest: (graphql: PortalClient["graphql"]) => gql_tada0.TadaDocumentNode<{
4036
+ EASAttest: {
4037
+ transactionHash: string | null;
4038
+ } | null;
4039
+ }, {
4040
+ gasLimit: string;
4041
+ input: {
4042
+ request: {
4043
+ schema: string;
4044
+ data: {
4045
+ value: string;
4046
+ revocable: boolean;
4047
+ refUID: string;
4048
+ recipient: string;
4049
+ expirationTime: string;
4050
+ data: string;
4051
+ };
4052
+ };
4053
+ };
4054
+ from: string;
4055
+ address: string;
4056
+ }, void>;
4057
+ multiAttest: (graphql: PortalClient["graphql"]) => gql_tada0.TadaDocumentNode<{
4058
+ EASMultiAttest: {
4059
+ transactionHash: string | null;
4060
+ } | null;
4061
+ }, {
4062
+ gasLimit: string;
4063
+ input: {
4064
+ multiRequests: {
4065
+ schema: string;
4066
+ data: {
4067
+ value: string;
4068
+ revocable: boolean;
4069
+ refUID: string;
4070
+ recipient: string;
4071
+ expirationTime: string;
4072
+ data: string;
4073
+ }[];
4074
+ }[];
4075
+ };
4076
+ from: string;
4077
+ address: string;
4078
+ }, void>;
4079
+ revoke: (graphql: PortalClient["graphql"]) => gql_tada0.TadaDocumentNode<{
4080
+ EASRevoke: {
4081
+ transactionHash: string | null;
4082
+ } | null;
4083
+ }, {
4084
+ gasLimit: string;
4085
+ input: {
4086
+ request: {
4087
+ schema: string;
4088
+ data: {
4089
+ value: string;
4090
+ uid: string;
4091
+ };
4092
+ };
4093
+ };
4094
+ from: string;
4095
+ address: string;
4096
+ }, void>;
4097
+ };
4098
+ };
62
4099
  //#endregion
63
4100
  //#region src/eas.d.ts
64
4101
  /**
65
- * Creates an EAS client for interacting with the Ethereum Attestation Service.
4102
+ * Main EAS client class for interacting with Ethereum Attestation Service via Portal
66
4103
  *
67
- * @param options - Configuration options for the client
68
- * @returns An object containing the EAS client instance
69
- * @throws Will throw an error if the options fail validation
4104
+ * @example
4105
+ * ```typescript
4106
+ * import { createEASClient } from "@settlemint/sdk-eas";
4107
+ *
4108
+ * const easClient = createEASClient({
4109
+ * instance: "https://your-portal-instance.settlemint.com",
4110
+ * accessToken: "your-access-token"
4111
+ * });
4112
+ *
4113
+ * // Deploy EAS contracts
4114
+ * const deployment = await easClient.deploy("0x1234...deployer-address");
4115
+ * console.log("EAS deployed at:", deployment.easAddress);
4116
+ * ```
4117
+ */
4118
+ declare class EASClient {
4119
+ private readonly options;
4120
+ private readonly portalClient;
4121
+ private readonly portalGraphql;
4122
+ private deployedAddresses?;
4123
+ /**
4124
+ * Create a new EAS client instance
4125
+ *
4126
+ * @param options - Configuration options for the EAS client
4127
+ */
4128
+ constructor(options: EASClientOptions);
4129
+ /**
4130
+ * Deploy EAS contracts via Portal
4131
+ *
4132
+ * @param deployerAddress - The address that will deploy the contracts
4133
+ * @param forwarderAddress - Optional trusted forwarder address (defaults to zero address)
4134
+ * @param gasLimit - Optional gas limit for deployment transactions (defaults to "0x7a1200")
4135
+ * @returns Promise resolving to deployment result with contract addresses and transaction hashes
4136
+ *
4137
+ * @example
4138
+ * ```typescript
4139
+ * import { createEASClient } from "@settlemint/sdk-eas";
4140
+ *
4141
+ * const easClient = createEASClient({
4142
+ * instance: "https://your-portal-instance.settlemint.com",
4143
+ * accessToken: "your-access-token"
4144
+ * });
4145
+ *
4146
+ * const deployment = await easClient.deploy(
4147
+ * "0x1234567890123456789012345678901234567890", // deployer address
4148
+ * "0x0000000000000000000000000000000000000000", // forwarder (optional)
4149
+ * "0x7a1200" // gas limit (optional)
4150
+ * );
4151
+ *
4152
+ * console.log("Schema Registry:", deployment.schemaRegistryAddress);
4153
+ * console.log("EAS Contract:", deployment.easAddress);
4154
+ * ```
4155
+ */
4156
+ deploy(deployerAddress: Address, forwarderAddress?: Address, gasLimit?: string): Promise<DeploymentResult>;
4157
+ /**
4158
+ * Register a new schema in the EAS Schema Registry
4159
+ *
4160
+ * @param request - Schema registration request containing schema definition
4161
+ * @param fromAddress - Address that will register the schema
4162
+ * @param gasLimit - Optional gas limit for the transaction (defaults to "0x3d0900")
4163
+ * @returns Promise resolving to transaction result
4164
+ *
4165
+ * @example
4166
+ * ```typescript
4167
+ * import { createEASClient } from "@settlemint/sdk-eas";
4168
+ *
4169
+ * const easClient = createEASClient({
4170
+ * instance: "https://your-portal-instance.settlemint.com",
4171
+ * accessToken: "your-access-token"
4172
+ * });
4173
+ *
4174
+ * const schemaResult = await easClient.registerSchema(
4175
+ * {
4176
+ * schema: "uint256 eventId, uint8 voteIndex",
4177
+ * resolver: "0x0000000000000000000000000000000000000000",
4178
+ * revocable: true
4179
+ * },
4180
+ * "0x1234567890123456789012345678901234567890" // from address
4181
+ * );
4182
+ *
4183
+ * console.log("Schema registered:", schemaResult.hash);
4184
+ * ```
4185
+ */
4186
+ registerSchema(request: SchemaRequest, fromAddress: Address, gasLimit?: string): Promise<TransactionResult>;
4187
+ /**
4188
+ * Create an attestation
4189
+ *
4190
+ * @param request - Attestation request containing schema and data
4191
+ * @param fromAddress - Address that will create the attestation
4192
+ * @param gasLimit - Optional gas limit for the transaction (defaults to "0x3d0900")
4193
+ * @returns Promise resolving to transaction result
4194
+ *
4195
+ * @example
4196
+ * ```typescript
4197
+ * import { createEASClient } from "@settlemint/sdk-eas";
4198
+ *
4199
+ * const easClient = createEASClient({
4200
+ * instance: "https://your-portal-instance.settlemint.com",
4201
+ * accessToken: "your-access-token"
4202
+ * });
4203
+ *
4204
+ * const attestationResult = await easClient.attest(
4205
+ * {
4206
+ * schema: "0x1234567890123456789012345678901234567890123456789012345678901234",
4207
+ * data: {
4208
+ * recipient: "0x1234567890123456789012345678901234567890",
4209
+ * expirationTime: BigInt(0), // No expiration
4210
+ * revocable: true,
4211
+ * refUID: "0x0000000000000000000000000000000000000000000000000000000000000000",
4212
+ * data: "0x1234", // ABI-encoded data
4213
+ * value: BigInt(0)
4214
+ * }
4215
+ * },
4216
+ * "0x1234567890123456789012345678901234567890" // from address
4217
+ * );
4218
+ *
4219
+ * console.log("Attestation created:", attestationResult.hash);
4220
+ * ```
4221
+ */
4222
+ attest(request: AttestationRequest, fromAddress: Address, gasLimit?: string): Promise<TransactionResult>;
4223
+ /**
4224
+ * Create multiple attestations in a single transaction
4225
+ *
4226
+ * @param requests - Array of attestation requests
4227
+ * @param fromAddress - Address that will create the attestations
4228
+ * @param gasLimit - Optional gas limit for the transaction (defaults to "0x3d0900")
4229
+ * @returns Promise resolving to transaction result
4230
+ *
4231
+ * @example
4232
+ * ```typescript
4233
+ * import { createEASClient } from "@settlemint/sdk-eas";
4234
+ *
4235
+ * const easClient = createEASClient({
4236
+ * instance: "https://your-portal-instance.settlemint.com",
4237
+ * accessToken: "your-access-token"
4238
+ * });
4239
+ *
4240
+ * const multiAttestResult = await easClient.multiAttest(
4241
+ * [
4242
+ * {
4243
+ * schema: "0x1234567890123456789012345678901234567890123456789012345678901234",
4244
+ * data: {
4245
+ * recipient: "0x1234567890123456789012345678901234567890",
4246
+ * expirationTime: BigInt(0),
4247
+ * revocable: true,
4248
+ * refUID: "0x0000000000000000000000000000000000000000000000000000000000000000",
4249
+ * data: "0x1234",
4250
+ * value: BigInt(0)
4251
+ * }
4252
+ * },
4253
+ * {
4254
+ * schema: "0x5678901234567890123456789012345678901234567890123456789012345678",
4255
+ * data: {
4256
+ * recipient: "0x5678901234567890123456789012345678901234",
4257
+ * expirationTime: BigInt(0),
4258
+ * revocable: false,
4259
+ * refUID: "0x0000000000000000000000000000000000000000000000000000000000000000",
4260
+ * data: "0x5678",
4261
+ * value: BigInt(0)
4262
+ * }
4263
+ * }
4264
+ * ],
4265
+ * "0x1234567890123456789012345678901234567890" // from address
4266
+ * );
4267
+ *
4268
+ * console.log("Multiple attestations created:", multiAttestResult.hash);
4269
+ * ```
4270
+ */
4271
+ multiAttest(requests: AttestationRequest[], fromAddress: Address, gasLimit?: string): Promise<TransactionResult>;
4272
+ /**
4273
+ * Revoke an existing attestation
4274
+ *
4275
+ * @param schemaUID - UID of the schema used for the attestation
4276
+ * @param attestationUID - UID of the attestation to revoke
4277
+ * @param fromAddress - Address that will revoke the attestation
4278
+ * @param value - Optional ETH value to send with the revocation
4279
+ * @param gasLimit - Optional gas limit for the transaction (defaults to "0x3d0900")
4280
+ * @returns Promise resolving to transaction result
4281
+ *
4282
+ * @example
4283
+ * ```typescript
4284
+ * import { createEASClient } from "@settlemint/sdk-eas";
4285
+ *
4286
+ * const easClient = createEASClient({
4287
+ * instance: "https://your-portal-instance.settlemint.com",
4288
+ * accessToken: "your-access-token"
4289
+ * });
4290
+ *
4291
+ * const revokeResult = await easClient.revoke(
4292
+ * "0x1234567890123456789012345678901234567890123456789012345678901234", // schema UID
4293
+ * "0x5678901234567890123456789012345678901234567890123456789012345678", // attestation UID
4294
+ * "0x1234567890123456789012345678901234567890", // from address
4295
+ * BigInt(0) // value (optional)
4296
+ * );
4297
+ *
4298
+ * console.log("Attestation revoked:", revokeResult.hash);
4299
+ * ```
4300
+ */
4301
+ revoke(schemaUID: Hex, attestationUID: Hex, fromAddress: Address, value?: bigint, gasLimit?: string): Promise<TransactionResult>;
4302
+ /**
4303
+ * Get a schema by UID
4304
+ *
4305
+ * TODO: Implement using The Graph subgraph for EAS data queries
4306
+ */
4307
+ getSchema(uid: Hex): Promise<SchemaData>;
4308
+ /**
4309
+ * Get all schemas with pagination
4310
+ *
4311
+ * TODO: Implement using The Graph subgraph for EAS data queries
4312
+ */
4313
+ getSchemas(options?: GetSchemasOptions): Promise<SchemaData[]>;
4314
+ /**
4315
+ * Get an attestation by UID
4316
+ *
4317
+ * TODO: Implement using The Graph subgraph for EAS data queries
4318
+ */
4319
+ getAttestation(uid: Hex): Promise<AttestationInfo>;
4320
+ /**
4321
+ * Get attestations with pagination and filtering
4322
+ *
4323
+ * TODO: Implement using The Graph subgraph for EAS data queries
4324
+ */
4325
+ getAttestations(options?: GetAttestationsOptions): Promise<AttestationInfo[]>;
4326
+ /**
4327
+ * Check if an attestation is valid
4328
+ *
4329
+ * TODO: Implement using The Graph subgraph for EAS data queries
4330
+ */
4331
+ isValidAttestation(uid: Hex): Promise<boolean>;
4332
+ /**
4333
+ * Get the current timestamp from the contract
4334
+ *
4335
+ * TODO: Fix Portal GraphQL query parameter encoding or use The Graph subgraph
4336
+ */
4337
+ getTimestamp(): Promise<bigint>;
4338
+ /**
4339
+ * Get client configuration
4340
+ */
4341
+ getOptions(): EASClientOptions;
4342
+ /**
4343
+ * Get the Portal client instance for advanced operations
4344
+ */
4345
+ getPortalClient(): PortalClient["client"];
4346
+ /**
4347
+ * Get current contract addresses
4348
+ */
4349
+ getContractAddresses(): {
4350
+ easAddress?: Address;
4351
+ schemaRegistryAddress?: Address;
4352
+ };
4353
+ private getEASAddress;
4354
+ private getSchemaRegistryAddress;
4355
+ private buildSchemaString;
4356
+ }
4357
+ /**
4358
+ * Create an EAS client instance
4359
+ *
4360
+ * @param options - Configuration options for the EAS client
4361
+ * @returns EAS client instance
70
4362
  *
71
4363
  * @example
72
- * ```ts
73
- * import { createEASClient } from '@settlemint/sdk-eas';
4364
+ * ```typescript
4365
+ * import { createEASClient } from "@settlemint/sdk-eas";
74
4366
  *
75
- * const client = createEASClient({
76
- * schemaRegistryAddress: "0x1234567890123456789012345678901234567890",
77
- * attestationAddress: "0x1234567890123456789012345678901234567890",
78
- * accessToken: "your-access-token",
79
- * chainId: "1",
80
- * chainName: "Ethereum",
81
- * rpcUrl: "http://localhost:8545"
4367
+ * const easClient = createEASClient({
4368
+ * instance: "https://your-portal-instance.settlemint.com",
4369
+ * accessToken: "your-access-token"
82
4370
  * });
4371
+ *
4372
+ * // Use the client
4373
+ * const deployment = await easClient.deploy("0x1234...deployer-address");
83
4374
  * ```
84
4375
  */
85
- declare function createEASClient(options: ClientOptions): {
86
- registerSchema: (options: RegisterSchemaOptions) => Promise<string>;
87
- getSchema: (uid: string) => Promise<string>;
88
- };
4376
+ declare function createEASClient(options: EASClientOptions): EASClient;
89
4377
  //#endregion
90
- export { ClientOptions, ClientOptionsSchema, EASFieldType, EAS_FIELD_TYPES, RegisterSchemaOptions, SchemaField, createEASClient };
4378
+ export { AttestationData, AttestationInfo, AttestationRequest, DeploymentResult, EASClient, EASClientOptions, EASClientOptionsSchema, EASFieldType, EAS_FIELD_TYPES, GetAttestationsOptions, GetSchemasOptions, GraphQLOperations, RegisterSchemaOptions, SchemaData, SchemaField, SchemaRequest, TransactionResult, ZERO_ADDRESS, ZERO_BYTES32, createEASClient };
91
4379
  //# sourceMappingURL=eas.d.cts.map