@rabby-wallet/hyperliquid-sdk 1.0.2 → 1.0.3
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/types/index.d.ts +5 -6
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -322,13 +322,12 @@ export interface ActiveAssetData {
|
|
|
322
322
|
markPx: string;
|
|
323
323
|
}
|
|
324
324
|
export interface WebData2 {
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
crossMaintenanceMarginUsed: string;
|
|
325
|
+
clearinghouseState: ClearinghouseState;
|
|
326
|
+
assetCtxs: AssetCtx[];
|
|
327
|
+
meta: Meta;
|
|
329
328
|
openOrders: WsOrder[];
|
|
330
|
-
|
|
331
|
-
|
|
329
|
+
serverTime: number;
|
|
330
|
+
user: string;
|
|
332
331
|
}
|
|
333
332
|
export interface FeeResponse {
|
|
334
333
|
userCrossRate: string;
|