@nktkas/hyperliquid 0.30.2 → 0.30.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.
Files changed (183) hide show
  1. package/README.md +83 -19
  2. package/esm/bin/cli.js +10 -0
  3. package/esm/bin/cli.js.map +1 -1
  4. package/esm/deps/jsr.io/@std/async/{1.0.16 → 1.1.0}/unstable_semaphore.d.ts +1 -0
  5. package/esm/deps/jsr.io/@std/async/1.1.0/unstable_semaphore.d.ts.map +1 -0
  6. package/esm/deps/jsr.io/@std/async/{1.0.16 → 1.1.0}/unstable_semaphore.js +4 -3
  7. package/esm/deps/jsr.io/@std/async/1.1.0/unstable_semaphore.js.map +1 -0
  8. package/esm/src/api/exchange/_methods/_base/_semaphore.js +1 -1
  9. package/esm/src/api/exchange/_methods/_base/_semaphore.js.map +1 -1
  10. package/esm/src/api/exchange/_methods/approveAgent.d.ts +20 -9
  11. package/esm/src/api/exchange/_methods/approveAgent.d.ts.map +1 -1
  12. package/esm/src/api/exchange/_methods/approveAgent.js +21 -3
  13. package/esm/src/api/exchange/_methods/approveAgent.js.map +1 -1
  14. package/esm/src/api/exchange/_methods/batchModify.d.ts +2 -2
  15. package/esm/src/api/exchange/_methods/borrowLend.d.ts +173 -0
  16. package/esm/src/api/exchange/_methods/borrowLend.d.ts.map +1 -0
  17. package/esm/src/api/exchange/_methods/borrowLend.js +75 -0
  18. package/esm/src/api/exchange/_methods/borrowLend.js.map +1 -0
  19. package/esm/src/api/exchange/_methods/modify.d.ts +2 -2
  20. package/esm/src/api/exchange/_methods/order.d.ts +2 -2
  21. package/esm/src/api/exchange/_methods/sendAsset.d.ts +10 -10
  22. package/esm/src/api/exchange/_methods/spotSend.d.ts +5 -5
  23. package/esm/src/api/exchange/_methods/usdSend.d.ts +5 -5
  24. package/esm/src/api/exchange/_methods/userPortfolioMargin.d.ts +193 -0
  25. package/esm/src/api/exchange/_methods/userPortfolioMargin.d.ts.map +1 -0
  26. package/esm/src/api/exchange/_methods/userPortfolioMargin.js +92 -0
  27. package/esm/src/api/exchange/_methods/userPortfolioMargin.js.map +1 -0
  28. package/esm/src/api/exchange/_methods/withdraw3.d.ts +5 -5
  29. package/esm/src/api/exchange/client.d.ts +8 -0
  30. package/esm/src/api/exchange/client.d.ts.map +1 -1
  31. package/esm/src/api/exchange/client.js +10 -0
  32. package/esm/src/api/exchange/client.js.map +1 -1
  33. package/esm/src/api/exchange/mod.d.ts +2 -0
  34. package/esm/src/api/exchange/mod.d.ts.map +1 -1
  35. package/esm/src/api/exchange/mod.js +2 -0
  36. package/esm/src/api/exchange/mod.js.map +1 -1
  37. package/esm/src/api/info/_methods/activeAssetData.js +2 -2
  38. package/esm/src/api/info/_methods/activeAssetData.js.map +1 -1
  39. package/esm/src/api/info/_methods/allBorrowLendReserveStates.d.ts +71 -0
  40. package/esm/src/api/info/_methods/allBorrowLendReserveStates.d.ts.map +1 -0
  41. package/esm/src/api/info/_methods/allBorrowLendReserveStates.js +56 -0
  42. package/esm/src/api/info/_methods/allBorrowLendReserveStates.js.map +1 -0
  43. package/esm/src/api/info/_methods/borrowLendReserveState.d.ts +79 -0
  44. package/esm/src/api/info/_methods/borrowLendReserveState.d.ts.map +1 -0
  45. package/esm/src/api/info/_methods/borrowLendReserveState.js +76 -0
  46. package/esm/src/api/info/_methods/borrowLendReserveState.js.map +1 -0
  47. package/esm/src/api/info/_methods/borrowLendUserState.d.ts +103 -0
  48. package/esm/src/api/info/_methods/borrowLendUserState.d.ts.map +1 -0
  49. package/esm/src/api/info/_methods/borrowLendUserState.js +85 -0
  50. package/esm/src/api/info/_methods/borrowLendUserState.js.map +1 -0
  51. package/esm/src/api/info/_methods/clearinghouseState.js +3 -3
  52. package/esm/src/api/info/_methods/clearinghouseState.js.map +1 -1
  53. package/esm/src/api/info/_methods/perpDexs.d.ts +5 -1
  54. package/esm/src/api/info/_methods/perpDexs.d.ts.map +1 -1
  55. package/esm/src/api/info/_methods/perpDexs.js +3 -1
  56. package/esm/src/api/info/_methods/perpDexs.js.map +1 -1
  57. package/esm/src/api/info/_methods/spotMeta.d.ts +36 -0
  58. package/esm/src/api/info/_methods/spotMeta.d.ts.map +1 -1
  59. package/esm/src/api/info/_methods/spotMeta.js +16 -0
  60. package/esm/src/api/info/_methods/spotMeta.js.map +1 -1
  61. package/esm/src/api/info/_methods/spotMetaAndAssetCtxs.d.ts +38 -0
  62. package/esm/src/api/info/_methods/spotMetaAndAssetCtxs.d.ts.map +1 -1
  63. package/esm/src/api/info/_methods/userBorrowLendInterest.d.ts +73 -0
  64. package/esm/src/api/info/_methods/userBorrowLendInterest.d.ts.map +1 -0
  65. package/esm/src/api/info/_methods/userBorrowLendInterest.js +72 -0
  66. package/esm/src/api/info/_methods/userBorrowLendInterest.js.map +1 -0
  67. package/esm/src/api/info/_methods/userNonFundingLedgerUpdates.d.ts +57 -0
  68. package/esm/src/api/info/_methods/userNonFundingLedgerUpdates.d.ts.map +1 -1
  69. package/esm/src/api/info/_methods/userNonFundingLedgerUpdates.js +33 -0
  70. package/esm/src/api/info/_methods/userNonFundingLedgerUpdates.js.map +1 -1
  71. package/esm/src/api/info/client.d.ts +16 -0
  72. package/esm/src/api/info/client.d.ts.map +1 -1
  73. package/esm/src/api/info/client.js +20 -0
  74. package/esm/src/api/info/client.js.map +1 -1
  75. package/esm/src/api/info/mod.d.ts +4 -0
  76. package/esm/src/api/info/mod.d.ts.map +1 -1
  77. package/esm/src/api/info/mod.js +4 -0
  78. package/esm/src/api/info/mod.js.map +1 -1
  79. package/esm/src/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts +75 -0
  80. package/esm/src/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts.map +1 -1
  81. package/package.json +1 -1
  82. package/script/bin/cli.js +10 -0
  83. package/script/bin/cli.js.map +1 -1
  84. package/script/deps/jsr.io/@std/async/{1.0.16 → 1.1.0}/unstable_semaphore.d.ts +1 -0
  85. package/script/deps/jsr.io/@std/async/1.1.0/unstable_semaphore.d.ts.map +1 -0
  86. package/script/deps/jsr.io/@std/async/{1.0.16 → 1.1.0}/unstable_semaphore.js +4 -3
  87. package/script/deps/jsr.io/@std/async/1.1.0/unstable_semaphore.js.map +1 -0
  88. package/script/src/api/exchange/_methods/_base/_semaphore.js +1 -1
  89. package/script/src/api/exchange/_methods/_base/_semaphore.js.map +1 -1
  90. package/script/src/api/exchange/_methods/approveAgent.d.ts +20 -9
  91. package/script/src/api/exchange/_methods/approveAgent.d.ts.map +1 -1
  92. package/script/src/api/exchange/_methods/approveAgent.js +21 -3
  93. package/script/src/api/exchange/_methods/approveAgent.js.map +1 -1
  94. package/script/src/api/exchange/_methods/batchModify.d.ts +2 -2
  95. package/script/src/api/exchange/_methods/borrowLend.d.ts +173 -0
  96. package/script/src/api/exchange/_methods/borrowLend.d.ts.map +1 -0
  97. package/script/src/api/exchange/_methods/borrowLend.js +112 -0
  98. package/script/src/api/exchange/_methods/borrowLend.js.map +1 -0
  99. package/script/src/api/exchange/_methods/modify.d.ts +2 -2
  100. package/script/src/api/exchange/_methods/order.d.ts +2 -2
  101. package/script/src/api/exchange/_methods/sendAsset.d.ts +10 -10
  102. package/script/src/api/exchange/_methods/spotSend.d.ts +5 -5
  103. package/script/src/api/exchange/_methods/usdSend.d.ts +5 -5
  104. package/script/src/api/exchange/_methods/userPortfolioMargin.d.ts +193 -0
  105. package/script/src/api/exchange/_methods/userPortfolioMargin.d.ts.map +1 -0
  106. package/script/src/api/exchange/_methods/userPortfolioMargin.js +129 -0
  107. package/script/src/api/exchange/_methods/userPortfolioMargin.js.map +1 -0
  108. package/script/src/api/exchange/_methods/withdraw3.d.ts +5 -5
  109. package/script/src/api/exchange/client.d.ts +8 -0
  110. package/script/src/api/exchange/client.d.ts.map +1 -1
  111. package/script/src/api/exchange/client.js +10 -0
  112. package/script/src/api/exchange/client.js.map +1 -1
  113. package/script/src/api/exchange/mod.d.ts +2 -0
  114. package/script/src/api/exchange/mod.d.ts.map +1 -1
  115. package/script/src/api/exchange/mod.js +2 -0
  116. package/script/src/api/exchange/mod.js.map +1 -1
  117. package/script/src/api/info/_methods/activeAssetData.js +1 -1
  118. package/script/src/api/info/_methods/activeAssetData.js.map +1 -1
  119. package/script/src/api/info/_methods/allBorrowLendReserveStates.d.ts +71 -0
  120. package/script/src/api/info/_methods/allBorrowLendReserveStates.d.ts.map +1 -0
  121. package/script/src/api/info/_methods/allBorrowLendReserveStates.js +93 -0
  122. package/script/src/api/info/_methods/allBorrowLendReserveStates.js.map +1 -0
  123. package/script/src/api/info/_methods/borrowLendReserveState.d.ts +79 -0
  124. package/script/src/api/info/_methods/borrowLendReserveState.d.ts.map +1 -0
  125. package/script/src/api/info/_methods/borrowLendReserveState.js +113 -0
  126. package/script/src/api/info/_methods/borrowLendReserveState.js.map +1 -0
  127. package/script/src/api/info/_methods/borrowLendUserState.d.ts +103 -0
  128. package/script/src/api/info/_methods/borrowLendUserState.d.ts.map +1 -0
  129. package/script/src/api/info/_methods/borrowLendUserState.js +122 -0
  130. package/script/src/api/info/_methods/borrowLendUserState.js.map +1 -0
  131. package/script/src/api/info/_methods/clearinghouseState.js +3 -3
  132. package/script/src/api/info/_methods/clearinghouseState.js.map +1 -1
  133. package/script/src/api/info/_methods/perpDexs.d.ts +5 -1
  134. package/script/src/api/info/_methods/perpDexs.d.ts.map +1 -1
  135. package/script/src/api/info/_methods/perpDexs.js +3 -1
  136. package/script/src/api/info/_methods/perpDexs.js.map +1 -1
  137. package/script/src/api/info/_methods/spotMeta.d.ts +36 -0
  138. package/script/src/api/info/_methods/spotMeta.d.ts.map +1 -1
  139. package/script/src/api/info/_methods/spotMeta.js +16 -0
  140. package/script/src/api/info/_methods/spotMeta.js.map +1 -1
  141. package/script/src/api/info/_methods/spotMetaAndAssetCtxs.d.ts +38 -0
  142. package/script/src/api/info/_methods/spotMetaAndAssetCtxs.d.ts.map +1 -1
  143. package/script/src/api/info/_methods/userBorrowLendInterest.d.ts +73 -0
  144. package/script/src/api/info/_methods/userBorrowLendInterest.d.ts.map +1 -0
  145. package/script/src/api/info/_methods/userBorrowLendInterest.js +109 -0
  146. package/script/src/api/info/_methods/userBorrowLendInterest.js.map +1 -0
  147. package/script/src/api/info/_methods/userNonFundingLedgerUpdates.d.ts +57 -0
  148. package/script/src/api/info/_methods/userNonFundingLedgerUpdates.d.ts.map +1 -1
  149. package/script/src/api/info/_methods/userNonFundingLedgerUpdates.js +33 -0
  150. package/script/src/api/info/_methods/userNonFundingLedgerUpdates.js.map +1 -1
  151. package/script/src/api/info/client.d.ts +16 -0
  152. package/script/src/api/info/client.d.ts.map +1 -1
  153. package/script/src/api/info/client.js +20 -0
  154. package/script/src/api/info/client.js.map +1 -1
  155. package/script/src/api/info/mod.d.ts +4 -0
  156. package/script/src/api/info/mod.d.ts.map +1 -1
  157. package/script/src/api/info/mod.js +4 -0
  158. package/script/src/api/info/mod.js.map +1 -1
  159. package/script/src/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts +75 -0
  160. package/script/src/api/subscription/_methods/userNonFundingLedgerUpdates.d.ts.map +1 -1
  161. package/src/bin/cli.ts +10 -0
  162. package/src/deps/jsr.io/@std/async/{1.0.16 → 1.1.0}/unstable_semaphore.ts +4 -3
  163. package/src/src/api/exchange/_methods/_base/_semaphore.ts +1 -1
  164. package/src/src/api/exchange/_methods/approveAgent.ts +25 -5
  165. package/src/src/api/exchange/_methods/borrowLend.ts +133 -0
  166. package/src/src/api/exchange/_methods/userPortfolioMargin.ts +156 -0
  167. package/src/src/api/exchange/client.ts +34 -0
  168. package/src/src/api/exchange/mod.ts +2 -0
  169. package/src/src/api/info/_methods/activeAssetData.ts +2 -2
  170. package/src/src/api/info/_methods/allBorrowLendReserveStates.ts +82 -0
  171. package/src/src/api/info/_methods/borrowLendReserveState.ts +131 -0
  172. package/src/src/api/info/_methods/borrowLendUserState.ts +144 -0
  173. package/src/src/api/info/_methods/clearinghouseState.ts +3 -3
  174. package/src/src/api/info/_methods/perpDexs.ts +6 -1
  175. package/src/src/api/info/_methods/spotMeta.ts +41 -0
  176. package/src/src/api/info/_methods/userBorrowLendInterest.ts +122 -0
  177. package/src/src/api/info/_methods/userNonFundingLedgerUpdates.ts +69 -0
  178. package/src/src/api/info/client.ts +60 -0
  179. package/src/src/api/info/mod.ts +4 -0
  180. package/esm/deps/jsr.io/@std/async/1.0.16/unstable_semaphore.d.ts.map +0 -1
  181. package/esm/deps/jsr.io/@std/async/1.0.16/unstable_semaphore.js.map +0 -1
  182. package/script/deps/jsr.io/@std/async/1.0.16/unstable_semaphore.d.ts.map +0 -1
  183. package/script/deps/jsr.io/@std/async/1.0.16/unstable_semaphore.js.map +0 -1
