@settlemint/sdk-eas 2.3.14 → 2.4.0-main1ce5f55f

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