@haven-fi/solauto-sdk 1.0.192 → 1.0.193

Sign up to get free protection for your applications and to get access to all the features.
Files changed (331) hide show
  1. package/dist/clients/solautoClient.d.ts +1 -1
  2. package/dist/clients/solautoClient.d.ts.map +1 -1
  3. package/dist/clients/solautoMarginfiClient.d.ts +1 -1
  4. package/dist/clients/solautoMarginfiClient.d.ts.map +1 -1
  5. package/dist/clients/solautoMarginfiClient.js +1 -2
  6. package/dist/constants/solautoConstants.d.ts +0 -1
  7. package/dist/constants/solautoConstants.d.ts.map +1 -1
  8. package/dist/constants/solautoConstants.js +1 -2
  9. package/dist/generated/instructions/marginfiRebalance.d.ts +0 -2
  10. package/dist/generated/instructions/marginfiRebalance.d.ts.map +1 -1
  11. package/dist/generated/instructions/marginfiRebalance.js +0 -1
  12. package/dist/jupiter-sdk/accounts/index.d.ts +9 -0
  13. package/dist/jupiter-sdk/accounts/index.d.ts.map +1 -0
  14. package/dist/jupiter-sdk/accounts/index.js +24 -0
  15. package/dist/jupiter-sdk/accounts/tokenLedger.d.ts +32 -0
  16. package/dist/jupiter-sdk/accounts/tokenLedger.d.ts.map +1 -0
  17. package/dist/jupiter-sdk/accounts/tokenLedger.js +68 -0
  18. package/dist/jupiter-sdk/index.d.ts +4 -0
  19. package/dist/jupiter-sdk/index.d.ts.map +1 -1
  20. package/dist/jupiter-sdk/index.js +4 -0
  21. package/dist/jupiter-sdk/instructions/aldrinSwap.d.ts +29 -0
  22. package/dist/jupiter-sdk/instructions/aldrinSwap.d.ts.map +1 -0
  23. package/dist/jupiter-sdk/instructions/aldrinSwap.js +95 -0
  24. package/dist/jupiter-sdk/instructions/aldrinV2Swap.d.ts +30 -0
  25. package/dist/jupiter-sdk/instructions/aldrinV2Swap.d.ts.map +1 -0
  26. package/dist/jupiter-sdk/instructions/aldrinV2Swap.js +100 -0
  27. package/dist/jupiter-sdk/instructions/balansolSwap.d.ts +34 -0
  28. package/dist/jupiter-sdk/instructions/balansolSwap.d.ts.map +1 -0
  29. package/dist/jupiter-sdk/instructions/balansolSwap.js +130 -0
  30. package/dist/jupiter-sdk/instructions/claim.d.ts +25 -0
  31. package/dist/jupiter-sdk/instructions/claim.d.ts.map +1 -0
  32. package/dist/jupiter-sdk/instructions/claim.js +64 -0
  33. package/dist/jupiter-sdk/instructions/claimToken.d.ts +31 -0
  34. package/dist/jupiter-sdk/instructions/claimToken.d.ts.map +1 -0
  35. package/dist/jupiter-sdk/instructions/claimToken.js +93 -0
  36. package/dist/jupiter-sdk/instructions/cloneSwap.d.ts +34 -0
  37. package/dist/jupiter-sdk/instructions/cloneSwap.d.ts.map +1 -0
  38. package/dist/jupiter-sdk/instructions/cloneSwap.js +120 -0
  39. package/dist/jupiter-sdk/instructions/createOpenOrders.d.ts +24 -0
  40. package/dist/jupiter-sdk/instructions/createOpenOrders.d.ts.map +1 -0
  41. package/dist/jupiter-sdk/instructions/createOpenOrders.js +76 -0
  42. package/dist/jupiter-sdk/instructions/createProgramOpenOrders.d.ts +29 -0
  43. package/dist/jupiter-sdk/instructions/createProgramOpenOrders.d.ts.map +1 -0
  44. package/dist/jupiter-sdk/instructions/createProgramOpenOrders.js +86 -0
  45. package/dist/jupiter-sdk/instructions/createTokenAccount.d.ts +27 -0
  46. package/dist/jupiter-sdk/instructions/createTokenAccount.d.ts.map +1 -0
  47. package/dist/jupiter-sdk/instructions/createTokenAccount.js +70 -0
  48. package/dist/jupiter-sdk/instructions/createTokenLedger.d.ts +21 -0
  49. package/dist/jupiter-sdk/instructions/createTokenLedger.d.ts.map +1 -0
  50. package/dist/jupiter-sdk/instructions/createTokenLedger.js +62 -0
  51. package/dist/jupiter-sdk/instructions/cremaSwap.d.ts +33 -0
  52. package/dist/jupiter-sdk/instructions/cremaSwap.d.ts.map +1 -0
  53. package/dist/jupiter-sdk/instructions/cremaSwap.js +119 -0
  54. package/dist/jupiter-sdk/instructions/cropperSwap.d.ts +30 -0
  55. package/dist/jupiter-sdk/instructions/cropperSwap.d.ts.map +1 -0
  56. package/dist/jupiter-sdk/instructions/cropperSwap.js +103 -0
  57. package/dist/jupiter-sdk/instructions/cykuraSwap.d.ts +29 -0
  58. package/dist/jupiter-sdk/instructions/cykuraSwap.d.ts.map +1 -0
  59. package/dist/jupiter-sdk/instructions/cykuraSwap.js +99 -0
  60. package/dist/jupiter-sdk/instructions/deltafiSwap.d.ts +31 -0
  61. package/dist/jupiter-sdk/instructions/deltafiSwap.d.ts.map +1 -0
  62. package/dist/jupiter-sdk/instructions/deltafiSwap.js +109 -0
  63. package/dist/jupiter-sdk/instructions/dradexSwap.d.ts +35 -0
  64. package/dist/jupiter-sdk/instructions/dradexSwap.d.ts.map +1 -0
  65. package/dist/jupiter-sdk/instructions/dradexSwap.js +121 -0
  66. package/dist/jupiter-sdk/instructions/exactOutRoute.d.ts +42 -0
  67. package/dist/jupiter-sdk/instructions/exactOutRoute.d.ts.map +1 -0
  68. package/dist/jupiter-sdk/instructions/exactOutRoute.js +109 -0
  69. package/dist/jupiter-sdk/instructions/goosefxSwap.d.ts +33 -0
  70. package/dist/jupiter-sdk/instructions/goosefxSwap.d.ts.map +1 -0
  71. package/dist/jupiter-sdk/instructions/goosefxSwap.js +115 -0
  72. package/dist/jupiter-sdk/instructions/goosefxV2Swap.d.ts +38 -0
  73. package/dist/jupiter-sdk/instructions/goosefxV2Swap.d.ts.map +1 -0
  74. package/dist/jupiter-sdk/instructions/goosefxV2Swap.js +140 -0
  75. package/dist/jupiter-sdk/instructions/heliumTreasuryManagementRedeemV0.d.ts +29 -0
  76. package/dist/jupiter-sdk/instructions/heliumTreasuryManagementRedeemV0.d.ts.map +1 -0
  77. package/dist/jupiter-sdk/instructions/heliumTreasuryManagementRedeemV0.js +91 -0
  78. package/dist/jupiter-sdk/instructions/index.d.ts +72 -0
  79. package/dist/jupiter-sdk/instructions/index.d.ts.map +1 -0
  80. package/dist/jupiter-sdk/instructions/index.js +87 -0
  81. package/dist/jupiter-sdk/instructions/invariantSwap.d.ts +29 -0
  82. package/dist/jupiter-sdk/instructions/invariantSwap.d.ts.map +1 -0
  83. package/dist/jupiter-sdk/instructions/invariantSwap.js +95 -0
  84. package/dist/jupiter-sdk/instructions/lifinitySwap.d.ts +32 -0
  85. package/dist/jupiter-sdk/instructions/lifinitySwap.d.ts.map +1 -0
  86. package/dist/jupiter-sdk/instructions/lifinitySwap.js +113 -0
  87. package/dist/jupiter-sdk/instructions/lifinityV2Swap.d.ts +32 -0
  88. package/dist/jupiter-sdk/instructions/lifinityV2Swap.d.ts.map +1 -0
  89. package/dist/jupiter-sdk/instructions/lifinityV2Swap.js +113 -0
  90. package/dist/jupiter-sdk/instructions/marcoPoloSwap.d.ts +36 -0
  91. package/dist/jupiter-sdk/instructions/marcoPoloSwap.d.ts.map +1 -0
  92. package/dist/jupiter-sdk/instructions/marcoPoloSwap.js +137 -0
  93. package/dist/jupiter-sdk/instructions/marinadeDeposit.d.ts +36 -0
  94. package/dist/jupiter-sdk/instructions/marinadeDeposit.d.ts.map +1 -0
  95. package/dist/jupiter-sdk/instructions/marinadeDeposit.js +144 -0
  96. package/dist/jupiter-sdk/instructions/marinadeUnstake.d.ts +30 -0
  97. package/dist/jupiter-sdk/instructions/marinadeUnstake.d.ts.map +1 -0
  98. package/dist/jupiter-sdk/instructions/marinadeUnstake.js +105 -0
  99. package/dist/jupiter-sdk/instructions/mercurialSwap.d.ts +25 -0
  100. package/dist/jupiter-sdk/instructions/mercurialSwap.d.ts.map +1 -0
  101. package/dist/jupiter-sdk/instructions/mercurialSwap.js +76 -0
  102. package/dist/jupiter-sdk/instructions/meteoraDlmmSwap.d.ts +34 -0
  103. package/dist/jupiter-sdk/instructions/meteoraDlmmSwap.d.ts.map +1 -0
  104. package/dist/jupiter-sdk/instructions/meteoraDlmmSwap.js +119 -0
  105. package/dist/jupiter-sdk/instructions/meteoraSwap.d.ts +34 -0
  106. package/dist/jupiter-sdk/instructions/meteoraSwap.d.ts.map +1 -0
  107. package/dist/jupiter-sdk/instructions/meteoraSwap.js +120 -0
  108. package/dist/jupiter-sdk/instructions/moonshotWrappedBuy.d.ts +33 -0
  109. package/dist/jupiter-sdk/instructions/moonshotWrappedBuy.d.ts.map +1 -0
  110. package/dist/jupiter-sdk/instructions/moonshotWrappedBuy.js +119 -0
  111. package/dist/jupiter-sdk/instructions/moonshotWrappedSell.d.ts +31 -0
  112. package/dist/jupiter-sdk/instructions/moonshotWrappedSell.d.ts.map +1 -0
  113. package/dist/jupiter-sdk/instructions/moonshotWrappedSell.js +106 -0
  114. package/dist/jupiter-sdk/instructions/obricSwap.d.ts +31 -0
  115. package/dist/jupiter-sdk/instructions/obricSwap.d.ts.map +1 -0
  116. package/dist/jupiter-sdk/instructions/obricSwap.js +106 -0
  117. package/dist/jupiter-sdk/instructions/oneIntroSwap.d.ts +30 -0
  118. package/dist/jupiter-sdk/instructions/oneIntroSwap.d.ts.map +1 -0
  119. package/dist/jupiter-sdk/instructions/oneIntroSwap.js +100 -0
  120. package/dist/jupiter-sdk/instructions/openBookV2Swap.d.ts +35 -0
  121. package/dist/jupiter-sdk/instructions/openBookV2Swap.d.ts.map +1 -0
  122. package/dist/jupiter-sdk/instructions/openBookV2Swap.js +125 -0
  123. package/dist/jupiter-sdk/instructions/perpsAddLiquidity.d.ts +32 -0
  124. package/dist/jupiter-sdk/instructions/perpsAddLiquidity.d.ts.map +1 -0
  125. package/dist/jupiter-sdk/instructions/perpsAddLiquidity.js +110 -0
  126. package/dist/jupiter-sdk/instructions/perpsRemoveLiquidity.d.ts +32 -0
  127. package/dist/jupiter-sdk/instructions/perpsRemoveLiquidity.d.ts.map +1 -0
  128. package/dist/jupiter-sdk/instructions/perpsRemoveLiquidity.js +110 -0
  129. package/dist/jupiter-sdk/instructions/perpsSwap.d.ts +34 -0
  130. package/dist/jupiter-sdk/instructions/perpsSwap.d.ts.map +1 -0
  131. package/dist/jupiter-sdk/instructions/perpsSwap.js +120 -0
  132. package/dist/jupiter-sdk/instructions/perpsV2AddLiquidity.d.ts +33 -0
  133. package/dist/jupiter-sdk/instructions/perpsV2AddLiquidity.d.ts.map +1 -0
  134. package/dist/jupiter-sdk/instructions/perpsV2AddLiquidity.js +115 -0
  135. package/dist/jupiter-sdk/instructions/perpsV2RemoveLiquidity.d.ts +33 -0
  136. package/dist/jupiter-sdk/instructions/perpsV2RemoveLiquidity.d.ts.map +1 -0
  137. package/dist/jupiter-sdk/instructions/perpsV2RemoveLiquidity.js +112 -0
  138. package/dist/jupiter-sdk/instructions/perpsV2Swap.d.ts +36 -0
  139. package/dist/jupiter-sdk/instructions/perpsV2Swap.d.ts.map +1 -0
  140. package/dist/jupiter-sdk/instructions/perpsV2Swap.js +130 -0
  141. package/dist/jupiter-sdk/instructions/phoenixSwap.d.ts +27 -0
  142. package/dist/jupiter-sdk/instructions/phoenixSwap.d.ts.map +1 -0
  143. package/dist/jupiter-sdk/instructions/phoenixSwap.js +89 -0
  144. package/dist/jupiter-sdk/instructions/pumpdotfunWrappedBuy.d.ts +34 -0
  145. package/dist/jupiter-sdk/instructions/pumpdotfunWrappedBuy.d.ts.map +1 -0
  146. package/dist/jupiter-sdk/instructions/pumpdotfunWrappedBuy.js +123 -0
  147. package/dist/jupiter-sdk/instructions/pumpdotfunWrappedSell.d.ts +32 -0
  148. package/dist/jupiter-sdk/instructions/pumpdotfunWrappedSell.d.ts.map +1 -0
  149. package/dist/jupiter-sdk/instructions/pumpdotfunWrappedSell.js +107 -0
  150. package/dist/jupiter-sdk/instructions/raydiumClmmSwap.d.ts +29 -0
  151. package/dist/jupiter-sdk/instructions/raydiumClmmSwap.d.ts.map +1 -0
  152. package/dist/jupiter-sdk/instructions/raydiumClmmSwap.js +102 -0
  153. package/dist/jupiter-sdk/instructions/raydiumClmmSwapV2.d.ts +32 -0
  154. package/dist/jupiter-sdk/instructions/raydiumClmmSwapV2.d.ts.map +1 -0
  155. package/dist/jupiter-sdk/instructions/raydiumClmmSwapV2.js +117 -0
  156. package/dist/jupiter-sdk/instructions/raydiumCpSwap.d.ts +32 -0
  157. package/dist/jupiter-sdk/instructions/raydiumCpSwap.d.ts.map +1 -0
  158. package/dist/jupiter-sdk/instructions/raydiumCpSwap.js +116 -0
  159. package/dist/jupiter-sdk/instructions/raydiumSwap.d.ts +36 -0
  160. package/dist/jupiter-sdk/instructions/raydiumSwap.d.ts.map +1 -0
  161. package/dist/jupiter-sdk/instructions/raydiumSwap.js +134 -0
  162. package/dist/jupiter-sdk/instructions/route.d.ts +40 -0
  163. package/dist/jupiter-sdk/instructions/route.d.ts.map +1 -0
  164. package/dist/jupiter-sdk/instructions/route.js +99 -0
  165. package/dist/jupiter-sdk/instructions/routeWithTokenLedger.d.ts +39 -0
  166. package/dist/jupiter-sdk/instructions/routeWithTokenLedger.d.ts.map +1 -0
  167. package/dist/jupiter-sdk/instructions/routeWithTokenLedger.js +103 -0
  168. package/dist/jupiter-sdk/instructions/saberAddDecimals.d.ts +26 -0
  169. package/dist/jupiter-sdk/instructions/saberAddDecimals.d.ts.map +1 -0
  170. package/dist/jupiter-sdk/instructions/saberAddDecimals.js +81 -0
  171. package/dist/jupiter-sdk/instructions/saberSwap.d.ts +28 -0
  172. package/dist/jupiter-sdk/instructions/saberSwap.d.ts.map +1 -0
  173. package/dist/jupiter-sdk/instructions/saberSwap.js +87 -0
  174. package/dist/jupiter-sdk/instructions/senchaSwap.d.ts +28 -0
  175. package/dist/jupiter-sdk/instructions/senchaSwap.d.ts.map +1 -0
  176. package/dist/jupiter-sdk/instructions/senchaSwap.js +90 -0
  177. package/dist/jupiter-sdk/instructions/serumSwap.d.ts +34 -0
  178. package/dist/jupiter-sdk/instructions/serumSwap.d.ts.map +1 -0
  179. package/dist/jupiter-sdk/instructions/serumSwap.js +122 -0
  180. package/dist/jupiter-sdk/instructions/setTokenLedger.d.ts +20 -0
  181. package/dist/jupiter-sdk/instructions/setTokenLedger.d.ts.map +1 -0
  182. package/dist/jupiter-sdk/instructions/setTokenLedger.js +46 -0
  183. package/dist/jupiter-sdk/instructions/sharedAccountsExactOutRoute.d.ts +46 -0
  184. package/dist/jupiter-sdk/instructions/sharedAccountsExactOutRoute.d.ts.map +1 -0
  185. package/dist/jupiter-sdk/instructions/sharedAccountsExactOutRoute.js +120 -0
  186. package/dist/jupiter-sdk/instructions/sharedAccountsRoute.d.ts +46 -0
  187. package/dist/jupiter-sdk/instructions/sharedAccountsRoute.d.ts.map +1 -0
  188. package/dist/jupiter-sdk/instructions/sharedAccountsRoute.js +120 -0
  189. package/dist/jupiter-sdk/instructions/sharedAccountsRouteWithTokenLedger.d.ts +45 -0
  190. package/dist/jupiter-sdk/instructions/sharedAccountsRouteWithTokenLedger.d.ts.map +1 -0
  191. package/dist/jupiter-sdk/instructions/sharedAccountsRouteWithTokenLedger.js +126 -0
  192. package/dist/jupiter-sdk/instructions/stabbleStableSwap.d.ts +31 -0
  193. package/dist/jupiter-sdk/instructions/stabbleStableSwap.d.ts.map +1 -0
  194. package/dist/jupiter-sdk/instructions/stabbleStableSwap.js +101 -0
  195. package/dist/jupiter-sdk/instructions/stabbleWeightedSwap.d.ts +31 -0
  196. package/dist/jupiter-sdk/instructions/stabbleWeightedSwap.d.ts.map +1 -0
  197. package/dist/jupiter-sdk/instructions/stabbleWeightedSwap.js +101 -0
  198. package/dist/jupiter-sdk/instructions/stepSwap.d.ts +29 -0
  199. package/dist/jupiter-sdk/instructions/stepSwap.d.ts.map +1 -0
  200. package/dist/jupiter-sdk/instructions/stepSwap.js +98 -0
  201. package/dist/jupiter-sdk/instructions/symmetrySwap.d.ts +32 -0
  202. package/dist/jupiter-sdk/instructions/symmetrySwap.d.ts.map +1 -0
  203. package/dist/jupiter-sdk/instructions/symmetrySwap.js +114 -0
  204. package/dist/jupiter-sdk/instructions/tokenSwap.d.ts +29 -0
  205. package/dist/jupiter-sdk/instructions/tokenSwap.d.ts.map +1 -0
  206. package/dist/jupiter-sdk/instructions/tokenSwap.js +98 -0
  207. package/dist/jupiter-sdk/instructions/tokenSwapV2.d.ts +33 -0
  208. package/dist/jupiter-sdk/instructions/tokenSwapV2.d.ts.map +1 -0
  209. package/dist/jupiter-sdk/instructions/tokenSwapV2.js +114 -0
  210. package/dist/jupiter-sdk/instructions/whirlpoolSwap.d.ts +31 -0
  211. package/dist/jupiter-sdk/instructions/whirlpoolSwap.d.ts.map +1 -0
  212. package/dist/jupiter-sdk/instructions/whirlpoolSwap.js +104 -0
  213. package/dist/jupiter-sdk/instructions/whirlpoolSwapV2.d.ts +35 -0
  214. package/dist/jupiter-sdk/instructions/whirlpoolSwapV2.d.ts.map +1 -0
  215. package/dist/jupiter-sdk/instructions/whirlpoolSwapV2.js +119 -0
  216. package/dist/jupiter-sdk/shared/index.d.ts +54 -0
  217. package/dist/jupiter-sdk/shared/index.d.ts.map +1 -0
  218. package/dist/jupiter-sdk/shared/index.js +69 -0
  219. package/dist/jupiter-sdk/types/accountsType.d.ts +15 -0
  220. package/dist/jupiter-sdk/types/accountsType.d.ts.map +1 -0
  221. package/dist/jupiter-sdk/types/accountsType.js +22 -0
  222. package/dist/jupiter-sdk/types/amountWithSlippage.d.ts +18 -0
  223. package/dist/jupiter-sdk/types/amountWithSlippage.d.ts.map +1 -0
  224. package/dist/jupiter-sdk/types/amountWithSlippage.js +17 -0
  225. package/dist/jupiter-sdk/types/index.d.ts +15 -0
  226. package/dist/jupiter-sdk/types/index.d.ts.map +1 -0
  227. package/dist/jupiter-sdk/types/index.js +30 -0
  228. package/dist/jupiter-sdk/types/remainingAccountsInfo.d.ts +17 -0
  229. package/dist/jupiter-sdk/types/remainingAccountsInfo.d.ts.map +1 -0
  230. package/dist/jupiter-sdk/types/remainingAccountsInfo.js +15 -0
  231. package/dist/jupiter-sdk/types/remainingAccountsSlice.d.ts +19 -0
  232. package/dist/jupiter-sdk/types/remainingAccountsSlice.d.ts.map +1 -0
  233. package/dist/jupiter-sdk/types/remainingAccountsSlice.js +18 -0
  234. package/dist/jupiter-sdk/types/routePlanStep.d.ts +23 -0
  235. package/dist/jupiter-sdk/types/routePlanStep.d.ts.map +1 -0
  236. package/dist/jupiter-sdk/types/routePlanStep.js +20 -0
  237. package/dist/jupiter-sdk/types/side.d.ts +15 -0
  238. package/dist/jupiter-sdk/types/side.d.ts.map +1 -0
  239. package/dist/jupiter-sdk/types/side.js +20 -0
  240. package/dist/jupiter-sdk/types/swap.d.ts +372 -0
  241. package/dist/jupiter-sdk/types/swap.d.ts.map +1 -0
  242. package/dist/jupiter-sdk/types/swap.js +188 -0
  243. package/dist/transactions/transactionUtils.d.ts.map +1 -1
  244. package/dist/transactions/transactionUtils.js +0 -1
  245. package/dist/utils/solauto/rebalanceUtils.d.ts +1 -1
  246. package/dist/utils/solauto/rebalanceUtils.d.ts.map +1 -1
  247. package/dist/utils/solauto/rebalanceUtils.js +2 -16
  248. package/package.json +1 -1
  249. package/src/clients/solautoClient.ts +0 -1
  250. package/src/clients/solautoMarginfiClient.ts +0 -2
  251. package/src/constants/solautoConstants.ts +0 -1
  252. package/src/generated/instructions/marginfiRebalance.ts +0 -3
  253. package/src/jupiter-sdk/accounts/index.ts +9 -0
  254. package/src/jupiter-sdk/accounts/tokenLedger.ts +146 -0
  255. package/src/jupiter-sdk/index.ts +4 -0
  256. package/src/jupiter-sdk/instructions/aldrinSwap.ts +165 -0
  257. package/src/jupiter-sdk/instructions/aldrinV2Swap.ts +171 -0
  258. package/src/jupiter-sdk/instructions/balansolSwap.ts +211 -0
  259. package/src/jupiter-sdk/instructions/claim.ts +128 -0
  260. package/src/jupiter-sdk/instructions/claimToken.ts +171 -0
  261. package/src/jupiter-sdk/instructions/cloneSwap.ts +195 -0
  262. package/src/jupiter-sdk/instructions/createOpenOrders.ts +148 -0
  263. package/src/jupiter-sdk/instructions/createProgramOpenOrders.ts +170 -0
  264. package/src/jupiter-sdk/instructions/createTokenAccount.ts +152 -0
  265. package/src/jupiter-sdk/instructions/createTokenLedger.ts +128 -0
  266. package/src/jupiter-sdk/instructions/cremaSwap.ts +193 -0
  267. package/src/jupiter-sdk/instructions/cropperSwap.ts +174 -0
  268. package/src/jupiter-sdk/instructions/cykuraSwap.ts +169 -0
  269. package/src/jupiter-sdk/instructions/deltafiSwap.ts +181 -0
  270. package/src/jupiter-sdk/instructions/dradexSwap.ts +200 -0
  271. package/src/jupiter-sdk/instructions/exactOutRoute.ts +208 -0
  272. package/src/jupiter-sdk/instructions/goosefxSwap.ts +189 -0
  273. package/src/jupiter-sdk/instructions/goosefxV2Swap.ts +222 -0
  274. package/src/jupiter-sdk/instructions/heliumTreasuryManagementRedeemV0.ts +169 -0
  275. package/src/jupiter-sdk/instructions/index.ts +72 -0
  276. package/src/jupiter-sdk/instructions/invariantSwap.ts +168 -0
  277. package/src/jupiter-sdk/instructions/lifinitySwap.ts +186 -0
  278. package/src/jupiter-sdk/instructions/lifinityV2Swap.ts +189 -0
  279. package/src/jupiter-sdk/instructions/marcoPoloSwap.ts +223 -0
  280. package/src/jupiter-sdk/instructions/marinadeDeposit.ts +230 -0
  281. package/src/jupiter-sdk/instructions/marinadeUnstake.ts +182 -0
  282. package/src/jupiter-sdk/instructions/mercurialSwap.ts +145 -0
  283. package/src/jupiter-sdk/instructions/meteoraDlmmSwap.ts +193 -0
  284. package/src/jupiter-sdk/instructions/meteoraSwap.ts +195 -0
  285. package/src/jupiter-sdk/instructions/moonshotWrappedBuy.ts +201 -0
  286. package/src/jupiter-sdk/instructions/moonshotWrappedSell.ts +186 -0
  287. package/src/jupiter-sdk/instructions/obricSwap.ts +178 -0
  288. package/src/jupiter-sdk/instructions/oneIntroSwap.ts +171 -0
  289. package/src/jupiter-sdk/instructions/openBookV2Swap.ts +207 -0
  290. package/src/jupiter-sdk/instructions/perpsAddLiquidity.ts +186 -0
  291. package/src/jupiter-sdk/instructions/perpsRemoveLiquidity.ts +188 -0
  292. package/src/jupiter-sdk/instructions/perpsSwap.ts +195 -0
  293. package/src/jupiter-sdk/instructions/perpsV2AddLiquidity.ts +194 -0
  294. package/src/jupiter-sdk/instructions/perpsV2RemoveLiquidity.ts +193 -0
  295. package/src/jupiter-sdk/instructions/perpsV2Swap.ts +207 -0
  296. package/src/jupiter-sdk/instructions/phoenixSwap.ts +157 -0
  297. package/src/jupiter-sdk/instructions/pumpdotfunWrappedBuy.ts +209 -0
  298. package/src/jupiter-sdk/instructions/pumpdotfunWrappedSell.ts +190 -0
  299. package/src/jupiter-sdk/instructions/raydiumClmmSwap.ts +175 -0
  300. package/src/jupiter-sdk/instructions/raydiumClmmSwapV2.ts +193 -0
  301. package/src/jupiter-sdk/instructions/raydiumCpSwap.ts +189 -0
  302. package/src/jupiter-sdk/instructions/raydiumSwap.ts +211 -0
  303. package/src/jupiter-sdk/instructions/route.ts +189 -0
  304. package/src/jupiter-sdk/instructions/routeWithTokenLedger.ts +201 -0
  305. package/src/jupiter-sdk/instructions/saberAddDecimals.ts +151 -0
  306. package/src/jupiter-sdk/instructions/saberSwap.ts +156 -0
  307. package/src/jupiter-sdk/instructions/senchaSwap.ts +159 -0
  308. package/src/jupiter-sdk/instructions/serumSwap.ts +200 -0
  309. package/src/jupiter-sdk/instructions/setTokenLedger.ts +106 -0
  310. package/src/jupiter-sdk/instructions/sharedAccountsExactOutRoute.ts +226 -0
  311. package/src/jupiter-sdk/instructions/sharedAccountsRoute.ts +225 -0
  312. package/src/jupiter-sdk/instructions/sharedAccountsRouteWithTokenLedger.ts +231 -0
  313. package/src/jupiter-sdk/instructions/stabbleStableSwap.ts +176 -0
  314. package/src/jupiter-sdk/instructions/stabbleWeightedSwap.ts +178 -0
  315. package/src/jupiter-sdk/instructions/stepSwap.ts +168 -0
  316. package/src/jupiter-sdk/instructions/symmetrySwap.ts +187 -0
  317. package/src/jupiter-sdk/instructions/tokenSwap.ts +168 -0
  318. package/src/jupiter-sdk/instructions/tokenSwapV2.ts +185 -0
  319. package/src/jupiter-sdk/instructions/whirlpoolSwap.ts +179 -0
  320. package/src/jupiter-sdk/instructions/whirlpoolSwapV2.ts +194 -0
  321. package/src/jupiter-sdk/shared/index.ts +117 -0
  322. package/src/jupiter-sdk/types/accountsType.ts +25 -0
  323. package/src/jupiter-sdk/types/amountWithSlippage.ts +34 -0
  324. package/src/jupiter-sdk/types/index.ts +15 -0
  325. package/src/jupiter-sdk/types/remainingAccountsInfo.ts +34 -0
  326. package/src/jupiter-sdk/types/remainingAccountsSlice.ts +33 -0
  327. package/src/jupiter-sdk/types/routePlanStep.ts +39 -0
  328. package/src/jupiter-sdk/types/side.ts +23 -0
  329. package/src/jupiter-sdk/types/swap.ts +566 -0
  330. package/src/transactions/transactionUtils.ts +0 -1
  331. package/src/utils/solauto/rebalanceUtils.ts +3 -24