package/README.md CHANGED
@@ -6,8 +6,8 @@
6
6
  [![coveralls](https://img.shields.io/coverallsCoverage/github/nktkas/hyperliquid)](https://coveralls.io/github/nktkas/hyperliquid)
7
7
  [![bundlephobia](https://img.shields.io/bundlephobia/minzip/@nktkas/hyperliquid)](https://bundlephobia.com/package/@nktkas/hyperliquid)
8
8
 
9
- **@nktkas/hyperliquid** is a TypeScript SDK for the
10
- [Hyperliquid API](https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api).
9
+ A community-supported [Hyperliquid API](https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api) SDK for all
10
+ major JS runtimes, written in TypeScript.
11
11
 
12
12
  ## Features
13
13
 
@@ -18,45 +18,109 @@
18
18
  - 🔧 **Integratable**: Easy to use with wallet providers ([viem](https://github.com/wevm/viem) or
19
19
  [ethers](https://github.com/ethers-io/ethers.js)).
20
20
 
21
- ## Installation
21
+ ## Installation (choose your package manager)
22
22
 
23
23
  ```sh
24
24
  npm i @nktkas/hyperliquid
25
+
26
+ pnpm add @nktkas/hyperliquid
27
+
28
+ yarn add @nktkas/hyperliquid
29
+
30
+ deno add jsr:@nktkas/hyperliquid
25
31
  ```
26
32
 
27
33
  ## Quick Example
28
34
 
35
+ ### Info endpoint
36
+
29
37
  ```ts
30
- import { ExchangeClient, HttpTransport, InfoClient } from "@nktkas/hyperliquid";
31
- import { privateKeyToAccount } from "viem/accounts";
38
+ // 1. Import module
39
+ import { HttpTransport, InfoClient } from "@nktkas/hyperliquid";
40
+
41
+ // 2. Set up client with transport
42
+ const transport = new HttpTransport();
43
+ const info = new InfoClient({ transport });
32
44
 
33
- // Read data
34
- const info = new InfoClient({ transport: new HttpTransport() });
45
+ // 3. Query data
46
+
47
+ // Retrieve mids for all coins
35
48
  const mids = await info.allMids();
36
- console.log(mids); // { "BTC": "97000.5", "ETH": "3500.25", ... }
37
49
 
38
- // Place order
39
- const exchange = new ExchangeClient({
40
- transport: new HttpTransport(),
41
- wallet: privateKeyToAccount("0x..."),
42
- });
50
+ // Retrieve a user's open orders
51
+ const openOrders = await info.openOrders({ user: "0x..." });
52
+
53
+ // L2 book snapshot
54
+ const book = await info.l2Book({ coin: "BTC" });
55
+ ```
56
+
57
+ ### Exchange endpoint
58
+
59
+ ```ts
60
+ // 1. Import modules
61
+ import { ExchangeClient, HttpTransport } from "@nktkas/hyperliquid";
62
+ import { privateKeyToAccount } from "viem/accounts";
63
+
64
+ // 2. Set up client with wallet and transport
65
+ const wallet = privateKeyToAccount("0x...");
66
+
67
+ const transport = new HttpTransport();
68
+ const exchange = new ExchangeClient({ transport, wallet });
43
69
 
70
+ // 3. Execute an action
71
+
72
+ // Place an order
44
73
  const result = await exchange.order({
45
74
  orders: [{
46
- a: 0, // Asset index (BTC)
47
- b: true, // Buy side
48
- p: "95000", // Price
49
- s: "0.01", // Size
50
- r: false, // Reduce only
75
+ a: 0,
76
+ b: true,
77
+ p: "95000",
78
+ s: "0.01",
79
+ r: false,
51
80
  t: { limit: { tif: "Gtc" } },
52
81
  }],
53
82
  grouping: "na",
54
83
  });
84
+
85
+ // Update leverage
86
+ await exchange.updateLeverage({ asset: 0, isCross: true, leverage: 5 });
87
+
88
+ // Initiate a withdrawal request
89
+ await exchange.withdraw3({ destination: "0x...", amount: "1" });
90
+ ```
91
+
92
+ ### Subscription
93
+
94
+ ```ts
95
+ // 1. Import module
96
+ import { SubscriptionClient, WebSocketTransport } from "@nktkas/hyperliquid";
97
+
98
+ // 2. Set up client with transport
99
+ const transport = new WebSocketTransport();
100
+ const subs = new SubscriptionClient({ transport });
101
+
102
+ // 3. Subscribe to events
103
+
104
+ // Subscribe to mids for all coins
105
+ await subs.allMids((data) => {
106
+ console.log(data);
107
+ });
108
+
109
+ // Subscribe to user's open orders
110
+ await subs.openOrders({ user: "0x..." }, (data) => {
111
+ console.log(data);
112
+ });
113
+
114
+ // Subscribe to L2 book snapshot
115
+ await subs.l2Book({ coin: "ETH" }, (data) => {
116
+ console.log(data);
117
+ });
55
118
  ```
56
119
 
57
120
  ## Documentation
58
121
 
59
- 📚 **[Read the full documentation](https://nktkas.gitbook.io/hyperliquid)**
122
+ - [SDK documentation](https://nktkas.gitbook.io/hyperliquid)
123
+ - [Hyperliquid Documentation](https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api)
60
124
 
61
125
  ## Star History
62
126
 
package/esm/bin/cli.js CHANGED
@@ -186,6 +186,12 @@ Deploy Market:
186
186
  spotDeployState --user <address>
187
187
  spotPairDeployAuctionStatus (no params)
188
188
 
189
+ Earn:
190
+ allBorrowLendReserveStates (no params)
191
+ borrowLendReserveState --token <number>
192
+ borrowLendUserState --user <address>
193
+ userBorrowLendInterest --user <address> --startTime <number> [--endTime <number>]
194
+
189
195
  Other:
190
196
  exchangeStatus (no params)
191
197
 
@@ -221,6 +227,7 @@ Account:
221
227
  setDisplayName --displayName <string>
222
228
  spotUser --optOut <bool>
223
229
  userDexAbstraction --user <address> --enabled <bool>
230
+ userPortfolioMargin --user <address> --enabled <bool>
224
231
 
225
232
  Fund Transfers:
226
233
  sendAsset --destination <address> --token <name:address> --amount <number>
@@ -264,6 +271,9 @@ Validator Actions:
264
271
  cValidatorAction --<action> <json>
265
272
  validatorL1Stream --riskFreeRate <number>
266
273
 
274
+ Earn:
275
+ borrowLend --operation <supply|withdraw> --token <number> --amount <number|null>
276
+
267
277
  Other:
268
278
  convertToMultiSigUser --authorizedUsers <json> --threshold <number>
269
279
 
@@ -1 +1 @@
1
- {"version":3,"file":"cli.js","sourceRoot":"","sources":["../../src/bin/cli.ts"],"names":[],"mappings":";AACA,mCAAmC;AAEnC;;;;;;;;;;;;;;;;;GAiBG;AAEH,wDAAwD;AACxD,OAAO,OAAO,MAAM,cAAc,CAAC;AACnC,OAAO,EAAa,WAAW,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,+DAA+D;AAC/D,UAAU;AACV,+DAA+D;AAE/D,SAAS,eAAe,CAAC,MAAc,EAAE,MAAmB;IAC1D,QAAQ,MAAM,EAAE,CAAC;QACf,KAAK,UAAU,CAAC,CAAC,CAAC;YAChB,OAAO,EAAE,iBAAiB,EAAE,EAAE,GAAG,MAAM,EAAE,EAAE,CAAC;QAC9C,CAAC;QACD,KAAK,WAAW,CAAC,CAAC,CAAC;YACjB,OAAO,EAAE,IAAI,EAAE,EAAE,GAAG,MAAM,EAAE,EAAE,CAAC;QACjC,CAAC;QACD,OAAO,CAAC,CAAC,CAAC;YACR,OAAO,MAAM,CAAC;QAChB,CAAC;IACH,CAAC;AACH,CAAC;AAED,MAAM,aAAc,SAAQ,aAAa;IACvC,YAAY,SAAkB;QAC5B,KAAK,CAAC,EAAE,SAAS,EAAE,CAAC,CAAC;IACvB,CAAC;IACQ,OAAO,CAAI,CAAS,EAAE,OAAgB;QAC7C,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAO,CAAC,CAAC,CAAC;IACrF,CAAC;CACF;AAED,oDAAoD;AACpD,KAAK,UAAU,qBAAqB,CAAC,QAAgB,EAAE,MAAc,EAAE,IAAiB;IACtF,kBAAkB;IAClB,MAAM,SAAS,GAAG,SAAS,IAAI,IAAI,CAAC;IACpC,MAAM,OAAO,GAAG,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,SAAS,CAAC;IAClD,MAAM,SAAS,GAAG,SAAS,IAAI,IAAI,CAAC;IAEpC,uDAAuD;IACvD,MAAM,SAAS,GAAG,SAAS,CAAC,CAAC,CAAC,IAAI,aAAa,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,aAAa,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,CAAC,CAAC;IACvG,IAAI,MAAmC,CAAC;IAExC,kCAAkC;IAClC,QAAQ,QAAQ,EAAE,CAAC;QACjB,KAAK,MAAM;YACT,MAAM,GAAG,IAAI,UAAU,CAAC,EAAE,SAAS,EAAE,CAAC,CAAC;YACvC,MAAM;QACR,KAAK,UAAU,CAAC,CAAC,CAAC;YAChB,MAAM,MAAM,GAAG,IAAI,gBAAgB,CAAC,IAAI,CAAC,aAAa,CAAkB,CAAC,CAAC;YAC1E,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,kEAAkE;YAE9F,MAAM,mBAAmB,GAAG,IAAI,CAAC,KAAkC,CAAC;YAEpE,MAAM,GAAG,IAAI,cAAc,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,mBAAmB,EAAE,CAAC,CAAC;YACxE,MAAM;QACR,CAAC;QACD;YACE,MAAM,IAAI,KAAK,CAAC,qBAAqB,QAAQ,6BAA6B,CAAC,CAAC;IAChF,CAAC;IAED,mCAAmC;IACnC,IAAI,CAAC,CAAC,MAAM,IAAI,MAAM,CAAC;QAAE,MAAM,IAAI,KAAK,CAAC,YAAY,MAAM,iBAAiB,QAAQ,YAAY,CAAC,CAAC;IAElG,mCAAmC;IACnC,MAAM,MAAM,GAAG,eAAe,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;IAC7C,0CAA0C;IAC1C,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC;IAC9C,OAAO,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,wEAAwE;AAC3H,CAAC;AAED,+DAA+D;AAC/D,MAAM;AACN,+DAA+D;AAE/D,SAAS,SAAS;IAChB,OAAO,CAAC,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kIAyNoH,CAAC,CAAC;AACpI,CAAC;AAED,+DAA+D;AAC/D,QAAQ;AACR,+DAA+D;AAE/D,MAAM,OAAO,GAAG,WAAW,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE;IACjD,KAAK,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,SAAS,CAAC;IAC1C,OAAO,EAAE,KAAK;CACf,CAAC,CAAC;AACH,MAAM,IAAI,GAAG,aAAa,CAAC,OAAO,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,CAAC;AAC1D,MAAM,CAAC,QAAQ,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC;AAClC,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,CAAC,IAAI,CAAC,QAAQ,IAAI,CAAC,MAAM,EAAE,CAAC;IAChD,SAAS,EAAE,CAAC;AACd,CAAC;KAAM,CAAC;IACN,qBAAqB,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,CAAC;SAC1C,IAAI,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC;SACrD,KAAK,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC;AAC5C,CAAC"}
1
+ {"version":3,"file":"cli.js","sourceRoot":"","sources":["../../src/bin/cli.ts"],"names":[],"mappings":"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"}
@@ -20,6 +20,7 @@ export declare class Semaphore {
20
20
  * Creates a new semaphore with the specified number of permits.
21
21
  *
22
22
  * @param max Maximum concurrent permits. Defaults to 1 (mutex).
23
+ * @throws {TypeError} If `max` is not a positive integer.
23
24
  */
24
25
  constructor(max?: number);
25
26
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unstable_semaphore.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/async/1.1.0/unstable_semaphore.ts"],"names":[],"mappings":"AASA;;;;;;;;;;;;;;;GAeG;AACH,qBAAa,SAAS;;IASpB;;;;;OAKG;gBACS,GAAG,GAAE,MAAU;IAS3B;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACH,OAAO,IAAI,OAAO,CAAC,UAAU,CAAC;IAgB9B;;;;;;;;;;;;;;;;;;OAkBG;IACH,UAAU,IAAI,UAAU,GAAG,SAAS;IAQpC;;;;;;;;;;;;;;;OAeG;IACH,OAAO,IAAI,IAAI;CAShB"}
@@ -1,4 +1,4 @@
1
- // Copyright 2018-2025 the Deno authors. MIT license.
1
+ // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  // This module is browser compatible.
3
3
  /**
4
4
  * A counting semaphore for limiting concurrent access to a resource.
@@ -28,10 +28,11 @@ export class Semaphore {
28
28
  * Creates a new semaphore with the specified number of permits.
29
29
  *
30
30
  * @param max Maximum concurrent permits. Defaults to 1 (mutex).
31
+ * @throws {TypeError} If `max` is not a positive integer.
31
32
  */
32
33
  constructor(max = 1) {
33
- if (max < 1) {
34
- throw new TypeError(`Cannot create semaphore as 'max' must be at least 1: current value is ${max}`);
34
+ if (!Number.isInteger(max) || max < 1) {
35
+ throw new TypeError(`Cannot create semaphore as 'max' must be a positive integer: received ${max}`);
35
36
  }
36
37
  this.#count = this.#max = max;
37
38
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unstable_semaphore.js","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/async/1.1.0/unstable_semaphore.ts"],"names":[],"mappings":"AAAA,qDAAqD;AACrD,qCAAqC;AAQrC;;;;;;;;;;;;;;;GAeG;AACH,MAAM,OAAO,SAAS;IACpB,IAAI,CAAS;IACb,2CAA2C;IAC3C,MAAM,CAAS;IACf,iCAAiC;IACjC,KAAK,CAAmB;IACxB,iCAAiC;IACjC,KAAK,CAAmB;IAExB;;;;;OAKG;IACH,YAAY,MAAc,CAAC;QACzB,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,EAAE,CAAC;YACtC,MAAM,IAAI,SAAS,CACjB,yEAAyE,GAAG,EAAE,CAC/E,CAAC;QACJ,CAAC;QACD,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC;IAChC,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACH,OAAO;QACL,MAAM,UAAU,GAAe,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,OAAO,EAAE,EAAE,CAAC;QAC1E,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YACpB,IAAI,CAAC,MAAM,EAAE,CAAC;YACd,OAAO,OAAO,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;QACrC,CAAC;QACD,OAAO,IAAI,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YACzB,MAAM,IAAI,GAAS,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,GAAG,CAAC,UAAU,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;YACnE,IAAI,IAAI,CAAC,KAAK,EAAE,CAAC;gBACf,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC;YACtC,CAAC;iBAAM,CAAC;gBACN,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;YACjC,CAAC;QACH,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;;;;;;;OAkBG;IACH,UAAU;QACR,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YACpB,IAAI,CAAC,MAAM,EAAE,CAAC;YACd,OAAO,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,OAAO,EAAE,EAAE,CAAC;QACpD,CAAC;QACD,OAAO,SAAS,CAAC;IACnB,CAAC;IAED;;;;;;;;;;;;;;;OAeG;IACH,OAAO;QACL,IAAI,IAAI,CAAC,KAAK,EAAE,CAAC;YACf,IAAI,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC;YACjB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC;YAC7B,IAAI,CAAC,IAAI,CAAC,KAAK;gBAAE,IAAI,CAAC,KAAK,GAAG,SAAS,CAAC;QAC1C,CAAC;aAAM,IAAI,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC;YACnC,IAAI,CAAC,MAAM,EAAE,CAAC;QAChB,CAAC;IACH,CAAC;CACF"}
@@ -1,4 +1,4 @@
1
- import { Semaphore } from "../../../../../deps/jsr.io/@std/async/1.0.16/unstable_semaphore.js";
1
+ import { Semaphore } from "../../../../../deps/jsr.io/@std/async/1.1.0/unstable_semaphore.js";
2
2
  /**
3
3
  * A reference-counted registry for lazily creating and reusing per-key values.
4
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"_semaphore.js","sourceRoot":"","sources":["../../../../../../src/src/api/exchange/_methods/_base/_semaphore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,oEAAoE,CAAC;AAE/F;;;;;GAKG;AACH,MAAM,kBAAkB;IACtB,IAAI,GAAG,IAAI,GAAG,EAAiC,CAAC;IAChD,QAAQ,CAAU;IAElB;;;;OAIG;IACH,YAAY,OAAgB;QAC1B,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAED;;;;;;;OAOG;IACH,GAAG,CAAC,GAAM;QACR,IAAI,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QAC/B,IAAI,CAAC,KAAK,EAAE,CAAC;YACX,KAAK,GAAG,EAAE,KAAK,EAAE,IAAI,CAAC,QAAQ,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC;YAC5C,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;QAC5B,CAAC;QACD,KAAK,CAAC,IAAI,EAAE,CAAC;QACb,OAAO,KAAK,CAAC,KAAK,CAAC;IACrB,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,GAAM;QACV,MAAM,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QACjC,IAAI,CAAC,KAAK;YAAE,OAAO;QACnB,IAAI,EAAE,KAAK,CAAC,IAAI,KAAK,CAAC,EAAE,CAAC;YACvB,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;QACxB,CAAC;IACH,CAAC;CACF;AAED,MAAM,UAAU,GAAG,IAAI,kBAAkB,CAAC,GAAG,EAAE,CAAC,IAAI,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;AAElE;;;;;;GAMG;AACH,MAAM,CAAC,KAAK,UAAU,QAAQ,CAAO,GAAM,EAAE,EAAoB;IAC/D,MAAM,SAAS,GAAG,UAAU,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACtC,MAAM,SAAS,CAAC,OAAO,EAAE,CAAC;IAC1B,IAAI,CAAC;QACH,OAAO,MAAM,EAAE,EAAE,CAAC;IACpB,CAAC;YAAS,CAAC;QACT,SAAS,CAAC,OAAO,EAAE,CAAC;QACpB,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IACxB,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"_semaphore.js","sourceRoot":"","sources":["../../../../../../src/src/api/exchange/_methods/_base/_semaphore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mEAAmE,CAAC;AAE9F;;;;;GAKG;AACH,MAAM,kBAAkB;IACtB,IAAI,GAAG,IAAI,GAAG,EAAiC,CAAC;IAChD,QAAQ,CAAU;IAElB;;;;OAIG;IACH,YAAY,OAAgB;QAC1B,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAED;;;;;;;OAOG;IACH,GAAG,CAAC,GAAM;QACR,IAAI,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QAC/B,IAAI,CAAC,KAAK,EAAE,CAAC;YACX,KAAK,GAAG,EAAE,KAAK,EAAE,IAAI,CAAC,QAAQ,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC;YAC5C,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;QAC5B,CAAC;QACD,KAAK,CAAC,IAAI,EAAE,CAAC;QACb,OAAO,KAAK,CAAC,KAAK,CAAC;IACrB,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,GAAM;QACV,MAAM,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QACjC,IAAI,CAAC,KAAK;YAAE,OAAO;QACnB,IAAI,EAAE,KAAK,CAAC,IAAI,KAAK,CAAC,EAAE,CAAC;YACvB,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;QACxB,CAAC;IACH,CAAC;CACF;AAED,MAAM,UAAU,GAAG,IAAI,kBAAkB,CAAC,GAAG,EAAE,CAAC,IAAI,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;AAElE;;;;;;GAMG;AACH,MAAM,CAAC,KAAK,UAAU,QAAQ,CAAO,GAAM,EAAE,EAAoB;IAC/D,MAAM,SAAS,GAAG,UAAU,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACtC,MAAM,SAAS,CAAC,OAAO,EAAE,CAAC;IAC1B,IAAI,CAAC;QACH,OAAO,MAAM,EAAE,EAAE,CAAC;IACpB,CAAC;YAAS,CAAC;QACT,SAAS,CAAC,OAAO,EAAE,CAAC;QACpB,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IACxB,CAAC;AACH,CAAC"}
@@ -14,8 +14,8 @@ export declare const ApproveAgentRequest: v.SchemaWithPipe<readonly [v.ObjectSch
14
14
  readonly hyperliquidChain: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.PicklistSchema<["Mainnet", "Testnet"], undefined>, v.DescriptionAction<"Testnet" | "Mainnet", "HyperLiquid network type.">]>, v.DescriptionAction<"Testnet" | "Mainnet", "HyperLiquid network type.">]>;
15
15
  /** Agent address. */
16
16
  readonly agentAddress: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.LengthAction<`0x${string}`, 42, undefined>]>, v.DescriptionAction<`0x${string}`, "Agent address.">]>;
17
- /** Agent name or null for unnamed agent. */
18
- readonly agentName: v.SchemaWithPipe<readonly [v.NullishSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 17, undefined>]>, null>, v.DescriptionAction<string | null, "Agent name or null for unnamed agent.">]>;
17
+ /** Agent name (min 1 and max 16 characters) or null for unnamed agent. */
18
+ readonly agentName: v.SchemaWithPipe<readonly [v.NullishSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.CheckAction<string, (issue: v.CheckIssue<string>) => string>]>, null>, v.DescriptionAction<string | null, "Agent name (min 1 and max 16 characters) or null for unnamed agent.">]>;
19
19
  /** Nonce (timestamp in ms) used to prevent replay attacks. */
20
20
  readonly nonce: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.ToNumberAction<string | number, undefined>, v.NumberSchema<undefined>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.DescriptionAction<number, "Nonce (timestamp in ms) used to prevent replay attacks.">]>;
21
21
  }, undefined>, v.DescriptionAction<{
@@ -103,8 +103,8 @@ declare const ApproveAgentParameters: Omit<v.ObjectSchema<{
103
103
  readonly hyperliquidChain: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.PicklistSchema<["Mainnet", "Testnet"], undefined>, v.DescriptionAction<"Testnet" | "Mainnet", "HyperLiquid network type.">]>, v.DescriptionAction<"Testnet" | "Mainnet", "HyperLiquid network type.">]>;
104
104
  /** Agent address. */
105
105
  readonly agentAddress: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.LengthAction<`0x${string}`, 42, undefined>]>, v.DescriptionAction<`0x${string}`, "Agent address.">]>;
106
- /** Agent name or null for unnamed agent. */
107
- readonly agentName: v.SchemaWithPipe<readonly [v.NullishSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 17, undefined>]>, null>, v.DescriptionAction<string | null, "Agent name or null for unnamed agent.">]>;
106
+ /** Agent name (min 1 and max 16 characters) or null for unnamed agent. */
107
+ readonly agentName: v.SchemaWithPipe<readonly [v.NullishSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.CheckAction<string, (issue: v.CheckIssue<string>) => string>]>, null>, v.DescriptionAction<string | null, "Agent name (min 1 and max 16 characters) or null for unnamed agent.">]>;
108
108
  /** Nonce (timestamp in ms) used to prevent replay attacks. */
109
109
  readonly nonce: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.ToNumberAction<string | number, undefined>, v.NumberSchema<undefined>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.DescriptionAction<number, "Nonce (timestamp in ms) used to prevent replay attacks.">]>;
110
110
  }, undefined>, "entries" | "~types" | "~run" | "~standard"> & {
@@ -117,8 +117,8 @@ declare const ApproveAgentParameters: Omit<v.ObjectSchema<{
117
117
  readonly hyperliquidChain: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.PicklistSchema<["Mainnet", "Testnet"], undefined>, v.DescriptionAction<"Testnet" | "Mainnet", "HyperLiquid network type.">]>, v.DescriptionAction<"Testnet" | "Mainnet", "HyperLiquid network type.">]>;
