@sui-tracker/shared 1.1.1 → 1.1.2

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.
@@ -185,6 +185,7 @@ export interface TokenSwapData {
185
185
  transactionHash: string;
186
186
  trader: string;
187
187
  dex: string;
188
+ isBuy: boolean;
188
189
  }
189
190
  export interface GetLastSwapOrderRequest {
190
191
  poolAddress: string;
@@ -195,6 +195,7 @@ message TokenSwapData {
195
195
  string transactionHash = 8; // FixedString(44)
196
196
  string trader = 9; // LowCardinality(String)
197
197
  string dex = 10; // String
198
+ bool isBuy = 11; // Boolean
198
199
  }
199
200
 
200
201
  // Trending token data structure