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

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/dist/_dependencies/source/0x1/ascii/structs.d.ts +82 -0
  2. package/dist/_dependencies/source/0x1/ascii/structs.js +280 -0
  3. package/dist/_dependencies/source/0x1/bit-vector/structs.d.ts +50 -0
  4. package/dist/_dependencies/source/0x1/bit-vector/structs.js +193 -0
  5. package/dist/_dependencies/source/0x1/fixed-point32/structs.d.ts +41 -0
  6. package/dist/_dependencies/source/0x1/fixed-point32/structs.js +167 -0
  7. package/dist/_dependencies/source/0x1/index.d.ts +2 -0
  8. package/dist/_dependencies/source/0x1/index.js +5 -0
  9. package/dist/_dependencies/source/0x1/init.d.ts +2 -0
  10. package/dist/_dependencies/source/0x1/init.js +41 -0
  11. package/dist/_dependencies/source/0x1/option/structs.d.ts +46 -0
  12. package/dist/_dependencies/source/0x1/option/structs.js +198 -0
  13. package/dist/_dependencies/source/0x1/string/structs.d.ts +44 -0
  14. package/dist/_dependencies/source/0x1/string/structs.js +191 -0
  15. package/dist/_dependencies/source/0x1/type-name/structs.d.ts +48 -0
  16. package/dist/_dependencies/source/0x1/type-name/structs.js +168 -0
  17. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.d.ts +2 -0
  18. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.js +5 -0
  19. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.d.ts +2 -0
  20. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.js +39 -0
  21. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.d.ts +277 -0
  22. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.js +377 -0
  23. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.d.ts +102 -0
  24. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.js +353 -0
  25. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.d.ts +65 -0
  26. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.js +175 -0
  27. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.d.ts +65 -0
  28. package/dist/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.js +175 -0
  29. package/dist/_dependencies/source/0x2/authenticator-state/structs.d.ts +442 -0
  30. package/dist/_dependencies/source/0x2/authenticator-state/structs.js +565 -0
  31. package/dist/_dependencies/source/0x2/bag/structs.d.ts +56 -0
  32. package/dist/_dependencies/source/0x2/bag/structs.js +170 -0
  33. package/dist/_dependencies/source/0x2/balance/structs.d.ts +79 -0
  34. package/dist/_dependencies/source/0x2/balance/structs.js +260 -0
  35. package/dist/_dependencies/source/0x2/bcs/structs.d.ts +44 -0
  36. package/dist/_dependencies/source/0x2/bcs/structs.js +191 -0
  37. package/dist/_dependencies/source/0x2/bls12381/structs.d.ts +155 -0
  38. package/dist/_dependencies/source/0x2/bls12381/structs.js +434 -0
  39. package/dist/_dependencies/source/0x2/borrow/structs.d.ts +104 -0
  40. package/dist/_dependencies/source/0x2/borrow/structs.js +267 -0
  41. package/dist/_dependencies/source/0x2/clock/structs.d.ts +56 -0
  42. package/dist/_dependencies/source/0x2/clock/structs.js +170 -0
  43. package/dist/_dependencies/source/0x2/coin/structs.d.ts +379 -0
  44. package/dist/_dependencies/source/0x2/coin/structs.js +648 -0
  45. package/dist/_dependencies/source/0x2/deny-list/structs.d.ts +178 -0
  46. package/dist/_dependencies/source/0x2/deny-list/structs.js +290 -0
  47. package/dist/_dependencies/source/0x2/display/structs.d.ts +228 -0
  48. package/dist/_dependencies/source/0x2/display/structs.js +362 -0
  49. package/dist/_dependencies/source/0x2/dynamic-field/structs.d.ts +63 -0
  50. package/dist/_dependencies/source/0x2/dynamic-field/structs.js +174 -0
  51. package/dist/_dependencies/source/0x2/dynamic-object-field/structs.d.ts +42 -0
  52. package/dist/_dependencies/source/0x2/dynamic-object-field/structs.js +172 -0
  53. package/dist/_dependencies/source/0x2/groth16/structs.d.ts +186 -0
  54. package/dist/_dependencies/source/0x2/groth16/structs.js +464 -0
  55. package/dist/_dependencies/source/0x2/group-ops/structs.d.ts +44 -0
  56. package/dist/_dependencies/source/0x2/group-ops/structs.js +193 -0
  57. package/dist/_dependencies/source/0x2/index.d.ts +2 -0
  58. package/dist/_dependencies/source/0x2/index.js +5 -0
  59. package/dist/_dependencies/source/0x2/init.d.ts +2 -0
  60. package/dist/_dependencies/source/0x2/init.js +150 -0
  61. package/dist/_dependencies/source/0x2/kiosk/structs.d.ts +565 -0
  62. package/dist/_dependencies/source/0x2/kiosk/structs.js +1033 -0
  63. package/dist/_dependencies/source/0x2/kiosk-extension/structs.d.ts +112 -0
  64. package/dist/_dependencies/source/0x2/kiosk-extension/structs.js +263 -0
  65. package/dist/_dependencies/source/0x2/linked-table/structs.d.ts +144 -0
  66. package/dist/_dependencies/source/0x2/linked-table/structs.js +272 -0
  67. package/dist/_dependencies/source/0x2/object/structs.d.ts +83 -0
  68. package/dist/_dependencies/source/0x2/object/structs.js +256 -0
  69. package/dist/_dependencies/source/0x2/object-bag/structs.d.ts +56 -0
  70. package/dist/_dependencies/source/0x2/object-bag/structs.js +170 -0
  71. package/dist/_dependencies/source/0x2/object-table/structs.d.ts +56 -0
  72. package/dist/_dependencies/source/0x2/object-table/structs.js +172 -0
  73. package/dist/_dependencies/source/0x2/package/structs.d.ts +262 -0
  74. package/dist/_dependencies/source/0x2/package/structs.js +478 -0
  75. package/dist/_dependencies/source/0x2/priority-queue/structs.d.ts +101 -0
  76. package/dist/_dependencies/source/0x2/priority-queue/structs.js +292 -0
  77. package/dist/_dependencies/source/0x2/random/structs.d.ts +190 -0
  78. package/dist/_dependencies/source/0x2/random/structs.js +383 -0
  79. package/dist/_dependencies/source/0x2/sui/structs.d.ts +41 -0
  80. package/dist/_dependencies/source/0x2/sui/structs.js +167 -0
  81. package/dist/_dependencies/source/0x2/table/structs.d.ts +56 -0
  82. package/dist/_dependencies/source/0x2/table/structs.js +172 -0
  83. package/dist/_dependencies/source/0x2/table-vec/structs.d.ts +63 -0
  84. package/dist/_dependencies/source/0x2/table-vec/structs.js +194 -0
  85. package/dist/_dependencies/source/0x2/token/structs.d.ts +424 -0
  86. package/dist/_dependencies/source/0x2/token/structs.js +651 -0
  87. package/dist/_dependencies/source/0x2/transfer/structs.d.ts +52 -0
  88. package/dist/_dependencies/source/0x2/transfer/structs.js +172 -0
  89. package/dist/_dependencies/source/0x2/transfer-policy/structs.d.ts +345 -0
  90. package/dist/_dependencies/source/0x2/transfer-policy/structs.js +665 -0
  91. package/dist/_dependencies/source/0x2/tx-context/structs.d.ts +68 -0
  92. package/dist/_dependencies/source/0x2/tx-context/structs.js +199 -0
  93. package/dist/_dependencies/source/0x2/url/structs.d.ts +48 -0
  94. package/dist/_dependencies/source/0x2/url/structs.js +168 -0
  95. package/dist/_dependencies/source/0x2/vec-map/structs.d.ts +101 -0
  96. package/dist/_dependencies/source/0x2/vec-map/structs.js +286 -0
  97. package/dist/_dependencies/source/0x2/vec-set/structs.d.ts +45 -0
  98. package/dist/_dependencies/source/0x2/vec-set/structs.js +196 -0
  99. package/dist/_dependencies/source/0x2/versioned/structs.d.ts +104 -0
  100. package/dist/_dependencies/source/0x2/versioned/structs.js +261 -0
  101. package/dist/_dependencies/source/0x2/zklogin-verified-id/structs.d.ts +105 -0
  102. package/dist/_dependencies/source/0x2/zklogin-verified-id/structs.js +179 -0
  103. package/dist/_dependencies/source/0x2/zklogin-verified-issuer/structs.d.ts +69 -0
  104. package/dist/_dependencies/source/0x2/zklogin-verified-issuer/structs.js +173 -0
  105. package/dist/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.d.ts +2 -0
  106. package/dist/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.js +5 -0
  107. package/dist/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.d.ts +2 -0
  108. package/dist/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.js +30 -0
  109. package/dist/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.d.ts +50 -0
  110. package/dist/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.js +168 -0
  111. package/dist/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.d.ts +2 -0
  112. package/dist/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.js +5 -0
  113. package/dist/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.d.ts +2 -0
  114. package/dist/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.js +33 -0
  115. package/dist/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.d.ts +41 -0
  116. package/dist/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.js +167 -0
  117. package/dist/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.d.ts +112 -0
  118. package/dist/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.js +265 -0
  119. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.d.ts +463 -0
  120. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.js +669 -0
  121. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.d.ts +137 -0
  122. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.js +401 -0
  123. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.d.ts +226 -0
  124. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.js +402 -0
  125. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.d.ts +383 -0
  126. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.js +566 -0
  127. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.d.ts +2 -0
  128. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.js +5 -0
  129. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.d.ts +2 -0
  130. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.js +73 -0
  131. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.d.ts +591 -0
  132. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.js +774 -0
  133. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.d.ts +152 -0
  134. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.js +272 -0
  135. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.d.ts +138 -0
  136. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.js +276 -0
  137. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.d.ts +261 -0
  138. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.js +471 -0
  139. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.d.ts +306 -0
  140. package/dist/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.js +563 -0
  141. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.d.ts +598 -0
  142. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.js +789 -0
  143. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.d.ts +2 -0
  144. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.js +5 -0
  145. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.d.ts +2 -0
  146. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.js +61 -0
  147. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/royalty-rule/structs.d.ts +85 -0
  148. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/royalty-rule/structs.js +258 -0
  149. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.d.ts +433 -0
  150. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.js +562 -0
  151. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.d.ts +63 -0
  152. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.js +194 -0
  153. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.d.ts +1006 -0
  154. package/dist/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.js +1331 -0
  155. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.d.ts +1458 -0
  156. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.js +1706 -0
  157. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.d.ts +2 -0
  158. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.js +5 -0
  159. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.d.ts +2 -0
  160. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.js +129 -0
  161. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.d.ts +1201 -0
  162. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.js +1643 -0
  163. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.d.ts +1374 -0
  164. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.js +971 -0
  165. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.d.ts +395 -0
  166. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.js +750 -0
  167. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.d.ts +994 -0
  168. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.js +933 -0
  169. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.d.ts +77 -0
  170. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.js +179 -0
  171. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.d.ts +4562 -0
  172. package/dist/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.js +3796 -0
  173. package/dist/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.d.ts +2 -0
  174. package/dist/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.js +5 -0
  175. package/dist/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.d.ts +2 -0
  176. package/dist/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.js +4 -0
  177. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.d.ts +83 -0
  178. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.js +192 -0
  179. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.d.ts +333 -0
  180. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.js +382 -0
  181. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.d.ts +68 -0
  182. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.js +176 -0
  183. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.d.ts +843 -0
  184. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.js +959 -0
  185. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.d.ts +41 -0
  186. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.js +167 -0
  187. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +2 -0
  188. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +5 -0
  189. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.d.ts +2 -0
  190. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.js +79 -0
  191. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.d.ts +146 -0
  192. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.js +274 -0
  193. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.d.ts +2272 -0
  194. package/dist/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.js +2830 -0
  195. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.d.ts +719 -0
  196. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.js +711 -0
  197. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.d.ts +2 -0
  198. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.js +5 -0
  199. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.d.ts +2 -0
  200. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.js +43 -0
  201. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.d.ts +81 -0
  202. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.js +200 -0
  203. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.d.ts +53 -0
  204. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.js +171 -0
  205. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.d.ts +115 -0
  206. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.js +212 -0
  207. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.d.ts +50 -0
  208. package/dist/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.js +168 -0
  209. package/dist/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.d.ts +2 -0
  210. package/dist/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.js +5 -0
  211. package/dist/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.d.ts +2 -0
  212. package/dist/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.js +36 -0
  213. package/dist/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.d.ts +79 -0
  214. package/dist/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.js +256 -0
  215. package/dist/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.d.ts +85 -0
  216. package/dist/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.js +258 -0
  217. package/dist/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.d.ts +41 -0
  218. package/dist/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.js +169 -0
  219. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes20/structs.d.ts +44 -0
  220. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes20/structs.js +191 -0
  221. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes32/structs.d.ts +44 -0
  222. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes32/structs.js +191 -0
  223. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/consumed-vaas/structs.d.ts +72 -0
  224. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/consumed-vaas/structs.js +193 -0
  225. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/cursor/structs.d.ts +45 -0
  226. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/cursor/structs.js +196 -0
  227. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.d.ts +140 -0
  228. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.js +348 -0
  229. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/external-address/structs.d.ts +52 -0
  230. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/external-address/structs.js +168 -0
  231. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/fee-collector/structs.d.ts +58 -0
  232. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/fee-collector/structs.js +195 -0
  233. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.d.ts +158 -0
  234. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.js +298 -0
  235. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian/structs.d.ts +52 -0
  236. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian/structs.js +168 -0
  237. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-set/structs.d.ts +75 -0
  238. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-set/structs.js +196 -0
  239. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-signature/structs.d.ts +80 -0
  240. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-signature/structs.js +174 -0
  241. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.d.ts +2 -0
  242. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.js +5 -0
  243. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/init.d.ts +2 -0
  244. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/init.js +90 -0
  245. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/migrate/structs.d.ts +46 -0
  246. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/migrate/structs.js +168 -0
  247. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.d.ts +177 -0
  248. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.js +438 -0
  249. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.d.ts +141 -0
  250. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.js +297 -0
  251. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set/structs.d.ts +101 -0
  252. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set/structs.js +283 -0
  253. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set-fee/structs.d.ts +79 -0
  254. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set-fee/structs.js +256 -0
  255. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/setup/structs.d.ts +50 -0
  256. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/setup/structs.js +168 -0
  257. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.d.ts +269 -0
  258. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.js +303 -0
  259. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/transfer-fee/structs.d.ts +85 -0
  260. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/transfer-fee/structs.js +258 -0
  261. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/update-guardian-set/structs.d.ts +145 -0
  262. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/update-guardian-set/structs.js +372 -0
  263. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.d.ts +143 -0
  264. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.js +349 -0
  265. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/vaa/structs.d.ts +122 -0
  266. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/vaa/structs.js +209 -0
  267. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/version-control/structs.d.ts +79 -0
  268. package/dist/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/version-control/structs.js +256 -0
  269. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/batch-price-attestation/structs.d.ts +279 -0
  270. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/batch-price-attestation/structs.js +295 -0
  271. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/contract-upgrade/structs.d.ts +105 -0
  272. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/contract-upgrade/structs.js +260 -0
  273. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/data-source/structs.d.ts +66 -0
  274. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/data-source/structs.js +170 -0
  275. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/event/structs.d.ts +200 -0
  276. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/event/structs.js +259 -0
  277. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance/structs.d.ts +67 -0
  278. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance/structs.js +196 -0
  279. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-action/structs.d.ts +41 -0
  280. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-action/structs.js +167 -0
  281. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-instruction/structs.d.ts +71 -0
  282. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-instruction/structs.js +198 -0
  283. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/hot-potato-vector/structs.d.ts +45 -0
  284. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/hot-potato-vector/structs.js +196 -0
  285. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/i64/structs.d.ts +47 -0
  286. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/i64/structs.js +169 -0
  287. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.d.ts +2 -0
  288. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.js +5 -0
  289. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/init.d.ts +2 -0
  290. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/init.js +84 -0
  291. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/migrate/structs.d.ts +46 -0
  292. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/migrate/structs.js +168 -0
  293. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price/structs.d.ts +84 -0
  294. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price/structs.js +174 -0
  295. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-feed/structs.d.ts +153 -0
  296. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-feed/structs.js +173 -0
  297. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-identifier/structs.d.ts +44 -0
  298. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-identifier/structs.js +191 -0
  299. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-info/structs.d.ts +351 -0
  300. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-info/structs.js +264 -0
  301. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-status/structs.d.ts +41 -0
  302. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-status/structs.js +167 -0
  303. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set/structs.d.ts +110 -0
  304. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set/structs.js +288 -0
  305. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-data-sources/structs.d.ts +75 -0
  306. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-data-sources/structs.js +192 -0
  307. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-fee-recipient/structs.d.ts +41 -0
  308. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-fee-recipient/structs.js +167 -0
  309. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-governance-data-source/structs.d.ts +72 -0
  310. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-governance-data-source/structs.js +172 -0
  311. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-stale-price-threshold/structs.d.ts +41 -0
  312. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-stale-price-threshold/structs.js +167 -0
  313. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-update-fee/structs.d.ts +47 -0
  314. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-update-fee/structs.js +169 -0
  315. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/setup/structs.d.ts +50 -0
  316. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/setup/structs.js +168 -0
  317. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.d.ts +269 -0
  318. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.js +363 -0
  319. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.d.ts +79 -0
  320. package/dist/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.js +256 -0
  321. package/dist/_framework/init-source.d.ts +1 -0
  322. package/dist/_framework/init-source.js +64 -0
  323. package/dist/_framework/loader.d.ts +17 -0
  324. package/dist/_framework/loader.js +99 -0
  325. package/dist/_framework/reified.d.ts +100 -0
  326. package/dist/_framework/reified.js +263 -0
  327. package/dist/_framework/util.d.ts +53 -0
  328. package/dist/_framework/util.js +251 -0
  329. package/dist/airdrop/authority-entry.d.ts +22 -0
  330. package/dist/airdrop/authority-entry.js +137 -0
  331. package/dist/airdrop/index.js +19 -0
  332. package/dist/airdrop/user-entry.d.ts +10 -0
  333. package/dist/airdrop/user-entry.js +16 -0
  334. package/dist/airdrop/view-function.d.ts +9 -0
  335. package/dist/airdrop/view-function.js +73 -0
  336. package/dist/auto-bid/index.js +18 -0
  337. package/dist/auto-bid/user-entry.d.ts +45 -0
  338. package/{src/auto-bid/user-entry.ts → dist/auto-bid/user-entry.js} +72 -125
  339. package/dist/auto-bid/view-function.d.ts +43 -0
  340. package/dist/auto-bid/view-function.js +347 -0
  341. package/dist/constants/constant.d.ts +22 -0
  342. package/dist/constants/constant.js +29 -0
  343. package/dist/constants/index.js +18 -0
  344. package/dist/constants/token.d.ts +51 -0
  345. package/{src/constants/token.ts → dist/constants/token.js} +22 -38
  346. package/dist/index.js +27 -0
  347. package/dist/leaderboard/authority-entry.d.ts +22 -0
  348. package/dist/leaderboard/authority-entry.js +90 -0
  349. package/dist/leaderboard/index.js +18 -0
  350. package/dist/leaderboard/view-function.d.ts +20 -0
  351. package/dist/leaderboard/view-function.js +93 -0
  352. package/dist/tails-exp-dice/api.d.ts +1 -0
  353. package/dist/tails-exp-dice/api.js +76 -0
  354. package/dist/tails-exp-dice/fetch.d.ts +81 -0
  355. package/dist/tails-exp-dice/fetch.js +346 -0
  356. package/dist/tails-exp-dice/index.js +20 -0
  357. package/dist/tails-exp-dice/user-entry.d.ts +70 -0
  358. package/dist/tails-exp-dice/user-entry.js +249 -0
  359. package/dist/tails-exp-dice/view-function.d.ts +8 -0
  360. package/dist/tails-exp-dice/view-function.js +130 -0
  361. package/dist/tails-staking/authority-entry.d.ts +182 -0
  362. package/{src/tails-staking/authority-entry.ts → dist/tails-staking/authority-entry.js} +45 -131
  363. package/dist/tails-staking/index.js +19 -0
  364. package/dist/tails-staking/user-entry.d.ts +157 -0
  365. package/dist/tails-staking/user-entry.js +416 -0
  366. package/dist/tails-staking/view-function.d.ts +20 -0
  367. package/dist/tails-staking/view-function.js +122 -0
  368. package/dist/typus-dov-single-v2/entry/authority-entry.d.ts +70 -0
  369. package/dist/typus-dov-single-v2/entry/authority-entry.js +167 -0
  370. package/dist/typus-dov-single-v2/entry/index.js +19 -0
  371. package/dist/typus-dov-single-v2/entry/mfud-user-entry.d.ts +126 -0
  372. package/dist/typus-dov-single-v2/entry/mfud-user-entry.js +425 -0
  373. package/dist/typus-dov-single-v2/entry/user-entry.d.ts +212 -0
  374. package/{src/typus-dov-single-v2/entry/user-entry.ts → dist/typus-dov-single-v2/entry/user-entry.js} +141 -266
  375. package/dist/typus-dov-single-v2/function/bidding.d.ts +151 -0
  376. package/dist/typus-dov-single-v2/function/bidding.js +833 -0
  377. package/dist/typus-dov-single-v2/function/index.js +19 -0
  378. package/dist/typus-dov-single-v2/function/token.d.ts +21 -0
  379. package/dist/typus-dov-single-v2/function/token.js +38 -0
  380. package/dist/typus-dov-single-v2/function/vault.d.ts +8 -0
  381. package/dist/typus-dov-single-v2/function/vault.js +23 -0
  382. package/dist/typus-dov-single-v2/history/index.js +18 -0
  383. package/dist/typus-dov-single-v2/history/user-history.d.ts +36 -0
  384. package/dist/typus-dov-single-v2/history/user-history.js +999 -0
  385. package/dist/typus-dov-single-v2/history/vault-history.d.ts +123 -0
  386. package/dist/typus-dov-single-v2/history/vault-history.js +403 -0
  387. package/dist/typus-dov-single-v2/index.js +20 -0
  388. package/dist/typus-dov-single-v2/view-function.d.ts +212 -0
  389. package/dist/typus-dov-single-v2/view-function.js +578 -0
  390. package/dist/typus-nft/fetch.d.ts +69 -0
  391. package/dist/typus-nft/fetch.js +565 -0
  392. package/dist/typus-nft/index.js +18 -0
  393. package/dist/typus-nft/user-entry.d.ts +38 -0
  394. package/dist/typus-nft/user-entry.js +173 -0
  395. package/dist/typus-perp/admin/functions.d.ts +51 -0
  396. package/dist/typus-perp/admin/functions.js +100 -0
  397. package/dist/typus-perp/admin/structs.d.ts +425 -0
  398. package/dist/typus-perp/admin/structs.js +802 -0
  399. package/dist/typus-perp/fetch.d.ts +57 -0
  400. package/dist/typus-perp/fetch.js +400 -0
  401. package/dist/typus-perp/index.d.ts +3 -0
  402. package/dist/typus-perp/index.js +14 -0
  403. package/dist/typus-perp/init.d.ts +2 -0
  404. package/{src/typus-perp/init.ts → dist/typus-perp/init.js} +36 -12
  405. package/dist/typus-perp/lp-pool/functions.d.ts +283 -0
  406. package/dist/typus-perp/lp-pool/functions.js +418 -0
  407. package/dist/typus-perp/lp-pool/structs.d.ts +2538 -0
  408. package/dist/typus-perp/lp-pool/structs.js +3515 -0
  409. package/dist/typus-perp/math/functions.d.ts +18 -0
  410. package/dist/typus-perp/math/functions.js +40 -0
  411. package/dist/typus-perp/oracle/functions.d.ts +14 -0
  412. package/dist/typus-perp/oracle/functions.js +22 -0
  413. package/dist/typus-perp/oracle/structs.d.ts +102 -0
  414. package/dist/typus-perp/oracle/structs.js +353 -0
  415. package/dist/typus-perp/position/functions.d.ts +339 -0
  416. package/dist/typus-perp/position/functions.js +564 -0
  417. package/dist/typus-perp/position/structs.d.ts +1144 -0
  418. package/dist/typus-perp/position/structs.js +1485 -0
  419. package/dist/typus-perp/readVec.d.ts +3 -0
  420. package/{src/typus-perp/readVec.ts → dist/typus-perp/readVec.js} +45 -46
  421. package/dist/typus-perp/stake-pool/functions.d.ts +169 -0
  422. package/dist/typus-perp/stake-pool/functions.js +258 -0
  423. package/dist/typus-perp/stake-pool/structs.d.ts +2071 -0
  424. package/dist/typus-perp/stake-pool/structs.js +3515 -0
  425. package/dist/typus-perp/symbol/functions.d.ts +10 -0
  426. package/dist/typus-perp/symbol/functions.js +20 -0
  427. package/dist/typus-perp/symbol/structs.d.ts +76 -0
  428. package/dist/typus-perp/symbol/structs.js +216 -0
  429. package/dist/typus-perp/tlp/functions.d.ts +20 -0
  430. package/dist/typus-perp/tlp/functions.js +35 -0
  431. package/dist/typus-perp/tlp/structs.d.ts +88 -0
  432. package/dist/typus-perp/tlp/structs.js +329 -0
  433. package/dist/typus-perp/token-interface/functions.d.ts +12 -0
  434. package/dist/typus-perp/token-interface/functions.js +20 -0
  435. package/dist/typus-perp/trading/functions.d.ts +427 -0
  436. package/dist/typus-perp/trading/functions.js +612 -0
  437. package/dist/typus-perp/trading/structs.d.ts +2631 -0
  438. package/dist/typus-perp/trading/structs.js +4067 -0
  439. package/dist/typus-perp/treasury-caps/functions.d.ts +10 -0
  440. package/dist/typus-perp/treasury-caps/functions.js +32 -0
  441. package/dist/typus-perp/treasury-caps/structs.d.ts +50 -0
  442. package/dist/typus-perp/treasury-caps/structs.js +204 -0
  443. package/dist/typus-perp/user/order.d.ts +70 -0
  444. package/dist/typus-perp/user/order.js +206 -0
  445. package/dist/typus-perp/user/orderWithBidReceipt.d.ts +62 -0
  446. package/dist/typus-perp/user/orderWithBidReceipt.js +149 -0
  447. package/dist/typus-perp/user/tlp.d.ts +93 -0
  448. package/dist/typus-perp/user/tlp.js +268 -0
  449. package/dist/user/index.js +17 -0
  450. package/dist/user/view-function.d.ts +8 -0
  451. package/dist/user/view-function.js +71 -0
  452. package/dist/utils/api/defillama/index.js +17 -0
  453. package/dist/utils/api/defillama/tvl.d.ts +1 -0
  454. package/dist/utils/api/defillama/tvl.js +58 -0
  455. package/dist/utils/api/index.js +19 -0
  456. package/dist/utils/api/price.d.ts +4 -0
  457. package/dist/utils/api/price.js +208 -0
  458. package/dist/utils/api/sentio/index.js +18 -0
  459. package/dist/utils/api/sentio/leader-board.d.ts +7 -0
  460. package/dist/utils/api/sentio/leader-board.js +103 -0
  461. package/dist/utils/api/sentio/reward-generated.d.ts +16 -0
  462. package/dist/utils/api/sentio/reward-generated.js +506 -0
  463. package/dist/utils/index.js +21 -0
  464. package/dist/utils/load_env.d.ts +1 -0
  465. package/dist/utils/load_env.js +9 -0
  466. package/dist/utils/mint.d.ts +2 -0
  467. package/dist/utils/mint.js +57 -0
  468. package/dist/utils/pyth/constant.d.ts +49 -0
  469. package/{src/utils/pyth/constant.ts → dist/utils/pyth/constant.js} +8 -9
  470. package/dist/utils/pyth/index.js +18 -0
  471. package/dist/utils/pyth/pythClient.d.ts +12 -0
  472. package/dist/utils/pyth/pythClient.js +80 -0
  473. package/dist/utils/tools.d.ts +6 -0
  474. package/dist/utils/tools.js +45 -0
  475. package/package.json +4 -4
  476. package/src/_dependencies/source/0x1/ascii/structs.ts +0 -135
  477. package/src/_dependencies/source/0x1/bit-vector/structs.ts +0 -70
  478. package/src/_dependencies/source/0x1/fixed-point32/structs.ts +0 -69
  479. package/src/_dependencies/source/0x1/index.ts +0 -1
  480. package/src/_dependencies/source/0x1/init.ts +0 -16
  481. package/src/_dependencies/source/0x1/option/structs.ts +0 -74
  482. package/src/_dependencies/source/0x1/string/structs.ts +0 -70
  483. package/src/_dependencies/source/0x1/type-name/structs.ts +0 -70
  484. package/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.ts +0 -1
  485. package/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.ts +0 -14
  486. package/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.ts +0 -203
  487. package/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.ts +0 -317
  488. package/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.ts +0 -69
  489. package/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.ts +0 -69
  490. package/src/_dependencies/source/0x2/authenticator-state/structs.ts +0 -332
  491. package/src/_dependencies/source/0x2/bag/structs.ts +0 -70
  492. package/src/_dependencies/source/0x2/balance/structs.ts +0 -134
  493. package/src/_dependencies/source/0x2/bcs/structs.ts +0 -70
  494. package/src/_dependencies/source/0x2/bls12381/structs.ts +0 -264
  495. package/src/_dependencies/source/0x2/borrow/structs.ts +0 -138
  496. package/src/_dependencies/source/0x2/clock/structs.ts +0 -70
  497. package/src/_dependencies/source/0x2/coin/structs.ts +0 -400
  498. package/src/_dependencies/source/0x2/deny-list/structs.ts +0 -139
  499. package/src/_dependencies/source/0x2/display/structs.ts +0 -202
  500. package/src/_dependencies/source/0x2/dynamic-field/structs.ts +0 -70
  501. package/src/_dependencies/source/0x2/dynamic-object-field/structs.ts +0 -71
  502. package/src/_dependencies/source/0x2/groth16/structs.ts +0 -265
  503. package/src/_dependencies/source/0x2/group-ops/structs.ts +0 -70
  504. package/src/_dependencies/source/0x2/index.ts +0 -1
  505. package/src/_dependencies/source/0x2/init.ts +0 -125
  506. package/src/_dependencies/source/0x2/kiosk/structs.ts +0 -658
  507. package/src/_dependencies/source/0x2/kiosk-extension/structs.ts +0 -135
  508. package/src/_dependencies/source/0x2/linked-table/structs.ts +0 -136
  509. package/src/_dependencies/source/0x2/object/structs.ts +0 -134
  510. package/src/_dependencies/source/0x2/object-bag/structs.ts +0 -70
  511. package/src/_dependencies/source/0x2/object-table/structs.ts +0 -70
  512. package/src/_dependencies/source/0x2/package/structs.ts +0 -267
  513. package/src/_dependencies/source/0x2/priority-queue/structs.ts +0 -139
  514. package/src/_dependencies/source/0x2/random/structs.ts +0 -202
  515. package/src/_dependencies/source/0x2/sui/structs.ts +0 -69
  516. package/src/_dependencies/source/0x2/table/structs.ts +0 -70
  517. package/src/_dependencies/source/0x2/table-vec/structs.ts +0 -71
  518. package/src/_dependencies/source/0x2/token/structs.ts +0 -401
  519. package/src/_dependencies/source/0x2/transfer/structs.ts +0 -70
  520. package/src/_dependencies/source/0x2/transfer-policy/structs.ts +0 -400
  521. package/src/_dependencies/source/0x2/tx-context/structs.ts +0 -70
  522. package/src/_dependencies/source/0x2/url/structs.ts +0 -70
  523. package/src/_dependencies/source/0x2/vec-map/structs.ts +0 -135
  524. package/src/_dependencies/source/0x2/vec-set/structs.ts +0 -72
  525. package/src/_dependencies/source/0x2/versioned/structs.ts +0 -135
  526. package/src/_dependencies/source/0x2/zklogin-verified-id/structs.ts +0 -71
  527. package/src/_dependencies/source/0x2/zklogin-verified-issuer/structs.ts +0 -71
  528. package/src/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.ts +0 -1
  529. package/src/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.ts +0 -5
  530. package/src/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.ts +0 -70
  531. package/src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.ts +0 -1
  532. package/src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.ts +0 -8
  533. package/src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.ts +0 -69
  534. package/src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.ts +0 -135
  535. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.ts +0 -400
  536. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.ts +0 -372
  537. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.ts +0 -205
  538. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.ts +0 -333
  539. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.ts +0 -1
  540. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.ts +0 -48
  541. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.ts +0 -465
  542. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.ts +0 -136
  543. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.ts +0 -140
  544. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.ts +0 -268
  545. package/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.ts +0 -332
  546. package/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.ts +0 -466
  547. package/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.ts +0 -1
  548. package/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.ts +0 -36
  549. package/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/royalty-rule/structs.ts +0 -134
  550. package/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.ts +0 -333
  551. package/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.ts +0 -71
  552. package/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.ts +0 -856
  553. package/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.ts +0 -1049
  554. package/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.ts +0 -1
  555. package/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.ts +0 -104
  556. package/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.ts +0 -1054
  557. package/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.ts +0 -592
  558. package/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.ts +0 -461
  559. package/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.ts +0 -592
  560. package/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.ts +0 -69
  561. package/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.ts +0 -2351
  562. package/src/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.ts +0 -1
  563. package/src/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.ts +0 -3
  564. package/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.ts +0 -71
  565. package/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.ts +0 -203
  566. package/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.ts +0 -70
  567. package/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.ts +0 -528
  568. package/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.ts +0 -69
  569. package/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.ts +0 -1
  570. package/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.ts +0 -54
  571. package/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.ts +0 -136
  572. package/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.ts +0 -1829
  573. package/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.ts +0 -398
  574. package/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.ts +0 -1
  575. package/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.ts +0 -18
  576. package/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.ts +0 -71
  577. package/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.ts +0 -69
  578. package/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.ts +0 -71
  579. package/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.ts +0 -70
  580. package/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.ts +0 -1
  581. package/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.ts +0 -11
  582. package/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.ts +0 -134
  583. package/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.ts +0 -134
  584. package/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.ts +0 -69
  585. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes20/structs.ts +0 -70
  586. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes32/structs.ts +0 -70
  587. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/consumed-vaas/structs.ts +0 -72
  588. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/cursor/structs.ts +0 -72
  589. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.ts +0 -200
  590. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/external-address/structs.ts +0 -70
  591. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/fee-collector/structs.ts +0 -72
  592. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.ts +0 -137
  593. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian/structs.ts +0 -70
  594. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-set/structs.ts +0 -71
  595. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-signature/structs.ts +0 -70
  596. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.ts +0 -1
  597. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/init.ts +0 -65
  598. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/migrate/structs.ts +0 -70
  599. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.ts +0 -266
  600. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.ts +0 -136
  601. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set/structs.ts +0 -136
  602. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set-fee/structs.ts +0 -134
  603. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/setup/structs.ts +0 -70
  604. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.ts +0 -142
  605. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/transfer-fee/structs.ts +0 -134
  606. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/update-guardian-set/structs.ts +0 -201
  607. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.ts +0 -201
  608. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/vaa/structs.ts +0 -72
  609. package/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/version-control/structs.ts +0 -134
  610. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/batch-price-attestation/structs.ts +0 -136
  611. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/contract-upgrade/structs.ts +0 -136
  612. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/data-source/structs.ts +0 -70
  613. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/event/structs.ts +0 -135
  614. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance/structs.ts +0 -71
  615. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-action/structs.ts +0 -69
  616. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-instruction/structs.ts +0 -71
  617. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/hot-potato-vector/structs.ts +0 -72
  618. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/i64/structs.ts +0 -69
  619. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.ts +0 -1
  620. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/init.ts +0 -59
  621. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/migrate/structs.ts +0 -70
  622. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price/structs.ts +0 -70
  623. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-feed/structs.ts +0 -71
  624. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-identifier/structs.ts +0 -70
  625. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-info/structs.ts +0 -136
  626. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-status/structs.ts +0 -69
  627. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set/structs.ts +0 -138
  628. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-data-sources/structs.ts +0 -71
  629. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-fee-recipient/structs.ts +0 -69
  630. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-governance-data-source/structs.ts +0 -70
  631. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-stale-price-threshold/structs.ts +0 -69
  632. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-update-fee/structs.ts +0 -69
  633. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/setup/structs.ts +0 -70
  634. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.ts +0 -203
  635. package/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.ts +0 -134
  636. package/src/_framework/init-source.ts +0 -39
  637. package/src/_framework/loader.ts +0 -69
  638. package/src/_framework/reified.ts +0 -442
  639. package/src/_framework/util.ts +0 -265
  640. package/src/airdrop/authority-entry.ts +0 -101
  641. package/src/airdrop/user-entry.ts +0 -24
  642. package/src/airdrop/view-function.ts +0 -36
  643. package/src/auto-bid/view-function.ts +0 -285
  644. package/src/constants/constant.ts +0 -32
  645. package/src/leaderboard/authority-entry.ts +0 -63
  646. package/src/leaderboard/view-function.ts +0 -66
  647. package/src/tails-exp-dice/api.ts +0 -46
  648. package/src/tails-exp-dice/fetch.ts +0 -347
  649. package/src/tails-exp-dice/user-entry.ts +0 -241
  650. package/src/tails-exp-dice/view-function.ts +0 -111
  651. package/src/tails-staking/user-entry.ts +0 -401
  652. package/src/tails-staking/view-function.ts +0 -86
  653. package/src/typus-dov-single-v2/entry/authority-entry.ts +0 -171
  654. package/src/typus-dov-single-v2/entry/mfud-user-entry.ts +0 -591
  655. package/src/typus-dov-single-v2/function/bidding.ts +0 -823
  656. package/src/typus-dov-single-v2/function/token.ts +0 -38
  657. package/src/typus-dov-single-v2/function/vault.ts +0 -24
  658. package/src/typus-dov-single-v2/history/user-history.ts +0 -929
  659. package/src/typus-dov-single-v2/history/vault-history.ts +0 -452
  660. package/src/typus-dov-single-v2/view-function.ts +0 -705
  661. package/src/typus-nft/fetch.ts +0 -428
  662. package/src/typus-nft/user-entry.ts +0 -113
  663. package/src/typus-perp/admin/functions.ts +0 -141
  664. package/src/typus-perp/admin/structs.ts +0 -793
  665. package/src/typus-perp/fetch.ts +0 -253
  666. package/src/typus-perp/index.ts +0 -9
  667. package/src/typus-perp/lp-pool/functions.ts +0 -694
  668. package/src/typus-perp/lp-pool/structs.ts +0 -3884
  669. package/src/typus-perp/math/functions.ts +0 -53
  670. package/src/typus-perp/oracle/functions.ts +0 -32
  671. package/src/typus-perp/oracle/structs.ts +0 -317
  672. package/src/typus-perp/position/functions.ts +0 -887
  673. package/src/typus-perp/position/structs.ts +0 -1637
  674. package/src/typus-perp/stake-pool/functions.ts +0 -421
  675. package/src/typus-perp/stake-pool/structs.ts +0 -3873
  676. package/src/typus-perp/symbol/functions.ts +0 -24
  677. package/src/typus-perp/symbol/structs.ts +0 -165
  678. package/src/typus-perp/tlp/functions.ts +0 -50
  679. package/src/typus-perp/tlp/structs.ts +0 -287
  680. package/src/typus-perp/token-interface/functions.ts +0 -29
  681. package/src/typus-perp/trading/functions.ts +0 -1046
  682. package/src/typus-perp/trading/structs.ts +0 -4541
  683. package/src/typus-perp/treasury-caps/functions.ts +0 -36
  684. package/src/typus-perp/treasury-caps/structs.ts +0 -151
  685. package/src/typus-perp/user/order.ts +0 -221
  686. package/src/typus-perp/user/orderWithBidReceipt.ts +0 -176
  687. package/src/typus-perp/user/tlp.ts +0 -234
  688. package/src/user/view-function.ts +0 -33
  689. package/src/utils/.DS_Store +0 -0
  690. package/src/utils/api/defillama/tvl.ts +0 -11
  691. package/src/utils/api/price.ts +0 -101
  692. package/src/utils/api/sentio/leader-board.ts +0 -259
  693. package/src/utils/api/sentio/reward-generated.ts +0 -392
  694. package/src/utils/load_env.ts +0 -5
  695. package/src/utils/mint.ts +0 -16
  696. package/src/utils/pyth/pythClient.ts +0 -52
  697. package/src/utils/tools.ts +0 -38
  698. /package/{src/airdrop/index.ts → dist/airdrop/index.d.ts} +0 -0
  699. /package/{src/auto-bid/index.ts → dist/auto-bid/index.d.ts} +0 -0
  700. /package/{src/constants/index.ts → dist/constants/index.d.ts} +0 -0
  701. /package/{src/index.ts → dist/index.d.ts} +0 -0
  702. /package/{src/leaderboard/index.ts → dist/leaderboard/index.d.ts} +0 -0
  703. /package/{src/tails-exp-dice/index.ts → dist/tails-exp-dice/index.d.ts} +0 -0
  704. /package/{src/tails-staking/index.ts → dist/tails-staking/index.d.ts} +0 -0
  705. /package/{src/typus-dov-single-v2/entry/index.ts → dist/typus-dov-single-v2/entry/index.d.ts} +0 -0
  706. /package/{src/typus-dov-single-v2/function/index.ts → dist/typus-dov-single-v2/function/index.d.ts} +0 -0
  707. /package/{src/typus-dov-single-v2/history/index.ts → dist/typus-dov-single-v2/history/index.d.ts} +0 -0
  708. /package/{src/typus-dov-single-v2/index.ts → dist/typus-dov-single-v2/index.d.ts} +0 -0
  709. /package/{src/typus-nft/index.ts → dist/typus-nft/index.d.ts} +0 -0
  710. /package/{src/user/index.ts → dist/user/index.d.ts} +0 -0
  711. /package/{src/utils/api/defillama/index.ts → dist/utils/api/defillama/index.d.ts} +0 -0
  712. /package/{src/utils/api/index.ts → dist/utils/api/index.d.ts} +0 -0
  713. /package/{src/utils/api/sentio/index.ts → dist/utils/api/sentio/index.d.ts} +0 -0
  714. /package/{src/utils/index.ts → dist/utils/index.d.ts} +0 -0
  715. /package/{src/utils/pyth/index.ts → dist/utils/pyth/index.d.ts} +0 -0
@@ -0,0 +1,2272 @@
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
+ }