@bulletxyz/bullet-sdk 0.25.4-rc.7 → 0.25.4-rc.8
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/browser/index.js
CHANGED
|
@@ -9302,10 +9302,10 @@ var Client = class _Client {
|
|
|
9302
9302
|
}
|
|
9303
9303
|
});
|
|
9304
9304
|
}
|
|
9305
|
-
async
|
|
9305
|
+
async createPositionTpsl(market, tpslOrders) {
|
|
9306
9306
|
return await this.submitTransaction({
|
|
9307
9307
|
exchange: {
|
|
9308
|
-
|
|
9308
|
+
create_position_tpsl: {
|
|
9309
9309
|
market_id: market,
|
|
9310
9310
|
tpsl: {
|
|
9311
9311
|
tp: tpslOrders.tp ? {
|