@tradeport/sui-trading-sdk 0.1.38 → 0.1.39
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/CHANGELOG.md +6 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/methods/claimNfts/claimNfts.ts +1 -0
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -3061,6 +3061,7 @@ var claimNfts = async ({ nftIds, walletAddress, tx: existingTx }, context, useOl
|
|
|
3061
3061
|
tx,
|
|
3062
3062
|
kioskOwner: txData?.claimer,
|
|
3063
3063
|
kiosk: txData?.sellerKiosk,
|
|
3064
|
+
shouldConvertToPersonalKiosk: true,
|
|
3064
3065
|
async runCommands(kioskTx) {
|
|
3065
3066
|
await addClaimAcceptedBidNftWithPurchaseCapTx({ ...txData, kioskTx });
|
|
3066
3067
|
}
|