@typus/typus-sdk 1.2.70 → 1.2.72

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