@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
@@ -0,0 +1,2631 @@
1
+ import * as reified from "../../_framework/reified";
2
+ import { Option } from "../../_dependencies/source/0x1/option/structs";
3
+ import { TypeName } from "../../_dependencies/source/0x1/type-name/structs";
4
+ import { ObjectTable } from "../../_dependencies/source/0x2/object-table/structs";
5
+ import { UID } from "../../_dependencies/source/0x2/object/structs";
6
+ import { BigVector } from "../../_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs";
7
+ import { PhantomReified, Reified, StructClass, ToField, ToTypeStr, Vector, ToTypeStr as ToPhantom } from "../../_framework/reified";
8
+ import { FieldsWithTypes } from "../../_framework/util";
9
+ import { SuiClient, SuiParsedData } from "@mysten/sui.js/client";
10
+ export declare function isAddTradingSymbolEvent(type: string): boolean;
11
+ export interface AddTradingSymbolEventFields {
12
+ index: ToField<"u64">;
13
+ baseTokenType: ToField<TypeName>;
14
+ marketInfo: ToField<MarketInfo>;
15
+ marketConfig: ToField<MarketConfig>;
16
+ u64Padding: ToField<Vector<"u64">>;
17
+ }
18
+ export type AddTradingSymbolEventReified = Reified<AddTradingSymbolEvent, AddTradingSymbolEventFields>;
19
+ export declare class AddTradingSymbolEvent implements StructClass {
20
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::AddTradingSymbolEvent";
21
+ static readonly $numTypeParams = 0;
22
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::AddTradingSymbolEvent";
23
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::AddTradingSymbolEvent";
24
+ readonly $typeArgs: [];
25
+ readonly index: ToField<"u64">;
26
+ readonly baseTokenType: ToField<TypeName>;
27
+ readonly marketInfo: ToField<MarketInfo>;
28
+ readonly marketConfig: ToField<MarketConfig>;
29
+ readonly u64Padding: ToField<Vector<"u64">>;
30
+ private constructor();
31
+ static reified(): AddTradingSymbolEventReified;
32
+ static get r(): reified.StructClassReified<AddTradingSymbolEvent, AddTradingSymbolEventFields>;
33
+ static phantom(): PhantomReified<ToTypeStr<AddTradingSymbolEvent>>;
34
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::AddTradingSymbolEvent">;
35
+ static get bcs(): import("@mysten/bcs").BcsType<{
36
+ index: string;
37
+ base_token_type: {
38
+ name: {
39
+ bytes: number[];
40
+ };
41
+ };
42
+ market_info: {
43
+ is_active: boolean;
44
+ size_decimal: string;
45
+ user_long_position_size: string;
46
+ user_short_position_size: string;
47
+ next_position_id: string;
48
+ user_long_order_size: string;
49
+ user_short_order_size: string;
50
+ next_order_id: string;
51
+ last_funding_ts_ms: string;
52
+ cumulative_funding_rate_index_sign: boolean;
53
+ cumulative_funding_rate_index: string;
54
+ previous_last_funding_ts_ms: string;
55
+ previous_cumulative_funding_rate_index_sign: boolean;
56
+ previous_cumulative_funding_rate_index: string;
57
+ u64_padding: string[];
58
+ };
59
+ market_config: {
60
+ oracle_id: string;
61
+ max_leverage_pct: string;
62
+ min_size: string;
63
+ lot_size: string;
64
+ trading_fee_rate: string;
65
+ trading_fee_decimal: string;
66
+ basic_funding_rate: string;
67
+ funding_interval_ts_ms: string;
68
+ u64_padding: string[];
69
+ };
70
+ u64_padding: string[];
71
+ }, {
72
+ index: string | number | bigint;
73
+ base_token_type: {
74
+ name: {
75
+ bytes: Iterable<number> & {
76
+ length: number;
77
+ };
78
+ };
79
+ };
80
+ market_info: {
81
+ is_active: boolean;
82
+ size_decimal: string | number | bigint;
83
+ user_long_position_size: string | number | bigint;
84
+ user_short_position_size: string | number | bigint;
85
+ next_position_id: string | number | bigint;
86
+ user_long_order_size: string | number | bigint;
87
+ user_short_order_size: string | number | bigint;
88
+ next_order_id: string | number | bigint;
89
+ last_funding_ts_ms: string | number | bigint;
90
+ cumulative_funding_rate_index_sign: boolean;
91
+ cumulative_funding_rate_index: string | number | bigint;
92
+ previous_last_funding_ts_ms: string | number | bigint;
93
+ previous_cumulative_funding_rate_index_sign: boolean;
94
+ previous_cumulative_funding_rate_index: string | number | bigint;
95
+ u64_padding: Iterable<string | number | bigint> & {
96
+ length: number;
97
+ };
98
+ };
99
+ market_config: {
100
+ oracle_id: string;
101
+ max_leverage_pct: string | number | bigint;
102
+ min_size: string | number | bigint;
103
+ lot_size: string | number | bigint;
104
+ trading_fee_rate: string | number | bigint;
105
+ trading_fee_decimal: string | number | bigint;
106
+ basic_funding_rate: string | number | bigint;
107
+ funding_interval_ts_ms: string | number | bigint;
108
+ u64_padding: Iterable<string | number | bigint> & {
109
+ length: number;
110
+ };
111
+ };
112
+ u64_padding: Iterable<string | number | bigint> & {
113
+ length: number;
114
+ };
115
+ }>;
116
+ static fromFields(fields: Record<string, any>): AddTradingSymbolEvent;
117
+ static fromFieldsWithTypes(item: FieldsWithTypes): AddTradingSymbolEvent;
118
+ static fromBcs(data: Uint8Array): AddTradingSymbolEvent;
119
+ toJSONField(): {
120
+ index: string;
121
+ baseTokenType: {
122
+ name: string;
123
+ };
124
+ marketInfo: {
125
+ isActive: boolean;
126
+ sizeDecimal: string;
127
+ userLongPositionSize: string;
128
+ userShortPositionSize: string;
129
+ nextPositionId: string;
130
+ userLongOrderSize: string;
131
+ userShortOrderSize: string;
132
+ nextOrderId: string;
133
+ lastFundingTsMs: string;
134
+ cumulativeFundingRateIndexSign: boolean;
135
+ cumulativeFundingRateIndex: string;
136
+ previousLastFundingTsMs: string;
137
+ previousCumulativeFundingRateIndexSign: boolean;
138
+ previousCumulativeFundingRateIndex: string;
139
+ u64Padding: string[];
140
+ };
141
+ marketConfig: {
142
+ oracleId: string;
143
+ maxLeveragePct: string;
144
+ minSize: string;
145
+ lotSize: string;
146
+ tradingFeeRate: string;
147
+ tradingFeeDecimal: string;
148
+ basicFundingRate: string;
149
+ fundingIntervalTsMs: string;
150
+ u64Padding: string[];
151
+ };
152
+ u64Padding: string[];
153
+ };
154
+ toJSON(): {
155
+ index: string;
156
+ baseTokenType: {
157
+ name: string;
158
+ };
159
+ marketInfo: {
160
+ isActive: boolean;
161
+ sizeDecimal: string;
162
+ userLongPositionSize: string;
163
+ userShortPositionSize: string;
164
+ nextPositionId: string;
165
+ userLongOrderSize: string;
166
+ userShortOrderSize: string;
167
+ nextOrderId: string;
168
+ lastFundingTsMs: string;
169
+ cumulativeFundingRateIndexSign: boolean;
170
+ cumulativeFundingRateIndex: string;
171
+ previousLastFundingTsMs: string;
172
+ previousCumulativeFundingRateIndexSign: boolean;
173
+ previousCumulativeFundingRateIndex: string;
174
+ u64Padding: string[];
175
+ };
176
+ marketConfig: {
177
+ oracleId: string;
178
+ maxLeveragePct: string;
179
+ minSize: string;
180
+ lotSize: string;
181
+ tradingFeeRate: string;
182
+ tradingFeeDecimal: string;
183
+ basicFundingRate: string;
184
+ fundingIntervalTsMs: string;
185
+ u64Padding: string[];
186
+ };
187
+ u64Padding: string[];
188
+ $typeName: string;
189
+ $typeArgs: [];
190
+ };
191
+ static fromJSONField(field: any): AddTradingSymbolEvent;
192
+ static fromJSON(json: Record<string, any>): AddTradingSymbolEvent;
193
+ static fromSuiParsedData(content: SuiParsedData): AddTradingSymbolEvent;
194
+ static fetch(client: SuiClient, id: string): Promise<AddTradingSymbolEvent>;
195
+ }
196
+ export declare function isCancelTradingOrderEvent(type: string): boolean;
197
+ export interface CancelTradingOrderEventFields {
198
+ user: ToField<"address">;
199
+ marketIndex: ToField<"u64">;
200
+ orderId: ToField<"u64">;
201
+ triggerPrice: ToField<"u64">;
202
+ collateralToken: ToField<TypeName>;
203
+ baseToken: ToField<TypeName>;
204
+ releasedCollateralAmount: ToField<"u64">;
205
+ u64Padding: ToField<Vector<"u64">>;
206
+ }
207
+ export type CancelTradingOrderEventReified = Reified<CancelTradingOrderEvent, CancelTradingOrderEventFields>;
208
+ export declare class CancelTradingOrderEvent implements StructClass {
209
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::CancelTradingOrderEvent";
210
+ static readonly $numTypeParams = 0;
211
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::CancelTradingOrderEvent";
212
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::CancelTradingOrderEvent";
213
+ readonly $typeArgs: [];
214
+ readonly user: ToField<"address">;
215
+ readonly marketIndex: ToField<"u64">;
216
+ readonly orderId: ToField<"u64">;
217
+ readonly triggerPrice: ToField<"u64">;
218
+ readonly collateralToken: ToField<TypeName>;
219
+ readonly baseToken: ToField<TypeName>;
220
+ readonly releasedCollateralAmount: ToField<"u64">;
221
+ readonly u64Padding: ToField<Vector<"u64">>;
222
+ private constructor();
223
+ static reified(): CancelTradingOrderEventReified;
224
+ static get r(): reified.StructClassReified<CancelTradingOrderEvent, CancelTradingOrderEventFields>;
225
+ static phantom(): PhantomReified<ToTypeStr<CancelTradingOrderEvent>>;
226
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::CancelTradingOrderEvent">;
227
+ static get bcs(): import("@mysten/bcs").BcsType<{
228
+ user: string;
229
+ market_index: string;
230
+ order_id: string;
231
+ trigger_price: string;
232
+ collateral_token: {
233
+ name: {
234
+ bytes: number[];
235
+ };
236
+ };
237
+ base_token: {
238
+ name: {
239
+ bytes: number[];
240
+ };
241
+ };
242
+ released_collateral_amount: string;
243
+ u64_padding: string[];
244
+ }, {
245
+ user: string;
246
+ market_index: string | number | bigint;
247
+ order_id: string | number | bigint;
248
+ trigger_price: string | number | bigint;
249
+ collateral_token: {
250
+ name: {
251
+ bytes: Iterable<number> & {
252
+ length: number;
253
+ };
254
+ };
255
+ };
256
+ base_token: {
257
+ name: {
258
+ bytes: Iterable<number> & {
259
+ length: number;
260
+ };
261
+ };
262
+ };
263
+ released_collateral_amount: string | number | bigint;
264
+ u64_padding: Iterable<string | number | bigint> & {
265
+ length: number;
266
+ };
267
+ }>;
268
+ static fromFields(fields: Record<string, any>): CancelTradingOrderEvent;
269
+ static fromFieldsWithTypes(item: FieldsWithTypes): CancelTradingOrderEvent;
270
+ static fromBcs(data: Uint8Array): CancelTradingOrderEvent;
271
+ toJSONField(): {
272
+ user: string;
273
+ marketIndex: string;
274
+ orderId: string;
275
+ triggerPrice: string;
276
+ collateralToken: {
277
+ name: string;
278
+ };
279
+ baseToken: {
280
+ name: string;
281
+ };
282
+ releasedCollateralAmount: string;
283
+ u64Padding: string[];
284
+ };
285
+ toJSON(): {
286
+ user: string;
287
+ marketIndex: string;
288
+ orderId: string;
289
+ triggerPrice: string;
290
+ collateralToken: {
291
+ name: string;
292
+ };
293
+ baseToken: {
294
+ name: string;
295
+ };
296
+ releasedCollateralAmount: string;
297
+ u64Padding: string[];
298
+ $typeName: string;
299
+ $typeArgs: [];
300
+ };
301
+ static fromJSONField(field: any): CancelTradingOrderEvent;
302
+ static fromJSON(json: Record<string, any>): CancelTradingOrderEvent;
303
+ static fromSuiParsedData(content: SuiParsedData): CancelTradingOrderEvent;
304
+ static fetch(client: SuiClient, id: string): Promise<CancelTradingOrderEvent>;
305
+ }
306
+ export declare function isCreateTradingOrderEvent(type: string): boolean;
307
+ export interface CreateTradingOrderEventFields {
308
+ user: ToField<"address">;
309
+ marketIndex: ToField<"u64">;
310
+ poolIndex: ToField<"u64">;
311
+ collateralToken: ToField<TypeName>;
312
+ baseToken: ToField<TypeName>;
313
+ linkedPositionId: ToField<Option<"u64">>;
314
+ collateralAmount: ToField<"u64">;
315
+ leveragePct: ToField<"u64">;
316
+ reduceOnly: ToField<"bool">;
317
+ isLong: ToField<"bool">;
318
+ isStopOrder: ToField<"bool">;
319
+ size: ToField<"u64">;
320
+ triggerPrice: ToField<"u64">;
321
+ filled: ToField<"bool">;
322
+ filledPrice: ToField<Option<"u64">>;
323
+ u64Padding: ToField<Vector<"u64">>;
324
+ }
325
+ export type CreateTradingOrderEventReified = Reified<CreateTradingOrderEvent, CreateTradingOrderEventFields>;
326
+ export declare class CreateTradingOrderEvent implements StructClass {
327
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::CreateTradingOrderEvent";
328
+ static readonly $numTypeParams = 0;
329
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::CreateTradingOrderEvent";
330
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::CreateTradingOrderEvent";
331
+ readonly $typeArgs: [];
332
+ readonly user: ToField<"address">;
333
+ readonly marketIndex: ToField<"u64">;
334
+ readonly poolIndex: ToField<"u64">;
335
+ readonly collateralToken: ToField<TypeName>;
336
+ readonly baseToken: ToField<TypeName>;
337
+ readonly linkedPositionId: ToField<Option<"u64">>;
338
+ readonly collateralAmount: ToField<"u64">;
339
+ readonly leveragePct: ToField<"u64">;
340
+ readonly reduceOnly: ToField<"bool">;
341
+ readonly isLong: ToField<"bool">;
342
+ readonly isStopOrder: ToField<"bool">;
343
+ readonly size: ToField<"u64">;
344
+ readonly triggerPrice: ToField<"u64">;
345
+ readonly filled: ToField<"bool">;
346
+ readonly filledPrice: ToField<Option<"u64">>;
347
+ readonly u64Padding: ToField<Vector<"u64">>;
348
+ private constructor();
349
+ static reified(): CreateTradingOrderEventReified;
350
+ static get r(): reified.StructClassReified<CreateTradingOrderEvent, CreateTradingOrderEventFields>;
351
+ static phantom(): PhantomReified<ToTypeStr<CreateTradingOrderEvent>>;
352
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::CreateTradingOrderEvent">;
353
+ static get bcs(): import("@mysten/bcs").BcsType<{
354
+ user: string;
355
+ market_index: string;
356
+ pool_index: string;
357
+ collateral_token: {
358
+ name: {
359
+ bytes: number[];
360
+ };
361
+ };
362
+ base_token: {
363
+ name: {
364
+ bytes: number[];
365
+ };
366
+ };
367
+ linked_position_id: {
368
+ vec: any[];
369
+ };
370
+ collateral_amount: string;
371
+ leverage_pct: string;
372
+ reduce_only: boolean;
373
+ is_long: boolean;
374
+ is_stop_order: boolean;
375
+ size: string;
376
+ trigger_price: string;
377
+ filled: boolean;
378
+ filled_price: {
379
+ vec: any[];
380
+ };
381
+ u64_padding: string[];
382
+ }, {
383
+ user: string;
384
+ market_index: string | number | bigint;
385
+ pool_index: string | number | bigint;
386
+ collateral_token: {
387
+ name: {
388
+ bytes: Iterable<number> & {
389
+ length: number;
390
+ };
391
+ };
392
+ };
393
+ base_token: {
394
+ name: {
395
+ bytes: Iterable<number> & {
396
+ length: number;
397
+ };
398
+ };
399
+ };
400
+ linked_position_id: {
401
+ vec: Iterable<any> & {
402
+ length: number;
403
+ };
404
+ };
405
+ collateral_amount: string | number | bigint;
406
+ leverage_pct: string | number | bigint;
407
+ reduce_only: boolean;
408
+ is_long: boolean;
409
+ is_stop_order: boolean;
410
+ size: string | number | bigint;
411
+ trigger_price: string | number | bigint;
412
+ filled: boolean;
413
+ filled_price: {
414
+ vec: Iterable<any> & {
415
+ length: number;
416
+ };
417
+ };
418
+ u64_padding: Iterable<string | number | bigint> & {
419
+ length: number;
420
+ };
421
+ }>;
422
+ static fromFields(fields: Record<string, any>): CreateTradingOrderEvent;
423
+ static fromFieldsWithTypes(item: FieldsWithTypes): CreateTradingOrderEvent;
424
+ static fromBcs(data: Uint8Array): CreateTradingOrderEvent;
425
+ toJSONField(): {
426
+ user: string;
427
+ marketIndex: string;
428
+ poolIndex: string;
429
+ collateralToken: {
430
+ name: string;
431
+ };
432
+ baseToken: {
433
+ name: string;
434
+ };
435
+ linkedPositionId: string | null;
436
+ collateralAmount: string;
437
+ leveragePct: string;
438
+ reduceOnly: boolean;
439
+ isLong: boolean;
440
+ isStopOrder: boolean;
441
+ size: string;
442
+ triggerPrice: string;
443
+ filled: boolean;
444
+ filledPrice: string | null;
445
+ u64Padding: string[];
446
+ };
447
+ toJSON(): {
448
+ user: string;
449
+ marketIndex: string;
450
+ poolIndex: string;
451
+ collateralToken: {
452
+ name: string;
453
+ };
454
+ baseToken: {
455
+ name: string;
456
+ };
457
+ linkedPositionId: string | null;
458
+ collateralAmount: string;
459
+ leveragePct: string;
460
+ reduceOnly: boolean;
461
+ isLong: boolean;
462
+ isStopOrder: boolean;
463
+ size: string;
464
+ triggerPrice: string;
465
+ filled: boolean;
466
+ filledPrice: string | null;
467
+ u64Padding: string[];
468
+ $typeName: string;
469
+ $typeArgs: [];
470
+ };
471
+ static fromJSONField(field: any): CreateTradingOrderEvent;
472
+ static fromJSON(json: Record<string, any>): CreateTradingOrderEvent;
473
+ static fromSuiParsedData(content: SuiParsedData): CreateTradingOrderEvent;
474
+ static fetch(client: SuiClient, id: string): Promise<CreateTradingOrderEvent>;
475
+ }
476
+ export declare function isCreateTradingOrderWithBidReceiptsEvent(type: string): boolean;
477
+ export interface CreateTradingOrderWithBidReceiptsEventFields {
478
+ user: ToField<"address">;
479
+ marketIndex: ToField<"u64">;
480
+ poolIndex: ToField<"u64">;
481
+ collateralToken: ToField<TypeName>;
482
+ baseToken: ToField<TypeName>;
483
+ collateralInDepositToken: ToField<"u64">;
484
+ isLong: ToField<"bool">;
485
+ size: ToField<"u64">;
486
+ triggerPrice: ToField<"u64">;
487
+ filled: ToField<"bool">;
488
+ filledPrice: ToField<Option<"u64">>;
489
+ u64Padding: ToField<Vector<"u64">>;
490
+ }
491
+ export type CreateTradingOrderWithBidReceiptsEventReified = Reified<CreateTradingOrderWithBidReceiptsEvent, CreateTradingOrderWithBidReceiptsEventFields>;
492
+ export declare class CreateTradingOrderWithBidReceiptsEvent implements StructClass {
493
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::CreateTradingOrderWithBidReceiptsEvent";
494
+ static readonly $numTypeParams = 0;
495
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::CreateTradingOrderWithBidReceiptsEvent";
496
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::CreateTradingOrderWithBidReceiptsEvent";
497
+ readonly $typeArgs: [];
498
+ readonly user: ToField<"address">;
499
+ readonly marketIndex: ToField<"u64">;
500
+ readonly poolIndex: ToField<"u64">;
501
+ readonly collateralToken: ToField<TypeName>;
502
+ readonly baseToken: ToField<TypeName>;
503
+ readonly collateralInDepositToken: ToField<"u64">;
504
+ readonly isLong: ToField<"bool">;
505
+ readonly size: ToField<"u64">;
506
+ readonly triggerPrice: ToField<"u64">;
507
+ readonly filled: ToField<"bool">;
508
+ readonly filledPrice: ToField<Option<"u64">>;
509
+ readonly u64Padding: ToField<Vector<"u64">>;
510
+ private constructor();
511
+ static reified(): CreateTradingOrderWithBidReceiptsEventReified;
512
+ static get r(): reified.StructClassReified<CreateTradingOrderWithBidReceiptsEvent, CreateTradingOrderWithBidReceiptsEventFields>;
513
+ static phantom(): PhantomReified<ToTypeStr<CreateTradingOrderWithBidReceiptsEvent>>;
514
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::CreateTradingOrderWithBidReceiptsEvent">;
515
+ static get bcs(): import("@mysten/bcs").BcsType<{
516
+ user: string;
517
+ market_index: string;
518
+ pool_index: string;
519
+ collateral_token: {
520
+ name: {
521
+ bytes: number[];
522
+ };
523
+ };
524
+ base_token: {
525
+ name: {
526
+ bytes: number[];
527
+ };
528
+ };
529
+ collateral_in_deposit_token: string;
530
+ is_long: boolean;
531
+ size: string;
532
+ trigger_price: string;
533
+ filled: boolean;
534
+ filled_price: {
535
+ vec: any[];
536
+ };
537
+ u64_padding: string[];
538
+ }, {
539
+ user: string;
540
+ market_index: string | number | bigint;
541
+ pool_index: string | number | bigint;
542
+ collateral_token: {
543
+ name: {
544
+ bytes: Iterable<number> & {
545
+ length: number;
546
+ };
547
+ };
548
+ };
549
+ base_token: {
550
+ name: {
551
+ bytes: Iterable<number> & {
552
+ length: number;
553
+ };
554
+ };
555
+ };
556
+ collateral_in_deposit_token: string | number | bigint;
557
+ is_long: boolean;
558
+ size: string | number | bigint;
559
+ trigger_price: string | number | bigint;
560
+ filled: boolean;
561
+ filled_price: {
562
+ vec: Iterable<any> & {
563
+ length: number;
564
+ };
565
+ };
566
+ u64_padding: Iterable<string | number | bigint> & {
567
+ length: number;
568
+ };
569
+ }>;
570
+ static fromFields(fields: Record<string, any>): CreateTradingOrderWithBidReceiptsEvent;
571
+ static fromFieldsWithTypes(item: FieldsWithTypes): CreateTradingOrderWithBidReceiptsEvent;
572
+ static fromBcs(data: Uint8Array): CreateTradingOrderWithBidReceiptsEvent;
573
+ toJSONField(): {
574
+ user: string;
575
+ marketIndex: string;
576
+ poolIndex: string;
577
+ collateralToken: {
578
+ name: string;
579
+ };
580
+ baseToken: {
581
+ name: string;
582
+ };
583
+ collateralInDepositToken: string;
584
+ isLong: boolean;
585
+ size: string;
586
+ triggerPrice: string;
587
+ filled: boolean;
588
+ filledPrice: string | null;
589
+ u64Padding: string[];
590
+ };
591
+ toJSON(): {
592
+ user: string;
593
+ marketIndex: string;
594
+ poolIndex: string;
595
+ collateralToken: {
596
+ name: string;
597
+ };
598
+ baseToken: {
599
+ name: string;
600
+ };
601
+ collateralInDepositToken: string;
602
+ isLong: boolean;
603
+ size: string;
604
+ triggerPrice: string;
605
+ filled: boolean;
606
+ filledPrice: string | null;
607
+ u64Padding: string[];
608
+ $typeName: string;
609
+ $typeArgs: [];
610
+ };
611
+ static fromJSONField(field: any): CreateTradingOrderWithBidReceiptsEvent;
612
+ static fromJSON(json: Record<string, any>): CreateTradingOrderWithBidReceiptsEvent;
613
+ static fromSuiParsedData(content: SuiParsedData): CreateTradingOrderWithBidReceiptsEvent;
614
+ static fetch(client: SuiClient, id: string): Promise<CreateTradingOrderWithBidReceiptsEvent>;
615
+ }
616
+ export declare function isIncreaseCollateralEvent(type: string): boolean;
617
+ export interface IncreaseCollateralEventFields {
618
+ user: ToField<"address">;
619
+ marketIndex: ToField<"u64">;
620
+ poolIndex: ToField<"u64">;
621
+ positionId: ToField<"u64">;
622
+ collateralToken: ToField<TypeName>;
623
+ baseToken: ToField<TypeName>;
624
+ increasedCollateralAmount: ToField<"u64">;
625
+ remainingCollateralAmount: ToField<"u64">;
626
+ u64Padding: ToField<Vector<"u64">>;
627
+ }
628
+ export type IncreaseCollateralEventReified = Reified<IncreaseCollateralEvent, IncreaseCollateralEventFields>;
629
+ export declare class IncreaseCollateralEvent implements StructClass {
630
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::IncreaseCollateralEvent";
631
+ static readonly $numTypeParams = 0;
632
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::IncreaseCollateralEvent";
633
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::IncreaseCollateralEvent";
634
+ readonly $typeArgs: [];
635
+ readonly user: ToField<"address">;
636
+ readonly marketIndex: ToField<"u64">;
637
+ readonly poolIndex: ToField<"u64">;
638
+ readonly positionId: ToField<"u64">;
639
+ readonly collateralToken: ToField<TypeName>;
640
+ readonly baseToken: ToField<TypeName>;
641
+ readonly increasedCollateralAmount: ToField<"u64">;
642
+ readonly remainingCollateralAmount: ToField<"u64">;
643
+ readonly u64Padding: ToField<Vector<"u64">>;
644
+ private constructor();
645
+ static reified(): IncreaseCollateralEventReified;
646
+ static get r(): reified.StructClassReified<IncreaseCollateralEvent, IncreaseCollateralEventFields>;
647
+ static phantom(): PhantomReified<ToTypeStr<IncreaseCollateralEvent>>;
648
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::IncreaseCollateralEvent">;
649
+ static get bcs(): import("@mysten/bcs").BcsType<{
650
+ user: string;
651
+ market_index: string;
652
+ pool_index: string;
653
+ position_id: string;
654
+ collateral_token: {
655
+ name: {
656
+ bytes: number[];
657
+ };
658
+ };
659
+ base_token: {
660
+ name: {
661
+ bytes: number[];
662
+ };
663
+ };
664
+ increased_collateral_amount: string;
665
+ remaining_collateral_amount: string;
666
+ u64_padding: string[];
667
+ }, {
668
+ user: string;
669
+ market_index: string | number | bigint;
670
+ pool_index: string | number | bigint;
671
+ position_id: string | number | bigint;
672
+ collateral_token: {
673
+ name: {
674
+ bytes: Iterable<number> & {
675
+ length: number;
676
+ };
677
+ };
678
+ };
679
+ base_token: {
680
+ name: {
681
+ bytes: Iterable<number> & {
682
+ length: number;
683
+ };
684
+ };
685
+ };
686
+ increased_collateral_amount: string | number | bigint;
687
+ remaining_collateral_amount: string | number | bigint;
688
+ u64_padding: Iterable<string | number | bigint> & {
689
+ length: number;
690
+ };
691
+ }>;
692
+ static fromFields(fields: Record<string, any>): IncreaseCollateralEvent;
693
+ static fromFieldsWithTypes(item: FieldsWithTypes): IncreaseCollateralEvent;
694
+ static fromBcs(data: Uint8Array): IncreaseCollateralEvent;
695
+ toJSONField(): {
696
+ user: string;
697
+ marketIndex: string;
698
+ poolIndex: string;
699
+ positionId: string;
700
+ collateralToken: {
701
+ name: string;
702
+ };
703
+ baseToken: {
704
+ name: string;
705
+ };
706
+ increasedCollateralAmount: string;
707
+ remainingCollateralAmount: string;
708
+ u64Padding: string[];
709
+ };
710
+ toJSON(): {
711
+ user: string;
712
+ marketIndex: string;
713
+ poolIndex: string;
714
+ positionId: string;
715
+ collateralToken: {
716
+ name: string;
717
+ };
718
+ baseToken: {
719
+ name: string;
720
+ };
721
+ increasedCollateralAmount: string;
722
+ remainingCollateralAmount: string;
723
+ u64Padding: string[];
724
+ $typeName: string;
725
+ $typeArgs: [];
726
+ };
727
+ static fromJSONField(field: any): IncreaseCollateralEvent;
728
+ static fromJSON(json: Record<string, any>): IncreaseCollateralEvent;
729
+ static fromSuiParsedData(content: SuiParsedData): IncreaseCollateralEvent;
730
+ static fetch(client: SuiClient, id: string): Promise<IncreaseCollateralEvent>;
731
+ }
732
+ export declare function isLinkedOrdersInfo(type: string): boolean;
733
+ export interface LinkedOrdersInfoFields {
734
+ users: ToField<Vector<"address">>;
735
+ ids: ToField<Vector<Vector<"u64">>>;
736
+ prices: ToField<Vector<Vector<"u64">>>;
737
+ u64Padding: ToField<Vector<"u64">>;
738
+ }
739
+ export type LinkedOrdersInfoReified = Reified<LinkedOrdersInfo, LinkedOrdersInfoFields>;
740
+ export declare class LinkedOrdersInfo implements StructClass {
741
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::LinkedOrdersInfo";
742
+ static readonly $numTypeParams = 0;
743
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::LinkedOrdersInfo";
744
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::LinkedOrdersInfo";
745
+ readonly $typeArgs: [];
746
+ readonly users: ToField<Vector<"address">>;
747
+ readonly ids: ToField<Vector<Vector<"u64">>>;
748
+ readonly prices: ToField<Vector<Vector<"u64">>>;
749
+ readonly u64Padding: ToField<Vector<"u64">>;
750
+ private constructor();
751
+ static reified(): LinkedOrdersInfoReified;
752
+ static get r(): reified.StructClassReified<LinkedOrdersInfo, LinkedOrdersInfoFields>;
753
+ static phantom(): PhantomReified<ToTypeStr<LinkedOrdersInfo>>;
754
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::LinkedOrdersInfo">;
755
+ static get bcs(): import("@mysten/bcs").BcsType<{
756
+ users: string[];
757
+ ids: string[][];
758
+ prices: string[][];
759
+ u64_padding: string[];
760
+ }, {
761
+ users: Iterable<string> & {
762
+ length: number;
763
+ };
764
+ ids: Iterable<Iterable<string | number | bigint> & {
765
+ length: number;
766
+ }> & {
767
+ length: number;
768
+ };
769
+ prices: Iterable<Iterable<string | number | bigint> & {
770
+ length: number;
771
+ }> & {
772
+ length: number;
773
+ };
774
+ u64_padding: Iterable<string | number | bigint> & {
775
+ length: number;
776
+ };
777
+ }>;
778
+ static fromFields(fields: Record<string, any>): LinkedOrdersInfo;
779
+ static fromFieldsWithTypes(item: FieldsWithTypes): LinkedOrdersInfo;
780
+ static fromBcs(data: Uint8Array): LinkedOrdersInfo;
781
+ toJSONField(): {
782
+ users: string[];
783
+ ids: string[][];
784
+ prices: string[][];
785
+ u64Padding: string[];
786
+ };
787
+ toJSON(): {
788
+ users: string[];
789
+ ids: string[][];
790
+ prices: string[][];
791
+ u64Padding: string[];
792
+ $typeName: string;
793
+ $typeArgs: [];
794
+ };
795
+ static fromJSONField(field: any): LinkedOrdersInfo;
796
+ static fromJSON(json: Record<string, any>): LinkedOrdersInfo;
797
+ static fromSuiParsedData(content: SuiParsedData): LinkedOrdersInfo;
798
+ static fetch(client: SuiClient, id: string): Promise<LinkedOrdersInfo>;
799
+ }
800
+ export declare function isLiquidateEvent(type: string): boolean;
801
+ export interface LiquidateEventFields {
802
+ user: ToField<"address">;
803
+ collateralToken: ToField<TypeName>;
804
+ baseToken: ToField<TypeName>;
805
+ positionId: ToField<"u64">;
806
+ collateralPrice: ToField<"u64">;
807
+ tradingPrice: ToField<"u64">;
808
+ liquidatorFeeValue: ToField<"u64">;
809
+ u64Padding: ToField<Vector<"u64">>;
810
+ }
811
+ export type LiquidateEventReified = Reified<LiquidateEvent, LiquidateEventFields>;
812
+ export declare class LiquidateEvent implements StructClass {
813
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::LiquidateEvent";
814
+ static readonly $numTypeParams = 0;
815
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::LiquidateEvent";
816
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::LiquidateEvent";
817
+ readonly $typeArgs: [];
818
+ readonly user: ToField<"address">;
819
+ readonly collateralToken: ToField<TypeName>;
820
+ readonly baseToken: ToField<TypeName>;
821
+ readonly positionId: ToField<"u64">;
822
+ readonly collateralPrice: ToField<"u64">;
823
+ readonly tradingPrice: ToField<"u64">;
824
+ readonly liquidatorFeeValue: ToField<"u64">;
825
+ readonly u64Padding: ToField<Vector<"u64">>;
826
+ private constructor();
827
+ static reified(): LiquidateEventReified;
828
+ static get r(): reified.StructClassReified<LiquidateEvent, LiquidateEventFields>;
829
+ static phantom(): PhantomReified<ToTypeStr<LiquidateEvent>>;
830
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::LiquidateEvent">;
831
+ static get bcs(): import("@mysten/bcs").BcsType<{
832
+ user: string;
833
+ collateral_token: {
834
+ name: {
835
+ bytes: number[];
836
+ };
837
+ };
838
+ base_token: {
839
+ name: {
840
+ bytes: number[];
841
+ };
842
+ };
843
+ position_id: string;
844
+ collateral_price: string;
845
+ trading_price: string;
846
+ liquidator_fee_value: string;
847
+ u64_padding: string[];
848
+ }, {
849
+ user: string;
850
+ collateral_token: {
851
+ name: {
852
+ bytes: Iterable<number> & {
853
+ length: number;
854
+ };
855
+ };
856
+ };
857
+ base_token: {
858
+ name: {
859
+ bytes: Iterable<number> & {
860
+ length: number;
861
+ };
862
+ };
863
+ };
864
+ position_id: string | number | bigint;
865
+ collateral_price: string | number | bigint;
866
+ trading_price: string | number | bigint;
867
+ liquidator_fee_value: string | number | bigint;
868
+ u64_padding: Iterable<string | number | bigint> & {
869
+ length: number;
870
+ };
871
+ }>;
872
+ static fromFields(fields: Record<string, any>): LiquidateEvent;
873
+ static fromFieldsWithTypes(item: FieldsWithTypes): LiquidateEvent;
874
+ static fromBcs(data: Uint8Array): LiquidateEvent;
875
+ toJSONField(): {
876
+ user: string;
877
+ collateralToken: {
878
+ name: string;
879
+ };
880
+ baseToken: {
881
+ name: string;
882
+ };
883
+ positionId: string;
884
+ collateralPrice: string;
885
+ tradingPrice: string;
886
+ liquidatorFeeValue: string;
887
+ u64Padding: string[];
888
+ };
889
+ toJSON(): {
890
+ user: string;
891
+ collateralToken: {
892
+ name: string;
893
+ };
894
+ baseToken: {
895
+ name: string;
896
+ };
897
+ positionId: string;
898
+ collateralPrice: string;
899
+ tradingPrice: string;
900
+ liquidatorFeeValue: string;
901
+ u64Padding: string[];
902
+ $typeName: string;
903
+ $typeArgs: [];
904
+ };
905
+ static fromJSONField(field: any): LiquidateEvent;
906
+ static fromJSON(json: Record<string, any>): LiquidateEvent;
907
+ static fromSuiParsedData(content: SuiParsedData): LiquidateEvent;
908
+ static fetch(client: SuiClient, id: string): Promise<LiquidateEvent>;
909
+ }
910
+ export declare function isManagerReducePosition(type: string): boolean;
911
+ export interface ManagerReducePositionFields {
912
+ user: ToField<"address">;
913
+ collateralToken: ToField<TypeName>;
914
+ baseToken: ToField<TypeName>;
915
+ positionId: ToField<"u64">;
916
+ reducedSize: ToField<"u64">;
917
+ collateralPrice: ToField<"u64">;
918
+ tradingPrice: ToField<"u64">;
919
+ cancelledOrderIds: ToField<Vector<"u64">>;
920
+ u64Padding: ToField<Vector<"u64">>;
921
+ }
922
+ export type ManagerReducePositionReified = Reified<ManagerReducePosition, ManagerReducePositionFields>;
923
+ export declare class ManagerReducePosition implements StructClass {
924
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::ManagerReducePosition";
925
+ static readonly $numTypeParams = 0;
926
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::ManagerReducePosition";
927
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::ManagerReducePosition";
928
+ readonly $typeArgs: [];
929
+ readonly user: ToField<"address">;
930
+ readonly collateralToken: ToField<TypeName>;
931
+ readonly baseToken: ToField<TypeName>;
932
+ readonly positionId: ToField<"u64">;
933
+ readonly reducedSize: ToField<"u64">;
934
+ readonly collateralPrice: ToField<"u64">;
935
+ readonly tradingPrice: ToField<"u64">;
936
+ readonly cancelledOrderIds: ToField<Vector<"u64">>;
937
+ readonly u64Padding: ToField<Vector<"u64">>;
938
+ private constructor();
939
+ static reified(): ManagerReducePositionReified;
940
+ static get r(): reified.StructClassReified<ManagerReducePosition, ManagerReducePositionFields>;
941
+ static phantom(): PhantomReified<ToTypeStr<ManagerReducePosition>>;
942
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::ManagerReducePosition">;
943
+ static get bcs(): import("@mysten/bcs").BcsType<{
944
+ user: string;
945
+ collateral_token: {
946
+ name: {
947
+ bytes: number[];
948
+ };
949
+ };
950
+ base_token: {
951
+ name: {
952
+ bytes: number[];
953
+ };
954
+ };
955
+ position_id: string;
956
+ reduced_size: string;
957
+ collateral_price: string;
958
+ trading_price: string;
959
+ cancelled_order_ids: string[];
960
+ u64_padding: string[];
961
+ }, {
962
+ user: string;
963
+ collateral_token: {
964
+ name: {
965
+ bytes: Iterable<number> & {
966
+ length: number;
967
+ };
968
+ };
969
+ };
970
+ base_token: {
971
+ name: {
972
+ bytes: Iterable<number> & {
973
+ length: number;
974
+ };
975
+ };
976
+ };
977
+ position_id: string | number | bigint;
978
+ reduced_size: string | number | bigint;
979
+ collateral_price: string | number | bigint;
980
+ trading_price: string | number | bigint;
981
+ cancelled_order_ids: Iterable<string | number | bigint> & {
982
+ length: number;
983
+ };
984
+ u64_padding: Iterable<string | number | bigint> & {
985
+ length: number;
986
+ };
987
+ }>;
988
+ static fromFields(fields: Record<string, any>): ManagerReducePosition;
989
+ static fromFieldsWithTypes(item: FieldsWithTypes): ManagerReducePosition;
990
+ static fromBcs(data: Uint8Array): ManagerReducePosition;
991
+ toJSONField(): {
992
+ user: string;
993
+ collateralToken: {
994
+ name: string;
995
+ };
996
+ baseToken: {
997
+ name: string;
998
+ };
999
+ positionId: string;
1000
+ reducedSize: string;
1001
+ collateralPrice: string;
1002
+ tradingPrice: string;
1003
+ cancelledOrderIds: string[];
1004
+ u64Padding: string[];
1005
+ };
1006
+ toJSON(): {
1007
+ user: string;
1008
+ collateralToken: {
1009
+ name: string;
1010
+ };
1011
+ baseToken: {
1012
+ name: string;
1013
+ };
1014
+ positionId: string;
1015
+ reducedSize: string;
1016
+ collateralPrice: string;
1017
+ tradingPrice: string;
1018
+ cancelledOrderIds: string[];
1019
+ u64Padding: string[];
1020
+ $typeName: string;
1021
+ $typeArgs: [];
1022
+ };
1023
+ static fromJSONField(field: any): ManagerReducePosition;
1024
+ static fromJSON(json: Record<string, any>): ManagerReducePosition;
1025
+ static fromSuiParsedData(content: SuiParsedData): ManagerReducePosition;
1026
+ static fetch(client: SuiClient, id: string): Promise<ManagerReducePosition>;
1027
+ }
1028
+ export declare function isMarketConfig(type: string): boolean;
1029
+ export interface MarketConfigFields {
1030
+ oracleId: ToField<"address">;
1031
+ maxLeveragePct: ToField<"u64">;
1032
+ minSize: ToField<"u64">;
1033
+ lotSize: ToField<"u64">;
1034
+ tradingFeeRate: ToField<"u64">;
1035
+ tradingFeeDecimal: ToField<"u64">;
1036
+ basicFundingRate: ToField<"u64">;
1037
+ fundingIntervalTsMs: ToField<"u64">;
1038
+ u64Padding: ToField<Vector<"u64">>;
1039
+ }
1040
+ export type MarketConfigReified = Reified<MarketConfig, MarketConfigFields>;
1041
+ export declare class MarketConfig implements StructClass {
1042
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::MarketConfig";
1043
+ static readonly $numTypeParams = 0;
1044
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::MarketConfig";
1045
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::MarketConfig";
1046
+ readonly $typeArgs: [];
1047
+ readonly oracleId: ToField<"address">;
1048
+ readonly maxLeveragePct: ToField<"u64">;
1049
+ readonly minSize: ToField<"u64">;
1050
+ readonly lotSize: ToField<"u64">;
1051
+ readonly tradingFeeRate: ToField<"u64">;
1052
+ readonly tradingFeeDecimal: ToField<"u64">;
1053
+ readonly basicFundingRate: ToField<"u64">;
1054
+ readonly fundingIntervalTsMs: ToField<"u64">;
1055
+ readonly u64Padding: ToField<Vector<"u64">>;
1056
+ private constructor();
1057
+ static reified(): MarketConfigReified;
1058
+ static get r(): reified.StructClassReified<MarketConfig, MarketConfigFields>;
1059
+ static phantom(): PhantomReified<ToTypeStr<MarketConfig>>;
1060
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::MarketConfig">;
1061
+ static get bcs(): import("@mysten/bcs").BcsType<{
1062
+ oracle_id: string;
1063
+ max_leverage_pct: string;
1064
+ min_size: string;
1065
+ lot_size: string;
1066
+ trading_fee_rate: string;
1067
+ trading_fee_decimal: string;
1068
+ basic_funding_rate: string;
1069
+ funding_interval_ts_ms: string;
1070
+ u64_padding: string[];
1071
+ }, {
1072
+ oracle_id: string;
1073
+ max_leverage_pct: string | number | bigint;
1074
+ min_size: string | number | bigint;
1075
+ lot_size: string | number | bigint;
1076
+ trading_fee_rate: string | number | bigint;
1077
+ trading_fee_decimal: string | number | bigint;
1078
+ basic_funding_rate: string | number | bigint;
1079
+ funding_interval_ts_ms: string | number | bigint;
1080
+ u64_padding: Iterable<string | number | bigint> & {
1081
+ length: number;
1082
+ };
1083
+ }>;
1084
+ static fromFields(fields: Record<string, any>): MarketConfig;
1085
+ static fromFieldsWithTypes(item: FieldsWithTypes): MarketConfig;
1086
+ static fromBcs(data: Uint8Array): MarketConfig;
1087
+ toJSONField(): {
1088
+ oracleId: string;
1089
+ maxLeveragePct: string;
1090
+ minSize: string;
1091
+ lotSize: string;
1092
+ tradingFeeRate: string;
1093
+ tradingFeeDecimal: string;
1094
+ basicFundingRate: string;
1095
+ fundingIntervalTsMs: string;
1096
+ u64Padding: string[];
1097
+ };
1098
+ toJSON(): {
1099
+ oracleId: string;
1100
+ maxLeveragePct: string;
1101
+ minSize: string;
1102
+ lotSize: string;
1103
+ tradingFeeRate: string;
1104
+ tradingFeeDecimal: string;
1105
+ basicFundingRate: string;
1106
+ fundingIntervalTsMs: string;
1107
+ u64Padding: string[];
1108
+ $typeName: string;
1109
+ $typeArgs: [];
1110
+ };
1111
+ static fromJSONField(field: any): MarketConfig;
1112
+ static fromJSON(json: Record<string, any>): MarketConfig;
1113
+ static fromSuiParsedData(content: SuiParsedData): MarketConfig;
1114
+ static fetch(client: SuiClient, id: string): Promise<MarketConfig>;
1115
+ }
1116
+ export declare function isMarketInfo(type: string): boolean;
1117
+ export interface MarketInfoFields {
1118
+ isActive: ToField<"bool">;
1119
+ sizeDecimal: ToField<"u64">;
1120
+ userLongPositionSize: ToField<"u64">;
1121
+ userShortPositionSize: ToField<"u64">;
1122
+ nextPositionId: ToField<"u64">;
1123
+ userLongOrderSize: ToField<"u64">;
1124
+ userShortOrderSize: ToField<"u64">;
1125
+ nextOrderId: ToField<"u64">;
1126
+ lastFundingTsMs: ToField<"u64">;
1127
+ cumulativeFundingRateIndexSign: ToField<"bool">;
1128
+ cumulativeFundingRateIndex: ToField<"u64">;
1129
+ previousLastFundingTsMs: ToField<"u64">;
1130
+ previousCumulativeFundingRateIndexSign: ToField<"bool">;
1131
+ previousCumulativeFundingRateIndex: ToField<"u64">;
1132
+ u64Padding: ToField<Vector<"u64">>;
1133
+ }
1134
+ export type MarketInfoReified = Reified<MarketInfo, MarketInfoFields>;
1135
+ export declare class MarketInfo implements StructClass {
1136
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::MarketInfo";
1137
+ static readonly $numTypeParams = 0;
1138
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::MarketInfo";
1139
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::MarketInfo";
1140
+ readonly $typeArgs: [];
1141
+ readonly isActive: ToField<"bool">;
1142
+ readonly sizeDecimal: ToField<"u64">;
1143
+ readonly userLongPositionSize: ToField<"u64">;
1144
+ readonly userShortPositionSize: ToField<"u64">;
1145
+ readonly nextPositionId: ToField<"u64">;
1146
+ readonly userLongOrderSize: ToField<"u64">;
1147
+ readonly userShortOrderSize: ToField<"u64">;
1148
+ readonly nextOrderId: ToField<"u64">;
1149
+ readonly lastFundingTsMs: ToField<"u64">;
1150
+ readonly cumulativeFundingRateIndexSign: ToField<"bool">;
1151
+ readonly cumulativeFundingRateIndex: ToField<"u64">;
1152
+ readonly previousLastFundingTsMs: ToField<"u64">;
1153
+ readonly previousCumulativeFundingRateIndexSign: ToField<"bool">;
1154
+ readonly previousCumulativeFundingRateIndex: ToField<"u64">;
1155
+ readonly u64Padding: ToField<Vector<"u64">>;
1156
+ private constructor();
1157
+ static reified(): MarketInfoReified;
1158
+ static get r(): reified.StructClassReified<MarketInfo, MarketInfoFields>;
1159
+ static phantom(): PhantomReified<ToTypeStr<MarketInfo>>;
1160
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::MarketInfo">;
1161
+ static get bcs(): import("@mysten/bcs").BcsType<{
1162
+ is_active: boolean;
1163
+ size_decimal: string;
1164
+ user_long_position_size: string;
1165
+ user_short_position_size: string;
1166
+ next_position_id: string;
1167
+ user_long_order_size: string;
1168
+ user_short_order_size: string;
1169
+ next_order_id: string;
1170
+ last_funding_ts_ms: string;
1171
+ cumulative_funding_rate_index_sign: boolean;
1172
+ cumulative_funding_rate_index: string;
1173
+ previous_last_funding_ts_ms: string;
1174
+ previous_cumulative_funding_rate_index_sign: boolean;
1175
+ previous_cumulative_funding_rate_index: string;
1176
+ u64_padding: string[];
1177
+ }, {
1178
+ is_active: boolean;
1179
+ size_decimal: string | number | bigint;
1180
+ user_long_position_size: string | number | bigint;
1181
+ user_short_position_size: string | number | bigint;
1182
+ next_position_id: string | number | bigint;
1183
+ user_long_order_size: string | number | bigint;
1184
+ user_short_order_size: string | number | bigint;
1185
+ next_order_id: string | number | bigint;
1186
+ last_funding_ts_ms: string | number | bigint;
1187
+ cumulative_funding_rate_index_sign: boolean;
1188
+ cumulative_funding_rate_index: string | number | bigint;
1189
+ previous_last_funding_ts_ms: string | number | bigint;
1190
+ previous_cumulative_funding_rate_index_sign: boolean;
1191
+ previous_cumulative_funding_rate_index: string | number | bigint;
1192
+ u64_padding: Iterable<string | number | bigint> & {
1193
+ length: number;
1194
+ };
1195
+ }>;
1196
+ static fromFields(fields: Record<string, any>): MarketInfo;
1197
+ static fromFieldsWithTypes(item: FieldsWithTypes): MarketInfo;
1198
+ static fromBcs(data: Uint8Array): MarketInfo;
1199
+ toJSONField(): {
1200
+ isActive: boolean;
1201
+ sizeDecimal: string;
1202
+ userLongPositionSize: string;
1203
+ userShortPositionSize: string;
1204
+ nextPositionId: string;
1205
+ userLongOrderSize: string;
1206
+ userShortOrderSize: string;
1207
+ nextOrderId: string;
1208
+ lastFundingTsMs: string;
1209
+ cumulativeFundingRateIndexSign: boolean;
1210
+ cumulativeFundingRateIndex: string;
1211
+ previousLastFundingTsMs: string;
1212
+ previousCumulativeFundingRateIndexSign: boolean;
1213
+ previousCumulativeFundingRateIndex: string;
1214
+ u64Padding: string[];
1215
+ };
1216
+ toJSON(): {
1217
+ isActive: boolean;
1218
+ sizeDecimal: string;
1219
+ userLongPositionSize: string;
1220
+ userShortPositionSize: string;
1221
+ nextPositionId: string;
1222
+ userLongOrderSize: string;
1223
+ userShortOrderSize: string;
1224
+ nextOrderId: string;
1225
+ lastFundingTsMs: string;
1226
+ cumulativeFundingRateIndexSign: boolean;
1227
+ cumulativeFundingRateIndex: string;
1228
+ previousLastFundingTsMs: string;
1229
+ previousCumulativeFundingRateIndexSign: boolean;
1230
+ previousCumulativeFundingRateIndex: string;
1231
+ u64Padding: string[];
1232
+ $typeName: string;
1233
+ $typeArgs: [];
1234
+ };
1235
+ static fromJSONField(field: any): MarketInfo;
1236
+ static fromJSON(json: Record<string, any>): MarketInfo;
1237
+ static fromSuiParsedData(content: SuiParsedData): MarketInfo;
1238
+ static fetch(client: SuiClient, id: string): Promise<MarketInfo>;
1239
+ }
1240
+ export declare function isMarketRegistry(type: string): boolean;
1241
+ export interface MarketRegistryFields {
1242
+ id: ToField<UID>;
1243
+ referralRegistry: ToField<UID>;
1244
+ numMarket: ToField<"u64">;
1245
+ u64Padding: ToField<Vector<"u64">>;
1246
+ }
1247
+ export type MarketRegistryReified = Reified<MarketRegistry, MarketRegistryFields>;
1248
+ export declare class MarketRegistry implements StructClass {
1249
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::MarketRegistry";
1250
+ static readonly $numTypeParams = 0;
1251
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::MarketRegistry";
1252
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::MarketRegistry";
1253
+ readonly $typeArgs: [];
1254
+ readonly id: ToField<UID>;
1255
+ readonly referralRegistry: ToField<UID>;
1256
+ readonly numMarket: ToField<"u64">;
1257
+ readonly u64Padding: ToField<Vector<"u64">>;
1258
+ private constructor();
1259
+ static reified(): MarketRegistryReified;
1260
+ static get r(): reified.StructClassReified<MarketRegistry, MarketRegistryFields>;
1261
+ static phantom(): PhantomReified<ToTypeStr<MarketRegistry>>;
1262
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::MarketRegistry">;
1263
+ static get bcs(): import("@mysten/bcs").BcsType<{
1264
+ id: {
1265
+ id: {
1266
+ bytes: string;
1267
+ };
1268
+ };
1269
+ referral_registry: {
1270
+ id: {
1271
+ bytes: string;
1272
+ };
1273
+ };
1274
+ num_market: string;
1275
+ u64_padding: string[];
1276
+ }, {
1277
+ id: {
1278
+ id: {
1279
+ bytes: string;
1280
+ };
1281
+ };
1282
+ referral_registry: {
1283
+ id: {
1284
+ bytes: string;
1285
+ };
1286
+ };
1287
+ num_market: string | number | bigint;
1288
+ u64_padding: Iterable<string | number | bigint> & {
1289
+ length: number;
1290
+ };
1291
+ }>;
1292
+ static fromFields(fields: Record<string, any>): MarketRegistry;
1293
+ static fromFieldsWithTypes(item: FieldsWithTypes): MarketRegistry;
1294
+ static fromBcs(data: Uint8Array): MarketRegistry;
1295
+ toJSONField(): {
1296
+ id: string;
1297
+ referralRegistry: string;
1298
+ numMarket: string;
1299
+ u64Padding: string[];
1300
+ };
1301
+ toJSON(): {
1302
+ id: string;
1303
+ referralRegistry: string;
1304
+ numMarket: string;
1305
+ u64Padding: string[];
1306
+ $typeName: string;
1307
+ $typeArgs: [];
1308
+ };
1309
+ static fromJSONField(field: any): MarketRegistry;
1310
+ static fromJSON(json: Record<string, any>): MarketRegistry;
1311
+ static fromSuiParsedData(content: SuiParsedData): MarketRegistry;
1312
+ static fetch(client: SuiClient, id: string): Promise<MarketRegistry>;
1313
+ }
1314
+ export declare function isMarkets(type: string): boolean;
1315
+ export interface MarketsFields {
1316
+ id: ToField<UID>;
1317
+ index: ToField<"u64">;
1318
+ lpTokenType: ToField<TypeName>;
1319
+ quoteTokenType: ToField<TypeName>;
1320
+ isActive: ToField<"bool">;
1321
+ protocolFeeShareBp: ToField<"u64">;
1322
+ symbols: ToField<Vector<TypeName>>;
1323
+ symbolMarkets: ToField<ObjectTable<ToPhantom<TypeName>, ToPhantom<SymbolMarket>>>;
1324
+ u64Padding: ToField<Vector<"u64">>;
1325
+ }
1326
+ export type MarketsReified = Reified<Markets, MarketsFields>;
1327
+ export declare class Markets implements StructClass {
1328
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::Markets";
1329
+ static readonly $numTypeParams = 0;
1330
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::Markets";
1331
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::Markets";
1332
+ readonly $typeArgs: [];
1333
+ readonly id: ToField<UID>;
1334
+ readonly index: ToField<"u64">;
1335
+ readonly lpTokenType: ToField<TypeName>;
1336
+ readonly quoteTokenType: ToField<TypeName>;
1337
+ readonly isActive: ToField<"bool">;
1338
+ readonly protocolFeeShareBp: ToField<"u64">;
1339
+ readonly symbols: ToField<Vector<TypeName>>;
1340
+ readonly symbolMarkets: ToField<ObjectTable<ToPhantom<TypeName>, ToPhantom<SymbolMarket>>>;
1341
+ readonly u64Padding: ToField<Vector<"u64">>;
1342
+ private constructor();
1343
+ static reified(): MarketsReified;
1344
+ static get r(): reified.StructClassReified<Markets, MarketsFields>;
1345
+ static phantom(): PhantomReified<ToTypeStr<Markets>>;
1346
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::Markets">;
1347
+ static get bcs(): import("@mysten/bcs").BcsType<{
1348
+ id: {
1349
+ id: {
1350
+ bytes: string;
1351
+ };
1352
+ };
1353
+ index: string;
1354
+ lp_token_type: {
1355
+ name: {
1356
+ bytes: number[];
1357
+ };
1358
+ };
1359
+ quote_token_type: {
1360
+ name: {
1361
+ bytes: number[];
1362
+ };
1363
+ };
1364
+ is_active: boolean;
1365
+ protocol_fee_share_bp: string;
1366
+ symbols: {
1367
+ name: {
1368
+ bytes: number[];
1369
+ };
1370
+ }[];
1371
+ symbol_markets: {
1372
+ id: {
1373
+ id: {
1374
+ bytes: string;
1375
+ };
1376
+ };
1377
+ size: string;
1378
+ };
1379
+ u64_padding: string[];
1380
+ }, {
1381
+ id: {
1382
+ id: {
1383
+ bytes: string;
1384
+ };
1385
+ };
1386
+ index: string | number | bigint;
1387
+ lp_token_type: {
1388
+ name: {
1389
+ bytes: Iterable<number> & {
1390
+ length: number;
1391
+ };
1392
+ };
1393
+ };
1394
+ quote_token_type: {
1395
+ name: {
1396
+ bytes: Iterable<number> & {
1397
+ length: number;
1398
+ };
1399
+ };
1400
+ };
1401
+ is_active: boolean;
1402
+ protocol_fee_share_bp: string | number | bigint;
1403
+ symbols: Iterable<{
1404
+ name: {
1405
+ bytes: Iterable<number> & {
1406
+ length: number;
1407
+ };
1408
+ };
1409
+ }> & {
1410
+ length: number;
1411
+ };
1412
+ symbol_markets: {
1413
+ id: {
1414
+ id: {
1415
+ bytes: string;
1416
+ };
1417
+ };
1418
+ size: string | number | bigint;
1419
+ };
1420
+ u64_padding: Iterable<string | number | bigint> & {
1421
+ length: number;
1422
+ };
1423
+ }>;
1424
+ static fromFields(fields: Record<string, any>): Markets;
1425
+ static fromFieldsWithTypes(item: FieldsWithTypes): Markets;
1426
+ static fromBcs(data: Uint8Array): Markets;
1427
+ toJSONField(): {
1428
+ id: string;
1429
+ index: string;
1430
+ lpTokenType: {
1431
+ name: string;
1432
+ };
1433
+ quoteTokenType: {
1434
+ name: string;
1435
+ };
1436
+ isActive: boolean;
1437
+ protocolFeeShareBp: string;
1438
+ symbols: {
1439
+ name: string;
1440
+ }[];
1441
+ symbolMarkets: {
1442
+ id: string;
1443
+ size: string;
1444
+ };
1445
+ u64Padding: string[];
1446
+ };
1447
+ toJSON(): {
1448
+ id: string;
1449
+ index: string;
1450
+ lpTokenType: {
1451
+ name: string;
1452
+ };
1453
+ quoteTokenType: {
1454
+ name: string;
1455
+ };
1456
+ isActive: boolean;
1457
+ protocolFeeShareBp: string;
1458
+ symbols: {
1459
+ name: string;
1460
+ }[];
1461
+ symbolMarkets: {
1462
+ id: string;
1463
+ size: string;
1464
+ };
1465
+ u64Padding: string[];
1466
+ $typeName: string;
1467
+ $typeArgs: [];
1468
+ };
1469
+ static fromJSONField(field: any): Markets;
1470
+ static fromJSON(json: Record<string, any>): Markets;
1471
+ static fromSuiParsedData(content: SuiParsedData): Markets;
1472
+ static fetch(client: SuiClient, id: string): Promise<Markets>;
1473
+ }
1474
+ export declare function isMatchTradingOrderEvent(type: string): boolean;
1475
+ export interface MatchTradingOrderEventFields {
1476
+ collateralToken: ToField<TypeName>;
1477
+ baseToken: ToField<TypeName>;
1478
+ matchedOrderIds: ToField<Vector<"u64">>;
1479
+ linkedOrdersToBeCancelled: ToField<LinkedOrdersInfo>;
1480
+ u64Padding: ToField<Vector<"u64">>;
1481
+ }
1482
+ export type MatchTradingOrderEventReified = Reified<MatchTradingOrderEvent, MatchTradingOrderEventFields>;
1483
+ export declare class MatchTradingOrderEvent implements StructClass {
1484
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::MatchTradingOrderEvent";
1485
+ static readonly $numTypeParams = 0;
1486
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::MatchTradingOrderEvent";
1487
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::MatchTradingOrderEvent";
1488
+ readonly $typeArgs: [];
1489
+ readonly collateralToken: ToField<TypeName>;
1490
+ readonly baseToken: ToField<TypeName>;
1491
+ readonly matchedOrderIds: ToField<Vector<"u64">>;
1492
+ readonly linkedOrdersToBeCancelled: ToField<LinkedOrdersInfo>;
1493
+ readonly u64Padding: ToField<Vector<"u64">>;
1494
+ private constructor();
1495
+ static reified(): MatchTradingOrderEventReified;
1496
+ static get r(): reified.StructClassReified<MatchTradingOrderEvent, MatchTradingOrderEventFields>;
1497
+ static phantom(): PhantomReified<ToTypeStr<MatchTradingOrderEvent>>;
1498
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::MatchTradingOrderEvent">;
1499
+ static get bcs(): import("@mysten/bcs").BcsType<{
1500
+ collateral_token: {
1501
+ name: {
1502
+ bytes: number[];
1503
+ };
1504
+ };
1505
+ base_token: {
1506
+ name: {
1507
+ bytes: number[];
1508
+ };
1509
+ };
1510
+ matched_order_ids: string[];
1511
+ linked_orders_to_be_cancelled: {
1512
+ users: string[];
1513
+ ids: string[][];
1514
+ prices: string[][];
1515
+ u64_padding: string[];
1516
+ };
1517
+ u64_padding: string[];
1518
+ }, {
1519
+ collateral_token: {
1520
+ name: {
1521
+ bytes: Iterable<number> & {
1522
+ length: number;
1523
+ };
1524
+ };
1525
+ };
1526
+ base_token: {
1527
+ name: {
1528
+ bytes: Iterable<number> & {
1529
+ length: number;
1530
+ };
1531
+ };
1532
+ };
1533
+ matched_order_ids: Iterable<string | number | bigint> & {
1534
+ length: number;
1535
+ };
1536
+ linked_orders_to_be_cancelled: {
1537
+ users: Iterable<string> & {
1538
+ length: number;
1539
+ };
1540
+ ids: Iterable<Iterable<string | number | bigint> & {
1541
+ length: number;
1542
+ }> & {
1543
+ length: number;
1544
+ };
1545
+ prices: Iterable<Iterable<string | number | bigint> & {
1546
+ length: number;
1547
+ }> & {
1548
+ length: number;
1549
+ };
1550
+ u64_padding: Iterable<string | number | bigint> & {
1551
+ length: number;
1552
+ };
1553
+ };
1554
+ u64_padding: Iterable<string | number | bigint> & {
1555
+ length: number;
1556
+ };
1557
+ }>;
1558
+ static fromFields(fields: Record<string, any>): MatchTradingOrderEvent;
1559
+ static fromFieldsWithTypes(item: FieldsWithTypes): MatchTradingOrderEvent;
1560
+ static fromBcs(data: Uint8Array): MatchTradingOrderEvent;
1561
+ toJSONField(): {
1562
+ collateralToken: {
1563
+ name: string;
1564
+ };
1565
+ baseToken: {
1566
+ name: string;
1567
+ };
1568
+ matchedOrderIds: string[];
1569
+ linkedOrdersToBeCancelled: {
1570
+ users: string[];
1571
+ ids: string[][];
1572
+ prices: string[][];
1573
+ u64Padding: string[];
1574
+ };
1575
+ u64Padding: string[];
1576
+ };
1577
+ toJSON(): {
1578
+ collateralToken: {
1579
+ name: string;
1580
+ };
1581
+ baseToken: {
1582
+ name: string;
1583
+ };
1584
+ matchedOrderIds: string[];
1585
+ linkedOrdersToBeCancelled: {
1586
+ users: string[];
1587
+ ids: string[][];
1588
+ prices: string[][];
1589
+ u64Padding: string[];
1590
+ };
1591
+ u64Padding: string[];
1592
+ $typeName: string;
1593
+ $typeArgs: [];
1594
+ };
1595
+ static fromJSONField(field: any): MatchTradingOrderEvent;
1596
+ static fromJSON(json: Record<string, any>): MatchTradingOrderEvent;
1597
+ static fromSuiParsedData(content: SuiParsedData): MatchTradingOrderEvent;
1598
+ static fetch(client: SuiClient, id: string): Promise<MatchTradingOrderEvent>;
1599
+ }
1600
+ export declare function isNewMarketsEvent(type: string): boolean;
1601
+ export interface NewMarketsEventFields {
1602
+ index: ToField<"u64">;
1603
+ lpTokenType: ToField<TypeName>;
1604
+ quoteTokenType: ToField<TypeName>;
1605
+ protocolFeeShareBp: ToField<"u64">;
1606
+ u64Padding: ToField<Vector<"u64">>;
1607
+ }
1608
+ export type NewMarketsEventReified = Reified<NewMarketsEvent, NewMarketsEventFields>;
1609
+ export declare class NewMarketsEvent implements StructClass {
1610
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::NewMarketsEvent";
1611
+ static readonly $numTypeParams = 0;
1612
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::NewMarketsEvent";
1613
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::NewMarketsEvent";
1614
+ readonly $typeArgs: [];
1615
+ readonly index: ToField<"u64">;
1616
+ readonly lpTokenType: ToField<TypeName>;
1617
+ readonly quoteTokenType: ToField<TypeName>;
1618
+ readonly protocolFeeShareBp: ToField<"u64">;
1619
+ readonly u64Padding: ToField<Vector<"u64">>;
1620
+ private constructor();
1621
+ static reified(): NewMarketsEventReified;
1622
+ static get r(): reified.StructClassReified<NewMarketsEvent, NewMarketsEventFields>;
1623
+ static phantom(): PhantomReified<ToTypeStr<NewMarketsEvent>>;
1624
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::NewMarketsEvent">;
1625
+ static get bcs(): import("@mysten/bcs").BcsType<{
1626
+ index: string;
1627
+ lp_token_type: {
1628
+ name: {
1629
+ bytes: number[];
1630
+ };
1631
+ };
1632
+ quote_token_type: {
1633
+ name: {
1634
+ bytes: number[];
1635
+ };
1636
+ };
1637
+ protocol_fee_share_bp: string;
1638
+ u64_padding: string[];
1639
+ }, {
1640
+ index: string | number | bigint;
1641
+ lp_token_type: {
1642
+ name: {
1643
+ bytes: Iterable<number> & {
1644
+ length: number;
1645
+ };
1646
+ };
1647
+ };
1648
+ quote_token_type: {
1649
+ name: {
1650
+ bytes: Iterable<number> & {
1651
+ length: number;
1652
+ };
1653
+ };
1654
+ };
1655
+ protocol_fee_share_bp: string | number | bigint;
1656
+ u64_padding: Iterable<string | number | bigint> & {
1657
+ length: number;
1658
+ };
1659
+ }>;
1660
+ static fromFields(fields: Record<string, any>): NewMarketsEvent;
1661
+ static fromFieldsWithTypes(item: FieldsWithTypes): NewMarketsEvent;
1662
+ static fromBcs(data: Uint8Array): NewMarketsEvent;
1663
+ toJSONField(): {
1664
+ index: string;
1665
+ lpTokenType: {
1666
+ name: string;
1667
+ };
1668
+ quoteTokenType: {
1669
+ name: string;
1670
+ };
1671
+ protocolFeeShareBp: string;
1672
+ u64Padding: string[];
1673
+ };
1674
+ toJSON(): {
1675
+ index: string;
1676
+ lpTokenType: {
1677
+ name: string;
1678
+ };
1679
+ quoteTokenType: {
1680
+ name: string;
1681
+ };
1682
+ protocolFeeShareBp: string;
1683
+ u64Padding: string[];
1684
+ $typeName: string;
1685
+ $typeArgs: [];
1686
+ };
1687
+ static fromJSONField(field: any): NewMarketsEvent;
1688
+ static fromJSON(json: Record<string, any>): NewMarketsEvent;
1689
+ static fromSuiParsedData(content: SuiParsedData): NewMarketsEvent;
1690
+ static fetch(client: SuiClient, id: string): Promise<NewMarketsEvent>;
1691
+ }
1692
+ export declare function isReleaseCollateralEvent(type: string): boolean;
1693
+ export interface ReleaseCollateralEventFields {
1694
+ user: ToField<"address">;
1695
+ marketIndex: ToField<"u64">;
1696
+ poolIndex: ToField<"u64">;
1697
+ positionId: ToField<"u64">;
1698
+ collateralToken: ToField<TypeName>;
1699
+ baseToken: ToField<TypeName>;
1700
+ releasedCollateralAmount: ToField<"u64">;
1701
+ remainingCollateralAmount: ToField<"u64">;
1702
+ u64Padding: ToField<Vector<"u64">>;
1703
+ }
1704
+ export type ReleaseCollateralEventReified = Reified<ReleaseCollateralEvent, ReleaseCollateralEventFields>;
1705
+ export declare class ReleaseCollateralEvent implements StructClass {
1706
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::ReleaseCollateralEvent";
1707
+ static readonly $numTypeParams = 0;
1708
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::ReleaseCollateralEvent";
1709
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::ReleaseCollateralEvent";
1710
+ readonly $typeArgs: [];
1711
+ readonly user: ToField<"address">;
1712
+ readonly marketIndex: ToField<"u64">;
1713
+ readonly poolIndex: ToField<"u64">;
1714
+ readonly positionId: ToField<"u64">;
1715
+ readonly collateralToken: ToField<TypeName>;
1716
+ readonly baseToken: ToField<TypeName>;
1717
+ readonly releasedCollateralAmount: ToField<"u64">;
1718
+ readonly remainingCollateralAmount: ToField<"u64">;
1719
+ readonly u64Padding: ToField<Vector<"u64">>;
1720
+ private constructor();
1721
+ static reified(): ReleaseCollateralEventReified;
1722
+ static get r(): reified.StructClassReified<ReleaseCollateralEvent, ReleaseCollateralEventFields>;
1723
+ static phantom(): PhantomReified<ToTypeStr<ReleaseCollateralEvent>>;
1724
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::ReleaseCollateralEvent">;
1725
+ static get bcs(): import("@mysten/bcs").BcsType<{
1726
+ user: string;
1727
+ market_index: string;
1728
+ pool_index: string;
1729
+ position_id: string;
1730
+ collateral_token: {
1731
+ name: {
1732
+ bytes: number[];
1733
+ };
1734
+ };
1735
+ base_token: {
1736
+ name: {
1737
+ bytes: number[];
1738
+ };
1739
+ };
1740
+ released_collateral_amount: string;
1741
+ remaining_collateral_amount: string;
1742
+ u64_padding: string[];
1743
+ }, {
1744
+ user: string;
1745
+ market_index: string | number | bigint;
1746
+ pool_index: string | number | bigint;
1747
+ position_id: string | number | bigint;
1748
+ collateral_token: {
1749
+ name: {
1750
+ bytes: Iterable<number> & {
1751
+ length: number;
1752
+ };
1753
+ };
1754
+ };
1755
+ base_token: {
1756
+ name: {
1757
+ bytes: Iterable<number> & {
1758
+ length: number;
1759
+ };
1760
+ };
1761
+ };
1762
+ released_collateral_amount: string | number | bigint;
1763
+ remaining_collateral_amount: string | number | bigint;
1764
+ u64_padding: Iterable<string | number | bigint> & {
1765
+ length: number;
1766
+ };
1767
+ }>;
1768
+ static fromFields(fields: Record<string, any>): ReleaseCollateralEvent;
1769
+ static fromFieldsWithTypes(item: FieldsWithTypes): ReleaseCollateralEvent;
1770
+ static fromBcs(data: Uint8Array): ReleaseCollateralEvent;
1771
+ toJSONField(): {
1772
+ user: string;
1773
+ marketIndex: string;
1774
+ poolIndex: string;
1775
+ positionId: string;
1776
+ collateralToken: {
1777
+ name: string;
1778
+ };
1779
+ baseToken: {
1780
+ name: string;
1781
+ };
1782
+ releasedCollateralAmount: string;
1783
+ remainingCollateralAmount: string;
1784
+ u64Padding: string[];
1785
+ };
1786
+ toJSON(): {
1787
+ user: string;
1788
+ marketIndex: string;
1789
+ poolIndex: string;
1790
+ positionId: string;
1791
+ collateralToken: {
1792
+ name: string;
1793
+ };
1794
+ baseToken: {
1795
+ name: string;
1796
+ };
1797
+ releasedCollateralAmount: string;
1798
+ remainingCollateralAmount: string;
1799
+ u64Padding: string[];
1800
+ $typeName: string;
1801
+ $typeArgs: [];
1802
+ };
1803
+ static fromJSONField(field: any): ReleaseCollateralEvent;
1804
+ static fromJSON(json: Record<string, any>): ReleaseCollateralEvent;
1805
+ static fromSuiParsedData(content: SuiParsedData): ReleaseCollateralEvent;
1806
+ static fetch(client: SuiClient, id: string): Promise<ReleaseCollateralEvent>;
1807
+ }
1808
+ export declare function isResumeMarketEvent(type: string): boolean;
1809
+ export interface ResumeMarketEventFields {
1810
+ index: ToField<"u64">;
1811
+ u64Padding: ToField<Vector<"u64">>;
1812
+ }
1813
+ export type ResumeMarketEventReified = Reified<ResumeMarketEvent, ResumeMarketEventFields>;
1814
+ export declare class ResumeMarketEvent implements StructClass {
1815
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::ResumeMarketEvent";
1816
+ static readonly $numTypeParams = 0;
1817
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::ResumeMarketEvent";
1818
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::ResumeMarketEvent";
1819
+ readonly $typeArgs: [];
1820
+ readonly index: ToField<"u64">;
1821
+ readonly u64Padding: ToField<Vector<"u64">>;
1822
+ private constructor();
1823
+ static reified(): ResumeMarketEventReified;
1824
+ static get r(): reified.StructClassReified<ResumeMarketEvent, ResumeMarketEventFields>;
1825
+ static phantom(): PhantomReified<ToTypeStr<ResumeMarketEvent>>;
1826
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::ResumeMarketEvent">;
1827
+ static get bcs(): import("@mysten/bcs").BcsType<{
1828
+ index: string;
1829
+ u64_padding: string[];
1830
+ }, {
1831
+ index: string | number | bigint;
1832
+ u64_padding: Iterable<string | number | bigint> & {
1833
+ length: number;
1834
+ };
1835
+ }>;
1836
+ static fromFields(fields: Record<string, any>): ResumeMarketEvent;
1837
+ static fromFieldsWithTypes(item: FieldsWithTypes): ResumeMarketEvent;
1838
+ static fromBcs(data: Uint8Array): ResumeMarketEvent;
1839
+ toJSONField(): {
1840
+ index: string;
1841
+ u64Padding: string[];
1842
+ };
1843
+ toJSON(): {
1844
+ index: string;
1845
+ u64Padding: string[];
1846
+ $typeName: string;
1847
+ $typeArgs: [];
1848
+ };
1849
+ static fromJSONField(field: any): ResumeMarketEvent;
1850
+ static fromJSON(json: Record<string, any>): ResumeMarketEvent;
1851
+ static fromSuiParsedData(content: SuiParsedData): ResumeMarketEvent;
1852
+ static fetch(client: SuiClient, id: string): Promise<ResumeMarketEvent>;
1853
+ }
1854
+ export declare function isResumeTradingSymbolEvent(type: string): boolean;
1855
+ export interface ResumeTradingSymbolEventFields {
1856
+ index: ToField<"u64">;
1857
+ resumedBaseToken: ToField<TypeName>;
1858
+ u64Padding: ToField<Vector<"u64">>;
1859
+ }
1860
+ export type ResumeTradingSymbolEventReified = Reified<ResumeTradingSymbolEvent, ResumeTradingSymbolEventFields>;
1861
+ export declare class ResumeTradingSymbolEvent implements StructClass {
1862
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::ResumeTradingSymbolEvent";
1863
+ static readonly $numTypeParams = 0;
1864
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::ResumeTradingSymbolEvent";
1865
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::ResumeTradingSymbolEvent";
1866
+ readonly $typeArgs: [];
1867
+ readonly index: ToField<"u64">;
1868
+ readonly resumedBaseToken: ToField<TypeName>;
1869
+ readonly u64Padding: ToField<Vector<"u64">>;
1870
+ private constructor();
1871
+ static reified(): ResumeTradingSymbolEventReified;
1872
+ static get r(): reified.StructClassReified<ResumeTradingSymbolEvent, ResumeTradingSymbolEventFields>;
1873
+ static phantom(): PhantomReified<ToTypeStr<ResumeTradingSymbolEvent>>;
1874
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::ResumeTradingSymbolEvent">;
1875
+ static get bcs(): import("@mysten/bcs").BcsType<{
1876
+ index: string;
1877
+ resumed_base_token: {
1878
+ name: {
1879
+ bytes: number[];
1880
+ };
1881
+ };
1882
+ u64_padding: string[];
1883
+ }, {
1884
+ index: string | number | bigint;
1885
+ resumed_base_token: {
1886
+ name: {
1887
+ bytes: Iterable<number> & {
1888
+ length: number;
1889
+ };
1890
+ };
1891
+ };
1892
+ u64_padding: Iterable<string | number | bigint> & {
1893
+ length: number;
1894
+ };
1895
+ }>;
1896
+ static fromFields(fields: Record<string, any>): ResumeTradingSymbolEvent;
1897
+ static fromFieldsWithTypes(item: FieldsWithTypes): ResumeTradingSymbolEvent;
1898
+ static fromBcs(data: Uint8Array): ResumeTradingSymbolEvent;
1899
+ toJSONField(): {
1900
+ index: string;
1901
+ resumedBaseToken: {
1902
+ name: string;
1903
+ };
1904
+ u64Padding: string[];
1905
+ };
1906
+ toJSON(): {
1907
+ index: string;
1908
+ resumedBaseToken: {
1909
+ name: string;
1910
+ };
1911
+ u64Padding: string[];
1912
+ $typeName: string;
1913
+ $typeArgs: [];
1914
+ };
1915
+ static fromJSONField(field: any): ResumeTradingSymbolEvent;
1916
+ static fromJSON(json: Record<string, any>): ResumeTradingSymbolEvent;
1917
+ static fromSuiParsedData(content: SuiParsedData): ResumeTradingSymbolEvent;
1918
+ static fetch(client: SuiClient, id: string): Promise<ResumeTradingSymbolEvent>;
1919
+ }
1920
+ export declare function isSuspendMarketEvent(type: string): boolean;
1921
+ export interface SuspendMarketEventFields {
1922
+ index: ToField<"u64">;
1923
+ u64Padding: ToField<Vector<"u64">>;
1924
+ }
1925
+ export type SuspendMarketEventReified = Reified<SuspendMarketEvent, SuspendMarketEventFields>;
1926
+ export declare class SuspendMarketEvent implements StructClass {
1927
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::SuspendMarketEvent";
1928
+ static readonly $numTypeParams = 0;
1929
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::SuspendMarketEvent";
1930
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::SuspendMarketEvent";
1931
+ readonly $typeArgs: [];
1932
+ readonly index: ToField<"u64">;
1933
+ readonly u64Padding: ToField<Vector<"u64">>;
1934
+ private constructor();
1935
+ static reified(): SuspendMarketEventReified;
1936
+ static get r(): reified.StructClassReified<SuspendMarketEvent, SuspendMarketEventFields>;
1937
+ static phantom(): PhantomReified<ToTypeStr<SuspendMarketEvent>>;
1938
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::SuspendMarketEvent">;
1939
+ static get bcs(): import("@mysten/bcs").BcsType<{
1940
+ index: string;
1941
+ u64_padding: string[];
1942
+ }, {
1943
+ index: string | number | bigint;
1944
+ u64_padding: Iterable<string | number | bigint> & {
1945
+ length: number;
1946
+ };
1947
+ }>;
1948
+ static fromFields(fields: Record<string, any>): SuspendMarketEvent;
1949
+ static fromFieldsWithTypes(item: FieldsWithTypes): SuspendMarketEvent;
1950
+ static fromBcs(data: Uint8Array): SuspendMarketEvent;
1951
+ toJSONField(): {
1952
+ index: string;
1953
+ u64Padding: string[];
1954
+ };
1955
+ toJSON(): {
1956
+ index: string;
1957
+ u64Padding: string[];
1958
+ $typeName: string;
1959
+ $typeArgs: [];
1960
+ };
1961
+ static fromJSONField(field: any): SuspendMarketEvent;
1962
+ static fromJSON(json: Record<string, any>): SuspendMarketEvent;
1963
+ static fromSuiParsedData(content: SuiParsedData): SuspendMarketEvent;
1964
+ static fetch(client: SuiClient, id: string): Promise<SuspendMarketEvent>;
1965
+ }
1966
+ export declare function isSuspendTradingSymbolEvent(type: string): boolean;
1967
+ export interface SuspendTradingSymbolEventFields {
1968
+ index: ToField<"u64">;
1969
+ suspendedBaseToken: ToField<TypeName>;
1970
+ u64Padding: ToField<Vector<"u64">>;
1971
+ }
1972
+ export type SuspendTradingSymbolEventReified = Reified<SuspendTradingSymbolEvent, SuspendTradingSymbolEventFields>;
1973
+ export declare class SuspendTradingSymbolEvent implements StructClass {
1974
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::SuspendTradingSymbolEvent";
1975
+ static readonly $numTypeParams = 0;
1976
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::SuspendTradingSymbolEvent";
1977
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::SuspendTradingSymbolEvent";
1978
+ readonly $typeArgs: [];
1979
+ readonly index: ToField<"u64">;
1980
+ readonly suspendedBaseToken: ToField<TypeName>;
1981
+ readonly u64Padding: ToField<Vector<"u64">>;
1982
+ private constructor();
1983
+ static reified(): SuspendTradingSymbolEventReified;
1984
+ static get r(): reified.StructClassReified<SuspendTradingSymbolEvent, SuspendTradingSymbolEventFields>;
1985
+ static phantom(): PhantomReified<ToTypeStr<SuspendTradingSymbolEvent>>;
1986
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::SuspendTradingSymbolEvent">;
1987
+ static get bcs(): import("@mysten/bcs").BcsType<{
1988
+ index: string;
1989
+ suspended_base_token: {
1990
+ name: {
1991
+ bytes: number[];
1992
+ };
1993
+ };
1994
+ u64_padding: string[];
1995
+ }, {
1996
+ index: string | number | bigint;
1997
+ suspended_base_token: {
1998
+ name: {
1999
+ bytes: Iterable<number> & {
2000
+ length: number;
2001
+ };
2002
+ };
2003
+ };
2004
+ u64_padding: Iterable<string | number | bigint> & {
2005
+ length: number;
2006
+ };
2007
+ }>;
2008
+ static fromFields(fields: Record<string, any>): SuspendTradingSymbolEvent;
2009
+ static fromFieldsWithTypes(item: FieldsWithTypes): SuspendTradingSymbolEvent;
2010
+ static fromBcs(data: Uint8Array): SuspendTradingSymbolEvent;
2011
+ toJSONField(): {
2012
+ index: string;
2013
+ suspendedBaseToken: {
2014
+ name: string;
2015
+ };
2016
+ u64Padding: string[];
2017
+ };
2018
+ toJSON(): {
2019
+ index: string;
2020
+ suspendedBaseToken: {
2021
+ name: string;
2022
+ };
2023
+ u64Padding: string[];
2024
+ $typeName: string;
2025
+ $typeArgs: [];
2026
+ };
2027
+ static fromJSONField(field: any): SuspendTradingSymbolEvent;
2028
+ static fromJSON(json: Record<string, any>): SuspendTradingSymbolEvent;
2029
+ static fromSuiParsedData(content: SuiParsedData): SuspendTradingSymbolEvent;
2030
+ static fetch(client: SuiClient, id: string): Promise<SuspendTradingSymbolEvent>;
2031
+ }
2032
+ export declare function isSymbolMarket(type: string): boolean;
2033
+ export interface SymbolMarketFields {
2034
+ id: ToField<UID>;
2035
+ userPositions: ToField<BigVector>;
2036
+ tokenCollateralOrders: ToField<UID>;
2037
+ optionCollateralOrders: ToField<UID>;
2038
+ marketInfo: ToField<MarketInfo>;
2039
+ marketConfig: ToField<MarketConfig>;
2040
+ }
2041
+ export type SymbolMarketReified = Reified<SymbolMarket, SymbolMarketFields>;
2042
+ export declare class SymbolMarket implements StructClass {
2043
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::SymbolMarket";
2044
+ static readonly $numTypeParams = 0;
2045
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::SymbolMarket";
2046
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::SymbolMarket";
2047
+ readonly $typeArgs: [];
2048
+ readonly id: ToField<UID>;
2049
+ readonly userPositions: ToField<BigVector>;
2050
+ readonly tokenCollateralOrders: ToField<UID>;
2051
+ readonly optionCollateralOrders: ToField<UID>;
2052
+ readonly marketInfo: ToField<MarketInfo>;
2053
+ readonly marketConfig: ToField<MarketConfig>;
2054
+ private constructor();
2055
+ static reified(): SymbolMarketReified;
2056
+ static get r(): reified.StructClassReified<SymbolMarket, SymbolMarketFields>;
2057
+ static phantom(): PhantomReified<ToTypeStr<SymbolMarket>>;
2058
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::SymbolMarket">;
2059
+ static get bcs(): import("@mysten/bcs").BcsType<{
2060
+ id: {
2061
+ id: {
2062
+ bytes: string;
2063
+ };
2064
+ };
2065
+ user_positions: {
2066
+ id: {
2067
+ id: {
2068
+ bytes: string;
2069
+ };
2070
+ };
2071
+ element_type: {
2072
+ name: {
2073
+ bytes: number[];
2074
+ };
2075
+ };
2076
+ slice_idx: string;
2077
+ slice_size: number;
2078
+ length: string;
2079
+ };
2080
+ token_collateral_orders: {
2081
+ id: {
2082
+ bytes: string;
2083
+ };
2084
+ };
2085
+ option_collateral_orders: {
2086
+ id: {
2087
+ bytes: string;
2088
+ };
2089
+ };
2090
+ market_info: {
2091
+ is_active: boolean;
2092
+ size_decimal: string;
2093
+ user_long_position_size: string;
2094
+ user_short_position_size: string;
2095
+ next_position_id: string;
2096
+ user_long_order_size: string;
2097
+ user_short_order_size: string;
2098
+ next_order_id: string;
2099
+ last_funding_ts_ms: string;
2100
+ cumulative_funding_rate_index_sign: boolean;
2101
+ cumulative_funding_rate_index: string;
2102
+ previous_last_funding_ts_ms: string;
2103
+ previous_cumulative_funding_rate_index_sign: boolean;
2104
+ previous_cumulative_funding_rate_index: string;
2105
+ u64_padding: string[];
2106
+ };
2107
+ market_config: {
2108
+ oracle_id: string;
2109
+ max_leverage_pct: string;
2110
+ min_size: string;
2111
+ lot_size: string;
2112
+ trading_fee_rate: string;
2113
+ trading_fee_decimal: string;
2114
+ basic_funding_rate: string;
2115
+ funding_interval_ts_ms: string;
2116
+ u64_padding: string[];
2117
+ };
2118
+ }, {
2119
+ id: {
2120
+ id: {
2121
+ bytes: string;
2122
+ };
2123
+ };
2124
+ user_positions: {
2125
+ id: {
2126
+ id: {
2127
+ bytes: string;
2128
+ };
2129
+ };
2130
+ element_type: {
2131
+ name: {
2132
+ bytes: Iterable<number> & {
2133
+ length: number;
2134
+ };
2135
+ };
2136
+ };
2137
+ slice_idx: string | number | bigint;
2138
+ slice_size: number;
2139
+ length: string | number | bigint;
2140
+ };
2141
+ token_collateral_orders: {
2142
+ id: {
2143
+ bytes: string;
2144
+ };
2145
+ };
2146
+ option_collateral_orders: {
2147
+ id: {
2148
+ bytes: string;
2149
+ };
2150
+ };
2151
+ market_info: {
2152
+ is_active: boolean;
2153
+ size_decimal: string | number | bigint;
2154
+ user_long_position_size: string | number | bigint;
2155
+ user_short_position_size: string | number | bigint;
2156
+ next_position_id: string | number | bigint;
2157
+ user_long_order_size: string | number | bigint;
2158
+ user_short_order_size: string | number | bigint;
2159
+ next_order_id: string | number | bigint;
2160
+ last_funding_ts_ms: string | number | bigint;
2161
+ cumulative_funding_rate_index_sign: boolean;
2162
+ cumulative_funding_rate_index: string | number | bigint;
2163
+ previous_last_funding_ts_ms: string | number | bigint;
2164
+ previous_cumulative_funding_rate_index_sign: boolean;
2165
+ previous_cumulative_funding_rate_index: string | number | bigint;
2166
+ u64_padding: Iterable<string | number | bigint> & {
2167
+ length: number;
2168
+ };
2169
+ };
2170
+ market_config: {
2171
+ oracle_id: string;
2172
+ max_leverage_pct: string | number | bigint;
2173
+ min_size: string | number | bigint;
2174
+ lot_size: string | number | bigint;
2175
+ trading_fee_rate: string | number | bigint;
2176
+ trading_fee_decimal: string | number | bigint;
2177
+ basic_funding_rate: string | number | bigint;
2178
+ funding_interval_ts_ms: string | number | bigint;
2179
+ u64_padding: Iterable<string | number | bigint> & {
2180
+ length: number;
2181
+ };
2182
+ };
2183
+ }>;
2184
+ static fromFields(fields: Record<string, any>): SymbolMarket;
2185
+ static fromFieldsWithTypes(item: FieldsWithTypes): SymbolMarket;
2186
+ static fromBcs(data: Uint8Array): SymbolMarket;
2187
+ toJSONField(): {
2188
+ id: string;
2189
+ userPositions: {
2190
+ id: string;
2191
+ elementType: {
2192
+ name: string;
2193
+ };
2194
+ sliceIdx: string;
2195
+ sliceSize: number;
2196
+ length: string;
2197
+ };
2198
+ tokenCollateralOrders: string;
2199
+ optionCollateralOrders: string;
2200
+ marketInfo: {
2201
+ isActive: boolean;
2202
+ sizeDecimal: string;
2203
+ userLongPositionSize: string;
2204
+ userShortPositionSize: string;
2205
+ nextPositionId: string;
2206
+ userLongOrderSize: string;
2207
+ userShortOrderSize: string;
2208
+ nextOrderId: string;
2209
+ lastFundingTsMs: string;
2210
+ cumulativeFundingRateIndexSign: boolean;
2211
+ cumulativeFundingRateIndex: string;
2212
+ previousLastFundingTsMs: string;
2213
+ previousCumulativeFundingRateIndexSign: boolean;
2214
+ previousCumulativeFundingRateIndex: string;
2215
+ u64Padding: string[];
2216
+ };
2217
+ marketConfig: {
2218
+ oracleId: string;
2219
+ maxLeveragePct: string;
2220
+ minSize: string;
2221
+ lotSize: string;
2222
+ tradingFeeRate: string;
2223
+ tradingFeeDecimal: string;
2224
+ basicFundingRate: string;
2225
+ fundingIntervalTsMs: string;
2226
+ u64Padding: string[];
2227
+ };
2228
+ };
2229
+ toJSON(): {
2230
+ id: string;
2231
+ userPositions: {
2232
+ id: string;
2233
+ elementType: {
2234
+ name: string;
2235
+ };
2236
+ sliceIdx: string;
2237
+ sliceSize: number;
2238
+ length: string;
2239
+ };
2240
+ tokenCollateralOrders: string;
2241
+ optionCollateralOrders: string;
2242
+ marketInfo: {
2243
+ isActive: boolean;
2244
+ sizeDecimal: string;
2245
+ userLongPositionSize: string;
2246
+ userShortPositionSize: string;
2247
+ nextPositionId: string;
2248
+ userLongOrderSize: string;
2249
+ userShortOrderSize: string;
2250
+ nextOrderId: string;
2251
+ lastFundingTsMs: string;
2252
+ cumulativeFundingRateIndexSign: boolean;
2253
+ cumulativeFundingRateIndex: string;
2254
+ previousLastFundingTsMs: string;
2255
+ previousCumulativeFundingRateIndexSign: boolean;
2256
+ previousCumulativeFundingRateIndex: string;
2257
+ u64Padding: string[];
2258
+ };
2259
+ marketConfig: {
2260
+ oracleId: string;
2261
+ maxLeveragePct: string;
2262
+ minSize: string;
2263
+ lotSize: string;
2264
+ tradingFeeRate: string;
2265
+ tradingFeeDecimal: string;
2266
+ basicFundingRate: string;
2267
+ fundingIntervalTsMs: string;
2268
+ u64Padding: string[];
2269
+ };
2270
+ $typeName: string;
2271
+ $typeArgs: [];
2272
+ };
2273
+ static fromJSONField(field: any): SymbolMarket;
2274
+ static fromJSON(json: Record<string, any>): SymbolMarket;
2275
+ static fromSuiParsedData(content: SuiParsedData): SymbolMarket;
2276
+ static fetch(client: SuiClient, id: string): Promise<SymbolMarket>;
2277
+ }
2278
+ export declare function isUSD(type: string): boolean;
2279
+ export interface USDFields {
2280
+ dummyField: ToField<"bool">;
2281
+ }
2282
+ export type USDReified = Reified<USD, USDFields>;
2283
+ export declare class USD implements StructClass {
2284
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::USD";
2285
+ static readonly $numTypeParams = 0;
2286
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::USD";
2287
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::USD";
2288
+ readonly $typeArgs: [];
2289
+ readonly dummyField: ToField<"bool">;
2290
+ private constructor();
2291
+ static reified(): USDReified;
2292
+ static get r(): reified.StructClassReified<USD, USDFields>;
2293
+ static phantom(): PhantomReified<ToTypeStr<USD>>;
2294
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::USD">;
2295
+ static get bcs(): import("@mysten/bcs").BcsType<{
2296
+ dummy_field: boolean;
2297
+ }, {
2298
+ dummy_field: boolean;
2299
+ }>;
2300
+ static fromFields(fields: Record<string, any>): USD;
2301
+ static fromFieldsWithTypes(item: FieldsWithTypes): USD;
2302
+ static fromBcs(data: Uint8Array): USD;
2303
+ toJSONField(): {
2304
+ dummyField: boolean;
2305
+ };
2306
+ toJSON(): {
2307
+ dummyField: boolean;
2308
+ $typeName: string;
2309
+ $typeArgs: [];
2310
+ };
2311
+ static fromJSONField(field: any): USD;
2312
+ static fromJSON(json: Record<string, any>): USD;
2313
+ static fromSuiParsedData(content: SuiParsedData): USD;
2314
+ static fetch(client: SuiClient, id: string): Promise<USD>;
2315
+ }
2316
+ export declare function isUpdateFundingRateEvent(type: string): boolean;
2317
+ export interface UpdateFundingRateEventFields {
2318
+ baseToken: ToField<TypeName>;
2319
+ newFundingTsMs: ToField<"u64">;
2320
+ intervalsCount: ToField<"u64">;
2321
+ previousCumulativeFundingRateIndexSign: ToField<"bool">;
2322
+ previousCumulativeFundingRateIndex: ToField<"u64">;
2323
+ cumulativeFundingRateIndexSign: ToField<"bool">;
2324
+ cumulativeFundingRateIndex: ToField<"u64">;
2325
+ u64Padding: ToField<Vector<"u64">>;
2326
+ }
2327
+ export type UpdateFundingRateEventReified = Reified<UpdateFundingRateEvent, UpdateFundingRateEventFields>;
2328
+ export declare class UpdateFundingRateEvent implements StructClass {
2329
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::UpdateFundingRateEvent";
2330
+ static readonly $numTypeParams = 0;
2331
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::UpdateFundingRateEvent";
2332
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::UpdateFundingRateEvent";
2333
+ readonly $typeArgs: [];
2334
+ readonly baseToken: ToField<TypeName>;
2335
+ readonly newFundingTsMs: ToField<"u64">;
2336
+ readonly intervalsCount: ToField<"u64">;
2337
+ readonly previousCumulativeFundingRateIndexSign: ToField<"bool">;
2338
+ readonly previousCumulativeFundingRateIndex: ToField<"u64">;
2339
+ readonly cumulativeFundingRateIndexSign: ToField<"bool">;
2340
+ readonly cumulativeFundingRateIndex: ToField<"u64">;
2341
+ readonly u64Padding: ToField<Vector<"u64">>;
2342
+ private constructor();
2343
+ static reified(): UpdateFundingRateEventReified;
2344
+ static get r(): reified.StructClassReified<UpdateFundingRateEvent, UpdateFundingRateEventFields>;
2345
+ static phantom(): PhantomReified<ToTypeStr<UpdateFundingRateEvent>>;
2346
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::UpdateFundingRateEvent">;
2347
+ static get bcs(): import("@mysten/bcs").BcsType<{
2348
+ base_token: {
2349
+ name: {
2350
+ bytes: number[];
2351
+ };
2352
+ };
2353
+ new_funding_ts_ms: string;
2354
+ intervals_count: string;
2355
+ previous_cumulative_funding_rate_index_sign: boolean;
2356
+ previous_cumulative_funding_rate_index: string;
2357
+ cumulative_funding_rate_index_sign: boolean;
2358
+ cumulative_funding_rate_index: string;
2359
+ u64_padding: string[];
2360
+ }, {
2361
+ base_token: {
2362
+ name: {
2363
+ bytes: Iterable<number> & {
2364
+ length: number;
2365
+ };
2366
+ };
2367
+ };
2368
+ new_funding_ts_ms: string | number | bigint;
2369
+ intervals_count: string | number | bigint;
2370
+ previous_cumulative_funding_rate_index_sign: boolean;
2371
+ previous_cumulative_funding_rate_index: string | number | bigint;
2372
+ cumulative_funding_rate_index_sign: boolean;
2373
+ cumulative_funding_rate_index: string | number | bigint;
2374
+ u64_padding: Iterable<string | number | bigint> & {
2375
+ length: number;
2376
+ };
2377
+ }>;
2378
+ static fromFields(fields: Record<string, any>): UpdateFundingRateEvent;
2379
+ static fromFieldsWithTypes(item: FieldsWithTypes): UpdateFundingRateEvent;
2380
+ static fromBcs(data: Uint8Array): UpdateFundingRateEvent;
2381
+ toJSONField(): {
2382
+ baseToken: {
2383
+ name: string;
2384
+ };
2385
+ newFundingTsMs: string;
2386
+ intervalsCount: string;
2387
+ previousCumulativeFundingRateIndexSign: boolean;
2388
+ previousCumulativeFundingRateIndex: string;
2389
+ cumulativeFundingRateIndexSign: boolean;
2390
+ cumulativeFundingRateIndex: string;
2391
+ u64Padding: string[];
2392
+ };
2393
+ toJSON(): {
2394
+ baseToken: {
2395
+ name: string;
2396
+ };
2397
+ newFundingTsMs: string;
2398
+ intervalsCount: string;
2399
+ previousCumulativeFundingRateIndexSign: boolean;
2400
+ previousCumulativeFundingRateIndex: string;
2401
+ cumulativeFundingRateIndexSign: boolean;
2402
+ cumulativeFundingRateIndex: string;
2403
+ u64Padding: string[];
2404
+ $typeName: string;
2405
+ $typeArgs: [];
2406
+ };
2407
+ static fromJSONField(field: any): UpdateFundingRateEvent;
2408
+ static fromJSON(json: Record<string, any>): UpdateFundingRateEvent;
2409
+ static fromSuiParsedData(content: SuiParsedData): UpdateFundingRateEvent;
2410
+ static fetch(client: SuiClient, id: string): Promise<UpdateFundingRateEvent>;
2411
+ }
2412
+ export declare function isUpdateMarketConfigEvent(type: string): boolean;
2413
+ export interface UpdateMarketConfigEventFields {
2414
+ index: ToField<"u64">;
2415
+ baseTokenType: ToField<TypeName>;
2416
+ previousMarketConfig: ToField<MarketConfig>;
2417
+ newMarketConfig: ToField<MarketConfig>;
2418
+ u64Padding: ToField<Vector<"u64">>;
2419
+ }
2420
+ export type UpdateMarketConfigEventReified = Reified<UpdateMarketConfigEvent, UpdateMarketConfigEventFields>;
2421
+ export declare class UpdateMarketConfigEvent implements StructClass {
2422
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::UpdateMarketConfigEvent";
2423
+ static readonly $numTypeParams = 0;
2424
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::UpdateMarketConfigEvent";
2425
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::UpdateMarketConfigEvent";
2426
+ readonly $typeArgs: [];
2427
+ readonly index: ToField<"u64">;
2428
+ readonly baseTokenType: ToField<TypeName>;
2429
+ readonly previousMarketConfig: ToField<MarketConfig>;
2430
+ readonly newMarketConfig: ToField<MarketConfig>;
2431
+ readonly u64Padding: ToField<Vector<"u64">>;
2432
+ private constructor();
2433
+ static reified(): UpdateMarketConfigEventReified;
2434
+ static get r(): reified.StructClassReified<UpdateMarketConfigEvent, UpdateMarketConfigEventFields>;
2435
+ static phantom(): PhantomReified<ToTypeStr<UpdateMarketConfigEvent>>;
2436
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::UpdateMarketConfigEvent">;
2437
+ static get bcs(): import("@mysten/bcs").BcsType<{
2438
+ index: string;
2439
+ base_token_type: {
2440
+ name: {
2441
+ bytes: number[];
2442
+ };
2443
+ };
2444
+ previous_market_config: {
2445
+ oracle_id: string;
2446
+ max_leverage_pct: string;
2447
+ min_size: string;
2448
+ lot_size: string;
2449
+ trading_fee_rate: string;
2450
+ trading_fee_decimal: string;
2451
+ basic_funding_rate: string;
2452
+ funding_interval_ts_ms: string;
2453
+ u64_padding: string[];
2454
+ };
2455
+ new_market_config: {
2456
+ oracle_id: string;
2457
+ max_leverage_pct: string;
2458
+ min_size: string;
2459
+ lot_size: string;
2460
+ trading_fee_rate: string;
2461
+ trading_fee_decimal: string;
2462
+ basic_funding_rate: string;
2463
+ funding_interval_ts_ms: string;
2464
+ u64_padding: string[];
2465
+ };
2466
+ u64_padding: string[];
2467
+ }, {
2468
+ index: string | number | bigint;
2469
+ base_token_type: {
2470
+ name: {
2471
+ bytes: Iterable<number> & {
2472
+ length: number;
2473
+ };
2474
+ };
2475
+ };
2476
+ previous_market_config: {
2477
+ oracle_id: string;
2478
+ max_leverage_pct: string | number | bigint;
2479
+ min_size: string | number | bigint;
2480
+ lot_size: string | number | bigint;
2481
+ trading_fee_rate: string | number | bigint;
2482
+ trading_fee_decimal: string | number | bigint;
2483
+ basic_funding_rate: string | number | bigint;
2484
+ funding_interval_ts_ms: string | number | bigint;
2485
+ u64_padding: Iterable<string | number | bigint> & {
2486
+ length: number;
2487
+ };
2488
+ };
2489
+ new_market_config: {
2490
+ oracle_id: string;
2491
+ max_leverage_pct: string | number | bigint;
2492
+ min_size: string | number | bigint;
2493
+ lot_size: string | number | bigint;
2494
+ trading_fee_rate: string | number | bigint;
2495
+ trading_fee_decimal: string | number | bigint;
2496
+ basic_funding_rate: string | number | bigint;
2497
+ funding_interval_ts_ms: string | number | bigint;
2498
+ u64_padding: Iterable<string | number | bigint> & {
2499
+ length: number;
2500
+ };
2501
+ };
2502
+ u64_padding: Iterable<string | number | bigint> & {
2503
+ length: number;
2504
+ };
2505
+ }>;
2506
+ static fromFields(fields: Record<string, any>): UpdateMarketConfigEvent;
2507
+ static fromFieldsWithTypes(item: FieldsWithTypes): UpdateMarketConfigEvent;
2508
+ static fromBcs(data: Uint8Array): UpdateMarketConfigEvent;
2509
+ toJSONField(): {
2510
+ index: string;
2511
+ baseTokenType: {
2512
+ name: string;
2513
+ };
2514
+ previousMarketConfig: {
2515
+ oracleId: string;
2516
+ maxLeveragePct: string;
2517
+ minSize: string;
2518
+ lotSize: string;
2519
+ tradingFeeRate: string;
2520
+ tradingFeeDecimal: string;
2521
+ basicFundingRate: string;
2522
+ fundingIntervalTsMs: string;
2523
+ u64Padding: string[];
2524
+ };
2525
+ newMarketConfig: {
2526
+ oracleId: string;
2527
+ maxLeveragePct: string;
2528
+ minSize: string;
2529
+ lotSize: string;
2530
+ tradingFeeRate: string;
2531
+ tradingFeeDecimal: string;
2532
+ basicFundingRate: string;
2533
+ fundingIntervalTsMs: string;
2534
+ u64Padding: string[];
2535
+ };
2536
+ u64Padding: string[];
2537
+ };
2538
+ toJSON(): {
2539
+ index: string;
2540
+ baseTokenType: {
2541
+ name: string;
2542
+ };
2543
+ previousMarketConfig: {
2544
+ oracleId: string;
2545
+ maxLeveragePct: string;
2546
+ minSize: string;
2547
+ lotSize: string;
2548
+ tradingFeeRate: string;
2549
+ tradingFeeDecimal: string;
2550
+ basicFundingRate: string;
2551
+ fundingIntervalTsMs: string;
2552
+ u64Padding: string[];
2553
+ };
2554
+ newMarketConfig: {
2555
+ oracleId: string;
2556
+ maxLeveragePct: string;
2557
+ minSize: string;
2558
+ lotSize: string;
2559
+ tradingFeeRate: string;
2560
+ tradingFeeDecimal: string;
2561
+ basicFundingRate: string;
2562
+ fundingIntervalTsMs: string;
2563
+ u64Padding: string[];
2564
+ };
2565
+ u64Padding: string[];
2566
+ $typeName: string;
2567
+ $typeArgs: [];
2568
+ };
2569
+ static fromJSONField(field: any): UpdateMarketConfigEvent;
2570
+ static fromJSON(json: Record<string, any>): UpdateMarketConfigEvent;
2571
+ static fromSuiParsedData(content: SuiParsedData): UpdateMarketConfigEvent;
2572
+ static fetch(client: SuiClient, id: string): Promise<UpdateMarketConfigEvent>;
2573
+ }
2574
+ export declare function isUpdateProtocolFeeShareBpEvent(type: string): boolean;
2575
+ export interface UpdateProtocolFeeShareBpEventFields {
2576
+ index: ToField<"u64">;
2577
+ previousProtocolFeeShareBp: ToField<"u64">;
2578
+ newProtocolFeeShareBp: ToField<"u64">;
2579
+ u64Padding: ToField<Vector<"u64">>;
2580
+ }
2581
+ export type UpdateProtocolFeeShareBpEventReified = Reified<UpdateProtocolFeeShareBpEvent, UpdateProtocolFeeShareBpEventFields>;
2582
+ export declare class UpdateProtocolFeeShareBpEvent implements StructClass {
2583
+ static readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::UpdateProtocolFeeShareBpEvent";
2584
+ static readonly $numTypeParams = 0;
2585
+ readonly $typeName = "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::UpdateProtocolFeeShareBpEvent";
2586
+ readonly $fullTypeName: "0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::UpdateProtocolFeeShareBpEvent";
2587
+ readonly $typeArgs: [];
2588
+ readonly index: ToField<"u64">;
2589
+ readonly previousProtocolFeeShareBp: ToField<"u64">;
2590
+ readonly newProtocolFeeShareBp: ToField<"u64">;
2591
+ readonly u64Padding: ToField<Vector<"u64">>;
2592
+ private constructor();
2593
+ static reified(): UpdateProtocolFeeShareBpEventReified;
2594
+ static get r(): reified.StructClassReified<UpdateProtocolFeeShareBpEvent, UpdateProtocolFeeShareBpEventFields>;
2595
+ static phantom(): PhantomReified<ToTypeStr<UpdateProtocolFeeShareBpEvent>>;
2596
+ static get p(): reified.PhantomReified<"0x4bcf9eade4480bcb9fcd3139ec8d22afda34b25af06092904fcccb06e1b8043c::trading::UpdateProtocolFeeShareBpEvent">;
2597
+ static get bcs(): import("@mysten/bcs").BcsType<{
2598
+ index: string;
2599
+ previous_protocol_fee_share_bp: string;
2600
+ new_protocol_fee_share_bp: string;
2601
+ u64_padding: string[];
2602
+ }, {
2603
+ index: string | number | bigint;
2604
+ previous_protocol_fee_share_bp: string | number | bigint;
2605
+ new_protocol_fee_share_bp: string | number | bigint;
2606
+ u64_padding: Iterable<string | number | bigint> & {
2607
+ length: number;
2608
+ };
2609
+ }>;
2610
+ static fromFields(fields: Record<string, any>): UpdateProtocolFeeShareBpEvent;
2611
+ static fromFieldsWithTypes(item: FieldsWithTypes): UpdateProtocolFeeShareBpEvent;
2612
+ static fromBcs(data: Uint8Array): UpdateProtocolFeeShareBpEvent;
2613
+ toJSONField(): {
2614
+ index: string;
2615
+ previousProtocolFeeShareBp: string;
2616
+ newProtocolFeeShareBp: string;
2617
+ u64Padding: string[];
2618
+ };
2619
+ toJSON(): {
2620
+ index: string;
2621
+ previousProtocolFeeShareBp: string;
2622
+ newProtocolFeeShareBp: string;
2623
+ u64Padding: string[];
2624
+ $typeName: string;
2625
+ $typeArgs: [];
2626
+ };
2627
+ static fromJSONField(field: any): UpdateProtocolFeeShareBpEvent;
2628
+ static fromJSON(json: Record<string, any>): UpdateProtocolFeeShareBpEvent;
2629
+ static fromSuiParsedData(content: SuiParsedData): UpdateProtocolFeeShareBpEvent;
2630
+ static fetch(client: SuiClient, id: string): Promise<UpdateProtocolFeeShareBpEvent>;
2631
+ }