@kamino-finance/klend-sdk 7.3.3 → 7.3.5-beta.0

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 (2302) hide show
  1. package/dist/chunk-5DIL2ZCI.js +373 -0
  2. package/dist/chunk-5DIL2ZCI.js.map +1 -0
  3. package/dist/chunk-5RQOM3VO.js +1628 -0
  4. package/dist/chunk-5RQOM3VO.js.map +1 -0
  5. package/dist/chunk-GXZYS537.cjs +1630 -0
  6. package/dist/chunk-GXZYS537.cjs.map +1 -0
  7. package/dist/chunk-I7IRKIKG.cjs +35167 -0
  8. package/dist/chunk-I7IRKIKG.cjs.map +1 -0
  9. package/dist/chunk-K2DZLHPZ.cjs +4573 -0
  10. package/dist/chunk-K2DZLHPZ.cjs.map +1 -0
  11. package/dist/chunk-MR7WEZXN.cjs +398 -0
  12. package/dist/chunk-MR7WEZXN.cjs.map +1 -0
  13. package/dist/chunk-NNIHRGXK.js +34815 -0
  14. package/dist/chunk-NNIHRGXK.js.map +1 -0
  15. package/dist/chunk-O7I5CWRX.cjs +44 -0
  16. package/dist/chunk-O7I5CWRX.cjs.map +1 -0
  17. package/dist/chunk-OCDAUWFE.js +4456 -0
  18. package/dist/chunk-OCDAUWFE.js.map +1 -0
  19. package/dist/chunk-PR4QN5HX.js +39 -0
  20. package/dist/chunk-PR4QN5HX.js.map +1 -0
  21. package/dist/core.cjs +1504 -0
  22. package/dist/core.cjs.map +1 -0
  23. package/dist/core.d.cts +5629 -0
  24. package/dist/core.d.ts +5629 -0
  25. package/dist/core.js +7 -0
  26. package/dist/core.js.map +1 -0
  27. package/dist/errors.cjs +2523 -0
  28. package/dist/errors.cjs.map +1 -0
  29. package/dist/errors.d.cts +1888 -0
  30. package/dist/errors.d.ts +1888 -0
  31. package/dist/errors.js +2520 -0
  32. package/dist/errors.js.map +1 -0
  33. package/dist/fraction-BeFnhBaY.d.cts +5830 -0
  34. package/dist/fraction-BeFnhBaY.d.ts +5830 -0
  35. package/dist/index.cjs +1564 -0
  36. package/dist/index.cjs.map +1 -0
  37. package/dist/index.d.cts +590 -0
  38. package/dist/index.d.ts +590 -2
  39. package/dist/index.js +6 -17
  40. package/dist/index.js.map +1 -1
  41. package/dist/jupiter-perps.cjs +14 -0
  42. package/dist/jupiter-perps.cjs.map +1 -0
  43. package/dist/jupiter-perps.d.cts +5 -0
  44. package/dist/jupiter-perps.d.ts +5 -0
  45. package/dist/jupiter-perps.js +5 -0
  46. package/dist/jupiter-perps.js.map +1 -0
  47. package/dist/oracle.cjs +130 -0
  48. package/dist/oracle.cjs.map +1 -0
  49. package/dist/oracle.d.cts +2478 -0
  50. package/dist/oracle.d.ts +2478 -0
  51. package/dist/oracle.js +5 -0
  52. package/dist/oracle.js.map +1 -0
  53. package/dist/standardStakePool-BXdhOcOo.d.cts +78 -0
  54. package/dist/standardStakePool-BXdhOcOo.d.ts +78 -0
  55. package/dist/unstaking-pool.cjs +56 -0
  56. package/dist/unstaking-pool.cjs.map +1 -0
  57. package/dist/unstaking-pool.d.cts +221 -0
  58. package/dist/unstaking-pool.d.ts +221 -0
  59. package/dist/unstaking-pool.js +7 -0
  60. package/dist/unstaking-pool.js.map +1 -0
  61. package/package.json +43 -6
  62. package/src/classes/manager.ts +40 -0
  63. package/src/classes/vault.ts +251 -65
  64. package/src/core.ts +97 -0
  65. package/src/errors.ts +11 -0
  66. package/src/jupiter-perps.ts +7 -0
  67. package/src/oracle.ts +18 -0
  68. package/src/unstaking-pool.ts +9 -0
  69. package/dist/@codegen/jupiter_perps/accounts/Custody.d.ts +0 -57
  70. package/dist/@codegen/jupiter_perps/accounts/Custody.d.ts.map +0 -1
  71. package/dist/@codegen/jupiter_perps/accounts/Custody.js +0 -176
  72. package/dist/@codegen/jupiter_perps/accounts/Custody.js.map +0 -1
  73. package/dist/@codegen/jupiter_perps/accounts/Perpetuals.d.ts +0 -36
  74. package/dist/@codegen/jupiter_perps/accounts/Perpetuals.d.ts.map +0 -1
  75. package/dist/@codegen/jupiter_perps/accounts/Perpetuals.js +0 -132
  76. package/dist/@codegen/jupiter_perps/accounts/Perpetuals.js.map +0 -1
  77. package/dist/@codegen/jupiter_perps/accounts/Pool.d.ts +0 -48
  78. package/dist/@codegen/jupiter_perps/accounts/Pool.d.ts.map +0 -1
  79. package/dist/@codegen/jupiter_perps/accounts/Pool.js +0 -156
  80. package/dist/@codegen/jupiter_perps/accounts/Pool.js.map +0 -1
  81. package/dist/@codegen/jupiter_perps/accounts/Position.d.ts +0 -60
  82. package/dist/@codegen/jupiter_perps/accounts/Position.d.ts.map +0 -1
  83. package/dist/@codegen/jupiter_perps/accounts/Position.js +0 -180
  84. package/dist/@codegen/jupiter_perps/accounts/Position.js.map +0 -1
  85. package/dist/@codegen/jupiter_perps/accounts/PositionRequest.d.ts +0 -84
  86. package/dist/@codegen/jupiter_perps/accounts/PositionRequest.d.ts.map +0 -1
  87. package/dist/@codegen/jupiter_perps/accounts/PositionRequest.js +0 -228
  88. package/dist/@codegen/jupiter_perps/accounts/PositionRequest.js.map +0 -1
  89. package/dist/@codegen/jupiter_perps/accounts/TestOracle.d.ts +0 -29
  90. package/dist/@codegen/jupiter_perps/accounts/TestOracle.d.ts.map +0 -1
  91. package/dist/@codegen/jupiter_perps/accounts/TestOracle.js +0 -118
  92. package/dist/@codegen/jupiter_perps/accounts/TestOracle.js.map +0 -1
  93. package/dist/@codegen/jupiter_perps/accounts/index.d.ts +0 -13
  94. package/dist/@codegen/jupiter_perps/accounts/index.d.ts.map +0 -1
  95. package/dist/@codegen/jupiter_perps/accounts/index.js +0 -16
  96. package/dist/@codegen/jupiter_perps/accounts/index.js.map +0 -1
  97. package/dist/@codegen/jupiter_perps/errors/anchor.d.ts +0 -435
  98. package/dist/@codegen/jupiter_perps/errors/anchor.d.ts.map +0 -1
  99. package/dist/@codegen/jupiter_perps/errors/anchor.js +0 -767
  100. package/dist/@codegen/jupiter_perps/errors/anchor.js.map +0 -1
  101. package/dist/@codegen/jupiter_perps/errors/custom.d.ts +0 -339
  102. package/dist/@codegen/jupiter_perps/errors/custom.d.ts.map +0 -1
  103. package/dist/@codegen/jupiter_perps/errors/custom.js +0 -598
  104. package/dist/@codegen/jupiter_perps/errors/custom.js.map +0 -1
  105. package/dist/@codegen/jupiter_perps/errors/index.d.ts +0 -6
  106. package/dist/@codegen/jupiter_perps/errors/index.d.ts.map +0 -1
  107. package/dist/@codegen/jupiter_perps/errors/index.js +0 -86
  108. package/dist/@codegen/jupiter_perps/errors/index.js.map +0 -1
  109. package/dist/@codegen/jupiter_perps/instructions/addCustody.d.ts +0 -21
  110. package/dist/@codegen/jupiter_perps/instructions/addCustody.d.ts.map +0 -1
  111. package/dist/@codegen/jupiter_perps/instructions/addCustody.js +0 -67
  112. package/dist/@codegen/jupiter_perps/instructions/addCustody.js.map +0 -1
  113. package/dist/@codegen/jupiter_perps/instructions/addLiquidity.d.ts +0 -24
  114. package/dist/@codegen/jupiter_perps/instructions/addLiquidity.d.ts.map +0 -1
  115. package/dist/@codegen/jupiter_perps/instructions/addLiquidity.js +0 -70
  116. package/dist/@codegen/jupiter_perps/instructions/addLiquidity.js.map +0 -1
  117. package/dist/@codegen/jupiter_perps/instructions/addPool.d.ts +0 -19
  118. package/dist/@codegen/jupiter_perps/instructions/addPool.d.ts.map +0 -1
  119. package/dist/@codegen/jupiter_perps/instructions/addPool.js +0 -65
  120. package/dist/@codegen/jupiter_perps/instructions/addPool.js.map +0 -1
  121. package/dist/@codegen/jupiter_perps/instructions/closePositionRequest.d.ts +0 -21
  122. package/dist/@codegen/jupiter_perps/instructions/closePositionRequest.d.ts.map +0 -1
  123. package/dist/@codegen/jupiter_perps/instructions/closePositionRequest.js +0 -77
  124. package/dist/@codegen/jupiter_perps/instructions/closePositionRequest.js.map +0 -1
  125. package/dist/@codegen/jupiter_perps/instructions/createDecreasePositionRequest.d.ts +0 -28
  126. package/dist/@codegen/jupiter_perps/instructions/createDecreasePositionRequest.d.ts.map +0 -1
  127. package/dist/@codegen/jupiter_perps/instructions/createDecreasePositionRequest.js +0 -78
  128. package/dist/@codegen/jupiter_perps/instructions/createDecreasePositionRequest.js.map +0 -1
  129. package/dist/@codegen/jupiter_perps/instructions/createIncreasePositionRequest.d.ts +0 -28
  130. package/dist/@codegen/jupiter_perps/instructions/createIncreasePositionRequest.d.ts.map +0 -1
  131. package/dist/@codegen/jupiter_perps/instructions/createIncreasePositionRequest.js +0 -78
  132. package/dist/@codegen/jupiter_perps/instructions/createIncreasePositionRequest.js.map +0 -1
  133. package/dist/@codegen/jupiter_perps/instructions/decreasePosition.d.ts +0 -29
  134. package/dist/@codegen/jupiter_perps/instructions/decreasePosition.d.ts.map +0 -1
  135. package/dist/@codegen/jupiter_perps/instructions/decreasePosition.js +0 -79
  136. package/dist/@codegen/jupiter_perps/instructions/decreasePosition.js.map +0 -1
  137. package/dist/@codegen/jupiter_perps/instructions/decreasePositionPostSwap.d.ts +0 -16
  138. package/dist/@codegen/jupiter_perps/instructions/decreasePositionPostSwap.d.ts.map +0 -1
  139. package/dist/@codegen/jupiter_perps/instructions/decreasePositionPostSwap.js +0 -62
  140. package/dist/@codegen/jupiter_perps/instructions/decreasePositionPostSwap.js.map +0 -1
  141. package/dist/@codegen/jupiter_perps/instructions/getAddLiquidityAmountAndFee.d.ts +0 -16
  142. package/dist/@codegen/jupiter_perps/instructions/getAddLiquidityAmountAndFee.d.ts.map +0 -1
  143. package/dist/@codegen/jupiter_perps/instructions/getAddLiquidityAmountAndFee.js +0 -64
  144. package/dist/@codegen/jupiter_perps/instructions/getAddLiquidityAmountAndFee.js.map +0 -1
  145. package/dist/@codegen/jupiter_perps/instructions/getDecreasePosition.d.ts +0 -18
  146. package/dist/@codegen/jupiter_perps/instructions/getDecreasePosition.d.ts.map +0 -1
  147. package/dist/@codegen/jupiter_perps/instructions/getDecreasePosition.js +0 -64
  148. package/dist/@codegen/jupiter_perps/instructions/getDecreasePosition.js.map +0 -1
  149. package/dist/@codegen/jupiter_perps/instructions/getExactOutSwapAmountAndFees.d.ts +0 -17
  150. package/dist/@codegen/jupiter_perps/instructions/getExactOutSwapAmountAndFees.d.ts.map +0 -1
  151. package/dist/@codegen/jupiter_perps/instructions/getExactOutSwapAmountAndFees.js +0 -63
  152. package/dist/@codegen/jupiter_perps/instructions/getExactOutSwapAmountAndFees.js.map +0 -1
  153. package/dist/@codegen/jupiter_perps/instructions/getIncreasePosition.d.ts +0 -18
  154. package/dist/@codegen/jupiter_perps/instructions/getIncreasePosition.d.ts.map +0 -1
  155. package/dist/@codegen/jupiter_perps/instructions/getIncreasePosition.js +0 -68
  156. package/dist/@codegen/jupiter_perps/instructions/getIncreasePosition.js.map +0 -1
  157. package/dist/@codegen/jupiter_perps/instructions/getLiquidationState.d.ts +0 -17
  158. package/dist/@codegen/jupiter_perps/instructions/getLiquidationState.d.ts.map +0 -1
  159. package/dist/@codegen/jupiter_perps/instructions/getLiquidationState.js +0 -63
  160. package/dist/@codegen/jupiter_perps/instructions/getLiquidationState.js.map +0 -1
  161. package/dist/@codegen/jupiter_perps/instructions/getOraclePrice.d.ts +0 -10
  162. package/dist/@codegen/jupiter_perps/instructions/getOraclePrice.d.ts.map +0 -1
  163. package/dist/@codegen/jupiter_perps/instructions/getOraclePrice.js +0 -19
  164. package/dist/@codegen/jupiter_perps/instructions/getOraclePrice.js.map +0 -1
  165. package/dist/@codegen/jupiter_perps/instructions/getPnl.d.ts +0 -17
  166. package/dist/@codegen/jupiter_perps/instructions/getPnl.d.ts.map +0 -1
  167. package/dist/@codegen/jupiter_perps/instructions/getPnl.js +0 -63
  168. package/dist/@codegen/jupiter_perps/instructions/getPnl.js.map +0 -1
  169. package/dist/@codegen/jupiter_perps/instructions/getRemoveLiquidityAmountAndFee.d.ts +0 -16
  170. package/dist/@codegen/jupiter_perps/instructions/getRemoveLiquidityAmountAndFee.d.ts.map +0 -1
  171. package/dist/@codegen/jupiter_perps/instructions/getRemoveLiquidityAmountAndFee.js +0 -62
  172. package/dist/@codegen/jupiter_perps/instructions/getRemoveLiquidityAmountAndFee.js.map +0 -1
  173. package/dist/@codegen/jupiter_perps/instructions/getSwapAmountAndFees.d.ts +0 -17
  174. package/dist/@codegen/jupiter_perps/instructions/getSwapAmountAndFees.d.ts.map +0 -1
  175. package/dist/@codegen/jupiter_perps/instructions/getSwapAmountAndFees.js +0 -63
  176. package/dist/@codegen/jupiter_perps/instructions/getSwapAmountAndFees.js.map +0 -1
  177. package/dist/@codegen/jupiter_perps/instructions/increasePosition.d.ts +0 -25
  178. package/dist/@codegen/jupiter_perps/instructions/increasePosition.d.ts.map +0 -1
  179. package/dist/@codegen/jupiter_perps/instructions/increasePosition.js +0 -71
  180. package/dist/@codegen/jupiter_perps/instructions/increasePosition.js.map +0 -1
  181. package/dist/@codegen/jupiter_perps/instructions/increasePositionPreSwap.d.ts +0 -22
  182. package/dist/@codegen/jupiter_perps/instructions/increasePositionPreSwap.d.ts.map +0 -1
  183. package/dist/@codegen/jupiter_perps/instructions/increasePositionPreSwap.js +0 -68
  184. package/dist/@codegen/jupiter_perps/instructions/increasePositionPreSwap.js.map +0 -1
  185. package/dist/@codegen/jupiter_perps/instructions/index.d.ts +0 -71
  186. package/dist/@codegen/jupiter_perps/instructions/index.d.ts.map +0 -1
  187. package/dist/@codegen/jupiter_perps/instructions/index.js +0 -74
  188. package/dist/@codegen/jupiter_perps/instructions/index.js.map +0 -1
  189. package/dist/@codegen/jupiter_perps/instructions/init.d.ts +0 -19
  190. package/dist/@codegen/jupiter_perps/instructions/init.d.ts.map +0 -1
  191. package/dist/@codegen/jupiter_perps/instructions/init.js +0 -69
  192. package/dist/@codegen/jupiter_perps/instructions/init.js.map +0 -1
  193. package/dist/@codegen/jupiter_perps/instructions/liquidatePosition.d.ts +0 -26
  194. package/dist/@codegen/jupiter_perps/instructions/liquidatePosition.d.ts.map +0 -1
  195. package/dist/@codegen/jupiter_perps/instructions/liquidatePosition.js +0 -72
  196. package/dist/@codegen/jupiter_perps/instructions/liquidatePosition.js.map +0 -1
  197. package/dist/@codegen/jupiter_perps/instructions/removeLiquidity.d.ts +0 -24
  198. package/dist/@codegen/jupiter_perps/instructions/removeLiquidity.d.ts.map +0 -1
  199. package/dist/@codegen/jupiter_perps/instructions/removeLiquidity.js +0 -70
  200. package/dist/@codegen/jupiter_perps/instructions/removeLiquidity.js.map +0 -1
  201. package/dist/@codegen/jupiter_perps/instructions/setCustodyConfig.d.ts +0 -14
  202. package/dist/@codegen/jupiter_perps/instructions/setCustodyConfig.d.ts.map +0 -1
  203. package/dist/@codegen/jupiter_perps/instructions/setCustodyConfig.js +0 -60
  204. package/dist/@codegen/jupiter_perps/instructions/setCustodyConfig.js.map +0 -1
  205. package/dist/@codegen/jupiter_perps/instructions/setCustodyGlobalLimit.d.ts +0 -13
  206. package/dist/@codegen/jupiter_perps/instructions/setCustodyGlobalLimit.d.ts.map +0 -1
  207. package/dist/@codegen/jupiter_perps/instructions/setCustodyGlobalLimit.js +0 -59
  208. package/dist/@codegen/jupiter_perps/instructions/setCustodyGlobalLimit.js.map +0 -1
  209. package/dist/@codegen/jupiter_perps/instructions/setPerpetualsConfig.d.ts +0 -13
  210. package/dist/@codegen/jupiter_perps/instructions/setPerpetualsConfig.d.ts.map +0 -1
  211. package/dist/@codegen/jupiter_perps/instructions/setPerpetualsConfig.js +0 -59
  212. package/dist/@codegen/jupiter_perps/instructions/setPerpetualsConfig.js.map +0 -1
  213. package/dist/@codegen/jupiter_perps/instructions/setPoolConfig.d.ts +0 -14
  214. package/dist/@codegen/jupiter_perps/instructions/setPoolConfig.d.ts.map +0 -1
  215. package/dist/@codegen/jupiter_perps/instructions/setPoolConfig.js +0 -60
  216. package/dist/@codegen/jupiter_perps/instructions/setPoolConfig.js.map +0 -1
  217. package/dist/@codegen/jupiter_perps/instructions/setTestOraclePrice.d.ts +0 -17
  218. package/dist/@codegen/jupiter_perps/instructions/setTestOraclePrice.d.ts.map +0 -1
  219. package/dist/@codegen/jupiter_perps/instructions/setTestOraclePrice.js +0 -63
  220. package/dist/@codegen/jupiter_perps/instructions/setTestOraclePrice.js.map +0 -1
  221. package/dist/@codegen/jupiter_perps/instructions/setTestTime.d.ts +0 -13
  222. package/dist/@codegen/jupiter_perps/instructions/setTestTime.d.ts.map +0 -1
  223. package/dist/@codegen/jupiter_perps/instructions/setTestTime.js +0 -61
  224. package/dist/@codegen/jupiter_perps/instructions/setTestTime.js.map +0 -1
  225. package/dist/@codegen/jupiter_perps/instructions/swap.d.ts +0 -26
  226. package/dist/@codegen/jupiter_perps/instructions/swap.d.ts.map +0 -1
  227. package/dist/@codegen/jupiter_perps/instructions/swap.js +0 -74
  228. package/dist/@codegen/jupiter_perps/instructions/swap.js.map +0 -1
  229. package/dist/@codegen/jupiter_perps/instructions/swapExactOut.d.ts +0 -26
  230. package/dist/@codegen/jupiter_perps/instructions/swapExactOut.d.ts.map +0 -1
  231. package/dist/@codegen/jupiter_perps/instructions/swapExactOut.js +0 -72
  232. package/dist/@codegen/jupiter_perps/instructions/swapExactOut.js.map +0 -1
  233. package/dist/@codegen/jupiter_perps/instructions/testInit.d.ts +0 -17
  234. package/dist/@codegen/jupiter_perps/instructions/testInit.d.ts.map +0 -1
  235. package/dist/@codegen/jupiter_perps/instructions/testInit.js +0 -67
  236. package/dist/@codegen/jupiter_perps/instructions/testInit.js.map +0 -1
  237. package/dist/@codegen/jupiter_perps/instructions/transferAdmin.d.ts +0 -14
  238. package/dist/@codegen/jupiter_perps/instructions/transferAdmin.d.ts.map +0 -1
  239. package/dist/@codegen/jupiter_perps/instructions/transferAdmin.js +0 -60
  240. package/dist/@codegen/jupiter_perps/instructions/transferAdmin.js.map +0 -1
  241. package/dist/@codegen/jupiter_perps/instructions/updateDecreasePositionRequest.d.ts +0 -18
  242. package/dist/@codegen/jupiter_perps/instructions/updateDecreasePositionRequest.d.ts.map +0 -1
  243. package/dist/@codegen/jupiter_perps/instructions/updateDecreasePositionRequest.js +0 -64
  244. package/dist/@codegen/jupiter_perps/instructions/updateDecreasePositionRequest.js.map +0 -1
  245. package/dist/@codegen/jupiter_perps/instructions/updateIncreasePositionRequest.d.ts +0 -18
  246. package/dist/@codegen/jupiter_perps/instructions/updateIncreasePositionRequest.d.ts.map +0 -1
  247. package/dist/@codegen/jupiter_perps/instructions/updateIncreasePositionRequest.js +0 -64
  248. package/dist/@codegen/jupiter_perps/instructions/updateIncreasePositionRequest.js.map +0 -1
  249. package/dist/@codegen/jupiter_perps/instructions/withdrawFees.d.ts +0 -20
  250. package/dist/@codegen/jupiter_perps/instructions/withdrawFees.d.ts.map +0 -1
  251. package/dist/@codegen/jupiter_perps/instructions/withdrawFees.js +0 -68
  252. package/dist/@codegen/jupiter_perps/instructions/withdrawFees.js.map +0 -1
  253. package/dist/@codegen/jupiter_perps/programId.d.ts +0 -4
  254. package/dist/@codegen/jupiter_perps/programId.d.ts.map +0 -1
  255. package/dist/@codegen/jupiter_perps/programId.js +0 -9
  256. package/dist/@codegen/jupiter_perps/programId.js.map +0 -1
  257. package/dist/@codegen/jupiter_perps/types/AddCustodyParams.d.ts +0 -101
  258. package/dist/@codegen/jupiter_perps/types/AddCustodyParams.d.ts.map +0 -1
  259. package/dist/@codegen/jupiter_perps/types/AddCustodyParams.js +0 -114
  260. package/dist/@codegen/jupiter_perps/types/AddCustodyParams.js.map +0 -1
  261. package/dist/@codegen/jupiter_perps/types/AddLiquidityParams.d.ts +0 -33
  262. package/dist/@codegen/jupiter_perps/types/AddLiquidityParams.d.ts.map +0 -1
  263. package/dist/@codegen/jupiter_perps/types/AddLiquidityParams.js +0 -92
  264. package/dist/@codegen/jupiter_perps/types/AddLiquidityParams.js.map +0 -1
  265. package/dist/@codegen/jupiter_perps/types/AddPoolParams.d.ts +0 -66
  266. package/dist/@codegen/jupiter_perps/types/AddPoolParams.d.ts.map +0 -1
  267. package/dist/@codegen/jupiter_perps/types/AddPoolParams.js +0 -100
  268. package/dist/@codegen/jupiter_perps/types/AddPoolParams.js.map +0 -1
  269. package/dist/@codegen/jupiter_perps/types/AmountAndFee.d.ts +0 -33
  270. package/dist/@codegen/jupiter_perps/types/AmountAndFee.d.ts.map +0 -1
  271. package/dist/@codegen/jupiter_perps/types/AmountAndFee.js +0 -88
  272. package/dist/@codegen/jupiter_perps/types/AmountAndFee.js.map +0 -1
  273. package/dist/@codegen/jupiter_perps/types/Assets.d.ts +0 -48
  274. package/dist/@codegen/jupiter_perps/types/Assets.d.ts.map +0 -1
  275. package/dist/@codegen/jupiter_perps/types/Assets.js +0 -113
  276. package/dist/@codegen/jupiter_perps/types/Assets.js.map +0 -1
  277. package/dist/@codegen/jupiter_perps/types/ClosePositionRequestParams.d.ts +0 -15
  278. package/dist/@codegen/jupiter_perps/types/ClosePositionRequestParams.d.ts.map +0 -1
  279. package/dist/@codegen/jupiter_perps/types/ClosePositionRequestParams.js +0 -61
  280. package/dist/@codegen/jupiter_perps/types/ClosePositionRequestParams.js.map +0 -1
  281. package/dist/@codegen/jupiter_perps/types/CreateDecreasePositionRequestParams.d.ts +0 -71
  282. package/dist/@codegen/jupiter_perps/types/CreateDecreasePositionRequestParams.d.ts.map +0 -1
  283. package/dist/@codegen/jupiter_perps/types/CreateDecreasePositionRequestParams.js +0 -135
  284. package/dist/@codegen/jupiter_perps/types/CreateDecreasePositionRequestParams.js.map +0 -1
  285. package/dist/@codegen/jupiter_perps/types/CreateIncreasePositionRequestParams.d.ts +0 -83
  286. package/dist/@codegen/jupiter_perps/types/CreateIncreasePositionRequestParams.d.ts.map +0 -1
  287. package/dist/@codegen/jupiter_perps/types/CreateIncreasePositionRequestParams.js +0 -135
  288. package/dist/@codegen/jupiter_perps/types/CreateIncreasePositionRequestParams.js.map +0 -1
  289. package/dist/@codegen/jupiter_perps/types/DecreasePositionInfo.d.ts +0 -58
  290. package/dist/@codegen/jupiter_perps/types/DecreasePositionInfo.d.ts.map +0 -1
  291. package/dist/@codegen/jupiter_perps/types/DecreasePositionInfo.js +0 -127
  292. package/dist/@codegen/jupiter_perps/types/DecreasePositionInfo.js.map +0 -1
  293. package/dist/@codegen/jupiter_perps/types/DecreasePositionParams.d.ts +0 -15
  294. package/dist/@codegen/jupiter_perps/types/DecreasePositionParams.d.ts.map +0 -1
  295. package/dist/@codegen/jupiter_perps/types/DecreasePositionParams.js +0 -61
  296. package/dist/@codegen/jupiter_perps/types/DecreasePositionParams.js.map +0 -1
  297. package/dist/@codegen/jupiter_perps/types/DecreasePositionPostSwapParams.d.ts +0 -15
  298. package/dist/@codegen/jupiter_perps/types/DecreasePositionPostSwapParams.d.ts.map +0 -1
  299. package/dist/@codegen/jupiter_perps/types/DecreasePositionPostSwapParams.js +0 -61
  300. package/dist/@codegen/jupiter_perps/types/DecreasePositionPostSwapParams.js.map +0 -1
  301. package/dist/@codegen/jupiter_perps/types/Fees.d.ts +0 -63
  302. package/dist/@codegen/jupiter_perps/types/Fees.d.ts.map +0 -1
  303. package/dist/@codegen/jupiter_perps/types/Fees.js +0 -134
  304. package/dist/@codegen/jupiter_perps/types/Fees.js.map +0 -1
  305. package/dist/@codegen/jupiter_perps/types/FundingRateState.d.ts +0 -33
  306. package/dist/@codegen/jupiter_perps/types/FundingRateState.d.ts.map +0 -1
  307. package/dist/@codegen/jupiter_perps/types/FundingRateState.js +0 -92
  308. package/dist/@codegen/jupiter_perps/types/FundingRateState.js.map +0 -1
  309. package/dist/@codegen/jupiter_perps/types/GetAddLiquidityAmountAndFeeParams.d.ts +0 -23
  310. package/dist/@codegen/jupiter_perps/types/GetAddLiquidityAmountAndFeeParams.d.ts.map +0 -1
  311. package/dist/@codegen/jupiter_perps/types/GetAddLiquidityAmountAndFeeParams.js +0 -76
  312. package/dist/@codegen/jupiter_perps/types/GetAddLiquidityAmountAndFeeParams.js.map +0 -1
  313. package/dist/@codegen/jupiter_perps/types/GetDecreasePositionParams.d.ts +0 -28
  314. package/dist/@codegen/jupiter_perps/types/GetDecreasePositionParams.d.ts.map +0 -1
  315. package/dist/@codegen/jupiter_perps/types/GetDecreasePositionParams.js +0 -82
  316. package/dist/@codegen/jupiter_perps/types/GetDecreasePositionParams.js.map +0 -1
  317. package/dist/@codegen/jupiter_perps/types/GetExactOutSwapAmountAndFeesParams.d.ts +0 -23
  318. package/dist/@codegen/jupiter_perps/types/GetExactOutSwapAmountAndFeesParams.d.ts.map +0 -1
  319. package/dist/@codegen/jupiter_perps/types/GetExactOutSwapAmountAndFeesParams.js +0 -76
  320. package/dist/@codegen/jupiter_perps/types/GetExactOutSwapAmountAndFeesParams.js.map +0 -1
  321. package/dist/@codegen/jupiter_perps/types/GetIncreasePositionParams.d.ts +0 -45
  322. package/dist/@codegen/jupiter_perps/types/GetIncreasePositionParams.d.ts.map +0 -1
  323. package/dist/@codegen/jupiter_perps/types/GetIncreasePositionParams.js +0 -93
  324. package/dist/@codegen/jupiter_perps/types/GetIncreasePositionParams.js.map +0 -1
  325. package/dist/@codegen/jupiter_perps/types/GetLiquidationStateParams.d.ts +0 -15
  326. package/dist/@codegen/jupiter_perps/types/GetLiquidationStateParams.d.ts.map +0 -1
  327. package/dist/@codegen/jupiter_perps/types/GetLiquidationStateParams.js +0 -61
  328. package/dist/@codegen/jupiter_perps/types/GetLiquidationStateParams.js.map +0 -1
  329. package/dist/@codegen/jupiter_perps/types/GetPnlAndFeeParams.d.ts +0 -15
  330. package/dist/@codegen/jupiter_perps/types/GetPnlAndFeeParams.d.ts.map +0 -1
  331. package/dist/@codegen/jupiter_perps/types/GetPnlAndFeeParams.js +0 -61
  332. package/dist/@codegen/jupiter_perps/types/GetPnlAndFeeParams.js.map +0 -1
  333. package/dist/@codegen/jupiter_perps/types/GetRemoveLiquidityAmountAndFeeParams.d.ts +0 -23
  334. package/dist/@codegen/jupiter_perps/types/GetRemoveLiquidityAmountAndFeeParams.d.ts.map +0 -1
  335. package/dist/@codegen/jupiter_perps/types/GetRemoveLiquidityAmountAndFeeParams.js +0 -76
  336. package/dist/@codegen/jupiter_perps/types/GetRemoveLiquidityAmountAndFeeParams.js.map +0 -1
  337. package/dist/@codegen/jupiter_perps/types/GetSwapAmountAndFeesParams.d.ts +0 -23
  338. package/dist/@codegen/jupiter_perps/types/GetSwapAmountAndFeesParams.d.ts.map +0 -1
  339. package/dist/@codegen/jupiter_perps/types/GetSwapAmountAndFeesParams.js +0 -76
  340. package/dist/@codegen/jupiter_perps/types/GetSwapAmountAndFeesParams.js.map +0 -1
  341. package/dist/@codegen/jupiter_perps/types/IncreasePositionInfo.d.ts +0 -38
  342. package/dist/@codegen/jupiter_perps/types/IncreasePositionInfo.d.ts.map +0 -1
  343. package/dist/@codegen/jupiter_perps/types/IncreasePositionInfo.js +0 -99
  344. package/dist/@codegen/jupiter_perps/types/IncreasePositionInfo.js.map +0 -1
  345. package/dist/@codegen/jupiter_perps/types/IncreasePositionParams.d.ts +0 -15
  346. package/dist/@codegen/jupiter_perps/types/IncreasePositionParams.d.ts.map +0 -1
  347. package/dist/@codegen/jupiter_perps/types/IncreasePositionParams.js +0 -61
  348. package/dist/@codegen/jupiter_perps/types/IncreasePositionParams.js.map +0 -1
  349. package/dist/@codegen/jupiter_perps/types/IncreasePositionPreSwapParams.d.ts +0 -15
  350. package/dist/@codegen/jupiter_perps/types/IncreasePositionPreSwapParams.d.ts.map +0 -1
  351. package/dist/@codegen/jupiter_perps/types/IncreasePositionPreSwapParams.js +0 -61
  352. package/dist/@codegen/jupiter_perps/types/IncreasePositionPreSwapParams.js.map +0 -1
  353. package/dist/@codegen/jupiter_perps/types/InitParams.d.ts +0 -52
  354. package/dist/@codegen/jupiter_perps/types/InitParams.d.ts.map +0 -1
  355. package/dist/@codegen/jupiter_perps/types/InitParams.js +0 -116
  356. package/dist/@codegen/jupiter_perps/types/InitParams.js.map +0 -1
  357. package/dist/@codegen/jupiter_perps/types/Limit.d.ts +0 -33
  358. package/dist/@codegen/jupiter_perps/types/Limit.d.ts.map +0 -1
  359. package/dist/@codegen/jupiter_perps/types/Limit.js +0 -92
  360. package/dist/@codegen/jupiter_perps/types/Limit.js.map +0 -1
  361. package/dist/@codegen/jupiter_perps/types/LiquidatePositionParams.d.ts +0 -15
  362. package/dist/@codegen/jupiter_perps/types/LiquidatePositionParams.d.ts.map +0 -1
  363. package/dist/@codegen/jupiter_perps/types/LiquidatePositionParams.js +0 -61
  364. package/dist/@codegen/jupiter_perps/types/LiquidatePositionParams.js.map +0 -1
  365. package/dist/@codegen/jupiter_perps/types/OracleParams.d.ts +0 -51
  366. package/dist/@codegen/jupiter_perps/types/OracleParams.d.ts.map +0 -1
  367. package/dist/@codegen/jupiter_perps/types/OracleParams.js +0 -102
  368. package/dist/@codegen/jupiter_perps/types/OracleParams.js.map +0 -1
  369. package/dist/@codegen/jupiter_perps/types/OraclePrice.d.ts +0 -28
  370. package/dist/@codegen/jupiter_perps/types/OraclePrice.d.ts.map +0 -1
  371. package/dist/@codegen/jupiter_perps/types/OraclePrice.js +0 -82
  372. package/dist/@codegen/jupiter_perps/types/OraclePrice.js.map +0 -1
  373. package/dist/@codegen/jupiter_perps/types/OraclePriceInfo.d.ts +0 -48
  374. package/dist/@codegen/jupiter_perps/types/OraclePriceInfo.d.ts.map +0 -1
  375. package/dist/@codegen/jupiter_perps/types/OraclePriceInfo.js +0 -113
  376. package/dist/@codegen/jupiter_perps/types/OraclePriceInfo.js.map +0 -1
  377. package/dist/@codegen/jupiter_perps/types/OracleType.d.ts +0 -45
  378. package/dist/@codegen/jupiter_perps/types/OracleType.d.ts.map +0 -1
  379. package/dist/@codegen/jupiter_perps/types/OracleType.js +0 -132
  380. package/dist/@codegen/jupiter_perps/types/OracleType.js.map +0 -1
  381. package/dist/@codegen/jupiter_perps/types/Permissions.d.ts +0 -52
  382. package/dist/@codegen/jupiter_perps/types/Permissions.d.ts.map +0 -1
  383. package/dist/@codegen/jupiter_perps/types/Permissions.js +0 -116
  384. package/dist/@codegen/jupiter_perps/types/Permissions.js.map +0 -1
  385. package/dist/@codegen/jupiter_perps/types/PnlAndFee.d.ts +0 -48
  386. package/dist/@codegen/jupiter_perps/types/PnlAndFee.d.ts.map +0 -1
  387. package/dist/@codegen/jupiter_perps/types/PnlAndFee.js +0 -113
  388. package/dist/@codegen/jupiter_perps/types/PnlAndFee.js.map +0 -1
  389. package/dist/@codegen/jupiter_perps/types/PoolApr.d.ts +0 -33
  390. package/dist/@codegen/jupiter_perps/types/PoolApr.d.ts.map +0 -1
  391. package/dist/@codegen/jupiter_perps/types/PoolApr.js +0 -92
  392. package/dist/@codegen/jupiter_perps/types/PoolApr.js.map +0 -1
  393. package/dist/@codegen/jupiter_perps/types/PriceCalcMode.d.ts +0 -45
  394. package/dist/@codegen/jupiter_perps/types/PriceCalcMode.d.ts.map +0 -1
  395. package/dist/@codegen/jupiter_perps/types/PriceCalcMode.js +0 -132
  396. package/dist/@codegen/jupiter_perps/types/PriceCalcMode.js.map +0 -1
  397. package/dist/@codegen/jupiter_perps/types/PricingParams.d.ts +0 -48
  398. package/dist/@codegen/jupiter_perps/types/PricingParams.d.ts.map +0 -1
  399. package/dist/@codegen/jupiter_perps/types/PricingParams.js +0 -113
  400. package/dist/@codegen/jupiter_perps/types/PricingParams.js.map +0 -1
  401. package/dist/@codegen/jupiter_perps/types/RemoveLiquidityParams.d.ts +0 -28
  402. package/dist/@codegen/jupiter_perps/types/RemoveLiquidityParams.d.ts.map +0 -1
  403. package/dist/@codegen/jupiter_perps/types/RemoveLiquidityParams.js +0 -82
  404. package/dist/@codegen/jupiter_perps/types/RemoveLiquidityParams.js.map +0 -1
  405. package/dist/@codegen/jupiter_perps/types/RequestChange.d.ts +0 -45
  406. package/dist/@codegen/jupiter_perps/types/RequestChange.d.ts.map +0 -1
  407. package/dist/@codegen/jupiter_perps/types/RequestChange.js +0 -132
  408. package/dist/@codegen/jupiter_perps/types/RequestChange.js.map +0 -1
  409. package/dist/@codegen/jupiter_perps/types/RequestType.d.ts +0 -32
  410. package/dist/@codegen/jupiter_perps/types/RequestType.d.ts.map +0 -1
  411. package/dist/@codegen/jupiter_perps/types/RequestType.js +0 -108
  412. package/dist/@codegen/jupiter_perps/types/RequestType.js.map +0 -1
  413. package/dist/@codegen/jupiter_perps/types/SetCustodyConfigParams.d.ts +0 -96
  414. package/dist/@codegen/jupiter_perps/types/SetCustodyConfigParams.d.ts.map +0 -1
  415. package/dist/@codegen/jupiter_perps/types/SetCustodyConfigParams.js +0 -107
  416. package/dist/@codegen/jupiter_perps/types/SetCustodyConfigParams.js.map +0 -1
  417. package/dist/@codegen/jupiter_perps/types/SetCustodyGlobalLimitParams.d.ts +0 -28
  418. package/dist/@codegen/jupiter_perps/types/SetCustodyGlobalLimitParams.d.ts.map +0 -1
  419. package/dist/@codegen/jupiter_perps/types/SetCustodyGlobalLimitParams.js +0 -82
  420. package/dist/@codegen/jupiter_perps/types/SetCustodyGlobalLimitParams.js.map +0 -1
  421. package/dist/@codegen/jupiter_perps/types/SetPerpetualsConfigParams.d.ts +0 -38
  422. package/dist/@codegen/jupiter_perps/types/SetPerpetualsConfigParams.d.ts.map +0 -1
  423. package/dist/@codegen/jupiter_perps/types/SetPerpetualsConfigParams.js +0 -73
  424. package/dist/@codegen/jupiter_perps/types/SetPerpetualsConfigParams.js.map +0 -1
  425. package/dist/@codegen/jupiter_perps/types/SetPoolConfigParams.d.ts +0 -61
  426. package/dist/@codegen/jupiter_perps/types/SetPoolConfigParams.d.ts.map +0 -1
  427. package/dist/@codegen/jupiter_perps/types/SetPoolConfigParams.js +0 -93
  428. package/dist/@codegen/jupiter_perps/types/SetPoolConfigParams.js.map +0 -1
  429. package/dist/@codegen/jupiter_perps/types/SetTestOraclePriceParams.d.ts +0 -38
  430. package/dist/@codegen/jupiter_perps/types/SetTestOraclePriceParams.d.ts.map +0 -1
  431. package/dist/@codegen/jupiter_perps/types/SetTestOraclePriceParams.js +0 -99
  432. package/dist/@codegen/jupiter_perps/types/SetTestOraclePriceParams.js.map +0 -1
  433. package/dist/@codegen/jupiter_perps/types/SetTestTimeParams.d.ts +0 -23
  434. package/dist/@codegen/jupiter_perps/types/SetTestTimeParams.d.ts.map +0 -1
  435. package/dist/@codegen/jupiter_perps/types/SetTestTimeParams.js +0 -76
  436. package/dist/@codegen/jupiter_perps/types/SetTestTimeParams.js.map +0 -1
  437. package/dist/@codegen/jupiter_perps/types/Side.d.ts +0 -45
  438. package/dist/@codegen/jupiter_perps/types/Side.d.ts.map +0 -1
  439. package/dist/@codegen/jupiter_perps/types/Side.js +0 -132
  440. package/dist/@codegen/jupiter_perps/types/Side.js.map +0 -1
  441. package/dist/@codegen/jupiter_perps/types/SwapAmountAndFees.d.ts +0 -38
  442. package/dist/@codegen/jupiter_perps/types/SwapAmountAndFees.d.ts.map +0 -1
  443. package/dist/@codegen/jupiter_perps/types/SwapAmountAndFees.js +0 -99
  444. package/dist/@codegen/jupiter_perps/types/SwapAmountAndFees.js.map +0 -1
  445. package/dist/@codegen/jupiter_perps/types/SwapExactOutParams.d.ts +0 -28
  446. package/dist/@codegen/jupiter_perps/types/SwapExactOutParams.d.ts.map +0 -1
  447. package/dist/@codegen/jupiter_perps/types/SwapExactOutParams.js +0 -82
  448. package/dist/@codegen/jupiter_perps/types/SwapExactOutParams.js.map +0 -1
  449. package/dist/@codegen/jupiter_perps/types/SwapParams.d.ts +0 -28
  450. package/dist/@codegen/jupiter_perps/types/SwapParams.d.ts.map +0 -1
  451. package/dist/@codegen/jupiter_perps/types/SwapParams.js +0 -82
  452. package/dist/@codegen/jupiter_perps/types/SwapParams.js.map +0 -1
  453. package/dist/@codegen/jupiter_perps/types/TestInitParams.d.ts +0 -52
  454. package/dist/@codegen/jupiter_perps/types/TestInitParams.d.ts.map +0 -1
  455. package/dist/@codegen/jupiter_perps/types/TestInitParams.js +0 -116
  456. package/dist/@codegen/jupiter_perps/types/TestInitParams.js.map +0 -1
  457. package/dist/@codegen/jupiter_perps/types/TransferAdminParams.d.ts +0 -15
  458. package/dist/@codegen/jupiter_perps/types/TransferAdminParams.d.ts.map +0 -1
  459. package/dist/@codegen/jupiter_perps/types/TransferAdminParams.js +0 -61
  460. package/dist/@codegen/jupiter_perps/types/TransferAdminParams.js.map +0 -1
  461. package/dist/@codegen/jupiter_perps/types/UpdateDecreasePositionRequestParams.d.ts +0 -28
  462. package/dist/@codegen/jupiter_perps/types/UpdateDecreasePositionRequestParams.d.ts.map +0 -1
  463. package/dist/@codegen/jupiter_perps/types/UpdateDecreasePositionRequestParams.js +0 -82
  464. package/dist/@codegen/jupiter_perps/types/UpdateDecreasePositionRequestParams.js.map +0 -1
  465. package/dist/@codegen/jupiter_perps/types/UpdateIncreasePositionRequestParams.d.ts +0 -28
  466. package/dist/@codegen/jupiter_perps/types/UpdateIncreasePositionRequestParams.d.ts.map +0 -1
  467. package/dist/@codegen/jupiter_perps/types/UpdateIncreasePositionRequestParams.js +0 -82
  468. package/dist/@codegen/jupiter_perps/types/UpdateIncreasePositionRequestParams.js.map +0 -1
  469. package/dist/@codegen/jupiter_perps/types/WithdrawFeesParams.d.ts +0 -15
  470. package/dist/@codegen/jupiter_perps/types/WithdrawFeesParams.d.ts.map +0 -1
  471. package/dist/@codegen/jupiter_perps/types/WithdrawFeesParams.js +0 -61
  472. package/dist/@codegen/jupiter_perps/types/WithdrawFeesParams.js.map +0 -1
  473. package/dist/@codegen/jupiter_perps/types/index.d.ts +0 -119
  474. package/dist/@codegen/jupiter_perps/types/index.d.ts.map +0 -1
  475. package/dist/@codegen/jupiter_perps/types/index.js +0 -146
  476. package/dist/@codegen/jupiter_perps/types/index.js.map +0 -1
  477. package/dist/@codegen/jupiter_perps/utils/borshAddress.d.ts +0 -4
  478. package/dist/@codegen/jupiter_perps/utils/borshAddress.d.ts.map +0 -1
  479. package/dist/@codegen/jupiter_perps/utils/borshAddress.js +0 -30
  480. package/dist/@codegen/jupiter_perps/utils/borshAddress.js.map +0 -1
  481. package/dist/@codegen/jupiter_perps/utils/index.d.ts +0 -2
  482. package/dist/@codegen/jupiter_perps/utils/index.d.ts.map +0 -1
  483. package/dist/@codegen/jupiter_perps/utils/index.js +0 -18
  484. package/dist/@codegen/jupiter_perps/utils/index.js.map +0 -1
  485. package/dist/@codegen/klend/accounts/GlobalConfig.d.ts +0 -40
  486. package/dist/@codegen/klend/accounts/GlobalConfig.d.ts.map +0 -1
  487. package/dist/@codegen/klend/accounts/GlobalConfig.js +0 -118
  488. package/dist/@codegen/klend/accounts/GlobalConfig.js.map +0 -1
  489. package/dist/@codegen/klend/accounts/LendingMarket.d.ts +0 -285
  490. package/dist/@codegen/klend/accounts/LendingMarket.d.ts.map +0 -1
  491. package/dist/@codegen/klend/accounts/LendingMarket.js +0 -358
  492. package/dist/@codegen/klend/accounts/LendingMarket.js.map +0 -1
  493. package/dist/@codegen/klend/accounts/Obligation.d.ts +0 -199
  494. package/dist/@codegen/klend/accounts/Obligation.d.ts.map +0 -1
  495. package/dist/@codegen/klend/accounts/Obligation.js +0 -295
  496. package/dist/@codegen/klend/accounts/Obligation.js.map +0 -1
  497. package/dist/@codegen/klend/accounts/ReferrerState.d.ts +0 -22
  498. package/dist/@codegen/klend/accounts/ReferrerState.d.ts.map +0 -1
  499. package/dist/@codegen/klend/accounts/ReferrerState.js +0 -102
  500. package/dist/@codegen/klend/accounts/ReferrerState.js.map +0 -1
  501. package/dist/@codegen/klend/accounts/ReferrerTokenState.d.ts +0 -51
  502. package/dist/@codegen/klend/accounts/ReferrerTokenState.d.ts.map +0 -1
  503. package/dist/@codegen/klend/accounts/ReferrerTokenState.js +0 -137
  504. package/dist/@codegen/klend/accounts/ReferrerTokenState.js.map +0 -1
  505. package/dist/@codegen/klend/accounts/Reserve.d.ts +0 -90
  506. package/dist/@codegen/klend/accounts/Reserve.d.ts.map +0 -1
  507. package/dist/@codegen/klend/accounts/Reserve.js +0 -192
  508. package/dist/@codegen/klend/accounts/Reserve.js.map +0 -1
  509. package/dist/@codegen/klend/accounts/ShortUrl.d.ts +0 -22
  510. package/dist/@codegen/klend/accounts/ShortUrl.d.ts.map +0 -1
  511. package/dist/@codegen/klend/accounts/ShortUrl.js +0 -102
  512. package/dist/@codegen/klend/accounts/ShortUrl.js.map +0 -1
  513. package/dist/@codegen/klend/accounts/UserMetadata.d.ts +0 -48
  514. package/dist/@codegen/klend/accounts/UserMetadata.d.ts.map +0 -1
  515. package/dist/@codegen/klend/accounts/UserMetadata.js +0 -136
  516. package/dist/@codegen/klend/accounts/UserMetadata.js.map +0 -1
  517. package/dist/@codegen/klend/accounts/UserState.d.ts +0 -143
  518. package/dist/@codegen/klend/accounts/UserState.d.ts.map +0 -1
  519. package/dist/@codegen/klend/accounts/UserState.js +0 -222
  520. package/dist/@codegen/klend/accounts/UserState.js.map +0 -1
  521. package/dist/@codegen/klend/accounts/index.d.ts +0 -19
  522. package/dist/@codegen/klend/accounts/index.d.ts.map +0 -1
  523. package/dist/@codegen/klend/accounts/index.js +0 -22
  524. package/dist/@codegen/klend/accounts/index.js.map +0 -1
  525. package/dist/@codegen/klend/errors/anchor.d.ts +0 -435
  526. package/dist/@codegen/klend/errors/anchor.d.ts.map +0 -1
  527. package/dist/@codegen/klend/errors/anchor.js +0 -767
  528. package/dist/@codegen/klend/errors/anchor.js.map +0 -1
  529. package/dist/@codegen/klend/errors/custom.d.ts +0 -1067
  530. package/dist/@codegen/klend/errors/custom.d.ts.map +0 -1
  531. package/dist/@codegen/klend/errors/custom.js +0 -1874
  532. package/dist/@codegen/klend/errors/custom.js.map +0 -1
  533. package/dist/@codegen/klend/errors/index.d.ts +0 -6
  534. package/dist/@codegen/klend/errors/index.d.ts.map +0 -1
  535. package/dist/@codegen/klend/errors/index.js +0 -86
  536. package/dist/@codegen/klend/errors/index.js.map +0 -1
  537. package/dist/@codegen/klend/instructions/borrowObligationLiquidity.d.ts +0 -23
  538. package/dist/@codegen/klend/instructions/borrowObligationLiquidity.d.ts.map +0 -1
  539. package/dist/@codegen/klend/instructions/borrowObligationLiquidity.js +0 -72
  540. package/dist/@codegen/klend/instructions/borrowObligationLiquidity.js.map +0 -1
  541. package/dist/@codegen/klend/instructions/borrowObligationLiquidityV2.d.ts +0 -30
  542. package/dist/@codegen/klend/instructions/borrowObligationLiquidityV2.d.ts.map +0 -1
  543. package/dist/@codegen/klend/instructions/borrowObligationLiquidityV2.js +0 -89
  544. package/dist/@codegen/klend/instructions/borrowObligationLiquidityV2.js.map +0 -1
  545. package/dist/@codegen/klend/instructions/deleteReferrerStateAndShortUrl.d.ts +0 -11
  546. package/dist/@codegen/klend/instructions/deleteReferrerStateAndShortUrl.d.ts.map +0 -1
  547. package/dist/@codegen/klend/instructions/deleteReferrerStateAndShortUrl.js +0 -20
  548. package/dist/@codegen/klend/instructions/deleteReferrerStateAndShortUrl.js.map +0 -1
  549. package/dist/@codegen/klend/instructions/depositAndWithdraw.d.ts +0 -53
  550. package/dist/@codegen/klend/instructions/depositAndWithdraw.d.ts.map +0 -1
  551. package/dist/@codegen/klend/instructions/depositAndWithdraw.js +0 -135
  552. package/dist/@codegen/klend/instructions/depositAndWithdraw.js.map +0 -1
  553. package/dist/@codegen/klend/instructions/depositObligationCollateral.d.ts +0 -19
  554. package/dist/@codegen/klend/instructions/depositObligationCollateral.d.ts.map +0 -1
  555. package/dist/@codegen/klend/instructions/depositObligationCollateral.js +0 -64
  556. package/dist/@codegen/klend/instructions/depositObligationCollateral.js.map +0 -1
  557. package/dist/@codegen/klend/instructions/depositObligationCollateralV2.d.ts +0 -27
  558. package/dist/@codegen/klend/instructions/depositObligationCollateralV2.d.ts.map +0 -1
  559. package/dist/@codegen/klend/instructions/depositObligationCollateralV2.js +0 -81
  560. package/dist/@codegen/klend/instructions/depositObligationCollateralV2.js.map +0 -1
  561. package/dist/@codegen/klend/instructions/depositReserveLiquidity.d.ts +0 -23
  562. package/dist/@codegen/klend/instructions/depositReserveLiquidity.d.ts.map +0 -1
  563. package/dist/@codegen/klend/instructions/depositReserveLiquidity.js +0 -68
  564. package/dist/@codegen/klend/instructions/depositReserveLiquidity.js.map +0 -1
  565. package/dist/@codegen/klend/instructions/depositReserveLiquidityAndObligationCollateral.d.ts +0 -25
  566. package/dist/@codegen/klend/instructions/depositReserveLiquidityAndObligationCollateral.d.ts.map +0 -1
  567. package/dist/@codegen/klend/instructions/depositReserveLiquidityAndObligationCollateral.js +0 -77
  568. package/dist/@codegen/klend/instructions/depositReserveLiquidityAndObligationCollateral.js.map +0 -1
  569. package/dist/@codegen/klend/instructions/depositReserveLiquidityAndObligationCollateralV2.d.ts +0 -32
  570. package/dist/@codegen/klend/instructions/depositReserveLiquidityAndObligationCollateralV2.d.ts.map +0 -1
  571. package/dist/@codegen/klend/instructions/depositReserveLiquidityAndObligationCollateralV2.js +0 -96
  572. package/dist/@codegen/klend/instructions/depositReserveLiquidityAndObligationCollateralV2.js.map +0 -1
  573. package/dist/@codegen/klend/instructions/flashBorrowReserveLiquidity.d.ts +0 -23
  574. package/dist/@codegen/klend/instructions/flashBorrowReserveLiquidity.d.ts.map +0 -1
  575. package/dist/@codegen/klend/instructions/flashBorrowReserveLiquidity.js +0 -78
  576. package/dist/@codegen/klend/instructions/flashBorrowReserveLiquidity.js.map +0 -1
  577. package/dist/@codegen/klend/instructions/flashRepayReserveLiquidity.d.ts +0 -24
  578. package/dist/@codegen/klend/instructions/flashRepayReserveLiquidity.d.ts.map +0 -1
  579. package/dist/@codegen/klend/instructions/flashRepayReserveLiquidity.js +0 -80
  580. package/dist/@codegen/klend/instructions/flashRepayReserveLiquidity.js.map +0 -1
  581. package/dist/@codegen/klend/instructions/idlMissingTypes.d.ts +0 -21
  582. package/dist/@codegen/klend/instructions/idlMissingTypes.d.ts.map +0 -1
  583. package/dist/@codegen/klend/instructions/idlMissingTypes.js +0 -73
  584. package/dist/@codegen/klend/instructions/idlMissingTypes.js.map +0 -1
  585. package/dist/@codegen/klend/instructions/index.d.ts +0 -99
  586. package/dist/@codegen/klend/instructions/index.d.ts.map +0 -1
  587. package/dist/@codegen/klend/instructions/index.js +0 -102
  588. package/dist/@codegen/klend/instructions/index.js.map +0 -1
  589. package/dist/@codegen/klend/instructions/initFarmsForReserve.d.ts +0 -20
  590. package/dist/@codegen/klend/instructions/initFarmsForReserve.d.ts.map +0 -1
  591. package/dist/@codegen/klend/instructions/initFarmsForReserve.js +0 -68
  592. package/dist/@codegen/klend/instructions/initFarmsForReserve.js.map +0 -1
  593. package/dist/@codegen/klend/instructions/initGlobalConfig.d.ts +0 -11
  594. package/dist/@codegen/klend/instructions/initGlobalConfig.d.ts.map +0 -1
  595. package/dist/@codegen/klend/instructions/initGlobalConfig.js +0 -20
  596. package/dist/@codegen/klend/instructions/initGlobalConfig.js.map +0 -1
  597. package/dist/@codegen/klend/instructions/initLendingMarket.d.ts +0 -15
  598. package/dist/@codegen/klend/instructions/initLendingMarket.d.ts.map +0 -1
  599. package/dist/@codegen/klend/instructions/initLendingMarket.js +0 -65
  600. package/dist/@codegen/klend/instructions/initLendingMarket.js.map +0 -1
  601. package/dist/@codegen/klend/instructions/initObligation.d.ts +0 -20
  602. package/dist/@codegen/klend/instructions/initObligation.d.ts.map +0 -1
  603. package/dist/@codegen/klend/instructions/initObligation.js +0 -70
  604. package/dist/@codegen/klend/instructions/initObligation.js.map +0 -1
  605. package/dist/@codegen/klend/instructions/initObligationFarmsForReserve.d.ts +0 -21
  606. package/dist/@codegen/klend/instructions/initObligationFarmsForReserve.d.ts.map +0 -1
  607. package/dist/@codegen/klend/instructions/initObligationFarmsForReserve.js +0 -67
  608. package/dist/@codegen/klend/instructions/initObligationFarmsForReserve.js.map +0 -1
  609. package/dist/@codegen/klend/instructions/initReferrerStateAndShortUrl.d.ts +0 -16
  610. package/dist/@codegen/klend/instructions/initReferrerStateAndShortUrl.d.ts.map +0 -1
  611. package/dist/@codegen/klend/instructions/initReferrerStateAndShortUrl.js +0 -62
  612. package/dist/@codegen/klend/instructions/initReferrerStateAndShortUrl.js.map +0 -1
  613. package/dist/@codegen/klend/instructions/initReferrerTokenState.d.ts +0 -13
  614. package/dist/@codegen/klend/instructions/initReferrerTokenState.d.ts.map +0 -1
  615. package/dist/@codegen/klend/instructions/initReferrerTokenState.js +0 -22
  616. package/dist/@codegen/klend/instructions/initReferrerTokenState.js.map +0 -1
  617. package/dist/@codegen/klend/instructions/initReserve.d.ts +0 -20
  618. package/dist/@codegen/klend/instructions/initReserve.d.ts.map +0 -1
  619. package/dist/@codegen/klend/instructions/initReserve.js +0 -29
  620. package/dist/@codegen/klend/instructions/initReserve.js.map +0 -1
  621. package/dist/@codegen/klend/instructions/initUserMetadata.d.ts +0 -16
  622. package/dist/@codegen/klend/instructions/initUserMetadata.d.ts.map +0 -1
  623. package/dist/@codegen/klend/instructions/initUserMetadata.js +0 -67
  624. package/dist/@codegen/klend/instructions/initUserMetadata.js.map +0 -1
  625. package/dist/@codegen/klend/instructions/liquidateObligationAndRedeemReserveCollateral.d.ts +0 -33
  626. package/dist/@codegen/klend/instructions/liquidateObligationAndRedeemReserveCollateral.d.ts.map +0 -1
  627. package/dist/@codegen/klend/instructions/liquidateObligationAndRedeemReserveCollateral.js +0 -84
  628. package/dist/@codegen/klend/instructions/liquidateObligationAndRedeemReserveCollateral.js.map +0 -1
  629. package/dist/@codegen/klend/instructions/liquidateObligationAndRedeemReserveCollateralV2.d.ts +0 -44
  630. package/dist/@codegen/klend/instructions/liquidateObligationAndRedeemReserveCollateralV2.d.ts.map +0 -1
  631. package/dist/@codegen/klend/instructions/liquidateObligationAndRedeemReserveCollateralV2.js +0 -138
  632. package/dist/@codegen/klend/instructions/liquidateObligationAndRedeemReserveCollateralV2.js.map +0 -1
  633. package/dist/@codegen/klend/instructions/markObligationForDeleveraging.d.ts +0 -13
  634. package/dist/@codegen/klend/instructions/markObligationForDeleveraging.d.ts.map +0 -1
  635. package/dist/@codegen/klend/instructions/markObligationForDeleveraging.js +0 -63
  636. package/dist/@codegen/klend/instructions/markObligationForDeleveraging.js.map +0 -1
  637. package/dist/@codegen/klend/instructions/redeemFees.d.ts +0 -13
  638. package/dist/@codegen/klend/instructions/redeemFees.d.ts.map +0 -1
  639. package/dist/@codegen/klend/instructions/redeemFees.js +0 -22
  640. package/dist/@codegen/klend/instructions/redeemFees.js.map +0 -1
  641. package/dist/@codegen/klend/instructions/redeemReserveCollateral.d.ts +0 -23
  642. package/dist/@codegen/klend/instructions/redeemReserveCollateral.d.ts.map +0 -1
  643. package/dist/@codegen/klend/instructions/redeemReserveCollateral.js +0 -70
  644. package/dist/@codegen/klend/instructions/redeemReserveCollateral.js.map +0 -1
  645. package/dist/@codegen/klend/instructions/refreshObligation.d.ts +0 -8
  646. package/dist/@codegen/klend/instructions/refreshObligation.d.ts.map +0 -1
  647. package/dist/@codegen/klend/instructions/refreshObligation.js +0 -17
  648. package/dist/@codegen/klend/instructions/refreshObligation.js.map +0 -1
  649. package/dist/@codegen/klend/instructions/refreshObligationFarmsForReserve.d.ts +0 -22
  650. package/dist/@codegen/klend/instructions/refreshObligationFarmsForReserve.d.ts.map +0 -1
  651. package/dist/@codegen/klend/instructions/refreshObligationFarmsForReserve.js +0 -66
  652. package/dist/@codegen/klend/instructions/refreshObligationFarmsForReserve.js.map +0 -1
  653. package/dist/@codegen/klend/instructions/refreshReserve.d.ts +0 -12
  654. package/dist/@codegen/klend/instructions/refreshReserve.d.ts.map +0 -1
  655. package/dist/@codegen/klend/instructions/refreshReserve.js +0 -31
  656. package/dist/@codegen/klend/instructions/refreshReserve.js.map +0 -1
  657. package/dist/@codegen/klend/instructions/refreshReservesBatch.d.ts +0 -8
  658. package/dist/@codegen/klend/instructions/refreshReservesBatch.d.ts.map +0 -1
  659. package/dist/@codegen/klend/instructions/refreshReservesBatch.js +0 -56
  660. package/dist/@codegen/klend/instructions/refreshReservesBatch.js.map +0 -1
  661. package/dist/@codegen/klend/instructions/repayAndWithdrawAndRedeem.d.ts +0 -48
  662. package/dist/@codegen/klend/instructions/repayAndWithdrawAndRedeem.d.ts.map +0 -1
  663. package/dist/@codegen/klend/instructions/repayAndWithdrawAndRedeem.js +0 -119
  664. package/dist/@codegen/klend/instructions/repayAndWithdrawAndRedeem.js.map +0 -1
  665. package/dist/@codegen/klend/instructions/repayObligationLiquidity.d.ts +0 -20
  666. package/dist/@codegen/klend/instructions/repayObligationLiquidity.d.ts.map +0 -1
  667. package/dist/@codegen/klend/instructions/repayObligationLiquidity.js +0 -65
  668. package/dist/@codegen/klend/instructions/repayObligationLiquidity.js.map +0 -1
  669. package/dist/@codegen/klend/instructions/repayObligationLiquidityV2.d.ts +0 -28
  670. package/dist/@codegen/klend/instructions/repayObligationLiquidityV2.d.ts.map +0 -1
  671. package/dist/@codegen/klend/instructions/repayObligationLiquidityV2.js +0 -82
  672. package/dist/@codegen/klend/instructions/repayObligationLiquidityV2.js.map +0 -1
  673. package/dist/@codegen/klend/instructions/requestElevationGroup.d.ts +0 -13
  674. package/dist/@codegen/klend/instructions/requestElevationGroup.d.ts.map +0 -1
  675. package/dist/@codegen/klend/instructions/requestElevationGroup.js +0 -59
  676. package/dist/@codegen/klend/instructions/requestElevationGroup.js.map +0 -1
  677. package/dist/@codegen/klend/instructions/seedDepositOnInitReserve.d.ts +0 -13
  678. package/dist/@codegen/klend/instructions/seedDepositOnInitReserve.d.ts.map +0 -1
  679. package/dist/@codegen/klend/instructions/seedDepositOnInitReserve.js +0 -24
  680. package/dist/@codegen/klend/instructions/seedDepositOnInitReserve.js.map +0 -1
  681. package/dist/@codegen/klend/instructions/setObligationOrder.d.ts +0 -15
  682. package/dist/@codegen/klend/instructions/setObligationOrder.d.ts.map +0 -1
  683. package/dist/@codegen/klend/instructions/setObligationOrder.js +0 -62
  684. package/dist/@codegen/klend/instructions/setObligationOrder.js.map +0 -1
  685. package/dist/@codegen/klend/instructions/socializeLoss.d.ts +0 -16
  686. package/dist/@codegen/klend/instructions/socializeLoss.d.ts.map +0 -1
  687. package/dist/@codegen/klend/instructions/socializeLoss.js +0 -65
  688. package/dist/@codegen/klend/instructions/socializeLoss.js.map +0 -1
  689. package/dist/@codegen/klend/instructions/socializeLossV2.d.ts +0 -24
  690. package/dist/@codegen/klend/instructions/socializeLossV2.d.ts.map +0 -1
  691. package/dist/@codegen/klend/instructions/socializeLossV2.js +0 -81
  692. package/dist/@codegen/klend/instructions/socializeLossV2.js.map +0 -1
  693. package/dist/@codegen/klend/instructions/updateGlobalConfig.d.ts +0 -14
  694. package/dist/@codegen/klend/instructions/updateGlobalConfig.d.ts.map +0 -1
  695. package/dist/@codegen/klend/instructions/updateGlobalConfig.js +0 -65
  696. package/dist/@codegen/klend/instructions/updateGlobalConfig.js.map +0 -1
  697. package/dist/@codegen/klend/instructions/updateGlobalConfigAdmin.d.ts +0 -8
  698. package/dist/@codegen/klend/instructions/updateGlobalConfigAdmin.d.ts.map +0 -1
  699. package/dist/@codegen/klend/instructions/updateGlobalConfigAdmin.js +0 -21
  700. package/dist/@codegen/klend/instructions/updateGlobalConfigAdmin.js.map +0 -1
  701. package/dist/@codegen/klend/instructions/updateLendingMarket.d.ts +0 -14
  702. package/dist/@codegen/klend/instructions/updateLendingMarket.d.ts.map +0 -1
  703. package/dist/@codegen/klend/instructions/updateLendingMarket.js +0 -64
  704. package/dist/@codegen/klend/instructions/updateLendingMarket.js.map +0 -1
  705. package/dist/@codegen/klend/instructions/updateLendingMarketOwner.d.ts +0 -8
  706. package/dist/@codegen/klend/instructions/updateLendingMarketOwner.d.ts.map +0 -1
  707. package/dist/@codegen/klend/instructions/updateLendingMarketOwner.js +0 -21
  708. package/dist/@codegen/klend/instructions/updateLendingMarketOwner.js.map +0 -1
  709. package/dist/@codegen/klend/instructions/updateReserveConfig.d.ts +0 -17
  710. package/dist/@codegen/klend/instructions/updateReserveConfig.d.ts.map +0 -1
  711. package/dist/@codegen/klend/instructions/updateReserveConfig.js +0 -65
  712. package/dist/@codegen/klend/instructions/updateReserveConfig.js.map +0 -1
  713. package/dist/@codegen/klend/instructions/withdrawObligationCollateral.d.ts +0 -20
  714. package/dist/@codegen/klend/instructions/withdrawObligationCollateral.d.ts.map +0 -1
  715. package/dist/@codegen/klend/instructions/withdrawObligationCollateral.js +0 -65
  716. package/dist/@codegen/klend/instructions/withdrawObligationCollateral.js.map +0 -1
  717. package/dist/@codegen/klend/instructions/withdrawObligationCollateralAndRedeemReserveCollateral.d.ts +0 -25
  718. package/dist/@codegen/klend/instructions/withdrawObligationCollateralAndRedeemReserveCollateral.d.ts.map +0 -1
  719. package/dist/@codegen/klend/instructions/withdrawObligationCollateralAndRedeemReserveCollateral.js +0 -77
  720. package/dist/@codegen/klend/instructions/withdrawObligationCollateralAndRedeemReserveCollateral.js.map +0 -1
  721. package/dist/@codegen/klend/instructions/withdrawObligationCollateralAndRedeemReserveCollateralV2.d.ts +0 -32
  722. package/dist/@codegen/klend/instructions/withdrawObligationCollateralAndRedeemReserveCollateralV2.d.ts.map +0 -1
  723. package/dist/@codegen/klend/instructions/withdrawObligationCollateralAndRedeemReserveCollateralV2.js +0 -92
  724. package/dist/@codegen/klend/instructions/withdrawObligationCollateralAndRedeemReserveCollateralV2.js.map +0 -1
  725. package/dist/@codegen/klend/instructions/withdrawObligationCollateralV2.d.ts +0 -27
  726. package/dist/@codegen/klend/instructions/withdrawObligationCollateralV2.d.ts.map +0 -1
  727. package/dist/@codegen/klend/instructions/withdrawObligationCollateralV2.js +0 -83
  728. package/dist/@codegen/klend/instructions/withdrawObligationCollateralV2.js.map +0 -1
  729. package/dist/@codegen/klend/instructions/withdrawProtocolFee.d.ts +0 -19
  730. package/dist/@codegen/klend/instructions/withdrawProtocolFee.d.ts.map +0 -1
  731. package/dist/@codegen/klend/instructions/withdrawProtocolFee.js +0 -64
  732. package/dist/@codegen/klend/instructions/withdrawProtocolFee.js.map +0 -1
  733. package/dist/@codegen/klend/instructions/withdrawReferrerFees.d.ts +0 -15
  734. package/dist/@codegen/klend/instructions/withdrawReferrerFees.d.ts.map +0 -1
  735. package/dist/@codegen/klend/instructions/withdrawReferrerFees.js +0 -26
  736. package/dist/@codegen/klend/instructions/withdrawReferrerFees.js.map +0 -1
  737. package/dist/@codegen/klend/programId.d.ts +0 -4
  738. package/dist/@codegen/klend/programId.d.ts.map +0 -1
  739. package/dist/@codegen/klend/programId.js +0 -9
  740. package/dist/@codegen/klend/programId.js.map +0 -1
  741. package/dist/@codegen/klend/types/AssetTier.d.ts +0 -45
  742. package/dist/@codegen/klend/types/AssetTier.d.ts.map +0 -1
  743. package/dist/@codegen/klend/types/AssetTier.js +0 -132
  744. package/dist/@codegen/klend/types/AssetTier.js.map +0 -1
  745. package/dist/@codegen/klend/types/BigFractionBytes.d.ts +0 -28
  746. package/dist/@codegen/klend/types/BigFractionBytes.d.ts.map +0 -1
  747. package/dist/@codegen/klend/types/BigFractionBytes.js +0 -85
  748. package/dist/@codegen/klend/types/BigFractionBytes.js.map +0 -1
  749. package/dist/@codegen/klend/types/BorrowRateCurve.d.ts +0 -28
  750. package/dist/@codegen/klend/types/BorrowRateCurve.d.ts.map +0 -1
  751. package/dist/@codegen/klend/types/BorrowRateCurve.js +0 -73
  752. package/dist/@codegen/klend/types/BorrowRateCurve.js.map +0 -1
  753. package/dist/@codegen/klend/types/CurvePoint.d.ts +0 -27
  754. package/dist/@codegen/klend/types/CurvePoint.d.ts.map +0 -1
  755. package/dist/@codegen/klend/types/CurvePoint.js +0 -78
  756. package/dist/@codegen/klend/types/CurvePoint.js.map +0 -1
  757. package/dist/@codegen/klend/types/ElevationGroup.d.ts +0 -67
  758. package/dist/@codegen/klend/types/ElevationGroup.d.ts.map +0 -1
  759. package/dist/@codegen/klend/types/ElevationGroup.js +0 -137
  760. package/dist/@codegen/klend/types/ElevationGroup.js.map +0 -1
  761. package/dist/@codegen/klend/types/FeeCalculation.d.ts +0 -32
  762. package/dist/@codegen/klend/types/FeeCalculation.d.ts.map +0 -1
  763. package/dist/@codegen/klend/types/FeeCalculation.js +0 -108
  764. package/dist/@codegen/klend/types/FeeCalculation.js.map +0 -1
  765. package/dist/@codegen/klend/types/InitObligationArgs.d.ts +0 -27
  766. package/dist/@codegen/klend/types/InitObligationArgs.d.ts.map +0 -1
  767. package/dist/@codegen/klend/types/InitObligationArgs.js +0 -78
  768. package/dist/@codegen/klend/types/InitObligationArgs.js.map +0 -1
  769. package/dist/@codegen/klend/types/LastUpdate.d.ts +0 -48
  770. package/dist/@codegen/klend/types/LastUpdate.d.ts.map +0 -1
  771. package/dist/@codegen/klend/types/LastUpdate.js +0 -103
  772. package/dist/@codegen/klend/types/LastUpdate.js.map +0 -1
  773. package/dist/@codegen/klend/types/ObligationCollateral.d.ts +0 -72
  774. package/dist/@codegen/klend/types/ObligationCollateral.d.ts.map +0 -1
  775. package/dist/@codegen/klend/types/ObligationCollateral.js +0 -119
  776. package/dist/@codegen/klend/types/ObligationCollateral.js.map +0 -1
  777. package/dist/@codegen/klend/types/ObligationLiquidity.d.ts +0 -84
  778. package/dist/@codegen/klend/types/ObligationLiquidity.d.ts.map +0 -1
  779. package/dist/@codegen/klend/types/ObligationLiquidity.js +0 -141
  780. package/dist/@codegen/klend/types/ObligationLiquidity.js.map +0 -1
  781. package/dist/@codegen/klend/types/ObligationOrder.d.ts +0 -284
  782. package/dist/@codegen/klend/types/ObligationOrder.d.ts.map +0 -1
  783. package/dist/@codegen/klend/types/ObligationOrder.js +0 -205
  784. package/dist/@codegen/klend/types/ObligationOrder.js.map +0 -1
  785. package/dist/@codegen/klend/types/PriceHeuristic.d.ts +0 -42
  786. package/dist/@codegen/klend/types/PriceHeuristic.d.ts.map +0 -1
  787. package/dist/@codegen/klend/types/PriceHeuristic.js +0 -91
  788. package/dist/@codegen/klend/types/PriceHeuristic.js.map +0 -1
  789. package/dist/@codegen/klend/types/PythConfiguration.d.ts +0 -26
  790. package/dist/@codegen/klend/types/PythConfiguration.d.ts.map +0 -1
  791. package/dist/@codegen/klend/types/PythConfiguration.js +0 -75
  792. package/dist/@codegen/klend/types/PythConfiguration.js.map +0 -1
  793. package/dist/@codegen/klend/types/ReserveCollateral.d.ts +0 -54
  794. package/dist/@codegen/klend/types/ReserveCollateral.d.ts.map +0 -1
  795. package/dist/@codegen/klend/types/ReserveCollateral.js +0 -112
  796. package/dist/@codegen/klend/types/ReserveCollateral.js.map +0 -1
  797. package/dist/@codegen/klend/types/ReserveConfig.d.ts +0 -472
  798. package/dist/@codegen/klend/types/ReserveConfig.d.ts.map +0 -1
  799. package/dist/@codegen/klend/types/ReserveConfig.js +0 -377
  800. package/dist/@codegen/klend/types/ReserveConfig.js.map +0 -1
  801. package/dist/@codegen/klend/types/ReserveFarmKind.d.ts +0 -32
  802. package/dist/@codegen/klend/types/ReserveFarmKind.d.ts.map +0 -1
  803. package/dist/@codegen/klend/types/ReserveFarmKind.js +0 -108
  804. package/dist/@codegen/klend/types/ReserveFarmKind.js.map +0 -1
  805. package/dist/@codegen/klend/types/ReserveFees.d.ts +0 -79
  806. package/dist/@codegen/klend/types/ReserveFees.d.ts.map +0 -1
  807. package/dist/@codegen/klend/types/ReserveFees.js +0 -112
  808. package/dist/@codegen/klend/types/ReserveFees.js.map +0 -1
  809. package/dist/@codegen/klend/types/ReserveLiquidity.d.ts +0 -182
  810. package/dist/@codegen/klend/types/ReserveLiquidity.d.ts.map +0 -1
  811. package/dist/@codegen/klend/types/ReserveLiquidity.js +0 -225
  812. package/dist/@codegen/klend/types/ReserveLiquidity.js.map +0 -1
  813. package/dist/@codegen/klend/types/ReserveStatus.d.ts +0 -45
  814. package/dist/@codegen/klend/types/ReserveStatus.d.ts.map +0 -1
  815. package/dist/@codegen/klend/types/ReserveStatus.js +0 -132
  816. package/dist/@codegen/klend/types/ReserveStatus.js.map +0 -1
  817. package/dist/@codegen/klend/types/ScopeConfiguration.d.ts +0 -42
  818. package/dist/@codegen/klend/types/ScopeConfiguration.d.ts.map +0 -1
  819. package/dist/@codegen/klend/types/ScopeConfiguration.js +0 -93
  820. package/dist/@codegen/klend/types/ScopeConfiguration.js.map +0 -1
  821. package/dist/@codegen/klend/types/SwitchboardConfiguration.d.ts +0 -31
  822. package/dist/@codegen/klend/types/SwitchboardConfiguration.d.ts.map +0 -1
  823. package/dist/@codegen/klend/types/SwitchboardConfiguration.js +0 -81
  824. package/dist/@codegen/klend/types/SwitchboardConfiguration.js.map +0 -1
  825. package/dist/@codegen/klend/types/TokenInfo.d.ts +0 -118
  826. package/dist/@codegen/klend/types/TokenInfo.d.ts.map +0 -1
  827. package/dist/@codegen/klend/types/TokenInfo.js +0 -161
  828. package/dist/@codegen/klend/types/TokenInfo.js.map +0 -1
  829. package/dist/@codegen/klend/types/UpdateConfigMode.d.ts +0 -695
  830. package/dist/@codegen/klend/types/UpdateConfigMode.d.ts.map +0 -1
  831. package/dist/@codegen/klend/types/UpdateConfigMode.js +0 -1333
  832. package/dist/@codegen/klend/types/UpdateConfigMode.js.map +0 -1
  833. package/dist/@codegen/klend/types/UpdateGlobalConfigMode.d.ts +0 -32
  834. package/dist/@codegen/klend/types/UpdateGlobalConfigMode.d.ts.map +0 -1
  835. package/dist/@codegen/klend/types/UpdateGlobalConfigMode.js +0 -108
  836. package/dist/@codegen/klend/types/UpdateGlobalConfigMode.js.map +0 -1
  837. package/dist/@codegen/klend/types/UpdateLendingMarketConfigValue.d.ts +0 -198
  838. package/dist/@codegen/klend/types/UpdateLendingMarketConfigValue.d.ts.map +0 -1
  839. package/dist/@codegen/klend/types/UpdateLendingMarketConfigValue.js +0 -355
  840. package/dist/@codegen/klend/types/UpdateLendingMarketConfigValue.js.map +0 -1
  841. package/dist/@codegen/klend/types/UpdateLendingMarketMode.d.ts +0 -357
  842. package/dist/@codegen/klend/types/UpdateLendingMarketMode.d.ts.map +0 -1
  843. package/dist/@codegen/klend/types/UpdateLendingMarketMode.js +0 -708
  844. package/dist/@codegen/klend/types/UpdateLendingMarketMode.js.map +0 -1
  845. package/dist/@codegen/klend/types/WithdrawalCaps.d.ts +0 -39
  846. package/dist/@codegen/klend/types/WithdrawalCaps.d.ts.map +0 -1
  847. package/dist/@codegen/klend/types/WithdrawalCaps.js +0 -100
  848. package/dist/@codegen/klend/types/WithdrawalCaps.js.map +0 -1
  849. package/dist/@codegen/klend/types/index.d.ts +0 -72
  850. package/dist/@codegen/klend/types/index.d.ts.map +0 -1
  851. package/dist/@codegen/klend/types/index.js +0 -91
  852. package/dist/@codegen/klend/types/index.js.map +0 -1
  853. package/dist/@codegen/klend/utils/borshAddress.d.ts +0 -4
  854. package/dist/@codegen/klend/utils/borshAddress.d.ts.map +0 -1
  855. package/dist/@codegen/klend/utils/borshAddress.js +0 -30
  856. package/dist/@codegen/klend/utils/borshAddress.js.map +0 -1
  857. package/dist/@codegen/klend/utils/index.d.ts +0 -2
  858. package/dist/@codegen/klend/utils/index.d.ts.map +0 -1
  859. package/dist/@codegen/klend/utils/index.js +0 -18
  860. package/dist/@codegen/klend/utils/index.js.map +0 -1
  861. package/dist/@codegen/klend/zero_padding/ObligationZP.d.ts +0 -73
  862. package/dist/@codegen/klend/zero_padding/ObligationZP.d.ts.map +0 -1
  863. package/dist/@codegen/klend/zero_padding/ObligationZP.js +0 -225
  864. package/dist/@codegen/klend/zero_padding/ObligationZP.js.map +0 -1
  865. package/dist/@codegen/klend/zero_padding/index.d.ts +0 -2
  866. package/dist/@codegen/klend/zero_padding/index.d.ts.map +0 -1
  867. package/dist/@codegen/klend/zero_padding/index.js +0 -6
  868. package/dist/@codegen/klend/zero_padding/index.js.map +0 -1
  869. package/dist/@codegen/kvault/accounts/GlobalConfig.d.ts +0 -32
  870. package/dist/@codegen/kvault/accounts/GlobalConfig.d.ts.map +0 -1
  871. package/dist/@codegen/kvault/accounts/GlobalConfig.js +0 -125
  872. package/dist/@codegen/kvault/accounts/GlobalConfig.js.map +0 -1
  873. package/dist/@codegen/kvault/accounts/Reserve.d.ts +0 -90
  874. package/dist/@codegen/kvault/accounts/Reserve.d.ts.map +0 -1
  875. package/dist/@codegen/kvault/accounts/Reserve.js +0 -192
  876. package/dist/@codegen/kvault/accounts/Reserve.js.map +0 -1
  877. package/dist/@codegen/kvault/accounts/ReserveWhitelistEntry.d.ts +0 -52
  878. package/dist/@codegen/kvault/accounts/ReserveWhitelistEntry.d.ts.map +0 -1
  879. package/dist/@codegen/kvault/accounts/ReserveWhitelistEntry.js +0 -127
  880. package/dist/@codegen/kvault/accounts/ReserveWhitelistEntry.js.map +0 -1
  881. package/dist/@codegen/kvault/accounts/VaultState.d.ts +0 -144
  882. package/dist/@codegen/kvault/accounts/VaultState.d.ts.map +0 -1
  883. package/dist/@codegen/kvault/accounts/VaultState.js +0 -350
  884. package/dist/@codegen/kvault/accounts/VaultState.js.map +0 -1
  885. package/dist/@codegen/kvault/accounts/index.d.ts +0 -9
  886. package/dist/@codegen/kvault/accounts/index.d.ts.map +0 -1
  887. package/dist/@codegen/kvault/accounts/index.js +0 -12
  888. package/dist/@codegen/kvault/accounts/index.js.map +0 -1
  889. package/dist/@codegen/kvault/errors/anchor.d.ts +0 -435
  890. package/dist/@codegen/kvault/errors/anchor.d.ts.map +0 -1
  891. package/dist/@codegen/kvault/errors/anchor.js +0 -767
  892. package/dist/@codegen/kvault/errors/anchor.js.map +0 -1
  893. package/dist/@codegen/kvault/errors/custom.d.ts +0 -451
  894. package/dist/@codegen/kvault/errors/custom.d.ts.map +0 -1
  895. package/dist/@codegen/kvault/errors/custom.js +0 -795
  896. package/dist/@codegen/kvault/errors/custom.js.map +0 -1
  897. package/dist/@codegen/kvault/errors/index.d.ts +0 -6
  898. package/dist/@codegen/kvault/errors/index.d.ts.map +0 -1
  899. package/dist/@codegen/kvault/errors/index.js +0 -86
  900. package/dist/@codegen/kvault/errors/index.js.map +0 -1
  901. package/dist/@codegen/kvault/instructions/addUpdateWhitelistedReserve.d.ts +0 -16
  902. package/dist/@codegen/kvault/instructions/addUpdateWhitelistedReserve.d.ts.map +0 -1
  903. package/dist/@codegen/kvault/instructions/addUpdateWhitelistedReserve.js +0 -66
  904. package/dist/@codegen/kvault/instructions/addUpdateWhitelistedReserve.js.map +0 -1
  905. package/dist/@codegen/kvault/instructions/buy.d.ts +0 -24
  906. package/dist/@codegen/kvault/instructions/buy.d.ts.map +0 -1
  907. package/dist/@codegen/kvault/instructions/buy.js +0 -67
  908. package/dist/@codegen/kvault/instructions/buy.js.map +0 -1
  909. package/dist/@codegen/kvault/instructions/deposit.d.ts +0 -24
  910. package/dist/@codegen/kvault/instructions/deposit.d.ts.map +0 -1
  911. package/dist/@codegen/kvault/instructions/deposit.js +0 -67
  912. package/dist/@codegen/kvault/instructions/deposit.js.map +0 -1
  913. package/dist/@codegen/kvault/instructions/giveUpPendingFees.d.ts +0 -14
  914. package/dist/@codegen/kvault/instructions/giveUpPendingFees.d.ts.map +0 -1
  915. package/dist/@codegen/kvault/instructions/giveUpPendingFees.js +0 -65
  916. package/dist/@codegen/kvault/instructions/giveUpPendingFees.js.map +0 -1
  917. package/dist/@codegen/kvault/instructions/index.d.ts +0 -39
  918. package/dist/@codegen/kvault/instructions/index.d.ts.map +0 -1
  919. package/dist/@codegen/kvault/instructions/index.js +0 -42
  920. package/dist/@codegen/kvault/instructions/index.js.map +0 -1
  921. package/dist/@codegen/kvault/instructions/initGlobalConfig.d.ts +0 -11
  922. package/dist/@codegen/kvault/instructions/initGlobalConfig.d.ts.map +0 -1
  923. package/dist/@codegen/kvault/instructions/initGlobalConfig.js +0 -20
  924. package/dist/@codegen/kvault/instructions/initGlobalConfig.js.map +0 -1
  925. package/dist/@codegen/kvault/instructions/initVault.d.ts +0 -17
  926. package/dist/@codegen/kvault/instructions/initVault.d.ts.map +0 -1
  927. package/dist/@codegen/kvault/instructions/initVault.js +0 -30
  928. package/dist/@codegen/kvault/instructions/initVault.js.map +0 -1
  929. package/dist/@codegen/kvault/instructions/initializeSharesMetadata.d.ts +0 -20
  930. package/dist/@codegen/kvault/instructions/initializeSharesMetadata.d.ts.map +0 -1
  931. package/dist/@codegen/kvault/instructions/initializeSharesMetadata.js +0 -72
  932. package/dist/@codegen/kvault/instructions/initializeSharesMetadata.js.map +0 -1
  933. package/dist/@codegen/kvault/instructions/invest.d.ts +0 -24
  934. package/dist/@codegen/kvault/instructions/invest.d.ts.map +0 -1
  935. package/dist/@codegen/kvault/instructions/invest.js +0 -36
  936. package/dist/@codegen/kvault/instructions/invest.js.map +0 -1
  937. package/dist/@codegen/kvault/instructions/removeAllocation.d.ts +0 -9
  938. package/dist/@codegen/kvault/instructions/removeAllocation.d.ts.map +0 -1
  939. package/dist/@codegen/kvault/instructions/removeAllocation.js +0 -22
  940. package/dist/@codegen/kvault/instructions/removeAllocation.js.map +0 -1
  941. package/dist/@codegen/kvault/instructions/sell.d.ts +0 -40
  942. package/dist/@codegen/kvault/instructions/sell.d.ts.map +0 -1
  943. package/dist/@codegen/kvault/instructions/sell.js +0 -98
  944. package/dist/@codegen/kvault/instructions/sell.js.map +0 -1
  945. package/dist/@codegen/kvault/instructions/updateAdmin.d.ts +0 -8
  946. package/dist/@codegen/kvault/instructions/updateAdmin.d.ts.map +0 -1
  947. package/dist/@codegen/kvault/instructions/updateAdmin.js +0 -21
  948. package/dist/@codegen/kvault/instructions/updateAdmin.js.map +0 -1
  949. package/dist/@codegen/kvault/instructions/updateGlobalConfig.d.ts +0 -13
  950. package/dist/@codegen/kvault/instructions/updateGlobalConfig.d.ts.map +0 -1
  951. package/dist/@codegen/kvault/instructions/updateGlobalConfig.js +0 -63
  952. package/dist/@codegen/kvault/instructions/updateGlobalConfig.js.map +0 -1
  953. package/dist/@codegen/kvault/instructions/updateGlobalConfigAdmin.d.ts +0 -8
  954. package/dist/@codegen/kvault/instructions/updateGlobalConfigAdmin.d.ts.map +0 -1
  955. package/dist/@codegen/kvault/instructions/updateGlobalConfigAdmin.js +0 -21
  956. package/dist/@codegen/kvault/instructions/updateGlobalConfigAdmin.js.map +0 -1
  957. package/dist/@codegen/kvault/instructions/updateReserveAllocation.d.ts +0 -22
  958. package/dist/@codegen/kvault/instructions/updateReserveAllocation.d.ts.map +0 -1
  959. package/dist/@codegen/kvault/instructions/updateReserveAllocation.js +0 -72
  960. package/dist/@codegen/kvault/instructions/updateReserveAllocation.js.map +0 -1
  961. package/dist/@codegen/kvault/instructions/updateSharesMetadata.d.ts +0 -17
  962. package/dist/@codegen/kvault/instructions/updateSharesMetadata.d.ts.map +0 -1
  963. package/dist/@codegen/kvault/instructions/updateSharesMetadata.js +0 -71
  964. package/dist/@codegen/kvault/instructions/updateSharesMetadata.js.map +0 -1
  965. package/dist/@codegen/kvault/instructions/updateVaultConfig.d.ts +0 -16
  966. package/dist/@codegen/kvault/instructions/updateVaultConfig.d.ts.map +0 -1
  967. package/dist/@codegen/kvault/instructions/updateVaultConfig.js +0 -63
  968. package/dist/@codegen/kvault/instructions/updateVaultConfig.js.map +0 -1
  969. package/dist/@codegen/kvault/instructions/withdraw.d.ts +0 -40
  970. package/dist/@codegen/kvault/instructions/withdraw.d.ts.map +0 -1
  971. package/dist/@codegen/kvault/instructions/withdraw.js +0 -98
  972. package/dist/@codegen/kvault/instructions/withdraw.js.map +0 -1
  973. package/dist/@codegen/kvault/instructions/withdrawFromAvailable.d.ts +0 -25
  974. package/dist/@codegen/kvault/instructions/withdrawFromAvailable.d.ts.map +0 -1
  975. package/dist/@codegen/kvault/instructions/withdrawFromAvailable.js +0 -70
  976. package/dist/@codegen/kvault/instructions/withdrawFromAvailable.js.map +0 -1
  977. package/dist/@codegen/kvault/instructions/withdrawPendingFees.d.ts +0 -23
  978. package/dist/@codegen/kvault/instructions/withdrawPendingFees.d.ts.map +0 -1
  979. package/dist/@codegen/kvault/instructions/withdrawPendingFees.js +0 -37
  980. package/dist/@codegen/kvault/instructions/withdrawPendingFees.js.map +0 -1
  981. package/dist/@codegen/kvault/programId.d.ts +0 -4
  982. package/dist/@codegen/kvault/programId.d.ts.map +0 -1
  983. package/dist/@codegen/kvault/programId.js +0 -9
  984. package/dist/@codegen/kvault/programId.js.map +0 -1
  985. package/dist/@codegen/kvault/types/BigFractionBytes.d.ts +0 -28
  986. package/dist/@codegen/kvault/types/BigFractionBytes.d.ts.map +0 -1
  987. package/dist/@codegen/kvault/types/BigFractionBytes.js +0 -85
  988. package/dist/@codegen/kvault/types/BigFractionBytes.js.map +0 -1
  989. package/dist/@codegen/kvault/types/BorrowRateCurve.d.ts +0 -28
  990. package/dist/@codegen/kvault/types/BorrowRateCurve.d.ts.map +0 -1
  991. package/dist/@codegen/kvault/types/BorrowRateCurve.js +0 -73
  992. package/dist/@codegen/kvault/types/BorrowRateCurve.js.map +0 -1
  993. package/dist/@codegen/kvault/types/CurvePoint.d.ts +0 -27
  994. package/dist/@codegen/kvault/types/CurvePoint.d.ts.map +0 -1
  995. package/dist/@codegen/kvault/types/CurvePoint.js +0 -78
  996. package/dist/@codegen/kvault/types/CurvePoint.js.map +0 -1
  997. package/dist/@codegen/kvault/types/LastUpdate.d.ts +0 -48
  998. package/dist/@codegen/kvault/types/LastUpdate.d.ts.map +0 -1
  999. package/dist/@codegen/kvault/types/LastUpdate.js +0 -103
  1000. package/dist/@codegen/kvault/types/LastUpdate.js.map +0 -1
  1001. package/dist/@codegen/kvault/types/PriceHeuristic.d.ts +0 -42
  1002. package/dist/@codegen/kvault/types/PriceHeuristic.d.ts.map +0 -1
  1003. package/dist/@codegen/kvault/types/PriceHeuristic.js +0 -91
  1004. package/dist/@codegen/kvault/types/PriceHeuristic.js.map +0 -1
  1005. package/dist/@codegen/kvault/types/PythConfiguration.d.ts +0 -26
  1006. package/dist/@codegen/kvault/types/PythConfiguration.d.ts.map +0 -1
  1007. package/dist/@codegen/kvault/types/PythConfiguration.js +0 -75
  1008. package/dist/@codegen/kvault/types/PythConfiguration.js.map +0 -1
  1009. package/dist/@codegen/kvault/types/ReserveCollateral.d.ts +0 -54
  1010. package/dist/@codegen/kvault/types/ReserveCollateral.d.ts.map +0 -1
  1011. package/dist/@codegen/kvault/types/ReserveCollateral.js +0 -112
  1012. package/dist/@codegen/kvault/types/ReserveCollateral.js.map +0 -1
  1013. package/dist/@codegen/kvault/types/ReserveConfig.d.ts +0 -472
  1014. package/dist/@codegen/kvault/types/ReserveConfig.d.ts.map +0 -1
  1015. package/dist/@codegen/kvault/types/ReserveConfig.js +0 -377
  1016. package/dist/@codegen/kvault/types/ReserveConfig.js.map +0 -1
  1017. package/dist/@codegen/kvault/types/ReserveFees.d.ts +0 -79
  1018. package/dist/@codegen/kvault/types/ReserveFees.d.ts.map +0 -1
  1019. package/dist/@codegen/kvault/types/ReserveFees.js +0 -112
  1020. package/dist/@codegen/kvault/types/ReserveFees.js.map +0 -1
  1021. package/dist/@codegen/kvault/types/ReserveLiquidity.d.ts +0 -182
  1022. package/dist/@codegen/kvault/types/ReserveLiquidity.d.ts.map +0 -1
  1023. package/dist/@codegen/kvault/types/ReserveLiquidity.js +0 -225
  1024. package/dist/@codegen/kvault/types/ReserveLiquidity.js.map +0 -1
  1025. package/dist/@codegen/kvault/types/ScopeConfiguration.d.ts +0 -42
  1026. package/dist/@codegen/kvault/types/ScopeConfiguration.d.ts.map +0 -1
  1027. package/dist/@codegen/kvault/types/ScopeConfiguration.js +0 -93
  1028. package/dist/@codegen/kvault/types/ScopeConfiguration.js.map +0 -1
  1029. package/dist/@codegen/kvault/types/SwitchboardConfiguration.d.ts +0 -31
  1030. package/dist/@codegen/kvault/types/SwitchboardConfiguration.d.ts.map +0 -1
  1031. package/dist/@codegen/kvault/types/SwitchboardConfiguration.js +0 -81
  1032. package/dist/@codegen/kvault/types/SwitchboardConfiguration.js.map +0 -1
  1033. package/dist/@codegen/kvault/types/TokenInfo.d.ts +0 -118
  1034. package/dist/@codegen/kvault/types/TokenInfo.d.ts.map +0 -1
  1035. package/dist/@codegen/kvault/types/TokenInfo.js +0 -161
  1036. package/dist/@codegen/kvault/types/TokenInfo.js.map +0 -1
  1037. package/dist/@codegen/kvault/types/UpdateGlobalConfigMode.d.ts +0 -68
  1038. package/dist/@codegen/kvault/types/UpdateGlobalConfigMode.d.ts.map +0 -1
  1039. package/dist/@codegen/kvault/types/UpdateGlobalConfigMode.js +0 -162
  1040. package/dist/@codegen/kvault/types/UpdateGlobalConfigMode.js.map +0 -1
  1041. package/dist/@codegen/kvault/types/UpdateReserveWhitelistMode.d.ts +0 -46
  1042. package/dist/@codegen/kvault/types/UpdateReserveWhitelistMode.d.ts.map +0 -1
  1043. package/dist/@codegen/kvault/types/UpdateReserveWhitelistMode.js +0 -124
  1044. package/dist/@codegen/kvault/types/UpdateReserveWhitelistMode.js.map +0 -1
  1045. package/dist/@codegen/kvault/types/VaultAllocation.d.ts +0 -72
  1046. package/dist/@codegen/kvault/types/VaultAllocation.d.ts.map +0 -1
  1047. package/dist/@codegen/kvault/types/VaultAllocation.js +0 -144
  1048. package/dist/@codegen/kvault/types/VaultAllocation.js.map +0 -1
  1049. package/dist/@codegen/kvault/types/VaultConfigField.d.ts +0 -253
  1050. package/dist/@codegen/kvault/types/VaultConfigField.d.ts.map +0 -1
  1051. package/dist/@codegen/kvault/types/VaultConfigField.js +0 -516
  1052. package/dist/@codegen/kvault/types/VaultConfigField.js.map +0 -1
  1053. package/dist/@codegen/kvault/types/WithdrawalCaps.d.ts +0 -39
  1054. package/dist/@codegen/kvault/types/WithdrawalCaps.d.ts.map +0 -1
  1055. package/dist/@codegen/kvault/types/WithdrawalCaps.js +0 -100
  1056. package/dist/@codegen/kvault/types/WithdrawalCaps.js.map +0 -1
  1057. package/dist/@codegen/kvault/types/index.d.ts +0 -43
  1058. package/dist/@codegen/kvault/types/index.d.ts.map +0 -1
  1059. package/dist/@codegen/kvault/types/index.js +0 -73
  1060. package/dist/@codegen/kvault/types/index.js.map +0 -1
  1061. package/dist/@codegen/kvault/utils/borshAddress.d.ts +0 -4
  1062. package/dist/@codegen/kvault/utils/borshAddress.d.ts.map +0 -1
  1063. package/dist/@codegen/kvault/utils/borshAddress.js +0 -30
  1064. package/dist/@codegen/kvault/utils/borshAddress.js.map +0 -1
  1065. package/dist/@codegen/kvault/utils/index.d.ts +0 -2
  1066. package/dist/@codegen/kvault/utils/index.d.ts.map +0 -1
  1067. package/dist/@codegen/kvault/utils/index.js +0 -18
  1068. package/dist/@codegen/kvault/utils/index.js.map +0 -1
  1069. package/dist/@codegen/pyth_rec/accounts/Config.d.ts +0 -36
  1070. package/dist/@codegen/pyth_rec/accounts/Config.d.ts.map +0 -1
  1071. package/dist/@codegen/pyth_rec/accounts/Config.js +0 -134
  1072. package/dist/@codegen/pyth_rec/accounts/Config.js.map +0 -1
  1073. package/dist/@codegen/pyth_rec/accounts/index.d.ts +0 -7
  1074. package/dist/@codegen/pyth_rec/accounts/index.d.ts.map +0 -1
  1075. package/dist/@codegen/pyth_rec/accounts/index.js +0 -10
  1076. package/dist/@codegen/pyth_rec/accounts/index.js.map +0 -1
  1077. package/dist/@codegen/pyth_rec/accounts/priceUpdateV2.d.ts +0 -30
  1078. package/dist/@codegen/pyth_rec/accounts/priceUpdateV2.d.ts.map +0 -1
  1079. package/dist/@codegen/pyth_rec/accounts/priceUpdateV2.js +0 -120
  1080. package/dist/@codegen/pyth_rec/accounts/priceUpdateV2.js.map +0 -1
  1081. package/dist/@codegen/pyth_rec/accounts/twapUpdate.d.ts +0 -23
  1082. package/dist/@codegen/pyth_rec/accounts/twapUpdate.d.ts.map +0 -1
  1083. package/dist/@codegen/pyth_rec/accounts/twapUpdate.js +0 -103
  1084. package/dist/@codegen/pyth_rec/accounts/twapUpdate.js.map +0 -1
  1085. package/dist/@codegen/pyth_rec/errors/anchor.d.ts +0 -435
  1086. package/dist/@codegen/pyth_rec/errors/anchor.d.ts.map +0 -1
  1087. package/dist/@codegen/pyth_rec/errors/anchor.js +0 -767
  1088. package/dist/@codegen/pyth_rec/errors/anchor.js.map +0 -1
  1089. package/dist/@codegen/pyth_rec/errors/custom.d.ts +0 -179
  1090. package/dist/@codegen/pyth_rec/errors/custom.d.ts.map +0 -1
  1091. package/dist/@codegen/pyth_rec/errors/custom.js +0 -318
  1092. package/dist/@codegen/pyth_rec/errors/custom.js.map +0 -1
  1093. package/dist/@codegen/pyth_rec/errors/index.d.ts +0 -6
  1094. package/dist/@codegen/pyth_rec/errors/index.d.ts.map +0 -1
  1095. package/dist/@codegen/pyth_rec/errors/index.js +0 -86
  1096. package/dist/@codegen/pyth_rec/errors/index.js.map +0 -1
  1097. package/dist/@codegen/pyth_rec/instructions/acceptGovernanceAuthorityTransfer.d.ts +0 -8
  1098. package/dist/@codegen/pyth_rec/instructions/acceptGovernanceAuthorityTransfer.d.ts.map +0 -1
  1099. package/dist/@codegen/pyth_rec/instructions/acceptGovernanceAuthorityTransfer.js +0 -17
  1100. package/dist/@codegen/pyth_rec/instructions/acceptGovernanceAuthorityTransfer.js.map +0 -1
  1101. package/dist/@codegen/pyth_rec/instructions/index.d.ts +0 -17
  1102. package/dist/@codegen/pyth_rec/instructions/index.d.ts.map +0 -1
  1103. package/dist/@codegen/pyth_rec/instructions/index.js +0 -20
  1104. package/dist/@codegen/pyth_rec/instructions/index.js.map +0 -1
  1105. package/dist/@codegen/pyth_rec/instructions/reclaimRent.d.ts +0 -8
  1106. package/dist/@codegen/pyth_rec/instructions/reclaimRent.d.ts.map +0 -1
  1107. package/dist/@codegen/pyth_rec/instructions/reclaimRent.js +0 -17
  1108. package/dist/@codegen/pyth_rec/instructions/reclaimRent.js.map +0 -1
  1109. package/dist/@codegen/pyth_rec/instructions/reclaimTwapRent.d.ts +0 -8
  1110. package/dist/@codegen/pyth_rec/instructions/reclaimTwapRent.d.ts.map +0 -1
  1111. package/dist/@codegen/pyth_rec/instructions/reclaimTwapRent.js +0 -17
  1112. package/dist/@codegen/pyth_rec/instructions/reclaimTwapRent.js.map +0 -1
  1113. package/dist/@codegen/pyth_rec/instructions/requestGovernanceAuthorityTransfer.d.ts +0 -12
  1114. package/dist/@codegen/pyth_rec/instructions/requestGovernanceAuthorityTransfer.d.ts.map +0 -1
  1115. package/dist/@codegen/pyth_rec/instructions/requestGovernanceAuthorityTransfer.js +0 -59
  1116. package/dist/@codegen/pyth_rec/instructions/requestGovernanceAuthorityTransfer.js.map +0 -1
  1117. package/dist/@codegen/pyth_rec/instructions/setDataSources.d.ts +0 -13
  1118. package/dist/@codegen/pyth_rec/instructions/setDataSources.d.ts.map +0 -1
  1119. package/dist/@codegen/pyth_rec/instructions/setDataSources.js +0 -59
  1120. package/dist/@codegen/pyth_rec/instructions/setDataSources.js.map +0 -1
  1121. package/dist/@codegen/pyth_rec/instructions/setFee.d.ts +0 -13
  1122. package/dist/@codegen/pyth_rec/instructions/setFee.d.ts.map +0 -1
  1123. package/dist/@codegen/pyth_rec/instructions/setFee.js +0 -58
  1124. package/dist/@codegen/pyth_rec/instructions/setFee.js.map +0 -1
  1125. package/dist/@codegen/pyth_rec/instructions/setMinimumSignatures.d.ts +0 -12
  1126. package/dist/@codegen/pyth_rec/instructions/setMinimumSignatures.d.ts.map +0 -1
  1127. package/dist/@codegen/pyth_rec/instructions/setMinimumSignatures.js +0 -58
  1128. package/dist/@codegen/pyth_rec/instructions/setMinimumSignatures.js.map +0 -1
  1129. package/dist/@codegen/pyth_rec/instructions/setWormholeAddress.d.ts +0 -12
  1130. package/dist/@codegen/pyth_rec/instructions/setWormholeAddress.d.ts.map +0 -1
  1131. package/dist/@codegen/pyth_rec/instructions/setWormholeAddress.js +0 -61
  1132. package/dist/@codegen/pyth_rec/instructions/setWormholeAddress.js.map +0 -1
  1133. package/dist/@codegen/pyth_rec/programId.d.ts +0 -4
  1134. package/dist/@codegen/pyth_rec/programId.d.ts.map +0 -1
  1135. package/dist/@codegen/pyth_rec/programId.js +0 -9
  1136. package/dist/@codegen/pyth_rec/programId.js.map +0 -1
  1137. package/dist/@codegen/pyth_rec/types/DataSource.d.ts +0 -28
  1138. package/dist/@codegen/pyth_rec/types/DataSource.d.ts.map +0 -1
  1139. package/dist/@codegen/pyth_rec/types/DataSource.js +0 -80
  1140. package/dist/@codegen/pyth_rec/types/DataSource.js.map +0 -1
  1141. package/dist/@codegen/pyth_rec/types/MerklePriceUpdate.d.ts +0 -27
  1142. package/dist/@codegen/pyth_rec/types/MerklePriceUpdate.d.ts.map +0 -1
  1143. package/dist/@codegen/pyth_rec/types/MerklePriceUpdate.js +0 -78
  1144. package/dist/@codegen/pyth_rec/types/MerklePriceUpdate.js.map +0 -1
  1145. package/dist/@codegen/pyth_rec/types/PostTwapUpdateParams.d.ts +0 -44
  1146. package/dist/@codegen/pyth_rec/types/PostTwapUpdateParams.d.ts.map +0 -1
  1147. package/dist/@codegen/pyth_rec/types/PostTwapUpdateParams.js +0 -93
  1148. package/dist/@codegen/pyth_rec/types/PostTwapUpdateParams.js.map +0 -1
  1149. package/dist/@codegen/pyth_rec/types/PostUpdateAtomicParams.d.ts +0 -38
  1150. package/dist/@codegen/pyth_rec/types/PostUpdateAtomicParams.d.ts.map +0 -1
  1151. package/dist/@codegen/pyth_rec/types/PostUpdateAtomicParams.js +0 -91
  1152. package/dist/@codegen/pyth_rec/types/PostUpdateAtomicParams.js.map +0 -1
  1153. package/dist/@codegen/pyth_rec/types/PostUpdateParams.d.ts +0 -33
  1154. package/dist/@codegen/pyth_rec/types/PostUpdateParams.d.ts.map +0 -1
  1155. package/dist/@codegen/pyth_rec/types/PostUpdateParams.js +0 -84
  1156. package/dist/@codegen/pyth_rec/types/PostUpdateParams.js.map +0 -1
  1157. package/dist/@codegen/pyth_rec/types/PriceFeedMessage.d.ts +0 -58
  1158. package/dist/@codegen/pyth_rec/types/PriceFeedMessage.d.ts.map +0 -1
  1159. package/dist/@codegen/pyth_rec/types/PriceFeedMessage.js +0 -127
  1160. package/dist/@codegen/pyth_rec/types/PriceFeedMessage.js.map +0 -1
  1161. package/dist/@codegen/pyth_rec/types/TwapPrice.d.ts +0 -69
  1162. package/dist/@codegen/pyth_rec/types/TwapPrice.d.ts.map +0 -1
  1163. package/dist/@codegen/pyth_rec/types/TwapPrice.js +0 -128
  1164. package/dist/@codegen/pyth_rec/types/TwapPrice.js.map +0 -1
  1165. package/dist/@codegen/pyth_rec/types/VerificationLevel.d.ts +0 -45
  1166. package/dist/@codegen/pyth_rec/types/VerificationLevel.d.ts.map +0 -1
  1167. package/dist/@codegen/pyth_rec/types/VerificationLevel.js +0 -124
  1168. package/dist/@codegen/pyth_rec/types/VerificationLevel.js.map +0 -1
  1169. package/dist/@codegen/pyth_rec/types/index.d.ts +0 -24
  1170. package/dist/@codegen/pyth_rec/types/index.d.ts.map +0 -1
  1171. package/dist/@codegen/pyth_rec/types/index.js +0 -53
  1172. package/dist/@codegen/pyth_rec/types/index.js.map +0 -1
  1173. package/dist/@codegen/pyth_rec/utils/borshAddress.d.ts +0 -4
  1174. package/dist/@codegen/pyth_rec/utils/borshAddress.d.ts.map +0 -1
  1175. package/dist/@codegen/pyth_rec/utils/borshAddress.js +0 -30
  1176. package/dist/@codegen/pyth_rec/utils/borshAddress.js.map +0 -1
  1177. package/dist/@codegen/pyth_rec/utils/index.d.ts +0 -2
  1178. package/dist/@codegen/pyth_rec/utils/index.d.ts.map +0 -1
  1179. package/dist/@codegen/pyth_rec/utils/index.js +0 -18
  1180. package/dist/@codegen/pyth_rec/utils/index.js.map +0 -1
  1181. package/dist/@codegen/switchboard_v2/accounts/AggregatorAccountData.d.ts +0 -123
  1182. package/dist/@codegen/switchboard_v2/accounts/AggregatorAccountData.d.ts.map +0 -1
  1183. package/dist/@codegen/switchboard_v2/accounts/AggregatorAccountData.js +0 -312
  1184. package/dist/@codegen/switchboard_v2/accounts/AggregatorAccountData.js.map +0 -1
  1185. package/dist/@codegen/switchboard_v2/accounts/BufferRelayerAccountData.d.ts +0 -50
  1186. package/dist/@codegen/switchboard_v2/accounts/BufferRelayerAccountData.d.ts.map +0 -1
  1187. package/dist/@codegen/switchboard_v2/accounts/BufferRelayerAccountData.js +0 -159
  1188. package/dist/@codegen/switchboard_v2/accounts/BufferRelayerAccountData.js.map +0 -1
  1189. package/dist/@codegen/switchboard_v2/accounts/CrankAccountData.d.ts +0 -40
  1190. package/dist/@codegen/switchboard_v2/accounts/CrankAccountData.d.ts.map +0 -1
  1191. package/dist/@codegen/switchboard_v2/accounts/CrankAccountData.js +0 -138
  1192. package/dist/@codegen/switchboard_v2/accounts/CrankAccountData.js.map +0 -1
  1193. package/dist/@codegen/switchboard_v2/accounts/JobAccountData.d.ts +0 -47
  1194. package/dist/@codegen/switchboard_v2/accounts/JobAccountData.d.ts.map +0 -1
  1195. package/dist/@codegen/switchboard_v2/accounts/JobAccountData.js +0 -155
  1196. package/dist/@codegen/switchboard_v2/accounts/JobAccountData.js.map +0 -1
  1197. package/dist/@codegen/switchboard_v2/accounts/LeaseAccountData.d.ts +0 -47
  1198. package/dist/@codegen/switchboard_v2/accounts/LeaseAccountData.d.ts.map +0 -1
  1199. package/dist/@codegen/switchboard_v2/accounts/LeaseAccountData.js +0 -155
  1200. package/dist/@codegen/switchboard_v2/accounts/LeaseAccountData.js.map +0 -1
  1201. package/dist/@codegen/switchboard_v2/accounts/OracleAccountData.d.ts +0 -45
  1202. package/dist/@codegen/switchboard_v2/accounts/OracleAccountData.d.ts.map +0 -1
  1203. package/dist/@codegen/switchboard_v2/accounts/OracleAccountData.js +0 -150
  1204. package/dist/@codegen/switchboard_v2/accounts/OracleAccountData.js.map +0 -1
  1205. package/dist/@codegen/switchboard_v2/accounts/OracleQueueAccountData.d.ts +0 -87
  1206. package/dist/@codegen/switchboard_v2/accounts/OracleQueueAccountData.d.ts.map +0 -1
  1207. package/dist/@codegen/switchboard_v2/accounts/OracleQueueAccountData.js +0 -238
  1208. package/dist/@codegen/switchboard_v2/accounts/OracleQueueAccountData.js.map +0 -1
  1209. package/dist/@codegen/switchboard_v2/accounts/PermissionAccountData.d.ts +0 -35
  1210. package/dist/@codegen/switchboard_v2/accounts/PermissionAccountData.d.ts.map +0 -1
  1211. package/dist/@codegen/switchboard_v2/accounts/PermissionAccountData.js +0 -131
  1212. package/dist/@codegen/switchboard_v2/accounts/PermissionAccountData.js.map +0 -1
  1213. package/dist/@codegen/switchboard_v2/accounts/RealmSpawnRecordAccountData.d.ts +0 -19
  1214. package/dist/@codegen/switchboard_v2/accounts/RealmSpawnRecordAccountData.d.ts.map +0 -1
  1215. package/dist/@codegen/switchboard_v2/accounts/RealmSpawnRecordAccountData.js +0 -93
  1216. package/dist/@codegen/switchboard_v2/accounts/RealmSpawnRecordAccountData.js.map +0 -1
  1217. package/dist/@codegen/switchboard_v2/accounts/SbState.d.ts +0 -31
  1218. package/dist/@codegen/switchboard_v2/accounts/SbState.d.ts.map +0 -1
  1219. package/dist/@codegen/switchboard_v2/accounts/SbState.js +0 -120
  1220. package/dist/@codegen/switchboard_v2/accounts/SbState.js.map +0 -1
  1221. package/dist/@codegen/switchboard_v2/accounts/SlidingResultAccountData.d.ts +0 -26
  1222. package/dist/@codegen/switchboard_v2/accounts/SlidingResultAccountData.d.ts.map +0 -1
  1223. package/dist/@codegen/switchboard_v2/accounts/SlidingResultAccountData.js +0 -108
  1224. package/dist/@codegen/switchboard_v2/accounts/SlidingResultAccountData.js.map +0 -1
  1225. package/dist/@codegen/switchboard_v2/accounts/TaskSpecRecord.d.ts +0 -20
  1226. package/dist/@codegen/switchboard_v2/accounts/TaskSpecRecord.d.ts.map +0 -1
  1227. package/dist/@codegen/switchboard_v2/accounts/TaskSpecRecord.js +0 -96
  1228. package/dist/@codegen/switchboard_v2/accounts/TaskSpecRecord.js.map +0 -1
  1229. package/dist/@codegen/switchboard_v2/accounts/VrfAccountData.d.ts +0 -54
  1230. package/dist/@codegen/switchboard_v2/accounts/VrfAccountData.d.ts.map +0 -1
  1231. package/dist/@codegen/switchboard_v2/accounts/VrfAccountData.js +0 -168
  1232. package/dist/@codegen/switchboard_v2/accounts/VrfAccountData.js.map +0 -1
  1233. package/dist/@codegen/switchboard_v2/accounts/VrfLiteAccountData.d.ts +0 -69
  1234. package/dist/@codegen/switchboard_v2/accounts/VrfLiteAccountData.d.ts.map +0 -1
  1235. package/dist/@codegen/switchboard_v2/accounts/VrfLiteAccountData.js +0 -198
  1236. package/dist/@codegen/switchboard_v2/accounts/VrfLiteAccountData.js.map +0 -1
  1237. package/dist/@codegen/switchboard_v2/accounts/VrfPoolAccountData.d.ts +0 -43
  1238. package/dist/@codegen/switchboard_v2/accounts/VrfPoolAccountData.d.ts.map +0 -1
  1239. package/dist/@codegen/switchboard_v2/accounts/VrfPoolAccountData.js +0 -142
  1240. package/dist/@codegen/switchboard_v2/accounts/VrfPoolAccountData.js.map +0 -1
  1241. package/dist/@codegen/switchboard_v2/accounts/index.d.ts +0 -31
  1242. package/dist/@codegen/switchboard_v2/accounts/index.d.ts.map +0 -1
  1243. package/dist/@codegen/switchboard_v2/accounts/index.js +0 -34
  1244. package/dist/@codegen/switchboard_v2/accounts/index.js.map +0 -1
  1245. package/dist/@codegen/switchboard_v2/errors/anchor.d.ts +0 -435
  1246. package/dist/@codegen/switchboard_v2/errors/anchor.d.ts.map +0 -1
  1247. package/dist/@codegen/switchboard_v2/errors/anchor.js +0 -767
  1248. package/dist/@codegen/switchboard_v2/errors/anchor.js.map +0 -1
  1249. package/dist/@codegen/switchboard_v2/errors/custom.d.ts +0 -801
  1250. package/dist/@codegen/switchboard_v2/errors/custom.d.ts.map +0 -1
  1251. package/dist/@codegen/switchboard_v2/errors/custom.js +0 -1409
  1252. package/dist/@codegen/switchboard_v2/errors/custom.js.map +0 -1
  1253. package/dist/@codegen/switchboard_v2/errors/index.d.ts +0 -6
  1254. package/dist/@codegen/switchboard_v2/errors/index.d.ts.map +0 -1
  1255. package/dist/@codegen/switchboard_v2/errors/index.js +0 -86
  1256. package/dist/@codegen/switchboard_v2/errors/index.js.map +0 -1
  1257. package/dist/@codegen/switchboard_v2/instructions/aggregatorAddJob.d.ts +0 -13
  1258. package/dist/@codegen/switchboard_v2/instructions/aggregatorAddJob.d.ts.map +0 -1
  1259. package/dist/@codegen/switchboard_v2/instructions/aggregatorAddJob.js +0 -63
  1260. package/dist/@codegen/switchboard_v2/instructions/aggregatorAddJob.js.map +0 -1
  1261. package/dist/@codegen/switchboard_v2/instructions/aggregatorInit.d.ts +0 -14
  1262. package/dist/@codegen/switchboard_v2/instructions/aggregatorInit.d.ts.map +0 -1
  1263. package/dist/@codegen/switchboard_v2/instructions/aggregatorInit.js +0 -60
  1264. package/dist/@codegen/switchboard_v2/instructions/aggregatorInit.js.map +0 -1
  1265. package/dist/@codegen/switchboard_v2/instructions/aggregatorLock.d.ts +0 -12
  1266. package/dist/@codegen/switchboard_v2/instructions/aggregatorLock.d.ts.map +0 -1
  1267. package/dist/@codegen/switchboard_v2/instructions/aggregatorLock.js +0 -62
  1268. package/dist/@codegen/switchboard_v2/instructions/aggregatorLock.js.map +0 -1
  1269. package/dist/@codegen/switchboard_v2/instructions/aggregatorOpenRound.d.ts +0 -21
  1270. package/dist/@codegen/switchboard_v2/instructions/aggregatorOpenRound.d.ts.map +0 -1
  1271. package/dist/@codegen/switchboard_v2/instructions/aggregatorOpenRound.js +0 -67
  1272. package/dist/@codegen/switchboard_v2/instructions/aggregatorOpenRound.js.map +0 -1
  1273. package/dist/@codegen/switchboard_v2/instructions/aggregatorRemoveJob.d.ts +0 -13
  1274. package/dist/@codegen/switchboard_v2/instructions/aggregatorRemoveJob.d.ts.map +0 -1
  1275. package/dist/@codegen/switchboard_v2/instructions/aggregatorRemoveJob.js +0 -63
  1276. package/dist/@codegen/switchboard_v2/instructions/aggregatorRemoveJob.js.map +0 -1
  1277. package/dist/@codegen/switchboard_v2/instructions/aggregatorSaveResult.d.ts +0 -23
  1278. package/dist/@codegen/switchboard_v2/instructions/aggregatorSaveResult.d.ts.map +0 -1
  1279. package/dist/@codegen/switchboard_v2/instructions/aggregatorSaveResult.js +0 -73
  1280. package/dist/@codegen/switchboard_v2/instructions/aggregatorSaveResult.js.map +0 -1
  1281. package/dist/@codegen/switchboard_v2/instructions/aggregatorSaveResultV2.d.ts +0 -23
  1282. package/dist/@codegen/switchboard_v2/instructions/aggregatorSaveResultV2.d.ts.map +0 -1
  1283. package/dist/@codegen/switchboard_v2/instructions/aggregatorSaveResultV2.js +0 -73
  1284. package/dist/@codegen/switchboard_v2/instructions/aggregatorSaveResultV2.js.map +0 -1
  1285. package/dist/@codegen/switchboard_v2/instructions/aggregatorSetAuthority.d.ts +0 -13
  1286. package/dist/@codegen/switchboard_v2/instructions/aggregatorSetAuthority.d.ts.map +0 -1
  1287. package/dist/@codegen/switchboard_v2/instructions/aggregatorSetAuthority.js +0 -63
  1288. package/dist/@codegen/switchboard_v2/instructions/aggregatorSetAuthority.js.map +0 -1
  1289. package/dist/@codegen/switchboard_v2/instructions/aggregatorSetConfig.d.ts +0 -12
  1290. package/dist/@codegen/switchboard_v2/instructions/aggregatorSetConfig.d.ts.map +0 -1
  1291. package/dist/@codegen/switchboard_v2/instructions/aggregatorSetConfig.js +0 -62
  1292. package/dist/@codegen/switchboard_v2/instructions/aggregatorSetConfig.js.map +0 -1
  1293. package/dist/@codegen/switchboard_v2/instructions/aggregatorSetHistoryBuffer.d.ts +0 -13
  1294. package/dist/@codegen/switchboard_v2/instructions/aggregatorSetHistoryBuffer.d.ts.map +0 -1
  1295. package/dist/@codegen/switchboard_v2/instructions/aggregatorSetHistoryBuffer.js +0 -63
  1296. package/dist/@codegen/switchboard_v2/instructions/aggregatorSetHistoryBuffer.js.map +0 -1
  1297. package/dist/@codegen/switchboard_v2/instructions/aggregatorSetQueue.d.ts +0 -13
  1298. package/dist/@codegen/switchboard_v2/instructions/aggregatorSetQueue.d.ts.map +0 -1
  1299. package/dist/@codegen/switchboard_v2/instructions/aggregatorSetQueue.js +0 -63
  1300. package/dist/@codegen/switchboard_v2/instructions/aggregatorSetQueue.js.map +0 -1
  1301. package/dist/@codegen/switchboard_v2/instructions/aggregatorSetResolutionMode.d.ts +0 -15
  1302. package/dist/@codegen/switchboard_v2/instructions/aggregatorSetResolutionMode.d.ts.map +0 -1
  1303. package/dist/@codegen/switchboard_v2/instructions/aggregatorSetResolutionMode.js +0 -65
  1304. package/dist/@codegen/switchboard_v2/instructions/aggregatorSetResolutionMode.js.map +0 -1
  1305. package/dist/@codegen/switchboard_v2/instructions/bufferRelayerInit.d.ts +0 -22
  1306. package/dist/@codegen/switchboard_v2/instructions/bufferRelayerInit.d.ts.map +0 -1
  1307. package/dist/@codegen/switchboard_v2/instructions/bufferRelayerInit.js +0 -68
  1308. package/dist/@codegen/switchboard_v2/instructions/bufferRelayerInit.js.map +0 -1
  1309. package/dist/@codegen/switchboard_v2/instructions/bufferRelayerOpenRound.d.ts +0 -16
  1310. package/dist/@codegen/switchboard_v2/instructions/bufferRelayerOpenRound.d.ts.map +0 -1
  1311. package/dist/@codegen/switchboard_v2/instructions/bufferRelayerOpenRound.js +0 -62
  1312. package/dist/@codegen/switchboard_v2/instructions/bufferRelayerOpenRound.js.map +0 -1
  1313. package/dist/@codegen/switchboard_v2/instructions/bufferRelayerSaveResult.d.ts +0 -21
  1314. package/dist/@codegen/switchboard_v2/instructions/bufferRelayerSaveResult.d.ts.map +0 -1
  1315. package/dist/@codegen/switchboard_v2/instructions/bufferRelayerSaveResult.js +0 -71
  1316. package/dist/@codegen/switchboard_v2/instructions/bufferRelayerSaveResult.js.map +0 -1
  1317. package/dist/@codegen/switchboard_v2/instructions/crankInit.d.ts +0 -15
  1318. package/dist/@codegen/switchboard_v2/instructions/crankInit.d.ts.map +0 -1
  1319. package/dist/@codegen/switchboard_v2/instructions/crankInit.js +0 -59
  1320. package/dist/@codegen/switchboard_v2/instructions/crankInit.js.map +0 -1
  1321. package/dist/@codegen/switchboard_v2/instructions/crankPop.d.ts +0 -19
  1322. package/dist/@codegen/switchboard_v2/instructions/crankPop.d.ts.map +0 -1
  1323. package/dist/@codegen/switchboard_v2/instructions/crankPop.js +0 -63
  1324. package/dist/@codegen/switchboard_v2/instructions/crankPop.js.map +0 -1
  1325. package/dist/@codegen/switchboard_v2/instructions/crankPopV2.d.ts +0 -19
  1326. package/dist/@codegen/switchboard_v2/instructions/crankPopV2.d.ts.map +0 -1
  1327. package/dist/@codegen/switchboard_v2/instructions/crankPopV2.js +0 -63
  1328. package/dist/@codegen/switchboard_v2/instructions/crankPopV2.js.map +0 -1
  1329. package/dist/@codegen/switchboard_v2/instructions/crankPush.d.ts +0 -19
  1330. package/dist/@codegen/switchboard_v2/instructions/crankPush.d.ts.map +0 -1
  1331. package/dist/@codegen/switchboard_v2/instructions/crankPush.js +0 -63
  1332. package/dist/@codegen/switchboard_v2/instructions/crankPush.js.map +0 -1
  1333. package/dist/@codegen/switchboard_v2/instructions/index.d.ts +0 -97
  1334. package/dist/@codegen/switchboard_v2/instructions/index.d.ts.map +0 -1
  1335. package/dist/@codegen/switchboard_v2/instructions/index.js +0 -100
  1336. package/dist/@codegen/switchboard_v2/instructions/index.js.map +0 -1
  1337. package/dist/@codegen/switchboard_v2/instructions/jobInit.d.ts +0 -15
  1338. package/dist/@codegen/switchboard_v2/instructions/jobInit.d.ts.map +0 -1
  1339. package/dist/@codegen/switchboard_v2/instructions/jobInit.js +0 -63
  1340. package/dist/@codegen/switchboard_v2/instructions/jobInit.js.map +0 -1
  1341. package/dist/@codegen/switchboard_v2/instructions/jobSetData.d.ts +0 -12
  1342. package/dist/@codegen/switchboard_v2/instructions/jobSetData.d.ts.map +0 -1
  1343. package/dist/@codegen/switchboard_v2/instructions/jobSetData.js +0 -60
  1344. package/dist/@codegen/switchboard_v2/instructions/jobSetData.js.map +0 -1
  1345. package/dist/@codegen/switchboard_v2/instructions/leaseExtend.d.ts +0 -19
  1346. package/dist/@codegen/switchboard_v2/instructions/leaseExtend.d.ts.map +0 -1
  1347. package/dist/@codegen/switchboard_v2/instructions/leaseExtend.js +0 -63
  1348. package/dist/@codegen/switchboard_v2/instructions/leaseExtend.js.map +0 -1
  1349. package/dist/@codegen/switchboard_v2/instructions/leaseInit.d.ts +0 -21
  1350. package/dist/@codegen/switchboard_v2/instructions/leaseInit.d.ts.map +0 -1
  1351. package/dist/@codegen/switchboard_v2/instructions/leaseInit.js +0 -65
  1352. package/dist/@codegen/switchboard_v2/instructions/leaseInit.js.map +0 -1
  1353. package/dist/@codegen/switchboard_v2/instructions/leaseSetAuthority.d.ts +0 -13
  1354. package/dist/@codegen/switchboard_v2/instructions/leaseSetAuthority.d.ts.map +0 -1
  1355. package/dist/@codegen/switchboard_v2/instructions/leaseSetAuthority.js +0 -63
  1356. package/dist/@codegen/switchboard_v2/instructions/leaseSetAuthority.js.map +0 -1
  1357. package/dist/@codegen/switchboard_v2/instructions/leaseWithdraw.d.ts +0 -19
  1358. package/dist/@codegen/switchboard_v2/instructions/leaseWithdraw.d.ts.map +0 -1
  1359. package/dist/@codegen/switchboard_v2/instructions/leaseWithdraw.js +0 -67
  1360. package/dist/@codegen/switchboard_v2/instructions/leaseWithdraw.js.map +0 -1
  1361. package/dist/@codegen/switchboard_v2/instructions/oracleHeartbeat.d.ts +0 -17
  1362. package/dist/@codegen/switchboard_v2/instructions/oracleHeartbeat.d.ts.map +0 -1
  1363. package/dist/@codegen/switchboard_v2/instructions/oracleHeartbeat.js +0 -67
  1364. package/dist/@codegen/switchboard_v2/instructions/oracleHeartbeat.js.map +0 -1
  1365. package/dist/@codegen/switchboard_v2/instructions/oracleInit.d.ts +0 -17
  1366. package/dist/@codegen/switchboard_v2/instructions/oracleInit.d.ts.map +0 -1
  1367. package/dist/@codegen/switchboard_v2/instructions/oracleInit.js +0 -61
  1368. package/dist/@codegen/switchboard_v2/instructions/oracleInit.js.map +0 -1
  1369. package/dist/@codegen/switchboard_v2/instructions/oracleQueueInit.d.ts +0 -16
  1370. package/dist/@codegen/switchboard_v2/instructions/oracleQueueInit.d.ts.map +0 -1
  1371. package/dist/@codegen/switchboard_v2/instructions/oracleQueueInit.js +0 -66
  1372. package/dist/@codegen/switchboard_v2/instructions/oracleQueueInit.js.map +0 -1
  1373. package/dist/@codegen/switchboard_v2/instructions/oracleQueueSetConfig.d.ts +0 -12
  1374. package/dist/@codegen/switchboard_v2/instructions/oracleQueueSetConfig.d.ts.map +0 -1
  1375. package/dist/@codegen/switchboard_v2/instructions/oracleQueueSetConfig.js +0 -62
  1376. package/dist/@codegen/switchboard_v2/instructions/oracleQueueSetConfig.js.map +0 -1
  1377. package/dist/@codegen/switchboard_v2/instructions/oracleWithdraw.d.ts +0 -20
  1378. package/dist/@codegen/switchboard_v2/instructions/oracleWithdraw.d.ts.map +0 -1
  1379. package/dist/@codegen/switchboard_v2/instructions/oracleWithdraw.js +0 -70
  1380. package/dist/@codegen/switchboard_v2/instructions/oracleWithdraw.js.map +0 -1
  1381. package/dist/@codegen/switchboard_v2/instructions/permissionInit.d.ts +0 -16
  1382. package/dist/@codegen/switchboard_v2/instructions/permissionInit.d.ts.map +0 -1
  1383. package/dist/@codegen/switchboard_v2/instructions/permissionInit.js +0 -62
  1384. package/dist/@codegen/switchboard_v2/instructions/permissionInit.js.map +0 -1
  1385. package/dist/@codegen/switchboard_v2/instructions/permissionSet.d.ts +0 -12
  1386. package/dist/@codegen/switchboard_v2/instructions/permissionSet.d.ts.map +0 -1
  1387. package/dist/@codegen/switchboard_v2/instructions/permissionSet.js +0 -60
  1388. package/dist/@codegen/switchboard_v2/instructions/permissionSet.js.map +0 -1
  1389. package/dist/@codegen/switchboard_v2/instructions/programConfig.d.ts +0 -13
  1390. package/dist/@codegen/switchboard_v2/instructions/programConfig.d.ts.map +0 -1
  1391. package/dist/@codegen/switchboard_v2/instructions/programConfig.js +0 -61
  1392. package/dist/@codegen/switchboard_v2/instructions/programConfig.js.map +0 -1
  1393. package/dist/@codegen/switchboard_v2/instructions/programInit.d.ts +0 -18
  1394. package/dist/@codegen/switchboard_v2/instructions/programInit.d.ts.map +0 -1
  1395. package/dist/@codegen/switchboard_v2/instructions/programInit.js +0 -62
  1396. package/dist/@codegen/switchboard_v2/instructions/programInit.js.map +0 -1
  1397. package/dist/@codegen/switchboard_v2/instructions/vaultTransfer.d.ts +0 -15
  1398. package/dist/@codegen/switchboard_v2/instructions/vaultTransfer.d.ts.map +0 -1
  1399. package/dist/@codegen/switchboard_v2/instructions/vaultTransfer.js +0 -63
  1400. package/dist/@codegen/switchboard_v2/instructions/vaultTransfer.js.map +0 -1
  1401. package/dist/@codegen/switchboard_v2/instructions/vrfCloseAction.d.ts +0 -20
  1402. package/dist/@codegen/switchboard_v2/instructions/vrfCloseAction.d.ts.map +0 -1
  1403. package/dist/@codegen/switchboard_v2/instructions/vrfCloseAction.js +0 -68
  1404. package/dist/@codegen/switchboard_v2/instructions/vrfCloseAction.js.map +0 -1
  1405. package/dist/@codegen/switchboard_v2/instructions/vrfInit.d.ts +0 -16
  1406. package/dist/@codegen/switchboard_v2/instructions/vrfInit.d.ts.map +0 -1
  1407. package/dist/@codegen/switchboard_v2/instructions/vrfInit.js +0 -60
  1408. package/dist/@codegen/switchboard_v2/instructions/vrfInit.js.map +0 -1
  1409. package/dist/@codegen/switchboard_v2/instructions/vrfLiteCloseAction.d.ts +0 -20
  1410. package/dist/@codegen/switchboard_v2/instructions/vrfLiteCloseAction.d.ts.map +0 -1
  1411. package/dist/@codegen/switchboard_v2/instructions/vrfLiteCloseAction.js +0 -68
  1412. package/dist/@codegen/switchboard_v2/instructions/vrfLiteCloseAction.js.map +0 -1
  1413. package/dist/@codegen/switchboard_v2/instructions/vrfLiteInit.d.ts +0 -23
  1414. package/dist/@codegen/switchboard_v2/instructions/vrfLiteInit.d.ts.map +0 -1
  1415. package/dist/@codegen/switchboard_v2/instructions/vrfLiteInit.js +0 -67
  1416. package/dist/@codegen/switchboard_v2/instructions/vrfLiteInit.js.map +0 -1
  1417. package/dist/@codegen/switchboard_v2/instructions/vrfLiteProveAndVerify.d.ts +0 -19
  1418. package/dist/@codegen/switchboard_v2/instructions/vrfLiteProveAndVerify.d.ts.map +0 -1
  1419. package/dist/@codegen/switchboard_v2/instructions/vrfLiteProveAndVerify.js +0 -69
  1420. package/dist/@codegen/switchboard_v2/instructions/vrfLiteProveAndVerify.js.map +0 -1
  1421. package/dist/@codegen/switchboard_v2/instructions/vrfLiteRequestRandomness.d.ts +0 -20
  1422. package/dist/@codegen/switchboard_v2/instructions/vrfLiteRequestRandomness.d.ts.map +0 -1
  1423. package/dist/@codegen/switchboard_v2/instructions/vrfLiteRequestRandomness.js +0 -70
  1424. package/dist/@codegen/switchboard_v2/instructions/vrfLiteRequestRandomness.js.map +0 -1
  1425. package/dist/@codegen/switchboard_v2/instructions/vrfPoolAdd.d.ts +0 -15
  1426. package/dist/@codegen/switchboard_v2/instructions/vrfPoolAdd.d.ts.map +0 -1
  1427. package/dist/@codegen/switchboard_v2/instructions/vrfPoolAdd.js +0 -59
  1428. package/dist/@codegen/switchboard_v2/instructions/vrfPoolAdd.js.map +0 -1
  1429. package/dist/@codegen/switchboard_v2/instructions/vrfPoolInit.d.ts +0 -21
  1430. package/dist/@codegen/switchboard_v2/instructions/vrfPoolInit.d.ts.map +0 -1
  1431. package/dist/@codegen/switchboard_v2/instructions/vrfPoolInit.js +0 -65
  1432. package/dist/@codegen/switchboard_v2/instructions/vrfPoolInit.js.map +0 -1
  1433. package/dist/@codegen/switchboard_v2/instructions/vrfPoolRemove.d.ts +0 -13
  1434. package/dist/@codegen/switchboard_v2/instructions/vrfPoolRemove.d.ts.map +0 -1
  1435. package/dist/@codegen/switchboard_v2/instructions/vrfPoolRemove.js +0 -61
  1436. package/dist/@codegen/switchboard_v2/instructions/vrfPoolRemove.js.map +0 -1
  1437. package/dist/@codegen/switchboard_v2/instructions/vrfPoolRequest.d.ts +0 -20
  1438. package/dist/@codegen/switchboard_v2/instructions/vrfPoolRequest.d.ts.map +0 -1
  1439. package/dist/@codegen/switchboard_v2/instructions/vrfPoolRequest.js +0 -70
  1440. package/dist/@codegen/switchboard_v2/instructions/vrfPoolRequest.js.map +0 -1
  1441. package/dist/@codegen/switchboard_v2/instructions/vrfProveAndVerify.d.ts +0 -19
  1442. package/dist/@codegen/switchboard_v2/instructions/vrfProveAndVerify.d.ts.map +0 -1
  1443. package/dist/@codegen/switchboard_v2/instructions/vrfProveAndVerify.js +0 -69
  1444. package/dist/@codegen/switchboard_v2/instructions/vrfProveAndVerify.js.map +0 -1
  1445. package/dist/@codegen/switchboard_v2/instructions/vrfRequestRandomness.d.ts +0 -22
  1446. package/dist/@codegen/switchboard_v2/instructions/vrfRequestRandomness.d.ts.map +0 -1
  1447. package/dist/@codegen/switchboard_v2/instructions/vrfRequestRandomness.js +0 -76
  1448. package/dist/@codegen/switchboard_v2/instructions/vrfRequestRandomness.js.map +0 -1
  1449. package/dist/@codegen/switchboard_v2/instructions/vrfSetCallback.d.ts +0 -12
  1450. package/dist/@codegen/switchboard_v2/instructions/vrfSetCallback.d.ts.map +0 -1
  1451. package/dist/@codegen/switchboard_v2/instructions/vrfSetCallback.js +0 -62
  1452. package/dist/@codegen/switchboard_v2/instructions/vrfSetCallback.js.map +0 -1
  1453. package/dist/@codegen/switchboard_v2/programId.d.ts +0 -4
  1454. package/dist/@codegen/switchboard_v2/programId.d.ts.map +0 -1
  1455. package/dist/@codegen/switchboard_v2/programId.js +0 -9
  1456. package/dist/@codegen/switchboard_v2/programId.js.map +0 -1
  1457. package/dist/@codegen/switchboard_v2/types/AccountMetaBorsh.d.ts +0 -33
  1458. package/dist/@codegen/switchboard_v2/types/AccountMetaBorsh.d.ts.map +0 -1
  1459. package/dist/@codegen/switchboard_v2/types/AccountMetaBorsh.js +0 -90
  1460. package/dist/@codegen/switchboard_v2/types/AccountMetaBorsh.js.map +0 -1
  1461. package/dist/@codegen/switchboard_v2/types/AccountMetaZC.d.ts +0 -33
  1462. package/dist/@codegen/switchboard_v2/types/AccountMetaZC.d.ts.map +0 -1
  1463. package/dist/@codegen/switchboard_v2/types/AccountMetaZC.js +0 -90
  1464. package/dist/@codegen/switchboard_v2/types/AccountMetaZC.js.map +0 -1
  1465. package/dist/@codegen/switchboard_v2/types/AggregatorAddJobParams.d.ts +0 -22
  1466. package/dist/@codegen/switchboard_v2/types/AggregatorAddJobParams.d.ts.map +0 -1
  1467. package/dist/@codegen/switchboard_v2/types/AggregatorAddJobParams.js +0 -72
  1468. package/dist/@codegen/switchboard_v2/types/AggregatorAddJobParams.js.map +0 -1
  1469. package/dist/@codegen/switchboard_v2/types/AggregatorHistoryRow.d.ts +0 -34
  1470. package/dist/@codegen/switchboard_v2/types/AggregatorHistoryRow.d.ts.map +0 -1
  1471. package/dist/@codegen/switchboard_v2/types/AggregatorHistoryRow.js +0 -83
  1472. package/dist/@codegen/switchboard_v2/types/AggregatorHistoryRow.js.map +0 -1
  1473. package/dist/@codegen/switchboard_v2/types/AggregatorInitParams.d.ts +0 -84
  1474. package/dist/@codegen/switchboard_v2/types/AggregatorInitParams.d.ts.map +0 -1
  1475. package/dist/@codegen/switchboard_v2/types/AggregatorInitParams.js +0 -158
  1476. package/dist/@codegen/switchboard_v2/types/AggregatorInitParams.js.map +0 -1
  1477. package/dist/@codegen/switchboard_v2/types/AggregatorLockParams.d.ts +0 -15
  1478. package/dist/@codegen/switchboard_v2/types/AggregatorLockParams.d.ts.map +0 -1
  1479. package/dist/@codegen/switchboard_v2/types/AggregatorLockParams.js +0 -61
  1480. package/dist/@codegen/switchboard_v2/types/AggregatorLockParams.js.map +0 -1
  1481. package/dist/@codegen/switchboard_v2/types/AggregatorOpenRoundParams.d.ts +0 -37
  1482. package/dist/@codegen/switchboard_v2/types/AggregatorOpenRoundParams.d.ts.map +0 -1
  1483. package/dist/@codegen/switchboard_v2/types/AggregatorOpenRoundParams.js +0 -95
  1484. package/dist/@codegen/switchboard_v2/types/AggregatorOpenRoundParams.js.map +0 -1
  1485. package/dist/@codegen/switchboard_v2/types/AggregatorRemoveJobParams.d.ts +0 -22
  1486. package/dist/@codegen/switchboard_v2/types/AggregatorRemoveJobParams.d.ts.map +0 -1
  1487. package/dist/@codegen/switchboard_v2/types/AggregatorRemoveJobParams.js +0 -72
  1488. package/dist/@codegen/switchboard_v2/types/AggregatorRemoveJobParams.js.map +0 -1
  1489. package/dist/@codegen/switchboard_v2/types/AggregatorResolutionMode.d.ts +0 -32
  1490. package/dist/@codegen/switchboard_v2/types/AggregatorResolutionMode.d.ts.map +0 -1
  1491. package/dist/@codegen/switchboard_v2/types/AggregatorResolutionMode.js +0 -108
  1492. package/dist/@codegen/switchboard_v2/types/AggregatorResolutionMode.js.map +0 -1
  1493. package/dist/@codegen/switchboard_v2/types/AggregatorRound.d.ts +0 -119
  1494. package/dist/@codegen/switchboard_v2/types/AggregatorRound.d.ts.map +0 -1
  1495. package/dist/@codegen/switchboard_v2/types/AggregatorRound.js +0 -172
  1496. package/dist/@codegen/switchboard_v2/types/AggregatorRound.js.map +0 -1
  1497. package/dist/@codegen/switchboard_v2/types/AggregatorSaveResultParams.d.ts +0 -86
  1498. package/dist/@codegen/switchboard_v2/types/AggregatorSaveResultParams.d.ts.map +0 -1
  1499. package/dist/@codegen/switchboard_v2/types/AggregatorSaveResultParams.js +0 -138
  1500. package/dist/@codegen/switchboard_v2/types/AggregatorSaveResultParams.js.map +0 -1
  1501. package/dist/@codegen/switchboard_v2/types/AggregatorSaveResultParamsV2.d.ts +0 -97
  1502. package/dist/@codegen/switchboard_v2/types/AggregatorSaveResultParamsV2.d.ts.map +0 -1
  1503. package/dist/@codegen/switchboard_v2/types/AggregatorSaveResultParamsV2.js +0 -145
  1504. package/dist/@codegen/switchboard_v2/types/AggregatorSaveResultParamsV2.js.map +0 -1
  1505. package/dist/@codegen/switchboard_v2/types/AggregatorSetAuthorityParams.d.ts +0 -15
  1506. package/dist/@codegen/switchboard_v2/types/AggregatorSetAuthorityParams.d.ts.map +0 -1
  1507. package/dist/@codegen/switchboard_v2/types/AggregatorSetAuthorityParams.js +0 -61
  1508. package/dist/@codegen/switchboard_v2/types/AggregatorSetAuthorityParams.js.map +0 -1
  1509. package/dist/@codegen/switchboard_v2/types/AggregatorSetBatchSizeParams.d.ts +0 -22
  1510. package/dist/@codegen/switchboard_v2/types/AggregatorSetBatchSizeParams.d.ts.map +0 -1
  1511. package/dist/@codegen/switchboard_v2/types/AggregatorSetBatchSizeParams.js +0 -72
  1512. package/dist/@codegen/switchboard_v2/types/AggregatorSetBatchSizeParams.js.map +0 -1
  1513. package/dist/@codegen/switchboard_v2/types/AggregatorSetConfigParams.d.ts +0 -84
  1514. package/dist/@codegen/switchboard_v2/types/AggregatorSetConfigParams.d.ts.map +0 -1
  1515. package/dist/@codegen/switchboard_v2/types/AggregatorSetConfigParams.js +0 -161
  1516. package/dist/@codegen/switchboard_v2/types/AggregatorSetConfigParams.js.map +0 -1
  1517. package/dist/@codegen/switchboard_v2/types/AggregatorSetForceReportPeriodParams.d.ts +0 -22
  1518. package/dist/@codegen/switchboard_v2/types/AggregatorSetForceReportPeriodParams.d.ts.map +0 -1
  1519. package/dist/@codegen/switchboard_v2/types/AggregatorSetForceReportPeriodParams.js +0 -72
  1520. package/dist/@codegen/switchboard_v2/types/AggregatorSetForceReportPeriodParams.js.map +0 -1
  1521. package/dist/@codegen/switchboard_v2/types/AggregatorSetHistoryBufferParams.d.ts +0 -15
  1522. package/dist/@codegen/switchboard_v2/types/AggregatorSetHistoryBufferParams.d.ts.map +0 -1
  1523. package/dist/@codegen/switchboard_v2/types/AggregatorSetHistoryBufferParams.js +0 -61
  1524. package/dist/@codegen/switchboard_v2/types/AggregatorSetHistoryBufferParams.js.map +0 -1
  1525. package/dist/@codegen/switchboard_v2/types/AggregatorSetMinJobsParams.d.ts +0 -22
  1526. package/dist/@codegen/switchboard_v2/types/AggregatorSetMinJobsParams.d.ts.map +0 -1
  1527. package/dist/@codegen/switchboard_v2/types/AggregatorSetMinJobsParams.js +0 -72
  1528. package/dist/@codegen/switchboard_v2/types/AggregatorSetMinJobsParams.js.map +0 -1
  1529. package/dist/@codegen/switchboard_v2/types/AggregatorSetMinOraclesParams.d.ts +0 -22
  1530. package/dist/@codegen/switchboard_v2/types/AggregatorSetMinOraclesParams.d.ts.map +0 -1
  1531. package/dist/@codegen/switchboard_v2/types/AggregatorSetMinOraclesParams.js +0 -72
  1532. package/dist/@codegen/switchboard_v2/types/AggregatorSetMinOraclesParams.js.map +0 -1
  1533. package/dist/@codegen/switchboard_v2/types/AggregatorSetQueueParams.d.ts +0 -15
  1534. package/dist/@codegen/switchboard_v2/types/AggregatorSetQueueParams.d.ts.map +0 -1
  1535. package/dist/@codegen/switchboard_v2/types/AggregatorSetQueueParams.js +0 -61
  1536. package/dist/@codegen/switchboard_v2/types/AggregatorSetQueueParams.js.map +0 -1
  1537. package/dist/@codegen/switchboard_v2/types/AggregatorSetResolutionModeParams.d.ts +0 -22
  1538. package/dist/@codegen/switchboard_v2/types/AggregatorSetResolutionModeParams.d.ts.map +0 -1
  1539. package/dist/@codegen/switchboard_v2/types/AggregatorSetResolutionModeParams.js +0 -72
  1540. package/dist/@codegen/switchboard_v2/types/AggregatorSetResolutionModeParams.js.map +0 -1
  1541. package/dist/@codegen/switchboard_v2/types/AggregatorSetUpdateIntervalParams.d.ts +0 -22
  1542. package/dist/@codegen/switchboard_v2/types/AggregatorSetUpdateIntervalParams.d.ts.map +0 -1
  1543. package/dist/@codegen/switchboard_v2/types/AggregatorSetUpdateIntervalParams.js +0 -72
  1544. package/dist/@codegen/switchboard_v2/types/AggregatorSetUpdateIntervalParams.js.map +0 -1
  1545. package/dist/@codegen/switchboard_v2/types/AggregatorSetVarianceThresholdParams.d.ts +0 -29
  1546. package/dist/@codegen/switchboard_v2/types/AggregatorSetVarianceThresholdParams.d.ts.map +0 -1
  1547. package/dist/@codegen/switchboard_v2/types/AggregatorSetVarianceThresholdParams.js +0 -75
  1548. package/dist/@codegen/switchboard_v2/types/AggregatorSetVarianceThresholdParams.js.map +0 -1
  1549. package/dist/@codegen/switchboard_v2/types/BorshDecimal.d.ts +0 -28
  1550. package/dist/@codegen/switchboard_v2/types/BorshDecimal.d.ts.map +0 -1
  1551. package/dist/@codegen/switchboard_v2/types/BorshDecimal.js +0 -82
  1552. package/dist/@codegen/switchboard_v2/types/BorshDecimal.js.map +0 -1
  1553. package/dist/@codegen/switchboard_v2/types/BufferRelayerInitParams.d.ts +0 -32
  1554. package/dist/@codegen/switchboard_v2/types/BufferRelayerInitParams.d.ts.map +0 -1
  1555. package/dist/@codegen/switchboard_v2/types/BufferRelayerInitParams.js +0 -88
  1556. package/dist/@codegen/switchboard_v2/types/BufferRelayerInitParams.js.map +0 -1
  1557. package/dist/@codegen/switchboard_v2/types/BufferRelayerOpenRoundParams.d.ts +0 -27
  1558. package/dist/@codegen/switchboard_v2/types/BufferRelayerOpenRoundParams.d.ts.map +0 -1
  1559. package/dist/@codegen/switchboard_v2/types/BufferRelayerOpenRoundParams.js +0 -78
  1560. package/dist/@codegen/switchboard_v2/types/BufferRelayerOpenRoundParams.js.map +0 -1
  1561. package/dist/@codegen/switchboard_v2/types/BufferRelayerRound.d.ts +0 -44
  1562. package/dist/@codegen/switchboard_v2/types/BufferRelayerRound.d.ts.map +0 -1
  1563. package/dist/@codegen/switchboard_v2/types/BufferRelayerRound.js +0 -108
  1564. package/dist/@codegen/switchboard_v2/types/BufferRelayerRound.js.map +0 -1
  1565. package/dist/@codegen/switchboard_v2/types/BufferRelayerSaveResultParams.d.ts +0 -37
  1566. package/dist/@codegen/switchboard_v2/types/BufferRelayerSaveResultParams.d.ts.map +0 -1
  1567. package/dist/@codegen/switchboard_v2/types/BufferRelayerSaveResultParams.js +0 -95
  1568. package/dist/@codegen/switchboard_v2/types/BufferRelayerSaveResultParams.js.map +0 -1
  1569. package/dist/@codegen/switchboard_v2/types/Callback.d.ts +0 -41
  1570. package/dist/@codegen/switchboard_v2/types/Callback.d.ts.map +0 -1
  1571. package/dist/@codegen/switchboard_v2/types/Callback.js +0 -91
  1572. package/dist/@codegen/switchboard_v2/types/Callback.js.map +0 -1
  1573. package/dist/@codegen/switchboard_v2/types/CallbackZC.d.ts +0 -51
  1574. package/dist/@codegen/switchboard_v2/types/CallbackZC.d.ts.map +0 -1
  1575. package/dist/@codegen/switchboard_v2/types/CallbackZC.js +0 -105
  1576. package/dist/@codegen/switchboard_v2/types/CallbackZC.js.map +0 -1
  1577. package/dist/@codegen/switchboard_v2/types/CompletedPointZC.d.ts +0 -54
  1578. package/dist/@codegen/switchboard_v2/types/CompletedPointZC.d.ts.map +0 -1
  1579. package/dist/@codegen/switchboard_v2/types/CompletedPointZC.js +0 -96
  1580. package/dist/@codegen/switchboard_v2/types/CompletedPointZC.js.map +0 -1
  1581. package/dist/@codegen/switchboard_v2/types/CrankInitParams.d.ts +0 -32
  1582. package/dist/@codegen/switchboard_v2/types/CrankInitParams.d.ts.map +0 -1
  1583. package/dist/@codegen/switchboard_v2/types/CrankInitParams.js +0 -84
  1584. package/dist/@codegen/switchboard_v2/types/CrankInitParams.js.map +0 -1
  1585. package/dist/@codegen/switchboard_v2/types/CrankPopParams.d.ts +0 -42
  1586. package/dist/@codegen/switchboard_v2/types/CrankPopParams.d.ts.map +0 -1
  1587. package/dist/@codegen/switchboard_v2/types/CrankPopParams.js +0 -102
  1588. package/dist/@codegen/switchboard_v2/types/CrankPopParams.js.map +0 -1
  1589. package/dist/@codegen/switchboard_v2/types/CrankPopParamsV2.d.ts +0 -47
  1590. package/dist/@codegen/switchboard_v2/types/CrankPopParamsV2.d.ts.map +0 -1
  1591. package/dist/@codegen/switchboard_v2/types/CrankPopParamsV2.js +0 -109
  1592. package/dist/@codegen/switchboard_v2/types/CrankPopParamsV2.js.map +0 -1
  1593. package/dist/@codegen/switchboard_v2/types/CrankPushParams.d.ts +0 -32
  1594. package/dist/@codegen/switchboard_v2/types/CrankPushParams.d.ts.map +0 -1
  1595. package/dist/@codegen/switchboard_v2/types/CrankPushParams.js +0 -88
  1596. package/dist/@codegen/switchboard_v2/types/CrankPushParams.js.map +0 -1
  1597. package/dist/@codegen/switchboard_v2/types/CrankRow.d.ts +0 -29
  1598. package/dist/@codegen/switchboard_v2/types/CrankRow.d.ts.map +0 -1
  1599. package/dist/@codegen/switchboard_v2/types/CrankRow.js +0 -84
  1600. package/dist/@codegen/switchboard_v2/types/CrankRow.js.map +0 -1
  1601. package/dist/@codegen/switchboard_v2/types/EcvrfIntermediate.d.ts +0 -63
  1602. package/dist/@codegen/switchboard_v2/types/EcvrfIntermediate.d.ts.map +0 -1
  1603. package/dist/@codegen/switchboard_v2/types/EcvrfIntermediate.js +0 -103
  1604. package/dist/@codegen/switchboard_v2/types/EcvrfIntermediate.js.map +0 -1
  1605. package/dist/@codegen/switchboard_v2/types/EcvrfProofZC.d.ts +0 -67
  1606. package/dist/@codegen/switchboard_v2/types/EcvrfProofZC.d.ts.map +0 -1
  1607. package/dist/@codegen/switchboard_v2/types/EcvrfProofZC.js +0 -89
  1608. package/dist/@codegen/switchboard_v2/types/EcvrfProofZC.js.map +0 -1
  1609. package/dist/@codegen/switchboard_v2/types/EdwardsPointZC.d.ts +0 -54
  1610. package/dist/@codegen/switchboard_v2/types/EdwardsPointZC.d.ts.map +0 -1
  1611. package/dist/@codegen/switchboard_v2/types/EdwardsPointZC.js +0 -96
  1612. package/dist/@codegen/switchboard_v2/types/EdwardsPointZC.js.map +0 -1
  1613. package/dist/@codegen/switchboard_v2/types/Error.d.ts +0 -58
  1614. package/dist/@codegen/switchboard_v2/types/Error.d.ts.map +0 -1
  1615. package/dist/@codegen/switchboard_v2/types/Error.js +0 -156
  1616. package/dist/@codegen/switchboard_v2/types/Error.js.map +0 -1
  1617. package/dist/@codegen/switchboard_v2/types/FieldElementZC.d.ts +0 -23
  1618. package/dist/@codegen/switchboard_v2/types/FieldElementZC.d.ts.map +0 -1
  1619. package/dist/@codegen/switchboard_v2/types/FieldElementZC.js +0 -76
  1620. package/dist/@codegen/switchboard_v2/types/FieldElementZC.js.map +0 -1
  1621. package/dist/@codegen/switchboard_v2/types/Hash.d.ts +0 -22
  1622. package/dist/@codegen/switchboard_v2/types/Hash.d.ts.map +0 -1
  1623. package/dist/@codegen/switchboard_v2/types/Hash.js +0 -72
  1624. package/dist/@codegen/switchboard_v2/types/Hash.js.map +0 -1
  1625. package/dist/@codegen/switchboard_v2/types/JobInitParams.d.ts +0 -43
  1626. package/dist/@codegen/switchboard_v2/types/JobInitParams.d.ts.map +0 -1
  1627. package/dist/@codegen/switchboard_v2/types/JobInitParams.js +0 -106
  1628. package/dist/@codegen/switchboard_v2/types/JobInitParams.js.map +0 -1
  1629. package/dist/@codegen/switchboard_v2/types/JobSetDataParams.d.ts +0 -27
  1630. package/dist/@codegen/switchboard_v2/types/JobSetDataParams.d.ts.map +0 -1
  1631. package/dist/@codegen/switchboard_v2/types/JobSetDataParams.js +0 -78
  1632. package/dist/@codegen/switchboard_v2/types/JobSetDataParams.js.map +0 -1
  1633. package/dist/@codegen/switchboard_v2/types/LeaseExtendParams.d.ts +0 -38
  1634. package/dist/@codegen/switchboard_v2/types/LeaseExtendParams.d.ts.map +0 -1
  1635. package/dist/@codegen/switchboard_v2/types/LeaseExtendParams.js +0 -99
  1636. package/dist/@codegen/switchboard_v2/types/LeaseExtendParams.js.map +0 -1
  1637. package/dist/@codegen/switchboard_v2/types/LeaseInitParams.d.ts +0 -44
  1638. package/dist/@codegen/switchboard_v2/types/LeaseInitParams.d.ts.map +0 -1
  1639. package/dist/@codegen/switchboard_v2/types/LeaseInitParams.js +0 -108
  1640. package/dist/@codegen/switchboard_v2/types/LeaseInitParams.js.map +0 -1
  1641. package/dist/@codegen/switchboard_v2/types/LeaseSetAuthorityParams.d.ts +0 -15
  1642. package/dist/@codegen/switchboard_v2/types/LeaseSetAuthorityParams.d.ts.map +0 -1
  1643. package/dist/@codegen/switchboard_v2/types/LeaseSetAuthorityParams.js +0 -61
  1644. package/dist/@codegen/switchboard_v2/types/LeaseSetAuthorityParams.js.map +0 -1
  1645. package/dist/@codegen/switchboard_v2/types/LeaseWithdrawParams.d.ts +0 -33
  1646. package/dist/@codegen/switchboard_v2/types/LeaseWithdrawParams.d.ts.map +0 -1
  1647. package/dist/@codegen/switchboard_v2/types/LeaseWithdrawParams.js +0 -88
  1648. package/dist/@codegen/switchboard_v2/types/LeaseWithdrawParams.js.map +0 -1
  1649. package/dist/@codegen/switchboard_v2/types/OracleHeartbeatParams.d.ts +0 -22
  1650. package/dist/@codegen/switchboard_v2/types/OracleHeartbeatParams.d.ts.map +0 -1
  1651. package/dist/@codegen/switchboard_v2/types/OracleHeartbeatParams.js +0 -72
  1652. package/dist/@codegen/switchboard_v2/types/OracleHeartbeatParams.js.map +0 -1
  1653. package/dist/@codegen/switchboard_v2/types/OracleInitParams.d.ts +0 -37
  1654. package/dist/@codegen/switchboard_v2/types/OracleInitParams.d.ts.map +0 -1
  1655. package/dist/@codegen/switchboard_v2/types/OracleInitParams.js +0 -95
  1656. package/dist/@codegen/switchboard_v2/types/OracleInitParams.js.map +0 -1
  1657. package/dist/@codegen/switchboard_v2/types/OracleMetrics.d.ts +0 -63
  1658. package/dist/@codegen/switchboard_v2/types/OracleMetrics.d.ts.map +0 -1
  1659. package/dist/@codegen/switchboard_v2/types/OracleMetrics.js +0 -134
  1660. package/dist/@codegen/switchboard_v2/types/OracleMetrics.js.map +0 -1
  1661. package/dist/@codegen/switchboard_v2/types/OracleQueueInitParams.d.ts +0 -94
  1662. package/dist/@codegen/switchboard_v2/types/OracleQueueInitParams.d.ts.map +0 -1
  1663. package/dist/@codegen/switchboard_v2/types/OracleQueueInitParams.js +0 -172
  1664. package/dist/@codegen/switchboard_v2/types/OracleQueueInitParams.js.map +0 -1
  1665. package/dist/@codegen/switchboard_v2/types/OracleQueueSetConfigParams.d.ts +0 -84
  1666. package/dist/@codegen/switchboard_v2/types/OracleQueueSetConfigParams.d.ts.map +0 -1
  1667. package/dist/@codegen/switchboard_v2/types/OracleQueueSetConfigParams.js +0 -175
  1668. package/dist/@codegen/switchboard_v2/types/OracleQueueSetConfigParams.js.map +0 -1
  1669. package/dist/@codegen/switchboard_v2/types/OracleQueueSetRewardsParams.d.ts +0 -23
  1670. package/dist/@codegen/switchboard_v2/types/OracleQueueSetRewardsParams.d.ts.map +0 -1
  1671. package/dist/@codegen/switchboard_v2/types/OracleQueueSetRewardsParams.js +0 -76
  1672. package/dist/@codegen/switchboard_v2/types/OracleQueueSetRewardsParams.js.map +0 -1
  1673. package/dist/@codegen/switchboard_v2/types/OracleResponseType.d.ts +0 -58
  1674. package/dist/@codegen/switchboard_v2/types/OracleResponseType.d.ts.map +0 -1
  1675. package/dist/@codegen/switchboard_v2/types/OracleResponseType.js +0 -156
  1676. package/dist/@codegen/switchboard_v2/types/OracleResponseType.js.map +0 -1
  1677. package/dist/@codegen/switchboard_v2/types/OracleWithdrawParams.d.ts +0 -33
  1678. package/dist/@codegen/switchboard_v2/types/OracleWithdrawParams.d.ts.map +0 -1
  1679. package/dist/@codegen/switchboard_v2/types/OracleWithdrawParams.js +0 -88
  1680. package/dist/@codegen/switchboard_v2/types/OracleWithdrawParams.js.map +0 -1
  1681. package/dist/@codegen/switchboard_v2/types/PermissionInitParams.d.ts +0 -15
  1682. package/dist/@codegen/switchboard_v2/types/PermissionInitParams.d.ts.map +0 -1
  1683. package/dist/@codegen/switchboard_v2/types/PermissionInitParams.js +0 -61
  1684. package/dist/@codegen/switchboard_v2/types/PermissionInitParams.js.map +0 -1
  1685. package/dist/@codegen/switchboard_v2/types/PermissionSetParams.d.ts +0 -39
  1686. package/dist/@codegen/switchboard_v2/types/PermissionSetParams.d.ts.map +0 -1
  1687. package/dist/@codegen/switchboard_v2/types/PermissionSetParams.js +0 -79
  1688. package/dist/@codegen/switchboard_v2/types/PermissionSetParams.js.map +0 -1
  1689. package/dist/@codegen/switchboard_v2/types/ProgramConfigParams.d.ts +0 -33
  1690. package/dist/@codegen/switchboard_v2/types/ProgramConfigParams.d.ts.map +0 -1
  1691. package/dist/@codegen/switchboard_v2/types/ProgramConfigParams.js +0 -86
  1692. package/dist/@codegen/switchboard_v2/types/ProgramConfigParams.js.map +0 -1
  1693. package/dist/@codegen/switchboard_v2/types/ProgramInitParams.d.ts +0 -22
  1694. package/dist/@codegen/switchboard_v2/types/ProgramInitParams.d.ts.map +0 -1
  1695. package/dist/@codegen/switchboard_v2/types/ProgramInitParams.js +0 -72
  1696. package/dist/@codegen/switchboard_v2/types/ProgramInitParams.js.map +0 -1
  1697. package/dist/@codegen/switchboard_v2/types/ProjectivePointZC.d.ts +0 -45
  1698. package/dist/@codegen/switchboard_v2/types/ProjectivePointZC.d.ts.map +0 -1
  1699. package/dist/@codegen/switchboard_v2/types/ProjectivePointZC.js +0 -89
  1700. package/dist/@codegen/switchboard_v2/types/ProjectivePointZC.js.map +0 -1
  1701. package/dist/@codegen/switchboard_v2/types/Scalar.d.ts +0 -22
  1702. package/dist/@codegen/switchboard_v2/types/Scalar.d.ts.map +0 -1
  1703. package/dist/@codegen/switchboard_v2/types/Scalar.js +0 -72
  1704. package/dist/@codegen/switchboard_v2/types/Scalar.js.map +0 -1
  1705. package/dist/@codegen/switchboard_v2/types/SlidingWindowElement.d.ts +0 -45
  1706. package/dist/@codegen/switchboard_v2/types/SlidingWindowElement.d.ts.map +0 -1
  1707. package/dist/@codegen/switchboard_v2/types/SlidingWindowElement.js +0 -102
  1708. package/dist/@codegen/switchboard_v2/types/SlidingWindowElement.js.map +0 -1
  1709. package/dist/@codegen/switchboard_v2/types/SwitchboardDecimal.d.ts +0 -28
  1710. package/dist/@codegen/switchboard_v2/types/SwitchboardDecimal.d.ts.map +0 -1
  1711. package/dist/@codegen/switchboard_v2/types/SwitchboardDecimal.js +0 -82
  1712. package/dist/@codegen/switchboard_v2/types/SwitchboardDecimal.js.map +0 -1
  1713. package/dist/@codegen/switchboard_v2/types/SwitchboardPermission.d.ts +0 -45
  1714. package/dist/@codegen/switchboard_v2/types/SwitchboardPermission.d.ts.map +0 -1
  1715. package/dist/@codegen/switchboard_v2/types/SwitchboardPermission.js +0 -132
  1716. package/dist/@codegen/switchboard_v2/types/SwitchboardPermission.js.map +0 -1
  1717. package/dist/@codegen/switchboard_v2/types/VaultTransferParams.d.ts +0 -28
  1718. package/dist/@codegen/switchboard_v2/types/VaultTransferParams.d.ts.map +0 -1
  1719. package/dist/@codegen/switchboard_v2/types/VaultTransferParams.js +0 -82
  1720. package/dist/@codegen/switchboard_v2/types/VaultTransferParams.js.map +0 -1
  1721. package/dist/@codegen/switchboard_v2/types/VrfBuilder.d.ts +0 -661
  1722. package/dist/@codegen/switchboard_v2/types/VrfBuilder.d.ts.map +0 -1
  1723. package/dist/@codegen/switchboard_v2/types/VrfBuilder.js +0 -338
  1724. package/dist/@codegen/switchboard_v2/types/VrfBuilder.js.map +0 -1
  1725. package/dist/@codegen/switchboard_v2/types/VrfCloseParams.d.ts +0 -27
  1726. package/dist/@codegen/switchboard_v2/types/VrfCloseParams.d.ts.map +0 -1
  1727. package/dist/@codegen/switchboard_v2/types/VrfCloseParams.js +0 -78
  1728. package/dist/@codegen/switchboard_v2/types/VrfCloseParams.js.map +0 -1
  1729. package/dist/@codegen/switchboard_v2/types/VrfInitParams.d.ts +0 -44
  1730. package/dist/@codegen/switchboard_v2/types/VrfInitParams.d.ts.map +0 -1
  1731. package/dist/@codegen/switchboard_v2/types/VrfInitParams.js +0 -79
  1732. package/dist/@codegen/switchboard_v2/types/VrfInitParams.js.map +0 -1
  1733. package/dist/@codegen/switchboard_v2/types/VrfLiteCloseParams.d.ts +0 -15
  1734. package/dist/@codegen/switchboard_v2/types/VrfLiteCloseParams.d.ts.map +0 -1
  1735. package/dist/@codegen/switchboard_v2/types/VrfLiteCloseParams.js +0 -61
  1736. package/dist/@codegen/switchboard_v2/types/VrfLiteCloseParams.js.map +0 -1
  1737. package/dist/@codegen/switchboard_v2/types/VrfLiteInitParams.d.ts +0 -50
  1738. package/dist/@codegen/switchboard_v2/types/VrfLiteInitParams.d.ts.map +0 -1
  1739. package/dist/@codegen/switchboard_v2/types/VrfLiteInitParams.js +0 -95
  1740. package/dist/@codegen/switchboard_v2/types/VrfLiteInitParams.js.map +0 -1
  1741. package/dist/@codegen/switchboard_v2/types/VrfLiteProveAndVerifyParams.d.ts +0 -38
  1742. package/dist/@codegen/switchboard_v2/types/VrfLiteProveAndVerifyParams.d.ts.map +0 -1
  1743. package/dist/@codegen/switchboard_v2/types/VrfLiteProveAndVerifyParams.js +0 -99
  1744. package/dist/@codegen/switchboard_v2/types/VrfLiteProveAndVerifyParams.js.map +0 -1
  1745. package/dist/@codegen/switchboard_v2/types/VrfLiteRequestRandomnessParams.d.ts +0 -39
  1746. package/dist/@codegen/switchboard_v2/types/VrfLiteRequestRandomnessParams.d.ts.map +0 -1
  1747. package/dist/@codegen/switchboard_v2/types/VrfLiteRequestRandomnessParams.js +0 -75
  1748. package/dist/@codegen/switchboard_v2/types/VrfLiteRequestRandomnessParams.js.map +0 -1
  1749. package/dist/@codegen/switchboard_v2/types/VrfPoolAddParams.d.ts +0 -15
  1750. package/dist/@codegen/switchboard_v2/types/VrfPoolAddParams.d.ts.map +0 -1
  1751. package/dist/@codegen/switchboard_v2/types/VrfPoolAddParams.js +0 -61
  1752. package/dist/@codegen/switchboard_v2/types/VrfPoolAddParams.js.map +0 -1
  1753. package/dist/@codegen/switchboard_v2/types/VrfPoolInitParams.d.ts +0 -32
  1754. package/dist/@codegen/switchboard_v2/types/VrfPoolInitParams.d.ts.map +0 -1
  1755. package/dist/@codegen/switchboard_v2/types/VrfPoolInitParams.js +0 -84
  1756. package/dist/@codegen/switchboard_v2/types/VrfPoolInitParams.js.map +0 -1
  1757. package/dist/@codegen/switchboard_v2/types/VrfPoolRemoveParams.d.ts +0 -15
  1758. package/dist/@codegen/switchboard_v2/types/VrfPoolRemoveParams.d.ts.map +0 -1
  1759. package/dist/@codegen/switchboard_v2/types/VrfPoolRemoveParams.js +0 -61
  1760. package/dist/@codegen/switchboard_v2/types/VrfPoolRemoveParams.js.map +0 -1
  1761. package/dist/@codegen/switchboard_v2/types/VrfPoolRequestParams.d.ts +0 -39
  1762. package/dist/@codegen/switchboard_v2/types/VrfPoolRequestParams.d.ts.map +0 -1
  1763. package/dist/@codegen/switchboard_v2/types/VrfPoolRequestParams.js +0 -75
  1764. package/dist/@codegen/switchboard_v2/types/VrfPoolRequestParams.js.map +0 -1
  1765. package/dist/@codegen/switchboard_v2/types/VrfPoolRow.d.ts +0 -29
  1766. package/dist/@codegen/switchboard_v2/types/VrfPoolRow.d.ts.map +0 -1
  1767. package/dist/@codegen/switchboard_v2/types/VrfPoolRow.js +0 -84
  1768. package/dist/@codegen/switchboard_v2/types/VrfPoolRow.js.map +0 -1
  1769. package/dist/@codegen/switchboard_v2/types/VrfProveAndVerifyParams.d.ts +0 -48
  1770. package/dist/@codegen/switchboard_v2/types/VrfProveAndVerifyParams.d.ts.map +0 -1
  1771. package/dist/@codegen/switchboard_v2/types/VrfProveAndVerifyParams.js +0 -113
  1772. package/dist/@codegen/switchboard_v2/types/VrfProveAndVerifyParams.js.map +0 -1
  1773. package/dist/@codegen/switchboard_v2/types/VrfProveParams.d.ts +0 -27
  1774. package/dist/@codegen/switchboard_v2/types/VrfProveParams.d.ts.map +0 -1
  1775. package/dist/@codegen/switchboard_v2/types/VrfProveParams.js +0 -78
  1776. package/dist/@codegen/switchboard_v2/types/VrfProveParams.js.map +0 -1
  1777. package/dist/@codegen/switchboard_v2/types/VrfRequestRandomnessParams.d.ts +0 -27
  1778. package/dist/@codegen/switchboard_v2/types/VrfRequestRandomnessParams.d.ts.map +0 -1
  1779. package/dist/@codegen/switchboard_v2/types/VrfRequestRandomnessParams.js +0 -78
  1780. package/dist/@codegen/switchboard_v2/types/VrfRequestRandomnessParams.js.map +0 -1
  1781. package/dist/@codegen/switchboard_v2/types/VrfRound.d.ts +0 -53
  1782. package/dist/@codegen/switchboard_v2/types/VrfRound.d.ts.map +0 -1
  1783. package/dist/@codegen/switchboard_v2/types/VrfRound.js +0 -120
  1784. package/dist/@codegen/switchboard_v2/types/VrfRound.js.map +0 -1
  1785. package/dist/@codegen/switchboard_v2/types/VrfSetCallbackParams.d.ts +0 -39
  1786. package/dist/@codegen/switchboard_v2/types/VrfSetCallbackParams.d.ts.map +0 -1
  1787. package/dist/@codegen/switchboard_v2/types/VrfSetCallbackParams.js +0 -73
  1788. package/dist/@codegen/switchboard_v2/types/VrfSetCallbackParams.js.map +0 -1
  1789. package/dist/@codegen/switchboard_v2/types/VrfStatus.d.ts +0 -84
  1790. package/dist/@codegen/switchboard_v2/types/VrfStatus.d.ts.map +0 -1
  1791. package/dist/@codegen/switchboard_v2/types/VrfStatus.js +0 -204
  1792. package/dist/@codegen/switchboard_v2/types/VrfStatus.js.map +0 -1
  1793. package/dist/@codegen/switchboard_v2/types/index.d.ts +0 -179
  1794. package/dist/@codegen/switchboard_v2/types/index.d.ts.map +0 -1
  1795. package/dist/@codegen/switchboard_v2/types/index.js +0 -207
  1796. package/dist/@codegen/switchboard_v2/types/index.js.map +0 -1
  1797. package/dist/@codegen/switchboard_v2/utils/borshAddress.d.ts +0 -4
  1798. package/dist/@codegen/switchboard_v2/utils/borshAddress.d.ts.map +0 -1
  1799. package/dist/@codegen/switchboard_v2/utils/borshAddress.js +0 -30
  1800. package/dist/@codegen/switchboard_v2/utils/borshAddress.js.map +0 -1
  1801. package/dist/@codegen/switchboard_v2/utils/index.d.ts +0 -2
  1802. package/dist/@codegen/switchboard_v2/utils/index.d.ts.map +0 -1
  1803. package/dist/@codegen/switchboard_v2/utils/index.js +0 -18
  1804. package/dist/@codegen/switchboard_v2/utils/index.js.map +0 -1
  1805. package/dist/@codegen/unstaking_pool/accounts/PoolState.d.ts +0 -53
  1806. package/dist/@codegen/unstaking_pool/accounts/PoolState.d.ts.map +0 -1
  1807. package/dist/@codegen/unstaking_pool/accounts/PoolState.js +0 -167
  1808. package/dist/@codegen/unstaking_pool/accounts/PoolState.js.map +0 -1
  1809. package/dist/@codegen/unstaking_pool/accounts/UnstakeTicket.d.ts +0 -41
  1810. package/dist/@codegen/unstaking_pool/accounts/UnstakeTicket.d.ts.map +0 -1
  1811. package/dist/@codegen/unstaking_pool/accounts/UnstakeTicket.js +0 -143
  1812. package/dist/@codegen/unstaking_pool/accounts/UnstakeTicket.js.map +0 -1
  1813. package/dist/@codegen/unstaking_pool/accounts/index.d.ts +0 -5
  1814. package/dist/@codegen/unstaking_pool/accounts/index.d.ts.map +0 -1
  1815. package/dist/@codegen/unstaking_pool/accounts/index.js +0 -8
  1816. package/dist/@codegen/unstaking_pool/accounts/index.js.map +0 -1
  1817. package/dist/@codegen/unstaking_pool/errors/anchor.d.ts +0 -435
  1818. package/dist/@codegen/unstaking_pool/errors/anchor.d.ts.map +0 -1
  1819. package/dist/@codegen/unstaking_pool/errors/anchor.js +0 -767
  1820. package/dist/@codegen/unstaking_pool/errors/anchor.js.map +0 -1
  1821. package/dist/@codegen/unstaking_pool/errors/custom.d.ts +0 -259
  1822. package/dist/@codegen/unstaking_pool/errors/custom.d.ts.map +0 -1
  1823. package/dist/@codegen/unstaking_pool/errors/custom.js +0 -458
  1824. package/dist/@codegen/unstaking_pool/errors/custom.js.map +0 -1
  1825. package/dist/@codegen/unstaking_pool/errors/index.d.ts +0 -6
  1826. package/dist/@codegen/unstaking_pool/errors/index.d.ts.map +0 -1
  1827. package/dist/@codegen/unstaking_pool/errors/index.js +0 -86
  1828. package/dist/@codegen/unstaking_pool/errors/index.js.map +0 -1
  1829. package/dist/@codegen/unstaking_pool/instructions/burn.d.ts +0 -21
  1830. package/dist/@codegen/unstaking_pool/instructions/burn.d.ts.map +0 -1
  1831. package/dist/@codegen/unstaking_pool/instructions/burn.js +0 -67
  1832. package/dist/@codegen/unstaking_pool/instructions/burn.js.map +0 -1
  1833. package/dist/@codegen/unstaking_pool/instructions/changeTicketAuthority.d.ts +0 -8
  1834. package/dist/@codegen/unstaking_pool/instructions/changeTicketAuthority.d.ts.map +0 -1
  1835. package/dist/@codegen/unstaking_pool/instructions/changeTicketAuthority.js +0 -16
  1836. package/dist/@codegen/unstaking_pool/instructions/changeTicketAuthority.js.map +0 -1
  1837. package/dist/@codegen/unstaking_pool/instructions/collect.d.ts +0 -16
  1838. package/dist/@codegen/unstaking_pool/instructions/collect.d.ts.map +0 -1
  1839. package/dist/@codegen/unstaking_pool/instructions/collect.js +0 -24
  1840. package/dist/@codegen/unstaking_pool/instructions/collect.js.map +0 -1
  1841. package/dist/@codegen/unstaking_pool/instructions/index.d.ts +0 -17
  1842. package/dist/@codegen/unstaking_pool/instructions/index.d.ts.map +0 -1
  1843. package/dist/@codegen/unstaking_pool/instructions/index.js +0 -20
  1844. package/dist/@codegen/unstaking_pool/instructions/index.js.map +0 -1
  1845. package/dist/@codegen/unstaking_pool/instructions/initializePool.d.ts +0 -14
  1846. package/dist/@codegen/unstaking_pool/instructions/initializePool.d.ts.map +0 -1
  1847. package/dist/@codegen/unstaking_pool/instructions/initializePool.js +0 -22
  1848. package/dist/@codegen/unstaking_pool/instructions/initializePool.js.map +0 -1
  1849. package/dist/@codegen/unstaking_pool/instructions/mint.d.ts +0 -24
  1850. package/dist/@codegen/unstaking_pool/instructions/mint.d.ts.map +0 -1
  1851. package/dist/@codegen/unstaking_pool/instructions/mint.js +0 -74
  1852. package/dist/@codegen/unstaking_pool/instructions/mint.js.map +0 -1
  1853. package/dist/@codegen/unstaking_pool/instructions/splitTicket.d.ts +0 -15
  1854. package/dist/@codegen/unstaking_pool/instructions/splitTicket.d.ts.map +0 -1
  1855. package/dist/@codegen/unstaking_pool/instructions/splitTicket.js +0 -62
  1856. package/dist/@codegen/unstaking_pool/instructions/splitTicket.js.map +0 -1
  1857. package/dist/@codegen/unstaking_pool/instructions/updateAdmin.d.ts +0 -7
  1858. package/dist/@codegen/unstaking_pool/instructions/updateAdmin.d.ts.map +0 -1
  1859. package/dist/@codegen/unstaking_pool/instructions/updateAdmin.js +0 -19
  1860. package/dist/@codegen/unstaking_pool/instructions/updateAdmin.js.map +0 -1
  1861. package/dist/@codegen/unstaking_pool/instructions/updatePoolConfig.d.ts +0 -13
  1862. package/dist/@codegen/unstaking_pool/instructions/updatePoolConfig.d.ts.map +0 -1
  1863. package/dist/@codegen/unstaking_pool/instructions/updatePoolConfig.js +0 -60
  1864. package/dist/@codegen/unstaking_pool/instructions/updatePoolConfig.js.map +0 -1
  1865. package/dist/@codegen/unstaking_pool/programId.d.ts +0 -4
  1866. package/dist/@codegen/unstaking_pool/programId.d.ts.map +0 -1
  1867. package/dist/@codegen/unstaking_pool/programId.js +0 -9
  1868. package/dist/@codegen/unstaking_pool/programId.js.map +0 -1
  1869. package/dist/@codegen/unstaking_pool/types/PoolConfigField.d.ts +0 -45
  1870. package/dist/@codegen/unstaking_pool/types/PoolConfigField.d.ts.map +0 -1
  1871. package/dist/@codegen/unstaking_pool/types/PoolConfigField.js +0 -132
  1872. package/dist/@codegen/unstaking_pool/types/PoolConfigField.js.map +0 -1
  1873. package/dist/@codegen/unstaking_pool/types/index.d.ts +0 -5
  1874. package/dist/@codegen/unstaking_pool/types/index.d.ts.map +0 -1
  1875. package/dist/@codegen/unstaking_pool/types/index.js +0 -39
  1876. package/dist/@codegen/unstaking_pool/types/index.js.map +0 -1
  1877. package/dist/@codegen/unstaking_pool/utils/borshAddress.d.ts +0 -4
  1878. package/dist/@codegen/unstaking_pool/utils/borshAddress.d.ts.map +0 -1
  1879. package/dist/@codegen/unstaking_pool/utils/borshAddress.js +0 -30
  1880. package/dist/@codegen/unstaking_pool/utils/borshAddress.js.map +0 -1
  1881. package/dist/@codegen/unstaking_pool/utils/index.d.ts +0 -2
  1882. package/dist/@codegen/unstaking_pool/utils/index.d.ts.map +0 -1
  1883. package/dist/@codegen/unstaking_pool/utils/index.js +0 -18
  1884. package/dist/@codegen/unstaking_pool/utils/index.js.map +0 -1
  1885. package/dist/classes/action.d.ts +0 -211
  1886. package/dist/classes/action.d.ts.map +0 -1
  1887. package/dist/classes/action.js +0 -2230
  1888. package/dist/classes/action.js.map +0 -1
  1889. package/dist/classes/configItems.d.ts +0 -166
  1890. package/dist/classes/configItems.d.ts.map +0 -1
  1891. package/dist/classes/configItems.js +0 -202
  1892. package/dist/classes/configItems.js.map +0 -1
  1893. package/dist/classes/curve.d.ts +0 -16
  1894. package/dist/classes/curve.d.ts.map +0 -1
  1895. package/dist/classes/curve.js +0 -32
  1896. package/dist/classes/curve.js.map +0 -1
  1897. package/dist/classes/farm_utils.d.ts +0 -40
  1898. package/dist/classes/farm_utils.d.ts.map +0 -1
  1899. package/dist/classes/farm_utils.js +0 -168
  1900. package/dist/classes/farm_utils.js.map +0 -1
  1901. package/dist/classes/fraction.d.ts +0 -27
  1902. package/dist/classes/fraction.d.ts.map +0 -1
  1903. package/dist/classes/fraction.js +0 -91
  1904. package/dist/classes/fraction.js.map +0 -1
  1905. package/dist/classes/index.d.ts +0 -19
  1906. package/dist/classes/index.d.ts.map +0 -1
  1907. package/dist/classes/index.js +0 -35
  1908. package/dist/classes/index.js.map +0 -1
  1909. package/dist/classes/jupiterPerps.d.ts +0 -3
  1910. package/dist/classes/jupiterPerps.d.ts.map +0 -1
  1911. package/dist/classes/jupiterPerps.js +0 -13
  1912. package/dist/classes/jupiterPerps.js.map +0 -1
  1913. package/dist/classes/manager.d.ts +0 -665
  1914. package/dist/classes/manager.d.ts.map +0 -1
  1915. package/dist/classes/manager.js +0 -1181
  1916. package/dist/classes/manager.js.map +0 -1
  1917. package/dist/classes/market.d.ts +0 -250
  1918. package/dist/classes/market.d.ts.map +0 -1
  1919. package/dist/classes/market.js +0 -1240
  1920. package/dist/classes/market.js.map +0 -1
  1921. package/dist/classes/obligation.d.ts +0 -321
  1922. package/dist/classes/obligation.d.ts.map +0 -1
  1923. package/dist/classes/obligation.js +0 -1171
  1924. package/dist/classes/obligation.js.map +0 -1
  1925. package/dist/classes/obligationOrder.d.ts +0 -230
  1926. package/dist/classes/obligationOrder.d.ts.map +0 -1
  1927. package/dist/classes/obligationOrder.js +0 -407
  1928. package/dist/classes/obligationOrder.js.map +0 -1
  1929. package/dist/classes/reserve.d.ts +0 -257
  1930. package/dist/classes/reserve.d.ts.map +0 -1
  1931. package/dist/classes/reserve.js +0 -1020
  1932. package/dist/classes/reserve.js.map +0 -1
  1933. package/dist/classes/shared.d.ts +0 -74
  1934. package/dist/classes/shared.d.ts.map +0 -1
  1935. package/dist/classes/shared.js +0 -15
  1936. package/dist/classes/shared.js.map +0 -1
  1937. package/dist/classes/stakePool.d.ts +0 -8
  1938. package/dist/classes/stakePool.d.ts.map +0 -1
  1939. package/dist/classes/stakePool.js +0 -18
  1940. package/dist/classes/stakePool.js.map +0 -1
  1941. package/dist/classes/standardStakePool.d.ts +0 -76
  1942. package/dist/classes/standardStakePool.d.ts.map +0 -1
  1943. package/dist/classes/standardStakePool.js +0 -400
  1944. package/dist/classes/standardStakePool.js.map +0 -1
  1945. package/dist/classes/unstakingPool.d.ts +0 -115
  1946. package/dist/classes/unstakingPool.d.ts.map +0 -1
  1947. package/dist/classes/unstakingPool.js +0 -372
  1948. package/dist/classes/unstakingPool.js.map +0 -1
  1949. package/dist/classes/unstakingPoolTypes.d.ts +0 -10
  1950. package/dist/classes/unstakingPoolTypes.d.ts.map +0 -1
  1951. package/dist/classes/unstakingPoolTypes.js +0 -3
  1952. package/dist/classes/unstakingPoolTypes.js.map +0 -1
  1953. package/dist/classes/utils.d.ts +0 -75
  1954. package/dist/classes/utils.d.ts.map +0 -1
  1955. package/dist/classes/utils.js +0 -256
  1956. package/dist/classes/utils.js.map +0 -1
  1957. package/dist/classes/vault.d.ts +0 -790
  1958. package/dist/classes/vault.d.ts.map +0 -1
  1959. package/dist/classes/vault.js +0 -2969
  1960. package/dist/classes/vault.js.map +0 -1
  1961. package/dist/classes/vault_types.d.ts +0 -75
  1962. package/dist/classes/vault_types.d.ts.map +0 -1
  1963. package/dist/classes/vault_types.js +0 -3
  1964. package/dist/classes/vault_types.js.map +0 -1
  1965. package/dist/client/commands/borrow.d.ts +0 -4
  1966. package/dist/client/commands/borrow.d.ts.map +0 -1
  1967. package/dist/client/commands/borrow.js +0 -21
  1968. package/dist/client/commands/borrow.js.map +0 -1
  1969. package/dist/client/commands/deposit.d.ts +0 -4
  1970. package/dist/client/commands/deposit.d.ts.map +0 -1
  1971. package/dist/client/commands/deposit.js +0 -21
  1972. package/dist/client/commands/deposit.js.map +0 -1
  1973. package/dist/client/commands/initFarmsForReserve.d.ts +0 -4
  1974. package/dist/client/commands/initFarmsForReserve.d.ts.map +0 -1
  1975. package/dist/client/commands/initFarmsForReserve.js +0 -48
  1976. package/dist/client/commands/initFarmsForReserve.js.map +0 -1
  1977. package/dist/client/commands/printAllReserveAccounts.d.ts +0 -3
  1978. package/dist/client/commands/printAllReserveAccounts.d.ts.map +0 -1
  1979. package/dist/client/commands/printAllReserveAccounts.js +0 -20
  1980. package/dist/client/commands/printAllReserveAccounts.js.map +0 -1
  1981. package/dist/client/commands/printReserve.d.ts +0 -3
  1982. package/dist/client/commands/printReserve.d.ts.map +0 -1
  1983. package/dist/client/commands/printReserve.js +0 -16
  1984. package/dist/client/commands/printReserve.js.map +0 -1
  1985. package/dist/client/commands/repay.d.ts +0 -4
  1986. package/dist/client/commands/repay.d.ts.map +0 -1
  1987. package/dist/client/commands/repay.js +0 -21
  1988. package/dist/client/commands/repay.js.map +0 -1
  1989. package/dist/client/commands/withdraw.d.ts +0 -4
  1990. package/dist/client/commands/withdraw.d.ts.map +0 -1
  1991. package/dist/client/commands/withdraw.js +0 -21
  1992. package/dist/client/commands/withdraw.js.map +0 -1
  1993. package/dist/client/services/market.d.ts +0 -6
  1994. package/dist/client/services/market.d.ts.map +0 -1
  1995. package/dist/client/services/market.js +0 -28
  1996. package/dist/client/services/market.js.map +0 -1
  1997. package/dist/client/services/userMetadata.d.ts +0 -4
  1998. package/dist/client/services/userMetadata.d.ts.map +0 -1
  1999. package/dist/client/services/userMetadata.js +0 -23
  2000. package/dist/client/services/userMetadata.js.map +0 -1
  2001. package/dist/client/tx/CliConnectionPool.d.ts +0 -17
  2002. package/dist/client/tx/CliConnectionPool.d.ts.map +0 -1
  2003. package/dist/client/tx/CliConnectionPool.js +0 -39
  2004. package/dist/client/tx/CliConnectionPool.js.map +0 -1
  2005. package/dist/client/tx/CliEnv.d.ts +0 -27
  2006. package/dist/client/tx/CliEnv.d.ts.map +0 -1
  2007. package/dist/client/tx/CliEnv.js +0 -114
  2008. package/dist/client/tx/CliEnv.js.map +0 -1
  2009. package/dist/client/tx/keypair.d.ts +0 -4
  2010. package/dist/client/tx/keypair.d.ts.map +0 -1
  2011. package/dist/client/tx/keypair.js +0 -20
  2012. package/dist/client/tx/keypair.js.map +0 -1
  2013. package/dist/client/tx/multisig.d.ts +0 -4
  2014. package/dist/client/tx/multisig.d.ts.map +0 -1
  2015. package/dist/client/tx/multisig.js +0 -22
  2016. package/dist/client/tx/multisig.js.map +0 -1
  2017. package/dist/client/tx/priorityFee.d.ts +0 -7
  2018. package/dist/client/tx/priorityFee.d.ts.map +0 -1
  2019. package/dist/client/tx/priorityFee.js +0 -25
  2020. package/dist/client/tx/priorityFee.js.map +0 -1
  2021. package/dist/client/tx/processor.d.ts +0 -6
  2022. package/dist/client/tx/processor.d.ts.map +0 -1
  2023. package/dist/client/tx/processor.js +0 -25
  2024. package/dist/client/tx/processor.js.map +0 -1
  2025. package/dist/client/tx/rpc.d.ts +0 -30
  2026. package/dist/client/tx/rpc.d.ts.map +0 -1
  2027. package/dist/client/tx/rpc.js +0 -89
  2028. package/dist/client/tx/rpc.js.map +0 -1
  2029. package/dist/client/tx/simulate.d.ts +0 -7
  2030. package/dist/client/tx/simulate.d.ts.map +0 -1
  2031. package/dist/client/tx/simulate.js +0 -36
  2032. package/dist/client/tx/simulate.js.map +0 -1
  2033. package/dist/client/tx/tx.d.ts +0 -16
  2034. package/dist/client/tx/tx.d.ts.map +0 -1
  2035. package/dist/client/tx/tx.js +0 -115
  2036. package/dist/client/tx/tx.js.map +0 -1
  2037. package/dist/client/utils/modifiers.d.ts +0 -7
  2038. package/dist/client/utils/modifiers.d.ts.map +0 -1
  2039. package/dist/client/utils/modifiers.js +0 -3
  2040. package/dist/client/utils/modifiers.js.map +0 -1
  2041. package/dist/idl/klend.json +0 -6284
  2042. package/dist/index.d.ts.map +0 -1
  2043. package/dist/lending_operations/index.d.ts +0 -4
  2044. package/dist/lending_operations/index.d.ts.map +0 -1
  2045. package/dist/lending_operations/index.js +0 -20
  2046. package/dist/lending_operations/index.js.map +0 -1
  2047. package/dist/lending_operations/repay_with_collateral_calcs.d.ts +0 -38
  2048. package/dist/lending_operations/repay_with_collateral_calcs.d.ts.map +0 -1
  2049. package/dist/lending_operations/repay_with_collateral_calcs.js +0 -134
  2050. package/dist/lending_operations/repay_with_collateral_calcs.js.map +0 -1
  2051. package/dist/lending_operations/repay_with_collateral_operations.d.ts +0 -60
  2052. package/dist/lending_operations/repay_with_collateral_operations.d.ts.map +0 -1
  2053. package/dist/lending_operations/repay_with_collateral_operations.js +0 -209
  2054. package/dist/lending_operations/repay_with_collateral_operations.js.map +0 -1
  2055. package/dist/lending_operations/swap_collateral_operations.d.ts +0 -108
  2056. package/dist/lending_operations/swap_collateral_operations.d.ts.map +0 -1
  2057. package/dist/lending_operations/swap_collateral_operations.js +0 -321
  2058. package/dist/lending_operations/swap_collateral_operations.js.map +0 -1
  2059. package/dist/leverage/calcs.d.ts +0 -134
  2060. package/dist/leverage/calcs.d.ts.map +0 -1
  2061. package/dist/leverage/calcs.js +0 -342
  2062. package/dist/leverage/calcs.js.map +0 -1
  2063. package/dist/leverage/index.d.ts +0 -6
  2064. package/dist/leverage/index.d.ts.map +0 -1
  2065. package/dist/leverage/index.js +0 -22
  2066. package/dist/leverage/index.js.map +0 -1
  2067. package/dist/leverage/instructions.d.ts +0 -42
  2068. package/dist/leverage/instructions.d.ts.map +0 -1
  2069. package/dist/leverage/instructions.js +0 -80
  2070. package/dist/leverage/instructions.js.map +0 -1
  2071. package/dist/leverage/operations.d.ts +0 -30
  2072. package/dist/leverage/operations.d.ts.map +0 -1
  2073. package/dist/leverage/operations.js +0 -740
  2074. package/dist/leverage/operations.js.map +0 -1
  2075. package/dist/leverage/types.d.ts +0 -154
  2076. package/dist/leverage/types.d.ts.map +0 -1
  2077. package/dist/leverage/types.js +0 -3
  2078. package/dist/leverage/types.js.map +0 -1
  2079. package/dist/leverage/utils.d.ts +0 -6
  2080. package/dist/leverage/utils.d.ts.map +0 -1
  2081. package/dist/leverage/utils.js +0 -21
  2082. package/dist/leverage/utils.js.map +0 -1
  2083. package/dist/lib.d.ts +0 -17
  2084. package/dist/lib.d.ts.map +0 -1
  2085. package/dist/lib.js +0 -38
  2086. package/dist/lib.js.map +0 -1
  2087. package/dist/manager/client_kamino_manager.d.ts +0 -2
  2088. package/dist/manager/client_kamino_manager.d.ts.map +0 -1
  2089. package/dist/manager/client_kamino_manager.js +0 -1673
  2090. package/dist/manager/client_kamino_manager.js.map +0 -1
  2091. package/dist/manager/tx/ManagerConnectionPool.d.ts +0 -17
  2092. package/dist/manager/tx/ManagerConnectionPool.d.ts.map +0 -1
  2093. package/dist/manager/tx/ManagerConnectionPool.js +0 -39
  2094. package/dist/manager/tx/ManagerConnectionPool.js.map +0 -1
  2095. package/dist/manager/tx/ManagerEnv.d.ts +0 -37
  2096. package/dist/manager/tx/ManagerEnv.d.ts.map +0 -1
  2097. package/dist/manager/tx/ManagerEnv.js +0 -151
  2098. package/dist/manager/tx/ManagerEnv.js.map +0 -1
  2099. package/dist/manager/tx/keypair.d.ts +0 -4
  2100. package/dist/manager/tx/keypair.d.ts.map +0 -1
  2101. package/dist/manager/tx/keypair.js +0 -20
  2102. package/dist/manager/tx/keypair.js.map +0 -1
  2103. package/dist/manager/tx/multisig.d.ts +0 -4
  2104. package/dist/manager/tx/multisig.d.ts.map +0 -1
  2105. package/dist/manager/tx/multisig.js +0 -22
  2106. package/dist/manager/tx/multisig.js.map +0 -1
  2107. package/dist/manager/tx/priorityFee.d.ts +0 -7
  2108. package/dist/manager/tx/priorityFee.d.ts.map +0 -1
  2109. package/dist/manager/tx/priorityFee.js +0 -25
  2110. package/dist/manager/tx/priorityFee.js.map +0 -1
  2111. package/dist/manager/tx/processor.d.ts +0 -6
  2112. package/dist/manager/tx/processor.d.ts.map +0 -1
  2113. package/dist/manager/tx/processor.js +0 -22
  2114. package/dist/manager/tx/processor.js.map +0 -1
  2115. package/dist/manager/tx/rpc.d.ts +0 -30
  2116. package/dist/manager/tx/rpc.d.ts.map +0 -1
  2117. package/dist/manager/tx/rpc.js +0 -89
  2118. package/dist/manager/tx/rpc.js.map +0 -1
  2119. package/dist/manager/tx/simulate.d.ts +0 -7
  2120. package/dist/manager/tx/simulate.d.ts.map +0 -1
  2121. package/dist/manager/tx/simulate.js +0 -36
  2122. package/dist/manager/tx/simulate.js.map +0 -1
  2123. package/dist/manager/tx/tx.d.ts +0 -16
  2124. package/dist/manager/tx/tx.d.ts.map +0 -1
  2125. package/dist/manager/tx/tx.js +0 -114
  2126. package/dist/manager/tx/tx.js.map +0 -1
  2127. package/dist/manager/utils/consts.d.ts +0 -3
  2128. package/dist/manager/utils/consts.d.ts.map +0 -1
  2129. package/dist/manager/utils/consts.js +0 -6
  2130. package/dist/manager/utils/consts.js.map +0 -1
  2131. package/dist/manager/utils/modifiers.d.ts +0 -7
  2132. package/dist/manager/utils/modifiers.d.ts.map +0 -1
  2133. package/dist/manager/utils/modifiers.js +0 -3
  2134. package/dist/manager/utils/modifiers.js.map +0 -1
  2135. package/dist/obligation_orders/common.d.ts +0 -62
  2136. package/dist/obligation_orders/common.d.ts.map +0 -1
  2137. package/dist/obligation_orders/common.js +0 -20
  2138. package/dist/obligation_orders/common.js.map +0 -1
  2139. package/dist/obligation_orders/index.d.ts +0 -4
  2140. package/dist/obligation_orders/index.d.ts.map +0 -1
  2141. package/dist/obligation_orders/index.js +0 -20
  2142. package/dist/obligation_orders/index.js.map +0 -1
  2143. package/dist/obligation_orders/internal.d.ts +0 -6
  2144. package/dist/obligation_orders/internal.d.ts.map +0 -1
  2145. package/dist/obligation_orders/internal.js +0 -72
  2146. package/dist/obligation_orders/internal.js.map +0 -1
  2147. package/dist/obligation_orders/ltv_based.d.ts +0 -51
  2148. package/dist/obligation_orders/ltv_based.d.ts.map +0 -1
  2149. package/dist/obligation_orders/ltv_based.js +0 -107
  2150. package/dist/obligation_orders/ltv_based.js.map +0 -1
  2151. package/dist/obligation_orders/price_based.d.ts +0 -81
  2152. package/dist/obligation_orders/price_based.d.ts.map +0 -1
  2153. package/dist/obligation_orders/price_based.js +0 -166
  2154. package/dist/obligation_orders/price_based.js.map +0 -1
  2155. package/dist/referrals/index.d.ts +0 -3
  2156. package/dist/referrals/index.d.ts.map +0 -1
  2157. package/dist/referrals/index.js +0 -19
  2158. package/dist/referrals/index.js.map +0 -1
  2159. package/dist/referrals/instructions.d.ts +0 -18
  2160. package/dist/referrals/instructions.d.ts.map +0 -1
  2161. package/dist/referrals/instructions.js +0 -73
  2162. package/dist/referrals/instructions.js.map +0 -1
  2163. package/dist/referrals/operations.d.ts +0 -65
  2164. package/dist/referrals/operations.d.ts.map +0 -1
  2165. package/dist/referrals/operations.js +0 -186
  2166. package/dist/referrals/operations.js.map +0 -1
  2167. package/dist/utils/ObligationType.d.ts +0 -56
  2168. package/dist/utils/ObligationType.d.ts.map +0 -1
  2169. package/dist/utils/ObligationType.js +0 -183
  2170. package/dist/utils/ObligationType.js.map +0 -1
  2171. package/dist/utils/accountListing.d.ts +0 -6
  2172. package/dist/utils/accountListing.d.ts.map +0 -1
  2173. package/dist/utils/accountListing.js +0 -88
  2174. package/dist/utils/accountListing.js.map +0 -1
  2175. package/dist/utils/api.d.ts +0 -24
  2176. package/dist/utils/api.d.ts.map +0 -1
  2177. package/dist/utils/api.js +0 -65
  2178. package/dist/utils/api.js.map +0 -1
  2179. package/dist/utils/ata.d.ts +0 -54
  2180. package/dist/utils/ata.d.ts.map +0 -1
  2181. package/dist/utils/ata.js +0 -214
  2182. package/dist/utils/ata.js.map +0 -1
  2183. package/dist/utils/bigint.d.ts +0 -2
  2184. package/dist/utils/bigint.d.ts.map +0 -1
  2185. package/dist/utils/bigint.js +0 -7
  2186. package/dist/utils/bigint.js.map +0 -1
  2187. package/dist/utils/compat.d.ts +0 -6
  2188. package/dist/utils/compat.d.ts.map +0 -1
  2189. package/dist/utils/compat.js +0 -19
  2190. package/dist/utils/compat.js.map +0 -1
  2191. package/dist/utils/constants.d.ts +0 -58
  2192. package/dist/utils/constants.d.ts.map +0 -1
  2193. package/dist/utils/constants.js +0 -84
  2194. package/dist/utils/constants.js.map +0 -1
  2195. package/dist/utils/consts.d.ts +0 -4
  2196. package/dist/utils/consts.d.ts.map +0 -1
  2197. package/dist/utils/consts.js +0 -7
  2198. package/dist/utils/consts.js.map +0 -1
  2199. package/dist/utils/farmUtils.d.ts +0 -10
  2200. package/dist/utils/farmUtils.d.ts.map +0 -1
  2201. package/dist/utils/farmUtils.js +0 -38
  2202. package/dist/utils/farmUtils.js.map +0 -1
  2203. package/dist/utils/fuzz.d.ts +0 -3
  2204. package/dist/utils/fuzz.d.ts.map +0 -1
  2205. package/dist/utils/fuzz.js +0 -11
  2206. package/dist/utils/fuzz.js.map +0 -1
  2207. package/dist/utils/idl.d.ts +0 -3
  2208. package/dist/utils/idl.d.ts.map +0 -1
  2209. package/dist/utils/idl.js +0 -9
  2210. package/dist/utils/idl.js.map +0 -1
  2211. package/dist/utils/index.d.ts +0 -20
  2212. package/dist/utils/index.d.ts.map +0 -1
  2213. package/dist/utils/index.js +0 -36
  2214. package/dist/utils/index.js.map +0 -1
  2215. package/dist/utils/instruction.d.ts +0 -10
  2216. package/dist/utils/instruction.d.ts.map +0 -1
  2217. package/dist/utils/instruction.js +0 -64
  2218. package/dist/utils/instruction.js.map +0 -1
  2219. package/dist/utils/kamino.d.ts +0 -4
  2220. package/dist/utils/kamino.d.ts.map +0 -1
  2221. package/dist/utils/kamino.js +0 -16
  2222. package/dist/utils/kamino.js.map +0 -1
  2223. package/dist/utils/lookupTable.d.ts +0 -43
  2224. package/dist/utils/lookupTable.d.ts.map +0 -1
  2225. package/dist/utils/lookupTable.js +0 -139
  2226. package/dist/utils/lookupTable.js.map +0 -1
  2227. package/dist/utils/managerTypes.d.ts +0 -142
  2228. package/dist/utils/managerTypes.d.ts.map +0 -1
  2229. package/dist/utils/managerTypes.js +0 -298
  2230. package/dist/utils/managerTypes.js.map +0 -1
  2231. package/dist/utils/map.d.ts +0 -2
  2232. package/dist/utils/map.d.ts.map +0 -1
  2233. package/dist/utils/map.js +0 -13
  2234. package/dist/utils/map.js.map +0 -1
  2235. package/dist/utils/metadata.d.ts +0 -14
  2236. package/dist/utils/metadata.d.ts.map +0 -1
  2237. package/dist/utils/metadata.js +0 -79
  2238. package/dist/utils/metadata.js.map +0 -1
  2239. package/dist/utils/multisig.d.ts +0 -45
  2240. package/dist/utils/multisig.d.ts.map +0 -1
  2241. package/dist/utils/multisig.js +0 -30
  2242. package/dist/utils/multisig.js.map +0 -1
  2243. package/dist/utils/obligations.d.ts +0 -4
  2244. package/dist/utils/obligations.d.ts.map +0 -1
  2245. package/dist/utils/obligations.js +0 -54
  2246. package/dist/utils/obligations.js.map +0 -1
  2247. package/dist/utils/option.d.ts +0 -3
  2248. package/dist/utils/option.d.ts.map +0 -1
  2249. package/dist/utils/option.js +0 -12
  2250. package/dist/utils/option.js.map +0 -1
  2251. package/dist/utils/oracle.d.ts +0 -56
  2252. package/dist/utils/oracle.d.ts.map +0 -1
  2253. package/dist/utils/oracle.js +0 -280
  2254. package/dist/utils/oracle.js.map +0 -1
  2255. package/dist/utils/parse.d.ts +0 -10
  2256. package/dist/utils/parse.d.ts.map +0 -1
  2257. package/dist/utils/parse.js +0 -24
  2258. package/dist/utils/parse.js.map +0 -1
  2259. package/dist/utils/pubkey.d.ts +0 -12
  2260. package/dist/utils/pubkey.d.ts.map +0 -1
  2261. package/dist/utils/pubkey.js +0 -18
  2262. package/dist/utils/pubkey.js.map +0 -1
  2263. package/dist/utils/readCdnData.d.ts +0 -25
  2264. package/dist/utils/readCdnData.d.ts.map +0 -1
  2265. package/dist/utils/readCdnData.js +0 -29
  2266. package/dist/utils/readCdnData.js.map +0 -1
  2267. package/dist/utils/rpc.d.ts +0 -15
  2268. package/dist/utils/rpc.d.ts.map +0 -1
  2269. package/dist/utils/rpc.js +0 -51
  2270. package/dist/utils/rpc.js.map +0 -1
  2271. package/dist/utils/seeds.d.ts +0 -161
  2272. package/dist/utils/seeds.d.ts.map +0 -1
  2273. package/dist/utils/seeds.js +0 -260
  2274. package/dist/utils/seeds.js.map +0 -1
  2275. package/dist/utils/signer.d.ts +0 -4
  2276. package/dist/utils/signer.d.ts.map +0 -1
  2277. package/dist/utils/signer.js +0 -20
  2278. package/dist/utils/signer.js.map +0 -1
  2279. package/dist/utils/slots.d.ts +0 -19
  2280. package/dist/utils/slots.d.ts.map +0 -1
  2281. package/dist/utils/slots.js +0 -31
  2282. package/dist/utils/slots.js.map +0 -1
  2283. package/dist/utils/switchboard.d.ts +0 -4
  2284. package/dist/utils/switchboard.d.ts.map +0 -1
  2285. package/dist/utils/switchboard.js +0 -26
  2286. package/dist/utils/switchboard.js.map +0 -1
  2287. package/dist/utils/userMetadata.d.ts +0 -16
  2288. package/dist/utils/userMetadata.d.ts.map +0 -1
  2289. package/dist/utils/userMetadata.js +0 -250
  2290. package/dist/utils/userMetadata.js.map +0 -1
  2291. package/dist/utils/validations.d.ts +0 -5
  2292. package/dist/utils/validations.d.ts.map +0 -1
  2293. package/dist/utils/validations.js +0 -36
  2294. package/dist/utils/validations.js.map +0 -1
  2295. package/dist/utils/vault.d.ts +0 -3
  2296. package/dist/utils/vault.d.ts.map +0 -1
  2297. package/dist/utils/vault.js +0 -56
  2298. package/dist/utils/vault.js.map +0 -1
  2299. package/dist/utils/vaultAllocation.d.ts +0 -22
  2300. package/dist/utils/vaultAllocation.d.ts.map +0 -1
  2301. package/dist/utils/vaultAllocation.js +0 -74
  2302. package/dist/utils/vaultAllocation.js.map +0 -1
