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