@haven-fi/solauto-sdk 1.0.191 → 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 +2 -3
  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 +2 -4
  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,189 @@
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
+
9
+ import {
10
+ Context,
11
+ Pda,
12
+ PublicKey,
13
+ Signer,
14
+ TransactionBuilder,
15
+ transactionBuilder,
16
+ } from '@metaplex-foundation/umi';
17
+ import {
18
+ Serializer,
19
+ array,
20
+ mapSerializer,
21
+ struct,
22
+ u16,
23
+ u64,
24
+ u8,
25
+ } from '@metaplex-foundation/umi/serializers';
26
+ import {
27
+ ResolvedAccount,
28
+ ResolvedAccountsWithIndices,
29
+ getAccountMetasAndSigners,
30
+ } from '../shared';
31
+ import {
32
+ RoutePlanStep,
33
+ RoutePlanStepArgs,
34
+ getRoutePlanStepSerializer,
35
+ } from '../types';
36
+
37
+ // Accounts.
38
+ export type RouteInstructionAccounts = {
39
+ tokenProgram?: PublicKey | Pda;
40
+ userTransferAuthority: Signer;
41
+ userSourceTokenAccount: PublicKey | Pda;
42
+ userDestinationTokenAccount: PublicKey | Pda;
43
+ destinationTokenAccount?: PublicKey | Pda;
44
+ destinationMint: PublicKey | Pda;
45
+ platformFeeAccount?: PublicKey | Pda;
46
+ eventAuthority: PublicKey | Pda;
47
+ program: PublicKey | Pda;
48
+ };
49
+
50
+ // Data.
51
+ export type RouteInstructionData = {
52
+ discriminator: Array<number>;
53
+ routePlan: Array<RoutePlanStep>;
54
+ inAmount: bigint;
55
+ quotedOutAmount: bigint;
56
+ slippageBps: number;
57
+ platformFeeBps: number;
58
+ };
59
+
60
+ export type RouteInstructionDataArgs = {
61
+ routePlan: Array<RoutePlanStepArgs>;
62
+ inAmount: number | bigint;
63
+ quotedOutAmount: number | bigint;
64
+ slippageBps: number;
65
+ platformFeeBps: number;
66
+ };
67
+
68
+ export function getRouteInstructionDataSerializer(): Serializer<
69
+ RouteInstructionDataArgs,
70
+ RouteInstructionData
71
+ > {
72
+ return mapSerializer<RouteInstructionDataArgs, any, RouteInstructionData>(
73
+ struct<RouteInstructionData>(
74
+ [
75
+ ['discriminator', array(u8(), { size: 8 })],
76
+ ['routePlan', array(getRoutePlanStepSerializer())],
77
+ ['inAmount', u64()],
78
+ ['quotedOutAmount', u64()],
79
+ ['slippageBps', u16()],
80
+ ['platformFeeBps', u8()],
81
+ ],
82
+ { description: 'RouteInstructionData' }
83
+ ),
84
+ (value) => ({
85
+ ...value,
86
+ discriminator: [229, 23, 203, 151, 122, 227, 173, 42],
87
+ })
88
+ ) as Serializer<RouteInstructionDataArgs, RouteInstructionData>;
89
+ }
90
+
91
+ // Args.
92
+ export type RouteInstructionArgs = RouteInstructionDataArgs;
93
+
94
+ // Instruction.
95
+ export function route(
96
+ context: Pick<Context, 'programs'>,
97
+ input: RouteInstructionAccounts & RouteInstructionArgs
98
+ ): TransactionBuilder {
99
+ // Program ID.
100
+ const programId = context.programs.getPublicKey(
101
+ 'jupiter',
102
+ 'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4'
103
+ );
104
+
105
+ // Accounts.
106
+ const resolvedAccounts = {
107
+ tokenProgram: {
108
+ index: 0,
109
+ isWritable: false as boolean,
110
+ value: input.tokenProgram ?? null,
111
+ },
112
+ userTransferAuthority: {
113
+ index: 1,
114
+ isWritable: false as boolean,
115
+ value: input.userTransferAuthority ?? null,
116
+ },
117
+ userSourceTokenAccount: {
118
+ index: 2,
119
+ isWritable: true as boolean,
120
+ value: input.userSourceTokenAccount ?? null,
121
+ },
122
+ userDestinationTokenAccount: {
123
+ index: 3,
124
+ isWritable: true as boolean,
125
+ value: input.userDestinationTokenAccount ?? null,
126
+ },
127
+ destinationTokenAccount: {
128
+ index: 4,
129
+ isWritable: true as boolean,
130
+ value: input.destinationTokenAccount ?? null,
131
+ },
132
+ destinationMint: {
133
+ index: 5,
134
+ isWritable: false as boolean,
135
+ value: input.destinationMint ?? null,
136
+ },
137
+ platformFeeAccount: {
138
+ index: 6,
139
+ isWritable: true as boolean,
140
+ value: input.platformFeeAccount ?? null,
141
+ },
142
+ eventAuthority: {
143
+ index: 7,
144
+ isWritable: false as boolean,
145
+ value: input.eventAuthority ?? null,
146
+ },
147
+ program: {
148
+ index: 8,
149
+ isWritable: false as boolean,
150
+ value: input.program ?? null,
151
+ },
152
+ } satisfies ResolvedAccountsWithIndices;
153
+
154
+ // Arguments.
155
+ const resolvedArgs: RouteInstructionArgs = { ...input };
156
+
157
+ // Default values.
158
+ if (!resolvedAccounts.tokenProgram.value) {
159
+ resolvedAccounts.tokenProgram.value = context.programs.getPublicKey(
160
+ 'splToken',
161
+ 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA'
162
+ );
163
+ resolvedAccounts.tokenProgram.isWritable = false;
164
+ }
165
+
166
+ // Accounts in order.
167
+ const orderedAccounts: ResolvedAccount[] = Object.values(
168
+ resolvedAccounts
169
+ ).sort((a, b) => a.index - b.index);
170
+
171
+ // Keys and Signers.
172
+ const [keys, signers] = getAccountMetasAndSigners(
173
+ orderedAccounts,
174
+ 'programId',
175
+ programId
176
+ );
177
+
178
+ // Data.
179
+ const data = getRouteInstructionDataSerializer().serialize(
180
+ resolvedArgs as RouteInstructionDataArgs
181
+ );
182
+
183
+ // Bytes Created On Chain.
184
+ const bytesCreatedOnChain = 0;
185
+
186
+ return transactionBuilder([
187
+ { instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
188
+ ]);
189
+ }
@@ -0,0 +1,201 @@
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
+
9
+ import {
10
+ Context,
11
+ Pda,
12
+ PublicKey,
13
+ Signer,
14
+ TransactionBuilder,
15
+ transactionBuilder,
16
+ } from '@metaplex-foundation/umi';
17
+ import {
18
+ Serializer,
19
+ array,
20
+ mapSerializer,
21
+ struct,
22
+ u16,
23
+ u64,
24
+ u8,
25
+ } from '@metaplex-foundation/umi/serializers';
26
+ import {
27
+ ResolvedAccount,
28
+ ResolvedAccountsWithIndices,
29
+ getAccountMetasAndSigners,
30
+ } from '../shared';
31
+ import {
32
+ RoutePlanStep,
33
+ RoutePlanStepArgs,
34
+ getRoutePlanStepSerializer,
35
+ } from '../types';
36
+
37
+ // Accounts.
38
+ export type RouteWithTokenLedgerInstructionAccounts = {
39
+ tokenProgram?: PublicKey | Pda;
40
+ userTransferAuthority: Signer;
41
+ userSourceTokenAccount: PublicKey | Pda;
42
+ userDestinationTokenAccount: PublicKey | Pda;
43
+ destinationTokenAccount?: PublicKey | Pda;
44
+ destinationMint: PublicKey | Pda;
45
+ platformFeeAccount?: PublicKey | Pda;
46
+ tokenLedger: PublicKey | Pda;
47
+ eventAuthority: PublicKey | Pda;
48
+ program: PublicKey | Pda;
49
+ };
50
+
51
+ // Data.
52
+ export type RouteWithTokenLedgerInstructionData = {
53
+ discriminator: Array<number>;
54
+ routePlan: Array<RoutePlanStep>;
55
+ quotedOutAmount: bigint;
56
+ slippageBps: number;
57
+ platformFeeBps: number;
58
+ };
59
+
60
+ export type RouteWithTokenLedgerInstructionDataArgs = {
61
+ routePlan: Array<RoutePlanStepArgs>;
62
+ quotedOutAmount: number | bigint;
63
+ slippageBps: number;
64
+ platformFeeBps: number;
65
+ };
66
+
67
+ export function getRouteWithTokenLedgerInstructionDataSerializer(): Serializer<
68
+ RouteWithTokenLedgerInstructionDataArgs,
69
+ RouteWithTokenLedgerInstructionData
70
+ > {
71
+ return mapSerializer<
72
+ RouteWithTokenLedgerInstructionDataArgs,
73
+ any,
74
+ RouteWithTokenLedgerInstructionData
75
+ >(
76
+ struct<RouteWithTokenLedgerInstructionData>(
77
+ [
78
+ ['discriminator', array(u8(), { size: 8 })],
79
+ ['routePlan', array(getRoutePlanStepSerializer())],
80
+ ['quotedOutAmount', u64()],
81
+ ['slippageBps', u16()],
82
+ ['platformFeeBps', u8()],
83
+ ],
84
+ { description: 'RouteWithTokenLedgerInstructionData' }
85
+ ),
86
+ (value) => ({
87
+ ...value,
88
+ discriminator: [150, 86, 71, 116, 167, 93, 14, 104],
89
+ })
90
+ ) as Serializer<
91
+ RouteWithTokenLedgerInstructionDataArgs,
92
+ RouteWithTokenLedgerInstructionData
93
+ >;
94
+ }
95
+
96
+ // Args.
97
+ export type RouteWithTokenLedgerInstructionArgs =
98
+ RouteWithTokenLedgerInstructionDataArgs;
99
+
100
+ // Instruction.
101
+ export function routeWithTokenLedger(
102
+ context: Pick<Context, 'programs'>,
103
+ input: RouteWithTokenLedgerInstructionAccounts &
104
+ RouteWithTokenLedgerInstructionArgs
105
+ ): TransactionBuilder {
106
+ // Program ID.
107
+ const programId = context.programs.getPublicKey(
108
+ 'jupiter',
109
+ 'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4'
110
+ );
111
+
112
+ // Accounts.
113
+ const resolvedAccounts = {
114
+ tokenProgram: {
115
+ index: 0,
116
+ isWritable: false as boolean,
117
+ value: input.tokenProgram ?? null,
118
+ },
119
+ userTransferAuthority: {
120
+ index: 1,
121
+ isWritable: false as boolean,
122
+ value: input.userTransferAuthority ?? null,
123
+ },
124
+ userSourceTokenAccount: {
125
+ index: 2,
126
+ isWritable: true as boolean,
127
+ value: input.userSourceTokenAccount ?? null,
128
+ },
129
+ userDestinationTokenAccount: {
130
+ index: 3,
131
+ isWritable: true as boolean,
132
+ value: input.userDestinationTokenAccount ?? null,
133
+ },
134
+ destinationTokenAccount: {
135
+ index: 4,
136
+ isWritable: true as boolean,
137
+ value: input.destinationTokenAccount ?? null,
138
+ },
139
+ destinationMint: {
140
+ index: 5,
141
+ isWritable: false as boolean,
142
+ value: input.destinationMint ?? null,
143
+ },
144
+ platformFeeAccount: {
145
+ index: 6,
146
+ isWritable: true as boolean,
147
+ value: input.platformFeeAccount ?? null,
148
+ },
149
+ tokenLedger: {
150
+ index: 7,
151
+ isWritable: false as boolean,
152
+ value: input.tokenLedger ?? null,
153
+ },
154
+ eventAuthority: {
155
+ index: 8,
156
+ isWritable: false as boolean,
157
+ value: input.eventAuthority ?? null,
158
+ },
159
+ program: {
160
+ index: 9,
161
+ isWritable: false as boolean,
162
+ value: input.program ?? null,
163
+ },
164
+ } satisfies ResolvedAccountsWithIndices;
165
+
166
+ // Arguments.
167
+ const resolvedArgs: RouteWithTokenLedgerInstructionArgs = { ...input };
168
+
169
+ // Default values.
170
+ if (!resolvedAccounts.tokenProgram.value) {
171
+ resolvedAccounts.tokenProgram.value = context.programs.getPublicKey(
172
+ 'splToken',
173
+ 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA'
174
+ );
175
+ resolvedAccounts.tokenProgram.isWritable = false;
176
+ }
177
+
178
+ // Accounts in order.
179
+ const orderedAccounts: ResolvedAccount[] = Object.values(
180
+ resolvedAccounts
181
+ ).sort((a, b) => a.index - b.index);
182
+
183
+ // Keys and Signers.
184
+ const [keys, signers] = getAccountMetasAndSigners(
185
+ orderedAccounts,
186
+ 'programId',
187
+ programId
188
+ );
189
+
190
+ // Data.
191
+ const data = getRouteWithTokenLedgerInstructionDataSerializer().serialize(
192
+ resolvedArgs as RouteWithTokenLedgerInstructionDataArgs
193
+ );
194
+
195
+ // Bytes Created On Chain.
196
+ const bytesCreatedOnChain = 0;
197
+
198
+ return transactionBuilder([
199
+ { instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
200
+ ]);
201
+ }
@@ -0,0 +1,151 @@
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
+
9
+ import {
10
+ Context,
11
+ Pda,
12
+ PublicKey,
13
+ TransactionBuilder,
14
+ transactionBuilder,
15
+ } from '@metaplex-foundation/umi';
16
+ import {
17
+ Serializer,
18
+ array,
19
+ mapSerializer,
20
+ struct,
21
+ u8,
22
+ } from '@metaplex-foundation/umi/serializers';
23
+ import {
24
+ ResolvedAccount,
25
+ ResolvedAccountsWithIndices,
26
+ getAccountMetasAndSigners,
27
+ } from '../shared';
28
+
29
+ // Accounts.
30
+ export type SaberAddDecimalsInstructionAccounts = {
31
+ addDecimalsProgram: PublicKey | Pda;
32
+ wrapper: PublicKey | Pda;
33
+ wrapperMint: PublicKey | Pda;
34
+ wrapperUnderlyingTokens: PublicKey | Pda;
35
+ owner: PublicKey | Pda;
36
+ userUnderlyingTokens: PublicKey | Pda;
37
+ userWrappedTokens: PublicKey | Pda;
38
+ tokenProgram?: PublicKey | Pda;
39
+ };
40
+
41
+ // Data.
42
+ export type SaberAddDecimalsInstructionData = { discriminator: Array<number> };
43
+
44
+ export type SaberAddDecimalsInstructionDataArgs = {};
45
+
46
+ export function getSaberAddDecimalsInstructionDataSerializer(): Serializer<
47
+ SaberAddDecimalsInstructionDataArgs,
48
+ SaberAddDecimalsInstructionData
49
+ > {
50
+ return mapSerializer<
51
+ SaberAddDecimalsInstructionDataArgs,
52
+ any,
53
+ SaberAddDecimalsInstructionData
54
+ >(
55
+ struct<SaberAddDecimalsInstructionData>(
56
+ [['discriminator', array(u8(), { size: 8 })]],
57
+ { description: 'SaberAddDecimalsInstructionData' }
58
+ ),
59
+ (value) => ({ ...value, discriminator: [36, 53, 231, 184, 7, 181, 5, 238] })
60
+ ) as Serializer<
61
+ SaberAddDecimalsInstructionDataArgs,
62
+ SaberAddDecimalsInstructionData
63
+ >;
64
+ }
65
+
66
+ // Instruction.
67
+ export function saberAddDecimals(
68
+ context: Pick<Context, 'programs'>,
69
+ input: SaberAddDecimalsInstructionAccounts
70
+ ): TransactionBuilder {
71
+ // Program ID.
72
+ const programId = context.programs.getPublicKey(
73
+ 'jupiter',
74
+ 'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4'
75
+ );
76
+
77
+ // Accounts.
78
+ const resolvedAccounts = {
79
+ addDecimalsProgram: {
80
+ index: 0,
81
+ isWritable: false as boolean,
82
+ value: input.addDecimalsProgram ?? null,
83
+ },
84
+ wrapper: {
85
+ index: 1,
86
+ isWritable: false as boolean,
87
+ value: input.wrapper ?? null,
88
+ },
89
+ wrapperMint: {
90
+ index: 2,
91
+ isWritable: true as boolean,
92
+ value: input.wrapperMint ?? null,
93
+ },
94
+ wrapperUnderlyingTokens: {
95
+ index: 3,
96
+ isWritable: true as boolean,
97
+ value: input.wrapperUnderlyingTokens ?? null,
98
+ },
99
+ owner: {
100
+ index: 4,
101
+ isWritable: false as boolean,
102
+ value: input.owner ?? null,
103
+ },
104
+ userUnderlyingTokens: {
105
+ index: 5,
106
+ isWritable: true as boolean,
107
+ value: input.userUnderlyingTokens ?? null,
108
+ },
109
+ userWrappedTokens: {
110
+ index: 6,
111
+ isWritable: true as boolean,
112
+ value: input.userWrappedTokens ?? null,
113
+ },
114
+ tokenProgram: {
115
+ index: 7,
116
+ isWritable: false as boolean,
117
+ value: input.tokenProgram ?? null,
118
+ },
119
+ } satisfies ResolvedAccountsWithIndices;
120
+
121
+ // Default values.
122
+ if (!resolvedAccounts.tokenProgram.value) {
123
+ resolvedAccounts.tokenProgram.value = context.programs.getPublicKey(
124
+ 'splToken',
125
+ 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA'
126
+ );
127
+ resolvedAccounts.tokenProgram.isWritable = false;
128
+ }
129
+
130
+ // Accounts in order.
131
+ const orderedAccounts: ResolvedAccount[] = Object.values(
132
+ resolvedAccounts
133
+ ).sort((a, b) => a.index - b.index);
134
+
135
+ // Keys and Signers.
136
+ const [keys, signers] = getAccountMetasAndSigners(
137
+ orderedAccounts,
138
+ 'programId',
139
+ programId
140
+ );
141
+
142
+ // Data.
143
+ const data = getSaberAddDecimalsInstructionDataSerializer().serialize({});
144
+
145
+ // Bytes Created On Chain.
146
+ const bytesCreatedOnChain = 0;
147
+
148
+ return transactionBuilder([
149
+ { instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
150
+ ]);
151
+ }
@@ -0,0 +1,156 @@
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
+
9
+ import {
10
+ Context,
11
+ Pda,
12
+ PublicKey,
13
+ TransactionBuilder,
14
+ transactionBuilder,
15
+ } from '@metaplex-foundation/umi';
16
+ import {
17
+ Serializer,
18
+ array,
19
+ mapSerializer,
20
+ struct,
21
+ u8,
22
+ } from '@metaplex-foundation/umi/serializers';
23
+ import {
24
+ ResolvedAccount,
25
+ ResolvedAccountsWithIndices,
26
+ getAccountMetasAndSigners,
27
+ } from '../shared';
28
+
29
+ // Accounts.
30
+ export type SaberSwapInstructionAccounts = {
31
+ swapProgram: PublicKey | Pda;
32
+ tokenProgram?: PublicKey | Pda;
33
+ swap: PublicKey | Pda;
34
+ swapAuthority: PublicKey | Pda;
35
+ userAuthority: PublicKey | Pda;
36
+ inputUserAccount: PublicKey | Pda;
37
+ inputTokenAccount: PublicKey | Pda;
38
+ outputUserAccount: PublicKey | Pda;
39
+ outputTokenAccount: PublicKey | Pda;
40
+ feesTokenAccount: PublicKey | Pda;
41
+ };
42
+
43
+ // Data.
44
+ export type SaberSwapInstructionData = { discriminator: Array<number> };
45
+
46
+ export type SaberSwapInstructionDataArgs = {};
47
+
48
+ export function getSaberSwapInstructionDataSerializer(): Serializer<
49
+ SaberSwapInstructionDataArgs,
50
+ SaberSwapInstructionData
51
+ > {
52
+ return mapSerializer<
53
+ SaberSwapInstructionDataArgs,
54
+ any,
55
+ SaberSwapInstructionData
56
+ >(
57
+ struct<SaberSwapInstructionData>(
58
+ [['discriminator', array(u8(), { size: 8 })]],
59
+ { description: 'SaberSwapInstructionData' }
60
+ ),
61
+ (value) => ({ ...value, discriminator: [64, 62, 98, 226, 52, 74, 37, 178] })
62
+ ) as Serializer<SaberSwapInstructionDataArgs, SaberSwapInstructionData>;
63
+ }
64
+
65
+ // Instruction.
66
+ export function saberSwap(
67
+ context: Pick<Context, 'programs'>,
68
+ input: SaberSwapInstructionAccounts
69
+ ): TransactionBuilder {
70
+ // Program ID.
71
+ const programId = context.programs.getPublicKey(
72
+ 'jupiter',
73
+ 'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4'
74
+ );
75
+
76
+ // Accounts.
77
+ const resolvedAccounts = {
78
+ swapProgram: {
79
+ index: 0,
80
+ isWritable: false as boolean,
81
+ value: input.swapProgram ?? null,
82
+ },
83
+ tokenProgram: {
84
+ index: 1,
85
+ isWritable: false as boolean,
86
+ value: input.tokenProgram ?? null,
87
+ },
88
+ swap: { index: 2, isWritable: false as boolean, value: input.swap ?? null },
89
+ swapAuthority: {
90
+ index: 3,
91
+ isWritable: false as boolean,
92
+ value: input.swapAuthority ?? null,
93
+ },
94
+ userAuthority: {
95
+ index: 4,
96
+ isWritable: false as boolean,
97
+ value: input.userAuthority ?? null,
98
+ },
99
+ inputUserAccount: {
100
+ index: 5,
101
+ isWritable: true as boolean,
102
+ value: input.inputUserAccount ?? null,
103
+ },
104
+ inputTokenAccount: {
105
+ index: 6,
106
+ isWritable: true as boolean,
107
+ value: input.inputTokenAccount ?? null,
108
+ },
109
+ outputUserAccount: {
110
+ index: 7,
111
+ isWritable: true as boolean,
112
+ value: input.outputUserAccount ?? null,
113
+ },
114
+ outputTokenAccount: {
115
+ index: 8,
116
+ isWritable: true as boolean,
117
+ value: input.outputTokenAccount ?? null,
118
+ },
119
+ feesTokenAccount: {
120
+ index: 9,
121
+ isWritable: true as boolean,
122
+ value: input.feesTokenAccount ?? null,
123
+ },
124
+ } satisfies ResolvedAccountsWithIndices;
125
+
126
+ // Default values.
127
+ if (!resolvedAccounts.tokenProgram.value) {
128
+ resolvedAccounts.tokenProgram.value = context.programs.getPublicKey(
129
+ 'splToken',
130
+ 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA'
131
+ );
132
+ resolvedAccounts.tokenProgram.isWritable = false;
133
+ }
134
+
135
+ // Accounts in order.
136
+ const orderedAccounts: ResolvedAccount[] = Object.values(
137
+ resolvedAccounts
138
+ ).sort((a, b) => a.index - b.index);
139
+
140
+ // Keys and Signers.
141
+ const [keys, signers] = getAccountMetasAndSigners(
142
+ orderedAccounts,
143
+ 'programId',
144
+ programId
145
+ );
146
+
147
+ // Data.
148
+ const data = getSaberSwapInstructionDataSerializer().serialize({});
149
+
150
+ // Bytes Created On Chain.
151
+ const bytesCreatedOnChain = 0;
152
+
153
+ return transactionBuilder([
154
+ { instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
155
+ ]);
156
+ }