@typus/typus-sdk 1.2.70 → 1.2.72

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 (527) hide show
  1. package/lib/config.json +4 -2
  2. package/lib/utils/_dependencies/source/0x1/ascii/structs.d.ts +82 -0
  3. package/lib/utils/_dependencies/source/0x1/ascii/structs.js +352 -0
  4. package/lib/utils/_dependencies/source/0x1/bit-vector/structs.d.ts +50 -0
  5. package/lib/utils/_dependencies/source/0x1/bit-vector/structs.js +239 -0
  6. package/lib/utils/_dependencies/source/0x1/fixed-point32/structs.d.ts +41 -0
  7. package/lib/utils/_dependencies/source/0x1/fixed-point32/structs.js +203 -0
  8. package/lib/utils/_dependencies/source/0x1/index.d.ts +2 -0
  9. package/lib/utils/_dependencies/source/0x1/index.js +5 -0
  10. package/lib/utils/_dependencies/source/0x1/init.d.ts +2 -0
  11. package/lib/utils/_dependencies/source/0x1/init.js +42 -0
  12. package/lib/utils/_dependencies/source/0x1/option/structs.d.ts +46 -0
  13. package/lib/utils/_dependencies/source/0x1/option/structs.js +233 -0
  14. package/lib/utils/_dependencies/source/0x1/string/structs.d.ts +44 -0
  15. package/lib/utils/_dependencies/source/0x1/string/structs.js +227 -0
  16. package/lib/utils/_dependencies/source/0x1/type-name/structs.d.ts +48 -0
  17. package/lib/utils/_dependencies/source/0x1/type-name/structs.js +204 -0
  18. package/lib/utils/_dependencies/source/0x123/discount-mint/structs.d.ts +552 -0
  19. package/lib/utils/_dependencies/source/0x123/discount-mint/structs.js +1068 -0
  20. package/lib/utils/_dependencies/source/0x123/index.d.ts +2 -0
  21. package/lib/utils/_dependencies/source/0x123/index.js +5 -0
  22. package/lib/utils/_dependencies/source/0x123/init.d.ts +2 -0
  23. package/lib/utils/_dependencies/source/0x123/init.js +61 -0
  24. package/lib/utils/_dependencies/source/0x123/royalty-rule/structs.d.ts +85 -0
  25. package/lib/utils/_dependencies/source/0x123/royalty-rule/structs.js +340 -0
  26. package/lib/utils/_dependencies/source/0x123/staking/structs.d.ts +433 -0
  27. package/lib/utils/_dependencies/source/0x123/staking/structs.js +784 -0
  28. package/lib/utils/_dependencies/source/0x123/table-vec/structs.d.ts +63 -0
  29. package/lib/utils/_dependencies/source/0x123/table-vec/structs.js +236 -0
  30. package/lib/utils/_dependencies/source/0x123/typus-nft/structs.d.ts +1006 -0
  31. package/lib/utils/_dependencies/source/0x123/typus-nft/structs.js +1994 -0
  32. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/index.d.ts +2 -0
  33. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/index.js +5 -0
  34. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/init.d.ts +2 -0
  35. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/init.js +38 -0
  36. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/whitelist/structs.d.ts +340 -0
  37. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/whitelist/structs.js +1103 -0
  38. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/index.d.ts +2 -0
  39. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/index.js +5 -0
  40. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/init.d.ts +2 -0
  41. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/init.js +40 -0
  42. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/price-feed/structs.d.ts +47 -0
  43. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/price-feed/structs.js +215 -0
  44. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/price-update-policy/structs.d.ts +212 -0
  45. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/price-update-policy/structs.js +525 -0
  46. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/x-oracle/structs.d.ts +471 -0
  47. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/x-oracle/structs.js +669 -0
  48. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/airdrop/structs.d.ts +463 -0
  49. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/airdrop/structs.js +961 -0
  50. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/big-vector/structs.d.ts +137 -0
  51. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/big-vector/structs.js +401 -0
  52. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/critbit/structs.d.ts +226 -0
  53. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/critbit/structs.js +572 -0
  54. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/ecosystem/structs.d.ts +383 -0
  55. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/ecosystem/structs.js +802 -0
  56. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/index.d.ts +2 -0
  57. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/index.js +5 -0
  58. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/init.d.ts +2 -0
  59. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/init.js +72 -0
  60. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/leaderboard/structs.d.ts +591 -0
  61. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/leaderboard/structs.js +1156 -0
  62. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/linked-object-table/structs.d.ts +152 -0
  63. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/linked-object-table/structs.js +380 -0
  64. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/linked-set/structs.d.ts +138 -0
  65. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/linked-set/structs.js +376 -0
  66. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/tgld/structs.d.ts +261 -0
  67. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/tgld/structs.js +653 -0
  68. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/user/structs.d.ts +194 -0
  69. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/user/structs.js +509 -0
  70. package/lib/utils/_dependencies/source/0x2/authenticator-state/structs.d.ts +442 -0
  71. package/lib/utils/_dependencies/source/0x2/authenticator-state/structs.js +807 -0
  72. package/lib/utils/_dependencies/source/0x2/bag/structs.d.ts +56 -0
  73. package/lib/utils/_dependencies/source/0x2/bag/structs.js +210 -0
  74. package/lib/utils/_dependencies/source/0x2/balance/structs.d.ts +79 -0
  75. package/lib/utils/_dependencies/source/0x2/balance/structs.js +332 -0
  76. package/lib/utils/_dependencies/source/0x2/bcs/structs.d.ts +44 -0
  77. package/lib/utils/_dependencies/source/0x2/bcs/structs.js +227 -0
  78. package/lib/utils/_dependencies/source/0x2/bls12381/structs.d.ts +155 -0
  79. package/lib/utils/_dependencies/source/0x2/bls12381/structs.js +578 -0
  80. package/lib/utils/_dependencies/source/0x2/borrow/structs.d.ts +104 -0
  81. package/lib/utils/_dependencies/source/0x2/borrow/structs.js +353 -0
  82. package/lib/utils/_dependencies/source/0x2/clock/structs.d.ts +56 -0
  83. package/lib/utils/_dependencies/source/0x2/clock/structs.js +216 -0
  84. package/lib/utils/_dependencies/source/0x2/coin/structs.d.ts +379 -0
  85. package/lib/utils/_dependencies/source/0x2/coin/structs.js +924 -0
  86. package/lib/utils/_dependencies/source/0x2/deny-list/structs.d.ts +178 -0
  87. package/lib/utils/_dependencies/source/0x2/deny-list/structs.js +386 -0
  88. package/lib/utils/_dependencies/source/0x2/display/structs.d.ts +228 -0
  89. package/lib/utils/_dependencies/source/0x2/display/structs.js +498 -0
  90. package/lib/utils/_dependencies/source/0x2/dynamic-field/structs.d.ts +63 -0
  91. package/lib/utils/_dependencies/source/0x2/dynamic-field/structs.js +226 -0
  92. package/lib/utils/_dependencies/source/0x2/dynamic-object-field/structs.d.ts +42 -0
  93. package/lib/utils/_dependencies/source/0x2/dynamic-object-field/structs.js +208 -0
  94. package/lib/utils/_dependencies/source/0x2/groth16/structs.d.ts +186 -0
  95. package/lib/utils/_dependencies/source/0x2/groth16/structs.js +626 -0
  96. package/lib/utils/_dependencies/source/0x2/group-ops/structs.d.ts +44 -0
  97. package/lib/utils/_dependencies/source/0x2/group-ops/structs.js +229 -0
  98. package/lib/utils/_dependencies/source/0x2/index.d.ts +2 -0
  99. package/lib/utils/_dependencies/source/0x2/index.js +5 -0
  100. package/lib/utils/_dependencies/source/0x2/init.d.ts +2 -0
  101. package/lib/utils/_dependencies/source/0x2/init.js +151 -0
  102. package/lib/utils/_dependencies/source/0x2/kiosk/structs.d.ts +565 -0
  103. package/lib/utils/_dependencies/source/0x2/kiosk/structs.js +1501 -0
  104. package/lib/utils/_dependencies/source/0x2/kiosk-extension/structs.d.ts +112 -0
  105. package/lib/utils/_dependencies/source/0x2/kiosk-extension/structs.js +349 -0
  106. package/lib/utils/_dependencies/source/0x2/linked-table/structs.d.ts +144 -0
  107. package/lib/utils/_dependencies/source/0x2/linked-table/structs.js +380 -0
  108. package/lib/utils/_dependencies/source/0x2/object/structs.d.ts +83 -0
  109. package/lib/utils/_dependencies/source/0x2/object/structs.js +328 -0
  110. package/lib/utils/_dependencies/source/0x2/object-bag/structs.d.ts +56 -0
  111. package/lib/utils/_dependencies/source/0x2/object-bag/structs.js +210 -0
  112. package/lib/utils/_dependencies/source/0x2/object-table/structs.d.ts +56 -0
  113. package/lib/utils/_dependencies/source/0x2/object-table/structs.js +218 -0
  114. package/lib/utils/_dependencies/source/0x2/package/structs.d.ts +262 -0
  115. package/lib/utils/_dependencies/source/0x2/package/structs.js +682 -0
  116. package/lib/utils/_dependencies/source/0x2/priority-queue/structs.d.ts +101 -0
  117. package/lib/utils/_dependencies/source/0x2/priority-queue/structs.js +376 -0
  118. package/lib/utils/_dependencies/source/0x2/random/structs.d.ts +190 -0
  119. package/lib/utils/_dependencies/source/0x2/random/structs.js +533 -0
  120. package/lib/utils/_dependencies/source/0x2/sui/structs.d.ts +41 -0
  121. package/lib/utils/_dependencies/source/0x2/sui/structs.js +203 -0
  122. package/lib/utils/_dependencies/source/0x2/table/structs.d.ts +56 -0
  123. package/lib/utils/_dependencies/source/0x2/table/structs.js +218 -0
  124. package/lib/utils/_dependencies/source/0x2/table-vec/structs.d.ts +63 -0
  125. package/lib/utils/_dependencies/source/0x2/table-vec/structs.js +236 -0
  126. package/lib/utils/_dependencies/source/0x2/token/structs.d.ts +424 -0
  127. package/lib/utils/_dependencies/source/0x2/token/structs.js +937 -0
  128. package/lib/utils/_dependencies/source/0x2/transfer/structs.d.ts +52 -0
  129. package/lib/utils/_dependencies/source/0x2/transfer/structs.js +218 -0
  130. package/lib/utils/_dependencies/source/0x2/transfer-policy/structs.d.ts +345 -0
  131. package/lib/utils/_dependencies/source/0x2/transfer-policy/structs.js +923 -0
  132. package/lib/utils/_dependencies/source/0x2/tx-context/structs.d.ts +68 -0
  133. package/lib/utils/_dependencies/source/0x2/tx-context/structs.js +257 -0
  134. package/lib/utils/_dependencies/source/0x2/url/structs.d.ts +48 -0
  135. package/lib/utils/_dependencies/source/0x2/url/structs.js +204 -0
  136. package/lib/utils/_dependencies/source/0x2/vec-map/structs.d.ts +101 -0
  137. package/lib/utils/_dependencies/source/0x2/vec-map/structs.js +378 -0
  138. package/lib/utils/_dependencies/source/0x2/vec-set/structs.d.ts +45 -0
  139. package/lib/utils/_dependencies/source/0x2/vec-set/structs.js +232 -0
  140. package/lib/utils/_dependencies/source/0x2/versioned/structs.d.ts +104 -0
  141. package/lib/utils/_dependencies/source/0x2/versioned/structs.js +353 -0
  142. package/lib/utils/_dependencies/source/0x2/zklogin-verified-id/structs.d.ts +105 -0
  143. package/lib/utils/_dependencies/source/0x2/zklogin-verified-id/structs.js +241 -0
  144. package/lib/utils/_dependencies/source/0x2/zklogin-verified-issuer/structs.d.ts +69 -0
  145. package/lib/utils/_dependencies/source/0x2/zklogin-verified-issuer/structs.js +223 -0
  146. package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.d.ts +2 -0
  147. package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.js +5 -0
  148. package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.d.ts +2 -0
  149. package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.js +31 -0
  150. package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.d.ts +50 -0
  151. package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.js +204 -0
  152. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.d.ts +2 -0
  153. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.js +5 -0
  154. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.d.ts +2 -0
  155. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.js +34 -0
  156. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.d.ts +41 -0
  157. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.js +203 -0
  158. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.d.ts +112 -0
  159. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.js +359 -0
  160. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/auto-bid/structs.d.ts +1404 -0
  161. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/auto-bid/structs.js +2581 -0
  162. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/index.d.ts +2 -0
  163. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/index.js +5 -0
  164. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/init.d.ts +2 -0
  165. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/init.js +131 -0
  166. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tails-staking/structs.d.ts +1201 -0
  167. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tails-staking/structs.js +2527 -0
  168. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-authorized-entry/structs.d.ts +1622 -0
  169. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-authorized-entry/structs.js +2192 -0
  170. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-fee-pool-entry/structs.d.ts +395 -0
  171. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-fee-pool-entry/structs.js +1094 -0
  172. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-registry-authorized-entry/structs.d.ts +994 -0
  173. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-registry-authorized-entry/structs.js +1358 -0
  174. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-view-function/structs.d.ts +77 -0
  175. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-view-function/structs.js +245 -0
  176. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/typus-dov-single/structs.d.ts +4338 -0
  177. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/typus-dov-single/structs.js +5821 -0
  178. package/lib/utils/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.d.ts +2 -0
  179. package/lib/utils/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.js +5 -0
  180. package/lib/utils/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.d.ts +2 -0
  181. package/lib/utils/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.js +5 -0
  182. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/ac-table/structs.d.ts +218 -0
  183. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/ac-table/structs.js +524 -0
  184. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/balance-bag/structs.d.ts +77 -0
  185. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/balance-bag/structs.js +217 -0
  186. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/index.d.ts +2 -0
  187. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/index.js +5 -0
  188. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/init.d.ts +2 -0
  189. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/init.js +46 -0
  190. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/one-time-lock-value/structs.d.ts +69 -0
  191. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/one-time-lock-value/structs.js +233 -0
  192. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/ownership/structs.d.ts +60 -0
  193. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/ownership/structs.js +218 -0
  194. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/supply-bag/structs.d.ts +77 -0
  195. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/supply-bag/structs.js +217 -0
  196. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/wit-table/structs.d.ts +103 -0
  197. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/wit-table/structs.js +259 -0
  198. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/witness/structs.d.ts +79 -0
  199. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/witness/structs.js +332 -0
  200. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/index.d.ts +2 -0
  201. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/index.js +5 -0
  202. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/init.d.ts +2 -0
  203. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/init.js +40 -0
  204. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/oracle/structs.d.ts +277 -0
  205. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/oracle/structs.js +553 -0
  206. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/pyth-parser/structs.d.ts +102 -0
  207. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/pyth-parser/structs.js +353 -0
  208. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/supra/structs.d.ts +65 -0
  209. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/supra/structs.js +233 -0
  210. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/switchboard-feed-parser/structs.d.ts +65 -0
  211. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/switchboard-feed-parser/structs.js +233 -0
  212. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.d.ts +83 -0
  213. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.js +192 -0
  214. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.d.ts +333 -0
  215. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.js +382 -0
  216. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.d.ts +68 -0
  217. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.js +176 -0
  218. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.d.ts +843 -0
  219. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.js +959 -0
  220. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.d.ts +41 -0
  221. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.js +167 -0
  222. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +2 -0
  223. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +5 -0
  224. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.d.ts +2 -0
  225. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.js +80 -0
  226. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.d.ts +146 -0
  227. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.js +274 -0
  228. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.d.ts +2272 -0
  229. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.js +4465 -0
  230. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.d.ts +719 -0
  231. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.js +1107 -0
  232. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.d.ts +2 -0
  233. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.js +5 -0
  234. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.d.ts +2 -0
  235. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.js +44 -0
  236. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.d.ts +81 -0
  237. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.js +258 -0
  238. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.d.ts +53 -0
  239. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.js +221 -0
  240. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.d.ts +115 -0
  241. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.js +294 -0
  242. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.d.ts +50 -0
  243. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.js +204 -0
  244. package/lib/utils/_dependencies/source/0x9c564002970ce40370b0c1a8328d2e91924dab43ca2cb483af67aaf0f7cbe44e/index.d.ts +2 -0
  245. package/lib/utils/_dependencies/source/0x9c564002970ce40370b0c1a8328d2e91924dab43ca2cb483af67aaf0f7cbe44e/index.js +5 -0
  246. package/lib/utils/_dependencies/source/0x9c564002970ce40370b0c1a8328d2e91924dab43ca2cb483af67aaf0f7cbe44e/init.d.ts +2 -0
  247. package/lib/utils/_dependencies/source/0x9c564002970ce40370b0c1a8328d2e91924dab43ca2cb483af67aaf0f7cbe44e/init.js +5 -0
  248. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/authority/structs.d.ts +83 -0
  249. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/authority/structs.js +234 -0
  250. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/balance-pool/structs.d.ts +333 -0
  251. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/balance-pool/structs.js +528 -0
  252. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/big-vector/structs.d.ts +68 -0
  253. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/big-vector/structs.js +230 -0
  254. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/dutch/structs.d.ts +843 -0
  255. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/dutch/structs.js +1573 -0
  256. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/i64/structs.d.ts +41 -0
  257. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/i64/structs.js +203 -0
  258. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/index.d.ts +2 -0
  259. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/index.js +5 -0
  260. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/init.d.ts +2 -0
  261. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/init.js +80 -0
  262. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/linked-list/structs.d.ts +146 -0
  263. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/linked-list/structs.js +386 -0
  264. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/vault/structs.d.ts +2272 -0
  265. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/vault/structs.js +4465 -0
  266. package/lib/utils/_dependencies/source/0xad013d5fde39e15eabda32b3dbdafd67dac32b798ce63237c27a8f73339b9b6f/index.d.ts +2 -0
  267. package/lib/utils/_dependencies/source/0xad013d5fde39e15eabda32b3dbdafd67dac32b798ce63237c27a8f73339b9b6f/index.js +5 -0
  268. package/lib/utils/_dependencies/source/0xad013d5fde39e15eabda32b3dbdafd67dac32b798ce63237c27a8f73339b9b6f/init.d.ts +2 -0
  269. package/lib/utils/_dependencies/source/0xad013d5fde39e15eabda32b3dbdafd67dac32b798ce63237c27a8f73339b9b6f/init.js +5 -0
  270. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.d.ts +2 -0
  271. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.js +5 -0
  272. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.d.ts +2 -0
  273. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.js +37 -0
  274. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.d.ts +79 -0
  275. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.js +328 -0
  276. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.d.ts +85 -0
  277. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.js +340 -0
  278. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.d.ts +41 -0
  279. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.js +205 -0
  280. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/coin-decimals-registry/structs.d.ts +174 -0
  281. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/coin-decimals-registry/structs.js +511 -0
  282. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/index.d.ts +2 -0
  283. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/index.js +5 -0
  284. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/init.d.ts +2 -0
  285. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/init.js +33 -0
  286. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes20/structs.d.ts +44 -0
  287. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes20/structs.js +227 -0
  288. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes32/structs.d.ts +44 -0
  289. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes32/structs.js +227 -0
  290. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/consumed-vaas/structs.d.ts +72 -0
  291. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/consumed-vaas/structs.js +231 -0
  292. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/cursor/structs.d.ts +45 -0
  293. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/cursor/structs.js +232 -0
  294. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.d.ts +140 -0
  295. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.js +466 -0
  296. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/external-address/structs.d.ts +52 -0
  297. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/external-address/structs.js +204 -0
  298. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/fee-collector/structs.d.ts +58 -0
  299. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/fee-collector/structs.js +241 -0
  300. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.d.ts +158 -0
  301. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.js +406 -0
  302. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian/structs.d.ts +52 -0
  303. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian/structs.js +204 -0
  304. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-set/structs.d.ts +75 -0
  305. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-set/structs.js +246 -0
  306. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-signature/structs.d.ts +80 -0
  307. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-signature/structs.js +228 -0
  308. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.d.ts +2 -0
  309. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.js +5 -0
  310. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/init.d.ts +2 -0
  311. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/init.js +91 -0
  312. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/migrate/structs.d.ts +46 -0
  313. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/migrate/structs.js +204 -0
  314. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.d.ts +177 -0
  315. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.js +592 -0
  316. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.d.ts +141 -0
  317. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.js +413 -0
  318. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set/structs.d.ts +101 -0
  319. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set/structs.js +361 -0
  320. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set-fee/structs.d.ts +79 -0
  321. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set-fee/structs.js +328 -0
  322. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/setup/structs.d.ts +50 -0
  323. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/setup/structs.js +204 -0
  324. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.d.ts +269 -0
  325. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.js +413 -0
  326. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/transfer-fee/structs.d.ts +85 -0
  327. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/transfer-fee/structs.js +340 -0
  328. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/update-guardian-set/structs.d.ts +145 -0
  329. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/update-guardian-set/structs.js +490 -0
  330. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.d.ts +143 -0
  331. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.js +467 -0
  332. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/vaa/structs.d.ts +122 -0
  333. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/vaa/structs.js +283 -0
  334. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/version-control/structs.d.ts +79 -0
  335. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/version-control/structs.js +328 -0
  336. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/batch-price-attestation/structs.d.ts +279 -0
  337. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/batch-price-attestation/structs.js +407 -0
  338. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/contract-upgrade/structs.d.ts +105 -0
  339. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/contract-upgrade/structs.js +342 -0
  340. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/data-source/structs.d.ts +66 -0
  341. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/data-source/structs.js +216 -0
  342. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/event/structs.d.ts +200 -0
  343. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/event/structs.js +341 -0
  344. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance/structs.d.ts +67 -0
  345. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance/structs.js +246 -0
  346. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-action/structs.d.ts +41 -0
  347. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-action/structs.js +203 -0
  348. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-instruction/structs.d.ts +71 -0
  349. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-instruction/structs.js +252 -0
  350. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/hot-potato-vector/structs.d.ts +45 -0
  351. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/hot-potato-vector/structs.js +232 -0
  352. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/i64/structs.d.ts +47 -0
  353. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/i64/structs.js +215 -0
  354. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.d.ts +2 -0
  355. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.js +5 -0
  356. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/init.d.ts +2 -0
  357. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/init.js +85 -0
  358. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/migrate/structs.d.ts +46 -0
  359. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/migrate/structs.js +204 -0
  360. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price/structs.d.ts +84 -0
  361. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price/structs.js +228 -0
  362. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-feed/structs.d.ts +153 -0
  363. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-feed/structs.js +223 -0
  364. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-identifier/structs.d.ts +44 -0
  365. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-identifier/structs.js +227 -0
  366. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-info/structs.d.ts +351 -0
  367. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-info/structs.js +360 -0
  368. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-status/structs.d.ts +41 -0
  369. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-status/structs.js +203 -0
  370. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set/structs.d.ts +110 -0
  371. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set/structs.js +370 -0
  372. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-data-sources/structs.d.ts +75 -0
  373. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-data-sources/structs.js +228 -0
  374. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-fee-recipient/structs.d.ts +41 -0
  375. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-fee-recipient/structs.js +203 -0
  376. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-governance-data-source/structs.d.ts +72 -0
  377. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-governance-data-source/structs.js +222 -0
  378. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-stale-price-threshold/structs.d.ts +41 -0
  379. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-stale-price-threshold/structs.js +203 -0
  380. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-update-fee/structs.d.ts +47 -0
  381. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-update-fee/structs.js +215 -0
  382. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/setup/structs.d.ts +50 -0
  383. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/setup/structs.js +204 -0
  384. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.d.ts +269 -0
  385. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.js +507 -0
  386. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.d.ts +79 -0
  387. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.js +328 -0
  388. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/admin/structs.d.ts +215 -0
  389. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/admin/structs.js +533 -0
  390. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/index.d.ts +2 -0
  391. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/index.js +5 -0
  392. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/init.d.ts +2 -0
  393. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/init.js +44 -0
  394. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/rewards-pool/structs.d.ts +93 -0
  395. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/rewards-pool/structs.js +243 -0
  396. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/spool/structs.d.ts +125 -0
  397. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/spool/structs.js +271 -0
  398. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/spool-account/structs.d.ts +114 -0
  399. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/spool-account/structs.js +250 -0
  400. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/user/structs.d.ts +413 -0
  401. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/user/structs.js +754 -0
  402. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/app/structs.d.ts +210 -0
  403. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/app/structs.js +392 -0
  404. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/asset-active-state/structs.d.ts +250 -0
  405. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/asset-active-state/structs.js +491 -0
  406. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/borrow/structs.d.ts +85 -0
  407. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/borrow/structs.js +235 -0
  408. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/borrow-dynamics/structs.d.ts +106 -0
  409. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/borrow-dynamics/structs.js +353 -0
  410. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/collateral-stats/structs.d.ts +79 -0
  411. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/collateral-stats/structs.js +328 -0
  412. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/deposit-collateral/structs.d.ts +79 -0
  413. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/deposit-collateral/structs.js +229 -0
  414. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/flash-loan/structs.d.ts +132 -0
  415. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/flash-loan/structs.js +365 -0
  416. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/incentive-rewards/structs.d.ts +109 -0
  417. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/incentive-rewards/structs.js +342 -0
  418. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/index.d.ts +2 -0
  419. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/index.js +5 -0
  420. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/init.d.ts +2 -0
  421. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/init.js +114 -0
  422. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/interest-model/structs.d.ts +571 -0
  423. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/interest-model/structs.js +682 -0
  424. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/limiter/structs.d.ts +591 -0
  425. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/limiter/structs.js +1360 -0
  426. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/liquidate/structs.d.ts +111 -0
  427. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/liquidate/structs.js +247 -0
  428. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/lock-obligation/structs.d.ts +67 -0
  429. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/lock-obligation/structs.js +217 -0
  430. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/market/structs.d.ts +854 -0
  431. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/market/structs.js +293 -0
  432. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/mint/structs.d.ts +100 -0
  433. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/mint/structs.js +240 -0
  434. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation/structs.d.ts +628 -0
  435. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation/structs.js +1010 -0
  436. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-access/structs.d.ts +92 -0
  437. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-access/structs.js +224 -0
  438. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-collaterals/structs.d.ts +79 -0
  439. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-collaterals/structs.js +328 -0
  440. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-debts/structs.d.ts +85 -0
  441. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-debts/structs.js +340 -0
  442. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/open-obligation/structs.d.ts +104 -0
  443. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/open-obligation/structs.js +347 -0
  444. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/redeem/structs.d.ts +100 -0
  445. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/redeem/structs.js +240 -0
  446. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/repay/structs.d.ts +85 -0
  447. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/repay/structs.js +235 -0
  448. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/reserve/structs.d.ts +497 -0
  449. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/reserve/structs.js +927 -0
  450. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/risk-model/structs.d.ts +443 -0
  451. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/risk-model/structs.js +658 -0
  452. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/version/structs.d.ts +102 -0
  453. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/version/structs.js +335 -0
  454. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/withdraw-collateral/structs.d.ts +79 -0
  455. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/withdraw-collateral/structs.js +229 -0
  456. package/lib/utils/_framework/init-source.d.ts +1 -0
  457. package/lib/utils/_framework/init-source.js +81 -0
  458. package/lib/utils/_framework/loader.d.ts +17 -0
  459. package/lib/utils/_framework/loader.js +99 -0
  460. package/lib/utils/_framework/reified.d.ts +100 -0
  461. package/lib/utils/_framework/reified.js +263 -0
  462. package/lib/utils/_framework/util.d.ts +53 -0
  463. package/lib/utils/_framework/util.js +252 -0
  464. package/lib/utils/api/sentio/reward-generated.d.ts +1 -0
  465. package/lib/utils/api/sentio/reward-generated.js +54 -1
  466. package/lib/utils/locked-period-vault/index.d.ts +3 -0
  467. package/lib/utils/locked-period-vault/index.js +6 -0
  468. package/lib/utils/locked-period-vault/init.d.ts +2 -0
  469. package/lib/utils/locked-period-vault/init.js +44 -0
  470. package/lib/utils/locked-period-vault/locked-period-vault/functions.d.ts +137 -0
  471. package/lib/utils/locked-period-vault/locked-period-vault/functions.js +264 -0
  472. package/lib/utils/locked-period-vault/locked-period-vault/structs.d.ts +1236 -0
  473. package/lib/utils/locked-period-vault/locked-period-vault/structs.js +2400 -0
  474. package/lib/utils/typus-dov-single-v2/user-history.js +15 -2
  475. package/lib/utils/typus_perp/admin/functions.d.ts +18 -0
  476. package/lib/utils/typus_perp/admin/functions.js +43 -0
  477. package/lib/utils/typus_perp/admin/structs.d.ts +371 -0
  478. package/lib/utils/typus_perp/admin/structs.js +796 -0
  479. package/lib/utils/typus_perp/critbit/functions.d.ts +101 -0
  480. package/lib/utils/typus_perp/critbit/functions.js +186 -0
  481. package/lib/utils/typus_perp/critbit/structs.d.ts +226 -0
  482. package/lib/utils/typus_perp/critbit/structs.js +572 -0
  483. package/lib/utils/typus_perp/index.d.ts +2 -0
  484. package/lib/utils/typus_perp/index.js +5 -0
  485. package/lib/utils/typus_perp/init.d.ts +2 -0
  486. package/lib/utils/typus_perp/init.js +121 -0
  487. package/lib/utils/typus_perp/lp-pool/functions.d.ts +231 -0
  488. package/lib/utils/typus_perp/lp-pool/functions.js +346 -0
  489. package/lib/utils/typus_perp/lp-pool/structs.d.ts +2232 -0
  490. package/lib/utils/typus_perp/lp-pool/structs.js +3300 -0
  491. package/lib/utils/typus_perp/math/functions.d.ts +16 -0
  492. package/lib/utils/typus_perp/math/functions.js +33 -0
  493. package/lib/utils/typus_perp/oracle/functions.d.ts +14 -0
  494. package/lib/utils/typus_perp/oracle/functions.js +23 -0
  495. package/lib/utils/typus_perp/oracle/structs.d.ts +102 -0
  496. package/lib/utils/typus_perp/oracle/structs.js +353 -0
  497. package/lib/utils/typus_perp/position/functions.d.ts +189 -0
  498. package/lib/utils/typus_perp/position/functions.js +307 -0
  499. package/lib/utils/typus_perp/position/structs.d.ts +588 -0
  500. package/lib/utils/typus_perp/position/structs.js +763 -0
  501. package/lib/utils/typus_perp/stake-pool/functions.d.ts +180 -0
  502. package/lib/utils/typus_perp/stake-pool/functions.js +276 -0
  503. package/lib/utils/typus_perp/stake-pool/structs.d.ts +2089 -0
  504. package/lib/utils/typus_perp/stake-pool/structs.js +3539 -0
  505. package/lib/utils/typus_perp/symbol/functions.d.ts +10 -0
  506. package/lib/utils/typus_perp/symbol/functions.js +21 -0
  507. package/lib/utils/typus_perp/symbol/structs.d.ts +76 -0
  508. package/lib/utils/typus_perp/symbol/structs.js +216 -0
  509. package/lib/utils/typus_perp/tlp/functions.d.ts +20 -0
  510. package/lib/utils/typus_perp/tlp/functions.js +36 -0
  511. package/lib/utils/typus_perp/tlp/structs.d.ts +88 -0
  512. package/lib/utils/typus_perp/tlp/structs.js +329 -0
  513. package/lib/utils/typus_perp/token-interface/functions.d.ts +12 -0
  514. package/lib/utils/typus_perp/token-interface/functions.js +21 -0
  515. package/lib/utils/typus_perp/trading/functions.d.ts +234 -0
  516. package/lib/utils/typus_perp/trading/functions.js +329 -0
  517. package/lib/utils/typus_perp/trading/structs.d.ts +2305 -0
  518. package/lib/utils/typus_perp/trading/structs.js +3792 -0
  519. package/lib/utils/typus_perp/treasury-caps/functions.d.ts +10 -0
  520. package/lib/utils/typus_perp/treasury-caps/functions.js +33 -0
  521. package/lib/utils/typus_perp/treasury-caps/structs.d.ts +50 -0
  522. package/lib/utils/typus_perp/treasury-caps/structs.js +204 -0
  523. package/lib/utils/typus_perp/utils/functions.d.ts +24 -0
  524. package/lib/utils/typus_perp/utils/functions.js +41 -0
  525. package/package.json +2 -2
  526. package/lib/utils/locked-period-vault/user-entry.d.ts +0 -81
  527. package/lib/utils/locked-period-vault/user-entry.js +0 -101
