@typus/typus-sdk 1.2.70 → 1.2.71

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 +2 -1
  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,1404 @@
1
+ import * as reified from "../../../../_framework/reified";
2
+ import { PhantomReified, Reified, StructClass, ToField, ToTypeStr, Vector, ToTypeStr as ToPhantom } from "../../../../_framework/reified";
3
+ import { FieldsWithTypes } from "../../../../_framework/util";
4
+ import { ID, UID } from "../../0x2/object/structs";
5
+ import { TableVec } from "../../0x2/table-vec/structs";
6
+ import { VecMap } from "../../0x2/vec-map/structs";
7
+ import { TypusBidReceipt } from "../../0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/vault/structs";
8
+ import { SuiClient, SuiParsedData } from "@mysten/sui.js/client";
9
+ export declare function isAddAuthorutyEvent(type: string): boolean;
10
+ export interface AddAuthorutyEventFields {
11
+ newAuthority: ToField<"address">;
12
+ signer: ToField<"address">;
13
+ }
14
+ export type AddAuthorutyEventReified = Reified<AddAuthorutyEvent, AddAuthorutyEventFields>;
15
+ export declare class AddAuthorutyEvent implements StructClass {
16
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::AddAuthorutyEvent";
17
+ static readonly $numTypeParams = 0;
18
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::AddAuthorutyEvent";
19
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::AddAuthorutyEvent";
20
+ readonly $typeArgs: [];
21
+ readonly newAuthority: ToField<"address">;
22
+ readonly signer: ToField<"address">;
23
+ private constructor();
24
+ static reified(): AddAuthorutyEventReified;
25
+ static get r(): reified.StructClassReified<AddAuthorutyEvent, AddAuthorutyEventFields>;
26
+ static phantom(): PhantomReified<ToTypeStr<AddAuthorutyEvent>>;
27
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::AddAuthorutyEvent">;
28
+ static get bcs(): import("@mysten/bcs").BcsType<{
29
+ new_authority: string;
30
+ signer: string;
31
+ }, {
32
+ new_authority: string;
33
+ signer: string;
34
+ }>;
35
+ static fromFields(fields: Record<string, any>): AddAuthorutyEvent;
36
+ static fromFieldsWithTypes(item: FieldsWithTypes): AddAuthorutyEvent;
37
+ static fromBcs(data: Uint8Array): AddAuthorutyEvent;
38
+ toJSONField(): {
39
+ newAuthority: string;
40
+ signer: string;
41
+ };
42
+ toJSON(): {
43
+ newAuthority: string;
44
+ signer: string;
45
+ $typeName: string;
46
+ $typeArgs: [];
47
+ };
48
+ static fromJSONField(field: any): AddAuthorutyEvent;
49
+ static fromJSON(json: Record<string, any>): AddAuthorutyEvent;
50
+ static fromSuiParsedData(content: SuiParsedData): AddAuthorutyEvent;
51
+ static fetch(client: SuiClient, id: string): Promise<AddAuthorutyEvent>;
52
+ }
53
+ export declare function isAutoBidEvent(type: string): boolean;
54
+ export interface AutoBidEventFields {
55
+ dummyField: ToField<"bool">;
56
+ }
57
+ export type AutoBidEventReified = Reified<AutoBidEvent, AutoBidEventFields>;
58
+ export declare class AutoBidEvent implements StructClass {
59
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::AutoBidEvent";
60
+ static readonly $numTypeParams = 0;
61
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::AutoBidEvent";
62
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::AutoBidEvent";
63
+ readonly $typeArgs: [];
64
+ readonly dummyField: ToField<"bool">;
65
+ private constructor();
66
+ static reified(): AutoBidEventReified;
67
+ static get r(): reified.StructClassReified<AutoBidEvent, AutoBidEventFields>;
68
+ static phantom(): PhantomReified<ToTypeStr<AutoBidEvent>>;
69
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::AutoBidEvent">;
70
+ static get bcs(): import("@mysten/bcs").BcsType<{
71
+ dummy_field: boolean;
72
+ }, {
73
+ dummy_field: boolean;
74
+ }>;
75
+ static fromFields(fields: Record<string, any>): AutoBidEvent;
76
+ static fromFieldsWithTypes(item: FieldsWithTypes): AutoBidEvent;
77
+ static fromBcs(data: Uint8Array): AutoBidEvent;
78
+ toJSONField(): {
79
+ dummyField: boolean;
80
+ };
81
+ toJSON(): {
82
+ dummyField: boolean;
83
+ $typeName: string;
84
+ $typeArgs: [];
85
+ };
86
+ static fromJSONField(field: any): AutoBidEvent;
87
+ static fromJSON(json: Record<string, any>): AutoBidEvent;
88
+ static fromSuiParsedData(content: SuiParsedData): AutoBidEvent;
89
+ static fetch(client: SuiClient, id: string): Promise<AutoBidEvent>;
90
+ }
91
+ export declare function isCloseStrategyEvent(type: string): boolean;
92
+ export interface CloseStrategyEventFields {
93
+ vaultIndex: ToField<"u64">;
94
+ signalIndex: ToField<"u64">;
95
+ user: ToField<"address">;
96
+ pricePercentage: ToField<"u64">;
97
+ size: ToField<"u64">;
98
+ maxTimes: ToField<"u64">;
99
+ targetRounds: ToField<Vector<"u64">>;
100
+ u64Padding: ToField<Vector<"u64">>;
101
+ bidTimes: ToField<"u64">;
102
+ bidRound: ToField<"u64">;
103
+ bidTsMs: ToField<"u64">;
104
+ }
105
+ export type CloseStrategyEventReified = Reified<CloseStrategyEvent, CloseStrategyEventFields>;
106
+ export declare class CloseStrategyEvent implements StructClass {
107
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::CloseStrategyEvent";
108
+ static readonly $numTypeParams = 0;
109
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::CloseStrategyEvent";
110
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::CloseStrategyEvent";
111
+ readonly $typeArgs: [];
112
+ readonly vaultIndex: ToField<"u64">;
113
+ readonly signalIndex: ToField<"u64">;
114
+ readonly user: ToField<"address">;
115
+ readonly pricePercentage: ToField<"u64">;
116
+ readonly size: ToField<"u64">;
117
+ readonly maxTimes: ToField<"u64">;
118
+ readonly targetRounds: ToField<Vector<"u64">>;
119
+ readonly u64Padding: ToField<Vector<"u64">>;
120
+ readonly bidTimes: ToField<"u64">;
121
+ readonly bidRound: ToField<"u64">;
122
+ readonly bidTsMs: ToField<"u64">;
123
+ private constructor();
124
+ static reified(): CloseStrategyEventReified;
125
+ static get r(): reified.StructClassReified<CloseStrategyEvent, CloseStrategyEventFields>;
126
+ static phantom(): PhantomReified<ToTypeStr<CloseStrategyEvent>>;
127
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::CloseStrategyEvent">;
128
+ static get bcs(): import("@mysten/bcs").BcsType<{
129
+ vault_index: string;
130
+ signal_index: string;
131
+ user: string;
132
+ price_percentage: string;
133
+ size: string;
134
+ max_times: string;
135
+ target_rounds: string[];
136
+ u64_padding: string[];
137
+ bid_times: string;
138
+ bid_round: string;
139
+ bid_ts_ms: string;
140
+ }, {
141
+ vault_index: string | number | bigint;
142
+ signal_index: string | number | bigint;
143
+ user: string;
144
+ price_percentage: string | number | bigint;
145
+ size: string | number | bigint;
146
+ max_times: string | number | bigint;
147
+ target_rounds: Iterable<string | number | bigint> & {
148
+ length: number;
149
+ };
150
+ u64_padding: Iterable<string | number | bigint> & {
151
+ length: number;
152
+ };
153
+ bid_times: string | number | bigint;
154
+ bid_round: string | number | bigint;
155
+ bid_ts_ms: string | number | bigint;
156
+ }>;
157
+ static fromFields(fields: Record<string, any>): CloseStrategyEvent;
158
+ static fromFieldsWithTypes(item: FieldsWithTypes): CloseStrategyEvent;
159
+ static fromBcs(data: Uint8Array): CloseStrategyEvent;
160
+ toJSONField(): {
161
+ vaultIndex: string;
162
+ signalIndex: string;
163
+ user: string;
164
+ pricePercentage: string;
165
+ size: string;
166
+ maxTimes: string;
167
+ targetRounds: string[];
168
+ u64Padding: string[];
169
+ bidTimes: string;
170
+ bidRound: string;
171
+ bidTsMs: string;
172
+ };
173
+ toJSON(): {
174
+ vaultIndex: string;
175
+ signalIndex: string;
176
+ user: string;
177
+ pricePercentage: string;
178
+ size: string;
179
+ maxTimes: string;
180
+ targetRounds: string[];
181
+ u64Padding: string[];
182
+ bidTimes: string;
183
+ bidRound: string;
184
+ bidTsMs: string;
185
+ $typeName: string;
186
+ $typeArgs: [];
187
+ };
188
+ static fromJSONField(field: any): CloseStrategyEvent;
189
+ static fromJSON(json: Record<string, any>): CloseStrategyEvent;
190
+ static fromSuiParsedData(content: SuiParsedData): CloseStrategyEvent;
191
+ static fetch(client: SuiClient, id: string): Promise<CloseStrategyEvent>;
192
+ }
193
+ export declare function isCloseStrategyEventV2(type: string): boolean;
194
+ export interface CloseStrategyEventV2Fields {
195
+ vaultIndex: ToField<"u64">;
196
+ signalIndex: ToField<"u64">;
197
+ user: ToField<"address">;
198
+ pricePercentage: ToField<"u64">;
199
+ size: ToField<"u64">;
200
+ maxTimes: ToField<"u64">;
201
+ targetRounds: ToField<Vector<"u64">>;
202
+ u64Padding: ToField<Vector<"u64">>;
203
+ bidTimes: ToField<"u64">;
204
+ bidRound: ToField<"u64">;
205
+ bidTsMs: ToField<"u64">;
206
+ bidRounds: ToField<Vector<"u64">>;
207
+ accumulatedProfit: ToField<"u64">;
208
+ }
209
+ export type CloseStrategyEventV2Reified = Reified<CloseStrategyEventV2, CloseStrategyEventV2Fields>;
210
+ export declare class CloseStrategyEventV2 implements StructClass {
211
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::CloseStrategyEventV2";
212
+ static readonly $numTypeParams = 0;
213
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::CloseStrategyEventV2";
214
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::CloseStrategyEventV2";
215
+ readonly $typeArgs: [];
216
+ readonly vaultIndex: ToField<"u64">;
217
+ readonly signalIndex: ToField<"u64">;
218
+ readonly user: ToField<"address">;
219
+ readonly pricePercentage: ToField<"u64">;
220
+ readonly size: ToField<"u64">;
221
+ readonly maxTimes: ToField<"u64">;
222
+ readonly targetRounds: ToField<Vector<"u64">>;
223
+ readonly u64Padding: ToField<Vector<"u64">>;
224
+ readonly bidTimes: ToField<"u64">;
225
+ readonly bidRound: ToField<"u64">;
226
+ readonly bidTsMs: ToField<"u64">;
227
+ readonly bidRounds: ToField<Vector<"u64">>;
228
+ readonly accumulatedProfit: ToField<"u64">;
229
+ private constructor();
230
+ static reified(): CloseStrategyEventV2Reified;
231
+ static get r(): reified.StructClassReified<CloseStrategyEventV2, CloseStrategyEventV2Fields>;
232
+ static phantom(): PhantomReified<ToTypeStr<CloseStrategyEventV2>>;
233
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::CloseStrategyEventV2">;
234
+ static get bcs(): import("@mysten/bcs").BcsType<{
235
+ vault_index: string;
236
+ signal_index: string;
237
+ user: string;
238
+ price_percentage: string;
239
+ size: string;
240
+ max_times: string;
241
+ target_rounds: string[];
242
+ u64_padding: string[];
243
+ bid_times: string;
244
+ bid_round: string;
245
+ bid_ts_ms: string;
246
+ bid_rounds: string[];
247
+ accumulated_profit: string;
248
+ }, {
249
+ vault_index: string | number | bigint;
250
+ signal_index: string | number | bigint;
251
+ user: string;
252
+ price_percentage: string | number | bigint;
253
+ size: string | number | bigint;
254
+ max_times: string | number | bigint;
255
+ target_rounds: Iterable<string | number | bigint> & {
256
+ length: number;
257
+ };
258
+ u64_padding: Iterable<string | number | bigint> & {
259
+ length: number;
260
+ };
261
+ bid_times: string | number | bigint;
262
+ bid_round: string | number | bigint;
263
+ bid_ts_ms: string | number | bigint;
264
+ bid_rounds: Iterable<string | number | bigint> & {
265
+ length: number;
266
+ };
267
+ accumulated_profit: string | number | bigint;
268
+ }>;
269
+ static fromFields(fields: Record<string, any>): CloseStrategyEventV2;
270
+ static fromFieldsWithTypes(item: FieldsWithTypes): CloseStrategyEventV2;
271
+ static fromBcs(data: Uint8Array): CloseStrategyEventV2;
272
+ toJSONField(): {
273
+ vaultIndex: string;
274
+ signalIndex: string;
275
+ user: string;
276
+ pricePercentage: string;
277
+ size: string;
278
+ maxTimes: string;
279
+ targetRounds: string[];
280
+ u64Padding: string[];
281
+ bidTimes: string;
282
+ bidRound: string;
283
+ bidTsMs: string;
284
+ bidRounds: string[];
285
+ accumulatedProfit: string;
286
+ };
287
+ toJSON(): {
288
+ vaultIndex: string;
289
+ signalIndex: string;
290
+ user: string;
291
+ pricePercentage: string;
292
+ size: string;
293
+ maxTimes: string;
294
+ targetRounds: string[];
295
+ u64Padding: string[];
296
+ bidTimes: string;
297
+ bidRound: string;
298
+ bidTsMs: string;
299
+ bidRounds: string[];
300
+ accumulatedProfit: string;
301
+ $typeName: string;
302
+ $typeArgs: [];
303
+ };
304
+ static fromJSONField(field: any): CloseStrategyEventV2;
305
+ static fromJSON(json: Record<string, any>): CloseStrategyEventV2;
306
+ static fromSuiParsedData(content: SuiParsedData): CloseStrategyEventV2;
307
+ static fetch(client: SuiClient, id: string): Promise<CloseStrategyEventV2>;
308
+ }
309
+ export declare function isNewStrategyEvent(type: string): boolean;
310
+ export interface NewStrategyEventFields {
311
+ vaultIndex: ToField<"u64">;
312
+ signalIndex: ToField<"u64">;
313
+ user: ToField<"address">;
314
+ pricePercentage: ToField<"u64">;
315
+ size: ToField<"u64">;
316
+ maxTimes: ToField<"u64">;
317
+ targetRounds: ToField<Vector<"u64">>;
318
+ }
319
+ export type NewStrategyEventReified = Reified<NewStrategyEvent, NewStrategyEventFields>;
320
+ export declare class NewStrategyEvent implements StructClass {
321
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::NewStrategyEvent";
322
+ static readonly $numTypeParams = 0;
323
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::NewStrategyEvent";
324
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::NewStrategyEvent";
325
+ readonly $typeArgs: [];
326
+ readonly vaultIndex: ToField<"u64">;
327
+ readonly signalIndex: ToField<"u64">;
328
+ readonly user: ToField<"address">;
329
+ readonly pricePercentage: ToField<"u64">;
330
+ readonly size: ToField<"u64">;
331
+ readonly maxTimes: ToField<"u64">;
332
+ readonly targetRounds: ToField<Vector<"u64">>;
333
+ private constructor();
334
+ static reified(): NewStrategyEventReified;
335
+ static get r(): reified.StructClassReified<NewStrategyEvent, NewStrategyEventFields>;
336
+ static phantom(): PhantomReified<ToTypeStr<NewStrategyEvent>>;
337
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::NewStrategyEvent">;
338
+ static get bcs(): import("@mysten/bcs").BcsType<{
339
+ vault_index: string;
340
+ signal_index: string;
341
+ user: string;
342
+ price_percentage: string;
343
+ size: string;
344
+ max_times: string;
345
+ target_rounds: string[];
346
+ }, {
347
+ vault_index: string | number | bigint;
348
+ signal_index: string | number | bigint;
349
+ user: string;
350
+ price_percentage: string | number | bigint;
351
+ size: string | number | bigint;
352
+ max_times: string | number | bigint;
353
+ target_rounds: Iterable<string | number | bigint> & {
354
+ length: number;
355
+ };
356
+ }>;
357
+ static fromFields(fields: Record<string, any>): NewStrategyEvent;
358
+ static fromFieldsWithTypes(item: FieldsWithTypes): NewStrategyEvent;
359
+ static fromBcs(data: Uint8Array): NewStrategyEvent;
360
+ toJSONField(): {
361
+ vaultIndex: string;
362
+ signalIndex: string;
363
+ user: string;
364
+ pricePercentage: string;
365
+ size: string;
366
+ maxTimes: string;
367
+ targetRounds: string[];
368
+ };
369
+ toJSON(): {
370
+ vaultIndex: string;
371
+ signalIndex: string;
372
+ user: string;
373
+ pricePercentage: string;
374
+ size: string;
375
+ maxTimes: string;
376
+ targetRounds: string[];
377
+ $typeName: string;
378
+ $typeArgs: [];
379
+ };
380
+ static fromJSONField(field: any): NewStrategyEvent;
381
+ static fromJSON(json: Record<string, any>): NewStrategyEvent;
382
+ static fromSuiParsedData(content: SuiParsedData): NewStrategyEvent;
383
+ static fetch(client: SuiClient, id: string): Promise<NewStrategyEvent>;
384
+ }
385
+ export declare function isNewStrategyEventV2(type: string): boolean;
386
+ export interface NewStrategyEventV2Fields {
387
+ vaultIndex: ToField<"u64">;
388
+ signalIndex: ToField<"u64">;
389
+ user: ToField<"address">;
390
+ pricePercentage: ToField<"u64">;
391
+ size: ToField<"u64">;
392
+ maxTimes: ToField<"u64">;
393
+ targetRounds: ToField<Vector<"u64">>;
394
+ depositAmount: ToField<"u64">;
395
+ }
396
+ export type NewStrategyEventV2Reified = Reified<NewStrategyEventV2, NewStrategyEventV2Fields>;
397
+ export declare class NewStrategyEventV2 implements StructClass {
398
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::NewStrategyEventV2";
399
+ static readonly $numTypeParams = 0;
400
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::NewStrategyEventV2";
401
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::NewStrategyEventV2";
402
+ readonly $typeArgs: [];
403
+ readonly vaultIndex: ToField<"u64">;
404
+ readonly signalIndex: ToField<"u64">;
405
+ readonly user: ToField<"address">;
406
+ readonly pricePercentage: ToField<"u64">;
407
+ readonly size: ToField<"u64">;
408
+ readonly maxTimes: ToField<"u64">;
409
+ readonly targetRounds: ToField<Vector<"u64">>;
410
+ readonly depositAmount: ToField<"u64">;
411
+ private constructor();
412
+ static reified(): NewStrategyEventV2Reified;
413
+ static get r(): reified.StructClassReified<NewStrategyEventV2, NewStrategyEventV2Fields>;
414
+ static phantom(): PhantomReified<ToTypeStr<NewStrategyEventV2>>;
415
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::NewStrategyEventV2">;
416
+ static get bcs(): import("@mysten/bcs").BcsType<{
417
+ vault_index: string;
418
+ signal_index: string;
419
+ user: string;
420
+ price_percentage: string;
421
+ size: string;
422
+ max_times: string;
423
+ target_rounds: string[];
424
+ deposit_amount: string;
425
+ }, {
426
+ vault_index: string | number | bigint;
427
+ signal_index: string | number | bigint;
428
+ user: string;
429
+ price_percentage: string | number | bigint;
430
+ size: string | number | bigint;
431
+ max_times: string | number | bigint;
432
+ target_rounds: Iterable<string | number | bigint> & {
433
+ length: number;
434
+ };
435
+ deposit_amount: string | number | bigint;
436
+ }>;
437
+ static fromFields(fields: Record<string, any>): NewStrategyEventV2;
438
+ static fromFieldsWithTypes(item: FieldsWithTypes): NewStrategyEventV2;
439
+ static fromBcs(data: Uint8Array): NewStrategyEventV2;
440
+ toJSONField(): {
441
+ vaultIndex: string;
442
+ signalIndex: string;
443
+ user: string;
444
+ pricePercentage: string;
445
+ size: string;
446
+ maxTimes: string;
447
+ targetRounds: string[];
448
+ depositAmount: string;
449
+ };
450
+ toJSON(): {
451
+ vaultIndex: string;
452
+ signalIndex: string;
453
+ user: string;
454
+ pricePercentage: string;
455
+ size: string;
456
+ maxTimes: string;
457
+ targetRounds: string[];
458
+ depositAmount: string;
459
+ $typeName: string;
460
+ $typeArgs: [];
461
+ };
462
+ static fromJSONField(field: any): NewStrategyEventV2;
463
+ static fromJSON(json: Record<string, any>): NewStrategyEventV2;
464
+ static fromSuiParsedData(content: SuiParsedData): NewStrategyEventV2;
465
+ static fetch(client: SuiClient, id: string): Promise<NewStrategyEventV2>;
466
+ }
467
+ export declare function isNewStrategyPoolEvent(type: string): boolean;
468
+ export interface NewStrategyPoolEventFields {
469
+ id: ToField<ID>;
470
+ signer: ToField<"address">;
471
+ }
472
+ export type NewStrategyPoolEventReified = Reified<NewStrategyPoolEvent, NewStrategyPoolEventFields>;
473
+ export declare class NewStrategyPoolEvent implements StructClass {
474
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::NewStrategyPoolEvent";
475
+ static readonly $numTypeParams = 0;
476
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::NewStrategyPoolEvent";
477
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::NewStrategyPoolEvent";
478
+ readonly $typeArgs: [];
479
+ readonly id: ToField<ID>;
480
+ readonly signer: ToField<"address">;
481
+ private constructor();
482
+ static reified(): NewStrategyPoolEventReified;
483
+ static get r(): reified.StructClassReified<NewStrategyPoolEvent, NewStrategyPoolEventFields>;
484
+ static phantom(): PhantomReified<ToTypeStr<NewStrategyPoolEvent>>;
485
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::NewStrategyPoolEvent">;
486
+ static get bcs(): import("@mysten/bcs").BcsType<{
487
+ id: {
488
+ bytes: string;
489
+ };
490
+ signer: string;
491
+ }, {
492
+ id: {
493
+ bytes: string;
494
+ };
495
+ signer: string;
496
+ }>;
497
+ static fromFields(fields: Record<string, any>): NewStrategyPoolEvent;
498
+ static fromFieldsWithTypes(item: FieldsWithTypes): NewStrategyPoolEvent;
499
+ static fromBcs(data: Uint8Array): NewStrategyPoolEvent;
500
+ toJSONField(): {
501
+ id: string;
502
+ signer: string;
503
+ };
504
+ toJSON(): {
505
+ id: string;
506
+ signer: string;
507
+ $typeName: string;
508
+ $typeArgs: [];
509
+ };
510
+ static fromJSONField(field: any): NewStrategyPoolEvent;
511
+ static fromJSON(json: Record<string, any>): NewStrategyPoolEvent;
512
+ static fromSuiParsedData(content: SuiParsedData): NewStrategyPoolEvent;
513
+ static fetch(client: SuiClient, id: string): Promise<NewStrategyPoolEvent>;
514
+ }
515
+ export declare function isNewStrategySignalEvent(type: string): boolean;
516
+ export interface NewStrategySignalEventFields {
517
+ id: ToField<ID>;
518
+ vaultIndex: ToField<"u64">;
519
+ signalIndex: ToField<"u64">;
520
+ signer: ToField<"address">;
521
+ }
522
+ export type NewStrategySignalEventReified = Reified<NewStrategySignalEvent, NewStrategySignalEventFields>;
523
+ export declare class NewStrategySignalEvent implements StructClass {
524
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::NewStrategySignalEvent";
525
+ static readonly $numTypeParams = 0;
526
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::NewStrategySignalEvent";
527
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::NewStrategySignalEvent";
528
+ readonly $typeArgs: [];
529
+ readonly id: ToField<ID>;
530
+ readonly vaultIndex: ToField<"u64">;
531
+ readonly signalIndex: ToField<"u64">;
532
+ readonly signer: ToField<"address">;
533
+ private constructor();
534
+ static reified(): NewStrategySignalEventReified;
535
+ static get r(): reified.StructClassReified<NewStrategySignalEvent, NewStrategySignalEventFields>;
536
+ static phantom(): PhantomReified<ToTypeStr<NewStrategySignalEvent>>;
537
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::NewStrategySignalEvent">;
538
+ static get bcs(): import("@mysten/bcs").BcsType<{
539
+ id: {
540
+ bytes: string;
541
+ };
542
+ vault_index: string;
543
+ signal_index: string;
544
+ signer: string;
545
+ }, {
546
+ id: {
547
+ bytes: string;
548
+ };
549
+ vault_index: string | number | bigint;
550
+ signal_index: string | number | bigint;
551
+ signer: string;
552
+ }>;
553
+ static fromFields(fields: Record<string, any>): NewStrategySignalEvent;
554
+ static fromFieldsWithTypes(item: FieldsWithTypes): NewStrategySignalEvent;
555
+ static fromBcs(data: Uint8Array): NewStrategySignalEvent;
556
+ toJSONField(): {
557
+ id: string;
558
+ vaultIndex: string;
559
+ signalIndex: string;
560
+ signer: string;
561
+ };
562
+ toJSON(): {
563
+ id: string;
564
+ vaultIndex: string;
565
+ signalIndex: string;
566
+ signer: string;
567
+ $typeName: string;
568
+ $typeArgs: [];
569
+ };
570
+ static fromJSONField(field: any): NewStrategySignalEvent;
571
+ static fromJSON(json: Record<string, any>): NewStrategySignalEvent;
572
+ static fromSuiParsedData(content: SuiParsedData): NewStrategySignalEvent;
573
+ static fetch(client: SuiClient, id: string): Promise<NewStrategySignalEvent>;
574
+ }
575
+ export declare function isNewStrategyVaultEvent(type: string): boolean;
576
+ export interface NewStrategyVaultEventFields {
577
+ id: ToField<ID>;
578
+ vaultIndex: ToField<"u64">;
579
+ signer: ToField<"address">;
580
+ }
581
+ export type NewStrategyVaultEventReified = Reified<NewStrategyVaultEvent, NewStrategyVaultEventFields>;
582
+ export declare class NewStrategyVaultEvent implements StructClass {
583
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::NewStrategyVaultEvent";
584
+ static readonly $numTypeParams = 0;
585
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::NewStrategyVaultEvent";
586
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::NewStrategyVaultEvent";
587
+ readonly $typeArgs: [];
588
+ readonly id: ToField<ID>;
589
+ readonly vaultIndex: ToField<"u64">;
590
+ readonly signer: ToField<"address">;
591
+ private constructor();
592
+ static reified(): NewStrategyVaultEventReified;
593
+ static get r(): reified.StructClassReified<NewStrategyVaultEvent, NewStrategyVaultEventFields>;
594
+ static phantom(): PhantomReified<ToTypeStr<NewStrategyVaultEvent>>;
595
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::NewStrategyVaultEvent">;
596
+ static get bcs(): import("@mysten/bcs").BcsType<{
597
+ id: {
598
+ bytes: string;
599
+ };
600
+ vault_index: string;
601
+ signer: string;
602
+ }, {
603
+ id: {
604
+ bytes: string;
605
+ };
606
+ vault_index: string | number | bigint;
607
+ signer: string;
608
+ }>;
609
+ static fromFields(fields: Record<string, any>): NewStrategyVaultEvent;
610
+ static fromFieldsWithTypes(item: FieldsWithTypes): NewStrategyVaultEvent;
611
+ static fromBcs(data: Uint8Array): NewStrategyVaultEvent;
612
+ toJSONField(): {
613
+ id: string;
614
+ vaultIndex: string;
615
+ signer: string;
616
+ };
617
+ toJSON(): {
618
+ id: string;
619
+ vaultIndex: string;
620
+ signer: string;
621
+ $typeName: string;
622
+ $typeArgs: [];
623
+ };
624
+ static fromJSONField(field: any): NewStrategyVaultEvent;
625
+ static fromJSON(json: Record<string, any>): NewStrategyVaultEvent;
626
+ static fromSuiParsedData(content: SuiParsedData): NewStrategyVaultEvent;
627
+ static fetch(client: SuiClient, id: string): Promise<NewStrategyVaultEvent>;
628
+ }
629
+ export declare function isStrategy(type: string): boolean;
630
+ export interface StrategyFields {
631
+ id: ToField<UID>;
632
+ vaultIndex: ToField<"u64">;
633
+ signalIndex: ToField<"u64">;
634
+ user: ToField<"address">;
635
+ pricePercentage: ToField<"u64">;
636
+ size: ToField<"u64">;
637
+ maxTimes: ToField<"u64">;
638
+ targetRounds: ToField<Vector<"u64">>;
639
+ receipts: ToField<Vector<TypusBidReceipt>>;
640
+ active: ToField<"bool">;
641
+ u64Padding: ToField<Vector<"u64">>;
642
+ bidTimes: ToField<"u64">;
643
+ bidRound: ToField<"u64">;
644
+ bidTsMs: ToField<"u64">;
645
+ }
646
+ export type StrategyReified = Reified<Strategy, StrategyFields>;
647
+ export declare class Strategy implements StructClass {
648
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::Strategy";
649
+ static readonly $numTypeParams = 0;
650
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::Strategy";
651
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::Strategy";
652
+ readonly $typeArgs: [];
653
+ readonly id: ToField<UID>;
654
+ readonly vaultIndex: ToField<"u64">;
655
+ readonly signalIndex: ToField<"u64">;
656
+ readonly user: ToField<"address">;
657
+ readonly pricePercentage: ToField<"u64">;
658
+ readonly size: ToField<"u64">;
659
+ readonly maxTimes: ToField<"u64">;
660
+ readonly targetRounds: ToField<Vector<"u64">>;
661
+ readonly receipts: ToField<Vector<TypusBidReceipt>>;
662
+ readonly active: ToField<"bool">;
663
+ readonly u64Padding: ToField<Vector<"u64">>;
664
+ readonly bidTimes: ToField<"u64">;
665
+ readonly bidRound: ToField<"u64">;
666
+ readonly bidTsMs: ToField<"u64">;
667
+ private constructor();
668
+ static reified(): StrategyReified;
669
+ static get r(): reified.StructClassReified<Strategy, StrategyFields>;
670
+ static phantom(): PhantomReified<ToTypeStr<Strategy>>;
671
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::Strategy">;
672
+ static get bcs(): import("@mysten/bcs").BcsType<{
673
+ id: {
674
+ id: {
675
+ bytes: string;
676
+ };
677
+ };
678
+ vault_index: string;
679
+ signal_index: string;
680
+ user: string;
681
+ price_percentage: string;
682
+ size: string;
683
+ max_times: string;
684
+ target_rounds: string[];
685
+ receipts: {
686
+ id: {
687
+ id: {
688
+ bytes: string;
689
+ };
690
+ };
691
+ vid: {
692
+ bytes: string;
693
+ };
694
+ index: string;
695
+ metadata: {
696
+ bytes: number[];
697
+ };
698
+ u64_padding: string[];
699
+ }[];
700
+ active: boolean;
701
+ u64_padding: string[];
702
+ bid_times: string;
703
+ bid_round: string;
704
+ bid_ts_ms: string;
705
+ }, {
706
+ id: {
707
+ id: {
708
+ bytes: string;
709
+ };
710
+ };
711
+ vault_index: string | number | bigint;
712
+ signal_index: string | number | bigint;
713
+ user: string;
714
+ price_percentage: string | number | bigint;
715
+ size: string | number | bigint;
716
+ max_times: string | number | bigint;
717
+ target_rounds: Iterable<string | number | bigint> & {
718
+ length: number;
719
+ };
720
+ receipts: Iterable<{
721
+ id: {
722
+ id: {
723
+ bytes: string;
724
+ };
725
+ };
726
+ vid: {
727
+ bytes: string;
728
+ };
729
+ index: string | number | bigint;
730
+ metadata: {
731
+ bytes: Iterable<number> & {
732
+ length: number;
733
+ };
734
+ };
735
+ u64_padding: Iterable<string | number | bigint> & {
736
+ length: number;
737
+ };
738
+ }> & {
739
+ length: number;
740
+ };
741
+ active: boolean;
742
+ u64_padding: Iterable<string | number | bigint> & {
743
+ length: number;
744
+ };
745
+ bid_times: string | number | bigint;
746
+ bid_round: string | number | bigint;
747
+ bid_ts_ms: string | number | bigint;
748
+ }>;
749
+ static fromFields(fields: Record<string, any>): Strategy;
750
+ static fromFieldsWithTypes(item: FieldsWithTypes): Strategy;
751
+ static fromBcs(data: Uint8Array): Strategy;
752
+ toJSONField(): {
753
+ id: string;
754
+ vaultIndex: string;
755
+ signalIndex: string;
756
+ user: string;
757
+ pricePercentage: string;
758
+ size: string;
759
+ maxTimes: string;
760
+ targetRounds: string[];
761
+ receipts: {
762
+ id: string;
763
+ vid: string;
764
+ index: string;
765
+ metadata: string;
766
+ u64Padding: string[];
767
+ }[];
768
+ active: boolean;
769
+ u64Padding: string[];
770
+ bidTimes: string;
771
+ bidRound: string;
772
+ bidTsMs: string;
773
+ };
774
+ toJSON(): {
775
+ id: string;
776
+ vaultIndex: string;
777
+ signalIndex: string;
778
+ user: string;
779
+ pricePercentage: string;
780
+ size: string;
781
+ maxTimes: string;
782
+ targetRounds: string[];
783
+ receipts: {
784
+ id: string;
785
+ vid: string;
786
+ index: string;
787
+ metadata: string;
788
+ u64Padding: string[];
789
+ }[];
790
+ active: boolean;
791
+ u64Padding: string[];
792
+ bidTimes: string;
793
+ bidRound: string;
794
+ bidTsMs: string;
795
+ $typeName: string;
796
+ $typeArgs: [];
797
+ };
798
+ static fromJSONField(field: any): Strategy;
799
+ static fromJSON(json: Record<string, any>): Strategy;
800
+ static fromSuiParsedData(content: SuiParsedData): Strategy;
801
+ static fetch(client: SuiClient, id: string): Promise<Strategy>;
802
+ }
803
+ export declare function isStrategyPool(type: string): boolean;
804
+ export interface StrategyPoolFields {
805
+ id: ToField<UID>;
806
+ strategies: ToField<VecMap<"u64", VecMap<"u64", TableVec<ToPhantom<Strategy>>>>>;
807
+ authority: ToField<Vector<"address">>;
808
+ }
809
+ export type StrategyPoolReified = Reified<StrategyPool, StrategyPoolFields>;
810
+ export declare class StrategyPool implements StructClass {
811
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::StrategyPool";
812
+ static readonly $numTypeParams = 0;
813
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::StrategyPool";
814
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::StrategyPool";
815
+ readonly $typeArgs: [];
816
+ readonly id: ToField<UID>;
817
+ readonly strategies: ToField<VecMap<"u64", VecMap<"u64", TableVec<ToPhantom<Strategy>>>>>;
818
+ readonly authority: ToField<Vector<"address">>;
819
+ private constructor();
820
+ static reified(): StrategyPoolReified;
821
+ static get r(): reified.StructClassReified<StrategyPool, StrategyPoolFields>;
822
+ static phantom(): PhantomReified<ToTypeStr<StrategyPool>>;
823
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::StrategyPool">;
824
+ static get bcs(): import("@mysten/bcs").BcsType<{
825
+ id: {
826
+ id: {
827
+ bytes: string;
828
+ };
829
+ };
830
+ strategies: {
831
+ contents: {
832
+ key: string;
833
+ value: {
834
+ contents: {
835
+ key: string;
836
+ value: {
837
+ contents: {
838
+ id: {
839
+ id: {
840
+ bytes: string;
841
+ };
842
+ };
843
+ size: string;
844
+ };
845
+ };
846
+ }[];
847
+ };
848
+ }[];
849
+ };
850
+ authority: string[];
851
+ }, {
852
+ id: {
853
+ id: {
854
+ bytes: string;
855
+ };
856
+ };
857
+ strategies: {
858
+ contents: Iterable<{
859
+ key: string | number | bigint;
860
+ value: {
861
+ contents: Iterable<{
862
+ key: string | number | bigint;
863
+ value: {
864
+ contents: {
865
+ id: {
866
+ id: {
867
+ bytes: string;
868
+ };
869
+ };
870
+ size: string | number | bigint;
871
+ };
872
+ };
873
+ }> & {
874
+ length: number;
875
+ };
876
+ };
877
+ }> & {
878
+ length: number;
879
+ };
880
+ };
881
+ authority: Iterable<string> & {
882
+ length: number;
883
+ };
884
+ }>;
885
+ static fromFields(fields: Record<string, any>): StrategyPool;
886
+ static fromFieldsWithTypes(item: FieldsWithTypes): StrategyPool;
887
+ static fromBcs(data: Uint8Array): StrategyPool;
888
+ toJSONField(): {
889
+ id: string;
890
+ strategies: {
891
+ contents: {
892
+ key: string;
893
+ value: {
894
+ contents: {
895
+ key: string;
896
+ value: {
897
+ contents: {
898
+ id: string;
899
+ size: string;
900
+ };
901
+ };
902
+ }[];
903
+ };
904
+ }[];
905
+ };
906
+ authority: string[];
907
+ };
908
+ toJSON(): {
909
+ id: string;
910
+ strategies: {
911
+ contents: {
912
+ key: string;
913
+ value: {
914
+ contents: {
915
+ key: string;
916
+ value: {
917
+ contents: {
918
+ id: string;
919
+ size: string;
920
+ };
921
+ };
922
+ }[];
923
+ };
924
+ }[];
925
+ };
926
+ authority: string[];
927
+ $typeName: string;
928
+ $typeArgs: [];
929
+ };
930
+ static fromJSONField(field: any): StrategyPool;
931
+ static fromJSON(json: Record<string, any>): StrategyPool;
932
+ static fromSuiParsedData(content: SuiParsedData): StrategyPool;
933
+ static fetch(client: SuiClient, id: string): Promise<StrategyPool>;
934
+ }
935
+ export declare function isStrategyPoolV2(type: string): boolean;
936
+ export interface StrategyPoolV2Fields {
937
+ id: ToField<UID>;
938
+ strategies: ToField<VecMap<"u64", VecMap<"u64", TableVec<ToPhantom<StrategyV2>>>>>;
939
+ authority: ToField<Vector<"address">>;
940
+ }
941
+ export type StrategyPoolV2Reified = Reified<StrategyPoolV2, StrategyPoolV2Fields>;
942
+ export declare class StrategyPoolV2 implements StructClass {
943
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::StrategyPoolV2";
944
+ static readonly $numTypeParams = 0;
945
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::StrategyPoolV2";
946
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::StrategyPoolV2";
947
+ readonly $typeArgs: [];
948
+ readonly id: ToField<UID>;
949
+ readonly strategies: ToField<VecMap<"u64", VecMap<"u64", TableVec<ToPhantom<StrategyV2>>>>>;
950
+ readonly authority: ToField<Vector<"address">>;
951
+ private constructor();
952
+ static reified(): StrategyPoolV2Reified;
953
+ static get r(): reified.StructClassReified<StrategyPoolV2, StrategyPoolV2Fields>;
954
+ static phantom(): PhantomReified<ToTypeStr<StrategyPoolV2>>;
955
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::StrategyPoolV2">;
956
+ static get bcs(): import("@mysten/bcs").BcsType<{
957
+ id: {
958
+ id: {
959
+ bytes: string;
960
+ };
961
+ };
962
+ strategies: {
963
+ contents: {
964
+ key: string;
965
+ value: {
966
+ contents: {
967
+ key: string;
968
+ value: {
969
+ contents: {
970
+ id: {
971
+ id: {
972
+ bytes: string;
973
+ };
974
+ };
975
+ size: string;
976
+ };
977
+ };
978
+ }[];
979
+ };
980
+ }[];
981
+ };
982
+ authority: string[];
983
+ }, {
984
+ id: {
985
+ id: {
986
+ bytes: string;
987
+ };
988
+ };
989
+ strategies: {
990
+ contents: Iterable<{
991
+ key: string | number | bigint;
992
+ value: {
993
+ contents: Iterable<{
994
+ key: string | number | bigint;
995
+ value: {
996
+ contents: {
997
+ id: {
998
+ id: {
999
+ bytes: string;
1000
+ };
1001
+ };
1002
+ size: string | number | bigint;
1003
+ };
1004
+ };
1005
+ }> & {
1006
+ length: number;
1007
+ };
1008
+ };
1009
+ }> & {
1010
+ length: number;
1011
+ };
1012
+ };
1013
+ authority: Iterable<string> & {
1014
+ length: number;
1015
+ };
1016
+ }>;
1017
+ static fromFields(fields: Record<string, any>): StrategyPoolV2;
1018
+ static fromFieldsWithTypes(item: FieldsWithTypes): StrategyPoolV2;
1019
+ static fromBcs(data: Uint8Array): StrategyPoolV2;
1020
+ toJSONField(): {
1021
+ id: string;
1022
+ strategies: {
1023
+ contents: {
1024
+ key: string;
1025
+ value: {
1026
+ contents: {
1027
+ key: string;
1028
+ value: {
1029
+ contents: {
1030
+ id: string;
1031
+ size: string;
1032
+ };
1033
+ };
1034
+ }[];
1035
+ };
1036
+ }[];
1037
+ };
1038
+ authority: string[];
1039
+ };
1040
+ toJSON(): {
1041
+ id: string;
1042
+ strategies: {
1043
+ contents: {
1044
+ key: string;
1045
+ value: {
1046
+ contents: {
1047
+ key: string;
1048
+ value: {
1049
+ contents: {
1050
+ id: string;
1051
+ size: string;
1052
+ };
1053
+ };
1054
+ }[];
1055
+ };
1056
+ }[];
1057
+ };
1058
+ authority: string[];
1059
+ $typeName: string;
1060
+ $typeArgs: [];
1061
+ };
1062
+ static fromJSONField(field: any): StrategyPoolV2;
1063
+ static fromJSON(json: Record<string, any>): StrategyPoolV2;
1064
+ static fromSuiParsedData(content: SuiParsedData): StrategyPoolV2;
1065
+ static fetch(client: SuiClient, id: string): Promise<StrategyPoolV2>;
1066
+ }
1067
+ export declare function isStrategyV2(type: string): boolean;
1068
+ export interface StrategyV2Fields {
1069
+ id: ToField<UID>;
1070
+ vaultIndex: ToField<"u64">;
1071
+ signalIndex: ToField<"u64">;
1072
+ user: ToField<"address">;
1073
+ pricePercentage: ToField<"u64">;
1074
+ size: ToField<"u64">;
1075
+ maxTimes: ToField<"u64">;
1076
+ targetRounds: ToField<Vector<"u64">>;
1077
+ receipts: ToField<Vector<TypusBidReceipt>>;
1078
+ active: ToField<"bool">;
1079
+ u64Padding: ToField<Vector<"u64">>;
1080
+ bidTimes: ToField<"u64">;
1081
+ bidRound: ToField<"u64">;
1082
+ bidTsMs: ToField<"u64">;
1083
+ bidRounds: ToField<Vector<"u64">>;
1084
+ accumulatedProfit: ToField<"u64">;
1085
+ }
1086
+ export type StrategyV2Reified = Reified<StrategyV2, StrategyV2Fields>;
1087
+ export declare class StrategyV2 implements StructClass {
1088
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::StrategyV2";
1089
+ static readonly $numTypeParams = 0;
1090
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::StrategyV2";
1091
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::StrategyV2";
1092
+ readonly $typeArgs: [];
1093
+ readonly id: ToField<UID>;
1094
+ readonly vaultIndex: ToField<"u64">;
1095
+ readonly signalIndex: ToField<"u64">;
1096
+ readonly user: ToField<"address">;
1097
+ readonly pricePercentage: ToField<"u64">;
1098
+ readonly size: ToField<"u64">;
1099
+ readonly maxTimes: ToField<"u64">;
1100
+ readonly targetRounds: ToField<Vector<"u64">>;
1101
+ readonly receipts: ToField<Vector<TypusBidReceipt>>;
1102
+ readonly active: ToField<"bool">;
1103
+ readonly u64Padding: ToField<Vector<"u64">>;
1104
+ readonly bidTimes: ToField<"u64">;
1105
+ readonly bidRound: ToField<"u64">;
1106
+ readonly bidTsMs: ToField<"u64">;
1107
+ readonly bidRounds: ToField<Vector<"u64">>;
1108
+ readonly accumulatedProfit: ToField<"u64">;
1109
+ private constructor();
1110
+ static reified(): StrategyV2Reified;
1111
+ static get r(): reified.StructClassReified<StrategyV2, StrategyV2Fields>;
1112
+ static phantom(): PhantomReified<ToTypeStr<StrategyV2>>;
1113
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::StrategyV2">;
1114
+ static get bcs(): import("@mysten/bcs").BcsType<{
1115
+ id: {
1116
+ id: {
1117
+ bytes: string;
1118
+ };
1119
+ };
1120
+ vault_index: string;
1121
+ signal_index: string;
1122
+ user: string;
1123
+ price_percentage: string;
1124
+ size: string;
1125
+ max_times: string;
1126
+ target_rounds: string[];
1127
+ receipts: {
1128
+ id: {
1129
+ id: {
1130
+ bytes: string;
1131
+ };
1132
+ };
1133
+ vid: {
1134
+ bytes: string;
1135
+ };
1136
+ index: string;
1137
+ metadata: {
1138
+ bytes: number[];
1139
+ };
1140
+ u64_padding: string[];
1141
+ }[];
1142
+ active: boolean;
1143
+ u64_padding: string[];
1144
+ bid_times: string;
1145
+ bid_round: string;
1146
+ bid_ts_ms: string;
1147
+ bid_rounds: string[];
1148
+ accumulated_profit: string;
1149
+ }, {
1150
+ id: {
1151
+ id: {
1152
+ bytes: string;
1153
+ };
1154
+ };
1155
+ vault_index: string | number | bigint;
1156
+ signal_index: string | number | bigint;
1157
+ user: string;
1158
+ price_percentage: string | number | bigint;
1159
+ size: string | number | bigint;
1160
+ max_times: string | number | bigint;
1161
+ target_rounds: Iterable<string | number | bigint> & {
1162
+ length: number;
1163
+ };
1164
+ receipts: Iterable<{
1165
+ id: {
1166
+ id: {
1167
+ bytes: string;
1168
+ };
1169
+ };
1170
+ vid: {
1171
+ bytes: string;
1172
+ };
1173
+ index: string | number | bigint;
1174
+ metadata: {
1175
+ bytes: Iterable<number> & {
1176
+ length: number;
1177
+ };
1178
+ };
1179
+ u64_padding: Iterable<string | number | bigint> & {
1180
+ length: number;
1181
+ };
1182
+ }> & {
1183
+ length: number;
1184
+ };
1185
+ active: boolean;
1186
+ u64_padding: Iterable<string | number | bigint> & {
1187
+ length: number;
1188
+ };
1189
+ bid_times: string | number | bigint;
1190
+ bid_round: string | number | bigint;
1191
+ bid_ts_ms: string | number | bigint;
1192
+ bid_rounds: Iterable<string | number | bigint> & {
1193
+ length: number;
1194
+ };
1195
+ accumulated_profit: string | number | bigint;
1196
+ }>;
1197
+ static fromFields(fields: Record<string, any>): StrategyV2;
1198
+ static fromFieldsWithTypes(item: FieldsWithTypes): StrategyV2;
1199
+ static fromBcs(data: Uint8Array): StrategyV2;
1200
+ toJSONField(): {
1201
+ id: string;
1202
+ vaultIndex: string;
1203
+ signalIndex: string;
1204
+ user: string;
1205
+ pricePercentage: string;
1206
+ size: string;
1207
+ maxTimes: string;
1208
+ targetRounds: string[];
1209
+ receipts: {
1210
+ id: string;
1211
+ vid: string;
1212
+ index: string;
1213
+ metadata: string;
1214
+ u64Padding: string[];
1215
+ }[];
1216
+ active: boolean;
1217
+ u64Padding: string[];
1218
+ bidTimes: string;
1219
+ bidRound: string;
1220
+ bidTsMs: string;
1221
+ bidRounds: string[];
1222
+ accumulatedProfit: string;
1223
+ };
1224
+ toJSON(): {
1225
+ id: string;
1226
+ vaultIndex: string;
1227
+ signalIndex: string;
1228
+ user: string;
1229
+ pricePercentage: string;
1230
+ size: string;
1231
+ maxTimes: string;
1232
+ targetRounds: string[];
1233
+ receipts: {
1234
+ id: string;
1235
+ vid: string;
1236
+ index: string;
1237
+ metadata: string;
1238
+ u64Padding: string[];
1239
+ }[];
1240
+ active: boolean;
1241
+ u64Padding: string[];
1242
+ bidTimes: string;
1243
+ bidRound: string;
1244
+ bidTsMs: string;
1245
+ bidRounds: string[];
1246
+ accumulatedProfit: string;
1247
+ $typeName: string;
1248
+ $typeArgs: [];
1249
+ };
1250
+ static fromJSONField(field: any): StrategyV2;
1251
+ static fromJSON(json: Record<string, any>): StrategyV2;
1252
+ static fromSuiParsedData(content: SuiParsedData): StrategyV2;
1253
+ static fetch(client: SuiClient, id: string): Promise<StrategyV2>;
1254
+ }
1255
+ export declare function isUpdateStrategyEvent(type: string): boolean;
1256
+ export interface UpdateStrategyEventFields {
1257
+ vaultIndex: ToField<"u64">;
1258
+ signalIndex: ToField<"u64">;
1259
+ strategyIndex: ToField<"u64">;
1260
+ user: ToField<"address">;
1261
+ pricePercentage: ToField<"u64">;
1262
+ size: ToField<"u64">;
1263
+ maxTimes: ToField<"u64">;
1264
+ targetRounds: ToField<Vector<"u64">>;
1265
+ depositAmount: ToField<"u64">;
1266
+ }
1267
+ export type UpdateStrategyEventReified = Reified<UpdateStrategyEvent, UpdateStrategyEventFields>;
1268
+ export declare class UpdateStrategyEvent implements StructClass {
1269
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::UpdateStrategyEvent";
1270
+ static readonly $numTypeParams = 0;
1271
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::UpdateStrategyEvent";
1272
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::UpdateStrategyEvent";
1273
+ readonly $typeArgs: [];
1274
+ readonly vaultIndex: ToField<"u64">;
1275
+ readonly signalIndex: ToField<"u64">;
1276
+ readonly strategyIndex: ToField<"u64">;
1277
+ readonly user: ToField<"address">;
1278
+ readonly pricePercentage: ToField<"u64">;
1279
+ readonly size: ToField<"u64">;
1280
+ readonly maxTimes: ToField<"u64">;
1281
+ readonly targetRounds: ToField<Vector<"u64">>;
1282
+ readonly depositAmount: ToField<"u64">;
1283
+ private constructor();
1284
+ static reified(): UpdateStrategyEventReified;
1285
+ static get r(): reified.StructClassReified<UpdateStrategyEvent, UpdateStrategyEventFields>;
1286
+ static phantom(): PhantomReified<ToTypeStr<UpdateStrategyEvent>>;
1287
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::UpdateStrategyEvent">;
1288
+ static get bcs(): import("@mysten/bcs").BcsType<{
1289
+ vault_index: string;
1290
+ signal_index: string;
1291
+ strategy_index: string;
1292
+ user: string;
1293
+ price_percentage: string;
1294
+ size: string;
1295
+ max_times: string;
1296
+ target_rounds: string[];
1297
+ deposit_amount: string;
1298
+ }, {
1299
+ vault_index: string | number | bigint;
1300
+ signal_index: string | number | bigint;
1301
+ strategy_index: string | number | bigint;
1302
+ user: string;
1303
+ price_percentage: string | number | bigint;
1304
+ size: string | number | bigint;
1305
+ max_times: string | number | bigint;
1306
+ target_rounds: Iterable<string | number | bigint> & {
1307
+ length: number;
1308
+ };
1309
+ deposit_amount: string | number | bigint;
1310
+ }>;
1311
+ static fromFields(fields: Record<string, any>): UpdateStrategyEvent;
1312
+ static fromFieldsWithTypes(item: FieldsWithTypes): UpdateStrategyEvent;
1313
+ static fromBcs(data: Uint8Array): UpdateStrategyEvent;
1314
+ toJSONField(): {
1315
+ vaultIndex: string;
1316
+ signalIndex: string;
1317
+ strategyIndex: string;
1318
+ user: string;
1319
+ pricePercentage: string;
1320
+ size: string;
1321
+ maxTimes: string;
1322
+ targetRounds: string[];
1323
+ depositAmount: string;
1324
+ };
1325
+ toJSON(): {
1326
+ vaultIndex: string;
1327
+ signalIndex: string;
1328
+ strategyIndex: string;
1329
+ user: string;
1330
+ pricePercentage: string;
1331
+ size: string;
1332
+ maxTimes: string;
1333
+ targetRounds: string[];
1334
+ depositAmount: string;
1335
+ $typeName: string;
1336
+ $typeArgs: [];
1337
+ };
1338
+ static fromJSONField(field: any): UpdateStrategyEvent;
1339
+ static fromJSON(json: Record<string, any>): UpdateStrategyEvent;
1340
+ static fromSuiParsedData(content: SuiParsedData): UpdateStrategyEvent;
1341
+ static fetch(client: SuiClient, id: string): Promise<UpdateStrategyEvent>;
1342
+ }
1343
+ export declare function isWithdrawProfitEvent(type: string): boolean;
1344
+ export interface WithdrawProfitEventFields {
1345
+ vaultIndex: ToField<"u64">;
1346
+ signalIndex: ToField<"u64">;
1347
+ strategyIndex: ToField<"u64">;
1348
+ user: ToField<"address">;
1349
+ profit: ToField<"u64">;
1350
+ }
1351
+ export type WithdrawProfitEventReified = Reified<WithdrawProfitEvent, WithdrawProfitEventFields>;
1352
+ export declare class WithdrawProfitEvent implements StructClass {
1353
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::WithdrawProfitEvent";
1354
+ static readonly $numTypeParams = 0;
1355
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::WithdrawProfitEvent";
1356
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::WithdrawProfitEvent";
1357
+ readonly $typeArgs: [];
1358
+ readonly vaultIndex: ToField<"u64">;
1359
+ readonly signalIndex: ToField<"u64">;
1360
+ readonly strategyIndex: ToField<"u64">;
1361
+ readonly user: ToField<"address">;
1362
+ readonly profit: ToField<"u64">;
1363
+ private constructor();
1364
+ static reified(): WithdrawProfitEventReified;
1365
+ static get r(): reified.StructClassReified<WithdrawProfitEvent, WithdrawProfitEventFields>;
1366
+ static phantom(): PhantomReified<ToTypeStr<WithdrawProfitEvent>>;
1367
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::auto_bid::WithdrawProfitEvent">;
1368
+ static get bcs(): import("@mysten/bcs").BcsType<{
1369
+ vault_index: string;
1370
+ signal_index: string;
1371
+ strategy_index: string;
1372
+ user: string;
1373
+ profit: string;
1374
+ }, {
1375
+ vault_index: string | number | bigint;
1376
+ signal_index: string | number | bigint;
1377
+ strategy_index: string | number | bigint;
1378
+ user: string;
1379
+ profit: string | number | bigint;
1380
+ }>;
1381
+ static fromFields(fields: Record<string, any>): WithdrawProfitEvent;
1382
+ static fromFieldsWithTypes(item: FieldsWithTypes): WithdrawProfitEvent;
1383
+ static fromBcs(data: Uint8Array): WithdrawProfitEvent;
1384
+ toJSONField(): {
1385
+ vaultIndex: string;
1386
+ signalIndex: string;
1387
+ strategyIndex: string;
1388
+ user: string;
1389
+ profit: string;
1390
+ };
1391
+ toJSON(): {
1392
+ vaultIndex: string;
1393
+ signalIndex: string;
1394
+ strategyIndex: string;
1395
+ user: string;
1396
+ profit: string;
1397
+ $typeName: string;
1398
+ $typeArgs: [];
1399
+ };
1400
+ static fromJSONField(field: any): WithdrawProfitEvent;
1401
+ static fromJSON(json: Record<string, any>): WithdrawProfitEvent;
1402
+ static fromSuiParsedData(content: SuiParsedData): WithdrawProfitEvent;
1403
+ static fetch(client: SuiClient, id: string): Promise<WithdrawProfitEvent>;
1404
+ }