@exponent-labs/exponent-sdk 0.9.2 → 0.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1119) hide show
  1. package/build/addressLookupTableUtil.d.ts +13 -13
  2. package/build/addressLookupTableUtil.js +5 -5
  3. package/build/addressLookupTableUtil.js.map +1 -1
  4. package/build/client/clmm/accounts/lpPosition.js +5 -6
  5. package/build/client/clmm/accounts/lpPosition.js.map +1 -1
  6. package/build/client/clmm/accounts/marketThree.js +5 -6
  7. package/build/client/clmm/accounts/marketThree.js.map +1 -1
  8. package/build/client/clmm/accounts/vault.js +5 -6
  9. package/build/client/clmm/accounts/vault.js.map +1 -1
  10. package/build/client/clmm/index.d.ts +1 -2
  11. package/build/client/clmm/instructions/addFarm.js +1 -2
  12. package/build/client/clmm/instructions/addFarm.js.map +1 -1
  13. package/build/client/clmm/instructions/addLiquidity.js +1 -2
  14. package/build/client/clmm/instructions/addLiquidity.js.map +1 -1
  15. package/build/client/clmm/instructions/addMarketEmission.js +1 -2
  16. package/build/client/clmm/instructions/addMarketEmission.js.map +1 -1
  17. package/build/client/clmm/instructions/buyPt.js +1 -2
  18. package/build/client/clmm/instructions/buyPt.js.map +1 -1
  19. package/build/client/clmm/instructions/buyYt.js +1 -2
  20. package/build/client/clmm/instructions/buyYt.js.map +1 -1
  21. package/build/client/clmm/instructions/claimFarmEmission.js +1 -2
  22. package/build/client/clmm/instructions/claimFarmEmission.js.map +1 -1
  23. package/build/client/clmm/instructions/closeMarket.js +1 -2
  24. package/build/client/clmm/instructions/closeMarket.js.map +1 -1
  25. package/build/client/clmm/instructions/depositLiquidity.js +1 -2
  26. package/build/client/clmm/instructions/depositLiquidity.js.map +1 -1
  27. package/build/client/clmm/instructions/initializeMarket.js +1 -2
  28. package/build/client/clmm/instructions/initializeMarket.js.map +1 -1
  29. package/build/client/clmm/instructions/marketAccrueEmission.js +1 -2
  30. package/build/client/clmm/instructions/marketAccrueEmission.js.map +1 -1
  31. package/build/client/clmm/instructions/marketCollectEmission.js +1 -2
  32. package/build/client/clmm/instructions/marketCollectEmission.js.map +1 -1
  33. package/build/client/clmm/instructions/modifyFarm.js +1 -2
  34. package/build/client/clmm/instructions/modifyFarm.js.map +1 -1
  35. package/build/client/clmm/instructions/modifyMarketSetting.js +1 -2
  36. package/build/client/clmm/instructions/modifyMarketSetting.js.map +1 -1
  37. package/build/client/clmm/instructions/sellPt.js +1 -2
  38. package/build/client/clmm/instructions/sellPt.js.map +1 -1
  39. package/build/client/clmm/instructions/sellYt.js +1 -2
  40. package/build/client/clmm/instructions/sellYt.js.map +1 -1
  41. package/build/client/clmm/instructions/tradePt.js +1 -2
  42. package/build/client/clmm/instructions/tradePt.js.map +1 -1
  43. package/build/client/clmm/instructions/tradePtExactOut.js +1 -2
  44. package/build/client/clmm/instructions/tradePtExactOut.js.map +1 -1
  45. package/build/client/clmm/instructions/withdrawLiquidity.js +1 -2
  46. package/build/client/clmm/instructions/withdrawLiquidity.js.map +1 -1
  47. package/build/client/clmm/instructions/wrapperBuyYt.js +1 -2
  48. package/build/client/clmm/instructions/wrapperBuyYt.js.map +1 -1
  49. package/build/client/clmm/instructions/wrapperProvideLiquidity.js +1 -2
  50. package/build/client/clmm/instructions/wrapperProvideLiquidity.js.map +1 -1
  51. package/build/client/clmm/instructions/wrapperProvideLiquidityBase.js +1 -2
  52. package/build/client/clmm/instructions/wrapperProvideLiquidityBase.js.map +1 -1
  53. package/build/client/clmm/instructions/wrapperProvideLiquidityClassic.js +1 -2
  54. package/build/client/clmm/instructions/wrapperProvideLiquidityClassic.js.map +1 -1
  55. package/build/client/clmm/instructions/wrapperSellYt.js +1 -2
  56. package/build/client/clmm/instructions/wrapperSellYt.js.map +1 -1
  57. package/build/client/clmm/instructions/wrapperWithdrawLiquidity.js +1 -2
  58. package/build/client/clmm/instructions/wrapperWithdrawLiquidity.js.map +1 -1
  59. package/build/client/clmm/instructions/wrapperWithdrawLiquidityClassic.js +1 -2
  60. package/build/client/clmm/instructions/wrapperWithdrawLiquidityClassic.js.map +1 -1
  61. package/build/client/clmm/types/addFarmEvent.d.ts +1 -25
  62. package/build/client/clmm/types/amount.d.ts +1 -19
  63. package/build/client/clmm/types/amount.js +3 -3
  64. package/build/client/clmm/types/amount.js.map +1 -1
  65. package/build/client/clmm/types/buyPtEvent.d.ts +1 -16
  66. package/build/client/clmm/types/buyYtEvent.d.ts +1 -40
  67. package/build/client/clmm/types/claimFarmEmissionsEvent.d.ts +1 -149
  68. package/build/client/clmm/types/claimLimits.d.ts +1 -16
  69. package/build/client/clmm/types/closeMarketEvent.d.ts +1 -16
  70. package/build/client/clmm/types/configurationOptions.d.ts +1 -25
  71. package/build/client/clmm/types/cpiAccounts.d.ts +1 -99
  72. package/build/client/clmm/types/cpiCoreAccounts.d.ts +1 -42
  73. package/build/client/clmm/types/cpiInterfaceContext.d.ts +1 -13
  74. package/build/client/clmm/types/crossingSplit.d.ts +1 -109
  75. package/build/client/clmm/types/depositLiquidityEvent.d.ts +1 -149
  76. package/build/client/clmm/types/depositLiquidityReturnData.d.ts +1 -49
  77. package/build/client/clmm/types/emissionInfo.d.ts +1 -25
  78. package/build/client/clmm/types/farmEmission.d.ts +1 -16
  79. package/build/client/clmm/types/liquidityNetBalanceLimits.d.ts +1 -19
  80. package/build/client/clmm/types/lpFarm.d.ts +1 -30
  81. package/build/client/clmm/types/marketAccrueEmissionEvent.d.ts +1 -134
  82. package/build/client/clmm/types/marketAdminAction.d.ts +1 -306
  83. package/build/client/clmm/types/marketAdminAction.js +3 -3
  84. package/build/client/clmm/types/marketAdminAction.js.map +1 -1
  85. package/build/client/clmm/types/marketCollectEmissionEvent.d.ts +1 -143
  86. package/build/client/clmm/types/marketEmission.d.ts +1 -13
  87. package/build/client/clmm/types/marketEmissions.d.ts +1 -23
  88. package/build/client/clmm/types/marketFinancials.d.ts +1 -19
  89. package/build/client/clmm/types/marketThreeInitEvent.d.ts +1 -52
  90. package/build/client/clmm/types/mergeEvent.d.ts +1 -61
  91. package/build/client/clmm/types/modifiedTick.d.ts +1 -13
  92. package/build/client/clmm/types/modifiedTicks.d.ts +1 -35
  93. package/build/client/clmm/types/modifyFarmEvent.d.ts +1 -31
  94. package/build/client/clmm/types/number.d.ts +1 -1
  95. package/build/client/clmm/types/personalYieldTracker.d.ts +1 -10
  96. package/build/client/clmm/types/personalYieldTrackers.d.ts +1 -19
  97. package/build/client/clmm/types/principalShare.d.ts +1 -42
  98. package/build/client/clmm/types/principalShareTrackers.d.ts +1 -59
  99. package/build/client/clmm/types/sellPtEvent.d.ts +1 -16
  100. package/build/client/clmm/types/sellYtEvent.d.ts +1 -34
  101. package/build/client/clmm/types/stripEvent.d.ts +1 -61
  102. package/build/client/clmm/types/swapDirection.d.ts +1 -1
  103. package/build/client/clmm/types/tradePtEvent.d.ts +1 -90
  104. package/build/client/clmm/types/withdrawLiquidityEvent.d.ts +1 -158
  105. package/build/client/clmm/types/withdrawLiquidityReturnData.d.ts +1 -34
  106. package/build/client/clmm/types/wrapperBuyYtEvent.d.ts +1 -16
  107. package/build/client/clmm/types/wrapperProvideLiquidityBaseEvent.d.ts +1 -40
  108. package/build/client/clmm/types/wrapperProvideLiquidityClassicEvent.d.ts +1 -37
  109. package/build/client/clmm/types/wrapperProvideLiquidityEvent.d.ts +1 -40
  110. package/build/client/clmm/types/wrapperSellYtEvent.d.ts +1 -16
  111. package/build/client/clmm/types/wrapperWithdrawLiquidityClassicEvent.d.ts +1 -43
  112. package/build/client/clmm/types/wrapperWithdrawLiquidityEvent.d.ts +1 -43
  113. package/build/client/core/accounts/admin.js +5 -6
  114. package/build/client/core/accounts/admin.js.map +1 -1
  115. package/build/client/core/accounts/lpPosition.js +5 -6
  116. package/build/client/core/accounts/lpPosition.js.map +1 -1
  117. package/build/client/core/accounts/marketTwo.js +5 -6
  118. package/build/client/core/accounts/marketTwo.js.map +1 -1
  119. package/build/client/core/accounts/vault.js +5 -6
  120. package/build/client/core/accounts/vault.js.map +1 -1
  121. package/build/client/core/accounts/yieldTokenPosition.js +5 -6
  122. package/build/client/core/accounts/yieldTokenPosition.js.map +1 -1
  123. package/build/client/core/index.d.ts +1 -2
  124. package/build/client/core/instructions/addEmission.js +1 -2
  125. package/build/client/core/instructions/addEmission.js.map +1 -1
  126. package/build/client/core/instructions/addFarm.js +1 -2
  127. package/build/client/core/instructions/addFarm.js.map +1 -1
  128. package/build/client/core/instructions/addLpTokensMetadata.js +1 -2
  129. package/build/client/core/instructions/addLpTokensMetadata.js.map +1 -1
  130. package/build/client/core/instructions/addMarketEmission.js +1 -2
  131. package/build/client/core/instructions/addMarketEmission.js.map +1 -1
  132. package/build/client/core/instructions/buyYt.js +1 -2
  133. package/build/client/core/instructions/buyYt.js.map +1 -1
  134. package/build/client/core/instructions/claimFarmEmissions.js +1 -2
  135. package/build/client/core/instructions/claimFarmEmissions.js.map +1 -1
  136. package/build/client/core/instructions/collectEmission.js +1 -2
  137. package/build/client/core/instructions/collectEmission.js.map +1 -1
  138. package/build/client/core/instructions/collectInterest.js +1 -2
  139. package/build/client/core/instructions/collectInterest.js.map +1 -1
  140. package/build/client/core/instructions/collectTreasuryEmission.js +1 -2
  141. package/build/client/core/instructions/collectTreasuryEmission.js.map +1 -1
  142. package/build/client/core/instructions/collectTreasuryInterest.js +1 -2
  143. package/build/client/core/instructions/collectTreasuryInterest.js.map +1 -1
  144. package/build/client/core/instructions/depositYt.js +1 -2
  145. package/build/client/core/instructions/depositYt.js.map +1 -1
  146. package/build/client/core/instructions/initLpPosition.js +1 -2
  147. package/build/client/core/instructions/initLpPosition.js.map +1 -1
  148. package/build/client/core/instructions/initMarketTwo.js +1 -2
  149. package/build/client/core/instructions/initMarketTwo.js.map +1 -1
  150. package/build/client/core/instructions/initializeVault.js +1 -2
  151. package/build/client/core/instructions/initializeVault.js.map +1 -1
  152. package/build/client/core/instructions/initializeYieldPosition.js +1 -2
  153. package/build/client/core/instructions/initializeYieldPosition.js.map +1 -1
  154. package/build/client/core/instructions/marketCollectEmission.js +1 -2
  155. package/build/client/core/instructions/marketCollectEmission.js.map +1 -1
  156. package/build/client/core/instructions/marketDepositLp.js +1 -2
  157. package/build/client/core/instructions/marketDepositLp.js.map +1 -1
  158. package/build/client/core/instructions/marketTwoDepositLiquidity.js +1 -2
  159. package/build/client/core/instructions/marketTwoDepositLiquidity.js.map +1 -1
  160. package/build/client/core/instructions/marketTwoWithdrawLiquidity.js +1 -2
  161. package/build/client/core/instructions/marketTwoWithdrawLiquidity.js.map +1 -1
  162. package/build/client/core/instructions/marketWithdrawLp.js +1 -2
  163. package/build/client/core/instructions/marketWithdrawLp.js.map +1 -1
  164. package/build/client/core/instructions/merge.js +1 -2
  165. package/build/client/core/instructions/merge.js.map +1 -1
  166. package/build/client/core/instructions/modifyFarm.js +1 -2
  167. package/build/client/core/instructions/modifyFarm.js.map +1 -1
  168. package/build/client/core/instructions/modifyMarketSetting.js +1 -2
  169. package/build/client/core/instructions/modifyMarketSetting.js.map +1 -1
  170. package/build/client/core/instructions/modifyVaultSetting.js +1 -2
  171. package/build/client/core/instructions/modifyVaultSetting.js.map +1 -1
  172. package/build/client/core/instructions/reallocMarket.js +1 -2
  173. package/build/client/core/instructions/reallocMarket.js.map +1 -1
  174. package/build/client/core/instructions/sellYt.js +1 -2
  175. package/build/client/core/instructions/sellYt.js.map +1 -1
  176. package/build/client/core/instructions/stageYtYield.js +1 -2
  177. package/build/client/core/instructions/stageYtYield.js.map +1 -1
  178. package/build/client/core/instructions/strip.js +1 -2
  179. package/build/client/core/instructions/strip.js.map +1 -1
  180. package/build/client/core/instructions/tradePt.js +1 -2
  181. package/build/client/core/instructions/tradePt.js.map +1 -1
  182. package/build/client/core/instructions/withdrawYt.js +1 -2
  183. package/build/client/core/instructions/withdrawYt.js.map +1 -1
  184. package/build/client/core/instructions/wrapperBuyPt.js +1 -2
  185. package/build/client/core/instructions/wrapperBuyPt.js.map +1 -1
  186. package/build/client/core/instructions/wrapperBuyYt.js +1 -2
  187. package/build/client/core/instructions/wrapperBuyYt.js.map +1 -1
  188. package/build/client/core/instructions/wrapperCollectInterest.js +1 -2
  189. package/build/client/core/instructions/wrapperCollectInterest.js.map +1 -1
  190. package/build/client/core/instructions/wrapperMerge.js +1 -2
  191. package/build/client/core/instructions/wrapperMerge.js.map +1 -1
  192. package/build/client/core/instructions/wrapperProvideLiquidity.js +1 -2
  193. package/build/client/core/instructions/wrapperProvideLiquidity.js.map +1 -1
  194. package/build/client/core/instructions/wrapperProvideLiquidityBase.js +1 -2
  195. package/build/client/core/instructions/wrapperProvideLiquidityBase.js.map +1 -1
  196. package/build/client/core/instructions/wrapperProvideLiquidityClassic.js +1 -2
  197. package/build/client/core/instructions/wrapperProvideLiquidityClassic.js.map +1 -1
  198. package/build/client/core/instructions/wrapperSellPt.js +1 -2
  199. package/build/client/core/instructions/wrapperSellPt.js.map +1 -1
  200. package/build/client/core/instructions/wrapperSellYt.js +1 -2
  201. package/build/client/core/instructions/wrapperSellYt.js.map +1 -1
  202. package/build/client/core/instructions/wrapperStrip.js +1 -2
  203. package/build/client/core/instructions/wrapperStrip.js.map +1 -1
  204. package/build/client/core/instructions/wrapperWithdrawLiquidity.js +1 -2
  205. package/build/client/core/instructions/wrapperWithdrawLiquidity.js.map +1 -1
  206. package/build/client/core/instructions/wrapperWithdrawLiquidityClassic.js +1 -2
  207. package/build/client/core/instructions/wrapperWithdrawLiquidityClassic.js.map +1 -1
  208. package/build/client/core/types/adminAction.d.ts +1 -269
  209. package/build/client/core/types/adminAction.js +3 -3
  210. package/build/client/core/types/adminAction.js.map +1 -1
  211. package/build/client/core/types/amount.d.ts +1 -19
  212. package/build/client/core/types/amount.js +3 -3
  213. package/build/client/core/types/amount.js.map +1 -1
  214. package/build/client/core/types/buyPtEvent.d.ts +1 -19
  215. package/build/client/core/types/buyYtEvent.d.ts +1 -49
  216. package/build/client/core/types/claimFarmEmissionsEvent.d.ts +1 -31
  217. package/build/client/core/types/claimFarmEmissionsEventV2.d.ts +1 -83
  218. package/build/client/core/types/claimLimits.d.ts +1 -16
  219. package/build/client/core/types/collectEmissionEvent.d.ts +1 -25
  220. package/build/client/core/types/collectEmissionEventV2.d.ts +1 -55
  221. package/build/client/core/types/collectInterestEvent.d.ts +1 -22
  222. package/build/client/core/types/collectInterestEventV2.d.ts +1 -52
  223. package/build/client/core/types/collectTreasuryEmissionKind.d.ts +1 -1
  224. package/build/client/core/types/collectTreasuryInterestKind.d.ts +1 -1
  225. package/build/client/core/types/cpiAccounts.d.ts +1 -99
  226. package/build/client/core/types/cpiInterfaceContext.d.ts +1 -13
  227. package/build/client/core/types/depositLiquidityEvent.d.ts +1 -49
  228. package/build/client/core/types/depositLpEvent.d.ts +1 -31
  229. package/build/client/core/types/depositLpEventV2.d.ts +1 -83
  230. package/build/client/core/types/depositYtEvent.d.ts +1 -40
  231. package/build/client/core/types/depositYtEventV2.d.ts +1 -70
  232. package/build/client/core/types/emissionInfo.d.ts +1 -25
  233. package/build/client/core/types/farmEmission.d.ts +1 -16
  234. package/build/client/core/types/initLpPositionEvent.d.ts +1 -25
  235. package/build/client/core/types/initializeYieldPositionEvent.d.ts +1 -16
  236. package/build/client/core/types/liquidityNetBalanceLimits.d.ts +1 -19
  237. package/build/client/core/types/lpFarm.d.ts +1 -30
  238. package/build/client/core/types/marketAdminAction.d.ts +1 -239
  239. package/build/client/core/types/marketAdminAction.js +3 -3
  240. package/build/client/core/types/marketAdminAction.js.map +1 -1
  241. package/build/client/core/types/marketCollectEmissionEvent.d.ts +1 -28
  242. package/build/client/core/types/marketCollectEmissionEventV2.d.ts +1 -80
  243. package/build/client/core/types/marketEmission.d.ts +1 -13
  244. package/build/client/core/types/marketEmissions.d.ts +1 -23
  245. package/build/client/core/types/marketFinancials.d.ts +1 -22
  246. package/build/client/core/types/mergeEvent.d.ts +1 -61
  247. package/build/client/core/types/number.d.ts +1 -1
  248. package/build/client/core/types/personalYieldTracker.d.ts +1 -10
  249. package/build/client/core/types/personalYieldTrackers.d.ts +1 -19
  250. package/build/client/core/types/principleDetails.d.ts +1 -7
  251. package/build/client/core/types/principles.d.ts +1 -70
  252. package/build/client/core/types/sellPtEvent.d.ts +1 -19
  253. package/build/client/core/types/sellYtEvent.d.ts +1 -43
  254. package/build/client/core/types/stageYieldEvent.d.ts +1 -31
  255. package/build/client/core/types/stageYieldEventV2.d.ts +1 -58
  256. package/build/client/core/types/stripEvent.d.ts +1 -61
  257. package/build/client/core/types/tradePtEvent.d.ts +1 -37
  258. package/build/client/core/types/withdrawLiquidityEvent.d.ts +1 -43
  259. package/build/client/core/types/withdrawLpEvent.d.ts +1 -31
  260. package/build/client/core/types/withdrawLpEventV2.d.ts +1 -83
  261. package/build/client/core/types/withdrawYtEvent.d.ts +1 -40
  262. package/build/client/core/types/withdrawYtEventV2.d.ts +1 -70
  263. package/build/client/core/types/wrapperBuyYtEvent.d.ts +1 -19
  264. package/build/client/core/types/wrapperCollectInterestEvent.d.ts +1 -16
  265. package/build/client/core/types/wrapperMergeEvent.d.ts +1 -19
  266. package/build/client/core/types/wrapperProvideLiquidityBaseEvent.d.ts +1 -25
  267. package/build/client/core/types/wrapperProvideLiquidityClassicEvent.d.ts +1 -22
  268. package/build/client/core/types/wrapperProvideLiquidityEvent.d.ts +1 -22
  269. package/build/client/core/types/wrapperSellYtEvent.d.ts +1 -19
  270. package/build/client/core/types/wrapperStripEvent.d.ts +1 -19
  271. package/build/client/core/types/wrapperWithdrawLiquidityClassicEvent.d.ts +1 -22
  272. package/build/client/core/types/wrapperWithdrawLiquidityEvent.d.ts +1 -19
  273. package/build/client/core/types/yieldTokenTracker.d.ts +1 -10
  274. package/build/client/orderbook/accounts/cpiAccountsOrderbook.js +5 -6
  275. package/build/client/orderbook/accounts/cpiAccountsOrderbook.js.map +1 -1
  276. package/build/client/orderbook/accounts/vault.js +5 -6
  277. package/build/client/orderbook/accounts/vault.js.map +1 -1
  278. package/build/client/orderbook/index.d.ts +1 -2
  279. package/build/client/orderbook/instructions/collectAdminEmission.js +1 -2
  280. package/build/client/orderbook/instructions/collectAdminEmission.js.map +1 -1
  281. package/build/client/orderbook/instructions/collectAdminFee.js +1 -2
  282. package/build/client/orderbook/instructions/collectAdminFee.js.map +1 -1
  283. package/build/client/orderbook/instructions/collectInterest.js +1 -2
  284. package/build/client/orderbook/instructions/collectInterest.js.map +1 -1
  285. package/build/client/orderbook/instructions/initializeOrderbook.js +1 -2
  286. package/build/client/orderbook/instructions/initializeOrderbook.js.map +1 -1
  287. package/build/client/orderbook/instructions/marketOffer.js +1 -2
  288. package/build/client/orderbook/instructions/marketOffer.js.map +1 -1
  289. package/build/client/orderbook/instructions/postOffer.js +1 -2
  290. package/build/client/orderbook/instructions/postOffer.js.map +1 -1
  291. package/build/client/orderbook/instructions/reallocOrderbookAccount.js +1 -2
  292. package/build/client/orderbook/instructions/reallocOrderbookAccount.js.map +1 -1
  293. package/build/client/orderbook/instructions/removeExpiredOffers.js +1 -2
  294. package/build/client/orderbook/instructions/removeExpiredOffers.js.map +1 -1
  295. package/build/client/orderbook/instructions/removeOffer.js +1 -2
  296. package/build/client/orderbook/instructions/removeOffer.js.map +1 -1
  297. package/build/client/orderbook/instructions/setConfigurationOptions.js +1 -2
  298. package/build/client/orderbook/instructions/setConfigurationOptions.js.map +1 -1
  299. package/build/client/orderbook/instructions/withdrawFunds.js +1 -2
  300. package/build/client/orderbook/instructions/withdrawFunds.js.map +1 -1
  301. package/build/client/orderbook/instructions/wrapperCollectAdminFee.js +1 -2
  302. package/build/client/orderbook/instructions/wrapperCollectAdminFee.js.map +1 -1
  303. package/build/client/orderbook/instructions/wrapperCollectInterest.js +1 -2
  304. package/build/client/orderbook/instructions/wrapperCollectInterest.js.map +1 -1
  305. package/build/client/orderbook/instructions/wrapperMarketOffer.js +1 -2
  306. package/build/client/orderbook/instructions/wrapperMarketOffer.js.map +1 -1
  307. package/build/client/orderbook/instructions/wrapperPostOffer.js +1 -2
  308. package/build/client/orderbook/instructions/wrapperPostOffer.js.map +1 -1
  309. package/build/client/orderbook/instructions/wrapperRemoveOffer.js +1 -2
  310. package/build/client/orderbook/instructions/wrapperRemoveOffer.js.map +1 -1
  311. package/build/client/orderbook/instructions/wrapperWithdrawFunds.js +1 -2
  312. package/build/client/orderbook/instructions/wrapperWithdrawFunds.js.map +1 -1
  313. package/build/client/orderbook/types/amount.d.ts +1 -19
  314. package/build/client/orderbook/types/amount.js +3 -3
  315. package/build/client/orderbook/types/amount.js.map +1 -1
  316. package/build/client/orderbook/types/claimLimits.d.ts +1 -16
  317. package/build/client/orderbook/types/collectAdminEmissionEvent.d.ts +1 -19
  318. package/build/client/orderbook/types/collectAdminFeeEvent.d.ts +1 -19
  319. package/build/client/orderbook/types/collectEmissionEventV2.d.ts +1 -55
  320. package/build/client/orderbook/types/collectInterestEventV2.d.ts +1 -52
  321. package/build/client/orderbook/types/collectUserInterestEvent.d.ts +1 -16
  322. package/build/client/orderbook/types/cpiAccounts.d.ts +1 -99
  323. package/build/client/orderbook/types/cpiInterfaceContext.d.ts +1 -13
  324. package/build/client/orderbook/types/emissionInfo.d.ts +1 -25
  325. package/build/client/orderbook/types/exponentCoreCpiAccounts.d.ts +1 -99
  326. package/build/client/orderbook/types/filledOffersEvent.d.ts +1 -22
  327. package/build/client/orderbook/types/marketOfferEvent.d.ts +1 -74
  328. package/build/client/orderbook/types/mergeEvent.d.ts +1 -61
  329. package/build/client/orderbook/types/number.d.ts +1 -1
  330. package/build/client/orderbook/types/offerOptions.d.ts +1 -13
  331. package/build/client/orderbook/types/offerOptions.js +3 -3
  332. package/build/client/orderbook/types/offerOptions.js.map +1 -1
  333. package/build/client/orderbook/types/offerType.d.ts +1 -1
  334. package/build/client/orderbook/types/orderbookInitEvent.d.ts +1 -28
  335. package/build/client/orderbook/types/postOfferEvent.d.ts +1 -96
  336. package/build/client/orderbook/types/removeOfferEvent.d.ts +1 -28
  337. package/build/client/orderbook/types/setConfigurationOptionsEnum.d.ts +1 -49
  338. package/build/client/orderbook/types/setConfigurationOptionsEnum.js +3 -3
  339. package/build/client/orderbook/types/setConfigurationOptionsEnum.js.map +1 -1
  340. package/build/client/orderbook/types/stripEvent.d.ts +1 -61
  341. package/build/client/orderbook/types/withdrawFundsEvent.d.ts +1 -28
  342. package/build/client/orderbook/types/wrapperCollectAdminFeeEvent.d.ts +1 -13
  343. package/build/client/orderbook/types/wrapperCollectInterestEvent.d.ts +1 -10
  344. package/build/client/orderbook/types/wrapperMarketOfferEvent.d.ts +1 -13
  345. package/build/client/orderbook/types/wrapperPostOfferEvent.d.ts +1 -28
  346. package/build/client/orderbook/types/wrapperRemoveOfferEvent.d.ts +1 -10
  347. package/build/client/orderbook/types/wrapperWithdrawFundsEvent.d.ts +1 -19
  348. package/build/client/orderbook/types/yieldTokenTracker.d.ts +1 -10
  349. package/build/client/vaults/accounts/actionProposal.js +5 -6
  350. package/build/client/vaults/accounts/actionProposal.js.map +1 -1
  351. package/build/client/vaults/accounts/exponentStrategyVault.js +5 -6
  352. package/build/client/vaults/accounts/exponentStrategyVault.js.map +1 -1
  353. package/build/client/vaults/accounts/programConfig.js +5 -6
  354. package/build/client/vaults/accounts/programConfig.js.map +1 -1
  355. package/build/client/vaults/accounts/voteAccount.js +5 -6
  356. package/build/client/vaults/accounts/voteAccount.js.map +1 -1
  357. package/build/client/vaults/accounts/withdrawalAccount.js +5 -6
  358. package/build/client/vaults/accounts/withdrawalAccount.js.map +1 -1
  359. package/build/client/vaults/eventRegistry.d.ts +8 -2
  360. package/build/client/vaults/eventRegistry.js +6 -0
  361. package/build/client/vaults/eventRegistry.js.map +1 -1
  362. package/build/client/vaults/index.d.ts +4 -2
  363. package/build/client/vaults/index.js +3 -0
  364. package/build/client/vaults/index.js.map +1 -1
  365. package/build/client/vaults/instructions/activateProposal.d.ts +2 -0
  366. package/build/client/vaults/instructions/activateProposal.js +3 -2
  367. package/build/client/vaults/instructions/activateProposal.js.map +1 -1
  368. package/build/client/vaults/instructions/addPolicy.js +1 -2
  369. package/build/client/vaults/instructions/addPolicy.js.map +1 -1
  370. package/build/client/vaults/instructions/appendProposalActions.js +1 -2
  371. package/build/client/vaults/instructions/appendProposalActions.js.map +1 -1
  372. package/build/client/vaults/instructions/cancelProposal.d.ts +2 -0
  373. package/build/client/vaults/instructions/cancelProposal.js +3 -2
  374. package/build/client/vaults/instructions/cancelProposal.js.map +1 -1
  375. package/build/client/vaults/instructions/cancelWithdrawal.d.ts +2 -0
  376. package/build/client/vaults/instructions/cancelWithdrawal.js +3 -2
  377. package/build/client/vaults/instructions/cancelWithdrawal.js.map +1 -1
  378. package/build/client/vaults/instructions/collectManagementFee.js +1 -2
  379. package/build/client/vaults/instructions/collectManagementFee.js.map +1 -1
  380. package/build/client/vaults/instructions/depositLiquidity.js +1 -2
  381. package/build/client/vaults/instructions/depositLiquidity.js.map +1 -1
  382. package/build/client/vaults/instructions/executeProposal.d.ts +2 -0
  383. package/build/client/vaults/instructions/executeProposal.js +3 -2
  384. package/build/client/vaults/instructions/executeProposal.js.map +1 -1
  385. package/build/client/vaults/instructions/executeWithdrawal.js +1 -2
  386. package/build/client/vaults/instructions/executeWithdrawal.js.map +1 -1
  387. package/build/client/vaults/instructions/executeWithdrawalFromReserves.d.ts +2 -0
  388. package/build/client/vaults/instructions/executeWithdrawalFromReserves.js +3 -2
  389. package/build/client/vaults/instructions/executeWithdrawalFromReserves.js.map +1 -1
  390. package/build/client/vaults/instructions/fillWithdrawal.js +1 -2
  391. package/build/client/vaults/instructions/fillWithdrawal.js.map +1 -1
  392. package/build/client/vaults/instructions/finalizeProposal.d.ts +2 -0
  393. package/build/client/vaults/instructions/finalizeProposal.js +3 -2
  394. package/build/client/vaults/instructions/finalizeProposal.js.map +1 -1
  395. package/build/client/vaults/instructions/initProposal.js +1 -2
  396. package/build/client/vaults/instructions/initProposal.js.map +1 -1
  397. package/build/client/vaults/instructions/initializePrices.js +1 -2
  398. package/build/client/vaults/instructions/initializePrices.js.map +1 -1
  399. package/build/client/vaults/instructions/initializeVault.js +1 -2
  400. package/build/client/vaults/instructions/initializeVault.js.map +1 -1
  401. package/build/client/vaults/instructions/makeSentienelManager.js +1 -2
  402. package/build/client/vaults/instructions/makeSentienelManager.js.map +1 -1
  403. package/build/client/vaults/instructions/managePrices.js +1 -2
  404. package/build/client/vaults/instructions/managePrices.js.map +1 -1
  405. package/build/client/vaults/instructions/manageVaultSettings.js +1 -2
  406. package/build/client/vaults/instructions/manageVaultSettings.js.map +1 -1
  407. package/build/client/vaults/instructions/managerUpdatePosition.js +1 -2
  408. package/build/client/vaults/instructions/managerUpdatePosition.js.map +1 -1
  409. package/build/client/vaults/instructions/queueWithdrawal.d.ts +2 -0
  410. package/build/client/vaults/instructions/queueWithdrawal.js +3 -2
  411. package/build/client/vaults/instructions/queueWithdrawal.js.map +1 -1
  412. package/build/client/vaults/instructions/removePolicy.js +1 -2
  413. package/build/client/vaults/instructions/removePolicy.js.map +1 -1
  414. package/build/client/vaults/instructions/sentinelSetVaultFlags.d.ts +2 -0
  415. package/build/client/vaults/instructions/sentinelSetVaultFlags.js +3 -2
  416. package/build/client/vaults/instructions/sentinelSetVaultFlags.js.map +1 -1
  417. package/build/client/vaults/instructions/stakeVote.d.ts +2 -0
  418. package/build/client/vaults/instructions/stakeVote.js +3 -2
  419. package/build/client/vaults/instructions/stakeVote.js.map +1 -1
  420. package/build/client/vaults/instructions/unstakeVote.js +1 -2
  421. package/build/client/vaults/instructions/unstakeVote.js.map +1 -1
  422. package/build/client/vaults/instructions/updatePolicy.js +1 -2
  423. package/build/client/vaults/instructions/updatePolicy.js.map +1 -1
  424. package/build/client/vaults/instructions/updatePolicyManager.js +1 -2
  425. package/build/client/vaults/instructions/updatePolicyManager.js.map +1 -1
  426. package/build/client/vaults/instructions/updatePrice.js +1 -2
  427. package/build/client/vaults/instructions/updatePrice.js.map +1 -1
  428. package/build/client/vaults/instructions/validateInteractionHook.js +1 -2
  429. package/build/client/vaults/instructions/validateInteractionHook.js.map +1 -1
  430. package/build/client/vaults/instructions/wrapperAddPolicy.js +1 -2
  431. package/build/client/vaults/instructions/wrapperAddPolicy.js.map +1 -1
  432. package/build/client/vaults/instructions/wrapperExecuteWithdrawal.js +1 -2
  433. package/build/client/vaults/instructions/wrapperExecuteWithdrawal.js.map +1 -1
  434. package/build/client/vaults/instructions/wrapperManageVaultSettings.js +1 -2
  435. package/build/client/vaults/instructions/wrapperManageVaultSettings.js.map +1 -1
  436. package/build/client/vaults/instructions/wrapperManagerUpdatePosition.js +1 -2
  437. package/build/client/vaults/instructions/wrapperManagerUpdatePosition.js.map +1 -1
  438. package/build/client/vaults/instructions/wrapperRemovePolicy.js +1 -2
  439. package/build/client/vaults/instructions/wrapperRemovePolicy.js.map +1 -1
  440. package/build/client/vaults/instructions/wrapperUpdatePolicy.js +1 -2
  441. package/build/client/vaults/instructions/wrapperUpdatePolicy.js.map +1 -1
  442. package/build/client/vaults/types/accountConstraint.d.ts +1 -13
  443. package/build/client/vaults/types/accountConstraintType.d.ts +1 -1
  444. package/build/client/vaults/types/accountConstraintType.js +3 -3
  445. package/build/client/vaults/types/accountConstraintType.js.map +1 -1
  446. package/build/client/vaults/types/allowedSettingsChange.d.ts +1 -54
  447. package/build/client/vaults/types/allowedSettingsChange.js +3 -3
  448. package/build/client/vaults/types/allowedSettingsChange.js.map +1 -1
  449. package/build/client/vaults/types/cancelProposalEvent.d.ts +1 -19
  450. package/build/client/vaults/types/cancelWithdrawalEvent.d.ts +12 -0
  451. package/build/client/vaults/types/cancelWithdrawalEvent.js +29 -0
  452. package/build/client/vaults/types/cancelWithdrawalEvent.js.map +1 -0
  453. package/build/client/vaults/types/clmmPositionEntry.d.ts +1 -80
  454. package/build/client/vaults/types/dataConstraint.d.ts +1 -109
  455. package/build/client/vaults/types/dataOperator.d.ts +1 -1
  456. package/build/client/vaults/types/dataValue.d.ts +1 -73
  457. package/build/client/vaults/types/dataValue.js +3 -3
  458. package/build/client/vaults/types/dataValue.js.map +1 -1
  459. package/build/client/vaults/types/depositLiquidityEvent.d.ts +1 -40
  460. package/build/client/vaults/types/executeProposalEvent.d.ts +1 -19
  461. package/build/client/vaults/types/executeWithdrawalEvent.d.ts +8 -10
  462. package/build/client/vaults/types/executeWithdrawalEvent.js +19 -0
  463. package/build/client/vaults/types/executeWithdrawalEvent.js.map +1 -1
  464. package/build/client/vaults/types/executeWithdrawalFromReservesEvent.d.ts +19 -0
  465. package/build/client/vaults/types/executeWithdrawalFromReservesEvent.js +48 -0
  466. package/build/client/vaults/types/executeWithdrawalFromReservesEvent.js.map +1 -0
  467. package/build/client/vaults/types/fillParam.d.ts +1 -10
  468. package/build/client/vaults/types/finalizeProposalEvent.d.ts +1 -34
  469. package/build/client/vaults/types/hook.d.ts +1 -35
  470. package/build/client/vaults/types/hookCompiledInstruction.d.ts +1 -13
  471. package/build/client/vaults/types/index.d.ts +3 -0
  472. package/build/client/vaults/types/index.js +3 -0
  473. package/build/client/vaults/types/index.js.map +1 -1
  474. package/build/client/vaults/types/instructionConstraint.d.ts +1 -165
  475. package/build/client/vaults/types/internalFundTransferPolicyCreationPayload.d.ts +1 -13
  476. package/build/client/vaults/types/kaminoFarmEntry.d.ts +1 -10
  477. package/build/client/vaults/types/kaminoObligationEntry.d.ts +1 -122
  478. package/build/client/vaults/types/limitedQuantityConstraints.d.ts +1 -7
  479. package/build/client/vaults/types/limitedSpendingLimit.d.ts +1 -97
  480. package/build/client/vaults/types/limitedTimeConstraints.d.ts +1 -61
  481. package/build/client/vaults/types/loopscaleLoanEntry.d.ts +1 -7
  482. package/build/client/vaults/types/loopscaleStrategyEntry.d.ts +1 -7
  483. package/build/client/vaults/types/number.d.ts +1 -1
  484. package/build/client/vaults/types/obligationType.d.ts +1 -1
  485. package/build/client/vaults/types/obligationType.js +3 -3
  486. package/build/client/vaults/types/obligationType.js.map +1 -1
  487. package/build/client/vaults/types/orderbookEntry.d.ts +1 -54
  488. package/build/client/vaults/types/periodV2.d.ts +1 -37
  489. package/build/client/vaults/types/periodV2.js +3 -3
  490. package/build/client/vaults/types/periodV2.js.map +1 -1
  491. package/build/client/vaults/types/permissions.d.ts +1 -7
  492. package/build/client/vaults/types/policyAction.d.ts +1 -40
  493. package/build/client/vaults/types/policyAction.js +3 -3
  494. package/build/client/vaults/types/policyAction.js.map +1 -1
  495. package/build/client/vaults/types/policyCreationPayload.d.ts +1 -260
  496. package/build/client/vaults/types/policyCreationPayload.js +3 -3
  497. package/build/client/vaults/types/policyCreationPayload.js.map +1 -1
  498. package/build/client/vaults/types/policyExpirationArgs.d.ts +1 -19
  499. package/build/client/vaults/types/policyExpirationArgs.js +3 -3
  500. package/build/client/vaults/types/policyExpirationArgs.js.map +1 -1
  501. package/build/client/vaults/types/positionUpdate.js +3 -3
  502. package/build/client/vaults/types/positionUpdate.js.map +1 -1
  503. package/build/client/vaults/types/priceId.d.ts +1 -25
  504. package/build/client/vaults/types/priceId.js +3 -3
  505. package/build/client/vaults/types/priceId.js.map +1 -1
  506. package/build/client/vaults/types/priceType.d.ts +1 -1
  507. package/build/client/vaults/types/proposalAction.d.ts +2 -204
  508. package/build/client/vaults/types/proposalAction.js +6 -3
  509. package/build/client/vaults/types/proposalAction.js.map +1 -1
  510. package/build/client/vaults/types/proposalActionKind.d.ts +1 -1
  511. package/build/client/vaults/types/proposalStatus.d.ts +1 -1
  512. package/build/client/vaults/types/proposalVoteConfig.d.ts +1 -34
  513. package/build/client/vaults/types/proposeActionEvent.d.ts +1 -34
  514. package/build/client/vaults/types/quantityConstraints.d.ts +1 -13
  515. package/build/client/vaults/types/queueWithdrawalEvent.d.ts +11 -0
  516. package/build/client/vaults/types/queueWithdrawalEvent.js +31 -0
  517. package/build/client/vaults/types/queueWithdrawalEvent.js.map +1 -0
  518. package/build/client/vaults/types/reserveFarmMapping.d.ts +1 -13
  519. package/build/client/vaults/types/reservePriceMapping.d.ts +1 -42
  520. package/build/client/vaults/types/settingsChangePolicyCreationPayload.d.ts +1 -77
  521. package/build/client/vaults/types/spendingLimitPolicyCreationPayload.d.ts +1 -130
  522. package/build/client/vaults/types/stakeVoteEvent.d.ts +1 -28
  523. package/build/client/vaults/types/strategyPosition.d.ts +1 -1
  524. package/build/client/vaults/types/strategyPosition.js +3 -3
  525. package/build/client/vaults/types/strategyPosition.js.map +1 -1
  526. package/build/client/vaults/types/timeConstraints.d.ts +1 -64
  527. package/build/client/vaults/types/tokenAccountBalance.d.ts +1 -45
  528. package/build/client/vaults/types/tokenAccountEntry.d.ts +1 -66
  529. package/build/client/vaults/types/tokenEntry.d.ts +1 -51
  530. package/build/client/vaults/types/unstakeVoteEvent.d.ts +1 -25
  531. package/build/client/vaults/types/updatePriceAction.d.ts +1 -124
  532. package/build/client/vaults/types/updatePriceAction.js +3 -3
  533. package/build/client/vaults/types/updatePriceAction.js.map +1 -1
  534. package/build/client/vaults/types/updatePriceInput.d.ts +1 -10
  535. package/build/client/vaults/types/usageState.d.ts +1 -10
  536. package/build/client/vaults/types/vaultConfig.d.ts +1 -74
  537. package/build/client/vaults/types/vaultFinancials.d.ts +1 -43
  538. package/build/client/vaults/types/vaultFlagAction.d.ts +1 -37
  539. package/build/client/vaults/types/vaultFlagAction.js +3 -3
  540. package/build/client/vaults/types/vaultFlagAction.js.map +1 -1
  541. package/build/client/vaults/types/vaultFlagsUpdatedEvent.d.ts +1 -16
  542. package/build/client/vaults/types/vaultRoleKind.d.ts +1 -1
  543. package/build/client/vaults/types/vaultRoles.d.ts +1 -16
  544. package/build/client/vaults/types/vaultSettingsAction.js +3 -3
  545. package/build/client/vaults/types/vaultSettingsAction.js.map +1 -1
  546. package/build/client/vaults/types/voteChoice.d.ts +1 -1
  547. package/build/client/vaults/types/withdrawalPeriodSettings.d.ts +1 -31
  548. package/build/client/vaults/types/withdrawalPeriodSettings.js +3 -3
  549. package/build/client/vaults/types/withdrawalPeriodSettings.js.map +1 -1
  550. package/build/client/vaults/types/withdrawalTokenFill.d.ts +1 -13
  551. package/build/client/vaults/types/yieldPositionEntry.d.ts +1 -45
  552. package/build/clmm/codamaEvents.d.ts +1 -2
  553. package/build/codamaEvents.d.ts +1 -2
  554. package/build/exponentVaults/aumCalculator.d.ts +0 -2
  555. package/build/exponentVaults/aumCalculator.js +20 -10
  556. package/build/exponentVaults/aumCalculator.js.map +1 -1
  557. package/build/exponentVaults/events.d.ts +1 -2
  558. package/build/exponentVaults/fetcher.js +4 -4
  559. package/build/exponentVaults/fetcher.js.map +1 -1
  560. package/build/exponentVaults/index.js +17 -7
  561. package/build/exponentVaults/index.js.map +1 -1
  562. package/build/exponentVaults/kamino-farms.d.ts +0 -2
  563. package/build/exponentVaults/kamino-farms.js +14 -14
  564. package/build/exponentVaults/kamino-farms.js.map +1 -1
  565. package/build/exponentVaults/kamino-markets.d.ts +394 -394
  566. package/build/exponentVaults/kamino-markets.js +2 -2
  567. package/build/exponentVaults/kamino-markets.js.map +1 -1
  568. package/build/exponentVaults/loopscale/helpers.js +6 -7
  569. package/build/exponentVaults/loopscale/helpers.js.map +1 -1
  570. package/build/exponentVaults/loopscale/prepared-transactions.js +1 -2
  571. package/build/exponentVaults/loopscale/prepared-transactions.js.map +1 -1
  572. package/build/exponentVaults/policyBuilders.d.ts +73 -75
  573. package/build/exponentVaults/policyBuilders.js +26 -27
  574. package/build/exponentVaults/policyBuilders.js.map +1 -1
  575. package/build/exponentVaults/policyMatcher.js +6 -7
  576. package/build/exponentVaults/policyMatcher.js.map +1 -1
  577. package/build/exponentVaults/pricePathResolver.js +7 -8
  578. package/build/exponentVaults/pricePathResolver.js.map +1 -1
  579. package/build/exponentVaults/scope-refresh.js +1 -2
  580. package/build/exponentVaults/scope-refresh.js.map +1 -1
  581. package/build/exponentVaults/squadsVaultTxnResolver/helpers.js +6 -7
  582. package/build/exponentVaults/squadsVaultTxnResolver/helpers.js.map +1 -1
  583. package/build/exponentVaults/squadsVaultTxnResolver/resolvers/exponent.js +5 -6
  584. package/build/exponentVaults/squadsVaultTxnResolver/resolvers/exponent.js.map +1 -1
  585. package/build/exponentVaults/squadsVaultTxnResolver/resolvers/helpers.js +1 -2
  586. package/build/exponentVaults/squadsVaultTxnResolver/resolvers/helpers.js.map +1 -1
  587. package/build/exponentVaults/squadsVaultTxnResolver/resolvers/kamino.js +1 -2
  588. package/build/exponentVaults/squadsVaultTxnResolver/resolvers/kamino.js.map +1 -1
  589. package/build/exponentVaults/squadsVaultTxnResolver/resolvers/loopscale.js +1 -2
  590. package/build/exponentVaults/squadsVaultTxnResolver/resolvers/loopscale.js.map +1 -1
  591. package/build/exponentVaults/squadsVaultTxnResolver/resolvers/titan.js +1 -2
  592. package/build/exponentVaults/squadsVaultTxnResolver/resolvers/titan.js.map +1 -1
  593. package/build/exponentVaults/squadsVaultTxnResolver/utils.d.ts +1 -3
  594. package/build/exponentVaults/squadsVaultTxnResolver/utils.js +1 -2
  595. package/build/exponentVaults/squadsVaultTxnResolver/utils.js.map +1 -1
  596. package/build/exponentVaults/syncTransaction.d.ts +1 -1
  597. package/build/exponentVaults/syncTransaction.js +4 -4
  598. package/build/exponentVaults/syncTransaction.js.map +1 -1
  599. package/build/exponentVaults/titan-quote.js +1 -2
  600. package/build/exponentVaults/titan-quote.js.map +1 -1
  601. package/build/exponentVaults/vault-interaction.d.ts +3 -2538
  602. package/build/exponentVaults/vault-interaction.js +34 -24
  603. package/build/exponentVaults/vault-interaction.js.map +1 -1
  604. package/build/exponentVaults/vault.d.ts +9 -25
  605. package/build/exponentVaults/vault.js +28 -12
  606. package/build/exponentVaults/vault.js.map +1 -1
  607. package/build/flavors.js +19 -20
  608. package/build/flavors.js.map +1 -1
  609. package/build/index.js +17 -7
  610. package/build/index.js.map +1 -1
  611. package/build/market.d.ts +31 -31
  612. package/build/market.js +17 -7
  613. package/build/market.js.map +1 -1
  614. package/build/marketThree.d.ts +42 -48
  615. package/build/marketThree.js +20 -8
  616. package/build/marketThree.js.map +1 -1
  617. package/build/orderbook/codamaEvents.d.ts +1 -2
  618. package/build/orderbook/index.js +17 -7
  619. package/build/orderbook/index.js.map +1 -1
  620. package/build/orderbook/math.d.ts +4 -4
  621. package/build/orderbook/math.js +13 -13
  622. package/build/orderbook/math.js.map +1 -1
  623. package/build/orderbook/orderbook.d.ts +19 -21
  624. package/build/orderbook/orderbook.js +17 -7
  625. package/build/orderbook/orderbook.js.map +1 -1
  626. package/build/orderbook/types.js +17 -7
  627. package/build/orderbook/types.js.map +1 -1
  628. package/build/orderbook/utils.js +6 -7
  629. package/build/orderbook/utils.js.map +1 -1
  630. package/build/syPosition.js +3 -4
  631. package/build/syPosition.js.map +1 -1
  632. package/build/tokenUtil.js +2 -3
  633. package/build/tokenUtil.js.map +1 -1
  634. package/build/utils/altUtil.js +2 -3
  635. package/build/utils/altUtil.js.map +1 -1
  636. package/build/utils/binSolver.js +1 -2
  637. package/build/utils/binSolver.js.map +1 -1
  638. package/build/utils/index.d.ts +2 -2
  639. package/build/utils/index.js +3 -4
  640. package/build/utils/index.js.map +1 -1
  641. package/build/vault.d.ts +11 -12
  642. package/build/vault.js +20 -10
  643. package/build/vault.js.map +1 -1
  644. package/build/ytPosition.d.ts +7 -7
  645. package/build/ytPosition.js +17 -7
  646. package/build/ytPosition.js.map +1 -1
  647. package/package.json +35 -33
  648. package/build/client/vaults/instructions/proposeAction.d.ts +0 -16
  649. package/build/client/vaults/instructions/proposeAction.js +0 -29
  650. package/build/client/vaults/instructions/proposeAction.js.map +0 -1
  651. package/build/exponentVaults/loopscale/client.test.d.ts +0 -1
  652. package/build/exponentVaults/loopscale/client.test.js +0 -183
  653. package/build/exponentVaults/loopscale/client.test.js.map +0 -1
  654. package/build/exponentVaults/loopscale/prepared-transactions.test.d.ts +0 -1
  655. package/build/exponentVaults/loopscale/prepared-transactions.test.js +0 -400
  656. package/build/exponentVaults/loopscale/prepared-transactions.test.js.map +0 -1
  657. package/build/exponentVaults/loopscale/response-plan.d.ts +0 -69
  658. package/build/exponentVaults/loopscale/response-plan.js +0 -141
  659. package/build/exponentVaults/loopscale/response-plan.js.map +0 -1
  660. package/build/exponentVaults/loopscale/response-plan.test.d.ts +0 -1
  661. package/build/exponentVaults/loopscale/response-plan.test.js +0 -139
  662. package/build/exponentVaults/loopscale/response-plan.test.js.map +0 -1
  663. package/build/exponentVaults/loopscale/send-plan.d.ts +0 -75
  664. package/build/exponentVaults/loopscale/send-plan.js +0 -235
  665. package/build/exponentVaults/loopscale/send-plan.js.map +0 -1
  666. package/build/exponentVaults/loopscale-client.d.ts +0 -130
  667. package/build/exponentVaults/loopscale-client.js +0 -489
  668. package/build/exponentVaults/loopscale-client.js.map +0 -1
  669. package/build/exponentVaults/loopscale-client.test.d.ts +0 -1
  670. package/build/exponentVaults/loopscale-client.test.js +0 -162
  671. package/build/exponentVaults/loopscale-client.test.js.map +0 -1
  672. package/build/exponentVaults/loopscale-client.types.d.ts +0 -425
  673. package/build/exponentVaults/loopscale-client.types.js +0 -3
  674. package/build/exponentVaults/loopscale-client.types.js.map +0 -1
  675. package/build/exponentVaults/loopscale-execution.d.ts +0 -125
  676. package/build/exponentVaults/loopscale-execution.js +0 -341
  677. package/build/exponentVaults/loopscale-execution.js.map +0 -1
  678. package/build/exponentVaults/loopscale-execution.test.d.ts +0 -1
  679. package/build/exponentVaults/loopscale-execution.test.js +0 -139
  680. package/build/exponentVaults/loopscale-execution.test.js.map +0 -1
  681. package/build/exponentVaults/loopscale-vault.d.ts +0 -115
  682. package/build/exponentVaults/loopscale-vault.js +0 -275
  683. package/build/exponentVaults/loopscale-vault.js.map +0 -1
  684. package/build/exponentVaults/loopscale-vault.test.d.ts +0 -1
  685. package/build/exponentVaults/loopscale-vault.test.js +0 -102
  686. package/build/exponentVaults/loopscale-vault.test.js.map +0 -1
  687. package/build/exponentVaults/pricePathResolver.test.d.ts +0 -1
  688. package/build/exponentVaults/pricePathResolver.test.js +0 -369
  689. package/build/exponentVaults/pricePathResolver.test.js.map +0 -1
  690. package/build/exponentVaults/vault-interaction.kamino-vault.test.d.ts +0 -1
  691. package/build/exponentVaults/vault-interaction.kamino-vault.test.js +0 -143
  692. package/build/exponentVaults/vault-interaction.kamino-vault.test.js.map +0 -1
  693. package/build/exponentVaults/vaultTransactionBuilder.test.d.ts +0 -1
  694. package/build/exponentVaults/vaultTransactionBuilder.test.js +0 -297
  695. package/build/exponentVaults/vaultTransactionBuilder.test.js.map +0 -1
  696. package/build/marketThree.test.d.ts +0 -1
  697. package/build/marketThree.test.js +0 -166
  698. package/build/marketThree.test.js.map +0 -1
  699. package/build/utils/binSolver.test.d.ts +0 -1
  700. package/build/utils/binSolver.test.js +0 -16
  701. package/build/utils/binSolver.test.js.map +0 -1
  702. package/jest.config.js +0 -5
  703. package/src/CodamaEventDecoder.ts +0 -151
  704. package/src/addressLookupTableUtil.ts +0 -110
  705. package/src/client/clmm/accounts/lpPosition.ts +0 -143
  706. package/src/client/clmm/accounts/marketThree.ts +0 -274
  707. package/src/client/clmm/accounts/vault.ts +0 -234
  708. package/src/client/clmm/eventRegistry.ts +0 -92
  709. package/src/client/clmm/index.ts +0 -82
  710. package/src/client/clmm/instructions/addFarm.ts +0 -57
  711. package/src/client/clmm/instructions/addLiquidity.ts +0 -78
  712. package/src/client/clmm/instructions/addMarketEmission.ts +0 -50
  713. package/src/client/clmm/instructions/buyPt.ts +0 -73
  714. package/src/client/clmm/instructions/buyYt.ts +0 -80
  715. package/src/client/clmm/instructions/claimFarmEmission.ts +0 -56
  716. package/src/client/clmm/instructions/closeMarket.ts +0 -47
  717. package/src/client/clmm/instructions/depositLiquidity.ts +0 -71
  718. package/src/client/clmm/instructions/initializeMarket.ts +0 -127
  719. package/src/client/clmm/instructions/marketAccrueEmission.ts +0 -39
  720. package/src/client/clmm/instructions/marketCollectEmission.ts +0 -57
  721. package/src/client/clmm/instructions/modifyFarm.ts +0 -55
  722. package/src/client/clmm/instructions/modifyMarketSetting.ts +0 -45
  723. package/src/client/clmm/instructions/sellPt.ts +0 -73
  724. package/src/client/clmm/instructions/sellYt.ts +0 -80
  725. package/src/client/clmm/instructions/tradePt.ts +0 -73
  726. package/src/client/clmm/instructions/tradePtExactOut.ts +0 -75
  727. package/src/client/clmm/instructions/withdrawLiquidity.ts +0 -67
  728. package/src/client/clmm/instructions/wrapperBuyYt.ts +0 -85
  729. package/src/client/clmm/instructions/wrapperProvideLiquidity.ts +0 -100
  730. package/src/client/clmm/instructions/wrapperProvideLiquidityBase.ts +0 -98
  731. package/src/client/clmm/instructions/wrapperProvideLiquidityClassic.ts +0 -86
  732. package/src/client/clmm/instructions/wrapperSellYt.ts +0 -83
  733. package/src/client/clmm/instructions/wrapperWithdrawLiquidity.ts +0 -75
  734. package/src/client/clmm/instructions/wrapperWithdrawLiquidityClassic.ts +0 -69
  735. package/src/client/clmm/types/addFarmEvent.ts +0 -51
  736. package/src/client/clmm/types/amount.ts +0 -51
  737. package/src/client/clmm/types/buyPtEvent.ts +0 -36
  738. package/src/client/clmm/types/buyYtEvent.ts +0 -74
  739. package/src/client/clmm/types/claimFarmEmissionsEvent.ts +0 -94
  740. package/src/client/clmm/types/claimLimits.ts +0 -15
  741. package/src/client/clmm/types/closeMarketEvent.ts +0 -36
  742. package/src/client/clmm/types/configurationOptions.ts +0 -29
  743. package/src/client/clmm/types/cpiAccounts.ts +0 -21
  744. package/src/client/clmm/types/cpiCoreAccounts.ts +0 -15
  745. package/src/client/clmm/types/cpiInterfaceContext.ts +0 -13
  746. package/src/client/clmm/types/crossingSplit.ts +0 -40
  747. package/src/client/clmm/types/depositLiquidityEvent.ts +0 -93
  748. package/src/client/clmm/types/depositLiquidityReturnData.ts +0 -81
  749. package/src/client/clmm/types/emissionInfo.ts +0 -44
  750. package/src/client/clmm/types/farmEmission.ts +0 -31
  751. package/src/client/clmm/types/index.ts +0 -48
  752. package/src/client/clmm/types/liquidityNetBalanceLimits.ts +0 -22
  753. package/src/client/clmm/types/lpFarm.ts +0 -12
  754. package/src/client/clmm/types/marketAccrueEmissionEvent.ts +0 -69
  755. package/src/client/clmm/types/marketAdminAction.ts +0 -239
  756. package/src/client/clmm/types/marketCollectEmissionEvent.ts +0 -83
  757. package/src/client/clmm/types/marketEmission.ts +0 -28
  758. package/src/client/clmm/types/marketEmissions.ts +0 -10
  759. package/src/client/clmm/types/marketFinancials.ts +0 -17
  760. package/src/client/clmm/types/marketThreeInitEvent.ts +0 -92
  761. package/src/client/clmm/types/mergeEvent.ts +0 -118
  762. package/src/client/clmm/types/modifiedTick.ts +0 -13
  763. package/src/client/clmm/types/modifiedTicks.ts +0 -18
  764. package/src/client/clmm/types/modifyFarmEvent.ts +0 -56
  765. package/src/client/clmm/types/number.ts +0 -7
  766. package/src/client/clmm/types/personalYieldTracker.ts +0 -12
  767. package/src/client/clmm/types/personalYieldTrackers.ts +0 -13
  768. package/src/client/clmm/types/principalShare.ts +0 -22
  769. package/src/client/clmm/types/principalShareTrackers.ts +0 -10
  770. package/src/client/clmm/types/sellPtEvent.ts +0 -36
  771. package/src/client/clmm/types/sellYtEvent.ts +0 -69
  772. package/src/client/clmm/types/stripEvent.ts +0 -124
  773. package/src/client/clmm/types/swapDirection.ts +0 -8
  774. package/src/client/clmm/types/tradePtEvent.ts +0 -76
  775. package/src/client/clmm/types/withdrawLiquidityEvent.ts +0 -99
  776. package/src/client/clmm/types/withdrawLiquidityReturnData.ts +0 -27
  777. package/src/client/clmm/types/wrapperBuyYtEvent.ts +0 -36
  778. package/src/client/clmm/types/wrapperProvideLiquidityBaseEvent.ts +0 -60
  779. package/src/client/clmm/types/wrapperProvideLiquidityClassicEvent.ts +0 -58
  780. package/src/client/clmm/types/wrapperProvideLiquidityEvent.ts +0 -60
  781. package/src/client/clmm/types/wrapperSellYtEvent.ts +0 -36
  782. package/src/client/clmm/types/wrapperWithdrawLiquidityClassicEvent.ts +0 -62
  783. package/src/client/clmm/types/wrapperWithdrawLiquidityEvent.ts +0 -62
  784. package/src/client/core/accounts/admin.ts +0 -112
  785. package/src/client/core/accounts/lpPosition.ts +0 -122
  786. package/src/client/core/accounts/marketTwo.ts +0 -234
  787. package/src/client/core/accounts/vault.ts +0 -234
  788. package/src/client/core/accounts/yieldTokenPosition.ts +0 -126
  789. package/src/client/core/eventRegistry.ts +0 -134
  790. package/src/client/core/index.ts +0 -113
  791. package/src/client/core/instructions/addEmission.ts +0 -62
  792. package/src/client/core/instructions/addFarm.ts +0 -53
  793. package/src/client/core/instructions/addLpTokensMetadata.ts +0 -62
  794. package/src/client/core/instructions/addMarketEmission.ts +0 -52
  795. package/src/client/core/instructions/buyYt.ts +0 -79
  796. package/src/client/core/instructions/claimFarmEmissions.ts +0 -54
  797. package/src/client/core/instructions/collectEmission.ts +0 -66
  798. package/src/client/core/instructions/collectInterest.ts +0 -64
  799. package/src/client/core/instructions/collectTreasuryEmission.ts +0 -64
  800. package/src/client/core/instructions/collectTreasuryInterest.ts +0 -62
  801. package/src/client/core/instructions/depositYt.ts +0 -59
  802. package/src/client/core/instructions/initLpPosition.ts +0 -35
  803. package/src/client/core/instructions/initMarketTwo.ts +0 -103
  804. package/src/client/core/instructions/initializeVault.ts +0 -107
  805. package/src/client/core/instructions/initializeYieldPosition.ts +0 -33
  806. package/src/client/core/instructions/marketCollectEmission.ts +0 -55
  807. package/src/client/core/instructions/marketDepositLp.ts +0 -59
  808. package/src/client/core/instructions/marketTwoDepositLiquidity.ts +0 -65
  809. package/src/client/core/instructions/marketTwoWithdrawLiquidity.ts +0 -65
  810. package/src/client/core/instructions/marketWithdrawLp.ts +0 -59
  811. package/src/client/core/instructions/merge.ts +0 -61
  812. package/src/client/core/instructions/modifyFarm.ts +0 -51
  813. package/src/client/core/instructions/modifyMarketSetting.ts +0 -47
  814. package/src/client/core/instructions/modifyVaultSetting.ts +0 -44
  815. package/src/client/core/instructions/reallocMarket.ts +0 -45
  816. package/src/client/core/instructions/sellYt.ts +0 -79
  817. package/src/client/core/instructions/stageYtYield.ts +0 -39
  818. package/src/client/core/instructions/strip.ts +0 -61
  819. package/src/client/core/instructions/tradePt.ts +0 -59
  820. package/src/client/core/instructions/withdrawYt.ts +0 -61
  821. package/src/client/core/instructions/wrapperBuyPt.ts +0 -63
  822. package/src/client/core/instructions/wrapperBuyYt.ts +0 -93
  823. package/src/client/core/instructions/wrapperCollectInterest.ts +0 -63
  824. package/src/client/core/instructions/wrapperMerge.ts +0 -77
  825. package/src/client/core/instructions/wrapperProvideLiquidity.ts +0 -103
  826. package/src/client/core/instructions/wrapperProvideLiquidityBase.ts +0 -81
  827. package/src/client/core/instructions/wrapperProvideLiquidityClassic.ts +0 -77
  828. package/src/client/core/instructions/wrapperSellPt.ts +0 -63
  829. package/src/client/core/instructions/wrapperSellYt.ts +0 -87
  830. package/src/client/core/instructions/wrapperStrip.ts +0 -81
  831. package/src/client/core/instructions/wrapperWithdrawLiquidity.ts +0 -77
  832. package/src/client/core/instructions/wrapperWithdrawLiquidityClassic.ts +0 -73
  833. package/src/client/core/types/adminAction.ts +0 -255
  834. package/src/client/core/types/amount.ts +0 -51
  835. package/src/client/core/types/buyPtEvent.ts +0 -39
  836. package/src/client/core/types/buyYtEvent.ts +0 -95
  837. package/src/client/core/types/claimFarmEmissionsEvent.ts +0 -75
  838. package/src/client/core/types/claimFarmEmissionsEventV2.ts +0 -83
  839. package/src/client/core/types/claimLimits.ts +0 -15
  840. package/src/client/core/types/collectEmissionEvent.ts +0 -51
  841. package/src/client/core/types/collectEmissionEventV2.ts +0 -60
  842. package/src/client/core/types/collectInterestEvent.ts +0 -48
  843. package/src/client/core/types/collectInterestEventV2.ts +0 -57
  844. package/src/client/core/types/collectTreasuryEmissionKind.ts +0 -8
  845. package/src/client/core/types/collectTreasuryInterestKind.ts +0 -8
  846. package/src/client/core/types/cpiAccounts.ts +0 -21
  847. package/src/client/core/types/cpiInterfaceContext.ts +0 -13
  848. package/src/client/core/types/depositLiquidityEvent.ts +0 -101
  849. package/src/client/core/types/depositLpEvent.ts +0 -75
  850. package/src/client/core/types/depositLpEventV2.ts +0 -83
  851. package/src/client/core/types/depositYtEvent.ts +0 -82
  852. package/src/client/core/types/depositYtEventV2.ts +0 -91
  853. package/src/client/core/types/emissionInfo.ts +0 -44
  854. package/src/client/core/types/farmEmission.ts +0 -31
  855. package/src/client/core/types/index.ts +0 -60
  856. package/src/client/core/types/initLpPositionEvent.ts +0 -57
  857. package/src/client/core/types/initializeYieldPositionEvent.ts +0 -43
  858. package/src/client/core/types/liquidityNetBalanceLimits.ts +0 -22
  859. package/src/client/core/types/lpFarm.ts +0 -12
  860. package/src/client/core/types/marketAdminAction.ts +0 -212
  861. package/src/client/core/types/marketCollectEmissionEvent.ts +0 -67
  862. package/src/client/core/types/marketCollectEmissionEventV2.ts +0 -75
  863. package/src/client/core/types/marketEmission.ts +0 -28
  864. package/src/client/core/types/marketEmissions.ts +0 -10
  865. package/src/client/core/types/marketFinancials.ts +0 -19
  866. package/src/client/core/types/mergeEvent.ts +0 -118
  867. package/src/client/core/types/number.ts +0 -7
  868. package/src/client/core/types/personalYieldTracker.ts +0 -12
  869. package/src/client/core/types/personalYieldTrackers.ts +0 -13
  870. package/src/client/core/types/principleDetails.ts +0 -25
  871. package/src/client/core/types/principles.ts +0 -23
  872. package/src/client/core/types/sellPtEvent.ts +0 -39
  873. package/src/client/core/types/sellYtEvent.ts +0 -90
  874. package/src/client/core/types/stageYieldEvent.ts +0 -63
  875. package/src/client/core/types/stageYieldEventV2.ts +0 -69
  876. package/src/client/core/types/stripEvent.ts +0 -124
  877. package/src/client/core/types/tradePtEvent.ts +0 -80
  878. package/src/client/core/types/withdrawLiquidityEvent.ts +0 -97
  879. package/src/client/core/types/withdrawLpEvent.ts +0 -75
  880. package/src/client/core/types/withdrawLpEventV2.ts +0 -83
  881. package/src/client/core/types/withdrawYtEvent.ts +0 -82
  882. package/src/client/core/types/withdrawYtEventV2.ts +0 -91
  883. package/src/client/core/types/wrapperBuyYtEvent.ts +0 -39
  884. package/src/client/core/types/wrapperCollectInterestEvent.ts +0 -37
  885. package/src/client/core/types/wrapperMergeEvent.ts +0 -38
  886. package/src/client/core/types/wrapperProvideLiquidityBaseEvent.ts +0 -43
  887. package/src/client/core/types/wrapperProvideLiquidityClassicEvent.ts +0 -41
  888. package/src/client/core/types/wrapperProvideLiquidityEvent.ts +0 -41
  889. package/src/client/core/types/wrapperSellYtEvent.ts +0 -39
  890. package/src/client/core/types/wrapperStripEvent.ts +0 -38
  891. package/src/client/core/types/wrapperWithdrawLiquidityClassicEvent.ts +0 -41
  892. package/src/client/core/types/wrapperWithdrawLiquidityEvent.ts +0 -39
  893. package/src/client/core/types/yieldTokenTracker.ts +0 -12
  894. package/src/client/orderbook/accounts/cpiAccountsOrderbook.ts +0 -101
  895. package/src/client/orderbook/accounts/vault.ts +0 -234
  896. package/src/client/orderbook/eventRegistry.ts +0 -71
  897. package/src/client/orderbook/index.ts +0 -55
  898. package/src/client/orderbook/instructions/collectAdminEmission.ts +0 -48
  899. package/src/client/orderbook/instructions/collectAdminFee.ts +0 -59
  900. package/src/client/orderbook/instructions/collectInterest.ts +0 -66
  901. package/src/client/orderbook/instructions/initializeOrderbook.ts +0 -104
  902. package/src/client/orderbook/instructions/marketOffer.ts +0 -89
  903. package/src/client/orderbook/instructions/postOffer.ts +0 -96
  904. package/src/client/orderbook/instructions/reallocOrderbookAccount.ts +0 -45
  905. package/src/client/orderbook/instructions/removeExpiredOffers.ts +0 -37
  906. package/src/client/orderbook/instructions/removeOffer.ts +0 -73
  907. package/src/client/orderbook/instructions/setConfigurationOptions.ts +0 -43
  908. package/src/client/orderbook/instructions/withdrawFunds.ts +0 -78
  909. package/src/client/orderbook/instructions/wrapperCollectAdminFee.ts +0 -73
  910. package/src/client/orderbook/instructions/wrapperCollectInterest.ts +0 -65
  911. package/src/client/orderbook/instructions/wrapperMarketOffer.ts +0 -94
  912. package/src/client/orderbook/instructions/wrapperPostOffer.ts +0 -99
  913. package/src/client/orderbook/instructions/wrapperRemoveOffer.ts +0 -75
  914. package/src/client/orderbook/instructions/wrapperWithdrawFunds.ts +0 -80
  915. package/src/client/orderbook/types/amount.ts +0 -51
  916. package/src/client/orderbook/types/claimLimits.ts +0 -15
  917. package/src/client/orderbook/types/collectAdminEmissionEvent.ts +0 -39
  918. package/src/client/orderbook/types/collectAdminFeeEvent.ts +0 -17
  919. package/src/client/orderbook/types/collectEmissionEventV2.ts +0 -60
  920. package/src/client/orderbook/types/collectInterestEventV2.ts +0 -57
  921. package/src/client/orderbook/types/collectUserInterestEvent.ts +0 -36
  922. package/src/client/orderbook/types/cpiAccounts.ts +0 -21
  923. package/src/client/orderbook/types/cpiInterfaceContext.ts +0 -13
  924. package/src/client/orderbook/types/emissionInfo.ts +0 -44
  925. package/src/client/orderbook/types/exponentCoreCpiAccounts.ts +0 -21
  926. package/src/client/orderbook/types/filledOffersEvent.ts +0 -19
  927. package/src/client/orderbook/types/index.ts +0 -30
  928. package/src/client/orderbook/types/marketOfferEvent.ts +0 -72
  929. package/src/client/orderbook/types/mergeEvent.ts +0 -118
  930. package/src/client/orderbook/types/number.ts +0 -7
  931. package/src/client/orderbook/types/offerOptions.ts +0 -56
  932. package/src/client/orderbook/types/offerType.ts +0 -8
  933. package/src/client/orderbook/types/orderbookInitEvent.ts +0 -54
  934. package/src/client/orderbook/types/postOfferEvent.ts +0 -78
  935. package/src/client/orderbook/types/removeOfferEvent.ts +0 -67
  936. package/src/client/orderbook/types/setConfigurationOptionsEnum.ts +0 -116
  937. package/src/client/orderbook/types/stripEvent.ts +0 -124
  938. package/src/client/orderbook/types/withdrawFundsEvent.ts +0 -65
  939. package/src/client/orderbook/types/wrapperCollectAdminFeeEvent.ts +0 -13
  940. package/src/client/orderbook/types/wrapperCollectInterestEvent.ts +0 -25
  941. package/src/client/orderbook/types/wrapperMarketOfferEvent.ts +0 -27
  942. package/src/client/orderbook/types/wrapperPostOfferEvent.ts +0 -72
  943. package/src/client/orderbook/types/wrapperRemoveOfferEvent.ts +0 -25
  944. package/src/client/orderbook/types/wrapperWithdrawFundsEvent.ts +0 -38
  945. package/src/client/orderbook/types/yieldTokenTracker.ts +0 -12
  946. package/src/client/vaults/accounts/actionProposal.ts +0 -144
  947. package/src/client/vaults/accounts/exponentStrategyVault.ts +0 -211
  948. package/src/client/vaults/accounts/programConfig.ts +0 -123
  949. package/src/client/vaults/accounts/voteAccount.ts +0 -132
  950. package/src/client/vaults/accounts/withdrawalAccount.ts +0 -132
  951. package/src/client/vaults/eventRegistry.ts +0 -45
  952. package/src/client/vaults/index.ts +0 -113
  953. package/src/client/vaults/instructions/activateProposal.ts +0 -46
  954. package/src/client/vaults/instructions/addPolicy.ts +0 -57
  955. package/src/client/vaults/instructions/appendProposalActions.ts +0 -47
  956. package/src/client/vaults/instructions/cancelProposal.ts +0 -28
  957. package/src/client/vaults/instructions/cancelWithdrawal.ts +0 -34
  958. package/src/client/vaults/instructions/collectManagementFee.ts +0 -32
  959. package/src/client/vaults/instructions/depositLiquidity.ts +0 -62
  960. package/src/client/vaults/instructions/executeProposal.ts +0 -36
  961. package/src/client/vaults/instructions/executeWithdrawal.ts +0 -58
  962. package/src/client/vaults/instructions/executeWithdrawalFromReserves.ts +0 -66
  963. package/src/client/vaults/instructions/fillWithdrawal.ts +0 -59
  964. package/src/client/vaults/instructions/finalizeProposal.ts +0 -28
  965. package/src/client/vaults/instructions/initProposal.ts +0 -46
  966. package/src/client/vaults/instructions/initializePrices.ts +0 -28
  967. package/src/client/vaults/instructions/initializeVault.ts +0 -148
  968. package/src/client/vaults/instructions/makeSentienelManager.ts +0 -28
  969. package/src/client/vaults/instructions/managePrices.ts +0 -46
  970. package/src/client/vaults/instructions/manageVaultSettings.ts +0 -48
  971. package/src/client/vaults/instructions/managerUpdatePosition.ts +0 -45
  972. package/src/client/vaults/instructions/queueWithdrawal.ts +0 -50
  973. package/src/client/vaults/instructions/removePolicy.ts +0 -44
  974. package/src/client/vaults/instructions/sentinelSetVaultFlags.ts +0 -44
  975. package/src/client/vaults/instructions/stakeVote.ts +0 -57
  976. package/src/client/vaults/instructions/unstakeVote.ts +0 -42
  977. package/src/client/vaults/instructions/updatePolicy.ts +0 -59
  978. package/src/client/vaults/instructions/updatePolicyManager.ts +0 -44
  979. package/src/client/vaults/instructions/updatePrice.ts +0 -42
  980. package/src/client/vaults/instructions/validateInteractionHook.ts +0 -60
  981. package/src/client/vaults/instructions/wrapperAddPolicy.ts +0 -57
  982. package/src/client/vaults/instructions/wrapperExecuteWithdrawal.ts +0 -76
  983. package/src/client/vaults/instructions/wrapperManageVaultSettings.ts +0 -48
  984. package/src/client/vaults/instructions/wrapperManagerUpdatePosition.ts +0 -45
  985. package/src/client/vaults/instructions/wrapperRemovePolicy.ts +0 -44
  986. package/src/client/vaults/instructions/wrapperUpdatePolicy.ts +0 -59
  987. package/src/client/vaults/types/accountConstraint.ts +0 -35
  988. package/src/client/vaults/types/accountConstraintType.ts +0 -93
  989. package/src/client/vaults/types/allowedSettingsChange.ts +0 -136
  990. package/src/client/vaults/types/cancelProposalEvent.ts +0 -47
  991. package/src/client/vaults/types/clmmPositionEntry.ts +0 -37
  992. package/src/client/vaults/types/dataConstraint.ts +0 -16
  993. package/src/client/vaults/types/dataOperator.ts +0 -13
  994. package/src/client/vaults/types/dataValue.ts +0 -119
  995. package/src/client/vaults/types/depositLiquidityEvent.ts +0 -89
  996. package/src/client/vaults/types/executeProposalEvent.ts +0 -47
  997. package/src/client/vaults/types/executeWithdrawalEvent.ts +0 -12
  998. package/src/client/vaults/types/fillParam.ts +0 -12
  999. package/src/client/vaults/types/finalizeProposalEvent.ts +0 -51
  1000. package/src/client/vaults/types/hook.ts +0 -40
  1001. package/src/client/vaults/types/hookCompiledInstruction.ts +0 -20
  1002. package/src/client/vaults/types/index.ts +0 -68
  1003. package/src/client/vaults/types/instructionConstraint.ts +0 -33
  1004. package/src/client/vaults/types/internalFundTransferPolicyCreationPayload.ts +0 -35
  1005. package/src/client/vaults/types/kaminoFarmEntry.ts +0 -32
  1006. package/src/client/vaults/types/kaminoObligationEntry.ts +0 -51
  1007. package/src/client/vaults/types/limitedQuantityConstraints.ts +0 -10
  1008. package/src/client/vaults/types/limitedSpendingLimit.ts +0 -35
  1009. package/src/client/vaults/types/limitedTimeConstraints.ts +0 -15
  1010. package/src/client/vaults/types/loopscaleLoanEntry.ts +0 -23
  1011. package/src/client/vaults/types/loopscaleStrategyEntry.ts +0 -23
  1012. package/src/client/vaults/types/number.ts +0 -8
  1013. package/src/client/vaults/types/obligationType.ts +0 -63
  1014. package/src/client/vaults/types/orderbookEntry.ts +0 -50
  1015. package/src/client/vaults/types/periodV2.ts +0 -76
  1016. package/src/client/vaults/types/permissions.ts +0 -8
  1017. package/src/client/vaults/types/policyAction.ts +0 -74
  1018. package/src/client/vaults/types/policyConfig.ts +0 -32
  1019. package/src/client/vaults/types/policyCreationPayload.ts +0 -147
  1020. package/src/client/vaults/types/policyExpirationArgs.ts +0 -67
  1021. package/src/client/vaults/types/positionUpdate.ts +0 -313
  1022. package/src/client/vaults/types/priceId.ts +0 -57
  1023. package/src/client/vaults/types/priceType.ts +0 -23
  1024. package/src/client/vaults/types/programInteractionPolicyCreationPayload.ts +0 -32
  1025. package/src/client/vaults/types/proposalAction.ts +0 -97
  1026. package/src/client/vaults/types/proposalActionKind.ts +0 -11
  1027. package/src/client/vaults/types/proposalStatus.ts +0 -13
  1028. package/src/client/vaults/types/proposalVoteConfig.ts +0 -36
  1029. package/src/client/vaults/types/proposeActionEvent.ts +0 -62
  1030. package/src/client/vaults/types/quantityConstraints.ts +0 -14
  1031. package/src/client/vaults/types/reserveFarmMapping.ts +0 -35
  1032. package/src/client/vaults/types/reservePriceMapping.ts +0 -26
  1033. package/src/client/vaults/types/settingsChangePolicyCreationPayload.ts +0 -14
  1034. package/src/client/vaults/types/spendingLimitPolicyCreationPayload.ts +0 -54
  1035. package/src/client/vaults/types/stakeVoteEvent.ts +0 -54
  1036. package/src/client/vaults/types/strategyPosition.ts +0 -178
  1037. package/src/client/vaults/types/timeConstraints.ts +0 -22
  1038. package/src/client/vaults/types/tokenAccountBalance.ts +0 -35
  1039. package/src/client/vaults/types/tokenAccountEntry.ts +0 -30
  1040. package/src/client/vaults/types/tokenEntry.ts +0 -48
  1041. package/src/client/vaults/types/unstakeVoteEvent.ts +0 -53
  1042. package/src/client/vaults/types/updatePriceAction.ts +0 -268
  1043. package/src/client/vaults/types/updatePriceInput.ts +0 -12
  1044. package/src/client/vaults/types/usageState.ts +0 -12
  1045. package/src/client/vaults/types/vaultConfig.ts +0 -38
  1046. package/src/client/vaults/types/vaultFinancials.ts +0 -40
  1047. package/src/client/vaults/types/vaultFlagAction.ts +0 -75
  1048. package/src/client/vaults/types/vaultFlagsUpdatedEvent.ts +0 -37
  1049. package/src/client/vaults/types/vaultRoleKind.ts +0 -11
  1050. package/src/client/vaults/types/vaultRoles.ts +0 -59
  1051. package/src/client/vaults/types/vaultSettingsAction.ts +0 -533
  1052. package/src/client/vaults/types/voteChoice.ts +0 -9
  1053. package/src/client/vaults/types/withdrawalPeriodSettings.ts +0 -83
  1054. package/src/client/vaults/types/withdrawalTokenFill.ts +0 -35
  1055. package/src/client/vaults/types/yieldPositionEntry.ts +0 -35
  1056. package/src/clmm/codamaEvents.ts +0 -34
  1057. package/src/clmm/index.ts +0 -1
  1058. package/src/codamaEvents.ts +0 -27
  1059. package/src/environment.ts +0 -21
  1060. package/src/exponentVaults/aumCalculator.ts +0 -1350
  1061. package/src/exponentVaults/events.ts +0 -15
  1062. package/src/exponentVaults/fetcher.ts +0 -257
  1063. package/src/exponentVaults/index.ts +0 -323
  1064. package/src/exponentVaults/kamino-farms.ts +0 -538
  1065. package/src/exponentVaults/kamino-markets.ts +0 -363
  1066. package/src/exponentVaults/loopscale/client.ts +0 -808
  1067. package/src/exponentVaults/loopscale/helpers.ts +0 -172
  1068. package/src/exponentVaults/loopscale/index.ts +0 -57
  1069. package/src/exponentVaults/loopscale/prepared-transactions.ts +0 -435
  1070. package/src/exponentVaults/loopscale/prepared-types.ts +0 -73
  1071. package/src/exponentVaults/loopscale/types.ts +0 -466
  1072. package/src/exponentVaults/policyBuilders.ts +0 -1729
  1073. package/src/exponentVaults/policyMatcher.ts +0 -895
  1074. package/src/exponentVaults/pricePathResolver.test.ts +0 -466
  1075. package/src/exponentVaults/pricePathResolver.ts +0 -273
  1076. package/src/exponentVaults/scope-refresh.ts +0 -169
  1077. package/src/exponentVaults/squadsVaultTxnResolver/constants.ts +0 -59
  1078. package/src/exponentVaults/squadsVaultTxnResolver/helpers.ts +0 -355
  1079. package/src/exponentVaults/squadsVaultTxnResolver/index.ts +0 -16
  1080. package/src/exponentVaults/squadsVaultTxnResolver/resolvers/exponent.ts +0 -472
  1081. package/src/exponentVaults/squadsVaultTxnResolver/resolvers/helpers.ts +0 -33
  1082. package/src/exponentVaults/squadsVaultTxnResolver/resolvers/index.ts +0 -38
  1083. package/src/exponentVaults/squadsVaultTxnResolver/resolvers/kamino.ts +0 -83
  1084. package/src/exponentVaults/squadsVaultTxnResolver/resolvers/loopscale.ts +0 -94
  1085. package/src/exponentVaults/squadsVaultTxnResolver/resolvers/titan.ts +0 -41
  1086. package/src/exponentVaults/squadsVaultTxnResolver/squadsVaultTxnResolver.ts +0 -91
  1087. package/src/exponentVaults/squadsVaultTxnResolver/types.ts +0 -171
  1088. package/src/exponentVaults/squadsVaultTxnResolver/utils.ts +0 -3
  1089. package/src/exponentVaults/syncTransaction.ts +0 -500
  1090. package/src/exponentVaults/titan-quote.ts +0 -446
  1091. package/src/exponentVaults/vault-instruction-types.ts +0 -493
  1092. package/src/exponentVaults/vault-interaction.kamino-vault.test.ts +0 -149
  1093. package/src/exponentVaults/vault-interaction.ts +0 -5498
  1094. package/src/exponentVaults/vault.ts +0 -2667
  1095. package/src/exponentVaults/vaultTransactionBuilder.test.ts +0 -349
  1096. package/src/exponentVaults/vaultTransactionBuilder.ts +0 -933
  1097. package/src/flavors.ts +0 -841
  1098. package/src/index.ts +0 -26
  1099. package/src/lpPosition.ts +0 -155
  1100. package/src/market.ts +0 -2432
  1101. package/src/marketThree.test.ts +0 -210
  1102. package/src/marketThree.ts +0 -2861
  1103. package/src/orderbook/codamaEvents.ts +0 -28
  1104. package/src/orderbook/index.ts +0 -13
  1105. package/src/orderbook/math.ts +0 -138
  1106. package/src/orderbook/orderbook.ts +0 -1354
  1107. package/src/orderbook/types.ts +0 -40
  1108. package/src/orderbook/utils.ts +0 -66
  1109. package/src/router.ts +0 -810
  1110. package/src/syPosition.ts +0 -182
  1111. package/src/tokenUtil.ts +0 -23
  1112. package/src/utils/altUtil.ts +0 -52
  1113. package/src/utils/binSolver.test.ts +0 -17
  1114. package/src/utils/binSolver.ts +0 -44
  1115. package/src/utils/index.ts +0 -33
  1116. package/src/utils/ix.ts +0 -7
  1117. package/src/vault.ts +0 -1033
  1118. package/src/ytPosition.ts +0 -319
  1119. package/tsconfig.json +0 -46
