@super-protocol/sdk-js 2.2.0-beta.34 → 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 +48 -1
- package/dist/cjs/contracts/abi.js +63 -2
- 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 +48 -1
- package/dist/mjs/contracts/abi.js +63 -2
- 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
|
@@ -5561,7 +5561,7 @@ export declare const abi: readonly [{
|
|
|
5561
5561
|
readonly name: "teeOfferId";
|
|
5562
5562
|
readonly type: "uint256";
|
|
5563
5563
|
}];
|
|
5564
|
-
readonly name: "
|
|
5564
|
+
readonly name: "confiscateAllRewards";
|
|
5565
5565
|
readonly outputs: readonly [];
|
|
5566
5566
|
readonly stateMutability: "nonpayable";
|
|
5567
5567
|
readonly type: "function";
|
|
@@ -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 [{
|