118
118
  /** Agent address. */
119
119
  readonly agentAddress: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.LengthAction<`0x${string}`, 42, undefined>]>, v.DescriptionAction<`0x${string}`, "Agent address.">]>;
120
- /** Agent name or null for unnamed agent. */
121
- readonly agentName: v.SchemaWithPipe<readonly [v.NullishSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 17, undefined>]>, null>, v.DescriptionAction<string | null, "Agent name or null for unnamed agent.">]>;
120
+ /** Agent name (min 1 and max 16 characters) or null for unnamed agent. */
121
+ readonly agentName: v.SchemaWithPipe<readonly [v.NullishSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.CheckAction<string, (issue: v.CheckIssue<string>) => string>]>, null>, v.DescriptionAction<string | null, "Agent name (min 1 and max 16 characters) or null for unnamed agent.">]>;
122
122
  /** Nonce (timestamp in ms) used to prevent replay attacks. */
123
123
  readonly nonce: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.ToNumberAction<string | number, undefined>, v.NumberSchema<undefined>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.DescriptionAction<number, "Nonce (timestamp in ms) used to prevent replay attacks.">]>;
124
124
  }, "type" | "nonce" | "signatureChainId" | "hyperliquidChain">;
@@ -132,7 +132,7 @@ declare const ApproveAgentParameters: Omit<v.ObjectSchema<{
132
132
  readonly "~run": (dataset: v.UnknownDataset, config: v.Config<v.BaseIssue<unknown>>) => v.OutputDataset<{
133
133
  agentName: string | null;
134
134
  agentAddress: `0x${string}`;
135
- }, v.StringIssue | v.ObjectIssue | v.RegexIssue<string> | v.LengthIssue<`0x${string}`, 42> | v.MinLengthIssue<string, 1> | v.MaxLengthIssue<string, 17>>;
135
+ }, v.StringIssue | v.ObjectIssue | v.RegexIssue<string> | v.LengthIssue<`0x${string}`, 42> | v.CheckIssue<string>>;
136
136
  readonly "~types"?: {
137
137
  readonly input: {
138
138
  agentName?: string | null | undefined;
@@ -142,7 +142,7 @@ declare const ApproveAgentParameters: Omit<v.ObjectSchema<{
142
142
  agentName: string | null;
143
143
  agentAddress: `0x${string}`;
144
144
  };
145
- readonly issue: v.StringIssue | v.ObjectIssue | v.RegexIssue<string> | v.LengthIssue<`0x${string}`, 42> | v.MinLengthIssue<string, 1> | v.MaxLengthIssue<string, 17>;
145
+ readonly issue: v.StringIssue | v.ObjectIssue | v.RegexIssue<string> | v.LengthIssue<`0x${string}`, 42> | v.CheckIssue<string>;
146
146
  } | undefined;
147
147
  };
