lighter-sdk-client 0.2.11

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 (360) hide show
  1. package/README.md +574 -0
  2. package/dist/api/exchange/change-account-tier.cjs +6 -0
  3. package/dist/api/exchange/change-account-tier.d.cts +14 -0
  4. package/dist/api/exchange/change-account-tier.d.ts +14 -0
  5. package/dist/api/exchange/change-account-tier.js +6 -0
  6. package/dist/api/exchange/fastwithdraw.cjs +6 -0
  7. package/dist/api/exchange/fastwithdraw.d.cts +14 -0
  8. package/dist/api/exchange/fastwithdraw.d.ts +14 -0
  9. package/dist/api/exchange/fastwithdraw.js +6 -0
  10. package/dist/api/exchange/index.cjs +37 -0
  11. package/dist/api/exchange/index.d.cts +8 -0
  12. package/dist/api/exchange/index.d.ts +8 -0
  13. package/dist/api/exchange/index.js +37 -0
  14. package/dist/api/exchange/notification-ack.cjs +6 -0
  15. package/dist/api/exchange/notification-ack.d.cts +13 -0
  16. package/dist/api/exchange/notification-ack.d.ts +13 -0
  17. package/dist/api/exchange/notification-ack.js +6 -0
  18. package/dist/api/exchange/send-tx-batch.cjs +6 -0
  19. package/dist/api/exchange/send-tx-batch.d.cts +22 -0
  20. package/dist/api/exchange/send-tx-batch.d.ts +22 -0
  21. package/dist/api/exchange/send-tx-batch.js +6 -0
  22. package/dist/api/exchange/send-tx.cjs +12 -0
  23. package/dist/api/exchange/send-tx.d.cts +33 -0
  24. package/dist/api/exchange/send-tx.d.ts +33 -0
  25. package/dist/api/exchange/send-tx.js +12 -0
  26. package/dist/api/exchange/tokens-create.cjs +6 -0
  27. package/dist/api/exchange/tokens-create.d.cts +24 -0
  28. package/dist/api/exchange/tokens-create.d.ts +24 -0
  29. package/dist/api/exchange/tokens-create.js +6 -0
  30. package/dist/api/exchange/tokens-revoke.cjs +6 -0
  31. package/dist/api/exchange/tokens-revoke.d.cts +15 -0
  32. package/dist/api/exchange/tokens-revoke.d.ts +15 -0
  33. package/dist/api/exchange/tokens-revoke.js +6 -0
  34. package/dist/api/info/account-by-l1-address.cjs +6 -0
  35. package/dist/api/info/account-by-l1-address.d.cts +28 -0
  36. package/dist/api/info/account-by-l1-address.d.ts +28 -0
  37. package/dist/api/info/account-by-l1-address.js +6 -0
  38. package/dist/api/info/account.cjs +6 -0
  39. package/dist/api/info/account.d.cts +67 -0
  40. package/dist/api/info/account.d.ts +67 -0
  41. package/dist/api/info/account.js +6 -0
  42. package/dist/api/info/announcement.cjs +6 -0
  43. package/dist/api/info/announcement.d.cts +15 -0
  44. package/dist/api/info/announcement.d.ts +15 -0
  45. package/dist/api/info/announcement.js +6 -0
  46. package/dist/api/info/api-keys.cjs +6 -0
  47. package/dist/api/info/api-keys.d.cts +19 -0
  48. package/dist/api/info/api-keys.d.ts +19 -0
  49. package/dist/api/info/api-keys.js +6 -0
  50. package/dist/api/info/asset-details.cjs +6 -0
  51. package/dist/api/info/asset-details.d.cts +26 -0
  52. package/dist/api/info/asset-details.d.ts +26 -0
  53. package/dist/api/info/asset-details.js +6 -0
  54. package/dist/api/info/candles.cjs +6 -0
  55. package/dist/api/info/candles.d.cts +23 -0
  56. package/dist/api/info/candles.d.ts +23 -0
  57. package/dist/api/info/candles.js +6 -0
  58. package/dist/api/info/exchange-stats.cjs +6 -0
  59. package/dist/api/info/exchange-stats.d.cts +11 -0
  60. package/dist/api/info/exchange-stats.d.ts +11 -0
  61. package/dist/api/info/exchange-stats.js +6 -0
  62. package/dist/api/info/fastbridge-info.cjs +6 -0
  63. package/dist/api/info/fastbridge-info.d.cts +10 -0
  64. package/dist/api/info/fastbridge-info.d.ts +10 -0
  65. package/dist/api/info/fastbridge-info.js +6 -0
  66. package/dist/api/info/funding-rates.cjs +6 -0
  67. package/dist/api/info/funding-rates.d.cts +16 -0
  68. package/dist/api/info/funding-rates.d.ts +16 -0
  69. package/dist/api/info/funding-rates.js +6 -0
  70. package/dist/api/info/fundings.cjs +6 -0
  71. package/dist/api/info/fundings.d.cts +21 -0
  72. package/dist/api/info/fundings.d.ts +21 -0
  73. package/dist/api/info/fundings.js +6 -0
  74. package/dist/api/info/index.cjs +85 -0
  75. package/dist/api/info/index.d.cts +22 -0
  76. package/dist/api/info/index.d.ts +22 -0
  77. package/dist/api/info/index.js +85 -0
  78. package/dist/api/info/next-nonce.cjs +6 -0
  79. package/dist/api/info/next-nonce.d.cts +14 -0
  80. package/dist/api/info/next-nonce.d.ts +14 -0
  81. package/dist/api/info/next-nonce.js +6 -0
  82. package/dist/api/info/order-book-details.cjs +8 -0
  83. package/dist/api/info/order-book-details.d.cts +95 -0
  84. package/dist/api/info/order-book-details.d.ts +95 -0
  85. package/dist/api/info/order-book-details.js +8 -0
  86. package/dist/api/info/order-books.cjs +6 -0
  87. package/dist/api/info/order-books.d.cts +16 -0
  88. package/dist/api/info/order-books.d.ts +16 -0
  89. package/dist/api/info/order-books.js +6 -0
  90. package/dist/api/info/recent-trades.cjs +6 -0
  91. package/dist/api/info/recent-trades.d.cts +11 -0
  92. package/dist/api/info/recent-trades.d.ts +11 -0
  93. package/dist/api/info/recent-trades.js +6 -0
  94. package/dist/api/info/root-info.cjs +6 -0
  95. package/dist/api/info/root-info.d.cts +8 -0
  96. package/dist/api/info/root-info.d.ts +8 -0
  97. package/dist/api/info/root-info.js +6 -0
  98. package/dist/api/info/root-status.cjs +6 -0
  99. package/dist/api/info/root-status.d.cts +10 -0
  100. package/dist/api/info/root-status.d.ts +10 -0
  101. package/dist/api/info/root-status.js +6 -0
  102. package/dist/api/info/tx-from-l1-hash.cjs +6 -0
  103. package/dist/api/info/tx-from-l1-hash.d.cts +9 -0
  104. package/dist/api/info/tx-from-l1-hash.d.ts +9 -0
  105. package/dist/api/info/tx-from-l1-hash.js +6 -0
  106. package/dist/api/info/tx.cjs +6 -0
  107. package/dist/api/info/tx.d.cts +33 -0
  108. package/dist/api/info/tx.d.ts +33 -0
  109. package/dist/api/info/tx.js +6 -0
  110. package/dist/api/info/txs.cjs +6 -0
  111. package/dist/api/info/txs.d.cts +11 -0
  112. package/dist/api/info/txs.d.ts +11 -0
  113. package/dist/api/info/txs.js +6 -0
  114. package/dist/api/info/withdrawal-delay.cjs +6 -0
  115. package/dist/api/info/withdrawal-delay.d.cts +8 -0
  116. package/dist/api/info/withdrawal-delay.d.ts +8 -0
  117. package/dist/api/info/withdrawal-delay.js +6 -0
  118. package/dist/api/info-private/account-active-orders.cjs +6 -0
  119. package/dist/api/info-private/account-active-orders.d.cts +11 -0
  120. package/dist/api/info-private/account-active-orders.d.ts +11 -0
  121. package/dist/api/info-private/account-active-orders.js +6 -0
  122. package/dist/api/info-private/account-inactive-orders.cjs +6 -0
  123. package/dist/api/info-private/account-inactive-orders.d.cts +52 -0
  124. package/dist/api/info-private/account-inactive-orders.d.ts +52 -0
  125. package/dist/api/info-private/account-inactive-orders.js +6 -0
  126. package/dist/api/info-private/account-limits.cjs +6 -0
  127. package/dist/api/info-private/account-limits.d.cts +16 -0
  128. package/dist/api/info-private/account-limits.d.ts +16 -0
  129. package/dist/api/info-private/account-limits.js +6 -0
  130. package/dist/api/info-private/account-metadata.cjs +6 -0
  131. package/dist/api/info-private/account-metadata.d.cts +22 -0
  132. package/dist/api/info-private/account-metadata.d.ts +22 -0
  133. package/dist/api/info-private/account-metadata.js +6 -0
  134. package/dist/api/info-private/deposit-history.cjs +6 -0
  135. package/dist/api/info-private/deposit-history.d.cts +27 -0
  136. package/dist/api/info-private/deposit-history.d.ts +27 -0
  137. package/dist/api/info-private/deposit-history.js +6 -0
  138. package/dist/api/info-private/export.cjs +6 -0
  139. package/dist/api/info-private/export.d.cts +16 -0
  140. package/dist/api/info-private/export.d.ts +16 -0
  141. package/dist/api/info-private/export.js +6 -0
  142. package/dist/api/info-private/fastwithdraw-info.cjs +6 -0
  143. package/dist/api/info-private/fastwithdraw-info.d.cts +16 -0
  144. package/dist/api/info-private/fastwithdraw-info.d.ts +16 -0
  145. package/dist/api/info-private/fastwithdraw-info.js +6 -0
  146. package/dist/api/info-private/index.cjs +75 -0
  147. package/dist/api/info-private/index.d.cts +19 -0
  148. package/dist/api/info-private/index.d.ts +19 -0
  149. package/dist/api/info-private/index.js +75 -0
  150. package/dist/api/info-private/l1-metadata.cjs +6 -0
  151. package/dist/api/info-private/l1-metadata.d.cts +16 -0
  152. package/dist/api/info-private/l1-metadata.d.ts +16 -0
  153. package/dist/api/info-private/l1-metadata.js +6 -0
  154. package/dist/api/info-private/liquidations.cjs +6 -0
  155. package/dist/api/info-private/liquidations.d.cts +66 -0
  156. package/dist/api/info-private/liquidations.d.ts +66 -0
  157. package/dist/api/info-private/liquidations.js +6 -0
  158. package/dist/api/info-private/pnl.cjs +6 -0
  159. package/dist/api/info-private/pnl.d.cts +24 -0
  160. package/dist/api/info-private/pnl.d.ts +24 -0
  161. package/dist/api/info-private/pnl.js +6 -0
  162. package/dist/api/info-private/position-funding.cjs +6 -0
  163. package/dist/api/info-private/position-funding.d.cts +28 -0
  164. package/dist/api/info-private/position-funding.d.ts +28 -0
  165. package/dist/api/info-private/position-funding.js +6 -0
  166. package/dist/api/info-private/public-pools-metadata.cjs +6 -0
  167. package/dist/api/info-private/public-pools-metadata.d.cts +24 -0
  168. package/dist/api/info-private/public-pools-metadata.d.ts +24 -0
  169. package/dist/api/info-private/public-pools-metadata.js +6 -0
  170. package/dist/api/info-private/referral-points.cjs +6 -0
  171. package/dist/api/info-private/referral-points.d.cts +24 -0
  172. package/dist/api/info-private/referral-points.d.ts +24 -0
  173. package/dist/api/info-private/referral-points.js +6 -0
  174. package/dist/api/info-private/tokens.cjs +6 -0
  175. package/dist/api/info-private/tokens.d.cts +24 -0
  176. package/dist/api/info-private/tokens.d.ts +24 -0
  177. package/dist/api/info-private/tokens.js +6 -0
  178. package/dist/api/info-private/trades.cjs +6 -0
  179. package/dist/api/info-private/trades.d.cts +49 -0
  180. package/dist/api/info-private/trades.d.ts +49 -0
  181. package/dist/api/info-private/trades.js +6 -0
  182. package/dist/api/info-private/transfer-fee-info.cjs +6 -0
  183. package/dist/api/info-private/transfer-fee-info.d.cts +15 -0
  184. package/dist/api/info-private/transfer-fee-info.d.ts +15 -0
  185. package/dist/api/info-private/transfer-fee-info.js +6 -0
  186. package/dist/api/info-private/transfer-history.cjs +6 -0
  187. package/dist/api/info-private/transfer-history.d.cts +27 -0
  188. package/dist/api/info-private/transfer-history.d.ts +27 -0
  189. package/dist/api/info-private/transfer-history.js +6 -0
  190. package/dist/api/info-private/withdraw-history.cjs +6 -0
  191. package/dist/api/info-private/withdraw-history.d.cts +27 -0
  192. package/dist/api/info-private/withdraw-history.d.ts +27 -0
  193. package/dist/api/info-private/withdraw-history.js +6 -0
  194. package/dist/chunk-2R5COGAH.cjs +10 -0
  195. package/dist/chunk-3OSXAPI3.js +8 -0
  196. package/dist/chunk-3R4OL3TU.cjs +17 -0
  197. package/dist/chunk-3SKO62BC.js +0 -0
  198. package/dist/chunk-3Y76Q54G.js +18 -0
  199. package/dist/chunk-3ZIFHX7Q.cjs +1 -0
  200. package/dist/chunk-467IJZRE.js +14 -0
  201. package/dist/chunk-472ULOSN.js +10 -0
  202. package/dist/chunk-4LNJ2577.js +17 -0
  203. package/dist/chunk-4MZ3XQUJ.cjs +13 -0
  204. package/dist/chunk-4TIJW7PH.cjs +14 -0
  205. package/dist/chunk-4VAZ7ZA2.js +10 -0
  206. package/dist/chunk-5JDRAN7L.cjs +22 -0
  207. package/dist/chunk-5P5CPB5A.js +18 -0
  208. package/dist/chunk-5U6X6DI7.cjs +13 -0
  209. package/dist/chunk-5WEMEUUI.js +22 -0
  210. package/dist/chunk-5YGIBBTZ.js +357 -0
  211. package/dist/chunk-62KDFQ7D.js +367 -0
  212. package/dist/chunk-6CD3YMMG.cjs +1 -0
  213. package/dist/chunk-6GCE6YQR.cjs +8 -0
  214. package/dist/chunk-6LUEPRL7.cjs +16 -0
  215. package/dist/chunk-76SPKVHT.js +48 -0
  216. package/dist/chunk-77QSYYAW.js +13 -0
  217. package/dist/chunk-7U2USLAM.cjs +8 -0
  218. package/dist/chunk-A2APDMN3.js +13 -0
  219. package/dist/chunk-AKEQDKGA.js +167 -0
  220. package/dist/chunk-AMNDQGYL.js +18 -0
  221. package/dist/chunk-BA2QFD27.cjs +19 -0
  222. package/dist/chunk-BES73YEF.js +8 -0
  223. package/dist/chunk-BKIL4UXV.cjs +22 -0
  224. package/dist/chunk-BKJGDTS3.js +8 -0
  225. package/dist/chunk-BVC2AA7Y.cjs +8 -0
  226. package/dist/chunk-BXMXWCMD.js +13 -0
  227. package/dist/chunk-C7OTZCGC.js +0 -0
  228. package/dist/chunk-DCKMNDS3.js +0 -0
  229. package/dist/chunk-DOZF64YC.cjs +17 -0
  230. package/dist/chunk-DW6W5SX2.cjs +18 -0
  231. package/dist/chunk-E3GJJZER.cjs +8 -0
  232. package/dist/chunk-EBSW5ZYW.js +19 -0
  233. package/dist/chunk-F24JA2OV.cjs +22 -0
  234. package/dist/chunk-FJJWUBKM.js +17 -0
  235. package/dist/chunk-FM4WWIRI.cjs +17 -0
  236. package/dist/chunk-FODEDUT4.js +8 -0
  237. package/dist/chunk-GEWTGUEG.cjs +1 -0
  238. package/dist/chunk-GI4WUHSL.cjs +1 -0
  239. package/dist/chunk-GYABNQWH.js +8 -0
  240. package/dist/chunk-GYQ6HJQY.cjs +21 -0
  241. package/dist/chunk-INCL3WRA.cjs +13 -0
  242. package/dist/chunk-IQQRFW4A.cjs +8 -0
  243. package/dist/chunk-IT6LK2G5.cjs +19 -0
  244. package/dist/chunk-IXF4QUC6.js +8 -0
  245. package/dist/chunk-J3UZK77O.cjs +18 -0
  246. package/dist/chunk-J7GXRK7R.cjs +19 -0
  247. package/dist/chunk-JNTYHWDJ.js +22 -0
  248. package/dist/chunk-JTE4UBAX.js +8 -0
  249. package/dist/chunk-JTP6DTDN.js +0 -0
  250. package/dist/chunk-K7ZQARON.js +8 -0
  251. package/dist/chunk-KV6G2ZCR.js +539 -0
  252. package/dist/chunk-L5SDFTHR.cjs +242 -0
  253. package/dist/chunk-LBVNEQ5R.cjs +21 -0
  254. package/dist/chunk-LYNZNSLV.js +18 -0
  255. package/dist/chunk-MAPH47LH.cjs +1 -0
  256. package/dist/chunk-MO4PMYTS.js +0 -0
  257. package/dist/chunk-MOMFTZ7N.cjs +357 -0
  258. package/dist/chunk-MZCKU6FF.js +8 -0
  259. package/dist/chunk-NIMYOIVU.cjs +1 -0
  260. package/dist/chunk-NIT6TCVS.cjs +8 -0
  261. package/dist/chunk-NOFXPTLU.js +8 -0
  262. package/dist/chunk-NRZGE42C.js +23 -0
  263. package/dist/chunk-NSFKW27X.js +0 -0
  264. package/dist/chunk-O3PA6HV2.js +18 -0
  265. package/dist/chunk-ON64OVOQ.cjs +20 -0
  266. package/dist/chunk-OPSCTD6W.js +17 -0
  267. package/dist/chunk-P32EPCEM.js +19 -0
  268. package/dist/chunk-PEALQBVN.js +19 -0
  269. package/dist/chunk-PP4Q2W66.cjs +10 -0
  270. package/dist/chunk-PPU2VWXX.js +12 -0
  271. package/dist/chunk-Q2MT7FZ7.js +242 -0
  272. package/dist/chunk-QCE5PEXE.cjs +8 -0
  273. package/dist/chunk-QMXZQNBK.cjs +8 -0
  274. package/dist/chunk-QNM3HYIV.cjs +8 -0
  275. package/dist/chunk-QXGO7TJ2.js +17 -0
  276. package/dist/chunk-RGVFMOQI.js +20 -0
  277. package/dist/chunk-RYDJEI67.cjs +48 -0
  278. package/dist/chunk-S4OE3IME.js +13 -0
  279. package/dist/chunk-SA6CXVP6.js +22 -0
  280. package/dist/chunk-SK6Y2YH6.js +0 -0
  281. package/dist/chunk-TELGVFFP.js +13 -0
  282. package/dist/chunk-TPGO4YD3.js +21 -0
  283. package/dist/chunk-TSHQJVUP.js +0 -0
  284. package/dist/chunk-TWGXKYO2.cjs +23 -0
  285. package/dist/chunk-U25GSCR7.cjs +17 -0
  286. package/dist/chunk-U2SM46CP.cjs +17 -0
  287. package/dist/chunk-UICTRTWB.cjs +367 -0
  288. package/dist/chunk-UORSMHI2.js +21 -0
  289. package/dist/chunk-VDBWTSBC.cjs +1 -0
  290. package/dist/chunk-VNQKWIQG.cjs +13 -0
  291. package/dist/chunk-VT3N7TOX.js +325 -0
  292. package/dist/chunk-VW77SNCY.js +24 -0
  293. package/dist/chunk-W2BVNVOC.cjs +1 -0
  294. package/dist/chunk-W2CTGWUW.cjs +539 -0
  295. package/dist/chunk-W5VY4TWP.js +16 -0
  296. package/dist/chunk-WDQ4YM6C.cjs +167 -0
  297. package/dist/chunk-WK6OQRMG.cjs +8 -0
  298. package/dist/chunk-WWLOQFSW.cjs +12 -0
  299. package/dist/chunk-X7E6XJVQ.cjs +18 -0
  300. package/dist/chunk-XOG6T533.cjs +18 -0
  301. package/dist/chunk-XPZBVL56.cjs +325 -0
  302. package/dist/chunk-XQGOXCT4.js +22 -0
  303. package/dist/chunk-YVJVFJ24.cjs +19 -0
  304. package/dist/chunk-YWN57BJF.js +8 -0
  305. package/dist/chunk-Z5XTWR2A.cjs +8 -0
  306. package/dist/chunk-ZDNQFOED.js +17 -0
  307. package/dist/chunk-ZGWYI7Q2.cjs +24 -0
  308. package/dist/chunk-ZIMFMYT2.cjs +22 -0
  309. package/dist/chunk-ZJVQD6JD.cjs +18 -0
  310. package/dist/chunk-ZKFXRN6W.cjs +13 -0
  311. package/dist/chunk-ZWYNOAL3.js +19 -0
  312. package/dist/client/exchange-client.cjs +14 -0
  313. package/dist/client/exchange-client.d.cts +352 -0
  314. package/dist/client/exchange-client.d.ts +352 -0
  315. package/dist/client/exchange-client.js +14 -0
  316. package/dist/client/index.cjs +71 -0
  317. package/dist/client/index.d.cts +53 -0
  318. package/dist/client/index.d.ts +53 -0
  319. package/dist/client/index.js +71 -0
  320. package/dist/client/info-client.cjs +27 -0
  321. package/dist/client/info-client.d.cts +255 -0
  322. package/dist/client/info-client.d.ts +255 -0
  323. package/dist/client/info-client.js +27 -0
  324. package/dist/client/info-private-client.cjs +25 -0
  325. package/dist/client/info-private-client.d.cts +293 -0
  326. package/dist/client/info-private-client.d.ts +293 -0
  327. package/dist/client/info-private-client.js +25 -0
  328. package/dist/client/l1-bridge-client.cjs +6 -0
  329. package/dist/client/l1-bridge-client.d.cts +45 -0
  330. package/dist/client/l1-bridge-client.d.ts +45 -0
  331. package/dist/client/l1-bridge-client.js +6 -0
  332. package/dist/client/ws-client.cjs +6 -0
  333. package/dist/client/ws-client.d.cts +63 -0
  334. package/dist/client/ws-client.d.ts +63 -0
  335. package/dist/client/ws-client.js +6 -0
  336. package/dist/index.cjs +79 -0
  337. package/dist/index.d.cts +53 -0
  338. package/dist/index.d.ts +53 -0
  339. package/dist/index.js +79 -0
  340. package/dist/signing/index.cjs +7 -0
  341. package/dist/signing/index.d.cts +1 -0
  342. package/dist/signing/index.d.ts +1 -0
  343. package/dist/signing/index.js +7 -0
  344. package/dist/signing/wasm-signer.cjs +6 -0
  345. package/dist/signing/wasm-signer.d.cts +101 -0
  346. package/dist/signing/wasm-signer.d.ts +101 -0
  347. package/dist/signing/wasm-signer.js +6 -0
  348. package/dist/types/bridge.cjs +1 -0
  349. package/dist/types/bridge.d.cts +24 -0
  350. package/dist/types/bridge.d.ts +24 -0
  351. package/dist/types/bridge.js +1 -0
  352. package/dist/types/index.cjs +3 -0
  353. package/dist/types/index.d.cts +2 -0
  354. package/dist/types/index.d.ts +2 -0
  355. package/dist/types/index.js +3 -0
  356. package/dist/types/ws.cjs +1 -0
  357. package/dist/types/ws.d.cts +351 -0
  358. package/dist/types/ws.d.ts +351 -0
  359. package/dist/types/ws.js +1 -0
  360. package/package.json +52 -0
