@typus/typus-sdk 1.3.29-tails-staking → 1.4.0

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