148
148
  /** Action parameters for the {@linkcode approveAgent} function. */
@@ -180,9 +180,20 @@ export declare const ApproveAgentTypes: {
180
180
  * const wallet = privateKeyToAccount("0x..."); // viem or ethers
181
181
  * const transport = new HttpTransport(); // or `WebSocketTransport`
182
182
  *
183
+ * // Basic usage
183
184
  * await approveAgent(
184
185
  * { transport, wallet },
185
- * { agentAddress: "0x...", agentName: "..." },
186
+ * { agentAddress: "0x...", agentName: "myAgent" },
187
+ * );
188
+ *
189
+ * // With expiration timestamp
190
+ * const expirationTimestamp = Date.now() + 24 * 60 * 60 * 1000;
191
+ * await approveAgent(
192
+ * { transport, wallet },
193
+ * {
194
+ * agentAddress: "0x...",
195
+ * agentName: `myAgent valid_until ${expirationTimestamp}`,
196
+ * },
186
197
  * );
187
198
  * ```
188
199
  *
@@ -1 +1 @@
1
- {"version":3,"file":"approveAgent.d.ts","sourceRoot":"","sources":["../../../../../src/src/api/exchange/_methods/approveAgent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAS7B;;;GAGG;AACH,eAAO,MAAM,mBAAmB;IAG1B,yBAAyB;;QAGrB,sBAAsB;;QAKtB,kDAAkD;;QAKlD,gCAAgC;;QAKhC,qBAAqB;;QAKrB,4CAA4C;;QAY5C,8DAA8D;;;;;;;;;;IAQlE,8DAA8D;;IAK9D,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iEAQpC,CAAC;AACL,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAE5E;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;oEAK7B,CAAC;AACL,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAM9E,OAAO,EAAE,KAAK,cAAc,EAA2B,KAAK,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAC9G,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,2EAA2E;AAC3E,QAAA,MAAM,sBAAsB;IA5ElB,sBAAsB;;IAKtB,kDAAkD;;IAKlD,gCAAgC;;IAKhC,qBAAqB;;IAKrB,4CAA4C;;IAY5C,8DAA8D;;;;QAhC9D,sBAAsB;;QAKtB,kDAAkD;;QAKlD,gCAAgC;;QAKhC,qBAAqB;;QAKrB,4CAA4C;;QAY5C,8DAA8D;;;;;;;;;;;;;;;;;;;;;;;;;CAiDpE,CAAC;AACL,mEAAmE;AACnE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEjF,iEAAiE;AACjE,MAAM,MAAM,mBAAmB,GAAG,qBAAqB,CAAC,CAAC,CAAC,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC,CAAC;AAElG,6EAA6E;AAC7E,MAAM,MAAM,2BAA2B,GAAG,oBAAoB,CAAC,oBAAoB,CAAC,CAAC;AAErF,+DAA+D;AAC/D,eAAO,MAAM,iBAAiB;;;;;CAO7B,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,wBAAgB,YAAY,CAC1B,MAAM,EAAE,cAAc,EACtB,MAAM,EAAE,sBAAsB,EAC9B,IAAI,CAAC,EAAE,mBAAmB,GACzB,OAAO,CAAC,2BAA2B,CAAC,CAQtC"}
1
+ {"version":3,"file":"approveAgent.d.ts","sourceRoot":"","sources":["../../../../../src/src/api/exchange/_methods/approveAgent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAS7B;;;GAGG;AACH,eAAO,MAAM,mBAAmB;IAG1B,yBAAyB;;QAGrB,sBAAsB;;QAKtB,kDAAkD;;QAKlD,gCAAgC;;QAKhC,qBAAqB;;QAKrB,0EAA0E;;QAqB1E,8DAA8D;;;;;;;;;;IAQlE,8DAA8D;;IAK9D,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iEAQpC,CAAC;AACL,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAE5E;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;oEAK7B,CAAC;AACL,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAM9E,OAAO,EAAE,KAAK,cAAc,EAA2B,KAAK,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAC9G,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,2EAA2E;AAC3E,QAAA,MAAM,sBAAsB;IArFlB,sBAAsB;;IAKtB,kDAAkD;;IAKlD,gCAAgC;;IAKhC,qBAAqB;;IAKrB,0EAA0E;;IAqB1E,8DAA8D;;;;QAzC9D,sBAAsB;;QAKtB,kDAAkD;;QAKlD,gCAAgC;;QAKhC,qBAAqB;;QAKrB,0EAA0E;;QAqB1E,8DAA8D;;;;;;;;;;;;;;;;;;;;;;;;;CAiDpE,CAAC;AACL,mEAAmE;AACnE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEjF,iEAAiE;AACjE,MAAM,MAAM,mBAAmB,GAAG,qBAAqB,CAAC,CAAC,CAAC,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC,CAAC;AAElG,6EAA6E;AAC7E,MAAM,MAAM,2BAA2B,GAAG,oBAAoB,CAAC,oBAAoB,CAAC,CAAC;AAErF,+DAA+D;AAC/D,eAAO,MAAM,iBAAiB;;;;;CAO7B,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AACH,wBAAgB,YAAY,CAC1B,MAAM,EAAE,cAAc,EACtB,MAAM,EAAE,sBAAsB,EAC9B,IAAI,CAAC,EAAE,mBAAmB,GACzB,OAAO,CAAC,2BAA2B,CAAC,CAQtC"}
@@ -20,8 +20,15 @@ export const ApproveAgentRequest = /* @__PURE__ */ (() => {
20
20
  hyperliquidChain: v.pipe(HyperliquidChainSchema, v.description("HyperLiquid network type.")),
21
21
  /** Agent address. */
22
22
  agentAddress: v.pipe(Address, v.description("Agent address.")),
23
- /** Agent name or null for unnamed agent. */
24
- agentName: v.pipe(v.nullish(v.pipe(v.string(), v.minLength(1), v.maxLength(17)), null), v.description("Agent name or null for unnamed agent.")),
23
+ /** Agent name (min 1 and max 16 characters) or null for unnamed agent. */
24
+ agentName: v.pipe(v.nullish(v.pipe(v.string(), v.check((input) => {
25
+ // Ignore trailing ` valid_until <timestamp>` when checking length
26
+ const baseName = input.replace(/ valid_until \d+$/, "");
27
+ return baseName.length >= 1 && baseName.length <= 16;
28
+ }, (issue) => {
29
+ const baseName = issue.input.replace(/ valid_until \d+$/, "");
30
+ return `Invalid length: Expected >= 1 and <= 16 but received ${baseName.length}`;
31
+ })), null), v.description("Agent name (min 1 and max 16 characters) or null for unnamed agent.")),
25
32
  /** Nonce (timestamp in ms) used to prevent replay attacks. */
26
33
  nonce: v.pipe(UnsignedInteger, v.description("Nonce (timestamp in ms) used to prevent replay attacks.")),
27
34
  }), v.description("Action to perform.")),
@@ -77,9 +84,20 @@ export const ApproveAgentTypes = {
77
84
  * const wallet = privateKeyToAccount("0x..."); // viem or ethers
78
85
  * const transport = new HttpTransport(); // or `WebSocketTransport`
79
86
  *
87
+ * // Basic usage
80
88
  * await approveAgent(
81
89
  * { transport, wallet },
82
- * { agentAddress: "0x...", agentName: "..." },
90
+ * { agentAddress: "0x...", agentName: "myAgent" },
91
+ * );
92
+ *
93
+ * // With expiration timestamp
94
+ * const expirationTimestamp = Date.now() + 24 * 60 * 60 * 1000;
95
+ * await approveAgent(
96
+ * { transport, wallet },
97
+ * {
98
+ * agentAddress: "0x...",
99
+ * agentName: `myAgent valid_until ${expirationTimestamp}`,
100
+ * },
83
101
  * );
84
102
  * ```
85
103
  *
@@ -1 +1 @@
1
- {"version":3,"file":"approveAgent.js","sourceRoot":"","sources":["../../../../../src/src/api/exchange/_methods/approveAgent.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"approveAgent.js","sourceRoot":"","sources":["../../../../../src/src/api/exchange/_methods/approveAgent.ts"],"names":[],"mappings":"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"}
@@ -600,7 +600,7 @@ declare const BatchModifyParameters: Omit<v.ObjectSchema<{
600
600
  c?: `0x${string}` | undefined;
601
601
  };
602
602
  }[];
603
- }, v.StringIssue | v.ArrayIssue | v.ObjectIssue | v.NumberIssue | v.UnionIssue<v.StringIssue | v.NumberIssue> | v.ToStringIssue<string | number> | v.RegexIssue<string> | v.ToNumberIssue<string | number> | v.SafeIntegerIssue<number> | v.MinValueIssue<number, 0> | v.LengthIssue<`0x${string}`, 34> | v.PicklistIssue | v.BooleanIssue | v.CheckIssue<string> | v.UnionIssue<v.StringIssue | v.ObjectIssue | v.NumberIssue | v.UnionIssue<v.StringIssue | v.NumberIssue> | v.ToStringIssue<string | number> | v.RegexIssue<string> | v.PicklistIssue | v.BooleanIssue | v.CheckIssue<string>> | v.UnionIssue<v.StringIssue | v.NumberIssue | v.UnionIssue<v.StringIssue | v.NumberIssue> | v.RegexIssue<string> | v.ToNumberIssue<string | number> | v.SafeIntegerIssue<number> | v.MinValueIssue<number, 0> | v.LengthIssue<`0x${string}`, 34>>>;
603
+ }, v.StringIssue | v.ArrayIssue | v.ObjectIssue | v.NumberIssue | v.UnionIssue<v.StringIssue | v.NumberIssue> | v.ToStringIssue<string | number> | v.RegexIssue<string> | v.ToNumberIssue<string | number> | v.SafeIntegerIssue<number> | v.MinValueIssue<number, 0> | v.LengthIssue<`0x${string}`, 34> | v.PicklistIssue | v.CheckIssue<string> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.ObjectIssue | v.NumberIssue | v.UnionIssue<v.StringIssue | v.NumberIssue> | v.ToStringIssue<string | number> | v.RegexIssue<string> | v.PicklistIssue | v.CheckIssue<string> | v.BooleanIssue> | v.UnionIssue<v.StringIssue | v.NumberIssue | v.UnionIssue<v.StringIssue | v.NumberIssue> | v.RegexIssue<string> | v.ToNumberIssue<string | number> | v.SafeIntegerIssue<number> | v.MinValueIssue<number, 0> | v.LengthIssue<`0x${string}`, 34>>>;
604
604
  readonly "~types"?: {
605
605
  readonly input: {
606
606
  modifies: {
@@ -650,7 +650,7 @@ declare const BatchModifyParameters: Omit<v.ObjectSchema<{
650
650
  };
651
651
  }[];
652
652
  };
653
- readonly issue: v.StringIssue | v.ArrayIssue | v.ObjectIssue | v.NumberIssue | v.UnionIssue<v.StringIssue | v.NumberIssue> | v.ToStringIssue<string | number> | v.RegexIssue<string> | v.ToNumberIssue<string | number> | v.SafeIntegerIssue<number> | v.MinValueIssue<number, 0> | v.LengthIssue<`0x${string}`, 34> | v.PicklistIssue | v.BooleanIssue | v.CheckIssue<string> | v.UnionIssue<v.StringIssue | v.ObjectIssue | v.NumberIssue | v.UnionIssue<v.StringIssue | v.NumberIssue> | v.ToStringIssue<string | number> | v.RegexIssue<string> | v.PicklistIssue | v.BooleanIssue | v.CheckIssue<string>> | v.UnionIssue<v.StringIssue | v.NumberIssue | v.UnionIssue<v.StringIssue | v.NumberIssue> | v.RegexIssue<string> | v.ToNumberIssue<string | number> | v.SafeIntegerIssue<number> | v.MinValueIssue<number, 0> | v.LengthIssue<`0x${string}`, 34>>;
653
+ readonly issue: v.StringIssue | v.ArrayIssue | v.ObjectIssue | v.NumberIssue | v.UnionIssue<v.StringIssue | v.NumberIssue> | v.ToStringIssue<string | number> | v.RegexIssue<string> | v.ToNumberIssue<string | number> | v.SafeIntegerIssue<number> | v.MinValueIssue<number, 0> | v.LengthIssue<`0x${string}`, 34> | v.PicklistIssue | v.CheckIssue<string> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.ObjectIssue | v.NumberIssue | v.UnionIssue<v.StringIssue | v.NumberIssue> | v.ToStringIssue<string | number> | v.RegexIssue<string> | v.PicklistIssue | v.CheckIssue<string> | v.BooleanIssue> | v.UnionIssue<v.StringIssue | v.NumberIssue | v.UnionIssue<v.StringIssue | v.NumberIssue> | v.RegexIssue<string> | v.ToNumberIssue<string | number> | v.SafeIntegerIssue<number> | v.MinValueIssue<number, 0> | v.LengthIssue<`0x${string}`, 34>>;
654
654
  } | undefined;
