@super-protocol/sdk-js 3.11.7 → 3.11.8-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/RIGenerator.js +2 -2
- package/dist/cjs/TIIGenerator.js +2 -2
- package/dist/cjs/TeeInputGeneratorBase.d.ts +2 -2
- package/dist/cjs/TeeInputGeneratorBase.js +5 -5
- package/dist/cjs/contracts/abi.d.ts +750 -729
- package/dist/cjs/contracts/abi.js +952 -928
- package/dist/cjs/index.d.ts +0 -1
- package/dist/cjs/index.js +3 -5
- package/dist/cjs/models/Provider.d.ts +0 -1
- package/dist/cjs/models/Provider.js +1 -7
- package/dist/cjs/models/TCB.d.ts +1 -28
- package/dist/cjs/models/TCB.js +1 -61
- package/dist/cjs/models/TeeOffer.d.ts +3 -18
- package/dist/cjs/models/TeeOffer.js +14 -100
- package/dist/cjs/staticModels/Consensus.d.ts +5 -16
- package/dist/cjs/staticModels/Consensus.js +16 -86
- package/dist/cjs/staticModels/TeeOffers.d.ts +0 -6
- package/dist/cjs/staticModels/TeeOffers.js +3 -14
- package/dist/cjs/tee/TeeBlockVerifier.d.ts +7 -2
- package/dist/cjs/tee/TeeBlockVerifier.js +6 -18
- package/dist/cjs/tee/statuses.d.ts +0 -7
- package/dist/cjs/tee/statuses.js +2 -10
- package/dist/cjs/types/Consensus.d.ts +5 -31
- package/dist/cjs/types/Consensus.js +2 -10
- package/dist/cjs/types/TeeOfferInfo.d.ts +2 -2
- package/dist/cjs/utils/helper.d.ts +3 -5
- package/dist/cjs/utils/helper.js +50 -34
- package/dist/mjs/RIGenerator.js +2 -2
- package/dist/mjs/TIIGenerator.js +2 -2
- package/dist/mjs/TeeInputGeneratorBase.d.ts +2 -2
- package/dist/mjs/TeeInputGeneratorBase.js +5 -5
- package/dist/mjs/contracts/abi.d.ts +750 -729
- package/dist/mjs/contracts/abi.js +950 -926
- package/dist/mjs/index.d.ts +0 -1
- package/dist/mjs/index.js +1 -2
- package/dist/mjs/models/Provider.d.ts +0 -1
- package/dist/mjs/models/Provider.js +1 -7
- package/dist/mjs/models/TCB.d.ts +1 -28
- package/dist/mjs/models/TCB.js +2 -62
- package/dist/mjs/models/TeeOffer.d.ts +3 -18
- package/dist/mjs/models/TeeOffer.js +9 -95
- package/dist/mjs/staticModels/Consensus.d.ts +5 -16
- package/dist/mjs/staticModels/Consensus.js +17 -87
- package/dist/mjs/staticModels/TeeOffers.d.ts +0 -6
- package/dist/mjs/staticModels/TeeOffers.js +4 -15
- package/dist/mjs/tee/TeeBlockVerifier.d.ts +7 -2
- package/dist/mjs/tee/TeeBlockVerifier.js +6 -18
- package/dist/mjs/tee/statuses.d.ts +0 -7
- package/dist/mjs/tee/statuses.js +1 -9
- package/dist/mjs/types/Consensus.d.ts +5 -31
- package/dist/mjs/types/Consensus.js +1 -9
- package/dist/mjs/types/TeeOfferInfo.d.ts +2 -2
- package/dist/mjs/utils/helper.d.ts +3 -5
- package/dist/mjs/utils/helper.js +49 -31
- package/package.json +2 -2
- package/dist/cjs/tee/QuoteValidator.d.ts +0 -46
- package/dist/cjs/tee/QuoteValidator.js +0 -456
- package/dist/cjs/tee/TcbSerializer.d.ts +0 -20
- package/dist/cjs/tee/TcbSerializer.js +0 -27
- package/dist/mjs/tee/QuoteValidator.d.ts +0 -46
- package/dist/mjs/tee/QuoteValidator.js +0 -449
- package/dist/mjs/tee/TcbSerializer.d.ts +0 -20
- package/dist/mjs/tee/TcbSerializer.js +0 -23
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
export declare const Approval: "Approval";
|
|
2
2
|
export declare const Transfer: "Transfer";
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const TcbBanned: "TcbBanned";
|
|
3
|
+
export declare const SetCRL: "SetCRL";
|
|
4
|
+
export declare const SetRootCert: "SetRootCert";
|
|
5
|
+
export declare const TcbAdded: "TcbAdded";
|
|
7
6
|
export declare const DepositPartLocked: "DepositPartLocked";
|
|
8
7
|
export declare const DepositPartUnlocked: "DepositPartUnlocked";
|
|
9
8
|
export declare const DepositReplenished: "DepositReplenished";
|
|
@@ -65,8 +64,26 @@ export declare const OrderResourceCreated: "OrderResourceCreated";
|
|
|
65
64
|
export declare const OfferStorageRequestCanceled: "OfferStorageRequestCanceled";
|
|
66
65
|
export declare const OfferStorageRequestCreated: "OfferStorageRequestCreated";
|
|
67
66
|
export declare const SecretRequestCreated: "SecretRequestCreated";
|
|
68
|
-
export type AbiEvent = typeof Approval | typeof Transfer | typeof
|
|
67
|
+
export type AbiEvent = typeof Approval | typeof Transfer | typeof SetCRL | typeof SetRootCert | typeof TcbAdded | typeof DepositPartLocked | typeof DepositPartUnlocked | typeof DepositReplenished | typeof DepositWithdrawn | typeof ProfitWithdrawn | typeof OfferCreated | typeof OfferDisabled | typeof OfferEnabled | typeof OfferVersionAdded | typeof OfferVersionDeleted | typeof SetValueOfferRestrictions | typeof TeeOfferCreated | typeof TeeOfferViolationRateChanged | typeof OrdersGroupCreated | typeof OrderCreated | typeof OrderStatusUpdated | typeof OrderAwaitingPaymentChanged | typeof OrderChangeWithdrawn | typeof OrderDepositRefilled | typeof OrderProfitWithdrawn | typeof OrderEncryptedResultUpdated | typeof OrderStarted | typeof OrderOptionsChangeRequested | typeof OrderOptionsChanged | typeof OrderSlotCountUpdateRequested | typeof OrderSlotCountUpdated | typeof RewardsClaimed | typeof SetValueOfferIgnored | typeof ProviderDepositTokenUpdated | typeof ProviderModified | typeof ProviderRegistered | typeof ProviderSecurityDepoRefilled | typeof ProviderSecurityDepoUnlocked | typeof ProviderViolationRateIncremented | typeof DepositConfiscated | typeof RewardConfiscated | typeof RewardTokenChanged | typeof StorageLocked | typeof TokenInfoUpdated | typeof TokenRemoved | typeof ValueRewardsEnabled | typeof OptionAdded | typeof OptionDeleted | typeof OptionUpdated | typeof TeeSlotAdded | typeof TeeSlotDeleted | typeof TeeSlotUpdated | typeof TcbRewardUnlocked | typeof WarningMessage | typeof ValueSlotAdded | typeof ValueSlotDeleted | typeof ValueSlotUpdated | typeof DiamondCut | typeof OwnershipTransferred | typeof LoaderSecretAccessPublicKeySessionUpdated | typeof LoaderSessionKeyUpdated | typeof OfferResourceCreated | typeof OrderResourceCreated | typeof OfferStorageRequestCanceled | typeof OfferStorageRequestCreated | typeof SecretRequestCreated;
|
|
69
68
|
export declare const abi: readonly [{
|
|
69
|
+
readonly inputs: readonly [{
|
|
70
|
+
readonly internalType: "bytes32";
|
|
71
|
+
readonly name: "hash";
|
|
72
|
+
readonly type: "bytes32";
|
|
73
|
+
}, {
|
|
74
|
+
readonly internalType: "bytes";
|
|
75
|
+
readonly name: "signature";
|
|
76
|
+
readonly type: "bytes";
|
|
77
|
+
}];
|
|
78
|
+
readonly name: "isValidSignature";
|
|
79
|
+
readonly outputs: readonly [{
|
|
80
|
+
readonly internalType: "bytes4";
|
|
81
|
+
readonly name: "magicValue";
|
|
82
|
+
readonly type: "bytes4";
|
|
83
|
+
}];
|
|
84
|
+
readonly stateMutability: "view";
|
|
85
|
+
readonly type: "function";
|
|
86
|
+
}, {
|
|
70
87
|
readonly anonymous: false;
|
|
71
88
|
readonly inputs: readonly [{
|
|
72
89
|
readonly indexed: true;
|
|
@@ -526,416 +543,346 @@ export declare const abi: readonly [{
|
|
|
526
543
|
readonly anonymous: false;
|
|
527
544
|
readonly inputs: readonly [{
|
|
528
545
|
readonly indexed: true;
|
|
529
|
-
readonly internalType: "
|
|
530
|
-
readonly name: "
|
|
531
|
-
readonly type: "
|
|
546
|
+
readonly internalType: "bytes32";
|
|
547
|
+
readonly name: "id";
|
|
548
|
+
readonly type: "bytes32";
|
|
532
549
|
}, {
|
|
533
550
|
readonly indexed: true;
|
|
534
|
-
readonly internalType: "
|
|
535
|
-
readonly name: "
|
|
536
|
-
readonly type: "
|
|
537
|
-
}];
|
|
538
|
-
readonly name: "TcbBenchmarkChanged";
|
|
539
|
-
readonly type: "event";
|
|
540
|
-
}, {
|
|
541
|
-
readonly anonymous: false;
|
|
542
|
-
readonly inputs: readonly [{
|
|
543
|
-
readonly indexed: true;
|
|
544
|
-
readonly internalType: "uint256";
|
|
545
|
-
readonly name: "tcbId";
|
|
546
|
-
readonly type: "uint256";
|
|
551
|
+
readonly internalType: "bytes32";
|
|
552
|
+
readonly name: "childId";
|
|
553
|
+
readonly type: "bytes32";
|
|
547
554
|
}, {
|
|
548
555
|
readonly indexed: true;
|
|
549
|
-
readonly internalType: "
|
|
550
|
-
readonly name: "
|
|
551
|
-
readonly type: "
|
|
556
|
+
readonly internalType: "bool";
|
|
557
|
+
readonly name: "isBlacklisted";
|
|
558
|
+
readonly type: "bool";
|
|
552
559
|
}];
|
|
553
|
-
readonly name: "
|
|
560
|
+
readonly name: "SetCRL";
|
|
554
561
|
readonly type: "event";
|
|
555
562
|
}, {
|
|
556
563
|
readonly anonymous: false;
|
|
557
564
|
readonly inputs: readonly [{
|
|
558
565
|
readonly indexed: true;
|
|
559
566
|
readonly internalType: "uint256";
|
|
560
|
-
readonly name: "
|
|
567
|
+
readonly name: "id";
|
|
561
568
|
readonly type: "uint256";
|
|
562
|
-
}, {
|
|
563
|
-
readonly indexed: true;
|
|
564
|
-
readonly internalType: "address";
|
|
565
|
-
readonly name: "action";
|
|
566
|
-
readonly type: "address";
|
|
567
569
|
}];
|
|
568
|
-
readonly name: "
|
|
570
|
+
readonly name: "SetRootCert";
|
|
569
571
|
readonly type: "event";
|
|
570
572
|
}, {
|
|
571
573
|
readonly inputs: readonly [{
|
|
572
|
-
readonly internalType: "
|
|
573
|
-
readonly name: "
|
|
574
|
-
readonly type: "
|
|
574
|
+
readonly internalType: "bytes32";
|
|
575
|
+
readonly name: "";
|
|
576
|
+
readonly type: "bytes32";
|
|
577
|
+
}, {
|
|
578
|
+
readonly internalType: "bytes32";
|
|
579
|
+
readonly name: "";
|
|
580
|
+
readonly type: "bytes32";
|
|
575
581
|
}];
|
|
576
|
-
readonly name: "
|
|
577
|
-
readonly outputs: readonly [
|
|
578
|
-
|
|
582
|
+
readonly name: "crl";
|
|
583
|
+
readonly outputs: readonly [{
|
|
584
|
+
readonly internalType: "bool";
|
|
585
|
+
readonly name: "";
|
|
586
|
+
readonly type: "bool";
|
|
587
|
+
}];
|
|
588
|
+
readonly stateMutability: "view";
|
|
579
589
|
readonly type: "function";
|
|
580
590
|
}, {
|
|
581
591
|
readonly inputs: readonly [{
|
|
582
|
-
readonly internalType: "enum TcbVerifiedStatus[]";
|
|
583
|
-
readonly name: "marks";
|
|
584
|
-
readonly type: "uint8[]";
|
|
585
|
-
}, {
|
|
586
592
|
readonly internalType: "uint256";
|
|
587
|
-
readonly name: "
|
|
593
|
+
readonly name: "rootCertId";
|
|
588
594
|
readonly type: "uint256";
|
|
589
595
|
}];
|
|
590
|
-
readonly name: "
|
|
591
|
-
readonly outputs: readonly [
|
|
592
|
-
|
|
596
|
+
readonly name: "getRootCert";
|
|
597
|
+
readonly outputs: readonly [{
|
|
598
|
+
readonly components: readonly [{
|
|
599
|
+
readonly internalType: "bytes[6]";
|
|
600
|
+
readonly name: "bodyParts";
|
|
601
|
+
readonly type: "bytes[6]";
|
|
602
|
+
}, {
|
|
603
|
+
readonly internalType: "uint256";
|
|
604
|
+
readonly name: "expirationDate";
|
|
605
|
+
readonly type: "uint256";
|
|
606
|
+
}, {
|
|
607
|
+
readonly internalType: "bytes1";
|
|
608
|
+
readonly name: "ca";
|
|
609
|
+
readonly type: "bytes1";
|
|
610
|
+
}, {
|
|
611
|
+
readonly internalType: "bytes32";
|
|
612
|
+
readonly name: "tcbDataHash";
|
|
613
|
+
readonly type: "bytes32";
|
|
614
|
+
}, {
|
|
615
|
+
readonly internalType: "bytes";
|
|
616
|
+
readonly name: "publicKey";
|
|
617
|
+
readonly type: "bytes";
|
|
618
|
+
}, {
|
|
619
|
+
readonly internalType: "bytes32";
|
|
620
|
+
readonly name: "id";
|
|
621
|
+
readonly type: "bytes32";
|
|
622
|
+
}, {
|
|
623
|
+
readonly internalType: "bytes";
|
|
624
|
+
readonly name: "signature";
|
|
625
|
+
readonly type: "bytes";
|
|
626
|
+
}];
|
|
627
|
+
readonly internalType: "struct ChunkedX509Cert";
|
|
628
|
+
readonly name: "";
|
|
629
|
+
readonly type: "tuple";
|
|
630
|
+
}];
|
|
631
|
+
readonly stateMutability: "view";
|
|
593
632
|
readonly type: "function";
|
|
594
633
|
}, {
|
|
595
634
|
readonly inputs: readonly [{
|
|
635
|
+
readonly components: readonly [{
|
|
636
|
+
readonly internalType: "bytes[6]";
|
|
637
|
+
readonly name: "bodyParts";
|
|
638
|
+
readonly type: "bytes[6]";
|
|
639
|
+
}, {
|
|
640
|
+
readonly internalType: "uint256";
|
|
641
|
+
readonly name: "expirationDate";
|
|
642
|
+
readonly type: "uint256";
|
|
643
|
+
}, {
|
|
644
|
+
readonly internalType: "bytes1";
|
|
645
|
+
readonly name: "ca";
|
|
646
|
+
readonly type: "bytes1";
|
|
647
|
+
}, {
|
|
648
|
+
readonly internalType: "bytes32";
|
|
649
|
+
readonly name: "tcbDataHash";
|
|
650
|
+
readonly type: "bytes32";
|
|
651
|
+
}, {
|
|
652
|
+
readonly internalType: "bytes";
|
|
653
|
+
readonly name: "publicKey";
|
|
654
|
+
readonly type: "bytes";
|
|
655
|
+
}, {
|
|
656
|
+
readonly internalType: "bytes32";
|
|
657
|
+
readonly name: "id";
|
|
658
|
+
readonly type: "bytes32";
|
|
659
|
+
}, {
|
|
660
|
+
readonly internalType: "bytes";
|
|
661
|
+
readonly name: "signature";
|
|
662
|
+
readonly type: "bytes";
|
|
663
|
+
}];
|
|
664
|
+
readonly internalType: "struct ChunkedX509Cert[]";
|
|
665
|
+
readonly name: "certsChain";
|
|
666
|
+
readonly type: "tuple[]";
|
|
667
|
+
}, {
|
|
596
668
|
readonly internalType: "uint256";
|
|
597
|
-
readonly name: "
|
|
669
|
+
readonly name: "rootCertId";
|
|
598
670
|
readonly type: "uint256";
|
|
671
|
+
}, {
|
|
672
|
+
readonly components: readonly [{
|
|
673
|
+
readonly internalType: "bytes32";
|
|
674
|
+
readonly name: "id";
|
|
675
|
+
readonly type: "bytes32";
|
|
676
|
+
}, {
|
|
677
|
+
readonly internalType: "bool";
|
|
678
|
+
readonly name: "isBlacklisted";
|
|
679
|
+
readonly type: "bool";
|
|
680
|
+
}];
|
|
681
|
+
readonly internalType: "struct CertBlackList[]";
|
|
682
|
+
readonly name: "blacklistedCerts";
|
|
683
|
+
readonly type: "tuple[]";
|
|
684
|
+
}, {
|
|
685
|
+
readonly internalType: "bytes";
|
|
686
|
+
readonly name: "signature";
|
|
687
|
+
readonly type: "bytes";
|
|
599
688
|
}];
|
|
600
|
-
readonly name: "
|
|
689
|
+
readonly name: "setCRL";
|
|
601
690
|
readonly outputs: readonly [];
|
|
602
691
|
readonly stateMutability: "nonpayable";
|
|
603
692
|
readonly type: "function";
|
|
604
693
|
}, {
|
|
605
694
|
readonly inputs: readonly [{
|
|
695
|
+
readonly components: readonly [{
|
|
696
|
+
readonly internalType: "bytes[6]";
|
|
697
|
+
readonly name: "bodyParts";
|
|
698
|
+
readonly type: "bytes[6]";
|
|
699
|
+
}, {
|
|
700
|
+
readonly internalType: "uint256";
|
|
701
|
+
readonly name: "expirationDate";
|
|
702
|
+
readonly type: "uint256";
|
|
703
|
+
}, {
|
|
704
|
+
readonly internalType: "bytes1";
|
|
705
|
+
readonly name: "ca";
|
|
706
|
+
readonly type: "bytes1";
|
|
707
|
+
}, {
|
|
708
|
+
readonly internalType: "bytes32";
|
|
709
|
+
readonly name: "tcbDataHash";
|
|
710
|
+
readonly type: "bytes32";
|
|
711
|
+
}, {
|
|
712
|
+
readonly internalType: "bytes";
|
|
713
|
+
readonly name: "publicKey";
|
|
714
|
+
readonly type: "bytes";
|
|
715
|
+
}, {
|
|
716
|
+
readonly internalType: "bytes32";
|
|
717
|
+
readonly name: "id";
|
|
718
|
+
readonly type: "bytes32";
|
|
719
|
+
}, {
|
|
720
|
+
readonly internalType: "bytes";
|
|
721
|
+
readonly name: "signature";
|
|
722
|
+
readonly type: "bytes";
|
|
723
|
+
}];
|
|
724
|
+
readonly internalType: "struct ChunkedX509Cert";
|
|
725
|
+
readonly name: "cert";
|
|
726
|
+
readonly type: "tuple";
|
|
727
|
+
}, {
|
|
606
728
|
readonly internalType: "uint256";
|
|
607
|
-
readonly name: "
|
|
729
|
+
readonly name: "id";
|
|
608
730
|
readonly type: "uint256";
|
|
609
731
|
}];
|
|
610
|
-
readonly name: "
|
|
732
|
+
readonly name: "setRootCert";
|
|
611
733
|
readonly outputs: readonly [];
|
|
612
734
|
readonly stateMutability: "nonpayable";
|
|
613
735
|
readonly type: "function";
|
|
614
736
|
}, {
|
|
615
737
|
readonly inputs: readonly [{
|
|
616
|
-
readonly
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
}, {
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
readonly
|
|
646
|
-
readonly
|
|
738
|
+
readonly components: readonly [{
|
|
739
|
+
readonly internalType: "bytes[6]";
|
|
740
|
+
readonly name: "bodyParts";
|
|
741
|
+
readonly type: "bytes[6]";
|
|
742
|
+
}, {
|
|
743
|
+
readonly internalType: "uint256";
|
|
744
|
+
readonly name: "expirationDate";
|
|
745
|
+
readonly type: "uint256";
|
|
746
|
+
}, {
|
|
747
|
+
readonly internalType: "bytes1";
|
|
748
|
+
readonly name: "ca";
|
|
749
|
+
readonly type: "bytes1";
|
|
750
|
+
}, {
|
|
751
|
+
readonly internalType: "bytes32";
|
|
752
|
+
readonly name: "tcbDataHash";
|
|
753
|
+
readonly type: "bytes32";
|
|
754
|
+
}, {
|
|
755
|
+
readonly internalType: "bytes";
|
|
756
|
+
readonly name: "publicKey";
|
|
757
|
+
readonly type: "bytes";
|
|
758
|
+
}, {
|
|
759
|
+
readonly internalType: "bytes32";
|
|
760
|
+
readonly name: "id";
|
|
761
|
+
readonly type: "bytes32";
|
|
762
|
+
}, {
|
|
763
|
+
readonly internalType: "bytes";
|
|
764
|
+
readonly name: "signature";
|
|
765
|
+
readonly type: "bytes";
|
|
766
|
+
}];
|
|
767
|
+
readonly internalType: "struct ChunkedX509Cert";
|
|
768
|
+
readonly name: "cert";
|
|
769
|
+
readonly type: "tuple";
|
|
647
770
|
}, {
|
|
648
|
-
readonly internalType: "
|
|
649
|
-
readonly name: "";
|
|
650
|
-
readonly type: "
|
|
651
|
-
}];
|
|
652
|
-
readonly stateMutability: "pure";
|
|
653
|
-
readonly type: "function";
|
|
654
|
-
}, {
|
|
655
|
-
readonly inputs: readonly [{
|
|
656
|
-
readonly internalType: "uint256";
|
|
657
|
-
readonly name: "teeOfferId";
|
|
658
|
-
readonly type: "uint256";
|
|
659
|
-
}];
|
|
660
|
-
readonly name: "getInitializedTcbId";
|
|
661
|
-
readonly outputs: readonly [{
|
|
662
|
-
readonly internalType: "uint256";
|
|
663
|
-
readonly name: "";
|
|
664
|
-
readonly type: "uint256";
|
|
771
|
+
readonly internalType: "bytes";
|
|
772
|
+
readonly name: "caPubKey";
|
|
773
|
+
readonly type: "bytes";
|
|
665
774
|
}];
|
|
666
|
-
readonly
|
|
667
|
-
readonly type: "function";
|
|
668
|
-
}, {
|
|
669
|
-
readonly inputs: readonly [];
|
|
670
|
-
readonly name: "getLastBlockTable";
|
|
775
|
+
readonly name: "verifyCert";
|
|
671
776
|
readonly outputs: readonly [{
|
|
672
|
-
readonly internalType: "
|
|
673
|
-
readonly name: "";
|
|
674
|
-
readonly type: "
|
|
777
|
+
readonly internalType: "bytes32";
|
|
778
|
+
readonly name: "certHash";
|
|
779
|
+
readonly type: "bytes32";
|
|
675
780
|
}];
|
|
676
781
|
readonly stateMutability: "view";
|
|
677
782
|
readonly type: "function";
|
|
678
783
|
}, {
|
|
679
|
-
readonly inputs: readonly [
|
|
680
|
-
|
|
681
|
-
|
|
784
|
+
readonly inputs: readonly [{
|
|
785
|
+
readonly components: readonly [{
|
|
786
|
+
readonly internalType: "bytes[6]";
|
|
787
|
+
readonly name: "bodyParts";
|
|
788
|
+
readonly type: "bytes[6]";
|
|
789
|
+
}, {
|
|
790
|
+
readonly internalType: "uint256";
|
|
791
|
+
readonly name: "expirationDate";
|
|
792
|
+
readonly type: "uint256";
|
|
793
|
+
}, {
|
|
794
|
+
readonly internalType: "bytes1";
|
|
795
|
+
readonly name: "ca";
|
|
796
|
+
readonly type: "bytes1";
|
|
797
|
+
}, {
|
|
798
|
+
readonly internalType: "bytes32";
|
|
799
|
+
readonly name: "tcbDataHash";
|
|
800
|
+
readonly type: "bytes32";
|
|
801
|
+
}, {
|
|
802
|
+
readonly internalType: "bytes";
|
|
803
|
+
readonly name: "publicKey";
|
|
804
|
+
readonly type: "bytes";
|
|
805
|
+
}, {
|
|
806
|
+
readonly internalType: "bytes32";
|
|
807
|
+
readonly name: "id";
|
|
808
|
+
readonly type: "bytes32";
|
|
809
|
+
}, {
|
|
810
|
+
readonly internalType: "bytes";
|
|
811
|
+
readonly name: "signature";
|
|
812
|
+
readonly type: "bytes";
|
|
813
|
+
}];
|
|
814
|
+
readonly internalType: "struct ChunkedX509Cert[]";
|
|
815
|
+
readonly name: "certsChain";
|
|
816
|
+
readonly type: "tuple[]";
|
|
817
|
+
}, {
|
|
682
818
|
readonly internalType: "uint256";
|
|
683
|
-
readonly name: "";
|
|
819
|
+
readonly name: "rootCertId";
|
|
684
820
|
readonly type: "uint256";
|
|
685
821
|
}];
|
|
686
|
-
readonly
|
|
687
|
-
readonly type: "function";
|
|
688
|
-
}, {
|
|
689
|
-
readonly inputs: readonly [];
|
|
690
|
-
readonly name: "getSuspiciousBlockTable";
|
|
691
|
-
readonly outputs: readonly [{
|
|
692
|
-
readonly internalType: "uint256[]";
|
|
693
|
-
readonly name: "";
|
|
694
|
-
readonly type: "uint256[]";
|
|
695
|
-
}];
|
|
696
|
-
readonly stateMutability: "view";
|
|
697
|
-
readonly type: "function";
|
|
698
|
-
}, {
|
|
699
|
-
readonly inputs: readonly [];
|
|
700
|
-
readonly name: "getSuspiciousBlockTableSize";
|
|
822
|
+
readonly name: "verifyCertChain";
|
|
701
823
|
readonly outputs: readonly [{
|
|
702
|
-
readonly internalType: "
|
|
703
|
-
readonly name: "";
|
|
704
|
-
readonly type: "
|
|
824
|
+
readonly internalType: "bytes32";
|
|
825
|
+
readonly name: "leafCertHash";
|
|
826
|
+
readonly type: "bytes32";
|
|
705
827
|
}];
|
|
706
828
|
readonly stateMutability: "view";
|
|
707
829
|
readonly type: "function";
|
|
708
830
|
}, {
|
|
831
|
+
readonly anonymous: false;
|
|
709
832
|
readonly inputs: readonly [{
|
|
833
|
+
readonly indexed: true;
|
|
710
834
|
readonly internalType: "uint256";
|
|
711
835
|
readonly name: "tcbId";
|
|
712
836
|
readonly type: "uint256";
|
|
837
|
+
}, {
|
|
838
|
+
readonly indexed: true;
|
|
839
|
+
readonly internalType: "address";
|
|
840
|
+
readonly name: "action";
|
|
841
|
+
readonly type: "address";
|
|
713
842
|
}];
|
|
714
|
-
readonly name: "
|
|
715
|
-
readonly
|
|
843
|
+
readonly name: "TcbAdded";
|
|
844
|
+
readonly type: "event";
|
|
845
|
+
}, {
|
|
846
|
+
readonly inputs: readonly [{
|
|
716
847
|
readonly components: readonly [{
|
|
717
|
-
readonly internalType: "
|
|
718
|
-
readonly name: "
|
|
719
|
-
readonly type: "
|
|
848
|
+
readonly internalType: "bytes[6]";
|
|
849
|
+
readonly name: "bodyParts";
|
|
850
|
+
readonly type: "bytes[6]";
|
|
720
851
|
}, {
|
|
721
852
|
readonly internalType: "uint256";
|
|
722
|
-
readonly name: "
|
|
853
|
+
readonly name: "expirationDate";
|
|
723
854
|
readonly type: "uint256";
|
|
724
855
|
}, {
|
|
725
|
-
readonly internalType: "
|
|
726
|
-
readonly name: "
|
|
727
|
-
readonly type: "
|
|
728
|
-
}, {
|
|
729
|
-
readonly internalType: "uint256";
|
|
730
|
-
readonly name: "epochIndex";
|
|
731
|
-
readonly type: "uint256";
|
|
732
|
-
}, {
|
|
733
|
-
readonly internalType: "uint64";
|
|
734
|
-
readonly name: "timeAdded";
|
|
735
|
-
readonly type: "uint64";
|
|
736
|
-
}, {
|
|
737
|
-
readonly internalType: "enum TcbStatus";
|
|
738
|
-
readonly name: "status";
|
|
739
|
-
readonly type: "uint8";
|
|
740
|
-
}, {
|
|
741
|
-
readonly internalType: "uint16";
|
|
742
|
-
readonly name: "negative";
|
|
743
|
-
readonly type: "uint16";
|
|
744
|
-
}, {
|
|
745
|
-
readonly internalType: "uint16";
|
|
746
|
-
readonly name: "positive";
|
|
747
|
-
readonly type: "uint16";
|
|
748
|
-
}, {
|
|
749
|
-
readonly internalType: "bool";
|
|
750
|
-
readonly name: "lastBlocksTaken";
|
|
751
|
-
readonly type: "bool";
|
|
752
|
-
}, {
|
|
753
|
-
readonly internalType: "bool";
|
|
754
|
-
readonly name: "suspiciousBlocksTaken";
|
|
755
|
-
readonly type: "bool";
|
|
756
|
-
}, {
|
|
757
|
-
readonly internalType: "bool";
|
|
758
|
-
readonly name: "checked";
|
|
759
|
-
readonly type: "bool";
|
|
760
|
-
}];
|
|
761
|
-
readonly internalType: "struct Tcb";
|
|
762
|
-
readonly name: "response";
|
|
763
|
-
readonly type: "tuple";
|
|
764
|
-
}];
|
|
765
|
-
readonly stateMutability: "view";
|
|
766
|
-
readonly type: "function";
|
|
767
|
-
}, {
|
|
768
|
-
readonly inputs: readonly [];
|
|
769
|
-
readonly name: "getTcbsCount";
|
|
770
|
-
readonly outputs: readonly [{
|
|
771
|
-
readonly internalType: "uint256";
|
|
772
|
-
readonly name: "";
|
|
773
|
-
readonly type: "uint256";
|
|
774
|
-
}];
|
|
775
|
-
readonly stateMutability: "view";
|
|
776
|
-
readonly type: "function";
|
|
777
|
-
}, {
|
|
778
|
-
readonly inputs: readonly [{
|
|
779
|
-
readonly internalType: "uint256[]";
|
|
780
|
-
readonly name: "tcbIds";
|
|
781
|
-
readonly type: "uint256[]";
|
|
782
|
-
}];
|
|
783
|
-
readonly name: "getTcbsEpochIndex";
|
|
784
|
-
readonly outputs: readonly [{
|
|
785
|
-
readonly internalType: "uint256[]";
|
|
786
|
-
readonly name: "epochIndexes";
|
|
787
|
-
readonly type: "uint256[]";
|
|
788
|
-
}];
|
|
789
|
-
readonly stateMutability: "view";
|
|
790
|
-
readonly type: "function";
|
|
791
|
-
}, {
|
|
792
|
-
readonly inputs: readonly [{
|
|
793
|
-
readonly internalType: "uint256[]";
|
|
794
|
-
readonly name: "tcbIds";
|
|
795
|
-
readonly type: "uint256[]";
|
|
796
|
-
}];
|
|
797
|
-
readonly name: "getTcbsPublicData";
|
|
798
|
-
readonly outputs: readonly [{
|
|
799
|
-
readonly components: readonly [{
|
|
800
|
-
readonly internalType: "uint256[]";
|
|
801
|
-
readonly name: "checkingTcbIds";
|
|
802
|
-
readonly type: "uint256[]";
|
|
803
|
-
}, {
|
|
804
|
-
readonly internalType: "enum TcbVerifiedStatus[]";
|
|
805
|
-
readonly name: "checkingTcbMarks";
|
|
806
|
-
readonly type: "uint8[]";
|
|
856
|
+
readonly internalType: "bytes1";
|
|
857
|
+
readonly name: "ca";
|
|
858
|
+
readonly type: "bytes1";
|
|
807
859
|
}, {
|
|
808
860
|
readonly internalType: "bytes32";
|
|
809
|
-
readonly name: "
|
|
861
|
+
readonly name: "tcbDataHash";
|
|
810
862
|
readonly type: "bytes32";
|
|
811
863
|
}, {
|
|
812
|
-
readonly internalType: "
|
|
813
|
-
readonly name: "
|
|
814
|
-
readonly type: "
|
|
815
|
-
}];
|
|
816
|
-
readonly internalType: "struct TcbPublicData[]";
|
|
817
|
-
readonly name: "";
|
|
818
|
-
readonly type: "tuple[]";
|
|
819
|
-
}];
|
|
820
|
-
readonly stateMutability: "view";
|
|
821
|
-
readonly type: "function";
|
|
822
|
-
}, {
|
|
823
|
-
readonly inputs: readonly [{
|
|
824
|
-
readonly internalType: "uint256[]";
|
|
825
|
-
readonly name: "tcbIds";
|
|
826
|
-
readonly type: "uint256[]";
|
|
827
|
-
}];
|
|
828
|
-
readonly name: "getTcbsUtilityData";
|
|
829
|
-
readonly outputs: readonly [{
|
|
830
|
-
readonly components: readonly [{
|
|
831
|
-
readonly internalType: "uint256";
|
|
832
|
-
readonly name: "teeOfferId";
|
|
833
|
-
readonly type: "uint256";
|
|
864
|
+
readonly internalType: "bytes";
|
|
865
|
+
readonly name: "publicKey";
|
|
866
|
+
readonly type: "bytes";
|
|
834
867
|
}, {
|
|
835
|
-
readonly internalType: "
|
|
836
|
-
readonly name: "
|
|
837
|
-
readonly type: "
|
|
868
|
+
readonly internalType: "bytes32";
|
|
869
|
+
readonly name: "id";
|
|
870
|
+
readonly type: "bytes32";
|
|
838
871
|
}, {
|
|
839
|
-
readonly internalType: "
|
|
840
|
-
readonly name: "
|
|
841
|
-
readonly type: "
|
|
872
|
+
readonly internalType: "bytes";
|
|
873
|
+
readonly name: "signature";
|
|
874
|
+
readonly type: "bytes";
|
|
842
875
|
}];
|
|
843
|
-
readonly internalType: "struct
|
|
844
|
-
readonly name: "";
|
|
876
|
+
readonly internalType: "struct ChunkedX509Cert[]";
|
|
877
|
+
readonly name: "certsChain";
|
|
845
878
|
readonly type: "tuple[]";
|
|
846
|
-
}];
|
|
847
|
-
readonly stateMutability: "view";
|
|
848
|
-
readonly type: "function";
|
|
849
|
-
}, {
|
|
850
|
-
readonly inputs: readonly [{
|
|
851
|
-
readonly internalType: "uint256";
|
|
852
|
-
readonly name: "teeOfferId";
|
|
853
|
-
readonly type: "uint256";
|
|
854
879
|
}, {
|
|
855
|
-
readonly internalType: "bytes32";
|
|
856
|
-
readonly name: "newDeviceId";
|
|
857
|
-
readonly type: "bytes32";
|
|
858
|
-
}];
|
|
859
|
-
readonly name: "initializeTcb";
|
|
860
|
-
readonly outputs: readonly [];
|
|
861
|
-
readonly stateMutability: "nonpayable";
|
|
862
|
-
readonly type: "function";
|
|
863
|
-
}, {
|
|
864
|
-
readonly inputs: readonly [{
|
|
865
880
|
readonly internalType: "uint256";
|
|
866
|
-
readonly name: "
|
|
867
|
-
readonly type: "uint256";
|
|
868
|
-
}];
|
|
869
|
-
readonly name: "isBenchmarkChangedByLastBlock";
|
|
870
|
-
readonly outputs: readonly [{
|
|
871
|
-
readonly internalType: "bool";
|
|
872
|
-
readonly name: "";
|
|
873
|
-
readonly type: "bool";
|
|
874
|
-
}];
|
|
875
|
-
readonly stateMutability: "view";
|
|
876
|
-
readonly type: "function";
|
|
877
|
-
}, {
|
|
878
|
-
readonly inputs: readonly [{
|
|
879
|
-
readonly internalType: "uint256";
|
|
880
|
-
readonly name: "teeOfferId";
|
|
881
|
+
readonly name: "rootCertId";
|
|
881
882
|
readonly type: "uint256";
|
|
882
883
|
}, {
|
|
883
|
-
readonly internalType: "bytes32";
|
|
884
|
-
readonly name: "deviceId";
|
|
885
|
-
readonly type: "bytes32";
|
|
886
|
-
}];
|
|
887
|
-
readonly name: "isTcbCreationAvailable";
|
|
888
|
-
readonly outputs: readonly [{
|
|
889
|
-
readonly internalType: "bool";
|
|
890
|
-
readonly name: "offerNotBlocked";
|
|
891
|
-
readonly type: "bool";
|
|
892
|
-
}, {
|
|
893
|
-
readonly internalType: "bool";
|
|
894
|
-
readonly name: "newEpochStarted";
|
|
895
|
-
readonly type: "bool";
|
|
896
|
-
}, {
|
|
897
|
-
readonly internalType: "bool";
|
|
898
|
-
readonly name: "halfEpochPassed";
|
|
899
|
-
readonly type: "bool";
|
|
900
|
-
}, {
|
|
901
|
-
readonly internalType: "bool";
|
|
902
|
-
readonly name: "benchmarkVerified";
|
|
903
|
-
readonly type: "bool";
|
|
904
|
-
}];
|
|
905
|
-
readonly stateMutability: "view";
|
|
906
|
-
readonly type: "function";
|
|
907
|
-
}, {
|
|
908
|
-
readonly inputs: readonly [{
|
|
909
|
-
readonly internalType: "uint256";
|
|
910
|
-
readonly name: "tcbId";
|
|
911
|
-
readonly type: "uint256";
|
|
912
|
-
}];
|
|
913
|
-
readonly name: "isTcbVerified";
|
|
914
|
-
readonly outputs: readonly [{
|
|
915
|
-
readonly internalType: "bool";
|
|
916
|
-
readonly name: "";
|
|
917
|
-
readonly type: "bool";
|
|
918
|
-
}];
|
|
919
|
-
readonly stateMutability: "view";
|
|
920
|
-
readonly type: "function";
|
|
921
|
-
}, {
|
|
922
|
-
readonly inputs: readonly [{
|
|
923
884
|
readonly internalType: "uint256";
|
|
924
|
-
readonly name: "
|
|
925
|
-
readonly type: "uint256";
|
|
926
|
-
}];
|
|
927
|
-
readonly name: "isTeeOfferVerified";
|
|
928
|
-
readonly outputs: readonly [{
|
|
929
|
-
readonly internalType: "bool";
|
|
930
|
-
readonly name: "";
|
|
931
|
-
readonly type: "bool";
|
|
932
|
-
}];
|
|
933
|
-
readonly stateMutability: "view";
|
|
934
|
-
readonly type: "function";
|
|
935
|
-
}, {
|
|
936
|
-
readonly inputs: readonly [{
|
|
937
|
-
readonly internalType: "uint256";
|
|
938
|
-
readonly name: "tcbId";
|
|
885
|
+
readonly name: "teeOfferId";
|
|
939
886
|
readonly type: "uint256";
|
|
940
887
|
}, {
|
|
941
888
|
readonly components: readonly [{
|
|
@@ -958,6 +905,10 @@ export declare const abi: readonly [{
|
|
|
958
905
|
readonly internalType: "uint64";
|
|
959
906
|
readonly name: "networkSize";
|
|
960
907
|
readonly type: "uint64";
|
|
908
|
+
}, {
|
|
909
|
+
readonly internalType: "uint64";
|
|
910
|
+
readonly name: "vramSize";
|
|
911
|
+
readonly type: "uint64";
|
|
961
912
|
}, {
|
|
962
913
|
readonly internalType: "uint32";
|
|
963
914
|
readonly name: "cpuMark";
|
|
@@ -978,69 +929,79 @@ export declare const abi: readonly [{
|
|
|
978
929
|
readonly internalType: "uint32";
|
|
979
930
|
readonly name: "networkMark";
|
|
980
931
|
readonly type: "uint32";
|
|
932
|
+
}, {
|
|
933
|
+
readonly components: readonly [{
|
|
934
|
+
readonly internalType: "bytes16";
|
|
935
|
+
readonly name: "vendorId";
|
|
936
|
+
readonly type: "bytes16";
|
|
937
|
+
}, {
|
|
938
|
+
readonly internalType: "uint128";
|
|
939
|
+
readonly name: "cpuFamily";
|
|
940
|
+
readonly type: "uint128";
|
|
941
|
+
}, {
|
|
942
|
+
readonly internalType: "uint128";
|
|
943
|
+
readonly name: "model";
|
|
944
|
+
readonly type: "uint128";
|
|
945
|
+
}, {
|
|
946
|
+
readonly internalType: "bytes16";
|
|
947
|
+
readonly name: "modelName";
|
|
948
|
+
readonly type: "bytes16";
|
|
949
|
+
}, {
|
|
950
|
+
readonly internalType: "uint32";
|
|
951
|
+
readonly name: "totalPhysicalCores";
|
|
952
|
+
readonly type: "uint32";
|
|
953
|
+
}, {
|
|
954
|
+
readonly internalType: "uint32";
|
|
955
|
+
readonly name: "baseFreq";
|
|
956
|
+
readonly type: "uint32";
|
|
957
|
+
}, {
|
|
958
|
+
readonly internalType: "uint32";
|
|
959
|
+
readonly name: "maxFreq";
|
|
960
|
+
readonly type: "uint32";
|
|
961
|
+
}];
|
|
962
|
+
readonly internalType: "struct CpuInfo";
|
|
963
|
+
readonly name: "cpuInfo";
|
|
964
|
+
readonly type: "tuple";
|
|
981
965
|
}];
|
|
982
|
-
readonly internalType: "struct
|
|
966
|
+
readonly internalType: "struct ConsensusBenchmarkView";
|
|
983
967
|
readonly name: "benchmark";
|
|
984
968
|
readonly type: "tuple";
|
|
985
|
-
}, {
|
|
986
|
-
readonly internalType: "string";
|
|
987
|
-
readonly name: "properties";
|
|
988
|
-
readonly type: "string";
|
|
989
|
-
}, {
|
|
990
|
-
readonly internalType: "bytes32";
|
|
991
|
-
readonly name: "deviceId";
|
|
992
|
-
readonly type: "bytes32";
|
|
993
|
-
}, {
|
|
994
|
-
readonly internalType: "string";
|
|
995
|
-
readonly name: "quote";
|
|
996
|
-
readonly type: "string";
|
|
997
969
|
}, {
|
|
998
970
|
readonly internalType: "string";
|
|
999
971
|
readonly name: "pubKey";
|
|
1000
972
|
readonly type: "string";
|
|
1001
973
|
}];
|
|
1002
|
-
readonly name: "
|
|
974
|
+
readonly name: "addTcb";
|
|
1003
975
|
readonly outputs: readonly [];
|
|
1004
976
|
readonly stateMutability: "nonpayable";
|
|
1005
977
|
readonly type: "function";
|
|
1006
978
|
}, {
|
|
1007
979
|
readonly inputs: readonly [{
|
|
1008
|
-
readonly internalType: "
|
|
1009
|
-
readonly name: "
|
|
1010
|
-
readonly type: "
|
|
1011
|
-
}, {
|
|
1012
|
-
readonly internalType: "enum TcbStatus";
|
|
1013
|
-
readonly name: "status";
|
|
1014
|
-
readonly type: "uint8";
|
|
980
|
+
readonly internalType: "bytes32";
|
|
981
|
+
readonly name: "leafCertHash";
|
|
982
|
+
readonly type: "bytes32";
|
|
1015
983
|
}];
|
|
1016
|
-
readonly name: "
|
|
1017
|
-
readonly outputs: readonly [
|
|
1018
|
-
|
|
984
|
+
readonly name: "certHashIsUnique";
|
|
985
|
+
readonly outputs: readonly [{
|
|
986
|
+
readonly internalType: "bool";
|
|
987
|
+
readonly name: "";
|
|
988
|
+
readonly type: "bool";
|
|
989
|
+
}];
|
|
990
|
+
readonly stateMutability: "view";
|
|
1019
991
|
readonly type: "function";
|
|
1020
992
|
}, {
|
|
1021
|
-
readonly anonymous: false;
|
|
1022
993
|
readonly inputs: readonly [{
|
|
1023
|
-
readonly indexed: false;
|
|
1024
994
|
readonly internalType: "uint256";
|
|
1025
|
-
readonly name: "
|
|
995
|
+
readonly name: "teeOfferId";
|
|
1026
996
|
readonly type: "uint256";
|
|
1027
|
-
}, {
|
|
1028
|
-
readonly indexed: true;
|
|
1029
|
-
readonly internalType: "address";
|
|
1030
|
-
readonly name: "provider";
|
|
1031
|
-
readonly type: "address";
|
|
1032
997
|
}];
|
|
1033
|
-
readonly name: "
|
|
1034
|
-
readonly
|
|
1035
|
-
}, {
|
|
1036
|
-
readonly inputs: readonly [{
|
|
998
|
+
readonly name: "getActualTcbId";
|
|
999
|
+
readonly outputs: readonly [{
|
|
1037
1000
|
readonly internalType: "uint256";
|
|
1038
|
-
readonly name: "
|
|
1001
|
+
readonly name: "";
|
|
1039
1002
|
readonly type: "uint256";
|
|
1040
1003
|
}];
|
|
1041
|
-
readonly
|
|
1042
|
-
readonly outputs: readonly [];
|
|
1043
|
-
readonly stateMutability: "nonpayable";
|
|
1004
|
+
readonly stateMutability: "view";
|
|
1044
1005
|
readonly type: "function";
|
|
1045
1006
|
}, {
|
|
1046
1007
|
readonly inputs: readonly [{
|
|
@@ -1048,49 +1009,146 @@ export declare const abi: readonly [{
|
|
|
1048
1009
|
readonly name: "tcbId";
|
|
1049
1010
|
readonly type: "uint256";
|
|
1050
1011
|
}];
|
|
1051
|
-
readonly name: "
|
|
1052
|
-
readonly outputs: readonly [
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1012
|
+
readonly name: "getTcbById";
|
|
1013
|
+
readonly outputs: readonly [{
|
|
1014
|
+
readonly components: readonly [{
|
|
1015
|
+
readonly internalType: "uint256";
|
|
1016
|
+
readonly name: "previousTcb";
|
|
1017
|
+
readonly type: "uint256";
|
|
1018
|
+
}, {
|
|
1019
|
+
readonly internalType: "uint256";
|
|
1020
|
+
readonly name: "lastBlocksTakenAmount_DEPRECATED";
|
|
1021
|
+
readonly type: "uint256";
|
|
1022
|
+
}, {
|
|
1023
|
+
readonly internalType: "uint256";
|
|
1024
|
+
readonly name: "suspiciousBlocksTakenAmount_DEPRECATED";
|
|
1025
|
+
readonly type: "uint256";
|
|
1026
|
+
}, {
|
|
1027
|
+
readonly internalType: "uint256";
|
|
1028
|
+
readonly name: "epochIndex";
|
|
1029
|
+
readonly type: "uint256";
|
|
1030
|
+
}, {
|
|
1031
|
+
readonly internalType: "uint64";
|
|
1032
|
+
readonly name: "timeAdded";
|
|
1033
|
+
readonly type: "uint64";
|
|
1034
|
+
}, {
|
|
1035
|
+
readonly internalType: "enum TcbStatus";
|
|
1036
|
+
readonly name: "status";
|
|
1037
|
+
readonly type: "uint8";
|
|
1038
|
+
}, {
|
|
1039
|
+
readonly internalType: "uint16";
|
|
1040
|
+
readonly name: "negative_DEPRECATED";
|
|
1041
|
+
readonly type: "uint16";
|
|
1042
|
+
}, {
|
|
1043
|
+
readonly internalType: "uint16";
|
|
1044
|
+
readonly name: "positive_DEPRECATED";
|
|
1045
|
+
readonly type: "uint16";
|
|
1046
|
+
}, {
|
|
1047
|
+
readonly internalType: "bool";
|
|
1048
|
+
readonly name: "lastBlocksTaken_DEPRECATED";
|
|
1049
|
+
readonly type: "bool";
|
|
1050
|
+
}, {
|
|
1051
|
+
readonly internalType: "bool";
|
|
1052
|
+
readonly name: "suspiciousBlocksTaken_DEPRECATED";
|
|
1053
|
+
readonly type: "bool";
|
|
1054
|
+
}, {
|
|
1055
|
+
readonly internalType: "bool";
|
|
1056
|
+
readonly name: "checked_DEPRECATED";
|
|
1057
|
+
readonly type: "bool";
|
|
1058
|
+
}, {
|
|
1059
|
+
readonly components: readonly [{
|
|
1060
|
+
readonly internalType: "bytes[6]";
|
|
1061
|
+
readonly name: "bodyParts";
|
|
1062
|
+
readonly type: "bytes[6]";
|
|
1063
|
+
}, {
|
|
1064
|
+
readonly internalType: "uint256";
|
|
1065
|
+
readonly name: "expirationDate";
|
|
1066
|
+
readonly type: "uint256";
|
|
1067
|
+
}, {
|
|
1068
|
+
readonly internalType: "bytes1";
|
|
1069
|
+
readonly name: "ca";
|
|
1070
|
+
readonly type: "bytes1";
|
|
1071
|
+
}, {
|
|
1072
|
+
readonly internalType: "bytes32";
|
|
1073
|
+
readonly name: "tcbDataHash";
|
|
1074
|
+
readonly type: "bytes32";
|
|
1075
|
+
}, {
|
|
1076
|
+
readonly internalType: "bytes";
|
|
1077
|
+
readonly name: "publicKey";
|
|
1078
|
+
readonly type: "bytes";
|
|
1079
|
+
}, {
|
|
1080
|
+
readonly internalType: "bytes32";
|
|
1081
|
+
readonly name: "id";
|
|
1082
|
+
readonly type: "bytes32";
|
|
1083
|
+
}, {
|
|
1084
|
+
readonly internalType: "bytes";
|
|
1085
|
+
readonly name: "signature";
|
|
1086
|
+
readonly type: "bytes";
|
|
1087
|
+
}];
|
|
1088
|
+
readonly internalType: "struct ChunkedX509Cert[]";
|
|
1089
|
+
readonly name: "certsChain";
|
|
1090
|
+
readonly type: "tuple[]";
|
|
1091
|
+
}, {
|
|
1092
|
+
readonly internalType: "uint256";
|
|
1093
|
+
readonly name: "rootCertId";
|
|
1094
|
+
readonly type: "uint256";
|
|
1095
|
+
}];
|
|
1096
|
+
readonly internalType: "struct Tcb";
|
|
1097
|
+
readonly name: "response";
|
|
1098
|
+
readonly type: "tuple";
|
|
1060
1099
|
}];
|
|
1061
|
-
readonly
|
|
1062
|
-
readonly outputs: readonly [];
|
|
1063
|
-
readonly stateMutability: "nonpayable";
|
|
1100
|
+
readonly stateMutability: "view";
|
|
1064
1101
|
readonly type: "function";
|
|
1065
1102
|
}, {
|
|
1066
|
-
readonly inputs: readonly [
|
|
1103
|
+
readonly inputs: readonly [];
|
|
1104
|
+
readonly name: "getTcbsCount";
|
|
1105
|
+
readonly outputs: readonly [{
|
|
1067
1106
|
readonly internalType: "uint256";
|
|
1068
|
-
readonly name: "
|
|
1107
|
+
readonly name: "";
|
|
1069
1108
|
readonly type: "uint256";
|
|
1070
1109
|
}];
|
|
1071
|
-
readonly
|
|
1072
|
-
readonly outputs: readonly [];
|
|
1073
|
-
readonly stateMutability: "nonpayable";
|
|
1110
|
+
readonly stateMutability: "view";
|
|
1074
1111
|
readonly type: "function";
|
|
1075
1112
|
}, {
|
|
1076
1113
|
readonly inputs: readonly [{
|
|
1077
|
-
readonly internalType: "uint256";
|
|
1078
|
-
readonly name: "
|
|
1079
|
-
readonly type: "uint256";
|
|
1114
|
+
readonly internalType: "uint256[]";
|
|
1115
|
+
readonly name: "tcbIds";
|
|
1116
|
+
readonly type: "uint256[]";
|
|
1080
1117
|
}];
|
|
1081
|
-
readonly name: "
|
|
1082
|
-
readonly outputs: readonly [
|
|
1083
|
-
|
|
1118
|
+
readonly name: "getTcbsEpochIndex";
|
|
1119
|
+
readonly outputs: readonly [{
|
|
1120
|
+
readonly internalType: "uint256[]";
|
|
1121
|
+
readonly name: "epochIndexes";
|
|
1122
|
+
readonly type: "uint256[]";
|
|
1123
|
+
}];
|
|
1124
|
+
readonly stateMutability: "view";
|
|
1084
1125
|
readonly type: "function";
|
|
1085
1126
|
}, {
|
|
1086
1127
|
readonly inputs: readonly [{
|
|
1087
|
-
readonly internalType: "uint256";
|
|
1088
|
-
readonly name: "
|
|
1089
|
-
readonly type: "uint256";
|
|
1128
|
+
readonly internalType: "uint256[]";
|
|
1129
|
+
readonly name: "tcbIds";
|
|
1130
|
+
readonly type: "uint256[]";
|
|
1090
1131
|
}];
|
|
1091
|
-
readonly name: "
|
|
1092
|
-
readonly outputs: readonly [
|
|
1093
|
-
|
|
1132
|
+
readonly name: "getTcbsUtilityData";
|
|
1133
|
+
readonly outputs: readonly [{
|
|
1134
|
+
readonly components: readonly [{
|
|
1135
|
+
readonly internalType: "uint256";
|
|
1136
|
+
readonly name: "teeOfferId";
|
|
1137
|
+
readonly type: "uint256";
|
|
1138
|
+
}, {
|
|
1139
|
+
readonly internalType: "string";
|
|
1140
|
+
readonly name: "pubKey";
|
|
1141
|
+
readonly type: "string";
|
|
1142
|
+
}, {
|
|
1143
|
+
readonly internalType: "string";
|
|
1144
|
+
readonly name: "quote_DEPRECATED";
|
|
1145
|
+
readonly type: "string";
|
|
1146
|
+
}];
|
|
1147
|
+
readonly internalType: "struct TcbUtilityData[]";
|
|
1148
|
+
readonly name: "";
|
|
1149
|
+
readonly type: "tuple[]";
|
|
1150
|
+
}];
|
|
1151
|
+
readonly stateMutability: "view";
|
|
1094
1152
|
readonly type: "function";
|
|
1095
1153
|
}, {
|
|
1096
1154
|
readonly inputs: readonly [{
|
|
@@ -1098,19 +1156,39 @@ export declare const abi: readonly [{
|
|
|
1098
1156
|
readonly name: "tcbId";
|
|
1099
1157
|
readonly type: "uint256";
|
|
1100
1158
|
}];
|
|
1101
|
-
readonly name: "
|
|
1102
|
-
readonly outputs: readonly [
|
|
1103
|
-
|
|
1159
|
+
readonly name: "isTcbBanned";
|
|
1160
|
+
readonly outputs: readonly [{
|
|
1161
|
+
readonly internalType: "bool";
|
|
1162
|
+
readonly name: "";
|
|
1163
|
+
readonly type: "bool";
|
|
1164
|
+
}];
|
|
1165
|
+
readonly stateMutability: "view";
|
|
1104
1166
|
readonly type: "function";
|
|
1105
1167
|
}, {
|
|
1106
1168
|
readonly inputs: readonly [{
|
|
1107
1169
|
readonly internalType: "uint256";
|
|
1108
|
-
readonly name: "
|
|
1170
|
+
readonly name: "teeOfferId";
|
|
1109
1171
|
readonly type: "uint256";
|
|
1172
|
+
}, {
|
|
1173
|
+
readonly internalType: "string";
|
|
1174
|
+
readonly name: "pubKey";
|
|
1175
|
+
readonly type: "string";
|
|
1110
1176
|
}];
|
|
1111
|
-
readonly name: "
|
|
1112
|
-
readonly outputs: readonly [
|
|
1113
|
-
|
|
1177
|
+
readonly name: "isTcbCreationAvailable";
|
|
1178
|
+
readonly outputs: readonly [{
|
|
1179
|
+
readonly internalType: "bool";
|
|
1180
|
+
readonly name: "offerNotBlocked";
|
|
1181
|
+
readonly type: "bool";
|
|
1182
|
+
}, {
|
|
1183
|
+
readonly internalType: "bool";
|
|
1184
|
+
readonly name: "newEpochStarted";
|
|
1185
|
+
readonly type: "bool";
|
|
1186
|
+
}, {
|
|
1187
|
+
readonly internalType: "bool";
|
|
1188
|
+
readonly name: "halfEpochPassed";
|
|
1189
|
+
readonly type: "bool";
|
|
1190
|
+
}];
|
|
1191
|
+
readonly stateMutability: "view";
|
|
1114
1192
|
readonly type: "function";
|
|
1115
1193
|
}, {
|
|
1116
1194
|
readonly anonymous: false;
|
|
@@ -1705,31 +1783,6 @@ export declare const abi: readonly [{
|
|
|
1705
1783
|
readonly internalType: "struct TeeOfferInfo";
|
|
1706
1784
|
readonly name: "info";
|
|
1707
1785
|
readonly type: "tuple";
|
|
1708
|
-
}, {
|
|
1709
|
-
readonly components: readonly [{
|
|
1710
|
-
readonly internalType: "uint64";
|
|
1711
|
-
readonly name: "cpuCores";
|
|
1712
|
-
readonly type: "uint64";
|
|
1713
|
-
}, {
|
|
1714
|
-
readonly internalType: "uint64";
|
|
1715
|
-
readonly name: "ram";
|
|
1716
|
-
readonly type: "uint64";
|
|
1717
|
-
}, {
|
|
1718
|
-
readonly internalType: "uint64";
|
|
1719
|
-
readonly name: "diskUsage";
|
|
1720
|
-
readonly type: "uint64";
|
|
1721
|
-
}, {
|
|
1722
|
-
readonly internalType: "uint64";
|
|
1723
|
-
readonly name: "gpuCores";
|
|
1724
|
-
readonly type: "uint64";
|
|
1725
|
-
}, {
|
|
1726
|
-
readonly internalType: "uint64";
|
|
1727
|
-
readonly name: "vram";
|
|
1728
|
-
readonly type: "uint64";
|
|
1729
|
-
}];
|
|
1730
|
-
readonly internalType: "struct SlotInfo";
|
|
1731
|
-
readonly name: "slotInfo";
|
|
1732
|
-
readonly type: "tuple";
|
|
1733
1786
|
}, {
|
|
1734
1787
|
readonly components: readonly [{
|
|
1735
1788
|
readonly internalType: "string";
|
|
@@ -1965,6 +2018,25 @@ export declare const abi: readonly [{
|
|
|
1965
2018
|
readonly outputs: readonly [];
|
|
1966
2019
|
readonly stateMutability: "nonpayable";
|
|
1967
2020
|
readonly type: "function";
|
|
2021
|
+
}, {
|
|
2022
|
+
readonly inputs: readonly [{
|
|
2023
|
+
readonly internalType: "uint256";
|
|
2024
|
+
readonly name: "offerId";
|
|
2025
|
+
readonly type: "uint256";
|
|
2026
|
+
}, {
|
|
2027
|
+
readonly components: readonly [{
|
|
2028
|
+
readonly internalType: "string";
|
|
2029
|
+
readonly name: "data";
|
|
2030
|
+
readonly type: "string";
|
|
2031
|
+
}];
|
|
2032
|
+
readonly internalType: "struct OptionInfo";
|
|
2033
|
+
readonly name: "newOptionInfo";
|
|
2034
|
+
readonly type: "tuple";
|
|
2035
|
+
}];
|
|
2036
|
+
readonly name: "setTeeOfferHardwareOptionInfo";
|
|
2037
|
+
readonly outputs: readonly [];
|
|
2038
|
+
readonly stateMutability: "nonpayable";
|
|
2039
|
+
readonly type: "function";
|
|
1968
2040
|
}, {
|
|
1969
2041
|
readonly inputs: readonly [{
|
|
1970
2042
|
readonly internalType: "uint256";
|
|
@@ -1995,17 +2067,8 @@ export declare const abi: readonly [{
|
|
|
1995
2067
|
readonly internalType: "struct SlotInfo";
|
|
1996
2068
|
readonly name: "newSlotInfo";
|
|
1997
2069
|
readonly type: "tuple";
|
|
1998
|
-
}, {
|
|
1999
|
-
readonly components: readonly [{
|
|
2000
|
-
readonly internalType: "string";
|
|
2001
|
-
readonly name: "data";
|
|
2002
|
-
readonly type: "string";
|
|
2003
|
-
}];
|
|
2004
|
-
readonly internalType: "struct OptionInfo";
|
|
2005
|
-
readonly name: "newOptionInfo";
|
|
2006
|
-
readonly type: "tuple";
|
|
2007
2070
|
}];
|
|
2008
|
-
readonly name: "
|
|
2071
|
+
readonly name: "setTeeOfferHardwareSlotInfo";
|
|
2009
2072
|
readonly outputs: readonly [];
|
|
2010
2073
|
readonly stateMutability: "nonpayable";
|
|
2011
2074
|
readonly type: "function";
|
|
@@ -5715,15 +5778,101 @@ export declare const abi: readonly [{
|
|
|
5715
5778
|
}, {
|
|
5716
5779
|
readonly inputs: readonly [{
|
|
5717
5780
|
readonly internalType: "uint256";
|
|
5718
|
-
readonly name: "
|
|
5781
|
+
readonly name: "teeOfferId";
|
|
5719
5782
|
readonly type: "uint256";
|
|
5783
|
+
}, {
|
|
5784
|
+
readonly components: readonly [{
|
|
5785
|
+
readonly internalType: "uint64";
|
|
5786
|
+
readonly name: "cpuSize";
|
|
5787
|
+
readonly type: "uint64";
|
|
5788
|
+
}, {
|
|
5789
|
+
readonly internalType: "uint64";
|
|
5790
|
+
readonly name: "ramSize";
|
|
5791
|
+
readonly type: "uint64";
|
|
5792
|
+
}, {
|
|
5793
|
+
readonly internalType: "uint64";
|
|
5794
|
+
readonly name: "gpuSize";
|
|
5795
|
+
readonly type: "uint64";
|
|
5796
|
+
}, {
|
|
5797
|
+
readonly internalType: "uint64";
|
|
5798
|
+
readonly name: "diskSize";
|
|
5799
|
+
readonly type: "uint64";
|
|
5800
|
+
}, {
|
|
5801
|
+
readonly internalType: "uint64";
|
|
5802
|
+
readonly name: "networkSize";
|
|
5803
|
+
readonly type: "uint64";
|
|
5804
|
+
}, {
|
|
5805
|
+
readonly internalType: "uint64";
|
|
5806
|
+
readonly name: "vramSize";
|
|
5807
|
+
readonly type: "uint64";
|
|
5808
|
+
}, {
|
|
5809
|
+
readonly internalType: "uint32";
|
|
5810
|
+
readonly name: "cpuMark";
|
|
5811
|
+
readonly type: "uint32";
|
|
5812
|
+
}, {
|
|
5813
|
+
readonly internalType: "uint32";
|
|
5814
|
+
readonly name: "ramMark";
|
|
5815
|
+
readonly type: "uint32";
|
|
5816
|
+
}, {
|
|
5817
|
+
readonly internalType: "uint32";
|
|
5818
|
+
readonly name: "gpuMark";
|
|
5819
|
+
readonly type: "uint32";
|
|
5820
|
+
}, {
|
|
5821
|
+
readonly internalType: "uint32";
|
|
5822
|
+
readonly name: "diskMark";
|
|
5823
|
+
readonly type: "uint32";
|
|
5824
|
+
}, {
|
|
5825
|
+
readonly internalType: "uint32";
|
|
5826
|
+
readonly name: "networkMark";
|
|
5827
|
+
readonly type: "uint32";
|
|
5828
|
+
}, {
|
|
5829
|
+
readonly components: readonly [{
|
|
5830
|
+
readonly internalType: "bytes16";
|
|
5831
|
+
readonly name: "vendorId";
|
|
5832
|
+
readonly type: "bytes16";
|
|
5833
|
+
}, {
|
|
5834
|
+
readonly internalType: "uint128";
|
|
5835
|
+
readonly name: "cpuFamily";
|
|
5836
|
+
readonly type: "uint128";
|
|
5837
|
+
}, {
|
|
5838
|
+
readonly internalType: "uint128";
|
|
5839
|
+
readonly name: "model";
|
|
5840
|
+
readonly type: "uint128";
|
|
5841
|
+
}, {
|
|
5842
|
+
readonly internalType: "bytes16";
|
|
5843
|
+
readonly name: "modelName";
|
|
5844
|
+
readonly type: "bytes16";
|
|
5845
|
+
}, {
|
|
5846
|
+
readonly internalType: "uint32";
|
|
5847
|
+
readonly name: "totalPhysicalCores";
|
|
5848
|
+
readonly type: "uint32";
|
|
5849
|
+
}, {
|
|
5850
|
+
readonly internalType: "uint32";
|
|
5851
|
+
readonly name: "baseFreq";
|
|
5852
|
+
readonly type: "uint32";
|
|
5853
|
+
}, {
|
|
5854
|
+
readonly internalType: "uint32";
|
|
5855
|
+
readonly name: "maxFreq";
|
|
5856
|
+
readonly type: "uint32";
|
|
5857
|
+
}];
|
|
5858
|
+
readonly internalType: "struct CpuInfo";
|
|
5859
|
+
readonly name: "cpuInfo";
|
|
5860
|
+
readonly type: "tuple";
|
|
5861
|
+
}];
|
|
5862
|
+
readonly internalType: "struct ConsensusBenchmarkView";
|
|
5863
|
+
readonly name: "benchmark";
|
|
5864
|
+
readonly type: "tuple";
|
|
5720
5865
|
}, {
|
|
5721
5866
|
readonly internalType: "uint256";
|
|
5722
|
-
readonly name: "
|
|
5867
|
+
readonly name: "tcbId";
|
|
5723
5868
|
readonly type: "uint256";
|
|
5724
5869
|
}];
|
|
5725
5870
|
readonly name: "addTcbToEpoch";
|
|
5726
|
-
readonly outputs: readonly [
|
|
5871
|
+
readonly outputs: readonly [{
|
|
5872
|
+
readonly internalType: "uint256";
|
|
5873
|
+
readonly name: "epochIndex";
|
|
5874
|
+
readonly type: "uint256";
|
|
5875
|
+
}];
|
|
5727
5876
|
readonly stateMutability: "nonpayable";
|
|
5728
5877
|
readonly type: "function";
|
|
5729
5878
|
}, {
|
|
@@ -5804,6 +5953,10 @@ export declare const abi: readonly [{
|
|
|
5804
5953
|
readonly internalType: "uint64";
|
|
5805
5954
|
readonly name: "networkSize";
|
|
5806
5955
|
readonly type: "uint64";
|
|
5956
|
+
}, {
|
|
5957
|
+
readonly internalType: "uint64";
|
|
5958
|
+
readonly name: "vramSize";
|
|
5959
|
+
readonly type: "uint64";
|
|
5807
5960
|
}, {
|
|
5808
5961
|
readonly internalType: "uint32";
|
|
5809
5962
|
readonly name: "cpuMark";
|
|
@@ -5824,8 +5977,41 @@ export declare const abi: readonly [{
|
|
|
5824
5977
|
readonly internalType: "uint32";
|
|
5825
5978
|
readonly name: "networkMark";
|
|
5826
5979
|
readonly type: "uint32";
|
|
5980
|
+
}, {
|
|
5981
|
+
readonly components: readonly [{
|
|
5982
|
+
readonly internalType: "bytes16";
|
|
5983
|
+
readonly name: "vendorId";
|
|
5984
|
+
readonly type: "bytes16";
|
|
5985
|
+
}, {
|
|
5986
|
+
readonly internalType: "uint128";
|
|
5987
|
+
readonly name: "cpuFamily";
|
|
5988
|
+
readonly type: "uint128";
|
|
5989
|
+
}, {
|
|
5990
|
+
readonly internalType: "uint128";
|
|
5991
|
+
readonly name: "model";
|
|
5992
|
+
readonly type: "uint128";
|
|
5993
|
+
}, {
|
|
5994
|
+
readonly internalType: "bytes16";
|
|
5995
|
+
readonly name: "modelName";
|
|
5996
|
+
readonly type: "bytes16";
|
|
5997
|
+
}, {
|
|
5998
|
+
readonly internalType: "uint32";
|
|
5999
|
+
readonly name: "totalPhysicalCores";
|
|
6000
|
+
readonly type: "uint32";
|
|
6001
|
+
}, {
|
|
6002
|
+
readonly internalType: "uint32";
|
|
6003
|
+
readonly name: "baseFreq";
|
|
6004
|
+
readonly type: "uint32";
|
|
6005
|
+
}, {
|
|
6006
|
+
readonly internalType: "uint32";
|
|
6007
|
+
readonly name: "maxFreq";
|
|
6008
|
+
readonly type: "uint32";
|
|
6009
|
+
}];
|
|
6010
|
+
readonly internalType: "struct CpuInfo";
|
|
6011
|
+
readonly name: "cpuInfo";
|
|
6012
|
+
readonly type: "tuple";
|
|
5827
6013
|
}];
|
|
5828
|
-
readonly internalType: "struct
|
|
6014
|
+
readonly internalType: "struct ConsensusBenchmarkView";
|
|
5829
6015
|
readonly name: "";
|
|
5830
6016
|
readonly type: "tuple";
|
|
5831
6017
|
}];
|
|
@@ -5899,100 +6085,33 @@ export declare const abi: readonly [{
|
|
|
5899
6085
|
}, {
|
|
5900
6086
|
readonly internalType: "uint256";
|
|
5901
6087
|
readonly name: "previousValuableEpochPosition";
|
|
5902
|
-
readonly type: "uint256";
|
|
5903
|
-
}];
|
|
5904
|
-
readonly name: "getValueReward";
|
|
5905
|
-
readonly outputs: readonly [{
|
|
5906
|
-
readonly internalType: "uint256";
|
|
5907
|
-
readonly name: "reward";
|
|
5908
|
-
readonly type: "uint256";
|
|
5909
|
-
}];
|
|
5910
|
-
readonly stateMutability: "view";
|
|
5911
|
-
readonly type: "function";
|
|
5912
|
-
}, {
|
|
5913
|
-
readonly inputs: readonly [{
|
|
5914
|
-
readonly internalType: "uint256";
|
|
5915
|
-
readonly name: "tcbReward";
|
|
5916
|
-
readonly type: "uint256";
|
|
5917
|
-
}];
|
|
5918
|
-
readonly name: "increaseClaimedByUnlockTcbReward";
|
|
5919
|
-
readonly outputs: readonly [];
|
|
5920
|
-
readonly stateMutability: "nonpayable";
|
|
5921
|
-
readonly type: "function";
|
|
5922
|
-
}, {
|
|
5923
|
-
readonly inputs: readonly [{
|
|
5924
|
-
readonly internalType: "uint256";
|
|
5925
|
-
readonly name: "compensation";
|
|
5926
|
-
readonly type: "uint256";
|
|
5927
|
-
}, {
|
|
5928
|
-
readonly internalType: "bool";
|
|
5929
|
-
readonly name: "updateRewardAccounting";
|
|
5930
|
-
readonly type: "bool";
|
|
5931
|
-
}];
|
|
5932
|
-
readonly name: "increaseNextEpochCompensation";
|
|
5933
|
-
readonly outputs: readonly [];
|
|
5934
|
-
readonly stateMutability: "nonpayable";
|
|
5935
|
-
readonly type: "function";
|
|
5936
|
-
}, {
|
|
5937
|
-
readonly inputs: readonly [{
|
|
5938
|
-
readonly internalType: "uint256";
|
|
5939
|
-
readonly name: "epochIndex";
|
|
5940
|
-
readonly type: "uint256";
|
|
5941
|
-
}, {
|
|
5942
|
-
readonly internalType: "uint256";
|
|
5943
|
-
readonly name: "teeOfferId";
|
|
5944
|
-
readonly type: "uint256";
|
|
5945
|
-
}, {
|
|
5946
|
-
readonly components: readonly [{
|
|
5947
|
-
readonly internalType: "uint64";
|
|
5948
|
-
readonly name: "cpuSize";
|
|
5949
|
-
readonly type: "uint64";
|
|
5950
|
-
}, {
|
|
5951
|
-
readonly internalType: "uint64";
|
|
5952
|
-
readonly name: "ramSize";
|
|
5953
|
-
readonly type: "uint64";
|
|
5954
|
-
}, {
|
|
5955
|
-
readonly internalType: "uint64";
|
|
5956
|
-
readonly name: "gpuSize";
|
|
5957
|
-
readonly type: "uint64";
|
|
5958
|
-
}, {
|
|
5959
|
-
readonly internalType: "uint64";
|
|
5960
|
-
readonly name: "diskSize";
|
|
5961
|
-
readonly type: "uint64";
|
|
5962
|
-
}, {
|
|
5963
|
-
readonly internalType: "uint64";
|
|
5964
|
-
readonly name: "networkSize";
|
|
5965
|
-
readonly type: "uint64";
|
|
5966
|
-
}, {
|
|
5967
|
-
readonly internalType: "uint32";
|
|
5968
|
-
readonly name: "cpuMark";
|
|
5969
|
-
readonly type: "uint32";
|
|
5970
|
-
}, {
|
|
5971
|
-
readonly internalType: "uint32";
|
|
5972
|
-
readonly name: "ramMark";
|
|
5973
|
-
readonly type: "uint32";
|
|
5974
|
-
}, {
|
|
5975
|
-
readonly internalType: "uint32";
|
|
5976
|
-
readonly name: "gpuMark";
|
|
5977
|
-
readonly type: "uint32";
|
|
5978
|
-
}, {
|
|
5979
|
-
readonly internalType: "uint32";
|
|
5980
|
-
readonly name: "diskMark";
|
|
5981
|
-
readonly type: "uint32";
|
|
5982
|
-
}, {
|
|
5983
|
-
readonly internalType: "uint32";
|
|
5984
|
-
readonly name: "networkMark";
|
|
5985
|
-
readonly type: "uint32";
|
|
5986
|
-
}];
|
|
5987
|
-
readonly internalType: "struct ConsensusBenchmark";
|
|
5988
|
-
readonly name: "benchmark";
|
|
5989
|
-
readonly type: "tuple";
|
|
5990
|
-
}, {
|
|
6088
|
+
readonly type: "uint256";
|
|
6089
|
+
}];
|
|
6090
|
+
readonly name: "getValueReward";
|
|
6091
|
+
readonly outputs: readonly [{
|
|
5991
6092
|
readonly internalType: "uint256";
|
|
5992
|
-
readonly name: "
|
|
6093
|
+
readonly name: "reward";
|
|
6094
|
+
readonly type: "uint256";
|
|
6095
|
+
}];
|
|
6096
|
+
readonly stateMutability: "view";
|
|
6097
|
+
readonly type: "function";
|
|
6098
|
+
}, {
|
|
6099
|
+
readonly inputs: readonly [{
|
|
6100
|
+
readonly internalType: "uint256";
|
|
6101
|
+
readonly name: "tcbReward";
|
|
6102
|
+
readonly type: "uint256";
|
|
6103
|
+
}];
|
|
6104
|
+
readonly name: "increaseClaimedByUnlockTcbReward";
|
|
6105
|
+
readonly outputs: readonly [];
|
|
6106
|
+
readonly stateMutability: "nonpayable";
|
|
6107
|
+
readonly type: "function";
|
|
6108
|
+
}, {
|
|
6109
|
+
readonly inputs: readonly [{
|
|
6110
|
+
readonly internalType: "uint256";
|
|
6111
|
+
readonly name: "compensation";
|
|
5993
6112
|
readonly type: "uint256";
|
|
5994
6113
|
}];
|
|
5995
|
-
readonly name: "
|
|
6114
|
+
readonly name: "increaseNextEpochCompensation";
|
|
5996
6115
|
readonly outputs: readonly [];
|
|
5997
6116
|
readonly stateMutability: "nonpayable";
|
|
5998
6117
|
readonly type: "function";
|
|
@@ -6139,6 +6258,10 @@ export declare const abi: readonly [{
|
|
|
6139
6258
|
readonly internalType: "uint64";
|
|
6140
6259
|
readonly name: "networkSize";
|
|
6141
6260
|
readonly type: "uint64";
|
|
6261
|
+
}, {
|
|
6262
|
+
readonly internalType: "uint64";
|
|
6263
|
+
readonly name: "vramSize";
|
|
6264
|
+
readonly type: "uint64";
|
|
6142
6265
|
}, {
|
|
6143
6266
|
readonly internalType: "uint32";
|
|
6144
6267
|
readonly name: "cpuMark";
|
|
@@ -6159,8 +6282,41 @@ export declare const abi: readonly [{
|
|
|
6159
6282
|
readonly internalType: "uint32";
|
|
6160
6283
|
readonly name: "networkMark";
|
|
6161
6284
|
readonly type: "uint32";
|
|
6285
|
+
}, {
|
|
6286
|
+
readonly components: readonly [{
|
|
6287
|
+
readonly internalType: "bytes16";
|
|
6288
|
+
readonly name: "vendorId";
|
|
6289
|
+
readonly type: "bytes16";
|
|
6290
|
+
}, {
|
|
6291
|
+
readonly internalType: "uint128";
|
|
6292
|
+
readonly name: "cpuFamily";
|
|
6293
|
+
readonly type: "uint128";
|
|
6294
|
+
}, {
|
|
6295
|
+
readonly internalType: "uint128";
|
|
6296
|
+
readonly name: "model";
|
|
6297
|
+
readonly type: "uint128";
|
|
6298
|
+
}, {
|
|
6299
|
+
readonly internalType: "bytes16";
|
|
6300
|
+
readonly name: "modelName";
|
|
6301
|
+
readonly type: "bytes16";
|
|
6302
|
+
}, {
|
|
6303
|
+
readonly internalType: "uint32";
|
|
6304
|
+
readonly name: "totalPhysicalCores";
|
|
6305
|
+
readonly type: "uint32";
|
|
6306
|
+
}, {
|
|
6307
|
+
readonly internalType: "uint32";
|
|
6308
|
+
readonly name: "baseFreq";
|
|
6309
|
+
readonly type: "uint32";
|
|
6310
|
+
}, {
|
|
6311
|
+
readonly internalType: "uint32";
|
|
6312
|
+
readonly name: "maxFreq";
|
|
6313
|
+
readonly type: "uint32";
|
|
6314
|
+
}];
|
|
6315
|
+
readonly internalType: "struct CpuInfo";
|
|
6316
|
+
readonly name: "cpuInfo";
|
|
6317
|
+
readonly type: "tuple";
|
|
6162
6318
|
}];
|
|
6163
|
-
readonly internalType: "struct
|
|
6319
|
+
readonly internalType: "struct ConsensusBenchmarkView[]";
|
|
6164
6320
|
readonly name: "benchmarks";
|
|
6165
6321
|
readonly type: "tuple[]";
|
|
6166
6322
|
}];
|
|
@@ -6482,6 +6638,10 @@ export declare const abi: readonly [{
|
|
|
6482
6638
|
readonly internalType: "uint32";
|
|
6483
6639
|
readonly name: "networkMark";
|
|
6484
6640
|
readonly type: "uint32";
|
|
6641
|
+
}, {
|
|
6642
|
+
readonly internalType: "uint32";
|
|
6643
|
+
readonly name: "totalPhysicalCores";
|
|
6644
|
+
readonly type: "uint32";
|
|
6485
6645
|
}];
|
|
6486
6646
|
readonly internalType: "struct ConsensusBenchmark";
|
|
6487
6647
|
readonly name: "benchmark";
|
|
@@ -6494,6 +6654,39 @@ export declare const abi: readonly [{
|
|
|
6494
6654
|
readonly internalType: "bool";
|
|
6495
6655
|
readonly name: "benchmarkAdded";
|
|
6496
6656
|
readonly type: "bool";
|
|
6657
|
+
}, {
|
|
6658
|
+
readonly components: readonly [{
|
|
6659
|
+
readonly internalType: "uint64";
|
|
6660
|
+
readonly name: "vramSize";
|
|
6661
|
+
readonly type: "uint64";
|
|
6662
|
+
}, {
|
|
6663
|
+
readonly internalType: "bytes16";
|
|
6664
|
+
readonly name: "vendorId";
|
|
6665
|
+
readonly type: "bytes16";
|
|
6666
|
+
}, {
|
|
6667
|
+
readonly internalType: "uint32";
|
|
6668
|
+
readonly name: "baseFreq";
|
|
6669
|
+
readonly type: "uint32";
|
|
6670
|
+
}, {
|
|
6671
|
+
readonly internalType: "uint32";
|
|
6672
|
+
readonly name: "maxFreq";
|
|
6673
|
+
readonly type: "uint32";
|
|
6674
|
+
}, {
|
|
6675
|
+
readonly internalType: "uint128";
|
|
6676
|
+
readonly name: "cpuFamily";
|
|
6677
|
+
readonly type: "uint128";
|
|
6678
|
+
}, {
|
|
6679
|
+
readonly internalType: "uint128";
|
|
6680
|
+
readonly name: "model";
|
|
6681
|
+
readonly type: "uint128";
|
|
6682
|
+
}, {
|
|
6683
|
+
readonly internalType: "bytes16";
|
|
6684
|
+
readonly name: "modelName";
|
|
6685
|
+
readonly type: "bytes16";
|
|
6686
|
+
}];
|
|
6687
|
+
readonly internalType: "struct ConsensusBenchmark2";
|
|
6688
|
+
readonly name: "benchmark2";
|
|
6689
|
+
readonly type: "tuple";
|
|
6497
6690
|
}];
|
|
6498
6691
|
readonly internalType: "struct ProviderRewardsStorageAccessor.TeeOffer";
|
|
6499
6692
|
readonly name: "";
|
|
@@ -8589,28 +8782,10 @@ export declare const abi: readonly [{
|
|
|
8589
8782
|
}, {
|
|
8590
8783
|
readonly inputs: readonly [{
|
|
8591
8784
|
readonly internalType: "uint256";
|
|
8592
|
-
readonly name: "
|
|
8593
|
-
readonly type: "uint256";
|
|
8594
|
-
}, {
|
|
8595
|
-
readonly internalType: "bytes32";
|
|
8596
|
-
readonly name: "deviceId";
|
|
8597
|
-
readonly type: "bytes32";
|
|
8598
|
-
}];
|
|
8599
|
-
readonly name: "banTeeOffer";
|
|
8600
|
-
readonly outputs: readonly [];
|
|
8601
|
-
readonly stateMutability: "nonpayable";
|
|
8602
|
-
readonly type: "function";
|
|
8603
|
-
}, {
|
|
8604
|
-
readonly inputs: readonly [{
|
|
8605
|
-
readonly internalType: "uint256";
|
|
8606
|
-
readonly name: "teeOfferId";
|
|
8785
|
+
readonly name: "tcbId";
|
|
8607
8786
|
readonly type: "uint256";
|
|
8608
|
-
}, {
|
|
8609
|
-
readonly internalType: "bytes32";
|
|
8610
|
-
readonly name: "deviceId";
|
|
8611
|
-
readonly type: "bytes32";
|
|
8612
8787
|
}];
|
|
8613
|
-
readonly name: "
|
|
8788
|
+
readonly name: "banTcb";
|
|
8614
8789
|
readonly outputs: readonly [];
|
|
8615
8790
|
readonly stateMutability: "nonpayable";
|
|
8616
8791
|
readonly type: "function";
|
|
@@ -8620,7 +8795,7 @@ export declare const abi: readonly [{
|
|
|
8620
8795
|
readonly name: "teeOfferId";
|
|
8621
8796
|
readonly type: "uint256";
|
|
8622
8797
|
}];
|
|
8623
|
-
readonly name: "
|
|
8798
|
+
readonly name: "banTeeOffer";
|
|
8624
8799
|
readonly outputs: readonly [];
|
|
8625
8800
|
readonly stateMutability: "nonpayable";
|
|
8626
8801
|
readonly type: "function";
|
|
@@ -8638,20 +8813,6 @@ export declare const abi: readonly [{
|
|
|
8638
8813
|
}];
|
|
8639
8814
|
readonly stateMutability: "view";
|
|
8640
8815
|
readonly type: "function";
|
|
8641
|
-
}, {
|
|
8642
|
-
readonly inputs: readonly [{
|
|
8643
|
-
readonly internalType: "bytes32";
|
|
8644
|
-
readonly name: "deviceId";
|
|
8645
|
-
readonly type: "bytes32";
|
|
8646
|
-
}];
|
|
8647
|
-
readonly name: "getTeeOfferByDeviceId";
|
|
8648
|
-
readonly outputs: readonly [{
|
|
8649
|
-
readonly internalType: "uint256";
|
|
8650
|
-
readonly name: "";
|
|
8651
|
-
readonly type: "uint256";
|
|
8652
|
-
}];
|
|
8653
|
-
readonly stateMutability: "view";
|
|
8654
|
-
readonly type: "function";
|
|
8655
8816
|
}, {
|
|
8656
8817
|
readonly inputs: readonly [{
|
|
8657
8818
|
readonly internalType: "uint256";
|
|
@@ -8672,65 +8833,28 @@ export declare const abi: readonly [{
|
|
|
8672
8833
|
readonly name: "teeOfferId";
|
|
8673
8834
|
readonly type: "uint256";
|
|
8674
8835
|
}];
|
|
8675
|
-
readonly name: "
|
|
8836
|
+
readonly name: "getTotalLockedOfferAmount";
|
|
8676
8837
|
readonly outputs: readonly [{
|
|
8677
|
-
readonly
|
|
8678
|
-
readonly internalType: "uint64";
|
|
8679
|
-
readonly name: "cpuSize";
|
|
8680
|
-
readonly type: "uint64";
|
|
8681
|
-
}, {
|
|
8682
|
-
readonly internalType: "uint64";
|
|
8683
|
-
readonly name: "ramSize";
|
|
8684
|
-
readonly type: "uint64";
|
|
8685
|
-
}, {
|
|
8686
|
-
readonly internalType: "uint64";
|
|
8687
|
-
readonly name: "gpuSize";
|
|
8688
|
-
readonly type: "uint64";
|
|
8689
|
-
}, {
|
|
8690
|
-
readonly internalType: "uint64";
|
|
8691
|
-
readonly name: "diskSize";
|
|
8692
|
-
readonly type: "uint64";
|
|
8693
|
-
}, {
|
|
8694
|
-
readonly internalType: "uint64";
|
|
8695
|
-
readonly name: "networkSize";
|
|
8696
|
-
readonly type: "uint64";
|
|
8697
|
-
}, {
|
|
8698
|
-
readonly internalType: "uint32";
|
|
8699
|
-
readonly name: "cpuMark";
|
|
8700
|
-
readonly type: "uint32";
|
|
8701
|
-
}, {
|
|
8702
|
-
readonly internalType: "uint32";
|
|
8703
|
-
readonly name: "ramMark";
|
|
8704
|
-
readonly type: "uint32";
|
|
8705
|
-
}, {
|
|
8706
|
-
readonly internalType: "uint32";
|
|
8707
|
-
readonly name: "gpuMark";
|
|
8708
|
-
readonly type: "uint32";
|
|
8709
|
-
}, {
|
|
8710
|
-
readonly internalType: "uint32";
|
|
8711
|
-
readonly name: "diskMark";
|
|
8712
|
-
readonly type: "uint32";
|
|
8713
|
-
}, {
|
|
8714
|
-
readonly internalType: "uint32";
|
|
8715
|
-
readonly name: "networkMark";
|
|
8716
|
-
readonly type: "uint32";
|
|
8717
|
-
}];
|
|
8718
|
-
readonly internalType: "struct ConsensusBenchmark";
|
|
8838
|
+
readonly internalType: "uint256";
|
|
8719
8839
|
readonly name: "";
|
|
8720
|
-
readonly type: "
|
|
8840
|
+
readonly type: "uint256";
|
|
8721
8841
|
}];
|
|
8722
8842
|
readonly stateMutability: "view";
|
|
8723
8843
|
readonly type: "function";
|
|
8724
8844
|
}, {
|
|
8725
8845
|
readonly inputs: readonly [{
|
|
8726
8846
|
readonly internalType: "uint256";
|
|
8727
|
-
readonly name: "
|
|
8847
|
+
readonly name: "tcbId";
|
|
8728
8848
|
readonly type: "uint256";
|
|
8729
8849
|
}];
|
|
8730
|
-
readonly name: "
|
|
8850
|
+
readonly name: "isTcbProfitAvailable";
|
|
8731
8851
|
readonly outputs: readonly [{
|
|
8852
|
+
readonly internalType: "bool";
|
|
8853
|
+
readonly name: "available";
|
|
8854
|
+
readonly type: "bool";
|
|
8855
|
+
}, {
|
|
8732
8856
|
readonly internalType: "uint256";
|
|
8733
|
-
readonly name: "";
|
|
8857
|
+
readonly name: "amount";
|
|
8734
8858
|
readonly type: "uint256";
|
|
8735
8859
|
}];
|
|
8736
8860
|
readonly stateMutability: "view";
|
|
@@ -8741,25 +8865,11 @@ export declare const abi: readonly [{
|
|
|
8741
8865
|
readonly name: "teeOfferId";
|
|
8742
8866
|
readonly type: "uint256";
|
|
8743
8867
|
}];
|
|
8744
|
-
readonly name: "
|
|
8745
|
-
readonly outputs: readonly [];
|
|
8746
|
-
readonly stateMutability: "nonpayable";
|
|
8747
|
-
readonly type: "function";
|
|
8748
|
-
}, {
|
|
8749
|
-
readonly inputs: readonly [{
|
|
8750
|
-
readonly internalType: "uint256";
|
|
8751
|
-
readonly name: "tcbId";
|
|
8752
|
-
readonly type: "uint256";
|
|
8753
|
-
}];
|
|
8754
|
-
readonly name: "isTcbProfitAvailable";
|
|
8868
|
+
readonly name: "isTeeOfferBanned";
|
|
8755
8869
|
readonly outputs: readonly [{
|
|
8756
8870
|
readonly internalType: "bool";
|
|
8757
|
-
readonly name: "
|
|
8871
|
+
readonly name: "";
|
|
8758
8872
|
readonly type: "bool";
|
|
8759
|
-
}, {
|
|
8760
|
-
readonly internalType: "uint256";
|
|
8761
|
-
readonly name: "amount";
|
|
8762
|
-
readonly type: "uint256";
|
|
8763
8873
|
}];
|
|
8764
8874
|
readonly stateMutability: "view";
|
|
8765
8875
|
readonly type: "function";
|
|
@@ -8781,20 +8891,6 @@ export declare const abi: readonly [{
|
|
|
8781
8891
|
readonly outputs: readonly [];
|
|
8782
8892
|
readonly stateMutability: "nonpayable";
|
|
8783
8893
|
readonly type: "function";
|
|
8784
|
-
}, {
|
|
8785
|
-
readonly inputs: readonly [{
|
|
8786
|
-
readonly internalType: "uint256";
|
|
8787
|
-
readonly name: "teeOfferId";
|
|
8788
|
-
readonly type: "uint256";
|
|
8789
|
-
}, {
|
|
8790
|
-
readonly internalType: "bytes32";
|
|
8791
|
-
readonly name: "deviceId";
|
|
8792
|
-
readonly type: "bytes32";
|
|
8793
|
-
}];
|
|
8794
|
-
readonly name: "setTeeDeviceId";
|
|
8795
|
-
readonly outputs: readonly [];
|
|
8796
|
-
readonly stateMutability: "nonpayable";
|
|
8797
|
-
readonly type: "function";
|
|
8798
8894
|
}, {
|
|
8799
8895
|
readonly inputs: readonly [{
|
|
8800
8896
|
readonly internalType: "uint256";
|
|
@@ -8819,61 +8915,6 @@ export declare const abi: readonly [{
|
|
|
8819
8915
|
}];
|
|
8820
8916
|
readonly stateMutability: "nonpayable";
|
|
8821
8917
|
readonly type: "function";
|
|
8822
|
-
}, {
|
|
8823
|
-
readonly inputs: readonly [{
|
|
8824
|
-
readonly internalType: "uint256";
|
|
8825
|
-
readonly name: "teeOfferId";
|
|
8826
|
-
readonly type: "uint256";
|
|
8827
|
-
}, {
|
|
8828
|
-
readonly components: readonly [{
|
|
8829
|
-
readonly internalType: "uint64";
|
|
8830
|
-
readonly name: "cpuSize";
|
|
8831
|
-
readonly type: "uint64";
|
|
8832
|
-
}, {
|
|
8833
|
-
readonly internalType: "uint64";
|
|
8834
|
-
readonly name: "ramSize";
|
|
8835
|
-
readonly type: "uint64";
|
|
8836
|
-
}, {
|
|
8837
|
-
readonly internalType: "uint64";
|
|
8838
|
-
readonly name: "gpuSize";
|
|
8839
|
-
readonly type: "uint64";
|
|
8840
|
-
}, {
|
|
8841
|
-
readonly internalType: "uint64";
|
|
8842
|
-
readonly name: "diskSize";
|
|
8843
|
-
readonly type: "uint64";
|
|
8844
|
-
}, {
|
|
8845
|
-
readonly internalType: "uint64";
|
|
8846
|
-
readonly name: "networkSize";
|
|
8847
|
-
readonly type: "uint64";
|
|
8848
|
-
}, {
|
|
8849
|
-
readonly internalType: "uint32";
|
|
8850
|
-
readonly name: "cpuMark";
|
|
8851
|
-
readonly type: "uint32";
|
|
8852
|
-
}, {
|
|
8853
|
-
readonly internalType: "uint32";
|
|
8854
|
-
readonly name: "ramMark";
|
|
8855
|
-
readonly type: "uint32";
|
|
8856
|
-
}, {
|
|
8857
|
-
readonly internalType: "uint32";
|
|
8858
|
-
readonly name: "gpuMark";
|
|
8859
|
-
readonly type: "uint32";
|
|
8860
|
-
}, {
|
|
8861
|
-
readonly internalType: "uint32";
|
|
8862
|
-
readonly name: "diskMark";
|
|
8863
|
-
readonly type: "uint32";
|
|
8864
|
-
}, {
|
|
8865
|
-
readonly internalType: "uint32";
|
|
8866
|
-
readonly name: "networkMark";
|
|
8867
|
-
readonly type: "uint32";
|
|
8868
|
-
}];
|
|
8869
|
-
readonly internalType: "struct ConsensusBenchmark";
|
|
8870
|
-
readonly name: "benchmark";
|
|
8871
|
-
readonly type: "tuple";
|
|
8872
|
-
}];
|
|
8873
|
-
readonly name: "updateVerifiedTeeBenchmark";
|
|
8874
|
-
readonly outputs: readonly [];
|
|
8875
|
-
readonly stateMutability: "nonpayable";
|
|
8876
|
-
readonly type: "function";
|
|
8877
8918
|
}, {
|
|
8878
8919
|
readonly anonymous: false;
|
|
8879
8920
|
readonly inputs: readonly [{
|
|
@@ -11603,26 +11644,6 @@ export declare const abi: readonly [{
|
|
|
11603
11644
|
}];
|
|
11604
11645
|
readonly stateMutability: "view";
|
|
11605
11646
|
readonly type: "function";
|
|
11606
|
-
}, {
|
|
11607
|
-
readonly inputs: readonly [{
|
|
11608
|
-
readonly internalType: "uint256";
|
|
11609
|
-
readonly name: "tcbId";
|
|
11610
|
-
readonly type: "uint256";
|
|
11611
|
-
}];
|
|
11612
|
-
readonly name: "updateLastBlocks";
|
|
11613
|
-
readonly outputs: readonly [];
|
|
11614
|
-
readonly stateMutability: "nonpayable";
|
|
11615
|
-
readonly type: "function";
|
|
11616
|
-
}, {
|
|
11617
|
-
readonly inputs: readonly [{
|
|
11618
|
-
readonly internalType: "uint256";
|
|
11619
|
-
readonly name: "tcbId";
|
|
11620
|
-
readonly type: "uint256";
|
|
11621
|
-
}];
|
|
11622
|
-
readonly name: "updateSuspicious";
|
|
11623
|
-
readonly outputs: readonly [];
|
|
11624
|
-
readonly stateMutability: "nonpayable";
|
|
11625
|
-
readonly type: "function";
|
|
11626
11647
|
}, {
|
|
11627
11648
|
readonly inputs: readonly [{
|
|
11628
11649
|
readonly internalType: "address";
|