@tradeport/sui-trading-sdk 0.4.45 → 0.4.46
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/dist/index.js
CHANGED
|
@@ -7526,7 +7526,7 @@ var sponsorNftListing = async ({ nftTokenId, walletAddress, options }, context)
|
|
|
7526
7526
|
walletAddress,
|
|
7527
7527
|
sponsorOptions: options
|
|
7528
7528
|
});
|
|
7529
|
-
return import_transactions28.Transaction.from(tx);
|
|
7529
|
+
return tx instanceof import_transactions28.Transaction ? tx : import_transactions28.Transaction.from(tx);
|
|
7530
7530
|
};
|
|
7531
7531
|
|
|
7532
7532
|
// src/SuiTradingClient.ts
|