@@ -1,790 +0,0 @@
1
- import BN from 'bn.js';
2
- import { Address, AccountMeta, Instruction, ProgramDerivedAddress, Rpc, Slot, SolanaRpcApi, TransactionSigner } from '@solana/kit';
3
- import { AllOracleAccounts, KaminoMarket, KaminoReserve, Reserve } from '../lib';
4
- import { UpdateReserveWhitelistModeKind, VaultConfigFieldKind } from '../@codegen/kvault/types';
5
- import { VaultState } from '../@codegen/kvault/accounts';
6
- import Decimal from 'decimal.js';
7
- import { ReserveWithAddress } from './reserve';
8
- import { AcceptVaultOwnershipIxs, APYs, CreateVaultFarm, DepositIxs, DisinvestAllReservesIxs, InitVaultIxs, ReserveAllocationOverview, SyncVaultLUTIxs, UpdateReserveAllocationIxs, UpdateVaultConfigIxs, UserSharesForVault, VaultComputedAllocation, WithdrawAndBlockReserveIxs, WithdrawIxs } from './vault_types';
9
- import { FarmIncentives, FarmState } from '@kamino-finance/farms-sdk/dist';
10
- import { Farms } from '@kamino-finance/farms-sdk';
11
- export declare const kaminoVaultId: Address<"KvauGMspG5k6rtzrqqn7WNn3oZdyKqLKwK2XWQ8FLjd">;
12
- export declare const kaminoVaultStagingId: Address<"stKvQfwRsQiKnLtMNVLHKS3exFJmZFsgfzBPWHECUYK">;
13
- export declare const METADATA_SEED = "metadata";
14
- export declare const METADATA_PROGRAM_ID: Address;
15
- export declare const INITIAL_DEPOSIT_LAMPORTS = 1000;
16
- /**
17
- * KaminoVaultClient is a class that provides a high-level interface to interact with the Kamino Vault program.
18
- */
19
- export declare class KaminoVaultClient {
20
- private readonly _rpc;
21
- private readonly _kaminoVaultProgramId;
22
- private readonly _kaminoLendProgramId;
23
- recentSlotDurationMs: number;
24
- constructor(rpc: Rpc<SolanaRpcApi>, recentSlotDurationMs: number, kaminoVaultprogramId?: Address, kaminoLendProgramId?: Address);
25
- getConnection(): Rpc<import("@solana/kit").RequestAirdropApi & import("@solana/kit").GetAccountInfoApi & import("@solana/kit").GetBalanceApi & import("@solana/kit").GetBlockApi & import("@solana/kit").GetBlockCommitmentApi & import("@solana/kit").GetBlockHeightApi & import("@solana/kit").GetBlockProductionApi & import("@solana/kit").GetBlocksApi & import("@solana/kit").GetBlocksWithLimitApi & import("@solana/kit").GetBlockTimeApi & import("@solana/kit").GetClusterNodesApi & import("@solana/kit").GetEpochInfoApi & import("@solana/kit").GetEpochScheduleApi & import("@solana/kit").GetFeeForMessageApi & import("@solana/kit").GetFirstAvailableBlockApi & import("@solana/kit").GetGenesisHashApi & import("@solana/kit").GetHealthApi & import("@solana/kit").GetHighestSnapshotSlotApi & import("@solana/kit").GetIdentityApi & import("@solana/kit").GetInflationGovernorApi & import("@solana/kit").GetInflationRateApi & import("@solana/kit").GetInflationRewardApi & import("@solana/kit").GetLargestAccountsApi & import("@solana/kit").GetLatestBlockhashApi & import("@solana/kit").GetLeaderScheduleApi & import("@solana/kit").GetMaxRetransmitSlotApi & import("@solana/kit").GetMaxShredInsertSlotApi & import("@solana/kit").GetMinimumBalanceForRentExemptionApi & import("@solana/kit").GetMultipleAccountsApi & import("@solana/kit").GetProgramAccountsApi & import("@solana/kit").GetRecentPerformanceSamplesApi & import("@solana/kit").GetRecentPrioritizationFeesApi & import("@solana/kit").GetSignaturesForAddressApi & import("@solana/kit").GetSignatureStatusesApi & import("@solana/kit").GetSlotApi & import("@solana/kit").GetSlotLeaderApi & import("@solana/kit").GetSlotLeadersApi & import("@solana/kit").GetStakeMinimumDelegationApi & import("@solana/kit").GetSupplyApi & import("@solana/kit").GetTokenAccountBalanceApi & import("@solana/kit").GetTokenAccountsByDelegateApi & import("@solana/kit").GetTokenAccountsByOwnerApi & import("@solana/kit").GetTokenLargestAccountsApi & import("@solana/kit").GetTokenSupplyApi & import("@solana/kit").GetTransactionApi & import("@solana/kit").GetTransactionCountApi & import("@solana/kit").GetVersionApi & import("@solana/kit").GetVoteAccountsApi & import("@solana/kit").IsBlockhashValidApi & import("@solana/kit").MinimumLedgerSlotApi & import("@solana/kit").SendTransactionApi & import("@solana/kit").SimulateTransactionApi>;
26
- getProgramID(): Address;
27
- getRpc(): Rpc<import("@solana/kit").RequestAirdropApi & import("@solana/kit").GetAccountInfoApi & import("@solana/kit").GetBalanceApi & import("@solana/kit").GetBlockApi & import("@solana/kit").GetBlockCommitmentApi & import("@solana/kit").GetBlockHeightApi & import("@solana/kit").GetBlockProductionApi & import("@solana/kit").GetBlocksApi & import("@solana/kit").GetBlocksWithLimitApi & import("@solana/kit").GetBlockTimeApi & import("@solana/kit").GetClusterNodesApi & import("@solana/kit").GetEpochInfoApi & import("@solana/kit").GetEpochScheduleApi & import("@solana/kit").GetFeeForMessageApi & import("@solana/kit").GetFirstAvailableBlockApi & import("@solana/kit").GetGenesisHashApi & import("@solana/kit").GetHealthApi & import("@solana/kit").GetHighestSnapshotSlotApi & import("@solana/kit").GetIdentityApi & import("@solana/kit").GetInflationGovernorApi & import("@solana/kit").GetInflationRateApi & import("@solana/kit").GetInflationRewardApi & import("@solana/kit").GetLargestAccountsApi & import("@solana/kit").GetLatestBlockhashApi & import("@solana/kit").GetLeaderScheduleApi & import("@solana/kit").GetMaxRetransmitSlotApi & import("@solana/kit").GetMaxShredInsertSlotApi & import("@solana/kit").GetMinimumBalanceForRentExemptionApi & import("@solana/kit").GetMultipleAccountsApi & import("@solana/kit").GetProgramAccountsApi & import("@solana/kit").GetRecentPerformanceSamplesApi & import("@solana/kit").GetRecentPrioritizationFeesApi & import("@solana/kit").GetSignaturesForAddressApi & import("@solana/kit").GetSignatureStatusesApi & import("@solana/kit").GetSlotApi & import("@solana/kit").GetSlotLeaderApi & import("@solana/kit").GetSlotLeadersApi & import("@solana/kit").GetStakeMinimumDelegationApi & import("@solana/kit").GetSupplyApi & import("@solana/kit").GetTokenAccountBalanceApi & import("@solana/kit").GetTokenAccountsByDelegateApi & import("@solana/kit").GetTokenAccountsByOwnerApi & import("@solana/kit").GetTokenLargestAccountsApi & import("@solana/kit").GetTokenSupplyApi & import("@solana/kit").GetTransactionApi & import("@solana/kit").GetTransactionCountApi & import("@solana/kit").GetVersionApi & import("@solana/kit").GetVoteAccountsApi & import("@solana/kit").IsBlockhashValidApi & import("@solana/kit").MinimumLedgerSlotApi & import("@solana/kit").SendTransactionApi & import("@solana/kit").SimulateTransactionApi>;
28
- hasFarm(): void;
29
- /**
30
- * Prints a vault in a human readable form
31
- * @param vaultPubkey - the address of the vault
32
- * @param [vaultState] - optional parameter to pass the vault state directly; this will save a network call
33
- * @returns - void; prints the vault to the console
34
- */
35
- printVault(vaultPubkey: Address, vaultState?: VaultState): Promise<void>;
36
- /**
37
- * This method initializes the kvault global config (one off, needs to be signed by program owner)
38
- * @param admin - the admin of the kvault program
39
- * @returns - an instruction to initialize the kvault global config
40
- */
41
- initKvaultGlobalConfigIx(admin: TransactionSigner): Promise<Instruction<string, readonly (AccountMeta<string> | import("@solana/kit").AccountLookupMeta<string, string>)[]>>;
42
- /**
43
- * This method will create a vault with a given config. The config can be changed later on, but it is recommended to set it up correctly from the start
44
- * @param vaultConfig - the config object used to create a vault
45
- * @returns vault: the keypair of the vault, used to sign the initialization transaction; initVaultIxs: a struct with ixs to initialize the vault and its lookup table + populateLUTIxs, a list to populate the lookup table which has to be executed in a separate transaction
46
- */
47
- createVaultIxs(vaultConfig: KaminoVaultConfig): Promise<{
48
- vault: TransactionSigner;
49
- lut: Address;
50
- initVaultIxs: InitVaultIxs;
51
- }>;
52
- /**
53
- * This method creates a farm for a vault
54
- * @param signer - the signer of the transaction
55
- * @param vaultSharesMint - the mint of the vault shares
56
- * @param vaultAddress - the address of the vault (it doesn't need to be already initialized)
57
- * @returns a struct with the farm, the setup farm ixs and the update farm ixs
58
- */
59
- createVaultFarm(signer: TransactionSigner, vaultAddress: Address, vaultSharesMint: Address): Promise<CreateVaultFarm>;
60
- /**
61
- * This method creates an instruction to set the shares metadata for a vault
62
- * @param rpc
63
- * @param vaultAdmin
64
- * @param vault - the vault to set the shares metadata for
65
- * @param sharesMint
66
- * @param baseVaultAuthority
67
- * @param tokenName - the name of the token in the vault (symbol; e.g. "USDC" which becomes "kVUSDC")
68
- * @param extraName - the extra string appended to the prefix("Kamino Vault USDC <extraName>")
69
- * @returns - an instruction to set the shares metadata for the vault
70
- */
71
- getSetSharesMetadataIx(rpc: Rpc<SolanaRpcApi>, vaultAdmin: TransactionSigner, vault: Address, sharesMint: Address, baseVaultAuthority: Address, tokenName: string, extraName: string): Promise<Instruction<string, readonly (AccountMeta<string> | import("@solana/kit").AccountLookupMeta<string, string>)[]>>;
72
- /**
73
- * This method updates the vault reserve allocation config for an exiting vault reserve, or adds a new reserve to the vault if it does not exist.
74
- * @param vault - vault to be updated
75
- * @param reserveAllocationConfig - new reserve allocation config
76
- * @param [vaultAdminAuthority] - vault admin - a noop vaultAdminAuthority is provided when absent for multisigs
77
- * @returns - a struct with an instruction to update the reserve allocation and an optional list of instructions to update the lookup table for the allocation changes
78
- */
79
- updateReserveAllocationIxs(vault: KaminoVault, reserveAllocationConfig: ReserveAllocationConfig, vaultAdminAuthority?: TransactionSigner): Promise<UpdateReserveAllocationIxs>;
80
- /**
81
- * This method updates the unallocated weight and cap of a vault (both are optional, if not provided the current values will be used)
82
- * @param vault - the vault to update the unallocated weight and cap for
83
- * @param [vaultAdminAuthority] - vault admin - a noop vaultAdminAuthority is provided when absent for multisigs
84
- * @param [unallocatedWeight] - the new unallocated weight to set. If not provided, the current unallocated weight will be used
85
- * @param [unallocatedCap] - the new unallocated cap to set. If not provided, the current unallocated cap will be used
86
- * @returns - a list of instructions to update the unallocated weight and cap
87
- */
88
- updateVaultUnallocatedWeightAndCapIxs(vault: KaminoVault, vaultAdminAuthority?: TransactionSigner, unallocatedWeight?: BN, unallocatedCap?: BN): Promise<Instruction<string, readonly (AccountMeta<string> | import("@solana/kit").AccountLookupMeta<string, string>)[]>[]>;
89
- /**
90
- * This method withdraws all the funds from a reserve and blocks it from being invested by setting its weight and ctoken allocation to 0
91
- * @param vault - the vault to withdraw the funds from
92
- * @param reserve - the reserve to withdraw the funds from
93
- * @param [vaultAdminAuthority] - vault admin - a noop vaultAdminAuthority is provided when absent for multisigs
94
- * @returns - a struct with an instruction to update the reserve allocation and an optional list of instructions to update the lookup table for the allocation changes
95
- */
96
- withdrawEverythingAndBlockInvestReserve(vault: KaminoVault, reserve: Address, vaultAdminAuthority?: TransactionSigner): Promise<WithdrawAndBlockReserveIxs>;
97
- /**
98
- * This method withdraws all the funds from all the reserves and blocks them from being invested by setting their weight and ctoken allocation to 0
99
- * @param vault - the vault to withdraw the invested funds from
100
- * @param [vaultReservesMap] - optional parameter to pass a map of the vault reserves. If not provided, the reserves will be loaded from the vault
101
- * @param [payer] - optional parameter to pass a different payer for the transaction. If not provided, the admin of the vault will be used; this is the payer for the invest ixs and it should have an ATA and some lamports (2x no_of_reserves) of the token vault
102
- * @returns - a struct with an instruction to update the reserve allocations (set weight and ctoken allocation to 0) and an a list of instructions to disinvest the funds in the reserves
103
- */
104
- withdrawEverythingFromAllReservesAndBlockInvest(vault: KaminoVault, vaultReservesMap?: Map<Address, KaminoReserve>, payer?: TransactionSigner): Promise<WithdrawAndBlockReserveIxs>;
105
- /**
106
- * This method disinvests all the funds from all the reserves and set their weight to 0; for vaults that are managed by external bot/crank, the bot can change the weight and invest in the reserves again
107
- * @param vault - the vault to disinvest the invested funds from
108
- * @param [vaultReservesMap] - optional parameter to pass a map of the vault reserves. If not provided, the reserves will be loaded from the vault
109
- * @param [payer] - optional parameter to pass a different payer for the transaction. If not provided, the admin of the vault will be used; this is the payer for the invest ixs and it should have an ATA and some lamports (2x no_of_reserves) of the token vault
110
- * @returns - a struct with an instruction to update the reserve allocations to 0 weight and a list of instructions to disinvest the funds in the reserves
111
- */
112
- disinvestAllReservesIxs(vault: KaminoVault, vaultReservesMap?: Map<Address, KaminoReserve>, payer?: TransactionSigner): Promise<DisinvestAllReservesIxs>;
113
- /**
114
- * This method removes a reserve from the vault allocation strategy if already part of the allocation strategy
115
- * @param vault - vault to remove the reserve from
116
- * @param reserve - reserve to remove from the vault allocation strategy
117
- * @param [vaultAdminAuthority] - vault admin - a noop vaultAdminAuthority is provided when absent for multisigs
118
- * @returns - an instruction to remove the reserve from the vault allocation strategy or undefined if the reserve is not part of the allocation strategy
119
- */
120
- removeReserveFromAllocationIx(vault: KaminoVault, reserve: Address, vaultAdminAuthority?: TransactionSigner): Promise<Instruction | undefined>;
121
- /**
122
- * Update a field of the vault. If the field is a pubkey it will return an extra instruction to add that account into the lookup table
123
- * @param vault the vault to update
124
- * @param mode the field to update (based on VaultConfigFieldKind enum)
125
- * @param value the value to update the field with
126
- * @param [adminAuthority] the signer of the transaction. Optional. If not provided the admin of the vault will be used. It should be used when changing the admin of the vault if we want to build or batch multiple ixs in the same tx.
127
- * The global admin should be passed in when wanting to change the AllowAllocationsInWhitelistedReservesOnly or AllowInvestInWhitelistedReservesOnly fields to false
128
- * @param [lutIxsSigner] the signer of the transaction to be used for the lookup table instructions. Optional. If not provided the admin of the vault will be used. It should be used when changing the admin of the vault if we want to build or batch multiple ixs in the same tx
129
- * @param [skipLutUpdate] if true, the lookup table instructions will not be included in the returned instructions
130
- * @returns a struct that contains the instruction to update the field and an optional list of instructions to update the lookup table
131
- */
132
- updateVaultConfigIxs(vault: KaminoVault, mode: VaultConfigFieldKind, value: string, adminAuthority?: TransactionSigner, lutIxsSigner?: TransactionSigner, skipLutUpdate?: boolean): Promise<UpdateVaultConfigIxs>;
133
- /**
134
- * Add or update a reserve whitelist entry. This controls whether the reserve is whitelisted for adding/updating
135
- * allocations or for invest, depending on the mode parameter.
136
- *
137
- * @param reserve - Address of the reserve to whitelist
138
- * @param mode - The whitelist mode: either 'Invest' or 'AddAllocation' with a value (1 = allow, 0 = deny)
139
- * @param globalAdmin - The global admin that signs the transaction
140
- * @returns - An instruction to add/update the whitelisted reserve
141
- */
142
- addUpdateWhitelistedReserveIx(reserve: Address, mode: UpdateReserveWhitelistModeKind, globalAdmin: TransactionSigner): Promise<Instruction>;
143
- /** Sets the farm where the shares can be staked. This is store in vault state and a vault can only have one farm, so the new farm will ovveride the old farm
144
- * @param vault - vault to set the farm for
145
- * @param farm - the farm where the vault shares can be staked
146
- * @param [errorOnOverride] - if true, the function will throw an error if the vault already has a farm. If false, it will override the farm
147
- * @param [vaultAdminAuthority] - vault admin - a noop vaultAdminAuthority is provided when absent for multisigs
148
- * @param [lutIxsSigner] - the signer of the transaction to be used for the lookup table instructions. Optional. If not provided the admin of the vault will be used. It should be used when changing the admin of the vault if we want to build or batch multiple ixs in the same tx
149
- * @param [skipLutUpdate] - if true, the lookup table instructions will not be included in the returned instructions
150
- * @returns - a struct that contains the instruction to update the farm and an optional list of instructions to update the lookup table
151
- */
152
- setVaultFarmIxs(vault: KaminoVault, farm: Address, errorOnOverride?: boolean, vaultAdminAuthority?: TransactionSigner, lutIxsSigner?: TransactionSigner, skipLutUpdate?: boolean): Promise<UpdateVaultConfigIxs>;
153
- /**
154
- * This method updates the vault config during vault initialization, within the same transaction
155
- * where the vault is created. Use this when the vault state is not yet committed to the chain
156
- * and cannot be fetched via RPC. For updates to existing vaults, use updateVaultConfigIxs instead.
157
- *
158
- * @param admin - the admin that signs the transaction
159
- * @param vault - address of vault to be updated
160
- * @param mode - the field to be updated
161
- * @param value - the new value for the field to be updated (number or pubkey)
162
- * @returns - an instruction to update the vault config
163
- */
164
- private updateUninitialisedVaultConfigIx;
165
- /**
166
- * This function creates the instruction for the `pendingAdmin` of the vault to accept to become the owner of the vault (step 2/2 of the ownership transfer)
167
- * @param vault - vault to change the ownership for
168
- * @param [pendingAdmin] - pending vault admin - a noop vaultAdminAuthority is provided when absent for multisigs
169
- * @returns - an instruction to accept the ownership of the vault and a list of instructions to update the lookup table
170
- */
171
- acceptVaultOwnershipIxs(vault: KaminoVault, pendingAdmin?: TransactionSigner): Promise<AcceptVaultOwnershipIxs>;
172
- /**
173
- * This function creates the instruction for the admin to give up a part of the pending fees (which will be accounted as part of the vault)
174
- * @param vault - vault to give up pending fees for
175
- * @param maxAmountToGiveUp - the maximum amount of fees to give up, in tokens
176
- * @param [vaultAdminAuthority] - vault admin - a noop vaultAdminAuthority is provided when absent for multisigs
177
- * @returns - an instruction to give up the specified pending fees
178
- */
179
- giveUpPendingFeesIx(vault: KaminoVault, maxAmountToGiveUp: Decimal, vaultAdminAuthority?: TransactionSigner): Promise<Instruction>;
180
- /**
181
- * This method withdraws all the pending fees from the vault to the owner's token ATA
182
- * @param authority - vault admin
183
- * @param vault - vault for which the admin withdraws the pending fees
184
- * @param slot - current slot, used to estimate the interest earned in the different reserves with allocation from the vault
185
- * @param [vaultReservesMap] - a hashmap from each reserve pubkey to the reserve state. Optional. If provided the function will be significantly faster as it will not have to fetch the reserves
186
- * @param [vaultAdminAuthority] - vault admin - a noop vaultAdminAuthority is provided when absent for multisigs
187
- * @returns - list of instructions to withdraw all pending fees, including the ATA creation instructions if needed
188
- */
189
- withdrawPendingFeesIxs(vault: KaminoVault, slot: Slot, vaultReservesMap?: Map<Address, KaminoReserve>, vaultAdminAuthority?: TransactionSigner): Promise<Instruction[]>;
190
- /**
191
- * This function creates instructions to deposit into a vault. It will also create ATA creation instructions for the vault shares that the user receives in return
192
- * @param user - user to deposit
193
- * @param vault - vault to deposit into (if the state is not provided, it will be fetched)
194
- * @param tokenAmount - token amount to be deposited, in decimals (will be converted in lamports)
195
- * @param [vaultReservesMap] - optional parameter; a hashmap from each reserve pubkey to the reserve state. Optional. If provided the function will be significantly faster as it will not have to fetch the reserves
196
- * @param [farmState] - the state of the vault farm, if the vault has a farm. Optional. If not provided, it will be fetched
197
- * @returns - an instance of DepositIxs which contains the instructions to deposit in vault and the instructions to stake the shares in the farm if the vault has a farm
198
- */
199
- depositIxs(user: TransactionSigner, vault: KaminoVault, tokenAmount: Decimal, vaultReservesMap?: Map<Address, KaminoReserve>, farmState?: FarmState): Promise<DepositIxs>;
200
- /**
201
- * This function creates instructions to stake the shares in the vault farm if the vault has a farm
202
- * @param user - user to stake
203
- * @param vault - vault to deposit into its farm (if the state is not provided, it will be fetched)
204
- * @param [sharesAmount] - token amount to be deposited, in decimals (will be converted in lamports). Optional. If not provided, the user's share balance will be used
205
- * @param [farmState] - the state of the vault farm, if the vault has a farm. Optional. If not provided, it will be fetched
206
- * @returns - a list of instructions for the user to stake shares into the vault's farm, including the creation of prerequisite accounts if needed
207
- */
208
- stakeSharesIxs(user: TransactionSigner, vault: KaminoVault, sharesAmount?: Decimal, farmState?: FarmState): Promise<Instruction[]>;
209
- /**
210
- * This function will return a struct with the instructions to unstake from the farm if necessary and the instructions for the missing ATA creation instructions, as well as one or multiple withdraw instructions, based on how many reserves it's needed to withdraw from. This might have to be split in multiple transactions
211
- * @param user - user to withdraw
212
- * @param vault - vault to withdraw from
213
- * @param shareAmount - share amount to withdraw (in tokens, not lamports), in order to withdraw everything, any value > user share amount
214
- * @param slot - current slot, used to estimate the interest earned in the different reserves with allocation from the vault
215
- * @param [vaultReservesMap] - optional parameter; a hashmap from each reserve pubkey to the reserve state. If provided the function will be significantly faster as it will not have to fetch the reserves
216
- * @param [farmState] - the state of the vault farm, if the vault has a farm. Optional. If not provided, it will be fetched
217
- * @returns an array of instructions to create missing ATAs if needed and the withdraw instructions
218
- */
219
- withdrawIxs(user: TransactionSigner, vault: KaminoVault, shareAmountToWithdraw: Decimal, slot: Slot, vaultReservesMap?: Map<Address, KaminoReserve>, farmState?: FarmState): Promise<WithdrawIxs>;
220
- private withdrawFromAvailableIxs;
221
- private withdrawWithReserveIxs;
222
- /**
223
- * This will trigger invest by balancing, based on weights, the reserve allocations of the vault. It can either withdraw or deposit into reserves to balance them. This is a function that should be cranked
224
- * @param payer wallet that pays the tx
225
- * @param vault - vault to invest from
226
- * @param skipComputationChecks - if true, the function will skip the computation checks and will invest all the reserves; it is useful for txs where we update reserve allocations and invest atomically
227
- * @returns - an array of invest instructions for each invest action required for the vault reserves
228
- */
229
- investAllReservesIxs(payer: TransactionSigner, vault: KaminoVault, skipComputationChecks?: boolean): Promise<Instruction[]>;
230
- /**
231
- * This will trigger invest by balancing, based on weights, the reserve allocation of the vault. It can either withdraw or deposit into the given reserve to balance it
232
- * @param payer wallet pubkey - the instruction is permissionless and does not require the vault admin, due to rounding between cTokens and the underlying, the payer may have to contribute 1 or more lamports of the underlying from their token account
233
- * @param vault - vault to invest from
234
- * @param reserve - reserve to invest into or disinvest from
235
- * @param [vaultReservesMap] - optional parameter; a hashmap from each reserve pubkey to the reserve state. If provided the function will be significantly faster as it will not have to fetch the reserves
236
- * @param [createAtaIfNeeded]
237
- * @returns - an array of invest instructions for each invest action required for the vault reserves
238
- */
239
- investSingleReserveIxs(payer: TransactionSigner, vault: KaminoVault, reserve: ReserveWithAddress, vaultReservesMap?: Map<Address, KaminoReserve>, createAtaIfNeeded?: boolean): Promise<Instruction[]>;
240
- /** Convert a string to a u8 representation to be stored on chain */
241
- encodeVaultName(token: string): Uint8Array;
242
- /**Convert an u8 array to a string */
243
- decodeVaultName(token: number[]): string;
244
- /** Helper to serialize value as Buffer for updateVaultConfig instruction */
245
- private getValueForModeAsBuffer;
246
- private sellIx;
247
- private withdrawFromAvailableIx;
248
- private withdrawPendingFeesIx;
249
- /**
250
- * Sync a vault for lookup table; create and set the LUT for the vault if needed and fill it with all the needed accounts
251
- * @param authority - vault admin
252
- * @param vault the vault to sync and set the LUT for if needed
253
- * @param [vaultReservesMap] - optional parameter; a hashmap from each reserve pubkey to the reserve state. Optional. If provided the function will be significantly faster as it will not have to fetch the reserves
254
- * @returns a struct that contains a list of ix to create the LUT and assign it to the vault if needed + a list of ixs to insert all the accounts in the LUT
255
- */
256
- syncVaultLookupTableIxs(authority: TransactionSigner, vault: KaminoVault, vaultReservesMap?: Map<Address, KaminoReserve>): Promise<SyncVaultLUTIxs>;
257
- private getReserveAccountsToInsertInLut;
258
- /** Read the total holdings of a vault and the reserve weights and returns a map from each reserve to how many tokens should be deposited.
259
- * @param vaultState - the vault state to calculate the allocation for
260
- * @param [slot] - the slot for which to calculate the allocation. Optional. If not provided the function will fetch the current slot
261
- * @param [vaultReserves] - a hashmap from each reserve pubkey to the reserve state. Optional. If provided the function will be significantly faster as it will not have to fetch the reserves
262
- * @param [currentSlot] - the latest confirmed slot. Optional. If provided the function will be faster as it will not have to fetch the latest slot
263
- * @returns - a map from each reserve to how many tokens should be invested into
264
- */
265
- getVaultComputedReservesAllocation(vaultState: VaultState, slot?: Slot, vaultReserves?: Map<Address, KaminoReserve>, currentSlot?: Slot): Promise<VaultComputedAllocation>;
266
- private computeReservesAllocation;
267
- /**
268
- * This method returns the user shares balance for a given vault
269
- * @param user - user to calculate the shares balance for
270
- * @param vault - vault to calculate shares balance for
271
- * @returns - user share balance in tokens (not lamports)
272
- */
273
- getUserSharesBalanceSingleVault(user: Address, vault: KaminoVault): Promise<UserSharesForVault>;
274
- /**
275
- * This method returns the user shares balance for all existing vaults
276
- * @param user - user to calculate the shares balance for
277
- * @param [vaultsOverride] - the kamino vaults if already fetched, in order to reduce rpc calls.Optional
278
- * @returns - hash map with keys as vault address and value as user share balance in decimal (not lamports)
279
- */
280
- getUserSharesBalanceAllVaults(user: Address, vaultsOverride?: Array<KaminoVault>): Promise<Map<Address, UserSharesForVault>>;
281
- /**
282
- * This method returns the management and performance fee percentages
283
- * @param vaultState - vault to retrieve the fees percentages from
284
- * @returns - VaultFeesPct containing management and performance fee percentages
285
- */
286
- getVaultFeesPct(vaultState: VaultState): VaultFeesPct;
287
- /**
288
- * This method calculates the token per share value. This will always change based on interest earned from the vault, but calculating it requires a bunch of rpc requests. Caching this for a short duration would be optimal
289
- * @param vaultState - vault state to calculate tokensPerShare for
290
- * @param [slot] - the slot at which we retrieve the tokens per share. Optional. If not provided, the function will fetch the current slot
291
- * @param [vaultReservesMap] - hashmap from each reserve pubkey to the reserve state. Optional. If provided the function will be significantly faster as it will not have to fetch the reserves
292
- * @param [currentSlot] - the latest confirmed slot. Optional. If provided the function will be faster as it will not have to fetch the latest slot
293
- * @returns - token per share value
294
- */
295
- getTokensPerShareSingleVault(vaultOrState: KaminoVault | VaultState, slot?: Slot, vaultReservesMap?: Map<Address, KaminoReserve>, currentSlot?: Slot): Promise<Decimal>;
296
- /**
297
- * This method calculates the token per share value. This will always change based on interest earned from the vault, but calculating it requires a bunch of rpc requests. Caching this for a short duration would be optimal
298
- * @param [vaultsOverride] - a list of vaults to get the tokens per share for; if provided with state it will not fetch the state again. Optional
299
- * @param [vaultReservesMap] - optional parameter; a hashmap from each reserve pubkey to the reserve state. Optional. If provided the function will be significantly faster as it will not have to fetch the reserves
300
- * @param slot - current slot, used to estimate the interest earned in the different reserves with allocation from the vault
301
- * @returns - token per share value
302
- */
303
- getTokensPerShareAllVaults(slot: Slot, vaultsOverride?: Array<KaminoVault>, vaultReservesMap?: Map<Address, KaminoReserve>): Promise<Map<Address, Decimal>>;
304
- /**
305
- * Get all vaults
306
- * @returns an array of all vaults
307
- */
308
- getAllVaults(): Promise<KaminoVault[]>;
309
- /**
310
- * Get all vaults for a given token
311
- * @param token - the token to get all vaults for
312
- * @returns an array of all vaults for the given token
313
- */
314
- getAllVaultsForToken(token: Address): Promise<Array<KaminoVault>>;
315
- private getAllVaultsWithFilter;
316
- /**
317
- * Get a list of kaminoVaults
318
- * @param vaults - a list of vaults to get the states for; if not provided, all vaults will be fetched
319
- * @returns a list of vaults
320
- */
321
- getVaults(vaults?: Array<Address>): Promise<Array<KaminoVault | null>>;
322
- private getVaultsStates;
323
- /**
324
- * This will return the amount of token invested from the vault into the given reserve
325
- * @param vaultState - the kamino vault to get invested amount in reserve for
326
- * @param slot - current slot
327
- * @param reserve - the reserve state to get vault invested amount in
328
- * @returns vault amount supplied in reserve in decimal
329
- */
330
- getSuppliedInReserve(vaultState: VaultState, slot: Slot, reserve: KaminoReserve): Decimal;
331
- /**
332
- * This will return the a map between reserve pubkey and the pct of the vault invested amount in each reserve
333
- * @param vaultState - the kamino vault to get reserves distribution for
334
- * @returns a map between reserve pubkey and the allocation pct for the reserve
335
- */
336
- getAllocationsDistribuionPct(vaultState: VaultState): Map<Address, Decimal>;
337
- /**
338
- * This will return the a map between reserve pubkey and the allocation overview for the reserve
339
- * @param vaultState - the kamino vault to get reserves allocation overview for
340
- * @returns a map between reserve pubkey and the allocation overview for the reserve
341
- */
342
- getVaultAllocations(vaultState: VaultState): Map<Address, ReserveAllocationOverview>;
343
- /**
344
- * This will return an unsorted hash map of all reserves that the given vault has allocations for, toghether with the amount that can be withdrawn from each of the reserves
345
- * @param vault - the kamino vault to get available liquidity to withdraw for
346
- * @param slot - current slot
347
- *@param [vaultReservesMap] - a hashmap from each reserve pubkey to the reserve state
348
- * @returns an HashMap of reserves (key) with the amount available to withdraw for each (value)
349
- */
350
- private getReserveAllocationAvailableLiquidityToWithdraw;
351
- /**
352
- * This will get the list of all reserve pubkeys that the vault has allocations for ex
353
- * @param vault - the vault state to load reserves for
354
- * @returns a hashmap from each reserve pubkey to the reserve state
355
- */
356
- getVaultReserves(vault: VaultState): Address[];
357
- /**
358
- * This will load the onchain state for all the reserves that the vault has allocations for
359
- * @param vaultState - the vault state to load reserves for
360
- * @returns a hashmap from each reserve pubkey to the reserve state
361
- */
362
- loadVaultReserves(vaultState: VaultState): Promise<Map<Address, KaminoReserve>>;
363
- private loadReserializedReserves;
364
- /**
365
- * This will load the onchain state for all the reserves that the vaults have allocations for, deduplicating the reserves
366
- * @param vaults - the vault states to load reserves for
367
- * @param oracleAccounts (optional) all reserve oracle accounts, if not supplied will make an additional rpc call to fetch these accounts
368
- * @returns a hashmap from each reserve pubkey to the reserve state
369
- */
370
- loadVaultsReserves(vaults: VaultState[], oracleAccounts?: AllOracleAccounts): Promise<Map<Address, KaminoReserve>>;
371
- /**
372
- * This will retrieve all the tokens that can be used as collateral by the users who borrow the token in the vault alongside details about the min and max loan to value ratio
373
- * @param vaultState - the vault state to load reserves for
374
- * @param [slot] - the slot for which to retrieve the vault collaterals for. Optional. If not provided the function will fetch the current slot
375
- * @param [vaultReservesMap] - hashmap from each reserve pubkey to the reserve state. Optional. If provided the function will be significantly faster as it will not have to fetch the reserves
376
- * @param [kaminoMarkets] - a list of all the kamino markets. Optional. If provided the function will be significantly faster as it will not have to fetch the markets
377
- * @param oracleAccounts (optional) all reserve oracle accounts, if not supplied will make an additional rpc call to fetch these accounts
378
- * @returns a hashmap from each reserve pubkey to the market overview of the collaterals that can be used and the min and max loan to value ratio in that market
379
- */
380
- getVaultCollaterals(vaultState: VaultState, slot: Slot, vaultReservesMap?: Map<Address, KaminoReserve>, kaminoMarkets?: KaminoMarket[], oracleAccounts?: AllOracleAccounts): Promise<Map<Address, MarketOverview>>;
381
- /**
382
- * This will return an VaultHoldings object which contains the amount available (uninvested) in vault, total amount invested in reseves and a breakdown of the amount invested in each reserve
383
- * @param vault - the kamino vault to get available liquidity to withdraw for
384
- * @param [slot] - the slot for which to calculate the holdings. Optional. If not provided the function will fetch the current slot
385
- * @param [vaultReserves] - a hashmap from each reserve pubkey to the reserve state. Optional. If provided the function will be significantly faster as it will not have to fetch the reserves
386
- * @param [currentSlot] - the latest confirmed slot. Optional. If provided the function will be faster as it will not have to fetch the latest slot
387
- * @returns an VaultHoldings object representing the amount available (uninvested) in vault, total amount invested in reseves and a breakdown of the amount invested in each reserve
388
- */
389
- getVaultHoldings(vault: VaultState, slot?: Slot, vaultReserves?: Map<Address, KaminoReserve>, currentSlot?: Slot): Promise<VaultHoldings>;
390
- /**
391
- * This will return an VaultOverview object that encapsulates all the information about the vault, including the holdings, reserves details, theoretical APY, utilization ratio and total borrowed amount
392
- * @param vault - the kamino vault to get available liquidity to withdraw for
393
- * @param price - the price of the token in the vault (e.g. USDC)
394
- * @param [slot] - the slot for which to retrieve the vault overview for. Optional. If not provided the function will fetch the current slot
395
- * @param [vaultReservesMap] - hashmap from each reserve pubkey to the reserve state. Optional. If provided the function will be significantly faster as it will not have to fetch the reserves
396
- * @param [currentSlot] - the latest confirmed slot. Optional. If provided the function will be faster as it will not have to fetch the latest slot
397
- * @returns an VaultOverview object with details about the tokens available and invested in the vault, denominated in tokens and USD
398
- */
399
- getVaultHoldingsWithPrice(vault: VaultState, price: Decimal, slot?: Slot, vaultReservesMap?: Map<Address, KaminoReserve>, currentSlot?: Slot): Promise<VaultHoldingsWithUSDValue>;
400
- /**
401
- * This will return an VaultOverview object that encapsulates all the information about the vault, including the holdings, reserves details, theoretical APY, utilization ratio and total borrowed amount
402
- * @param vault - the kamino vault to get available liquidity to withdraw for
403
- * @param vaultTokenPrice - the price of the token in the vault (e.g. USDC)
404
- * @param [slot] - the slot for which to retrieve the vault overview for. Optional. If not provided the function will fetch the current slot
405
- * @param [vaultReservesMap] - hashmap from each reserve pubkey to the reserve state. Optional. If provided the function will be significantly faster as it will not have to fetch the reserves
406
- * @param [kaminoMarkets] - a list of all kamino markets. Optional. If provided the function will be significantly faster as it will not have to fetch the markets
407
- * @param [currentSlot] - the latest confirmed slot. Optional. If provided the function will be faster as it will not have to fetch the latest slot
408
- * @param [tokensPrices] - a hashmap from a token pubkey to the price of the token in USD. Optional. If some tokens are not in the map, the function will fetch the price
409
- * @returns an VaultOverview object with details about the tokens available and invested in the vault, denominated in tokens and USD, along sie APYs
410
- */
411
- getVaultOverview(vault: KaminoVault, vaultTokenPrice: Decimal, slot?: Slot, vaultReservesMap?: Map<Address, KaminoReserve>, kaminoMarkets?: KaminoMarket[], currentSlot?: Slot, tokensPrices?: Map<Address, Decimal>): Promise<VaultOverview>;
412
- /**
413
- * This will return an aggregation of the current state of the vault with all the invested amounts and the utilization ratio of the vault
414
- * @param vault - the kamino vault to get available liquidity to withdraw for
415
- * @param slot - current slot
416
- * @param [vaultReservesMap] - hashmap from each reserve pubkey to the reserve state. Optional. If provided the function will be significantly faster as it will not have to fetch the reserves
417
- * @returns an VaultReserveTotalBorrowedAndInvested object with the total invested amount, total borrowed amount and the utilization ratio of the vault
418
- */
419
- getTotalBorrowedAndInvested(vault: VaultState, slot: Slot, vaultReservesMap?: Map<Address, KaminoReserve>): Promise<VaultReserveTotalBorrowedAndInvested>;
420
- /**
421
- * This will return a map of the cumulative rewards issued for all the delegated farms
422
- * @param [vaults] - the vaults to get the cumulative rewards for; if not provided, the function will get the cumulative rewards for all the vaults
423
- * @returns a map of the cumulative rewards issued for all the delegated farms, per token, in lamports
424
- */
425
- getCumulativeDelegatedFarmsRewardsIssuedForAllVaults(vaults?: Address[]): Promise<Map<Address, Decimal>>;
426
- /**
427
- * This will return an overview of each reserve that is part of the vault allocation
428
- * @param vault - the kamino vault to get available liquidity to withdraw for
429
- * @param slot - current slot
430
- * @param [vaultReservesMap] - hashmap from each reserve pubkey to the reserve state. Optional. If provided the function will be significantly faster as it will not have to fetch the reserves
431
- * @returns a hashmap from vault reserve pubkey to ReserveOverview object
432
- */
433
- getVaultReservesDetails(vault: VaultState, slot: Slot, vaultReserves?: Map<Address, KaminoReserve>): Promise<Map<Address, ReserveOverview>>;
434
- /**
435
- * This will return the APY of the vault under the assumption that all the available tokens in the vault are all the time invested in the reserves as requested by the weights; for percentage it needs multiplication by 100
436
- * @param vault - the kamino vault to get APY for
437
- * @param slot - current slot
438
- * @param [vaultReservesMap] - hashmap from each reserve pubkey to the reserve state. Optional. If provided the function will be significantly faster as it will not have to fetch the reserves
439
- * @returns a struct containing estimated gross APY and net APY (gross - vault fees) for the vault
440
- */
441
- getVaultTheoreticalAPY(vault: VaultState, slot: Slot, vaultReservesMap?: Map<Address, KaminoReserve>): Promise<APYs>;
442
- /**
443
- * This will return the APY of the vault based on the current invested amounts; for percentage it needs multiplication by 100
444
- * @param vault - the kamino vault to get APY for
445
- * @param slot - current slot
446
- * @param [vaultReservesMap] - hashmap from each reserve pubkey to the reserve state. Optional. If provided the function will be significantly faster as it will not have to fetch the reserves
447
- * @returns a struct containing estimated gross APY and net APY (gross - vault fees) for the vault
448
- */
449
- getVaultActualAPY(vault: VaultState, slot: Slot, vaultReservesMap?: Map<Address, KaminoReserve>): Promise<APYs>;
450
- /**
451
- * Retrive the total amount of interest earned by the vault since its inception, up to the last interaction with the vault on chain, including what was charged as fees
452
- * @param vaultState the kamino vault state to get total net yield for
453
- * @returns a struct containing a Decimal representing the net number of tokens earned by the vault since its inception and the timestamp of the last fee charge
454
- */
455
- getVaultCumulativeInterest(vaultState: VaultState): Promise<VaultCumulativeInterestWithTimestamp>;
456
- /**
457
- * Simulate the current holdings of the vault and the earned interest
458
- * @param vaultState the kamino vault state to get simulated holdings and earnings for
459
- * @param [vaultReservesMap] - hashmap from each reserve pubkey to the reserve state. Optional. If provided the function will be significantly faster as it will not have to fetch the reserves
460
- * @param [currentSlot] - the current slot. Optional. If not provided it will fetch the current slot
461
- * @param [previousNetAUM] - the previous AUM of the vault to compute the earned interest relative to this value. Optional. If not provided the function will estimate the total AUM at the slot of the last state update on chain
462
- * @param [currentSlot] - the latest confirmed slot. Optional. If provided the function will be faster as it will not have to fetch the latest slot
463
- * @returns a struct of simulated vault holdings and earned interest
464
- */
465
- calculateSimulatedHoldingsWithInterest(vaultState: VaultState, vaultReservesMap?: Map<Address, KaminoReserve>, slot?: Slot, previousNetAUM?: Decimal, currentSlot?: Slot): Promise<SimulatedVaultHoldingsWithEarnedInterest>;
466
- /**
467
- * Simulate the current holdings and compute the fees that would be charged
468
- * @param vaultState the kamino vault state to get simulated fees for
469
- * @param [simulatedCurrentHoldingsWithInterest] the simulated holdings and interest earned by the vault. Optional
470
- * @param [currentTimestamp] the current date. Optional. If not provided it will fetch the current unix timestamp
471
- * @returns a VaultFees struct of simulated management and interest fees
472
- */
473
- calculateSimulatedFees(vaultState: VaultState, simulatedCurrentHoldingsWithInterest?: SimulatedVaultHoldingsWithEarnedInterest, currentTimestamp?: Date): Promise<VaultFees>;
474
- /**
475
- * This will compute the PDA that is used as delegatee in Farms program to compute the user state PDA for vault depositor investing in vault with reserve having a supply farm
476
- */
477
- computeUserFarmStateDelegateePDAForUserInVault(farmsProgramId: Address, vault: Address, reserve: Address, user: Address): Promise<ProgramDerivedAddress>;
478
- /**
479
- * Compute the delegatee PDA for the user farm state for a vault delegate farm
480
- * @param farmProgramID - the program ID of the farm program
481
- * @param vault - the address of the vault
482
- * @param farm - the address of the delegated farm
483
- * @param user - the address of the user
484
- * @returns the PDA of the delegatee user farm state for the delegated farm
485
- */
486
- computeUserFarmStateDelegateePDAForUserInDelegatedVaultFarm(farmProgramID: Address, vault: Address, farm: Address, user: Address): Promise<ProgramDerivedAddress>;
487
- /**
488
- * Compute the user state PDA for a user in a delegated vault farm
489
- * @param farmProgramID - the program ID of the farm program
490
- * @param vault - the address of the vault
491
- * @param farm - the address of the delegated farm
492
- * @param user - the address of the user
493
- * @returns the PDA of the user state for the delegated farm
494
- */
495
- computeUserStatePDAForUserInDelegatedVaultFarm(farmProgramID: Address, vault: Address, farm: Address, user: Address): Promise<Address>;
496
- computeDelegateeForUserInDelegatedFarm(farmProgramID: Address, vault: Address, farm: Address, user: Address): Promise<Address>;
497
- /**
498
- * Read the APY of the farm built on top of the vault (farm in vaultState.vaultFarm)
499
- * @param vault - the vault to read the farm APY for
500
- * @param vaultTokenPrice - the price of the vault token in USD (e.g. 1.0 for USDC)
501
- * @param [farmsClient] - the farms client to use. Optional. If not provided, the function will create a new one
502
- * @param [slot] - the slot to read the farm APY for. Optional. If not provided, the function will read the current slot
503
- * @returns the APY of the farm built on top of the vault
504
- */
505
- getVaultRewardsAPY(vaultOrState: KaminoVault | VaultState, vaultTokenPrice: Decimal, farmsClient?: Farms, slot?: Slot, tokensPrices?: Map<Address, Decimal>): Promise<FarmIncentives>;
506
- /**
507
- * Read the APY of the delegated farm providing incentives for vault depositors
508
- * @param vault - the vault to read the farm APY for
509
- * @param vaultTokenPrice - the price of the vault token in USD (e.g. 1.0 for USDC)
510
- * @param [farmsClient] - the farms client to use. Optional. If not provided, the function will create a new one
511
- * @param [slot] - the slot to read the farm APY for. Optional. If not provided, the function will read the current slot
512
- * @param [tokensPrices] - the prices of the tokens in USD. Optional. If not provided, the function will fetch the prices
513
- * @returns the APY of the delegated farm providing incentives for vault depositors
514
- */
515
- getVaultDelegatedFarmRewardsAPY(vault: KaminoVault, vaultTokenPrice: Decimal, farmsClient?: Farms, slot?: Slot, tokensPrices?: Map<Address, Decimal>): Promise<FarmIncentives>;
516
- /**
517
- * Get all the token mints of the vault, vault farm rewards and the allocation rewards
518
- * @param vaults - the vaults to get the token mints for
519
- * @param [vaultReservesMap] - the vault reserves map to get the reserves for; if not provided, the function will fetch the reserves
520
- * @param farmsMap - the farms map to get the farms for
521
- * @returns a set of token mints
522
- */
523
- getAllVaultsTokenMintsIncludingRewards(vaults: KaminoVault[], vaultReservesMap?: Map<Address, KaminoReserve>, farmsMap?: Map<Address, FarmState>): Promise<Set<Address>>;
524
- getVaultReservesFarmsIncentives(vaultOrState: KaminoVault | VaultState, vaultTokenPrice: Decimal, farmsClient?: Farms, slot?: Slot, vaultReservesMap?: Map<Address, KaminoReserve>, tokensPrices?: Map<Address, Decimal>): Promise<VaultReservesFarmsIncentives>;
525
- getUserPendingRewardsInVaultFarm(user: Address, vault: KaminoVault): Promise<Map<Address, Decimal>>;
526
- getUserPendingRewardsInVaultDelegatedFarm(user: Address, vaultAddress: Address): Promise<Map<Address, Decimal>>;
527
- getDelegatedFarmForVault(vault: Address): Promise<Address | undefined>;
528
- /**
529
- * gets all the delegated farms addresses
530
- * @returns a list of delegated farms addresses
531
- */
532
- getAllDelegatedFarms(): Promise<Address[]>;
533
- /**
534
- * This will return a map of the vault address and the delegated farm address for that vault
535
- * @returns a map of the vault address and the delegated farm address for that vault
536
- */
537
- getVaultsWithDelegatedFarm(): Promise<Map<Address, Address>>;
538
- getUserPendingRewardsInVaultReservesFarms(user: Address, vault: KaminoVault, vaultReservesMap?: Map<Address, KaminoReserve>): Promise<Map<Address, Decimal>>;
539
- getAllPendingRewardsForUserInVault(user: Address, vault: KaminoVault, vaultReservesMap?: Map<Address, KaminoReserve>): Promise<PendingRewardsForUserInVault>;
540
- /**
541
- * This function will return the instructions to claim the rewards for the farm of a vault, the delegated farm of the vault and the reserves farms of the vault
542
- * @param user - the user to claim the rewards
543
- * @param vault - the vault
544
- * @param [vaultReservesMap] - the vault reserves map to get the reserves for; if not provided, the function will fetch the reserves
545
- * @returns the instructions to claim the rewards for the farm of the vault, the delegated farm of the vault and the reserves farms of the vault
546
- */
547
- getClaimAllRewardsForVaultIxs(user: TransactionSigner, vault: KaminoVault, vaultReservesMap?: Map<Address, KaminoReserve>): Promise<Instruction[]>;
548
- /**
549
- * This function will return the instructions to claim the rewards for the farm of a vault
550
- * @param user - the user to claim the rewards
551
- * @param vault - the vault
552
- * @returns the instructions to claim the rewards for the farm of the vault
553
- */
554
- getClaimVaultFarmRewardsIxs(user: TransactionSigner, vault: KaminoVault): Promise<Instruction[]>;
555
- /**
556
- * This function will return the instructions to claim the rewards for the delegated farm of a vault
557
- * @param user - the user to claim the rewards
558
- * @param vault - the vault
559
- * @returns the instructions to claim the rewards for the delegated farm of the vault
560
- */
561
- getClaimVaultDelegatedFarmRewardsIxs(user: TransactionSigner, vault: KaminoVault): Promise<Instruction[]>;
562
- /**
563
- * This function will return the instructions to claim the rewards for the reserves farms of a vault
564
- * @param user - the user to claim the rewards
565
- * @param vault - the vault
566
- * @param [vaultReservesMap] - the vault reserves map to get the reserves for; if not provided, the function will fetch the reserves
567
- * @returns the instructions to claim the rewards for the reserves farms of the vault
568
- */
569
- getClaimVaultReservesFarmsRewardsIxs(user: TransactionSigner, vault: KaminoVault, vaultReservesMap?: Map<Address, KaminoReserve>): Promise<Instruction[]>;
570
- private appendRemainingAccountsForVaultReserves;
571
- }
572
- export declare class KaminoVault {
573
- readonly address: Address;
574
- state: VaultState | undefined | null;
575
- programId: Address;
576
- client: KaminoVaultClient;
577
- vaultReservesStateCache: Map<Address, KaminoReserve> | undefined;
578
- constructor(rpc: Rpc<SolanaRpcApi>, vaultAddress: Address, state?: VaultState, programId?: Address, recentSlotDurationMs?: number);
579
- static loadWithClientAndState(client: KaminoVaultClient, vaultAddress: Address, state: VaultState): KaminoVault;
580
- getState(): Promise<VaultState>;
581
- reloadVaultReserves(): Promise<void>;
582
- reloadState(): Promise<VaultState>;
583
- hasFarm(): Promise<boolean>;
584
- /**
585
- * This will return an VaultHoldings object which contains the amount available (uninvested) in vault, total amount invested in reseves and a breakdown of the amount invested in each reserve
586
- * @returns an VaultHoldings object representing the amount available (uninvested) in vault, total amount invested in reseves and a breakdown of the amount invested in each reserve
587
- */
588
- getVaultHoldings(): Promise<VaultHoldings>;
589
- /**
590
- * This will return the a map between reserve pubkey and the allocation overview for the reserve
591
- * @returns a map between reserve pubkey and the allocation overview for the reserve
592
- */
593
- getVaultAllocations(): Promise<Map<Address, ReserveAllocationOverview>>;
594
- /**
595
- * This will return the APY of the vault based on the current invested amounts and the theoretical APY if all the available tokens were invested
596
- * @returns a struct containing actualAPY and theoreticalAPY for the vault
597
- */
598
- getAPYs(slot?: Slot): Promise<VaultAPYs>;
599
- /**
600
- * This method returns the exchange rate of the vault (tokens per share)
601
- * @returns - Decimal representing the exchange rate (tokens per share)
602
- */
603
- getExchangeRate(slot?: Slot): Promise<Decimal>;
604
- /**
605
- * This method returns the user shares balance for a given vault
606
- * @param user - user to calculate the shares balance for
607
- * @param vault - vault to calculate shares balance for
608
- * @returns - a struct of user share balance (staked in vault farm if the vault has a farm and unstaked) in decimal (not lamports)
609
- */
610
- getUserShares(user: Address): Promise<UserSharesForVault>;
611
- /**
612
- * This function creates instructions to deposit into a vault. It will also create ATA creation instructions for the vault shares that the user receives in return
613
- * @param user - user to deposit
614
- * @param tokenAmount - token amount to be deposited, in decimals (will be converted in lamports)
615
- * @param [vaultReservesMap] - optional parameter; a hashmap from each reserve pubkey to the reserve state. Optional. If provided the function will be significantly faster as it will not have to fetch the reserves
616
- * @param [farmState] - the state of the vault farm, if the vault has a farm. Optional. If not provided, it will be fetched
617
- * @returns - an instance of DepositIxs which contains the instructions to deposit in vault and the instructions to stake the shares in the farm if the vault has a farm
618
- */
619
- depositIxs(user: TransactionSigner, tokenAmount: Decimal, vaultReservesMap?: Map<Address, KaminoReserve>, farmState?: FarmState): Promise<DepositIxs>;
620
- /**
621
- * This function will return the missing ATA creation instructions, as well as one or multiple withdraw instructions, based on how many reserves it's needed to withdraw from. This might have to be split in multiple transactions
622
- * @param user - user to withdraw
623
- * @param shareAmount - share amount to withdraw (in tokens, not lamports), in order to withdraw everything, any value > user share amount
624
- * @param slot - current slot, used to estimate the interest earned in the different reserves with allocation from the vault
625
- * @param [vaultReservesMap] - optional parameter; a hashmap from each reserve pubkey to the reserve state. If provided the function will be significantly faster as it will not have to fetch the reserves
626
- * @param [farmState] - the state of the vault farm, if the vault has a farm. Optional. If not provided, it will be fetched
627
- * @returns an array of instructions to create missing ATAs if needed and the withdraw instructions
628
- */
629
- withdrawIxs(user: TransactionSigner, shareAmount: Decimal, slot?: Slot, vaultReservesMap?: Map<Address, KaminoReserve>, farmState?: FarmState): Promise<WithdrawIxs>;
630
- }
631
- /**
632
- * Used to initialize a Kamino Vault
633
- */
634
- export declare class KaminoVaultConfig {
635
- /** The admin of the vault */
636
- readonly admin: TransactionSigner;
637
- /** The token mint for the vault */
638
- readonly tokenMint: Address;
639
- /** The token mint program id */
640
- readonly tokenMintProgramId: Address;
641
- /** The performance fee rate of the vault, as percents, expressed as a decimal */
642
- readonly performanceFeeRatePercentage: Decimal;
643
- /** The management fee rate of the vault, as percents, expressed as a decimal */
644
- readonly managementFeeRatePercentage: Decimal;
645
- /** The name to be stored on chain for the vault (max 40 characters). */
646
- readonly name: string;
647
- /** The symbol of the vault token to be stored (max 5 characters). E.g. USDC for a vault using USDC as token. */
648
- readonly vaultTokenSymbol: string;
649
- /** The name of the vault token to be stored (max 10 characters), after the prefix `Kamino Vault <vaultTokenSymbol>`. E.g. USDC Vault for a vault using USDC as token. */
650
- readonly vaultTokenName: string;
651
- constructor(args: {
652
- admin: TransactionSigner;
653
- tokenMint: Address;
654
- tokenMintProgramId: Address;
655
- performanceFeeRatePercentage: Decimal;
656
- managementFeeRatePercentage: Decimal;
657
- name: string;
658
- vaultTokenSymbol: string;
659
- vaultTokenName: string;
660
- });
661
- getPerformanceFeeBps(): number;
662
- getManagementFeeBps(): number;
663
- }
664
- export declare class ReserveAllocationConfig {
665
- readonly reserve: ReserveWithAddress;
666
- readonly targetAllocationWeight: number;
667
- readonly allocationCapDecimal: Decimal;
668
- constructor(reserve: ReserveWithAddress, targetAllocationWeight: number, allocationCapDecimal: Decimal);
669
- getAllocationCapLamports(): Decimal;
670
- getReserveState(): Reserve;
671
- getReserveAddress(): Address;
672
- }
673
- export declare function getCTokenVaultPda(vaultAddress: Address, reserveAddress: Address, kaminoVaultProgramId: Address): Promise<Address>;
674
- export declare function getEventAuthorityPda(kaminoVaultProgramId: Address): Promise<Address>;
675
- export declare function getKvaultGlobalConfigPda(kaminoVaultProgramId: Address): Promise<Address>;
676
- export declare function getReserveWhitelistEntryPda(reserveAddress: Address, kaminoVaultProgramId: Address): Promise<Address>;
677
- export type VaultHolder = {
678
- holderPubkey: Address;
679
- amount: Decimal;
680
- };
681
- export type APY = {
682
- grossAPY: Decimal;
683
- netAPY: Decimal;
684
- };
685
- export type VaultAPYs = {
686
- theoreticalAPY: APY;
687
- actualAPY: APY;
688
- };
689
- export declare class VaultHoldings {
690
- available: Decimal;
691
- invested: Decimal;
692
- investedInReserves: Map<Address, Decimal>;
693
- pendingFees: Decimal;
694
- totalAUMIncludingFees: Decimal;
695
- constructor(params: {
696
- available: Decimal;
697
- invested: Decimal;
698
- investedInReserves: Map<Address, Decimal>;
699
- pendingFees: Decimal;
700
- totalAUMIncludingFees: Decimal;
701
- });
702
- asJSON(): {
703
- available: string;
704
- invested: string;
705
- totalAUMIncludingFees: string;
706
- pendingFees: string;
707
- investedInReserves: {
708
- [key: string]: string;
709
- };
710
- };
711
- print(): void;
712
- }
713
- /**
714
- * earnedInterest represents the interest earned from now until the slot provided in the future
715
- */
716
- export type SimulatedVaultHoldingsWithEarnedInterest = {
717
- holdings: VaultHoldings;
718
- earnedInterest: Decimal;
719
- };
720
- export type VaultHoldingsWithUSDValue = {
721
- holdings: VaultHoldings;
722
- availableUSD: Decimal;
723
- investedUSD: Decimal;
724
- investedInReservesUSD: Map<Address, Decimal>;
725
- totalUSDIncludingFees: Decimal;
726
- pendingFeesUSD: Decimal;
727
- };
728
- export type ReserveOverview = {
729
- supplyAPY: Decimal;
730
- utilizationRatio: Decimal;
731
- liquidationThresholdPct: Decimal;
732
- totalBorrowedAmount: Decimal;
733
- amountBorrowedFromSupplied: Decimal;
734
- suppliedAmount: Decimal;
735
- market: Address;
736
- };
737
- export type VaultReserveTotalBorrowedAndInvested = {
738
- totalInvested: Decimal;
739
- totalBorrowed: Decimal;
740
- utilizationRatio: Decimal;
741
- };
742
- export type MarketOverview = {
743
- address: Address;
744
- reservesAsCollateral: ReserveAsCollateral[];
745
- minLTVPct: Decimal;
746
- maxLTVPct: Decimal;
747
- };
748
- export type ReserveAsCollateral = {
749
- mint: Address;
750
- liquidationLTVPct: Decimal;
751
- address: Address;
752
- };
753
- export type VaultOverview = {
754
- holdingsUSD: VaultHoldingsWithUSDValue;
755
- reservesOverview: Map<Address, ReserveOverview>;
756
- vaultCollaterals: Map<Address, MarketOverview>;
757
- theoreticalSupplyAPY: APYs;
758
- actualSupplyAPY: APYs;
759
- vaultFarmIncentives: FarmIncentives;
760
- reservesFarmsIncentives: VaultReservesFarmsIncentives;
761
- delegatedFarmIncentives: FarmIncentives;
762
- totalBorrowed: Decimal;
763
- totalBorrowedUSD: Decimal;
764
- totalSupplied: Decimal;
765
- totalSuppliedUSD: Decimal;
766
- utilizationRatio: Decimal;
767
- };
768
- export type VaultReservesFarmsIncentives = {
769
- reserveFarmsIncentives: Map<Address, FarmIncentives>;
770
- totalIncentivesAPY: Decimal;
771
- };
772
- export type VaultFeesPct = {
773
- managementFeePct: Decimal;
774
- performanceFeePct: Decimal;
775
- };
776
- export type VaultFees = {
777
- managementFee: Decimal;
778
- performanceFee: Decimal;
779
- };
780
- export type VaultCumulativeInterestWithTimestamp = {
781
- cumulativeInterest: Decimal;
782
- timestamp: number;
783
- };
784
- export type PendingRewardsForUserInVault = {
785
- pendingRewardsInVaultFarm: Map<Address, Decimal>;
786
- pendingRewardsInVaultDelegatedFarm: Map<Address, Decimal>;
787
- pendingRewardsInVaultReservesFarms: Map<Address, Decimal>;
788
- totalPendingRewards: Map<Address, Decimal>;
789
- };
790
- //# sourceMappingURL=vault.d.ts.map