655
655
  };
656
656
  /** Action parameters for the {@linkcode batchModify} function. */
@@ -0,0 +1,173 @@
1
+ import * as v from "valibot";
2
+ /** Borrow or lend assets. */
3
+ export declare const BorrowLendRequest: v.SchemaWithPipe<readonly [v.ObjectSchema<{
4
+ /** Action to perform. */
5
+ readonly action: v.SchemaWithPipe<readonly [v.ObjectSchema<{
6
+ /** Type of action. */
7
+ readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"borrowLend", undefined>, v.DescriptionAction<"borrowLend", "Type of action.">]>;
8
+ /** Operation type. */
9
+ readonly operation: v.SchemaWithPipe<readonly [v.PicklistSchema<["supply", "withdraw", "repay", "borrow"], undefined>, v.DescriptionAction<"supply" | "withdraw" | "repay" | "borrow", "Operation type.">]>;
10
+ /** Token ID. */
11
+ readonly token: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.ToNumberAction<string | number, undefined>, v.NumberSchema<undefined>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.DescriptionAction<number, "Token ID.">]>;
12
+ /** Amount to supply/withdraw (null = full). */
13
+ readonly amount: v.SchemaWithPipe<readonly [v.NullableSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.ToStringAction<string | number, undefined>, v.StringSchema<undefined>, v.TransformAction<string, string>, v.RegexAction<string, undefined>]>, undefined>, v.DescriptionAction<string | null, "Amount to supply/withdraw (null = full).">]>;
14
+ }, undefined>, v.DescriptionAction<{
15
+ type: "borrowLend";
16
+ operation: "supply" | "withdraw" | "repay" | "borrow";
17
+ token: number;
18
+ amount: string | null;
19
+ }, "Action to perform.">]>;
20
+ /** Nonce (timestamp in ms) used to prevent replay attacks. */
21
+ readonly nonce: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.ToNumberAction<string | number, undefined>, v.NumberSchema<undefined>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.DescriptionAction<number, "Nonce (timestamp in ms) used to prevent replay attacks.">]>;
22
+ /** ECDSA signature components. */
23
+ readonly signature: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.ObjectSchema<{
24
+ readonly r: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.LengthAction<`0x${string}`, 66, undefined>, v.DescriptionAction<`0x${string}`, "First 32-byte component.">]>;
25
+ readonly s: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.LengthAction<`0x${string}`, 66, undefined>, v.DescriptionAction<`0x${string}`, "Second 32-byte component.">]>;
26
+ readonly v: v.SchemaWithPipe<readonly [v.PicklistSchema<[27, 28], undefined>, v.DescriptionAction<27 | 28, "Recovery identifier.">]>;
27
+ }, undefined>, v.DescriptionAction<{
28
+ r: `0x${string}`;
29
+ s: `0x${string}`;
30
+ v: 27 | 28;
31
+ }, "ECDSA signature components.">]>, v.DescriptionAction<{
32
+ r: `0x${string}`;
33
+ s: `0x${string}`;
34
+ v: 27 | 28;
35
+ }, "ECDSA signature components.">]>;
36
+ /** Vault address (for vault trading). */
37
+ readonly vaultAddress: v.SchemaWithPipe<readonly [v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.RegexAction<string, undefined>, v.TransformAction<string, `0x${string}`>]>, v.LengthAction<`0x${string}`, 42, undefined>]>, undefined>, v.DescriptionAction<`0x${string}` | undefined, "Vault address (for vault trading).">]>;
38
+ /** Expiration time of the action. */
39
+ readonly expiresAfter: v.SchemaWithPipe<readonly [v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.ToNumberAction<string | number, undefined>, v.NumberSchema<undefined>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>, v.DescriptionAction<number | undefined, "Expiration time of the action.">]>;
40
+ }, undefined>, v.DescriptionAction<{
41
+ action: {
42
+ type: "borrowLend";
43
+ operation: "supply" | "withdraw" | "repay" | "borrow";
44
+ token: number;
45
+ amount: string | null;
46
+ };
47
+ nonce: number;
48
+ signature: {
49
+ r: `0x${string}`;
50
+ s: `0x${string}`;
51
+ v: 27 | 28;
52
+ };
53
+ vaultAddress?: `0x${string}` | undefined;
54
+ expiresAfter?: number | undefined;
55
+ }, "Borrow or lend assets.">]>;
56
+ export type BorrowLendRequest = v.InferOutput<typeof BorrowLendRequest>;
57
+ /** Successful response without specific data or error response. */
58
+ export declare const BorrowLendResponse: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.ObjectSchema<{
59
+ readonly status: v.SchemaWithPipe<readonly [v.LiteralSchema<"ok", undefined>, v.DescriptionAction<"ok", "Successful status.">]>;
60
+ readonly response: v.SchemaWithPipe<readonly [v.ObjectSchema<{
61
+ readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"default", undefined>, v.DescriptionAction<"default", "Type of response.">]>;
62
+ }, undefined>, v.DescriptionAction<{
63
+ type: "default";
64
+ }, "Response details.">]>;
65
+ }, undefined>, v.DescriptionAction<{
66
+ status: "ok";
67
+ response: {
68
+ type: "default";
69
+ };
70
+ }, "Successful response without specific data.">]>, v.SchemaWithPipe<readonly [v.ObjectSchema<{
71
+ readonly status: v.SchemaWithPipe<readonly [v.LiteralSchema<"err", undefined>, v.DescriptionAction<"err", "Error status.">]>;
72
+ readonly response: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.DescriptionAction<string, "Error message.">]>;
73
+ }, undefined>, v.DescriptionAction<{
74
+ status: "err";
75
+ response: string;
76
+ }, "Error response for failed operations.">]>], undefined>, v.DescriptionAction<{
77
+ status: "err";
78
+ response: string;
79
+ } | {
80
+ status: "ok";
81
+ response: {
82
+ type: "default";
83
+ };
84
+ }, "Successful response without specific data or error response.">]>;
85
+ export type BorrowLendResponse = v.InferOutput<typeof BorrowLendResponse>;
86
+ import { type ExchangeConfig, type ExtractRequestOptions } from "./_base/execute.js";
87
+ import type { ExcludeErrorResponse } from "./_base/errors.js";
88
+ /** Schema for user-provided action parameters (excludes system fields). */
89
+ declare const BorrowLendParameters: Omit<v.ObjectSchema<{
90
+ /** Type of action. */
91
+ readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"borrowLend", undefined>, v.DescriptionAction<"borrowLend", "Type of action.">]>;
92
+ /** Operation type. */
93
+ readonly operation: v.SchemaWithPipe<readonly [v.PicklistSchema<["supply", "withdraw", "repay", "borrow"], undefined>, v.DescriptionAction<"supply" | "withdraw" | "repay" | "borrow", "Operation type.">]>;
94
+ /** Token ID. */
95
+ readonly token: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.ToNumberAction<string | number, undefined>, v.NumberSchema<undefined>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.DescriptionAction<number, "Token ID.">]>;
96
+ /** Amount to supply/withdraw (null = full). */
97
+ readonly amount: v.SchemaWithPipe<readonly [v.NullableSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.ToStringAction<string | number, undefined>, v.StringSchema<undefined>, v.TransformAction<string, string>, v.RegexAction<string, undefined>]>, undefined>, v.DescriptionAction<string | null, "Amount to supply/withdraw (null = full).">]>;
98
+ }, undefined>, "entries" | "~types" | "~run" | "~standard"> & {
99
+ readonly entries: Omit<{
100
+ /** Type of action. */
101
+ readonly type: v.SchemaWithPipe<readonly [v.LiteralSchema<"borrowLend", undefined>, v.DescriptionAction<"borrowLend", "Type of action.">]>;
102
+ /** Operation type. */
103
+ readonly operation: v.SchemaWithPipe<readonly [v.PicklistSchema<["supply", "withdraw", "repay", "borrow"], undefined>, v.DescriptionAction<"supply" | "withdraw" | "repay" | "borrow", "Operation type.">]>;
104
+ /** Token ID. */
105
+ readonly token: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.ToNumberAction<string | number, undefined>, v.NumberSchema<undefined>, v.SafeIntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.DescriptionAction<number, "Token ID.">]>;
106
+ /** Amount to supply/withdraw (null = full). */
107
+ readonly amount: v.SchemaWithPipe<readonly [v.NullableSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>], undefined>, v.ToStringAction<string | number, undefined>, v.StringSchema<undefined>, v.TransformAction<string, string>, v.RegexAction<string, undefined>]>, undefined>, v.DescriptionAction<string | null, "Amount to supply/withdraw (null = full).">]>;
108
+ }, "type">;
109
+ readonly "~standard": v.StandardProps<{
110
+ operation: "supply" | "withdraw" | "repay" | "borrow";
111
+ token: string | number;
112
+ amount: string | number | null;
113
+ }, {
114
+ operation: "supply" | "withdraw" | "repay" | "borrow";
115
+ token: number;
116
+ amount: string | null;
117
+ }>;
118
+ readonly "~run": (dataset: v.UnknownDataset, config: v.Config<v.BaseIssue<unknown>>) => v.OutputDataset<{
119
+ operation: "supply" | "withdraw" | "repay" | "borrow";
120
+ token: number;
121
+ amount: string | null;
122
+ }, v.StringIssue | v.ObjectIssue | v.NumberIssue | v.UnionIssue<v.StringIssue | v.NumberIssue> | v.ToStringIssue<string | number> | v.RegexIssue<string> | v.ToNumberIssue<string | number> | v.SafeIntegerIssue<number> | v.MinValueIssue<number, 0> | v.PicklistIssue>;
123
+ readonly "~types"?: {
124
+ readonly input: {
125
+ operation: "supply" | "withdraw" | "repay" | "borrow";
126
+ token: string | number;
127
+ amount: string | number | null;
128
+ };
129
+ readonly output: {
130
+ operation: "supply" | "withdraw" | "repay" | "borrow";
131
+ token: number;
132
+ amount: string | null;
133
+ };
134
+ readonly issue: v.StringIssue | v.ObjectIssue | v.NumberIssue | v.UnionIssue<v.StringIssue | v.NumberIssue> | v.ToStringIssue<string | number> | v.RegexIssue<string> | v.ToNumberIssue<string | number> | v.SafeIntegerIssue<number> | v.MinValueIssue<number, 0> | v.PicklistIssue;
135
+ } | undefined;
136
+ };
137
+ /** Action parameters for the {@linkcode borrowLend} function. */
138
+ export type BorrowLendParameters = v.InferInput<typeof BorrowLendParameters>;
139
+ /** Request options for the {@linkcode borrowLend} function. */
140
+ export type BorrowLendOptions = ExtractRequestOptions<v.InferInput<typeof BorrowLendRequest>>;
141
+ /** Successful variant of {@linkcode BorrowLendResponse} without errors. */
142
+ export type BorrowLendSuccessResponse = ExcludeErrorResponse<BorrowLendResponse>;
143
+ /**
144
+ * Borrow or lend assets.
145
+ *
146
+ * @param config - General configuration for Exchange API requests.
147
+ * @param params - Parameters specific to the API request.
148
+ * @param opts - Request execution options.
149
+ *
150
+ * @returns Successful response without specific data.
151
+ *
152
+ * @throws {ValiError} When the request parameters fail validation (before sending).
153
+ * @throws {TransportError} When the transport layer throws an error.
154
+ * @throws {ApiRequestError} When the API returns an unsuccessful response.
155
+ *
156
+ * @example
157
+ * ```ts
158
+ * import { HttpTransport } from "@nktkas/hyperliquid";
159
+ * import { borrowLend } from "@nktkas/hyperliquid/api/exchange";
160
+ * import { privateKeyToAccount } from "npm:viem/accounts";
161
+ *
162
+ * const wallet = privateKeyToAccount("0x..."); // viem or ethers
163
+ * const transport = new HttpTransport(); // or `WebSocketTransport`
164
+ *
165
+ * const data = await borrowLend(
166
+ * { transport, wallet },
167
+ * { operation: "supply", token: 0, amount: "20" },
168
+ * );
169
+ * ```
170
+ */
171
+ export declare function borrowLend(config: ExchangeConfig, params: BorrowLendParameters, opts?: BorrowLendOptions): Promise<BorrowLendSuccessResponse>;
172
+ export {};
173
+ //# sourceMappingURL=borrowLend.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"borrowLend.d.ts","sourceRoot":"","sources":["../../../../../src/src/api/exchange/_methods/borrowLend.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAS7B,6BAA6B;AAC7B,eAAO,MAAM,iBAAiB;IAGxB,yBAAyB;;QAGrB,sBAAsB;;QAKtB,sBAAsB;;QAKtB,gBAAgB;;QAKhB,+CAA+C;;;;;;;;IAQnD,8DAA8D;;IAK9D,kCAAkC;;;;;;;;;;;;;;IAKlC,yCAAyC;;IAKzC,qCAAqC;;;;;;;;;;;;;;;;;8BAQvC,CAAC;AACL,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAExE,mEAAmE;AACnE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;oEAK3B,CAAC;AACL,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAM1E,OAAO,EAAE,KAAK,cAAc,EAAmB,KAAK,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AACtG,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,2EAA2E;AAC3E,QAAA,MAAM,oBAAoB;IAlEhB,sBAAsB;;IAKtB,sBAAsB;;IAKtB,gBAAgB;;IAKhB,+CAA+C;;;;QAf/C,sBAAsB;;QAKtB,sBAAsB;;QAKtB,gBAAgB;;QAKhB,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwDrD,CAAC;AACL,iEAAiE;AACjE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAE7E,+DAA+D;AAC/D,MAAM,MAAM,iBAAiB,GAAG,qBAAqB,CAAC,CAAC,CAAC,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC;AAE9F,2EAA2E;AAC3E,MAAM,MAAM,yBAAyB,GAAG,oBAAoB,CAAC,kBAAkB,CAAC,CAAC;AAEjF;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,wBAAgB,UAAU,CACxB,MAAM,EAAE,cAAc,EACtB,MAAM,EAAE,oBAAoB,EAC5B,IAAI,CAAC,EAAE,iBAAiB,GACvB,OAAO,CAAC,yBAAyB,CAAC,CAGpC"}