@@ -66,2556 +66,21 @@ export declare const kaminoAction: {
66
66
  * @param asset - The reserve asset (e.g. "USDC", "SOL")
67
67
  * @param amount - Amount in the asset's native units
68
68
  */
69
- withdraw<M_1 extends KaminoMarket>(market: M_1, asset: keyof {
70
- readonly MAIN: {
71
- readonly adraSOL: {
72
- pubkey: web3.PublicKey;
73
- mint: web3.PublicKey;
74
- };
75
- readonly dSOL: {
76
- pubkey: web3.PublicKey;
77
- mint: web3.PublicKey;
78
- };
79
- readonly SOL: {
80
- pubkey: web3.PublicKey;
81
- mint: web3.PublicKey;
82
- };
83
- readonly ETH: {
84
- pubkey: web3.PublicKey;
85
- mint: web3.PublicKey;
86
- };
87
- readonly fBTC: {
88
- pubkey: web3.PublicKey;
89
- mint: web3.PublicKey;
90
- };
91
- readonly picoSOL: {
92
- pubkey: web3.PublicKey;
93
- mint: web3.PublicKey;
94
- };
95
- readonly stkeSOL: {
96
- pubkey: web3.PublicKey;
97
- mint: web3.PublicKey;
98
- };
99
- readonly PYUSD: {
100
- pubkey: web3.PublicKey;
101
- mint: web3.PublicKey;
102
- };
103
- readonly cbBTC: {
104
- pubkey: web3.PublicKey;
105
- mint: web3.PublicKey;
106
- };
107
- readonly JUP: {
108
- pubkey: web3.PublicKey;
109
- mint: web3.PublicKey;
110
- };
111
- readonly xBTC: {
112
- pubkey: web3.PublicKey;
113
- mint: web3.PublicKey;
114
- };
115
- readonly wstETH: {
116
- pubkey: web3.PublicKey;
117
- mint: web3.PublicKey;
118
- };
119
- readonly kSOLBSOLOrca: {
120
- pubkey: web3.PublicKey;
121
- mint: web3.PublicKey;
122
- };
123
- readonly CHAI: {
124
- pubkey: web3.PublicKey;
125
- mint: web3.PublicKey;
126
- };
127
- readonly bbSOL: {
128
- pubkey: web3.PublicKey;
129
- mint: web3.PublicKey;
130
- };
131
- readonly USD1: {
132
- pubkey: web3.PublicKey;
133
- mint: web3.PublicKey;
134
- };
135
- readonly kSOLJITOSOLRaydium: {
136
- pubkey: web3.PublicKey;
137
- mint: web3.PublicKey;
138
- };
139
- readonly nxSOL: {
140
- pubkey: web3.PublicKey;
141
- mint: web3.PublicKey;
142
- };
143
- readonly fwdSOL: {
144
- pubkey: web3.PublicKey;
145
- mint: web3.PublicKey;
146
- };
147
- readonly STSOL: {
148
- pubkey: web3.PublicKey;
149
- mint: web3.PublicKey;
150
- };
151
- readonly JTO: {
152
- pubkey: web3.PublicKey;
153
- mint: web3.PublicKey;
154
- };
155
- readonly strongSOL: {
156
- pubkey: web3.PublicKey;
157
- mint: web3.PublicKey;
158
- };
159
- readonly CASH: {
160
- pubkey: web3.PublicKey;
161
- mint: web3.PublicKey;
162
- };
163
- readonly kUXDUSDCOrca: {
164
- pubkey: web3.PublicKey;
165
- mint: web3.PublicKey;
166
- };
167
- readonly hubSOL: {
168
- pubkey: web3.PublicKey;
169
- mint: web3.PublicKey;
170
- };
171
- readonly USDS: {
172
- pubkey: web3.PublicKey;
173
- mint: web3.PublicKey;
174
- };
175
- readonly FDUSD: {
176
- pubkey: web3.PublicKey;
177
- mint: web3.PublicKey;
178
- };
179
- readonly cgntSOL: {
180
- pubkey: web3.PublicKey;
181
- mint: web3.PublicKey;
182
- };
183
- readonly hSOL: {
184
- pubkey: web3.PublicKey;
185
- mint: web3.PublicKey;
186
- };
187
- readonly vSOL: {
188
- pubkey: web3.PublicKey;
189
- mint: web3.PublicKey;
190
- };
191
- readonly dfdvSOL: {
192
- pubkey: web3.PublicKey;
193
- mint: web3.PublicKey;
194
- };
195
- readonly USDC: {
196
- pubkey: web3.PublicKey;
197
- mint: web3.PublicKey;
198
- };
199
- readonly JupSOL: {
200
- pubkey: web3.PublicKey;
201
- mint: web3.PublicKey;
202
- };
203
- readonly USDH: {
204
- pubkey: web3.PublicKey;
205
- mint: web3.PublicKey;
206
- };
207
- readonly JLP: {
208
- pubkey: web3.PublicKey;
209
- mint: web3.PublicKey;
210
- };
211
- readonly EURC: {
212
- pubkey: web3.PublicKey;
213
- mint: web3.PublicKey;
214
- };
215
- readonly USDG: {
216
- pubkey: web3.PublicKey;
217
- mint: web3.PublicKey;
218
- };
219
- readonly JITOSOL: {
220
- pubkey: web3.PublicKey;
221
- mint: web3.PublicKey;
222
- };
223
- readonly MSOL: {
224
- pubkey: web3.PublicKey;
225
- mint: web3.PublicKey;
226
- };
227
- readonly cdcSOL: {
228
- pubkey: web3.PublicKey;
229
- mint: web3.PublicKey;
230
- };
231
- readonly kSOLMSOLRaydium: {
232
- pubkey: web3.PublicKey;
233
- mint: web3.PublicKey;
234
- };
235
- readonly bnSOL: {
236
- pubkey: web3.PublicKey;
237
- mint: web3.PublicKey;
238
- };
239
- readonly STEP: {
240
- pubkey: web3.PublicKey;
241
- mint: web3.PublicKey;
242
- };
243
- readonly kSOLJITOSOLOrca: {
244
- pubkey: web3.PublicKey;
245
- mint: web3.PublicKey;
246
- };
247
- readonly xSTEP: {
248
- pubkey: web3.PublicKey;
249
- mint: web3.PublicKey;
250
- };
251
- readonly UXD: {
252
- pubkey: web3.PublicKey;
253
- mint: web3.PublicKey;
254
- };
255
- readonly USDT: {
256
- pubkey: web3.PublicKey;
257
- mint: web3.PublicKey;
258
- };
259
- readonly bSOL: {
260
- pubkey: web3.PublicKey;
261
- mint: web3.PublicKey;
262
- };
263
- readonly jSOL: {
264
- pubkey: web3.PublicKey;
265
- mint: web3.PublicKey;
266
- };
267
- readonly laineSOL: {
268
- pubkey: web3.PublicKey;
269
- mint: web3.PublicKey;
270
- };
271
- readonly pSOL: {
272
- pubkey: web3.PublicKey;
273
- mint: web3.PublicKey;
274
- };
275
- readonly WBTC: {
276
- pubkey: web3.PublicKey;
277
- mint: web3.PublicKey;
278
- };
279
- readonly tBTC: {
280
- pubkey: web3.PublicKey;
281
- mint: web3.PublicKey;
282
- };
283
- readonly bonkSOL: {
284
- pubkey: web3.PublicKey;
285
- mint: web3.PublicKey;
286
- };
287
- readonly lanternSOL: {
288
- pubkey: web3.PublicKey;
289
- mint: web3.PublicKey;
290
- };
291
- };
292
- readonly JLP: {
293
- readonly USDT: {
294
- pubkey: web3.PublicKey;
295
- mint: web3.PublicKey;
296
- };
297
- readonly USD1: {
298
- pubkey: web3.PublicKey;
299
- mint: web3.PublicKey;
300
- };
301
- readonly USDG: {
302
- pubkey: web3.PublicKey;
303
- mint: web3.PublicKey;
304
- };
305
- readonly JLP: {
306
- pubkey: web3.PublicKey;
307
- mint: web3.PublicKey;
308
- };
309
- readonly SOL: {
310
- pubkey: web3.PublicKey;
311
- mint: web3.PublicKey;
312
- };
313
- readonly PYUSD: {
314
- pubkey: web3.PublicKey;
315
- mint: web3.PublicKey;
316
- };
317
- readonly USDC: {
318
- pubkey: web3.PublicKey;
319
- mint: web3.PublicKey;
320
- };
321
- };
322
- readonly ALTCOINS: {
323
- readonly GRASS: {
324
- pubkey: web3.PublicKey;
325
- mint: web3.PublicKey;
326
- };
327
- readonly MEW: {
328
- pubkey: web3.PublicKey;
329
- mint: web3.PublicKey;
330
- };
331
- readonly JUP: {
332
- pubkey: web3.PublicKey;
333
- mint: web3.PublicKey;
334
- };
335
- readonly POPCAT: {
336
- pubkey: web3.PublicKey;
337
- mint: web3.PublicKey;
338
- };
339
- readonly JTO: {
340
- pubkey: web3.PublicKey;
341
- mint: web3.PublicKey;
342
- };
343
- readonly DRIFT: {
344
- pubkey: web3.PublicKey;
345
- mint: web3.PublicKey;
346
- };
347
- readonly USDC: {
348
- pubkey: web3.PublicKey;
349
- mint: web3.PublicKey;
350
- };
351
- readonly KMNO: {
352
- pubkey: web3.PublicKey;
353
- mint: web3.PublicKey;
354
- };
355
- readonly PRCL: {
356
- pubkey: web3.PublicKey;
357
- mint: web3.PublicKey;
358
- };
359
- readonly PENGU: {
360
- pubkey: web3.PublicKey;
361
- mint: web3.PublicKey;
362
- };
363
- readonly BONK: {
364
- pubkey: web3.PublicKey;
365
- mint: web3.PublicKey;
366
- };
367
- readonly PYUSD: {
368
- pubkey: web3.PublicKey;
369
- mint: web3.PublicKey;
370
- };
371
- readonly W: {
372
- pubkey: web3.PublicKey;
373
- mint: web3.PublicKey;
374
- };
375
- readonly TNSR: {
376
- pubkey: web3.PublicKey;
377
- mint: web3.PublicKey;
378
- }; /** Harvest a specific reward index into a managed vault reward ATA. */
379
- readonly GOAT: {
380
- pubkey: web3.PublicKey;
381
- mint: web3.PublicKey;
382
- };
383
- readonly WEN: {
384
- pubkey: web3.PublicKey;
385
- mint: web3.PublicKey;
386
- };
387
- readonly USDH: {
388
- pubkey: web3.PublicKey;
389
- mint: web3.PublicKey;
390
- };
391
- readonly TRUMP: {
392
- pubkey: web3.PublicKey;
393
- mint: web3.PublicKey;
394
- };
395
- readonly WIF: {
396
- pubkey: web3.PublicKey;
397
- mint: web3.PublicKey;
398
- };
399
- readonly FWOG: {
400
- pubkey: web3.PublicKey;
401
- mint: web3.PublicKey;
402
- };
403
- readonly PYTH: {
404
- pubkey: web3.PublicKey;
405
- mint: web3.PublicKey;
406
- };
407
- readonly INF: {
408
- pubkey: web3.PublicKey;
409
- mint: web3.PublicKey;
410
- };
411
- };
412
- readonly ETHENA: {
413
- readonly USDe: {
414
- pubkey: web3.PublicKey;
415
- mint: web3.PublicKey;
416
- };
417
- readonly USDT: {
418
- pubkey: web3.PublicKey;
419
- mint: web3.PublicKey;
420
- };
421
- readonly USDC: {
422
- pubkey: web3.PublicKey;
423
- mint: web3.PublicKey;
424
- };
425
- readonly PYUSD: {
426
- pubkey: web3.PublicKey;
427
- mint: web3.PublicKey;
428
- };
429
- readonly sUSDe: {
430
- pubkey: web3.PublicKey;
431
- mint: web3.PublicKey;
432
- };
433
- };
434
- readonly JITO: {
435
- readonly kySOL: {
436
- pubkey: web3.PublicKey;
437
- mint: web3.PublicKey;
438
- };
439
- readonly SOL: {
440
- pubkey: web3.PublicKey;
441
- mint: web3.PublicKey;
442
- };
443
- readonly ezSOL: {
444
- pubkey: web3.PublicKey;
445
- mint: web3.PublicKey;
446
- };
447
- readonly JITOSOL: {
448
- pubkey: web3.PublicKey;
449
- mint: web3.PublicKey;
450
- };
451
- };
452
- readonly FARTCOIN: {
453
- readonly FARTCOIN: {
454
- pubkey: web3.PublicKey;
455
- mint: web3.PublicKey;
456
- };
457
- readonly USDC: {
458
- pubkey: web3.PublicKey;
459
- mint: web3.PublicKey;
460
- };
461
- readonly USDT: {
462
- pubkey: web3.PublicKey;
463
- mint: web3.PublicKey;
464
- };
465
- };
466
- readonly BITCOIN: {
467
- readonly WBTC: {
468
- pubkey: web3.PublicKey;
469
- mint: web3.PublicKey;
470
- };
471
- readonly zBTC: {
472
- pubkey: web3.PublicKey;
473
- mint: web3.PublicKey;
474
- };
475
- readonly USDC: {
476
- pubkey: web3.PublicKey;
477
- mint: web3.PublicKey;
478
- };
479
- readonly USDG: {
480
- pubkey: web3.PublicKey;
481
- mint: web3.PublicKey;
482
- };
483
- readonly USDT: {
484
- pubkey: web3.PublicKey;
485
- mint: web3.PublicKey;
486
- };
487
- readonly LBTC: {
488
- pubkey: web3.PublicKey;
489
- mint: web3.PublicKey;
490
- };
491
- readonly FDUSD: {
492
- pubkey: web3.PublicKey;
493
- mint: web3.PublicKey;
494
- };
495
- };
496
- readonly JUPITER: {
497
- readonly USDC: {
498
- pubkey: web3.PublicKey;
499
- mint: web3.PublicKey;
500
- };
501
- readonly JUP: {
502
- pubkey: web3.PublicKey;
503
- mint: web3.PublicKey;
504
- };
505
- readonly USDT: {
506
- pubkey: web3.PublicKey;
507
- mint: web3.PublicKey;
508
- };
509
- readonly USDG: {
510
- pubkey: web3.PublicKey;
511
- mint: web3.PublicKey;
512
- };
513
- };
514
- readonly JTO: {
515
- readonly JTO: {
516
- pubkey: web3.PublicKey;
517
- mint: web3.PublicKey;
518
- };
519
- readonly USDG: {
520
- pubkey: web3.PublicKey;
521
- mint: web3.PublicKey;
522
- };
523
- readonly USDT: {
524
- pubkey: web3.PublicKey;
525
- mint: web3.PublicKey;
526
- };
527
- readonly USDC: {
528
- pubkey: web3.PublicKey;
529
- mint: web3.PublicKey;
530
- };
531
- };
532
- readonly MARINADE: {
533
- readonly MSOL: {
534
- pubkey: web3.PublicKey;
535
- mint: web3.PublicKey;
536
- };
537
- readonly SOL: {
538
- pubkey: web3.PublicKey;
539
- mint: web3.PublicKey;
540
- };
541
- };
542
- readonly EXPONENT_PT_SOL: {
543
- readonly "PT-bulkSOL-26FEB26": {
544
- pubkey: web3.PublicKey;
545
- mint: web3.PublicKey;
546
- };
547
- readonly "PT-kySOL-14JUN25": {
548
- pubkey: web3.PublicKey;
549
- mint: web3.PublicKey;
550
- };
551
- readonly SOL: {
552
- pubkey: web3.PublicKey;
553
- mint: web3.PublicKey;
554
- };
555
- readonly fragSOL: {
556
- pubkey: web3.PublicKey;
557
- mint: web3.PublicKey;
558
- };
559
- readonly "PT-fragSOL-10JUL25": {
560
- pubkey: web3.PublicKey;
561
- mint: web3.PublicKey;
562
- };
563
- readonly "PT-fragSOL-12FEB26": {
564
- pubkey: web3.PublicKey;
565
- mint: web3.PublicKey;
566
- };
567
- readonly "PT-fragSOL-31OCT25": {
568
- pubkey: web3.PublicKey;
569
- mint: web3.PublicKey;
570
- };
571
- readonly "PT-kySOL-30SEP25": {
572
- pubkey: web3.PublicKey;
573
- mint: web3.PublicKey;
574
- };
575
- };
576
- readonly BONK: {
577
- readonly USDC: {
578
- pubkey: web3.PublicKey;
579
- mint: web3.PublicKey;
580
- };
581
- readonly USDT: {
582
- pubkey: web3.PublicKey;
583
- mint: web3.PublicKey;
584
- };
585
- readonly SOL: {
586
- pubkey: web3.PublicKey;
587
- mint: web3.PublicKey;
588
- };
589
- readonly bonkSOL: {
590
- pubkey: web3.PublicKey;
591
- mint: web3.PublicKey;
592
- };
593
- readonly USDG: {
594
- pubkey: web3.PublicKey;
595
- mint: web3.PublicKey;
596
- };
597
- readonly BONK: {
598
- pubkey: web3.PublicKey;
599
- mint: web3.PublicKey;
600
- };
601
- };
602
- readonly RSTSOL_BBSOL: {
603
- readonly bbSOL: {
604
- pubkey: web3.PublicKey;
605
- mint: web3.PublicKey;
606
- };
607
- readonly rstSOL: {
608
- pubkey: web3.PublicKey;
609
- mint: web3.PublicKey;
610
- };
611
- readonly SOL: {
612
- pubkey: web3.PublicKey;
613
- mint: web3.PublicKey;
614
- };
615
- };
616
- readonly MAPLE: {
617
- readonly PYUSD: {
618
- pubkey: web3.PublicKey;
619
- mint: web3.PublicKey;
620
- };
621
- readonly USDC: {
622
- pubkey: web3.PublicKey;
623
- mint: web3.PublicKey;
624
- };
625
- readonly syrupUSDC: {
626
- pubkey: web3.PublicKey;
627
- mint: web3.PublicKey;
628
- };
629
- readonly USDS: {
630
- pubkey: web3.PublicKey;
631
- mint: web3.PublicKey;
632
- };
633
- readonly CASH: {
634
- pubkey: web3.PublicKey;
635
- mint: web3.PublicKey;
636
- };
637
- readonly USD1: {
638
- pubkey: web3.PublicKey;
639
- mint: web3.PublicKey;
640
- };
641
- readonly USDG: {
642
- pubkey: web3.PublicKey;
643
- mint: web3.PublicKey;
644
- };
645
- };
646
- readonly HUMA: {
647
- readonly USDC: {
648
- pubkey: web3.PublicKey;
649
- mint: web3.PublicKey;
650
- };
651
- readonly USDS: {
652
- pubkey: web3.PublicKey;
653
- mint: web3.PublicKey;
654
- };
655
- readonly PST: {
656
- pubkey: web3.PublicKey;
657
- mint: web3.PublicKey;
658
- };
659
- readonly USDG: {
660
- pubkey: web3.PublicKey;
661
- mint: web3.PublicKey;
662
- };
663
- };
664
- readonly APOLLO: {
665
- readonly USDG: {
666
- pubkey: web3.PublicKey;
667
- mint: web3.PublicKey;
668
- };
669
- readonly sACRED: {
670
- pubkey: web3.PublicKey;
671
- mint: web3.PublicKey;
672
- };
673
- readonly USDC: {
674
- pubkey: web3.PublicKey;
675
- mint: web3.PublicKey;
676
- };
677
- };
678
- readonly ZEUS_BITCOIN: {
679
- readonly FDUSD: {
680
- pubkey: web3.PublicKey;
681
- mint: web3.PublicKey;
682
- };
683
- readonly USDC: {
684
- pubkey: web3.PublicKey;
685
- mint: web3.PublicKey;
686
- };
687
- readonly ZBTC: {
688
- pubkey: web3.PublicKey;
689
- mint: web3.PublicKey;
690
- };
691
- };
692
- readonly XSTOCKS: {
693
- readonly SPYx: {
694
- pubkey: web3.PublicKey;
695
- mint: web3.PublicKey;
696
- };
697
- readonly QQQx: {
698
- pubkey: web3.PublicKey;
699
- mint: web3.PublicKey;
700
- };
701
- readonly HOODx: {
702
- pubkey: web3.PublicKey;
703
- mint: web3.PublicKey;
704
- };
705
- readonly GOOGLx: {
706
- pubkey: web3.PublicKey;
707
- mint: web3.PublicKey;
708
- };
709
- readonly CRCLx: {
710
- pubkey: web3.PublicKey;
711
- mint: web3.PublicKey;
712
- };
713
- readonly cbBTC: {
714
- pubkey: web3.PublicKey;
715
- mint: web3.PublicKey;
716
- };
717
- readonly TSLAx: {
718
- pubkey: web3.PublicKey;
719
- mint: web3.PublicKey;
720
- };
721
- readonly NVDAx: {
722
- pubkey: web3.PublicKey;
723
- mint: web3.PublicKey;
724
- };
725
- readonly USDC: {
726
- pubkey: web3.PublicKey;
727
- mint: web3.PublicKey;
728
- };
729
- readonly METAx: {
730
- pubkey: web3.PublicKey;
731
- mint: web3.PublicKey;
732
- };
733
- readonly AAPLx: {
734
- pubkey: web3.PublicKey;
735
- mint: web3.PublicKey;
736
- };
737
- readonly MSTRx: {
738
- pubkey: web3.PublicKey;
739
- mint: web3.PublicKey;
740
- };
741
- readonly USDG: {
742
- pubkey: web3.PublicKey;
743
- mint: web3.PublicKey;
744
- };
745
- };
746
- readonly ONRE: {
747
- readonly AUSD: {
748
- pubkey: web3.PublicKey;
749
- mint: web3.PublicKey;
750
- };
751
- readonly USDS: {
752
- pubkey: web3.PublicKey;
753
- mint: web3.PublicKey;
754
- };
755
- readonly ONyc: {
756
- pubkey: web3.PublicKey;
757
- mint: web3.PublicKey;
758
- };
759
- readonly USDC: {
760
- pubkey: web3.PublicKey;
761
- mint: web3.PublicKey;
762
- };
763
- readonly USDG: {
764
- pubkey: web3.PublicKey;
765
- mint: web3.PublicKey;
766
- };
767
- };
768
- readonly PUMP: {
769
- readonly PUMP: {
770
- pubkey: web3.PublicKey;
771
- mint: web3.PublicKey;
772
- };
773
- readonly USDC: {
774
- pubkey: web3.PublicKey;
775
- mint: web3.PublicKey;
776
- };
777
- readonly USDG: {
778
- pubkey: web3.PublicKey;
779
- mint: web3.PublicKey;
780
- };
781
- };
782
- readonly SOLSTICE: {
783
- readonly "PT-eUSX-01JUN26": {
784
- pubkey: web3.PublicKey;
785
- mint: web3.PublicKey;
786
- };
787
- readonly "PT-eUSX-11MAR26": {
788
- pubkey: web3.PublicKey;
789
- mint: web3.PublicKey;
790
- };
791
- readonly USDC: {
792
- pubkey: web3.PublicKey;
793
- mint: web3.PublicKey;
794
- };
795
- readonly eUSX: {
796
- pubkey: web3.PublicKey;
797
- mint: web3.PublicKey;
798
- };
799
- readonly "PT-USX-01JUN26": {
800
- pubkey: web3.PublicKey;
801
- mint: web3.PublicKey;
802
- };
803
- readonly "PT-USX-9FEB26": {
804
- pubkey: web3.PublicKey;
805
- mint: web3.PublicKey;
806
- };
807
- readonly USX: {
808
- pubkey: web3.PublicKey;
809
- mint: web3.PublicKey;
810
- };
811
- };
812
- readonly SUPERSTATE: {
813
- readonly FWDI: {
814
- pubkey: web3.PublicKey;
815
- mint: web3.PublicKey;
816
- };
817
- readonly GLXY: {
818
- pubkey: web3.PublicKey;
819
- mint: web3.PublicKey;
820
- };
821
- readonly "USDC-Dep": {
822
- pubkey: web3.PublicKey;
823
- mint: web3.PublicKey;
824
- };
825
- readonly USDC: {
826
- pubkey: web3.PublicKey;
827
- mint: web3.PublicKey;
828
- };
829
- readonly USCC: {
830
- pubkey: web3.PublicKey;
831
- mint: web3.PublicKey;
832
- };
833
- };
834
- readonly FIGURE: {
835
- readonly PYUSD: {
836
- pubkey: web3.PublicKey;
837
- mint: web3.PublicKey;
838
- };
839
- readonly wYLDS: {
840
- pubkey: web3.PublicKey;
841
- mint: web3.PublicKey;
842
- };
843
- readonly USDS: {
844
- pubkey: web3.PublicKey;
845
- mint: web3.PublicKey;
846
- };
847
- readonly USDC: {
848
- pubkey: web3.PublicKey;
849
- mint: web3.PublicKey;
850
- };
851
- readonly PRIME: {
852
- pubkey: web3.PublicKey;
853
- mint: web3.PublicKey;
854
- };
855
- readonly CASH: {
856
- pubkey: web3.PublicKey;
857
- mint: web3.PublicKey;
858
- };
859
- };
860
- readonly GM_SANCTUM: {
861
- readonly dfdvSOL: {
862
- pubkey: web3.PublicKey;
863
- mint: web3.PublicKey;
864
- };
865
- readonly INF: {
866
- pubkey: web3.PublicKey;
867
- mint: web3.PublicKey;
868
- };
869
- readonly SOL: {
870
- pubkey: web3.PublicKey;
871
- mint: web3.PublicKey;
872
- };
873
- };
874
- readonly GM_SOLBLAZE: {
875
- readonly SOL: {
876
- pubkey: web3.PublicKey;
877
- mint: web3.PublicKey;
878
- };
879
- readonly BSOL: {
880
- pubkey: web3.PublicKey;
881
- mint: web3.PublicKey;
882
- };
883
- };
884
- readonly ADRENA: {
885
- readonly USDC: {
886
- pubkey: web3.PublicKey;
887
- mint: web3.PublicKey;
888
- };
889
- readonly ALP: {
890
- pubkey: web3.PublicKey;
891
- mint: web3.PublicKey;
892
- };
893
- };
894
- readonly FLASH_TRADE: {
895
- readonly USDC: {
896
- pubkey: web3.PublicKey;
897
- mint: web3.PublicKey;
898
- };
899
- readonly FLP: {
900
- pubkey: web3.PublicKey;
901
- mint: web3.PublicKey;
902
- };
903
- };
904
- readonly METAPLEX: {
905
- readonly USDC: {
906
- pubkey: web3.PublicKey;
907
- mint: web3.PublicKey;
908
- };
909
- readonly MPLX: {
910
- pubkey: web3.PublicKey;
911
- mint: web3.PublicKey;
912
- };
913
- };
914
- }[M_1], amount: BN): ReserveInstruction;
69
+ withdraw<M extends KaminoMarket>(market: M, asset: keyof KaminoReserves[M], amount: BN): ReserveInstruction;
915
70
  /**
916
71
  * Borrow from a Kamino reserve.
917
72
  * @param market - The Kamino lending market
918
73
  * @param asset - The reserve asset (e.g. "USDC", "SOL")
919
74
  * @param amount - Amount in the asset's native units
920
75
  */
921
- borrow<M_2 extends KaminoMarket>(market: M_2, asset: keyof {
922
- readonly MAIN: {
923
- readonly adraSOL: {
924
- pubkey: web3.PublicKey;
925
- mint: web3.PublicKey;
926
- };
927
- readonly dSOL: {
928
- pubkey: web3.PublicKey;
929
- mint: web3.PublicKey;
930
- };
931
- readonly SOL: {
932
- pubkey: web3.PublicKey;
933
- mint: web3.PublicKey;
934
- };
935
- readonly ETH: {
936
- pubkey: web3.PublicKey;
937
- mint: web3.PublicKey;
938
- };
939
- readonly fBTC: {
940
- pubkey: web3.PublicKey;
941
- mint: web3.PublicKey;
942
- };
943
- readonly picoSOL: {
944
- pubkey: web3.PublicKey;
945
- mint: web3.PublicKey;
946
- };
947
- readonly stkeSOL: {
948
- pubkey: web3.PublicKey;
949
- mint: web3.PublicKey;
950
- };
951
- readonly PYUSD: {
952
- pubkey: web3.PublicKey;
953
- mint: web3.PublicKey;
954
- };
955
- readonly cbBTC: {
956
- pubkey: web3.PublicKey;
957
- mint: web3.PublicKey;
958
- };
959
- readonly JUP: {
960
- pubkey: web3.PublicKey;
961
- mint: web3.PublicKey;
962
- };
963
- readonly xBTC: {
964
- pubkey: web3.PublicKey;
965
- mint: web3.PublicKey;
966
- };
967
- readonly wstETH: {
968
- pubkey: web3.PublicKey;
969
- mint: web3.PublicKey;
970
- };
971
- readonly kSOLBSOLOrca: {
972
- pubkey: web3.PublicKey;
973
- mint: web3.PublicKey;
974
- };
975
- readonly CHAI: {
976
- pubkey: web3.PublicKey;
977
- mint: web3.PublicKey;
978
- };
979
- readonly bbSOL: {
980
- pubkey: web3.PublicKey;
981
- mint: web3.PublicKey;
982
- };
983
- readonly USD1: {
984
- pubkey: web3.PublicKey;
985
- mint: web3.PublicKey;
986
- };
987
- readonly kSOLJITOSOLRaydium: {
988
- pubkey: web3.PublicKey;
989
- mint: web3.PublicKey;
990
- };
991
- readonly nxSOL: {
992
- pubkey: web3.PublicKey;
993
- mint: web3.PublicKey;
994
- };
995
- readonly fwdSOL: {
996
- pubkey: web3.PublicKey;
997
- mint: web3.PublicKey;
998
- };
999
- readonly STSOL: {
1000
- pubkey: web3.PublicKey;
1001
- mint: web3.PublicKey;
1002
- };
1003
- readonly JTO: {
1004
- pubkey: web3.PublicKey;
1005
- mint: web3.PublicKey;
1006
- };
1007
- readonly strongSOL: {
1008
- pubkey: web3.PublicKey;
1009
- mint: web3.PublicKey;
1010
- };
1011
- readonly CASH: {
1012
- pubkey: web3.PublicKey;
1013
- mint: web3.PublicKey;
1014
- };
1015
- readonly kUXDUSDCOrca: {
1016
- pubkey: web3.PublicKey;
1017
- mint: web3.PublicKey;
1018
- };
1019
- readonly hubSOL: {
1020
- pubkey: web3.PublicKey;
1021
- mint: web3.PublicKey;
1022
- };
1023
- readonly USDS: {
1024
- pubkey: web3.PublicKey;
1025
- mint: web3.PublicKey;
1026
- };
1027
- readonly FDUSD: {
1028
- pubkey: web3.PublicKey;
1029
- mint: web3.PublicKey;
1030
- };
1031
- readonly cgntSOL: {
1032
- pubkey: web3.PublicKey;
1033
- mint: web3.PublicKey;
1034
- };
1035
- readonly hSOL: {
1036
- pubkey: web3.PublicKey;
1037
- mint: web3.PublicKey;
1038
- };
1039
- readonly vSOL: {
1040
- pubkey: web3.PublicKey;
1041
- mint: web3.PublicKey;
1042
- };
1043
- readonly dfdvSOL: {
1044
- pubkey: web3.PublicKey;
1045
- mint: web3.PublicKey;
1046
- };
1047
- readonly USDC: {
1048
- pubkey: web3.PublicKey;
1049
- mint: web3.PublicKey;
1050
- };
1051
- readonly JupSOL: {
1052
- pubkey: web3.PublicKey;
1053
- mint: web3.PublicKey;
1054
- };
1055
- readonly USDH: {
1056
- pubkey: web3.PublicKey;
1057
- mint: web3.PublicKey;
1058
- };
1059
- readonly JLP: {
1060
- pubkey: web3.PublicKey;
1061
- mint: web3.PublicKey;
1062
- };
1063
- readonly EURC: {
1064
- pubkey: web3.PublicKey;
1065
- mint: web3.PublicKey;
1066
- };
1067
- readonly USDG: {
1068
- pubkey: web3.PublicKey;
1069
- mint: web3.PublicKey;
1070
- };
1071
- readonly JITOSOL: {
1072
- pubkey: web3.PublicKey;
1073
- mint: web3.PublicKey;
1074
- };
1075
- readonly MSOL: {
1076
- pubkey: web3.PublicKey;
1077
- mint: web3.PublicKey;
1078
- };
1079
- readonly cdcSOL: {
1080
- pubkey: web3.PublicKey;
1081
- mint: web3.PublicKey;
1082
- };
1083
- readonly kSOLMSOLRaydium: {
1084
- pubkey: web3.PublicKey;
1085
- mint: web3.PublicKey;
1086
- };
1087
- readonly bnSOL: {
1088
- pubkey: web3.PublicKey;
1089
- mint: web3.PublicKey;
1090
- };
1091
- readonly STEP: {
1092
- pubkey: web3.PublicKey;
1093
- mint: web3.PublicKey;
1094
- };
1095
- readonly kSOLJITOSOLOrca: {
1096
- pubkey: web3.PublicKey;
1097
- mint: web3.PublicKey;
1098
- };
1099
- readonly xSTEP: {
1100
- pubkey: web3.PublicKey;
1101
- mint: web3.PublicKey;
1102
- };
1103
- readonly UXD: {
1104
- pubkey: web3.PublicKey;
1105
- mint: web3.PublicKey;
1106
- };
1107
- readonly USDT: {
1108
- pubkey: web3.PublicKey;
1109
- mint: web3.PublicKey;
1110
- };
1111
- readonly bSOL: {
1112
- pubkey: web3.PublicKey;
1113
- mint: web3.PublicKey;
1114
- };
1115
- readonly jSOL: {
1116
- pubkey: web3.PublicKey;
1117
- mint: web3.PublicKey;
1118
- };
1119
- readonly laineSOL: {
1120
- pubkey: web3.PublicKey;
1121
- mint: web3.PublicKey;
1122
- };
1123
- readonly pSOL: {
1124
- pubkey: web3.PublicKey;
1125
- mint: web3.PublicKey;
1126
- };
1127
- readonly WBTC: {
1128
- pubkey: web3.PublicKey;
1129
- mint: web3.PublicKey;
1130
- };
1131
- readonly tBTC: {
1132
- pubkey: web3.PublicKey;
1133
- mint: web3.PublicKey;
1134
- };
1135
- readonly bonkSOL: {
1136
- pubkey: web3.PublicKey;
1137
- mint: web3.PublicKey;
1138
- };
1139
- readonly lanternSOL: {
1140
- pubkey: web3.PublicKey;
1141
- mint: web3.PublicKey;
1142
- };
1143
- };
1144
- readonly JLP: {
1145
- readonly USDT: {
1146
- pubkey: web3.PublicKey;
1147
- mint: web3.PublicKey;
1148
- };
1149
- readonly USD1: {
1150
- pubkey: web3.PublicKey;
1151
- mint: web3.PublicKey;
1152
- };
1153
- readonly USDG: {
1154
- pubkey: web3.PublicKey;
1155
- mint: web3.PublicKey;
1156
- };
1157
- readonly JLP: {
1158
- pubkey: web3.PublicKey;
1159
- mint: web3.PublicKey;
1160
- };
1161
- readonly SOL: {
1162
- pubkey: web3.PublicKey;
1163
- mint: web3.PublicKey;
1164
- };
1165
- readonly PYUSD: {
1166
- pubkey: web3.PublicKey;
1167
- mint: web3.PublicKey;
1168
- };
1169
- readonly USDC: {
1170
- pubkey: web3.PublicKey;
1171
- mint: web3.PublicKey;
1172
- };
1173
- };
1174
- readonly ALTCOINS: {
1175
- readonly GRASS: {
1176
- pubkey: web3.PublicKey;
1177
- mint: web3.PublicKey;
1178
- };
1179
- readonly MEW: {
1180
- pubkey: web3.PublicKey;
1181
- mint: web3.PublicKey;
1182
- };
1183
- readonly JUP: {
1184
- pubkey: web3.PublicKey;
1185
- mint: web3.PublicKey;
1186
- };
1187
- readonly POPCAT: {
1188
- pubkey: web3.PublicKey;
1189
- mint: web3.PublicKey;
1190
- };
1191
- readonly JTO: {
1192
- pubkey: web3.PublicKey;
1193
- mint: web3.PublicKey;
1194
- };
1195
- readonly DRIFT: {
1196
- pubkey: web3.PublicKey;
1197
- mint: web3.PublicKey;
1198
- };
1199
- readonly USDC: {
1200
- pubkey: web3.PublicKey;
1201
- mint: web3.PublicKey;
1202
- };
1203
- readonly KMNO: {
1204
- pubkey: web3.PublicKey;
1205
- mint: web3.PublicKey;
1206
- };
1207
- readonly PRCL: {
1208
- pubkey: web3.PublicKey;
1209
- mint: web3.PublicKey;
1210
- };
1211
- readonly PENGU: {
1212
- pubkey: web3.PublicKey;
1213
- mint: web3.PublicKey;
1214
- };
1215
- readonly BONK: {
1216
- pubkey: web3.PublicKey;
1217
- mint: web3.PublicKey;
1218
- };
1219
- readonly PYUSD: {
1220
- pubkey: web3.PublicKey;
1221
- mint: web3.PublicKey;
1222
- };
1223
- readonly W: {
1224
- pubkey: web3.PublicKey;
1225
- mint: web3.PublicKey;
1226
- };
1227
- readonly TNSR: {
1228
- pubkey: web3.PublicKey;
1229
- mint: web3.PublicKey;
1230
- }; /** Harvest a specific reward index into a managed vault reward ATA. */
1231
- readonly GOAT: {
1232
- pubkey: web3.PublicKey;
1233
- mint: web3.PublicKey;
1234
- };
1235
- readonly WEN: {
1236
- pubkey: web3.PublicKey;
1237
- mint: web3.PublicKey;
1238
- };
1239
- readonly USDH: {
1240
- pubkey: web3.PublicKey;
1241
- mint: web3.PublicKey;
1242
- };
1243
- readonly TRUMP: {
1244
- pubkey: web3.PublicKey;
1245
- mint: web3.PublicKey;
1246
- };
1247
- readonly WIF: {
1248
- pubkey: web3.PublicKey;
1249
- mint: web3.PublicKey;
1250
- };
1251
- readonly FWOG: {
1252
- pubkey: web3.PublicKey;
1253
- mint: web3.PublicKey;
1254
- };
1255
- readonly PYTH: {
1256
- pubkey: web3.PublicKey;
1257
- mint: web3.PublicKey;
1258
- };
1259
- readonly INF: {
1260
- pubkey: web3.PublicKey;
1261
- mint: web3.PublicKey;
1262
- };
1263
- };
1264
- readonly ETHENA: {
1265
- readonly USDe: {
1266
- pubkey: web3.PublicKey;
1267
- mint: web3.PublicKey;
1268
- };
1269
- readonly USDT: {
1270
- pubkey: web3.PublicKey;
1271
- mint: web3.PublicKey;
1272
- };
1273
- readonly USDC: {
1274
- pubkey: web3.PublicKey;
1275
- mint: web3.PublicKey;
1276
- };
1277
- readonly PYUSD: {
1278
- pubkey: web3.PublicKey;
1279
- mint: web3.PublicKey;
1280
- };
1281
- readonly sUSDe: {
1282
- pubkey: web3.PublicKey;
1283
- mint: web3.PublicKey;
1284
- };
1285
- };
1286
- readonly JITO: {
1287
- readonly kySOL: {
1288
- pubkey: web3.PublicKey;
1289
- mint: web3.PublicKey;
1290
- };
1291
- readonly SOL: {
1292
- pubkey: web3.PublicKey;
1293
- mint: web3.PublicKey;
1294
- };
1295
- readonly ezSOL: {
1296
- pubkey: web3.PublicKey;
1297
- mint: web3.PublicKey;
1298
- };
1299
- readonly JITOSOL: {
1300
- pubkey: web3.PublicKey;
1301
- mint: web3.PublicKey;
1302
- };
1303
- };
1304
- readonly FARTCOIN: {
1305
- readonly FARTCOIN: {
1306
- pubkey: web3.PublicKey;
1307
- mint: web3.PublicKey;
1308
- };
1309
- readonly USDC: {
1310
- pubkey: web3.PublicKey;
1311
- mint: web3.PublicKey;
1312
- };
1313
- readonly USDT: {
1314
- pubkey: web3.PublicKey;
1315
- mint: web3.PublicKey;
1316
- };
1317
- };
1318
- readonly BITCOIN: {
1319
- readonly WBTC: {
1320
- pubkey: web3.PublicKey;
1321
- mint: web3.PublicKey;
1322
- };
1323
- readonly zBTC: {
1324
- pubkey: web3.PublicKey;
1325
- mint: web3.PublicKey;
1326
- };
1327
- readonly USDC: {
1328
- pubkey: web3.PublicKey;
1329
- mint: web3.PublicKey;
1330
- };
1331
- readonly USDG: {
1332
- pubkey: web3.PublicKey;
1333
- mint: web3.PublicKey;
1334
- };
1335
- readonly USDT: {
1336
- pubkey: web3.PublicKey;
1337
- mint: web3.PublicKey;
1338
- };
1339
- readonly LBTC: {
1340
- pubkey: web3.PublicKey;
1341
- mint: web3.PublicKey;
1342
- };
1343
- readonly FDUSD: {
1344
- pubkey: web3.PublicKey;
1345
- mint: web3.PublicKey;
1346
- };
1347
- };
1348
- readonly JUPITER: {
1349
- readonly USDC: {
1350
- pubkey: web3.PublicKey;
1351
- mint: web3.PublicKey;
1352
- };
1353
- readonly JUP: {
1354
- pubkey: web3.PublicKey;
1355
- mint: web3.PublicKey;
1356
- };
1357
- readonly USDT: {
1358
- pubkey: web3.PublicKey;
1359
- mint: web3.PublicKey;
1360
- };
1361
- readonly USDG: {
1362
- pubkey: web3.PublicKey;
1363
- mint: web3.PublicKey;
1364
- };
1365
- };
1366
- readonly JTO: {
1367
- readonly JTO: {
1368
- pubkey: web3.PublicKey;
1369
- mint: web3.PublicKey;
1370
- };
1371
- readonly USDG: {
1372
- pubkey: web3.PublicKey;
1373
- mint: web3.PublicKey;
1374
- };
1375
- readonly USDT: {
1376
- pubkey: web3.PublicKey;
1377
- mint: web3.PublicKey;
1378
- };
1379
- readonly USDC: {
1380
- pubkey: web3.PublicKey;
1381
- mint: web3.PublicKey;
1382
- };
1383
- };
1384
- readonly MARINADE: {
1385
- readonly MSOL: {
1386
- pubkey: web3.PublicKey;
1387
- mint: web3.PublicKey;
1388
- };
1389
- readonly SOL: {
1390
- pubkey: web3.PublicKey;
1391
- mint: web3.PublicKey;
1392
- };
1393
- };
1394
- readonly EXPONENT_PT_SOL: {
1395
- readonly "PT-bulkSOL-26FEB26": {
1396
- pubkey: web3.PublicKey;
1397
- mint: web3.PublicKey;
1398
- };
1399
- readonly "PT-kySOL-14JUN25": {
1400
- pubkey: web3.PublicKey;
1401
- mint: web3.PublicKey;
1402
- };
1403
- readonly SOL: {
1404
- pubkey: web3.PublicKey;
1405
- mint: web3.PublicKey;
1406
- };
1407
- readonly fragSOL: {
1408
- pubkey: web3.PublicKey;
1409
- mint: web3.PublicKey;
1410
- };
1411
- readonly "PT-fragSOL-10JUL25": {
1412
- pubkey: web3.PublicKey;
1413
- mint: web3.PublicKey;
1414
- };
1415
- readonly "PT-fragSOL-12FEB26": {
1416
- pubkey: web3.PublicKey;
1417
- mint: web3.PublicKey;
1418
- };
1419
- readonly "PT-fragSOL-31OCT25": {
1420
- pubkey: web3.PublicKey;
1421
- mint: web3.PublicKey;
1422
- };
1423
- readonly "PT-kySOL-30SEP25": {
1424
- pubkey: web3.PublicKey;
1425
- mint: web3.PublicKey;
1426
- };
1427
- };
1428
- readonly BONK: {
1429
- readonly USDC: {
1430
- pubkey: web3.PublicKey;
1431
- mint: web3.PublicKey;
1432
- };
1433
- readonly USDT: {
1434
- pubkey: web3.PublicKey;
1435
- mint: web3.PublicKey;
1436
- };
1437
- readonly SOL: {
1438
- pubkey: web3.PublicKey;
1439
- mint: web3.PublicKey;
1440
- };
1441
- readonly bonkSOL: {
1442
- pubkey: web3.PublicKey;
1443
- mint: web3.PublicKey;
1444
- };
1445
- readonly USDG: {
1446
- pubkey: web3.PublicKey;
1447
- mint: web3.PublicKey;
1448
- };
1449
- readonly BONK: {
1450
- pubkey: web3.PublicKey;
1451
- mint: web3.PublicKey;
1452
- };
1453
- };
1454
- readonly RSTSOL_BBSOL: {
1455
- readonly bbSOL: {
1456
- pubkey: web3.PublicKey;
1457
- mint: web3.PublicKey;
1458
- };
1459
- readonly rstSOL: {
1460
- pubkey: web3.PublicKey;
1461
- mint: web3.PublicKey;
1462
- };
1463
- readonly SOL: {
1464
- pubkey: web3.PublicKey;
1465
- mint: web3.PublicKey;
1466
- };
1467
- };
1468
- readonly MAPLE: {
1469
- readonly PYUSD: {
1470
- pubkey: web3.PublicKey;
1471
- mint: web3.PublicKey;
1472
- };
1473
- readonly USDC: {
1474
- pubkey: web3.PublicKey;
1475
- mint: web3.PublicKey;
1476
- };
1477
- readonly syrupUSDC: {
1478
- pubkey: web3.PublicKey;
1479
- mint: web3.PublicKey;
1480
- };
1481
- readonly USDS: {
1482
- pubkey: web3.PublicKey;
1483
- mint: web3.PublicKey;
1484
- };
1485
- readonly CASH: {
1486
- pubkey: web3.PublicKey;
1487
- mint: web3.PublicKey;
1488
- };
1489
- readonly USD1: {
1490
- pubkey: web3.PublicKey;
1491
- mint: web3.PublicKey;
1492
- };
1493
- readonly USDG: {
1494
- pubkey: web3.PublicKey;
1495
- mint: web3.PublicKey;
1496
- };
1497
- };
1498
- readonly HUMA: {
1499
- readonly USDC: {
1500
- pubkey: web3.PublicKey;
1501
- mint: web3.PublicKey;
1502
- };
1503
- readonly USDS: {
1504
- pubkey: web3.PublicKey;
1505
- mint: web3.PublicKey;
1506
- };
1507
- readonly PST: {
1508
- pubkey: web3.PublicKey;
1509
- mint: web3.PublicKey;
1510
- };
1511
- readonly USDG: {
1512
- pubkey: web3.PublicKey;
1513
- mint: web3.PublicKey;
1514
- };
1515
- };
1516
- readonly APOLLO: {
1517
- readonly USDG: {
1518
- pubkey: web3.PublicKey;
1519
- mint: web3.PublicKey;
1520
- };
1521
- readonly sACRED: {
1522
- pubkey: web3.PublicKey;
1523
- mint: web3.PublicKey;
1524
- };
1525
- readonly USDC: {
1526
- pubkey: web3.PublicKey;
1527
- mint: web3.PublicKey;
1528
- };
1529
- };
1530
- readonly ZEUS_BITCOIN: {
1531
- readonly FDUSD: {
1532
- pubkey: web3.PublicKey;
1533
- mint: web3.PublicKey;
1534
- };
1535
- readonly USDC: {
1536
- pubkey: web3.PublicKey;
1537
- mint: web3.PublicKey;
1538
- };
1539
- readonly ZBTC: {
1540
- pubkey: web3.PublicKey;
1541
- mint: web3.PublicKey;
1542
- };
1543
- };
1544
- readonly XSTOCKS: {
1545
- readonly SPYx: {
1546
- pubkey: web3.PublicKey;
1547
- mint: web3.PublicKey;
1548
- };
1549
- readonly QQQx: {
1550
- pubkey: web3.PublicKey;
1551
- mint: web3.PublicKey;
1552
- };
1553
- readonly HOODx: {
1554
- pubkey: web3.PublicKey;
1555
- mint: web3.PublicKey;
1556
- };
1557
- readonly GOOGLx: {
1558
- pubkey: web3.PublicKey;
1559
- mint: web3.PublicKey;
1560
- };
1561
- readonly CRCLx: {
1562
- pubkey: web3.PublicKey;
1563
- mint: web3.PublicKey;
1564
- };
1565
- readonly cbBTC: {
1566
- pubkey: web3.PublicKey;
1567
- mint: web3.PublicKey;
1568
- };
1569
- readonly TSLAx: {
1570
- pubkey: web3.PublicKey;
1571
- mint: web3.PublicKey;
1572
- };
1573
- readonly NVDAx: {
1574
- pubkey: web3.PublicKey;
1575
- mint: web3.PublicKey;
1576
- };
1577
- readonly USDC: {
1578
- pubkey: web3.PublicKey;
1579
- mint: web3.PublicKey;
1580
- };
1581
- readonly METAx: {
1582
- pubkey: web3.PublicKey;
1583
- mint: web3.PublicKey;
1584
- };
1585
- readonly AAPLx: {
1586
- pubkey: web3.PublicKey;
1587
- mint: web3.PublicKey;
1588
- };
1589
- readonly MSTRx: {
1590
- pubkey: web3.PublicKey;
1591
- mint: web3.PublicKey;
1592
- };
1593
- readonly USDG: {
1594
- pubkey: web3.PublicKey;
1595
- mint: web3.PublicKey;
1596
- };
1597
- };
1598
- readonly ONRE: {
1599
- readonly AUSD: {
1600
- pubkey: web3.PublicKey;
1601
- mint: web3.PublicKey;
1602
- };
1603
- readonly USDS: {
1604
- pubkey: web3.PublicKey;
1605
- mint: web3.PublicKey;
1606
- };
1607
- readonly ONyc: {
1608
- pubkey: web3.PublicKey;
1609
- mint: web3.PublicKey;
1610
- };
1611
- readonly USDC: {
1612
- pubkey: web3.PublicKey;
1613
- mint: web3.PublicKey;
1614
- };
1615
- readonly USDG: {
1616
- pubkey: web3.PublicKey;
1617
- mint: web3.PublicKey;
1618
- };
1619
- };
1620
- readonly PUMP: {
1621
- readonly PUMP: {
1622
- pubkey: web3.PublicKey;
1623
- mint: web3.PublicKey;
1624
- };
1625
- readonly USDC: {
1626
- pubkey: web3.PublicKey;
1627
- mint: web3.PublicKey;
1628
- };
1629
- readonly USDG: {
1630
- pubkey: web3.PublicKey;
1631
- mint: web3.PublicKey;
1632
- };
1633
- };
1634
- readonly SOLSTICE: {
1635
- readonly "PT-eUSX-01JUN26": {
1636
- pubkey: web3.PublicKey;
1637
- mint: web3.PublicKey;
1638
- };
1639
- readonly "PT-eUSX-11MAR26": {
1640
- pubkey: web3.PublicKey;
1641
- mint: web3.PublicKey;
1642
- };
1643
- readonly USDC: {
1644
- pubkey: web3.PublicKey;
1645
- mint: web3.PublicKey;
1646
- };
1647
- readonly eUSX: {
1648
- pubkey: web3.PublicKey;
1649
- mint: web3.PublicKey;
1650
- };
1651
- readonly "PT-USX-01JUN26": {
1652
- pubkey: web3.PublicKey;
1653
- mint: web3.PublicKey;
1654
- };
1655
- readonly "PT-USX-9FEB26": {
1656
- pubkey: web3.PublicKey;
1657
- mint: web3.PublicKey;
1658
- };
1659
- readonly USX: {
1660
- pubkey: web3.PublicKey;
1661
- mint: web3.PublicKey;
1662
- };
1663
- };
1664
- readonly SUPERSTATE: {
1665
- readonly FWDI: {
1666
- pubkey: web3.PublicKey;
1667
- mint: web3.PublicKey;
1668
- };
1669
- readonly GLXY: {
1670
- pubkey: web3.PublicKey;
1671
- mint: web3.PublicKey;
1672
- };
1673
- readonly "USDC-Dep": {
1674
- pubkey: web3.PublicKey;
1675
- mint: web3.PublicKey;
1676
- };
1677
- readonly USDC: {
1678
- pubkey: web3.PublicKey;
1679
- mint: web3.PublicKey;
1680
- };
1681
- readonly USCC: {
1682
- pubkey: web3.PublicKey;
1683
- mint: web3.PublicKey;
1684
- };
1685
- };
1686
- readonly FIGURE: {
1687
- readonly PYUSD: {
1688
- pubkey: web3.PublicKey;
1689
- mint: web3.PublicKey;
1690
- };
1691
- readonly wYLDS: {
1692
- pubkey: web3.PublicKey;
1693
- mint: web3.PublicKey;
1694
- };
1695
- readonly USDS: {
1696
- pubkey: web3.PublicKey;
1697
- mint: web3.PublicKey;
1698
- };
1699
- readonly USDC: {
1700
- pubkey: web3.PublicKey;
1701
- mint: web3.PublicKey;
1702
- };
1703
- readonly PRIME: {
1704
- pubkey: web3.PublicKey;
1705
- mint: web3.PublicKey;
1706
- };
1707
- readonly CASH: {
1708
- pubkey: web3.PublicKey;
1709
- mint: web3.PublicKey;
1710
- };
1711
- };
1712
- readonly GM_SANCTUM: {
1713
- readonly dfdvSOL: {
1714
- pubkey: web3.PublicKey;
1715
- mint: web3.PublicKey;
1716
- };
1717
- readonly INF: {
1718
- pubkey: web3.PublicKey;
1719
- mint: web3.PublicKey;
1720
- };
1721
- readonly SOL: {
1722
- pubkey: web3.PublicKey;
1723
- mint: web3.PublicKey;
1724
- };
1725
- };
1726
- readonly GM_SOLBLAZE: {
1727
- readonly SOL: {
1728
- pubkey: web3.PublicKey;
1729
- mint: web3.PublicKey;
1730
- };
1731
- readonly BSOL: {
1732
- pubkey: web3.PublicKey;
1733
- mint: web3.PublicKey;
1734
- };
1735
- };
1736
- readonly ADRENA: {
1737
- readonly USDC: {
1738
- pubkey: web3.PublicKey;
1739
- mint: web3.PublicKey;
1740
- };
1741
- readonly ALP: {
1742
- pubkey: web3.PublicKey;
1743
- mint: web3.PublicKey;
1744
- };
1745
- };
1746
- readonly FLASH_TRADE: {
1747
- readonly USDC: {
1748
- pubkey: web3.PublicKey;
1749
- mint: web3.PublicKey;
1750
- };
1751
- readonly FLP: {
1752
- pubkey: web3.PublicKey;
1753
- mint: web3.PublicKey;
1754
- };
1755
- };
1756
- readonly METAPLEX: {
1757
- readonly USDC: {
1758
- pubkey: web3.PublicKey;
1759
- mint: web3.PublicKey;
1760
- };
1761
- readonly MPLX: {
1762
- pubkey: web3.PublicKey;
1763
- mint: web3.PublicKey;
1764
- };
1765
- };
1766
- }[M_2], amount: BN): ReserveInstruction;
76
+ borrow<M extends KaminoMarket>(market: M, asset: keyof KaminoReserves[M], amount: BN): ReserveInstruction;
1767
77
  /**
1768
78
  * Repay a borrow on a Kamino reserve.
1769
79
  * @param market - The Kamino lending market
1770
80
  * @param asset - The reserve asset (e.g. "USDC", "SOL")
1771
81
  * @param amount - Amount in the asset's native units
1772
82
  */
1773
- repay<M_3 extends KaminoMarket>(market: M_3, asset: keyof {
1774
- readonly MAIN: {
1775
- readonly adraSOL: {
1776
- pubkey: web3.PublicKey;
1777
- mint: web3.PublicKey;
1778
- };
1779
- readonly dSOL: {
1780
- pubkey: web3.PublicKey;
1781
- mint: web3.PublicKey;
1782
- };
1783
- readonly SOL: {
1784
- pubkey: web3.PublicKey;
1785
- mint: web3.PublicKey;
1786
- };
1787
- readonly ETH: {
1788
- pubkey: web3.PublicKey;
1789
- mint: web3.PublicKey;
1790
- };
1791
- readonly fBTC: {
1792
- pubkey: web3.PublicKey;
1793
- mint: web3.PublicKey;
1794
- };
1795
- readonly picoSOL: {
1796
- pubkey: web3.PublicKey;
1797
- mint: web3.PublicKey;
1798
- };
1799
- readonly stkeSOL: {
1800
- pubkey: web3.PublicKey;
1801
- mint: web3.PublicKey;
1802
- };
1803
- readonly PYUSD: {
1804
- pubkey: web3.PublicKey;
1805
- mint: web3.PublicKey;
1806
- };
1807
- readonly cbBTC: {
1808
- pubkey: web3.PublicKey;
1809
- mint: web3.PublicKey;
1810
- };
1811
- readonly JUP: {
1812
- pubkey: web3.PublicKey;
1813
- mint: web3.PublicKey;
1814
- };
1815
- readonly xBTC: {
1816
- pubkey: web3.PublicKey;
1817
- mint: web3.PublicKey;
1818
- };
1819
- readonly wstETH: {
1820
- pubkey: web3.PublicKey;
1821
- mint: web3.PublicKey;
1822
- };
1823
- readonly kSOLBSOLOrca: {
1824
- pubkey: web3.PublicKey;
1825
- mint: web3.PublicKey;
1826
- };
1827
- readonly CHAI: {
1828
- pubkey: web3.PublicKey;
1829
- mint: web3.PublicKey;
1830
- };
1831
- readonly bbSOL: {
1832
- pubkey: web3.PublicKey;
1833
- mint: web3.PublicKey;
1834
- };
1835
- readonly USD1: {
1836
- pubkey: web3.PublicKey;
1837
- mint: web3.PublicKey;
1838
- };
1839
- readonly kSOLJITOSOLRaydium: {
1840
- pubkey: web3.PublicKey;
1841
- mint: web3.PublicKey;
1842
- };
1843
- readonly nxSOL: {
1844
- pubkey: web3.PublicKey;
1845
- mint: web3.PublicKey;
1846
- };
1847
- readonly fwdSOL: {
1848
- pubkey: web3.PublicKey;
1849
- mint: web3.PublicKey;
1850
- };
1851
- readonly STSOL: {
1852
- pubkey: web3.PublicKey;
1853
- mint: web3.PublicKey;
1854
- };
1855
- readonly JTO: {
1856
- pubkey: web3.PublicKey;
1857
- mint: web3.PublicKey;
1858
- };
1859
- readonly strongSOL: {
1860
- pubkey: web3.PublicKey;
1861
- mint: web3.PublicKey;
1862
- };
1863
- readonly CASH: {
1864
- pubkey: web3.PublicKey;
1865
- mint: web3.PublicKey;
1866
- };
1867
- readonly kUXDUSDCOrca: {
1868
- pubkey: web3.PublicKey;
1869
- mint: web3.PublicKey;
1870
- };
1871
- readonly hubSOL: {
1872
- pubkey: web3.PublicKey;
1873
- mint: web3.PublicKey;
1874
- };
1875
- readonly USDS: {
1876
- pubkey: web3.PublicKey;
1877
- mint: web3.PublicKey;
1878
- };
1879
- readonly FDUSD: {
1880
- pubkey: web3.PublicKey;
1881
- mint: web3.PublicKey;
1882
- };
1883
- readonly cgntSOL: {
1884
- pubkey: web3.PublicKey;
1885
- mint: web3.PublicKey;
1886
- };
1887
- readonly hSOL: {
1888
- pubkey: web3.PublicKey;
1889
- mint: web3.PublicKey;
1890
- };
1891
- readonly vSOL: {
1892
- pubkey: web3.PublicKey;
1893
- mint: web3.PublicKey;
1894
- };
1895
- readonly dfdvSOL: {
1896
- pubkey: web3.PublicKey;
1897
- mint: web3.PublicKey;
1898
- };
1899
- readonly USDC: {
1900
- pubkey: web3.PublicKey;
1901
- mint: web3.PublicKey;
1902
- };
1903
- readonly JupSOL: {
1904
- pubkey: web3.PublicKey;
1905
- mint: web3.PublicKey;
1906
- };
1907
- readonly USDH: {
1908
- pubkey: web3.PublicKey;
1909
- mint: web3.PublicKey;
1910
- };
1911
- readonly JLP: {
1912
- pubkey: web3.PublicKey;
1913
- mint: web3.PublicKey;
1914
- };
1915
- readonly EURC: {
1916
- pubkey: web3.PublicKey;
1917
- mint: web3.PublicKey;
1918
- };
1919
- readonly USDG: {
1920
- pubkey: web3.PublicKey;
1921
- mint: web3.PublicKey;
1922
- };
1923
- readonly JITOSOL: {
1924
- pubkey: web3.PublicKey;
1925
- mint: web3.PublicKey;
1926
- };
1927
- readonly MSOL: {
1928
- pubkey: web3.PublicKey;
1929
- mint: web3.PublicKey;
1930
- };
1931
- readonly cdcSOL: {
1932
- pubkey: web3.PublicKey;
1933
- mint: web3.PublicKey;
1934
- };
1935
- readonly kSOLMSOLRaydium: {
1936
- pubkey: web3.PublicKey;
1937
- mint: web3.PublicKey;
1938
- };
1939
- readonly bnSOL: {
1940
- pubkey: web3.PublicKey;
1941
- mint: web3.PublicKey;
1942
- };
1943
- readonly STEP: {
1944
- pubkey: web3.PublicKey;
1945
- mint: web3.PublicKey;
1946
- };
1947
- readonly kSOLJITOSOLOrca: {
1948
- pubkey: web3.PublicKey;
1949
- mint: web3.PublicKey;
1950
- };
1951
- readonly xSTEP: {
1952
- pubkey: web3.PublicKey;
1953
- mint: web3.PublicKey;
1954
- };
1955
- readonly UXD: {
1956
- pubkey: web3.PublicKey;
1957
- mint: web3.PublicKey;
1958
- };
1959
- readonly USDT: {
1960
- pubkey: web3.PublicKey;
1961
- mint: web3.PublicKey;
1962
- };
1963
- readonly bSOL: {
1964
- pubkey: web3.PublicKey;
1965
- mint: web3.PublicKey;
1966
- };
1967
- readonly jSOL: {
1968
- pubkey: web3.PublicKey;
1969
- mint: web3.PublicKey;
1970
- };
1971
- readonly laineSOL: {
1972
- pubkey: web3.PublicKey;
1973
- mint: web3.PublicKey;
1974
- };
1975
- readonly pSOL: {
1976
- pubkey: web3.PublicKey;
1977
- mint: web3.PublicKey;
1978
- };
1979
- readonly WBTC: {
1980
- pubkey: web3.PublicKey;
1981
- mint: web3.PublicKey;
1982
- };
1983
- readonly tBTC: {
1984
- pubkey: web3.PublicKey;
1985
- mint: web3.PublicKey;
1986
- };
1987
- readonly bonkSOL: {
1988
- pubkey: web3.PublicKey;
1989
- mint: web3.PublicKey;
1990
- };
1991
- readonly lanternSOL: {
1992
- pubkey: web3.PublicKey;
1993
- mint: web3.PublicKey;
1994
- };
1995
- };
1996
- readonly JLP: {
1997
- readonly USDT: {
1998
- pubkey: web3.PublicKey;
1999
- mint: web3.PublicKey;
2000
- };
2001
- readonly USD1: {
2002
- pubkey: web3.PublicKey;
2003
- mint: web3.PublicKey;
2004
- };
2005
- readonly USDG: {
2006
- pubkey: web3.PublicKey;
2007
- mint: web3.PublicKey;
2008
- };
2009
- readonly JLP: {
2010
- pubkey: web3.PublicKey;
2011
- mint: web3.PublicKey;
2012
- };
2013
- readonly SOL: {
2014
- pubkey: web3.PublicKey;
2015
- mint: web3.PublicKey;
2016
- };
2017
- readonly PYUSD: {
2018
- pubkey: web3.PublicKey;
2019
- mint: web3.PublicKey;
2020
- };
2021
- readonly USDC: {
2022
- pubkey: web3.PublicKey;
2023
- mint: web3.PublicKey;
2024
- };
2025
- };
2026
- readonly ALTCOINS: {
2027
- readonly GRASS: {
2028
- pubkey: web3.PublicKey;
2029
- mint: web3.PublicKey;
2030
- };
2031
- readonly MEW: {
2032
- pubkey: web3.PublicKey;
2033
- mint: web3.PublicKey;
2034
- };
2035
- readonly JUP: {
2036
- pubkey: web3.PublicKey;
2037
- mint: web3.PublicKey;
2038
- };
2039
- readonly POPCAT: {
2040
- pubkey: web3.PublicKey;
2041
- mint: web3.PublicKey;
2042
- };
2043
- readonly JTO: {
2044
- pubkey: web3.PublicKey;
2045
- mint: web3.PublicKey;
2046
- };
2047
- readonly DRIFT: {
2048
- pubkey: web3.PublicKey;
2049
- mint: web3.PublicKey;
2050
- };
2051
- readonly USDC: {
2052
- pubkey: web3.PublicKey;
2053
- mint: web3.PublicKey;
2054
- };
2055
- readonly KMNO: {
2056
- pubkey: web3.PublicKey;
2057
- mint: web3.PublicKey;
2058
- };
2059
- readonly PRCL: {
2060
- pubkey: web3.PublicKey;
2061
- mint: web3.PublicKey;
2062
- };
2063
- readonly PENGU: {
2064
- pubkey: web3.PublicKey;
2065
- mint: web3.PublicKey;
2066
- };
2067
- readonly BONK: {
2068
- pubkey: web3.PublicKey;
2069
- mint: web3.PublicKey;
2070
- };
2071
- readonly PYUSD: {
2072
- pubkey: web3.PublicKey;
2073
- mint: web3.PublicKey;
2074
- };
2075
- readonly W: {
2076
- pubkey: web3.PublicKey;
2077
- mint: web3.PublicKey;
2078
- };
2079
- readonly TNSR: {
2080
- pubkey: web3.PublicKey;
2081
- mint: web3.PublicKey;
2082
- }; /** Harvest a specific reward index into a managed vault reward ATA. */
2083
- readonly GOAT: {
2084
- pubkey: web3.PublicKey;
2085
- mint: web3.PublicKey;
2086
- };
2087
- readonly WEN: {
2088
- pubkey: web3.PublicKey;
2089
- mint: web3.PublicKey;
2090
- };
2091
- readonly USDH: {
2092
- pubkey: web3.PublicKey;
2093
- mint: web3.PublicKey;
2094
- };
2095
- readonly TRUMP: {
2096
- pubkey: web3.PublicKey;
2097
- mint: web3.PublicKey;
2098
- };
2099
- readonly WIF: {
2100
- pubkey: web3.PublicKey;
2101
- mint: web3.PublicKey;
2102
- };
2103
- readonly FWOG: {
2104
- pubkey: web3.PublicKey;
2105
- mint: web3.PublicKey;
2106
- };
2107
- readonly PYTH: {
2108
- pubkey: web3.PublicKey;
2109
- mint: web3.PublicKey;
2110
- };
2111
- readonly INF: {
2112
- pubkey: web3.PublicKey;
2113
- mint: web3.PublicKey;
2114
- };
2115
- };
2116
- readonly ETHENA: {
2117
- readonly USDe: {
2118
- pubkey: web3.PublicKey;
2119
- mint: web3.PublicKey;
2120
- };
2121
- readonly USDT: {
2122
- pubkey: web3.PublicKey;
2123
- mint: web3.PublicKey;
2124
- };
2125
- readonly USDC: {
2126
- pubkey: web3.PublicKey;
2127
- mint: web3.PublicKey;
2128
- };
2129
- readonly PYUSD: {
2130
- pubkey: web3.PublicKey;
2131
- mint: web3.PublicKey;
2132
- };
2133
- readonly sUSDe: {
2134
- pubkey: web3.PublicKey;
2135
- mint: web3.PublicKey;
2136
- };
2137
- };
2138
- readonly JITO: {
2139
- readonly kySOL: {
2140
- pubkey: web3.PublicKey;
2141
- mint: web3.PublicKey;
2142
- };
2143
- readonly SOL: {
2144
- pubkey: web3.PublicKey;
2145
- mint: web3.PublicKey;
2146
- };
2147
- readonly ezSOL: {
2148
- pubkey: web3.PublicKey;
2149
- mint: web3.PublicKey;
2150
- };
2151
- readonly JITOSOL: {
2152
- pubkey: web3.PublicKey;
2153
- mint: web3.PublicKey;
2154
- };
2155
- };
2156
- readonly FARTCOIN: {
2157
- readonly FARTCOIN: {
2158
- pubkey: web3.PublicKey;
2159
- mint: web3.PublicKey;
2160
- };
2161
- readonly USDC: {
2162
- pubkey: web3.PublicKey;
2163
- mint: web3.PublicKey;
2164
- };
2165
- readonly USDT: {
2166
- pubkey: web3.PublicKey;
2167
- mint: web3.PublicKey;
2168
- };
2169
- };
2170
- readonly BITCOIN: {
2171
- readonly WBTC: {
2172
- pubkey: web3.PublicKey;
2173
- mint: web3.PublicKey;
2174
- };
2175
- readonly zBTC: {
2176
- pubkey: web3.PublicKey;
2177
- mint: web3.PublicKey;
2178
- };
2179
- readonly USDC: {
2180
- pubkey: web3.PublicKey;
2181
- mint: web3.PublicKey;
2182
- };
2183
- readonly USDG: {
2184
- pubkey: web3.PublicKey;
2185
- mint: web3.PublicKey;
2186
- };
2187
- readonly USDT: {
2188
- pubkey: web3.PublicKey;
2189
- mint: web3.PublicKey;
2190
- };
2191
- readonly LBTC: {
2192
- pubkey: web3.PublicKey;
2193
- mint: web3.PublicKey;
2194
- };
2195
- readonly FDUSD: {
2196
- pubkey: web3.PublicKey;
2197
- mint: web3.PublicKey;
2198
- };
2199
- };
2200
- readonly JUPITER: {
2201
- readonly USDC: {
2202
- pubkey: web3.PublicKey;
2203
- mint: web3.PublicKey;
2204
- };
2205
- readonly JUP: {
2206
- pubkey: web3.PublicKey;
2207
- mint: web3.PublicKey;
2208
- };
2209
- readonly USDT: {
2210
- pubkey: web3.PublicKey;
2211
- mint: web3.PublicKey;
2212
- };
2213
- readonly USDG: {
2214
- pubkey: web3.PublicKey;
2215
- mint: web3.PublicKey;
2216
- };
2217
- };
2218
- readonly JTO: {
2219
- readonly JTO: {
2220
- pubkey: web3.PublicKey;
2221
- mint: web3.PublicKey;
2222
- };
2223
- readonly USDG: {
2224
- pubkey: web3.PublicKey;
2225
- mint: web3.PublicKey;
2226
- };
2227
- readonly USDT: {
2228
- pubkey: web3.PublicKey;
2229
- mint: web3.PublicKey;
2230
- };
2231
- readonly USDC: {
2232
- pubkey: web3.PublicKey;
2233
- mint: web3.PublicKey;
2234
- };
2235
- };
2236
- readonly MARINADE: {
2237
- readonly MSOL: {
2238
- pubkey: web3.PublicKey;
2239
- mint: web3.PublicKey;
2240
- };
2241
- readonly SOL: {
2242
- pubkey: web3.PublicKey;
2243
- mint: web3.PublicKey;
2244
- };
2245
- };
2246
- readonly EXPONENT_PT_SOL: {
2247
- readonly "PT-bulkSOL-26FEB26": {
2248
- pubkey: web3.PublicKey;
2249
- mint: web3.PublicKey;
2250
- };
2251
- readonly "PT-kySOL-14JUN25": {
2252
- pubkey: web3.PublicKey;
2253
- mint: web3.PublicKey;
2254
- };
2255
- readonly SOL: {
2256
- pubkey: web3.PublicKey;
2257
- mint: web3.PublicKey;
2258
- };
2259
- readonly fragSOL: {
2260
- pubkey: web3.PublicKey;
2261
- mint: web3.PublicKey;
2262
- };
2263
- readonly "PT-fragSOL-10JUL25": {
2264
- pubkey: web3.PublicKey;
2265
- mint: web3.PublicKey;
2266
- };
2267
- readonly "PT-fragSOL-12FEB26": {
2268
- pubkey: web3.PublicKey;
2269
- mint: web3.PublicKey;
2270
- };
2271
- readonly "PT-fragSOL-31OCT25": {
2272
- pubkey: web3.PublicKey;
2273
- mint: web3.PublicKey;
2274
- };
2275
- readonly "PT-kySOL-30SEP25": {
2276
- pubkey: web3.PublicKey;
2277
- mint: web3.PublicKey;
2278
- };
2279
- };
2280
- readonly BONK: {
2281
- readonly USDC: {
2282
- pubkey: web3.PublicKey;
2283
- mint: web3.PublicKey;
2284
- };
2285
- readonly USDT: {
2286
- pubkey: web3.PublicKey;
2287
- mint: web3.PublicKey;
2288
- };
2289
- readonly SOL: {
2290
- pubkey: web3.PublicKey;
2291
- mint: web3.PublicKey;
2292
- };
2293
- readonly bonkSOL: {
2294
- pubkey: web3.PublicKey;
2295
- mint: web3.PublicKey;
2296
- };
2297
- readonly USDG: {
2298
- pubkey: web3.PublicKey;
2299
- mint: web3.PublicKey;
2300
- };
2301
- readonly BONK: {
2302
- pubkey: web3.PublicKey;
2303
- mint: web3.PublicKey;
2304
- };
2305
- };
2306
- readonly RSTSOL_BBSOL: {
2307
- readonly bbSOL: {
2308
- pubkey: web3.PublicKey;
2309
- mint: web3.PublicKey;
2310
- };
2311
- readonly rstSOL: {
2312
- pubkey: web3.PublicKey;
2313
- mint: web3.PublicKey;
2314
- };
2315
- readonly SOL: {
2316
- pubkey: web3.PublicKey;
2317
- mint: web3.PublicKey;
2318
- };
2319
- };
2320
- readonly MAPLE: {
2321
- readonly PYUSD: {
2322
- pubkey: web3.PublicKey;
2323
- mint: web3.PublicKey;
2324
- };
2325
- readonly USDC: {
2326
- pubkey: web3.PublicKey;
2327
- mint: web3.PublicKey;
2328
- };
2329
- readonly syrupUSDC: {
2330
- pubkey: web3.PublicKey;
2331
- mint: web3.PublicKey;
2332
- };
2333
- readonly USDS: {
2334
- pubkey: web3.PublicKey;
2335
- mint: web3.PublicKey;
2336
- };
2337
- readonly CASH: {
2338
- pubkey: web3.PublicKey;
2339
- mint: web3.PublicKey;
2340
- };
2341
- readonly USD1: {
2342
- pubkey: web3.PublicKey;
2343
- mint: web3.PublicKey;
2344
- };
2345
- readonly USDG: {
2346
- pubkey: web3.PublicKey;
2347
- mint: web3.PublicKey;
2348
- };
2349
- };
2350
- readonly HUMA: {
2351
- readonly USDC: {
2352
- pubkey: web3.PublicKey;
2353
- mint: web3.PublicKey;
2354
- };
2355
- readonly USDS: {
2356
- pubkey: web3.PublicKey;
2357
- mint: web3.PublicKey;
2358
- };
2359
- readonly PST: {
2360
- pubkey: web3.PublicKey;
2361
- mint: web3.PublicKey;
2362
- };
2363
- readonly USDG: {
2364
- pubkey: web3.PublicKey;
2365
- mint: web3.PublicKey;
2366
- };
2367
- };
2368
- readonly APOLLO: {
2369
- readonly USDG: {
2370
- pubkey: web3.PublicKey;
2371
- mint: web3.PublicKey;
2372
- };
2373
- readonly sACRED: {
2374
- pubkey: web3.PublicKey;
2375
- mint: web3.PublicKey;
2376
- };
2377
- readonly USDC: {
2378
- pubkey: web3.PublicKey;
2379
- mint: web3.PublicKey;
2380
- };
2381
- };
2382
- readonly ZEUS_BITCOIN: {
2383
- readonly FDUSD: {
2384
- pubkey: web3.PublicKey;
2385
- mint: web3.PublicKey;
2386
- };
2387
- readonly USDC: {
2388
- pubkey: web3.PublicKey;
2389
- mint: web3.PublicKey;
2390
- };
2391
- readonly ZBTC: {
2392
- pubkey: web3.PublicKey;
2393
- mint: web3.PublicKey;
2394
- };
2395
- };
2396
- readonly XSTOCKS: {
2397
- readonly SPYx: {
2398
- pubkey: web3.PublicKey;
2399
- mint: web3.PublicKey;
2400
- };
2401
- readonly QQQx: {
2402
- pubkey: web3.PublicKey;
2403
- mint: web3.PublicKey;
2404
- };
2405
- readonly HOODx: {
2406
- pubkey: web3.PublicKey;
2407
- mint: web3.PublicKey;
2408
- };
2409
- readonly GOOGLx: {
2410
- pubkey: web3.PublicKey;
2411
- mint: web3.PublicKey;
2412
- };
2413
- readonly CRCLx: {
2414
- pubkey: web3.PublicKey;
2415
- mint: web3.PublicKey;
2416
- };
2417
- readonly cbBTC: {
2418
- pubkey: web3.PublicKey;
2419
- mint: web3.PublicKey;
2420
- };
2421
- readonly TSLAx: {
2422
- pubkey: web3.PublicKey;
2423
- mint: web3.PublicKey;
2424
- };
2425
- readonly NVDAx: {
2426
- pubkey: web3.PublicKey;
2427
- mint: web3.PublicKey;
2428
- };
2429
- readonly USDC: {
2430
- pubkey: web3.PublicKey;
2431
- mint: web3.PublicKey;
2432
- };
2433
- readonly METAx: {
2434
- pubkey: web3.PublicKey;
2435
- mint: web3.PublicKey;
2436
- };
2437
- readonly AAPLx: {
2438
- pubkey: web3.PublicKey;
2439
- mint: web3.PublicKey;
2440
- };
2441
- readonly MSTRx: {
2442
- pubkey: web3.PublicKey;
2443
- mint: web3.PublicKey;
2444
- };
2445
- readonly USDG: {
2446
- pubkey: web3.PublicKey;
2447
- mint: web3.PublicKey;
2448
- };
2449
- };
2450
- readonly ONRE: {
2451
- readonly AUSD: {
2452
- pubkey: web3.PublicKey;
2453
- mint: web3.PublicKey;
2454
- };
2455
- readonly USDS: {
2456
- pubkey: web3.PublicKey;
2457
- mint: web3.PublicKey;
2458
- };
2459
- readonly ONyc: {
2460
- pubkey: web3.PublicKey;
2461
- mint: web3.PublicKey;
2462
- };
2463
- readonly USDC: {
2464
- pubkey: web3.PublicKey;
2465
- mint: web3.PublicKey;
2466
- };
2467
- readonly USDG: {
2468
- pubkey: web3.PublicKey;
2469
- mint: web3.PublicKey;
2470
- };
2471
- };
2472
- readonly PUMP: {
2473
- readonly PUMP: {
2474
- pubkey: web3.PublicKey;
2475
- mint: web3.PublicKey;
2476
- };
2477
- readonly USDC: {
2478
- pubkey: web3.PublicKey;
2479
- mint: web3.PublicKey;
2480
- };
2481
- readonly USDG: {
2482
- pubkey: web3.PublicKey;
2483
- mint: web3.PublicKey;
2484
- };
2485
- };
2486
- readonly SOLSTICE: {
2487
- readonly "PT-eUSX-01JUN26": {
2488
- pubkey: web3.PublicKey;
2489
- mint: web3.PublicKey;
2490
- };
2491
- readonly "PT-eUSX-11MAR26": {
2492
- pubkey: web3.PublicKey;
2493
- mint: web3.PublicKey;
2494
- };
2495
- readonly USDC: {
2496
- pubkey: web3.PublicKey;
2497
- mint: web3.PublicKey;
2498
- };
2499
- readonly eUSX: {
2500
- pubkey: web3.PublicKey;
2501
- mint: web3.PublicKey;
2502
- };
2503
- readonly "PT-USX-01JUN26": {
2504
- pubkey: web3.PublicKey;
2505
- mint: web3.PublicKey;
2506
- };
2507
- readonly "PT-USX-9FEB26": {
2508
- pubkey: web3.PublicKey;
2509
- mint: web3.PublicKey;
2510
- };
2511
- readonly USX: {
2512
- pubkey: web3.PublicKey;
2513
- mint: web3.PublicKey;
2514
- };
2515
- };
2516
- readonly SUPERSTATE: {
2517
- readonly FWDI: {
2518
- pubkey: web3.PublicKey;
2519
- mint: web3.PublicKey;
2520
- };
2521
- readonly GLXY: {
2522
- pubkey: web3.PublicKey;
2523
- mint: web3.PublicKey;
2524
- };
2525
- readonly "USDC-Dep": {
2526
- pubkey: web3.PublicKey;
2527
- mint: web3.PublicKey;
2528
- };
2529
- readonly USDC: {
2530
- pubkey: web3.PublicKey;
2531
- mint: web3.PublicKey;
2532
- };
2533
- readonly USCC: {
2534
- pubkey: web3.PublicKey;
2535
- mint: web3.PublicKey;
2536
- };
2537
- };
2538
- readonly FIGURE: {
2539
- readonly PYUSD: {
2540
- pubkey: web3.PublicKey;
2541
- mint: web3.PublicKey;
2542
- };
2543
- readonly wYLDS: {
2544
- pubkey: web3.PublicKey;
2545
- mint: web3.PublicKey;
2546
- };
2547
- readonly USDS: {
2548
- pubkey: web3.PublicKey;
2549
- mint: web3.PublicKey;
2550
- };
2551
- readonly USDC: {
2552
- pubkey: web3.PublicKey;
2553
- mint: web3.PublicKey;
2554
- };
2555
- readonly PRIME: {
2556
- pubkey: web3.PublicKey;
2557
- mint: web3.PublicKey;
2558
- };
2559
- readonly CASH: {
2560
- pubkey: web3.PublicKey;
2561
- mint: web3.PublicKey;
2562
- };
2563
- };
2564
- readonly GM_SANCTUM: {
2565
- readonly dfdvSOL: {
2566
- pubkey: web3.PublicKey;
2567
- mint: web3.PublicKey;
2568
- };
2569
- readonly INF: {
2570
- pubkey: web3.PublicKey;
2571
- mint: web3.PublicKey;
2572
- };
2573
- readonly SOL: {
2574
- pubkey: web3.PublicKey;
2575
- mint: web3.PublicKey;
2576
- };
2577
- };
2578
- readonly GM_SOLBLAZE: {
2579
- readonly SOL: {
2580
- pubkey: web3.PublicKey;
2581
- mint: web3.PublicKey;
2582
- };
2583
- readonly BSOL: {
2584
- pubkey: web3.PublicKey;
2585
- mint: web3.PublicKey;
2586
- };
2587
- };
2588
- readonly ADRENA: {
2589
- readonly USDC: {
2590
- pubkey: web3.PublicKey;
2591
- mint: web3.PublicKey;
2592
- };
2593
- readonly ALP: {
2594
- pubkey: web3.PublicKey;
2595
- mint: web3.PublicKey;
2596
- };
2597
- };
2598
- readonly FLASH_TRADE: {
2599
- readonly USDC: {
2600
- pubkey: web3.PublicKey;
2601
- mint: web3.PublicKey;
2602
- };
2603
- readonly FLP: {
2604
- pubkey: web3.PublicKey;
2605
- mint: web3.PublicKey;
2606
- };
2607
- };
2608
- readonly METAPLEX: {
2609
- readonly USDC: {
2610
- pubkey: web3.PublicKey;
2611
- mint: web3.PublicKey;
2612
- };
2613
- readonly MPLX: {
2614
- pubkey: web3.PublicKey;
2615
- mint: web3.PublicKey;
2616
- };
2617
- };
2618
- }[M_3], amount: BN): ReserveInstruction;
83
+ repay<M extends KaminoMarket>(market: M, asset: keyof KaminoReserves[M], amount: BN): ReserveInstruction;
2619
84
  };
2620
85
  /**
2621
86
  * Builder for direct Kamino Vault action descriptors.