@bulletxyz/bullet-sdk 0.25.1 → 0.25.2-rc.0

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.
@@ -124,6 +124,7 @@ export declare class Client {
124
124
  updateMarkPrices(pricesToUpdate: MarkPriceUpdateArgs[], publishTimestamp?: number): Promise<TransactionResult<Transaction<RuntimeCall>>>;
125
125
  updateMaxLeverageForMarket(market: Market, maxLeverage: number): Promise<TransactionResult<Transaction<RuntimeCall>>>;
126
126
  updatePremiumIndexes(marketIds: Market[]): Promise<TransactionResult<Transaction<RuntimeCall>>>;
127
+ processTpslBufferForMarket(market: Market): Promise<TransactionResult<Transaction<RuntimeCall>>>;
127
128
  updateFunding(marketIds: Market[]): Promise<TransactionResult<Transaction<RuntimeCall>>>;
128
129
  applyFunding(addresses: Address[]): Promise<TransactionResult<Transaction<RuntimeCall>>>;
129
130
  forceCancelOrders(address: Address): Promise<TransactionResult<Transaction<RuntimeCall>>>;
@@ -115,6 +115,9 @@ type ExchangeCallMessage = {
115
115
  update_premium_indexes: {
116
116
  market_ids: MarketId[];
117
117
  };
118
+ process_tpsl_buffer_for_market: {
119
+ market_id: MarketId;
120
+ };
118
121
  update_funding: {
119
122
  market_ids: MarketId[];
120
123
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/zetamarkets/bullet-sdk.git"
6
6
  },
7
- "version": "0.25.1",
7
+ "version": "0.25.2-rc.0",
8
8
  "description": "Bullet SDK",
9
9
  "author": "@bulletxyz",
10
10
  "license": "Apache-2.0",