@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/node/index.js
CHANGED
|
@@ -9316,10 +9316,10 @@ var Client = class _Client {
|
|
|
9316
9316
|
}
|
|
9317
9317
|
});
|
|
9318
9318
|
}
|
|
9319
|
-
async
|
|
9319
|
+
async createPositionTpsl(market, tpslOrders) {
|
|
9320
9320
|
return await this.submitTransaction({
|
|
9321
9321
|
exchange: {
|
|
9322
|
-
|
|
9322
|
+
create_position_tpsl: {
|
|
9323
9323
|
market_id: market,
|
|
9324
9324
|
tpsl: {
|
|
9325
9325
|
tp: tpslOrders.tp ? {
|