@typus/typus-sdk 1.4.3-d → 1.4.3-f

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 (715) hide show
  1. package/package.json +4 -4
  2. package/src/_dependencies/source/0x1/ascii/structs.ts +135 -0
  3. package/src/_dependencies/source/0x1/bit-vector/structs.ts +70 -0
  4. package/src/_dependencies/source/0x1/fixed-point32/structs.ts +69 -0
  5. package/src/_dependencies/source/0x1/index.ts +1 -0
  6. package/src/_dependencies/source/0x1/init.ts +16 -0
  7. package/src/_dependencies/source/0x1/option/structs.ts +74 -0
  8. package/src/_dependencies/source/0x1/string/structs.ts +70 -0
  9. package/src/_dependencies/source/0x1/type-name/structs.ts +70 -0
  10. package/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.ts +1 -0
  11. package/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.ts +14 -0
  12. package/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.ts +203 -0
  13. package/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.ts +317 -0
  14. package/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.ts +69 -0
  15. package/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.ts +69 -0
  16. package/src/_dependencies/source/0x2/authenticator-state/structs.ts +332 -0
  17. package/src/_dependencies/source/0x2/bag/structs.ts +70 -0
  18. package/src/_dependencies/source/0x2/balance/structs.ts +134 -0
  19. package/src/_dependencies/source/0x2/bcs/structs.ts +70 -0
  20. package/src/_dependencies/source/0x2/bls12381/structs.ts +264 -0
  21. package/src/_dependencies/source/0x2/borrow/structs.ts +138 -0
  22. package/src/_dependencies/source/0x2/clock/structs.ts +70 -0
  23. package/src/_dependencies/source/0x2/coin/structs.ts +400 -0
  24. package/src/_dependencies/source/0x2/deny-list/structs.ts +139 -0
  25. package/src/_dependencies/source/0x2/display/structs.ts +202 -0
  26. package/src/_dependencies/source/0x2/dynamic-field/structs.ts +70 -0
  27. package/src/_dependencies/source/0x2/dynamic-object-field/structs.ts +71 -0
  28. package/src/_dependencies/source/0x2/groth16/structs.ts +265 -0
  29. package/src/_dependencies/source/0x2/group-ops/structs.ts +70 -0
  30. package/src/_dependencies/source/0x2/index.ts +1 -0
  31. package/src/_dependencies/source/0x2/init.ts +125 -0
  32. package/src/_dependencies/source/0x2/kiosk/structs.ts +658 -0
  33. package/src/_dependencies/source/0x2/kiosk-extension/structs.ts +135 -0
  34. package/src/_dependencies/source/0x2/linked-table/structs.ts +136 -0
  35. package/src/_dependencies/source/0x2/object/structs.ts +134 -0
  36. package/src/_dependencies/source/0x2/object-bag/structs.ts +70 -0
  37. package/src/_dependencies/source/0x2/object-table/structs.ts +70 -0
  38. package/src/_dependencies/source/0x2/package/structs.ts +267 -0
  39. package/src/_dependencies/source/0x2/priority-queue/structs.ts +139 -0
  40. package/src/_dependencies/source/0x2/random/structs.ts +202 -0
  41. package/src/_dependencies/source/0x2/sui/structs.ts +69 -0
  42. package/src/_dependencies/source/0x2/table/structs.ts +70 -0
  43. package/src/_dependencies/source/0x2/table-vec/structs.ts +71 -0
  44. package/src/_dependencies/source/0x2/token/structs.ts +401 -0
  45. package/src/_dependencies/source/0x2/transfer/structs.ts +70 -0
  46. package/src/_dependencies/source/0x2/transfer-policy/structs.ts +400 -0
  47. package/src/_dependencies/source/0x2/tx-context/structs.ts +70 -0
  48. package/src/_dependencies/source/0x2/url/structs.ts +70 -0
  49. package/src/_dependencies/source/0x2/vec-map/structs.ts +135 -0
  50. package/src/_dependencies/source/0x2/vec-set/structs.ts +72 -0
  51. package/src/_dependencies/source/0x2/versioned/structs.ts +135 -0
  52. package/src/_dependencies/source/0x2/zklogin-verified-id/structs.ts +71 -0
  53. package/src/_dependencies/source/0x2/zklogin-verified-issuer/structs.ts +71 -0
  54. package/src/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.ts +1 -0
  55. package/src/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.ts +5 -0
  56. package/src/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.ts +70 -0
  57. package/src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.ts +1 -0
  58. package/src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.ts +8 -0
  59. package/src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.ts +69 -0
  60. package/src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.ts +135 -0
  61. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.ts +400 -0
  62. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.ts +372 -0
  63. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.ts +205 -0
  64. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.ts +333 -0
  65. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.ts +1 -0
  66. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.ts +48 -0
  67. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.ts +465 -0
  68. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.ts +136 -0
  69. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.ts +140 -0
  70. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.ts +268 -0
  71. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.ts +332 -0
  72. package/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.ts +466 -0
  73. package/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.ts +1 -0
  74. package/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.ts +36 -0
  75. package/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/royalty-rule/structs.ts +134 -0
  76. package/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.ts +333 -0
  77. package/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.ts +71 -0
  78. package/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.ts +856 -0
  79. package/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.ts +1049 -0
  80. package/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.ts +1 -0
  81. package/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.ts +104 -0
  82. package/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.ts +1054 -0
  83. package/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.ts +592 -0
  84. package/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.ts +461 -0
  85. package/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.ts +592 -0
  86. package/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.ts +69 -0
  87. package/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.ts +2351 -0
  88. package/src/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.ts +1 -0
  89. package/src/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.ts +3 -0
  90. package/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.ts +71 -0
  91. package/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.ts +203 -0
  92. package/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.ts +70 -0
  93. package/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.ts +528 -0
  94. package/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.ts +69 -0
  95. package/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.ts +1 -0
  96. package/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.ts +54 -0
  97. package/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.ts +136 -0
  98. package/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.ts +1829 -0
  99. package/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.ts +398 -0
  100. package/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.ts +1 -0
  101. package/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.ts +18 -0
  102. package/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.ts +71 -0
  103. package/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.ts +69 -0
  104. package/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.ts +71 -0
  105. package/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.ts +70 -0
  106. package/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.ts +1 -0
  107. package/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.ts +11 -0
  108. package/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.ts +134 -0
  109. package/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.ts +134 -0
  110. package/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.ts +69 -0
  111. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes20/structs.ts +70 -0
  112. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes32/structs.ts +70 -0
  113. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/consumed-vaas/structs.ts +72 -0
  114. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/cursor/structs.ts +72 -0
  115. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.ts +200 -0
  116. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/external-address/structs.ts +70 -0
  117. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/fee-collector/structs.ts +72 -0
  118. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.ts +137 -0
  119. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian/structs.ts +70 -0
  120. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-set/structs.ts +71 -0
  121. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-signature/structs.ts +70 -0
  122. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.ts +1 -0
  123. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/init.ts +65 -0
  124. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/migrate/structs.ts +70 -0
  125. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.ts +266 -0
  126. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.ts +136 -0
  127. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set/structs.ts +136 -0
  128. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set-fee/structs.ts +134 -0
  129. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/setup/structs.ts +70 -0
  130. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.ts +142 -0
  131. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/transfer-fee/structs.ts +134 -0
  132. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/update-guardian-set/structs.ts +201 -0
  133. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.ts +201 -0
  134. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/vaa/structs.ts +72 -0
  135. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/version-control/structs.ts +134 -0
  136. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/batch-price-attestation/structs.ts +136 -0
  137. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/contract-upgrade/structs.ts +136 -0
  138. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/data-source/structs.ts +70 -0
  139. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/event/structs.ts +135 -0
  140. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance/structs.ts +71 -0
  141. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-action/structs.ts +69 -0
  142. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-instruction/structs.ts +71 -0
  143. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/hot-potato-vector/structs.ts +72 -0
  144. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/i64/structs.ts +69 -0
  145. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.ts +1 -0
  146. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/init.ts +59 -0
  147. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/migrate/structs.ts +70 -0
  148. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price/structs.ts +70 -0
  149. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-feed/structs.ts +71 -0
  150. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-identifier/structs.ts +70 -0
  151. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-info/structs.ts +136 -0
  152. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-status/structs.ts +69 -0
  153. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set/structs.ts +138 -0
  154. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-data-sources/structs.ts +71 -0
  155. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-fee-recipient/structs.ts +69 -0
  156. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-governance-data-source/structs.ts +70 -0
  157. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-stale-price-threshold/structs.ts +69 -0
  158. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-update-fee/structs.ts +69 -0
  159. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/setup/structs.ts +70 -0
  160. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.ts +203 -0
  161. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.ts +134 -0
  162. package/src/_framework/init-source.ts +39 -0
  163. package/src/_framework/loader.ts +69 -0
  164. package/src/_framework/reified.ts +442 -0
  165. package/src/_framework/util.ts +265 -0
  166. package/src/airdrop/authority-entry.ts +101 -0
  167. package/src/airdrop/user-entry.ts +24 -0
  168. package/src/airdrop/view-function.ts +36 -0
  169. package/{dist/auto-bid/user-entry.js → src/auto-bid/user-entry.ts} +125 -72
  170. package/src/auto-bid/view-function.ts +285 -0
  171. package/src/constants/constant.ts +32 -0
  172. package/{dist/constants/token.js → src/constants/token.ts} +38 -22
  173. package/src/leaderboard/authority-entry.ts +63 -0
  174. package/src/leaderboard/view-function.ts +66 -0
  175. package/src/tails-exp-dice/api.ts +46 -0
  176. package/src/tails-exp-dice/fetch.ts +347 -0
  177. package/src/tails-exp-dice/user-entry.ts +241 -0
  178. package/src/tails-exp-dice/view-function.ts +111 -0
  179. package/{dist/tails-staking/authority-entry.js → src/tails-staking/authority-entry.ts} +131 -45
  180. package/src/tails-staking/user-entry.ts +401 -0
  181. package/src/tails-staking/view-function.ts +86 -0
  182. package/src/typus-dov-single-v2/entry/authority-entry.ts +171 -0
  183. package/src/typus-dov-single-v2/entry/mfud-user-entry.ts +591 -0
  184. package/{dist/typus-dov-single-v2/entry/user-entry.js → src/typus-dov-single-v2/entry/user-entry.ts} +266 -141
  185. package/src/typus-dov-single-v2/function/bidding.ts +823 -0
  186. package/src/typus-dov-single-v2/function/token.ts +38 -0
  187. package/src/typus-dov-single-v2/function/vault.ts +24 -0
  188. package/src/typus-dov-single-v2/history/user-history.ts +929 -0
  189. package/src/typus-dov-single-v2/history/vault-history.ts +452 -0
  190. package/src/typus-dov-single-v2/view-function.ts +705 -0
  191. package/src/typus-nft/fetch.ts +428 -0
  192. package/src/typus-nft/user-entry.ts +113 -0
  193. package/src/typus-perp/admin/functions.ts +141 -0
  194. package/src/typus-perp/admin/structs.ts +793 -0
  195. package/src/typus-perp/fetch.ts +253 -0
  196. package/src/typus-perp/index.ts +9 -0
  197. package/{dist/typus-perp/init.js → src/typus-perp/init.ts} +12 -36
  198. package/src/typus-perp/lp-pool/functions.ts +694 -0
  199. package/src/typus-perp/lp-pool/structs.ts +3884 -0
  200. package/src/typus-perp/math/functions.ts +53 -0
  201. package/src/typus-perp/oracle/functions.ts +32 -0
  202. package/src/typus-perp/oracle/structs.ts +317 -0
  203. package/src/typus-perp/position/functions.ts +887 -0
  204. package/src/typus-perp/position/structs.ts +1637 -0
  205. package/{dist/typus-perp/readVec.js → src/typus-perp/readVec.ts} +46 -45
  206. package/src/typus-perp/stake-pool/functions.ts +421 -0
  207. package/src/typus-perp/stake-pool/structs.ts +3873 -0
  208. package/src/typus-perp/symbol/functions.ts +24 -0
  209. package/src/typus-perp/symbol/structs.ts +165 -0
  210. package/src/typus-perp/tlp/functions.ts +50 -0
  211. package/src/typus-perp/tlp/structs.ts +287 -0
  212. package/src/typus-perp/token-interface/functions.ts +29 -0
  213. package/src/typus-perp/trading/functions.ts +1046 -0
  214. package/src/typus-perp/trading/structs.ts +4541 -0
  215. package/src/typus-perp/treasury-caps/functions.ts +36 -0
  216. package/src/typus-perp/treasury-caps/structs.ts +151 -0
  217. package/src/typus-perp/user/order.ts +221 -0
  218. package/src/typus-perp/user/orderWithBidReceipt.ts +176 -0
  219. package/src/typus-perp/user/tlp.ts +234 -0
  220. package/src/user/view-function.ts +33 -0
  221. package/src/utils/.DS_Store +0 -0
  222. package/src/utils/api/defillama/tvl.ts +11 -0
  223. package/src/utils/api/price.ts +101 -0
  224. package/src/utils/api/sentio/leader-board.ts +259 -0
  225. package/src/utils/api/sentio/reward-generated.ts +392 -0
  226. package/src/utils/load_env.ts +5 -0
  227. package/src/utils/mint.ts +16 -0
  228. package/{dist/utils/pyth/constant.js → src/utils/pyth/constant.ts} +9 -8
  229. package/src/utils/pyth/pythClient.ts +52 -0
  230. package/src/utils/tools.ts +38 -0
  231. package/dist/_dependencies/source/0x1/ascii/structs.d.ts +0 -82
  232. package/dist/_dependencies/source/0x1/ascii/structs.js +0 -280
  233. package/dist/_dependencies/source/0x1/bit-vector/structs.d.ts +0 -50
  234. package/dist/_dependencies/source/0x1/bit-vector/structs.js +0 -193
  235. package/dist/_dependencies/source/0x1/fixed-point32/structs.d.ts +0 -41
  236. package/dist/_dependencies/source/0x1/fixed-point32/structs.js +0 -167
  237. package/dist/_dependencies/source/0x1/index.d.ts +0 -2
  238. package/dist/_dependencies/source/0x1/index.js +0 -5
  239. package/dist/_dependencies/source/0x1/init.d.ts +0 -2
  240. package/dist/_dependencies/source/0x1/init.js +0 -41
  241. package/dist/_dependencies/source/0x1/option/structs.d.ts +0 -46
  242. package/dist/_dependencies/source/0x1/option/structs.js +0 -198
  243. package/dist/_dependencies/source/0x1/string/structs.d.ts +0 -44
  244. package/dist/_dependencies/source/0x1/string/structs.js +0 -191
  245. package/dist/_dependencies/source/0x1/type-name/structs.d.ts +0 -48
  246. package/dist/_dependencies/source/0x1/type-name/structs.js +0 -168
  247. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.d.ts +0 -2
  248. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.js +0 -5
  249. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.d.ts +0 -2
  250. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.js +0 -39
  251. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.d.ts +0 -277
  252. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.js +0 -377
  253. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.d.ts +0 -102
  254. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.js +0 -353
  255. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.d.ts +0 -65
  256. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.js +0 -175
  257. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.d.ts +0 -65
  258. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.js +0 -175
  259. package/dist/_dependencies/source/0x2/authenticator-state/structs.d.ts +0 -442
  260. package/dist/_dependencies/source/0x2/authenticator-state/structs.js +0 -565
  261. package/dist/_dependencies/source/0x2/bag/structs.d.ts +0 -56
  262. package/dist/_dependencies/source/0x2/bag/structs.js +0 -170
  263. package/dist/_dependencies/source/0x2/balance/structs.d.ts +0 -79
  264. package/dist/_dependencies/source/0x2/balance/structs.js +0 -260
  265. package/dist/_dependencies/source/0x2/bcs/structs.d.ts +0 -44
  266. package/dist/_dependencies/source/0x2/bcs/structs.js +0 -191
  267. package/dist/_dependencies/source/0x2/bls12381/structs.d.ts +0 -155
  268. package/dist/_dependencies/source/0x2/bls12381/structs.js +0 -434
  269. package/dist/_dependencies/source/0x2/borrow/structs.d.ts +0 -104
  270. package/dist/_dependencies/source/0x2/borrow/structs.js +0 -267
  271. package/dist/_dependencies/source/0x2/clock/structs.d.ts +0 -56
  272. package/dist/_dependencies/source/0x2/clock/structs.js +0 -170
  273. package/dist/_dependencies/source/0x2/coin/structs.d.ts +0 -379
  274. package/dist/_dependencies/source/0x2/coin/structs.js +0 -648
  275. package/dist/_dependencies/source/0x2/deny-list/structs.d.ts +0 -178
  276. package/dist/_dependencies/source/0x2/deny-list/structs.js +0 -290
  277. package/dist/_dependencies/source/0x2/display/structs.d.ts +0 -228
  278. package/dist/_dependencies/source/0x2/display/structs.js +0 -362
  279. package/dist/_dependencies/source/0x2/dynamic-field/structs.d.ts +0 -63
  280. package/dist/_dependencies/source/0x2/dynamic-field/structs.js +0 -174
  281. package/dist/_dependencies/source/0x2/dynamic-object-field/structs.d.ts +0 -42
  282. package/dist/_dependencies/source/0x2/dynamic-object-field/structs.js +0 -172
  283. package/dist/_dependencies/source/0x2/groth16/structs.d.ts +0 -186
  284. package/dist/_dependencies/source/0x2/groth16/structs.js +0 -464
  285. package/dist/_dependencies/source/0x2/group-ops/structs.d.ts +0 -44
  286. package/dist/_dependencies/source/0x2/group-ops/structs.js +0 -193
  287. package/dist/_dependencies/source/0x2/index.d.ts +0 -2
  288. package/dist/_dependencies/source/0x2/index.js +0 -5
  289. package/dist/_dependencies/source/0x2/init.d.ts +0 -2
  290. package/dist/_dependencies/source/0x2/init.js +0 -150
  291. package/dist/_dependencies/source/0x2/kiosk/structs.d.ts +0 -565
  292. package/dist/_dependencies/source/0x2/kiosk/structs.js +0 -1033
  293. package/dist/_dependencies/source/0x2/kiosk-extension/structs.d.ts +0 -112
  294. package/dist/_dependencies/source/0x2/kiosk-extension/structs.js +0 -263
  295. package/dist/_dependencies/source/0x2/linked-table/structs.d.ts +0 -144
  296. package/dist/_dependencies/source/0x2/linked-table/structs.js +0 -272
  297. package/dist/_dependencies/source/0x2/object/structs.d.ts +0 -83
  298. package/dist/_dependencies/source/0x2/object/structs.js +0 -256
  299. package/dist/_dependencies/source/0x2/object-bag/structs.d.ts +0 -56
  300. package/dist/_dependencies/source/0x2/object-bag/structs.js +0 -170
  301. package/dist/_dependencies/source/0x2/object-table/structs.d.ts +0 -56
  302. package/dist/_dependencies/source/0x2/object-table/structs.js +0 -172
  303. package/dist/_dependencies/source/0x2/package/structs.d.ts +0 -262
  304. package/dist/_dependencies/source/0x2/package/structs.js +0 -478
  305. package/dist/_dependencies/source/0x2/priority-queue/structs.d.ts +0 -101
  306. package/dist/_dependencies/source/0x2/priority-queue/structs.js +0 -292
  307. package/dist/_dependencies/source/0x2/random/structs.d.ts +0 -190
  308. package/dist/_dependencies/source/0x2/random/structs.js +0 -383
  309. package/dist/_dependencies/source/0x2/sui/structs.d.ts +0 -41
  310. package/dist/_dependencies/source/0x2/sui/structs.js +0 -167
  311. package/dist/_dependencies/source/0x2/table/structs.d.ts +0 -56
  312. package/dist/_dependencies/source/0x2/table/structs.js +0 -172
  313. package/dist/_dependencies/source/0x2/table-vec/structs.d.ts +0 -63
  314. package/dist/_dependencies/source/0x2/table-vec/structs.js +0 -194
  315. package/dist/_dependencies/source/0x2/token/structs.d.ts +0 -424
  316. package/dist/_dependencies/source/0x2/token/structs.js +0 -651
  317. package/dist/_dependencies/source/0x2/transfer/structs.d.ts +0 -52
  318. package/dist/_dependencies/source/0x2/transfer/structs.js +0 -172
  319. package/dist/_dependencies/source/0x2/transfer-policy/structs.d.ts +0 -345
  320. package/dist/_dependencies/source/0x2/transfer-policy/structs.js +0 -665
  321. package/dist/_dependencies/source/0x2/tx-context/structs.d.ts +0 -68
  322. package/dist/_dependencies/source/0x2/tx-context/structs.js +0 -199
  323. package/dist/_dependencies/source/0x2/url/structs.d.ts +0 -48
  324. package/dist/_dependencies/source/0x2/url/structs.js +0 -168
  325. package/dist/_dependencies/source/0x2/vec-map/structs.d.ts +0 -101
  326. package/dist/_dependencies/source/0x2/vec-map/structs.js +0 -286
  327. package/dist/_dependencies/source/0x2/vec-set/structs.d.ts +0 -45
  328. package/dist/_dependencies/source/0x2/vec-set/structs.js +0 -196
  329. package/dist/_dependencies/source/0x2/versioned/structs.d.ts +0 -104
  330. package/dist/_dependencies/source/0x2/versioned/structs.js +0 -261
  331. package/dist/_dependencies/source/0x2/zklogin-verified-id/structs.d.ts +0 -105
  332. package/dist/_dependencies/source/0x2/zklogin-verified-id/structs.js +0 -179
  333. package/dist/_dependencies/source/0x2/zklogin-verified-issuer/structs.d.ts +0 -69
  334. package/dist/_dependencies/source/0x2/zklogin-verified-issuer/structs.js +0 -173
  335. package/dist/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.d.ts +0 -2
  336. package/dist/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.js +0 -5
  337. package/dist/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.d.ts +0 -2
  338. package/dist/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.js +0 -30
  339. package/dist/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.d.ts +0 -50
  340. package/dist/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.js +0 -168
  341. package/dist/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.d.ts +0 -2
  342. package/dist/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.js +0 -5
  343. package/dist/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.d.ts +0 -2
  344. package/dist/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.js +0 -33
  345. package/dist/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.d.ts +0 -41
  346. package/dist/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.js +0 -167
  347. package/dist/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.d.ts +0 -112
  348. package/dist/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.js +0 -265
  349. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.d.ts +0 -463
  350. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.js +0 -669
  351. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.d.ts +0 -137
  352. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.js +0 -401
  353. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.d.ts +0 -226
  354. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.js +0 -402
  355. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.d.ts +0 -383
  356. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.js +0 -566
  357. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.d.ts +0 -2
  358. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.js +0 -5
  359. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.d.ts +0 -2
  360. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.js +0 -73
  361. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.d.ts +0 -591
  362. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.js +0 -774
  363. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.d.ts +0 -152
  364. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.js +0 -272
  365. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.d.ts +0 -138
  366. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.js +0 -276
  367. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.d.ts +0 -261
  368. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.js +0 -471
  369. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.d.ts +0 -306
  370. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.js +0 -563
  371. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.d.ts +0 -598
  372. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.js +0 -789
  373. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.d.ts +0 -2
  374. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.js +0 -5
  375. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.d.ts +0 -2
  376. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.js +0 -61
  377. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/royalty-rule/structs.d.ts +0 -85
  378. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/royalty-rule/structs.js +0 -258
  379. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.d.ts +0 -433
  380. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.js +0 -562
  381. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.d.ts +0 -63
  382. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.js +0 -194
  383. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.d.ts +0 -1006
  384. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.js +0 -1331
  385. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.d.ts +0 -1458
  386. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.js +0 -1706
  387. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.d.ts +0 -2
  388. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.js +0 -5
  389. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.d.ts +0 -2
  390. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.js +0 -129
  391. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.d.ts +0 -1201
  392. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.js +0 -1643
  393. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.d.ts +0 -1374
  394. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.js +0 -971
  395. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.d.ts +0 -395
  396. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.js +0 -750
  397. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.d.ts +0 -994
  398. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.js +0 -933
  399. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.d.ts +0 -77
  400. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.js +0 -179
  401. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.d.ts +0 -4562
  402. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.js +0 -3796
  403. package/dist/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.d.ts +0 -2
  404. package/dist/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.js +0 -5
  405. package/dist/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.d.ts +0 -2
  406. package/dist/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.js +0 -4
  407. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.d.ts +0 -83
  408. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.js +0 -192
  409. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.d.ts +0 -333
  410. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.js +0 -382
  411. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.d.ts +0 -68
  412. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.js +0 -176
  413. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.d.ts +0 -843
  414. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.js +0 -959
  415. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.d.ts +0 -41
  416. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.js +0 -167
  417. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +0 -2
  418. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +0 -5
  419. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.d.ts +0 -2
  420. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.js +0 -79
  421. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.d.ts +0 -146
  422. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.js +0 -274
  423. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.d.ts +0 -2272
  424. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.js +0 -2830
  425. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.d.ts +0 -719
  426. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.js +0 -711
  427. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.d.ts +0 -2
  428. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.js +0 -5
  429. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.d.ts +0 -2
  430. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.js +0 -43
  431. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.d.ts +0 -81
  432. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.js +0 -200
  433. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.d.ts +0 -53
  434. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.js +0 -171
  435. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.d.ts +0 -115
  436. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.js +0 -212
  437. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.d.ts +0 -50
  438. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.js +0 -168
  439. package/dist/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.d.ts +0 -2
  440. package/dist/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.js +0 -5
  441. package/dist/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.d.ts +0 -2
  442. package/dist/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.js +0 -36
  443. package/dist/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.d.ts +0 -79
  444. package/dist/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.js +0 -256
  445. package/dist/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.d.ts +0 -85
  446. package/dist/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.js +0 -258
  447. package/dist/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.d.ts +0 -41
  448. package/dist/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.js +0 -169
  449. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes20/structs.d.ts +0 -44
  450. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes20/structs.js +0 -191
  451. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes32/structs.d.ts +0 -44
  452. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes32/structs.js +0 -191
  453. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/consumed-vaas/structs.d.ts +0 -72
  454. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/consumed-vaas/structs.js +0 -193
  455. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/cursor/structs.d.ts +0 -45
  456. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/cursor/structs.js +0 -196
  457. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.d.ts +0 -140
  458. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.js +0 -348
  459. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/external-address/structs.d.ts +0 -52
  460. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/external-address/structs.js +0 -168
  461. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/fee-collector/structs.d.ts +0 -58
  462. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/fee-collector/structs.js +0 -195
  463. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.d.ts +0 -158
  464. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.js +0 -298
  465. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian/structs.d.ts +0 -52
  466. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian/structs.js +0 -168
  467. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-set/structs.d.ts +0 -75
  468. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-set/structs.js +0 -196
  469. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-signature/structs.d.ts +0 -80
  470. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-signature/structs.js +0 -174
  471. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.d.ts +0 -2
  472. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.js +0 -5
  473. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/init.d.ts +0 -2
  474. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/init.js +0 -90
  475. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/migrate/structs.d.ts +0 -46
  476. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/migrate/structs.js +0 -168
  477. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.d.ts +0 -177
  478. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.js +0 -438
  479. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.d.ts +0 -141
  480. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.js +0 -297
  481. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set/structs.d.ts +0 -101
  482. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set/structs.js +0 -283
  483. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set-fee/structs.d.ts +0 -79
  484. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set-fee/structs.js +0 -256
  485. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/setup/structs.d.ts +0 -50
  486. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/setup/structs.js +0 -168
  487. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.d.ts +0 -269
  488. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.js +0 -303
  489. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/transfer-fee/structs.d.ts +0 -85
  490. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/transfer-fee/structs.js +0 -258
  491. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/update-guardian-set/structs.d.ts +0 -145
  492. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/update-guardian-set/structs.js +0 -372
  493. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.d.ts +0 -143
  494. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.js +0 -349
  495. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/vaa/structs.d.ts +0 -122
  496. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/vaa/structs.js +0 -209
  497. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/version-control/structs.d.ts +0 -79
  498. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/version-control/structs.js +0 -256
  499. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/batch-price-attestation/structs.d.ts +0 -279
  500. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/batch-price-attestation/structs.js +0 -295
  501. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/contract-upgrade/structs.d.ts +0 -105
  502. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/contract-upgrade/structs.js +0 -260
  503. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/data-source/structs.d.ts +0 -66
  504. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/data-source/structs.js +0 -170
  505. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/event/structs.d.ts +0 -200
  506. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/event/structs.js +0 -259
  507. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance/structs.d.ts +0 -67
  508. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance/structs.js +0 -196
  509. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-action/structs.d.ts +0 -41
  510. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-action/structs.js +0 -167
  511. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-instruction/structs.d.ts +0 -71
  512. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-instruction/structs.js +0 -198
  513. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/hot-potato-vector/structs.d.ts +0 -45
  514. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/hot-potato-vector/structs.js +0 -196
  515. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/i64/structs.d.ts +0 -47
  516. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/i64/structs.js +0 -169
  517. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.d.ts +0 -2
  518. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.js +0 -5
  519. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/init.d.ts +0 -2
  520. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/init.js +0 -84
  521. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/migrate/structs.d.ts +0 -46
  522. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/migrate/structs.js +0 -168
  523. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price/structs.d.ts +0 -84
  524. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price/structs.js +0 -174
  525. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-feed/structs.d.ts +0 -153
  526. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-feed/structs.js +0 -173
  527. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-identifier/structs.d.ts +0 -44
  528. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-identifier/structs.js +0 -191
  529. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-info/structs.d.ts +0 -351
  530. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-info/structs.js +0 -264
  531. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-status/structs.d.ts +0 -41
  532. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-status/structs.js +0 -167
  533. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set/structs.d.ts +0 -110
  534. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set/structs.js +0 -288
  535. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-data-sources/structs.d.ts +0 -75
  536. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-data-sources/structs.js +0 -192
  537. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-fee-recipient/structs.d.ts +0 -41
  538. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-fee-recipient/structs.js +0 -167
  539. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-governance-data-source/structs.d.ts +0 -72
  540. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-governance-data-source/structs.js +0 -172
  541. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-stale-price-threshold/structs.d.ts +0 -41
  542. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-stale-price-threshold/structs.js +0 -167
  543. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-update-fee/structs.d.ts +0 -47
  544. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-update-fee/structs.js +0 -169
  545. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/setup/structs.d.ts +0 -50
  546. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/setup/structs.js +0 -168
  547. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.d.ts +0 -269
  548. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.js +0 -363
  549. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.d.ts +0 -79
  550. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.js +0 -256
  551. package/dist/_framework/init-source.d.ts +0 -1
  552. package/dist/_framework/init-source.js +0 -64
  553. package/dist/_framework/loader.d.ts +0 -17
  554. package/dist/_framework/loader.js +0 -99
  555. package/dist/_framework/reified.d.ts +0 -100
  556. package/dist/_framework/reified.js +0 -263
  557. package/dist/_framework/util.d.ts +0 -53
  558. package/dist/_framework/util.js +0 -251
  559. package/dist/airdrop/authority-entry.d.ts +0 -22
  560. package/dist/airdrop/authority-entry.js +0 -137
  561. package/dist/airdrop/index.js +0 -19
  562. package/dist/airdrop/user-entry.d.ts +0 -10
  563. package/dist/airdrop/user-entry.js +0 -16
  564. package/dist/airdrop/view-function.d.ts +0 -9
  565. package/dist/airdrop/view-function.js +0 -73
  566. package/dist/auto-bid/index.js +0 -18
  567. package/dist/auto-bid/user-entry.d.ts +0 -45
  568. package/dist/auto-bid/view-function.d.ts +0 -43
  569. package/dist/auto-bid/view-function.js +0 -347
  570. package/dist/constants/constant.d.ts +0 -22
  571. package/dist/constants/constant.js +0 -29
  572. package/dist/constants/index.js +0 -18
  573. package/dist/constants/token.d.ts +0 -51
  574. package/dist/index.js +0 -27
  575. package/dist/leaderboard/authority-entry.d.ts +0 -22
  576. package/dist/leaderboard/authority-entry.js +0 -90
  577. package/dist/leaderboard/index.js +0 -18
  578. package/dist/leaderboard/view-function.d.ts +0 -20
  579. package/dist/leaderboard/view-function.js +0 -93
  580. package/dist/tails-exp-dice/api.d.ts +0 -1
  581. package/dist/tails-exp-dice/api.js +0 -76
  582. package/dist/tails-exp-dice/fetch.d.ts +0 -81
  583. package/dist/tails-exp-dice/fetch.js +0 -346
  584. package/dist/tails-exp-dice/index.js +0 -20
  585. package/dist/tails-exp-dice/user-entry.d.ts +0 -70
  586. package/dist/tails-exp-dice/user-entry.js +0 -249
  587. package/dist/tails-exp-dice/view-function.d.ts +0 -8
  588. package/dist/tails-exp-dice/view-function.js +0 -130
  589. package/dist/tails-staking/authority-entry.d.ts +0 -182
  590. package/dist/tails-staking/index.js +0 -19
  591. package/dist/tails-staking/user-entry.d.ts +0 -157
  592. package/dist/tails-staking/user-entry.js +0 -416
  593. package/dist/tails-staking/view-function.d.ts +0 -20
  594. package/dist/tails-staking/view-function.js +0 -122
  595. package/dist/typus-dov-single-v2/entry/authority-entry.d.ts +0 -70
  596. package/dist/typus-dov-single-v2/entry/authority-entry.js +0 -167
  597. package/dist/typus-dov-single-v2/entry/index.js +0 -19
  598. package/dist/typus-dov-single-v2/entry/mfud-user-entry.d.ts +0 -126
  599. package/dist/typus-dov-single-v2/entry/mfud-user-entry.js +0 -425
  600. package/dist/typus-dov-single-v2/entry/user-entry.d.ts +0 -212
  601. package/dist/typus-dov-single-v2/function/bidding.d.ts +0 -151
  602. package/dist/typus-dov-single-v2/function/bidding.js +0 -833
  603. package/dist/typus-dov-single-v2/function/index.js +0 -19
  604. package/dist/typus-dov-single-v2/function/token.d.ts +0 -21
  605. package/dist/typus-dov-single-v2/function/token.js +0 -38
  606. package/dist/typus-dov-single-v2/function/vault.d.ts +0 -8
  607. package/dist/typus-dov-single-v2/function/vault.js +0 -23
  608. package/dist/typus-dov-single-v2/history/index.js +0 -18
  609. package/dist/typus-dov-single-v2/history/user-history.d.ts +0 -36
  610. package/dist/typus-dov-single-v2/history/user-history.js +0 -999
  611. package/dist/typus-dov-single-v2/history/vault-history.d.ts +0 -123
  612. package/dist/typus-dov-single-v2/history/vault-history.js +0 -403
  613. package/dist/typus-dov-single-v2/index.js +0 -20
  614. package/dist/typus-dov-single-v2/view-function.d.ts +0 -212
  615. package/dist/typus-dov-single-v2/view-function.js +0 -578
  616. package/dist/typus-nft/fetch.d.ts +0 -69
  617. package/dist/typus-nft/fetch.js +0 -565
  618. package/dist/typus-nft/index.js +0 -18
  619. package/dist/typus-nft/user-entry.d.ts +0 -38
  620. package/dist/typus-nft/user-entry.js +0 -173
  621. package/dist/typus-perp/admin/functions.d.ts +0 -51
  622. package/dist/typus-perp/admin/functions.js +0 -100
  623. package/dist/typus-perp/admin/structs.d.ts +0 -425
  624. package/dist/typus-perp/admin/structs.js +0 -802
  625. package/dist/typus-perp/fetch.d.ts +0 -57
  626. package/dist/typus-perp/fetch.js +0 -400
  627. package/dist/typus-perp/index.d.ts +0 -3
  628. package/dist/typus-perp/index.js +0 -14
  629. package/dist/typus-perp/init.d.ts +0 -2
  630. package/dist/typus-perp/lp-pool/functions.d.ts +0 -283
  631. package/dist/typus-perp/lp-pool/functions.js +0 -418
  632. package/dist/typus-perp/lp-pool/structs.d.ts +0 -2538
  633. package/dist/typus-perp/lp-pool/structs.js +0 -3515
  634. package/dist/typus-perp/math/functions.d.ts +0 -18
  635. package/dist/typus-perp/math/functions.js +0 -40
  636. package/dist/typus-perp/oracle/functions.d.ts +0 -14
  637. package/dist/typus-perp/oracle/functions.js +0 -22
  638. package/dist/typus-perp/oracle/structs.d.ts +0 -102
  639. package/dist/typus-perp/oracle/structs.js +0 -353
  640. package/dist/typus-perp/position/functions.d.ts +0 -339
  641. package/dist/typus-perp/position/functions.js +0 -564
  642. package/dist/typus-perp/position/structs.d.ts +0 -1144
  643. package/dist/typus-perp/position/structs.js +0 -1485
  644. package/dist/typus-perp/readVec.d.ts +0 -3
  645. package/dist/typus-perp/stake-pool/functions.d.ts +0 -169
  646. package/dist/typus-perp/stake-pool/functions.js +0 -258
  647. package/dist/typus-perp/stake-pool/structs.d.ts +0 -2071
  648. package/dist/typus-perp/stake-pool/structs.js +0 -3515
  649. package/dist/typus-perp/symbol/functions.d.ts +0 -10
  650. package/dist/typus-perp/symbol/functions.js +0 -20
  651. package/dist/typus-perp/symbol/structs.d.ts +0 -76
  652. package/dist/typus-perp/symbol/structs.js +0 -216
  653. package/dist/typus-perp/tlp/functions.d.ts +0 -20
  654. package/dist/typus-perp/tlp/functions.js +0 -35
  655. package/dist/typus-perp/tlp/structs.d.ts +0 -88
  656. package/dist/typus-perp/tlp/structs.js +0 -329
  657. package/dist/typus-perp/token-interface/functions.d.ts +0 -12
  658. package/dist/typus-perp/token-interface/functions.js +0 -20
  659. package/dist/typus-perp/trading/functions.d.ts +0 -427
  660. package/dist/typus-perp/trading/functions.js +0 -612
  661. package/dist/typus-perp/trading/structs.d.ts +0 -2631
  662. package/dist/typus-perp/trading/structs.js +0 -4067
  663. package/dist/typus-perp/treasury-caps/functions.d.ts +0 -10
  664. package/dist/typus-perp/treasury-caps/functions.js +0 -32
  665. package/dist/typus-perp/treasury-caps/structs.d.ts +0 -50
  666. package/dist/typus-perp/treasury-caps/structs.js +0 -204
  667. package/dist/typus-perp/user/order.d.ts +0 -70
  668. package/dist/typus-perp/user/order.js +0 -206
  669. package/dist/typus-perp/user/orderWithBidReceipt.d.ts +0 -62
  670. package/dist/typus-perp/user/orderWithBidReceipt.js +0 -149
  671. package/dist/typus-perp/user/tlp.d.ts +0 -93
  672. package/dist/typus-perp/user/tlp.js +0 -268
  673. package/dist/user/index.js +0 -17
  674. package/dist/user/view-function.d.ts +0 -8
  675. package/dist/user/view-function.js +0 -71
  676. package/dist/utils/api/defillama/index.js +0 -17
  677. package/dist/utils/api/defillama/tvl.d.ts +0 -1
  678. package/dist/utils/api/defillama/tvl.js +0 -58
  679. package/dist/utils/api/index.js +0 -19
  680. package/dist/utils/api/price.d.ts +0 -4
  681. package/dist/utils/api/price.js +0 -208
  682. package/dist/utils/api/sentio/index.js +0 -18
  683. package/dist/utils/api/sentio/leader-board.d.ts +0 -7
  684. package/dist/utils/api/sentio/leader-board.js +0 -103
  685. package/dist/utils/api/sentio/reward-generated.d.ts +0 -16
  686. package/dist/utils/api/sentio/reward-generated.js +0 -511
  687. package/dist/utils/index.js +0 -21
  688. package/dist/utils/load_env.d.ts +0 -1
  689. package/dist/utils/load_env.js +0 -9
  690. package/dist/utils/mint.d.ts +0 -2
  691. package/dist/utils/mint.js +0 -57
  692. package/dist/utils/pyth/constant.d.ts +0 -49
  693. package/dist/utils/pyth/index.js +0 -18
  694. package/dist/utils/pyth/pythClient.d.ts +0 -12
  695. package/dist/utils/pyth/pythClient.js +0 -80
  696. package/dist/utils/tools.d.ts +0 -6
  697. package/dist/utils/tools.js +0 -45
  698. /package/{dist/airdrop/index.d.ts → src/airdrop/index.ts} +0 -0
  699. /package/{dist/auto-bid/index.d.ts → src/auto-bid/index.ts} +0 -0
  700. /package/{dist/constants/index.d.ts → src/constants/index.ts} +0 -0
  701. /package/{dist/index.d.ts → src/index.ts} +0 -0
  702. /package/{dist/leaderboard/index.d.ts → src/leaderboard/index.ts} +0 -0
  703. /package/{dist/tails-exp-dice/index.d.ts → src/tails-exp-dice/index.ts} +0 -0
  704. /package/{dist/tails-staking/index.d.ts → src/tails-staking/index.ts} +0 -0
  705. /package/{dist/typus-dov-single-v2/entry/index.d.ts → src/typus-dov-single-v2/entry/index.ts} +0 -0
  706. /package/{dist/typus-dov-single-v2/function/index.d.ts → src/typus-dov-single-v2/function/index.ts} +0 -0
  707. /package/{dist/typus-dov-single-v2/history/index.d.ts → src/typus-dov-single-v2/history/index.ts} +0 -0
  708. /package/{dist/typus-dov-single-v2/index.d.ts → src/typus-dov-single-v2/index.ts} +0 -0
  709. /package/{dist/typus-nft/index.d.ts → src/typus-nft/index.ts} +0 -0
  710. /package/{dist/user/index.d.ts → src/user/index.ts} +0 -0
  711. /package/{dist/utils/api/defillama/index.d.ts → src/utils/api/defillama/index.ts} +0 -0
  712. /package/{dist/utils/api/index.d.ts → src/utils/api/index.ts} +0 -0
  713. /package/{dist/utils/api/sentio/index.d.ts → src/utils/api/sentio/index.ts} +0 -0
  714. /package/{dist/utils/index.d.ts → src/utils/index.ts} +0 -0
  715. /package/{dist/utils/pyth/index.d.ts → src/utils/pyth/index.ts} +0 -0
