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