@typus/typus-sdk 1.4.84 → 1.5.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 (574) hide show
  1. package/dist/src/auto-bid/token-user-entry.d.ts +9 -9
  2. package/dist/src/auto-bid/token-user-entry.js +24 -24
  3. package/dist/src/auto-bid/user-entry.d.ts +9 -9
  4. package/dist/src/auto-bid/user-entry.js +46 -46
  5. package/dist/src/auto-bid/view-function.js +14 -14
  6. package/dist/src/constants/constant.d.ts +1 -1
  7. package/dist/src/constants/constant.js +1 -1
  8. package/dist/src/constants/token.d.ts +4 -1
  9. package/dist/src/constants/token.js +4 -1
  10. package/dist/src/dice/fetch.js +1 -1
  11. package/dist/src/dice/user-entry.d.ts +11 -11
  12. package/dist/src/dice/user-entry.js +34 -34
  13. package/dist/src/typus/airdrop/authority-entry.d.ts +5 -5
  14. package/dist/src/typus/airdrop/authority-entry.js +10 -10
  15. package/dist/src/typus/airdrop/user-entry.d.ts +3 -3
  16. package/dist/src/typus/airdrop/user-entry.js +2 -2
  17. package/dist/src/typus/airdrop/view-function.js +10 -10
  18. package/dist/src/typus/leaderboard/authority-entry.d.ts +5 -5
  19. package/dist/src/typus/leaderboard/authority-entry.js +9 -4
  20. package/dist/src/typus/leaderboard/view-function.js +13 -13
  21. package/dist/src/typus/tails-staking/authority-entry.d.ts +29 -27
  22. package/dist/src/typus/tails-staking/authority-entry.js +22 -20
  23. package/dist/src/typus/tails-staking/user-entry.d.ts +23 -23
  24. package/dist/src/typus/tails-staking/user-entry.js +30 -30
  25. package/dist/src/typus/tails-staking/view-function.js +14 -14
  26. package/dist/src/typus/user/view-function.js +9 -9
  27. package/dist/src/typus-dov-single-v2/authority-entry.d.ts +4 -4
  28. package/dist/src/typus-dov-single-v2/authority-entry.js +21 -21
  29. package/dist/src/typus-dov-single-v2/function/bidding.d.ts +1 -83
  30. package/dist/src/typus-dov-single-v2/function/bidding.js +9 -182
  31. package/dist/src/typus-dov-single-v2/function/index.d.ts +0 -1
  32. package/dist/src/typus-dov-single-v2/function/index.js +1 -1
  33. package/dist/src/typus-dov-single-v2/function/token.js +3 -1
  34. package/dist/src/typus-dov-single-v2/history/user-history.d.ts +1 -1
  35. package/dist/src/typus-dov-single-v2/history/vault-history.d.ts +1 -2
  36. package/dist/src/typus-dov-single-v2/history/vault-history.js +1 -99
  37. package/dist/src/typus-dov-single-v2/token-user-entry.d.ts +13 -13
  38. package/dist/src/typus-dov-single-v2/token-user-entry.js +29 -29
  39. package/dist/src/typus-dov-single-v2/user-entry.d.ts +20 -20
  40. package/dist/src/typus-dov-single-v2/user-entry.js +61 -59
  41. package/dist/src/typus-dov-single-v2/view-function.js +55 -55
  42. package/dist/src/typus-launch/airdrop/authority-entry.d.ts +3 -3
  43. package/dist/src/typus-launch/airdrop/authority-entry.js +7 -7
  44. package/dist/src/typus-launch/airdrop/user-entry.d.ts +2 -2
  45. package/dist/src/typus-launch/airdrop/user-entry.js +2 -2
  46. package/dist/src/typus-launch/airdrop/view-function.d.ts +1 -0
  47. package/dist/src/typus-launch/airdrop/view-function.js +10 -9
  48. package/dist/src/typus-launch/auction/entry.d.ts +5 -5
  49. package/dist/src/typus-launch/auction/entry.js +4 -4
  50. package/dist/src/typus-launch/auction/view-function.js +17 -17
  51. package/dist/src/typus-launch/funding-vault/authority-entry.d.ts +11 -11
  52. package/dist/src/typus-launch/funding-vault/authority-entry.js +32 -24
  53. package/dist/src/typus-launch/funding-vault/user-entry.d.ts +3 -3
  54. package/dist/src/typus-launch/funding-vault/user-entry.js +6 -6
  55. package/dist/src/typus-launch/funding-vault/view-function.js +29 -29
  56. package/dist/src/typus-launch/improvement-proposal/authority-entry.d.ts +11 -9
  57. package/dist/src/typus-launch/improvement-proposal/authority-entry.js +23 -21
  58. package/dist/src/typus-launch/improvement-proposal/user-entry.d.ts +3 -3
  59. package/dist/src/typus-launch/improvement-proposal/user-entry.js +2 -2
  60. package/dist/src/typus-launch/improvement-proposal/view-function.d.ts +6 -1
  61. package/dist/src/typus-launch/improvement-proposal/view-function.js +43 -35
  62. package/dist/src/typus-launch/option-airdrop/authority-entry.d.ts +5 -5
  63. package/dist/src/typus-launch/option-airdrop/authority-entry.js +6 -6
  64. package/dist/src/typus-launch/ve-typus/authority-entry.d.ts +5 -5
  65. package/dist/src/typus-launch/ve-typus/authority-entry.js +10 -10
  66. package/dist/src/typus-launch/ve-typus/user-entry.d.ts +4 -4
  67. package/dist/src/typus-launch/ve-typus/user-entry.js +9 -6
  68. package/dist/src/typus-launch/ve-typus/view-function.js +18 -18
  69. package/dist/src/typus-nft/fetch.d.ts +2 -2
  70. package/dist/src/typus-nft/user-entry.d.ts +11 -11
  71. package/dist/src/typus-nft/user-entry.js +3 -3
  72. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/ascii/structs.d.ts +16 -6
  73. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/ascii/structs.js +161 -45
  74. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/bit-vector/structs.d.ts +10 -4
  75. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/bit-vector/structs.js +90 -25
  76. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/fixed-point32/structs.d.ts +8 -3
  77. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/fixed-point32/structs.js +84 -23
  78. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/index.d.ts +1 -0
  79. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/index.js +2 -1
  80. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/init.js +4 -0
  81. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/option/structs.d.ts +10 -4
  82. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/option/structs.js +94 -25
  83. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/string/structs.d.ts +10 -4
  84. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/string/structs.js +84 -23
  85. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/type-name/structs.d.ts +8 -3
  86. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/type-name/structs.js +84 -23
  87. package/dist/src/typus-perp/_dependencies/source/0x1/uq32-32/structs.d.ts +46 -0
  88. package/dist/src/typus-perp/_dependencies/source/0x1/uq32-32/structs.js +228 -0
  89. package/dist/src/typus-perp/_dependencies/source/0x1/uq64-64/structs.d.ts +46 -0
  90. package/dist/src/typus-perp/_dependencies/source/0x1/uq64-64/structs.js +228 -0
  91. package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.d.ts +5 -0
  92. package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.js +8 -0
  93. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.js +1 -0
  94. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.d.ts +86 -13
  95. package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.js +793 -0
  96. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.d.ts +14 -5
  97. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.js +52 -10
  98. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.d.ts +8 -3
  99. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.js +105 -28
  100. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.d.ts +8 -3
  101. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.js +108 -28
  102. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/authenticator-state/structs.d.ts +34 -12
  103. package/dist/src/typus-perp/_dependencies/source/0x2/authenticator-state/structs.js +894 -0
  104. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/bag/structs.d.ts +8 -3
  105. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/bag/structs.js +90 -25
  106. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/balance/structs.d.ts +14 -5
  107. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/balance/structs.js +183 -45
  108. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/bcs/structs.d.ts +10 -4
  109. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/bcs/structs.js +84 -23
  110. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/bls12381/structs.d.ts +68 -9
  111. package/dist/src/typus-perp/_dependencies/source/0x2/bls12381/structs.js +820 -0
  112. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/borrow/structs.d.ts +13 -4
  113. package/dist/src/typus-perp/_dependencies/source/0x2/borrow/structs.js +410 -0
  114. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/clock/structs.d.ts +8 -3
  115. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/clock/structs.js +90 -25
  116. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/coin/structs.d.ts +94 -13
  117. package/dist/src/typus-perp/_dependencies/source/0x2/coin/structs.js +1259 -0
  118. package/dist/src/typus-perp/_dependencies/source/0x2/config/structs.d.ts +179 -0
  119. package/dist/src/typus-perp/_dependencies/source/0x2/config/structs.js +577 -0
  120. package/dist/src/typus-perp/_dependencies/source/0x2/deny-list/structs.d.ts +430 -0
  121. package/dist/src/typus-perp/_dependencies/source/0x2/deny-list/structs.js +1177 -0
  122. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/display/structs.d.ts +20 -7
  123. package/dist/src/typus-perp/_dependencies/source/0x2/display/structs.js +584 -0
  124. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/dynamic-field/structs.d.ts +12 -7
  125. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/dynamic-field/structs.js +110 -28
  126. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/dynamic-object-field/structs.d.ts +10 -5
  127. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/dynamic-object-field/structs.js +94 -24
  128. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/groth16/structs.d.ts +28 -10
  129. package/dist/src/typus-perp/_dependencies/source/0x2/groth16/structs.js +710 -0
  130. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/group-ops/structs.d.ts +10 -4
  131. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/group-ops/structs.js +93 -23
  132. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/index.d.ts +1 -0
  133. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/index.js +2 -1
  134. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/init.js +16 -5
  135. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/kiosk/structs.d.ts +62 -21
  136. package/dist/src/typus-perp/_dependencies/source/0x2/kiosk/structs.js +1724 -0
  137. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/kiosk-extension/structs.d.ts +14 -5
  138. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/kiosk-extension/structs.js +185 -48
  139. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/linked-table/structs.d.ts +15 -6
  140. package/dist/src/typus-perp/_dependencies/source/0x2/linked-table/structs.js +438 -0
  141. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object/structs.d.ts +14 -5
  142. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object/structs.js +166 -45
  143. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object-bag/structs.d.ts +8 -3
  144. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object-bag/structs.js +90 -25
  145. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object-table/structs.d.ts +8 -3
  146. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object-table/structs.js +101 -25
  147. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/package/structs.d.ts +28 -10
  148. package/dist/src/typus-perp/_dependencies/source/0x2/package/structs.js +752 -0
  149. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/priority-queue/structs.d.ts +19 -9
  150. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/priority-queue/structs.js +192 -50
  151. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/random/structs.d.ts +22 -8
  152. package/dist/src/typus-perp/_dependencies/source/0x2/random/structs.js +586 -0
  153. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/sui/structs.d.ts +8 -3
  154. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/sui/structs.js +84 -23
  155. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/table/structs.d.ts +8 -3
  156. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/table/structs.js +101 -25
  157. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/table-vec/structs.d.ts +8 -3
  158. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/table-vec/structs.js +93 -23
  159. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/token/structs.d.ts +38 -13
  160. package/dist/src/typus-perp/_dependencies/source/0x2/token/structs.js +1107 -0
  161. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/transfer/structs.d.ts +8 -3
  162. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/transfer/structs.js +99 -25
  163. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/transfer-policy/structs.d.ts +38 -13
  164. package/dist/src/typus-perp/_dependencies/source/0x2/transfer-policy/structs.js +1099 -0
  165. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/tx-context/structs.d.ts +10 -4
  166. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/tx-context/structs.js +108 -28
  167. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/url/structs.d.ts +8 -3
  168. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/url/structs.js +84 -23
  169. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/vec-map/structs.d.ts +23 -13
  170. package/dist/src/typus-perp/_dependencies/source/0x2/vec-map/structs.js +436 -0
  171. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/vec-set/structs.d.ts +10 -4
  172. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/vec-set/structs.js +94 -24
  173. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/versioned/structs.d.ts +14 -5
  174. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/versioned/structs.js +177 -49
  175. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/zklogin-verified-id/structs.d.ts +8 -3
  176. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/zklogin-verified-id/structs.js +113 -29
  177. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/zklogin-verified-issuer/structs.d.ts +8 -3
  178. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/zklogin-verified-issuer/structs.js +98 -26
  179. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.d.ts +1 -0
  180. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.js +2 -1
  181. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.d.ts +8 -3
  182. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.js +84 -23
  183. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.d.ts +2 -0
  184. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.js +3 -1
  185. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.d.ts +8 -3
  186. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.js +84 -23
  187. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.d.ts +14 -5
  188. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.js +186 -50
  189. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.d.ts +40 -14
  190. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.js +1092 -0
  191. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.d.ts +15 -5
  192. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.js +52 -7
  193. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.d.ts +20 -7
  194. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.js +643 -0
  195. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.d.ts +34 -12
  196. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.js +898 -0
  197. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.d.ts +8 -0
  198. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.js +11 -0
  199. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.js +20 -1
  200. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/keyed-big-vector/structs.d.ts +227 -0
  201. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/keyed-big-vector/structs.js +622 -0
  202. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.d.ts +124 -16
  203. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.js +1476 -0
  204. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.d.ts +13 -4
  205. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.js +438 -0
  206. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.d.ts +13 -4
  207. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.js +430 -0
  208. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tails-staking/structs.d.ts +1071 -0
  209. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tails-staking/structs.js +2275 -0
  210. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.d.ts +68 -50
  211. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.js +732 -0
  212. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.d.ts +34 -12
  213. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.js +900 -0
  214. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.d.ts +46 -16
  215. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.js +1335 -0
  216. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.d.ts +9 -0
  217. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.js +12 -0
  218. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.js +4 -3
  219. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/royalty-rule/structs.d.ts +50 -41
  220. package/dist/src/{_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585 → typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828}/royalty-rule/structs.js +227 -103
  221. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.d.ts +76 -55
  222. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.js +886 -0
  223. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.d.ts +8 -3
  224. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.js +93 -23
  225. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.d.ts +247 -136
  226. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.js +2407 -0
  227. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.d.ts +100 -34
  228. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.js +3052 -0
  229. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.d.ts +10 -0
  230. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.js +13 -0
  231. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.js +23 -17
  232. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.d.ts +213 -147
  233. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.js +2846 -0
  234. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.d.ts +58 -20
  235. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.js +1669 -0
  236. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.d.ts +46 -16
  237. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.js +1249 -0
  238. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.d.ts +244 -82
  239. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.js +1869 -0
  240. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.d.ts +8 -3
  241. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.js +115 -30
  242. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.d.ts +534 -74
  243. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.js +7680 -0
  244. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.d.ts +1 -0
  245. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.js +2 -1
  246. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.d.ts +8 -3
  247. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.js +87 -23
  248. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.d.ts +22 -8
  249. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.js +581 -0
  250. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.d.ts +8 -3
  251. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.js +109 -27
  252. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.d.ts +50 -17
  253. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.js +1735 -0
  254. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.d.ts +8 -3
  255. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.js +80 -23
  256. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +3 -0
  257. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +6 -0
  258. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.d.ts +15 -6
  259. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.js +444 -0
  260. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.d.ts +172 -58
  261. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.js +5014 -0
  262. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.d.ts +40 -14
  263. package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.js +1229 -0
  264. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.d.ts +1 -0
  265. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.js +2 -1
  266. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.d.ts +10 -4
  267. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.js +105 -28
  268. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.d.ts +8 -3
  269. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.js +95 -26
  270. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.d.ts +10 -4
  271. package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.js +322 -0
  272. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.d.ts +8 -3
  273. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.js +84 -23
  274. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/batch-price-attestation/structs.d.ts +22 -12
  275. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/batch-price-attestation/structs.js +202 -54
  276. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/contract-upgrade/structs.d.ts +21 -12
  277. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/contract-upgrade/structs.js +172 -48
  278. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/data-source/structs.d.ts +12 -7
  279. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/data-source/structs.js +91 -26
  280. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/event/structs.d.ts +20 -11
  281. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/event/structs.js +171 -47
  282. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance/structs.d.ts +14 -8
  283. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance/structs.js +96 -27
  284. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance-action/structs.d.ts +11 -6
  285. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance-action/structs.js +84 -23
  286. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance-instruction/structs.d.ts +13 -7
  287. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance-instruction/structs.js +100 -27
  288. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/hot-potato-vector/structs.d.ts +12 -6
  289. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/hot-potato-vector/structs.js +94 -24
  290. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/i64/structs.d.ts +11 -6
  291. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/i64/structs.js +90 -25
  292. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/index.d.ts +3 -0
  293. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/index.js +6 -0
  294. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/init.js +1 -0
  295. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/migrate/structs.d.ts +11 -6
  296. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/migrate/structs.js +84 -23
  297. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price/structs.d.ts +11 -6
  298. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price/structs.js +100 -27
  299. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-feed/structs.d.ts +11 -6
  300. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-feed/structs.js +95 -26
  301. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-identifier/structs.d.ts +13 -7
  302. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-identifier/structs.js +84 -23
  303. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-info/structs.d.ts +20 -11
  304. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-info/structs.js +182 -50
  305. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-status/structs.d.ts +11 -6
  306. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-status/structs.js +84 -23
  307. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set/structs.d.ts +20 -10
  308. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set/structs.js +181 -48
  309. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-data-sources/structs.d.ts +13 -7
  310. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-data-sources/structs.js +85 -24
  311. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-fee-recipient/structs.d.ts +11 -6
  312. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-fee-recipient/structs.js +87 -23
  313. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-governance-data-source/structs.d.ts +12 -7
  314. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-governance-data-source/structs.js +96 -27
  315. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-stale-price-threshold/structs.d.ts +11 -6
  316. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-stale-price-threshold/structs.js +84 -23
  317. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-update-fee/structs.d.ts +11 -6
  318. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-update-fee/structs.js +90 -25
  319. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/setup/structs.d.ts +11 -6
  320. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/setup/structs.js +84 -23
  321. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/state/structs.d.ts +30 -17
  322. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/state/structs.js +573 -0
  323. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/version-control/structs.d.ts +130 -0
  324. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/version-control/structs.js +524 -0
  325. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.d.ts +1 -0
  326. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.js +2 -1
  327. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.d.ts +48 -39
  328. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.js +217 -97
  329. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.d.ts +50 -41
  330. package/dist/src/{_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828 → typus-perp/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585}/royalty-rule/structs.js +227 -103
  331. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.d.ts +8 -3
  332. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.js +93 -23
  333. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/bytes20/structs.d.ts +13 -7
  334. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/bytes20/structs.js +84 -23
  335. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/bytes32/structs.d.ts +13 -7
  336. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/bytes32/structs.js +84 -23
  337. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/consumed-vaas/structs.d.ts +11 -6
  338. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/consumed-vaas/structs.js +84 -23
  339. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/cursor/structs.d.ts +12 -6
  340. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/cursor/structs.js +94 -24
  341. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/emitter/structs.d.ts +29 -16
  342. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/emitter/structs.js +531 -0
  343. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/external-address/structs.d.ts +11 -6
  344. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/external-address/structs.js +84 -23
  345. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/fee-collector/structs.d.ts +11 -6
  346. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/fee-collector/structs.js +90 -25
  347. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/governance-message/structs.d.ts +20 -10
  348. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/governance-message/structs.js +460 -0
  349. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian/structs.d.ts +11 -6
  350. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian/structs.js +84 -23
  351. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian-set/structs.d.ts +13 -7
  352. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian-set/structs.js +95 -26
  353. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian-signature/structs.d.ts +11 -6
  354. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian-signature/structs.js +100 -27
  355. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/index.d.ts +3 -0
  356. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/index.js +6 -0
  357. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/migrate/structs.d.ts +11 -6
  358. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/migrate/structs.js +84 -23
  359. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/package-utils/structs.d.ts +38 -21
  360. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/package-utils/structs.js +680 -0
  361. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/publish-message/structs.d.ts +22 -12
  362. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/publish-message/structs.js +449 -0
  363. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/set/structs.d.ts +52 -43
  364. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/set/structs.js +232 -103
  365. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/set-fee/structs.d.ts +20 -11
  366. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/set-fee/structs.js +165 -45
  367. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/setup/structs.d.ts +11 -6
  368. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/setup/structs.js +84 -23
  369. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/state/structs.d.ts +20 -11
  370. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/state/structs.js +455 -0
  371. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/transfer-fee/structs.d.ts +20 -11
  372. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/transfer-fee/structs.js +174 -47
  373. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/update-guardian-set/structs.d.ts +31 -17
  374. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/update-guardian-set/structs.js +252 -69
  375. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/upgrade-contract/structs.d.ts +62 -49
  376. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/upgrade-contract/structs.js +532 -0
  377. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/vaa/structs.d.ts +13 -7
  378. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/vaa/structs.js +125 -32
  379. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/version-control/structs.d.ts +20 -11
  380. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/version-control/structs.js +165 -45
  381. package/dist/src/typus-perp/_framework/init-loader.d.ts +2 -0
  382. package/dist/src/typus-perp/_framework/init-loader.js +63 -0
  383. package/dist/src/{_framework → typus-perp/_framework}/loader.d.ts +3 -3
  384. package/dist/src/{_framework → typus-perp/_framework}/loader.js +14 -5
  385. package/dist/src/{_framework → typus-perp/_framework}/reified.d.ts +28 -20
  386. package/dist/src/{_framework → typus-perp/_framework}/reified.js +11 -37
  387. package/dist/src/typus-perp/_framework/util.d.ts +35 -0
  388. package/dist/src/typus-perp/_framework/util.js +396 -0
  389. package/dist/src/typus-perp/_framework/vector.d.ts +35 -0
  390. package/dist/src/typus-perp/_framework/vector.js +112 -0
  391. package/dist/src/typus-perp/fetch.d.ts +5 -5
  392. package/dist/src/typus-perp/fetch.js +16 -16
  393. package/dist/src/typus-perp/index.d.ts +2 -4
  394. package/dist/src/typus-perp/index.js +5 -64
  395. package/dist/src/typus-perp/readVec.js +9 -9
  396. package/dist/src/typus-perp/typus_perp/admin/functions.d.ts +50 -0
  397. package/dist/src/typus-perp/typus_perp/admin/functions.js +116 -0
  398. package/dist/src/typus-perp/{admin → typus_perp/admin}/structs.d.ts +49 -27
  399. package/dist/src/typus-perp/{admin → typus_perp/admin}/structs.js +117 -21
  400. package/dist/src/typus-perp/typus_perp/index.d.ts +3 -0
  401. package/dist/src/typus-perp/typus_perp/index.js +6 -0
  402. package/dist/src/typus-perp/{init.js → typus_perp/init.js} +13 -26
  403. package/dist/src/typus-perp/typus_perp/lp-pool/functions.d.ts +342 -0
  404. package/dist/src/typus-perp/typus_perp/lp-pool/functions.js +517 -0
  405. package/dist/src/typus-perp/{lp-pool → typus_perp/lp-pool}/structs.d.ts +698 -148
  406. package/dist/src/typus-perp/{lp-pool → typus_perp/lp-pool}/structs.js +1457 -172
  407. package/dist/src/typus-perp/typus_perp/math/functions.d.ts +18 -0
  408. package/dist/src/typus-perp/typus_perp/math/functions.js +49 -0
  409. package/dist/src/typus-perp/typus_perp/oracle/functions.d.ts +13 -0
  410. package/dist/src/typus-perp/typus_perp/oracle/functions.js +25 -0
  411. package/dist/src/typus-perp/{oracle → typus_perp/oracle}/structs.d.ts +20 -11
  412. package/dist/src/typus-perp/{oracle → typus_perp/oracle}/structs.js +52 -10
  413. package/dist/src/typus-perp/typus_perp/position/functions.d.ts +343 -0
  414. package/dist/src/typus-perp/typus_perp/position/functions.js +659 -0
  415. package/dist/src/typus-perp/{position → typus_perp/position}/structs.d.ts +73 -43
  416. package/dist/src/typus-perp/{position → typus_perp/position}/structs.js +177 -38
  417. package/dist/src/typus-perp/typus_perp/symbol/functions.d.ts +9 -0
  418. package/dist/src/typus-perp/typus_perp/symbol/functions.js +33 -0
  419. package/dist/src/typus-perp/{symbol → typus_perp/symbol}/structs.d.ts +11 -6
  420. package/dist/src/typus-perp/{symbol → typus_perp/symbol}/structs.js +23 -4
  421. package/dist/src/typus-perp/typus_perp/tlp/functions.d.ts +19 -0
  422. package/dist/src/typus-perp/typus_perp/tlp/functions.js +41 -0
  423. package/dist/src/typus-perp/{tlp → typus_perp/tlp}/structs.d.ts +20 -11
  424. package/dist/src/typus-perp/{tlp → typus_perp/tlp}/structs.js +61 -13
  425. package/dist/src/typus-perp/typus_perp/token-interface/functions.d.ts +11 -0
  426. package/dist/src/typus-perp/{token-interface → typus_perp/token-interface}/functions.js +6 -6
  427. package/dist/src/typus-perp/typus_perp/trading/functions.d.ts +493 -0
  428. package/dist/src/typus-perp/typus_perp/trading/functions.js +711 -0
  429. package/dist/src/typus-perp/{trading → typus_perp/trading}/structs.d.ts +523 -161
  430. package/dist/src/typus-perp/{trading → typus_perp/trading}/structs.js +1042 -107
  431. package/dist/src/typus-perp/typus_perp/treasury-caps/functions.d.ts +9 -0
  432. package/dist/src/typus-perp/{treasury-caps → typus_perp/treasury-caps}/functions.js +14 -11
  433. package/dist/src/typus-perp/{treasury-caps → typus_perp/treasury-caps}/structs.d.ts +11 -6
  434. package/dist/src/typus-perp/{treasury-caps → typus_perp/treasury-caps}/structs.js +32 -7
  435. package/dist/src/typus-perp/typus_stake_pool/admin/functions.d.ts +50 -0
  436. package/dist/src/typus-perp/typus_stake_pool/admin/functions.js +116 -0
  437. package/dist/src/typus-perp/typus_stake_pool/admin/structs.d.ts +447 -0
  438. package/dist/src/typus-perp/typus_stake_pool/admin/structs.js +898 -0
  439. package/dist/src/typus-perp/typus_stake_pool/index.d.ts +3 -0
  440. package/dist/src/typus-perp/typus_stake_pool/index.js +6 -0
  441. package/dist/src/typus-perp/typus_stake_pool/init.d.ts +2 -0
  442. package/dist/src/typus-perp/typus_stake_pool/init.js +57 -0
  443. package/dist/src/typus-perp/typus_stake_pool/stake-pool/functions.d.ts +175 -0
  444. package/dist/src/typus-perp/typus_stake_pool/stake-pool/functions.js +275 -0
  445. package/dist/src/typus-perp/{stake-pool → typus_stake_pool/stake-pool}/structs.d.ts +293 -185
  446. package/dist/src/typus-perp/{stake-pool → typus_stake_pool/stake-pool}/structs.js +659 -235
  447. package/dist/src/typus-perp/user/order.d.ts +10 -10
  448. package/dist/src/typus-perp/user/order.js +6 -5
  449. package/dist/src/typus-perp/user/orderWithBidReceipt.d.ts +5 -5
  450. package/dist/src/typus-perp/user/orderWithBidReceipt.js +3 -3
  451. package/dist/src/typus-perp/user/tlp.d.ts +12 -12
  452. package/dist/src/typus-perp/user/tlp.js +13 -11
  453. package/dist/src/typus-safu/user-entry.d.ts +9 -9
  454. package/dist/src/typus-safu/user-entry.js +18 -18
  455. package/dist/src/typus-safu/user-history.d.ts +1 -1
  456. package/dist/src/typus-safu/user-history.js +1 -1
  457. package/dist/src/typus-safu/view-function.js +17 -17
  458. package/dist/src/utils/api/price.js +18 -2
  459. package/dist/src/utils/api/sentio/reward-generated.d.ts +1 -1
  460. package/dist/src/utils/mint.d.ts +2 -2
  461. package/dist/src/utils/mint.js +3 -3
  462. package/dist/src/utils/pyth/constant.d.ts +2 -0
  463. package/dist/src/utils/pyth/constant.js +2 -0
  464. package/dist/src/utils/pyth/pythClient.d.ts +3 -3
  465. package/dist/src/utils/typusConfig.d.ts +8 -2
  466. package/package.json +4 -5
  467. package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.d.ts +0 -2
  468. package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.js +0 -5
  469. package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.js +0 -377
  470. package/dist/src/_dependencies/source/0x2/authenticator-state/structs.js +0 -565
  471. package/dist/src/_dependencies/source/0x2/bls12381/structs.js +0 -434
  472. package/dist/src/_dependencies/source/0x2/borrow/structs.js +0 -267
  473. package/dist/src/_dependencies/source/0x2/coin/structs.js +0 -648
  474. package/dist/src/_dependencies/source/0x2/deny-list/structs.d.ts +0 -178
  475. package/dist/src/_dependencies/source/0x2/deny-list/structs.js +0 -290
  476. package/dist/src/_dependencies/source/0x2/display/structs.js +0 -362
  477. package/dist/src/_dependencies/source/0x2/groth16/structs.js +0 -464
  478. package/dist/src/_dependencies/source/0x2/kiosk/structs.js +0 -1033
  479. package/dist/src/_dependencies/source/0x2/linked-table/structs.js +0 -272
  480. package/dist/src/_dependencies/source/0x2/package/structs.js +0 -478
  481. package/dist/src/_dependencies/source/0x2/random/structs.js +0 -383
  482. package/dist/src/_dependencies/source/0x2/token/structs.js +0 -651
  483. package/dist/src/_dependencies/source/0x2/transfer-policy/structs.js +0 -665
  484. package/dist/src/_dependencies/source/0x2/vec-map/structs.js +0 -286
  485. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.js +0 -669
  486. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.js +0 -402
  487. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.js +0 -566
  488. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.d.ts +0 -2
  489. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.js +0 -5
  490. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.js +0 -774
  491. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.js +0 -272
  492. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.js +0 -276
  493. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.js +0 -471
  494. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.js +0 -563
  495. package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.js +0 -789
  496. package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.d.ts +0 -2
  497. package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.js +0 -5
  498. package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.js +0 -562
  499. package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.js +0 -1331
  500. package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.js +0 -1706
  501. package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.d.ts +0 -2
  502. package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.js +0 -5
  503. package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.js +0 -1643
  504. package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.js +0 -971
  505. package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.js +0 -750
  506. package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.js +0 -933
  507. package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.js +0 -3796
  508. package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.js +0 -382
  509. package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.js +0 -959
  510. package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +0 -2
  511. package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +0 -5
  512. package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.js +0 -274
  513. package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.js +0 -2830
  514. package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.js +0 -711
  515. package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.js +0 -212
  516. package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.js +0 -348
  517. package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.js +0 -298
  518. package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.d.ts +0 -2
  519. package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.js +0 -5
  520. package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.js +0 -438
  521. package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.js +0 -297
  522. package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.js +0 -303
  523. package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.js +0 -349
  524. package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.d.ts +0 -2
  525. package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.js +0 -5
  526. package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.js +0 -363
  527. package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.d.ts +0 -79
  528. package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.js +0 -256
  529. package/dist/src/_framework/init-source.d.ts +0 -1
  530. package/dist/src/_framework/init-source.js +0 -64
  531. package/dist/src/_framework/util.d.ts +0 -53
  532. package/dist/src/_framework/util.js +0 -251
  533. package/dist/src/typus-perp/admin/functions.d.ts +0 -51
  534. package/dist/src/typus-perp/admin/functions.js +0 -100
  535. package/dist/src/typus-perp/lp-pool/functions.d.ts +0 -283
  536. package/dist/src/typus-perp/lp-pool/functions.js +0 -418
  537. package/dist/src/typus-perp/math/functions.d.ts +0 -18
  538. package/dist/src/typus-perp/math/functions.js +0 -40
  539. package/dist/src/typus-perp/oracle/functions.d.ts +0 -14
  540. package/dist/src/typus-perp/oracle/functions.js +0 -22
  541. package/dist/src/typus-perp/position/functions.d.ts +0 -339
  542. package/dist/src/typus-perp/position/functions.js +0 -564
  543. package/dist/src/typus-perp/stake-pool/functions.d.ts +0 -169
  544. package/dist/src/typus-perp/stake-pool/functions.js +0 -258
  545. package/dist/src/typus-perp/symbol/functions.d.ts +0 -10
  546. package/dist/src/typus-perp/symbol/functions.js +0 -20
  547. package/dist/src/typus-perp/tlp/functions.d.ts +0 -20
  548. package/dist/src/typus-perp/tlp/functions.js +0 -35
  549. package/dist/src/typus-perp/token-interface/functions.d.ts +0 -12
  550. package/dist/src/typus-perp/trading/functions.d.ts +0 -427
  551. package/dist/src/typus-perp/trading/functions.js +0 -612
  552. package/dist/src/typus-perp/treasury-caps/functions.d.ts +0 -10
  553. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/init.d.ts +0 -0
  554. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.d.ts +0 -0
  555. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/init.d.ts +0 -0
  556. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.d.ts +0 -0
  557. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.js +0 -0
  558. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.d.ts +0 -0
  559. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.js +0 -0
  560. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.d.ts +0 -0
  561. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.d.ts +0 -0
  562. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.d.ts +0 -0
  563. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.d.ts +0 -0
  564. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.js +0 -0
  565. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.d.ts +0 -0
  566. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.js +0 -0
  567. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.d.ts +0 -0
  568. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.js +0 -0
  569. package/dist/src/{_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/init.d.ts +0 -0
  570. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585}/init.d.ts +0 -0
  571. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.js +2 -2
  572. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/init.d.ts +0 -0
  573. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/init.js +4 -4
  574. /package/dist/src/typus-perp/{init.d.ts → typus_perp/init.d.ts} +0 -0
