@typus/typus-sdk 1.2.85-tails-exp → 1.2.86-tails-exp
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { TransactionBlock } from "@mysten/sui.js/transactions";
|
|
1
2
|
import { KioskClient } from "@mysten/kiosk";
|
|
2
3
|
import { TailsId, kioskOwnerCap } from "../typus-nft/fetch";
|
|
3
|
-
import { TransactionBlock } from "@mysten/sui.js/transactions";
|
|
4
4
|
/**
|
|
5
5
|
entry fun transfer_nft(
|
|
6
6
|
registry: &mut Registry,
|
|
@@ -53,9 +53,9 @@ var __read = (this && this.__read) || function (o, n) {
|
|
|
53
53
|
};
|
|
54
54
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55
55
|
exports.getClaimProfitSharingTx = exports.consumeExpCoinStakedTx = exports.consumeExpCoinUnstakedTx = exports.getLevelUpTx = exports.getUnsubscribeTx = exports.getWithdrawTx = exports.getCompoundTx = exports.getDepositTx = exports.getNewBidTx = exports.getSnapshotTx = exports.getDailyAttendTx = exports.getUnstakeNftTx = exports.getCreateKioskAndLockNftTx = exports.getSwitchNftTx = exports.getStakeNftTx = exports.getTransferNftsTx = exports.getTransferNftTx = void 0;
|
|
56
|
+
var transactions_1 = require("@mysten/sui.js/transactions");
|
|
56
57
|
var constants_1 = require("../../constants");
|
|
57
58
|
var kiosk_1 = require("@mysten/kiosk");
|
|
58
|
-
var transactions_1 = require("@mysten/sui.js/transactions");
|
|
59
59
|
/**
|
|
60
60
|
entry fun transfer_nft(
|
|
61
61
|
registry: &mut Registry,
|
|
@@ -61,6 +61,7 @@ function getUserMetadata(input) {
|
|
|
61
61
|
results = (_a.sent()).results;
|
|
62
62
|
bytes = results[results.length - 1].returnValues[0][0];
|
|
63
63
|
reader = new bcs_1.BcsReader(new Uint8Array(bytes));
|
|
64
|
+
reader.readULEB();
|
|
64
65
|
return [2 /*return*/, reader.readVec(function (reader) {
|
|
65
66
|
return reader.read64();
|
|
66
67
|
})];
|
package/package.json
CHANGED
|
File without changes
|