@inco/js 0.5.2 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/advancedacl/session-key.js +2 -2
- package/dist/cjs/attestedcompute/attested-compute.js +7 -4
- package/dist/{esm/generated/abis/addTwo.d.ts → cjs/generated/abis/add-two.d.ts} +27 -0
- package/dist/cjs/generated/abis/add-two.js +67 -0
- package/dist/cjs/generated/abis/lightning-preview.d.ts +346 -293
- package/dist/cjs/generated/abis/lightning-preview.js +192 -214
- package/dist/cjs/generated/abis/lightning.d.ts +339 -5
- package/dist/cjs/generated/abis/lightning.js +266 -7
- package/dist/cjs/generated/abis/{TestElist.d.ts → test-elist.d.ts} +29 -12
- package/dist/cjs/generated/abis/test-elist.js +161 -0
- package/dist/cjs/generated/abis/verifier.d.ts +127 -72
- package/dist/cjs/generated/abis/verifier.js +98 -56
- package/dist/cjs/generated/lightning.d.ts +28 -7
- package/dist/cjs/generated/lightning.js +30 -8
- package/dist/cjs/generated/local-node.d.ts +4 -4
- package/dist/cjs/generated/local-node.js +4 -4
- package/dist/cjs/local/local-node.js +3 -7
- package/dist/cjs/retry.d.ts +2 -1
- package/dist/cjs/retry.js +4 -3
- package/dist/esm/advancedacl/session-key.js +3 -3
- package/dist/esm/attestedcompute/attested-compute.js +7 -4
- package/dist/{types/generated/abis/addTwo.d.ts → esm/generated/abis/add-two.d.ts} +27 -0
- package/dist/esm/generated/abis/add-two.js +64 -0
- package/dist/esm/generated/abis/lightning-preview.d.ts +346 -293
- package/dist/esm/generated/abis/lightning-preview.js +191 -213
- package/dist/esm/generated/abis/lightning.d.ts +339 -5
- package/dist/esm/generated/abis/lightning.js +265 -6
- package/dist/esm/generated/abis/{TestElist.d.ts → test-elist.d.ts} +29 -12
- package/dist/esm/generated/abis/test-elist.js +158 -0
- package/dist/esm/generated/abis/verifier.d.ts +127 -72
- package/dist/esm/generated/abis/verifier.js +98 -56
- package/dist/esm/generated/lightning.d.ts +28 -7
- package/dist/esm/generated/lightning.js +30 -8
- package/dist/esm/generated/local-node.d.ts +4 -4
- package/dist/esm/generated/local-node.js +4 -4
- package/dist/esm/local/local-node.js +3 -7
- package/dist/esm/retry.d.ts +2 -1
- package/dist/esm/retry.js +4 -3
- package/dist/{cjs/generated/abis/addTwo.d.ts → types/generated/abis/add-two.d.ts} +27 -0
- package/dist/types/generated/abis/lightning-preview.d.ts +346 -293
- package/dist/types/generated/abis/lightning.d.ts +339 -5
- package/dist/types/generated/abis/{TestElist.d.ts → test-elist.d.ts} +29 -12
- package/dist/types/generated/abis/verifier.d.ts +127 -72
- package/dist/types/generated/lightning.d.ts +28 -7
- package/dist/types/generated/local-node.d.ts +4 -4
- package/dist/types/retry.d.ts +2 -1
- package/package.json +2 -2
- package/dist/cjs/generated/abis/TestElist.js +0 -152
- package/dist/cjs/generated/abis/addTwo.js +0 -51
- package/dist/esm/generated/abis/TestElist.js +0 -149
- package/dist/esm/generated/abis/addTwo.js +0 -48
@@ -401,6 +401,344 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
401
401
|
readonly type: "bytes32";
|
402
402
|
}];
|
403
403
|
readonly stateMutability: "nonpayable";
|
404
|
+
}, {
|
405
|
+
readonly type: "function";
|
406
|
+
readonly inputs: readonly [{
|
407
|
+
readonly name: "lhs";
|
408
|
+
readonly internalType: "bytes32";
|
409
|
+
readonly type: "bytes32";
|
410
|
+
}, {
|
411
|
+
readonly name: "rhs";
|
412
|
+
readonly internalType: "bytes32";
|
413
|
+
readonly type: "bytes32";
|
414
|
+
}];
|
415
|
+
readonly name: "eBitOr";
|
416
|
+
readonly outputs: readonly [{
|
417
|
+
readonly name: "result";
|
418
|
+
readonly internalType: "bytes32";
|
419
|
+
readonly type: "bytes32";
|
420
|
+
}];
|
421
|
+
readonly stateMutability: "nonpayable";
|
422
|
+
}, {
|
423
|
+
readonly type: "function";
|
424
|
+
readonly inputs: readonly [{
|
425
|
+
readonly name: "lhs";
|
426
|
+
readonly internalType: "bytes32";
|
427
|
+
readonly type: "bytes32";
|
428
|
+
}, {
|
429
|
+
readonly name: "rhs";
|
430
|
+
readonly internalType: "bytes32";
|
431
|
+
readonly type: "bytes32";
|
432
|
+
}];
|
433
|
+
readonly name: "eBitXor";
|
434
|
+
readonly outputs: readonly [{
|
435
|
+
readonly name: "result";
|
436
|
+
readonly internalType: "bytes32";
|
437
|
+
readonly type: "bytes32";
|
438
|
+
}];
|
439
|
+
readonly stateMutability: "nonpayable";
|
440
|
+
}, {
|
441
|
+
readonly type: "function";
|
442
|
+
readonly inputs: readonly [{
|
443
|
+
readonly name: "ct";
|
444
|
+
readonly internalType: "bytes32";
|
445
|
+
readonly type: "bytes32";
|
446
|
+
}, {
|
447
|
+
readonly name: "toType";
|
448
|
+
readonly internalType: "enum ETypes";
|
449
|
+
readonly type: "uint8";
|
450
|
+
}];
|
451
|
+
readonly name: "eCast";
|
452
|
+
readonly outputs: readonly [{
|
453
|
+
readonly name: "result";
|
454
|
+
readonly internalType: "bytes32";
|
455
|
+
readonly type: "bytes32";
|
456
|
+
}];
|
457
|
+
readonly stateMutability: "nonpayable";
|
458
|
+
}, {
|
459
|
+
readonly type: "function";
|
460
|
+
readonly inputs: readonly [{
|
461
|
+
readonly name: "lhs";
|
462
|
+
readonly internalType: "euint256";
|
463
|
+
readonly type: "bytes32";
|
464
|
+
}, {
|
465
|
+
readonly name: "rhs";
|
466
|
+
readonly internalType: "euint256";
|
467
|
+
readonly type: "bytes32";
|
468
|
+
}];
|
469
|
+
readonly name: "eDiv";
|
470
|
+
readonly outputs: readonly [{
|
471
|
+
readonly name: "result";
|
472
|
+
readonly internalType: "euint256";
|
473
|
+
readonly type: "bytes32";
|
474
|
+
}];
|
475
|
+
readonly stateMutability: "nonpayable";
|
476
|
+
}, {
|
477
|
+
readonly type: "function";
|
478
|
+
readonly inputs: readonly [{
|
479
|
+
readonly name: "lhs";
|
480
|
+
readonly internalType: "bytes32";
|
481
|
+
readonly type: "bytes32";
|
482
|
+
}, {
|
483
|
+
readonly name: "rhs";
|
484
|
+
readonly internalType: "bytes32";
|
485
|
+
readonly type: "bytes32";
|
486
|
+
}];
|
487
|
+
readonly name: "eEq";
|
488
|
+
readonly outputs: readonly [{
|
489
|
+
readonly name: "result";
|
490
|
+
readonly internalType: "ebool";
|
491
|
+
readonly type: "bytes32";
|
492
|
+
}];
|
493
|
+
readonly stateMutability: "nonpayable";
|
494
|
+
}, {
|
495
|
+
readonly type: "function";
|
496
|
+
readonly inputs: readonly [{
|
497
|
+
readonly name: "lhs";
|
498
|
+
readonly internalType: "euint256";
|
499
|
+
readonly type: "bytes32";
|
500
|
+
}, {
|
501
|
+
readonly name: "rhs";
|
502
|
+
readonly internalType: "euint256";
|
503
|
+
readonly type: "bytes32";
|
504
|
+
}];
|
505
|
+
readonly name: "eGe";
|
506
|
+
readonly outputs: readonly [{
|
507
|
+
readonly name: "result";
|
508
|
+
readonly internalType: "ebool";
|
509
|
+
readonly type: "bytes32";
|
510
|
+
}];
|
511
|
+
readonly stateMutability: "nonpayable";
|
512
|
+
}, {
|
513
|
+
readonly type: "function";
|
514
|
+
readonly inputs: readonly [{
|
515
|
+
readonly name: "lhs";
|
516
|
+
readonly internalType: "euint256";
|
517
|
+
readonly type: "bytes32";
|
518
|
+
}, {
|
519
|
+
readonly name: "rhs";
|
520
|
+
readonly internalType: "euint256";
|
521
|
+
readonly type: "bytes32";
|
522
|
+
}];
|
523
|
+
readonly name: "eGt";
|
524
|
+
readonly outputs: readonly [{
|
525
|
+
readonly name: "result";
|
526
|
+
readonly internalType: "ebool";
|
527
|
+
readonly type: "bytes32";
|
528
|
+
}];
|
529
|
+
readonly stateMutability: "nonpayable";
|
530
|
+
}, {
|
531
|
+
readonly type: "function";
|
532
|
+
readonly inputs: readonly [{
|
533
|
+
readonly name: "condition";
|
534
|
+
readonly internalType: "ebool";
|
535
|
+
readonly type: "bytes32";
|
536
|
+
}, {
|
537
|
+
readonly name: "ifTrue";
|
538
|
+
readonly internalType: "bytes32";
|
539
|
+
readonly type: "bytes32";
|
540
|
+
}, {
|
541
|
+
readonly name: "ifFalse";
|
542
|
+
readonly internalType: "bytes32";
|
543
|
+
readonly type: "bytes32";
|
544
|
+
}];
|
545
|
+
readonly name: "eIfThenElse";
|
546
|
+
readonly outputs: readonly [{
|
547
|
+
readonly name: "result";
|
548
|
+
readonly internalType: "bytes32";
|
549
|
+
readonly type: "bytes32";
|
550
|
+
}];
|
551
|
+
readonly stateMutability: "nonpayable";
|
552
|
+
}, {
|
553
|
+
readonly type: "function";
|
554
|
+
readonly inputs: readonly [{
|
555
|
+
readonly name: "lhs";
|
556
|
+
readonly internalType: "euint256";
|
557
|
+
readonly type: "bytes32";
|
558
|
+
}, {
|
559
|
+
readonly name: "rhs";
|
560
|
+
readonly internalType: "euint256";
|
561
|
+
readonly type: "bytes32";
|
562
|
+
}];
|
563
|
+
readonly name: "eLe";
|
564
|
+
readonly outputs: readonly [{
|
565
|
+
readonly name: "result";
|
566
|
+
readonly internalType: "ebool";
|
567
|
+
readonly type: "bytes32";
|
568
|
+
}];
|
569
|
+
readonly stateMutability: "nonpayable";
|
570
|
+
}, {
|
571
|
+
readonly type: "function";
|
572
|
+
readonly inputs: readonly [{
|
573
|
+
readonly name: "lhs";
|
574
|
+
readonly internalType: "euint256";
|
575
|
+
readonly type: "bytes32";
|
576
|
+
}, {
|
577
|
+
readonly name: "rhs";
|
578
|
+
readonly internalType: "euint256";
|
579
|
+
readonly type: "bytes32";
|
580
|
+
}];
|
581
|
+
readonly name: "eLt";
|
582
|
+
readonly outputs: readonly [{
|
583
|
+
readonly name: "result";
|
584
|
+
readonly internalType: "ebool";
|
585
|
+
readonly type: "bytes32";
|
586
|
+
}];
|
587
|
+
readonly stateMutability: "nonpayable";
|
588
|
+
}, {
|
589
|
+
readonly type: "function";
|
590
|
+
readonly inputs: readonly [{
|
591
|
+
readonly name: "lhs";
|
592
|
+
readonly internalType: "euint256";
|
593
|
+
readonly type: "bytes32";
|
594
|
+
}, {
|
595
|
+
readonly name: "rhs";
|
596
|
+
readonly internalType: "euint256";
|
597
|
+
readonly type: "bytes32";
|
598
|
+
}];
|
599
|
+
readonly name: "eMax";
|
600
|
+
readonly outputs: readonly [{
|
601
|
+
readonly name: "result";
|
602
|
+
readonly internalType: "euint256";
|
603
|
+
readonly type: "bytes32";
|
604
|
+
}];
|
605
|
+
readonly stateMutability: "nonpayable";
|
606
|
+
}, {
|
607
|
+
readonly type: "function";
|
608
|
+
readonly inputs: readonly [{
|
609
|
+
readonly name: "lhs";
|
610
|
+
readonly internalType: "euint256";
|
611
|
+
readonly type: "bytes32";
|
612
|
+
}, {
|
613
|
+
readonly name: "rhs";
|
614
|
+
readonly internalType: "euint256";
|
615
|
+
readonly type: "bytes32";
|
616
|
+
}];
|
617
|
+
readonly name: "eMin";
|
618
|
+
readonly outputs: readonly [{
|
619
|
+
readonly name: "result";
|
620
|
+
readonly internalType: "euint256";
|
621
|
+
readonly type: "bytes32";
|
622
|
+
}];
|
623
|
+
readonly stateMutability: "nonpayable";
|
624
|
+
}, {
|
625
|
+
readonly type: "function";
|
626
|
+
readonly inputs: readonly [{
|
627
|
+
readonly name: "lhs";
|
628
|
+
readonly internalType: "euint256";
|
629
|
+
readonly type: "bytes32";
|
630
|
+
}, {
|
631
|
+
readonly name: "rhs";
|
632
|
+
readonly internalType: "euint256";
|
633
|
+
readonly type: "bytes32";
|
634
|
+
}];
|
635
|
+
readonly name: "eMul";
|
636
|
+
readonly outputs: readonly [{
|
637
|
+
readonly name: "result";
|
638
|
+
readonly internalType: "euint256";
|
639
|
+
readonly type: "bytes32";
|
640
|
+
}];
|
641
|
+
readonly stateMutability: "nonpayable";
|
642
|
+
}, {
|
643
|
+
readonly type: "function";
|
644
|
+
readonly inputs: readonly [{
|
645
|
+
readonly name: "lhs";
|
646
|
+
readonly internalType: "bytes32";
|
647
|
+
readonly type: "bytes32";
|
648
|
+
}, {
|
649
|
+
readonly name: "rhs";
|
650
|
+
readonly internalType: "bytes32";
|
651
|
+
readonly type: "bytes32";
|
652
|
+
}];
|
653
|
+
readonly name: "eNe";
|
654
|
+
readonly outputs: readonly [{
|
655
|
+
readonly name: "result";
|
656
|
+
readonly internalType: "ebool";
|
657
|
+
readonly type: "bytes32";
|
658
|
+
}];
|
659
|
+
readonly stateMutability: "nonpayable";
|
660
|
+
}, {
|
661
|
+
readonly type: "function";
|
662
|
+
readonly inputs: readonly [{
|
663
|
+
readonly name: "operand";
|
664
|
+
readonly internalType: "ebool";
|
665
|
+
readonly type: "bytes32";
|
666
|
+
}];
|
667
|
+
readonly name: "eNot";
|
668
|
+
readonly outputs: readonly [{
|
669
|
+
readonly name: "result";
|
670
|
+
readonly internalType: "ebool";
|
671
|
+
readonly type: "bytes32";
|
672
|
+
}];
|
673
|
+
readonly stateMutability: "nonpayable";
|
674
|
+
}, {
|
675
|
+
readonly type: "function";
|
676
|
+
readonly inputs: readonly [{
|
677
|
+
readonly name: "randType";
|
678
|
+
readonly internalType: "enum ETypes";
|
679
|
+
readonly type: "uint8";
|
680
|
+
}];
|
681
|
+
readonly name: "eRand";
|
682
|
+
readonly outputs: readonly [{
|
683
|
+
readonly name: "result";
|
684
|
+
readonly internalType: "bytes32";
|
685
|
+
readonly type: "bytes32";
|
686
|
+
}];
|
687
|
+
readonly stateMutability: "payable";
|
688
|
+
}, {
|
689
|
+
readonly type: "function";
|
690
|
+
readonly inputs: readonly [{
|
691
|
+
readonly name: "upperBound";
|
692
|
+
readonly internalType: "bytes32";
|
693
|
+
readonly type: "bytes32";
|
694
|
+
}, {
|
695
|
+
readonly name: "randType";
|
696
|
+
readonly internalType: "enum ETypes";
|
697
|
+
readonly type: "uint8";
|
698
|
+
}];
|
699
|
+
readonly name: "eRandBounded";
|
700
|
+
readonly outputs: readonly [{
|
701
|
+
readonly name: "result";
|
702
|
+
readonly internalType: "bytes32";
|
703
|
+
readonly type: "bytes32";
|
704
|
+
}];
|
705
|
+
readonly stateMutability: "payable";
|
706
|
+
}, {
|
707
|
+
readonly type: "function";
|
708
|
+
readonly inputs: readonly [{
|
709
|
+
readonly name: "lhs";
|
710
|
+
readonly internalType: "euint256";
|
711
|
+
readonly type: "bytes32";
|
712
|
+
}, {
|
713
|
+
readonly name: "rhs";
|
714
|
+
readonly internalType: "euint256";
|
715
|
+
readonly type: "bytes32";
|
716
|
+
}];
|
717
|
+
readonly name: "eRem";
|
718
|
+
readonly outputs: readonly [{
|
719
|
+
readonly name: "result";
|
720
|
+
readonly internalType: "euint256";
|
721
|
+
readonly type: "bytes32";
|
722
|
+
}];
|
723
|
+
readonly stateMutability: "nonpayable";
|
724
|
+
}, {
|
725
|
+
readonly type: "function";
|
726
|
+
readonly inputs: readonly [{
|
727
|
+
readonly name: "lhs";
|
728
|
+
readonly internalType: "euint256";
|
729
|
+
readonly type: "bytes32";
|
730
|
+
}, {
|
731
|
+
readonly name: "rhs";
|
732
|
+
readonly internalType: "euint256";
|
733
|
+
readonly type: "bytes32";
|
734
|
+
}];
|
735
|
+
readonly name: "eRotl";
|
736
|
+
readonly outputs: readonly [{
|
737
|
+
readonly name: "result";
|
738
|
+
readonly internalType: "euint256";
|
739
|
+
readonly type: "bytes32";
|
740
|
+
}];
|
741
|
+
readonly stateMutability: "nonpayable";
|
404
742
|
}, {
|
405
743
|
readonly type: "function";
|
406
744
|
readonly inputs: readonly [{
|
@@ -412,7 +750,7 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
412
750
|
readonly internalType: "euint256";
|
413
751
|
readonly type: "bytes32";
|
414
752
|
}];
|
415
|
-
readonly name: "
|
753
|
+
readonly name: "eRotr";
|
416
754
|
readonly outputs: readonly [{
|
417
755
|
readonly name: "result";
|
418
756
|
readonly internalType: "euint256";
|
@@ -430,7 +768,7 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
430
768
|
readonly internalType: "euint256";
|
431
769
|
readonly type: "bytes32";
|
432
770
|
}];
|
433
|
-
readonly name: "
|
771
|
+
readonly name: "eShl";
|
434
772
|
readonly outputs: readonly [{
|
435
773
|
readonly name: "result";
|
436
774
|
readonly internalType: "euint256";
|
@@ -448,7 +786,7 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
448
786
|
readonly internalType: "euint256";
|
449
787
|
readonly type: "bytes32";
|
450
788
|
}];
|
451
|
-
readonly name: "
|
789
|
+
readonly name: "eShr";
|
452
790
|
readonly outputs: readonly [{
|
453
791
|
readonly name: "result";
|
454
792
|
readonly internalType: "euint256";
|
@@ -868,7 +1206,7 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
868
1206
|
readonly internalType: "elist";
|
869
1207
|
readonly type: "bytes32";
|
870
1208
|
}];
|
871
|
-
readonly stateMutability: "
|
1209
|
+
readonly stateMutability: "payable";
|
872
1210
|
}, {
|
873
1211
|
readonly type: "function";
|
874
1212
|
readonly inputs: readonly [{
|
@@ -934,7 +1272,7 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
934
1272
|
readonly internalType: "elist";
|
935
1273
|
readonly type: "bytes32";
|
936
1274
|
}];
|
937
|
-
readonly stateMutability: "
|
1275
|
+
readonly stateMutability: "payable";
|
938
1276
|
}, {
|
939
1277
|
readonly type: "function";
|
940
1278
|
readonly inputs: readonly [{
|
@@ -952,7 +1290,7 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
952
1290
|
readonly internalType: "eaddress";
|
953
1291
|
readonly type: "bytes32";
|
954
1292
|
}];
|
955
|
-
readonly stateMutability: "
|
1293
|
+
readonly stateMutability: "payable";
|
956
1294
|
}, {
|
957
1295
|
readonly type: "function";
|
958
1296
|
readonly inputs: readonly [{
|
@@ -970,7 +1308,7 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
970
1308
|
readonly internalType: "ebool";
|
971
1309
|
readonly type: "bytes32";
|
972
1310
|
}];
|
973
|
-
readonly stateMutability: "
|
1311
|
+
readonly stateMutability: "payable";
|
974
1312
|
}, {
|
975
1313
|
readonly type: "function";
|
976
1314
|
readonly inputs: readonly [{
|
@@ -988,7 +1326,7 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
988
1326
|
readonly internalType: "euint256";
|
989
1327
|
readonly type: "bytes32";
|
990
1328
|
}];
|
991
|
-
readonly stateMutability: "
|
1329
|
+
readonly stateMutability: "payable";
|
992
1330
|
}, {
|
993
1331
|
readonly type: "function";
|
994
1332
|
readonly inputs: readonly [{
|
@@ -1008,291 +1346,6 @@ export declare const iIncoLightningPreviewAbi: readonly [{
|
|
1008
1346
|
}];
|
1009
1347
|
readonly stateMutability: "view";
|
1010
1348
|
}];
|
1011
|
-
export declare const sessionVerifierAbi: readonly [{
|
1012
|
-
readonly type: "constructor";
|
1013
|
-
readonly inputs: readonly [{
|
1014
|
-
readonly name: "salt";
|
1015
|
-
readonly internalType: "bytes32";
|
1016
|
-
readonly type: "bytes32";
|
1017
|
-
}];
|
1018
|
-
readonly stateMutability: "nonpayable";
|
1019
|
-
}, {
|
1020
|
-
readonly type: "fallback";
|
1021
|
-
readonly stateMutability: "nonpayable";
|
1022
|
-
}, {
|
1023
|
-
readonly type: "function";
|
1024
|
-
readonly inputs: readonly [];
|
1025
|
-
readonly name: "UPGRADE_INTERFACE_VERSION";
|
1026
|
-
readonly outputs: readonly [{
|
1027
|
-
readonly name: "";
|
1028
|
-
readonly internalType: "string";
|
1029
|
-
readonly type: "string";
|
1030
|
-
}];
|
1031
|
-
readonly stateMutability: "view";
|
1032
|
-
}, {
|
1033
|
-
readonly type: "function";
|
1034
|
-
readonly inputs: readonly [{
|
1035
|
-
readonly name: "";
|
1036
|
-
readonly internalType: "bytes32";
|
1037
|
-
readonly type: "bytes32";
|
1038
|
-
}, {
|
1039
|
-
readonly name: "account";
|
1040
|
-
readonly internalType: "address";
|
1041
|
-
readonly type: "address";
|
1042
|
-
}, {
|
1043
|
-
readonly name: "sharerArgData";
|
1044
|
-
readonly internalType: "bytes";
|
1045
|
-
readonly type: "bytes";
|
1046
|
-
}, {
|
1047
|
-
readonly name: "";
|
1048
|
-
readonly internalType: "bytes";
|
1049
|
-
readonly type: "bytes";
|
1050
|
-
}];
|
1051
|
-
readonly name: "canUseSession";
|
1052
|
-
readonly outputs: readonly [{
|
1053
|
-
readonly name: "";
|
1054
|
-
readonly internalType: "bytes32";
|
1055
|
-
readonly type: "bytes32";
|
1056
|
-
}];
|
1057
|
-
readonly stateMutability: "view";
|
1058
|
-
}, {
|
1059
|
-
readonly type: "function";
|
1060
|
-
readonly inputs: readonly [];
|
1061
|
-
readonly name: "getName";
|
1062
|
-
readonly outputs: readonly [{
|
1063
|
-
readonly name: "";
|
1064
|
-
readonly internalType: "string";
|
1065
|
-
readonly type: "string";
|
1066
|
-
}];
|
1067
|
-
readonly stateMutability: "view";
|
1068
|
-
}, {
|
1069
|
-
readonly type: "function";
|
1070
|
-
readonly inputs: readonly [];
|
1071
|
-
readonly name: "getVersion";
|
1072
|
-
readonly outputs: readonly [{
|
1073
|
-
readonly name: "";
|
1074
|
-
readonly internalType: "string";
|
1075
|
-
readonly type: "string";
|
1076
|
-
}];
|
1077
|
-
readonly stateMutability: "view";
|
1078
|
-
}, {
|
1079
|
-
readonly type: "function";
|
1080
|
-
readonly inputs: readonly [];
|
1081
|
-
readonly name: "getVersionedName";
|
1082
|
-
readonly outputs: readonly [{
|
1083
|
-
readonly name: "";
|
1084
|
-
readonly internalType: "string";
|
1085
|
-
readonly type: "string";
|
1086
|
-
}];
|
1087
|
-
readonly stateMutability: "view";
|
1088
|
-
}, {
|
1089
|
-
readonly type: "function";
|
1090
|
-
readonly inputs: readonly [{
|
1091
|
-
readonly name: "owner";
|
1092
|
-
readonly internalType: "address";
|
1093
|
-
readonly type: "address";
|
1094
|
-
}];
|
1095
|
-
readonly name: "initialize";
|
1096
|
-
readonly outputs: readonly [];
|
1097
|
-
readonly stateMutability: "nonpayable";
|
1098
|
-
}, {
|
1099
|
-
readonly type: "function";
|
1100
|
-
readonly inputs: readonly [];
|
1101
|
-
readonly name: "majorVersion";
|
1102
|
-
readonly outputs: readonly [{
|
1103
|
-
readonly name: "";
|
1104
|
-
readonly internalType: "uint8";
|
1105
|
-
readonly type: "uint8";
|
1106
|
-
}];
|
1107
|
-
readonly stateMutability: "view";
|
1108
|
-
}, {
|
1109
|
-
readonly type: "function";
|
1110
|
-
readonly inputs: readonly [];
|
1111
|
-
readonly name: "minorVersion";
|
1112
|
-
readonly outputs: readonly [{
|
1113
|
-
readonly name: "";
|
1114
|
-
readonly internalType: "uint8";
|
1115
|
-
readonly type: "uint8";
|
1116
|
-
}];
|
1117
|
-
readonly stateMutability: "view";
|
1118
|
-
}, {
|
1119
|
-
readonly type: "function";
|
1120
|
-
readonly inputs: readonly [];
|
1121
|
-
readonly name: "owner";
|
1122
|
-
readonly outputs: readonly [{
|
1123
|
-
readonly name: "";
|
1124
|
-
readonly internalType: "address";
|
1125
|
-
readonly type: "address";
|
1126
|
-
}];
|
1127
|
-
readonly stateMutability: "view";
|
1128
|
-
}, {
|
1129
|
-
readonly type: "function";
|
1130
|
-
readonly inputs: readonly [];
|
1131
|
-
readonly name: "patchVersion";
|
1132
|
-
readonly outputs: readonly [{
|
1133
|
-
readonly name: "";
|
1134
|
-
readonly internalType: "uint8";
|
1135
|
-
readonly type: "uint8";
|
1136
|
-
}];
|
1137
|
-
readonly stateMutability: "view";
|
1138
|
-
}, {
|
1139
|
-
readonly type: "function";
|
1140
|
-
readonly inputs: readonly [];
|
1141
|
-
readonly name: "proxiableUUID";
|
1142
|
-
readonly outputs: readonly [{
|
1143
|
-
readonly name: "";
|
1144
|
-
readonly internalType: "bytes32";
|
1145
|
-
readonly type: "bytes32";
|
1146
|
-
}];
|
1147
|
-
readonly stateMutability: "view";
|
1148
|
-
}, {
|
1149
|
-
readonly type: "function";
|
1150
|
-
readonly inputs: readonly [];
|
1151
|
-
readonly name: "renounceOwnership";
|
1152
|
-
readonly outputs: readonly [];
|
1153
|
-
readonly stateMutability: "nonpayable";
|
1154
|
-
}, {
|
1155
|
-
readonly type: "function";
|
1156
|
-
readonly inputs: readonly [];
|
1157
|
-
readonly name: "salt";
|
1158
|
-
readonly outputs: readonly [{
|
1159
|
-
readonly name: "";
|
1160
|
-
readonly internalType: "bytes32";
|
1161
|
-
readonly type: "bytes32";
|
1162
|
-
}];
|
1163
|
-
readonly stateMutability: "view";
|
1164
|
-
}, {
|
1165
|
-
readonly type: "function";
|
1166
|
-
readonly inputs: readonly [{
|
1167
|
-
readonly name: "newOwner";
|
1168
|
-
readonly internalType: "address";
|
1169
|
-
readonly type: "address";
|
1170
|
-
}];
|
1171
|
-
readonly name: "transferOwnership";
|
1172
|
-
readonly outputs: readonly [];
|
1173
|
-
readonly stateMutability: "nonpayable";
|
1174
|
-
}, {
|
1175
|
-
readonly type: "function";
|
1176
|
-
readonly inputs: readonly [{
|
1177
|
-
readonly name: "newImplementation";
|
1178
|
-
readonly internalType: "address";
|
1179
|
-
readonly type: "address";
|
1180
|
-
}, {
|
1181
|
-
readonly name: "data";
|
1182
|
-
readonly internalType: "bytes";
|
1183
|
-
readonly type: "bytes";
|
1184
|
-
}];
|
1185
|
-
readonly name: "upgradeToAndCall";
|
1186
|
-
readonly outputs: readonly [];
|
1187
|
-
readonly stateMutability: "payable";
|
1188
|
-
}, {
|
1189
|
-
readonly type: "event";
|
1190
|
-
readonly anonymous: false;
|
1191
|
-
readonly inputs: readonly [{
|
1192
|
-
readonly name: "version";
|
1193
|
-
readonly internalType: "uint64";
|
1194
|
-
readonly type: "uint64";
|
1195
|
-
readonly indexed: false;
|
1196
|
-
}];
|
1197
|
-
readonly name: "Initialized";
|
1198
|
-
}, {
|
1199
|
-
readonly type: "event";
|
1200
|
-
readonly anonymous: false;
|
1201
|
-
readonly inputs: readonly [{
|
1202
|
-
readonly name: "previousOwner";
|
1203
|
-
readonly internalType: "address";
|
1204
|
-
readonly type: "address";
|
1205
|
-
readonly indexed: true;
|
1206
|
-
}, {
|
1207
|
-
readonly name: "newOwner";
|
1208
|
-
readonly internalType: "address";
|
1209
|
-
readonly type: "address";
|
1210
|
-
readonly indexed: true;
|
1211
|
-
}];
|
1212
|
-
readonly name: "OwnershipTransferred";
|
1213
|
-
}, {
|
1214
|
-
readonly type: "event";
|
1215
|
-
readonly anonymous: false;
|
1216
|
-
readonly inputs: readonly [{
|
1217
|
-
readonly name: "implementation";
|
1218
|
-
readonly internalType: "address";
|
1219
|
-
readonly type: "address";
|
1220
|
-
readonly indexed: true;
|
1221
|
-
}];
|
1222
|
-
readonly name: "Upgraded";
|
1223
|
-
}, {
|
1224
|
-
readonly type: "error";
|
1225
|
-
readonly inputs: readonly [{
|
1226
|
-
readonly name: "target";
|
1227
|
-
readonly internalType: "address";
|
1228
|
-
readonly type: "address";
|
1229
|
-
}];
|
1230
|
-
readonly name: "AddressEmptyCode";
|
1231
|
-
}, {
|
1232
|
-
readonly type: "error";
|
1233
|
-
readonly inputs: readonly [{
|
1234
|
-
readonly name: "implementation";
|
1235
|
-
readonly internalType: "address";
|
1236
|
-
readonly type: "address";
|
1237
|
-
}];
|
1238
|
-
readonly name: "ERC1967InvalidImplementation";
|
1239
|
-
}, {
|
1240
|
-
readonly type: "error";
|
1241
|
-
readonly inputs: readonly [];
|
1242
|
-
readonly name: "ERC1967NonPayable";
|
1243
|
-
}, {
|
1244
|
-
readonly type: "error";
|
1245
|
-
readonly inputs: readonly [];
|
1246
|
-
readonly name: "FailedCall";
|
1247
|
-
}, {
|
1248
|
-
readonly type: "error";
|
1249
|
-
readonly inputs: readonly [];
|
1250
|
-
readonly name: "InvalidInitialization";
|
1251
|
-
}, {
|
1252
|
-
readonly type: "error";
|
1253
|
-
readonly inputs: readonly [];
|
1254
|
-
readonly name: "InvalidShortString";
|
1255
|
-
}, {
|
1256
|
-
readonly type: "error";
|
1257
|
-
readonly inputs: readonly [];
|
1258
|
-
readonly name: "NotInitializing";
|
1259
|
-
}, {
|
1260
|
-
readonly type: "error";
|
1261
|
-
readonly inputs: readonly [{
|
1262
|
-
readonly name: "owner";
|
1263
|
-
readonly internalType: "address";
|
1264
|
-
readonly type: "address";
|
1265
|
-
}];
|
1266
|
-
readonly name: "OwnableInvalidOwner";
|
1267
|
-
}, {
|
1268
|
-
readonly type: "error";
|
1269
|
-
readonly inputs: readonly [{
|
1270
|
-
readonly name: "account";
|
1271
|
-
readonly internalType: "address";
|
1272
|
-
readonly type: "address";
|
1273
|
-
}];
|
1274
|
-
readonly name: "OwnableUnauthorizedAccount";
|
1275
|
-
}, {
|
1276
|
-
readonly type: "error";
|
1277
|
-
readonly inputs: readonly [{
|
1278
|
-
readonly name: "str";
|
1279
|
-
readonly internalType: "string";
|
1280
|
-
readonly type: "string";
|
1281
|
-
}];
|
1282
|
-
readonly name: "StringTooLong";
|
1283
|
-
}, {
|
1284
|
-
readonly type: "error";
|
1285
|
-
readonly inputs: readonly [];
|
1286
|
-
readonly name: "UUPSUnauthorizedCallContext";
|
1287
|
-
}, {
|
1288
|
-
readonly type: "error";
|
1289
|
-
readonly inputs: readonly [{
|
1290
|
-
readonly name: "slot";
|
1291
|
-
readonly internalType: "bytes32";
|
1292
|
-
readonly type: "bytes32";
|
1293
|
-
}];
|
1294
|
-
readonly name: "UUPSUnsupportedProxiableUUID";
|
1295
|
-
}];
|
1296
1349
|
export declare const voucherEip712CheckerAbi: readonly [{
|
1297
1350
|
readonly type: "function";
|
1298
1351
|
readonly inputs: readonly [{
|