@@ -0,0 +1,117 @@
1
+ "use strict";
2
+ /**
3
+ * This code was AUTOGENERATED using the kinobi library.
4
+ * Please DO NOT EDIT THIS FILE, instead use visitors
5
+ * to add features, then rerun kinobi to update it.
6
+ *
7
+ * @see https://github.com/metaplex-foundation/kinobi
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.getRaydiumClmmSwapV2InstructionDataSerializer = getRaydiumClmmSwapV2InstructionDataSerializer;
11
+ exports.raydiumClmmSwapV2 = raydiumClmmSwapV2;
12
+ const umi_1 = require("@metaplex-foundation/umi");
13
+ const serializers_1 = require("@metaplex-foundation/umi/serializers");
14
+ const shared_1 = require("../shared");
15
+ function getRaydiumClmmSwapV2InstructionDataSerializer() {
16
+ return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })]], { description: 'RaydiumClmmSwapV2InstructionData' }), (value) => ({
17
+ ...value,
18
+ discriminator: [86, 108, 246, 93, 88, 47, 114, 90],
19
+ }));
20
+ }
21
+ // Instruction.
22
+ function raydiumClmmSwapV2(context, input) {
23
+ // Program ID.
24
+ const programId = context.programs.getPublicKey('jupiter', 'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4');
25
+ // Accounts.
26
+ const resolvedAccounts = {
27
+ swapProgram: {
28
+ index: 0,
29
+ isWritable: false,
30
+ value: input.swapProgram ?? null,
31
+ },
32
+ payer: {
33
+ index: 1,
34
+ isWritable: false,
35
+ value: input.payer ?? null,
36
+ },
37
+ ammConfig: {
38
+ index: 2,
39
+ isWritable: false,
40
+ value: input.ammConfig ?? null,
41
+ },
42
+ poolState: {
43
+ index: 3,
44
+ isWritable: true,
45
+ value: input.poolState ?? null,
46
+ },
47
+ inputTokenAccount: {
48
+ index: 4,
49
+ isWritable: true,
50
+ value: input.inputTokenAccount ?? null,
51
+ },
52
+ outputTokenAccount: {
53
+ index: 5,
54
+ isWritable: true,
55
+ value: input.outputTokenAccount ?? null,
56
+ },
57
+ inputVault: {
58
+ index: 6,
59
+ isWritable: true,
60
+ value: input.inputVault ?? null,
61
+ },
62
+ outputVault: {
63
+ index: 7,
64
+ isWritable: true,
65
+ value: input.outputVault ?? null,
66
+ },
67
+ observationState: {
68
+ index: 8,
69
+ isWritable: true,
70
+ value: input.observationState ?? null,
71
+ },
72
+ tokenProgram: {
73
+ index: 9,
74
+ isWritable: false,
75
+ value: input.tokenProgram ?? null,
76
+ },
77
+ tokenProgram2022: {
78
+ index: 10,
79
+ isWritable: false,
80
+ value: input.tokenProgram2022 ?? null,
81
+ },
82
+ memoProgram: {
83
+ index: 11,
84
+ isWritable: false,
85
+ value: input.memoProgram ?? null,
86
+ },
87
+ inputVaultMint: {
88
+ index: 12,
89
+ isWritable: false,
90
+ value: input.inputVaultMint ?? null,
91
+ },
92
+ outputVaultMint: {
93
+ index: 13,
94
+ isWritable: false,
95
+ value: input.outputVaultMint ?? null,
96
+ },
97
+ };
98
+ // Default values.
99
+ if (!resolvedAccounts.payer.value) {
100
+ resolvedAccounts.payer.value = context.payer.publicKey;
101
+ }
102
+ if (!resolvedAccounts.tokenProgram.value) {
103
+ resolvedAccounts.tokenProgram.value = context.programs.getPublicKey('splToken', 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA');
104
+ resolvedAccounts.tokenProgram.isWritable = false;
105
+ }
106
+ // Accounts in order.
107
+ const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
108
+ // Keys and Signers.
109
+ const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
110
+ // Data.
111
+ const data = getRaydiumClmmSwapV2InstructionDataSerializer().serialize({});
112
+ // Bytes Created On Chain.
113
+ const bytesCreatedOnChain = 0;
114
+ return (0, umi_1.transactionBuilder)([
115
+ { instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
116
+ ]);
117
+ }
@@ -0,0 +1,32 @@
1
+ /**
2
+ * This code was AUTOGENERATED using the kinobi library.
3
+ * Please DO NOT EDIT THIS FILE, instead use visitors
4
+ * to add features, then rerun kinobi to update it.
5
+ *
6
+ * @see https://github.com/metaplex-foundation/kinobi
7
+ */
8
+ import { Context, Pda, PublicKey, TransactionBuilder } from '@metaplex-foundation/umi';
9
+ import { Serializer } from '@metaplex-foundation/umi/serializers';
10
+ export type RaydiumCpSwapInstructionAccounts = {
11
+ swapProgram: PublicKey | Pda;
12
+ payer?: PublicKey | Pda;
13
+ authority?: PublicKey | Pda;
14
+ ammConfig: PublicKey | Pda;
15
+ poolState: PublicKey | Pda;
16
+ inputTokenAccount: PublicKey | Pda;
17
+ outputTokenAccount: PublicKey | Pda;
18
+ inputVault: PublicKey | Pda;
19
+ outputVault: PublicKey | Pda;
20
+ inputTokenProgram: PublicKey | Pda;
21
+ outputTokenProgram: PublicKey | Pda;
22
+ inputTokenMint: PublicKey | Pda;
23
+ outputTokenMint: PublicKey | Pda;
24
+ observationState: PublicKey | Pda;
25
+ };
26
+ export type RaydiumCpSwapInstructionData = {
27
+ discriminator: Array<number>;
28
+ };
29
+ export type RaydiumCpSwapInstructionDataArgs = {};
30
+ export declare function getRaydiumCpSwapInstructionDataSerializer(): Serializer<RaydiumCpSwapInstructionDataArgs, RaydiumCpSwapInstructionData>;
31
+ export declare function raydiumCpSwap(context: Pick<Context, 'identity' | 'payer' | 'programs'>, input: RaydiumCpSwapInstructionAccounts): TransactionBuilder;
32
+ //# sourceMappingURL=raydiumCpSwap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"raydiumCpSwap.d.ts","sourceRoot":"","sources":["../../../src/jupiter-sdk/instructions/raydiumCpSwap.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,OAAO,EACP,GAAG,EACH,SAAS,EACT,kBAAkB,EAEnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,UAAU,EAKX,MAAM,sCAAsC,CAAC;AAQ9C,MAAM,MAAM,gCAAgC,GAAG;IAC7C,WAAW,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,KAAK,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IACxB,SAAS,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAC5B,SAAS,EAAE,SAAS,GAAG,GAAG,CAAC;IAC3B,SAAS,EAAE,SAAS,GAAG,GAAG,CAAC;IAC3B,iBAAiB,EAAE,SAAS,GAAG,GAAG,CAAC;IACnC,kBAAkB,EAAE,SAAS,GAAG,GAAG,CAAC;IACpC,UAAU,EAAE,SAAS,GAAG,GAAG,CAAC;IAC5B,WAAW,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,iBAAiB,EAAE,SAAS,GAAG,GAAG,CAAC;IACnC,kBAAkB,EAAE,SAAS,GAAG,GAAG,CAAC;IACpC,cAAc,EAAE,SAAS,GAAG,GAAG,CAAC;IAChC,eAAe,EAAE,SAAS,GAAG,GAAG,CAAC;IACjC,gBAAgB,EAAE,SAAS,GAAG,GAAG,CAAC;CACnC,CAAC;AAGF,MAAM,MAAM,4BAA4B,GAAG;IAAE,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;CAAE,CAAC;AAE5E,MAAM,MAAM,gCAAgC,GAAG,EAAE,CAAC;AAElD,wBAAgB,yCAAyC,IAAI,UAAU,CACrE,gCAAgC,EAChC,4BAA4B,CAC7B,CAkBA;AAGD,wBAAgB,aAAa,CAC3B,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,GAAG,OAAO,GAAG,UAAU,CAAC,EACzD,KAAK,EAAE,gCAAgC,GACtC,kBAAkB,CA8GpB"}
@@ -0,0 +1,116 @@
1
+ "use strict";
2
+ /**
3
+ * This code was AUTOGENERATED using the kinobi library.
4
+ * Please DO NOT EDIT THIS FILE, instead use visitors
5
+ * to add features, then rerun kinobi to update it.
6
+ *
7
+ * @see https://github.com/metaplex-foundation/kinobi
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.getRaydiumCpSwapInstructionDataSerializer = getRaydiumCpSwapInstructionDataSerializer;
11
+ exports.raydiumCpSwap = raydiumCpSwap;
12
+ const umi_1 = require("@metaplex-foundation/umi");
13
+ const serializers_1 = require("@metaplex-foundation/umi/serializers");
14
+ const shared_1 = require("../shared");
15
+ function getRaydiumCpSwapInstructionDataSerializer() {
16
+ return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })]], { description: 'RaydiumCpSwapInstructionData' }), (value) => ({
17
+ ...value,
18
+ discriminator: [54, 234, 83, 141, 52, 191, 46, 144],
19
+ }));
20
+ }
21
+ // Instruction.
22
+ function raydiumCpSwap(context, input) {
23
+ // Program ID.
24
+ const programId = context.programs.getPublicKey('jupiter', 'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4');
25
+ // Accounts.
26
+ const resolvedAccounts = {
27
+ swapProgram: {
28
+ index: 0,
29
+ isWritable: false,
30
+ value: input.swapProgram ?? null,
31
+ },
32
+ payer: {
33
+ index: 1,
34
+ isWritable: false,
35
+ value: input.payer ?? null,
36
+ },
37
+ authority: {
38
+ index: 2,
39
+ isWritable: false,
40
+ value: input.authority ?? null,
41
+ },
42
+ ammConfig: {
43
+ index: 3,
44
+ isWritable: false,
45
+ value: input.ammConfig ?? null,
46
+ },
47
+ poolState: {
48
+ index: 4,
49
+ isWritable: true,
50
+ value: input.poolState ?? null,
51
+ },
52
+ inputTokenAccount: {
53
+ index: 5,
54
+ isWritable: true,
55
+ value: input.inputTokenAccount ?? null,
56
+ },
57
+ outputTokenAccount: {
58
+ index: 6,
59
+ isWritable: true,
60
+ value: input.outputTokenAccount ?? null,
61
+ },
62
+ inputVault: {
63
+ index: 7,
64
+ isWritable: true,
65
+ value: input.inputVault ?? null,
66
+ },
67
+ outputVault: {
68
+ index: 8,
69
+ isWritable: true,
70
+ value: input.outputVault ?? null,
71
+ },
72
+ inputTokenProgram: {
73
+ index: 9,
74
+ isWritable: false,
75
+ value: input.inputTokenProgram ?? null,
76
+ },
77
+ outputTokenProgram: {
78
+ index: 10,
79
+ isWritable: false,
80
+ value: input.outputTokenProgram ?? null,
81
+ },
82
+ inputTokenMint: {
83
+ index: 11,
84
+ isWritable: false,
85
+ value: input.inputTokenMint ?? null,
86
+ },
87
+ outputTokenMint: {
88
+ index: 12,
89
+ isWritable: false,
90
+ value: input.outputTokenMint ?? null,
91
+ },
92
+ observationState: {
93
+ index: 13,
94
+ isWritable: true,
95
+ value: input.observationState ?? null,
96
+ },
97
+ };
98
+ // Default values.
99
+ if (!resolvedAccounts.payer.value) {
100
+ resolvedAccounts.payer.value = context.payer.publicKey;
101
+ }
102
+ if (!resolvedAccounts.authority.value) {
103
+ resolvedAccounts.authority.value = context.identity.publicKey;
104
+ }
105
+ // Accounts in order.
106
+ const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
107
+ // Keys and Signers.
108
+ const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
109
+ // Data.
110
+ const data = getRaydiumCpSwapInstructionDataSerializer().serialize({});
111
+ // Bytes Created On Chain.
112
+ const bytesCreatedOnChain = 0;
113
+ return (0, umi_1.transactionBuilder)([
114
+ { instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
115
+ ]);
116
+ }
@@ -0,0 +1,36 @@
1
+ /**
2
+ * This code was AUTOGENERATED using the kinobi library.
3
+ * Please DO NOT EDIT THIS FILE, instead use visitors
4
+ * to add features, then rerun kinobi to update it.
5
+ *
6
+ * @see https://github.com/metaplex-foundation/kinobi
7
+ */
8
+ import { Context, Pda, PublicKey, TransactionBuilder } from '@metaplex-foundation/umi';
9
+ import { Serializer } from '@metaplex-foundation/umi/serializers';
10
+ export type RaydiumSwapInstructionAccounts = {
11
+ swapProgram: PublicKey | Pda;
12
+ tokenProgram?: PublicKey | Pda;
13
+ ammId: PublicKey | Pda;
14
+ ammAuthority: PublicKey | Pda;
15
+ ammOpenOrders: PublicKey | Pda;
16
+ poolCoinTokenAccount: PublicKey | Pda;
17
+ poolPcTokenAccount: PublicKey | Pda;
18
+ serumProgramId: PublicKey | Pda;
19
+ serumMarket: PublicKey | Pda;
20
+ serumBids: PublicKey | Pda;
21
+ serumAsks: PublicKey | Pda;
22
+ serumEventQueue: PublicKey | Pda;
23
+ serumCoinVaultAccount: PublicKey | Pda;
24
+ serumPcVaultAccount: PublicKey | Pda;
25
+ serumVaultSigner: PublicKey | Pda;
26
+ userSourceTokenAccount: PublicKey | Pda;
27
+ userDestinationTokenAccount: PublicKey | Pda;
28
+ userSourceOwner: PublicKey | Pda;
29
+ };
30
+ export type RaydiumSwapInstructionData = {
31
+ discriminator: Array<number>;
32
+ };
33
+ export type RaydiumSwapInstructionDataArgs = {};
34
+ export declare function getRaydiumSwapInstructionDataSerializer(): Serializer<RaydiumSwapInstructionDataArgs, RaydiumSwapInstructionData>;
35
+ export declare function raydiumSwap(context: Pick<Context, 'programs'>, input: RaydiumSwapInstructionAccounts): TransactionBuilder;
36
+ //# sourceMappingURL=raydiumSwap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"raydiumSwap.d.ts","sourceRoot":"","sources":["../../../src/jupiter-sdk/instructions/raydiumSwap.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,OAAO,EACP,GAAG,EACH,SAAS,EACT,kBAAkB,EAEnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,UAAU,EAKX,MAAM,sCAAsC,CAAC;AAQ9C,MAAM,MAAM,8BAA8B,GAAG;IAC3C,WAAW,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,YAAY,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,KAAK,EAAE,SAAS,GAAG,GAAG,CAAC;IACvB,YAAY,EAAE,SAAS,GAAG,GAAG,CAAC;IAC9B,aAAa,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,oBAAoB,EAAE,SAAS,GAAG,GAAG,CAAC;IACtC,kBAAkB,EAAE,SAAS,GAAG,GAAG,CAAC;IACpC,cAAc,EAAE,SAAS,GAAG,GAAG,CAAC;IAChC,WAAW,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,SAAS,EAAE,SAAS,GAAG,GAAG,CAAC;IAC3B,SAAS,EAAE,SAAS,GAAG,GAAG,CAAC;IAC3B,eAAe,EAAE,SAAS,GAAG,GAAG,CAAC;IACjC,qBAAqB,EAAE,SAAS,GAAG,GAAG,CAAC;IACvC,mBAAmB,EAAE,SAAS,GAAG,GAAG,CAAC;IACrC,gBAAgB,EAAE,SAAS,GAAG,GAAG,CAAC;IAClC,sBAAsB,EAAE,SAAS,GAAG,GAAG,CAAC;IACxC,2BAA2B,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7C,eAAe,EAAE,SAAS,GAAG,GAAG,CAAC;CAClC,CAAC;AAGF,MAAM,MAAM,0BAA0B,GAAG;IAAE,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;CAAE,CAAC;AAE1E,MAAM,MAAM,8BAA8B,GAAG,EAAE,CAAC;AAEhD,wBAAgB,uCAAuC,IAAI,UAAU,CACnE,8BAA8B,EAC9B,0BAA0B,CAC3B,CAeA;AAGD,wBAAgB,WAAW,CACzB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,8BAA8B,GACpC,kBAAkB,CAmIpB"}
@@ -0,0 +1,134 @@
1
+ "use strict";
2
+ /**
3
+ * This code was AUTOGENERATED using the kinobi library.
4
+ * Please DO NOT EDIT THIS FILE, instead use visitors
5
+ * to add features, then rerun kinobi to update it.
6
+ *
7
+ * @see https://github.com/metaplex-foundation/kinobi
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.getRaydiumSwapInstructionDataSerializer = getRaydiumSwapInstructionDataSerializer;
11
+ exports.raydiumSwap = raydiumSwap;
12
+ const umi_1 = require("@metaplex-foundation/umi");
13
+ const serializers_1 = require("@metaplex-foundation/umi/serializers");
14
+ const shared_1 = require("../shared");
15
+ function getRaydiumSwapInstructionDataSerializer() {
16
+ return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })]], { description: 'RaydiumSwapInstructionData' }), (value) => ({
17
+ ...value,
18
+ discriminator: [177, 173, 42, 240, 184, 4, 124, 81],
19
+ }));
20
+ }
21
+ // Instruction.
22
+ function raydiumSwap(context, input) {
23
+ // Program ID.
24
+ const programId = context.programs.getPublicKey('jupiter', 'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4');
25
+ // Accounts.
26
+ const resolvedAccounts = {
27
+ swapProgram: {
28
+ index: 0,
29
+ isWritable: false,
30
+ value: input.swapProgram ?? null,
31
+ },
32
+ tokenProgram: {
33
+ index: 1,
34
+ isWritable: false,
35
+ value: input.tokenProgram ?? null,
36
+ },
37
+ ammId: {
38
+ index: 2,
39
+ isWritable: true,
40
+ value: input.ammId ?? null,
41
+ },
42
+ ammAuthority: {
43
+ index: 3,
44
+ isWritable: false,
45
+ value: input.ammAuthority ?? null,
46
+ },
47
+ ammOpenOrders: {
48
+ index: 4,
49
+ isWritable: true,
50
+ value: input.ammOpenOrders ?? null,
51
+ },
52
+ poolCoinTokenAccount: {
53
+ index: 5,
54
+ isWritable: true,
55
+ value: input.poolCoinTokenAccount ?? null,
56
+ },
57
+ poolPcTokenAccount: {
58
+ index: 6,
59
+ isWritable: true,
60
+ value: input.poolPcTokenAccount ?? null,
61
+ },
62
+ serumProgramId: {
63
+ index: 7,
64
+ isWritable: false,
65
+ value: input.serumProgramId ?? null,
66
+ },
67
+ serumMarket: {
68
+ index: 8,
69
+ isWritable: true,
70
+ value: input.serumMarket ?? null,
71
+ },
72
+ serumBids: {
73
+ index: 9,
74
+ isWritable: true,
75
+ value: input.serumBids ?? null,
76
+ },
77
+ serumAsks: {
78
+ index: 10,
79
+ isWritable: true,
80
+ value: input.serumAsks ?? null,
81
+ },
82
+ serumEventQueue: {
83
+ index: 11,
84
+ isWritable: true,
85
+ value: input.serumEventQueue ?? null,
86
+ },
87
+ serumCoinVaultAccount: {
88
+ index: 12,
89
+ isWritable: true,
90
+ value: input.serumCoinVaultAccount ?? null,
91
+ },
92
+ serumPcVaultAccount: {
93
+ index: 13,
94
+ isWritable: true,
95
+ value: input.serumPcVaultAccount ?? null,
96
+ },
97
+ serumVaultSigner: {
98
+ index: 14,
99
+ isWritable: false,
100
+ value: input.serumVaultSigner ?? null,
101
+ },
102
+ userSourceTokenAccount: {
103
+ index: 15,
104
+ isWritable: true,
105
+ value: input.userSourceTokenAccount ?? null,
106
+ },
107
+ userDestinationTokenAccount: {
108
+ index: 16,
109
+ isWritable: true,
110
+ value: input.userDestinationTokenAccount ?? null,
111
+ },
112
+ userSourceOwner: {
113
+ index: 17,
114
+ isWritable: false,
115
+ value: input.userSourceOwner ?? null,
116
+ },
117
+ };
118
+ // Default values.
119
+ if (!resolvedAccounts.tokenProgram.value) {
120
+ resolvedAccounts.tokenProgram.value = context.programs.getPublicKey('splToken', 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA');
121
+ resolvedAccounts.tokenProgram.isWritable = false;
122
+ }
123
+ // Accounts in order.
124
+ const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
125
+ // Keys and Signers.
126
+ const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
127
+ // Data.
128
+ const data = getRaydiumSwapInstructionDataSerializer().serialize({});
129
+ // Bytes Created On Chain.
130
+ const bytesCreatedOnChain = 0;
131
+ return (0, umi_1.transactionBuilder)([
132
+ { instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
133
+ ]);
134
+ }
@@ -0,0 +1,40 @@
1
+ /**
2
+ * This code was AUTOGENERATED using the kinobi library.
3
+ * Please DO NOT EDIT THIS FILE, instead use visitors
4
+ * to add features, then rerun kinobi to update it.
5
+ *
6
+ * @see https://github.com/metaplex-foundation/kinobi
7
+ */
8
+ import { Context, Pda, PublicKey, Signer, TransactionBuilder } from '@metaplex-foundation/umi';
9
+ import { Serializer } from '@metaplex-foundation/umi/serializers';
10
+ import { RoutePlanStep, RoutePlanStepArgs } from '../types';
11
+ export type RouteInstructionAccounts = {
12
+ tokenProgram?: PublicKey | Pda;
13
+ userTransferAuthority: Signer;
14
+ userSourceTokenAccount: PublicKey | Pda;
15
+ userDestinationTokenAccount: PublicKey | Pda;
16
+ destinationTokenAccount?: PublicKey | Pda;
17
+ destinationMint: PublicKey | Pda;
18
+ platformFeeAccount?: PublicKey | Pda;
19
+ eventAuthority: PublicKey | Pda;
20
+ program: PublicKey | Pda;
21
+ };
22
+ export type RouteInstructionData = {
23
+ discriminator: Array<number>;
24
+ routePlan: Array<RoutePlanStep>;
25
+ inAmount: bigint;
26
+ quotedOutAmount: bigint;
27
+ slippageBps: number;
28
+ platformFeeBps: number;
29
+ };
30
+ export type RouteInstructionDataArgs = {
31
+ routePlan: Array<RoutePlanStepArgs>;
32
+ inAmount: number | bigint;
33
+ quotedOutAmount: number | bigint;
34
+ slippageBps: number;
35
+ platformFeeBps: number;
36
+ };
37
+ export declare function getRouteInstructionDataSerializer(): Serializer<RouteInstructionDataArgs, RouteInstructionData>;
38
+ export type RouteInstructionArgs = RouteInstructionDataArgs;
39
+ export declare function route(context: Pick<Context, 'programs'>, input: RouteInstructionAccounts & RouteInstructionArgs): TransactionBuilder;
40
+ //# sourceMappingURL=route.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"route.d.ts","sourceRoot":"","sources":["../../../src/jupiter-sdk/instructions/route.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,OAAO,EACP,GAAG,EACH,SAAS,EACT,MAAM,EACN,kBAAkB,EAEnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,UAAU,EAOX,MAAM,sCAAsC,CAAC;AAM9C,OAAO,EACL,aAAa,EACb,iBAAiB,EAElB,MAAM,UAAU,CAAC;AAGlB,MAAM,MAAM,wBAAwB,GAAG;IACrC,YAAY,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,sBAAsB,EAAE,SAAS,GAAG,GAAG,CAAC;IACxC,2BAA2B,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7C,uBAAuB,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAC1C,eAAe,EAAE,SAAS,GAAG,GAAG,CAAC;IACjC,kBAAkB,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IACrC,cAAc,EAAE,SAAS,GAAG,GAAG,CAAC;IAChC,OAAO,EAAE,SAAS,GAAG,GAAG,CAAC;CAC1B,CAAC;AAGF,MAAM,MAAM,oBAAoB,GAAG;IACjC,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACpC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,eAAe,EAAE,MAAM,GAAG,MAAM,CAAC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,wBAAgB,iCAAiC,IAAI,UAAU,CAC7D,wBAAwB,EACxB,oBAAoB,CACrB,CAkBA;AAGD,MAAM,MAAM,oBAAoB,GAAG,wBAAwB,CAAC;AAG5D,wBAAgB,KAAK,CACnB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,wBAAwB,GAAG,oBAAoB,GACrD,kBAAkB,CA2FpB"}
@@ -0,0 +1,99 @@
1
+ "use strict";
2
+ /**
3
+ * This code was AUTOGENERATED using the kinobi library.
4
+ * Please DO NOT EDIT THIS FILE, instead use visitors
5
+ * to add features, then rerun kinobi to update it.
6
+ *
7
+ * @see https://github.com/metaplex-foundation/kinobi
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.getRouteInstructionDataSerializer = getRouteInstructionDataSerializer;
11
+ exports.route = route;
12
+ const umi_1 = require("@metaplex-foundation/umi");
13
+ const serializers_1 = require("@metaplex-foundation/umi/serializers");
14
+ const shared_1 = require("../shared");
15
+ const types_1 = require("../types");
16
+ function getRouteInstructionDataSerializer() {
17
+ return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([
18
+ ['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })],
19
+ ['routePlan', (0, serializers_1.array)((0, types_1.getRoutePlanStepSerializer)())],
20
+ ['inAmount', (0, serializers_1.u64)()],
21
+ ['quotedOutAmount', (0, serializers_1.u64)()],
22
+ ['slippageBps', (0, serializers_1.u16)()],
23
+ ['platformFeeBps', (0, serializers_1.u8)()],
24
+ ], { description: 'RouteInstructionData' }), (value) => ({
25
+ ...value,
26
+ discriminator: [229, 23, 203, 151, 122, 227, 173, 42],
27
+ }));
28
+ }
29
+ // Instruction.
30
+ function route(context, input) {
31
+ // Program ID.
32
+ const programId = context.programs.getPublicKey('jupiter', 'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4');
33
+ // Accounts.
34
+ const resolvedAccounts = {
35
+ tokenProgram: {
36
+ index: 0,
37
+ isWritable: false,
38
+ value: input.tokenProgram ?? null,
39
+ },
40
+ userTransferAuthority: {
41
+ index: 1,
42
+ isWritable: false,
43
+ value: input.userTransferAuthority ?? null,
44
+ },
45
+ userSourceTokenAccount: {
46
+ index: 2,
47
+ isWritable: true,
48
+ value: input.userSourceTokenAccount ?? null,
49
+ },
50
+ userDestinationTokenAccount: {
51
+ index: 3,
52
+ isWritable: true,
53
+ value: input.userDestinationTokenAccount ?? null,
54
+ },
55
+ destinationTokenAccount: {
56
+ index: 4,
57
+ isWritable: true,
58
+ value: input.destinationTokenAccount ?? null,
59
+ },
60
+ destinationMint: {
61
+ index: 5,
62
+ isWritable: false,
63
+ value: input.destinationMint ?? null,
64
+ },
65
+ platformFeeAccount: {
66
+ index: 6,
67
+ isWritable: true,
68
+ value: input.platformFeeAccount ?? null,
69
+ },
70
+ eventAuthority: {
71
+ index: 7,
72
+ isWritable: false,
73
+ value: input.eventAuthority ?? null,
74
+ },
75
+ program: {
76
+ index: 8,
77
+ isWritable: false,
78
+ value: input.program ?? null,
79
+ },
80
+ };
81
+ // Arguments.
82
+ const resolvedArgs = { ...input };
83
+ // Default values.
84
+ if (!resolvedAccounts.tokenProgram.value) {
85
+ resolvedAccounts.tokenProgram.value = context.programs.getPublicKey('splToken', 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA');
86
+ resolvedAccounts.tokenProgram.isWritable = false;
87
+ }
88
+ // Accounts in order.
89
+ const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
90
+ // Keys and Signers.
91
+ const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
92
+ // Data.
93
+ const data = getRouteInstructionDataSerializer().serialize(resolvedArgs);
94
+ // Bytes Created On Chain.
95
+ const bytesCreatedOnChain = 0;
96
+ return (0, umi_1.transactionBuilder)([
97
+ { instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
98
+ ]);
99
+ }
@@ -0,0 +1,39 @@
1
+ /**
2
+ * This code was AUTOGENERATED using the kinobi library.
3
+ * Please DO NOT EDIT THIS FILE, instead use visitors
4
+ * to add features, then rerun kinobi to update it.
5
+ *
6
+ * @see https://github.com/metaplex-foundation/kinobi
7
+ */
8
+ import { Context, Pda, PublicKey, Signer, TransactionBuilder } from '@metaplex-foundation/umi';
9
+ import { Serializer } from '@metaplex-foundation/umi/serializers';
10
+ import { RoutePlanStep, RoutePlanStepArgs } from '../types';
11
+ export type RouteWithTokenLedgerInstructionAccounts = {
12
+ tokenProgram?: PublicKey | Pda;
13
+ userTransferAuthority: Signer;
14
+ userSourceTokenAccount: PublicKey | Pda;
15
+ userDestinationTokenAccount: PublicKey | Pda;
16
+ destinationTokenAccount?: PublicKey | Pda;
17
+ destinationMint: PublicKey | Pda;
18
+ platformFeeAccount?: PublicKey | Pda;
19
+ tokenLedger: PublicKey | Pda;
20
+ eventAuthority: PublicKey | Pda;
21
+ program: PublicKey | Pda;
22
+ };
23
+ export type RouteWithTokenLedgerInstructionData = {
24
+ discriminator: Array<number>;
25
+ routePlan: Array<RoutePlanStep>;
26
+ quotedOutAmount: bigint;
27
+ slippageBps: number;
28
+ platformFeeBps: number;
29
+ };
30
+ export type RouteWithTokenLedgerInstructionDataArgs = {
31
+ routePlan: Array<RoutePlanStepArgs>;
32
+ quotedOutAmount: number | bigint;
33
+ slippageBps: number;
34
+ platformFeeBps: number;
35
+ };
36
+ export declare function getRouteWithTokenLedgerInstructionDataSerializer(): Serializer<RouteWithTokenLedgerInstructionDataArgs, RouteWithTokenLedgerInstructionData>;
37
+ export type RouteWithTokenLedgerInstructionArgs = RouteWithTokenLedgerInstructionDataArgs;
38
+ export declare function routeWithTokenLedger(context: Pick<Context, 'programs'>, input: RouteWithTokenLedgerInstructionAccounts & RouteWithTokenLedgerInstructionArgs): TransactionBuilder;
39
+ //# sourceMappingURL=routeWithTokenLedger.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routeWithTokenLedger.d.ts","sourceRoot":"","sources":["../../../src/jupiter-sdk/instructions/routeWithTokenLedger.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,OAAO,EACP,GAAG,EACH,SAAS,EACT,MAAM,EACN,kBAAkB,EAEnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,UAAU,EAOX,MAAM,sCAAsC,CAAC;AAM9C,OAAO,EACL,aAAa,EACb,iBAAiB,EAElB,MAAM,UAAU,CAAC;AAGlB,MAAM,MAAM,uCAAuC,GAAG;IACpD,YAAY,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,sBAAsB,EAAE,SAAS,GAAG,GAAG,CAAC;IACxC,2BAA2B,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7C,uBAAuB,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAC1C,eAAe,EAAE,SAAS,GAAG,GAAG,CAAC;IACjC,kBAAkB,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IACrC,WAAW,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,cAAc,EAAE,SAAS,GAAG,GAAG,CAAC;IAChC,OAAO,EAAE,SAAS,GAAG,GAAG,CAAC;CAC1B,CAAC;AAGF,MAAM,MAAM,mCAAmC,GAAG;IAChD,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;IAChC,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,uCAAuC,GAAG;IACpD,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACpC,eAAe,EAAE,MAAM,GAAG,MAAM,CAAC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,wBAAgB,gDAAgD,IAAI,UAAU,CAC5E,uCAAuC,EACvC,mCAAmC,CACpC,CAwBA;AAGD,MAAM,MAAM,mCAAmC,GAC7C,uCAAuC,CAAC;AAG1C,wBAAgB,oBAAoB,CAClC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,uCAAuC,GAC5C,mCAAmC,GACpC,kBAAkB,CAgGpB"}