@typus/typus-sdk 1.2.70 → 1.2.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (527) hide show
  1. package/lib/config.json +4 -2
  2. package/lib/utils/_dependencies/source/0x1/ascii/structs.d.ts +82 -0
  3. package/lib/utils/_dependencies/source/0x1/ascii/structs.js +352 -0
  4. package/lib/utils/_dependencies/source/0x1/bit-vector/structs.d.ts +50 -0
  5. package/lib/utils/_dependencies/source/0x1/bit-vector/structs.js +239 -0
  6. package/lib/utils/_dependencies/source/0x1/fixed-point32/structs.d.ts +41 -0
  7. package/lib/utils/_dependencies/source/0x1/fixed-point32/structs.js +203 -0
  8. package/lib/utils/_dependencies/source/0x1/index.d.ts +2 -0
  9. package/lib/utils/_dependencies/source/0x1/index.js +5 -0
  10. package/lib/utils/_dependencies/source/0x1/init.d.ts +2 -0
  11. package/lib/utils/_dependencies/source/0x1/init.js +42 -0
  12. package/lib/utils/_dependencies/source/0x1/option/structs.d.ts +46 -0
  13. package/lib/utils/_dependencies/source/0x1/option/structs.js +233 -0
  14. package/lib/utils/_dependencies/source/0x1/string/structs.d.ts +44 -0
  15. package/lib/utils/_dependencies/source/0x1/string/structs.js +227 -0
  16. package/lib/utils/_dependencies/source/0x1/type-name/structs.d.ts +48 -0
  17. package/lib/utils/_dependencies/source/0x1/type-name/structs.js +204 -0
  18. package/lib/utils/_dependencies/source/0x123/discount-mint/structs.d.ts +552 -0
  19. package/lib/utils/_dependencies/source/0x123/discount-mint/structs.js +1068 -0
  20. package/lib/utils/_dependencies/source/0x123/index.d.ts +2 -0
  21. package/lib/utils/_dependencies/source/0x123/index.js +5 -0
  22. package/lib/utils/_dependencies/source/0x123/init.d.ts +2 -0
  23. package/lib/utils/_dependencies/source/0x123/init.js +61 -0
  24. package/lib/utils/_dependencies/source/0x123/royalty-rule/structs.d.ts +85 -0
  25. package/lib/utils/_dependencies/source/0x123/royalty-rule/structs.js +340 -0
  26. package/lib/utils/_dependencies/source/0x123/staking/structs.d.ts +433 -0
  27. package/lib/utils/_dependencies/source/0x123/staking/structs.js +784 -0
  28. package/lib/utils/_dependencies/source/0x123/table-vec/structs.d.ts +63 -0
  29. package/lib/utils/_dependencies/source/0x123/table-vec/structs.js +236 -0
  30. package/lib/utils/_dependencies/source/0x123/typus-nft/structs.d.ts +1006 -0
  31. package/lib/utils/_dependencies/source/0x123/typus-nft/structs.js +1994 -0
  32. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/index.d.ts +2 -0
  33. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/index.js +5 -0
  34. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/init.d.ts +2 -0
  35. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/init.js +38 -0
  36. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/whitelist/structs.d.ts +340 -0
  37. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/whitelist/structs.js +1103 -0
  38. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/index.d.ts +2 -0
  39. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/index.js +5 -0
  40. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/init.d.ts +2 -0
  41. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/init.js +40 -0
  42. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/price-feed/structs.d.ts +47 -0
  43. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/price-feed/structs.js +215 -0
  44. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/price-update-policy/structs.d.ts +212 -0
  45. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/price-update-policy/structs.js +525 -0
  46. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/x-oracle/structs.d.ts +471 -0
  47. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/x-oracle/structs.js +669 -0
  48. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/airdrop/structs.d.ts +463 -0
  49. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/airdrop/structs.js +961 -0
  50. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/big-vector/structs.d.ts +137 -0
  51. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/big-vector/structs.js +401 -0
  52. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/critbit/structs.d.ts +226 -0
  53. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/critbit/structs.js +572 -0
  54. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/ecosystem/structs.d.ts +383 -0
  55. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/ecosystem/structs.js +802 -0
  56. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/index.d.ts +2 -0
  57. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/index.js +5 -0
  58. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/init.d.ts +2 -0
  59. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/init.js +72 -0
  60. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/leaderboard/structs.d.ts +591 -0
  61. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/leaderboard/structs.js +1156 -0
  62. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/linked-object-table/structs.d.ts +152 -0
  63. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/linked-object-table/structs.js +380 -0
  64. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/linked-set/structs.d.ts +138 -0
  65. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/linked-set/structs.js +376 -0
  66. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/tgld/structs.d.ts +261 -0
  67. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/tgld/structs.js +653 -0
  68. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/user/structs.d.ts +194 -0
  69. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/user/structs.js +509 -0
  70. package/lib/utils/_dependencies/source/0x2/authenticator-state/structs.d.ts +442 -0
  71. package/lib/utils/_dependencies/source/0x2/authenticator-state/structs.js +807 -0
  72. package/lib/utils/_dependencies/source/0x2/bag/structs.d.ts +56 -0
  73. package/lib/utils/_dependencies/source/0x2/bag/structs.js +210 -0
  74. package/lib/utils/_dependencies/source/0x2/balance/structs.d.ts +79 -0
  75. package/lib/utils/_dependencies/source/0x2/balance/structs.js +332 -0
  76. package/lib/utils/_dependencies/source/0x2/bcs/structs.d.ts +44 -0
  77. package/lib/utils/_dependencies/source/0x2/bcs/structs.js +227 -0
  78. package/lib/utils/_dependencies/source/0x2/bls12381/structs.d.ts +155 -0
  79. package/lib/utils/_dependencies/source/0x2/bls12381/structs.js +578 -0
  80. package/lib/utils/_dependencies/source/0x2/borrow/structs.d.ts +104 -0
  81. package/lib/utils/_dependencies/source/0x2/borrow/structs.js +353 -0
  82. package/lib/utils/_dependencies/source/0x2/clock/structs.d.ts +56 -0
  83. package/lib/utils/_dependencies/source/0x2/clock/structs.js +216 -0
  84. package/lib/utils/_dependencies/source/0x2/coin/structs.d.ts +379 -0
  85. package/lib/utils/_dependencies/source/0x2/coin/structs.js +924 -0
  86. package/lib/utils/_dependencies/source/0x2/deny-list/structs.d.ts +178 -0
  87. package/lib/utils/_dependencies/source/0x2/deny-list/structs.js +386 -0
  88. package/lib/utils/_dependencies/source/0x2/display/structs.d.ts +228 -0
  89. package/lib/utils/_dependencies/source/0x2/display/structs.js +498 -0
  90. package/lib/utils/_dependencies/source/0x2/dynamic-field/structs.d.ts +63 -0
  91. package/lib/utils/_dependencies/source/0x2/dynamic-field/structs.js +226 -0
  92. package/lib/utils/_dependencies/source/0x2/dynamic-object-field/structs.d.ts +42 -0
  93. package/lib/utils/_dependencies/source/0x2/dynamic-object-field/structs.js +208 -0
  94. package/lib/utils/_dependencies/source/0x2/groth16/structs.d.ts +186 -0
  95. package/lib/utils/_dependencies/source/0x2/groth16/structs.js +626 -0
  96. package/lib/utils/_dependencies/source/0x2/group-ops/structs.d.ts +44 -0
  97. package/lib/utils/_dependencies/source/0x2/group-ops/structs.js +229 -0
  98. package/lib/utils/_dependencies/source/0x2/index.d.ts +2 -0
  99. package/lib/utils/_dependencies/source/0x2/index.js +5 -0
  100. package/lib/utils/_dependencies/source/0x2/init.d.ts +2 -0
  101. package/lib/utils/_dependencies/source/0x2/init.js +151 -0
  102. package/lib/utils/_dependencies/source/0x2/kiosk/structs.d.ts +565 -0
  103. package/lib/utils/_dependencies/source/0x2/kiosk/structs.js +1501 -0
  104. package/lib/utils/_dependencies/source/0x2/kiosk-extension/structs.d.ts +112 -0
  105. package/lib/utils/_dependencies/source/0x2/kiosk-extension/structs.js +349 -0
  106. package/lib/utils/_dependencies/source/0x2/linked-table/structs.d.ts +144 -0
  107. package/lib/utils/_dependencies/source/0x2/linked-table/structs.js +380 -0
  108. package/lib/utils/_dependencies/source/0x2/object/structs.d.ts +83 -0
  109. package/lib/utils/_dependencies/source/0x2/object/structs.js +328 -0
  110. package/lib/utils/_dependencies/source/0x2/object-bag/structs.d.ts +56 -0
  111. package/lib/utils/_dependencies/source/0x2/object-bag/structs.js +210 -0
  112. package/lib/utils/_dependencies/source/0x2/object-table/structs.d.ts +56 -0
  113. package/lib/utils/_dependencies/source/0x2/object-table/structs.js +218 -0
  114. package/lib/utils/_dependencies/source/0x2/package/structs.d.ts +262 -0
  115. package/lib/utils/_dependencies/source/0x2/package/structs.js +682 -0
  116. package/lib/utils/_dependencies/source/0x2/priority-queue/structs.d.ts +101 -0
  117. package/lib/utils/_dependencies/source/0x2/priority-queue/structs.js +376 -0
  118. package/lib/utils/_dependencies/source/0x2/random/structs.d.ts +190 -0
  119. package/lib/utils/_dependencies/source/0x2/random/structs.js +533 -0
  120. package/lib/utils/_dependencies/source/0x2/sui/structs.d.ts +41 -0
  121. package/lib/utils/_dependencies/source/0x2/sui/structs.js +203 -0
  122. package/lib/utils/_dependencies/source/0x2/table/structs.d.ts +56 -0
  123. package/lib/utils/_dependencies/source/0x2/table/structs.js +218 -0
  124. package/lib/utils/_dependencies/source/0x2/table-vec/structs.d.ts +63 -0
  125. package/lib/utils/_dependencies/source/0x2/table-vec/structs.js +236 -0
  126. package/lib/utils/_dependencies/source/0x2/token/structs.d.ts +424 -0
  127. package/lib/utils/_dependencies/source/0x2/token/structs.js +937 -0
  128. package/lib/utils/_dependencies/source/0x2/transfer/structs.d.ts +52 -0
  129. package/lib/utils/_dependencies/source/0x2/transfer/structs.js +218 -0
  130. package/lib/utils/_dependencies/source/0x2/transfer-policy/structs.d.ts +345 -0
  131. package/lib/utils/_dependencies/source/0x2/transfer-policy/structs.js +923 -0
  132. package/lib/utils/_dependencies/source/0x2/tx-context/structs.d.ts +68 -0
  133. package/lib/utils/_dependencies/source/0x2/tx-context/structs.js +257 -0
  134. package/lib/utils/_dependencies/source/0x2/url/structs.d.ts +48 -0
  135. package/lib/utils/_dependencies/source/0x2/url/structs.js +204 -0
  136. package/lib/utils/_dependencies/source/0x2/vec-map/structs.d.ts +101 -0
  137. package/lib/utils/_dependencies/source/0x2/vec-map/structs.js +378 -0
  138. package/lib/utils/_dependencies/source/0x2/vec-set/structs.d.ts +45 -0
  139. package/lib/utils/_dependencies/source/0x2/vec-set/structs.js +232 -0
  140. package/lib/utils/_dependencies/source/0x2/versioned/structs.d.ts +104 -0
  141. package/lib/utils/_dependencies/source/0x2/versioned/structs.js +353 -0
  142. package/lib/utils/_dependencies/source/0x2/zklogin-verified-id/structs.d.ts +105 -0
  143. package/lib/utils/_dependencies/source/0x2/zklogin-verified-id/structs.js +241 -0
  144. package/lib/utils/_dependencies/source/0x2/zklogin-verified-issuer/structs.d.ts +69 -0
  145. package/lib/utils/_dependencies/source/0x2/zklogin-verified-issuer/structs.js +223 -0
  146. package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.d.ts +2 -0
  147. package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.js +5 -0
  148. package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.d.ts +2 -0
  149. package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.js +31 -0
  150. package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.d.ts +50 -0
  151. package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.js +204 -0
  152. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.d.ts +2 -0
  153. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.js +5 -0
  154. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.d.ts +2 -0
  155. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.js +34 -0
  156. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.d.ts +41 -0
  157. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.js +203 -0
  158. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.d.ts +112 -0
  159. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.js +359 -0
  160. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/auto-bid/structs.d.ts +1404 -0
  161. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/auto-bid/structs.js +2581 -0
  162. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/index.d.ts +2 -0
  163. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/index.js +5 -0
  164. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/init.d.ts +2 -0
  165. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/init.js +131 -0
  166. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tails-staking/structs.d.ts +1201 -0
  167. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tails-staking/structs.js +2527 -0
  168. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-authorized-entry/structs.d.ts +1622 -0
  169. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-authorized-entry/structs.js +2192 -0
  170. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-fee-pool-entry/structs.d.ts +395 -0
  171. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-fee-pool-entry/structs.js +1094 -0
  172. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-registry-authorized-entry/structs.d.ts +994 -0
  173. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-registry-authorized-entry/structs.js +1358 -0
  174. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-view-function/structs.d.ts +77 -0
  175. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-view-function/structs.js +245 -0
  176. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/typus-dov-single/structs.d.ts +4338 -0
  177. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/typus-dov-single/structs.js +5821 -0
  178. package/lib/utils/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.d.ts +2 -0
  179. package/lib/utils/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.js +5 -0
  180. package/lib/utils/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.d.ts +2 -0
  181. package/lib/utils/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.js +5 -0
  182. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/ac-table/structs.d.ts +218 -0
  183. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/ac-table/structs.js +524 -0
  184. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/balance-bag/structs.d.ts +77 -0
  185. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/balance-bag/structs.js +217 -0
  186. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/index.d.ts +2 -0
  187. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/index.js +5 -0
  188. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/init.d.ts +2 -0
  189. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/init.js +46 -0
  190. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/one-time-lock-value/structs.d.ts +69 -0
  191. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/one-time-lock-value/structs.js +233 -0
  192. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/ownership/structs.d.ts +60 -0
  193. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/ownership/structs.js +218 -0
  194. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/supply-bag/structs.d.ts +77 -0
  195. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/supply-bag/structs.js +217 -0
  196. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/wit-table/structs.d.ts +103 -0
  197. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/wit-table/structs.js +259 -0
  198. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/witness/structs.d.ts +79 -0
  199. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/witness/structs.js +332 -0
  200. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/index.d.ts +2 -0
  201. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/index.js +5 -0
  202. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/init.d.ts +2 -0
  203. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/init.js +40 -0
  204. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/oracle/structs.d.ts +277 -0
  205. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/oracle/structs.js +553 -0
  206. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/pyth-parser/structs.d.ts +102 -0
  207. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/pyth-parser/structs.js +353 -0
  208. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/supra/structs.d.ts +65 -0
  209. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/supra/structs.js +233 -0
  210. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/switchboard-feed-parser/structs.d.ts +65 -0
  211. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/switchboard-feed-parser/structs.js +233 -0
  212. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.d.ts +83 -0
  213. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.js +192 -0
  214. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.d.ts +333 -0
  215. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.js +382 -0
  216. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.d.ts +68 -0
  217. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.js +176 -0
  218. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.d.ts +843 -0
  219. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.js +959 -0
  220. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.d.ts +41 -0
  221. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.js +167 -0
  222. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +2 -0
  223. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +5 -0
  224. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.d.ts +2 -0
  225. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.js +80 -0
  226. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.d.ts +146 -0
  227. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.js +274 -0
  228. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.d.ts +2272 -0
  229. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.js +4465 -0
  230. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.d.ts +719 -0
  231. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.js +1107 -0
  232. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.d.ts +2 -0
  233. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.js +5 -0
  234. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.d.ts +2 -0
  235. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.js +44 -0
  236. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.d.ts +81 -0
  237. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.js +258 -0
  238. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.d.ts +53 -0
  239. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.js +221 -0
  240. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.d.ts +115 -0
  241. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.js +294 -0
  242. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.d.ts +50 -0
  243. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.js +204 -0
  244. package/lib/utils/_dependencies/source/0x9c564002970ce40370b0c1a8328d2e91924dab43ca2cb483af67aaf0f7cbe44e/index.d.ts +2 -0
  245. package/lib/utils/_dependencies/source/0x9c564002970ce40370b0c1a8328d2e91924dab43ca2cb483af67aaf0f7cbe44e/index.js +5 -0
  246. package/lib/utils/_dependencies/source/0x9c564002970ce40370b0c1a8328d2e91924dab43ca2cb483af67aaf0f7cbe44e/init.d.ts +2 -0
  247. package/lib/utils/_dependencies/source/0x9c564002970ce40370b0c1a8328d2e91924dab43ca2cb483af67aaf0f7cbe44e/init.js +5 -0
  248. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/authority/structs.d.ts +83 -0
  249. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/authority/structs.js +234 -0
  250. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/balance-pool/structs.d.ts +333 -0
  251. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/balance-pool/structs.js +528 -0
  252. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/big-vector/structs.d.ts +68 -0
  253. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/big-vector/structs.js +230 -0
  254. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/dutch/structs.d.ts +843 -0
  255. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/dutch/structs.js +1573 -0
  256. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/i64/structs.d.ts +41 -0
  257. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/i64/structs.js +203 -0
  258. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/index.d.ts +2 -0
  259. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/index.js +5 -0
  260. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/init.d.ts +2 -0
  261. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/init.js +80 -0
  262. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/linked-list/structs.d.ts +146 -0
  263. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/linked-list/structs.js +386 -0
  264. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/vault/structs.d.ts +2272 -0
  265. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/vault/structs.js +4465 -0
  266. package/lib/utils/_dependencies/source/0xad013d5fde39e15eabda32b3dbdafd67dac32b798ce63237c27a8f73339b9b6f/index.d.ts +2 -0
  267. package/lib/utils/_dependencies/source/0xad013d5fde39e15eabda32b3dbdafd67dac32b798ce63237c27a8f73339b9b6f/index.js +5 -0
  268. package/lib/utils/_dependencies/source/0xad013d5fde39e15eabda32b3dbdafd67dac32b798ce63237c27a8f73339b9b6f/init.d.ts +2 -0
  269. package/lib/utils/_dependencies/source/0xad013d5fde39e15eabda32b3dbdafd67dac32b798ce63237c27a8f73339b9b6f/init.js +5 -0
  270. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.d.ts +2 -0
  271. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.js +5 -0
  272. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.d.ts +2 -0
  273. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.js +37 -0
  274. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.d.ts +79 -0
  275. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.js +328 -0
  276. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.d.ts +85 -0
  277. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.js +340 -0
  278. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.d.ts +41 -0
  279. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.js +205 -0
  280. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/coin-decimals-registry/structs.d.ts +174 -0
  281. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/coin-decimals-registry/structs.js +511 -0
  282. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/index.d.ts +2 -0
  283. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/index.js +5 -0
  284. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/init.d.ts +2 -0
  285. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/init.js +33 -0
  286. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes20/structs.d.ts +44 -0
  287. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes20/structs.js +227 -0
  288. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes32/structs.d.ts +44 -0
  289. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes32/structs.js +227 -0
  290. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/consumed-vaas/structs.d.ts +72 -0
  291. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/consumed-vaas/structs.js +231 -0
  292. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/cursor/structs.d.ts +45 -0
  293. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/cursor/structs.js +232 -0
  294. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.d.ts +140 -0
  295. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.js +466 -0
  296. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/external-address/structs.d.ts +52 -0
  297. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/external-address/structs.js +204 -0
  298. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/fee-collector/structs.d.ts +58 -0
  299. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/fee-collector/structs.js +241 -0
  300. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.d.ts +158 -0
  301. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.js +406 -0
  302. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian/structs.d.ts +52 -0
  303. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian/structs.js +204 -0
  304. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-set/structs.d.ts +75 -0
  305. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-set/structs.js +246 -0
  306. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-signature/structs.d.ts +80 -0
  307. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-signature/structs.js +228 -0
  308. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.d.ts +2 -0
  309. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.js +5 -0
  310. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/init.d.ts +2 -0
  311. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/init.js +91 -0
  312. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/migrate/structs.d.ts +46 -0
  313. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/migrate/structs.js +204 -0
  314. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.d.ts +177 -0
  315. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.js +592 -0
  316. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.d.ts +141 -0
  317. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.js +413 -0
  318. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set/structs.d.ts +101 -0
  319. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set/structs.js +361 -0
  320. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set-fee/structs.d.ts +79 -0
  321. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set-fee/structs.js +328 -0
  322. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/setup/structs.d.ts +50 -0
  323. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/setup/structs.js +204 -0
  324. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.d.ts +269 -0
  325. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.js +413 -0
  326. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/transfer-fee/structs.d.ts +85 -0
  327. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/transfer-fee/structs.js +340 -0
  328. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/update-guardian-set/structs.d.ts +145 -0
  329. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/update-guardian-set/structs.js +490 -0
  330. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.d.ts +143 -0
  331. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.js +467 -0
  332. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/vaa/structs.d.ts +122 -0
  333. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/vaa/structs.js +283 -0
  334. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/version-control/structs.d.ts +79 -0
  335. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/version-control/structs.js +328 -0
  336. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/batch-price-attestation/structs.d.ts +279 -0
  337. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/batch-price-attestation/structs.js +407 -0
  338. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/contract-upgrade/structs.d.ts +105 -0
  339. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/contract-upgrade/structs.js +342 -0
  340. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/data-source/structs.d.ts +66 -0
  341. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/data-source/structs.js +216 -0
  342. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/event/structs.d.ts +200 -0
  343. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/event/structs.js +341 -0
  344. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance/structs.d.ts +67 -0
  345. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance/structs.js +246 -0
  346. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-action/structs.d.ts +41 -0
  347. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-action/structs.js +203 -0
  348. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-instruction/structs.d.ts +71 -0
  349. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-instruction/structs.js +252 -0
  350. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/hot-potato-vector/structs.d.ts +45 -0
  351. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/hot-potato-vector/structs.js +232 -0
  352. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/i64/structs.d.ts +47 -0
  353. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/i64/structs.js +215 -0
  354. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.d.ts +2 -0
  355. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.js +5 -0
  356. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/init.d.ts +2 -0
  357. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/init.js +85 -0
  358. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/migrate/structs.d.ts +46 -0
  359. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/migrate/structs.js +204 -0
  360. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price/structs.d.ts +84 -0
  361. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price/structs.js +228 -0
  362. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-feed/structs.d.ts +153 -0
  363. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-feed/structs.js +223 -0
  364. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-identifier/structs.d.ts +44 -0
  365. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-identifier/structs.js +227 -0
  366. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-info/structs.d.ts +351 -0
  367. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-info/structs.js +360 -0
  368. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-status/structs.d.ts +41 -0
  369. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-status/structs.js +203 -0
  370. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set/structs.d.ts +110 -0
  371. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set/structs.js +370 -0
  372. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-data-sources/structs.d.ts +75 -0
  373. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-data-sources/structs.js +228 -0
  374. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-fee-recipient/structs.d.ts +41 -0
  375. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-fee-recipient/structs.js +203 -0
  376. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-governance-data-source/structs.d.ts +72 -0
  377. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-governance-data-source/structs.js +222 -0
  378. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-stale-price-threshold/structs.d.ts +41 -0
  379. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-stale-price-threshold/structs.js +203 -0
  380. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-update-fee/structs.d.ts +47 -0
  381. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-update-fee/structs.js +215 -0
  382. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/setup/structs.d.ts +50 -0
  383. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/setup/structs.js +204 -0
  384. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.d.ts +269 -0
  385. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.js +507 -0
  386. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.d.ts +79 -0
  387. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.js +328 -0
  388. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/admin/structs.d.ts +215 -0
  389. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/admin/structs.js +533 -0
  390. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/index.d.ts +2 -0
  391. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/index.js +5 -0
  392. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/init.d.ts +2 -0
  393. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/init.js +44 -0
  394. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/rewards-pool/structs.d.ts +93 -0
  395. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/rewards-pool/structs.js +243 -0
  396. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/spool/structs.d.ts +125 -0
  397. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/spool/structs.js +271 -0
  398. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/spool-account/structs.d.ts +114 -0
  399. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/spool-account/structs.js +250 -0
  400. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/user/structs.d.ts +413 -0
  401. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/user/structs.js +754 -0
  402. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/app/structs.d.ts +210 -0
  403. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/app/structs.js +392 -0
  404. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/asset-active-state/structs.d.ts +250 -0
  405. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/asset-active-state/structs.js +491 -0
  406. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/borrow/structs.d.ts +85 -0
  407. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/borrow/structs.js +235 -0
  408. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/borrow-dynamics/structs.d.ts +106 -0
  409. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/borrow-dynamics/structs.js +353 -0
  410. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/collateral-stats/structs.d.ts +79 -0
  411. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/collateral-stats/structs.js +328 -0
  412. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/deposit-collateral/structs.d.ts +79 -0
  413. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/deposit-collateral/structs.js +229 -0
  414. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/flash-loan/structs.d.ts +132 -0
  415. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/flash-loan/structs.js +365 -0
  416. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/incentive-rewards/structs.d.ts +109 -0
  417. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/incentive-rewards/structs.js +342 -0
  418. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/index.d.ts +2 -0
  419. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/index.js +5 -0
  420. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/init.d.ts +2 -0
  421. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/init.js +114 -0
  422. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/interest-model/structs.d.ts +571 -0
  423. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/interest-model/structs.js +682 -0
  424. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/limiter/structs.d.ts +591 -0
  425. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/limiter/structs.js +1360 -0
  426. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/liquidate/structs.d.ts +111 -0
  427. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/liquidate/structs.js +247 -0
  428. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/lock-obligation/structs.d.ts +67 -0
  429. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/lock-obligation/structs.js +217 -0
  430. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/market/structs.d.ts +854 -0
  431. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/market/structs.js +293 -0
  432. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/mint/structs.d.ts +100 -0
  433. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/mint/structs.js +240 -0
  434. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation/structs.d.ts +628 -0
  435. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation/structs.js +1010 -0
  436. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-access/structs.d.ts +92 -0
  437. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-access/structs.js +224 -0
  438. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-collaterals/structs.d.ts +79 -0
  439. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-collaterals/structs.js +328 -0
  440. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-debts/structs.d.ts +85 -0
  441. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-debts/structs.js +340 -0
  442. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/open-obligation/structs.d.ts +104 -0
  443. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/open-obligation/structs.js +347 -0
  444. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/redeem/structs.d.ts +100 -0
  445. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/redeem/structs.js +240 -0
  446. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/repay/structs.d.ts +85 -0
  447. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/repay/structs.js +235 -0
  448. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/reserve/structs.d.ts +497 -0
  449. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/reserve/structs.js +927 -0
  450. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/risk-model/structs.d.ts +443 -0
  451. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/risk-model/structs.js +658 -0
  452. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/version/structs.d.ts +102 -0
  453. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/version/structs.js +335 -0
  454. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/withdraw-collateral/structs.d.ts +79 -0
  455. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/withdraw-collateral/structs.js +229 -0
  456. package/lib/utils/_framework/init-source.d.ts +1 -0
  457. package/lib/utils/_framework/init-source.js +81 -0
  458. package/lib/utils/_framework/loader.d.ts +17 -0
  459. package/lib/utils/_framework/loader.js +99 -0
  460. package/lib/utils/_framework/reified.d.ts +100 -0
  461. package/lib/utils/_framework/reified.js +263 -0
  462. package/lib/utils/_framework/util.d.ts +53 -0
  463. package/lib/utils/_framework/util.js +252 -0
  464. package/lib/utils/api/sentio/reward-generated.d.ts +1 -0
  465. package/lib/utils/api/sentio/reward-generated.js +54 -1
  466. package/lib/utils/locked-period-vault/index.d.ts +3 -0
  467. package/lib/utils/locked-period-vault/index.js +6 -0
  468. package/lib/utils/locked-period-vault/init.d.ts +2 -0
  469. package/lib/utils/locked-period-vault/init.js +44 -0
  470. package/lib/utils/locked-period-vault/locked-period-vault/functions.d.ts +137 -0
  471. package/lib/utils/locked-period-vault/locked-period-vault/functions.js +264 -0
  472. package/lib/utils/locked-period-vault/locked-period-vault/structs.d.ts +1236 -0
  473. package/lib/utils/locked-period-vault/locked-period-vault/structs.js +2400 -0
  474. package/lib/utils/typus-dov-single-v2/user-history.js +2 -1
  475. package/lib/utils/typus_perp/admin/functions.d.ts +18 -0
  476. package/lib/utils/typus_perp/admin/functions.js +43 -0
  477. package/lib/utils/typus_perp/admin/structs.d.ts +371 -0
  478. package/lib/utils/typus_perp/admin/structs.js +796 -0
  479. package/lib/utils/typus_perp/critbit/functions.d.ts +101 -0
  480. package/lib/utils/typus_perp/critbit/functions.js +186 -0
  481. package/lib/utils/typus_perp/critbit/structs.d.ts +226 -0
  482. package/lib/utils/typus_perp/critbit/structs.js +572 -0
  483. package/lib/utils/typus_perp/index.d.ts +2 -0
  484. package/lib/utils/typus_perp/index.js +5 -0
  485. package/lib/utils/typus_perp/init.d.ts +2 -0
  486. package/lib/utils/typus_perp/init.js +121 -0
  487. package/lib/utils/typus_perp/lp-pool/functions.d.ts +231 -0
  488. package/lib/utils/typus_perp/lp-pool/functions.js +346 -0
  489. package/lib/utils/typus_perp/lp-pool/structs.d.ts +2232 -0
  490. package/lib/utils/typus_perp/lp-pool/structs.js +3300 -0
  491. package/lib/utils/typus_perp/math/functions.d.ts +16 -0
  492. package/lib/utils/typus_perp/math/functions.js +33 -0
  493. package/lib/utils/typus_perp/oracle/functions.d.ts +14 -0
  494. package/lib/utils/typus_perp/oracle/functions.js +23 -0
  495. package/lib/utils/typus_perp/oracle/structs.d.ts +102 -0
  496. package/lib/utils/typus_perp/oracle/structs.js +353 -0
  497. package/lib/utils/typus_perp/position/functions.d.ts +189 -0
  498. package/lib/utils/typus_perp/position/functions.js +307 -0
  499. package/lib/utils/typus_perp/position/structs.d.ts +588 -0
  500. package/lib/utils/typus_perp/position/structs.js +763 -0
  501. package/lib/utils/typus_perp/stake-pool/functions.d.ts +180 -0
  502. package/lib/utils/typus_perp/stake-pool/functions.js +276 -0
  503. package/lib/utils/typus_perp/stake-pool/structs.d.ts +2089 -0
  504. package/lib/utils/typus_perp/stake-pool/structs.js +3539 -0
  505. package/lib/utils/typus_perp/symbol/functions.d.ts +10 -0
  506. package/lib/utils/typus_perp/symbol/functions.js +21 -0
  507. package/lib/utils/typus_perp/symbol/structs.d.ts +76 -0
  508. package/lib/utils/typus_perp/symbol/structs.js +216 -0
  509. package/lib/utils/typus_perp/tlp/functions.d.ts +20 -0
  510. package/lib/utils/typus_perp/tlp/functions.js +36 -0
  511. package/lib/utils/typus_perp/tlp/structs.d.ts +88 -0
  512. package/lib/utils/typus_perp/tlp/structs.js +329 -0
  513. package/lib/utils/typus_perp/token-interface/functions.d.ts +12 -0
  514. package/lib/utils/typus_perp/token-interface/functions.js +21 -0
  515. package/lib/utils/typus_perp/trading/functions.d.ts +234 -0
  516. package/lib/utils/typus_perp/trading/functions.js +329 -0
  517. package/lib/utils/typus_perp/trading/structs.d.ts +2305 -0
  518. package/lib/utils/typus_perp/trading/structs.js +3792 -0
  519. package/lib/utils/typus_perp/treasury-caps/functions.d.ts +10 -0
  520. package/lib/utils/typus_perp/treasury-caps/functions.js +33 -0
  521. package/lib/utils/typus_perp/treasury-caps/structs.d.ts +50 -0
  522. package/lib/utils/typus_perp/treasury-caps/structs.js +204 -0
  523. package/lib/utils/typus_perp/utils/functions.d.ts +24 -0
  524. package/lib/utils/typus_perp/utils/functions.js +41 -0
  525. package/package.json +2 -2
  526. package/lib/utils/locked-period-vault/user-entry.d.ts +0 -81
  527. package/lib/utils/locked-period-vault/user-entry.js +0 -101
