@typus/typus-sdk 1.2.70 → 1.2.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (527) hide show
  1. package/lib/config.json +4 -2
  2. package/lib/utils/_dependencies/source/0x1/ascii/structs.d.ts +82 -0
  3. package/lib/utils/_dependencies/source/0x1/ascii/structs.js +352 -0
  4. package/lib/utils/_dependencies/source/0x1/bit-vector/structs.d.ts +50 -0
  5. package/lib/utils/_dependencies/source/0x1/bit-vector/structs.js +239 -0
  6. package/lib/utils/_dependencies/source/0x1/fixed-point32/structs.d.ts +41 -0
  7. package/lib/utils/_dependencies/source/0x1/fixed-point32/structs.js +203 -0
  8. package/lib/utils/_dependencies/source/0x1/index.d.ts +2 -0
  9. package/lib/utils/_dependencies/source/0x1/index.js +5 -0
  10. package/lib/utils/_dependencies/source/0x1/init.d.ts +2 -0
  11. package/lib/utils/_dependencies/source/0x1/init.js +42 -0
  12. package/lib/utils/_dependencies/source/0x1/option/structs.d.ts +46 -0
  13. package/lib/utils/_dependencies/source/0x1/option/structs.js +233 -0
  14. package/lib/utils/_dependencies/source/0x1/string/structs.d.ts +44 -0
  15. package/lib/utils/_dependencies/source/0x1/string/structs.js +227 -0
  16. package/lib/utils/_dependencies/source/0x1/type-name/structs.d.ts +48 -0
  17. package/lib/utils/_dependencies/source/0x1/type-name/structs.js +204 -0
  18. package/lib/utils/_dependencies/source/0x123/discount-mint/structs.d.ts +552 -0
  19. package/lib/utils/_dependencies/source/0x123/discount-mint/structs.js +1068 -0
  20. package/lib/utils/_dependencies/source/0x123/index.d.ts +2 -0
  21. package/lib/utils/_dependencies/source/0x123/index.js +5 -0
  22. package/lib/utils/_dependencies/source/0x123/init.d.ts +2 -0
  23. package/lib/utils/_dependencies/source/0x123/init.js +61 -0
  24. package/lib/utils/_dependencies/source/0x123/royalty-rule/structs.d.ts +85 -0
  25. package/lib/utils/_dependencies/source/0x123/royalty-rule/structs.js +340 -0
  26. package/lib/utils/_dependencies/source/0x123/staking/structs.d.ts +433 -0
  27. package/lib/utils/_dependencies/source/0x123/staking/structs.js +784 -0
  28. package/lib/utils/_dependencies/source/0x123/table-vec/structs.d.ts +63 -0
  29. package/lib/utils/_dependencies/source/0x123/table-vec/structs.js +236 -0
  30. package/lib/utils/_dependencies/source/0x123/typus-nft/structs.d.ts +1006 -0
  31. package/lib/utils/_dependencies/source/0x123/typus-nft/structs.js +1994 -0
  32. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/index.d.ts +2 -0
  33. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/index.js +5 -0
  34. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/init.d.ts +2 -0
  35. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/init.js +38 -0
  36. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/whitelist/structs.d.ts +340 -0
  37. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/whitelist/structs.js +1103 -0
  38. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/index.d.ts +2 -0
  39. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/index.js +5 -0
  40. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/init.d.ts +2 -0
  41. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/init.js +40 -0
  42. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/price-feed/structs.d.ts +47 -0
  43. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/price-feed/structs.js +215 -0
  44. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/price-update-policy/structs.d.ts +212 -0
  45. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/price-update-policy/structs.js +525 -0
  46. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/x-oracle/structs.d.ts +471 -0
  47. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/x-oracle/structs.js +669 -0
  48. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/airdrop/structs.d.ts +463 -0
  49. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/airdrop/structs.js +961 -0
  50. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/big-vector/structs.d.ts +137 -0
  51. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/big-vector/structs.js +401 -0
  52. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/critbit/structs.d.ts +226 -0
  53. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/critbit/structs.js +572 -0
  54. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/ecosystem/structs.d.ts +383 -0
  55. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/ecosystem/structs.js +802 -0
  56. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/index.d.ts +2 -0
  57. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/index.js +5 -0
  58. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/init.d.ts +2 -0
  59. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/init.js +72 -0
  60. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/leaderboard/structs.d.ts +591 -0
  61. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/leaderboard/structs.js +1156 -0
  62. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/linked-object-table/structs.d.ts +152 -0
  63. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/linked-object-table/structs.js +380 -0
  64. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/linked-set/structs.d.ts +138 -0
  65. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/linked-set/structs.js +376 -0
  66. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/tgld/structs.d.ts +261 -0
  67. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/tgld/structs.js +653 -0
  68. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/user/structs.d.ts +194 -0
  69. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/user/structs.js +509 -0
  70. package/lib/utils/_dependencies/source/0x2/authenticator-state/structs.d.ts +442 -0
  71. package/lib/utils/_dependencies/source/0x2/authenticator-state/structs.js +807 -0
  72. package/lib/utils/_dependencies/source/0x2/bag/structs.d.ts +56 -0
  73. package/lib/utils/_dependencies/source/0x2/bag/structs.js +210 -0
  74. package/lib/utils/_dependencies/source/0x2/balance/structs.d.ts +79 -0
  75. package/lib/utils/_dependencies/source/0x2/balance/structs.js +332 -0
  76. package/lib/utils/_dependencies/source/0x2/bcs/structs.d.ts +44 -0
  77. package/lib/utils/_dependencies/source/0x2/bcs/structs.js +227 -0
  78. package/lib/utils/_dependencies/source/0x2/bls12381/structs.d.ts +155 -0
  79. package/lib/utils/_dependencies/source/0x2/bls12381/structs.js +578 -0
  80. package/lib/utils/_dependencies/source/0x2/borrow/structs.d.ts +104 -0
  81. package/lib/utils/_dependencies/source/0x2/borrow/structs.js +353 -0
  82. package/lib/utils/_dependencies/source/0x2/clock/structs.d.ts +56 -0
  83. package/lib/utils/_dependencies/source/0x2/clock/structs.js +216 -0
  84. package/lib/utils/_dependencies/source/0x2/coin/structs.d.ts +379 -0
  85. package/lib/utils/_dependencies/source/0x2/coin/structs.js +924 -0
  86. package/lib/utils/_dependencies/source/0x2/deny-list/structs.d.ts +178 -0
  87. package/lib/utils/_dependencies/source/0x2/deny-list/structs.js +386 -0
  88. package/lib/utils/_dependencies/source/0x2/display/structs.d.ts +228 -0
  89. package/lib/utils/_dependencies/source/0x2/display/structs.js +498 -0
  90. package/lib/utils/_dependencies/source/0x2/dynamic-field/structs.d.ts +63 -0
  91. package/lib/utils/_dependencies/source/0x2/dynamic-field/structs.js +226 -0
  92. package/lib/utils/_dependencies/source/0x2/dynamic-object-field/structs.d.ts +42 -0
  93. package/lib/utils/_dependencies/source/0x2/dynamic-object-field/structs.js +208 -0
  94. package/lib/utils/_dependencies/source/0x2/groth16/structs.d.ts +186 -0
  95. package/lib/utils/_dependencies/source/0x2/groth16/structs.js +626 -0
  96. package/lib/utils/_dependencies/source/0x2/group-ops/structs.d.ts +44 -0
  97. package/lib/utils/_dependencies/source/0x2/group-ops/structs.js +229 -0
  98. package/lib/utils/_dependencies/source/0x2/index.d.ts +2 -0
  99. package/lib/utils/_dependencies/source/0x2/index.js +5 -0
  100. package/lib/utils/_dependencies/source/0x2/init.d.ts +2 -0
  101. package/lib/utils/_dependencies/source/0x2/init.js +151 -0
  102. package/lib/utils/_dependencies/source/0x2/kiosk/structs.d.ts +565 -0
  103. package/lib/utils/_dependencies/source/0x2/kiosk/structs.js +1501 -0
  104. package/lib/utils/_dependencies/source/0x2/kiosk-extension/structs.d.ts +112 -0
  105. package/lib/utils/_dependencies/source/0x2/kiosk-extension/structs.js +349 -0
  106. package/lib/utils/_dependencies/source/0x2/linked-table/structs.d.ts +144 -0
  107. package/lib/utils/_dependencies/source/0x2/linked-table/structs.js +380 -0
  108. package/lib/utils/_dependencies/source/0x2/object/structs.d.ts +83 -0
  109. package/lib/utils/_dependencies/source/0x2/object/structs.js +328 -0
  110. package/lib/utils/_dependencies/source/0x2/object-bag/structs.d.ts +56 -0
  111. package/lib/utils/_dependencies/source/0x2/object-bag/structs.js +210 -0
  112. package/lib/utils/_dependencies/source/0x2/object-table/structs.d.ts +56 -0
  113. package/lib/utils/_dependencies/source/0x2/object-table/structs.js +218 -0
  114. package/lib/utils/_dependencies/source/0x2/package/structs.d.ts +262 -0
  115. package/lib/utils/_dependencies/source/0x2/package/structs.js +682 -0
  116. package/lib/utils/_dependencies/source/0x2/priority-queue/structs.d.ts +101 -0
  117. package/lib/utils/_dependencies/source/0x2/priority-queue/structs.js +376 -0
  118. package/lib/utils/_dependencies/source/0x2/random/structs.d.ts +190 -0
  119. package/lib/utils/_dependencies/source/0x2/random/structs.js +533 -0
  120. package/lib/utils/_dependencies/source/0x2/sui/structs.d.ts +41 -0
  121. package/lib/utils/_dependencies/source/0x2/sui/structs.js +203 -0
  122. package/lib/utils/_dependencies/source/0x2/table/structs.d.ts +56 -0
  123. package/lib/utils/_dependencies/source/0x2/table/structs.js +218 -0
  124. package/lib/utils/_dependencies/source/0x2/table-vec/structs.d.ts +63 -0
  125. package/lib/utils/_dependencies/source/0x2/table-vec/structs.js +236 -0
  126. package/lib/utils/_dependencies/source/0x2/token/structs.d.ts +424 -0
  127. package/lib/utils/_dependencies/source/0x2/token/structs.js +937 -0
  128. package/lib/utils/_dependencies/source/0x2/transfer/structs.d.ts +52 -0
  129. package/lib/utils/_dependencies/source/0x2/transfer/structs.js +218 -0
  130. package/lib/utils/_dependencies/source/0x2/transfer-policy/structs.d.ts +345 -0
  131. package/lib/utils/_dependencies/source/0x2/transfer-policy/structs.js +923 -0
  132. package/lib/utils/_dependencies/source/0x2/tx-context/structs.d.ts +68 -0
  133. package/lib/utils/_dependencies/source/0x2/tx-context/structs.js +257 -0
  134. package/lib/utils/_dependencies/source/0x2/url/structs.d.ts +48 -0
  135. package/lib/utils/_dependencies/source/0x2/url/structs.js +204 -0
  136. package/lib/utils/_dependencies/source/0x2/vec-map/structs.d.ts +101 -0
  137. package/lib/utils/_dependencies/source/0x2/vec-map/structs.js +378 -0
  138. package/lib/utils/_dependencies/source/0x2/vec-set/structs.d.ts +45 -0
  139. package/lib/utils/_dependencies/source/0x2/vec-set/structs.js +232 -0
  140. package/lib/utils/_dependencies/source/0x2/versioned/structs.d.ts +104 -0
  141. package/lib/utils/_dependencies/source/0x2/versioned/structs.js +353 -0
  142. package/lib/utils/_dependencies/source/0x2/zklogin-verified-id/structs.d.ts +105 -0
  143. package/lib/utils/_dependencies/source/0x2/zklogin-verified-id/structs.js +241 -0
  144. package/lib/utils/_dependencies/source/0x2/zklogin-verified-issuer/structs.d.ts +69 -0
  145. package/lib/utils/_dependencies/source/0x2/zklogin-verified-issuer/structs.js +223 -0
  146. package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.d.ts +2 -0
  147. package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.js +5 -0
  148. package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.d.ts +2 -0
  149. package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.js +31 -0
  150. package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.d.ts +50 -0
  151. package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.js +204 -0
  152. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.d.ts +2 -0
  153. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.js +5 -0
  154. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.d.ts +2 -0
  155. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.js +34 -0
  156. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.d.ts +41 -0
  157. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.js +203 -0
  158. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.d.ts +112 -0
  159. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.js +359 -0
  160. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/auto-bid/structs.d.ts +1404 -0
  161. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/auto-bid/structs.js +2581 -0
  162. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/index.d.ts +2 -0
  163. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/index.js +5 -0
  164. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/init.d.ts +2 -0
  165. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/init.js +131 -0
  166. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tails-staking/structs.d.ts +1201 -0
  167. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tails-staking/structs.js +2527 -0
  168. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-authorized-entry/structs.d.ts +1622 -0
  169. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-authorized-entry/structs.js +2192 -0
  170. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-fee-pool-entry/structs.d.ts +395 -0
  171. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-fee-pool-entry/structs.js +1094 -0
  172. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-registry-authorized-entry/structs.d.ts +994 -0
  173. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-registry-authorized-entry/structs.js +1358 -0
  174. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-view-function/structs.d.ts +77 -0
  175. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-view-function/structs.js +245 -0
  176. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/typus-dov-single/structs.d.ts +4338 -0
  177. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/typus-dov-single/structs.js +5821 -0
  178. package/lib/utils/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.d.ts +2 -0
  179. package/lib/utils/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.js +5 -0
  180. package/lib/utils/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.d.ts +2 -0
  181. package/lib/utils/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.js +5 -0
  182. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/ac-table/structs.d.ts +218 -0
  183. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/ac-table/structs.js +524 -0
  184. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/balance-bag/structs.d.ts +77 -0
  185. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/balance-bag/structs.js +217 -0
  186. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/index.d.ts +2 -0
  187. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/index.js +5 -0
  188. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/init.d.ts +2 -0
  189. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/init.js +46 -0
  190. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/one-time-lock-value/structs.d.ts +69 -0
  191. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/one-time-lock-value/structs.js +233 -0
  192. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/ownership/structs.d.ts +60 -0
  193. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/ownership/structs.js +218 -0
  194. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/supply-bag/structs.d.ts +77 -0
  195. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/supply-bag/structs.js +217 -0
  196. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/wit-table/structs.d.ts +103 -0
  197. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/wit-table/structs.js +259 -0
  198. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/witness/structs.d.ts +79 -0
  199. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/witness/structs.js +332 -0
  200. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/index.d.ts +2 -0
  201. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/index.js +5 -0
  202. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/init.d.ts +2 -0
  203. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/init.js +40 -0
  204. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/oracle/structs.d.ts +277 -0
  205. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/oracle/structs.js +553 -0
  206. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/pyth-parser/structs.d.ts +102 -0
  207. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/pyth-parser/structs.js +353 -0
  208. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/supra/structs.d.ts +65 -0
  209. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/supra/structs.js +233 -0
  210. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/switchboard-feed-parser/structs.d.ts +65 -0
  211. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/switchboard-feed-parser/structs.js +233 -0
  212. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.d.ts +83 -0
  213. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.js +192 -0
  214. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.d.ts +333 -0
  215. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.js +382 -0
  216. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.d.ts +68 -0
  217. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.js +176 -0
  218. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.d.ts +843 -0
  219. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.js +959 -0
  220. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.d.ts +41 -0
  221. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.js +167 -0
  222. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +2 -0
  223. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +5 -0
  224. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.d.ts +2 -0
  225. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.js +80 -0
  226. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.d.ts +146 -0
  227. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.js +274 -0
  228. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.d.ts +2272 -0
  229. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.js +4465 -0
  230. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.d.ts +719 -0
  231. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.js +1107 -0
  232. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.d.ts +2 -0
  233. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.js +5 -0
  234. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.d.ts +2 -0
  235. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.js +44 -0
  236. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.d.ts +81 -0
  237. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.js +258 -0
  238. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.d.ts +53 -0
  239. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.js +221 -0
  240. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.d.ts +115 -0
  241. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.js +294 -0
  242. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.d.ts +50 -0
  243. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.js +204 -0
  244. package/lib/utils/_dependencies/source/0x9c564002970ce40370b0c1a8328d2e91924dab43ca2cb483af67aaf0f7cbe44e/index.d.ts +2 -0
  245. package/lib/utils/_dependencies/source/0x9c564002970ce40370b0c1a8328d2e91924dab43ca2cb483af67aaf0f7cbe44e/index.js +5 -0
  246. package/lib/utils/_dependencies/source/0x9c564002970ce40370b0c1a8328d2e91924dab43ca2cb483af67aaf0f7cbe44e/init.d.ts +2 -0
  247. package/lib/utils/_dependencies/source/0x9c564002970ce40370b0c1a8328d2e91924dab43ca2cb483af67aaf0f7cbe44e/init.js +5 -0
  248. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/authority/structs.d.ts +83 -0
  249. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/authority/structs.js +234 -0
  250. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/balance-pool/structs.d.ts +333 -0
  251. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/balance-pool/structs.js +528 -0
  252. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/big-vector/structs.d.ts +68 -0
  253. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/big-vector/structs.js +230 -0
  254. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/dutch/structs.d.ts +843 -0
  255. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/dutch/structs.js +1573 -0
  256. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/i64/structs.d.ts +41 -0
  257. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/i64/structs.js +203 -0
  258. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/index.d.ts +2 -0
  259. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/index.js +5 -0
  260. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/init.d.ts +2 -0
  261. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/init.js +80 -0
  262. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/linked-list/structs.d.ts +146 -0
  263. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/linked-list/structs.js +386 -0
  264. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/vault/structs.d.ts +2272 -0
  265. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/vault/structs.js +4465 -0
  266. package/lib/utils/_dependencies/source/0xad013d5fde39e15eabda32b3dbdafd67dac32b798ce63237c27a8f73339b9b6f/index.d.ts +2 -0
  267. package/lib/utils/_dependencies/source/0xad013d5fde39e15eabda32b3dbdafd67dac32b798ce63237c27a8f73339b9b6f/index.js +5 -0
  268. package/lib/utils/_dependencies/source/0xad013d5fde39e15eabda32b3dbdafd67dac32b798ce63237c27a8f73339b9b6f/init.d.ts +2 -0
  269. package/lib/utils/_dependencies/source/0xad013d5fde39e15eabda32b3dbdafd67dac32b798ce63237c27a8f73339b9b6f/init.js +5 -0
  270. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.d.ts +2 -0
  271. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.js +5 -0
  272. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.d.ts +2 -0
  273. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.js +37 -0
  274. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.d.ts +79 -0
  275. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.js +328 -0
  276. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.d.ts +85 -0
  277. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.js +340 -0
  278. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.d.ts +41 -0
  279. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.js +205 -0
  280. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/coin-decimals-registry/structs.d.ts +174 -0
  281. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/coin-decimals-registry/structs.js +511 -0
  282. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/index.d.ts +2 -0
  283. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/index.js +5 -0
  284. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/init.d.ts +2 -0
  285. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/init.js +33 -0
  286. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes20/structs.d.ts +44 -0
  287. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes20/structs.js +227 -0
  288. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes32/structs.d.ts +44 -0
  289. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes32/structs.js +227 -0
  290. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/consumed-vaas/structs.d.ts +72 -0
  291. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/consumed-vaas/structs.js +231 -0
  292. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/cursor/structs.d.ts +45 -0
  293. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/cursor/structs.js +232 -0
  294. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.d.ts +140 -0
  295. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.js +466 -0
  296. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/external-address/structs.d.ts +52 -0
  297. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/external-address/structs.js +204 -0
  298. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/fee-collector/structs.d.ts +58 -0
  299. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/fee-collector/structs.js +241 -0
  300. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.d.ts +158 -0
  301. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.js +406 -0
  302. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian/structs.d.ts +52 -0
  303. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian/structs.js +204 -0
  304. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-set/structs.d.ts +75 -0
  305. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-set/structs.js +246 -0
  306. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-signature/structs.d.ts +80 -0
  307. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-signature/structs.js +228 -0
  308. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.d.ts +2 -0
  309. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.js +5 -0
  310. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/init.d.ts +2 -0
  311. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/init.js +91 -0
  312. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/migrate/structs.d.ts +46 -0
  313. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/migrate/structs.js +204 -0
  314. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.d.ts +177 -0
  315. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.js +592 -0
  316. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.d.ts +141 -0
  317. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.js +413 -0
  318. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set/structs.d.ts +101 -0
  319. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set/structs.js +361 -0
  320. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set-fee/structs.d.ts +79 -0
  321. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set-fee/structs.js +328 -0
  322. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/setup/structs.d.ts +50 -0
  323. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/setup/structs.js +204 -0
  324. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.d.ts +269 -0
  325. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.js +413 -0
  326. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/transfer-fee/structs.d.ts +85 -0
  327. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/transfer-fee/structs.js +340 -0
  328. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/update-guardian-set/structs.d.ts +145 -0
  329. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/update-guardian-set/structs.js +490 -0
  330. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.d.ts +143 -0
  331. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.js +467 -0
  332. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/vaa/structs.d.ts +122 -0
  333. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/vaa/structs.js +283 -0
  334. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/version-control/structs.d.ts +79 -0
  335. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/version-control/structs.js +328 -0
  336. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/batch-price-attestation/structs.d.ts +279 -0
  337. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/batch-price-attestation/structs.js +407 -0
  338. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/contract-upgrade/structs.d.ts +105 -0
  339. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/contract-upgrade/structs.js +342 -0
  340. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/data-source/structs.d.ts +66 -0
  341. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/data-source/structs.js +216 -0
  342. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/event/structs.d.ts +200 -0
  343. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/event/structs.js +341 -0
  344. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance/structs.d.ts +67 -0
  345. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance/structs.js +246 -0
  346. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-action/structs.d.ts +41 -0
  347. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-action/structs.js +203 -0
  348. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-instruction/structs.d.ts +71 -0
  349. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-instruction/structs.js +252 -0
  350. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/hot-potato-vector/structs.d.ts +45 -0
  351. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/hot-potato-vector/structs.js +232 -0
  352. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/i64/structs.d.ts +47 -0
  353. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/i64/structs.js +215 -0
  354. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.d.ts +2 -0
  355. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.js +5 -0
  356. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/init.d.ts +2 -0
  357. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/init.js +85 -0
  358. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/migrate/structs.d.ts +46 -0
  359. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/migrate/structs.js +204 -0
  360. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price/structs.d.ts +84 -0
  361. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price/structs.js +228 -0
  362. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-feed/structs.d.ts +153 -0
  363. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-feed/structs.js +223 -0
  364. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-identifier/structs.d.ts +44 -0
  365. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-identifier/structs.js +227 -0
  366. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-info/structs.d.ts +351 -0
  367. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-info/structs.js +360 -0
  368. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-status/structs.d.ts +41 -0
  369. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-status/structs.js +203 -0
  370. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set/structs.d.ts +110 -0
  371. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set/structs.js +370 -0
  372. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-data-sources/structs.d.ts +75 -0
  373. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-data-sources/structs.js +228 -0
  374. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-fee-recipient/structs.d.ts +41 -0
  375. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-fee-recipient/structs.js +203 -0
  376. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-governance-data-source/structs.d.ts +72 -0
  377. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-governance-data-source/structs.js +222 -0
  378. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-stale-price-threshold/structs.d.ts +41 -0
  379. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-stale-price-threshold/structs.js +203 -0
  380. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-update-fee/structs.d.ts +47 -0
  381. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-update-fee/structs.js +215 -0
  382. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/setup/structs.d.ts +50 -0
  383. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/setup/structs.js +204 -0
  384. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.d.ts +269 -0
  385. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.js +507 -0
  386. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.d.ts +79 -0
  387. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.js +328 -0
  388. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/admin/structs.d.ts +215 -0
  389. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/admin/structs.js +533 -0
  390. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/index.d.ts +2 -0
  391. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/index.js +5 -0
  392. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/init.d.ts +2 -0
  393. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/init.js +44 -0
  394. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/rewards-pool/structs.d.ts +93 -0
  395. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/rewards-pool/structs.js +243 -0
  396. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/spool/structs.d.ts +125 -0
  397. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/spool/structs.js +271 -0
  398. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/spool-account/structs.d.ts +114 -0
  399. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/spool-account/structs.js +250 -0
  400. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/user/structs.d.ts +413 -0
  401. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/user/structs.js +754 -0
  402. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/app/structs.d.ts +210 -0
  403. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/app/structs.js +392 -0
  404. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/asset-active-state/structs.d.ts +250 -0
  405. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/asset-active-state/structs.js +491 -0
  406. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/borrow/structs.d.ts +85 -0
  407. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/borrow/structs.js +235 -0
  408. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/borrow-dynamics/structs.d.ts +106 -0
  409. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/borrow-dynamics/structs.js +353 -0
  410. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/collateral-stats/structs.d.ts +79 -0
  411. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/collateral-stats/structs.js +328 -0
  412. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/deposit-collateral/structs.d.ts +79 -0
  413. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/deposit-collateral/structs.js +229 -0
  414. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/flash-loan/structs.d.ts +132 -0
  415. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/flash-loan/structs.js +365 -0
  416. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/incentive-rewards/structs.d.ts +109 -0
  417. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/incentive-rewards/structs.js +342 -0
  418. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/index.d.ts +2 -0
  419. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/index.js +5 -0
  420. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/init.d.ts +2 -0
  421. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/init.js +114 -0
  422. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/interest-model/structs.d.ts +571 -0
  423. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/interest-model/structs.js +682 -0
  424. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/limiter/structs.d.ts +591 -0
  425. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/limiter/structs.js +1360 -0
  426. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/liquidate/structs.d.ts +111 -0
  427. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/liquidate/structs.js +247 -0
  428. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/lock-obligation/structs.d.ts +67 -0
  429. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/lock-obligation/structs.js +217 -0
  430. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/market/structs.d.ts +854 -0
  431. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/market/structs.js +293 -0
  432. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/mint/structs.d.ts +100 -0
  433. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/mint/structs.js +240 -0
  434. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation/structs.d.ts +628 -0
  435. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation/structs.js +1010 -0
  436. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-access/structs.d.ts +92 -0
  437. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-access/structs.js +224 -0
  438. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-collaterals/structs.d.ts +79 -0
  439. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-collaterals/structs.js +328 -0
  440. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-debts/structs.d.ts +85 -0
  441. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-debts/structs.js +340 -0
  442. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/open-obligation/structs.d.ts +104 -0
  443. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/open-obligation/structs.js +347 -0
  444. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/redeem/structs.d.ts +100 -0
  445. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/redeem/structs.js +240 -0
  446. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/repay/structs.d.ts +85 -0
  447. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/repay/structs.js +235 -0
  448. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/reserve/structs.d.ts +497 -0
  449. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/reserve/structs.js +927 -0
  450. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/risk-model/structs.d.ts +443 -0
  451. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/risk-model/structs.js +658 -0
  452. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/version/structs.d.ts +102 -0
  453. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/version/structs.js +335 -0
  454. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/withdraw-collateral/structs.d.ts +79 -0
  455. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/withdraw-collateral/structs.js +229 -0
  456. package/lib/utils/_framework/init-source.d.ts +1 -0
  457. package/lib/utils/_framework/init-source.js +81 -0
  458. package/lib/utils/_framework/loader.d.ts +17 -0
  459. package/lib/utils/_framework/loader.js +99 -0
  460. package/lib/utils/_framework/reified.d.ts +100 -0
  461. package/lib/utils/_framework/reified.js +263 -0
  462. package/lib/utils/_framework/util.d.ts +53 -0
  463. package/lib/utils/_framework/util.js +252 -0
  464. package/lib/utils/api/sentio/reward-generated.d.ts +1 -0
  465. package/lib/utils/api/sentio/reward-generated.js +54 -1
  466. package/lib/utils/locked-period-vault/index.d.ts +3 -0
  467. package/lib/utils/locked-period-vault/index.js +6 -0
  468. package/lib/utils/locked-period-vault/init.d.ts +2 -0
  469. package/lib/utils/locked-period-vault/init.js +44 -0
  470. package/lib/utils/locked-period-vault/locked-period-vault/functions.d.ts +137 -0
  471. package/lib/utils/locked-period-vault/locked-period-vault/functions.js +264 -0
  472. package/lib/utils/locked-period-vault/locked-period-vault/structs.d.ts +1236 -0
  473. package/lib/utils/locked-period-vault/locked-period-vault/structs.js +2400 -0
  474. package/lib/utils/typus-dov-single-v2/user-history.js +2 -1
  475. package/lib/utils/typus_perp/admin/functions.d.ts +18 -0
  476. package/lib/utils/typus_perp/admin/functions.js +43 -0
  477. package/lib/utils/typus_perp/admin/structs.d.ts +371 -0
  478. package/lib/utils/typus_perp/admin/structs.js +796 -0
  479. package/lib/utils/typus_perp/critbit/functions.d.ts +101 -0
  480. package/lib/utils/typus_perp/critbit/functions.js +186 -0
  481. package/lib/utils/typus_perp/critbit/structs.d.ts +226 -0
  482. package/lib/utils/typus_perp/critbit/structs.js +572 -0
  483. package/lib/utils/typus_perp/index.d.ts +2 -0
  484. package/lib/utils/typus_perp/index.js +5 -0
  485. package/lib/utils/typus_perp/init.d.ts +2 -0
  486. package/lib/utils/typus_perp/init.js +121 -0
  487. package/lib/utils/typus_perp/lp-pool/functions.d.ts +231 -0
  488. package/lib/utils/typus_perp/lp-pool/functions.js +346 -0
  489. package/lib/utils/typus_perp/lp-pool/structs.d.ts +2232 -0
  490. package/lib/utils/typus_perp/lp-pool/structs.js +3300 -0
  491. package/lib/utils/typus_perp/math/functions.d.ts +16 -0
  492. package/lib/utils/typus_perp/math/functions.js +33 -0
  493. package/lib/utils/typus_perp/oracle/functions.d.ts +14 -0
  494. package/lib/utils/typus_perp/oracle/functions.js +23 -0
  495. package/lib/utils/typus_perp/oracle/structs.d.ts +102 -0
  496. package/lib/utils/typus_perp/oracle/structs.js +353 -0
  497. package/lib/utils/typus_perp/position/functions.d.ts +189 -0
  498. package/lib/utils/typus_perp/position/functions.js +307 -0
  499. package/lib/utils/typus_perp/position/structs.d.ts +588 -0
  500. package/lib/utils/typus_perp/position/structs.js +763 -0
  501. package/lib/utils/typus_perp/stake-pool/functions.d.ts +180 -0
  502. package/lib/utils/typus_perp/stake-pool/functions.js +276 -0
  503. package/lib/utils/typus_perp/stake-pool/structs.d.ts +2089 -0
  504. package/lib/utils/typus_perp/stake-pool/structs.js +3539 -0
  505. package/lib/utils/typus_perp/symbol/functions.d.ts +10 -0
  506. package/lib/utils/typus_perp/symbol/functions.js +21 -0
  507. package/lib/utils/typus_perp/symbol/structs.d.ts +76 -0
  508. package/lib/utils/typus_perp/symbol/structs.js +216 -0
  509. package/lib/utils/typus_perp/tlp/functions.d.ts +20 -0
  510. package/lib/utils/typus_perp/tlp/functions.js +36 -0
  511. package/lib/utils/typus_perp/tlp/structs.d.ts +88 -0
  512. package/lib/utils/typus_perp/tlp/structs.js +329 -0
  513. package/lib/utils/typus_perp/token-interface/functions.d.ts +12 -0
  514. package/lib/utils/typus_perp/token-interface/functions.js +21 -0
  515. package/lib/utils/typus_perp/trading/functions.d.ts +234 -0
  516. package/lib/utils/typus_perp/trading/functions.js +329 -0
  517. package/lib/utils/typus_perp/trading/structs.d.ts +2305 -0
  518. package/lib/utils/typus_perp/trading/structs.js +3792 -0
  519. package/lib/utils/typus_perp/treasury-caps/functions.d.ts +10 -0
  520. package/lib/utils/typus_perp/treasury-caps/functions.js +33 -0
  521. package/lib/utils/typus_perp/treasury-caps/structs.d.ts +50 -0
  522. package/lib/utils/typus_perp/treasury-caps/structs.js +204 -0
  523. package/lib/utils/typus_perp/utils/functions.d.ts +24 -0
  524. package/lib/utils/typus_perp/utils/functions.js +41 -0
  525. package/package.json +2 -2
  526. package/lib/utils/locked-period-vault/user-entry.d.ts +0 -81
  527. package/lib/utils/locked-period-vault/user-entry.js +0 -101