@@ -1,2272 +0,0 @@
1
- import * as reified from "../../../../_framework/reified";
2
- import { PhantomReified, Reified, StructClass, ToField, ToTypeStr, Vector } from "../../../../_framework/reified";
3
- import { FieldsWithTypes } from "../../../../_framework/util";
4
- import { Option } from "../../0x1/option/structs";
5
- import { String } from "../../0x1/string/structs";
6
- import { TypeName } from "../../0x1/type-name/structs";
7
- import { ID, UID } from "../../0x2/object/structs";
8
- import { SuiClient, SuiParsedData } from "@mysten/sui.js/client";
9
- export declare function isActivate(type: string): boolean;
10
- export interface ActivateFields {
11
- signer: ToField<"address">;
12
- index: ToField<"u64">;
13
- token: ToField<TypeName>;
14
- amount: ToField<"u64">;
15
- hasNext: ToField<"bool">;
16
- }
17
- export type ActivateReified = Reified<Activate, ActivateFields>;
18
- export declare class Activate implements StructClass {
19
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Activate";
20
- static readonly $numTypeParams = 0;
21
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Activate";
22
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Activate";
23
- readonly $typeArgs: [];
24
- readonly signer: ToField<"address">;
25
- readonly index: ToField<"u64">;
26
- readonly token: ToField<TypeName>;
27
- readonly amount: ToField<"u64">;
28
- readonly hasNext: ToField<"bool">;
29
- private constructor();
30
- static reified(): ActivateReified;
31
- static get r(): reified.StructClassReified<Activate, ActivateFields>;
32
- static phantom(): PhantomReified<ToTypeStr<Activate>>;
33
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Activate">;
34
- static get bcs(): import("@mysten/bcs").BcsType<{
35
- signer: string;
36
- index: string;
37
- token: {
38
- name: {
39
- bytes: number[];
40
- };
41
- };
42
- amount: string;
43
- has_next: boolean;
44
- }, {
45
- signer: string;
46
- index: string | number | bigint;
47
- token: {
48
- name: {
49
- bytes: Iterable<number> & {
50
- length: number;
51
- };
52
- };
53
- };
54
- amount: string | number | bigint;
55
- has_next: boolean;
56
- }>;
57
- static fromFields(fields: Record<string, any>): Activate;
58
- static fromFieldsWithTypes(item: FieldsWithTypes): Activate;
59
- static fromBcs(data: Uint8Array): Activate;
60
- toJSONField(): {
61
- signer: string;
62
- index: string;
63
- token: {
64
- name: string;
65
- };
66
- amount: string;
67
- hasNext: boolean;
68
- };
69
- toJSON(): {
70
- signer: string;
71
- index: string;
72
- token: {
73
- name: string;
74
- };
75
- amount: string;
76
- hasNext: boolean;
77
- $typeName: string;
78
- $typeArgs: [];
79
- };
80
- static fromJSONField(field: any): Activate;
81
- static fromJSON(json: Record<string, any>): Activate;
82
- static fromSuiParsedData(content: SuiParsedData): Activate;
83
- static fetch(client: SuiClient, id: string): Promise<Activate>;
84
- }
85
- export declare function isBidShare(type: string): boolean;
86
- export interface BidShareFields {
87
- receipt: ToField<"address">;
88
- share: ToField<"u64">;
89
- u64Padding: ToField<Vector<"u64">>;
90
- }
91
- export type BidShareReified = Reified<BidShare, BidShareFields>;
92
- export declare class BidShare implements StructClass {
93
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::BidShare";
94
- static readonly $numTypeParams = 0;
95
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::BidShare";
96
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::BidShare";
97
- readonly $typeArgs: [];
98
- readonly receipt: ToField<"address">;
99
- readonly share: ToField<"u64">;
100
- readonly u64Padding: ToField<Vector<"u64">>;
101
- private constructor();
102
- static reified(): BidShareReified;
103
- static get r(): reified.StructClassReified<BidShare, BidShareFields>;
104
- static phantom(): PhantomReified<ToTypeStr<BidShare>>;
105
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::BidShare">;
106
- static get bcs(): import("@mysten/bcs").BcsType<{
107
- receipt: string;
108
- share: string;
109
- u64_padding: string[];
110
- }, {
111
- receipt: string;
112
- share: string | number | bigint;
113
- u64_padding: Iterable<string | number | bigint> & {
114
- length: number;
115
- };
116
- }>;
117
- static fromFields(fields: Record<string, any>): BidShare;
118
- static fromFieldsWithTypes(item: FieldsWithTypes): BidShare;
119
- static fromBcs(data: Uint8Array): BidShare;
120
- toJSONField(): {
121
- receipt: string;
122
- share: string;
123
- u64Padding: string[];
124
- };
125
- toJSON(): {
126
- receipt: string;
127
- share: string;
128
- u64Padding: string[];
129
- $typeName: string;
130
- $typeArgs: [];
131
- };
132
- static fromJSONField(field: any): BidShare;
133
- static fromJSON(json: Record<string, any>): BidShare;
134
- static fromSuiParsedData(content: SuiParsedData): BidShare;
135
- static fetch(client: SuiClient, id: string): Promise<BidShare>;
136
- }
137
- export declare function isBidVault(type: string): boolean;
138
- export interface BidVaultFields {
139
- id: ToField<UID>;
140
- depositToken: ToField<TypeName>;
141
- bidToken: ToField<TypeName>;
142
- incentiveToken: ToField<Option<TypeName>>;
143
- index: ToField<"u64">;
144
- shareSupply: ToField<"u64">;
145
- metadata: ToField<String>;
146
- u64Padding: ToField<Vector<"u64">>;
147
- bcsPadding: ToField<Vector<"u8">>;
148
- }
149
- export type BidVaultReified = Reified<BidVault, BidVaultFields>;
150
- export declare class BidVault implements StructClass {
151
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::BidVault";
152
- static readonly $numTypeParams = 0;
153
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::BidVault";
154
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::BidVault";
155
- readonly $typeArgs: [];
156
- readonly id: ToField<UID>;
157
- readonly depositToken: ToField<TypeName>;
158
- readonly bidToken: ToField<TypeName>;
159
- readonly incentiveToken: ToField<Option<TypeName>>;
160
- readonly index: ToField<"u64">;
161
- readonly shareSupply: ToField<"u64">;
162
- readonly metadata: ToField<String>;
163
- readonly u64Padding: ToField<Vector<"u64">>;
164
- readonly bcsPadding: ToField<Vector<"u8">>;
165
- private constructor();
166
- static reified(): BidVaultReified;
167
- static get r(): reified.StructClassReified<BidVault, BidVaultFields>;
168
- static phantom(): PhantomReified<ToTypeStr<BidVault>>;
169
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::BidVault">;
170
- static get bcs(): import("@mysten/bcs").BcsType<{
171
- id: {
172
- id: {
173
- bytes: string;
174
- };
175
- };
176
- deposit_token: {
177
- name: {
178
- bytes: number[];
179
- };
180
- };
181
- bid_token: {
182
- name: {
183
- bytes: number[];
184
- };
185
- };
186
- incentive_token: {
187
- vec: any[];
188
- };
189
- index: string;
190
- share_supply: string;
191
- metadata: {
192
- bytes: number[];
193
- };
194
- u64_padding: string[];
195
- bcs_padding: number[];
196
- }, {
197
- id: {
198
- id: {
199
- bytes: string;
200
- };
201
- };
202
- deposit_token: {
203
- name: {
204
- bytes: Iterable<number> & {
205
- length: number;
206
- };
207
- };
208
- };
209
- bid_token: {
210
- name: {
211
- bytes: Iterable<number> & {
212
- length: number;
213
- };
214
- };
215
- };
216
- incentive_token: {
217
- vec: Iterable<any> & {
218
- length: number;
219
- };
220
- };
221
- index: string | number | bigint;
222
- share_supply: string | number | bigint;
223
- metadata: {
224
- bytes: Iterable<number> & {
225
- length: number;
226
- };
227
- };
228
- u64_padding: Iterable<string | number | bigint> & {
229
- length: number;
230
- };
231
- bcs_padding: Iterable<number> & {
232
- length: number;
233
- };
234
- }>;
235
- static fromFields(fields: Record<string, any>): BidVault;
236
- static fromFieldsWithTypes(item: FieldsWithTypes): BidVault;
237
- static fromBcs(data: Uint8Array): BidVault;
238
- toJSONField(): {
239
- id: string;
240
- depositToken: {
241
- name: string;
242
- };
243
- bidToken: {
244
- name: string;
245
- };
246
- incentiveToken: {
247
- name: string;
248
- } | null;
249
- index: string;
250
- shareSupply: string;
251
- metadata: string;
252
- u64Padding: string[];
253
- bcsPadding: number[];
254
- };
255
- toJSON(): {
256
- id: string;
257
- depositToken: {
258
- name: string;
259
- };
260
- bidToken: {
261
- name: string;
262
- };
263
- incentiveToken: {
264
- name: string;
265
- } | null;
266
- index: string;
267
- shareSupply: string;
268
- metadata: string;
269
- u64Padding: string[];
270
- bcsPadding: number[];
271
- $typeName: string;
272
- $typeArgs: [];
273
- };
274
- static fromJSONField(field: any): BidVault;
275
- static fromJSON(json: Record<string, any>): BidVault;
276
- static fromSuiParsedData(content: SuiParsedData): BidVault;
277
- static fetch(client: SuiClient, id: string): Promise<BidVault>;
278
- }
279
- export declare function isClaim(type: string): boolean;
280
- export interface ClaimFields {
281
- signer: ToField<"address">;
282
- index: ToField<"u64">;
283
- token: ToField<TypeName>;
284
- amount: ToField<"u64">;
285
- }
286
- export type ClaimReified = Reified<Claim, ClaimFields>;
287
- export declare class Claim implements StructClass {
288
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Claim";
289
- static readonly $numTypeParams = 0;
290
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Claim";
291
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Claim";
292
- readonly $typeArgs: [];
293
- readonly signer: ToField<"address">;
294
- readonly index: ToField<"u64">;
295
- readonly token: ToField<TypeName>;
296
- readonly amount: ToField<"u64">;
297
- private constructor();
298
- static reified(): ClaimReified;
299
- static get r(): reified.StructClassReified<Claim, ClaimFields>;
300
- static phantom(): PhantomReified<ToTypeStr<Claim>>;
301
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Claim">;
302
- static get bcs(): import("@mysten/bcs").BcsType<{
303
- signer: string;
304
- index: string;
305
- token: {
306
- name: {
307
- bytes: number[];
308
- };
309
- };
310
- amount: string;
311
- }, {
312
- signer: string;
313
- index: string | number | bigint;
314
- token: {
315
- name: {
316
- bytes: Iterable<number> & {
317
- length: number;
318
- };
319
- };
320
- };
321
- amount: string | number | bigint;
322
- }>;
323
- static fromFields(fields: Record<string, any>): Claim;
324
- static fromFieldsWithTypes(item: FieldsWithTypes): Claim;
325
- static fromBcs(data: Uint8Array): Claim;
326
- toJSONField(): {
327
- signer: string;
328
- index: string;
329
- token: {
330
- name: string;
331
- };
332
- amount: string;
333
- };
334
- toJSON(): {
335
- signer: string;
336
- index: string;
337
- token: {
338
- name: string;
339
- };
340
- amount: string;
341
- $typeName: string;
342
- $typeArgs: [];
343
- };
344
- static fromJSONField(field: any): Claim;
345
- static fromJSON(json: Record<string, any>): Claim;
346
- static fromSuiParsedData(content: SuiParsedData): Claim;
347
- static fetch(client: SuiClient, id: string): Promise<Claim>;
348
- }
349
- export declare function isCompound(type: string): boolean;
350
- export interface CompoundFields {
351
- signer: ToField<"address">;
352
- index: ToField<"u64">;
353
- token: ToField<TypeName>;
354
- amount: ToField<"u64">;
355
- feeAmount: ToField<"u64">;
356
- feeShareAmount: ToField<"u64">;
357
- sharedFeePool: ToField<Option<Vector<"u8">>>;
358
- }
359
- export type CompoundReified = Reified<Compound, CompoundFields>;
360
- export declare class Compound implements StructClass {
361
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Compound";
362
- static readonly $numTypeParams = 0;
363
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Compound";
364
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Compound";
365
- readonly $typeArgs: [];
366
- readonly signer: ToField<"address">;
367
- readonly index: ToField<"u64">;
368
- readonly token: ToField<TypeName>;
369
- readonly amount: ToField<"u64">;
370
- readonly feeAmount: ToField<"u64">;
371
- readonly feeShareAmount: ToField<"u64">;
372
- readonly sharedFeePool: ToField<Option<Vector<"u8">>>;
373
- private constructor();
374
- static reified(): CompoundReified;
375
- static get r(): reified.StructClassReified<Compound, CompoundFields>;
376
- static phantom(): PhantomReified<ToTypeStr<Compound>>;
377
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Compound">;
378
- static get bcs(): import("@mysten/bcs").BcsType<{
379
- signer: string;
380
- index: string;
381
- token: {
382
- name: {
383
- bytes: number[];
384
- };
385
- };
386
- amount: string;
387
- fee_amount: string;
388
- fee_share_amount: string;
389
- shared_fee_pool: {
390
- vec: any[];
391
- };
392
- }, {
393
- signer: string;
394
- index: string | number | bigint;
395
- token: {
396
- name: {
397
- bytes: Iterable<number> & {
398
- length: number;
399
- };
400
- };
401
- };
402
- amount: string | number | bigint;
403
- fee_amount: string | number | bigint;
404
- fee_share_amount: string | number | bigint;
405
- shared_fee_pool: {
406
- vec: Iterable<any> & {
407
- length: number;
408
- };
409
- };
410
- }>;
411
- static fromFields(fields: Record<string, any>): Compound;
412
- static fromFieldsWithTypes(item: FieldsWithTypes): Compound;
413
- static fromBcs(data: Uint8Array): Compound;
414
- toJSONField(): {
415
- signer: string;
416
- index: string;
417
- token: {
418
- name: string;
419
- };
420
- amount: string;
421
- feeAmount: string;
422
- feeShareAmount: string;
423
- sharedFeePool: number[] | null;
424
- };
425
- toJSON(): {
426
- signer: string;
427
- index: string;
428
- token: {
429
- name: string;
430
- };
431
- amount: string;
432
- feeAmount: string;
433
- feeShareAmount: string;
434
- sharedFeePool: number[] | null;
435
- $typeName: string;
436
- $typeArgs: [];
437
- };
438
- static fromJSONField(field: any): Compound;
439
- static fromJSON(json: Record<string, any>): Compound;
440
- static fromSuiParsedData(content: SuiParsedData): Compound;
441
- static fetch(client: SuiClient, id: string): Promise<Compound>;
442
- }
443
- export declare function isDelivery(type: string): boolean;
444
- export interface DeliveryFields {
445
- signer: ToField<"address">;
446
- index: ToField<"u64">;
447
- premiumToken: ToField<TypeName>;
448
- incentiveToken: ToField<TypeName>;
449
- premium: ToField<"u64">;
450
- incentive: ToField<"u64">;
451
- }
452
- export type DeliveryReified = Reified<Delivery, DeliveryFields>;
453
- export declare class Delivery implements StructClass {
454
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Delivery";
455
- static readonly $numTypeParams = 0;
456
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Delivery";
457
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Delivery";
458
- readonly $typeArgs: [];
459
- readonly signer: ToField<"address">;
460
- readonly index: ToField<"u64">;
461
- readonly premiumToken: ToField<TypeName>;
462
- readonly incentiveToken: ToField<TypeName>;
463
- readonly premium: ToField<"u64">;
464
- readonly incentive: ToField<"u64">;
465
- private constructor();
466
- static reified(): DeliveryReified;
467
- static get r(): reified.StructClassReified<Delivery, DeliveryFields>;
468
- static phantom(): PhantomReified<ToTypeStr<Delivery>>;
469
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Delivery">;
470
- static get bcs(): import("@mysten/bcs").BcsType<{
471
- signer: string;
472
- index: string;
473
- premium_token: {
474
- name: {
475
- bytes: number[];
476
- };
477
- };
478
- incentive_token: {
479
- name: {
480
- bytes: number[];
481
- };
482
- };
483
- premium: string;
484
- incentive: string;
485
- }, {
486
- signer: string;
487
- index: string | number | bigint;
488
- premium_token: {
489
- name: {
490
- bytes: Iterable<number> & {
491
- length: number;
492
- };
493
- };
494
- };
495
- incentive_token: {
496
- name: {
497
- bytes: Iterable<number> & {
498
- length: number;
499
- };
500
- };
501
- };
502
- premium: string | number | bigint;
503
- incentive: string | number | bigint;
504
- }>;
505
- static fromFields(fields: Record<string, any>): Delivery;
506
- static fromFieldsWithTypes(item: FieldsWithTypes): Delivery;
507
- static fromBcs(data: Uint8Array): Delivery;
508
- toJSONField(): {
509
- signer: string;
510
- index: string;
511
- premiumToken: {
512
- name: string;
513
- };
514
- incentiveToken: {
515
- name: string;
516
- };
517
- premium: string;
518
- incentive: string;
519
- };
520
- toJSON(): {
521
- signer: string;
522
- index: string;
523
- premiumToken: {
524
- name: string;
525
- };
526
- incentiveToken: {
527
- name: string;
528
- };
529
- premium: string;
530
- incentive: string;
531
- $typeName: string;
532
- $typeArgs: [];
533
- };
534
- static fromJSONField(field: any): Delivery;
535
- static fromJSON(json: Record<string, any>): Delivery;
536
- static fromSuiParsedData(content: SuiParsedData): Delivery;
537
- static fetch(client: SuiClient, id: string): Promise<Delivery>;
538
- }
539
- export declare function isDeposit(type: string): boolean;
540
- export interface DepositFields {
541
- signer: ToField<"address">;
542
- index: ToField<"u64">;
543
- token: ToField<TypeName>;
544
- amount: ToField<"u64">;
545
- }
546
- export type DepositReified = Reified<Deposit, DepositFields>;
547
- export declare class Deposit implements StructClass {
548
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Deposit";
549
- static readonly $numTypeParams = 0;
550
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Deposit";
551
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Deposit";
552
- readonly $typeArgs: [];
553
- readonly signer: ToField<"address">;
554
- readonly index: ToField<"u64">;
555
- readonly token: ToField<TypeName>;
556
- readonly amount: ToField<"u64">;
557
- private constructor();
558
- static reified(): DepositReified;
559
- static get r(): reified.StructClassReified<Deposit, DepositFields>;
560
- static phantom(): PhantomReified<ToTypeStr<Deposit>>;
561
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Deposit">;
562
- static get bcs(): import("@mysten/bcs").BcsType<{
563
- signer: string;
564
- index: string;
565
- token: {
566
- name: {
567
- bytes: number[];
568
- };
569
- };
570
- amount: string;
571
- }, {
572
- signer: string;
573
- index: string | number | bigint;
574
- token: {
575
- name: {
576
- bytes: Iterable<number> & {
577
- length: number;
578
- };
579
- };
580
- };
581
- amount: string | number | bigint;
582
- }>;
583
- static fromFields(fields: Record<string, any>): Deposit;
584
- static fromFieldsWithTypes(item: FieldsWithTypes): Deposit;
585
- static fromBcs(data: Uint8Array): Deposit;
586
- toJSONField(): {
587
- signer: string;
588
- index: string;
589
- token: {
590
- name: string;
591
- };
592
- amount: string;
593
- };
594
- toJSON(): {
595
- signer: string;
596
- index: string;
597
- token: {
598
- name: string;
599
- };
600
- amount: string;
601
- $typeName: string;
602
- $typeArgs: [];
603
- };
604
- static fromJSONField(field: any): Deposit;
605
- static fromJSON(json: Record<string, any>): Deposit;
606
- static fromSuiParsedData(content: SuiParsedData): Deposit;
607
- static fetch(client: SuiClient, id: string): Promise<Deposit>;
608
- }
609
- export declare function isDepositShare(type: string): boolean;
610
- export interface DepositShareFields {
611
- receipt: ToField<"address">;
612
- activeShare: ToField<"u64">;
613
- deactivatingShare: ToField<"u64">;
614
- inactiveShare: ToField<"u64">;
615
- warmupShare: ToField<"u64">;
616
- premiumShare: ToField<"u64">;
617
- incentiveShare: ToField<"u64">;
618
- u64Padding: ToField<Vector<"u64">>;
619
- }
620
- export type DepositShareReified = Reified<DepositShare, DepositShareFields>;
621
- export declare class DepositShare implements StructClass {
622
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::DepositShare";
623
- static readonly $numTypeParams = 0;
624
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::DepositShare";
625
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::DepositShare";
626
- readonly $typeArgs: [];
627
- readonly receipt: ToField<"address">;
628
- readonly activeShare: ToField<"u64">;
629
- readonly deactivatingShare: ToField<"u64">;
630
- readonly inactiveShare: ToField<"u64">;
631
- readonly warmupShare: ToField<"u64">;
632
- readonly premiumShare: ToField<"u64">;
633
- readonly incentiveShare: ToField<"u64">;
634
- readonly u64Padding: ToField<Vector<"u64">>;
635
- private constructor();
636
- static reified(): DepositShareReified;
637
- static get r(): reified.StructClassReified<DepositShare, DepositShareFields>;
638
- static phantom(): PhantomReified<ToTypeStr<DepositShare>>;
639
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::DepositShare">;
640
- static get bcs(): import("@mysten/bcs").BcsType<{
641
- receipt: string;
642
- active_share: string;
643
- deactivating_share: string;
644
- inactive_share: string;
645
- warmup_share: string;
646
- premium_share: string;
647
- incentive_share: string;
648
- u64_padding: string[];
649
- }, {
650
- receipt: string;
651
- active_share: string | number | bigint;
652
- deactivating_share: string | number | bigint;
653
- inactive_share: string | number | bigint;
654
- warmup_share: string | number | bigint;
655
- premium_share: string | number | bigint;
656
- incentive_share: string | number | bigint;
657
- u64_padding: Iterable<string | number | bigint> & {
658
- length: number;
659
- };
660
- }>;
661
- static fromFields(fields: Record<string, any>): DepositShare;
662
- static fromFieldsWithTypes(item: FieldsWithTypes): DepositShare;
663
- static fromBcs(data: Uint8Array): DepositShare;
664
- toJSONField(): {
665
- receipt: string;
666
- activeShare: string;
667
- deactivatingShare: string;
668
- inactiveShare: string;
669
- warmupShare: string;
670
- premiumShare: string;
671
- incentiveShare: string;
672
- u64Padding: string[];
673
- };
674
- toJSON(): {
675
- receipt: string;
676
- activeShare: string;
677
- deactivatingShare: string;
678
- inactiveShare: string;
679
- warmupShare: string;
680
- premiumShare: string;
681
- incentiveShare: string;
682
- u64Padding: string[];
683
- $typeName: string;
684
- $typeArgs: [];
685
- };
686
- static fromJSONField(field: any): DepositShare;
687
- static fromJSON(json: Record<string, any>): DepositShare;
688
- static fromSuiParsedData(content: SuiParsedData): DepositShare;
689
- static fetch(client: SuiClient, id: string): Promise<DepositShare>;
690
- }
691
- export declare function isDepositVault(type: string): boolean;
692
- export interface DepositVaultFields {
693
- id: ToField<UID>;
694
- depositToken: ToField<TypeName>;
695
- bidToken: ToField<TypeName>;
696
- incentiveToken: ToField<Option<TypeName>>;
697
- index: ToField<"u64">;
698
- feeBp: ToField<"u64">;
699
- feeShareBp: ToField<"u64">;
700
- sharedFeePool: ToField<Option<Vector<"u8">>>;
701
- activeShareSupply: ToField<"u64">;
702
- deactivatingShareSupply: ToField<"u64">;
703
- inactiveShareSupply: ToField<"u64">;
704
- warmupShareSupply: ToField<"u64">;
705
- premiumShareSupply: ToField<"u64">;
706
- incentiveShareSupply: ToField<"u64">;
707
- hasNext: ToField<"bool">;
708
- metadata: ToField<String>;
709
- u64Padding: ToField<Vector<"u64">>;
710
- bcsPadding: ToField<Vector<"u8">>;
711
- }
712
- export type DepositVaultReified = Reified<DepositVault, DepositVaultFields>;
713
- export declare class DepositVault implements StructClass {
714
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::DepositVault";
715
- static readonly $numTypeParams = 0;
716
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::DepositVault";
717
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::DepositVault";
718
- readonly $typeArgs: [];
719
- readonly id: ToField<UID>;
720
- readonly depositToken: ToField<TypeName>;
721
- readonly bidToken: ToField<TypeName>;
722
- readonly incentiveToken: ToField<Option<TypeName>>;
723
- readonly index: ToField<"u64">;
724
- readonly feeBp: ToField<"u64">;
725
- readonly feeShareBp: ToField<"u64">;
726
- readonly sharedFeePool: ToField<Option<Vector<"u8">>>;
727
- readonly activeShareSupply: ToField<"u64">;
728
- readonly deactivatingShareSupply: ToField<"u64">;
729
- readonly inactiveShareSupply: ToField<"u64">;
730
- readonly warmupShareSupply: ToField<"u64">;
731
- readonly premiumShareSupply: ToField<"u64">;
732
- readonly incentiveShareSupply: ToField<"u64">;
733
- readonly hasNext: ToField<"bool">;
734
- readonly metadata: ToField<String>;
735
- readonly u64Padding: ToField<Vector<"u64">>;
736
- readonly bcsPadding: ToField<Vector<"u8">>;
737
- private constructor();
738
- static reified(): DepositVaultReified;
739
- static get r(): reified.StructClassReified<DepositVault, DepositVaultFields>;
740
- static phantom(): PhantomReified<ToTypeStr<DepositVault>>;
741
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::DepositVault">;
742
- static get bcs(): import("@mysten/bcs").BcsType<{
743
- id: {
744
- id: {
745
- bytes: string;
746
- };
747
- };
748
- deposit_token: {
749
- name: {
750
- bytes: number[];
751
- };
752
- };
753
- bid_token: {
754
- name: {
755
- bytes: number[];
756
- };
757
- };
758
- incentive_token: {
759
- vec: any[];
760
- };
761
- index: string;
762
- fee_bp: string;
763
- fee_share_bp: string;
764
- shared_fee_pool: {
765
- vec: any[];
766
- };
767
- active_share_supply: string;
768
- deactivating_share_supply: string;
769
- inactive_share_supply: string;
770
- warmup_share_supply: string;
771
- premium_share_supply: string;
772
- incentive_share_supply: string;
773
- has_next: boolean;
774
- metadata: {
775
- bytes: number[];
776
- };
777
- u64_padding: string[];
778
- bcs_padding: number[];
779
- }, {
780
- id: {
781
- id: {
782
- bytes: string;
783
- };
784
- };
785
- deposit_token: {
786
- name: {
787
- bytes: Iterable<number> & {
788
- length: number;
789
- };
790
- };
791
- };
792
- bid_token: {
793
- name: {
794
- bytes: Iterable<number> & {
795
- length: number;
796
- };
797
- };
798
- };
799
- incentive_token: {
800
- vec: Iterable<any> & {
801
- length: number;
802
- };
803
- };
804
- index: string | number | bigint;
805
- fee_bp: string | number | bigint;
806
- fee_share_bp: string | number | bigint;
807
- shared_fee_pool: {
808
- vec: Iterable<any> & {
809
- length: number;
810
- };
811
- };
812
- active_share_supply: string | number | bigint;
813
- deactivating_share_supply: string | number | bigint;
814
- inactive_share_supply: string | number | bigint;
815
- warmup_share_supply: string | number | bigint;
816
- premium_share_supply: string | number | bigint;
817
- incentive_share_supply: string | number | bigint;
818
- has_next: boolean;
819
- metadata: {
820
- bytes: Iterable<number> & {
821
- length: number;
822
- };
823
- };
824
- u64_padding: Iterable<string | number | bigint> & {
825
- length: number;
826
- };
827
- bcs_padding: Iterable<number> & {
828
- length: number;
829
- };
830
- }>;
831
- static fromFields(fields: Record<string, any>): DepositVault;
832
- static fromFieldsWithTypes(item: FieldsWithTypes): DepositVault;
833
- static fromBcs(data: Uint8Array): DepositVault;
834
- toJSONField(): {
835
- id: string;
836
- depositToken: {
837
- name: string;
838
- };
839
- bidToken: {
840
- name: string;
841
- };
842
- incentiveToken: {
843
- name: string;
844
- } | null;
845
- index: string;
846
- feeBp: string;
847
- feeShareBp: string;
848
- sharedFeePool: number[] | null;
849
- activeShareSupply: string;
850
- deactivatingShareSupply: string;
851
- inactiveShareSupply: string;
852
- warmupShareSupply: string;
853
- premiumShareSupply: string;
854
- incentiveShareSupply: string;
855
- hasNext: boolean;
856
- metadata: string;
857
- u64Padding: string[];
858
- bcsPadding: number[];
859
- };
860
- toJSON(): {
861
- id: string;
862
- depositToken: {
863
- name: string;
864
- };
865
- bidToken: {
866
- name: string;
867
- };
868
- incentiveToken: {
869
- name: string;
870
- } | null;
871
- index: string;
872
- feeBp: string;
873
- feeShareBp: string;
874
- sharedFeePool: number[] | null;
875
- activeShareSupply: string;
876
- deactivatingShareSupply: string;
877
- inactiveShareSupply: string;
878
- warmupShareSupply: string;
879
- premiumShareSupply: string;
880
- incentiveShareSupply: string;
881
- hasNext: boolean;
882
- metadata: string;
883
- u64Padding: string[];
884
- bcsPadding: number[];
885
- $typeName: string;
886
- $typeArgs: [];
887
- };
888
- static fromJSONField(field: any): DepositVault;
889
- static fromJSON(json: Record<string, any>): DepositVault;
890
- static fromSuiParsedData(content: SuiParsedData): DepositVault;
891
- static fetch(client: SuiClient, id: string): Promise<DepositVault>;
892
- }
893
- export declare function isExercise(type: string): boolean;
894
- export interface ExerciseFields {
895
- signer: ToField<"address">;
896
- index: ToField<"u64">;
897
- depositToken: ToField<TypeName>;
898
- incentiveToken: ToField<Option<TypeName>>;
899
- amount: ToField<"u64">;
900
- }
901
- export type ExerciseReified = Reified<Exercise, ExerciseFields>;
902
- export declare class Exercise implements StructClass {
903
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Exercise";
904
- static readonly $numTypeParams = 0;
905
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Exercise";
906
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Exercise";
907
- readonly $typeArgs: [];
908
- readonly signer: ToField<"address">;
909
- readonly index: ToField<"u64">;
910
- readonly depositToken: ToField<TypeName>;
911
- readonly incentiveToken: ToField<Option<TypeName>>;
912
- readonly amount: ToField<"u64">;
913
- private constructor();
914
- static reified(): ExerciseReified;
915
- static get r(): reified.StructClassReified<Exercise, ExerciseFields>;
916
- static phantom(): PhantomReified<ToTypeStr<Exercise>>;
917
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Exercise">;
918
- static get bcs(): import("@mysten/bcs").BcsType<{
919
- signer: string;
920
- index: string;
921
- deposit_token: {
922
- name: {
923
- bytes: number[];
924
- };
925
- };
926
- incentive_token: {
927
- vec: any[];
928
- };
929
- amount: string;
930
- }, {
931
- signer: string;
932
- index: string | number | bigint;
933
- deposit_token: {
934
- name: {
935
- bytes: Iterable<number> & {
936
- length: number;
937
- };
938
- };
939
- };
940
- incentive_token: {
941
- vec: Iterable<any> & {
942
- length: number;
943
- };
944
- };
945
- amount: string | number | bigint;
946
- }>;
947
- static fromFields(fields: Record<string, any>): Exercise;
948
- static fromFieldsWithTypes(item: FieldsWithTypes): Exercise;
949
- static fromBcs(data: Uint8Array): Exercise;
950
- toJSONField(): {
951
- signer: string;
952
- index: string;
953
- depositToken: {
954
- name: string;
955
- };
956
- incentiveToken: {
957
- name: string;
958
- } | null;
959
- amount: string;
960
- };
961
- toJSON(): {
962
- signer: string;
963
- index: string;
964
- depositToken: {
965
- name: string;
966
- };
967
- incentiveToken: {
968
- name: string;
969
- } | null;
970
- amount: string;
971
- $typeName: string;
972
- $typeArgs: [];
973
- };
974
- static fromJSONField(field: any): Exercise;
975
- static fromJSON(json: Record<string, any>): Exercise;
976
- static fromSuiParsedData(content: SuiParsedData): Exercise;
977
- static fetch(client: SuiClient, id: string): Promise<Exercise>;
978
- }
979
- export declare function isHarvest(type: string): boolean;
980
- export interface HarvestFields {
981
- signer: ToField<"address">;
982
- index: ToField<"u64">;
983
- token: ToField<TypeName>;
984
- amount: ToField<"u64">;
985
- feeAmount: ToField<"u64">;
986
- feeShareAmount: ToField<"u64">;
987
- sharedFeePool: ToField<Option<Vector<"u8">>>;
988
- }
989
- export type HarvestReified = Reified<Harvest, HarvestFields>;
990
- export declare class Harvest implements StructClass {
991
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Harvest";
992
- static readonly $numTypeParams = 0;
993
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Harvest";
994
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Harvest";
995
- readonly $typeArgs: [];
996
- readonly signer: ToField<"address">;
997
- readonly index: ToField<"u64">;
998
- readonly token: ToField<TypeName>;
999
- readonly amount: ToField<"u64">;
1000
- readonly feeAmount: ToField<"u64">;
1001
- readonly feeShareAmount: ToField<"u64">;
1002
- readonly sharedFeePool: ToField<Option<Vector<"u8">>>;
1003
- private constructor();
1004
- static reified(): HarvestReified;
1005
- static get r(): reified.StructClassReified<Harvest, HarvestFields>;
1006
- static phantom(): PhantomReified<ToTypeStr<Harvest>>;
1007
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Harvest">;
1008
- static get bcs(): import("@mysten/bcs").BcsType<{
1009
- signer: string;
1010
- index: string;
1011
- token: {
1012
- name: {
1013
- bytes: number[];
1014
- };
1015
- };
1016
- amount: string;
1017
- fee_amount: string;
1018
- fee_share_amount: string;
1019
- shared_fee_pool: {
1020
- vec: any[];
1021
- };
1022
- }, {
1023
- signer: string;
1024
- index: string | number | bigint;
1025
- token: {
1026
- name: {
1027
- bytes: Iterable<number> & {
1028
- length: number;
1029
- };
1030
- };
1031
- };
1032
- amount: string | number | bigint;
1033
- fee_amount: string | number | bigint;
1034
- fee_share_amount: string | number | bigint;
1035
- shared_fee_pool: {
1036
- vec: Iterable<any> & {
1037
- length: number;
1038
- };
1039
- };
1040
- }>;
1041
- static fromFields(fields: Record<string, any>): Harvest;
1042
- static fromFieldsWithTypes(item: FieldsWithTypes): Harvest;
1043
- static fromBcs(data: Uint8Array): Harvest;
1044
- toJSONField(): {
1045
- signer: string;
1046
- index: string;
1047
- token: {
1048
- name: string;
1049
- };
1050
- amount: string;
1051
- feeAmount: string;
1052
- feeShareAmount: string;
1053
- sharedFeePool: number[] | null;
1054
- };
1055
- toJSON(): {
1056
- signer: string;
1057
- index: string;
1058
- token: {
1059
- name: string;
1060
- };
1061
- amount: string;
1062
- feeAmount: string;
1063
- feeShareAmount: string;
1064
- sharedFeePool: number[] | null;
1065
- $typeName: string;
1066
- $typeArgs: [];
1067
- };
1068
- static fromJSONField(field: any): Harvest;
1069
- static fromJSON(json: Record<string, any>): Harvest;
1070
- static fromSuiParsedData(content: SuiParsedData): Harvest;
1071
- static fetch(client: SuiClient, id: string): Promise<Harvest>;
1072
- }
1073
- export declare function isIncentiviseBidder(type: string): boolean;
1074
- export interface IncentiviseBidderFields {
1075
- signer: ToField<"address">;
1076
- index: ToField<"u64">;
1077
- token: ToField<TypeName>;
1078
- amount: ToField<"u64">;
1079
- }
1080
- export type IncentiviseBidderReified = Reified<IncentiviseBidder, IncentiviseBidderFields>;
1081
- export declare class IncentiviseBidder implements StructClass {
1082
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::IncentiviseBidder";
1083
- static readonly $numTypeParams = 0;
1084
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::IncentiviseBidder";
1085
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::IncentiviseBidder";
1086
- readonly $typeArgs: [];
1087
- readonly signer: ToField<"address">;
1088
- readonly index: ToField<"u64">;
1089
- readonly token: ToField<TypeName>;
1090
- readonly amount: ToField<"u64">;
1091
- private constructor();
1092
- static reified(): IncentiviseBidderReified;
1093
- static get r(): reified.StructClassReified<IncentiviseBidder, IncentiviseBidderFields>;
1094
- static phantom(): PhantomReified<ToTypeStr<IncentiviseBidder>>;
1095
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::IncentiviseBidder">;
1096
- static get bcs(): import("@mysten/bcs").BcsType<{
1097
- signer: string;
1098
- index: string;
1099
- token: {
1100
- name: {
1101
- bytes: number[];
1102
- };
1103
- };
1104
- amount: string;
1105
- }, {
1106
- signer: string;
1107
- index: string | number | bigint;
1108
- token: {
1109
- name: {
1110
- bytes: Iterable<number> & {
1111
- length: number;
1112
- };
1113
- };
1114
- };
1115
- amount: string | number | bigint;
1116
- }>;
1117
- static fromFields(fields: Record<string, any>): IncentiviseBidder;
1118
- static fromFieldsWithTypes(item: FieldsWithTypes): IncentiviseBidder;
1119
- static fromBcs(data: Uint8Array): IncentiviseBidder;
1120
- toJSONField(): {
1121
- signer: string;
1122
- index: string;
1123
- token: {
1124
- name: string;
1125
- };
1126
- amount: string;
1127
- };
1128
- toJSON(): {
1129
- signer: string;
1130
- index: string;
1131
- token: {
1132
- name: string;
1133
- };
1134
- amount: string;
1135
- $typeName: string;
1136
- $typeArgs: [];
1137
- };
1138
- static fromJSONField(field: any): IncentiviseBidder;
1139
- static fromJSON(json: Record<string, any>): IncentiviseBidder;
1140
- static fromSuiParsedData(content: SuiParsedData): IncentiviseBidder;
1141
- static fetch(client: SuiClient, id: string): Promise<IncentiviseBidder>;
1142
- }
1143
- export declare function isNewBidVault(type: string): boolean;
1144
- export interface NewBidVaultFields {
1145
- signer: ToField<"address">;
1146
- index: ToField<"u64">;
1147
- bidToken: ToField<TypeName>;
1148
- }
1149
- export type NewBidVaultReified = Reified<NewBidVault, NewBidVaultFields>;
1150
- export declare class NewBidVault implements StructClass {
1151
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewBidVault";
1152
- static readonly $numTypeParams = 0;
1153
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewBidVault";
1154
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewBidVault";
1155
- readonly $typeArgs: [];
1156
- readonly signer: ToField<"address">;
1157
- readonly index: ToField<"u64">;
1158
- readonly bidToken: ToField<TypeName>;
1159
- private constructor();
1160
- static reified(): NewBidVaultReified;
1161
- static get r(): reified.StructClassReified<NewBidVault, NewBidVaultFields>;
1162
- static phantom(): PhantomReified<ToTypeStr<NewBidVault>>;
1163
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewBidVault">;
1164
- static get bcs(): import("@mysten/bcs").BcsType<{
1165
- signer: string;
1166
- index: string;
1167
- bid_token: {
1168
- name: {
1169
- bytes: number[];
1170
- };
1171
- };
1172
- }, {
1173
- signer: string;
1174
- index: string | number | bigint;
1175
- bid_token: {
1176
- name: {
1177
- bytes: Iterable<number> & {
1178
- length: number;
1179
- };
1180
- };
1181
- };
1182
- }>;
1183
- static fromFields(fields: Record<string, any>): NewBidVault;
1184
- static fromFieldsWithTypes(item: FieldsWithTypes): NewBidVault;
1185
- static fromBcs(data: Uint8Array): NewBidVault;
1186
- toJSONField(): {
1187
- signer: string;
1188
- index: string;
1189
- bidToken: {
1190
- name: string;
1191
- };
1192
- };
1193
- toJSON(): {
1194
- signer: string;
1195
- index: string;
1196
- bidToken: {
1197
- name: string;
1198
- };
1199
- $typeName: string;
1200
- $typeArgs: [];
1201
- };
1202
- static fromJSONField(field: any): NewBidVault;
1203
- static fromJSON(json: Record<string, any>): NewBidVault;
1204
- static fromSuiParsedData(content: SuiParsedData): NewBidVault;
1205
- static fetch(client: SuiClient, id: string): Promise<NewBidVault>;
1206
- }
1207
- export declare function isNewDepositVault(type: string): boolean;
1208
- export interface NewDepositVaultFields {
1209
- signer: ToField<"address">;
1210
- index: ToField<"u64">;
1211
- depositToken: ToField<TypeName>;
1212
- bidToken: ToField<TypeName>;
1213
- }
1214
- export type NewDepositVaultReified = Reified<NewDepositVault, NewDepositVaultFields>;
1215
- export declare class NewDepositVault implements StructClass {
1216
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewDepositVault";
1217
- static readonly $numTypeParams = 0;
1218
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewDepositVault";
1219
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewDepositVault";
1220
- readonly $typeArgs: [];
1221
- readonly signer: ToField<"address">;
1222
- readonly index: ToField<"u64">;
1223
- readonly depositToken: ToField<TypeName>;
1224
- readonly bidToken: ToField<TypeName>;
1225
- private constructor();
1226
- static reified(): NewDepositVaultReified;
1227
- static get r(): reified.StructClassReified<NewDepositVault, NewDepositVaultFields>;
1228
- static phantom(): PhantomReified<ToTypeStr<NewDepositVault>>;
1229
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewDepositVault">;
1230
- static get bcs(): import("@mysten/bcs").BcsType<{
1231
- signer: string;
1232
- index: string;
1233
- deposit_token: {
1234
- name: {
1235
- bytes: number[];
1236
- };
1237
- };
1238
- bid_token: {
1239
- name: {
1240
- bytes: number[];
1241
- };
1242
- };
1243
- }, {
1244
- signer: string;
1245
- index: string | number | bigint;
1246
- deposit_token: {
1247
- name: {
1248
- bytes: Iterable<number> & {
1249
- length: number;
1250
- };
1251
- };
1252
- };
1253
- bid_token: {
1254
- name: {
1255
- bytes: Iterable<number> & {
1256
- length: number;
1257
- };
1258
- };
1259
- };
1260
- }>;
1261
- static fromFields(fields: Record<string, any>): NewDepositVault;
1262
- static fromFieldsWithTypes(item: FieldsWithTypes): NewDepositVault;
1263
- static fromBcs(data: Uint8Array): NewDepositVault;
1264
- toJSONField(): {
1265
- signer: string;
1266
- index: string;
1267
- depositToken: {
1268
- name: string;
1269
- };
1270
- bidToken: {
1271
- name: string;
1272
- };
1273
- };
1274
- toJSON(): {
1275
- signer: string;
1276
- index: string;
1277
- depositToken: {
1278
- name: string;
1279
- };
1280
- bidToken: {
1281
- name: string;
1282
- };
1283
- $typeName: string;
1284
- $typeArgs: [];
1285
- };
1286
- static fromJSONField(field: any): NewDepositVault;
1287
- static fromJSON(json: Record<string, any>): NewDepositVault;
1288
- static fromSuiParsedData(content: SuiParsedData): NewDepositVault;
1289
- static fetch(client: SuiClient, id: string): Promise<NewDepositVault>;
1290
- }
1291
- export declare function isNewRefundVault(type: string): boolean;
1292
- export interface NewRefundVaultFields {
1293
- signer: ToField<"address">;
1294
- token: ToField<TypeName>;
1295
- }
1296
- export type NewRefundVaultReified = Reified<NewRefundVault, NewRefundVaultFields>;
1297
- export declare class NewRefundVault implements StructClass {
1298
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewRefundVault";
1299
- static readonly $numTypeParams = 0;
1300
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewRefundVault";
1301
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewRefundVault";
1302
- readonly $typeArgs: [];
1303
- readonly signer: ToField<"address">;
1304
- readonly token: ToField<TypeName>;
1305
- private constructor();
1306
- static reified(): NewRefundVaultReified;
1307
- static get r(): reified.StructClassReified<NewRefundVault, NewRefundVaultFields>;
1308
- static phantom(): PhantomReified<ToTypeStr<NewRefundVault>>;
1309
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewRefundVault">;
1310
- static get bcs(): import("@mysten/bcs").BcsType<{
1311
- signer: string;
1312
- token: {
1313
- name: {
1314
- bytes: number[];
1315
- };
1316
- };
1317
- }, {
1318
- signer: string;
1319
- token: {
1320
- name: {
1321
- bytes: Iterable<number> & {
1322
- length: number;
1323
- };
1324
- };
1325
- };
1326
- }>;
1327
- static fromFields(fields: Record<string, any>): NewRefundVault;
1328
- static fromFieldsWithTypes(item: FieldsWithTypes): NewRefundVault;
1329
- static fromBcs(data: Uint8Array): NewRefundVault;
1330
- toJSONField(): {
1331
- signer: string;
1332
- token: {
1333
- name: string;
1334
- };
1335
- };
1336
- toJSON(): {
1337
- signer: string;
1338
- token: {
1339
- name: string;
1340
- };
1341
- $typeName: string;
1342
- $typeArgs: [];
1343
- };
1344
- static fromJSONField(field: any): NewRefundVault;
1345
- static fromJSON(json: Record<string, any>): NewRefundVault;
1346
- static fromSuiParsedData(content: SuiParsedData): NewRefundVault;
1347
- static fetch(client: SuiClient, id: string): Promise<NewRefundVault>;
1348
- }
1349
- export declare function isRecoup(type: string): boolean;
1350
- export interface RecoupFields {
1351
- signer: ToField<"address">;
1352
- index: ToField<"u64">;
1353
- token: ToField<TypeName>;
1354
- active: ToField<"u64">;
1355
- deactivating: ToField<"u64">;
1356
- }
1357
- export type RecoupReified = Reified<Recoup, RecoupFields>;
1358
- export declare class Recoup implements StructClass {
1359
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Recoup";
1360
- static readonly $numTypeParams = 0;
1361
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Recoup";
1362
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Recoup";
1363
- readonly $typeArgs: [];
1364
- readonly signer: ToField<"address">;
1365
- readonly index: ToField<"u64">;
1366
- readonly token: ToField<TypeName>;
1367
- readonly active: ToField<"u64">;
1368
- readonly deactivating: ToField<"u64">;
1369
- private constructor();
1370
- static reified(): RecoupReified;
1371
- static get r(): reified.StructClassReified<Recoup, RecoupFields>;
1372
- static phantom(): PhantomReified<ToTypeStr<Recoup>>;
1373
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Recoup">;
1374
- static get bcs(): import("@mysten/bcs").BcsType<{
1375
- signer: string;
1376
- index: string;
1377
- token: {
1378
- name: {
1379
- bytes: number[];
1380
- };
1381
- };
1382
- active: string;
1383
- deactivating: string;
1384
- }, {
1385
- signer: string;
1386
- index: string | number | bigint;
1387
- token: {
1388
- name: {
1389
- bytes: Iterable<number> & {
1390
- length: number;
1391
- };
1392
- };
1393
- };
1394
- active: string | number | bigint;
1395
- deactivating: string | number | bigint;
1396
- }>;
1397
- static fromFields(fields: Record<string, any>): Recoup;
1398
- static fromFieldsWithTypes(item: FieldsWithTypes): Recoup;
1399
- static fromBcs(data: Uint8Array): Recoup;
1400
- toJSONField(): {
1401
- signer: string;
1402
- index: string;
1403
- token: {
1404
- name: string;
1405
- };
1406
- active: string;
1407
- deactivating: string;
1408
- };
1409
- toJSON(): {
1410
- signer: string;
1411
- index: string;
1412
- token: {
1413
- name: string;
1414
- };
1415
- active: string;
1416
- deactivating: string;
1417
- $typeName: string;
1418
- $typeArgs: [];
1419
- };
1420
- static fromJSONField(field: any): Recoup;
1421
- static fromJSON(json: Record<string, any>): Recoup;
1422
- static fromSuiParsedData(content: SuiParsedData): Recoup;
1423
- static fetch(client: SuiClient, id: string): Promise<Recoup>;
1424
- }
1425
- export declare function isRedeem(type: string): boolean;
1426
- export interface RedeemFields {
1427
- signer: ToField<"address">;
1428
- index: ToField<"u64">;
1429
- token: ToField<TypeName>;
1430
- amount: ToField<"u64">;
1431
- }
1432
- export type RedeemReified = Reified<Redeem, RedeemFields>;
1433
- export declare class Redeem implements StructClass {
1434
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Redeem";
1435
- static readonly $numTypeParams = 0;
1436
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Redeem";
1437
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Redeem";
1438
- readonly $typeArgs: [];
1439
- readonly signer: ToField<"address">;
1440
- readonly index: ToField<"u64">;
1441
- readonly token: ToField<TypeName>;
1442
- readonly amount: ToField<"u64">;
1443
- private constructor();
1444
- static reified(): RedeemReified;
1445
- static get r(): reified.StructClassReified<Redeem, RedeemFields>;
1446
- static phantom(): PhantomReified<ToTypeStr<Redeem>>;
1447
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Redeem">;
1448
- static get bcs(): import("@mysten/bcs").BcsType<{
1449
- signer: string;
1450
- index: string;
1451
- token: {
1452
- name: {
1453
- bytes: number[];
1454
- };
1455
- };
1456
- amount: string;
1457
- }, {
1458
- signer: string;
1459
- index: string | number | bigint;
1460
- token: {
1461
- name: {
1462
- bytes: Iterable<number> & {
1463
- length: number;
1464
- };
1465
- };
1466
- };
1467
- amount: string | number | bigint;
1468
- }>;
1469
- static fromFields(fields: Record<string, any>): Redeem;
1470
- static fromFieldsWithTypes(item: FieldsWithTypes): Redeem;
1471
- static fromBcs(data: Uint8Array): Redeem;
1472
- toJSONField(): {
1473
- signer: string;
1474
- index: string;
1475
- token: {
1476
- name: string;
1477
- };
1478
- amount: string;
1479
- };
1480
- toJSON(): {
1481
- signer: string;
1482
- index: string;
1483
- token: {
1484
- name: string;
1485
- };
1486
- amount: string;
1487
- $typeName: string;
1488
- $typeArgs: [];
1489
- };
1490
- static fromJSONField(field: any): Redeem;
1491
- static fromJSON(json: Record<string, any>): Redeem;
1492
- static fromSuiParsedData(content: SuiParsedData): Redeem;
1493
- static fetch(client: SuiClient, id: string): Promise<Redeem>;
1494
- }
1495
- export declare function isRefundShare(type: string): boolean;
1496
- export interface RefundShareFields {
1497
- user: ToField<"address">;
1498
- share: ToField<"u64">;
1499
- u64Padding: ToField<Vector<"u64">>;
1500
- }
1501
- export type RefundShareReified = Reified<RefundShare, RefundShareFields>;
1502
- export declare class RefundShare implements StructClass {
1503
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::RefundShare";
1504
- static readonly $numTypeParams = 0;
1505
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::RefundShare";
1506
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::RefundShare";
1507
- readonly $typeArgs: [];
1508
- readonly user: ToField<"address">;
1509
- readonly share: ToField<"u64">;
1510
- readonly u64Padding: ToField<Vector<"u64">>;
1511
- private constructor();
1512
- static reified(): RefundShareReified;
1513
- static get r(): reified.StructClassReified<RefundShare, RefundShareFields>;
1514
- static phantom(): PhantomReified<ToTypeStr<RefundShare>>;
1515
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::RefundShare">;
1516
- static get bcs(): import("@mysten/bcs").BcsType<{
1517
- user: string;
1518
- share: string;
1519
- u64_padding: string[];
1520
- }, {
1521
- user: string;
1522
- share: string | number | bigint;
1523
- u64_padding: Iterable<string | number | bigint> & {
1524
- length: number;
1525
- };
1526
- }>;
1527
- static fromFields(fields: Record<string, any>): RefundShare;
1528
- static fromFieldsWithTypes(item: FieldsWithTypes): RefundShare;
1529
- static fromBcs(data: Uint8Array): RefundShare;
1530
- toJSONField(): {
1531
- user: string;
1532
- share: string;
1533
- u64Padding: string[];
1534
- };
1535
- toJSON(): {
1536
- user: string;
1537
- share: string;
1538
- u64Padding: string[];
1539
- $typeName: string;
1540
- $typeArgs: [];
1541
- };
1542
- static fromJSONField(field: any): RefundShare;
1543
- static fromJSON(json: Record<string, any>): RefundShare;
1544
- static fromSuiParsedData(content: SuiParsedData): RefundShare;
1545
- static fetch(client: SuiClient, id: string): Promise<RefundShare>;
1546
- }
1547
- export declare function isRefundVault(type: string): boolean;
1548
- export interface RefundVaultFields {
1549
- id: ToField<UID>;
1550
- token: ToField<TypeName>;
1551
- shareSupply: ToField<"u64">;
1552
- u64Padding: ToField<Vector<"u64">>;
1553
- bcsPadding: ToField<Vector<"u8">>;
1554
- }
1555
- export type RefundVaultReified = Reified<RefundVault, RefundVaultFields>;
1556
- export declare class RefundVault implements StructClass {
1557
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::RefundVault";
1558
- static readonly $numTypeParams = 0;
1559
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::RefundVault";
1560
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::RefundVault";
1561
- readonly $typeArgs: [];
1562
- readonly id: ToField<UID>;
1563
- readonly token: ToField<TypeName>;
1564
- readonly shareSupply: ToField<"u64">;
1565
- readonly u64Padding: ToField<Vector<"u64">>;
1566
- readonly bcsPadding: ToField<Vector<"u8">>;
1567
- private constructor();
1568
- static reified(): RefundVaultReified;
1569
- static get r(): reified.StructClassReified<RefundVault, RefundVaultFields>;
1570
- static phantom(): PhantomReified<ToTypeStr<RefundVault>>;
1571
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::RefundVault">;
1572
- static get bcs(): import("@mysten/bcs").BcsType<{
1573
- id: {
1574
- id: {
1575
- bytes: string;
1576
- };
1577
- };
1578
- token: {
1579
- name: {
1580
- bytes: number[];
1581
- };
1582
- };
1583
- share_supply: string;
1584
- u64_padding: string[];
1585
- bcs_padding: number[];
1586
- }, {
1587
- id: {
1588
- id: {
1589
- bytes: string;
1590
- };
1591
- };
1592
- token: {
1593
- name: {
1594
- bytes: Iterable<number> & {
1595
- length: number;
1596
- };
1597
- };
1598
- };
1599
- share_supply: string | number | bigint;
1600
- u64_padding: Iterable<string | number | bigint> & {
1601
- length: number;
1602
- };
1603
- bcs_padding: Iterable<number> & {
1604
- length: number;
1605
- };
1606
- }>;
1607
- static fromFields(fields: Record<string, any>): RefundVault;
1608
- static fromFieldsWithTypes(item: FieldsWithTypes): RefundVault;
1609
- static fromBcs(data: Uint8Array): RefundVault;
1610
- toJSONField(): {
1611
- id: string;
1612
- token: {
1613
- name: string;
1614
- };
1615
- shareSupply: string;
1616
- u64Padding: string[];
1617
- bcsPadding: number[];
1618
- };
1619
- toJSON(): {
1620
- id: string;
1621
- token: {
1622
- name: string;
1623
- };
1624
- shareSupply: string;
1625
- u64Padding: string[];
1626
- bcsPadding: number[];
1627
- $typeName: string;
1628
- $typeArgs: [];
1629
- };
1630
- static fromJSONField(field: any): RefundVault;
1631
- static fromJSON(json: Record<string, any>): RefundVault;
1632
- static fromSuiParsedData(content: SuiParsedData): RefundVault;
1633
- static fetch(client: SuiClient, id: string): Promise<RefundVault>;
1634
- }
1635
- export declare function isSettle(type: string): boolean;
1636
- export interface SettleFields {
1637
- signer: ToField<"address">;
1638
- index: ToField<"u64">;
1639
- depositToken: ToField<TypeName>;
1640
- bidToken: ToField<TypeName>;
1641
- sharePrice: ToField<"u64">;
1642
- sharePriceDecimal: ToField<"u64">;
1643
- }
1644
- export type SettleReified = Reified<Settle, SettleFields>;
1645
- export declare class Settle implements StructClass {
1646
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Settle";
1647
- static readonly $numTypeParams = 0;
1648
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Settle";
1649
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Settle";
1650
- readonly $typeArgs: [];
1651
- readonly signer: ToField<"address">;
1652
- readonly index: ToField<"u64">;
1653
- readonly depositToken: ToField<TypeName>;
1654
- readonly bidToken: ToField<TypeName>;
1655
- readonly sharePrice: ToField<"u64">;
1656
- readonly sharePriceDecimal: ToField<"u64">;
1657
- private constructor();
1658
- static reified(): SettleReified;
1659
- static get r(): reified.StructClassReified<Settle, SettleFields>;
1660
- static phantom(): PhantomReified<ToTypeStr<Settle>>;
1661
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Settle">;
1662
- static get bcs(): import("@mysten/bcs").BcsType<{
1663
- signer: string;
1664
- index: string;
1665
- deposit_token: {
1666
- name: {
1667
- bytes: number[];
1668
- };
1669
- };
1670
- bid_token: {
1671
- name: {
1672
- bytes: number[];
1673
- };
1674
- };
1675
- share_price: string;
1676
- share_price_decimal: string;
1677
- }, {
1678
- signer: string;
1679
- index: string | number | bigint;
1680
- deposit_token: {
1681
- name: {
1682
- bytes: Iterable<number> & {
1683
- length: number;
1684
- };
1685
- };
1686
- };
1687
- bid_token: {
1688
- name: {
1689
- bytes: Iterable<number> & {
1690
- length: number;
1691
- };
1692
- };
1693
- };
1694
- share_price: string | number | bigint;
1695
- share_price_decimal: string | number | bigint;
1696
- }>;
1697
- static fromFields(fields: Record<string, any>): Settle;
1698
- static fromFieldsWithTypes(item: FieldsWithTypes): Settle;
1699
- static fromBcs(data: Uint8Array): Settle;
1700
- toJSONField(): {
1701
- signer: string;
1702
- index: string;
1703
- depositToken: {
1704
- name: string;
1705
- };
1706
- bidToken: {
1707
- name: string;
1708
- };
1709
- sharePrice: string;
1710
- sharePriceDecimal: string;
1711
- };
1712
- toJSON(): {
1713
- signer: string;
1714
- index: string;
1715
- depositToken: {
1716
- name: string;
1717
- };
1718
- bidToken: {
1719
- name: string;
1720
- };
1721
- sharePrice: string;
1722
- sharePriceDecimal: string;
1723
- $typeName: string;
1724
- $typeArgs: [];
1725
- };
1726
- static fromJSONField(field: any): Settle;
1727
- static fromJSON(json: Record<string, any>): Settle;
1728
- static fromSuiParsedData(content: SuiParsedData): Settle;
1729
- static fetch(client: SuiClient, id: string): Promise<Settle>;
1730
- }
1731
- export declare function isTerminate(type: string): boolean;
1732
- export interface TerminateFields {
1733
- signer: ToField<"address">;
1734
- index: ToField<"u64">;
1735
- token: ToField<TypeName>;
1736
- }
1737
- export type TerminateReified = Reified<Terminate, TerminateFields>;
1738
- export declare class Terminate implements StructClass {
1739
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Terminate";
1740
- static readonly $numTypeParams = 0;
1741
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Terminate";
1742
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Terminate";
1743
- readonly $typeArgs: [];
1744
- readonly signer: ToField<"address">;
1745
- readonly index: ToField<"u64">;
1746
- readonly token: ToField<TypeName>;
1747
- private constructor();
1748
- static reified(): TerminateReified;
1749
- static get r(): reified.StructClassReified<Terminate, TerminateFields>;
1750
- static phantom(): PhantomReified<ToTypeStr<Terminate>>;
1751
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Terminate">;
1752
- static get bcs(): import("@mysten/bcs").BcsType<{
1753
- signer: string;
1754
- index: string;
1755
- token: {
1756
- name: {
1757
- bytes: number[];
1758
- };
1759
- };
1760
- }, {
1761
- signer: string;
1762
- index: string | number | bigint;
1763
- token: {
1764
- name: {
1765
- bytes: Iterable<number> & {
1766
- length: number;
1767
- };
1768
- };
1769
- };
1770
- }>;
1771
- static fromFields(fields: Record<string, any>): Terminate;
1772
- static fromFieldsWithTypes(item: FieldsWithTypes): Terminate;
1773
- static fromBcs(data: Uint8Array): Terminate;
1774
- toJSONField(): {
1775
- signer: string;
1776
- index: string;
1777
- token: {
1778
- name: string;
1779
- };
1780
- };
1781
- toJSON(): {
1782
- signer: string;
1783
- index: string;
1784
- token: {
1785
- name: string;
1786
- };
1787
- $typeName: string;
1788
- $typeArgs: [];
1789
- };
1790
- static fromJSONField(field: any): Terminate;
1791
- static fromJSON(json: Record<string, any>): Terminate;
1792
- static fromSuiParsedData(content: SuiParsedData): Terminate;
1793
- static fetch(client: SuiClient, id: string): Promise<Terminate>;
1794
- }
1795
- export declare function isTypusBidReceipt(type: string): boolean;
1796
- export interface TypusBidReceiptFields {
1797
- id: ToField<UID>;
1798
- vid: ToField<ID>;
1799
- index: ToField<"u64">;
1800
- metadata: ToField<String>;
1801
- u64Padding: ToField<Vector<"u64">>;
1802
- }
1803
- export type TypusBidReceiptReified = Reified<TypusBidReceipt, TypusBidReceiptFields>;
1804
- export declare class TypusBidReceipt implements StructClass {
1805
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::TypusBidReceipt";
1806
- static readonly $numTypeParams = 0;
1807
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::TypusBidReceipt";
1808
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::TypusBidReceipt";
1809
- readonly $typeArgs: [];
1810
- readonly id: ToField<UID>;
1811
- readonly vid: ToField<ID>;
1812
- readonly index: ToField<"u64">;
1813
- readonly metadata: ToField<String>;
1814
- readonly u64Padding: ToField<Vector<"u64">>;
1815
- private constructor();
1816
- static reified(): TypusBidReceiptReified;
1817
- static get r(): reified.StructClassReified<TypusBidReceipt, TypusBidReceiptFields>;
1818
- static phantom(): PhantomReified<ToTypeStr<TypusBidReceipt>>;
1819
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::TypusBidReceipt">;
1820
- static get bcs(): import("@mysten/bcs").BcsType<{
1821
- id: {
1822
- id: {
1823
- bytes: string;
1824
- };
1825
- };
1826
- vid: {
1827
- bytes: string;
1828
- };
1829
- index: string;
1830
- metadata: {
1831
- bytes: number[];
1832
- };
1833
- u64_padding: string[];
1834
- }, {
1835
- id: {
1836
- id: {
1837
- bytes: string;
1838
- };
1839
- };
1840
- vid: {
1841
- bytes: string;
1842
- };
1843
- index: string | number | bigint;
1844
- metadata: {
1845
- bytes: Iterable<number> & {
1846
- length: number;
1847
- };
1848
- };
1849
- u64_padding: Iterable<string | number | bigint> & {
1850
- length: number;
1851
- };
1852
- }>;
1853
- static fromFields(fields: Record<string, any>): TypusBidReceipt;
1854
- static fromFieldsWithTypes(item: FieldsWithTypes): TypusBidReceipt;
1855
- static fromBcs(data: Uint8Array): TypusBidReceipt;
1856
- toJSONField(): {
1857
- id: string;
1858
- vid: string;
1859
- index: string;
1860
- metadata: string;
1861
- u64Padding: string[];
1862
- };
1863
- toJSON(): {
1864
- id: string;
1865
- vid: string;
1866
- index: string;
1867
- metadata: string;
1868
- u64Padding: string[];
1869
- $typeName: string;
1870
- $typeArgs: [];
1871
- };
1872
- static fromJSONField(field: any): TypusBidReceipt;
1873
- static fromJSON(json: Record<string, any>): TypusBidReceipt;
1874
- static fromSuiParsedData(content: SuiParsedData): TypusBidReceipt;
1875
- static fetch(client: SuiClient, id: string): Promise<TypusBidReceipt>;
1876
- }
1877
- export declare function isTypusDepositReceipt(type: string): boolean;
1878
- export interface TypusDepositReceiptFields {
1879
- id: ToField<UID>;
1880
- vid: ToField<ID>;
1881
- index: ToField<"u64">;
1882
- metadata: ToField<String>;
1883
- u64Padding: ToField<Vector<"u64">>;
1884
- }
1885
- export type TypusDepositReceiptReified = Reified<TypusDepositReceipt, TypusDepositReceiptFields>;
1886
- export declare class TypusDepositReceipt implements StructClass {
1887
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::TypusDepositReceipt";
1888
- static readonly $numTypeParams = 0;
1889
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::TypusDepositReceipt";
1890
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::TypusDepositReceipt";
1891
- readonly $typeArgs: [];
1892
- readonly id: ToField<UID>;
1893
- readonly vid: ToField<ID>;
1894
- readonly index: ToField<"u64">;
1895
- readonly metadata: ToField<String>;
1896
- readonly u64Padding: ToField<Vector<"u64">>;
1897
- private constructor();
1898
- static reified(): TypusDepositReceiptReified;
1899
- static get r(): reified.StructClassReified<TypusDepositReceipt, TypusDepositReceiptFields>;
1900
- static phantom(): PhantomReified<ToTypeStr<TypusDepositReceipt>>;
1901
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::TypusDepositReceipt">;
1902
- static get bcs(): import("@mysten/bcs").BcsType<{
1903
- id: {
1904
- id: {
1905
- bytes: string;
1906
- };
1907
- };
1908
- vid: {
1909
- bytes: string;
1910
- };
1911
- index: string;
1912
- metadata: {
1913
- bytes: number[];
1914
- };
1915
- u64_padding: string[];
1916
- }, {
1917
- id: {
1918
- id: {
1919
- bytes: string;
1920
- };
1921
- };
1922
- vid: {
1923
- bytes: string;
1924
- };
1925
- index: string | number | bigint;
1926
- metadata: {
1927
- bytes: Iterable<number> & {
1928
- length: number;
1929
- };
1930
- };
1931
- u64_padding: Iterable<string | number | bigint> & {
1932
- length: number;
1933
- };
1934
- }>;
1935
- static fromFields(fields: Record<string, any>): TypusDepositReceipt;
1936
- static fromFieldsWithTypes(item: FieldsWithTypes): TypusDepositReceipt;
1937
- static fromBcs(data: Uint8Array): TypusDepositReceipt;
1938
- toJSONField(): {
1939
- id: string;
1940
- vid: string;
1941
- index: string;
1942
- metadata: string;
1943
- u64Padding: string[];
1944
- };
1945
- toJSON(): {
1946
- id: string;
1947
- vid: string;
1948
- index: string;
1949
- metadata: string;
1950
- u64Padding: string[];
1951
- $typeName: string;
1952
- $typeArgs: [];
1953
- };
1954
- static fromJSONField(field: any): TypusDepositReceipt;
1955
- static fromJSON(json: Record<string, any>): TypusDepositReceipt;
1956
- static fromSuiParsedData(content: SuiParsedData): TypusDepositReceipt;
1957
- static fetch(client: SuiClient, id: string): Promise<TypusDepositReceipt>;
1958
- }
1959
- export declare function isUnsubscribe(type: string): boolean;
1960
- export interface UnsubscribeFields {
1961
- signer: ToField<"address">;
1962
- index: ToField<"u64">;
1963
- token: ToField<TypeName>;
1964
- amount: ToField<"u64">;
1965
- }
1966
- export type UnsubscribeReified = Reified<Unsubscribe, UnsubscribeFields>;
1967
- export declare class Unsubscribe implements StructClass {
1968
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Unsubscribe";
1969
- static readonly $numTypeParams = 0;
1970
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Unsubscribe";
1971
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Unsubscribe";
1972
- readonly $typeArgs: [];
1973
- readonly signer: ToField<"address">;
1974
- readonly index: ToField<"u64">;
1975
- readonly token: ToField<TypeName>;
1976
- readonly amount: ToField<"u64">;
1977
- private constructor();
1978
- static reified(): UnsubscribeReified;
1979
- static get r(): reified.StructClassReified<Unsubscribe, UnsubscribeFields>;
1980
- static phantom(): PhantomReified<ToTypeStr<Unsubscribe>>;
1981
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Unsubscribe">;
1982
- static get bcs(): import("@mysten/bcs").BcsType<{
1983
- signer: string;
1984
- index: string;
1985
- token: {
1986
- name: {
1987
- bytes: number[];
1988
- };
1989
- };
1990
- amount: string;
1991
- }, {
1992
- signer: string;
1993
- index: string | number | bigint;
1994
- token: {
1995
- name: {
1996
- bytes: Iterable<number> & {
1997
- length: number;
1998
- };
1999
- };
2000
- };
2001
- amount: string | number | bigint;
2002
- }>;
2003
- static fromFields(fields: Record<string, any>): Unsubscribe;
2004
- static fromFieldsWithTypes(item: FieldsWithTypes): Unsubscribe;
2005
- static fromBcs(data: Uint8Array): Unsubscribe;
2006
- toJSONField(): {
2007
- signer: string;
2008
- index: string;
2009
- token: {
2010
- name: string;
2011
- };
2012
- amount: string;
2013
- };
2014
- toJSON(): {
2015
- signer: string;
2016
- index: string;
2017
- token: {
2018
- name: string;
2019
- };
2020
- amount: string;
2021
- $typeName: string;
2022
- $typeArgs: [];
2023
- };
2024
- static fromJSONField(field: any): Unsubscribe;
2025
- static fromJSON(json: Record<string, any>): Unsubscribe;
2026
- static fromSuiParsedData(content: SuiParsedData): Unsubscribe;
2027
- static fetch(client: SuiClient, id: string): Promise<Unsubscribe>;
2028
- }
2029
- export declare function isUpdateFeeConfig(type: string): boolean;
2030
- export interface UpdateFeeConfigFields {
2031
- signer: ToField<"address">;
2032
- index: ToField<"u64">;
2033
- prevFeeBp: ToField<"u64">;
2034
- feeBp: ToField<"u64">;
2035
- }
2036
- export type UpdateFeeConfigReified = Reified<UpdateFeeConfig, UpdateFeeConfigFields>;
2037
- export declare class UpdateFeeConfig implements StructClass {
2038
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::UpdateFeeConfig";
2039
- static readonly $numTypeParams = 0;
2040
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::UpdateFeeConfig";
2041
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::UpdateFeeConfig";
2042
- readonly $typeArgs: [];
2043
- readonly signer: ToField<"address">;
2044
- readonly index: ToField<"u64">;
2045
- readonly prevFeeBp: ToField<"u64">;
2046
- readonly feeBp: ToField<"u64">;
2047
- private constructor();
2048
- static reified(): UpdateFeeConfigReified;
2049
- static get r(): reified.StructClassReified<UpdateFeeConfig, UpdateFeeConfigFields>;
2050
- static phantom(): PhantomReified<ToTypeStr<UpdateFeeConfig>>;
2051
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::UpdateFeeConfig">;
2052
- static get bcs(): import("@mysten/bcs").BcsType<{
2053
- signer: string;
2054
- index: string;
2055
- prev_fee_bp: string;
2056
- fee_bp: string;
2057
- }, {
2058
- signer: string;
2059
- index: string | number | bigint;
2060
- prev_fee_bp: string | number | bigint;
2061
- fee_bp: string | number | bigint;
2062
- }>;
2063
- static fromFields(fields: Record<string, any>): UpdateFeeConfig;
2064
- static fromFieldsWithTypes(item: FieldsWithTypes): UpdateFeeConfig;
2065
- static fromBcs(data: Uint8Array): UpdateFeeConfig;
2066
- toJSONField(): {
2067
- signer: string;
2068
- index: string;
2069
- prevFeeBp: string;
2070
- feeBp: string;
2071
- };
2072
- toJSON(): {
2073
- signer: string;
2074
- index: string;
2075
- prevFeeBp: string;
2076
- feeBp: string;
2077
- $typeName: string;
2078
- $typeArgs: [];
2079
- };
2080
- static fromJSONField(field: any): UpdateFeeConfig;
2081
- static fromJSON(json: Record<string, any>): UpdateFeeConfig;
2082
- static fromSuiParsedData(content: SuiParsedData): UpdateFeeConfig;
2083
- static fetch(client: SuiClient, id: string): Promise<UpdateFeeConfig>;
2084
- }
2085
- export declare function isUpdateFeeShareConfig(type: string): boolean;
2086
- export interface UpdateFeeShareConfigFields {
2087
- signer: ToField<"address">;
2088
- index: ToField<"u64">;
2089
- prevFeeBp: ToField<"u64">;
2090
- prevSharedFeePool: ToField<Option<Vector<"u8">>>;
2091
- feeBp: ToField<"u64">;
2092
- sharedFeePool: ToField<Option<Vector<"u8">>>;
2093
- }
2094
- export type UpdateFeeShareConfigReified = Reified<UpdateFeeShareConfig, UpdateFeeShareConfigFields>;
2095
- export declare class UpdateFeeShareConfig implements StructClass {
2096
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::UpdateFeeShareConfig";
2097
- static readonly $numTypeParams = 0;
2098
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::UpdateFeeShareConfig";
2099
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::UpdateFeeShareConfig";
2100
- readonly $typeArgs: [];
2101
- readonly signer: ToField<"address">;
2102
- readonly index: ToField<"u64">;
2103
- readonly prevFeeBp: ToField<"u64">;
2104
- readonly prevSharedFeePool: ToField<Option<Vector<"u8">>>;
2105
- readonly feeBp: ToField<"u64">;
2106
- readonly sharedFeePool: ToField<Option<Vector<"u8">>>;
2107
- private constructor();
2108
- static reified(): UpdateFeeShareConfigReified;
2109
- static get r(): reified.StructClassReified<UpdateFeeShareConfig, UpdateFeeShareConfigFields>;
2110
- static phantom(): PhantomReified<ToTypeStr<UpdateFeeShareConfig>>;
2111
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::UpdateFeeShareConfig">;
2112
- static get bcs(): import("@mysten/bcs").BcsType<{
2113
- signer: string;
2114
- index: string;
2115
- prev_fee_bp: string;
2116
- prev_shared_fee_pool: {
2117
- vec: any[];
2118
- };
2119
- fee_bp: string;
2120
- shared_fee_pool: {
2121
- vec: any[];
2122
- };
2123
- }, {
2124
- signer: string;
2125
- index: string | number | bigint;
2126
- prev_fee_bp: string | number | bigint;
2127
- prev_shared_fee_pool: {
2128
- vec: Iterable<any> & {
2129
- length: number;
2130
- };
2131
- };
2132
- fee_bp: string | number | bigint;
2133
- shared_fee_pool: {
2134
- vec: Iterable<any> & {
2135
- length: number;
2136
- };
2137
- };
2138
- }>;
2139
- static fromFields(fields: Record<string, any>): UpdateFeeShareConfig;
2140
- static fromFieldsWithTypes(item: FieldsWithTypes): UpdateFeeShareConfig;
2141
- static fromBcs(data: Uint8Array): UpdateFeeShareConfig;
2142
- toJSONField(): {
2143
- signer: string;
2144
- index: string;
2145
- prevFeeBp: string;
2146
- prevSharedFeePool: number[] | null;
2147
- feeBp: string;
2148
- sharedFeePool: number[] | null;
2149
- };
2150
- toJSON(): {
2151
- signer: string;
2152
- index: string;
2153
- prevFeeBp: string;
2154
- prevSharedFeePool: number[] | null;
2155
- feeBp: string;
2156
- sharedFeePool: number[] | null;
2157
- $typeName: string;
2158
- $typeArgs: [];
2159
- };
2160
- static fromJSONField(field: any): UpdateFeeShareConfig;
2161
- static fromJSON(json: Record<string, any>): UpdateFeeShareConfig;
2162
- static fromSuiParsedData(content: SuiParsedData): UpdateFeeShareConfig;
2163
- static fetch(client: SuiClient, id: string): Promise<UpdateFeeShareConfig>;
2164
- }
2165
- export declare function isVAULT(type: string): boolean;
2166
- export interface VAULTFields {
2167
- dummyField: ToField<"bool">;
2168
- }
2169
- export type VAULTReified = Reified<VAULT, VAULTFields>;
2170
- export declare class VAULT implements StructClass {
2171
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::VAULT";
2172
- static readonly $numTypeParams = 0;
2173
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::VAULT";
2174
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::VAULT";
2175
- readonly $typeArgs: [];
2176
- readonly dummyField: ToField<"bool">;
2177
- private constructor();
2178
- static reified(): VAULTReified;
2179
- static get r(): reified.StructClassReified<VAULT, VAULTFields>;
2180
- static phantom(): PhantomReified<ToTypeStr<VAULT>>;
2181
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::VAULT">;
2182
- static get bcs(): import("@mysten/bcs").BcsType<{
2183
- dummy_field: boolean;
2184
- }, {
2185
- dummy_field: boolean;
2186
- }>;
2187
- static fromFields(fields: Record<string, any>): VAULT;
2188
- static fromFieldsWithTypes(item: FieldsWithTypes): VAULT;
2189
- static fromBcs(data: Uint8Array): VAULT;
2190
- toJSONField(): {
2191
- dummyField: boolean;
2192
- };
2193
- toJSON(): {
2194
- dummyField: boolean;
2195
- $typeName: string;
2196
- $typeArgs: [];
2197
- };
2198
- static fromJSONField(field: any): VAULT;
2199
- static fromJSON(json: Record<string, any>): VAULT;
2200
- static fromSuiParsedData(content: SuiParsedData): VAULT;
2201
- static fetch(client: SuiClient, id: string): Promise<VAULT>;
2202
- }
2203
- export declare function isWithdraw(type: string): boolean;
2204
- export interface WithdrawFields {
2205
- signer: ToField<"address">;
2206
- index: ToField<"u64">;
2207
- token: ToField<TypeName>;
2208
- amount: ToField<"u64">;
2209
- }
2210
- export type WithdrawReified = Reified<Withdraw, WithdrawFields>;
2211
- export declare class Withdraw implements StructClass {
2212
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Withdraw";
2213
- static readonly $numTypeParams = 0;
2214
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Withdraw";
2215
- readonly $fullTypeName: "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Withdraw";
2216
- readonly $typeArgs: [];
2217
- readonly signer: ToField<"address">;
2218
- readonly index: ToField<"u64">;
2219
- readonly token: ToField<TypeName>;
2220
- readonly amount: ToField<"u64">;
2221
- private constructor();
2222
- static reified(): WithdrawReified;
2223
- static get r(): reified.StructClassReified<Withdraw, WithdrawFields>;
2224
- static phantom(): PhantomReified<ToTypeStr<Withdraw>>;
2225
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Withdraw">;
2226
- static get bcs(): import("@mysten/bcs").BcsType<{
2227
- signer: string;
2228
- index: string;
2229
- token: {
2230
- name: {
2231
- bytes: number[];
2232
- };
2233
- };
2234
- amount: string;
2235
- }, {
2236
- signer: string;
2237
- index: string | number | bigint;
2238
- token: {
2239
- name: {
2240
- bytes: Iterable<number> & {
2241
- length: number;
2242
- };
2243
- };
2244
- };
2245
- amount: string | number | bigint;
2246
- }>;
2247
- static fromFields(fields: Record<string, any>): Withdraw;
2248
- static fromFieldsWithTypes(item: FieldsWithTypes): Withdraw;
2249
- static fromBcs(data: Uint8Array): Withdraw;
2250
- toJSONField(): {
2251
- signer: string;
2252
- index: string;
2253
- token: {
2254
- name: string;
2255
- };
2256
- amount: string;
2257
- };
2258
- toJSON(): {
2259
- signer: string;
2260
- index: string;
2261
- token: {
2262
- name: string;
2263
- };
2264
- amount: string;
2265
- $typeName: string;
2266
- $typeArgs: [];
2267
- };
2268
- static fromJSONField(field: any): Withdraw;
2269
- static fromJSON(json: Record<string, any>): Withdraw;
2270
- static fromSuiParsedData(content: SuiParsedData): Withdraw;
2271
- static fetch(client: SuiClient, id: string): Promise<Withdraw>;
2272
- }