@@ -1,9 +1,11 @@
1
1
  import * as reified from "../../_framework/reified";
2
2
  import { TypeName } from "../../_dependencies/source/0x1/type-name/structs";
3
3
  import { UID } from "../../_dependencies/source/0x2/object/structs";
4
- import { PhantomReified, Reified, StructClass, ToField, ToTypeStr, Vector } from "../../_framework/reified";
4
+ import { PhantomReified, Reified, StructClass, ToField, ToTypeStr } from "../../_framework/reified";
5
5
  import { FieldsWithTypes } from "../../_framework/util";
6
- import { SuiClient, SuiParsedData } from "@mysten/sui.js/client";
6
+ import { Vector } from "../../_framework/vector";
7
+ import { PKG_V1 } from "../index";
8
+ import { SuiClient, SuiObjectData, SuiParsedData } from "@mysten/sui/client";
7
9
  export declare function isConfig(type: string): boolean;
8
10
  export interface ConfigFields {
9
11
  oracleId: ToField<"address">;
@@ -14,11 +16,14 @@ export interface ConfigFields {
14
16
  }
15
17
  export type ConfigReified = Reified<Config, ConfigFields>;
16
18
  export declare class Config implements StructClass {
17
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::Config";
19
+ __StructClass: true;
20
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::Config";
18
21
  static readonly $numTypeParams = 0;
19
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::Config";
20
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::Config";
22
+ static readonly $isPhantom: readonly [];
23
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::Config";
24
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::Config`;
21
25
  readonly $typeArgs: [];
26
+ readonly $isPhantom: readonly [];
22
27
  readonly oracleId: ToField<"address">;
23
28
  readonly liquidityTokenDecimal: ToField<"u64">;
24
29
  readonly spotConfig: ToField<SpotConfig>;
@@ -28,8 +33,8 @@ export declare class Config implements StructClass {
28
33
  static reified(): ConfigReified;
29
34
  static get r(): reified.StructClassReified<Config, ConfigFields>;
30
35
  static phantom(): PhantomReified<ToTypeStr<Config>>;
31
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::Config">;
32
- static get bcs(): import("@mysten/bcs").BcsType<{
36
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::Config">;
37
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
33
38
  oracle_id: string;
34
39
  liquidity_token_decimal: string;
35
40
  spot_config: {
@@ -150,6 +155,7 @@ export declare class Config implements StructClass {
150
155
  static fromJSONField(field: any): Config;
151
156
  static fromJSON(json: Record<string, any>): Config;
152
157
  static fromSuiParsedData(content: SuiParsedData): Config;
158
+ static fromSuiObjectData(data: SuiObjectData): Config;
153
159
  static fetch(client: SuiClient, id: string): Promise<Config>;
154
160
  }
155
161
  export declare function isState(type: string): boolean;
@@ -167,11 +173,14 @@ export interface StateFields {
167
173
  }
168
174
  export type StateReified = Reified<State, StateFields>;
169
175
  export declare class State implements StructClass {
170
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::State";
176
+ __StructClass: true;
177
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::State";
171
178
  static readonly $numTypeParams = 0;
172
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::State";
173
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::State";
179
+ static readonly $isPhantom: readonly [];
180
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::State";
181
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::State`;
174
182
  readonly $typeArgs: [];
183
+ readonly $isPhantom: readonly [];
175
184
  readonly liquidityAmount: ToField<"u64">;
176
185
  readonly valueInUsd: ToField<"u64">;
177
186
  readonly reservedAmount: ToField<"u64">;
@@ -186,8 +195,8 @@ export declare class State implements StructClass {
186
195
  static reified(): StateReified;
187
196
  static get r(): reified.StructClassReified<State, StateFields>;
188
197
  static phantom(): PhantomReified<ToTypeStr<State>>;
189
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::State">;
190
- static get bcs(): import("@mysten/bcs").BcsType<{
198
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::State">;
199
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
191
200
  liquidity_amount: string;
192
201
  value_in_usd: string;
193
202
  reserved_amount: string;
@@ -244,8 +253,79 @@ export declare class State implements StructClass {
244
253
  static fromJSONField(field: any): State;
245
254
  static fromJSON(json: Record<string, any>): State;
246
255
  static fromSuiParsedData(content: SuiParsedData): State;
256
+ static fromSuiObjectData(data: SuiObjectData): State;
247
257
  static fetch(client: SuiClient, id: string): Promise<State>;
248
258
  }
259
+ export declare function isRegistry(type: string): boolean;
260
+ export interface RegistryFields {
261
+ id: ToField<UID>;
262
+ numPool: ToField<"u64">;
263
+ liquidityPoolRegistry: ToField<UID>;
264
+ }
265
+ export type RegistryReified = Reified<Registry, RegistryFields>;
266
+ export declare class Registry implements StructClass {
267
+ __StructClass: true;
268
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::Registry";
269
+ static readonly $numTypeParams = 0;
270
+ static readonly $isPhantom: readonly [];
271
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::Registry";
272
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::Registry`;
273
+ readonly $typeArgs: [];
274
+ readonly $isPhantom: readonly [];
275
+ readonly id: ToField<UID>;
276
+ readonly numPool: ToField<"u64">;
277
+ readonly liquidityPoolRegistry: ToField<UID>;
278
+ private constructor();
279
+ static reified(): RegistryReified;
280
+ static get r(): reified.StructClassReified<Registry, RegistryFields>;
281
+ static phantom(): PhantomReified<ToTypeStr<Registry>>;
282
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::Registry">;
283
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
284
+ id: {
285
+ id: {
286
+ bytes: string;
287
+ };
288
+ };
289
+ num_pool: string;
290
+ liquidity_pool_registry: {
291
+ id: {
292
+ bytes: string;
293
+ };
294
+ };
295
+ }, {
296
+ id: {
297
+ id: {
298
+ bytes: string;
299
+ };
300
+ };
301
+ num_pool: string | number | bigint;
302
+ liquidity_pool_registry: {
303
+ id: {
304
+ bytes: string;
305
+ };
306
+ };
307
+ }>;
308
+ static fromFields(fields: Record<string, any>): Registry;
309
+ static fromFieldsWithTypes(item: FieldsWithTypes): Registry;
310
+ static fromBcs(data: Uint8Array): Registry;
311
+ toJSONField(): {
312
+ id: string;
313
+ numPool: string;
314
+ liquidityPoolRegistry: string;
315
+ };
316
+ toJSON(): {
317
+ id: string;
318
+ numPool: string;
319
+ liquidityPoolRegistry: string;
320
+ $typeName: string;
321
+ $typeArgs: [];
322
+ };
323
+ static fromJSONField(field: any): Registry;
324
+ static fromJSON(json: Record<string, any>): Registry;
325
+ static fromSuiParsedData(content: SuiParsedData): Registry;
326
+ static fromSuiObjectData(data: SuiObjectData): Registry;
327
+ static fetch(client: SuiClient, id: string): Promise<Registry>;
328
+ }
249
329
  export declare function isAddLiquidityTokenEvent(type: string): boolean;
250
330
  export interface AddLiquidityTokenEventFields {
251
331
  sender: ToField<"address">;
@@ -257,11 +337,14 @@ export interface AddLiquidityTokenEventFields {
257
337
  }
258
338
  export type AddLiquidityTokenEventReified = Reified<AddLiquidityTokenEvent, AddLiquidityTokenEventFields>;
259
339
  export declare class AddLiquidityTokenEvent implements StructClass {
260
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::AddLiquidityTokenEvent";
340
+ __StructClass: true;
341
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::AddLiquidityTokenEvent";
261
342
  static readonly $numTypeParams = 0;
262
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::AddLiquidityTokenEvent";
263
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::AddLiquidityTokenEvent";
343
+ static readonly $isPhantom: readonly [];
344
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::AddLiquidityTokenEvent";
345
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::AddLiquidityTokenEvent`;
264
346
  readonly $typeArgs: [];
347
+ readonly $isPhantom: readonly [];
265
348
  readonly sender: ToField<"address">;
266
349
  readonly index: ToField<"u64">;
267
350
  readonly tokenType: ToField<TypeName>;
@@ -272,8 +355,8 @@ export declare class AddLiquidityTokenEvent implements StructClass {
272
355
  static reified(): AddLiquidityTokenEventReified;
273
356
  static get r(): reified.StructClassReified<AddLiquidityTokenEvent, AddLiquidityTokenEventFields>;
274
357
  static phantom(): PhantomReified<ToTypeStr<AddLiquidityTokenEvent>>;
275
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::AddLiquidityTokenEvent">;
276
- static get bcs(): import("@mysten/bcs").BcsType<{
358
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::AddLiquidityTokenEvent">;
359
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
277
360
  sender: string;
278
361
  index: string;
279
362
  token_type: {
@@ -484,6 +567,7 @@ export declare class AddLiquidityTokenEvent implements StructClass {
484
567
  static fromJSONField(field: any): AddLiquidityTokenEvent;
485
568
  static fromJSON(json: Record<string, any>): AddLiquidityTokenEvent;
486
569
  static fromSuiParsedData(content: SuiParsedData): AddLiquidityTokenEvent;
570
+ static fromSuiObjectData(data: SuiObjectData): AddLiquidityTokenEvent;
487
571
  static fetch(client: SuiClient, id: string): Promise<AddLiquidityTokenEvent>;
488
572
  }
489
573
  export declare function isBurnLpEvent(type: string): boolean;
@@ -500,11 +584,14 @@ export interface BurnLpEventFields {
500
584
  }
501
585
  export type BurnLpEventReified = Reified<BurnLpEvent, BurnLpEventFields>;
502
586
  export declare class BurnLpEvent implements StructClass {
503
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::BurnLpEvent";
587
+ __StructClass: true;
588
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::BurnLpEvent";
504
589
  static readonly $numTypeParams = 0;
505
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::BurnLpEvent";
506
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::BurnLpEvent";
590
+ static readonly $isPhantom: readonly [];
591
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::BurnLpEvent";
592
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::BurnLpEvent`;
507
593
  readonly $typeArgs: [];
594
+ readonly $isPhantom: readonly [];
508
595
  readonly sender: ToField<"address">;
509
596
  readonly index: ToField<"u64">;
510
597
  readonly lpTokenType: ToField<TypeName>;
@@ -518,8 +605,8 @@ export declare class BurnLpEvent implements StructClass {
518
605
  static reified(): BurnLpEventReified;
519
606
  static get r(): reified.StructClassReified<BurnLpEvent, BurnLpEventFields>;
520
607
  static phantom(): PhantomReified<ToTypeStr<BurnLpEvent>>;
521
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::BurnLpEvent">;
522
- static get bcs(): import("@mysten/bcs").BcsType<{
608
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::BurnLpEvent">;
609
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
523
610
  sender: string;
524
611
  index: string;
525
612
  lp_token_type: {
@@ -600,8 +687,91 @@ export declare class BurnLpEvent implements StructClass {
600
687
  static fromJSONField(field: any): BurnLpEvent;
601
688
  static fromJSON(json: Record<string, any>): BurnLpEvent;
602
689
  static fromSuiParsedData(content: SuiParsedData): BurnLpEvent;
690
+ static fromSuiObjectData(data: SuiObjectData): BurnLpEvent;
603
691
  static fetch(client: SuiClient, id: string): Promise<BurnLpEvent>;
604
692
  }
693
+ export declare function isCompleteRemoveLiquidityTokenProcessEvent(type: string): boolean;
694
+ export interface CompleteRemoveLiquidityTokenProcessEventFields {
695
+ index: ToField<"u64">;
696
+ liquidityToken: ToField<TypeName>;
697
+ removedUsd: ToField<"u64">;
698
+ repaidUsd: ToField<"u64">;
699
+ u64Padding: ToField<Vector<"u64">>;
700
+ }
701
+ export type CompleteRemoveLiquidityTokenProcessEventReified = Reified<CompleteRemoveLiquidityTokenProcessEvent, CompleteRemoveLiquidityTokenProcessEventFields>;
702
+ export declare class CompleteRemoveLiquidityTokenProcessEvent implements StructClass {
703
+ __StructClass: true;
704
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::CompleteRemoveLiquidityTokenProcessEvent";
705
+ static readonly $numTypeParams = 0;
706
+ static readonly $isPhantom: readonly [];
707
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::CompleteRemoveLiquidityTokenProcessEvent";
708
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::CompleteRemoveLiquidityTokenProcessEvent`;
709
+ readonly $typeArgs: [];
710
+ readonly $isPhantom: readonly [];
711
+ readonly index: ToField<"u64">;
712
+ readonly liquidityToken: ToField<TypeName>;
713
+ readonly removedUsd: ToField<"u64">;
714
+ readonly repaidUsd: ToField<"u64">;
715
+ readonly u64Padding: ToField<Vector<"u64">>;
716
+ private constructor();
717
+ static reified(): CompleteRemoveLiquidityTokenProcessEventReified;
718
+ static get r(): reified.StructClassReified<CompleteRemoveLiquidityTokenProcessEvent, CompleteRemoveLiquidityTokenProcessEventFields>;
719
+ static phantom(): PhantomReified<ToTypeStr<CompleteRemoveLiquidityTokenProcessEvent>>;
720
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::CompleteRemoveLiquidityTokenProcessEvent">;
721
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
722
+ index: string;
723
+ liquidity_token: {
724
+ name: {
725
+ bytes: number[];
726
+ };
727
+ };
728
+ removed_usd: string;
729
+ repaid_usd: string;
730
+ u64_padding: string[];
731
+ }, {
732
+ index: string | number | bigint;
733
+ liquidity_token: {
734
+ name: {
735
+ bytes: Iterable<number> & {
736
+ length: number;
737
+ };
738
+ };
739
+ };
740
+ removed_usd: string | number | bigint;
741
+ repaid_usd: string | number | bigint;
742
+ u64_padding: Iterable<string | number | bigint> & {
743
+ length: number;
744
+ };
745
+ }>;
746
+ static fromFields(fields: Record<string, any>): CompleteRemoveLiquidityTokenProcessEvent;
747
+ static fromFieldsWithTypes(item: FieldsWithTypes): CompleteRemoveLiquidityTokenProcessEvent;
748
+ static fromBcs(data: Uint8Array): CompleteRemoveLiquidityTokenProcessEvent;
749
+ toJSONField(): {
750
+ index: string;
751
+ liquidityToken: {
752
+ name: string;
753
+ };
754
+ removedUsd: string;
755
+ repaidUsd: string;
756
+ u64Padding: string[];
757
+ };
758
+ toJSON(): {
759
+ index: string;
760
+ liquidityToken: {
761
+ name: string;
762
+ };
763
+ removedUsd: string;
764
+ repaidUsd: string;
765
+ u64Padding: string[];
766
+ $typeName: string;
767
+ $typeArgs: [];
768
+ };
769
+ static fromJSONField(field: any): CompleteRemoveLiquidityTokenProcessEvent;
770
+ static fromJSON(json: Record<string, any>): CompleteRemoveLiquidityTokenProcessEvent;
771
+ static fromSuiParsedData(content: SuiParsedData): CompleteRemoveLiquidityTokenProcessEvent;
772
+ static fromSuiObjectData(data: SuiObjectData): CompleteRemoveLiquidityTokenProcessEvent;
773
+ static fetch(client: SuiClient, id: string): Promise<CompleteRemoveLiquidityTokenProcessEvent>;
774
+ }
605
775
  export declare function isLiquidityPool(type: string): boolean;
606
776
  export interface LiquidityPoolFields {
607
777
  id: ToField<UID>;
@@ -615,11 +785,14 @@ export interface LiquidityPoolFields {
615
785
  }
616
786
  export type LiquidityPoolReified = Reified<LiquidityPool, LiquidityPoolFields>;
617
787
  export declare class LiquidityPool implements StructClass {
618
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::LiquidityPool";
788
+ __StructClass: true;
789
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::LiquidityPool";
619
790
  static readonly $numTypeParams = 0;
620
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::LiquidityPool";
621
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::LiquidityPool";
791
+ static readonly $isPhantom: readonly [];
792
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::LiquidityPool";
793
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::LiquidityPool`;
622
794
  readonly $typeArgs: [];
795
+ readonly $isPhantom: readonly [];
623
796
  readonly id: ToField<UID>;
624
797
  readonly index: ToField<"u64">;
625
798
  readonly lpTokenType: ToField<TypeName>;
@@ -632,8 +805,8 @@ export declare class LiquidityPool implements StructClass {
632
805
  static reified(): LiquidityPoolReified;
633
806
  static get r(): reified.StructClassReified<LiquidityPool, LiquidityPoolFields>;
634
807
  static phantom(): PhantomReified<ToTypeStr<LiquidityPool>>;
635
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::LiquidityPool">;
636
- static get bcs(): import("@mysten/bcs").BcsType<{
808
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::LiquidityPool">;
809
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
637
810
  id: {
638
811
  id: {
639
812
  bytes: string;
@@ -930,6 +1103,7 @@ export declare class LiquidityPool implements StructClass {
930
1103
  static fromJSONField(field: any): LiquidityPool;
931
1104
  static fromJSON(json: Record<string, any>): LiquidityPool;
932
1105
  static fromSuiParsedData(content: SuiParsedData): LiquidityPool;
1106
+ static fromSuiObjectData(data: SuiObjectData): LiquidityPool;
933
1107
  static fetch(client: SuiClient, id: string): Promise<LiquidityPool>;
934
1108
  }
935
1109
  export declare function isLiquidityPoolInfo(type: string): boolean;
@@ -941,11 +1115,14 @@ export interface LiquidityPoolInfoFields {
941
1115
  }
942
1116
  export type LiquidityPoolInfoReified = Reified<LiquidityPoolInfo, LiquidityPoolInfoFields>;
943
1117
  export declare class LiquidityPoolInfo implements StructClass {
944
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::LiquidityPoolInfo";
1118
+ __StructClass: true;
1119
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::LiquidityPoolInfo";
945
1120
  static readonly $numTypeParams = 0;
946
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::LiquidityPoolInfo";
947
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::LiquidityPoolInfo";
1121
+ static readonly $isPhantom: readonly [];
1122
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::LiquidityPoolInfo";
1123
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::LiquidityPoolInfo`;
948
1124
  readonly $typeArgs: [];
1125
+ readonly $isPhantom: readonly [];
949
1126
  readonly lpTokenDecimal: ToField<"u64">;
950
1127
  readonly totalShareSupply: ToField<"u64">;
951
1128
  readonly tvlUsd: ToField<"u64">;
@@ -954,8 +1131,8 @@ export declare class LiquidityPoolInfo implements StructClass {
954
1131
  static reified(): LiquidityPoolInfoReified;
955
1132
  static get r(): reified.StructClassReified<LiquidityPoolInfo, LiquidityPoolInfoFields>;
956
1133
  static phantom(): PhantomReified<ToTypeStr<LiquidityPoolInfo>>;
957
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::LiquidityPoolInfo">;
958
- static get bcs(): import("@mysten/bcs").BcsType<{
1134
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::LiquidityPoolInfo">;
1135
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
959
1136
  lp_token_decimal: string;
960
1137
  total_share_supply: string;
961
1138
  tvl_usd: string;
@@ -986,8 +1163,197 @@ export declare class LiquidityPoolInfo implements StructClass {
986
1163
  static fromJSONField(field: any): LiquidityPoolInfo;
987
1164
  static fromJSON(json: Record<string, any>): LiquidityPoolInfo;
988
1165
  static fromSuiParsedData(content: SuiParsedData): LiquidityPoolInfo;
1166
+ static fromSuiObjectData(data: SuiObjectData): LiquidityPoolInfo;
989
1167
  static fetch(client: SuiClient, id: string): Promise<LiquidityPoolInfo>;
990
1168
  }
1169
+ export declare function isManagerFlashRemoveLiquidityEvent(type: string): boolean;
1170
+ export interface ManagerFlashRemoveLiquidityEventFields {
1171
+ index: ToField<"u64">;
1172
+ liquidityToken: ToField<TypeName>;
1173
+ price: ToField<"u64">;
1174
+ priceDecimal: ToField<"u64">;
1175
+ removeAmount: ToField<"u64">;
1176
+ removedUsd: ToField<"u64">;
1177
+ u64Padding: ToField<Vector<"u64">>;
1178
+ }
1179
+ export type ManagerFlashRemoveLiquidityEventReified = Reified<ManagerFlashRemoveLiquidityEvent, ManagerFlashRemoveLiquidityEventFields>;
1180
+ export declare class ManagerFlashRemoveLiquidityEvent implements StructClass {
1181
+ __StructClass: true;
1182
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::ManagerFlashRemoveLiquidityEvent";
1183
+ static readonly $numTypeParams = 0;
1184
+ static readonly $isPhantom: readonly [];
1185
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::ManagerFlashRemoveLiquidityEvent";
1186
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::ManagerFlashRemoveLiquidityEvent`;
1187
+ readonly $typeArgs: [];
1188
+ readonly $isPhantom: readonly [];
1189
+ readonly index: ToField<"u64">;
1190
+ readonly liquidityToken: ToField<TypeName>;
1191
+ readonly price: ToField<"u64">;
1192
+ readonly priceDecimal: ToField<"u64">;
1193
+ readonly removeAmount: ToField<"u64">;
1194
+ readonly removedUsd: ToField<"u64">;
1195
+ readonly u64Padding: ToField<Vector<"u64">>;
1196
+ private constructor();
1197
+ static reified(): ManagerFlashRemoveLiquidityEventReified;
1198
+ static get r(): reified.StructClassReified<ManagerFlashRemoveLiquidityEvent, ManagerFlashRemoveLiquidityEventFields>;
1199
+ static phantom(): PhantomReified<ToTypeStr<ManagerFlashRemoveLiquidityEvent>>;
1200
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::ManagerFlashRemoveLiquidityEvent">;
1201
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1202
+ index: string;
1203
+ liquidity_token: {
1204
+ name: {
1205
+ bytes: number[];
1206
+ };
1207
+ };
1208
+ price: string;
1209
+ price_decimal: string;
1210
+ remove_amount: string;
1211
+ removed_usd: string;
1212
+ u64_padding: string[];
1213
+ }, {
1214
+ index: string | number | bigint;
1215
+ liquidity_token: {
1216
+ name: {
1217
+ bytes: Iterable<number> & {
1218
+ length: number;
1219
+ };
1220
+ };
1221
+ };
1222
+ price: string | number | bigint;
1223
+ price_decimal: string | number | bigint;
1224
+ remove_amount: string | number | bigint;
1225
+ removed_usd: string | number | bigint;
1226
+ u64_padding: Iterable<string | number | bigint> & {
1227
+ length: number;
1228
+ };
1229
+ }>;
1230
+ static fromFields(fields: Record<string, any>): ManagerFlashRemoveLiquidityEvent;
1231
+ static fromFieldsWithTypes(item: FieldsWithTypes): ManagerFlashRemoveLiquidityEvent;
1232
+ static fromBcs(data: Uint8Array): ManagerFlashRemoveLiquidityEvent;
1233
+ toJSONField(): {
1234
+ index: string;
1235
+ liquidityToken: {
1236
+ name: string;
1237
+ };
1238
+ price: string;
1239
+ priceDecimal: string;
1240
+ removeAmount: string;
1241
+ removedUsd: string;
1242
+ u64Padding: string[];
1243
+ };
1244
+ toJSON(): {
1245
+ index: string;
1246
+ liquidityToken: {
1247
+ name: string;
1248
+ };
1249
+ price: string;
1250
+ priceDecimal: string;
1251
+ removeAmount: string;
1252
+ removedUsd: string;
1253
+ u64Padding: string[];
1254
+ $typeName: string;
1255
+ $typeArgs: [];
1256
+ };
1257
+ static fromJSONField(field: any): ManagerFlashRemoveLiquidityEvent;
1258
+ static fromJSON(json: Record<string, any>): ManagerFlashRemoveLiquidityEvent;
1259
+ static fromSuiParsedData(content: SuiParsedData): ManagerFlashRemoveLiquidityEvent;
1260
+ static fromSuiObjectData(data: SuiObjectData): ManagerFlashRemoveLiquidityEvent;
1261
+ static fetch(client: SuiClient, id: string): Promise<ManagerFlashRemoveLiquidityEvent>;
1262
+ }
1263
+ export declare function isManagerFlashRepayLiquidityEvent(type: string): boolean;
1264
+ export interface ManagerFlashRepayLiquidityEventFields {
1265
+ index: ToField<"u64">;
1266
+ liquidityToken: ToField<TypeName>;
1267
+ price: ToField<"u64">;
1268
+ priceDecimal: ToField<"u64">;
1269
+ repaidAmount: ToField<"u64">;
1270
+ repaidUsd: ToField<"u64">;
1271
+ u64Padding: ToField<Vector<"u64">>;
1272
+ }
1273
+ export type ManagerFlashRepayLiquidityEventReified = Reified<ManagerFlashRepayLiquidityEvent, ManagerFlashRepayLiquidityEventFields>;
1274
+ export declare class ManagerFlashRepayLiquidityEvent implements StructClass {
1275
+ __StructClass: true;
1276
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::ManagerFlashRepayLiquidityEvent";
1277
+ static readonly $numTypeParams = 0;
1278
+ static readonly $isPhantom: readonly [];
1279
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::ManagerFlashRepayLiquidityEvent";
1280
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::ManagerFlashRepayLiquidityEvent`;
1281
+ readonly $typeArgs: [];
1282
+ readonly $isPhantom: readonly [];
1283
+ readonly index: ToField<"u64">;
1284
+ readonly liquidityToken: ToField<TypeName>;
1285
+ readonly price: ToField<"u64">;
1286
+ readonly priceDecimal: ToField<"u64">;
1287
+ readonly repaidAmount: ToField<"u64">;
1288
+ readonly repaidUsd: ToField<"u64">;
1289
+ readonly u64Padding: ToField<Vector<"u64">>;
1290
+ private constructor();
1291
+ static reified(): ManagerFlashRepayLiquidityEventReified;
1292
+ static get r(): reified.StructClassReified<ManagerFlashRepayLiquidityEvent, ManagerFlashRepayLiquidityEventFields>;
1293
+ static phantom(): PhantomReified<ToTypeStr<ManagerFlashRepayLiquidityEvent>>;
1294
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::ManagerFlashRepayLiquidityEvent">;
1295
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1296
+ index: string;
1297
+ liquidity_token: {
1298
+ name: {
1299
+ bytes: number[];
1300
+ };
1301
+ };
1302
+ price: string;
1303
+ price_decimal: string;
1304
+ repaid_amount: string;
1305
+ repaid_usd: string;
1306
+ u64_padding: string[];
1307
+ }, {
1308
+ index: string | number | bigint;
1309
+ liquidity_token: {
1310
+ name: {
1311
+ bytes: Iterable<number> & {
1312
+ length: number;
1313
+ };
1314
+ };
1315
+ };
1316
+ price: string | number | bigint;
1317
+ price_decimal: string | number | bigint;
1318
+ repaid_amount: string | number | bigint;
1319
+ repaid_usd: string | number | bigint;
1320
+ u64_padding: Iterable<string | number | bigint> & {
1321
+ length: number;
1322
+ };
1323
+ }>;
1324
+ static fromFields(fields: Record<string, any>): ManagerFlashRepayLiquidityEvent;
1325
+ static fromFieldsWithTypes(item: FieldsWithTypes): ManagerFlashRepayLiquidityEvent;
1326
+ static fromBcs(data: Uint8Array): ManagerFlashRepayLiquidityEvent;
1327
+ toJSONField(): {
1328
+ index: string;
1329
+ liquidityToken: {
1330
+ name: string;
1331
+ };
1332
+ price: string;
1333
+ priceDecimal: string;
1334
+ repaidAmount: string;
1335
+ repaidUsd: string;
1336
+ u64Padding: string[];
1337
+ };
1338
+ toJSON(): {
1339
+ index: string;
1340
+ liquidityToken: {
1341
+ name: string;
1342
+ };
1343
+ price: string;
1344
+ priceDecimal: string;
1345
+ repaidAmount: string;
1346
+ repaidUsd: string;
1347
+ u64Padding: string[];
1348
+ $typeName: string;
1349
+ $typeArgs: [];
1350
+ };
1351
+ static fromJSONField(field: any): ManagerFlashRepayLiquidityEvent;
1352
+ static fromJSON(json: Record<string, any>): ManagerFlashRepayLiquidityEvent;
1353
+ static fromSuiParsedData(content: SuiParsedData): ManagerFlashRepayLiquidityEvent;
1354
+ static fromSuiObjectData(data: SuiObjectData): ManagerFlashRepayLiquidityEvent;
1355
+ static fetch(client: SuiClient, id: string): Promise<ManagerFlashRepayLiquidityEvent>;
1356
+ }
991
1357
  export declare function isMarginConfig(type: string): boolean;
992
1358
  export interface MarginConfigFields {
993
1359
  basicBorrowRate0: ToField<"u64">;
@@ -1001,11 +1367,14 @@ export interface MarginConfigFields {
1001
1367
  }
1002
1368
  export type MarginConfigReified = Reified<MarginConfig, MarginConfigFields>;
1003
1369
  export declare class MarginConfig implements StructClass {
1004
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::MarginConfig";
1370
+ __StructClass: true;
1371
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::MarginConfig";
1005
1372
  static readonly $numTypeParams = 0;
1006
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::MarginConfig";
1007
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::MarginConfig";
1373
+ static readonly $isPhantom: readonly [];
1374
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::MarginConfig";
1375
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::MarginConfig`;
1008
1376
  readonly $typeArgs: [];
1377
+ readonly $isPhantom: readonly [];
1009
1378
  readonly basicBorrowRate0: ToField<"u64">;
1010
1379
  readonly basicBorrowRate1: ToField<"u64">;
1011
1380
  readonly basicBorrowRate2: ToField<"u64">;
@@ -1018,8 +1387,8 @@ export declare class MarginConfig implements StructClass {
1018
1387
  static reified(): MarginConfigReified;
1019
1388
  static get r(): reified.StructClassReified<MarginConfig, MarginConfigFields>;
1020
1389
  static phantom(): PhantomReified<ToTypeStr<MarginConfig>>;
1021
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::MarginConfig">;
1022
- static get bcs(): import("@mysten/bcs").BcsType<{
1390
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::MarginConfig">;
1391
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1023
1392
  basic_borrow_rate_0: string;
1024
1393
  basic_borrow_rate_1: string;
1025
1394
  basic_borrow_rate_2: string;
@@ -1068,6 +1437,7 @@ export declare class MarginConfig implements StructClass {
1068
1437
  static fromJSONField(field: any): MarginConfig;
1069
1438
  static fromJSON(json: Record<string, any>): MarginConfig;
1070
1439
  static fromSuiParsedData(content: SuiParsedData): MarginConfig;
1440
+ static fromSuiObjectData(data: SuiObjectData): MarginConfig;
1071
1441
  static fetch(client: SuiClient, id: string): Promise<MarginConfig>;
1072
1442
  }
1073
1443
  export declare function isMintLpEvent(type: string): boolean;
@@ -1084,11 +1454,14 @@ export interface MintLpEventFields {
1084
1454
  }
1085
1455
  export type MintLpEventReified = Reified<MintLpEvent, MintLpEventFields>;
1086
1456
  export declare class MintLpEvent implements StructClass {
1087
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::MintLpEvent";
1457
+ __StructClass: true;
1458
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::MintLpEvent";
1088
1459
  static readonly $numTypeParams = 0;
1089
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::MintLpEvent";
1090
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::MintLpEvent";
1460
+ static readonly $isPhantom: readonly [];
1461
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::MintLpEvent";
1462
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::MintLpEvent`;
1091
1463
  readonly $typeArgs: [];
1464
+ readonly $isPhantom: readonly [];
1092
1465
  readonly sender: ToField<"address">;
1093
1466
  readonly index: ToField<"u64">;
1094
1467
  readonly liquidityTokenType: ToField<TypeName>;
@@ -1102,8 +1475,8 @@ export declare class MintLpEvent implements StructClass {
1102
1475
  static reified(): MintLpEventReified;
1103
1476
  static get r(): reified.StructClassReified<MintLpEvent, MintLpEventFields>;
1104
1477
  static phantom(): PhantomReified<ToTypeStr<MintLpEvent>>;
1105
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::MintLpEvent">;
1106
- static get bcs(): import("@mysten/bcs").BcsType<{
1478
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::MintLpEvent">;
1479
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1107
1480
  sender: string;
1108
1481
  index: string;
1109
1482
  liquidity_token_type: {
@@ -1184,6 +1557,7 @@ export declare class MintLpEvent implements StructClass {
1184
1557
  static fromJSONField(field: any): MintLpEvent;
1185
1558
  static fromJSON(json: Record<string, any>): MintLpEvent;
1186
1559
  static fromSuiParsedData(content: SuiParsedData): MintLpEvent;
1560
+ static fromSuiObjectData(data: SuiObjectData): MintLpEvent;
1187
1561
  static fetch(client: SuiClient, id: string): Promise<MintLpEvent>;
1188
1562
  }
1189
1563
  export declare function isNewLiquidityPoolEvent(type: string): boolean;
@@ -1196,11 +1570,14 @@ export interface NewLiquidityPoolEventFields {
1196
1570
  }
1197
1571
  export type NewLiquidityPoolEventReified = Reified<NewLiquidityPoolEvent, NewLiquidityPoolEventFields>;
1198
1572
  export declare class NewLiquidityPoolEvent implements StructClass {
1199
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::NewLiquidityPoolEvent";
1573
+ __StructClass: true;
1574
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::NewLiquidityPoolEvent";
1200
1575
  static readonly $numTypeParams = 0;
1201
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::NewLiquidityPoolEvent";
1202
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::NewLiquidityPoolEvent";
1576
+ static readonly $isPhantom: readonly [];
1577
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::NewLiquidityPoolEvent";
1578
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::NewLiquidityPoolEvent`;
1203
1579
  readonly $typeArgs: [];
1580
+ readonly $isPhantom: readonly [];
1204
1581
  readonly sender: ToField<"address">;
1205
1582
  readonly index: ToField<"u64">;
1206
1583
  readonly lpTokenType: ToField<TypeName>;
@@ -1210,8 +1587,8 @@ export declare class NewLiquidityPoolEvent implements StructClass {
1210
1587
  static reified(): NewLiquidityPoolEventReified;
1211
1588
  static get r(): reified.StructClassReified<NewLiquidityPoolEvent, NewLiquidityPoolEventFields>;
1212
1589
  static phantom(): PhantomReified<ToTypeStr<NewLiquidityPoolEvent>>;
1213
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::NewLiquidityPoolEvent">;
1214
- static get bcs(): import("@mysten/bcs").BcsType<{
1590
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::NewLiquidityPoolEvent">;
1591
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1215
1592
  sender: string;
1216
1593
  index: string;
1217
1594
  lp_token_type: {
@@ -1262,73 +1639,132 @@ export declare class NewLiquidityPoolEvent implements StructClass {
1262
1639
  static fromJSONField(field: any): NewLiquidityPoolEvent;
1263
1640
  static fromJSON(json: Record<string, any>): NewLiquidityPoolEvent;
1264
1641
  static fromSuiParsedData(content: SuiParsedData): NewLiquidityPoolEvent;
1642
+ static fromSuiObjectData(data: SuiObjectData): NewLiquidityPoolEvent;
1265
1643
  static fetch(client: SuiClient, id: string): Promise<NewLiquidityPoolEvent>;
1266
1644
  }
1267
- export declare function isRegistry(type: string): boolean;
1268
- export interface RegistryFields {
1269
- id: ToField<UID>;
1270
- numPool: ToField<"u64">;
1271
- liquidityPoolRegistry: ToField<UID>;
1645
+ export declare function isRemoveLiquidityTokenProcess(type: string): boolean;
1646
+ export interface RemoveLiquidityTokenProcessFields {
1647
+ liquidityToken: ToField<TypeName>;
1648
+ removedPositionsBaseToken: ToField<Vector<TypeName>>;
1649
+ removedOrdersBaseToken: ToField<Vector<TypeName>>;
1650
+ removedTokenOracleId: ToField<"address">;
1651
+ removedUsd: ToField<"u64">;
1652
+ repaidUsd: ToField<"u64">;
1653
+ status: ToField<"u64">;
1272
1654
  }
1273
- export type RegistryReified = Reified<Registry, RegistryFields>;
1274
- export declare class Registry implements StructClass {
1275
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::Registry";
1655
+ export type RemoveLiquidityTokenProcessReified = Reified<RemoveLiquidityTokenProcess, RemoveLiquidityTokenProcessFields>;
1656
+ export declare class RemoveLiquidityTokenProcess implements StructClass {
1657
+ __StructClass: true;
1658
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::RemoveLiquidityTokenProcess";
1276
1659
  static readonly $numTypeParams = 0;
1277
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::Registry";
1278
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::Registry";
1660
+ static readonly $isPhantom: readonly [];
1661
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::RemoveLiquidityTokenProcess";
1662
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::RemoveLiquidityTokenProcess`;
1279
1663
  readonly $typeArgs: [];
1280
- readonly id: ToField<UID>;
1281
- readonly numPool: ToField<"u64">;
1282
- readonly liquidityPoolRegistry: ToField<UID>;
1664
+ readonly $isPhantom: readonly [];
1665
+ readonly liquidityToken: ToField<TypeName>;
1666
+ readonly removedPositionsBaseToken: ToField<Vector<TypeName>>;
1667
+ readonly removedOrdersBaseToken: ToField<Vector<TypeName>>;
1668
+ readonly removedTokenOracleId: ToField<"address">;
1669
+ readonly removedUsd: ToField<"u64">;
1670
+ readonly repaidUsd: ToField<"u64">;
1671
+ readonly status: ToField<"u64">;
1283
1672
  private constructor();
1284
- static reified(): RegistryReified;
1285
- static get r(): reified.StructClassReified<Registry, RegistryFields>;
1286
- static phantom(): PhantomReified<ToTypeStr<Registry>>;
1287
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::Registry">;
1288
- static get bcs(): import("@mysten/bcs").BcsType<{
1289
- id: {
1290
- id: {
1291
- bytes: string;
1673
+ static reified(): RemoveLiquidityTokenProcessReified;
1674
+ static get r(): reified.StructClassReified<RemoveLiquidityTokenProcess, RemoveLiquidityTokenProcessFields>;
1675
+ static phantom(): PhantomReified<ToTypeStr<RemoveLiquidityTokenProcess>>;
1676
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::RemoveLiquidityTokenProcess">;
1677
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1678
+ liquidity_token: {
1679
+ name: {
1680
+ bytes: number[];
1292
1681
  };
1293
1682
  };
1294
- num_pool: string;
1295
- liquidity_pool_registry: {
1296
- id: {
1297
- bytes: string;
1683
+ removed_positions_base_token: {
1684
+ name: {
1685
+ bytes: number[];
1298
1686
  };
1299
- };
1687
+ }[];
1688
+ removed_orders_base_token: {
1689
+ name: {
1690
+ bytes: number[];
1691
+ };
1692
+ }[];
1693
+ removed_token_oracle_id: string;
1694
+ removed_usd: string;
1695
+ repaid_usd: string;
1696
+ status: string;
1300
1697
  }, {
1301
- id: {
1302
- id: {
1303
- bytes: string;
1698
+ liquidity_token: {
1699
+ name: {
1700
+ bytes: Iterable<number> & {
1701
+ length: number;
1702
+ };
1304
1703
  };
1305
1704
  };
1306
- num_pool: string | number | bigint;
1307
- liquidity_pool_registry: {
1308
- id: {
1309
- bytes: string;
1705
+ removed_positions_base_token: Iterable<{
1706
+ name: {
1707
+ bytes: Iterable<number> & {
1708
+ length: number;
1709
+ };
1310
1710
  };
1711
+ }> & {
1712
+ length: number;
1713
+ };
1714
+ removed_orders_base_token: Iterable<{
1715
+ name: {
1716
+ bytes: Iterable<number> & {
1717
+ length: number;
1718
+ };
1719
+ };
1720
+ }> & {
1721
+ length: number;
1311
1722
  };
1723
+ removed_token_oracle_id: string;
1724
+ removed_usd: string | number | bigint;
1725
+ repaid_usd: string | number | bigint;
1726
+ status: string | number | bigint;
1312
1727
  }>;
1313
- static fromFields(fields: Record<string, any>): Registry;
1314
- static fromFieldsWithTypes(item: FieldsWithTypes): Registry;
1315
- static fromBcs(data: Uint8Array): Registry;
1728
+ static fromFields(fields: Record<string, any>): RemoveLiquidityTokenProcess;
1729
+ static fromFieldsWithTypes(item: FieldsWithTypes): RemoveLiquidityTokenProcess;
1730
+ static fromBcs(data: Uint8Array): RemoveLiquidityTokenProcess;
1316
1731
  toJSONField(): {
1317
- id: string;
1318
- numPool: string;
1319
- liquidityPoolRegistry: string;
1732
+ liquidityToken: {
1733
+ name: string;
1734
+ };
1735
+ removedPositionsBaseToken: {
1736
+ name: string;
1737
+ }[];
1738
+ removedOrdersBaseToken: {
1739
+ name: string;
1740
+ }[];
1741
+ removedTokenOracleId: string;
1742
+ removedUsd: string;
1743
+ repaidUsd: string;
1744
+ status: string;
1320
1745
  };
1321
1746
  toJSON(): {
1322
- id: string;
1323
- numPool: string;
1324
- liquidityPoolRegistry: string;
1747
+ liquidityToken: {
1748
+ name: string;
1749
+ };
1750
+ removedPositionsBaseToken: {
1751
+ name: string;
1752
+ }[];
1753
+ removedOrdersBaseToken: {
1754
+ name: string;
1755
+ }[];
1756
+ removedTokenOracleId: string;
1757
+ removedUsd: string;
1758
+ repaidUsd: string;
1759
+ status: string;
1325
1760
  $typeName: string;
1326
1761
  $typeArgs: [];
1327
1762
  };
1328
- static fromJSONField(field: any): Registry;
1329
- static fromJSON(json: Record<string, any>): Registry;
1330
- static fromSuiParsedData(content: SuiParsedData): Registry;
1331
- static fetch(client: SuiClient, id: string): Promise<Registry>;
1763
+ static fromJSONField(field: any): RemoveLiquidityTokenProcess;
1764
+ static fromJSON(json: Record<string, any>): RemoveLiquidityTokenProcess;
1765
+ static fromSuiParsedData(content: SuiParsedData): RemoveLiquidityTokenProcess;
1766
+ static fromSuiObjectData(data: SuiObjectData): RemoveLiquidityTokenProcess;
1767
+ static fetch(client: SuiClient, id: string): Promise<RemoveLiquidityTokenProcess>;
1332
1768
  }
1333
1769
  export declare function isResumePoolEvent(type: string): boolean;
1334
1770
  export interface ResumePoolEventFields {
@@ -1338,11 +1774,14 @@ export interface ResumePoolEventFields {
1338
1774
  }
1339
1775
  export type ResumePoolEventReified = Reified<ResumePoolEvent, ResumePoolEventFields>;
1340
1776
  export declare class ResumePoolEvent implements StructClass {
1341
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::ResumePoolEvent";
1777
+ __StructClass: true;
1778
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::ResumePoolEvent";
1342
1779
  static readonly $numTypeParams = 0;
1343
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::ResumePoolEvent";
1344
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::ResumePoolEvent";
1780
+ static readonly $isPhantom: readonly [];
1781
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::ResumePoolEvent";
1782
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::ResumePoolEvent`;
1345
1783
  readonly $typeArgs: [];
1784
+ readonly $isPhantom: readonly [];
1346
1785
  readonly sender: ToField<"address">;
1347
1786
  readonly index: ToField<"u64">;
1348
1787
  readonly u64Padding: ToField<Vector<"u64">>;
@@ -1350,8 +1789,8 @@ export declare class ResumePoolEvent implements StructClass {
1350
1789
  static reified(): ResumePoolEventReified;
1351
1790
  static get r(): reified.StructClassReified<ResumePoolEvent, ResumePoolEventFields>;
1352
1791
  static phantom(): PhantomReified<ToTypeStr<ResumePoolEvent>>;
1353
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::ResumePoolEvent">;
1354
- static get bcs(): import("@mysten/bcs").BcsType<{
1792
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::ResumePoolEvent">;
1793
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1355
1794
  sender: string;
1356
1795
  index: string;
1357
1796
  u64_padding: string[];
@@ -1380,6 +1819,7 @@ export declare class ResumePoolEvent implements StructClass {
1380
1819
  static fromJSONField(field: any): ResumePoolEvent;
1381
1820
  static fromJSON(json: Record<string, any>): ResumePoolEvent;
1382
1821
  static fromSuiParsedData(content: SuiParsedData): ResumePoolEvent;
1822
+ static fromSuiObjectData(data: SuiObjectData): ResumePoolEvent;
1383
1823
  static fetch(client: SuiClient, id: string): Promise<ResumePoolEvent>;
1384
1824
  }
1385
1825
  export declare function isResumeTokenPoolEvent(type: string): boolean;
@@ -1391,11 +1831,14 @@ export interface ResumeTokenPoolEventFields {
1391
1831
  }
1392
1832
  export type ResumeTokenPoolEventReified = Reified<ResumeTokenPoolEvent, ResumeTokenPoolEventFields>;
1393
1833
  export declare class ResumeTokenPoolEvent implements StructClass {
1394
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::ResumeTokenPoolEvent";
1834
+ __StructClass: true;
1835
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::ResumeTokenPoolEvent";
1395
1836
  static readonly $numTypeParams = 0;
1396
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::ResumeTokenPoolEvent";
1397
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::ResumeTokenPoolEvent";
1837
+ static readonly $isPhantom: readonly [];
1838
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::ResumeTokenPoolEvent";
1839
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::ResumeTokenPoolEvent`;
1398
1840
  readonly $typeArgs: [];
1841
+ readonly $isPhantom: readonly [];
1399
1842
  readonly sender: ToField<"address">;
1400
1843
  readonly index: ToField<"u64">;
1401
1844
  readonly liquidityToken: ToField<TypeName>;
@@ -1404,8 +1847,8 @@ export declare class ResumeTokenPoolEvent implements StructClass {
1404
1847
  static reified(): ResumeTokenPoolEventReified;
1405
1848
  static get r(): reified.StructClassReified<ResumeTokenPoolEvent, ResumeTokenPoolEventFields>;
1406
1849
  static phantom(): PhantomReified<ToTypeStr<ResumeTokenPoolEvent>>;
1407
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::ResumeTokenPoolEvent">;
1408
- static get bcs(): import("@mysten/bcs").BcsType<{
1850
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::ResumeTokenPoolEvent">;
1851
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1409
1852
  sender: string;
1410
1853
  index: string;
1411
1854
  liquidity_token: {
@@ -1452,6 +1895,7 @@ export declare class ResumeTokenPoolEvent implements StructClass {
1452
1895
  static fromJSONField(field: any): ResumeTokenPoolEvent;
1453
1896
  static fromJSON(json: Record<string, any>): ResumeTokenPoolEvent;
1454
1897
  static fromSuiParsedData(content: SuiParsedData): ResumeTokenPoolEvent;
1898
+ static fromSuiObjectData(data: SuiObjectData): ResumeTokenPoolEvent;
1455
1899
  static fetch(client: SuiClient, id: string): Promise<ResumeTokenPoolEvent>;
1456
1900
  }
1457
1901
  export declare function isSpotConfig(type: string): boolean;
@@ -1469,11 +1913,14 @@ export interface SpotConfigFields {
1469
1913
  }
1470
1914
  export type SpotConfigReified = Reified<SpotConfig, SpotConfigFields>;
1471
1915
  export declare class SpotConfig implements StructClass {
1472
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SpotConfig";
1916
+ __StructClass: true;
1917
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::SpotConfig";
1473
1918
  static readonly $numTypeParams = 0;
1474
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SpotConfig";
1475
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SpotConfig";
1919
+ static readonly $isPhantom: readonly [];
1920
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::SpotConfig";
1921
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::SpotConfig`;
1476
1922
  readonly $typeArgs: [];
1923
+ readonly $isPhantom: readonly [];
1477
1924
  readonly minDeposit: ToField<"u64">;
1478
1925
  readonly maxCapacity: ToField<"u64">;
1479
1926
  readonly targetWeightBp: ToField<"u64">;
@@ -1488,8 +1935,8 @@ export declare class SpotConfig implements StructClass {
1488
1935
  static reified(): SpotConfigReified;
1489
1936
  static get r(): reified.StructClassReified<SpotConfig, SpotConfigFields>;
1490
1937
  static phantom(): PhantomReified<ToTypeStr<SpotConfig>>;
1491
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SpotConfig">;
1492
- static get bcs(): import("@mysten/bcs").BcsType<{
1938
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::SpotConfig">;
1939
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1493
1940
  min_deposit: string;
1494
1941
  max_capacity: string;
1495
1942
  target_weight_bp: string;
@@ -1546,8 +1993,79 @@ export declare class SpotConfig implements StructClass {
1546
1993
  static fromJSONField(field: any): SpotConfig;
1547
1994
  static fromJSON(json: Record<string, any>): SpotConfig;
1548
1995
  static fromSuiParsedData(content: SuiParsedData): SpotConfig;
1996
+ static fromSuiObjectData(data: SuiObjectData): SpotConfig;
1549
1997
  static fetch(client: SuiClient, id: string): Promise<SpotConfig>;
1550
1998
  }
1999
+ export declare function isStartRemoveLiquidityTokenProcessEvent(type: string): boolean;
2000
+ export interface StartRemoveLiquidityTokenProcessEventFields {
2001
+ index: ToField<"u64">;
2002
+ liquidityToken: ToField<TypeName>;
2003
+ u64Padding: ToField<Vector<"u64">>;
2004
+ }
2005
+ export type StartRemoveLiquidityTokenProcessEventReified = Reified<StartRemoveLiquidityTokenProcessEvent, StartRemoveLiquidityTokenProcessEventFields>;
2006
+ export declare class StartRemoveLiquidityTokenProcessEvent implements StructClass {
2007
+ __StructClass: true;
2008
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::StartRemoveLiquidityTokenProcessEvent";
2009
+ static readonly $numTypeParams = 0;
2010
+ static readonly $isPhantom: readonly [];
2011
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::StartRemoveLiquidityTokenProcessEvent";
2012
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::StartRemoveLiquidityTokenProcessEvent`;
2013
+ readonly $typeArgs: [];
2014
+ readonly $isPhantom: readonly [];
2015
+ readonly index: ToField<"u64">;
2016
+ readonly liquidityToken: ToField<TypeName>;
2017
+ readonly u64Padding: ToField<Vector<"u64">>;
2018
+ private constructor();
2019
+ static reified(): StartRemoveLiquidityTokenProcessEventReified;
2020
+ static get r(): reified.StructClassReified<StartRemoveLiquidityTokenProcessEvent, StartRemoveLiquidityTokenProcessEventFields>;
2021
+ static phantom(): PhantomReified<ToTypeStr<StartRemoveLiquidityTokenProcessEvent>>;
2022
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::StartRemoveLiquidityTokenProcessEvent">;
2023
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
2024
+ index: string;
2025
+ liquidity_token: {
2026
+ name: {
2027
+ bytes: number[];
2028
+ };
2029
+ };
2030
+ u64_padding: string[];
2031
+ }, {
2032
+ index: string | number | bigint;
2033
+ liquidity_token: {
2034
+ name: {
2035
+ bytes: Iterable<number> & {
2036
+ length: number;
2037
+ };
2038
+ };
2039
+ };
2040
+ u64_padding: Iterable<string | number | bigint> & {
2041
+ length: number;
2042
+ };
2043
+ }>;
2044
+ static fromFields(fields: Record<string, any>): StartRemoveLiquidityTokenProcessEvent;
2045
+ static fromFieldsWithTypes(item: FieldsWithTypes): StartRemoveLiquidityTokenProcessEvent;
2046
+ static fromBcs(data: Uint8Array): StartRemoveLiquidityTokenProcessEvent;
2047
+ toJSONField(): {
2048
+ index: string;
2049
+ liquidityToken: {
2050
+ name: string;
2051
+ };
2052
+ u64Padding: string[];
2053
+ };
2054
+ toJSON(): {
2055
+ index: string;
2056
+ liquidityToken: {
2057
+ name: string;
2058
+ };
2059
+ u64Padding: string[];
2060
+ $typeName: string;
2061
+ $typeArgs: [];
2062
+ };
2063
+ static fromJSONField(field: any): StartRemoveLiquidityTokenProcessEvent;
2064
+ static fromJSON(json: Record<string, any>): StartRemoveLiquidityTokenProcessEvent;
2065
+ static fromSuiParsedData(content: SuiParsedData): StartRemoveLiquidityTokenProcessEvent;
2066
+ static fromSuiObjectData(data: SuiObjectData): StartRemoveLiquidityTokenProcessEvent;
2067
+ static fetch(client: SuiClient, id: string): Promise<StartRemoveLiquidityTokenProcessEvent>;
2068
+ }
1551
2069
  export declare function isSuspendPoolEvent(type: string): boolean;
1552
2070
  export interface SuspendPoolEventFields {
1553
2071
  sender: ToField<"address">;
@@ -1556,11 +2074,14 @@ export interface SuspendPoolEventFields {
1556
2074
  }
1557
2075
  export type SuspendPoolEventReified = Reified<SuspendPoolEvent, SuspendPoolEventFields>;
1558
2076
  export declare class SuspendPoolEvent implements StructClass {
1559
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SuspendPoolEvent";
2077
+ __StructClass: true;
2078
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::SuspendPoolEvent";
1560
2079
  static readonly $numTypeParams = 0;
1561
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SuspendPoolEvent";
1562
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SuspendPoolEvent";
2080
+ static readonly $isPhantom: readonly [];
2081
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::SuspendPoolEvent";
2082
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::SuspendPoolEvent`;
1563
2083
  readonly $typeArgs: [];
2084
+ readonly $isPhantom: readonly [];
1564
2085
  readonly sender: ToField<"address">;
1565
2086
  readonly index: ToField<"u64">;
1566
2087
  readonly u64Padding: ToField<Vector<"u64">>;
@@ -1568,8 +2089,8 @@ export declare class SuspendPoolEvent implements StructClass {
1568
2089
  static reified(): SuspendPoolEventReified;
1569
2090
  static get r(): reified.StructClassReified<SuspendPoolEvent, SuspendPoolEventFields>;
1570
2091
  static phantom(): PhantomReified<ToTypeStr<SuspendPoolEvent>>;
1571
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SuspendPoolEvent">;
1572
- static get bcs(): import("@mysten/bcs").BcsType<{
2092
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::SuspendPoolEvent">;
2093
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1573
2094
  sender: string;
1574
2095
  index: string;
1575
2096
  u64_padding: string[];
@@ -1598,6 +2119,7 @@ export declare class SuspendPoolEvent implements StructClass {
1598
2119
  static fromJSONField(field: any): SuspendPoolEvent;
1599
2120
  static fromJSON(json: Record<string, any>): SuspendPoolEvent;
1600
2121
  static fromSuiParsedData(content: SuiParsedData): SuspendPoolEvent;
2122
+ static fromSuiObjectData(data: SuiObjectData): SuspendPoolEvent;
1601
2123
  static fetch(client: SuiClient, id: string): Promise<SuspendPoolEvent>;
1602
2124
  }
1603
2125
  export declare function isSuspendTokenPoolEvent(type: string): boolean;
@@ -1609,11 +2131,14 @@ export interface SuspendTokenPoolEventFields {
1609
2131
  }
1610
2132
  export type SuspendTokenPoolEventReified = Reified<SuspendTokenPoolEvent, SuspendTokenPoolEventFields>;
1611
2133
  export declare class SuspendTokenPoolEvent implements StructClass {
1612
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SuspendTokenPoolEvent";
2134
+ __StructClass: true;
2135
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::SuspendTokenPoolEvent";
1613
2136
  static readonly $numTypeParams = 0;
1614
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SuspendTokenPoolEvent";
1615
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SuspendTokenPoolEvent";
2137
+ static readonly $isPhantom: readonly [];
2138
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::SuspendTokenPoolEvent";
2139
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::SuspendTokenPoolEvent`;
1616
2140
  readonly $typeArgs: [];
2141
+ readonly $isPhantom: readonly [];
1617
2142
  readonly sender: ToField<"address">;
1618
2143
  readonly index: ToField<"u64">;
1619
2144
  readonly liquidityToken: ToField<TypeName>;
@@ -1622,8 +2147,8 @@ export declare class SuspendTokenPoolEvent implements StructClass {
1622
2147
  static reified(): SuspendTokenPoolEventReified;
1623
2148
  static get r(): reified.StructClassReified<SuspendTokenPoolEvent, SuspendTokenPoolEventFields>;
1624
2149
  static phantom(): PhantomReified<ToTypeStr<SuspendTokenPoolEvent>>;
1625
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SuspendTokenPoolEvent">;
1626
- static get bcs(): import("@mysten/bcs").BcsType<{
2150
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::SuspendTokenPoolEvent">;
2151
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1627
2152
  sender: string;
1628
2153
  index: string;
1629
2154
  liquidity_token: {
@@ -1670,6 +2195,7 @@ export declare class SuspendTokenPoolEvent implements StructClass {
1670
2195
  static fromJSONField(field: any): SuspendTokenPoolEvent;
1671
2196
  static fromJSON(json: Record<string, any>): SuspendTokenPoolEvent;
1672
2197
  static fromSuiParsedData(content: SuiParsedData): SuspendTokenPoolEvent;
2198
+ static fromSuiObjectData(data: SuiObjectData): SuspendTokenPoolEvent;
1673
2199
  static fetch(client: SuiClient, id: string): Promise<SuspendTokenPoolEvent>;
1674
2200
  }
1675
2201
  export declare function isSwapEvent(type: string): boolean;
@@ -1687,11 +2213,14 @@ export interface SwapEventFields {
1687
2213
  }
1688
2214
  export type SwapEventReified = Reified<SwapEvent, SwapEventFields>;
1689
2215
  export declare class SwapEvent implements StructClass {
1690
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SwapEvent";
2216
+ __StructClass: true;
2217
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::SwapEvent";
1691
2218
  static readonly $numTypeParams = 0;
1692
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SwapEvent";
1693
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SwapEvent";
2219
+ static readonly $isPhantom: readonly [];
2220
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::SwapEvent";
2221
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::SwapEvent`;
1694
2222
  readonly $typeArgs: [];
2223
+ readonly $isPhantom: readonly [];
1695
2224
  readonly sender: ToField<"address">;
1696
2225
  readonly index: ToField<"u64">;
1697
2226
  readonly fromTokenType: ToField<TypeName>;
@@ -1706,8 +2235,8 @@ export declare class SwapEvent implements StructClass {
1706
2235
  static reified(): SwapEventReified;
1707
2236
  static get r(): reified.StructClassReified<SwapEvent, SwapEventFields>;
1708
2237
  static phantom(): PhantomReified<ToTypeStr<SwapEvent>>;
1709
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::SwapEvent">;
1710
- static get bcs(): import("@mysten/bcs").BcsType<{
2238
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::SwapEvent">;
2239
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1711
2240
  sender: string;
1712
2241
  index: string;
1713
2242
  from_token_type: {
@@ -1792,6 +2321,7 @@ export declare class SwapEvent implements StructClass {
1792
2321
  static fromJSONField(field: any): SwapEvent;
1793
2322
  static fromJSON(json: Record<string, any>): SwapEvent;
1794
2323
  static fromSuiParsedData(content: SuiParsedData): SwapEvent;
2324
+ static fromSuiObjectData(data: SuiObjectData): SwapEvent;
1795
2325
  static fetch(client: SuiClient, id: string): Promise<SwapEvent>;
1796
2326
  }
1797
2327
  export declare function isTokenPool(type: string): boolean;
@@ -1802,11 +2332,14 @@ export interface TokenPoolFields {
1802
2332
  }
1803
2333
  export type TokenPoolReified = Reified<TokenPool, TokenPoolFields>;
1804
2334
  export declare class TokenPool implements StructClass {
1805
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::TokenPool";
2335
+ __StructClass: true;
2336
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::TokenPool";
1806
2337
  static readonly $numTypeParams = 0;
1807
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::TokenPool";
1808
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::TokenPool";
2338
+ static readonly $isPhantom: readonly [];
2339
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::TokenPool";
2340
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::TokenPool`;
1809
2341
  readonly $typeArgs: [];
2342
+ readonly $isPhantom: readonly [];
1810
2343
  readonly tokenType: ToField<TypeName>;
1811
2344
  readonly config: ToField<Config>;
1812
2345
  readonly state: ToField<State>;
@@ -1814,8 +2347,8 @@ export declare class TokenPool implements StructClass {
1814
2347
  static reified(): TokenPoolReified;
1815
2348
  static get r(): reified.StructClassReified<TokenPool, TokenPoolFields>;
1816
2349
  static phantom(): PhantomReified<ToTypeStr<TokenPool>>;
1817
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::TokenPool">;
1818
- static get bcs(): import("@mysten/bcs").BcsType<{
2350
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::TokenPool">;
2351
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1819
2352
  token_type: {
1820
2353
  name: {
1821
2354
  bytes: number[];
@@ -2012,6 +2545,7 @@ export declare class TokenPool implements StructClass {
2012
2545
  static fromJSONField(field: any): TokenPool;
2013
2546
  static fromJSON(json: Record<string, any>): TokenPool;
2014
2547
  static fromSuiParsedData(content: SuiParsedData): TokenPool;
2548
+ static fromSuiObjectData(data: SuiObjectData): TokenPool;
2015
2549
  static fetch(client: SuiClient, id: string): Promise<TokenPool>;
2016
2550
  }
2017
2551
  export declare function isUpdateBorrowInfoEvent(type: string): boolean;
@@ -2027,11 +2561,14 @@ export interface UpdateBorrowInfoEventFields {
2027
2561
  }
2028
2562
  export type UpdateBorrowInfoEventReified = Reified<UpdateBorrowInfoEvent, UpdateBorrowInfoEventFields>;
2029
2563
  export declare class UpdateBorrowInfoEvent implements StructClass {
2030
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateBorrowInfoEvent";
2564
+ __StructClass: true;
2565
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::UpdateBorrowInfoEvent";
2031
2566
  static readonly $numTypeParams = 0;
2032
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateBorrowInfoEvent";
2033
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateBorrowInfoEvent";
2567
+ static readonly $isPhantom: readonly [];
2568
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::UpdateBorrowInfoEvent";
2569
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::UpdateBorrowInfoEvent`;
2034
2570
  readonly $typeArgs: [];
2571
+ readonly $isPhantom: readonly [];
2035
2572
  readonly index: ToField<"u64">;
2036
2573
  readonly liquidityTokenType: ToField<TypeName>;
2037
2574
  readonly previousBorrowTsMs: ToField<"u64">;
@@ -2044,8 +2581,8 @@ export declare class UpdateBorrowInfoEvent implements StructClass {
2044
2581
  static reified(): UpdateBorrowInfoEventReified;
2045
2582
  static get r(): reified.StructClassReified<UpdateBorrowInfoEvent, UpdateBorrowInfoEventFields>;
2046
2583
  static phantom(): PhantomReified<ToTypeStr<UpdateBorrowInfoEvent>>;
2047
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateBorrowInfoEvent">;
2048
- static get bcs(): import("@mysten/bcs").BcsType<{
2584
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::UpdateBorrowInfoEvent">;
2585
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
2049
2586
  index: string;
2050
2587
  liquidity_token_type: {
2051
2588
  name: {
@@ -2108,6 +2645,7 @@ export declare class UpdateBorrowInfoEvent implements StructClass {
2108
2645
  static fromJSONField(field: any): UpdateBorrowInfoEvent;
2109
2646
  static fromJSON(json: Record<string, any>): UpdateBorrowInfoEvent;
2110
2647
  static fromSuiParsedData(content: SuiParsedData): UpdateBorrowInfoEvent;
2648
+ static fromSuiObjectData(data: SuiObjectData): UpdateBorrowInfoEvent;
2111
2649
  static fetch(client: SuiClient, id: string): Promise<UpdateBorrowInfoEvent>;
2112
2650
  }
2113
2651
  export declare function isUpdateLiquidityValueEvent(type: string): boolean;
@@ -2122,11 +2660,14 @@ export interface UpdateLiquidityValueEventFields {
2122
2660
  }
2123
2661
  export type UpdateLiquidityValueEventReified = Reified<UpdateLiquidityValueEvent, UpdateLiquidityValueEventFields>;
2124
2662
  export declare class UpdateLiquidityValueEvent implements StructClass {
2125
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateLiquidityValueEvent";
2663
+ __StructClass: true;
2664
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::UpdateLiquidityValueEvent";
2126
2665
  static readonly $numTypeParams = 0;
2127
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateLiquidityValueEvent";
2128
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateLiquidityValueEvent";
2666
+ static readonly $isPhantom: readonly [];
2667
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::UpdateLiquidityValueEvent";
2668
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::UpdateLiquidityValueEvent`;
2129
2669
  readonly $typeArgs: [];
2670
+ readonly $isPhantom: readonly [];
2130
2671
  readonly sender: ToField<"address">;
2131
2672
  readonly index: ToField<"u64">;
2132
2673
  readonly liquidityToken: ToField<TypeName>;
@@ -2138,8 +2679,8 @@ export declare class UpdateLiquidityValueEvent implements StructClass {
2138
2679
  static reified(): UpdateLiquidityValueEventReified;
2139
2680
  static get r(): reified.StructClassReified<UpdateLiquidityValueEvent, UpdateLiquidityValueEventFields>;
2140
2681
  static phantom(): PhantomReified<ToTypeStr<UpdateLiquidityValueEvent>>;
2141
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateLiquidityValueEvent">;
2142
- static get bcs(): import("@mysten/bcs").BcsType<{
2682
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::UpdateLiquidityValueEvent">;
2683
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
2143
2684
  sender: string;
2144
2685
  index: string;
2145
2686
  liquidity_token: {
@@ -2198,6 +2739,7 @@ export declare class UpdateLiquidityValueEvent implements StructClass {
2198
2739
  static fromJSONField(field: any): UpdateLiquidityValueEvent;
2199
2740
  static fromJSON(json: Record<string, any>): UpdateLiquidityValueEvent;
2200
2741
  static fromSuiParsedData(content: SuiParsedData): UpdateLiquidityValueEvent;
2742
+ static fromSuiObjectData(data: SuiObjectData): UpdateLiquidityValueEvent;
2201
2743
  static fetch(client: SuiClient, id: string): Promise<UpdateLiquidityValueEvent>;
2202
2744
  }
2203
2745
  export declare function isUpdateMarginConfigEvent(type: string): boolean;
@@ -2211,11 +2753,14 @@ export interface UpdateMarginConfigEventFields {
2211
2753
  }
2212
2754
  export type UpdateMarginConfigEventReified = Reified<UpdateMarginConfigEvent, UpdateMarginConfigEventFields>;
2213
2755
  export declare class UpdateMarginConfigEvent implements StructClass {
2214
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateMarginConfigEvent";
2756
+ __StructClass: true;
2757
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::UpdateMarginConfigEvent";
2215
2758
  static readonly $numTypeParams = 0;
2216
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateMarginConfigEvent";
2217
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateMarginConfigEvent";
2759
+ static readonly $isPhantom: readonly [];
2760
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::UpdateMarginConfigEvent";
2761
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::UpdateMarginConfigEvent`;
2218
2762
  readonly $typeArgs: [];
2763
+ readonly $isPhantom: readonly [];
2219
2764
  readonly sender: ToField<"address">;
2220
2765
  readonly index: ToField<"u64">;
2221
2766
  readonly liquidityTokenType: ToField<TypeName>;
@@ -2226,8 +2771,8 @@ export declare class UpdateMarginConfigEvent implements StructClass {
2226
2771
  static reified(): UpdateMarginConfigEventReified;
2227
2772
  static get r(): reified.StructClassReified<UpdateMarginConfigEvent, UpdateMarginConfigEventFields>;
2228
2773
  static phantom(): PhantomReified<ToTypeStr<UpdateMarginConfigEvent>>;
2229
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateMarginConfigEvent">;
2230
- static get bcs(): import("@mysten/bcs").BcsType<{
2774
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::UpdateMarginConfigEvent">;
2775
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
2231
2776
  sender: string;
2232
2777
  index: string;
2233
2778
  liquidity_token_type: {
@@ -2358,6 +2903,7 @@ export declare class UpdateMarginConfigEvent implements StructClass {
2358
2903
  static fromJSONField(field: any): UpdateMarginConfigEvent;
2359
2904
  static fromJSON(json: Record<string, any>): UpdateMarginConfigEvent;
2360
2905
  static fromSuiParsedData(content: SuiParsedData): UpdateMarginConfigEvent;
2906
+ static fromSuiObjectData(data: SuiObjectData): UpdateMarginConfigEvent;
2361
2907
  static fetch(client: SuiClient, id: string): Promise<UpdateMarginConfigEvent>;
2362
2908
  }
2363
2909
  export declare function isUpdateSpotConfigEvent(type: string): boolean;
@@ -2371,11 +2917,14 @@ export interface UpdateSpotConfigEventFields {
2371
2917
  }
2372
2918
  export type UpdateSpotConfigEventReified = Reified<UpdateSpotConfigEvent, UpdateSpotConfigEventFields>;
2373
2919
  export declare class UpdateSpotConfigEvent implements StructClass {
2374
- static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateSpotConfigEvent";
2920
+ __StructClass: true;
2921
+ static readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::UpdateSpotConfigEvent";
2375
2922
  static readonly $numTypeParams = 0;
2376
- readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateSpotConfigEvent";
2377
- readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateSpotConfigEvent";
2923
+ static readonly $isPhantom: readonly [];
2924
+ readonly $typeName = "0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::UpdateSpotConfigEvent";
2925
+ readonly $fullTypeName: `${typeof PKG_V1}::lp_pool::UpdateSpotConfigEvent`;
2378
2926
  readonly $typeArgs: [];
2927
+ readonly $isPhantom: readonly [];
2379
2928
  readonly sender: ToField<"address">;
2380
2929
  readonly index: ToField<"u64">;
2381
2930
  readonly liquidityTokenType: ToField<TypeName>;
@@ -2386,8 +2935,8 @@ export declare class UpdateSpotConfigEvent implements StructClass {
2386
2935
  static reified(): UpdateSpotConfigEventReified;
2387
2936
  static get r(): reified.StructClassReified<UpdateSpotConfigEvent, UpdateSpotConfigEventFields>;
2388
2937
  static phantom(): PhantomReified<ToTypeStr<UpdateSpotConfigEvent>>;
2389
- static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::lp_pool::UpdateSpotConfigEvent">;
2390
- static get bcs(): import("@mysten/bcs").BcsType<{
2938
+ static get p(): reified.PhantomReified<"0x4badc51caf7c223fe754e76f740a95522f02ef167db98f3fbbf1f3d8dfffaceb::lp_pool::UpdateSpotConfigEvent">;
2939
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
2391
2940
  sender: string;
2392
2941
  index: string;
2393
2942
  liquidity_token_type: {
@@ -2534,5 +3083,6 @@ export declare class UpdateSpotConfigEvent implements StructClass {
2534
3083
  static fromJSONField(field: any): UpdateSpotConfigEvent;
2535
3084
  static fromJSON(json: Record<string, any>): UpdateSpotConfigEvent;
2536
3085
  static fromSuiParsedData(content: SuiParsedData): UpdateSpotConfigEvent;
3086
+ static fromSuiObjectData(data: SuiObjectData): UpdateSpotConfigEvent;
2537
3087
  static fetch(client: SuiClient, id: string): Promise<UpdateSpotConfigEvent>;
2538
3088
  }