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