@@ -0,0 +1,2232 @@
1
+ import * as reified from "../../_framework/reified";
2
+ import { TypeName } from "../../_dependencies/source/0x1/type-name/structs";
3
+ import { UID } from "../../_dependencies/source/0x2/object/structs";
4
+ import { PhantomReified, Reified, StructClass, ToField, ToTypeStr, Vector } from "../../_framework/reified";
5
+ import { FieldsWithTypes } from "../../_framework/util";
6
+ import { SuiClient, SuiParsedData } from "@mysten/sui.js/client";
7
+ export declare function isState(type: string): boolean;
8
+ export interface StateFields {
9
+ liquidityAmount: ToField<"u64">;
10
+ valueInUsd: ToField<"u64">;
11
+ reservedAmount: ToField<"u64">;
12
+ updateTsMs: ToField<"u64">;
13
+ lastFundingTsMs: ToField<"u64">;
14
+ cumulativeFundingRate: ToField<"u64">;
15
+ isActive: ToField<"bool">;
16
+ u64Padding: ToField<Vector<"u64">>;
17
+ }
18
+ export type StateReified = Reified<State, StateFields>;
19
+ export declare class State implements StructClass {
20
+ static readonly $typeName = "0x0::lp_pool::State";
21
+ static readonly $numTypeParams = 0;
22
+ readonly $typeName = "0x0::lp_pool::State";
23
+ readonly $fullTypeName: "0x0::lp_pool::State";
24
+ readonly $typeArgs: [];
25
+ readonly liquidityAmount: ToField<"u64">;
26
+ readonly valueInUsd: ToField<"u64">;
27
+ readonly reservedAmount: ToField<"u64">;
28
+ readonly updateTsMs: ToField<"u64">;
29
+ readonly lastFundingTsMs: ToField<"u64">;
30
+ readonly cumulativeFundingRate: ToField<"u64">;
31
+ readonly isActive: ToField<"bool">;
32
+ readonly u64Padding: ToField<Vector<"u64">>;
33
+ private constructor();
34
+ static reified(): StateReified;
35
+ static get r(): reified.StructClassReified<State, StateFields>;
36
+ static phantom(): PhantomReified<ToTypeStr<State>>;
37
+ static get p(): reified.PhantomReified<"0x0::lp_pool::State">;
38
+ static get bcs(): import("@mysten/bcs").BcsType<{
39
+ liquidity_amount: string;
40
+ value_in_usd: string;
41
+ reserved_amount: string;
42
+ update_ts_ms: string;
43
+ last_funding_ts_ms: string;
44
+ cumulative_funding_rate: string;
45
+ is_active: boolean;
46
+ u64_padding: string[];
47
+ }, {
48
+ liquidity_amount: string | number | bigint;
49
+ value_in_usd: string | number | bigint;
50
+ reserved_amount: string | number | bigint;
51
+ update_ts_ms: string | number | bigint;
52
+ last_funding_ts_ms: string | number | bigint;
53
+ cumulative_funding_rate: string | number | bigint;
54
+ is_active: boolean;
55
+ u64_padding: Iterable<string | number | bigint> & {
56
+ length: number;
57
+ };
58
+ }>;
59
+ static fromFields(fields: Record<string, any>): State;
60
+ static fromFieldsWithTypes(item: FieldsWithTypes): State;
61
+ static fromBcs(data: Uint8Array): State;
62
+ toJSONField(): {
63
+ liquidityAmount: string;
64
+ valueInUsd: string;
65
+ reservedAmount: string;
66
+ updateTsMs: string;
67
+ lastFundingTsMs: string;
68
+ cumulativeFundingRate: string;
69
+ isActive: boolean;
70
+ u64Padding: string[];
71
+ };
72
+ toJSON(): {
73
+ liquidityAmount: string;
74
+ valueInUsd: string;
75
+ reservedAmount: string;
76
+ updateTsMs: string;
77
+ lastFundingTsMs: string;
78
+ cumulativeFundingRate: string;
79
+ isActive: boolean;
80
+ u64Padding: string[];
81
+ $typeName: string;
82
+ $typeArgs: [];
83
+ };
84
+ static fromJSONField(field: any): State;
85
+ static fromJSON(json: Record<string, any>): State;
86
+ static fromSuiParsedData(content: SuiParsedData): State;
87
+ static fetch(client: SuiClient, id: string): Promise<State>;
88
+ }
89
+ export declare function isAddLiquidityTokenEvent(type: string): boolean;
90
+ export interface AddLiquidityTokenEventFields {
91
+ sender: ToField<"address">;
92
+ index: ToField<"u64">;
93
+ tokenType: ToField<TypeName>;
94
+ config: ToField<Config>;
95
+ state: ToField<State>;
96
+ u64Padding: ToField<Vector<"u64">>;
97
+ }
98
+ export type AddLiquidityTokenEventReified = Reified<AddLiquidityTokenEvent, AddLiquidityTokenEventFields>;
99
+ export declare class AddLiquidityTokenEvent implements StructClass {
100
+ static readonly $typeName = "0x0::lp_pool::AddLiquidityTokenEvent";
101
+ static readonly $numTypeParams = 0;
102
+ readonly $typeName = "0x0::lp_pool::AddLiquidityTokenEvent";
103
+ readonly $fullTypeName: "0x0::lp_pool::AddLiquidityTokenEvent";
104
+ readonly $typeArgs: [];
105
+ readonly sender: ToField<"address">;
106
+ readonly index: ToField<"u64">;
107
+ readonly tokenType: ToField<TypeName>;
108
+ readonly config: ToField<Config>;
109
+ readonly state: ToField<State>;
110
+ readonly u64Padding: ToField<Vector<"u64">>;
111
+ private constructor();
112
+ static reified(): AddLiquidityTokenEventReified;
113
+ static get r(): reified.StructClassReified<AddLiquidityTokenEvent, AddLiquidityTokenEventFields>;
114
+ static phantom(): PhantomReified<ToTypeStr<AddLiquidityTokenEvent>>;
115
+ static get p(): reified.PhantomReified<"0x0::lp_pool::AddLiquidityTokenEvent">;
116
+ static get bcs(): import("@mysten/bcs").BcsType<{
117
+ sender: string;
118
+ index: string;
119
+ token_type: {
120
+ name: {
121
+ bytes: number[];
122
+ };
123
+ };
124
+ config: {
125
+ oracle_id: string;
126
+ liquidity_token_decimal: string;
127
+ spot_config: {
128
+ min_deposit: string;
129
+ max_capacity: string;
130
+ target_weight_bp: string;
131
+ basic_mint_fee_bp: string;
132
+ additional_mint_fee_bp: string;
133
+ basic_burn_fee_bp: string;
134
+ additional_burn_fee_bp: string;
135
+ swap_fee_bp: string;
136
+ u64_padding: string[];
137
+ };
138
+ margin_config: {
139
+ basic_funding_rate: string;
140
+ funding_interval_ts_ms: string;
141
+ u64_padding: string[];
142
+ };
143
+ u64_padding: string[];
144
+ };
145
+ state: {
146
+ liquidity_amount: string;
147
+ value_in_usd: string;
148
+ reserved_amount: string;
149
+ update_ts_ms: string;
150
+ last_funding_ts_ms: string;
151
+ cumulative_funding_rate: string;
152
+ is_active: boolean;
153
+ u64_padding: string[];
154
+ };
155
+ u64_padding: string[];
156
+ }, {
157
+ sender: string;
158
+ index: string | number | bigint;
159
+ token_type: {
160
+ name: {
161
+ bytes: Iterable<number> & {
162
+ length: number;
163
+ };
164
+ };
165
+ };
166
+ config: {
167
+ oracle_id: string;
168
+ liquidity_token_decimal: string | number | bigint;
169
+ spot_config: {
170
+ min_deposit: string | number | bigint;
171
+ max_capacity: string | number | bigint;
172
+ target_weight_bp: string | number | bigint;
173
+ basic_mint_fee_bp: string | number | bigint;
174
+ additional_mint_fee_bp: string | number | bigint;
175
+ basic_burn_fee_bp: string | number | bigint;
176
+ additional_burn_fee_bp: string | number | bigint;
177
+ swap_fee_bp: string | number | bigint;
178
+ u64_padding: Iterable<string | number | bigint> & {
179
+ length: number;
180
+ };
181
+ };
182
+ margin_config: {
183
+ basic_funding_rate: string | number | bigint;
184
+ funding_interval_ts_ms: string | number | bigint;
185
+ u64_padding: Iterable<string | number | bigint> & {
186
+ length: number;
187
+ };
188
+ };
189
+ u64_padding: Iterable<string | number | bigint> & {
190
+ length: number;
191
+ };
192
+ };
193
+ state: {
194
+ liquidity_amount: string | number | bigint;
195
+ value_in_usd: string | number | bigint;
196
+ reserved_amount: string | number | bigint;
197
+ update_ts_ms: string | number | bigint;
198
+ last_funding_ts_ms: string | number | bigint;
199
+ cumulative_funding_rate: string | number | bigint;
200
+ is_active: boolean;
201
+ u64_padding: Iterable<string | number | bigint> & {
202
+ length: number;
203
+ };
204
+ };
205
+ u64_padding: Iterable<string | number | bigint> & {
206
+ length: number;
207
+ };
208
+ }>;
209
+ static fromFields(fields: Record<string, any>): AddLiquidityTokenEvent;
210
+ static fromFieldsWithTypes(item: FieldsWithTypes): AddLiquidityTokenEvent;
211
+ static fromBcs(data: Uint8Array): AddLiquidityTokenEvent;
212
+ toJSONField(): {
213
+ sender: string;
214
+ index: string;
215
+ tokenType: {
216
+ name: string;
217
+ };
218
+ config: {
219
+ oracleId: string;
220
+ liquidityTokenDecimal: string;
221
+ spotConfig: {
222
+ minDeposit: string;
223
+ maxCapacity: string;
224
+ targetWeightBp: string;
225
+ basicMintFeeBp: string;
226
+ additionalMintFeeBp: string;
227
+ basicBurnFeeBp: string;
228
+ additionalBurnFeeBp: string;
229
+ swapFeeBp: string;
230
+ u64Padding: string[];
231
+ };
232
+ marginConfig: {
233
+ basicFundingRate: string;
234
+ fundingIntervalTsMs: string;
235
+ u64Padding: string[];
236
+ };
237
+ u64Padding: string[];
238
+ };
239
+ state: {
240
+ liquidityAmount: string;
241
+ valueInUsd: string;
242
+ reservedAmount: string;
243
+ updateTsMs: string;
244
+ lastFundingTsMs: string;
245
+ cumulativeFundingRate: string;
246
+ isActive: boolean;
247
+ u64Padding: string[];
248
+ };
249
+ u64Padding: string[];
250
+ };
251
+ toJSON(): {
252
+ sender: string;
253
+ index: string;
254
+ tokenType: {
255
+ name: string;
256
+ };
257
+ config: {
258
+ oracleId: string;
259
+ liquidityTokenDecimal: string;
260
+ spotConfig: {
261
+ minDeposit: string;
262
+ maxCapacity: string;
263
+ targetWeightBp: string;
264
+ basicMintFeeBp: string;
265
+ additionalMintFeeBp: string;
266
+ basicBurnFeeBp: string;
267
+ additionalBurnFeeBp: string;
268
+ swapFeeBp: string;
269
+ u64Padding: string[];
270
+ };
271
+ marginConfig: {
272
+ basicFundingRate: string;
273
+ fundingIntervalTsMs: string;
274
+ u64Padding: string[];
275
+ };
276
+ u64Padding: string[];
277
+ };
278
+ state: {
279
+ liquidityAmount: string;
280
+ valueInUsd: string;
281
+ reservedAmount: string;
282
+ updateTsMs: string;
283
+ lastFundingTsMs: string;
284
+ cumulativeFundingRate: string;
285
+ isActive: boolean;
286
+ u64Padding: string[];
287
+ };
288
+ u64Padding: string[];
289
+ $typeName: string;
290
+ $typeArgs: [];
291
+ };
292
+ static fromJSONField(field: any): AddLiquidityTokenEvent;
293
+ static fromJSON(json: Record<string, any>): AddLiquidityTokenEvent;
294
+ static fromSuiParsedData(content: SuiParsedData): AddLiquidityTokenEvent;
295
+ static fetch(client: SuiClient, id: string): Promise<AddLiquidityTokenEvent>;
296
+ }
297
+ export declare function isBurnLpEvent(type: string): boolean;
298
+ export interface BurnLpEventFields {
299
+ sender: ToField<"address">;
300
+ index: ToField<"u64">;
301
+ lpTokenType: ToField<TypeName>;
302
+ burnLpAmount: ToField<"u64">;
303
+ burnAmountUsd: ToField<"u64">;
304
+ burnFeeUsd: ToField<"u64">;
305
+ liquidityTokenType: ToField<TypeName>;
306
+ withdrawTokenAmount: ToField<"u64">;
307
+ u64Padding: ToField<Vector<"u64">>;
308
+ }
309
+ export type BurnLpEventReified = Reified<BurnLpEvent, BurnLpEventFields>;
310
+ export declare class BurnLpEvent implements StructClass {
311
+ static readonly $typeName = "0x0::lp_pool::BurnLpEvent";
312
+ static readonly $numTypeParams = 0;
313
+ readonly $typeName = "0x0::lp_pool::BurnLpEvent";
314
+ readonly $fullTypeName: "0x0::lp_pool::BurnLpEvent";
315
+ readonly $typeArgs: [];
316
+ readonly sender: ToField<"address">;
317
+ readonly index: ToField<"u64">;
318
+ readonly lpTokenType: ToField<TypeName>;
319
+ readonly burnLpAmount: ToField<"u64">;
320
+ readonly burnAmountUsd: ToField<"u64">;
321
+ readonly burnFeeUsd: ToField<"u64">;
322
+ readonly liquidityTokenType: ToField<TypeName>;
323
+ readonly withdrawTokenAmount: ToField<"u64">;
324
+ readonly u64Padding: ToField<Vector<"u64">>;
325
+ private constructor();
326
+ static reified(): BurnLpEventReified;
327
+ static get r(): reified.StructClassReified<BurnLpEvent, BurnLpEventFields>;
328
+ static phantom(): PhantomReified<ToTypeStr<BurnLpEvent>>;
329
+ static get p(): reified.PhantomReified<"0x0::lp_pool::BurnLpEvent">;
330
+ static get bcs(): import("@mysten/bcs").BcsType<{
331
+ sender: string;
332
+ index: string;
333
+ lp_token_type: {
334
+ name: {
335
+ bytes: number[];
336
+ };
337
+ };
338
+ burn_lp_amount: string;
339
+ burn_amount_usd: string;
340
+ burn_fee_usd: string;
341
+ liquidity_token_type: {
342
+ name: {
343
+ bytes: number[];
344
+ };
345
+ };
346
+ withdraw_token_amount: string;
347
+ u64_padding: string[];
348
+ }, {
349
+ sender: string;
350
+ index: string | number | bigint;
351
+ lp_token_type: {
352
+ name: {
353
+ bytes: Iterable<number> & {
354
+ length: number;
355
+ };
356
+ };
357
+ };
358
+ burn_lp_amount: string | number | bigint;
359
+ burn_amount_usd: string | number | bigint;
360
+ burn_fee_usd: string | number | bigint;
361
+ liquidity_token_type: {
362
+ name: {
363
+ bytes: Iterable<number> & {
364
+ length: number;
365
+ };
366
+ };
367
+ };
368
+ withdraw_token_amount: string | number | bigint;
369
+ u64_padding: Iterable<string | number | bigint> & {
370
+ length: number;
371
+ };
372
+ }>;
373
+ static fromFields(fields: Record<string, any>): BurnLpEvent;
374
+ static fromFieldsWithTypes(item: FieldsWithTypes): BurnLpEvent;
375
+ static fromBcs(data: Uint8Array): BurnLpEvent;
376
+ toJSONField(): {
377
+ sender: string;
378
+ index: string;
379
+ lpTokenType: {
380
+ name: string;
381
+ };
382
+ burnLpAmount: string;
383
+ burnAmountUsd: string;
384
+ burnFeeUsd: string;
385
+ liquidityTokenType: {
386
+ name: string;
387
+ };
388
+ withdrawTokenAmount: string;
389
+ u64Padding: string[];
390
+ };
391
+ toJSON(): {
392
+ sender: string;
393
+ index: string;
394
+ lpTokenType: {
395
+ name: string;
396
+ };
397
+ burnLpAmount: string;
398
+ burnAmountUsd: string;
399
+ burnFeeUsd: string;
400
+ liquidityTokenType: {
401
+ name: string;
402
+ };
403
+ withdrawTokenAmount: string;
404
+ u64Padding: string[];
405
+ $typeName: string;
406
+ $typeArgs: [];
407
+ };
408
+ static fromJSONField(field: any): BurnLpEvent;
409
+ static fromJSON(json: Record<string, any>): BurnLpEvent;
410
+ static fromSuiParsedData(content: SuiParsedData): BurnLpEvent;
411
+ static fetch(client: SuiClient, id: string): Promise<BurnLpEvent>;
412
+ }
413
+ export declare function isConfig(type: string): boolean;
414
+ export interface ConfigFields {
415
+ oracleId: ToField<"address">;
416
+ liquidityTokenDecimal: ToField<"u64">;
417
+ spotConfig: ToField<SpotConfig>;
418
+ marginConfig: ToField<MarginConfig>;
419
+ u64Padding: ToField<Vector<"u64">>;
420
+ }
421
+ export type ConfigReified = Reified<Config, ConfigFields>;
422
+ export declare class Config implements StructClass {
423
+ static readonly $typeName = "0x0::lp_pool::Config";
424
+ static readonly $numTypeParams = 0;
425
+ readonly $typeName = "0x0::lp_pool::Config";
426
+ readonly $fullTypeName: "0x0::lp_pool::Config";
427
+ readonly $typeArgs: [];
428
+ readonly oracleId: ToField<"address">;
429
+ readonly liquidityTokenDecimal: ToField<"u64">;
430
+ readonly spotConfig: ToField<SpotConfig>;
431
+ readonly marginConfig: ToField<MarginConfig>;
432
+ readonly u64Padding: ToField<Vector<"u64">>;
433
+ private constructor();
434
+ static reified(): ConfigReified;
435
+ static get r(): reified.StructClassReified<Config, ConfigFields>;
436
+ static phantom(): PhantomReified<ToTypeStr<Config>>;
437
+ static get p(): reified.PhantomReified<"0x0::lp_pool::Config">;
438
+ static get bcs(): import("@mysten/bcs").BcsType<{
439
+ oracle_id: string;
440
+ liquidity_token_decimal: string;
441
+ spot_config: {
442
+ min_deposit: string;
443
+ max_capacity: string;
444
+ target_weight_bp: string;
445
+ basic_mint_fee_bp: string;
446
+ additional_mint_fee_bp: string;
447
+ basic_burn_fee_bp: string;
448
+ additional_burn_fee_bp: string;
449
+ swap_fee_bp: string;
450
+ u64_padding: string[];
451
+ };
452
+ margin_config: {
453
+ basic_funding_rate: string;
454
+ funding_interval_ts_ms: string;
455
+ u64_padding: string[];
456
+ };
457
+ u64_padding: string[];
458
+ }, {
459
+ oracle_id: string;
460
+ liquidity_token_decimal: string | number | bigint;
461
+ spot_config: {
462
+ min_deposit: string | number | bigint;
463
+ max_capacity: string | number | bigint;
464
+ target_weight_bp: string | number | bigint;
465
+ basic_mint_fee_bp: string | number | bigint;
466
+ additional_mint_fee_bp: string | number | bigint;
467
+ basic_burn_fee_bp: string | number | bigint;
468
+ additional_burn_fee_bp: string | number | bigint;
469
+ swap_fee_bp: string | number | bigint;
470
+ u64_padding: Iterable<string | number | bigint> & {
471
+ length: number;
472
+ };
473
+ };
474
+ margin_config: {
475
+ basic_funding_rate: string | number | bigint;
476
+ funding_interval_ts_ms: string | number | bigint;
477
+ u64_padding: Iterable<string | number | bigint> & {
478
+ length: number;
479
+ };
480
+ };
481
+ u64_padding: Iterable<string | number | bigint> & {
482
+ length: number;
483
+ };
484
+ }>;
485
+ static fromFields(fields: Record<string, any>): Config;
486
+ static fromFieldsWithTypes(item: FieldsWithTypes): Config;
487
+ static fromBcs(data: Uint8Array): Config;
488
+ toJSONField(): {
489
+ oracleId: string;
490
+ liquidityTokenDecimal: string;
491
+ spotConfig: {
492
+ minDeposit: string;
493
+ maxCapacity: string;
494
+ targetWeightBp: string;
495
+ basicMintFeeBp: string;
496
+ additionalMintFeeBp: string;
497
+ basicBurnFeeBp: string;
498
+ additionalBurnFeeBp: string;
499
+ swapFeeBp: string;
500
+ u64Padding: string[];
501
+ };
502
+ marginConfig: {
503
+ basicFundingRate: string;
504
+ fundingIntervalTsMs: string;
505
+ u64Padding: string[];
506
+ };
507
+ u64Padding: string[];
508
+ };
509
+ toJSON(): {
510
+ oracleId: string;
511
+ liquidityTokenDecimal: string;
512
+ spotConfig: {
513
+ minDeposit: string;
514
+ maxCapacity: string;
515
+ targetWeightBp: string;
516
+ basicMintFeeBp: string;
517
+ additionalMintFeeBp: string;
518
+ basicBurnFeeBp: string;
519
+ additionalBurnFeeBp: string;
520
+ swapFeeBp: string;
521
+ u64Padding: string[];
522
+ };
523
+ marginConfig: {
524
+ basicFundingRate: string;
525
+ fundingIntervalTsMs: string;
526
+ u64Padding: string[];
527
+ };
528
+ u64Padding: string[];
529
+ $typeName: string;
530
+ $typeArgs: [];
531
+ };
532
+ static fromJSONField(field: any): Config;
533
+ static fromJSON(json: Record<string, any>): Config;
534
+ static fromSuiParsedData(content: SuiParsedData): Config;
535
+ static fetch(client: SuiClient, id: string): Promise<Config>;
536
+ }
537
+ export declare function isLiquidityPool(type: string): boolean;
538
+ export interface LiquidityPoolFields {
539
+ id: ToField<UID>;
540
+ index: ToField<"u64">;
541
+ lpTokenType: ToField<TypeName>;
542
+ liquidityTokens: ToField<Vector<TypeName>>;
543
+ tokenPools: ToField<Vector<TokenPool>>;
544
+ poolInfo: ToField<LiquidityPoolInfo>;
545
+ u64Padding: ToField<Vector<"u64">>;
546
+ bcsPadding: ToField<Vector<"u8">>;
547
+ }
548
+ export type LiquidityPoolReified = Reified<LiquidityPool, LiquidityPoolFields>;
549
+ export declare class LiquidityPool implements StructClass {
550
+ static readonly $typeName = "0x0::lp_pool::LiquidityPool";
551
+ static readonly $numTypeParams = 0;
552
+ readonly $typeName = "0x0::lp_pool::LiquidityPool";
553
+ readonly $fullTypeName: "0x0::lp_pool::LiquidityPool";
554
+ readonly $typeArgs: [];
555
+ readonly id: ToField<UID>;
556
+ readonly index: ToField<"u64">;
557
+ readonly lpTokenType: ToField<TypeName>;
558
+ readonly liquidityTokens: ToField<Vector<TypeName>>;
559
+ readonly tokenPools: ToField<Vector<TokenPool>>;
560
+ readonly poolInfo: ToField<LiquidityPoolInfo>;
561
+ readonly u64Padding: ToField<Vector<"u64">>;
562
+ readonly bcsPadding: ToField<Vector<"u8">>;
563
+ private constructor();
564
+ static reified(): LiquidityPoolReified;
565
+ static get r(): reified.StructClassReified<LiquidityPool, LiquidityPoolFields>;
566
+ static phantom(): PhantomReified<ToTypeStr<LiquidityPool>>;
567
+ static get p(): reified.PhantomReified<"0x0::lp_pool::LiquidityPool">;
568
+ static get bcs(): import("@mysten/bcs").BcsType<{
569
+ id: {
570
+ id: {
571
+ bytes: string;
572
+ };
573
+ };
574
+ index: string;
575
+ lp_token_type: {
576
+ name: {
577
+ bytes: number[];
578
+ };
579
+ };
580
+ liquidity_tokens: {
581
+ name: {
582
+ bytes: number[];
583
+ };
584
+ }[];
585
+ token_pools: {
586
+ token_type: {
587
+ name: {
588
+ bytes: number[];
589
+ };
590
+ };
591
+ config: {
592
+ oracle_id: string;
593
+ liquidity_token_decimal: string;
594
+ spot_config: {
595
+ min_deposit: string;
596
+ max_capacity: string;
597
+ target_weight_bp: string;
598
+ basic_mint_fee_bp: string;
599
+ additional_mint_fee_bp: string;
600
+ basic_burn_fee_bp: string;
601
+ additional_burn_fee_bp: string;
602
+ swap_fee_bp: string;
603
+ u64_padding: string[];
604
+ };
605
+ margin_config: {
606
+ basic_funding_rate: string;
607
+ funding_interval_ts_ms: string;
608
+ u64_padding: string[];
609
+ };
610
+ u64_padding: string[];
611
+ };
612
+ state: {
613
+ liquidity_amount: string;
614
+ value_in_usd: string;
615
+ reserved_amount: string;
616
+ update_ts_ms: string;
617
+ last_funding_ts_ms: string;
618
+ cumulative_funding_rate: string;
619
+ is_active: boolean;
620
+ u64_padding: string[];
621
+ };
622
+ }[];
623
+ pool_info: {
624
+ lp_token_decimal: string;
625
+ total_share_supply: string;
626
+ tvl_usd: string;
627
+ is_active: boolean;
628
+ };
629
+ u64_padding: string[];
630
+ bcs_padding: number[];
631
+ }, {
632
+ id: {
633
+ id: {
634
+ bytes: string;
635
+ };
636
+ };
637
+ index: string | number | bigint;
638
+ lp_token_type: {
639
+ name: {
640
+ bytes: Iterable<number> & {
641
+ length: number;
642
+ };
643
+ };
644
+ };
645
+ liquidity_tokens: Iterable<{
646
+ name: {
647
+ bytes: Iterable<number> & {
648
+ length: number;
649
+ };
650
+ };
651
+ }> & {
652
+ length: number;
653
+ };
654
+ token_pools: Iterable<{
655
+ token_type: {
656
+ name: {
657
+ bytes: Iterable<number> & {
658
+ length: number;
659
+ };
660
+ };
661
+ };
662
+ config: {
663
+ oracle_id: string;
664
+ liquidity_token_decimal: string | number | bigint;
665
+ spot_config: {
666
+ min_deposit: string | number | bigint;
667
+ max_capacity: string | number | bigint;
668
+ target_weight_bp: string | number | bigint;
669
+ basic_mint_fee_bp: string | number | bigint;
670
+ additional_mint_fee_bp: string | number | bigint;
671
+ basic_burn_fee_bp: string | number | bigint;
672
+ additional_burn_fee_bp: string | number | bigint;
673
+ swap_fee_bp: string | number | bigint;
674
+ u64_padding: Iterable<string | number | bigint> & {
675
+ length: number;
676
+ };
677
+ };
678
+ margin_config: {
679
+ basic_funding_rate: string | number | bigint;
680
+ funding_interval_ts_ms: string | number | bigint;
681
+ u64_padding: Iterable<string | number | bigint> & {
682
+ length: number;
683
+ };
684
+ };
685
+ u64_padding: Iterable<string | number | bigint> & {
686
+ length: number;
687
+ };
688
+ };
689
+ state: {
690
+ liquidity_amount: string | number | bigint;
691
+ value_in_usd: string | number | bigint;
692
+ reserved_amount: string | number | bigint;
693
+ update_ts_ms: string | number | bigint;
694
+ last_funding_ts_ms: string | number | bigint;
695
+ cumulative_funding_rate: string | number | bigint;
696
+ is_active: boolean;
697
+ u64_padding: Iterable<string | number | bigint> & {
698
+ length: number;
699
+ };
700
+ };
701
+ }> & {
702
+ length: number;
703
+ };
704
+ pool_info: {
705
+ lp_token_decimal: string | number | bigint;
706
+ total_share_supply: string | number | bigint;
707
+ tvl_usd: string | number | bigint;
708
+ is_active: boolean;
709
+ };
710
+ u64_padding: Iterable<string | number | bigint> & {
711
+ length: number;
712
+ };
713
+ bcs_padding: Iterable<number> & {
714
+ length: number;
715
+ };
716
+ }>;
717
+ static fromFields(fields: Record<string, any>): LiquidityPool;
718
+ static fromFieldsWithTypes(item: FieldsWithTypes): LiquidityPool;
719
+ static fromBcs(data: Uint8Array): LiquidityPool;
720
+ toJSONField(): {
721
+ id: string;
722
+ index: string;
723
+ lpTokenType: {
724
+ name: string;
725
+ };
726
+ liquidityTokens: {
727
+ name: string;
728
+ }[];
729
+ tokenPools: {
730
+ tokenType: {
731
+ name: string;
732
+ };
733
+ config: {
734
+ oracleId: string;
735
+ liquidityTokenDecimal: string;
736
+ spotConfig: {
737
+ minDeposit: string;
738
+ maxCapacity: string;
739
+ targetWeightBp: string;
740
+ basicMintFeeBp: string;
741
+ additionalMintFeeBp: string;
742
+ basicBurnFeeBp: string;
743
+ additionalBurnFeeBp: string;
744
+ swapFeeBp: string;
745
+ u64Padding: string[];
746
+ };
747
+ marginConfig: {
748
+ basicFundingRate: string;
749
+ fundingIntervalTsMs: string;
750
+ u64Padding: string[];
751
+ };
752
+ u64Padding: string[];
753
+ };
754
+ state: {
755
+ liquidityAmount: string;
756
+ valueInUsd: string;
757
+ reservedAmount: string;
758
+ updateTsMs: string;
759
+ lastFundingTsMs: string;
760
+ cumulativeFundingRate: string;
761
+ isActive: boolean;
762
+ u64Padding: string[];
763
+ };
764
+ }[];
765
+ poolInfo: {
766
+ lpTokenDecimal: string;
767
+ totalShareSupply: string;
768
+ tvlUsd: string;
769
+ isActive: boolean;
770
+ };
771
+ u64Padding: string[];
772
+ bcsPadding: number[];
773
+ };
774
+ toJSON(): {
775
+ id: string;
776
+ index: string;
777
+ lpTokenType: {
778
+ name: string;
779
+ };
780
+ liquidityTokens: {
781
+ name: string;
782
+ }[];
783
+ tokenPools: {
784
+ tokenType: {
785
+ name: string;
786
+ };
787
+ config: {
788
+ oracleId: string;
789
+ liquidityTokenDecimal: string;
790
+ spotConfig: {
791
+ minDeposit: string;
792
+ maxCapacity: string;
793
+ targetWeightBp: string;
794
+ basicMintFeeBp: string;
795
+ additionalMintFeeBp: string;
796
+ basicBurnFeeBp: string;
797
+ additionalBurnFeeBp: string;
798
+ swapFeeBp: string;
799
+ u64Padding: string[];
800
+ };
801
+ marginConfig: {
802
+ basicFundingRate: string;
803
+ fundingIntervalTsMs: string;
804
+ u64Padding: string[];
805
+ };
806
+ u64Padding: string[];
807
+ };
808
+ state: {
809
+ liquidityAmount: string;
810
+ valueInUsd: string;
811
+ reservedAmount: string;
812
+ updateTsMs: string;
813
+ lastFundingTsMs: string;
814
+ cumulativeFundingRate: string;
815
+ isActive: boolean;
816
+ u64Padding: string[];
817
+ };
818
+ }[];
819
+ poolInfo: {
820
+ lpTokenDecimal: string;
821
+ totalShareSupply: string;
822
+ tvlUsd: string;
823
+ isActive: boolean;
824
+ };
825
+ u64Padding: string[];
826
+ bcsPadding: number[];
827
+ $typeName: string;
828
+ $typeArgs: [];
829
+ };
830
+ static fromJSONField(field: any): LiquidityPool;
831
+ static fromJSON(json: Record<string, any>): LiquidityPool;
832
+ static fromSuiParsedData(content: SuiParsedData): LiquidityPool;
833
+ static fetch(client: SuiClient, id: string): Promise<LiquidityPool>;
834
+ }
835
+ export declare function isLiquidityPoolInfo(type: string): boolean;
836
+ export interface LiquidityPoolInfoFields {
837
+ lpTokenDecimal: ToField<"u64">;
838
+ totalShareSupply: ToField<"u64">;
839
+ tvlUsd: ToField<"u64">;
840
+ isActive: ToField<"bool">;
841
+ }
842
+ export type LiquidityPoolInfoReified = Reified<LiquidityPoolInfo, LiquidityPoolInfoFields>;
843
+ export declare class LiquidityPoolInfo implements StructClass {
844
+ static readonly $typeName = "0x0::lp_pool::LiquidityPoolInfo";
845
+ static readonly $numTypeParams = 0;
846
+ readonly $typeName = "0x0::lp_pool::LiquidityPoolInfo";
847
+ readonly $fullTypeName: "0x0::lp_pool::LiquidityPoolInfo";
848
+ readonly $typeArgs: [];
849
+ readonly lpTokenDecimal: ToField<"u64">;
850
+ readonly totalShareSupply: ToField<"u64">;
851
+ readonly tvlUsd: ToField<"u64">;
852
+ readonly isActive: ToField<"bool">;
853
+ private constructor();
854
+ static reified(): LiquidityPoolInfoReified;
855
+ static get r(): reified.StructClassReified<LiquidityPoolInfo, LiquidityPoolInfoFields>;
856
+ static phantom(): PhantomReified<ToTypeStr<LiquidityPoolInfo>>;
857
+ static get p(): reified.PhantomReified<"0x0::lp_pool::LiquidityPoolInfo">;
858
+ static get bcs(): import("@mysten/bcs").BcsType<{
859
+ lp_token_decimal: string;
860
+ total_share_supply: string;
861
+ tvl_usd: string;
862
+ is_active: boolean;
863
+ }, {
864
+ lp_token_decimal: string | number | bigint;
865
+ total_share_supply: string | number | bigint;
866
+ tvl_usd: string | number | bigint;
867
+ is_active: boolean;
868
+ }>;
869
+ static fromFields(fields: Record<string, any>): LiquidityPoolInfo;
870
+ static fromFieldsWithTypes(item: FieldsWithTypes): LiquidityPoolInfo;
871
+ static fromBcs(data: Uint8Array): LiquidityPoolInfo;
872
+ toJSONField(): {
873
+ lpTokenDecimal: string;
874
+ totalShareSupply: string;
875
+ tvlUsd: string;
876
+ isActive: boolean;
877
+ };
878
+ toJSON(): {
879
+ lpTokenDecimal: string;
880
+ totalShareSupply: string;
881
+ tvlUsd: string;
882
+ isActive: boolean;
883
+ $typeName: string;
884
+ $typeArgs: [];
885
+ };
886
+ static fromJSONField(field: any): LiquidityPoolInfo;
887
+ static fromJSON(json: Record<string, any>): LiquidityPoolInfo;
888
+ static fromSuiParsedData(content: SuiParsedData): LiquidityPoolInfo;
889
+ static fetch(client: SuiClient, id: string): Promise<LiquidityPoolInfo>;
890
+ }
891
+ export declare function isMarginConfig(type: string): boolean;
892
+ export interface MarginConfigFields {
893
+ basicFundingRate: ToField<"u64">;
894
+ fundingIntervalTsMs: ToField<"u64">;
895
+ u64Padding: ToField<Vector<"u64">>;
896
+ }
897
+ export type MarginConfigReified = Reified<MarginConfig, MarginConfigFields>;
898
+ export declare class MarginConfig implements StructClass {
899
+ static readonly $typeName = "0x0::lp_pool::MarginConfig";
900
+ static readonly $numTypeParams = 0;
901
+ readonly $typeName = "0x0::lp_pool::MarginConfig";
902
+ readonly $fullTypeName: "0x0::lp_pool::MarginConfig";
903
+ readonly $typeArgs: [];
904
+ readonly basicFundingRate: ToField<"u64">;
905
+ readonly fundingIntervalTsMs: ToField<"u64">;
906
+ readonly u64Padding: ToField<Vector<"u64">>;
907
+ private constructor();
908
+ static reified(): MarginConfigReified;
909
+ static get r(): reified.StructClassReified<MarginConfig, MarginConfigFields>;
910
+ static phantom(): PhantomReified<ToTypeStr<MarginConfig>>;
911
+ static get p(): reified.PhantomReified<"0x0::lp_pool::MarginConfig">;
912
+ static get bcs(): import("@mysten/bcs").BcsType<{
913
+ basic_funding_rate: string;
914
+ funding_interval_ts_ms: string;
915
+ u64_padding: string[];
916
+ }, {
917
+ basic_funding_rate: string | number | bigint;
918
+ funding_interval_ts_ms: string | number | bigint;
919
+ u64_padding: Iterable<string | number | bigint> & {
920
+ length: number;
921
+ };
922
+ }>;
923
+ static fromFields(fields: Record<string, any>): MarginConfig;
924
+ static fromFieldsWithTypes(item: FieldsWithTypes): MarginConfig;
925
+ static fromBcs(data: Uint8Array): MarginConfig;
926
+ toJSONField(): {
927
+ basicFundingRate: string;
928
+ fundingIntervalTsMs: string;
929
+ u64Padding: string[];
930
+ };
931
+ toJSON(): {
932
+ basicFundingRate: string;
933
+ fundingIntervalTsMs: string;
934
+ u64Padding: string[];
935
+ $typeName: string;
936
+ $typeArgs: [];
937
+ };
938
+ static fromJSONField(field: any): MarginConfig;
939
+ static fromJSON(json: Record<string, any>): MarginConfig;
940
+ static fromSuiParsedData(content: SuiParsedData): MarginConfig;
941
+ static fetch(client: SuiClient, id: string): Promise<MarginConfig>;
942
+ }
943
+ export declare function isMintLpEvent(type: string): boolean;
944
+ export interface MintLpEventFields {
945
+ sender: ToField<"address">;
946
+ index: ToField<"u64">;
947
+ liquidityTokenType: ToField<TypeName>;
948
+ depositAmount: ToField<"u64">;
949
+ depositAmountUsd: ToField<"u64">;
950
+ mintFeeUsd: ToField<"u64">;
951
+ lpTokenType: ToField<TypeName>;
952
+ mintedLpAmount: ToField<"u64">;
953
+ u64Padding: ToField<Vector<"u64">>;
954
+ }
955
+ export type MintLpEventReified = Reified<MintLpEvent, MintLpEventFields>;
956
+ export declare class MintLpEvent implements StructClass {
957
+ static readonly $typeName = "0x0::lp_pool::MintLpEvent";
958
+ static readonly $numTypeParams = 0;
959
+ readonly $typeName = "0x0::lp_pool::MintLpEvent";
960
+ readonly $fullTypeName: "0x0::lp_pool::MintLpEvent";
961
+ readonly $typeArgs: [];
962
+ readonly sender: ToField<"address">;
963
+ readonly index: ToField<"u64">;
964
+ readonly liquidityTokenType: ToField<TypeName>;
965
+ readonly depositAmount: ToField<"u64">;
966
+ readonly depositAmountUsd: ToField<"u64">;
967
+ readonly mintFeeUsd: ToField<"u64">;
968
+ readonly lpTokenType: ToField<TypeName>;
969
+ readonly mintedLpAmount: ToField<"u64">;
970
+ readonly u64Padding: ToField<Vector<"u64">>;
971
+ private constructor();
972
+ static reified(): MintLpEventReified;
973
+ static get r(): reified.StructClassReified<MintLpEvent, MintLpEventFields>;
974
+ static phantom(): PhantomReified<ToTypeStr<MintLpEvent>>;
975
+ static get p(): reified.PhantomReified<"0x0::lp_pool::MintLpEvent">;
976
+ static get bcs(): import("@mysten/bcs").BcsType<{
977
+ sender: string;
978
+ index: string;
979
+ liquidity_token_type: {
980
+ name: {
981
+ bytes: number[];
982
+ };
983
+ };
984
+ deposit_amount: string;
985
+ deposit_amount_usd: string;
986
+ mint_fee_usd: string;
987
+ lp_token_type: {
988
+ name: {
989
+ bytes: number[];
990
+ };
991
+ };
992
+ minted_lp_amount: string;
993
+ u64_padding: string[];
994
+ }, {
995
+ sender: string;
996
+ index: string | number | bigint;
997
+ liquidity_token_type: {
998
+ name: {
999
+ bytes: Iterable<number> & {
1000
+ length: number;
1001
+ };
1002
+ };
1003
+ };
1004
+ deposit_amount: string | number | bigint;
1005
+ deposit_amount_usd: string | number | bigint;
1006
+ mint_fee_usd: string | number | bigint;
1007
+ lp_token_type: {
1008
+ name: {
1009
+ bytes: Iterable<number> & {
1010
+ length: number;
1011
+ };
1012
+ };
1013
+ };
1014
+ minted_lp_amount: string | number | bigint;
1015
+ u64_padding: Iterable<string | number | bigint> & {
1016
+ length: number;
1017
+ };
1018
+ }>;
1019
+ static fromFields(fields: Record<string, any>): MintLpEvent;
1020
+ static fromFieldsWithTypes(item: FieldsWithTypes): MintLpEvent;
1021
+ static fromBcs(data: Uint8Array): MintLpEvent;
1022
+ toJSONField(): {
1023
+ sender: string;
1024
+ index: string;
1025
+ liquidityTokenType: {
1026
+ name: string;
1027
+ };
1028
+ depositAmount: string;
1029
+ depositAmountUsd: string;
1030
+ mintFeeUsd: string;
1031
+ lpTokenType: {
1032
+ name: string;
1033
+ };
1034
+ mintedLpAmount: string;
1035
+ u64Padding: string[];
1036
+ };
1037
+ toJSON(): {
1038
+ sender: string;
1039
+ index: string;
1040
+ liquidityTokenType: {
1041
+ name: string;
1042
+ };
1043
+ depositAmount: string;
1044
+ depositAmountUsd: string;
1045
+ mintFeeUsd: string;
1046
+ lpTokenType: {
1047
+ name: string;
1048
+ };
1049
+ mintedLpAmount: string;
1050
+ u64Padding: string[];
1051
+ $typeName: string;
1052
+ $typeArgs: [];
1053
+ };
1054
+ static fromJSONField(field: any): MintLpEvent;
1055
+ static fromJSON(json: Record<string, any>): MintLpEvent;
1056
+ static fromSuiParsedData(content: SuiParsedData): MintLpEvent;
1057
+ static fetch(client: SuiClient, id: string): Promise<MintLpEvent>;
1058
+ }
1059
+ export declare function isNewLiquidityPoolEvent(type: string): boolean;
1060
+ export interface NewLiquidityPoolEventFields {
1061
+ sender: ToField<"address">;
1062
+ index: ToField<"u64">;
1063
+ lpTokenType: ToField<TypeName>;
1064
+ lpTokenDecimal: ToField<"u64">;
1065
+ u64Padding: ToField<Vector<"u64">>;
1066
+ }
1067
+ export type NewLiquidityPoolEventReified = Reified<NewLiquidityPoolEvent, NewLiquidityPoolEventFields>;
1068
+ export declare class NewLiquidityPoolEvent implements StructClass {
1069
+ static readonly $typeName = "0x0::lp_pool::NewLiquidityPoolEvent";
1070
+ static readonly $numTypeParams = 0;
1071
+ readonly $typeName = "0x0::lp_pool::NewLiquidityPoolEvent";
1072
+ readonly $fullTypeName: "0x0::lp_pool::NewLiquidityPoolEvent";
1073
+ readonly $typeArgs: [];
1074
+ readonly sender: ToField<"address">;
1075
+ readonly index: ToField<"u64">;
1076
+ readonly lpTokenType: ToField<TypeName>;
1077
+ readonly lpTokenDecimal: ToField<"u64">;
1078
+ readonly u64Padding: ToField<Vector<"u64">>;
1079
+ private constructor();
1080
+ static reified(): NewLiquidityPoolEventReified;
1081
+ static get r(): reified.StructClassReified<NewLiquidityPoolEvent, NewLiquidityPoolEventFields>;
1082
+ static phantom(): PhantomReified<ToTypeStr<NewLiquidityPoolEvent>>;
1083
+ static get p(): reified.PhantomReified<"0x0::lp_pool::NewLiquidityPoolEvent">;
1084
+ static get bcs(): import("@mysten/bcs").BcsType<{
1085
+ sender: string;
1086
+ index: string;
1087
+ lp_token_type: {
1088
+ name: {
1089
+ bytes: number[];
1090
+ };
1091
+ };
1092
+ lp_token_decimal: string;
1093
+ u64_padding: string[];
1094
+ }, {
1095
+ sender: string;
1096
+ index: string | number | bigint;
1097
+ lp_token_type: {
1098
+ name: {
1099
+ bytes: Iterable<number> & {
1100
+ length: number;
1101
+ };
1102
+ };
1103
+ };
1104
+ lp_token_decimal: string | number | bigint;
1105
+ u64_padding: Iterable<string | number | bigint> & {
1106
+ length: number;
1107
+ };
1108
+ }>;
1109
+ static fromFields(fields: Record<string, any>): NewLiquidityPoolEvent;
1110
+ static fromFieldsWithTypes(item: FieldsWithTypes): NewLiquidityPoolEvent;
1111
+ static fromBcs(data: Uint8Array): NewLiquidityPoolEvent;
1112
+ toJSONField(): {
1113
+ sender: string;
1114
+ index: string;
1115
+ lpTokenType: {
1116
+ name: string;
1117
+ };
1118
+ lpTokenDecimal: string;
1119
+ u64Padding: string[];
1120
+ };
1121
+ toJSON(): {
1122
+ sender: string;
1123
+ index: string;
1124
+ lpTokenType: {
1125
+ name: string;
1126
+ };
1127
+ lpTokenDecimal: string;
1128
+ u64Padding: string[];
1129
+ $typeName: string;
1130
+ $typeArgs: [];
1131
+ };
1132
+ static fromJSONField(field: any): NewLiquidityPoolEvent;
1133
+ static fromJSON(json: Record<string, any>): NewLiquidityPoolEvent;
1134
+ static fromSuiParsedData(content: SuiParsedData): NewLiquidityPoolEvent;
1135
+ static fetch(client: SuiClient, id: string): Promise<NewLiquidityPoolEvent>;
1136
+ }
1137
+ export declare function isRegistry(type: string): boolean;
1138
+ export interface RegistryFields {
1139
+ id: ToField<UID>;
1140
+ numPool: ToField<"u64">;
1141
+ liquidityPoolRegistry: ToField<UID>;
1142
+ }
1143
+ export type RegistryReified = Reified<Registry, RegistryFields>;
1144
+ export declare class Registry implements StructClass {
1145
+ static readonly $typeName = "0x0::lp_pool::Registry";
1146
+ static readonly $numTypeParams = 0;
1147
+ readonly $typeName = "0x0::lp_pool::Registry";
1148
+ readonly $fullTypeName: "0x0::lp_pool::Registry";
1149
+ readonly $typeArgs: [];
1150
+ readonly id: ToField<UID>;
1151
+ readonly numPool: ToField<"u64">;
1152
+ readonly liquidityPoolRegistry: ToField<UID>;
1153
+ private constructor();
1154
+ static reified(): RegistryReified;
1155
+ static get r(): reified.StructClassReified<Registry, RegistryFields>;
1156
+ static phantom(): PhantomReified<ToTypeStr<Registry>>;
1157
+ static get p(): reified.PhantomReified<"0x0::lp_pool::Registry">;
1158
+ static get bcs(): import("@mysten/bcs").BcsType<{
1159
+ id: {
1160
+ id: {
1161
+ bytes: string;
1162
+ };
1163
+ };
1164
+ num_pool: string;
1165
+ liquidity_pool_registry: {
1166
+ id: {
1167
+ bytes: string;
1168
+ };
1169
+ };
1170
+ }, {
1171
+ id: {
1172
+ id: {
1173
+ bytes: string;
1174
+ };
1175
+ };
1176
+ num_pool: string | number | bigint;
1177
+ liquidity_pool_registry: {
1178
+ id: {
1179
+ bytes: string;
1180
+ };
1181
+ };
1182
+ }>;
1183
+ static fromFields(fields: Record<string, any>): Registry;
1184
+ static fromFieldsWithTypes(item: FieldsWithTypes): Registry;
1185
+ static fromBcs(data: Uint8Array): Registry;
1186
+ toJSONField(): {
1187
+ id: string;
1188
+ numPool: string;
1189
+ liquidityPoolRegistry: string;
1190
+ };
1191
+ toJSON(): {
1192
+ id: string;
1193
+ numPool: string;
1194
+ liquidityPoolRegistry: string;
1195
+ $typeName: string;
1196
+ $typeArgs: [];
1197
+ };
1198
+ static fromJSONField(field: any): Registry;
1199
+ static fromJSON(json: Record<string, any>): Registry;
1200
+ static fromSuiParsedData(content: SuiParsedData): Registry;
1201
+ static fetch(client: SuiClient, id: string): Promise<Registry>;
1202
+ }
1203
+ export declare function isResumePoolEvent(type: string): boolean;
1204
+ export interface ResumePoolEventFields {
1205
+ sender: ToField<"address">;
1206
+ index: ToField<"u64">;
1207
+ u64Padding: ToField<Vector<"u64">>;
1208
+ }
1209
+ export type ResumePoolEventReified = Reified<ResumePoolEvent, ResumePoolEventFields>;
1210
+ export declare class ResumePoolEvent implements StructClass {
1211
+ static readonly $typeName = "0x0::lp_pool::ResumePoolEvent";
1212
+ static readonly $numTypeParams = 0;
1213
+ readonly $typeName = "0x0::lp_pool::ResumePoolEvent";
1214
+ readonly $fullTypeName: "0x0::lp_pool::ResumePoolEvent";
1215
+ readonly $typeArgs: [];
1216
+ readonly sender: ToField<"address">;
1217
+ readonly index: ToField<"u64">;
1218
+ readonly u64Padding: ToField<Vector<"u64">>;
1219
+ private constructor();
1220
+ static reified(): ResumePoolEventReified;
1221
+ static get r(): reified.StructClassReified<ResumePoolEvent, ResumePoolEventFields>;
1222
+ static phantom(): PhantomReified<ToTypeStr<ResumePoolEvent>>;
1223
+ static get p(): reified.PhantomReified<"0x0::lp_pool::ResumePoolEvent">;
1224
+ static get bcs(): import("@mysten/bcs").BcsType<{
1225
+ sender: string;
1226
+ index: string;
1227
+ u64_padding: string[];
1228
+ }, {
1229
+ sender: string;
1230
+ index: string | number | bigint;
1231
+ u64_padding: Iterable<string | number | bigint> & {
1232
+ length: number;
1233
+ };
1234
+ }>;
1235
+ static fromFields(fields: Record<string, any>): ResumePoolEvent;
1236
+ static fromFieldsWithTypes(item: FieldsWithTypes): ResumePoolEvent;
1237
+ static fromBcs(data: Uint8Array): ResumePoolEvent;
1238
+ toJSONField(): {
1239
+ sender: string;
1240
+ index: string;
1241
+ u64Padding: string[];
1242
+ };
1243
+ toJSON(): {
1244
+ sender: string;
1245
+ index: string;
1246
+ u64Padding: string[];
1247
+ $typeName: string;
1248
+ $typeArgs: [];
1249
+ };
1250
+ static fromJSONField(field: any): ResumePoolEvent;
1251
+ static fromJSON(json: Record<string, any>): ResumePoolEvent;
1252
+ static fromSuiParsedData(content: SuiParsedData): ResumePoolEvent;
1253
+ static fetch(client: SuiClient, id: string): Promise<ResumePoolEvent>;
1254
+ }
1255
+ export declare function isResumeTokenPoolEvent(type: string): boolean;
1256
+ export interface ResumeTokenPoolEventFields {
1257
+ sender: ToField<"address">;
1258
+ index: ToField<"u64">;
1259
+ liquidityToken: ToField<TypeName>;
1260
+ u64Padding: ToField<Vector<"u64">>;
1261
+ }
1262
+ export type ResumeTokenPoolEventReified = Reified<ResumeTokenPoolEvent, ResumeTokenPoolEventFields>;
1263
+ export declare class ResumeTokenPoolEvent implements StructClass {
1264
+ static readonly $typeName = "0x0::lp_pool::ResumeTokenPoolEvent";
1265
+ static readonly $numTypeParams = 0;
1266
+ readonly $typeName = "0x0::lp_pool::ResumeTokenPoolEvent";
1267
+ readonly $fullTypeName: "0x0::lp_pool::ResumeTokenPoolEvent";
1268
+ readonly $typeArgs: [];
1269
+ readonly sender: ToField<"address">;
1270
+ readonly index: ToField<"u64">;
1271
+ readonly liquidityToken: ToField<TypeName>;
1272
+ readonly u64Padding: ToField<Vector<"u64">>;
1273
+ private constructor();
1274
+ static reified(): ResumeTokenPoolEventReified;
1275
+ static get r(): reified.StructClassReified<ResumeTokenPoolEvent, ResumeTokenPoolEventFields>;
1276
+ static phantom(): PhantomReified<ToTypeStr<ResumeTokenPoolEvent>>;
1277
+ static get p(): reified.PhantomReified<"0x0::lp_pool::ResumeTokenPoolEvent">;
1278
+ static get bcs(): import("@mysten/bcs").BcsType<{
1279
+ sender: string;
1280
+ index: string;
1281
+ liquidity_token: {
1282
+ name: {
1283
+ bytes: number[];
1284
+ };
1285
+ };
1286
+ u64_padding: string[];
1287
+ }, {
1288
+ sender: string;
1289
+ index: string | number | bigint;
1290
+ liquidity_token: {
1291
+ name: {
1292
+ bytes: Iterable<number> & {
1293
+ length: number;
1294
+ };
1295
+ };
1296
+ };
1297
+ u64_padding: Iterable<string | number | bigint> & {
1298
+ length: number;
1299
+ };
1300
+ }>;
1301
+ static fromFields(fields: Record<string, any>): ResumeTokenPoolEvent;
1302
+ static fromFieldsWithTypes(item: FieldsWithTypes): ResumeTokenPoolEvent;
1303
+ static fromBcs(data: Uint8Array): ResumeTokenPoolEvent;
1304
+ toJSONField(): {
1305
+ sender: string;
1306
+ index: string;
1307
+ liquidityToken: {
1308
+ name: string;
1309
+ };
1310
+ u64Padding: string[];
1311
+ };
1312
+ toJSON(): {
1313
+ sender: string;
1314
+ index: string;
1315
+ liquidityToken: {
1316
+ name: string;
1317
+ };
1318
+ u64Padding: string[];
1319
+ $typeName: string;
1320
+ $typeArgs: [];
1321
+ };
1322
+ static fromJSONField(field: any): ResumeTokenPoolEvent;
1323
+ static fromJSON(json: Record<string, any>): ResumeTokenPoolEvent;
1324
+ static fromSuiParsedData(content: SuiParsedData): ResumeTokenPoolEvent;
1325
+ static fetch(client: SuiClient, id: string): Promise<ResumeTokenPoolEvent>;
1326
+ }
1327
+ export declare function isSpotConfig(type: string): boolean;
1328
+ export interface SpotConfigFields {
1329
+ minDeposit: ToField<"u64">;
1330
+ maxCapacity: ToField<"u64">;
1331
+ targetWeightBp: ToField<"u64">;
1332
+ basicMintFeeBp: ToField<"u64">;
1333
+ additionalMintFeeBp: ToField<"u64">;
1334
+ basicBurnFeeBp: ToField<"u64">;
1335
+ additionalBurnFeeBp: ToField<"u64">;
1336
+ swapFeeBp: ToField<"u64">;
1337
+ u64Padding: ToField<Vector<"u64">>;
1338
+ }
1339
+ export type SpotConfigReified = Reified<SpotConfig, SpotConfigFields>;
1340
+ export declare class SpotConfig implements StructClass {
1341
+ static readonly $typeName = "0x0::lp_pool::SpotConfig";
1342
+ static readonly $numTypeParams = 0;
1343
+ readonly $typeName = "0x0::lp_pool::SpotConfig";
1344
+ readonly $fullTypeName: "0x0::lp_pool::SpotConfig";
1345
+ readonly $typeArgs: [];
1346
+ readonly minDeposit: ToField<"u64">;
1347
+ readonly maxCapacity: ToField<"u64">;
1348
+ readonly targetWeightBp: ToField<"u64">;
1349
+ readonly basicMintFeeBp: ToField<"u64">;
1350
+ readonly additionalMintFeeBp: ToField<"u64">;
1351
+ readonly basicBurnFeeBp: ToField<"u64">;
1352
+ readonly additionalBurnFeeBp: ToField<"u64">;
1353
+ readonly swapFeeBp: ToField<"u64">;
1354
+ readonly u64Padding: ToField<Vector<"u64">>;
1355
+ private constructor();
1356
+ static reified(): SpotConfigReified;
1357
+ static get r(): reified.StructClassReified<SpotConfig, SpotConfigFields>;
1358
+ static phantom(): PhantomReified<ToTypeStr<SpotConfig>>;
1359
+ static get p(): reified.PhantomReified<"0x0::lp_pool::SpotConfig">;
1360
+ static get bcs(): import("@mysten/bcs").BcsType<{
1361
+ min_deposit: string;
1362
+ max_capacity: string;
1363
+ target_weight_bp: string;
1364
+ basic_mint_fee_bp: string;
1365
+ additional_mint_fee_bp: string;
1366
+ basic_burn_fee_bp: string;
1367
+ additional_burn_fee_bp: string;
1368
+ swap_fee_bp: string;
1369
+ u64_padding: string[];
1370
+ }, {
1371
+ min_deposit: string | number | bigint;
1372
+ max_capacity: string | number | bigint;
1373
+ target_weight_bp: string | number | bigint;
1374
+ basic_mint_fee_bp: string | number | bigint;
1375
+ additional_mint_fee_bp: string | number | bigint;
1376
+ basic_burn_fee_bp: string | number | bigint;
1377
+ additional_burn_fee_bp: string | number | bigint;
1378
+ swap_fee_bp: string | number | bigint;
1379
+ u64_padding: Iterable<string | number | bigint> & {
1380
+ length: number;
1381
+ };
1382
+ }>;
1383
+ static fromFields(fields: Record<string, any>): SpotConfig;
1384
+ static fromFieldsWithTypes(item: FieldsWithTypes): SpotConfig;
1385
+ static fromBcs(data: Uint8Array): SpotConfig;
1386
+ toJSONField(): {
1387
+ minDeposit: string;
1388
+ maxCapacity: string;
1389
+ targetWeightBp: string;
1390
+ basicMintFeeBp: string;
1391
+ additionalMintFeeBp: string;
1392
+ basicBurnFeeBp: string;
1393
+ additionalBurnFeeBp: string;
1394
+ swapFeeBp: string;
1395
+ u64Padding: string[];
1396
+ };
1397
+ toJSON(): {
1398
+ minDeposit: string;
1399
+ maxCapacity: string;
1400
+ targetWeightBp: string;
1401
+ basicMintFeeBp: string;
1402
+ additionalMintFeeBp: string;
1403
+ basicBurnFeeBp: string;
1404
+ additionalBurnFeeBp: string;
1405
+ swapFeeBp: string;
1406
+ u64Padding: string[];
1407
+ $typeName: string;
1408
+ $typeArgs: [];
1409
+ };
1410
+ static fromJSONField(field: any): SpotConfig;
1411
+ static fromJSON(json: Record<string, any>): SpotConfig;
1412
+ static fromSuiParsedData(content: SuiParsedData): SpotConfig;
1413
+ static fetch(client: SuiClient, id: string): Promise<SpotConfig>;
1414
+ }
1415
+ export declare function isSuspendPoolEvent(type: string): boolean;
1416
+ export interface SuspendPoolEventFields {
1417
+ sender: ToField<"address">;
1418
+ index: ToField<"u64">;
1419
+ u64Padding: ToField<Vector<"u64">>;
1420
+ }
1421
+ export type SuspendPoolEventReified = Reified<SuspendPoolEvent, SuspendPoolEventFields>;
1422
+ export declare class SuspendPoolEvent implements StructClass {
1423
+ static readonly $typeName = "0x0::lp_pool::SuspendPoolEvent";
1424
+ static readonly $numTypeParams = 0;
1425
+ readonly $typeName = "0x0::lp_pool::SuspendPoolEvent";
1426
+ readonly $fullTypeName: "0x0::lp_pool::SuspendPoolEvent";
1427
+ readonly $typeArgs: [];
1428
+ readonly sender: ToField<"address">;
1429
+ readonly index: ToField<"u64">;
1430
+ readonly u64Padding: ToField<Vector<"u64">>;
1431
+ private constructor();
1432
+ static reified(): SuspendPoolEventReified;
1433
+ static get r(): reified.StructClassReified<SuspendPoolEvent, SuspendPoolEventFields>;
1434
+ static phantom(): PhantomReified<ToTypeStr<SuspendPoolEvent>>;
1435
+ static get p(): reified.PhantomReified<"0x0::lp_pool::SuspendPoolEvent">;
1436
+ static get bcs(): import("@mysten/bcs").BcsType<{
1437
+ sender: string;
1438
+ index: string;
1439
+ u64_padding: string[];
1440
+ }, {
1441
+ sender: string;
1442
+ index: string | number | bigint;
1443
+ u64_padding: Iterable<string | number | bigint> & {
1444
+ length: number;
1445
+ };
1446
+ }>;
1447
+ static fromFields(fields: Record<string, any>): SuspendPoolEvent;
1448
+ static fromFieldsWithTypes(item: FieldsWithTypes): SuspendPoolEvent;
1449
+ static fromBcs(data: Uint8Array): SuspendPoolEvent;
1450
+ toJSONField(): {
1451
+ sender: string;
1452
+ index: string;
1453
+ u64Padding: string[];
1454
+ };
1455
+ toJSON(): {
1456
+ sender: string;
1457
+ index: string;
1458
+ u64Padding: string[];
1459
+ $typeName: string;
1460
+ $typeArgs: [];
1461
+ };
1462
+ static fromJSONField(field: any): SuspendPoolEvent;
1463
+ static fromJSON(json: Record<string, any>): SuspendPoolEvent;
1464
+ static fromSuiParsedData(content: SuiParsedData): SuspendPoolEvent;
1465
+ static fetch(client: SuiClient, id: string): Promise<SuspendPoolEvent>;
1466
+ }
1467
+ export declare function isSuspendTokenPoolEvent(type: string): boolean;
1468
+ export interface SuspendTokenPoolEventFields {
1469
+ sender: ToField<"address">;
1470
+ index: ToField<"u64">;
1471
+ liquidityToken: ToField<TypeName>;
1472
+ u64Padding: ToField<Vector<"u64">>;
1473
+ }
1474
+ export type SuspendTokenPoolEventReified = Reified<SuspendTokenPoolEvent, SuspendTokenPoolEventFields>;
1475
+ export declare class SuspendTokenPoolEvent implements StructClass {
1476
+ static readonly $typeName = "0x0::lp_pool::SuspendTokenPoolEvent";
1477
+ static readonly $numTypeParams = 0;
1478
+ readonly $typeName = "0x0::lp_pool::SuspendTokenPoolEvent";
1479
+ readonly $fullTypeName: "0x0::lp_pool::SuspendTokenPoolEvent";
1480
+ readonly $typeArgs: [];
1481
+ readonly sender: ToField<"address">;
1482
+ readonly index: ToField<"u64">;
1483
+ readonly liquidityToken: ToField<TypeName>;
1484
+ readonly u64Padding: ToField<Vector<"u64">>;
1485
+ private constructor();
1486
+ static reified(): SuspendTokenPoolEventReified;
1487
+ static get r(): reified.StructClassReified<SuspendTokenPoolEvent, SuspendTokenPoolEventFields>;
1488
+ static phantom(): PhantomReified<ToTypeStr<SuspendTokenPoolEvent>>;
1489
+ static get p(): reified.PhantomReified<"0x0::lp_pool::SuspendTokenPoolEvent">;
1490
+ static get bcs(): import("@mysten/bcs").BcsType<{
1491
+ sender: string;
1492
+ index: string;
1493
+ liquidity_token: {
1494
+ name: {
1495
+ bytes: number[];
1496
+ };
1497
+ };
1498
+ u64_padding: string[];
1499
+ }, {
1500
+ sender: string;
1501
+ index: string | number | bigint;
1502
+ liquidity_token: {
1503
+ name: {
1504
+ bytes: Iterable<number> & {
1505
+ length: number;
1506
+ };
1507
+ };
1508
+ };
1509
+ u64_padding: Iterable<string | number | bigint> & {
1510
+ length: number;
1511
+ };
1512
+ }>;
1513
+ static fromFields(fields: Record<string, any>): SuspendTokenPoolEvent;
1514
+ static fromFieldsWithTypes(item: FieldsWithTypes): SuspendTokenPoolEvent;
1515
+ static fromBcs(data: Uint8Array): SuspendTokenPoolEvent;
1516
+ toJSONField(): {
1517
+ sender: string;
1518
+ index: string;
1519
+ liquidityToken: {
1520
+ name: string;
1521
+ };
1522
+ u64Padding: string[];
1523
+ };
1524
+ toJSON(): {
1525
+ sender: string;
1526
+ index: string;
1527
+ liquidityToken: {
1528
+ name: string;
1529
+ };
1530
+ u64Padding: string[];
1531
+ $typeName: string;
1532
+ $typeArgs: [];
1533
+ };
1534
+ static fromJSONField(field: any): SuspendTokenPoolEvent;
1535
+ static fromJSON(json: Record<string, any>): SuspendTokenPoolEvent;
1536
+ static fromSuiParsedData(content: SuiParsedData): SuspendTokenPoolEvent;
1537
+ static fetch(client: SuiClient, id: string): Promise<SuspendTokenPoolEvent>;
1538
+ }
1539
+ export declare function isSwapEvent(type: string): boolean;
1540
+ export interface SwapEventFields {
1541
+ sender: ToField<"address">;
1542
+ index: ToField<"u64">;
1543
+ fromTokenType: ToField<TypeName>;
1544
+ fromAmount: ToField<"u64">;
1545
+ toTokenType: ToField<TypeName>;
1546
+ minToAmount: ToField<"u64">;
1547
+ actualToAmount: ToField<"u64">;
1548
+ feeAmount: ToField<"u64">;
1549
+ feeAmountUsd: ToField<"u64">;
1550
+ u64Padding: ToField<Vector<"u64">>;
1551
+ }
1552
+ export type SwapEventReified = Reified<SwapEvent, SwapEventFields>;
1553
+ export declare class SwapEvent implements StructClass {
1554
+ static readonly $typeName = "0x0::lp_pool::SwapEvent";
1555
+ static readonly $numTypeParams = 0;
1556
+ readonly $typeName = "0x0::lp_pool::SwapEvent";
1557
+ readonly $fullTypeName: "0x0::lp_pool::SwapEvent";
1558
+ readonly $typeArgs: [];
1559
+ readonly sender: ToField<"address">;
1560
+ readonly index: ToField<"u64">;
1561
+ readonly fromTokenType: ToField<TypeName>;
1562
+ readonly fromAmount: ToField<"u64">;
1563
+ readonly toTokenType: ToField<TypeName>;
1564
+ readonly minToAmount: ToField<"u64">;
1565
+ readonly actualToAmount: ToField<"u64">;
1566
+ readonly feeAmount: ToField<"u64">;
1567
+ readonly feeAmountUsd: ToField<"u64">;
1568
+ readonly u64Padding: ToField<Vector<"u64">>;
1569
+ private constructor();
1570
+ static reified(): SwapEventReified;
1571
+ static get r(): reified.StructClassReified<SwapEvent, SwapEventFields>;
1572
+ static phantom(): PhantomReified<ToTypeStr<SwapEvent>>;
1573
+ static get p(): reified.PhantomReified<"0x0::lp_pool::SwapEvent">;
1574
+ static get bcs(): import("@mysten/bcs").BcsType<{
1575
+ sender: string;
1576
+ index: string;
1577
+ from_token_type: {
1578
+ name: {
1579
+ bytes: number[];
1580
+ };
1581
+ };
1582
+ from_amount: string;
1583
+ to_token_type: {
1584
+ name: {
1585
+ bytes: number[];
1586
+ };
1587
+ };
1588
+ min_to_amount: string;
1589
+ actual_to_amount: string;
1590
+ fee_amount: string;
1591
+ fee_amount_usd: string;
1592
+ u64_padding: string[];
1593
+ }, {
1594
+ sender: string;
1595
+ index: string | number | bigint;
1596
+ from_token_type: {
1597
+ name: {
1598
+ bytes: Iterable<number> & {
1599
+ length: number;
1600
+ };
1601
+ };
1602
+ };
1603
+ from_amount: string | number | bigint;
1604
+ to_token_type: {
1605
+ name: {
1606
+ bytes: Iterable<number> & {
1607
+ length: number;
1608
+ };
1609
+ };
1610
+ };
1611
+ min_to_amount: string | number | bigint;
1612
+ actual_to_amount: string | number | bigint;
1613
+ fee_amount: string | number | bigint;
1614
+ fee_amount_usd: string | number | bigint;
1615
+ u64_padding: Iterable<string | number | bigint> & {
1616
+ length: number;
1617
+ };
1618
+ }>;
1619
+ static fromFields(fields: Record<string, any>): SwapEvent;
1620
+ static fromFieldsWithTypes(item: FieldsWithTypes): SwapEvent;
1621
+ static fromBcs(data: Uint8Array): SwapEvent;
1622
+ toJSONField(): {
1623
+ sender: string;
1624
+ index: string;
1625
+ fromTokenType: {
1626
+ name: string;
1627
+ };
1628
+ fromAmount: string;
1629
+ toTokenType: {
1630
+ name: string;
1631
+ };
1632
+ minToAmount: string;
1633
+ actualToAmount: string;
1634
+ feeAmount: string;
1635
+ feeAmountUsd: string;
1636
+ u64Padding: string[];
1637
+ };
1638
+ toJSON(): {
1639
+ sender: string;
1640
+ index: string;
1641
+ fromTokenType: {
1642
+ name: string;
1643
+ };
1644
+ fromAmount: string;
1645
+ toTokenType: {
1646
+ name: string;
1647
+ };
1648
+ minToAmount: string;
1649
+ actualToAmount: string;
1650
+ feeAmount: string;
1651
+ feeAmountUsd: string;
1652
+ u64Padding: string[];
1653
+ $typeName: string;
1654
+ $typeArgs: [];
1655
+ };
1656
+ static fromJSONField(field: any): SwapEvent;
1657
+ static fromJSON(json: Record<string, any>): SwapEvent;
1658
+ static fromSuiParsedData(content: SuiParsedData): SwapEvent;
1659
+ static fetch(client: SuiClient, id: string): Promise<SwapEvent>;
1660
+ }
1661
+ export declare function isTokenPool(type: string): boolean;
1662
+ export interface TokenPoolFields {
1663
+ tokenType: ToField<TypeName>;
1664
+ config: ToField<Config>;
1665
+ state: ToField<State>;
1666
+ }
1667
+ export type TokenPoolReified = Reified<TokenPool, TokenPoolFields>;
1668
+ export declare class TokenPool implements StructClass {
1669
+ static readonly $typeName = "0x0::lp_pool::TokenPool";
1670
+ static readonly $numTypeParams = 0;
1671
+ readonly $typeName = "0x0::lp_pool::TokenPool";
1672
+ readonly $fullTypeName: "0x0::lp_pool::TokenPool";
1673
+ readonly $typeArgs: [];
1674
+ readonly tokenType: ToField<TypeName>;
1675
+ readonly config: ToField<Config>;
1676
+ readonly state: ToField<State>;
1677
+ private constructor();
1678
+ static reified(): TokenPoolReified;
1679
+ static get r(): reified.StructClassReified<TokenPool, TokenPoolFields>;
1680
+ static phantom(): PhantomReified<ToTypeStr<TokenPool>>;
1681
+ static get p(): reified.PhantomReified<"0x0::lp_pool::TokenPool">;
1682
+ static get bcs(): import("@mysten/bcs").BcsType<{
1683
+ token_type: {
1684
+ name: {
1685
+ bytes: number[];
1686
+ };
1687
+ };
1688
+ config: {
1689
+ oracle_id: string;
1690
+ liquidity_token_decimal: string;
1691
+ spot_config: {
1692
+ min_deposit: string;
1693
+ max_capacity: string;
1694
+ target_weight_bp: string;
1695
+ basic_mint_fee_bp: string;
1696
+ additional_mint_fee_bp: string;
1697
+ basic_burn_fee_bp: string;
1698
+ additional_burn_fee_bp: string;
1699
+ swap_fee_bp: string;
1700
+ u64_padding: string[];
1701
+ };
1702
+ margin_config: {
1703
+ basic_funding_rate: string;
1704
+ funding_interval_ts_ms: string;
1705
+ u64_padding: string[];
1706
+ };
1707
+ u64_padding: string[];
1708
+ };
1709
+ state: {
1710
+ liquidity_amount: string;
1711
+ value_in_usd: string;
1712
+ reserved_amount: string;
1713
+ update_ts_ms: string;
1714
+ last_funding_ts_ms: string;
1715
+ cumulative_funding_rate: string;
1716
+ is_active: boolean;
1717
+ u64_padding: string[];
1718
+ };
1719
+ }, {
1720
+ token_type: {
1721
+ name: {
1722
+ bytes: Iterable<number> & {
1723
+ length: number;
1724
+ };
1725
+ };
1726
+ };
1727
+ config: {
1728
+ oracle_id: string;
1729
+ liquidity_token_decimal: string | number | bigint;
1730
+ spot_config: {
1731
+ min_deposit: string | number | bigint;
1732
+ max_capacity: string | number | bigint;
1733
+ target_weight_bp: string | number | bigint;
1734
+ basic_mint_fee_bp: string | number | bigint;
1735
+ additional_mint_fee_bp: string | number | bigint;
1736
+ basic_burn_fee_bp: string | number | bigint;
1737
+ additional_burn_fee_bp: string | number | bigint;
1738
+ swap_fee_bp: string | number | bigint;
1739
+ u64_padding: Iterable<string | number | bigint> & {
1740
+ length: number;
1741
+ };
1742
+ };
1743
+ margin_config: {
1744
+ basic_funding_rate: string | number | bigint;
1745
+ funding_interval_ts_ms: string | number | bigint;
1746
+ u64_padding: Iterable<string | number | bigint> & {
1747
+ length: number;
1748
+ };
1749
+ };
1750
+ u64_padding: Iterable<string | number | bigint> & {
1751
+ length: number;
1752
+ };
1753
+ };
1754
+ state: {
1755
+ liquidity_amount: string | number | bigint;
1756
+ value_in_usd: string | number | bigint;
1757
+ reserved_amount: string | number | bigint;
1758
+ update_ts_ms: string | number | bigint;
1759
+ last_funding_ts_ms: string | number | bigint;
1760
+ cumulative_funding_rate: string | number | bigint;
1761
+ is_active: boolean;
1762
+ u64_padding: Iterable<string | number | bigint> & {
1763
+ length: number;
1764
+ };
1765
+ };
1766
+ }>;
1767
+ static fromFields(fields: Record<string, any>): TokenPool;
1768
+ static fromFieldsWithTypes(item: FieldsWithTypes): TokenPool;
1769
+ static fromBcs(data: Uint8Array): TokenPool;
1770
+ toJSONField(): {
1771
+ tokenType: {
1772
+ name: string;
1773
+ };
1774
+ config: {
1775
+ oracleId: string;
1776
+ liquidityTokenDecimal: string;
1777
+ spotConfig: {
1778
+ minDeposit: string;
1779
+ maxCapacity: string;
1780
+ targetWeightBp: string;
1781
+ basicMintFeeBp: string;
1782
+ additionalMintFeeBp: string;
1783
+ basicBurnFeeBp: string;
1784
+ additionalBurnFeeBp: string;
1785
+ swapFeeBp: string;
1786
+ u64Padding: string[];
1787
+ };
1788
+ marginConfig: {
1789
+ basicFundingRate: string;
1790
+ fundingIntervalTsMs: string;
1791
+ u64Padding: string[];
1792
+ };
1793
+ u64Padding: string[];
1794
+ };
1795
+ state: {
1796
+ liquidityAmount: string;
1797
+ valueInUsd: string;
1798
+ reservedAmount: string;
1799
+ updateTsMs: string;
1800
+ lastFundingTsMs: string;
1801
+ cumulativeFundingRate: string;
1802
+ isActive: boolean;
1803
+ u64Padding: string[];
1804
+ };
1805
+ };
1806
+ toJSON(): {
1807
+ tokenType: {
1808
+ name: string;
1809
+ };
1810
+ config: {
1811
+ oracleId: string;
1812
+ liquidityTokenDecimal: string;
1813
+ spotConfig: {
1814
+ minDeposit: string;
1815
+ maxCapacity: string;
1816
+ targetWeightBp: string;
1817
+ basicMintFeeBp: string;
1818
+ additionalMintFeeBp: string;
1819
+ basicBurnFeeBp: string;
1820
+ additionalBurnFeeBp: string;
1821
+ swapFeeBp: string;
1822
+ u64Padding: string[];
1823
+ };
1824
+ marginConfig: {
1825
+ basicFundingRate: string;
1826
+ fundingIntervalTsMs: string;
1827
+ u64Padding: string[];
1828
+ };
1829
+ u64Padding: string[];
1830
+ };
1831
+ state: {
1832
+ liquidityAmount: string;
1833
+ valueInUsd: string;
1834
+ reservedAmount: string;
1835
+ updateTsMs: string;
1836
+ lastFundingTsMs: string;
1837
+ cumulativeFundingRate: string;
1838
+ isActive: boolean;
1839
+ u64Padding: string[];
1840
+ };
1841
+ $typeName: string;
1842
+ $typeArgs: [];
1843
+ };
1844
+ static fromJSONField(field: any): TokenPool;
1845
+ static fromJSON(json: Record<string, any>): TokenPool;
1846
+ static fromSuiParsedData(content: SuiParsedData): TokenPool;
1847
+ static fetch(client: SuiClient, id: string): Promise<TokenPool>;
1848
+ }
1849
+ export declare function isUpdateFundingInfoEvent(type: string): boolean;
1850
+ export interface UpdateFundingInfoEventFields {
1851
+ index: ToField<"u64">;
1852
+ liquidityTokenType: ToField<TypeName>;
1853
+ previousFundingTsMs: ToField<"u64">;
1854
+ previousCumulativeFundingRate: ToField<"u64">;
1855
+ fundingIntervalTsMs: ToField<"u64">;
1856
+ lastFundingTsMs: ToField<"u64">;
1857
+ lastCumulativeFundingRate: ToField<"u64">;
1858
+ u64Padding: ToField<Vector<"u64">>;
1859
+ }
1860
+ export type UpdateFundingInfoEventReified = Reified<UpdateFundingInfoEvent, UpdateFundingInfoEventFields>;
1861
+ export declare class UpdateFundingInfoEvent implements StructClass {
1862
+ static readonly $typeName = "0x0::lp_pool::UpdateFundingInfoEvent";
1863
+ static readonly $numTypeParams = 0;
1864
+ readonly $typeName = "0x0::lp_pool::UpdateFundingInfoEvent";
1865
+ readonly $fullTypeName: "0x0::lp_pool::UpdateFundingInfoEvent";
1866
+ readonly $typeArgs: [];
1867
+ readonly index: ToField<"u64">;
1868
+ readonly liquidityTokenType: ToField<TypeName>;
1869
+ readonly previousFundingTsMs: ToField<"u64">;
1870
+ readonly previousCumulativeFundingRate: ToField<"u64">;
1871
+ readonly fundingIntervalTsMs: ToField<"u64">;
1872
+ readonly lastFundingTsMs: ToField<"u64">;
1873
+ readonly lastCumulativeFundingRate: ToField<"u64">;
1874
+ readonly u64Padding: ToField<Vector<"u64">>;
1875
+ private constructor();
1876
+ static reified(): UpdateFundingInfoEventReified;
1877
+ static get r(): reified.StructClassReified<UpdateFundingInfoEvent, UpdateFundingInfoEventFields>;
1878
+ static phantom(): PhantomReified<ToTypeStr<UpdateFundingInfoEvent>>;
1879
+ static get p(): reified.PhantomReified<"0x0::lp_pool::UpdateFundingInfoEvent">;
1880
+ static get bcs(): import("@mysten/bcs").BcsType<{
1881
+ index: string;
1882
+ liquidity_token_type: {
1883
+ name: {
1884
+ bytes: number[];
1885
+ };
1886
+ };
1887
+ previous_funding_ts_ms: string;
1888
+ previous_cumulative_funding_rate: string;
1889
+ funding_interval_ts_ms: string;
1890
+ last_funding_ts_ms: string;
1891
+ last_cumulative_funding_rate: string;
1892
+ u64_padding: string[];
1893
+ }, {
1894
+ index: string | number | bigint;
1895
+ liquidity_token_type: {
1896
+ name: {
1897
+ bytes: Iterable<number> & {
1898
+ length: number;
1899
+ };
1900
+ };
1901
+ };
1902
+ previous_funding_ts_ms: string | number | bigint;
1903
+ previous_cumulative_funding_rate: string | number | bigint;
1904
+ funding_interval_ts_ms: string | number | bigint;
1905
+ last_funding_ts_ms: string | number | bigint;
1906
+ last_cumulative_funding_rate: string | number | bigint;
1907
+ u64_padding: Iterable<string | number | bigint> & {
1908
+ length: number;
1909
+ };
1910
+ }>;
1911
+ static fromFields(fields: Record<string, any>): UpdateFundingInfoEvent;
1912
+ static fromFieldsWithTypes(item: FieldsWithTypes): UpdateFundingInfoEvent;
1913
+ static fromBcs(data: Uint8Array): UpdateFundingInfoEvent;
1914
+ toJSONField(): {
1915
+ index: string;
1916
+ liquidityTokenType: {
1917
+ name: string;
1918
+ };
1919
+ previousFundingTsMs: string;
1920
+ previousCumulativeFundingRate: string;
1921
+ fundingIntervalTsMs: string;
1922
+ lastFundingTsMs: string;
1923
+ lastCumulativeFundingRate: string;
1924
+ u64Padding: string[];
1925
+ };
1926
+ toJSON(): {
1927
+ index: string;
1928
+ liquidityTokenType: {
1929
+ name: string;
1930
+ };
1931
+ previousFundingTsMs: string;
1932
+ previousCumulativeFundingRate: string;
1933
+ fundingIntervalTsMs: string;
1934
+ lastFundingTsMs: string;
1935
+ lastCumulativeFundingRate: string;
1936
+ u64Padding: string[];
1937
+ $typeName: string;
1938
+ $typeArgs: [];
1939
+ };
1940
+ static fromJSONField(field: any): UpdateFundingInfoEvent;
1941
+ static fromJSON(json: Record<string, any>): UpdateFundingInfoEvent;
1942
+ static fromSuiParsedData(content: SuiParsedData): UpdateFundingInfoEvent;
1943
+ static fetch(client: SuiClient, id: string): Promise<UpdateFundingInfoEvent>;
1944
+ }
1945
+ export declare function isUpdateMarginConfigEvent(type: string): boolean;
1946
+ export interface UpdateMarginConfigEventFields {
1947
+ sender: ToField<"address">;
1948
+ index: ToField<"u64">;
1949
+ liquidityTokenType: ToField<TypeName>;
1950
+ previousMarginConfig: ToField<MarginConfig>;
1951
+ newMarginConfig: ToField<MarginConfig>;
1952
+ u64Padding: ToField<Vector<"u64">>;
1953
+ }
1954
+ export type UpdateMarginConfigEventReified = Reified<UpdateMarginConfigEvent, UpdateMarginConfigEventFields>;
1955
+ export declare class UpdateMarginConfigEvent implements StructClass {
1956
+ static readonly $typeName = "0x0::lp_pool::UpdateMarginConfigEvent";
1957
+ static readonly $numTypeParams = 0;
1958
+ readonly $typeName = "0x0::lp_pool::UpdateMarginConfigEvent";
1959
+ readonly $fullTypeName: "0x0::lp_pool::UpdateMarginConfigEvent";
1960
+ readonly $typeArgs: [];
1961
+ readonly sender: ToField<"address">;
1962
+ readonly index: ToField<"u64">;
1963
+ readonly liquidityTokenType: ToField<TypeName>;
1964
+ readonly previousMarginConfig: ToField<MarginConfig>;
1965
+ readonly newMarginConfig: ToField<MarginConfig>;
1966
+ readonly u64Padding: ToField<Vector<"u64">>;
1967
+ private constructor();
1968
+ static reified(): UpdateMarginConfigEventReified;
1969
+ static get r(): reified.StructClassReified<UpdateMarginConfigEvent, UpdateMarginConfigEventFields>;
1970
+ static phantom(): PhantomReified<ToTypeStr<UpdateMarginConfigEvent>>;
1971
+ static get p(): reified.PhantomReified<"0x0::lp_pool::UpdateMarginConfigEvent">;
1972
+ static get bcs(): import("@mysten/bcs").BcsType<{
1973
+ sender: string;
1974
+ index: string;
1975
+ liquidity_token_type: {
1976
+ name: {
1977
+ bytes: number[];
1978
+ };
1979
+ };
1980
+ previous_margin_config: {
1981
+ basic_funding_rate: string;
1982
+ funding_interval_ts_ms: string;
1983
+ u64_padding: string[];
1984
+ };
1985
+ new_margin_config: {
1986
+ basic_funding_rate: string;
1987
+ funding_interval_ts_ms: string;
1988
+ u64_padding: string[];
1989
+ };
1990
+ u64_padding: string[];
1991
+ }, {
1992
+ sender: string;
1993
+ index: string | number | bigint;
1994
+ liquidity_token_type: {
1995
+ name: {
1996
+ bytes: Iterable<number> & {
1997
+ length: number;
1998
+ };
1999
+ };
2000
+ };
2001
+ previous_margin_config: {
2002
+ basic_funding_rate: string | number | bigint;
2003
+ funding_interval_ts_ms: string | number | bigint;
2004
+ u64_padding: Iterable<string | number | bigint> & {
2005
+ length: number;
2006
+ };
2007
+ };
2008
+ new_margin_config: {
2009
+ basic_funding_rate: string | number | bigint;
2010
+ funding_interval_ts_ms: string | number | bigint;
2011
+ u64_padding: Iterable<string | number | bigint> & {
2012
+ length: number;
2013
+ };
2014
+ };
2015
+ u64_padding: Iterable<string | number | bigint> & {
2016
+ length: number;
2017
+ };
2018
+ }>;
2019
+ static fromFields(fields: Record<string, any>): UpdateMarginConfigEvent;
2020
+ static fromFieldsWithTypes(item: FieldsWithTypes): UpdateMarginConfigEvent;
2021
+ static fromBcs(data: Uint8Array): UpdateMarginConfigEvent;
2022
+ toJSONField(): {
2023
+ sender: string;
2024
+ index: string;
2025
+ liquidityTokenType: {
2026
+ name: string;
2027
+ };
2028
+ previousMarginConfig: {
2029
+ basicFundingRate: string;
2030
+ fundingIntervalTsMs: string;
2031
+ u64Padding: string[];
2032
+ };
2033
+ newMarginConfig: {
2034
+ basicFundingRate: string;
2035
+ fundingIntervalTsMs: string;
2036
+ u64Padding: string[];
2037
+ };
2038
+ u64Padding: string[];
2039
+ };
2040
+ toJSON(): {
2041
+ sender: string;
2042
+ index: string;
2043
+ liquidityTokenType: {
2044
+ name: string;
2045
+ };
2046
+ previousMarginConfig: {
2047
+ basicFundingRate: string;
2048
+ fundingIntervalTsMs: string;
2049
+ u64Padding: string[];
2050
+ };
2051
+ newMarginConfig: {
2052
+ basicFundingRate: string;
2053
+ fundingIntervalTsMs: string;
2054
+ u64Padding: string[];
2055
+ };
2056
+ u64Padding: string[];
2057
+ $typeName: string;
2058
+ $typeArgs: [];
2059
+ };
2060
+ static fromJSONField(field: any): UpdateMarginConfigEvent;
2061
+ static fromJSON(json: Record<string, any>): UpdateMarginConfigEvent;
2062
+ static fromSuiParsedData(content: SuiParsedData): UpdateMarginConfigEvent;
2063
+ static fetch(client: SuiClient, id: string): Promise<UpdateMarginConfigEvent>;
2064
+ }
2065
+ export declare function isUpdateSpotConfigEvent(type: string): boolean;
2066
+ export interface UpdateSpotConfigEventFields {
2067
+ sender: ToField<"address">;
2068
+ index: ToField<"u64">;
2069
+ liquidityTokenType: ToField<TypeName>;
2070
+ previousSpotConfig: ToField<SpotConfig>;
2071
+ newSpotConfig: ToField<SpotConfig>;
2072
+ u64Padding: ToField<Vector<"u64">>;
2073
+ }
2074
+ export type UpdateSpotConfigEventReified = Reified<UpdateSpotConfigEvent, UpdateSpotConfigEventFields>;
2075
+ export declare class UpdateSpotConfigEvent implements StructClass {
2076
+ static readonly $typeName = "0x0::lp_pool::UpdateSpotConfigEvent";
2077
+ static readonly $numTypeParams = 0;
2078
+ readonly $typeName = "0x0::lp_pool::UpdateSpotConfigEvent";
2079
+ readonly $fullTypeName: "0x0::lp_pool::UpdateSpotConfigEvent";
2080
+ readonly $typeArgs: [];
2081
+ readonly sender: ToField<"address">;
2082
+ readonly index: ToField<"u64">;
2083
+ readonly liquidityTokenType: ToField<TypeName>;
2084
+ readonly previousSpotConfig: ToField<SpotConfig>;
2085
+ readonly newSpotConfig: ToField<SpotConfig>;
2086
+ readonly u64Padding: ToField<Vector<"u64">>;
2087
+ private constructor();
2088
+ static reified(): UpdateSpotConfigEventReified;
2089
+ static get r(): reified.StructClassReified<UpdateSpotConfigEvent, UpdateSpotConfigEventFields>;
2090
+ static phantom(): PhantomReified<ToTypeStr<UpdateSpotConfigEvent>>;
2091
+ static get p(): reified.PhantomReified<"0x0::lp_pool::UpdateSpotConfigEvent">;
2092
+ static get bcs(): import("@mysten/bcs").BcsType<{
2093
+ sender: string;
2094
+ index: string;
2095
+ liquidity_token_type: {
2096
+ name: {
2097
+ bytes: number[];
2098
+ };
2099
+ };
2100
+ previous_spot_config: {
2101
+ min_deposit: string;
2102
+ max_capacity: string;
2103
+ target_weight_bp: string;
2104
+ basic_mint_fee_bp: string;
2105
+ additional_mint_fee_bp: string;
2106
+ basic_burn_fee_bp: string;
2107
+ additional_burn_fee_bp: string;
2108
+ swap_fee_bp: string;
2109
+ u64_padding: string[];
2110
+ };
2111
+ new_spot_config: {
2112
+ min_deposit: string;
2113
+ max_capacity: string;
2114
+ target_weight_bp: string;
2115
+ basic_mint_fee_bp: string;
2116
+ additional_mint_fee_bp: string;
2117
+ basic_burn_fee_bp: string;
2118
+ additional_burn_fee_bp: string;
2119
+ swap_fee_bp: string;
2120
+ u64_padding: string[];
2121
+ };
2122
+ u64_padding: string[];
2123
+ }, {
2124
+ sender: string;
2125
+ index: string | number | bigint;
2126
+ liquidity_token_type: {
2127
+ name: {
2128
+ bytes: Iterable<number> & {
2129
+ length: number;
2130
+ };
2131
+ };
2132
+ };
2133
+ previous_spot_config: {
2134
+ min_deposit: string | number | bigint;
2135
+ max_capacity: string | number | bigint;
2136
+ target_weight_bp: string | number | bigint;
2137
+ basic_mint_fee_bp: string | number | bigint;
2138
+ additional_mint_fee_bp: string | number | bigint;
2139
+ basic_burn_fee_bp: string | number | bigint;
2140
+ additional_burn_fee_bp: string | number | bigint;
2141
+ swap_fee_bp: string | number | bigint;
2142
+ u64_padding: Iterable<string | number | bigint> & {
2143
+ length: number;
2144
+ };
2145
+ };
2146
+ new_spot_config: {
2147
+ min_deposit: string | number | bigint;
2148
+ max_capacity: string | number | bigint;
2149
+ target_weight_bp: string | number | bigint;
2150
+ basic_mint_fee_bp: string | number | bigint;
2151
+ additional_mint_fee_bp: string | number | bigint;
2152
+ basic_burn_fee_bp: string | number | bigint;
2153
+ additional_burn_fee_bp: string | number | bigint;
2154
+ swap_fee_bp: string | number | bigint;
2155
+ u64_padding: Iterable<string | number | bigint> & {
2156
+ length: number;
2157
+ };
2158
+ };
2159
+ u64_padding: Iterable<string | number | bigint> & {
2160
+ length: number;
2161
+ };
2162
+ }>;
2163
+ static fromFields(fields: Record<string, any>): UpdateSpotConfigEvent;
2164
+ static fromFieldsWithTypes(item: FieldsWithTypes): UpdateSpotConfigEvent;
2165
+ static fromBcs(data: Uint8Array): UpdateSpotConfigEvent;
2166
+ toJSONField(): {
2167
+ sender: string;
2168
+ index: string;
2169
+ liquidityTokenType: {
2170
+ name: string;
2171
+ };
2172
+ previousSpotConfig: {
2173
+ minDeposit: string;
2174
+ maxCapacity: string;
2175
+ targetWeightBp: string;
2176
+ basicMintFeeBp: string;
2177
+ additionalMintFeeBp: string;
2178
+ basicBurnFeeBp: string;
2179
+ additionalBurnFeeBp: string;
2180
+ swapFeeBp: string;
2181
+ u64Padding: string[];
2182
+ };
2183
+ newSpotConfig: {
2184
+ minDeposit: string;
2185
+ maxCapacity: string;
2186
+ targetWeightBp: string;
2187
+ basicMintFeeBp: string;
2188
+ additionalMintFeeBp: string;
2189
+ basicBurnFeeBp: string;
2190
+ additionalBurnFeeBp: string;
2191
+ swapFeeBp: string;
2192
+ u64Padding: string[];
2193
+ };
2194
+ u64Padding: string[];
2195
+ };
2196
+ toJSON(): {
2197
+ sender: string;
2198
+ index: string;
2199
+ liquidityTokenType: {
2200
+ name: string;
2201
+ };
2202
+ previousSpotConfig: {
2203
+ minDeposit: string;
2204
+ maxCapacity: string;
2205
+ targetWeightBp: string;
2206
+ basicMintFeeBp: string;
2207
+ additionalMintFeeBp: string;
2208
+ basicBurnFeeBp: string;
2209
+ additionalBurnFeeBp: string;
2210
+ swapFeeBp: string;
2211
+ u64Padding: string[];
2212
+ };
2213
+ newSpotConfig: {
2214
+ minDeposit: string;
2215
+ maxCapacity: string;
2216
+ targetWeightBp: string;
2217
+ basicMintFeeBp: string;
2218
+ additionalMintFeeBp: string;
2219
+ basicBurnFeeBp: string;
2220
+ additionalBurnFeeBp: string;
2221
+ swapFeeBp: string;
2222
+ u64Padding: string[];
2223
+ };
2224
+ u64Padding: string[];
2225
+ $typeName: string;
2226
+ $typeArgs: [];
2227
+ };
2228
+ static fromJSONField(field: any): UpdateSpotConfigEvent;
2229
+ static fromJSON(json: Record<string, any>): UpdateSpotConfigEvent;
2230
+ static fromSuiParsedData(content: SuiParsedData): UpdateSpotConfigEvent;
2231
+ static fetch(client: SuiClient, id: string): Promise<UpdateSpotConfigEvent>;
2232
+ }