package/README.md ADDED
@@ -0,0 +1,574 @@
1
+ # Lighter SDK Client
2
+
3
+ Unofficial TypeScript/JavaScript SDK client for the Lighter protocol - a high-performance decentralized exchange built on zkSync.
4
+
5
+ [![npm version](https://img.shields.io/npm/v/lighter-sdk-client.svg)](https://www.npmjs.com/package/lighter-sdk-client)
6
+ [![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)
7
+
8
+ ## Features
9
+
10
+ - 🔄 **Full API Coverage** - Complete access to public, private, and exchange endpoints
11
+ - 🔐 **WASM Signing** - Built-in transaction signing with WebAssembly support
12
+ - 🌉 **L1 Bridge Integration** - Direct integration with L1 bridging functionality
13
+ - 📡 **WebSocket Support** - Real-time market data and account updates
14
+ - 🎯 **TypeScript First** - Full type safety and IntelliSense support
15
+ - ⚡ **High Performance** - Optimized for speed with minimal dependencies
16
+
17
+ ## Installation
18
+
19
+ ```bash
20
+ pnpm add lighter-sdk-client
21
+ ```
22
+
23
+ ## Quick Start
24
+
25
+ ### Public API (InfoClient)
26
+
27
+ Access public market data without authentication:
28
+
29
+ ```typescript
30
+ import { InfoClient } from 'lighter-sdk-client';
31
+
32
+ const client = new InfoClient({
33
+ baseURL: 'https://mainnet.zklighter.elliot.ai'
34
+ });
35
+
36
+ // Get account information
37
+ const account = await client.getAccountInfo({
38
+ by: 'index',
39
+ value: '0'
40
+ });
41
+
42
+ // Get order books
43
+ const orderBooks = await client.getOrderBooks();
44
+
45
+ // Get asset details
46
+ const allAssets = await client.getAssetDetails();
47
+ const specificAsset = await client.getAssetDetails({ asset_index: 0 });
48
+
49
+ // Get recent trades
50
+ const trades = await client.getRecentTrades({
51
+ market_id: 1,
52
+ limit: 50
53
+ });
54
+
55
+ // Get candlestick data
56
+ const candles = await client.getCandlesticks({
57
+ market_id: 1,
58
+ resolution: '1h',
59
+ start_timestamp: Math.floor(Date.now() / 1000) - 86400,
60
+ end_timestamp: Math.floor(Date.now() / 1000)
61
+ });
62
+
63
+ // Get withdrawal delay
64
+ const withdrawalDelay = await client.getWithdrawalDelay();
65
+
66
+ // Get root status
67
+ const rootStatus = await client.getRootStatus();
68
+ ```
69
+
70
+ ### Exchange Operations (ExchangeClient)
71
+
72
+ Send transactions and manage orders:
73
+
74
+ ```typescript
75
+ import { ExchangeClient } from 'lighter-sdk-client';
76
+
77
+ const client = new ExchangeClient({
78
+ baseURL: 'https://mainnet.zklighter.elliot.ai'
79
+ });
80
+
81
+ // Send a transaction
82
+ const result = await client.sendTransaction({
83
+ account_index: 0,
84
+ api_key_index: 0,
85
+ transaction: '0x...'
86
+ });
87
+
88
+ // Send a batch of transactions
89
+ const batchResult = await client.sendTransactionBatch({
90
+ account_index: 0,
91
+ api_key_index: 0,
92
+ transactions: ['0x...', '0x...']
93
+ });
94
+
95
+ // Change account tier
96
+ const tierResult = await client.changeAccountTier({
97
+ account_index: 0,
98
+ new_tier: 'premium'
99
+ }, 'auth-token');
100
+
101
+ // Fast withdraw
102
+ const withdrawResult = await client.fastWithdraw({
103
+ tx_info: '0x...',
104
+ to_address: '0x...'
105
+ }, 'auth-token');
106
+
107
+ // Create API token
108
+ const newToken = await client.createToken({
109
+ name: 'My API Token',
110
+ account_index: 0,
111
+ expiry: Math.floor(Date.now() / 1000) + 86400 * 30, // 30 days
112
+ sub_account_access: true,
113
+ scopes: 'read.*'
114
+ }, 'auth-token');
115
+
116
+ // Revoke API token
117
+ const revokeResult = await client.revokeToken({
118
+ token_id: 123,
119
+ account_index: 0
120
+ }, 'auth-token');
121
+
122
+ // Generate L1 sign message for changing public key
123
+ const signMessage = await client.generateChangePubKeyL1SignMessage(
124
+ '0xabcdef...', // pubKeyHex
125
+ 1, // nonce
126
+ 0, // accountIndex
127
+ 0 // newApiKeyIndex
128
+ );
129
+ console.log('Sign this message:', signMessage);
130
+ ```
131
+
132
+ ### Private API (InfoPrivateClient)
133
+
134
+ Access authenticated account data with automatic WASM signing:
135
+
136
+ ```typescript
137
+ import { InfoPrivateClient, WasmSigner } from 'lighter-sdk-client';
138
+
139
+ // Initialize WASM signer
140
+ const wasmSigner = new WasmSigner({
141
+ wasmPath: './public/wasm/lighter-signer.wasm',
142
+ wasmExecPath: './public/wasm/lighter-wasm-exec.js'
143
+ });
144
+
145
+ // Create private client - authentication is handled automatically
146
+ const client = new InfoPrivateClient({
147
+ baseURL: 'https://mainnet.zklighter.elliot.ai',
148
+ wasmSigning: wasmSigner
149
+ });
150
+
151
+ // Get active orders
152
+ const activeOrders = await client.getAccountActiveOrders({
153
+ account_index: 0,
154
+ market_id: 1
155
+ });
156
+
157
+ // Get inactive orders with pagination
158
+ const inactiveOrders = await client.getAccountInactiveOrders({
159
+ account_index: 0,
160
+ limit: 50,
161
+ market_id: 1
162
+ });
163
+
164
+ // Get account limits and tier info
165
+ const limits = await client.getAccountLimits({
166
+ account_index: 0
167
+ });
168
+
169
+ // Get L1 metadata
170
+ const l1Metadata = await client.getL1Metadata({
171
+ l1_address: '0x...'
172
+ });
173
+
174
+ // Get API tokens for account
175
+ const tokens = await client.getTokens({
176
+ account_index: 0
177
+ });
178
+
179
+ // Get deposit history
180
+ const deposits = await client.getDepositHistory({
181
+ account_index: 0,
182
+ l1_address: '0x...',
183
+ filter: 'pending'
184
+ });
185
+
186
+ // Get withdrawal history
187
+ const withdrawals = await client.getWithdrawHistory({
188
+ account_index: 0,
189
+ l1_address: '0x...',
190
+ filter: 'completed'
191
+ });
192
+
193
+ // Get fast withdraw information
194
+ const fastWithdrawInfo = await client.getFastWithdrawInfo({
195
+ account_index: 0
196
+ });
197
+
198
+ // Get transfer fee information
199
+ const transferFeeInfo = await client.getTransferFeeInfo({
200
+ account_index: 0,
201
+ to_account_index: 1
202
+ });
203
+
204
+ // Get transfer history
205
+ const transfers = await client.getTransferHistory({
206
+ account_index: 0,
207
+ cursor: 'optional-cursor-for-pagination'
208
+ });
209
+
210
+ // Get liquidation history
211
+ const liquidations = await client.getLiquidations({
212
+ account_index: 0,
213
+ limit: 50,
214
+ market_id: 1
215
+ });
216
+
217
+ // Get profit and loss data
218
+ const pnl = await client.getPnL({
219
+ by: 'account_index',
220
+ value: '0',
221
+ resolution: '1d',
222
+ start_timestamp: Math.floor(Date.now() / 1000) - 86400 * 30,
223
+ end_timestamp: Math.floor(Date.now() / 1000),
224
+ count_back: 30
225
+ });
226
+
227
+ // Get position funding history
228
+ const funding = await client.getPositionFunding({
229
+ account_index: 0,
230
+ limit: 50,
231
+ market_id: 1,
232
+ side: 'long'
233
+ });
234
+
235
+ // Get public pools metadata
236
+ const pools = await client.getPublicPools({
237
+ filter: 'all',
238
+ limit: 10,
239
+ index: 0
240
+ });
241
+
242
+ // Get referral points
243
+ const referralPoints = await client.getReferralPoints({
244
+ account_index: 0
245
+ });
246
+
247
+ // Get trades for account or market
248
+ const trades = await client.getTrades({
249
+ sort_by: 'timestamp',
250
+ limit: 50,
251
+ account_index: 0,
252
+ market_id: 1,
253
+ sort_dir: 'desc'
254
+ });
255
+
256
+ // Export data
257
+ const exportData = await client.getExport({
258
+ type: 'trade',
259
+ account_index: 0,
260
+ market_id: 1
261
+ });
262
+ console.log('Download URL:', exportData.data_url);
263
+ ```
264
+
265
+ ### L1 Bridge Operations
266
+
267
+ Deposit and withdraw assets:
268
+
269
+ ```typescript
270
+ import { L1BridgeClient } from 'lighter-sdk-client';
271
+ import { arbitrum } from 'viem/chains';
272
+
273
+ const bridgeClient = new L1BridgeClient({
274
+ chain: arbitrum,
275
+ l1RpcUrl: 'https://arb1.arbitrum.io/rpc',
276
+ privateKey: '0x...',
277
+ bridgeContractAddress: '0x...',
278
+ usdcAddress: '0x...'
279
+ });
280
+
281
+ // Deposit USDC from L1 to L2
282
+ const result = await bridgeClient.depositUSDC({
283
+ amount: '100.00',
284
+ lighterAccountIndex: 0
285
+ });
286
+
287
+ console.log('Transaction hash:', result.transactionHash);
288
+ console.log('Amount deposited:', result.amountDeposited);
289
+ ```
290
+
291
+ ### WebSocket Client
292
+
293
+ Subscribe to real-time updates:
294
+
295
+ ```typescript
296
+ import { WsClient } from 'lighter-sdk-client';
297
+
298
+ const wsClient = new WsClient({
299
+ url: 'wss://mainnet.zklighter.elliot.ai/stream',
300
+ reconnectInterval: 5000,
301
+ maxReconnectAttempts: 5
302
+ });
303
+
304
+ await wsClient.connect();
305
+
306
+ // Subscribe to order book updates
307
+ wsClient.subscribeOrderBook({
308
+ market_id: 1,
309
+ onUpdate: (data) => {
310
+ console.log('Order book update:', data);
311
+ },
312
+ onError: (error) => {
313
+ console.error('Error:', error);
314
+ }
315
+ });
316
+
317
+ // Subscribe to trade updates
318
+ wsClient.subscribeTrades({
319
+ market_id: 1,
320
+ onUpdate: (data) => {
321
+ console.log('New trade:', data);
322
+ },
323
+ onError: (error) => {
324
+ console.error('Error:', error);
325
+ }
326
+ });
327
+
328
+ // Subscribe to account updates (requires authentication)
329
+ wsClient.subscribeAccountMarket({
330
+ market_id: 1,
331
+ account_index: 0,
332
+ auth_token: 'your-auth-token',
333
+ onUpdate: (data) => {
334
+ console.log('Account update:', data);
335
+ },
336
+ onError: (error) => {
337
+ console.error('Error:', error);
338
+ }
339
+ });
340
+
341
+ // Disconnect when done
342
+ await wsClient.disconnect();
343
+ ```
344
+
345
+ ## API Reference
346
+
347
+ ### InfoClient
348
+
349
+ Public API client for market data and account information. No authentication required.
350
+
351
+ #### Methods
352
+
353
+ **Account Methods**
354
+ - `getAccountInfo(params)` - Get account information by index or L2 address
355
+ - `getAccountByL1Address(params)` - Get account information associated with an L1 address
356
+
357
+ **API Keys & Announcements**
358
+ - `getApiKeys(params)` - Get API keys for an account
359
+ - `getAnnouncements()` - Get system announcements
360
+
361
+ **Market Data**
362
+ - `getAssetDetails(params?)` - Get asset details for a specific asset or all assets (symbol, decimals, limits, pricing)
363
+ - `getCandlesticks(params)` - Get candlestick data with specified resolution and time range
364
+ - `getFundings(params)` - Get funding history for a market
365
+ - `getExchangeStats()` - Get exchange-wide statistics including volume and fees
366
+ - `getFundingRates()` - Get current funding rates for all markets
367
+
368
+ **Order Books**
369
+ - `getOrderBooks()` - Get list of all order books with configurations
370
+ - `getOrderBookDetails(params)` - Get detailed information about a specific order book
371
+ - `getOrderBookOrders(params)` - Get bids and asks in an order book
372
+
373
+ **Trades**
374
+ - `getRecentTrades(params)` - Get recent trades for a market
375
+ - `getTrades(params, authorization?)` - Get trades with optional filtering and authentication
376
+
377
+ **Transactions**
378
+ - `getTransaction(params)` - Get a specific transaction by hash
379
+ - `getTransactions(params?)` - Get transactions with optional filtering
380
+ - `getTransactionFromL1TxHash(params)` - Get L2 transaction from L1 transaction hash
381
+
382
+ **Utilities**
383
+ - `getNextNonce(params)` - Get the next nonce for an account
384
+ - `getFastBridgeInfo()` - Get fast bridge configuration and status
385
+ - `getWithdrawalDelay()` - Get withdrawal delay in seconds
386
+ - `getRootStatus()` - Get root status information including network status and timestamp
387
+
388
+ ### ExchangeClient
389
+
390
+ Client for sending transactions and managing exchange operations.
391
+
392
+ #### Methods
393
+
394
+ **Transaction Submission**
395
+ - `sendTransaction(params)` - Send a signed transaction to the exchange
396
+ - `sendTx(params)` - Send transaction with form data format
397
+ - `sendTxWithIndices(params)` - Send transaction with account and API key indices
398
+ - `sendTxJson(params)` - Send transaction with JSON payload format
399
+ - `sendTransactionBatch(params)` - Send multiple transactions in a single batch for better efficiency
400
+
401
+ **Account Management**
402
+ - `changeAccountTier(params, authorization?)` - Change account tier (requires authorization)
403
+ - `fastWithdraw(params, authorization?)` - Fast withdraw funds (requires authorization)
404
+
405
+ **API Tokens**
406
+ - `createToken(params, authorization?)` - Create API token with specified permissions and expiry
407
+ - `revokeToken(params, authorization?)` - Revoke an existing API token
408
+ - `generateChangePubKeyL1SignMessage(pubKeyHex, nonce, accountIndex, newApiKeyIndex)` - Generate L1 sign message for changing public key
409
+
410
+ **Notifications**
411
+ - `acknowledgeNotification(params)` - Acknowledge receipt of a notification
412
+
413
+ ### InfoPrivateClient
414
+
415
+ Client for authenticated/private endpoints. Authentication is handled automatically via WasmSigner.
416
+
417
+ #### Methods
418
+
419
+ **Account Orders**
420
+ - `getAccountActiveOrders(params)` - Get active orders for an account in a specific market
421
+ - `getAccountInactiveOrders(params)` - Get inactive orders with pagination support
422
+
423
+ **Account Information**
424
+ - `getAccountLimits(params)` - Get account limits including max LLP percentage, user tier, and pool creation permissions
425
+ - `getAccountMetadata(params)` - Get account metadata by index or L1 address
426
+ - `getL1Metadata(params)` - Get L1 metadata for an address including referral information
427
+ - `getTokens(params)` - Get API tokens for an account with details including name, expiry, scopes, and status
428
+
429
+ **Transaction History**
430
+ - `getDepositHistory(params)` - Get deposit history with status and timestamps
431
+ - `getWithdrawHistory(params)` - Get withdrawal history with status and timestamps
432
+ - `getFastWithdrawInfo(params)` - Get fast withdraw limits and account information
433
+ - `getTransferFeeInfo(params)` - Get transfer fee information between accounts
434
+ - `getTransferHistory(params)` - Get transfer history with pagination support
435
+ - `getLiquidations(params)` - Get liquidation history with pagination support
436
+
437
+ **Analytics**
438
+ - `getPnL(params)` - Get profit and loss data with customizable resolution and time range
439
+ - `getPositionFunding(params)` - Get position funding history with pagination support
440
+
441
+ **Liquidity Pools**
442
+ - `getPublicPools(params?)` - Get public pool information including TVL, APY, and share details
443
+
444
+ **Referral System**
445
+ - `getReferralPoints(params)` - Get referral points data including user points and referral list
446
+
447
+ **Trading**
448
+ - `getTrades(params)` - Get trades for an account or market with sorting and filtering options
449
+
450
+ **Data Export**
451
+ - `getExport(params)` - Export data (funding or trade data) for downloading
452
+
453
+ ### L1BridgeClient
454
+
455
+ Client for L1 bridge operations to move assets between Layer 1 and Layer 2.
456
+
457
+ #### Methods
458
+
459
+ **Bridge Operations**
460
+ - `depositUSDC(params)` - Deposit USDC from L1 to L2 Lighter account
461
+
462
+ **Balance & Allowance**
463
+ - `checkUSDCBalance()` - Check USDC balance on L1
464
+ - `checkAllowance()` - Check current USDC allowance for bridge contract
465
+ - `approveUSDC(amount)` - Approve USDC spending for bridge contract
466
+
467
+ ### WsClient
468
+
469
+ WebSocket client for real-time market data and account updates.
470
+
471
+ #### Methods
472
+
473
+ **Connection Management**
474
+ - `connect()` - Establish WebSocket connection to server
475
+ - `disconnect()` - Close WebSocket connection and cleanup subscriptions
476
+ - `unsubscribe(subscriptionId)` - Unsubscribe from a specific subscription
477
+
478
+ **Market Data Subscriptions**
479
+ - `subscribeOrderBook(params)` - Subscribe to real-time order book updates for a market
480
+ - `subscribeTrades(params)` - Subscribe to real-time trade updates for a market
481
+ - `subscribeMarketStats(params)` - Subscribe to market statistics updates
482
+
483
+ **Account Subscriptions** (requires authentication)
484
+ - `subscribeAccountMarket(params)` - Subscribe to account updates for a specific market
485
+ - `subscribeAccountOrders(params)` - Subscribe to account order updates for a specific market
486
+ - `subscribeAccountAllOrders(params)` - Subscribe to all order updates across all markets
487
+ - `subscribeAccountAllPositions(params)` - Subscribe to all position updates across all markets
488
+ - `subscribeAccountAllTrades(params)` - Subscribe to all trade updates across all markets
489
+ - `subscribeAccountAll(params)` - Subscribe to all account updates (orders, positions, trades)
490
+
491
+ **System Subscriptions**
492
+ - `subscribeNotifications(params)` - Subscribe to system notifications
493
+ - `subscribeTransactions(params)` - Subscribe to transaction updates
494
+ - `subscribeHeight(params)` - Subscribe to block height updates
495
+
496
+ ## Configuration
497
+
498
+ ### Base URLs
499
+
500
+ - **Mainnet**: `https://mainnet.zklighter.elliot.ai`
501
+ - **WebSocket**: `wss://mainnet.zklighter.elliot.ai/stream`
502
+
503
+ ### WASM Signing Setup
504
+
505
+ For transaction signing, you need to include the WASM files (please copy them from the `lighter-sdk-client` package to your `./public` directory):
506
+
507
+ ```typescript
508
+ import { WasmSigner } from 'lighter-sdk-client';
509
+
510
+ const wasmSigning = new WasmSigner({
511
+ wasmPath: './public/wasm/lighter-signer.wasm',
512
+ wasmExecPath: './public/wasm/lighter-wasm-exec.js'
513
+ });
514
+ ```
515
+
516
+ The WASM files should be placed in your public directory and served statically.
517
+
518
+ ## Dependencies
519
+
520
+ - `axios` - HTTP client for API requests
521
+ - `viem` - Ethereum library for L1 bridge operations
522
+ - `wagmi` - React hooks for Ethereum (peer dependency)
523
+ - `@tanstack/react-query` - Data fetching library (peer dependency)
524
+
525
+ ## Development
526
+
527
+ ### Build
528
+
529
+ ```bash
530
+ pnpm build
531
+ ```
532
+
533
+ ### Project Structure
534
+
535
+ ```
536
+ src/
537
+ ├── api/ # API endpoint implementations
538
+ │ ├── exchange/ # Exchange/transaction endpoints
539
+ │ ├── info/ # Public info endpoints
540
+ │ └── info-private/ # Private/authenticated endpoints
541
+ ├── client/ # Client classes
542
+ │ ├── exchange-client.ts
543
+ │ ├── info-client.ts
544
+ │ ├── info-private-client.ts
545
+ │ ├── l1-bridge-client.ts
546
+ │ └── ws-client.ts
547
+ ├── signing/ # Transaction signing utilities
548
+ │ └── wasm-signer.ts
549
+ └── types/ # TypeScript type definitions
550
+ ├── api.ts
551
+ ├── config.ts
552
+ ├── ws.ts
553
+ └── index.ts
554
+ ```
555
+
556
+ ## License
557
+
558
+ ISC
559
+
560
+ ## Disclaimer
561
+
562
+ This is an unofficial SDK client for the Lighter protocol. Use at your own risk. Always verify transactions before signing.
563
+
564
+ ## Links
565
+
566
+ - [Lighter Protocol](https://lighter.xyz)
567
+ - [Documentation](https://docs.lighter.xyz)
568
+
569
+ ## Support
570
+
571
+ For issues and questions:
572
+ - Create an issue on GitHub
573
+ - Join the Lighter community Discord
574
+ - Check the official documentation
@@ -0,0 +1,6 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+ var _chunkF24JA2OVcjs = require('../../chunk-F24JA2OV.cjs');
4
+
5
+
6
+ exports.changeAccountTier = _chunkF24JA2OVcjs.changeAccountTier;
@@ -0,0 +1,14 @@
1
+ import { AxiosInstance } from 'axios';
2
+
3
+ interface ChangeAccountTierRequest {
4
+ account_index: number;
5
+ new_tier: string;
6
+ auth?: string;
7
+ }
8
+ interface ChangeAccountTierResponse {
9
+ code: number;
10
+ message?: string;
11
+ }
12
+ declare function changeAccountTier(client: AxiosInstance, params: ChangeAccountTierRequest, authorization?: string): Promise<ChangeAccountTierResponse>;
13
+
14
+ export { type ChangeAccountTierRequest, type ChangeAccountTierResponse, changeAccountTier };
@@ -0,0 +1,14 @@
1
+ import { AxiosInstance } from 'axios';
2
+
3
+ interface ChangeAccountTierRequest {
4
+ account_index: number;
5
+ new_tier: string;
6
+ auth?: string;
7
+ }
8
+ interface ChangeAccountTierResponse {
9
+ code: number;
10
+ message?: string;
11
+ }
12
+ declare function changeAccountTier(client: AxiosInstance, params: ChangeAccountTierRequest, authorization?: string): Promise<ChangeAccountTierResponse>;
13
+
14
+ export { type ChangeAccountTierRequest, type ChangeAccountTierResponse, changeAccountTier };
@@ -0,0 +1,6 @@
1
+ import {
2
+ changeAccountTier
3
+ } from "../../chunk-5WEMEUUI.js";
4
+ export {
5
+ changeAccountTier
6
+ };
@@ -0,0 +1,6 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+ var _chunk5JDRAN7Lcjs = require('../../chunk-5JDRAN7L.cjs');
4
+
5
+
6
+ exports.fastWithdraw = _chunk5JDRAN7Lcjs.fastWithdraw;
@@ -0,0 +1,14 @@
1
+ import { AxiosInstance } from 'axios';
2
+
3
+ interface FastWithdrawRequest {
4
+ tx_info: string;
5
+ to_address: string;
6
+ auth?: string;
7
+ }
8
+ interface FastWithdrawResponse {
9
+ code: number;
10
+ message?: string;
11
+ }
12
+ declare function fastWithdraw(client: AxiosInstance, params: FastWithdrawRequest, authorization?: string): Promise<FastWithdrawResponse>;
13
+
14
+ export { type FastWithdrawRequest, type FastWithdrawResponse, fastWithdraw };
@@ -0,0 +1,14 @@
1
+ import { AxiosInstance } from 'axios';
2
+
3
+ interface FastWithdrawRequest {
4
+ tx_info: string;
5
+ to_address: string;
6
+ auth?: string;
7
+ }
8
+ interface FastWithdrawResponse {
9
+ code: number;
10
+ message?: string;
11
+ }
12
+ declare function fastWithdraw(client: AxiosInstance, params: FastWithdrawRequest, authorization?: string): Promise<FastWithdrawResponse>;
13
+
14
+ export { type FastWithdrawRequest, type FastWithdrawResponse, fastWithdraw };
@@ -0,0 +1,6 @@
1
+ import {
2
+ fastWithdraw
3
+ } from "../../chunk-SA6CXVP6.js";
4
+ export {
5
+ fastWithdraw
6
+ };
@@ -0,0 +1,37 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-6CD3YMMG.cjs');
2
+
3
+
4
+ var _chunkZIMFMYT2cjs = require('../../chunk-ZIMFMYT2.cjs');
5
+
6
+
7
+
8
+
9
+
10
+ var _chunkRYDJEI67cjs = require('../../chunk-RYDJEI67.cjs');
11
+
12
+
13
+ var _chunkZGWYI7Q2cjs = require('../../chunk-ZGWYI7Q2.cjs');
14
+
15
+
16
+ var _chunkGYQ6HJQYcjs = require('../../chunk-GYQ6HJQY.cjs');
17
+
18
+
19
+ var _chunkF24JA2OVcjs = require('../../chunk-F24JA2OV.cjs');
20
+
21
+
22
+ var _chunk5JDRAN7Lcjs = require('../../chunk-5JDRAN7L.cjs');
23
+
24
+
25
+ var _chunk3R4OL3TUcjs = require('../../chunk-3R4OL3TU.cjs');
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+ exports.acknowledgeNotification = _chunk3R4OL3TUcjs.acknowledgeNotification; exports.changeAccountTier = _chunkF24JA2OVcjs.changeAccountTier; exports.createToken = _chunkZGWYI7Q2cjs.createToken; exports.fastWithdraw = _chunk5JDRAN7Lcjs.fastWithdraw; exports.revokeToken = _chunkGYQ6HJQYcjs.revokeToken; exports.sendTransaction = _chunkRYDJEI67cjs.sendTransaction; exports.sendTransactionBatch = _chunkZIMFMYT2cjs.sendTransactionBatch; exports.sendTx = _chunkRYDJEI67cjs.sendTx; exports.sendTxJson = _chunkRYDJEI67cjs.sendTxJson; exports.sendTxWithIndices = _chunkRYDJEI67cjs.sendTxWithIndices;