@typus/typus-sdk 1.2.47 → 1.2.48
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.
|
@@ -94,8 +94,6 @@ export declare function getRedeemTx(input: {
|
|
|
94
94
|
}): TransactionBlock;
|
|
95
95
|
export declare function getNewBidTx(input: {
|
|
96
96
|
tx: TransactionBlock;
|
|
97
|
-
typusEcosystemVersion: string;
|
|
98
|
-
typusPointRegistry: string;
|
|
99
97
|
typusDovSinglePackageId: string;
|
|
100
98
|
typusDovSingleRegistry: string;
|
|
101
99
|
mfudPackageId: string;
|
|
@@ -311,8 +311,6 @@ function getNewBidTx(input) {
|
|
|
311
311
|
target: "".concat(input.typusDovSinglePackageId, "::tails_staking::new_bid"),
|
|
312
312
|
typeArguments: input.typeArguments,
|
|
313
313
|
arguments: [
|
|
314
|
-
input.tx.object(input.typusEcosystemVersion),
|
|
315
|
-
input.tx.object(input.typusPointRegistry),
|
|
316
314
|
input.tx.object(input.typusDovSingleRegistry),
|
|
317
315
|
input.tx.pure(input.index),
|
|
318
316
|
input.tx.makeMoveVec({ objects: [mfud] }),
|
|
@@ -173,8 +173,6 @@ export declare function getWithdrawHarvestClaimTx(input: {
|
|
|
173
173
|
*/
|
|
174
174
|
export declare function getNewBidTx(input: {
|
|
175
175
|
tx: TransactionBlock;
|
|
176
|
-
typusEcosystemVersion: string;
|
|
177
|
-
typusPointRegistry: string;
|
|
178
176
|
typusFrameworkPackageId: string;
|
|
179
177
|
typusDovSinglePackageId: string;
|
|
180
178
|
typusDovSingleRegistry: string;
|
|
@@ -445,8 +445,6 @@ function getNewBidTx(input) {
|
|
|
445
445
|
target: "".concat(input.typusDovSinglePackageId, "::tails_staking::new_bid"),
|
|
446
446
|
typeArguments: input.typeArguments,
|
|
447
447
|
arguments: [
|
|
448
|
-
input.tx.object(input.typusEcosystemVersion),
|
|
449
|
-
input.tx.object(input.typusPointRegistry),
|
|
450
448
|
input.tx.object(input.typusDovSingleRegistry),
|
|
451
449
|
input.tx.pure(input.index),
|
|
452
450
|
input.tx.makeMoveVec({ objects: [coin] }),
|
|
@@ -474,8 +472,6 @@ function getNewBidTx(input) {
|
|
|
474
472
|
target: "".concat(input.typusDovSinglePackageId, "::tails_staking::new_bid"),
|
|
475
473
|
typeArguments: input.typeArguments,
|
|
476
474
|
arguments: [
|
|
477
|
-
input.tx.object(input.typusEcosystemVersion),
|
|
478
|
-
input.tx.object(input.typusPointRegistry),
|
|
479
475
|
input.tx.object(input.typusDovSingleRegistry),
|
|
480
476
|
input.tx.pure(input.index),
|
|
481
477
|
input.tx.makeMoveVec({ objects: [coin] }),
|