@super-protocol/sdk-js 2.2.0-beta.33 → 2.2.0-beta.35
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/contracts/abi.d.ts +63 -16
- package/dist/cjs/contracts/abi.js +82 -22
- package/dist/cjs/models/TeeOffer.d.ts +1 -1
- package/dist/cjs/models/TeeOffer.js +14 -3
- package/dist/cjs/staticModels/OffersStorageAllocated.d.ts +1 -2
- package/dist/cjs/staticModels/OffersStorageAllocated.js +9 -9
- package/dist/cjs/types/DistributedSecretStorage.d.ts +2 -0
- package/dist/mjs/contracts/abi.d.ts +63 -16
- package/dist/mjs/contracts/abi.js +82 -22
- package/dist/mjs/models/TeeOffer.d.ts +1 -1
- package/dist/mjs/models/TeeOffer.js +14 -3
- package/dist/mjs/staticModels/OffersStorageAllocated.d.ts +1 -2
- package/dist/mjs/staticModels/OffersStorageAllocated.js +9 -9
- package/dist/mjs/types/DistributedSecretStorage.d.ts +2 -0
- package/package.json +1 -1
|
@@ -897,6 +897,10 @@ export declare const abi: readonly [{
|
|
|
897
897
|
readonly internalType: "uint256";
|
|
898
898
|
readonly name: "teeOfferId";
|
|
899
899
|
readonly type: "uint256";
|
|
900
|
+
}, {
|
|
901
|
+
readonly internalType: "bytes32";
|
|
902
|
+
readonly name: "deviceId";
|
|
903
|
+
readonly type: "bytes32";
|
|
900
904
|
}];
|
|
901
905
|
readonly name: "isTcbCreationAvailable";
|
|
902
906
|
readonly outputs: readonly [{
|
|
@@ -5557,7 +5561,7 @@ export declare const abi: readonly [{
|
|
|
5557
5561
|
readonly name: "teeOfferId";
|
|
5558
5562
|
readonly type: "uint256";
|
|
5559
5563
|
}];
|
|
5560
|
-
readonly name: "
|
|
5564
|
+
readonly name: "confiscateAllRewards";
|
|
5561
5565
|
readonly outputs: readonly [];
|
|
5562
5566
|
readonly stateMutability: "nonpayable";
|
|
5563
5567
|
readonly type: "function";
|
|
@@ -6675,16 +6679,6 @@ export declare const abi: readonly [{
|
|
|
6675
6679
|
}];
|
|
6676
6680
|
readonly name: "LoaderSessionKeyUpdated";
|
|
6677
6681
|
readonly type: "event";
|
|
6678
|
-
}, {
|
|
6679
|
-
readonly inputs: readonly [{
|
|
6680
|
-
readonly internalType: "uint256";
|
|
6681
|
-
readonly name: "teeOfferId";
|
|
6682
|
-
readonly type: "uint256";
|
|
6683
|
-
}];
|
|
6684
|
-
readonly name: "removeLoaderKeys";
|
|
6685
|
-
readonly outputs: readonly [];
|
|
6686
|
-
readonly stateMutability: "nonpayable";
|
|
6687
|
-
readonly type: "function";
|
|
6688
6682
|
}, {
|
|
6689
6683
|
readonly inputs: readonly [];
|
|
6690
6684
|
readonly name: "getDisabledLoaders";
|
|
@@ -6753,6 +6747,16 @@ export declare const abi: readonly [{
|
|
|
6753
6747
|
}];
|
|
6754
6748
|
readonly stateMutability: "view";
|
|
6755
6749
|
readonly type: "function";
|
|
6750
|
+
}, {
|
|
6751
|
+
readonly inputs: readonly [{
|
|
6752
|
+
readonly internalType: "uint256";
|
|
6753
|
+
readonly name: "teeOfferId";
|
|
6754
|
+
readonly type: "uint256";
|
|
6755
|
+
}];
|
|
6756
|
+
readonly name: "removeLoaderKeys";
|
|
6757
|
+
readonly outputs: readonly [];
|
|
6758
|
+
readonly stateMutability: "nonpayable";
|
|
6759
|
+
readonly type: "function";
|
|
6756
6760
|
}, {
|
|
6757
6761
|
readonly inputs: readonly [{
|
|
6758
6762
|
readonly components: readonly [{
|
|
@@ -6955,11 +6959,7 @@ export declare const abi: readonly [{
|
|
|
6955
6959
|
readonly type: "uint32";
|
|
6956
6960
|
}];
|
|
6957
6961
|
readonly name: "createResourceOrder";
|
|
6958
|
-
readonly outputs: readonly [
|
|
6959
|
-
readonly internalType: "uint256";
|
|
6960
|
-
readonly name: "orderId";
|
|
6961
|
-
readonly type: "uint256";
|
|
6962
|
-
}];
|
|
6962
|
+
readonly outputs: readonly [];
|
|
6963
6963
|
readonly stateMutability: "nonpayable";
|
|
6964
6964
|
readonly type: "function";
|
|
6965
6965
|
}, {
|
|
@@ -7414,6 +7414,14 @@ export declare const abi: readonly [{
|
|
|
7414
7414
|
readonly internalType: "uint32";
|
|
7415
7415
|
readonly name: "timestamp";
|
|
7416
7416
|
readonly type: "uint32";
|
|
7417
|
+
}, {
|
|
7418
|
+
readonly internalType: "uint64";
|
|
7419
|
+
readonly name: "offerVersion";
|
|
7420
|
+
readonly type: "uint64";
|
|
7421
|
+
}, {
|
|
7422
|
+
readonly internalType: "uint256";
|
|
7423
|
+
readonly name: "offerId";
|
|
7424
|
+
readonly type: "uint256";
|
|
7417
7425
|
}];
|
|
7418
7426
|
readonly internalType: "struct OfferStorageAllocated";
|
|
7419
7427
|
readonly name: "";
|
|
@@ -7421,6 +7429,45 @@ export declare const abi: readonly [{
|
|
|
7421
7429
|
}];
|
|
7422
7430
|
readonly stateMutability: "view";
|
|
7423
7431
|
readonly type: "function";
|
|
7432
|
+
}, {
|
|
7433
|
+
readonly inputs: readonly [{
|
|
7434
|
+
readonly internalType: "uint256";
|
|
7435
|
+
readonly name: "teeOfferIssurId";
|
|
7436
|
+
readonly type: "uint256";
|
|
7437
|
+
}];
|
|
7438
|
+
readonly name: "getStorageOrdersAllocatedByIssuer";
|
|
7439
|
+
readonly outputs: readonly [{
|
|
7440
|
+
readonly components: readonly [{
|
|
7441
|
+
readonly internalType: "uint256";
|
|
7442
|
+
readonly name: "teeOfferIssuerId";
|
|
7443
|
+
readonly type: "uint256";
|
|
7444
|
+
}, {
|
|
7445
|
+
readonly internalType: "uint256";
|
|
7446
|
+
readonly name: "storageOrderId";
|
|
7447
|
+
readonly type: "uint256";
|
|
7448
|
+
}, {
|
|
7449
|
+
readonly internalType: "uint32";
|
|
7450
|
+
readonly name: "distributionReplicationFactor";
|
|
7451
|
+
readonly type: "uint32";
|
|
7452
|
+
}, {
|
|
7453
|
+
readonly internalType: "uint32";
|
|
7454
|
+
readonly name: "timestamp";
|
|
7455
|
+
readonly type: "uint32";
|
|
7456
|
+
}, {
|
|
7457
|
+
readonly internalType: "uint64";
|
|
7458
|
+
readonly name: "offerVersion";
|
|
7459
|
+
readonly type: "uint64";
|
|
7460
|
+
}, {
|
|
7461
|
+
readonly internalType: "uint256";
|
|
7462
|
+
readonly name: "offerId";
|
|
7463
|
+
readonly type: "uint256";
|
|
7464
|
+
}];
|
|
7465
|
+
readonly internalType: "struct OfferStorageAllocated[]";
|
|
7466
|
+
readonly name: "";
|
|
7467
|
+
readonly type: "tuple[]";
|
|
7468
|
+
}];
|
|
7469
|
+
readonly stateMutability: "view";
|
|
7470
|
+
readonly type: "function";
|
|
7424
7471
|
}, {
|
|
7425
7472
|
readonly anonymous: false;
|
|
7426
7473
|
readonly inputs: readonly [{
|