@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,1103 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
14
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
15
+ return new (P || (P = Promise))(function (resolve, reject) {
16
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
17
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
18
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
19
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
20
+ });
21
+ };
22
+ var __generator = (this && this.__generator) || function (thisArg, body) {
23
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
24
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
25
+ function verb(n) { return function (v) { return step([n, v]); }; }
26
+ function step(op) {
27
+ if (f) throw new TypeError("Generator is already executing.");
28
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
29
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
30
+ if (y = 0, t) op = [op[0] & 2, t.value];
31
+ switch (op[0]) {
32
+ case 0: case 1: t = op; break;
33
+ case 4: _.label++; return { value: op[1], done: false };
34
+ case 5: _.label++; y = op[1]; op = [0]; continue;
35
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
36
+ default:
37
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
38
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
39
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
40
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
41
+ if (t[2]) _.ops.pop();
42
+ _.trys.pop(); continue;
43
+ }
44
+ op = body.call(thisArg, _);
45
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
46
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
47
+ }
48
+ };
49
+ var __read = (this && this.__read) || function (o, n) {
50
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
51
+ if (!m) return o;
52
+ var i = m.call(o), r, ar = [], e;
53
+ try {
54
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
55
+ }
56
+ catch (error) { e = { error: error }; }
57
+ finally {
58
+ try {
59
+ if (r && !r.done && (m = i["return"])) m.call(i);
60
+ }
61
+ finally { if (e) throw e.error; }
62
+ }
63
+ return ar;
64
+ };
65
+ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
66
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
67
+ if (ar || !(i in from)) {
68
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
69
+ ar[i] = from[i];
70
+ }
71
+ }
72
+ return to.concat(ar || Array.prototype.slice.call(from));
73
+ };
74
+ Object.defineProperty(exports, "__esModule", { value: true });
75
+ exports.WhitelistRemoveEvent = exports.isWhitelistRemoveEvent = exports.WhitelistKey = exports.isWhitelistKey = exports.WhitelistAddEvent = exports.isWhitelistAddEvent = exports.SwitchToWhitelistModeEvent = exports.isSwitchToWhitelistModeEvent = exports.RejectAllKey = exports.isRejectAllKey = exports.RejectAllEvent = exports.isRejectAllEvent = exports.AllowAllKey = exports.isAllowAllKey = exports.AllowAllEvent = exports.isAllowAllEvent = void 0;
76
+ var reified_1 = require("../../../../_framework/reified");
77
+ var util_1 = require("../../../../_framework/util");
78
+ var structs_1 = require("../../0x2/object/structs");
79
+ var bcs_1 = require("@mysten/bcs");
80
+ /* ============================== AllowAllEvent =============================== */
81
+ function isAllowAllEvent(type) {
82
+ type = (0, util_1.compressSuiType)(type);
83
+ return type === "0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f::whitelist::AllowAllEvent";
84
+ }
85
+ exports.isAllowAllEvent = isAllowAllEvent;
86
+ var AllowAllEvent = /** @class */ (function () {
87
+ function AllowAllEvent(typeArgs, fields) {
88
+ this.$typeName = AllowAllEvent.$typeName;
89
+ this.$fullTypeName = util_1.composeSuiType.apply(void 0, __spreadArray([AllowAllEvent.$typeName], __read(typeArgs), false));
90
+ this.$typeArgs = typeArgs;
91
+ this.id = fields.id;
92
+ }
93
+ AllowAllEvent.reified = function () {
94
+ var _this = this;
95
+ return {
96
+ typeName: AllowAllEvent.$typeName,
97
+ fullTypeName: util_1.composeSuiType.apply(void 0, __spreadArray([AllowAllEvent.$typeName], [], false)),
98
+ typeArgs: [],
99
+ reifiedTypeArgs: [],
100
+ fromFields: function (fields) { return AllowAllEvent.fromFields(fields); },
101
+ fromFieldsWithTypes: function (item) { return AllowAllEvent.fromFieldsWithTypes(item); },
102
+ fromBcs: function (data) { return AllowAllEvent.fromBcs(data); },
103
+ bcs: AllowAllEvent.bcs,
104
+ fromJSONField: function (field) { return AllowAllEvent.fromJSONField(field); },
105
+ fromJSON: function (json) { return AllowAllEvent.fromJSON(json); },
106
+ fromSuiParsedData: function (content) { return AllowAllEvent.fromSuiParsedData(content); },
107
+ fetch: function (client, id) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
108
+ return [2 /*return*/, AllowAllEvent.fetch(client, id)];
109
+ }); }); },
110
+ new: function (fields) {
111
+ return new AllowAllEvent([], fields);
112
+ },
113
+ kind: "StructClassReified",
114
+ };
115
+ };
116
+ Object.defineProperty(AllowAllEvent, "r", {
117
+ get: function () {
118
+ return AllowAllEvent.reified();
119
+ },
120
+ enumerable: false,
121
+ configurable: true
122
+ });
123
+ AllowAllEvent.phantom = function () {
124
+ return (0, reified_1.phantom)(AllowAllEvent.reified());
125
+ };
126
+ Object.defineProperty(AllowAllEvent, "p", {
127
+ get: function () {
128
+ return AllowAllEvent.phantom();
129
+ },
130
+ enumerable: false,
131
+ configurable: true
132
+ });
133
+ Object.defineProperty(AllowAllEvent, "bcs", {
134
+ get: function () {
135
+ return bcs_1.bcs.struct("AllowAllEvent", {
136
+ id: structs_1.ID.bcs,
137
+ });
138
+ },
139
+ enumerable: false,
140
+ configurable: true
141
+ });
142
+ AllowAllEvent.fromFields = function (fields) {
143
+ return AllowAllEvent.reified().new({ id: (0, reified_1.decodeFromFields)(structs_1.ID.reified(), fields.id) });
144
+ };
145
+ AllowAllEvent.fromFieldsWithTypes = function (item) {
146
+ if (!isAllowAllEvent(item.type)) {
147
+ throw new Error("not a AllowAllEvent type");
148
+ }
149
+ return AllowAllEvent.reified().new({ id: (0, reified_1.decodeFromFieldsWithTypes)(structs_1.ID.reified(), item.fields.id) });
150
+ };
151
+ AllowAllEvent.fromBcs = function (data) {
152
+ return AllowAllEvent.fromFields(AllowAllEvent.bcs.parse(data));
153
+ };
154
+ AllowAllEvent.prototype.toJSONField = function () {
155
+ return {
156
+ id: this.id,
157
+ };
158
+ };
159
+ AllowAllEvent.prototype.toJSON = function () {
160
+ return __assign({ $typeName: this.$typeName, $typeArgs: this.$typeArgs }, this.toJSONField());
161
+ };
162
+ AllowAllEvent.fromJSONField = function (field) {
163
+ return AllowAllEvent.reified().new({ id: (0, reified_1.decodeFromJSONField)(structs_1.ID.reified(), field.id) });
164
+ };
165
+ AllowAllEvent.fromJSON = function (json) {
166
+ if (json.$typeName !== AllowAllEvent.$typeName) {
167
+ throw new Error("not a WithTwoGenerics json object");
168
+ }
169
+ return AllowAllEvent.fromJSONField(json);
170
+ };
171
+ AllowAllEvent.fromSuiParsedData = function (content) {
172
+ if (content.dataType !== "moveObject") {
173
+ throw new Error("not an object");
174
+ }
175
+ if (!isAllowAllEvent(content.type)) {
176
+ throw new Error("object at ".concat(content.fields.id, " is not a AllowAllEvent object"));
177
+ }
178
+ return AllowAllEvent.fromFieldsWithTypes(content);
179
+ };
180
+ AllowAllEvent.fetch = function (client, id) {
181
+ return __awaiter(this, void 0, void 0, function () {
182
+ var res;
183
+ var _a, _b;
184
+ return __generator(this, function (_c) {
185
+ switch (_c.label) {
186
+ case 0: return [4 /*yield*/, client.getObject({ id: id, options: { showBcs: true } })];
187
+ case 1:
188
+ res = _c.sent();
189
+ if (res.error) {
190
+ throw new Error("error fetching AllowAllEvent object at id ".concat(id, ": ").concat(res.error.code));
191
+ }
192
+ if (((_b = (_a = res.data) === null || _a === void 0 ? void 0 : _a.bcs) === null || _b === void 0 ? void 0 : _b.dataType) !== "moveObject" || !isAllowAllEvent(res.data.bcs.type)) {
193
+ throw new Error("object at id ".concat(id, " is not a AllowAllEvent object"));
194
+ }
195
+ return [2 /*return*/, AllowAllEvent.fromBcs((0, bcs_1.fromB64)(res.data.bcs.bcsBytes))];
196
+ }
197
+ });
198
+ });
199
+ };
200
+ AllowAllEvent.$typeName = "0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f::whitelist::AllowAllEvent";
201
+ AllowAllEvent.$numTypeParams = 0;
202
+ return AllowAllEvent;
203
+ }());
204
+ exports.AllowAllEvent = AllowAllEvent;
205
+ /* ============================== AllowAllKey =============================== */
206
+ function isAllowAllKey(type) {
207
+ type = (0, util_1.compressSuiType)(type);
208
+ return type === "0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f::whitelist::AllowAllKey";
209
+ }
210
+ exports.isAllowAllKey = isAllowAllKey;
211
+ var AllowAllKey = /** @class */ (function () {
212
+ function AllowAllKey(typeArgs, fields) {
213
+ this.$typeName = AllowAllKey.$typeName;
214
+ this.$fullTypeName = util_1.composeSuiType.apply(void 0, __spreadArray([AllowAllKey.$typeName], __read(typeArgs), false));
215
+ this.$typeArgs = typeArgs;
216
+ this.dummyField = fields.dummyField;
217
+ }
218
+ AllowAllKey.reified = function () {
219
+ var _this = this;
220
+ return {
221
+ typeName: AllowAllKey.$typeName,
222
+ fullTypeName: util_1.composeSuiType.apply(void 0, __spreadArray([AllowAllKey.$typeName], [], false)),
223
+ typeArgs: [],
224
+ reifiedTypeArgs: [],
225
+ fromFields: function (fields) { return AllowAllKey.fromFields(fields); },
226
+ fromFieldsWithTypes: function (item) { return AllowAllKey.fromFieldsWithTypes(item); },
227
+ fromBcs: function (data) { return AllowAllKey.fromBcs(data); },
228
+ bcs: AllowAllKey.bcs,
229
+ fromJSONField: function (field) { return AllowAllKey.fromJSONField(field); },
230
+ fromJSON: function (json) { return AllowAllKey.fromJSON(json); },
231
+ fromSuiParsedData: function (content) { return AllowAllKey.fromSuiParsedData(content); },
232
+ fetch: function (client, id) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
233
+ return [2 /*return*/, AllowAllKey.fetch(client, id)];
234
+ }); }); },
235
+ new: function (fields) {
236
+ return new AllowAllKey([], fields);
237
+ },
238
+ kind: "StructClassReified",
239
+ };
240
+ };
241
+ Object.defineProperty(AllowAllKey, "r", {
242
+ get: function () {
243
+ return AllowAllKey.reified();
244
+ },
245
+ enumerable: false,
246
+ configurable: true
247
+ });
248
+ AllowAllKey.phantom = function () {
249
+ return (0, reified_1.phantom)(AllowAllKey.reified());
250
+ };
251
+ Object.defineProperty(AllowAllKey, "p", {
252
+ get: function () {
253
+ return AllowAllKey.phantom();
254
+ },
255
+ enumerable: false,
256
+ configurable: true
257
+ });
258
+ Object.defineProperty(AllowAllKey, "bcs", {
259
+ get: function () {
260
+ return bcs_1.bcs.struct("AllowAllKey", {
261
+ dummy_field: bcs_1.bcs.bool(),
262
+ });
263
+ },
264
+ enumerable: false,
265
+ configurable: true
266
+ });
267
+ AllowAllKey.fromFields = function (fields) {
268
+ return AllowAllKey.reified().new({ dummyField: (0, reified_1.decodeFromFields)("bool", fields.dummy_field) });
269
+ };
270
+ AllowAllKey.fromFieldsWithTypes = function (item) {
271
+ if (!isAllowAllKey(item.type)) {
272
+ throw new Error("not a AllowAllKey type");
273
+ }
274
+ return AllowAllKey.reified().new({ dummyField: (0, reified_1.decodeFromFieldsWithTypes)("bool", item.fields.dummy_field) });
275
+ };
276
+ AllowAllKey.fromBcs = function (data) {
277
+ return AllowAllKey.fromFields(AllowAllKey.bcs.parse(data));
278
+ };
279
+ AllowAllKey.prototype.toJSONField = function () {
280
+ return {
281
+ dummyField: this.dummyField,
282
+ };
283
+ };
284
+ AllowAllKey.prototype.toJSON = function () {
285
+ return __assign({ $typeName: this.$typeName, $typeArgs: this.$typeArgs }, this.toJSONField());
286
+ };
287
+ AllowAllKey.fromJSONField = function (field) {
288
+ return AllowAllKey.reified().new({ dummyField: (0, reified_1.decodeFromJSONField)("bool", field.dummyField) });
289
+ };
290
+ AllowAllKey.fromJSON = function (json) {
291
+ if (json.$typeName !== AllowAllKey.$typeName) {
292
+ throw new Error("not a WithTwoGenerics json object");
293
+ }
294
+ return AllowAllKey.fromJSONField(json);
295
+ };
296
+ AllowAllKey.fromSuiParsedData = function (content) {
297
+ if (content.dataType !== "moveObject") {
298
+ throw new Error("not an object");
299
+ }
300
+ if (!isAllowAllKey(content.type)) {
301
+ throw new Error("object at ".concat(content.fields.id, " is not a AllowAllKey object"));
302
+ }
303
+ return AllowAllKey.fromFieldsWithTypes(content);
304
+ };
305
+ AllowAllKey.fetch = function (client, id) {
306
+ return __awaiter(this, void 0, void 0, function () {
307
+ var res;
308
+ var _a, _b;
309
+ return __generator(this, function (_c) {
310
+ switch (_c.label) {
311
+ case 0: return [4 /*yield*/, client.getObject({ id: id, options: { showBcs: true } })];
312
+ case 1:
313
+ res = _c.sent();
314
+ if (res.error) {
315
+ throw new Error("error fetching AllowAllKey object at id ".concat(id, ": ").concat(res.error.code));
316
+ }
317
+ if (((_b = (_a = res.data) === null || _a === void 0 ? void 0 : _a.bcs) === null || _b === void 0 ? void 0 : _b.dataType) !== "moveObject" || !isAllowAllKey(res.data.bcs.type)) {
318
+ throw new Error("object at id ".concat(id, " is not a AllowAllKey object"));
319
+ }
320
+ return [2 /*return*/, AllowAllKey.fromBcs((0, bcs_1.fromB64)(res.data.bcs.bcsBytes))];
321
+ }
322
+ });
323
+ });
324
+ };
325
+ AllowAllKey.$typeName = "0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f::whitelist::AllowAllKey";
326
+ AllowAllKey.$numTypeParams = 0;
327
+ return AllowAllKey;
328
+ }());
329
+ exports.AllowAllKey = AllowAllKey;
330
+ /* ============================== RejectAllEvent =============================== */
331
+ function isRejectAllEvent(type) {
332
+ type = (0, util_1.compressSuiType)(type);
333
+ return type === "0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f::whitelist::RejectAllEvent";
334
+ }
335
+ exports.isRejectAllEvent = isRejectAllEvent;
336
+ var RejectAllEvent = /** @class */ (function () {
337
+ function RejectAllEvent(typeArgs, fields) {
338
+ this.$typeName = RejectAllEvent.$typeName;
339
+ this.$fullTypeName = util_1.composeSuiType.apply(void 0, __spreadArray([RejectAllEvent.$typeName], __read(typeArgs), false));
340
+ this.$typeArgs = typeArgs;
341
+ this.id = fields.id;
342
+ }
343
+ RejectAllEvent.reified = function () {
344
+ var _this = this;
345
+ return {
346
+ typeName: RejectAllEvent.$typeName,
347
+ fullTypeName: util_1.composeSuiType.apply(void 0, __spreadArray([RejectAllEvent.$typeName], [], false)),
348
+ typeArgs: [],
349
+ reifiedTypeArgs: [],
350
+ fromFields: function (fields) { return RejectAllEvent.fromFields(fields); },
351
+ fromFieldsWithTypes: function (item) { return RejectAllEvent.fromFieldsWithTypes(item); },
352
+ fromBcs: function (data) { return RejectAllEvent.fromBcs(data); },
353
+ bcs: RejectAllEvent.bcs,
354
+ fromJSONField: function (field) { return RejectAllEvent.fromJSONField(field); },
355
+ fromJSON: function (json) { return RejectAllEvent.fromJSON(json); },
356
+ fromSuiParsedData: function (content) { return RejectAllEvent.fromSuiParsedData(content); },
357
+ fetch: function (client, id) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
358
+ return [2 /*return*/, RejectAllEvent.fetch(client, id)];
359
+ }); }); },
360
+ new: function (fields) {
361
+ return new RejectAllEvent([], fields);
362
+ },
363
+ kind: "StructClassReified",
364
+ };
365
+ };
366
+ Object.defineProperty(RejectAllEvent, "r", {
367
+ get: function () {
368
+ return RejectAllEvent.reified();
369
+ },
370
+ enumerable: false,
371
+ configurable: true
372
+ });
373
+ RejectAllEvent.phantom = function () {
374
+ return (0, reified_1.phantom)(RejectAllEvent.reified());
375
+ };
376
+ Object.defineProperty(RejectAllEvent, "p", {
377
+ get: function () {
378
+ return RejectAllEvent.phantom();
379
+ },
380
+ enumerable: false,
381
+ configurable: true
382
+ });
383
+ Object.defineProperty(RejectAllEvent, "bcs", {
384
+ get: function () {
385
+ return bcs_1.bcs.struct("RejectAllEvent", {
386
+ id: structs_1.ID.bcs,
387
+ });
388
+ },
389
+ enumerable: false,
390
+ configurable: true
391
+ });
392
+ RejectAllEvent.fromFields = function (fields) {
393
+ return RejectAllEvent.reified().new({ id: (0, reified_1.decodeFromFields)(structs_1.ID.reified(), fields.id) });
394
+ };
395
+ RejectAllEvent.fromFieldsWithTypes = function (item) {
396
+ if (!isRejectAllEvent(item.type)) {
397
+ throw new Error("not a RejectAllEvent type");
398
+ }
399
+ return RejectAllEvent.reified().new({ id: (0, reified_1.decodeFromFieldsWithTypes)(structs_1.ID.reified(), item.fields.id) });
400
+ };
401
+ RejectAllEvent.fromBcs = function (data) {
402
+ return RejectAllEvent.fromFields(RejectAllEvent.bcs.parse(data));
403
+ };
404
+ RejectAllEvent.prototype.toJSONField = function () {
405
+ return {
406
+ id: this.id,
407
+ };
408
+ };
409
+ RejectAllEvent.prototype.toJSON = function () {
410
+ return __assign({ $typeName: this.$typeName, $typeArgs: this.$typeArgs }, this.toJSONField());
411
+ };
412
+ RejectAllEvent.fromJSONField = function (field) {
413
+ return RejectAllEvent.reified().new({ id: (0, reified_1.decodeFromJSONField)(structs_1.ID.reified(), field.id) });
414
+ };
415
+ RejectAllEvent.fromJSON = function (json) {
416
+ if (json.$typeName !== RejectAllEvent.$typeName) {
417
+ throw new Error("not a WithTwoGenerics json object");
418
+ }
419
+ return RejectAllEvent.fromJSONField(json);
420
+ };
421
+ RejectAllEvent.fromSuiParsedData = function (content) {
422
+ if (content.dataType !== "moveObject") {
423
+ throw new Error("not an object");
424
+ }
425
+ if (!isRejectAllEvent(content.type)) {
426
+ throw new Error("object at ".concat(content.fields.id, " is not a RejectAllEvent object"));
427
+ }
428
+ return RejectAllEvent.fromFieldsWithTypes(content);
429
+ };
430
+ RejectAllEvent.fetch = function (client, id) {
431
+ return __awaiter(this, void 0, void 0, function () {
432
+ var res;
433
+ var _a, _b;
434
+ return __generator(this, function (_c) {
435
+ switch (_c.label) {
436
+ case 0: return [4 /*yield*/, client.getObject({ id: id, options: { showBcs: true } })];
437
+ case 1:
438
+ res = _c.sent();
439
+ if (res.error) {
440
+ throw new Error("error fetching RejectAllEvent object at id ".concat(id, ": ").concat(res.error.code));
441
+ }
442
+ if (((_b = (_a = res.data) === null || _a === void 0 ? void 0 : _a.bcs) === null || _b === void 0 ? void 0 : _b.dataType) !== "moveObject" || !isRejectAllEvent(res.data.bcs.type)) {
443
+ throw new Error("object at id ".concat(id, " is not a RejectAllEvent object"));
444
+ }
445
+ return [2 /*return*/, RejectAllEvent.fromBcs((0, bcs_1.fromB64)(res.data.bcs.bcsBytes))];
446
+ }
447
+ });
448
+ });
449
+ };
450
+ RejectAllEvent.$typeName = "0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f::whitelist::RejectAllEvent";
451
+ RejectAllEvent.$numTypeParams = 0;
452
+ return RejectAllEvent;
453
+ }());
454
+ exports.RejectAllEvent = RejectAllEvent;
455
+ /* ============================== RejectAllKey =============================== */
456
+ function isRejectAllKey(type) {
457
+ type = (0, util_1.compressSuiType)(type);
458
+ return type === "0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f::whitelist::RejectAllKey";
459
+ }
460
+ exports.isRejectAllKey = isRejectAllKey;
461
+ var RejectAllKey = /** @class */ (function () {
462
+ function RejectAllKey(typeArgs, fields) {
463
+ this.$typeName = RejectAllKey.$typeName;
464
+ this.$fullTypeName = util_1.composeSuiType.apply(void 0, __spreadArray([RejectAllKey.$typeName], __read(typeArgs), false));
465
+ this.$typeArgs = typeArgs;
466
+ this.dummyField = fields.dummyField;
467
+ }
468
+ RejectAllKey.reified = function () {
469
+ var _this = this;
470
+ return {
471
+ typeName: RejectAllKey.$typeName,
472
+ fullTypeName: util_1.composeSuiType.apply(void 0, __spreadArray([RejectAllKey.$typeName], [], false)),
473
+ typeArgs: [],
474
+ reifiedTypeArgs: [],
475
+ fromFields: function (fields) { return RejectAllKey.fromFields(fields); },
476
+ fromFieldsWithTypes: function (item) { return RejectAllKey.fromFieldsWithTypes(item); },
477
+ fromBcs: function (data) { return RejectAllKey.fromBcs(data); },
478
+ bcs: RejectAllKey.bcs,
479
+ fromJSONField: function (field) { return RejectAllKey.fromJSONField(field); },
480
+ fromJSON: function (json) { return RejectAllKey.fromJSON(json); },
481
+ fromSuiParsedData: function (content) { return RejectAllKey.fromSuiParsedData(content); },
482
+ fetch: function (client, id) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
483
+ return [2 /*return*/, RejectAllKey.fetch(client, id)];
484
+ }); }); },
485
+ new: function (fields) {
486
+ return new RejectAllKey([], fields);
487
+ },
488
+ kind: "StructClassReified",
489
+ };
490
+ };
491
+ Object.defineProperty(RejectAllKey, "r", {
492
+ get: function () {
493
+ return RejectAllKey.reified();
494
+ },
495
+ enumerable: false,
496
+ configurable: true
497
+ });
498
+ RejectAllKey.phantom = function () {
499
+ return (0, reified_1.phantom)(RejectAllKey.reified());
500
+ };
501
+ Object.defineProperty(RejectAllKey, "p", {
502
+ get: function () {
503
+ return RejectAllKey.phantom();
504
+ },
505
+ enumerable: false,
506
+ configurable: true
507
+ });
508
+ Object.defineProperty(RejectAllKey, "bcs", {
509
+ get: function () {
510
+ return bcs_1.bcs.struct("RejectAllKey", {
511
+ dummy_field: bcs_1.bcs.bool(),
512
+ });
513
+ },
514
+ enumerable: false,
515
+ configurable: true
516
+ });
517
+ RejectAllKey.fromFields = function (fields) {
518
+ return RejectAllKey.reified().new({ dummyField: (0, reified_1.decodeFromFields)("bool", fields.dummy_field) });
519
+ };
520
+ RejectAllKey.fromFieldsWithTypes = function (item) {
521
+ if (!isRejectAllKey(item.type)) {
522
+ throw new Error("not a RejectAllKey type");
523
+ }
524
+ return RejectAllKey.reified().new({ dummyField: (0, reified_1.decodeFromFieldsWithTypes)("bool", item.fields.dummy_field) });
525
+ };
526
+ RejectAllKey.fromBcs = function (data) {
527
+ return RejectAllKey.fromFields(RejectAllKey.bcs.parse(data));
528
+ };
529
+ RejectAllKey.prototype.toJSONField = function () {
530
+ return {
531
+ dummyField: this.dummyField,
532
+ };
533
+ };
534
+ RejectAllKey.prototype.toJSON = function () {
535
+ return __assign({ $typeName: this.$typeName, $typeArgs: this.$typeArgs }, this.toJSONField());
536
+ };
537
+ RejectAllKey.fromJSONField = function (field) {
538
+ return RejectAllKey.reified().new({ dummyField: (0, reified_1.decodeFromJSONField)("bool", field.dummyField) });
539
+ };
540
+ RejectAllKey.fromJSON = function (json) {
541
+ if (json.$typeName !== RejectAllKey.$typeName) {
542
+ throw new Error("not a WithTwoGenerics json object");
543
+ }
544
+ return RejectAllKey.fromJSONField(json);
545
+ };
546
+ RejectAllKey.fromSuiParsedData = function (content) {
547
+ if (content.dataType !== "moveObject") {
548
+ throw new Error("not an object");
549
+ }
550
+ if (!isRejectAllKey(content.type)) {
551
+ throw new Error("object at ".concat(content.fields.id, " is not a RejectAllKey object"));
552
+ }
553
+ return RejectAllKey.fromFieldsWithTypes(content);
554
+ };
555
+ RejectAllKey.fetch = function (client, id) {
556
+ return __awaiter(this, void 0, void 0, function () {
557
+ var res;
558
+ var _a, _b;
559
+ return __generator(this, function (_c) {
560
+ switch (_c.label) {
561
+ case 0: return [4 /*yield*/, client.getObject({ id: id, options: { showBcs: true } })];
562
+ case 1:
563
+ res = _c.sent();
564
+ if (res.error) {
565
+ throw new Error("error fetching RejectAllKey object at id ".concat(id, ": ").concat(res.error.code));
566
+ }
567
+ if (((_b = (_a = res.data) === null || _a === void 0 ? void 0 : _a.bcs) === null || _b === void 0 ? void 0 : _b.dataType) !== "moveObject" || !isRejectAllKey(res.data.bcs.type)) {
568
+ throw new Error("object at id ".concat(id, " is not a RejectAllKey object"));
569
+ }
570
+ return [2 /*return*/, RejectAllKey.fromBcs((0, bcs_1.fromB64)(res.data.bcs.bcsBytes))];
571
+ }
572
+ });
573
+ });
574
+ };
575
+ RejectAllKey.$typeName = "0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f::whitelist::RejectAllKey";
576
+ RejectAllKey.$numTypeParams = 0;
577
+ return RejectAllKey;
578
+ }());
579
+ exports.RejectAllKey = RejectAllKey;
580
+ /* ============================== SwitchToWhitelistModeEvent =============================== */
581
+ function isSwitchToWhitelistModeEvent(type) {
582
+ type = (0, util_1.compressSuiType)(type);
583
+ return type === "0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f::whitelist::SwitchToWhitelistModeEvent";
584
+ }
585
+ exports.isSwitchToWhitelistModeEvent = isSwitchToWhitelistModeEvent;
586
+ var SwitchToWhitelistModeEvent = /** @class */ (function () {
587
+ function SwitchToWhitelistModeEvent(typeArgs, fields) {
588
+ this.$typeName = SwitchToWhitelistModeEvent.$typeName;
589
+ this.$fullTypeName = util_1.composeSuiType.apply(void 0, __spreadArray([SwitchToWhitelistModeEvent.$typeName], __read(typeArgs), false));
590
+ this.$typeArgs = typeArgs;
591
+ this.id = fields.id;
592
+ }
593
+ SwitchToWhitelistModeEvent.reified = function () {
594
+ var _this = this;
595
+ return {
596
+ typeName: SwitchToWhitelistModeEvent.$typeName,
597
+ fullTypeName: util_1.composeSuiType.apply(void 0, __spreadArray([SwitchToWhitelistModeEvent.$typeName], [], false)),
598
+ typeArgs: [],
599
+ reifiedTypeArgs: [],
600
+ fromFields: function (fields) { return SwitchToWhitelistModeEvent.fromFields(fields); },
601
+ fromFieldsWithTypes: function (item) { return SwitchToWhitelistModeEvent.fromFieldsWithTypes(item); },
602
+ fromBcs: function (data) { return SwitchToWhitelistModeEvent.fromBcs(data); },
603
+ bcs: SwitchToWhitelistModeEvent.bcs,
604
+ fromJSONField: function (field) { return SwitchToWhitelistModeEvent.fromJSONField(field); },
605
+ fromJSON: function (json) { return SwitchToWhitelistModeEvent.fromJSON(json); },
606
+ fromSuiParsedData: function (content) { return SwitchToWhitelistModeEvent.fromSuiParsedData(content); },
607
+ fetch: function (client, id) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
608
+ return [2 /*return*/, SwitchToWhitelistModeEvent.fetch(client, id)];
609
+ }); }); },
610
+ new: function (fields) {
611
+ return new SwitchToWhitelistModeEvent([], fields);
612
+ },
613
+ kind: "StructClassReified",
614
+ };
615
+ };
616
+ Object.defineProperty(SwitchToWhitelistModeEvent, "r", {
617
+ get: function () {
618
+ return SwitchToWhitelistModeEvent.reified();
619
+ },
620
+ enumerable: false,
621
+ configurable: true
622
+ });
623
+ SwitchToWhitelistModeEvent.phantom = function () {
624
+ return (0, reified_1.phantom)(SwitchToWhitelistModeEvent.reified());
625
+ };
626
+ Object.defineProperty(SwitchToWhitelistModeEvent, "p", {
627
+ get: function () {
628
+ return SwitchToWhitelistModeEvent.phantom();
629
+ },
630
+ enumerable: false,
631
+ configurable: true
632
+ });
633
+ Object.defineProperty(SwitchToWhitelistModeEvent, "bcs", {
634
+ get: function () {
635
+ return bcs_1.bcs.struct("SwitchToWhitelistModeEvent", {
636
+ id: structs_1.ID.bcs,
637
+ });
638
+ },
639
+ enumerable: false,
640
+ configurable: true
641
+ });
642
+ SwitchToWhitelistModeEvent.fromFields = function (fields) {
643
+ return SwitchToWhitelistModeEvent.reified().new({ id: (0, reified_1.decodeFromFields)(structs_1.ID.reified(), fields.id) });
644
+ };
645
+ SwitchToWhitelistModeEvent.fromFieldsWithTypes = function (item) {
646
+ if (!isSwitchToWhitelistModeEvent(item.type)) {
647
+ throw new Error("not a SwitchToWhitelistModeEvent type");
648
+ }
649
+ return SwitchToWhitelistModeEvent.reified().new({ id: (0, reified_1.decodeFromFieldsWithTypes)(structs_1.ID.reified(), item.fields.id) });
650
+ };
651
+ SwitchToWhitelistModeEvent.fromBcs = function (data) {
652
+ return SwitchToWhitelistModeEvent.fromFields(SwitchToWhitelistModeEvent.bcs.parse(data));
653
+ };
654
+ SwitchToWhitelistModeEvent.prototype.toJSONField = function () {
655
+ return {
656
+ id: this.id,
657
+ };
658
+ };
659
+ SwitchToWhitelistModeEvent.prototype.toJSON = function () {
660
+ return __assign({ $typeName: this.$typeName, $typeArgs: this.$typeArgs }, this.toJSONField());
661
+ };
662
+ SwitchToWhitelistModeEvent.fromJSONField = function (field) {
663
+ return SwitchToWhitelistModeEvent.reified().new({ id: (0, reified_1.decodeFromJSONField)(structs_1.ID.reified(), field.id) });
664
+ };
665
+ SwitchToWhitelistModeEvent.fromJSON = function (json) {
666
+ if (json.$typeName !== SwitchToWhitelistModeEvent.$typeName) {
667
+ throw new Error("not a WithTwoGenerics json object");
668
+ }
669
+ return SwitchToWhitelistModeEvent.fromJSONField(json);
670
+ };
671
+ SwitchToWhitelistModeEvent.fromSuiParsedData = function (content) {
672
+ if (content.dataType !== "moveObject") {
673
+ throw new Error("not an object");
674
+ }
675
+ if (!isSwitchToWhitelistModeEvent(content.type)) {
676
+ throw new Error("object at ".concat(content.fields.id, " is not a SwitchToWhitelistModeEvent object"));
677
+ }
678
+ return SwitchToWhitelistModeEvent.fromFieldsWithTypes(content);
679
+ };
680
+ SwitchToWhitelistModeEvent.fetch = function (client, id) {
681
+ return __awaiter(this, void 0, void 0, function () {
682
+ var res;
683
+ var _a, _b;
684
+ return __generator(this, function (_c) {
685
+ switch (_c.label) {
686
+ case 0: return [4 /*yield*/, client.getObject({ id: id, options: { showBcs: true } })];
687
+ case 1:
688
+ res = _c.sent();
689
+ if (res.error) {
690
+ throw new Error("error fetching SwitchToWhitelistModeEvent object at id ".concat(id, ": ").concat(res.error.code));
691
+ }
692
+ if (((_b = (_a = res.data) === null || _a === void 0 ? void 0 : _a.bcs) === null || _b === void 0 ? void 0 : _b.dataType) !== "moveObject" || !isSwitchToWhitelistModeEvent(res.data.bcs.type)) {
693
+ throw new Error("object at id ".concat(id, " is not a SwitchToWhitelistModeEvent object"));
694
+ }
695
+ return [2 /*return*/, SwitchToWhitelistModeEvent.fromBcs((0, bcs_1.fromB64)(res.data.bcs.bcsBytes))];
696
+ }
697
+ });
698
+ });
699
+ };
700
+ SwitchToWhitelistModeEvent.$typeName = "0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f::whitelist::SwitchToWhitelistModeEvent";
701
+ SwitchToWhitelistModeEvent.$numTypeParams = 0;
702
+ return SwitchToWhitelistModeEvent;
703
+ }());
704
+ exports.SwitchToWhitelistModeEvent = SwitchToWhitelistModeEvent;
705
+ /* ============================== WhitelistAddEvent =============================== */
706
+ function isWhitelistAddEvent(type) {
707
+ type = (0, util_1.compressSuiType)(type);
708
+ return type === "0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f::whitelist::WhitelistAddEvent";
709
+ }
710
+ exports.isWhitelistAddEvent = isWhitelistAddEvent;
711
+ var WhitelistAddEvent = /** @class */ (function () {
712
+ function WhitelistAddEvent(typeArgs, fields) {
713
+ this.$typeName = WhitelistAddEvent.$typeName;
714
+ this.$fullTypeName = util_1.composeSuiType.apply(void 0, __spreadArray([WhitelistAddEvent.$typeName], __read(typeArgs), false));
715
+ this.$typeArgs = typeArgs;
716
+ this.id = fields.id;
717
+ this.address = fields.address;
718
+ }
719
+ WhitelistAddEvent.reified = function () {
720
+ var _this = this;
721
+ return {
722
+ typeName: WhitelistAddEvent.$typeName,
723
+ fullTypeName: util_1.composeSuiType.apply(void 0, __spreadArray([WhitelistAddEvent.$typeName], [], false)),
724
+ typeArgs: [],
725
+ reifiedTypeArgs: [],
726
+ fromFields: function (fields) { return WhitelistAddEvent.fromFields(fields); },
727
+ fromFieldsWithTypes: function (item) { return WhitelistAddEvent.fromFieldsWithTypes(item); },
728
+ fromBcs: function (data) { return WhitelistAddEvent.fromBcs(data); },
729
+ bcs: WhitelistAddEvent.bcs,
730
+ fromJSONField: function (field) { return WhitelistAddEvent.fromJSONField(field); },
731
+ fromJSON: function (json) { return WhitelistAddEvent.fromJSON(json); },
732
+ fromSuiParsedData: function (content) { return WhitelistAddEvent.fromSuiParsedData(content); },
733
+ fetch: function (client, id) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
734
+ return [2 /*return*/, WhitelistAddEvent.fetch(client, id)];
735
+ }); }); },
736
+ new: function (fields) {
737
+ return new WhitelistAddEvent([], fields);
738
+ },
739
+ kind: "StructClassReified",
740
+ };
741
+ };
742
+ Object.defineProperty(WhitelistAddEvent, "r", {
743
+ get: function () {
744
+ return WhitelistAddEvent.reified();
745
+ },
746
+ enumerable: false,
747
+ configurable: true
748
+ });
749
+ WhitelistAddEvent.phantom = function () {
750
+ return (0, reified_1.phantom)(WhitelistAddEvent.reified());
751
+ };
752
+ Object.defineProperty(WhitelistAddEvent, "p", {
753
+ get: function () {
754
+ return WhitelistAddEvent.phantom();
755
+ },
756
+ enumerable: false,
757
+ configurable: true
758
+ });
759
+ Object.defineProperty(WhitelistAddEvent, "bcs", {
760
+ get: function () {
761
+ return bcs_1.bcs.struct("WhitelistAddEvent", {
762
+ id: structs_1.ID.bcs,
763
+ address: bcs_1.bcs.bytes(32).transform({ input: function (val) { return (0, bcs_1.fromHEX)(val); }, output: function (val) { return (0, bcs_1.toHEX)(val); } }),
764
+ });
765
+ },
766
+ enumerable: false,
767
+ configurable: true
768
+ });
769
+ WhitelistAddEvent.fromFields = function (fields) {
770
+ return WhitelistAddEvent.reified().new({
771
+ id: (0, reified_1.decodeFromFields)(structs_1.ID.reified(), fields.id),
772
+ address: (0, reified_1.decodeFromFields)("address", fields.address),
773
+ });
774
+ };
775
+ WhitelistAddEvent.fromFieldsWithTypes = function (item) {
776
+ if (!isWhitelistAddEvent(item.type)) {
777
+ throw new Error("not a WhitelistAddEvent type");
778
+ }
779
+ return WhitelistAddEvent.reified().new({
780
+ id: (0, reified_1.decodeFromFieldsWithTypes)(structs_1.ID.reified(), item.fields.id),
781
+ address: (0, reified_1.decodeFromFieldsWithTypes)("address", item.fields.address),
782
+ });
783
+ };
784
+ WhitelistAddEvent.fromBcs = function (data) {
785
+ return WhitelistAddEvent.fromFields(WhitelistAddEvent.bcs.parse(data));
786
+ };
787
+ WhitelistAddEvent.prototype.toJSONField = function () {
788
+ return {
789
+ id: this.id,
790
+ address: this.address,
791
+ };
792
+ };
793
+ WhitelistAddEvent.prototype.toJSON = function () {
794
+ return __assign({ $typeName: this.$typeName, $typeArgs: this.$typeArgs }, this.toJSONField());
795
+ };
796
+ WhitelistAddEvent.fromJSONField = function (field) {
797
+ return WhitelistAddEvent.reified().new({
798
+ id: (0, reified_1.decodeFromJSONField)(structs_1.ID.reified(), field.id),
799
+ address: (0, reified_1.decodeFromJSONField)("address", field.address),
800
+ });
801
+ };
802
+ WhitelistAddEvent.fromJSON = function (json) {
803
+ if (json.$typeName !== WhitelistAddEvent.$typeName) {
804
+ throw new Error("not a WithTwoGenerics json object");
805
+ }
806
+ return WhitelistAddEvent.fromJSONField(json);
807
+ };
808
+ WhitelistAddEvent.fromSuiParsedData = function (content) {
809
+ if (content.dataType !== "moveObject") {
810
+ throw new Error("not an object");
811
+ }
812
+ if (!isWhitelistAddEvent(content.type)) {
813
+ throw new Error("object at ".concat(content.fields.id, " is not a WhitelistAddEvent object"));
814
+ }
815
+ return WhitelistAddEvent.fromFieldsWithTypes(content);
816
+ };
817
+ WhitelistAddEvent.fetch = function (client, id) {
818
+ return __awaiter(this, void 0, void 0, function () {
819
+ var res;
820
+ var _a, _b;
821
+ return __generator(this, function (_c) {
822
+ switch (_c.label) {
823
+ case 0: return [4 /*yield*/, client.getObject({ id: id, options: { showBcs: true } })];
824
+ case 1:
825
+ res = _c.sent();
826
+ if (res.error) {
827
+ throw new Error("error fetching WhitelistAddEvent object at id ".concat(id, ": ").concat(res.error.code));
828
+ }
829
+ if (((_b = (_a = res.data) === null || _a === void 0 ? void 0 : _a.bcs) === null || _b === void 0 ? void 0 : _b.dataType) !== "moveObject" || !isWhitelistAddEvent(res.data.bcs.type)) {
830
+ throw new Error("object at id ".concat(id, " is not a WhitelistAddEvent object"));
831
+ }
832
+ return [2 /*return*/, WhitelistAddEvent.fromBcs((0, bcs_1.fromB64)(res.data.bcs.bcsBytes))];
833
+ }
834
+ });
835
+ });
836
+ };
837
+ WhitelistAddEvent.$typeName = "0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f::whitelist::WhitelistAddEvent";
838
+ WhitelistAddEvent.$numTypeParams = 0;
839
+ return WhitelistAddEvent;
840
+ }());
841
+ exports.WhitelistAddEvent = WhitelistAddEvent;
842
+ /* ============================== WhitelistKey =============================== */
843
+ function isWhitelistKey(type) {
844
+ type = (0, util_1.compressSuiType)(type);
845
+ return type === "0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f::whitelist::WhitelistKey";
846
+ }
847
+ exports.isWhitelistKey = isWhitelistKey;
848
+ var WhitelistKey = /** @class */ (function () {
849
+ function WhitelistKey(typeArgs, fields) {
850
+ this.$typeName = WhitelistKey.$typeName;
851
+ this.$fullTypeName = util_1.composeSuiType.apply(void 0, __spreadArray([WhitelistKey.$typeName], __read(typeArgs), false));
852
+ this.$typeArgs = typeArgs;
853
+ this.address = fields.address;
854
+ }
855
+ WhitelistKey.reified = function () {
856
+ var _this = this;
857
+ return {
858
+ typeName: WhitelistKey.$typeName,
859
+ fullTypeName: util_1.composeSuiType.apply(void 0, __spreadArray([WhitelistKey.$typeName], [], false)),
860
+ typeArgs: [],
861
+ reifiedTypeArgs: [],
862
+ fromFields: function (fields) { return WhitelistKey.fromFields(fields); },
863
+ fromFieldsWithTypes: function (item) { return WhitelistKey.fromFieldsWithTypes(item); },
864
+ fromBcs: function (data) { return WhitelistKey.fromBcs(data); },
865
+ bcs: WhitelistKey.bcs,
866
+ fromJSONField: function (field) { return WhitelistKey.fromJSONField(field); },
867
+ fromJSON: function (json) { return WhitelistKey.fromJSON(json); },
868
+ fromSuiParsedData: function (content) { return WhitelistKey.fromSuiParsedData(content); },
869
+ fetch: function (client, id) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
870
+ return [2 /*return*/, WhitelistKey.fetch(client, id)];
871
+ }); }); },
872
+ new: function (fields) {
873
+ return new WhitelistKey([], fields);
874
+ },
875
+ kind: "StructClassReified",
876
+ };
877
+ };
878
+ Object.defineProperty(WhitelistKey, "r", {
879
+ get: function () {
880
+ return WhitelistKey.reified();
881
+ },
882
+ enumerable: false,
883
+ configurable: true
884
+ });
885
+ WhitelistKey.phantom = function () {
886
+ return (0, reified_1.phantom)(WhitelistKey.reified());
887
+ };
888
+ Object.defineProperty(WhitelistKey, "p", {
889
+ get: function () {
890
+ return WhitelistKey.phantom();
891
+ },
892
+ enumerable: false,
893
+ configurable: true
894
+ });
895
+ Object.defineProperty(WhitelistKey, "bcs", {
896
+ get: function () {
897
+ return bcs_1.bcs.struct("WhitelistKey", {
898
+ address: bcs_1.bcs.bytes(32).transform({ input: function (val) { return (0, bcs_1.fromHEX)(val); }, output: function (val) { return (0, bcs_1.toHEX)(val); } }),
899
+ });
900
+ },
901
+ enumerable: false,
902
+ configurable: true
903
+ });
904
+ WhitelistKey.fromFields = function (fields) {
905
+ return WhitelistKey.reified().new({ address: (0, reified_1.decodeFromFields)("address", fields.address) });
906
+ };
907
+ WhitelistKey.fromFieldsWithTypes = function (item) {
908
+ if (!isWhitelistKey(item.type)) {
909
+ throw new Error("not a WhitelistKey type");
910
+ }
911
+ return WhitelistKey.reified().new({ address: (0, reified_1.decodeFromFieldsWithTypes)("address", item.fields.address) });
912
+ };
913
+ WhitelistKey.fromBcs = function (data) {
914
+ return WhitelistKey.fromFields(WhitelistKey.bcs.parse(data));
915
+ };
916
+ WhitelistKey.prototype.toJSONField = function () {
917
+ return {
918
+ address: this.address,
919
+ };
920
+ };
921
+ WhitelistKey.prototype.toJSON = function () {
922
+ return __assign({ $typeName: this.$typeName, $typeArgs: this.$typeArgs }, this.toJSONField());
923
+ };
924
+ WhitelistKey.fromJSONField = function (field) {
925
+ return WhitelistKey.reified().new({ address: (0, reified_1.decodeFromJSONField)("address", field.address) });
926
+ };
927
+ WhitelistKey.fromJSON = function (json) {
928
+ if (json.$typeName !== WhitelistKey.$typeName) {
929
+ throw new Error("not a WithTwoGenerics json object");
930
+ }
931
+ return WhitelistKey.fromJSONField(json);
932
+ };
933
+ WhitelistKey.fromSuiParsedData = function (content) {
934
+ if (content.dataType !== "moveObject") {
935
+ throw new Error("not an object");
936
+ }
937
+ if (!isWhitelistKey(content.type)) {
938
+ throw new Error("object at ".concat(content.fields.id, " is not a WhitelistKey object"));
939
+ }
940
+ return WhitelistKey.fromFieldsWithTypes(content);
941
+ };
942
+ WhitelistKey.fetch = function (client, id) {
943
+ return __awaiter(this, void 0, void 0, function () {
944
+ var res;
945
+ var _a, _b;
946
+ return __generator(this, function (_c) {
947
+ switch (_c.label) {
948
+ case 0: return [4 /*yield*/, client.getObject({ id: id, options: { showBcs: true } })];
949
+ case 1:
950
+ res = _c.sent();
951
+ if (res.error) {
952
+ throw new Error("error fetching WhitelistKey object at id ".concat(id, ": ").concat(res.error.code));
953
+ }
954
+ if (((_b = (_a = res.data) === null || _a === void 0 ? void 0 : _a.bcs) === null || _b === void 0 ? void 0 : _b.dataType) !== "moveObject" || !isWhitelistKey(res.data.bcs.type)) {
955
+ throw new Error("object at id ".concat(id, " is not a WhitelistKey object"));
956
+ }
957
+ return [2 /*return*/, WhitelistKey.fromBcs((0, bcs_1.fromB64)(res.data.bcs.bcsBytes))];
958
+ }
959
+ });
960
+ });
961
+ };
962
+ WhitelistKey.$typeName = "0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f::whitelist::WhitelistKey";
963
+ WhitelistKey.$numTypeParams = 0;
964
+ return WhitelistKey;
965
+ }());
966
+ exports.WhitelistKey = WhitelistKey;
967
+ /* ============================== WhitelistRemoveEvent =============================== */
968
+ function isWhitelistRemoveEvent(type) {
969
+ type = (0, util_1.compressSuiType)(type);
970
+ return type === "0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f::whitelist::WhitelistRemoveEvent";
971
+ }
972
+ exports.isWhitelistRemoveEvent = isWhitelistRemoveEvent;
973
+ var WhitelistRemoveEvent = /** @class */ (function () {
974
+ function WhitelistRemoveEvent(typeArgs, fields) {
975
+ this.$typeName = WhitelistRemoveEvent.$typeName;
976
+ this.$fullTypeName = util_1.composeSuiType.apply(void 0, __spreadArray([WhitelistRemoveEvent.$typeName], __read(typeArgs), false));
977
+ this.$typeArgs = typeArgs;
978
+ this.id = fields.id;
979
+ this.address = fields.address;
980
+ }
981
+ WhitelistRemoveEvent.reified = function () {
982
+ var _this = this;
983
+ return {
984
+ typeName: WhitelistRemoveEvent.$typeName,
985
+ fullTypeName: util_1.composeSuiType.apply(void 0, __spreadArray([WhitelistRemoveEvent.$typeName], [], false)),
986
+ typeArgs: [],
987
+ reifiedTypeArgs: [],
988
+ fromFields: function (fields) { return WhitelistRemoveEvent.fromFields(fields); },
989
+ fromFieldsWithTypes: function (item) { return WhitelistRemoveEvent.fromFieldsWithTypes(item); },
990
+ fromBcs: function (data) { return WhitelistRemoveEvent.fromBcs(data); },
991
+ bcs: WhitelistRemoveEvent.bcs,
992
+ fromJSONField: function (field) { return WhitelistRemoveEvent.fromJSONField(field); },
993
+ fromJSON: function (json) { return WhitelistRemoveEvent.fromJSON(json); },
994
+ fromSuiParsedData: function (content) { return WhitelistRemoveEvent.fromSuiParsedData(content); },
995
+ fetch: function (client, id) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
996
+ return [2 /*return*/, WhitelistRemoveEvent.fetch(client, id)];
997
+ }); }); },
998
+ new: function (fields) {
999
+ return new WhitelistRemoveEvent([], fields);
1000
+ },
1001
+ kind: "StructClassReified",
1002
+ };
1003
+ };
1004
+ Object.defineProperty(WhitelistRemoveEvent, "r", {
1005
+ get: function () {
1006
+ return WhitelistRemoveEvent.reified();
1007
+ },
1008
+ enumerable: false,
1009
+ configurable: true
1010
+ });
1011
+ WhitelistRemoveEvent.phantom = function () {
1012
+ return (0, reified_1.phantom)(WhitelistRemoveEvent.reified());
1013
+ };
1014
+ Object.defineProperty(WhitelistRemoveEvent, "p", {
1015
+ get: function () {
1016
+ return WhitelistRemoveEvent.phantom();
1017
+ },
1018
+ enumerable: false,
1019
+ configurable: true
1020
+ });
1021
+ Object.defineProperty(WhitelistRemoveEvent, "bcs", {
1022
+ get: function () {
1023
+ return bcs_1.bcs.struct("WhitelistRemoveEvent", {
1024
+ id: structs_1.ID.bcs,
1025
+ address: bcs_1.bcs.bytes(32).transform({ input: function (val) { return (0, bcs_1.fromHEX)(val); }, output: function (val) { return (0, bcs_1.toHEX)(val); } }),
1026
+ });
1027
+ },
1028
+ enumerable: false,
1029
+ configurable: true
1030
+ });
1031
+ WhitelistRemoveEvent.fromFields = function (fields) {
1032
+ return WhitelistRemoveEvent.reified().new({
1033
+ id: (0, reified_1.decodeFromFields)(structs_1.ID.reified(), fields.id),
1034
+ address: (0, reified_1.decodeFromFields)("address", fields.address),
1035
+ });
1036
+ };
1037
+ WhitelistRemoveEvent.fromFieldsWithTypes = function (item) {
1038
+ if (!isWhitelistRemoveEvent(item.type)) {
1039
+ throw new Error("not a WhitelistRemoveEvent type");
1040
+ }
1041
+ return WhitelistRemoveEvent.reified().new({
1042
+ id: (0, reified_1.decodeFromFieldsWithTypes)(structs_1.ID.reified(), item.fields.id),
1043
+ address: (0, reified_1.decodeFromFieldsWithTypes)("address", item.fields.address),
1044
+ });
1045
+ };
1046
+ WhitelistRemoveEvent.fromBcs = function (data) {
1047
+ return WhitelistRemoveEvent.fromFields(WhitelistRemoveEvent.bcs.parse(data));
1048
+ };
1049
+ WhitelistRemoveEvent.prototype.toJSONField = function () {
1050
+ return {
1051
+ id: this.id,
1052
+ address: this.address,
1053
+ };
1054
+ };
1055
+ WhitelistRemoveEvent.prototype.toJSON = function () {
1056
+ return __assign({ $typeName: this.$typeName, $typeArgs: this.$typeArgs }, this.toJSONField());
1057
+ };
1058
+ WhitelistRemoveEvent.fromJSONField = function (field) {
1059
+ return WhitelistRemoveEvent.reified().new({
1060
+ id: (0, reified_1.decodeFromJSONField)(structs_1.ID.reified(), field.id),
1061
+ address: (0, reified_1.decodeFromJSONField)("address", field.address),
1062
+ });
1063
+ };
1064
+ WhitelistRemoveEvent.fromJSON = function (json) {
1065
+ if (json.$typeName !== WhitelistRemoveEvent.$typeName) {
1066
+ throw new Error("not a WithTwoGenerics json object");
1067
+ }
1068
+ return WhitelistRemoveEvent.fromJSONField(json);
1069
+ };
1070
+ WhitelistRemoveEvent.fromSuiParsedData = function (content) {
1071
+ if (content.dataType !== "moveObject") {
1072
+ throw new Error("not an object");
1073
+ }
1074
+ if (!isWhitelistRemoveEvent(content.type)) {
1075
+ throw new Error("object at ".concat(content.fields.id, " is not a WhitelistRemoveEvent object"));
1076
+ }
1077
+ return WhitelistRemoveEvent.fromFieldsWithTypes(content);
1078
+ };
1079
+ WhitelistRemoveEvent.fetch = function (client, id) {
1080
+ return __awaiter(this, void 0, void 0, function () {
1081
+ var res;
1082
+ var _a, _b;
1083
+ return __generator(this, function (_c) {
1084
+ switch (_c.label) {
1085
+ case 0: return [4 /*yield*/, client.getObject({ id: id, options: { showBcs: true } })];
1086
+ case 1:
1087
+ res = _c.sent();
1088
+ if (res.error) {
1089
+ throw new Error("error fetching WhitelistRemoveEvent object at id ".concat(id, ": ").concat(res.error.code));
1090
+ }
1091
+ if (((_b = (_a = res.data) === null || _a === void 0 ? void 0 : _a.bcs) === null || _b === void 0 ? void 0 : _b.dataType) !== "moveObject" || !isWhitelistRemoveEvent(res.data.bcs.type)) {
1092
+ throw new Error("object at id ".concat(id, " is not a WhitelistRemoveEvent object"));
1093
+ }
1094
+ return [2 /*return*/, WhitelistRemoveEvent.fromBcs((0, bcs_1.fromB64)(res.data.bcs.bcsBytes))];
1095
+ }
1096
+ });
1097
+ });
1098
+ };
1099
+ WhitelistRemoveEvent.$typeName = "0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f::whitelist::WhitelistRemoveEvent";
1100
+ WhitelistRemoveEvent.$numTypeParams = 0;
1101
+ return WhitelistRemoveEvent;
1102
+ }());
1103
+ exports.WhitelistRemoveEvent = WhitelistRemoveEvent;