@typus/typus-sdk 1.2.10 → 1.2.11
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.
|
@@ -349,6 +349,7 @@ function getWithdrawHarvestClaimTx(input) {
|
|
|
349
349
|
? [
|
|
350
350
|
input.tx.object(input.tx.moveCall({
|
|
351
351
|
target: "0x1::option::destroy_some",
|
|
352
|
+
typeArguments: ["".concat(input.typusFrameworkOriginPackageId, "::vault::TypusDepositReceipt")],
|
|
352
353
|
arguments: [input.tx.object(result[1])],
|
|
353
354
|
})),
|
|
354
355
|
]
|
|
@@ -377,6 +378,7 @@ function getWithdrawHarvestClaimTx(input) {
|
|
|
377
378
|
? [
|
|
378
379
|
input.tx.object(input.tx.moveCall({
|
|
379
380
|
target: "0x1::option::destroy_some",
|
|
381
|
+
typeArguments: ["".concat(input.typusFrameworkOriginPackageId, "::vault::TypusDepositReceipt")],
|
|
380
382
|
arguments: [input.tx.object(result[1])],
|
|
381
383
|
})),
|
|
382
384
|
]
|
|
@@ -398,6 +400,7 @@ function getWithdrawHarvestClaimTx(input) {
|
|
|
398
400
|
? [
|
|
399
401
|
input.tx.object(input.tx.moveCall({
|
|
400
402
|
target: "0x1::option::destroy_some",
|
|
403
|
+
typeArguments: ["".concat(input.typusFrameworkOriginPackageId, "::vault::TypusDepositReceipt")],
|
|
401
404
|
arguments: [input.tx.object(result[1])],
|
|
402
405
|
})),
|
|
403
406
|
]
|