@typus/typus-sdk 1.2.588 → 1.3.1

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