@@ -0,0 +1,1236 @@
1
+ import * as reified from "../../_framework/reified";
2
+ import { TypeName } from "../../_dependencies/source/0x1/type-name/structs";
3
+ import { UID } from "../../_dependencies/source/0x2/object/structs";
4
+ import { VecMap } from "../../_dependencies/source/0x2/vec-map/structs";
5
+ import { BigVector } from "../../_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs";
6
+ import { TypusDepositReceipt } from "../../_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs";
7
+ import { PhantomReified, Reified, StructClass, ToField, ToTypeStr, Vector, ToTypeStr as ToPhantom } from "../../_framework/reified";
8
+ import { FieldsWithTypes } from "../../_framework/util";
9
+ import { SuiClient, SuiParsedData } from "@mysten/sui.js/client";
10
+ export declare function isAddIncentiveEvent(type: string): boolean;
11
+ export interface AddIncentiveEventFields {
12
+ index: ToField<"u64">;
13
+ value: ToField<"u64">;
14
+ u64Padding: ToField<Vector<"u64">>;
15
+ }
16
+ export type AddIncentiveEventReified = Reified<AddIncentiveEvent, AddIncentiveEventFields>;
17
+ export declare class AddIncentiveEvent implements StructClass {
18
+ static readonly $typeName = "0x0::locked_period_vault::AddIncentiveEvent";
19
+ static readonly $numTypeParams = 0;
20
+ readonly $typeName = "0x0::locked_period_vault::AddIncentiveEvent";
21
+ readonly $fullTypeName: "0x0::locked_period_vault::AddIncentiveEvent";
22
+ readonly $typeArgs: [];
23
+ readonly index: ToField<"u64">;
24
+ readonly value: ToField<"u64">;
25
+ readonly u64Padding: ToField<Vector<"u64">>;
26
+ private constructor();
27
+ static reified(): AddIncentiveEventReified;
28
+ static get r(): reified.StructClassReified<AddIncentiveEvent, AddIncentiveEventFields>;
29
+ static phantom(): PhantomReified<ToTypeStr<AddIncentiveEvent>>;
30
+ static get p(): reified.PhantomReified<"0x0::locked_period_vault::AddIncentiveEvent">;
31
+ static get bcs(): import("@mysten/bcs").BcsType<{
32
+ index: string;
33
+ value: string;
34
+ u64_padding: string[];
35
+ }, {
36
+ index: string | number | bigint;
37
+ value: string | number | bigint;
38
+ u64_padding: Iterable<string | number | bigint> & {
39
+ length: number;
40
+ };
41
+ }>;
42
+ static fromFields(fields: Record<string, any>): AddIncentiveEvent;
43
+ static fromFieldsWithTypes(item: FieldsWithTypes): AddIncentiveEvent;
44
+ static fromBcs(data: Uint8Array): AddIncentiveEvent;
45
+ toJSONField(): {
46
+ index: string;
47
+ value: string;
48
+ u64Padding: string[];
49
+ };
50
+ toJSON(): {
51
+ index: string;
52
+ value: string;
53
+ u64Padding: string[];
54
+ $typeName: string;
55
+ $typeArgs: [];
56
+ };
57
+ static fromJSONField(field: any): AddIncentiveEvent;
58
+ static fromJSON(json: Record<string, any>): AddIncentiveEvent;
59
+ static fromSuiParsedData(content: SuiParsedData): AddIncentiveEvent;
60
+ static fetch(client: SuiClient, id: string): Promise<AddIncentiveEvent>;
61
+ }
62
+ export declare function isCrankLeaveEvent(type: string): boolean;
63
+ export interface CrankLeaveEventFields {
64
+ index: ToField<"u64">;
65
+ unlockTsMs: ToField<"u64">;
66
+ tsMs: ToField<"u64">;
67
+ u64Padding: ToField<Vector<"u64">>;
68
+ }
69
+ export type CrankLeaveEventReified = Reified<CrankLeaveEvent, CrankLeaveEventFields>;
70
+ export declare class CrankLeaveEvent implements StructClass {
71
+ static readonly $typeName = "0x0::locked_period_vault::CrankLeaveEvent";
72
+ static readonly $numTypeParams = 0;
73
+ readonly $typeName = "0x0::locked_period_vault::CrankLeaveEvent";
74
+ readonly $fullTypeName: "0x0::locked_period_vault::CrankLeaveEvent";
75
+ readonly $typeArgs: [];
76
+ readonly index: ToField<"u64">;
77
+ readonly unlockTsMs: ToField<"u64">;
78
+ readonly tsMs: ToField<"u64">;
79
+ readonly u64Padding: ToField<Vector<"u64">>;
80
+ private constructor();
81
+ static reified(): CrankLeaveEventReified;
82
+ static get r(): reified.StructClassReified<CrankLeaveEvent, CrankLeaveEventFields>;
83
+ static phantom(): PhantomReified<ToTypeStr<CrankLeaveEvent>>;
84
+ static get p(): reified.PhantomReified<"0x0::locked_period_vault::CrankLeaveEvent">;
85
+ static get bcs(): import("@mysten/bcs").BcsType<{
86
+ index: string;
87
+ unlock_ts_ms: string;
88
+ ts_ms: string;
89
+ u64_padding: string[];
90
+ }, {
91
+ index: string | number | bigint;
92
+ unlock_ts_ms: string | number | bigint;
93
+ ts_ms: string | number | bigint;
94
+ u64_padding: Iterable<string | number | bigint> & {
95
+ length: number;
96
+ };
97
+ }>;
98
+ static fromFields(fields: Record<string, any>): CrankLeaveEvent;
99
+ static fromFieldsWithTypes(item: FieldsWithTypes): CrankLeaveEvent;
100
+ static fromBcs(data: Uint8Array): CrankLeaveEvent;
101
+ toJSONField(): {
102
+ index: string;
103
+ unlockTsMs: string;
104
+ tsMs: string;
105
+ u64Padding: string[];
106
+ };
107
+ toJSON(): {
108
+ index: string;
109
+ unlockTsMs: string;
110
+ tsMs: string;
111
+ u64Padding: string[];
112
+ $typeName: string;
113
+ $typeArgs: [];
114
+ };
115
+ static fromJSONField(field: any): CrankLeaveEvent;
116
+ static fromJSON(json: Record<string, any>): CrankLeaveEvent;
117
+ static fromSuiParsedData(content: SuiParsedData): CrankLeaveEvent;
118
+ static fetch(client: SuiClient, id: string): Promise<CrankLeaveEvent>;
119
+ }
120
+ export declare function isHotPotato(type: string): boolean;
121
+ export interface HotPotatoFields {
122
+ dummyField: ToField<"bool">;
123
+ }
124
+ export type HotPotatoReified = Reified<HotPotato, HotPotatoFields>;
125
+ export declare class HotPotato implements StructClass {
126
+ static readonly $typeName = "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::HotPotato";
127
+ static readonly $numTypeParams = 0;
128
+ readonly $typeName = "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::HotPotato";
129
+ readonly $fullTypeName: "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::HotPotato";
130
+ readonly $typeArgs: [];
131
+ readonly dummyField: ToField<"bool">;
132
+ private constructor();
133
+ static reified(): HotPotatoReified;
134
+ static get r(): reified.StructClassReified<HotPotato, HotPotatoFields>;
135
+ static phantom(): PhantomReified<ToTypeStr<HotPotato>>;
136
+ static get p(): reified.PhantomReified<"0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::HotPotato">;
137
+ static get bcs(): import("@mysten/bcs").BcsType<{
138
+ dummy_field: boolean;
139
+ }, {
140
+ dummy_field: boolean;
141
+ }>;
142
+ static fromFields(fields: Record<string, any>): HotPotato;
143
+ static fromFieldsWithTypes(item: FieldsWithTypes): HotPotato;
144
+ static fromBcs(data: Uint8Array): HotPotato;
145
+ toJSONField(): {
146
+ dummyField: boolean;
147
+ };
148
+ toJSON(): {
149
+ dummyField: boolean;
150
+ $typeName: string;
151
+ $typeArgs: [];
152
+ };
153
+ static fromJSONField(field: any): HotPotato;
154
+ static fromJSON(json: Record<string, any>): HotPotato;
155
+ static fromSuiParsedData(content: SuiParsedData): HotPotato;
156
+ static fetch(client: SuiClient, id: string): Promise<HotPotato>;
157
+ }
158
+ export declare function isIncentiviseEvent(type: string): boolean;
159
+ export interface IncentiviseEventFields {
160
+ index: ToField<"u64">;
161
+ incentiveTsMs: ToField<"u64">;
162
+ tsMs: ToField<"u64">;
163
+ incentivePpm: ToField<"u64">;
164
+ ppmAdjustment: ToField<"u64">;
165
+ totalLocked: ToField<"u64">;
166
+ totalIncentive: ToField<"u64">;
167
+ u64Padding: ToField<Vector<"u64">>;
168
+ }
169
+ export type IncentiviseEventReified = Reified<IncentiviseEvent, IncentiviseEventFields>;
170
+ export declare class IncentiviseEvent implements StructClass {
171
+ static readonly $typeName = "0x0::locked_period_vault::IncentiviseEvent";
172
+ static readonly $numTypeParams = 0;
173
+ readonly $typeName = "0x0::locked_period_vault::IncentiviseEvent";
174
+ readonly $fullTypeName: "0x0::locked_period_vault::IncentiviseEvent";
175
+ readonly $typeArgs: [];
176
+ readonly index: ToField<"u64">;
177
+ readonly incentiveTsMs: ToField<"u64">;
178
+ readonly tsMs: ToField<"u64">;
179
+ readonly incentivePpm: ToField<"u64">;
180
+ readonly ppmAdjustment: ToField<"u64">;
181
+ readonly totalLocked: ToField<"u64">;
182
+ readonly totalIncentive: ToField<"u64">;
183
+ readonly u64Padding: ToField<Vector<"u64">>;
184
+ private constructor();
185
+ static reified(): IncentiviseEventReified;
186
+ static get r(): reified.StructClassReified<IncentiviseEvent, IncentiviseEventFields>;
187
+ static phantom(): PhantomReified<ToTypeStr<IncentiviseEvent>>;
188
+ static get p(): reified.PhantomReified<"0x0::locked_period_vault::IncentiviseEvent">;
189
+ static get bcs(): import("@mysten/bcs").BcsType<{
190
+ index: string;
191
+ incentive_ts_ms: string;
192
+ ts_ms: string;
193
+ incentive_ppm: string;
194
+ ppm_adjustment: string;
195
+ total_locked: string;
196
+ total_incentive: string;
197
+ u64_padding: string[];
198
+ }, {
199
+ index: string | number | bigint;
200
+ incentive_ts_ms: string | number | bigint;
201
+ ts_ms: string | number | bigint;
202
+ incentive_ppm: string | number | bigint;
203
+ ppm_adjustment: string | number | bigint;
204
+ total_locked: string | number | bigint;
205
+ total_incentive: string | number | bigint;
206
+ u64_padding: Iterable<string | number | bigint> & {
207
+ length: number;
208
+ };
209
+ }>;
210
+ static fromFields(fields: Record<string, any>): IncentiviseEvent;
211
+ static fromFieldsWithTypes(item: FieldsWithTypes): IncentiviseEvent;
212
+ static fromBcs(data: Uint8Array): IncentiviseEvent;
213
+ toJSONField(): {
214
+ index: string;
215
+ incentiveTsMs: string;
216
+ tsMs: string;
217
+ incentivePpm: string;
218
+ ppmAdjustment: string;
219
+ totalLocked: string;
220
+ totalIncentive: string;
221
+ u64Padding: string[];
222
+ };
223
+ toJSON(): {
224
+ index: string;
225
+ incentiveTsMs: string;
226
+ tsMs: string;
227
+ incentivePpm: string;
228
+ ppmAdjustment: string;
229
+ totalLocked: string;
230
+ totalIncentive: string;
231
+ u64Padding: string[];
232
+ $typeName: string;
233
+ $typeArgs: [];
234
+ };
235
+ static fromJSONField(field: any): IncentiviseEvent;
236
+ static fromJSON(json: Record<string, any>): IncentiviseEvent;
237
+ static fromSuiParsedData(content: SuiParsedData): IncentiviseEvent;
238
+ static fetch(client: SuiClient, id: string): Promise<IncentiviseEvent>;
239
+ }
240
+ export declare function isLeaveEvent(type: string): boolean;
241
+ export interface LeaveEventFields {
242
+ index: ToField<"u64">;
243
+ user: ToField<"address">;
244
+ u64Padding: ToField<Vector<"u64">>;
245
+ }
246
+ export type LeaveEventReified = Reified<LeaveEvent, LeaveEventFields>;
247
+ export declare class LeaveEvent implements StructClass {
248
+ static readonly $typeName = "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::LeaveEvent";
249
+ static readonly $numTypeParams = 0;
250
+ readonly $typeName = "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::LeaveEvent";
251
+ readonly $fullTypeName: "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::LeaveEvent";
252
+ readonly $typeArgs: [];
253
+ readonly index: ToField<"u64">;
254
+ readonly user: ToField<"address">;
255
+ readonly u64Padding: ToField<Vector<"u64">>;
256
+ private constructor();
257
+ static reified(): LeaveEventReified;
258
+ static get r(): reified.StructClassReified<LeaveEvent, LeaveEventFields>;
259
+ static phantom(): PhantomReified<ToTypeStr<LeaveEvent>>;
260
+ static get p(): reified.PhantomReified<"0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::LeaveEvent">;
261
+ static get bcs(): import("@mysten/bcs").BcsType<{
262
+ index: string;
263
+ user: string;
264
+ u64_padding: string[];
265
+ }, {
266
+ index: string | number | bigint;
267
+ user: string;
268
+ u64_padding: Iterable<string | number | bigint> & {
269
+ length: number;
270
+ };
271
+ }>;
272
+ static fromFields(fields: Record<string, any>): LeaveEvent;
273
+ static fromFieldsWithTypes(item: FieldsWithTypes): LeaveEvent;
274
+ static fromBcs(data: Uint8Array): LeaveEvent;
275
+ toJSONField(): {
276
+ index: string;
277
+ user: string;
278
+ u64Padding: string[];
279
+ };
280
+ toJSON(): {
281
+ index: string;
282
+ user: string;
283
+ u64Padding: string[];
284
+ $typeName: string;
285
+ $typeArgs: [];
286
+ };
287
+ static fromJSONField(field: any): LeaveEvent;
288
+ static fromJSON(json: Record<string, any>): LeaveEvent;
289
+ static fromSuiParsedData(content: SuiParsedData): LeaveEvent;
290
+ static fetch(client: SuiClient, id: string): Promise<LeaveEvent>;
291
+ }
292
+ export declare function isLockReceiptEvent(type: string): boolean;
293
+ export interface LockReceiptEventFields {
294
+ index: ToField<"u64">;
295
+ splitActiveShare: ToField<"u64">;
296
+ splitWarmupShare: ToField<"u64">;
297
+ netDeposit: ToField<"u64">;
298
+ user: ToField<"address">;
299
+ u64Padding: ToField<Vector<"u64">>;
300
+ }
301
+ export type LockReceiptEventReified = Reified<LockReceiptEvent, LockReceiptEventFields>;
302
+ export declare class LockReceiptEvent implements StructClass {
303
+ static readonly $typeName = "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::LockReceiptEvent";
304
+ static readonly $numTypeParams = 0;
305
+ readonly $typeName = "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::LockReceiptEvent";
306
+ readonly $fullTypeName: "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::LockReceiptEvent";
307
+ readonly $typeArgs: [];
308
+ readonly index: ToField<"u64">;
309
+ readonly splitActiveShare: ToField<"u64">;
310
+ readonly splitWarmupShare: ToField<"u64">;
311
+ readonly netDeposit: ToField<"u64">;
312
+ readonly user: ToField<"address">;
313
+ readonly u64Padding: ToField<Vector<"u64">>;
314
+ private constructor();
315
+ static reified(): LockReceiptEventReified;
316
+ static get r(): reified.StructClassReified<LockReceiptEvent, LockReceiptEventFields>;
317
+ static phantom(): PhantomReified<ToTypeStr<LockReceiptEvent>>;
318
+ static get p(): reified.PhantomReified<"0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::LockReceiptEvent">;
319
+ static get bcs(): import("@mysten/bcs").BcsType<{
320
+ index: string;
321
+ split_active_share: string;
322
+ split_warmup_share: string;
323
+ net_deposit: string;
324
+ user: string;
325
+ u64_padding: string[];
326
+ }, {
327
+ index: string | number | bigint;
328
+ split_active_share: string | number | bigint;
329
+ split_warmup_share: string | number | bigint;
330
+ net_deposit: string | number | bigint;
331
+ user: string;
332
+ u64_padding: Iterable<string | number | bigint> & {
333
+ length: number;
334
+ };
335
+ }>;
336
+ static fromFields(fields: Record<string, any>): LockReceiptEvent;
337
+ static fromFieldsWithTypes(item: FieldsWithTypes): LockReceiptEvent;
338
+ static fromBcs(data: Uint8Array): LockReceiptEvent;
339
+ toJSONField(): {
340
+ index: string;
341
+ splitActiveShare: string;
342
+ splitWarmupShare: string;
343
+ netDeposit: string;
344
+ user: string;
345
+ u64Padding: string[];
346
+ };
347
+ toJSON(): {
348
+ index: string;
349
+ splitActiveShare: string;
350
+ splitWarmupShare: string;
351
+ netDeposit: string;
352
+ user: string;
353
+ u64Padding: string[];
354
+ $typeName: string;
355
+ $typeArgs: [];
356
+ };
357
+ static fromJSONField(field: any): LockReceiptEvent;
358
+ static fromJSON(json: Record<string, any>): LockReceiptEvent;
359
+ static fromSuiParsedData(content: SuiParsedData): LockReceiptEvent;
360
+ static fetch(client: SuiClient, id: string): Promise<LockReceiptEvent>;
361
+ }
362
+ export declare function isLockedReceipt(type: string): boolean;
363
+ export interface LockedReceiptFields {
364
+ id: ToField<UID>;
365
+ index: ToField<"u64">;
366
+ user: ToField<"address">;
367
+ receipts: ToField<Vector<TypusDepositReceipt>>;
368
+ leave: ToField<"bool">;
369
+ unsubscribe: ToField<"bool">;
370
+ tsMs: ToField<"u64">;
371
+ incentiveBalance: ToField<"u64">;
372
+ netDeposit: ToField<"u64">;
373
+ totalIncentive: ToField<"u64">;
374
+ totalPremium: ToField<"u64">;
375
+ u64Padding: ToField<Vector<"u64">>;
376
+ }
377
+ export type LockedReceiptReified = Reified<LockedReceipt, LockedReceiptFields>;
378
+ export declare function readVecLockedReceipt(bytes: Uint8Array): any[];
379
+ export declare class LockedReceipt implements StructClass {
380
+ static readonly $typeName = "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::LockedReceipt";
381
+ static readonly $numTypeParams = 0;
382
+ readonly $typeName = "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::LockedReceipt";
383
+ readonly $fullTypeName: "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::LockedReceipt";
384
+ readonly $typeArgs: [];
385
+ readonly id: ToField<UID>;
386
+ readonly index: ToField<"u64">;
387
+ readonly user: ToField<"address">;
388
+ readonly receipts: ToField<Vector<TypusDepositReceipt>>;
389
+ readonly leave: ToField<"bool">;
390
+ readonly unsubscribe: ToField<"bool">;
391
+ readonly tsMs: ToField<"u64">;
392
+ readonly incentiveBalance: ToField<"u64">;
393
+ readonly netDeposit: ToField<"u64">;
394
+ readonly totalIncentive: ToField<"u64">;
395
+ readonly totalPremium: ToField<"u64">;
396
+ readonly u64Padding: ToField<Vector<"u64">>;
397
+ private constructor();
398
+ static reified(): LockedReceiptReified;
399
+ static get r(): reified.StructClassReified<LockedReceipt, LockedReceiptFields>;
400
+ static phantom(): PhantomReified<ToTypeStr<LockedReceipt>>;
401
+ static get p(): reified.PhantomReified<"0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::LockedReceipt">;
402
+ static get bcs(): import("@mysten/bcs").BcsType<{
403
+ id: {
404
+ id: {
405
+ bytes: string;
406
+ };
407
+ };
408
+ index: string;
409
+ user: string;
410
+ receipts: {
411
+ id: {
412
+ id: {
413
+ bytes: string;
414
+ };
415
+ };
416
+ vid: {
417
+ bytes: string;
418
+ };
419
+ index: string;
420
+ metadata: {
421
+ bytes: number[];
422
+ };
423
+ u64_padding: string[];
424
+ }[];
425
+ leave: boolean;
426
+ unsubscribe: boolean;
427
+ ts_ms: string;
428
+ incentive_balance: string;
429
+ net_deposit: string;
430
+ total_incentive: string;
431
+ total_premium: string;
432
+ u64_padding: string[];
433
+ }, {
434
+ id: {
435
+ id: {
436
+ bytes: string;
437
+ };
438
+ };
439
+ index: string | number | bigint;
440
+ user: string;
441
+ receipts: Iterable<{
442
+ id: {
443
+ id: {
444
+ bytes: string;
445
+ };
446
+ };
447
+ vid: {
448
+ bytes: string;
449
+ };
450
+ index: string | number | bigint;
451
+ metadata: {
452
+ bytes: Iterable<number> & {
453
+ length: number;
454
+ };
455
+ };
456
+ u64_padding: Iterable<string | number | bigint> & {
457
+ length: number;
458
+ };
459
+ }> & {
460
+ length: number;
461
+ };
462
+ leave: boolean;
463
+ unsubscribe: boolean;
464
+ ts_ms: string | number | bigint;
465
+ incentive_balance: string | number | bigint;
466
+ net_deposit: string | number | bigint;
467
+ total_incentive: string | number | bigint;
468
+ total_premium: string | number | bigint;
469
+ u64_padding: Iterable<string | number | bigint> & {
470
+ length: number;
471
+ };
472
+ }>;
473
+ static fromFields(fields: Record<string, any>): LockedReceipt;
474
+ static fromFieldsWithTypes(item: FieldsWithTypes): LockedReceipt;
475
+ static fromBcs(data: Uint8Array): LockedReceipt;
476
+ toJSONField(): {
477
+ id: string;
478
+ index: string;
479
+ user: string;
480
+ receipts: {
481
+ id: string;
482
+ vid: string;
483
+ index: string;
484
+ metadata: string;
485
+ u64Padding: string[];
486
+ }[];
487
+ leave: boolean;
488
+ unsubscribe: boolean;
489
+ tsMs: string;
490
+ incentiveBalance: string;
491
+ netDeposit: string;
492
+ totalIncentive: string;
493
+ totalPremium: string;
494
+ u64Padding: string[];
495
+ };
496
+ toJSON(): {
497
+ id: string;
498
+ index: string;
499
+ user: string;
500
+ receipts: {
501
+ id: string;
502
+ vid: string;
503
+ index: string;
504
+ metadata: string;
505
+ u64Padding: string[];
506
+ }[];
507
+ leave: boolean;
508
+ unsubscribe: boolean;
509
+ tsMs: string;
510
+ incentiveBalance: string;
511
+ netDeposit: string;
512
+ totalIncentive: string;
513
+ totalPremium: string;
514
+ u64Padding: string[];
515
+ $typeName: string;
516
+ $typeArgs: [];
517
+ };
518
+ static fromJSONField(field: any): LockedReceipt;
519
+ static fromJSON(json: Record<string, any>): LockedReceipt;
520
+ static fromSuiParsedData(content: SuiParsedData): LockedReceipt;
521
+ static fetch(client: SuiClient, id: string): Promise<LockedReceipt>;
522
+ }
523
+ export declare function isLockedVault(type: string): boolean;
524
+ export interface LockedVaultFields {
525
+ id: ToField<UID>;
526
+ index: ToField<"u64">;
527
+ lockedReceipts: ToField<BigVector<ToPhantom<LockedReceipt>>>;
528
+ unlockTsMs: ToField<"u64">;
529
+ lockPeriodMs: ToField<"u64">;
530
+ incentiveToken: ToField<TypeName>;
531
+ incentiveBalance: ToField<"u64">;
532
+ distributedBalance: ToField<"u64">;
533
+ incentivePpm: ToField<"u64">;
534
+ incentivePeriodMs: ToField<"u64">;
535
+ tsMs: ToField<"u64">;
536
+ capacity: ToField<"u64">;
537
+ totalLocked: ToField<"u64">;
538
+ u64Padding: ToField<Vector<"u64">>;
539
+ }
540
+ export type LockedVaultReified = Reified<LockedVault, LockedVaultFields>;
541
+ export declare class LockedVault implements StructClass {
542
+ static readonly $typeName = "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::LockedVault";
543
+ static readonly $numTypeParams = 0;
544
+ readonly $typeName = "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::LockedVault";
545
+ readonly $fullTypeName: "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::LockedVault";
546
+ readonly $typeArgs: [];
547
+ readonly id: ToField<UID>;
548
+ readonly index: ToField<"u64">;
549
+ readonly lockedReceipts: ToField<BigVector<ToPhantom<LockedReceipt>>>;
550
+ readonly unlockTsMs: ToField<"u64">;
551
+ readonly lockPeriodMs: ToField<"u64">;
552
+ readonly incentiveToken: ToField<TypeName>;
553
+ readonly incentiveBalance: ToField<"u64">;
554
+ readonly distributedBalance: ToField<"u64">;
555
+ readonly incentivePpm: ToField<"u64">;
556
+ readonly incentivePeriodMs: ToField<"u64">;
557
+ readonly tsMs: ToField<"u64">;
558
+ readonly capacity: ToField<"u64">;
559
+ readonly totalLocked: ToField<"u64">;
560
+ readonly u64Padding: ToField<Vector<"u64">>;
561
+ private constructor();
562
+ static reified(): LockedVaultReified;
563
+ static get r(): reified.StructClassReified<LockedVault, LockedVaultFields>;
564
+ static phantom(): PhantomReified<ToTypeStr<LockedVault>>;
565
+ static get p(): reified.PhantomReified<"0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::LockedVault">;
566
+ static get bcs(): import("@mysten/bcs").BcsType<{
567
+ id: {
568
+ id: {
569
+ bytes: string;
570
+ };
571
+ };
572
+ index: string;
573
+ locked_receipts: {
574
+ id: {
575
+ id: {
576
+ bytes: string;
577
+ };
578
+ };
579
+ slice_count: string;
580
+ slice_size: string;
581
+ length: string;
582
+ };
583
+ unlock_ts_ms: string;
584
+ lock_period_ms: string;
585
+ incentive_token: {
586
+ name: {
587
+ bytes: number[];
588
+ };
589
+ };
590
+ incentive_balance: string;
591
+ distributed_balance: string;
592
+ incentive_ppm: string;
593
+ incentive_period_ms: string;
594
+ ts_ms: string;
595
+ capacity: string;
596
+ total_locked: string;
597
+ u64_padding: string[];
598
+ }, {
599
+ id: {
600
+ id: {
601
+ bytes: string;
602
+ };
603
+ };
604
+ index: string | number | bigint;
605
+ locked_receipts: {
606
+ id: {
607
+ id: {
608
+ bytes: string;
609
+ };
610
+ };
611
+ slice_count: string | number | bigint;
612
+ slice_size: string | number | bigint;
613
+ length: string | number | bigint;
614
+ };
615
+ unlock_ts_ms: string | number | bigint;
616
+ lock_period_ms: string | number | bigint;
617
+ incentive_token: {
618
+ name: {
619
+ bytes: Iterable<number> & {
620
+ length: number;
621
+ };
622
+ };
623
+ };
624
+ incentive_balance: string | number | bigint;
625
+ distributed_balance: string | number | bigint;
626
+ incentive_ppm: string | number | bigint;
627
+ incentive_period_ms: string | number | bigint;
628
+ ts_ms: string | number | bigint;
629
+ capacity: string | number | bigint;
630
+ total_locked: string | number | bigint;
631
+ u64_padding: Iterable<string | number | bigint> & {
632
+ length: number;
633
+ };
634
+ }>;
635
+ static fromFields(fields: Record<string, any>): LockedVault;
636
+ static fromFieldsWithTypes(item: FieldsWithTypes): LockedVault;
637
+ static fromBcs(data: Uint8Array): LockedVault;
638
+ toJSONField(): {
639
+ id: string;
640
+ index: string;
641
+ lockedReceipts: {
642
+ id: string;
643
+ sliceCount: string;
644
+ sliceSize: string;
645
+ length: string;
646
+ };
647
+ unlockTsMs: string;
648
+ lockPeriodMs: string;
649
+ incentiveToken: {
650
+ name: string;
651
+ };
652
+ incentiveBalance: string;
653
+ distributedBalance: string;
654
+ incentivePpm: string;
655
+ incentivePeriodMs: string;
656
+ tsMs: string;
657
+ capacity: string;
658
+ totalLocked: string;
659
+ u64Padding: string[];
660
+ };
661
+ toJSON(): {
662
+ id: string;
663
+ index: string;
664
+ lockedReceipts: {
665
+ id: string;
666
+ sliceCount: string;
667
+ sliceSize: string;
668
+ length: string;
669
+ };
670
+ unlockTsMs: string;
671
+ lockPeriodMs: string;
672
+ incentiveToken: {
673
+ name: string;
674
+ };
675
+ incentiveBalance: string;
676
+ distributedBalance: string;
677
+ incentivePpm: string;
678
+ incentivePeriodMs: string;
679
+ tsMs: string;
680
+ capacity: string;
681
+ totalLocked: string;
682
+ u64Padding: string[];
683
+ $typeName: string;
684
+ $typeArgs: [];
685
+ };
686
+ static fromJSONField(field: any): LockedVault;
687
+ static fromJSON(json: Record<string, any>): LockedVault;
688
+ static fromSuiParsedData(content: SuiParsedData): LockedVault;
689
+ static fetch(client: SuiClient, id: string): Promise<LockedVault>;
690
+ }
691
+ export declare function isLockedVaultRegistry(type: string): boolean;
692
+ export interface LockedVaultRegistryFields {
693
+ id: ToField<UID>;
694
+ vaults: ToField<VecMap<"u64", LockedVault>>;
695
+ authority: ToField<Vector<"address">>;
696
+ version: ToField<"u64">;
697
+ u64Padding: ToField<Vector<"u64">>;
698
+ }
699
+ export type LockedVaultRegistryReified = Reified<LockedVaultRegistry, LockedVaultRegistryFields>;
700
+ export declare class LockedVaultRegistry implements StructClass {
701
+ static readonly $typeName = "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::LockedVaultRegistry";
702
+ static readonly $numTypeParams = 0;
703
+ readonly $typeName = "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::LockedVaultRegistry";
704
+ readonly $fullTypeName: "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::LockedVaultRegistry";
705
+ readonly $typeArgs: [];
706
+ readonly id: ToField<UID>;
707
+ readonly vaults: ToField<VecMap<"u64", LockedVault>>;
708
+ readonly authority: ToField<Vector<"address">>;
709
+ readonly version: ToField<"u64">;
710
+ readonly u64Padding: ToField<Vector<"u64">>;
711
+ private constructor();
712
+ static reified(): LockedVaultRegistryReified;
713
+ static get r(): reified.StructClassReified<LockedVaultRegistry, LockedVaultRegistryFields>;
714
+ static phantom(): PhantomReified<ToTypeStr<LockedVaultRegistry>>;
715
+ static get p(): reified.PhantomReified<"0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::LockedVaultRegistry">;
716
+ static get bcs(): import("@mysten/bcs").BcsType<{
717
+ id: {
718
+ id: {
719
+ bytes: string;
720
+ };
721
+ };
722
+ vaults: {
723
+ contents: {
724
+ key: string;
725
+ value: {
726
+ id: {
727
+ id: {
728
+ bytes: string;
729
+ };
730
+ };
731
+ index: string;
732
+ locked_receipts: {
733
+ id: {
734
+ id: {
735
+ bytes: string;
736
+ };
737
+ };
738
+ slice_count: string;
739
+ slice_size: string;
740
+ length: string;
741
+ };
742
+ unlock_ts_ms: string;
743
+ lock_period_ms: string;
744
+ incentive_token: {
745
+ name: {
746
+ bytes: number[];
747
+ };
748
+ };
749
+ incentive_balance: string;
750
+ distributed_balance: string;
751
+ incentive_ppm: string;
752
+ incentive_period_ms: string;
753
+ ts_ms: string;
754
+ capacity: string;
755
+ total_locked: string;
756
+ u64_padding: string[];
757
+ };
758
+ }[];
759
+ };
760
+ authority: string[];
761
+ version: string;
762
+ u64_padding: string[];
763
+ }, {
764
+ id: {
765
+ id: {
766
+ bytes: string;
767
+ };
768
+ };
769
+ vaults: {
770
+ contents: Iterable<{
771
+ key: string | number | bigint;
772
+ value: {
773
+ id: {
774
+ id: {
775
+ bytes: string;
776
+ };
777
+ };
778
+ index: string | number | bigint;
779
+ locked_receipts: {
780
+ id: {
781
+ id: {
782
+ bytes: string;
783
+ };
784
+ };
785
+ slice_count: string | number | bigint;
786
+ slice_size: string | number | bigint;
787
+ length: string | number | bigint;
788
+ };
789
+ unlock_ts_ms: string | number | bigint;
790
+ lock_period_ms: string | number | bigint;
791
+ incentive_token: {
792
+ name: {
793
+ bytes: Iterable<number> & {
794
+ length: number;
795
+ };
796
+ };
797
+ };
798
+ incentive_balance: string | number | bigint;
799
+ distributed_balance: string | number | bigint;
800
+ incentive_ppm: string | number | bigint;
801
+ incentive_period_ms: string | number | bigint;
802
+ ts_ms: string | number | bigint;
803
+ capacity: string | number | bigint;
804
+ total_locked: string | number | bigint;
805
+ u64_padding: Iterable<string | number | bigint> & {
806
+ length: number;
807
+ };
808
+ };
809
+ }> & {
810
+ length: number;
811
+ };
812
+ };
813
+ authority: Iterable<string> & {
814
+ length: number;
815
+ };
816
+ version: string | number | bigint;
817
+ u64_padding: Iterable<string | number | bigint> & {
818
+ length: number;
819
+ };
820
+ }>;
821
+ static fromFields(fields: Record<string, any>): LockedVaultRegistry;
822
+ static fromFieldsWithTypes(item: FieldsWithTypes): LockedVaultRegistry;
823
+ static fromBcs(data: Uint8Array): LockedVaultRegistry;
824
+ toJSONField(): {
825
+ id: string;
826
+ vaults: {
827
+ contents: {
828
+ key: string;
829
+ value: {
830
+ id: string;
831
+ index: string;
832
+ lockedReceipts: {
833
+ id: string;
834
+ sliceCount: string;
835
+ sliceSize: string;
836
+ length: string;
837
+ };
838
+ unlockTsMs: string;
839
+ lockPeriodMs: string;
840
+ incentiveToken: {
841
+ name: string;
842
+ };
843
+ incentiveBalance: string;
844
+ distributedBalance: string;
845
+ incentivePpm: string;
846
+ incentivePeriodMs: string;
847
+ tsMs: string;
848
+ capacity: string;
849
+ totalLocked: string;
850
+ u64Padding: string[];
851
+ };
852
+ }[];
853
+ };
854
+ authority: string[];
855
+ version: string;
856
+ u64Padding: string[];
857
+ };
858
+ toJSON(): {
859
+ id: string;
860
+ vaults: {
861
+ contents: {
862
+ key: string;
863
+ value: {
864
+ id: string;
865
+ index: string;
866
+ lockedReceipts: {
867
+ id: string;
868
+ sliceCount: string;
869
+ sliceSize: string;
870
+ length: string;
871
+ };
872
+ unlockTsMs: string;
873
+ lockPeriodMs: string;
874
+ incentiveToken: {
875
+ name: string;
876
+ };
877
+ incentiveBalance: string;
878
+ distributedBalance: string;
879
+ incentivePpm: string;
880
+ incentivePeriodMs: string;
881
+ tsMs: string;
882
+ capacity: string;
883
+ totalLocked: string;
884
+ u64Padding: string[];
885
+ };
886
+ }[];
887
+ };
888
+ authority: string[];
889
+ version: string;
890
+ u64Padding: string[];
891
+ $typeName: string;
892
+ $typeArgs: [];
893
+ };
894
+ static fromJSONField(field: any): LockedVaultRegistry;
895
+ static fromJSON(json: Record<string, any>): LockedVaultRegistry;
896
+ static fromSuiParsedData(content: SuiParsedData): LockedVaultRegistry;
897
+ static fetch(client: SuiClient, id: string): Promise<LockedVaultRegistry>;
898
+ }
899
+ export declare function isNewLockedVaultEvent(type: string): boolean;
900
+ export interface NewLockedVaultEventFields {
901
+ index: ToField<"u64">;
902
+ unlockTsMs: ToField<"u64">;
903
+ lockPeriodMs: ToField<"u64">;
904
+ incentivePpm: ToField<"u64">;
905
+ incentivePeriodMs: ToField<"u64">;
906
+ tsMs: ToField<"u64">;
907
+ capacity: ToField<"u64">;
908
+ u64Padding: ToField<Vector<"u64">>;
909
+ }
910
+ export type NewLockedVaultEventReified = Reified<NewLockedVaultEvent, NewLockedVaultEventFields>;
911
+ export declare class NewLockedVaultEvent implements StructClass {
912
+ static readonly $typeName = "0x0::locked_period_vault::NewLockedVaultEvent";
913
+ static readonly $numTypeParams = 0;
914
+ readonly $typeName = "0x0::locked_period_vault::NewLockedVaultEvent";
915
+ readonly $fullTypeName: "0x0::locked_period_vault::NewLockedVaultEvent";
916
+ readonly $typeArgs: [];
917
+ readonly index: ToField<"u64">;
918
+ readonly unlockTsMs: ToField<"u64">;
919
+ readonly lockPeriodMs: ToField<"u64">;
920
+ readonly incentivePpm: ToField<"u64">;
921
+ readonly incentivePeriodMs: ToField<"u64">;
922
+ readonly tsMs: ToField<"u64">;
923
+ readonly capacity: ToField<"u64">;
924
+ readonly u64Padding: ToField<Vector<"u64">>;
925
+ private constructor();
926
+ static reified(): NewLockedVaultEventReified;
927
+ static get r(): reified.StructClassReified<NewLockedVaultEvent, NewLockedVaultEventFields>;
928
+ static phantom(): PhantomReified<ToTypeStr<NewLockedVaultEvent>>;
929
+ static get p(): reified.PhantomReified<"0x0::locked_period_vault::NewLockedVaultEvent">;
930
+ static get bcs(): import("@mysten/bcs").BcsType<{
931
+ index: string;
932
+ unlock_ts_ms: string;
933
+ lock_period_ms: string;
934
+ incentive_ppm: string;
935
+ incentive_period_ms: string;
936
+ ts_ms: string;
937
+ capacity: string;
938
+ u64_padding: string[];
939
+ }, {
940
+ index: string | number | bigint;
941
+ unlock_ts_ms: string | number | bigint;
942
+ lock_period_ms: string | number | bigint;
943
+ incentive_ppm: string | number | bigint;
944
+ incentive_period_ms: string | number | bigint;
945
+ ts_ms: string | number | bigint;
946
+ capacity: string | number | bigint;
947
+ u64_padding: Iterable<string | number | bigint> & {
948
+ length: number;
949
+ };
950
+ }>;
951
+ static fromFields(fields: Record<string, any>): NewLockedVaultEvent;
952
+ static fromFieldsWithTypes(item: FieldsWithTypes): NewLockedVaultEvent;
953
+ static fromBcs(data: Uint8Array): NewLockedVaultEvent;
954
+ toJSONField(): {
955
+ index: string;
956
+ unlockTsMs: string;
957
+ lockPeriodMs: string;
958
+ incentivePpm: string;
959
+ incentivePeriodMs: string;
960
+ tsMs: string;
961
+ capacity: string;
962
+ u64Padding: string[];
963
+ };
964
+ toJSON(): {
965
+ index: string;
966
+ unlockTsMs: string;
967
+ lockPeriodMs: string;
968
+ incentivePpm: string;
969
+ incentivePeriodMs: string;
970
+ tsMs: string;
971
+ capacity: string;
972
+ u64Padding: string[];
973
+ $typeName: string;
974
+ $typeArgs: [];
975
+ };
976
+ static fromJSONField(field: any): NewLockedVaultEvent;
977
+ static fromJSON(json: Record<string, any>): NewLockedVaultEvent;
978
+ static fromSuiParsedData(content: SuiParsedData): NewLockedVaultEvent;
979
+ static fetch(client: SuiClient, id: string): Promise<NewLockedVaultEvent>;
980
+ }
981
+ export declare function isRemoveIncentiveEvent(type: string): boolean;
982
+ export interface RemoveIncentiveEventFields {
983
+ index: ToField<"u64">;
984
+ value: ToField<"u64">;
985
+ u64Padding: ToField<Vector<"u64">>;
986
+ }
987
+ export type RemoveIncentiveEventReified = Reified<RemoveIncentiveEvent, RemoveIncentiveEventFields>;
988
+ export declare class RemoveIncentiveEvent implements StructClass {
989
+ static readonly $typeName = "0x0::locked_period_vault::RemoveIncentiveEvent";
990
+ static readonly $numTypeParams = 0;
991
+ readonly $typeName = "0x0::locked_period_vault::RemoveIncentiveEvent";
992
+ readonly $fullTypeName: "0x0::locked_period_vault::RemoveIncentiveEvent";
993
+ readonly $typeArgs: [];
994
+ readonly index: ToField<"u64">;
995
+ readonly value: ToField<"u64">;
996
+ readonly u64Padding: ToField<Vector<"u64">>;
997
+ private constructor();
998
+ static reified(): RemoveIncentiveEventReified;
999
+ static get r(): reified.StructClassReified<RemoveIncentiveEvent, RemoveIncentiveEventFields>;
1000
+ static phantom(): PhantomReified<ToTypeStr<RemoveIncentiveEvent>>;
1001
+ static get p(): reified.PhantomReified<"0x0::locked_period_vault::RemoveIncentiveEvent">;
1002
+ static get bcs(): import("@mysten/bcs").BcsType<{
1003
+ index: string;
1004
+ value: string;
1005
+ u64_padding: string[];
1006
+ }, {
1007
+ index: string | number | bigint;
1008
+ value: string | number | bigint;
1009
+ u64_padding: Iterable<string | number | bigint> & {
1010
+ length: number;
1011
+ };
1012
+ }>;
1013
+ static fromFields(fields: Record<string, any>): RemoveIncentiveEvent;
1014
+ static fromFieldsWithTypes(item: FieldsWithTypes): RemoveIncentiveEvent;
1015
+ static fromBcs(data: Uint8Array): RemoveIncentiveEvent;
1016
+ toJSONField(): {
1017
+ index: string;
1018
+ value: string;
1019
+ u64Padding: string[];
1020
+ };
1021
+ toJSON(): {
1022
+ index: string;
1023
+ value: string;
1024
+ u64Padding: string[];
1025
+ $typeName: string;
1026
+ $typeArgs: [];
1027
+ };
1028
+ static fromJSONField(field: any): RemoveIncentiveEvent;
1029
+ static fromJSON(json: Record<string, any>): RemoveIncentiveEvent;
1030
+ static fromSuiParsedData(content: SuiParsedData): RemoveIncentiveEvent;
1031
+ static fetch(client: SuiClient, id: string): Promise<RemoveIncentiveEvent>;
1032
+ }
1033
+ export declare function isUnlockReceiptEvent(type: string): boolean;
1034
+ export interface UnlockReceiptEventFields {
1035
+ index: ToField<"u64">;
1036
+ user: ToField<"address">;
1037
+ leave: ToField<"bool">;
1038
+ unsubscribe: ToField<"bool">;
1039
+ tsMs: ToField<"u64">;
1040
+ incentiveBalance: ToField<"u64">;
1041
+ netDeposit: ToField<"u64">;
1042
+ totalIncentive: ToField<"u64">;
1043
+ totalPremium: ToField<"u64">;
1044
+ u64Padding: ToField<Vector<"u64">>;
1045
+ }
1046
+ export type UnlockReceiptEventReified = Reified<UnlockReceiptEvent, UnlockReceiptEventFields>;
1047
+ export declare class UnlockReceiptEvent implements StructClass {
1048
+ static readonly $typeName = "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::UnlockReceiptEvent";
1049
+ static readonly $numTypeParams = 0;
1050
+ readonly $typeName = "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::UnlockReceiptEvent";
1051
+ readonly $fullTypeName: "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::UnlockReceiptEvent";
1052
+ readonly $typeArgs: [];
1053
+ readonly index: ToField<"u64">;
1054
+ readonly user: ToField<"address">;
1055
+ readonly leave: ToField<"bool">;
1056
+ readonly unsubscribe: ToField<"bool">;
1057
+ readonly tsMs: ToField<"u64">;
1058
+ readonly incentiveBalance: ToField<"u64">;
1059
+ readonly netDeposit: ToField<"u64">;
1060
+ readonly totalIncentive: ToField<"u64">;
1061
+ readonly totalPremium: ToField<"u64">;
1062
+ readonly u64Padding: ToField<Vector<"u64">>;
1063
+ private constructor();
1064
+ static reified(): UnlockReceiptEventReified;
1065
+ static get r(): reified.StructClassReified<UnlockReceiptEvent, UnlockReceiptEventFields>;
1066
+ static phantom(): PhantomReified<ToTypeStr<UnlockReceiptEvent>>;
1067
+ static get p(): reified.PhantomReified<"0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::UnlockReceiptEvent">;
1068
+ static get bcs(): import("@mysten/bcs").BcsType<{
1069
+ index: string;
1070
+ user: string;
1071
+ leave: boolean;
1072
+ unsubscribe: boolean;
1073
+ ts_ms: string;
1074
+ incentive_balance: string;
1075
+ net_deposit: string;
1076
+ total_incentive: string;
1077
+ total_premium: string;
1078
+ u64_padding: string[];
1079
+ }, {
1080
+ index: string | number | bigint;
1081
+ user: string;
1082
+ leave: boolean;
1083
+ unsubscribe: boolean;
1084
+ ts_ms: string | number | bigint;
1085
+ incentive_balance: string | number | bigint;
1086
+ net_deposit: string | number | bigint;
1087
+ total_incentive: string | number | bigint;
1088
+ total_premium: string | number | bigint;
1089
+ u64_padding: Iterable<string | number | bigint> & {
1090
+ length: number;
1091
+ };
1092
+ }>;
1093
+ static fromFields(fields: Record<string, any>): UnlockReceiptEvent;
1094
+ static fromFieldsWithTypes(item: FieldsWithTypes): UnlockReceiptEvent;
1095
+ static fromBcs(data: Uint8Array): UnlockReceiptEvent;
1096
+ toJSONField(): {
1097
+ index: string;
1098
+ user: string;
1099
+ leave: boolean;
1100
+ unsubscribe: boolean;
1101
+ tsMs: string;
1102
+ incentiveBalance: string;
1103
+ netDeposit: string;
1104
+ totalIncentive: string;
1105
+ totalPremium: string;
1106
+ u64Padding: string[];
1107
+ };
1108
+ toJSON(): {
1109
+ index: string;
1110
+ user: string;
1111
+ leave: boolean;
1112
+ unsubscribe: boolean;
1113
+ tsMs: string;
1114
+ incentiveBalance: string;
1115
+ netDeposit: string;
1116
+ totalIncentive: string;
1117
+ totalPremium: string;
1118
+ u64Padding: string[];
1119
+ $typeName: string;
1120
+ $typeArgs: [];
1121
+ };
1122
+ static fromJSONField(field: any): UnlockReceiptEvent;
1123
+ static fromJSON(json: Record<string, any>): UnlockReceiptEvent;
1124
+ static fromSuiParsedData(content: SuiParsedData): UnlockReceiptEvent;
1125
+ static fetch(client: SuiClient, id: string): Promise<UnlockReceiptEvent>;
1126
+ }
1127
+ export declare function isWithdrawIncentiveEvent(type: string): boolean;
1128
+ export interface WithdrawIncentiveEventFields {
1129
+ index: ToField<"u64">;
1130
+ user: ToField<"address">;
1131
+ incentiveValue: ToField<"u64">;
1132
+ u64Padding: ToField<Vector<"u64">>;
1133
+ }
1134
+ export type WithdrawIncentiveEventReified = Reified<WithdrawIncentiveEvent, WithdrawIncentiveEventFields>;
1135
+ export declare class WithdrawIncentiveEvent implements StructClass {
1136
+ static readonly $typeName = "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::WithdrawIncentiveEvent";
1137
+ static readonly $numTypeParams = 0;
1138
+ readonly $typeName = "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::WithdrawIncentiveEvent";
1139
+ readonly $fullTypeName: "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::WithdrawIncentiveEvent";
1140
+ readonly $typeArgs: [];
1141
+ readonly index: ToField<"u64">;
1142
+ readonly user: ToField<"address">;
1143
+ readonly incentiveValue: ToField<"u64">;
1144
+ readonly u64Padding: ToField<Vector<"u64">>;
1145
+ private constructor();
1146
+ static reified(): WithdrawIncentiveEventReified;
1147
+ static get r(): reified.StructClassReified<WithdrawIncentiveEvent, WithdrawIncentiveEventFields>;
1148
+ static phantom(): PhantomReified<ToTypeStr<WithdrawIncentiveEvent>>;
1149
+ static get p(): reified.PhantomReified<"0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::WithdrawIncentiveEvent">;
1150
+ static get bcs(): import("@mysten/bcs").BcsType<{
1151
+ index: string;
1152
+ user: string;
1153
+ incentive_value: string;
1154
+ u64_padding: string[];
1155
+ }, {
1156
+ index: string | number | bigint;
1157
+ user: string;
1158
+ incentive_value: string | number | bigint;
1159
+ u64_padding: Iterable<string | number | bigint> & {
1160
+ length: number;
1161
+ };
1162
+ }>;
1163
+ static fromFields(fields: Record<string, any>): WithdrawIncentiveEvent;
1164
+ static fromFieldsWithTypes(item: FieldsWithTypes): WithdrawIncentiveEvent;
1165
+ static fromBcs(data: Uint8Array): WithdrawIncentiveEvent;
1166
+ toJSONField(): {
1167
+ index: string;
1168
+ user: string;
1169
+ incentiveValue: string;
1170
+ u64Padding: string[];
1171
+ };
1172
+ toJSON(): {
1173
+ index: string;
1174
+ user: string;
1175
+ incentiveValue: string;
1176
+ u64Padding: string[];
1177
+ $typeName: string;
1178
+ $typeArgs: [];
1179
+ };
1180
+ static fromJSONField(field: any): WithdrawIncentiveEvent;
1181
+ static fromJSON(json: Record<string, any>): WithdrawIncentiveEvent;
1182
+ static fromSuiParsedData(content: SuiParsedData): WithdrawIncentiveEvent;
1183
+ static fetch(client: SuiClient, id: string): Promise<WithdrawIncentiveEvent>;
1184
+ }
1185
+ export declare function isWithdrawPremiumEvent(type: string): boolean;
1186
+ export interface WithdrawPremiumEventFields {
1187
+ index: ToField<"u64">;
1188
+ user: ToField<"address">;
1189
+ u64Padding: ToField<Vector<"u64">>;
1190
+ }
1191
+ export type WithdrawPremiumEventReified = Reified<WithdrawPremiumEvent, WithdrawPremiumEventFields>;
1192
+ export declare class WithdrawPremiumEvent implements StructClass {
1193
+ static readonly $typeName = "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::WithdrawPremiumEvent";
1194
+ static readonly $numTypeParams = 0;
1195
+ readonly $typeName = "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::WithdrawPremiumEvent";
1196
+ readonly $fullTypeName: "0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::WithdrawPremiumEvent";
1197
+ readonly $typeArgs: [];
1198
+ readonly index: ToField<"u64">;
1199
+ readonly user: ToField<"address">;
1200
+ readonly u64Padding: ToField<Vector<"u64">>;
1201
+ private constructor();
1202
+ static reified(): WithdrawPremiumEventReified;
1203
+ static get r(): reified.StructClassReified<WithdrawPremiumEvent, WithdrawPremiumEventFields>;
1204
+ static phantom(): PhantomReified<ToTypeStr<WithdrawPremiumEvent>>;
1205
+ static get p(): reified.PhantomReified<"0xc1feadc8cfc768915b9871037d31b5b03f0dceb4418423a128edd12a134b6d22::locked_period_vault::WithdrawPremiumEvent">;
1206
+ static get bcs(): import("@mysten/bcs").BcsType<{
1207
+ index: string;
1208
+ user: string;
1209
+ u64_padding: string[];
1210
+ }, {
1211
+ index: string | number | bigint;
1212
+ user: string;
1213
+ u64_padding: Iterable<string | number | bigint> & {
1214
+ length: number;
1215
+ };
1216
+ }>;
1217
+ static fromFields(fields: Record<string, any>): WithdrawPremiumEvent;
1218
+ static fromFieldsWithTypes(item: FieldsWithTypes): WithdrawPremiumEvent;
1219
+ static fromBcs(data: Uint8Array): WithdrawPremiumEvent;
1220
+ toJSONField(): {
1221
+ index: string;
1222
+ user: string;
1223
+ u64Padding: string[];
1224
+ };
1225
+ toJSON(): {
1226
+ index: string;
1227
+ user: string;
1228
+ u64Padding: string[];
1229
+ $typeName: string;
1230
+ $typeArgs: [];
1231
+ };
1232
+ static fromJSONField(field: any): WithdrawPremiumEvent;
1233
+ static fromJSON(json: Record<string, any>): WithdrawPremiumEvent;
1234
+ static fromSuiParsedData(content: SuiParsedData): WithdrawPremiumEvent;
1235
+ static fetch(client: SuiClient, id: string): Promise<WithdrawPremiumEvent>;
1236
+ }