@typus/typus-sdk 1.2.60 → 1.2.61
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.
|
@@ -324,11 +324,6 @@ function getNewBidTx(input) {
|
|
|
324
324
|
arguments: [input.tx.object(input.mfudRegistry), input.tx.object(result[1])],
|
|
325
325
|
});
|
|
326
326
|
input.tx.transferObjects([input.tx.object(fud_coin)], input.user);
|
|
327
|
-
input.tx.moveCall({
|
|
328
|
-
target: "".concat(input.typusFrameworkPackageId, "::utils::transfer_coins"),
|
|
329
|
-
typeArguments: [input.typeArguments[1]],
|
|
330
|
-
arguments: [input.tx.makeMoveVec({ objects: [input.tx.object(result[1])] }), input.tx.pure(input.user)],
|
|
331
|
-
});
|
|
332
327
|
return input.tx;
|
|
333
328
|
}
|
|
334
329
|
exports.getNewBidTx = getNewBidTx;
|