@@ -0,0 +1,1622 @@
1
+ import * as reified from "../../../../_framework/reified";
2
+ import { PhantomReified, Reified, StructClass, ToField, ToTypeStr, Vector } from "../../../../_framework/reified";
3
+ import { FieldsWithTypes } from "../../../../_framework/util";
4
+ import { TypeName } from "../../0x1/type-name/structs";
5
+ import { Config, VaultConfig } from "../typus-dov-single/structs";
6
+ import { SuiClient, SuiParsedData } from "@mysten/sui.js/client";
7
+ export declare function isAddPortfolioVaultAuthorizedUserEvent(type: string): boolean;
8
+ export interface AddPortfolioVaultAuthorizedUserEventFields {
9
+ signer: ToField<"address">;
10
+ index: ToField<"u64">;
11
+ users: ToField<Vector<"address">>;
12
+ }
13
+ export type AddPortfolioVaultAuthorizedUserEventReified = Reified<AddPortfolioVaultAuthorizedUserEvent, AddPortfolioVaultAuthorizedUserEventFields>;
14
+ export declare class AddPortfolioVaultAuthorizedUserEvent implements StructClass {
15
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::AddPortfolioVaultAuthorizedUserEvent";
16
+ static readonly $numTypeParams = 0;
17
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::AddPortfolioVaultAuthorizedUserEvent";
18
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::AddPortfolioVaultAuthorizedUserEvent";
19
+ readonly $typeArgs: [];
20
+ readonly signer: ToField<"address">;
21
+ readonly index: ToField<"u64">;
22
+ readonly users: ToField<Vector<"address">>;
23
+ private constructor();
24
+ static reified(): AddPortfolioVaultAuthorizedUserEventReified;
25
+ static get r(): reified.StructClassReified<AddPortfolioVaultAuthorizedUserEvent, AddPortfolioVaultAuthorizedUserEventFields>;
26
+ static phantom(): PhantomReified<ToTypeStr<AddPortfolioVaultAuthorizedUserEvent>>;
27
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::AddPortfolioVaultAuthorizedUserEvent">;
28
+ static get bcs(): import("@mysten/bcs").BcsType<{
29
+ signer: string;
30
+ index: string;
31
+ users: string[];
32
+ }, {
33
+ signer: string;
34
+ index: string | number | bigint;
35
+ users: Iterable<string> & {
36
+ length: number;
37
+ };
38
+ }>;
39
+ static fromFields(fields: Record<string, any>): AddPortfolioVaultAuthorizedUserEvent;
40
+ static fromFieldsWithTypes(item: FieldsWithTypes): AddPortfolioVaultAuthorizedUserEvent;
41
+ static fromBcs(data: Uint8Array): AddPortfolioVaultAuthorizedUserEvent;
42
+ toJSONField(): {
43
+ signer: string;
44
+ index: string;
45
+ users: string[];
46
+ };
47
+ toJSON(): {
48
+ signer: string;
49
+ index: string;
50
+ users: string[];
51
+ $typeName: string;
52
+ $typeArgs: [];
53
+ };
54
+ static fromJSONField(field: any): AddPortfolioVaultAuthorizedUserEvent;
55
+ static fromJSON(json: Record<string, any>): AddPortfolioVaultAuthorizedUserEvent;
56
+ static fromSuiParsedData(content: SuiParsedData): AddPortfolioVaultAuthorizedUserEvent;
57
+ static fetch(client: SuiClient, id: string): Promise<AddPortfolioVaultAuthorizedUserEvent>;
58
+ }
59
+ export declare function isCreateScallopSpoolAccount(type: string): boolean;
60
+ export interface CreateScallopSpoolAccountFields {
61
+ signer: ToField<"address">;
62
+ index: ToField<"u64">;
63
+ spoolId: ToField<"address">;
64
+ spoolAccountId: ToField<"address">;
65
+ }
66
+ export type CreateScallopSpoolAccountReified = Reified<CreateScallopSpoolAccount, CreateScallopSpoolAccountFields>;
67
+ export declare class CreateScallopSpoolAccount implements StructClass {
68
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::CreateScallopSpoolAccount";
69
+ static readonly $numTypeParams = 0;
70
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::CreateScallopSpoolAccount";
71
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::CreateScallopSpoolAccount";
72
+ readonly $typeArgs: [];
73
+ readonly signer: ToField<"address">;
74
+ readonly index: ToField<"u64">;
75
+ readonly spoolId: ToField<"address">;
76
+ readonly spoolAccountId: ToField<"address">;
77
+ private constructor();
78
+ static reified(): CreateScallopSpoolAccountReified;
79
+ static get r(): reified.StructClassReified<CreateScallopSpoolAccount, CreateScallopSpoolAccountFields>;
80
+ static phantom(): PhantomReified<ToTypeStr<CreateScallopSpoolAccount>>;
81
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::CreateScallopSpoolAccount">;
82
+ static get bcs(): import("@mysten/bcs").BcsType<{
83
+ signer: string;
84
+ index: string;
85
+ spool_id: string;
86
+ spool_account_id: string;
87
+ }, {
88
+ signer: string;
89
+ index: string | number | bigint;
90
+ spool_id: string;
91
+ spool_account_id: string;
92
+ }>;
93
+ static fromFields(fields: Record<string, any>): CreateScallopSpoolAccount;
94
+ static fromFieldsWithTypes(item: FieldsWithTypes): CreateScallopSpoolAccount;
95
+ static fromBcs(data: Uint8Array): CreateScallopSpoolAccount;
96
+ toJSONField(): {
97
+ signer: string;
98
+ index: string;
99
+ spoolId: string;
100
+ spoolAccountId: string;
101
+ };
102
+ toJSON(): {
103
+ signer: string;
104
+ index: string;
105
+ spoolId: string;
106
+ spoolAccountId: string;
107
+ $typeName: string;
108
+ $typeArgs: [];
109
+ };
110
+ static fromJSONField(field: any): CreateScallopSpoolAccount;
111
+ static fromJSON(json: Record<string, any>): CreateScallopSpoolAccount;
112
+ static fromSuiParsedData(content: SuiParsedData): CreateScallopSpoolAccount;
113
+ static fetch(client: SuiClient, id: string): Promise<CreateScallopSpoolAccount>;
114
+ }
115
+ export declare function isDepositScallop(type: string): boolean;
116
+ export interface DepositScallopFields {
117
+ signer: ToField<"address">;
118
+ index: ToField<"u64">;
119
+ u64Padding: ToField<Vector<"u64">>;
120
+ }
121
+ export type DepositScallopReified = Reified<DepositScallop, DepositScallopFields>;
122
+ export declare class DepositScallop implements StructClass {
123
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::DepositScallop";
124
+ static readonly $numTypeParams = 0;
125
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::DepositScallop";
126
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::DepositScallop";
127
+ readonly $typeArgs: [];
128
+ readonly signer: ToField<"address">;
129
+ readonly index: ToField<"u64">;
130
+ readonly u64Padding: ToField<Vector<"u64">>;
131
+ private constructor();
132
+ static reified(): DepositScallopReified;
133
+ static get r(): reified.StructClassReified<DepositScallop, DepositScallopFields>;
134
+ static phantom(): PhantomReified<ToTypeStr<DepositScallop>>;
135
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::DepositScallop">;
136
+ static get bcs(): import("@mysten/bcs").BcsType<{
137
+ signer: string;
138
+ index: string;
139
+ u64_padding: string[];
140
+ }, {
141
+ signer: string;
142
+ index: string | number | bigint;
143
+ u64_padding: Iterable<string | number | bigint> & {
144
+ length: number;
145
+ };
146
+ }>;
147
+ static fromFields(fields: Record<string, any>): DepositScallop;
148
+ static fromFieldsWithTypes(item: FieldsWithTypes): DepositScallop;
149
+ static fromBcs(data: Uint8Array): DepositScallop;
150
+ toJSONField(): {
151
+ signer: string;
152
+ index: string;
153
+ u64Padding: string[];
154
+ };
155
+ toJSON(): {
156
+ signer: string;
157
+ index: string;
158
+ u64Padding: string[];
159
+ $typeName: string;
160
+ $typeArgs: [];
161
+ };
162
+ static fromJSONField(field: any): DepositScallop;
163
+ static fromJSON(json: Record<string, any>): DepositScallop;
164
+ static fromSuiParsedData(content: SuiParsedData): DepositScallop;
165
+ static fetch(client: SuiClient, id: string): Promise<DepositScallop>;
166
+ }
167
+ export declare function isDisableScallop(type: string): boolean;
168
+ export interface DisableScallopFields {
169
+ signer: ToField<"address">;
170
+ index: ToField<"u64">;
171
+ }
172
+ export type DisableScallopReified = Reified<DisableScallop, DisableScallopFields>;
173
+ export declare class DisableScallop implements StructClass {
174
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::DisableScallop";
175
+ static readonly $numTypeParams = 0;
176
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::DisableScallop";
177
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::DisableScallop";
178
+ readonly $typeArgs: [];
179
+ readonly signer: ToField<"address">;
180
+ readonly index: ToField<"u64">;
181
+ private constructor();
182
+ static reified(): DisableScallopReified;
183
+ static get r(): reified.StructClassReified<DisableScallop, DisableScallopFields>;
184
+ static phantom(): PhantomReified<ToTypeStr<DisableScallop>>;
185
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::DisableScallop">;
186
+ static get bcs(): import("@mysten/bcs").BcsType<{
187
+ signer: string;
188
+ index: string;
189
+ }, {
190
+ signer: string;
191
+ index: string | number | bigint;
192
+ }>;
193
+ static fromFields(fields: Record<string, any>): DisableScallop;
194
+ static fromFieldsWithTypes(item: FieldsWithTypes): DisableScallop;
195
+ static fromBcs(data: Uint8Array): DisableScallop;
196
+ toJSONField(): {
197
+ signer: string;
198
+ index: string;
199
+ };
200
+ toJSON(): {
201
+ signer: string;
202
+ index: string;
203
+ $typeName: string;
204
+ $typeArgs: [];
205
+ };
206
+ static fromJSONField(field: any): DisableScallop;
207
+ static fromJSON(json: Record<string, any>): DisableScallop;
208
+ static fromSuiParsedData(content: SuiParsedData): DisableScallop;
209
+ static fetch(client: SuiClient, id: string): Promise<DisableScallop>;
210
+ }
211
+ export declare function isEnableScallop(type: string): boolean;
212
+ export interface EnableScallopFields {
213
+ signer: ToField<"address">;
214
+ index: ToField<"u64">;
215
+ }
216
+ export type EnableScallopReified = Reified<EnableScallop, EnableScallopFields>;
217
+ export declare class EnableScallop implements StructClass {
218
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::EnableScallop";
219
+ static readonly $numTypeParams = 0;
220
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::EnableScallop";
221
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::EnableScallop";
222
+ readonly $typeArgs: [];
223
+ readonly signer: ToField<"address">;
224
+ readonly index: ToField<"u64">;
225
+ private constructor();
226
+ static reified(): EnableScallopReified;
227
+ static get r(): reified.StructClassReified<EnableScallop, EnableScallopFields>;
228
+ static phantom(): PhantomReified<ToTypeStr<EnableScallop>>;
229
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::EnableScallop">;
230
+ static get bcs(): import("@mysten/bcs").BcsType<{
231
+ signer: string;
232
+ index: string;
233
+ }, {
234
+ signer: string;
235
+ index: string | number | bigint;
236
+ }>;
237
+ static fromFields(fields: Record<string, any>): EnableScallop;
238
+ static fromFieldsWithTypes(item: FieldsWithTypes): EnableScallop;
239
+ static fromBcs(data: Uint8Array): EnableScallop;
240
+ toJSONField(): {
241
+ signer: string;
242
+ index: string;
243
+ };
244
+ toJSON(): {
245
+ signer: string;
246
+ index: string;
247
+ $typeName: string;
248
+ $typeArgs: [];
249
+ };
250
+ static fromJSONField(field: any): EnableScallop;
251
+ static fromJSON(json: Record<string, any>): EnableScallop;
252
+ static fromSuiParsedData(content: SuiParsedData): EnableScallop;
253
+ static fetch(client: SuiClient, id: string): Promise<EnableScallop>;
254
+ }
255
+ export declare function isFixedIncentiviseEvent(type: string): boolean;
256
+ export interface FixedIncentiviseEventFields {
257
+ signer: ToField<"address">;
258
+ token: ToField<TypeName>;
259
+ amount: ToField<"u64">;
260
+ fixedIncentiveAmount: ToField<"u64">;
261
+ }
262
+ export type FixedIncentiviseEventReified = Reified<FixedIncentiviseEvent, FixedIncentiviseEventFields>;
263
+ export declare class FixedIncentiviseEvent implements StructClass {
264
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::FixedIncentiviseEvent";
265
+ static readonly $numTypeParams = 0;
266
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::FixedIncentiviseEvent";
267
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::FixedIncentiviseEvent";
268
+ readonly $typeArgs: [];
269
+ readonly signer: ToField<"address">;
270
+ readonly token: ToField<TypeName>;
271
+ readonly amount: ToField<"u64">;
272
+ readonly fixedIncentiveAmount: ToField<"u64">;
273
+ private constructor();
274
+ static reified(): FixedIncentiviseEventReified;
275
+ static get r(): reified.StructClassReified<FixedIncentiviseEvent, FixedIncentiviseEventFields>;
276
+ static phantom(): PhantomReified<ToTypeStr<FixedIncentiviseEvent>>;
277
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::FixedIncentiviseEvent">;
278
+ static get bcs(): import("@mysten/bcs").BcsType<{
279
+ signer: string;
280
+ token: {
281
+ name: {
282
+ bytes: number[];
283
+ };
284
+ };
285
+ amount: string;
286
+ fixed_incentive_amount: string;
287
+ }, {
288
+ signer: string;
289
+ token: {
290
+ name: {
291
+ bytes: Iterable<number> & {
292
+ length: number;
293
+ };
294
+ };
295
+ };
296
+ amount: string | number | bigint;
297
+ fixed_incentive_amount: string | number | bigint;
298
+ }>;
299
+ static fromFields(fields: Record<string, any>): FixedIncentiviseEvent;
300
+ static fromFieldsWithTypes(item: FieldsWithTypes): FixedIncentiviseEvent;
301
+ static fromBcs(data: Uint8Array): FixedIncentiviseEvent;
302
+ toJSONField(): {
303
+ signer: string;
304
+ token: {
305
+ name: string;
306
+ };
307
+ amount: string;
308
+ fixedIncentiveAmount: string;
309
+ };
310
+ toJSON(): {
311
+ signer: string;
312
+ token: {
313
+ name: string;
314
+ };
315
+ amount: string;
316
+ fixedIncentiveAmount: string;
317
+ $typeName: string;
318
+ $typeArgs: [];
319
+ };
320
+ static fromJSONField(field: any): FixedIncentiviseEvent;
321
+ static fromJSON(json: Record<string, any>): FixedIncentiviseEvent;
322
+ static fromSuiParsedData(content: SuiParsedData): FixedIncentiviseEvent;
323
+ static fetch(client: SuiClient, id: string): Promise<FixedIncentiviseEvent>;
324
+ }
325
+ export declare function isRemovePortfolioVaultAuthorizedUserEvent(type: string): boolean;
326
+ export interface RemovePortfolioVaultAuthorizedUserEventFields {
327
+ signer: ToField<"address">;
328
+ index: ToField<"u64">;
329
+ users: ToField<Vector<"address">>;
330
+ }
331
+ export type RemovePortfolioVaultAuthorizedUserEventReified = Reified<RemovePortfolioVaultAuthorizedUserEvent, RemovePortfolioVaultAuthorizedUserEventFields>;
332
+ export declare class RemovePortfolioVaultAuthorizedUserEvent implements StructClass {
333
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::RemovePortfolioVaultAuthorizedUserEvent";
334
+ static readonly $numTypeParams = 0;
335
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::RemovePortfolioVaultAuthorizedUserEvent";
336
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::RemovePortfolioVaultAuthorizedUserEvent";
337
+ readonly $typeArgs: [];
338
+ readonly signer: ToField<"address">;
339
+ readonly index: ToField<"u64">;
340
+ readonly users: ToField<Vector<"address">>;
341
+ private constructor();
342
+ static reified(): RemovePortfolioVaultAuthorizedUserEventReified;
343
+ static get r(): reified.StructClassReified<RemovePortfolioVaultAuthorizedUserEvent, RemovePortfolioVaultAuthorizedUserEventFields>;
344
+ static phantom(): PhantomReified<ToTypeStr<RemovePortfolioVaultAuthorizedUserEvent>>;
345
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::RemovePortfolioVaultAuthorizedUserEvent">;
346
+ static get bcs(): import("@mysten/bcs").BcsType<{
347
+ signer: string;
348
+ index: string;
349
+ users: string[];
350
+ }, {
351
+ signer: string;
352
+ index: string | number | bigint;
353
+ users: Iterable<string> & {
354
+ length: number;
355
+ };
356
+ }>;
357
+ static fromFields(fields: Record<string, any>): RemovePortfolioVaultAuthorizedUserEvent;
358
+ static fromFieldsWithTypes(item: FieldsWithTypes): RemovePortfolioVaultAuthorizedUserEvent;
359
+ static fromBcs(data: Uint8Array): RemovePortfolioVaultAuthorizedUserEvent;
360
+ toJSONField(): {
361
+ signer: string;
362
+ index: string;
363
+ users: string[];
364
+ };
365
+ toJSON(): {
366
+ signer: string;
367
+ index: string;
368
+ users: string[];
369
+ $typeName: string;
370
+ $typeArgs: [];
371
+ };
372
+ static fromJSONField(field: any): RemovePortfolioVaultAuthorizedUserEvent;
373
+ static fromJSON(json: Record<string, any>): RemovePortfolioVaultAuthorizedUserEvent;
374
+ static fromSuiParsedData(content: SuiParsedData): RemovePortfolioVaultAuthorizedUserEvent;
375
+ static fetch(client: SuiClient, id: string): Promise<RemovePortfolioVaultAuthorizedUserEvent>;
376
+ }
377
+ export declare function isUpdateActiveVaultConfigEvent(type: string): boolean;
378
+ export interface UpdateActiveVaultConfigEventFields {
379
+ signer: ToField<"address">;
380
+ index: ToField<"u64">;
381
+ previous: ToField<VaultConfig>;
382
+ current: ToField<VaultConfig>;
383
+ }
384
+ export type UpdateActiveVaultConfigEventReified = Reified<UpdateActiveVaultConfigEvent, UpdateActiveVaultConfigEventFields>;
385
+ export declare class UpdateActiveVaultConfigEvent implements StructClass {
386
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::UpdateActiveVaultConfigEvent";
387
+ static readonly $numTypeParams = 0;
388
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::UpdateActiveVaultConfigEvent";
389
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::UpdateActiveVaultConfigEvent";
390
+ readonly $typeArgs: [];
391
+ readonly signer: ToField<"address">;
392
+ readonly index: ToField<"u64">;
393
+ readonly previous: ToField<VaultConfig>;
394
+ readonly current: ToField<VaultConfig>;
395
+ private constructor();
396
+ static reified(): UpdateActiveVaultConfigEventReified;
397
+ static get r(): reified.StructClassReified<UpdateActiveVaultConfigEvent, UpdateActiveVaultConfigEventFields>;
398
+ static phantom(): PhantomReified<ToTypeStr<UpdateActiveVaultConfigEvent>>;
399
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::UpdateActiveVaultConfigEvent">;
400
+ static get bcs(): import("@mysten/bcs").BcsType<{
401
+ signer: string;
402
+ index: string;
403
+ previous: {
404
+ payoff_configs: {
405
+ strike_bp: string;
406
+ weight: string;
407
+ is_buyer: boolean;
408
+ strike: {
409
+ vec: any[];
410
+ };
411
+ u64_padding: string[];
412
+ }[];
413
+ strike_increment: string;
414
+ decay_speed: string;
415
+ initial_price: string;
416
+ final_price: string;
417
+ u64_padding: string[];
418
+ };
419
+ current: {
420
+ payoff_configs: {
421
+ strike_bp: string;
422
+ weight: string;
423
+ is_buyer: boolean;
424
+ strike: {
425
+ vec: any[];
426
+ };
427
+ u64_padding: string[];
428
+ }[];
429
+ strike_increment: string;
430
+ decay_speed: string;
431
+ initial_price: string;
432
+ final_price: string;
433
+ u64_padding: string[];
434
+ };
435
+ }, {
436
+ signer: string;
437
+ index: string | number | bigint;
438
+ previous: {
439
+ payoff_configs: Iterable<{
440
+ strike_bp: string | number | bigint;
441
+ weight: string | number | bigint;
442
+ is_buyer: boolean;
443
+ strike: {
444
+ vec: Iterable<any> & {
445
+ length: number;
446
+ };
447
+ };
448
+ u64_padding: Iterable<string | number | bigint> & {
449
+ length: number;
450
+ };
451
+ }> & {
452
+ length: number;
453
+ };
454
+ strike_increment: string | number | bigint;
455
+ decay_speed: string | number | bigint;
456
+ initial_price: string | number | bigint;
457
+ final_price: string | number | bigint;
458
+ u64_padding: Iterable<string | number | bigint> & {
459
+ length: number;
460
+ };
461
+ };
462
+ current: {
463
+ payoff_configs: Iterable<{
464
+ strike_bp: string | number | bigint;
465
+ weight: string | number | bigint;
466
+ is_buyer: boolean;
467
+ strike: {
468
+ vec: Iterable<any> & {
469
+ length: number;
470
+ };
471
+ };
472
+ u64_padding: Iterable<string | number | bigint> & {
473
+ length: number;
474
+ };
475
+ }> & {
476
+ length: number;
477
+ };
478
+ strike_increment: string | number | bigint;
479
+ decay_speed: string | number | bigint;
480
+ initial_price: string | number | bigint;
481
+ final_price: string | number | bigint;
482
+ u64_padding: Iterable<string | number | bigint> & {
483
+ length: number;
484
+ };
485
+ };
486
+ }>;
487
+ static fromFields(fields: Record<string, any>): UpdateActiveVaultConfigEvent;
488
+ static fromFieldsWithTypes(item: FieldsWithTypes): UpdateActiveVaultConfigEvent;
489
+ static fromBcs(data: Uint8Array): UpdateActiveVaultConfigEvent;
490
+ toJSONField(): {
491
+ signer: string;
492
+ index: string;
493
+ previous: {
494
+ payoffConfigs: {
495
+ strikeBp: string;
496
+ weight: string;
497
+ isBuyer: boolean;
498
+ strike: string | null;
499
+ u64Padding: string[];
500
+ }[];
501
+ strikeIncrement: string;
502
+ decaySpeed: string;
503
+ initialPrice: string;
504
+ finalPrice: string;
505
+ u64Padding: string[];
506
+ };
507
+ current: {
508
+ payoffConfigs: {
509
+ strikeBp: string;
510
+ weight: string;
511
+ isBuyer: boolean;
512
+ strike: string | null;
513
+ u64Padding: string[];
514
+ }[];
515
+ strikeIncrement: string;
516
+ decaySpeed: string;
517
+ initialPrice: string;
518
+ finalPrice: string;
519
+ u64Padding: string[];
520
+ };
521
+ };
522
+ toJSON(): {
523
+ signer: string;
524
+ index: string;
525
+ previous: {
526
+ payoffConfigs: {
527
+ strikeBp: string;
528
+ weight: string;
529
+ isBuyer: boolean;
530
+ strike: string | null;
531
+ u64Padding: string[];
532
+ }[];
533
+ strikeIncrement: string;
534
+ decaySpeed: string;
535
+ initialPrice: string;
536
+ finalPrice: string;
537
+ u64Padding: string[];
538
+ };
539
+ current: {
540
+ payoffConfigs: {
541
+ strikeBp: string;
542
+ weight: string;
543
+ isBuyer: boolean;
544
+ strike: string | null;
545
+ u64Padding: string[];
546
+ }[];
547
+ strikeIncrement: string;
548
+ decaySpeed: string;
549
+ initialPrice: string;
550
+ finalPrice: string;
551
+ u64Padding: string[];
552
+ };
553
+ $typeName: string;
554
+ $typeArgs: [];
555
+ };
556
+ static fromJSONField(field: any): UpdateActiveVaultConfigEvent;
557
+ static fromJSON(json: Record<string, any>): UpdateActiveVaultConfigEvent;
558
+ static fromSuiParsedData(content: SuiParsedData): UpdateActiveVaultConfigEvent;
559
+ static fetch(client: SuiClient, id: string): Promise<UpdateActiveVaultConfigEvent>;
560
+ }
561
+ export declare function isUpdateAuctionConfigEvent(type: string): boolean;
562
+ export interface UpdateAuctionConfigEventFields {
563
+ signer: ToField<"address">;
564
+ index: ToField<"u64">;
565
+ startTsMs: ToField<"u64">;
566
+ endTsMs: ToField<"u64">;
567
+ decaySpeed: ToField<"u64">;
568
+ initialPrice: ToField<"u64">;
569
+ finalPrice: ToField<"u64">;
570
+ feeBp: ToField<"u64">;
571
+ incentiveBp: ToField<"u64">;
572
+ tokenDecimal: ToField<"u64">;
573
+ sizeDecimal: ToField<"u64">;
574
+ ableToRemoveBid: ToField<"bool">;
575
+ }
576
+ export type UpdateAuctionConfigEventReified = Reified<UpdateAuctionConfigEvent, UpdateAuctionConfigEventFields>;
577
+ export declare class UpdateAuctionConfigEvent implements StructClass {
578
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::UpdateAuctionConfigEvent";
579
+ static readonly $numTypeParams = 0;
580
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::UpdateAuctionConfigEvent";
581
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::UpdateAuctionConfigEvent";
582
+ readonly $typeArgs: [];
583
+ readonly signer: ToField<"address">;
584
+ readonly index: ToField<"u64">;
585
+ readonly startTsMs: ToField<"u64">;
586
+ readonly endTsMs: ToField<"u64">;
587
+ readonly decaySpeed: ToField<"u64">;
588
+ readonly initialPrice: ToField<"u64">;
589
+ readonly finalPrice: ToField<"u64">;
590
+ readonly feeBp: ToField<"u64">;
591
+ readonly incentiveBp: ToField<"u64">;
592
+ readonly tokenDecimal: ToField<"u64">;
593
+ readonly sizeDecimal: ToField<"u64">;
594
+ readonly ableToRemoveBid: ToField<"bool">;
595
+ private constructor();
596
+ static reified(): UpdateAuctionConfigEventReified;
597
+ static get r(): reified.StructClassReified<UpdateAuctionConfigEvent, UpdateAuctionConfigEventFields>;
598
+ static phantom(): PhantomReified<ToTypeStr<UpdateAuctionConfigEvent>>;
599
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::UpdateAuctionConfigEvent">;
600
+ static get bcs(): import("@mysten/bcs").BcsType<{
601
+ signer: string;
602
+ index: string;
603
+ start_ts_ms: string;
604
+ end_ts_ms: string;
605
+ decay_speed: string;
606
+ initial_price: string;
607
+ final_price: string;
608
+ fee_bp: string;
609
+ incentive_bp: string;
610
+ token_decimal: string;
611
+ size_decimal: string;
612
+ able_to_remove_bid: boolean;
613
+ }, {
614
+ signer: string;
615
+ index: string | number | bigint;
616
+ start_ts_ms: string | number | bigint;
617
+ end_ts_ms: string | number | bigint;
618
+ decay_speed: string | number | bigint;
619
+ initial_price: string | number | bigint;
620
+ final_price: string | number | bigint;
621
+ fee_bp: string | number | bigint;
622
+ incentive_bp: string | number | bigint;
623
+ token_decimal: string | number | bigint;
624
+ size_decimal: string | number | bigint;
625
+ able_to_remove_bid: boolean;
626
+ }>;
627
+ static fromFields(fields: Record<string, any>): UpdateAuctionConfigEvent;
628
+ static fromFieldsWithTypes(item: FieldsWithTypes): UpdateAuctionConfigEvent;
629
+ static fromBcs(data: Uint8Array): UpdateAuctionConfigEvent;
630
+ toJSONField(): {
631
+ signer: string;
632
+ index: string;
633
+ startTsMs: string;
634
+ endTsMs: string;
635
+ decaySpeed: string;
636
+ initialPrice: string;
637
+ finalPrice: string;
638
+ feeBp: string;
639
+ incentiveBp: string;
640
+ tokenDecimal: string;
641
+ sizeDecimal: string;
642
+ ableToRemoveBid: boolean;
643
+ };
644
+ toJSON(): {
645
+ signer: string;
646
+ index: string;
647
+ startTsMs: string;
648
+ endTsMs: string;
649
+ decaySpeed: string;
650
+ initialPrice: string;
651
+ finalPrice: string;
652
+ feeBp: string;
653
+ incentiveBp: string;
654
+ tokenDecimal: string;
655
+ sizeDecimal: string;
656
+ ableToRemoveBid: boolean;
657
+ $typeName: string;
658
+ $typeArgs: [];
659
+ };
660
+ static fromJSONField(field: any): UpdateAuctionConfigEvent;
661
+ static fromJSON(json: Record<string, any>): UpdateAuctionConfigEvent;
662
+ static fromSuiParsedData(content: SuiParsedData): UpdateAuctionConfigEvent;
663
+ static fetch(client: SuiClient, id: string): Promise<UpdateAuctionConfigEvent>;
664
+ }
665
+ export declare function isUpdateConfigEvent(type: string): boolean;
666
+ export interface UpdateConfigEventFields {
667
+ signer: ToField<"address">;
668
+ index: ToField<"u64">;
669
+ previous: ToField<Config>;
670
+ current: ToField<Config>;
671
+ }
672
+ export type UpdateConfigEventReified = Reified<UpdateConfigEvent, UpdateConfigEventFields>;
673
+ export declare class UpdateConfigEvent implements StructClass {
674
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::UpdateConfigEvent";
675
+ static readonly $numTypeParams = 0;
676
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::UpdateConfigEvent";
677
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::UpdateConfigEvent";
678
+ readonly $typeArgs: [];
679
+ readonly signer: ToField<"address">;
680
+ readonly index: ToField<"u64">;
681
+ readonly previous: ToField<Config>;
682
+ readonly current: ToField<Config>;
683
+ private constructor();
684
+ static reified(): UpdateConfigEventReified;
685
+ static get r(): reified.StructClassReified<UpdateConfigEvent, UpdateConfigEventFields>;
686
+ static phantom(): PhantomReified<ToTypeStr<UpdateConfigEvent>>;
687
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::UpdateConfigEvent">;
688
+ static get bcs(): import("@mysten/bcs").BcsType<{
689
+ signer: string;
690
+ index: string;
691
+ previous: {
692
+ oracle_id: string;
693
+ deposit_lot_size: string;
694
+ bid_lot_size: string;
695
+ min_deposit_size: string;
696
+ min_bid_size: string;
697
+ max_deposit_entry: string;
698
+ max_bid_entry: string;
699
+ deposit_fee_bp: string;
700
+ deposit_fee_share_bp: string;
701
+ deposit_shared_fee_pool: {
702
+ vec: any[];
703
+ };
704
+ bid_fee_bp: string;
705
+ deposit_incentive_bp: string;
706
+ bid_incentive_bp: string;
707
+ auction_delay_ts_ms: string;
708
+ auction_duration_ts_ms: string;
709
+ recoup_delay_ts_ms: string;
710
+ capacity: string;
711
+ leverage: string;
712
+ risk_level: string;
713
+ has_next: boolean;
714
+ active_vault_config: {
715
+ payoff_configs: {
716
+ strike_bp: string;
717
+ weight: string;
718
+ is_buyer: boolean;
719
+ strike: {
720
+ vec: any[];
721
+ };
722
+ u64_padding: string[];
723
+ }[];
724
+ strike_increment: string;
725
+ decay_speed: string;
726
+ initial_price: string;
727
+ final_price: string;
728
+ u64_padding: string[];
729
+ };
730
+ warmup_vault_config: {
731
+ payoff_configs: {
732
+ strike_bp: string;
733
+ weight: string;
734
+ is_buyer: boolean;
735
+ strike: {
736
+ vec: any[];
737
+ };
738
+ u64_padding: string[];
739
+ }[];
740
+ strike_increment: string;
741
+ decay_speed: string;
742
+ initial_price: string;
743
+ final_price: string;
744
+ u64_padding: string[];
745
+ };
746
+ u64_padding: string[];
747
+ bcs_padding: number[];
748
+ };
749
+ current: {
750
+ oracle_id: string;
751
+ deposit_lot_size: string;
752
+ bid_lot_size: string;
753
+ min_deposit_size: string;
754
+ min_bid_size: string;
755
+ max_deposit_entry: string;
756
+ max_bid_entry: string;
757
+ deposit_fee_bp: string;
758
+ deposit_fee_share_bp: string;
759
+ deposit_shared_fee_pool: {
760
+ vec: any[];
761
+ };
762
+ bid_fee_bp: string;
763
+ deposit_incentive_bp: string;
764
+ bid_incentive_bp: string;
765
+ auction_delay_ts_ms: string;
766
+ auction_duration_ts_ms: string;
767
+ recoup_delay_ts_ms: string;
768
+ capacity: string;
769
+ leverage: string;
770
+ risk_level: string;
771
+ has_next: boolean;
772
+ active_vault_config: {
773
+ payoff_configs: {
774
+ strike_bp: string;
775
+ weight: string;
776
+ is_buyer: boolean;
777
+ strike: {
778
+ vec: any[];
779
+ };
780
+ u64_padding: string[];
781
+ }[];
782
+ strike_increment: string;
783
+ decay_speed: string;
784
+ initial_price: string;
785
+ final_price: string;
786
+ u64_padding: string[];
787
+ };
788
+ warmup_vault_config: {
789
+ payoff_configs: {
790
+ strike_bp: string;
791
+ weight: string;
792
+ is_buyer: boolean;
793
+ strike: {
794
+ vec: any[];
795
+ };
796
+ u64_padding: string[];
797
+ }[];
798
+ strike_increment: string;
799
+ decay_speed: string;
800
+ initial_price: string;
801
+ final_price: string;
802
+ u64_padding: string[];
803
+ };
804
+ u64_padding: string[];
805
+ bcs_padding: number[];
806
+ };
807
+ }, {
808
+ signer: string;
809
+ index: string | number | bigint;
810
+ previous: {
811
+ oracle_id: string;
812
+ deposit_lot_size: string | number | bigint;
813
+ bid_lot_size: string | number | bigint;
814
+ min_deposit_size: string | number | bigint;
815
+ min_bid_size: string | number | bigint;
816
+ max_deposit_entry: string | number | bigint;
817
+ max_bid_entry: string | number | bigint;
818
+ deposit_fee_bp: string | number | bigint;
819
+ deposit_fee_share_bp: string | number | bigint;
820
+ deposit_shared_fee_pool: {
821
+ vec: Iterable<any> & {
822
+ length: number;
823
+ };
824
+ };
825
+ bid_fee_bp: string | number | bigint;
826
+ deposit_incentive_bp: string | number | bigint;
827
+ bid_incentive_bp: string | number | bigint;
828
+ auction_delay_ts_ms: string | number | bigint;
829
+ auction_duration_ts_ms: string | number | bigint;
830
+ recoup_delay_ts_ms: string | number | bigint;
831
+ capacity: string | number | bigint;
832
+ leverage: string | number | bigint;
833
+ risk_level: string | number | bigint;
834
+ has_next: boolean;
835
+ active_vault_config: {
836
+ payoff_configs: Iterable<{
837
+ strike_bp: string | number | bigint;
838
+ weight: string | number | bigint;
839
+ is_buyer: boolean;
840
+ strike: {
841
+ vec: Iterable<any> & {
842
+ length: number;
843
+ };
844
+ };
845
+ u64_padding: Iterable<string | number | bigint> & {
846
+ length: number;
847
+ };
848
+ }> & {
849
+ length: number;
850
+ };
851
+ strike_increment: string | number | bigint;
852
+ decay_speed: string | number | bigint;
853
+ initial_price: string | number | bigint;
854
+ final_price: string | number | bigint;
855
+ u64_padding: Iterable<string | number | bigint> & {
856
+ length: number;
857
+ };
858
+ };
859
+ warmup_vault_config: {
860
+ payoff_configs: Iterable<{
861
+ strike_bp: string | number | bigint;
862
+ weight: string | number | bigint;
863
+ is_buyer: boolean;
864
+ strike: {
865
+ vec: Iterable<any> & {
866
+ length: number;
867
+ };
868
+ };
869
+ u64_padding: Iterable<string | number | bigint> & {
870
+ length: number;
871
+ };
872
+ }> & {
873
+ length: number;
874
+ };
875
+ strike_increment: string | number | bigint;
876
+ decay_speed: string | number | bigint;
877
+ initial_price: string | number | bigint;
878
+ final_price: string | number | bigint;
879
+ u64_padding: Iterable<string | number | bigint> & {
880
+ length: number;
881
+ };
882
+ };
883
+ u64_padding: Iterable<string | number | bigint> & {
884
+ length: number;
885
+ };
886
+ bcs_padding: Iterable<number> & {
887
+ length: number;
888
+ };
889
+ };
890
+ current: {
891
+ oracle_id: string;
892
+ deposit_lot_size: string | number | bigint;
893
+ bid_lot_size: string | number | bigint;
894
+ min_deposit_size: string | number | bigint;
895
+ min_bid_size: string | number | bigint;
896
+ max_deposit_entry: string | number | bigint;
897
+ max_bid_entry: string | number | bigint;
898
+ deposit_fee_bp: string | number | bigint;
899
+ deposit_fee_share_bp: string | number | bigint;
900
+ deposit_shared_fee_pool: {
901
+ vec: Iterable<any> & {
902
+ length: number;
903
+ };
904
+ };
905
+ bid_fee_bp: string | number | bigint;
906
+ deposit_incentive_bp: string | number | bigint;
907
+ bid_incentive_bp: string | number | bigint;
908
+ auction_delay_ts_ms: string | number | bigint;
909
+ auction_duration_ts_ms: string | number | bigint;
910
+ recoup_delay_ts_ms: string | number | bigint;
911
+ capacity: string | number | bigint;
912
+ leverage: string | number | bigint;
913
+ risk_level: string | number | bigint;
914
+ has_next: boolean;
915
+ active_vault_config: {
916
+ payoff_configs: Iterable<{
917
+ strike_bp: string | number | bigint;
918
+ weight: string | number | bigint;
919
+ is_buyer: boolean;
920
+ strike: {
921
+ vec: Iterable<any> & {
922
+ length: number;
923
+ };
924
+ };
925
+ u64_padding: Iterable<string | number | bigint> & {
926
+ length: number;
927
+ };
928
+ }> & {
929
+ length: number;
930
+ };
931
+ strike_increment: string | number | bigint;
932
+ decay_speed: string | number | bigint;
933
+ initial_price: string | number | bigint;
934
+ final_price: string | number | bigint;
935
+ u64_padding: Iterable<string | number | bigint> & {
936
+ length: number;
937
+ };
938
+ };
939
+ warmup_vault_config: {
940
+ payoff_configs: Iterable<{
941
+ strike_bp: string | number | bigint;
942
+ weight: string | number | bigint;
943
+ is_buyer: boolean;
944
+ strike: {
945
+ vec: Iterable<any> & {
946
+ length: number;
947
+ };
948
+ };
949
+ u64_padding: Iterable<string | number | bigint> & {
950
+ length: number;
951
+ };
952
+ }> & {
953
+ length: number;
954
+ };
955
+ strike_increment: string | number | bigint;
956
+ decay_speed: string | number | bigint;
957
+ initial_price: string | number | bigint;
958
+ final_price: string | number | bigint;
959
+ u64_padding: Iterable<string | number | bigint> & {
960
+ length: number;
961
+ };
962
+ };
963
+ u64_padding: Iterable<string | number | bigint> & {
964
+ length: number;
965
+ };
966
+ bcs_padding: Iterable<number> & {
967
+ length: number;
968
+ };
969
+ };
970
+ }>;
971
+ static fromFields(fields: Record<string, any>): UpdateConfigEvent;
972
+ static fromFieldsWithTypes(item: FieldsWithTypes): UpdateConfigEvent;
973
+ static fromBcs(data: Uint8Array): UpdateConfigEvent;
974
+ toJSONField(): {
975
+ signer: string;
976
+ index: string;
977
+ previous: {
978
+ oracleId: string;
979
+ depositLotSize: string;
980
+ bidLotSize: string;
981
+ minDepositSize: string;
982
+ minBidSize: string;
983
+ maxDepositEntry: string;
984
+ maxBidEntry: string;
985
+ depositFeeBp: string;
986
+ depositFeeShareBp: string;
987
+ depositSharedFeePool: number[] | null;
988
+ bidFeeBp: string;
989
+ depositIncentiveBp: string;
990
+ bidIncentiveBp: string;
991
+ auctionDelayTsMs: string;
992
+ auctionDurationTsMs: string;
993
+ recoupDelayTsMs: string;
994
+ capacity: string;
995
+ leverage: string;
996
+ riskLevel: string;
997
+ hasNext: boolean;
998
+ activeVaultConfig: {
999
+ payoffConfigs: {
1000
+ strikeBp: string;
1001
+ weight: string;
1002
+ isBuyer: boolean;
1003
+ strike: string | null;
1004
+ u64Padding: string[];
1005
+ }[];
1006
+ strikeIncrement: string;
1007
+ decaySpeed: string;
1008
+ initialPrice: string;
1009
+ finalPrice: string;
1010
+ u64Padding: string[];
1011
+ };
1012
+ warmupVaultConfig: {
1013
+ payoffConfigs: {
1014
+ strikeBp: string;
1015
+ weight: string;
1016
+ isBuyer: boolean;
1017
+ strike: string | null;
1018
+ u64Padding: string[];
1019
+ }[];
1020
+ strikeIncrement: string;
1021
+ decaySpeed: string;
1022
+ initialPrice: string;
1023
+ finalPrice: string;
1024
+ u64Padding: string[];
1025
+ };
1026
+ u64Padding: string[];
1027
+ bcsPadding: number[];
1028
+ };
1029
+ current: {
1030
+ oracleId: string;
1031
+ depositLotSize: string;
1032
+ bidLotSize: string;
1033
+ minDepositSize: string;
1034
+ minBidSize: string;
1035
+ maxDepositEntry: string;
1036
+ maxBidEntry: string;
1037
+ depositFeeBp: string;
1038
+ depositFeeShareBp: string;
1039
+ depositSharedFeePool: number[] | null;
1040
+ bidFeeBp: string;
1041
+ depositIncentiveBp: string;
1042
+ bidIncentiveBp: string;
1043
+ auctionDelayTsMs: string;
1044
+ auctionDurationTsMs: string;
1045
+ recoupDelayTsMs: string;
1046
+ capacity: string;
1047
+ leverage: string;
1048
+ riskLevel: string;
1049
+ hasNext: boolean;
1050
+ activeVaultConfig: {
1051
+ payoffConfigs: {
1052
+ strikeBp: string;
1053
+ weight: string;
1054
+ isBuyer: boolean;
1055
+ strike: string | null;
1056
+ u64Padding: string[];
1057
+ }[];
1058
+ strikeIncrement: string;
1059
+ decaySpeed: string;
1060
+ initialPrice: string;
1061
+ finalPrice: string;
1062
+ u64Padding: string[];
1063
+ };
1064
+ warmupVaultConfig: {
1065
+ payoffConfigs: {
1066
+ strikeBp: string;
1067
+ weight: string;
1068
+ isBuyer: boolean;
1069
+ strike: string | null;
1070
+ u64Padding: string[];
1071
+ }[];
1072
+ strikeIncrement: string;
1073
+ decaySpeed: string;
1074
+ initialPrice: string;
1075
+ finalPrice: string;
1076
+ u64Padding: string[];
1077
+ };
1078
+ u64Padding: string[];
1079
+ bcsPadding: number[];
1080
+ };
1081
+ };
1082
+ toJSON(): {
1083
+ signer: string;
1084
+ index: string;
1085
+ previous: {
1086
+ oracleId: string;
1087
+ depositLotSize: string;
1088
+ bidLotSize: string;
1089
+ minDepositSize: string;
1090
+ minBidSize: string;
1091
+ maxDepositEntry: string;
1092
+ maxBidEntry: string;
1093
+ depositFeeBp: string;
1094
+ depositFeeShareBp: string;
1095
+ depositSharedFeePool: number[] | null;
1096
+ bidFeeBp: string;
1097
+ depositIncentiveBp: string;
1098
+ bidIncentiveBp: string;
1099
+ auctionDelayTsMs: string;
1100
+ auctionDurationTsMs: string;
1101
+ recoupDelayTsMs: string;
1102
+ capacity: string;
1103
+ leverage: string;
1104
+ riskLevel: string;
1105
+ hasNext: boolean;
1106
+ activeVaultConfig: {
1107
+ payoffConfigs: {
1108
+ strikeBp: string;
1109
+ weight: string;
1110
+ isBuyer: boolean;
1111
+ strike: string | null;
1112
+ u64Padding: string[];
1113
+ }[];
1114
+ strikeIncrement: string;
1115
+ decaySpeed: string;
1116
+ initialPrice: string;
1117
+ finalPrice: string;
1118
+ u64Padding: string[];
1119
+ };
1120
+ warmupVaultConfig: {
1121
+ payoffConfigs: {
1122
+ strikeBp: string;
1123
+ weight: string;
1124
+ isBuyer: boolean;
1125
+ strike: string | null;
1126
+ u64Padding: string[];
1127
+ }[];
1128
+ strikeIncrement: string;
1129
+ decaySpeed: string;
1130
+ initialPrice: string;
1131
+ finalPrice: string;
1132
+ u64Padding: string[];
1133
+ };
1134
+ u64Padding: string[];
1135
+ bcsPadding: number[];
1136
+ };
1137
+ current: {
1138
+ oracleId: string;
1139
+ depositLotSize: string;
1140
+ bidLotSize: string;
1141
+ minDepositSize: string;
1142
+ minBidSize: string;
1143
+ maxDepositEntry: string;
1144
+ maxBidEntry: string;
1145
+ depositFeeBp: string;
1146
+ depositFeeShareBp: string;
1147
+ depositSharedFeePool: number[] | null;
1148
+ bidFeeBp: string;
1149
+ depositIncentiveBp: string;
1150
+ bidIncentiveBp: string;
1151
+ auctionDelayTsMs: string;
1152
+ auctionDurationTsMs: string;
1153
+ recoupDelayTsMs: string;
1154
+ capacity: string;
1155
+ leverage: string;
1156
+ riskLevel: string;
1157
+ hasNext: boolean;
1158
+ activeVaultConfig: {
1159
+ payoffConfigs: {
1160
+ strikeBp: string;
1161
+ weight: string;
1162
+ isBuyer: boolean;
1163
+ strike: string | null;
1164
+ u64Padding: string[];
1165
+ }[];
1166
+ strikeIncrement: string;
1167
+ decaySpeed: string;
1168
+ initialPrice: string;
1169
+ finalPrice: string;
1170
+ u64Padding: string[];
1171
+ };
1172
+ warmupVaultConfig: {
1173
+ payoffConfigs: {
1174
+ strikeBp: string;
1175
+ weight: string;
1176
+ isBuyer: boolean;
1177
+ strike: string | null;
1178
+ u64Padding: string[];
1179
+ }[];
1180
+ strikeIncrement: string;
1181
+ decaySpeed: string;
1182
+ initialPrice: string;
1183
+ finalPrice: string;
1184
+ u64Padding: string[];
1185
+ };
1186
+ u64Padding: string[];
1187
+ bcsPadding: number[];
1188
+ };
1189
+ $typeName: string;
1190
+ $typeArgs: [];
1191
+ };
1192
+ static fromJSONField(field: any): UpdateConfigEvent;
1193
+ static fromJSON(json: Record<string, any>): UpdateConfigEvent;
1194
+ static fromSuiParsedData(content: SuiParsedData): UpdateConfigEvent;
1195
+ static fetch(client: SuiClient, id: string): Promise<UpdateConfigEvent>;
1196
+ }
1197
+ export declare function isUpdateStrikeEvent(type: string): boolean;
1198
+ export interface UpdateStrikeEventFields {
1199
+ signer: ToField<"address">;
1200
+ index: ToField<"u64">;
1201
+ oraclePrice: ToField<"u64">;
1202
+ oraclePriceDecimal: ToField<"u64">;
1203
+ vaultConfig: ToField<VaultConfig>;
1204
+ }
1205
+ export type UpdateStrikeEventReified = Reified<UpdateStrikeEvent, UpdateStrikeEventFields>;
1206
+ export declare class UpdateStrikeEvent implements StructClass {
1207
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::UpdateStrikeEvent";
1208
+ static readonly $numTypeParams = 0;
1209
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::UpdateStrikeEvent";
1210
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::UpdateStrikeEvent";
1211
+ readonly $typeArgs: [];
1212
+ readonly signer: ToField<"address">;
1213
+ readonly index: ToField<"u64">;
1214
+ readonly oraclePrice: ToField<"u64">;
1215
+ readonly oraclePriceDecimal: ToField<"u64">;
1216
+ readonly vaultConfig: ToField<VaultConfig>;
1217
+ private constructor();
1218
+ static reified(): UpdateStrikeEventReified;
1219
+ static get r(): reified.StructClassReified<UpdateStrikeEvent, UpdateStrikeEventFields>;
1220
+ static phantom(): PhantomReified<ToTypeStr<UpdateStrikeEvent>>;
1221
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::UpdateStrikeEvent">;
1222
+ static get bcs(): import("@mysten/bcs").BcsType<{
1223
+ signer: string;
1224
+ index: string;
1225
+ oracle_price: string;
1226
+ oracle_price_decimal: string;
1227
+ vault_config: {
1228
+ payoff_configs: {
1229
+ strike_bp: string;
1230
+ weight: string;
1231
+ is_buyer: boolean;
1232
+ strike: {
1233
+ vec: any[];
1234
+ };
1235
+ u64_padding: string[];
1236
+ }[];
1237
+ strike_increment: string;
1238
+ decay_speed: string;
1239
+ initial_price: string;
1240
+ final_price: string;
1241
+ u64_padding: string[];
1242
+ };
1243
+ }, {
1244
+ signer: string;
1245
+ index: string | number | bigint;
1246
+ oracle_price: string | number | bigint;
1247
+ oracle_price_decimal: string | number | bigint;
1248
+ vault_config: {
1249
+ payoff_configs: Iterable<{
1250
+ strike_bp: string | number | bigint;
1251
+ weight: string | number | bigint;
1252
+ is_buyer: boolean;
1253
+ strike: {
1254
+ vec: Iterable<any> & {
1255
+ length: number;
1256
+ };
1257
+ };
1258
+ u64_padding: Iterable<string | number | bigint> & {
1259
+ length: number;
1260
+ };
1261
+ }> & {
1262
+ length: number;
1263
+ };
1264
+ strike_increment: string | number | bigint;
1265
+ decay_speed: string | number | bigint;
1266
+ initial_price: string | number | bigint;
1267
+ final_price: string | number | bigint;
1268
+ u64_padding: Iterable<string | number | bigint> & {
1269
+ length: number;
1270
+ };
1271
+ };
1272
+ }>;
1273
+ static fromFields(fields: Record<string, any>): UpdateStrikeEvent;
1274
+ static fromFieldsWithTypes(item: FieldsWithTypes): UpdateStrikeEvent;
1275
+ static fromBcs(data: Uint8Array): UpdateStrikeEvent;
1276
+ toJSONField(): {
1277
+ signer: string;
1278
+ index: string;
1279
+ oraclePrice: string;
1280
+ oraclePriceDecimal: string;
1281
+ vaultConfig: {
1282
+ payoffConfigs: {
1283
+ strikeBp: string;
1284
+ weight: string;
1285
+ isBuyer: boolean;
1286
+ strike: string | null;
1287
+ u64Padding: string[];
1288
+ }[];
1289
+ strikeIncrement: string;
1290
+ decaySpeed: string;
1291
+ initialPrice: string;
1292
+ finalPrice: string;
1293
+ u64Padding: string[];
1294
+ };
1295
+ };
1296
+ toJSON(): {
1297
+ signer: string;
1298
+ index: string;
1299
+ oraclePrice: string;
1300
+ oraclePriceDecimal: string;
1301
+ vaultConfig: {
1302
+ payoffConfigs: {
1303
+ strikeBp: string;
1304
+ weight: string;
1305
+ isBuyer: boolean;
1306
+ strike: string | null;
1307
+ u64Padding: string[];
1308
+ }[];
1309
+ strikeIncrement: string;
1310
+ decaySpeed: string;
1311
+ initialPrice: string;
1312
+ finalPrice: string;
1313
+ u64Padding: string[];
1314
+ };
1315
+ $typeName: string;
1316
+ $typeArgs: [];
1317
+ };
1318
+ static fromJSONField(field: any): UpdateStrikeEvent;
1319
+ static fromJSON(json: Record<string, any>): UpdateStrikeEvent;
1320
+ static fromSuiParsedData(content: SuiParsedData): UpdateStrikeEvent;
1321
+ static fetch(client: SuiClient, id: string): Promise<UpdateStrikeEvent>;
1322
+ }
1323
+ export declare function isUpdateWarmupVaultConfigEvent(type: string): boolean;
1324
+ export interface UpdateWarmupVaultConfigEventFields {
1325
+ signer: ToField<"address">;
1326
+ index: ToField<"u64">;
1327
+ previous: ToField<VaultConfig>;
1328
+ current: ToField<VaultConfig>;
1329
+ }
1330
+ export type UpdateWarmupVaultConfigEventReified = Reified<UpdateWarmupVaultConfigEvent, UpdateWarmupVaultConfigEventFields>;
1331
+ export declare class UpdateWarmupVaultConfigEvent implements StructClass {
1332
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::UpdateWarmupVaultConfigEvent";
1333
+ static readonly $numTypeParams = 0;
1334
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::UpdateWarmupVaultConfigEvent";
1335
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::UpdateWarmupVaultConfigEvent";
1336
+ readonly $typeArgs: [];
1337
+ readonly signer: ToField<"address">;
1338
+ readonly index: ToField<"u64">;
1339
+ readonly previous: ToField<VaultConfig>;
1340
+ readonly current: ToField<VaultConfig>;
1341
+ private constructor();
1342
+ static reified(): UpdateWarmupVaultConfigEventReified;
1343
+ static get r(): reified.StructClassReified<UpdateWarmupVaultConfigEvent, UpdateWarmupVaultConfigEventFields>;
1344
+ static phantom(): PhantomReified<ToTypeStr<UpdateWarmupVaultConfigEvent>>;
1345
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::UpdateWarmupVaultConfigEvent">;
1346
+ static get bcs(): import("@mysten/bcs").BcsType<{
1347
+ signer: string;
1348
+ index: string;
1349
+ previous: {
1350
+ payoff_configs: {
1351
+ strike_bp: string;
1352
+ weight: string;
1353
+ is_buyer: boolean;
1354
+ strike: {
1355
+ vec: any[];
1356
+ };
1357
+ u64_padding: string[];
1358
+ }[];
1359
+ strike_increment: string;
1360
+ decay_speed: string;
1361
+ initial_price: string;
1362
+ final_price: string;
1363
+ u64_padding: string[];
1364
+ };
1365
+ current: {
1366
+ payoff_configs: {
1367
+ strike_bp: string;
1368
+ weight: string;
1369
+ is_buyer: boolean;
1370
+ strike: {
1371
+ vec: any[];
1372
+ };
1373
+ u64_padding: string[];
1374
+ }[];
1375
+ strike_increment: string;
1376
+ decay_speed: string;
1377
+ initial_price: string;
1378
+ final_price: string;
1379
+ u64_padding: string[];
1380
+ };
1381
+ }, {
1382
+ signer: string;
1383
+ index: string | number | bigint;
1384
+ previous: {
1385
+ payoff_configs: Iterable<{
1386
+ strike_bp: string | number | bigint;
1387
+ weight: string | number | bigint;
1388
+ is_buyer: boolean;
1389
+ strike: {
1390
+ vec: Iterable<any> & {
1391
+ length: number;
1392
+ };
1393
+ };
1394
+ u64_padding: Iterable<string | number | bigint> & {
1395
+ length: number;
1396
+ };
1397
+ }> & {
1398
+ length: number;
1399
+ };
1400
+ strike_increment: string | number | bigint;
1401
+ decay_speed: string | number | bigint;
1402
+ initial_price: string | number | bigint;
1403
+ final_price: string | number | bigint;
1404
+ u64_padding: Iterable<string | number | bigint> & {
1405
+ length: number;
1406
+ };
1407
+ };
1408
+ current: {
1409
+ payoff_configs: Iterable<{
1410
+ strike_bp: string | number | bigint;
1411
+ weight: string | number | bigint;
1412
+ is_buyer: boolean;
1413
+ strike: {
1414
+ vec: Iterable<any> & {
1415
+ length: number;
1416
+ };
1417
+ };
1418
+ u64_padding: Iterable<string | number | bigint> & {
1419
+ length: number;
1420
+ };
1421
+ }> & {
1422
+ length: number;
1423
+ };
1424
+ strike_increment: string | number | bigint;
1425
+ decay_speed: string | number | bigint;
1426
+ initial_price: string | number | bigint;
1427
+ final_price: string | number | bigint;
1428
+ u64_padding: Iterable<string | number | bigint> & {
1429
+ length: number;
1430
+ };
1431
+ };
1432
+ }>;
1433
+ static fromFields(fields: Record<string, any>): UpdateWarmupVaultConfigEvent;
1434
+ static fromFieldsWithTypes(item: FieldsWithTypes): UpdateWarmupVaultConfigEvent;
1435
+ static fromBcs(data: Uint8Array): UpdateWarmupVaultConfigEvent;
1436
+ toJSONField(): {
1437
+ signer: string;
1438
+ index: string;
1439
+ previous: {
1440
+ payoffConfigs: {
1441
+ strikeBp: string;
1442
+ weight: string;
1443
+ isBuyer: boolean;
1444
+ strike: string | null;
1445
+ u64Padding: string[];
1446
+ }[];
1447
+ strikeIncrement: string;
1448
+ decaySpeed: string;
1449
+ initialPrice: string;
1450
+ finalPrice: string;
1451
+ u64Padding: string[];
1452
+ };
1453
+ current: {
1454
+ payoffConfigs: {
1455
+ strikeBp: string;
1456
+ weight: string;
1457
+ isBuyer: boolean;
1458
+ strike: string | null;
1459
+ u64Padding: string[];
1460
+ }[];
1461
+ strikeIncrement: string;
1462
+ decaySpeed: string;
1463
+ initialPrice: string;
1464
+ finalPrice: string;
1465
+ u64Padding: string[];
1466
+ };
1467
+ };
1468
+ toJSON(): {
1469
+ signer: string;
1470
+ index: string;
1471
+ previous: {
1472
+ payoffConfigs: {
1473
+ strikeBp: string;
1474
+ weight: string;
1475
+ isBuyer: boolean;
1476
+ strike: string | null;
1477
+ u64Padding: string[];
1478
+ }[];
1479
+ strikeIncrement: string;
1480
+ decaySpeed: string;
1481
+ initialPrice: string;
1482
+ finalPrice: string;
1483
+ u64Padding: string[];
1484
+ };
1485
+ current: {
1486
+ payoffConfigs: {
1487
+ strikeBp: string;
1488
+ weight: string;
1489
+ isBuyer: boolean;
1490
+ strike: string | null;
1491
+ u64Padding: string[];
1492
+ }[];
1493
+ strikeIncrement: string;
1494
+ decaySpeed: string;
1495
+ initialPrice: string;
1496
+ finalPrice: string;
1497
+ u64Padding: string[];
1498
+ };
1499
+ $typeName: string;
1500
+ $typeArgs: [];
1501
+ };
1502
+ static fromJSONField(field: any): UpdateWarmupVaultConfigEvent;
1503
+ static fromJSON(json: Record<string, any>): UpdateWarmupVaultConfigEvent;
1504
+ static fromSuiParsedData(content: SuiParsedData): UpdateWarmupVaultConfigEvent;
1505
+ static fetch(client: SuiClient, id: string): Promise<UpdateWarmupVaultConfigEvent>;
1506
+ }
1507
+ export declare function isWithdrawFixedIncentiveEvent(type: string): boolean;
1508
+ export interface WithdrawFixedIncentiveEventFields {
1509
+ signer: ToField<"address">;
1510
+ token: ToField<TypeName>;
1511
+ amount: ToField<"u64">;
1512
+ }
1513
+ export type WithdrawFixedIncentiveEventReified = Reified<WithdrawFixedIncentiveEvent, WithdrawFixedIncentiveEventFields>;
1514
+ export declare class WithdrawFixedIncentiveEvent implements StructClass {
1515
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::WithdrawFixedIncentiveEvent";
1516
+ static readonly $numTypeParams = 0;
1517
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::WithdrawFixedIncentiveEvent";
1518
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::WithdrawFixedIncentiveEvent";
1519
+ readonly $typeArgs: [];
1520
+ readonly signer: ToField<"address">;
1521
+ readonly token: ToField<TypeName>;
1522
+ readonly amount: ToField<"u64">;
1523
+ private constructor();
1524
+ static reified(): WithdrawFixedIncentiveEventReified;
1525
+ static get r(): reified.StructClassReified<WithdrawFixedIncentiveEvent, WithdrawFixedIncentiveEventFields>;
1526
+ static phantom(): PhantomReified<ToTypeStr<WithdrawFixedIncentiveEvent>>;
1527
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::WithdrawFixedIncentiveEvent">;
1528
+ static get bcs(): import("@mysten/bcs").BcsType<{
1529
+ signer: string;
1530
+ token: {
1531
+ name: {
1532
+ bytes: number[];
1533
+ };
1534
+ };
1535
+ amount: string;
1536
+ }, {
1537
+ signer: string;
1538
+ token: {
1539
+ name: {
1540
+ bytes: Iterable<number> & {
1541
+ length: number;
1542
+ };
1543
+ };
1544
+ };
1545
+ amount: string | number | bigint;
1546
+ }>;
1547
+ static fromFields(fields: Record<string, any>): WithdrawFixedIncentiveEvent;
1548
+ static fromFieldsWithTypes(item: FieldsWithTypes): WithdrawFixedIncentiveEvent;
1549
+ static fromBcs(data: Uint8Array): WithdrawFixedIncentiveEvent;
1550
+ toJSONField(): {
1551
+ signer: string;
1552
+ token: {
1553
+ name: string;
1554
+ };
1555
+ amount: string;
1556
+ };
1557
+ toJSON(): {
1558
+ signer: string;
1559
+ token: {
1560
+ name: string;
1561
+ };
1562
+ amount: string;
1563
+ $typeName: string;
1564
+ $typeArgs: [];
1565
+ };
1566
+ static fromJSONField(field: any): WithdrawFixedIncentiveEvent;
1567
+ static fromJSON(json: Record<string, any>): WithdrawFixedIncentiveEvent;
1568
+ static fromSuiParsedData(content: SuiParsedData): WithdrawFixedIncentiveEvent;
1569
+ static fetch(client: SuiClient, id: string): Promise<WithdrawFixedIncentiveEvent>;
1570
+ }
1571
+ export declare function isWithdrawScallop(type: string): boolean;
1572
+ export interface WithdrawScallopFields {
1573
+ signer: ToField<"address">;
1574
+ index: ToField<"u64">;
1575
+ u64Padding: ToField<Vector<"u64">>;
1576
+ }
1577
+ export type WithdrawScallopReified = Reified<WithdrawScallop, WithdrawScallopFields>;
1578
+ export declare class WithdrawScallop implements StructClass {
1579
+ static readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::WithdrawScallop";
1580
+ static readonly $numTypeParams = 0;
1581
+ readonly $typeName = "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::WithdrawScallop";
1582
+ readonly $fullTypeName: "0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::WithdrawScallop";
1583
+ readonly $typeArgs: [];
1584
+ readonly signer: ToField<"address">;
1585
+ readonly index: ToField<"u64">;
1586
+ readonly u64Padding: ToField<Vector<"u64">>;
1587
+ private constructor();
1588
+ static reified(): WithdrawScallopReified;
1589
+ static get r(): reified.StructClassReified<WithdrawScallop, WithdrawScallopFields>;
1590
+ static phantom(): PhantomReified<ToTypeStr<WithdrawScallop>>;
1591
+ static get p(): reified.PhantomReified<"0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455::tds_authorized_entry::WithdrawScallop">;
1592
+ static get bcs(): import("@mysten/bcs").BcsType<{
1593
+ signer: string;
1594
+ index: string;
1595
+ u64_padding: string[];
1596
+ }, {
1597
+ signer: string;
1598
+ index: string | number | bigint;
1599
+ u64_padding: Iterable<string | number | bigint> & {
1600
+ length: number;
1601
+ };
1602
+ }>;
1603
+ static fromFields(fields: Record<string, any>): WithdrawScallop;
1604
+ static fromFieldsWithTypes(item: FieldsWithTypes): WithdrawScallop;
1605
+ static fromBcs(data: Uint8Array): WithdrawScallop;
1606
+ toJSONField(): {
1607
+ signer: string;
1608
+ index: string;
1609
+ u64Padding: string[];
1610
+ };
1611
+ toJSON(): {
1612
+ signer: string;
1613
+ index: string;
1614
+ u64Padding: string[];
1615
+ $typeName: string;
1616
+ $typeArgs: [];
1617
+ };
1618
+ static fromJSONField(field: any): WithdrawScallop;
1619
+ static fromJSON(json: Record<string, any>): WithdrawScallop;
1620
+ static fromSuiParsedData(content: SuiParsedData): WithdrawScallop;
1621
+ static fetch(client: SuiClient, id: string): Promise<WithdrawScallop>;
1622
+ }