@typus/typus-sdk 1.3.30-tails-staking → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (962) hide show
  1. package/lib/config.json +36 -15
  2. package/lib/src/_dependencies/source/0x1/ascii/structs.js +280 -0
  3. package/lib/src/_dependencies/source/0x1/bit-vector/structs.js +193 -0
  4. package/lib/src/_dependencies/source/0x1/fixed-point32/structs.js +167 -0
  5. package/lib/src/_dependencies/source/0x1/init.js +41 -0
  6. package/lib/src/_dependencies/source/0x1/option/structs.d.ts +46 -0
  7. package/lib/src/_dependencies/source/0x1/option/structs.js +198 -0
  8. package/lib/src/_dependencies/source/0x1/string/structs.js +191 -0
  9. package/lib/src/_dependencies/source/0x1/type-name/structs.js +168 -0
  10. package/lib/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.d.ts +2 -0
  11. package/lib/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.js +5 -0
  12. package/lib/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.js +39 -0
  13. package/lib/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.d.ts +277 -0
  14. package/lib/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.js +377 -0
  15. package/lib/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.d.ts +102 -0
  16. package/lib/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.js +353 -0
  17. package/lib/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.d.ts +65 -0
  18. package/lib/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.js +175 -0
  19. package/lib/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.d.ts +65 -0
  20. package/lib/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.js +175 -0
  21. package/lib/src/_dependencies/source/0x2/authenticator-state/structs.js +565 -0
  22. package/lib/src/_dependencies/source/0x2/bag/structs.js +170 -0
  23. package/lib/src/_dependencies/source/0x2/balance/structs.js +260 -0
  24. package/lib/src/_dependencies/source/0x2/bcs/structs.js +191 -0
  25. package/lib/src/_dependencies/source/0x2/bls12381/structs.js +434 -0
  26. package/lib/src/_dependencies/source/0x2/borrow/structs.d.ts +104 -0
  27. package/lib/src/_dependencies/source/0x2/borrow/structs.js +267 -0
  28. package/lib/src/_dependencies/source/0x2/clock/structs.js +170 -0
  29. package/lib/src/_dependencies/source/0x2/coin/structs.js +648 -0
  30. package/lib/src/_dependencies/source/0x2/deny-list/structs.js +290 -0
  31. package/lib/src/_dependencies/source/0x2/display/structs.js +362 -0
  32. package/lib/src/_dependencies/source/0x2/dynamic-field/structs.d.ts +63 -0
  33. package/lib/src/_dependencies/source/0x2/dynamic-field/structs.js +174 -0
  34. package/lib/src/_dependencies/source/0x2/dynamic-object-field/structs.d.ts +42 -0
  35. package/lib/src/_dependencies/source/0x2/dynamic-object-field/structs.js +172 -0
  36. package/lib/src/_dependencies/source/0x2/groth16/structs.js +464 -0
  37. package/lib/src/_dependencies/source/0x2/group-ops/structs.js +193 -0
  38. package/lib/src/_dependencies/source/0x2/init.js +150 -0
  39. package/lib/src/_dependencies/source/0x2/kiosk/structs.js +1033 -0
  40. package/lib/src/_dependencies/source/0x2/kiosk-extension/structs.js +263 -0
  41. package/lib/src/_dependencies/source/0x2/linked-table/structs.d.ts +144 -0
  42. package/lib/src/_dependencies/source/0x2/linked-table/structs.js +272 -0
  43. package/lib/src/_dependencies/source/0x2/object/structs.js +256 -0
  44. package/lib/src/_dependencies/source/0x2/object-bag/structs.js +170 -0
  45. package/lib/src/_dependencies/source/0x2/object-table/structs.js +172 -0
  46. package/lib/src/_dependencies/source/0x2/package/structs.js +478 -0
  47. package/lib/src/_dependencies/source/0x2/priority-queue/structs.d.ts +101 -0
  48. package/lib/src/_dependencies/source/0x2/priority-queue/structs.js +292 -0
  49. package/lib/src/_dependencies/source/0x2/random/structs.js +383 -0
  50. package/lib/src/_dependencies/source/0x2/sui/structs.js +167 -0
  51. package/lib/src/_dependencies/source/0x2/table/structs.js +172 -0
  52. package/lib/src/_dependencies/source/0x2/table-vec/structs.js +194 -0
  53. package/lib/src/_dependencies/source/0x2/token/structs.d.ts +424 -0
  54. package/lib/src/_dependencies/source/0x2/token/structs.js +651 -0
  55. package/lib/src/_dependencies/source/0x2/transfer/structs.js +172 -0
  56. package/lib/src/_dependencies/source/0x2/transfer-policy/structs.js +665 -0
  57. package/lib/src/_dependencies/source/0x2/tx-context/structs.js +199 -0
  58. package/lib/src/_dependencies/source/0x2/url/structs.js +168 -0
  59. package/lib/src/_dependencies/source/0x2/vec-map/structs.d.ts +101 -0
  60. package/lib/src/_dependencies/source/0x2/vec-map/structs.js +286 -0
  61. package/lib/src/_dependencies/source/0x2/vec-set/structs.d.ts +45 -0
  62. package/lib/src/_dependencies/source/0x2/vec-set/structs.js +196 -0
  63. package/lib/src/_dependencies/source/0x2/versioned/structs.js +261 -0
  64. package/lib/src/_dependencies/source/0x2/zklogin-verified-id/structs.js +179 -0
  65. package/lib/src/_dependencies/source/0x2/zklogin-verified-issuer/structs.js +173 -0
  66. package/lib/src/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.js +30 -0
  67. package/lib/src/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.js +168 -0
  68. package/lib/src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.js +33 -0
  69. package/lib/src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.d.ts +41 -0
  70. package/lib/src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.js +167 -0
  71. package/lib/src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.js +265 -0
  72. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.d.ts +463 -0
  73. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.js +669 -0
  74. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.d.ts +137 -0
  75. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.js +401 -0
  76. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.d.ts +226 -0
  77. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.js +402 -0
  78. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.d.ts +383 -0
  79. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.js +566 -0
  80. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.d.ts +2 -0
  81. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.js +5 -0
  82. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.js +73 -0
  83. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.d.ts +591 -0
  84. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.js +774 -0
  85. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.d.ts +152 -0
  86. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.js +272 -0
  87. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.d.ts +138 -0
  88. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.js +276 -0
  89. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.d.ts +261 -0
  90. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.js +471 -0
  91. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.d.ts +306 -0
  92. package/lib/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.js +563 -0
  93. package/lib/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.d.ts +598 -0
  94. package/lib/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.js +789 -0
  95. package/lib/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.d.ts +2 -0
  96. package/lib/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.js +5 -0
  97. package/lib/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.js +61 -0
  98. package/lib/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/royalty-rule/structs.d.ts +85 -0
  99. package/lib/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/royalty-rule/structs.js +258 -0
  100. package/lib/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.d.ts +433 -0
  101. package/lib/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.js +562 -0
  102. package/lib/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.d.ts +63 -0
  103. package/lib/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.js +194 -0
  104. package/lib/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.d.ts +1006 -0
  105. package/lib/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.js +1331 -0
  106. package/lib/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.d.ts +1458 -0
  107. package/lib/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.js +1706 -0
  108. package/lib/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.d.ts +2 -0
  109. package/lib/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.js +5 -0
  110. package/lib/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.js +129 -0
  111. package/lib/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.d.ts +1201 -0
  112. package/lib/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.js +1643 -0
  113. package/lib/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.d.ts +1374 -0
  114. package/lib/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.js +971 -0
  115. package/lib/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.d.ts +395 -0
  116. package/lib/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.js +750 -0
  117. package/lib/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.d.ts +994 -0
  118. package/lib/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.js +933 -0
  119. package/lib/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.d.ts +77 -0
  120. package/lib/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.js +179 -0
  121. package/lib/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.d.ts +4562 -0
  122. package/lib/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.js +3796 -0
  123. package/lib/src/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.js +4 -0
  124. package/lib/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.js +192 -0
  125. package/lib/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.js +382 -0
  126. package/lib/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.js +176 -0
  127. package/lib/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.js +959 -0
  128. package/lib/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.js +167 -0
  129. package/lib/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +2 -0
  130. package/lib/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +5 -0
  131. package/lib/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.js +79 -0
  132. package/lib/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.d.ts +146 -0
  133. package/lib/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.js +274 -0
  134. package/lib/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.js +2830 -0
  135. package/lib/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.js +711 -0
  136. package/lib/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.js +43 -0
  137. package/lib/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.js +200 -0
  138. package/lib/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.js +171 -0
  139. package/lib/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.js +212 -0
  140. package/lib/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.js +168 -0
  141. package/lib/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.js +36 -0
  142. package/lib/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.d.ts +79 -0
  143. package/lib/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.js +256 -0
  144. package/lib/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.d.ts +85 -0
  145. package/lib/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.js +258 -0
  146. package/lib/src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.js +169 -0
  147. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes20/structs.js +191 -0
  148. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes32/structs.js +191 -0
  149. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/consumed-vaas/structs.js +193 -0
  150. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/cursor/structs.d.ts +45 -0
  151. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/cursor/structs.js +196 -0
  152. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.js +348 -0
  153. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/external-address/structs.js +168 -0
  154. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/fee-collector/structs.js +195 -0
  155. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.js +298 -0
  156. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian/structs.js +168 -0
  157. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-set/structs.js +196 -0
  158. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-signature/structs.js +174 -0
  159. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/init.js +90 -0
  160. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/migrate/structs.js +168 -0
  161. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.d.ts +177 -0
  162. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.js +438 -0
  163. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.js +297 -0
  164. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set/structs.js +283 -0
  165. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set-fee/structs.js +256 -0
  166. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/setup/structs.js +168 -0
  167. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.js +303 -0
  168. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/transfer-fee/structs.js +258 -0
  169. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/update-guardian-set/structs.js +372 -0
  170. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.js +349 -0
  171. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/vaa/structs.js +209 -0
  172. package/lib/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/version-control/structs.js +256 -0
  173. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/batch-price-attestation/structs.js +295 -0
  174. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/contract-upgrade/structs.js +260 -0
  175. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/data-source/structs.js +170 -0
  176. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/event/structs.js +259 -0
  177. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance/structs.js +196 -0
  178. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-action/structs.js +167 -0
  179. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-instruction/structs.js +198 -0
  180. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/hot-potato-vector/structs.d.ts +45 -0
  181. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/hot-potato-vector/structs.js +196 -0
  182. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/i64/structs.js +169 -0
  183. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/init.js +84 -0
  184. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/migrate/structs.js +168 -0
  185. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price/structs.js +174 -0
  186. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-feed/structs.js +173 -0
  187. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-identifier/structs.js +191 -0
  188. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-info/structs.js +264 -0
  189. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-status/structs.js +167 -0
  190. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set/structs.d.ts +110 -0
  191. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set/structs.js +288 -0
  192. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-data-sources/structs.js +192 -0
  193. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-fee-recipient/structs.js +167 -0
  194. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-governance-data-source/structs.js +172 -0
  195. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-stale-price-threshold/structs.js +167 -0
  196. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-update-fee/structs.js +169 -0
  197. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/setup/structs.js +168 -0
  198. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.js +363 -0
  199. package/lib/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.js +256 -0
  200. package/lib/src/_framework/init-source.js +64 -0
  201. package/lib/src/_framework/reified.js +263 -0
  202. package/lib/src/_framework/util.js +251 -0
  203. package/lib/src/airdrop/authority-entry.js +137 -0
  204. package/lib/src/airdrop/index.d.ts +3 -0
  205. package/lib/src/airdrop/index.js +19 -0
  206. package/lib/src/airdrop/user-entry.js +16 -0
  207. package/lib/src/airdrop/view-function.d.ts +9 -0
  208. package/lib/src/airdrop/view-function.js +73 -0
  209. package/lib/src/auto-bid/index.d.ts +2 -0
  210. package/lib/src/auto-bid/index.js +18 -0
  211. package/lib/src/auto-bid/user-entry.js +203 -0
  212. package/lib/src/auto-bid/view-function.d.ts +43 -0
  213. package/lib/src/auto-bid/view-function.js +347 -0
  214. package/lib/src/constants/constant.d.ts +22 -0
  215. package/lib/src/constants/constant.js +29 -0
  216. package/lib/src/constants/index.d.ts +2 -0
  217. package/lib/src/constants/index.js +18 -0
  218. package/lib/src/constants/token.d.ts +51 -0
  219. package/lib/src/constants/token.js +178 -0
  220. package/lib/src/index.d.ts +11 -0
  221. package/lib/src/index.js +27 -0
  222. package/lib/src/leaderboard/authority-entry.js +90 -0
  223. package/lib/src/leaderboard/index.d.ts +2 -0
  224. package/lib/src/leaderboard/index.js +18 -0
  225. package/lib/src/leaderboard/view-function.d.ts +20 -0
  226. package/lib/src/leaderboard/view-function.js +93 -0
  227. package/lib/src/tails-exp-dice/api.js +76 -0
  228. package/lib/src/tails-exp-dice/fetch.js +346 -0
  229. package/lib/src/tails-exp-dice/index.d.ts +4 -0
  230. package/lib/src/tails-exp-dice/index.js +20 -0
  231. package/lib/src/tails-exp-dice/user-entry.js +249 -0
  232. package/lib/src/tails-exp-dice/view-function.js +130 -0
  233. package/lib/src/tails-staking/authority-entry.js +247 -0
  234. package/lib/src/tails-staking/index.d.ts +3 -0
  235. package/lib/src/tails-staking/index.js +19 -0
  236. package/lib/src/tails-staking/user-entry.d.ts +157 -0
  237. package/lib/src/tails-staking/user-entry.js +416 -0
  238. package/lib/src/tails-staking/view-function.d.ts +20 -0
  239. package/lib/src/tails-staking/view-function.js +122 -0
  240. package/lib/src/typus-dov-single-v2/entry/authority-entry.js +167 -0
  241. package/lib/src/typus-dov-single-v2/entry/index.d.ts +3 -0
  242. package/lib/src/typus-dov-single-v2/entry/index.js +19 -0
  243. package/lib/src/typus-dov-single-v2/entry/mfud-user-entry.d.ts +126 -0
  244. package/lib/src/typus-dov-single-v2/entry/mfud-user-entry.js +425 -0
  245. package/lib/src/typus-dov-single-v2/entry/user-entry.d.ts +212 -0
  246. package/lib/src/typus-dov-single-v2/entry/user-entry.js +448 -0
  247. package/lib/src/typus-dov-single-v2/function/bidding.d.ts +151 -0
  248. package/lib/src/typus-dov-single-v2/function/bidding.js +833 -0
  249. package/lib/src/typus-dov-single-v2/function/index.d.ts +3 -0
  250. package/lib/src/typus-dov-single-v2/function/index.js +19 -0
  251. package/lib/src/typus-dov-single-v2/function/token.d.ts +21 -0
  252. package/lib/src/typus-dov-single-v2/function/vault.js +23 -0
  253. package/lib/src/typus-dov-single-v2/history/index.d.ts +2 -0
  254. package/lib/src/typus-dov-single-v2/history/index.js +18 -0
  255. package/lib/src/typus-dov-single-v2/history/user-history.d.ts +36 -0
  256. package/lib/src/typus-dov-single-v2/history/user-history.js +999 -0
  257. package/lib/src/typus-dov-single-v2/history/vault-history.d.ts +123 -0
  258. package/lib/src/typus-dov-single-v2/history/vault-history.js +403 -0
  259. package/lib/src/typus-dov-single-v2/index.d.ts +4 -0
  260. package/lib/src/typus-dov-single-v2/index.js +20 -0
  261. package/lib/src/typus-dov-single-v2/view-function.d.ts +212 -0
  262. package/lib/src/typus-dov-single-v2/view-function.js +578 -0
  263. package/lib/src/typus-nft/fetch.d.ts +69 -0
  264. package/lib/src/typus-nft/fetch.js +565 -0
  265. package/lib/src/typus-nft/index.d.ts +2 -0
  266. package/lib/src/typus-nft/index.js +18 -0
  267. package/lib/src/typus-nft/user-entry.js +173 -0
  268. package/lib/src/typus-perp/admin/functions.d.ts +51 -0
  269. package/lib/src/typus-perp/admin/functions.js +100 -0
  270. package/lib/src/typus-perp/admin/structs.d.ts +425 -0
  271. package/lib/src/typus-perp/admin/structs.js +802 -0
  272. package/lib/src/typus-perp/fetch.d.ts +57 -0
  273. package/lib/src/typus-perp/fetch.js +400 -0
  274. package/lib/src/typus-perp/index.d.ts +3 -0
  275. package/lib/src/typus-perp/index.js +14 -0
  276. package/lib/src/typus-perp/init.js +120 -0
  277. package/lib/src/typus-perp/lp-pool/functions.d.ts +283 -0
  278. package/lib/src/typus-perp/lp-pool/functions.js +418 -0
  279. package/lib/src/typus-perp/lp-pool/structs.d.ts +2538 -0
  280. package/lib/src/typus-perp/lp-pool/structs.js +3515 -0
  281. package/lib/src/typus-perp/math/functions.d.ts +18 -0
  282. package/lib/src/typus-perp/math/functions.js +40 -0
  283. package/lib/src/typus-perp/oracle/functions.js +22 -0
  284. package/lib/src/typus-perp/oracle/structs.d.ts +102 -0
  285. package/lib/src/typus-perp/oracle/structs.js +353 -0
  286. package/lib/src/typus-perp/position/functions.d.ts +339 -0
  287. package/lib/src/typus-perp/position/functions.js +564 -0
  288. package/lib/src/typus-perp/position/structs.d.ts +1144 -0
  289. package/lib/src/typus-perp/position/structs.js +1485 -0
  290. package/lib/src/typus-perp/readVec.d.ts +3 -0
  291. package/lib/src/typus-perp/readVec.js +117 -0
  292. package/lib/src/typus-perp/stake-pool/functions.d.ts +169 -0
  293. package/lib/src/typus-perp/stake-pool/functions.js +258 -0
  294. package/lib/src/typus-perp/stake-pool/structs.d.ts +2071 -0
  295. package/lib/src/typus-perp/stake-pool/structs.js +3515 -0
  296. package/lib/src/typus-perp/symbol/functions.js +20 -0
  297. package/lib/src/typus-perp/symbol/structs.d.ts +76 -0
  298. package/lib/src/typus-perp/symbol/structs.js +216 -0
  299. package/lib/src/typus-perp/tlp/functions.js +35 -0
  300. package/lib/src/typus-perp/tlp/structs.d.ts +88 -0
  301. package/lib/src/typus-perp/tlp/structs.js +329 -0
  302. package/lib/src/typus-perp/token-interface/functions.js +20 -0
  303. package/lib/src/typus-perp/trading/functions.d.ts +427 -0
  304. package/lib/src/typus-perp/trading/functions.js +612 -0
  305. package/lib/src/typus-perp/trading/structs.d.ts +2631 -0
  306. package/lib/src/typus-perp/trading/structs.js +4067 -0
  307. package/lib/src/typus-perp/treasury-caps/functions.js +32 -0
  308. package/lib/src/typus-perp/treasury-caps/structs.d.ts +50 -0
  309. package/lib/src/typus-perp/treasury-caps/structs.js +204 -0
  310. package/lib/src/typus-perp/user/order.d.ts +70 -0
  311. package/lib/src/typus-perp/user/order.js +206 -0
  312. package/lib/src/typus-perp/user/orderWithBidReceipt.d.ts +62 -0
  313. package/lib/src/typus-perp/user/orderWithBidReceipt.js +149 -0
  314. package/lib/src/typus-perp/user/tlp.d.ts +93 -0
  315. package/lib/src/typus-perp/user/tlp.js +268 -0
  316. package/lib/src/user/index.d.ts +1 -0
  317. package/lib/src/user/index.js +17 -0
  318. package/lib/src/user/view-function.d.ts +8 -0
  319. package/lib/src/user/view-function.js +71 -0
  320. package/lib/src/utils/api/defillama/index.d.ts +1 -0
  321. package/lib/src/utils/api/defillama/index.js +17 -0
  322. package/lib/src/utils/api/defillama/tvl.js +58 -0
  323. package/lib/src/utils/api/index.d.ts +3 -0
  324. package/lib/src/utils/api/index.js +19 -0
  325. package/lib/src/utils/api/price.js +208 -0
  326. package/lib/src/utils/api/sentio/index.d.ts +2 -0
  327. package/lib/src/utils/api/sentio/index.js +18 -0
  328. package/lib/src/utils/api/sentio/leader-board.js +103 -0
  329. package/lib/src/utils/api/sentio/reward-generated.js +511 -0
  330. package/lib/src/utils/index.d.ts +5 -0
  331. package/lib/src/utils/index.js +21 -0
  332. package/lib/src/utils/mint.d.ts +2 -0
  333. package/lib/src/utils/mint.js +57 -0
  334. package/lib/src/utils/pyth/constant.d.ts +49 -0
  335. package/lib/src/utils/pyth/constant.js +70 -0
  336. package/lib/src/utils/pyth/index.d.ts +2 -0
  337. package/lib/src/utils/pyth/index.js +18 -0
  338. package/lib/src/utils/pyth/pythClient.d.ts +12 -0
  339. package/lib/src/utils/pyth/pythClient.js +80 -0
  340. package/lib/src/utils/tools.js +45 -0
  341. package/package.json +7 -3
  342. package/lib/constants.d.ts +0 -23
  343. package/lib/constants.js +0 -30
  344. package/lib/mainnet.json +0 -71
  345. package/lib/utils/_dependencies/source/0x1/ascii/structs.js +0 -352
  346. package/lib/utils/_dependencies/source/0x1/bit-vector/structs.js +0 -239
  347. package/lib/utils/_dependencies/source/0x1/fixed-point32/structs.js +0 -203
  348. package/lib/utils/_dependencies/source/0x1/init.js +0 -42
  349. package/lib/utils/_dependencies/source/0x1/option/structs.d.ts +0 -46
  350. package/lib/utils/_dependencies/source/0x1/option/structs.js +0 -233
  351. package/lib/utils/_dependencies/source/0x1/string/structs.js +0 -227
  352. package/lib/utils/_dependencies/source/0x1/type-name/structs.js +0 -204
  353. package/lib/utils/_dependencies/source/0x123/discount-mint/structs.d.ts +0 -552
  354. package/lib/utils/_dependencies/source/0x123/discount-mint/structs.js +0 -1068
  355. package/lib/utils/_dependencies/source/0x123/index.d.ts +0 -2
  356. package/lib/utils/_dependencies/source/0x123/index.js +0 -5
  357. package/lib/utils/_dependencies/source/0x123/init.js +0 -61
  358. package/lib/utils/_dependencies/source/0x123/royalty-rule/structs.d.ts +0 -85
  359. package/lib/utils/_dependencies/source/0x123/royalty-rule/structs.js +0 -340
  360. package/lib/utils/_dependencies/source/0x123/staking/structs.d.ts +0 -433
  361. package/lib/utils/_dependencies/source/0x123/staking/structs.js +0 -784
  362. package/lib/utils/_dependencies/source/0x123/table-vec/structs.d.ts +0 -63
  363. package/lib/utils/_dependencies/source/0x123/table-vec/structs.js +0 -236
  364. package/lib/utils/_dependencies/source/0x123/typus-nft/structs.d.ts +0 -1006
  365. package/lib/utils/_dependencies/source/0x123/typus-nft/structs.js +0 -1994
  366. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/index.d.ts +0 -2
  367. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/index.js +0 -5
  368. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/init.js +0 -38
  369. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/whitelist/structs.d.ts +0 -340
  370. package/lib/utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f/whitelist/structs.js +0 -1103
  371. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/index.d.ts +0 -2
  372. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/index.js +0 -5
  373. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/init.js +0 -40
  374. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/price-feed/structs.d.ts +0 -47
  375. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/price-feed/structs.js +0 -215
  376. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/price-update-policy/structs.d.ts +0 -212
  377. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/price-update-policy/structs.js +0 -525
  378. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/x-oracle/structs.d.ts +0 -471
  379. package/lib/utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6/x-oracle/structs.js +0 -669
  380. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/airdrop/structs.d.ts +0 -463
  381. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/airdrop/structs.js +0 -961
  382. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/big-vector/structs.d.ts +0 -137
  383. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/big-vector/structs.js +0 -401
  384. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/critbit/structs.d.ts +0 -226
  385. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/critbit/structs.js +0 -572
  386. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/ecosystem/structs.d.ts +0 -383
  387. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/ecosystem/structs.js +0 -802
  388. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/index.d.ts +0 -2
  389. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/index.js +0 -5
  390. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/init.js +0 -72
  391. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/leaderboard/structs.d.ts +0 -591
  392. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/leaderboard/structs.js +0 -1156
  393. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/linked-object-table/structs.d.ts +0 -152
  394. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/linked-object-table/structs.js +0 -380
  395. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/linked-set/structs.d.ts +0 -138
  396. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/linked-set/structs.js +0 -376
  397. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/tgld/structs.d.ts +0 -261
  398. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/tgld/structs.js +0 -653
  399. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/user/structs.d.ts +0 -194
  400. package/lib/utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d/user/structs.js +0 -509
  401. package/lib/utils/_dependencies/source/0x2/authenticator-state/structs.js +0 -807
  402. package/lib/utils/_dependencies/source/0x2/bag/structs.js +0 -210
  403. package/lib/utils/_dependencies/source/0x2/balance/structs.js +0 -332
  404. package/lib/utils/_dependencies/source/0x2/bcs/structs.js +0 -227
  405. package/lib/utils/_dependencies/source/0x2/bls12381/structs.js +0 -578
  406. package/lib/utils/_dependencies/source/0x2/borrow/structs.d.ts +0 -104
  407. package/lib/utils/_dependencies/source/0x2/borrow/structs.js +0 -353
  408. package/lib/utils/_dependencies/source/0x2/clock/structs.js +0 -216
  409. package/lib/utils/_dependencies/source/0x2/coin/structs.js +0 -924
  410. package/lib/utils/_dependencies/source/0x2/deny-list/structs.js +0 -386
  411. package/lib/utils/_dependencies/source/0x2/display/structs.js +0 -498
  412. package/lib/utils/_dependencies/source/0x2/dynamic-field/structs.d.ts +0 -63
  413. package/lib/utils/_dependencies/source/0x2/dynamic-field/structs.js +0 -226
  414. package/lib/utils/_dependencies/source/0x2/dynamic-object-field/structs.d.ts +0 -42
  415. package/lib/utils/_dependencies/source/0x2/dynamic-object-field/structs.js +0 -208
  416. package/lib/utils/_dependencies/source/0x2/groth16/structs.js +0 -626
  417. package/lib/utils/_dependencies/source/0x2/group-ops/structs.js +0 -229
  418. package/lib/utils/_dependencies/source/0x2/init.js +0 -151
  419. package/lib/utils/_dependencies/source/0x2/kiosk/structs.js +0 -1501
  420. package/lib/utils/_dependencies/source/0x2/kiosk-extension/structs.js +0 -349
  421. package/lib/utils/_dependencies/source/0x2/linked-table/structs.d.ts +0 -144
  422. package/lib/utils/_dependencies/source/0x2/linked-table/structs.js +0 -380
  423. package/lib/utils/_dependencies/source/0x2/object/structs.js +0 -328
  424. package/lib/utils/_dependencies/source/0x2/object-bag/structs.js +0 -210
  425. package/lib/utils/_dependencies/source/0x2/object-table/structs.js +0 -218
  426. package/lib/utils/_dependencies/source/0x2/package/structs.js +0 -682
  427. package/lib/utils/_dependencies/source/0x2/priority-queue/structs.d.ts +0 -101
  428. package/lib/utils/_dependencies/source/0x2/priority-queue/structs.js +0 -376
  429. package/lib/utils/_dependencies/source/0x2/random/structs.js +0 -533
  430. package/lib/utils/_dependencies/source/0x2/sui/structs.js +0 -203
  431. package/lib/utils/_dependencies/source/0x2/table/structs.js +0 -218
  432. package/lib/utils/_dependencies/source/0x2/table-vec/structs.js +0 -236
  433. package/lib/utils/_dependencies/source/0x2/token/structs.d.ts +0 -424
  434. package/lib/utils/_dependencies/source/0x2/token/structs.js +0 -937
  435. package/lib/utils/_dependencies/source/0x2/transfer/structs.js +0 -218
  436. package/lib/utils/_dependencies/source/0x2/transfer-policy/structs.js +0 -923
  437. package/lib/utils/_dependencies/source/0x2/tx-context/structs.js +0 -257
  438. package/lib/utils/_dependencies/source/0x2/url/structs.js +0 -204
  439. package/lib/utils/_dependencies/source/0x2/vec-map/structs.d.ts +0 -101
  440. package/lib/utils/_dependencies/source/0x2/vec-map/structs.js +0 -378
  441. package/lib/utils/_dependencies/source/0x2/vec-set/structs.d.ts +0 -45
  442. package/lib/utils/_dependencies/source/0x2/vec-set/structs.js +0 -232
  443. package/lib/utils/_dependencies/source/0x2/versioned/structs.js +0 -353
  444. package/lib/utils/_dependencies/source/0x2/zklogin-verified-id/structs.js +0 -241
  445. package/lib/utils/_dependencies/source/0x2/zklogin-verified-issuer/structs.js +0 -223
  446. package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.js +0 -31
  447. package/lib/utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.js +0 -204
  448. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.js +0 -34
  449. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.d.ts +0 -41
  450. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.js +0 -203
  451. package/lib/utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.js +0 -359
  452. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/auto-bid/structs.d.ts +0 -1404
  453. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/auto-bid/structs.js +0 -2581
  454. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/index.d.ts +0 -2
  455. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/index.js +0 -5
  456. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/init.js +0 -131
  457. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tails-staking/structs.d.ts +0 -1201
  458. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tails-staking/structs.js +0 -2527
  459. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-authorized-entry/structs.d.ts +0 -1622
  460. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-authorized-entry/structs.js +0 -2192
  461. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-fee-pool-entry/structs.d.ts +0 -395
  462. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-fee-pool-entry/structs.js +0 -1094
  463. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-registry-authorized-entry/structs.d.ts +0 -994
  464. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-registry-authorized-entry/structs.js +0 -1358
  465. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-view-function/structs.d.ts +0 -77
  466. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/tds-view-function/structs.js +0 -245
  467. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/typus-dov-single/structs.d.ts +0 -4338
  468. package/lib/utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455/typus-dov-single/structs.js +0 -5821
  469. package/lib/utils/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.js +0 -5
  470. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/ac-table/structs.d.ts +0 -218
  471. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/ac-table/structs.js +0 -524
  472. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/balance-bag/structs.d.ts +0 -77
  473. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/balance-bag/structs.js +0 -217
  474. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/index.d.ts +0 -2
  475. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/index.js +0 -5
  476. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/init.js +0 -46
  477. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/one-time-lock-value/structs.d.ts +0 -69
  478. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/one-time-lock-value/structs.js +0 -233
  479. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/ownership/structs.d.ts +0 -60
  480. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/ownership/structs.js +0 -218
  481. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/supply-bag/structs.d.ts +0 -77
  482. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/supply-bag/structs.js +0 -217
  483. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/wit-table/structs.d.ts +0 -103
  484. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/wit-table/structs.js +0 -259
  485. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/witness/structs.d.ts +0 -79
  486. package/lib/utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162/witness/structs.js +0 -332
  487. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/index.d.ts +0 -2
  488. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/index.js +0 -5
  489. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/init.js +0 -40
  490. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/oracle/structs.d.ts +0 -277
  491. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/oracle/structs.js +0 -553
  492. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/pyth-parser/structs.d.ts +0 -102
  493. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/pyth-parser/structs.js +0 -353
  494. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/supra/structs.d.ts +0 -65
  495. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/supra/structs.js +0 -233
  496. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/switchboard-feed-parser/structs.d.ts +0 -65
  497. package/lib/utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a/switchboard-feed-parser/structs.js +0 -233
  498. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.js +0 -192
  499. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.js +0 -382
  500. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.js +0 -176
  501. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.js +0 -959
  502. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.js +0 -167
  503. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +0 -2
  504. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +0 -5
  505. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.js +0 -80
  506. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.d.ts +0 -146
  507. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.js +0 -274
  508. package/lib/utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.js +0 -4465
  509. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.js +0 -1107
  510. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.js +0 -44
  511. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.js +0 -258
  512. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.js +0 -221
  513. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.js +0 -294
  514. package/lib/utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.js +0 -204
  515. package/lib/utils/_dependencies/source/0x9c564002970ce40370b0c1a8328d2e91924dab43ca2cb483af67aaf0f7cbe44e/index.d.ts +0 -2
  516. package/lib/utils/_dependencies/source/0x9c564002970ce40370b0c1a8328d2e91924dab43ca2cb483af67aaf0f7cbe44e/index.js +0 -5
  517. package/lib/utils/_dependencies/source/0x9c564002970ce40370b0c1a8328d2e91924dab43ca2cb483af67aaf0f7cbe44e/init.d.ts +0 -2
  518. package/lib/utils/_dependencies/source/0x9c564002970ce40370b0c1a8328d2e91924dab43ca2cb483af67aaf0f7cbe44e/init.js +0 -5
  519. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/authority/structs.d.ts +0 -83
  520. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/authority/structs.js +0 -234
  521. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/balance-pool/structs.d.ts +0 -333
  522. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/balance-pool/structs.js +0 -528
  523. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/big-vector/structs.d.ts +0 -68
  524. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/big-vector/structs.js +0 -230
  525. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/dutch/structs.d.ts +0 -843
  526. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/dutch/structs.js +0 -1573
  527. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/i64/structs.d.ts +0 -41
  528. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/i64/structs.js +0 -203
  529. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/index.d.ts +0 -2
  530. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/index.js +0 -5
  531. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/init.d.ts +0 -2
  532. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/init.js +0 -80
  533. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/linked-list/structs.d.ts +0 -146
  534. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/linked-list/structs.js +0 -386
  535. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/vault/structs.d.ts +0 -2272
  536. package/lib/utils/_dependencies/source/0xa2de2f04907b77ef03800a8969bb4f88c821737ee133aba4bc0485b267ad2118/vault/structs.js +0 -4465
  537. package/lib/utils/_dependencies/source/0xad013d5fde39e15eabda32b3dbdafd67dac32b798ce63237c27a8f73339b9b6f/index.d.ts +0 -2
  538. package/lib/utils/_dependencies/source/0xad013d5fde39e15eabda32b3dbdafd67dac32b798ce63237c27a8f73339b9b6f/index.js +0 -5
  539. package/lib/utils/_dependencies/source/0xad013d5fde39e15eabda32b3dbdafd67dac32b798ce63237c27a8f73339b9b6f/init.d.ts +0 -2
  540. package/lib/utils/_dependencies/source/0xad013d5fde39e15eabda32b3dbdafd67dac32b798ce63237c27a8f73339b9b6f/init.js +0 -5
  541. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.d.ts +0 -2
  542. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.js +0 -37
  543. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.d.ts +0 -79
  544. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.js +0 -328
  545. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.d.ts +0 -85
  546. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.js +0 -340
  547. package/lib/utils/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.js +0 -205
  548. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/coin-decimals-registry/structs.d.ts +0 -174
  549. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/coin-decimals-registry/structs.js +0 -511
  550. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/index.d.ts +0 -2
  551. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/index.js +0 -5
  552. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/init.d.ts +0 -2
  553. package/lib/utils/_dependencies/source/0xca5a5a62f01c79a104bf4d31669e29daa387f325c241de4edbe30986a9bc8b0d/init.js +0 -33
  554. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes20/structs.js +0 -227
  555. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes32/structs.js +0 -227
  556. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/consumed-vaas/structs.js +0 -231
  557. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/cursor/structs.d.ts +0 -45
  558. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/cursor/structs.js +0 -232
  559. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.js +0 -466
  560. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/external-address/structs.js +0 -204
  561. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/fee-collector/structs.js +0 -241
  562. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.js +0 -406
  563. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian/structs.js +0 -204
  564. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-set/structs.js +0 -246
  565. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-signature/structs.js +0 -228
  566. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/init.d.ts +0 -2
  567. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/init.js +0 -91
  568. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/migrate/structs.js +0 -204
  569. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.d.ts +0 -177
  570. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.js +0 -592
  571. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.js +0 -413
  572. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set/structs.js +0 -361
  573. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set-fee/structs.js +0 -328
  574. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/setup/structs.js +0 -204
  575. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.js +0 -413
  576. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/transfer-fee/structs.js +0 -340
  577. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/update-guardian-set/structs.js +0 -490
  578. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.js +0 -467
  579. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/vaa/structs.js +0 -283
  580. package/lib/utils/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/version-control/structs.js +0 -328
  581. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/batch-price-attestation/structs.js +0 -407
  582. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/contract-upgrade/structs.js +0 -342
  583. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/data-source/structs.js +0 -216
  584. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/event/structs.js +0 -341
  585. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance/structs.js +0 -246
  586. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-action/structs.js +0 -203
  587. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-instruction/structs.js +0 -252
  588. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/hot-potato-vector/structs.d.ts +0 -45
  589. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/hot-potato-vector/structs.js +0 -232
  590. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/i64/structs.js +0 -215
  591. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/init.d.ts +0 -2
  592. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/init.js +0 -85
  593. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/migrate/structs.js +0 -204
  594. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price/structs.js +0 -228
  595. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-feed/structs.js +0 -223
  596. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-identifier/structs.js +0 -227
  597. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-info/structs.js +0 -360
  598. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-status/structs.js +0 -203
  599. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set/structs.d.ts +0 -110
  600. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set/structs.js +0 -370
  601. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-data-sources/structs.js +0 -228
  602. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-fee-recipient/structs.js +0 -203
  603. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-governance-data-source/structs.js +0 -222
  604. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-stale-price-threshold/structs.js +0 -203
  605. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-update-fee/structs.js +0 -215
  606. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/setup/structs.js +0 -204
  607. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.js +0 -507
  608. package/lib/utils/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.js +0 -328
  609. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/admin/structs.d.ts +0 -215
  610. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/admin/structs.js +0 -533
  611. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/index.d.ts +0 -2
  612. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/index.js +0 -5
  613. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/init.d.ts +0 -2
  614. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/init.js +0 -44
  615. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/rewards-pool/structs.d.ts +0 -93
  616. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/rewards-pool/structs.js +0 -243
  617. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/spool/structs.d.ts +0 -125
  618. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/spool/structs.js +0 -271
  619. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/spool-account/structs.d.ts +0 -114
  620. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/spool-account/structs.js +0 -250
  621. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/user/structs.d.ts +0 -413
  622. package/lib/utils/_dependencies/source/0xe87f1b2d498106a2c61421cec75b7b5c5e348512b0dc263949a0e7a3c256571a/user/structs.js +0 -754
  623. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/app/structs.d.ts +0 -210
  624. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/app/structs.js +0 -392
  625. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/asset-active-state/structs.d.ts +0 -250
  626. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/asset-active-state/structs.js +0 -491
  627. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/borrow/structs.d.ts +0 -85
  628. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/borrow/structs.js +0 -235
  629. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/borrow-dynamics/structs.d.ts +0 -106
  630. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/borrow-dynamics/structs.js +0 -353
  631. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/collateral-stats/structs.d.ts +0 -79
  632. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/collateral-stats/structs.js +0 -328
  633. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/deposit-collateral/structs.d.ts +0 -79
  634. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/deposit-collateral/structs.js +0 -229
  635. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/flash-loan/structs.d.ts +0 -132
  636. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/flash-loan/structs.js +0 -365
  637. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/incentive-rewards/structs.d.ts +0 -109
  638. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/incentive-rewards/structs.js +0 -342
  639. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/index.d.ts +0 -2
  640. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/index.js +0 -5
  641. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/init.d.ts +0 -2
  642. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/init.js +0 -114
  643. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/interest-model/structs.d.ts +0 -571
  644. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/interest-model/structs.js +0 -682
  645. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/limiter/structs.d.ts +0 -591
  646. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/limiter/structs.js +0 -1360
  647. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/liquidate/structs.d.ts +0 -111
  648. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/liquidate/structs.js +0 -247
  649. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/lock-obligation/structs.d.ts +0 -67
  650. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/lock-obligation/structs.js +0 -217
  651. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/market/structs.d.ts +0 -854
  652. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/market/structs.js +0 -293
  653. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/mint/structs.d.ts +0 -100
  654. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/mint/structs.js +0 -240
  655. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation/structs.d.ts +0 -628
  656. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation/structs.js +0 -1010
  657. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-access/structs.d.ts +0 -92
  658. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-access/structs.js +0 -224
  659. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-collaterals/structs.d.ts +0 -79
  660. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-collaterals/structs.js +0 -328
  661. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-debts/structs.d.ts +0 -85
  662. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/obligation-debts/structs.js +0 -340
  663. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/open-obligation/structs.d.ts +0 -104
  664. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/open-obligation/structs.js +0 -347
  665. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/redeem/structs.d.ts +0 -100
  666. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/redeem/structs.js +0 -240
  667. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/repay/structs.d.ts +0 -85
  668. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/repay/structs.js +0 -235
  669. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/reserve/structs.d.ts +0 -497
  670. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/reserve/structs.js +0 -927
  671. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/risk-model/structs.d.ts +0 -443
  672. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/risk-model/structs.js +0 -658
  673. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/version/structs.d.ts +0 -102
  674. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/version/structs.js +0 -335
  675. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/withdraw-collateral/structs.d.ts +0 -79
  676. package/lib/utils/_dependencies/source/0xefe8b36d5b2e43728cc323298626b83177803521d195cfb11e15b910e892fddf/withdraw-collateral/structs.js +0 -229
  677. package/lib/utils/_framework/init-source.js +0 -81
  678. package/lib/utils/_framework/reified.js +0 -263
  679. package/lib/utils/_framework/util.js +0 -252
  680. package/lib/utils/airdrop/authority-entry.js +0 -138
  681. package/lib/utils/airdrop/user-entry.js +0 -21
  682. package/lib/utils/airdrop/view-functions.d.ts +0 -10
  683. package/lib/utils/airdrop/view-functions.js +0 -72
  684. package/lib/utils/api/defillama/tvl.js +0 -59
  685. package/lib/utils/api/sentio/leader-board.js +0 -104
  686. package/lib/utils/api/sentio/reward-generated.js +0 -524
  687. package/lib/utils/auction/sealedAuction.d.ts +0 -33
  688. package/lib/utils/auction/sealedAuction.js +0 -64
  689. package/lib/utils/auto-bid/user-entry.js +0 -204
  690. package/lib/utils/auto-bid/view-function.d.ts +0 -43
  691. package/lib/utils/auto-bid/view-function.js +0 -348
  692. package/lib/utils/leaderboard/authority-entry.js +0 -91
  693. package/lib/utils/leaderboard/view-function.d.ts +0 -21
  694. package/lib/utils/leaderboard/view-function.js +0 -92
  695. package/lib/utils/locked-period-vault/index.d.ts +0 -3
  696. package/lib/utils/locked-period-vault/index.js +0 -6
  697. package/lib/utils/locked-period-vault/init.js +0 -44
  698. package/lib/utils/locked-period-vault/locked-period-vault/functions.d.ts +0 -137
  699. package/lib/utils/locked-period-vault/locked-period-vault/functions.js +0 -264
  700. package/lib/utils/locked-period-vault/locked-period-vault/structs.d.ts +0 -1236
  701. package/lib/utils/locked-period-vault/locked-period-vault/structs.js +0 -2400
  702. package/lib/utils/mint.d.ts +0 -2
  703. package/lib/utils/mint.js +0 -58
  704. package/lib/utils/nft-staking/authorized-entry.d.ts +0 -5
  705. package/lib/utils/nft-staking/authorized-entry.js +0 -136
  706. package/lib/utils/nft-staking/calculation.d.ts +0 -3
  707. package/lib/utils/nft-staking/calculation.js +0 -33
  708. package/lib/utils/nft-staking/fetch.d.ts +0 -5
  709. package/lib/utils/nft-staking/fetch.js +0 -115
  710. package/lib/utils/nft-staking/user-entry.d.ts +0 -3
  711. package/lib/utils/nft-staking/user-entry.js +0 -658
  712. package/lib/utils/price.js +0 -209
  713. package/lib/utils/recap2023.d.ts +0 -1
  714. package/lib/utils/recap2023.js +0 -164
  715. package/lib/utils/sponsorTransaction.d.ts +0 -26
  716. package/lib/utils/sponsorTransaction.js +0 -292
  717. package/lib/utils/tails-exp-dice/api.js +0 -77
  718. package/lib/utils/tails-exp-dice/fetch.js +0 -346
  719. package/lib/utils/tails-exp-dice/user-entry.js +0 -250
  720. package/lib/utils/tails-exp-dice/view-function.js +0 -131
  721. package/lib/utils/tails-staking/authorized-entry.js +0 -248
  722. package/lib/utils/tails-staking/user-entry.d.ts +0 -155
  723. package/lib/utils/tails-staking/user-entry.js +0 -388
  724. package/lib/utils/tails-staking/view-function.d.ts +0 -21
  725. package/lib/utils/tails-staking/view-function.js +0 -118
  726. package/lib/utils/token.d.ts +0 -3
  727. package/lib/utils/token.js +0 -101
  728. package/lib/utils/tools.js +0 -45
  729. package/lib/utils/typus-dice/api.d.ts +0 -1
  730. package/lib/utils/typus-dice/api.js +0 -77
  731. package/lib/utils/typus-dice/fetch.d.ts +0 -72
  732. package/lib/utils/typus-dice/fetch.js +0 -349
  733. package/lib/utils/typus-dice/user-entry.d.ts +0 -28
  734. package/lib/utils/typus-dice/user-entry.js +0 -164
  735. package/lib/utils/typus-dice/view-function.d.ts +0 -8
  736. package/lib/utils/typus-dice/view-function.js +0 -135
  737. package/lib/utils/typus-dov-single-v2/authorized-entry.js +0 -168
  738. package/lib/utils/typus-dov-single-v2/depositorPnl.d.ts +0 -11
  739. package/lib/utils/typus-dov-single-v2/depositorPnl.js +0 -192
  740. package/lib/utils/typus-dov-single-v2/function/bidding.d.ts +0 -151
  741. package/lib/utils/typus-dov-single-v2/function/bidding.js +0 -833
  742. package/lib/utils/typus-dov-single-v2/function/token.d.ts +0 -21
  743. package/lib/utils/typus-dov-single-v2/function/vault.js +0 -23
  744. package/lib/utils/typus-dov-single-v2/leaderboard.d.ts +0 -7
  745. package/lib/utils/typus-dov-single-v2/leaderboard.js +0 -307
  746. package/lib/utils/typus-dov-single-v2/mfud-user-entry.d.ts +0 -126
  747. package/lib/utils/typus-dov-single-v2/mfud-user-entry.js +0 -426
  748. package/lib/utils/typus-dov-single-v2/user-entry.d.ts +0 -202
  749. package/lib/utils/typus-dov-single-v2/user-entry.js +0 -421
  750. package/lib/utils/typus-dov-single-v2/user-history.d.ts +0 -26
  751. package/lib/utils/typus-dov-single-v2/user-history.js +0 -819
  752. package/lib/utils/typus-dov-single-v2/vault-history.d.ts +0 -123
  753. package/lib/utils/typus-dov-single-v2/vault-history.js +0 -404
  754. package/lib/utils/typus-dov-single-v2/view-function.d.ts +0 -213
  755. package/lib/utils/typus-dov-single-v2/view-function.js +0 -579
  756. package/lib/utils/typus-framework/dutch.d.ts +0 -25
  757. package/lib/utils/typus-framework/dutch.js +0 -84
  758. package/lib/utils/typus-framework/vault.d.ts +0 -32
  759. package/lib/utils/typus-framework/vault.js +0 -32
  760. package/lib/utils/typus-nft/fetch.d.ts +0 -68
  761. package/lib/utils/typus-nft/fetch.js +0 -564
  762. package/lib/utils/typus-nft/user-entry.js +0 -174
  763. package/lib/utils/typus_perp/admin/functions.d.ts +0 -18
  764. package/lib/utils/typus_perp/admin/functions.js +0 -43
  765. package/lib/utils/typus_perp/admin/structs.d.ts +0 -371
  766. package/lib/utils/typus_perp/admin/structs.js +0 -796
  767. package/lib/utils/typus_perp/critbit/functions.d.ts +0 -101
  768. package/lib/utils/typus_perp/critbit/functions.js +0 -186
  769. package/lib/utils/typus_perp/critbit/structs.d.ts +0 -226
  770. package/lib/utils/typus_perp/critbit/structs.js +0 -572
  771. package/lib/utils/typus_perp/index.d.ts +0 -2
  772. package/lib/utils/typus_perp/index.js +0 -5
  773. package/lib/utils/typus_perp/init.d.ts +0 -2
  774. package/lib/utils/typus_perp/init.js +0 -121
  775. package/lib/utils/typus_perp/lp-pool/functions.d.ts +0 -231
  776. package/lib/utils/typus_perp/lp-pool/functions.js +0 -346
  777. package/lib/utils/typus_perp/lp-pool/structs.d.ts +0 -2232
  778. package/lib/utils/typus_perp/lp-pool/structs.js +0 -3300
  779. package/lib/utils/typus_perp/math/functions.d.ts +0 -16
  780. package/lib/utils/typus_perp/math/functions.js +0 -33
  781. package/lib/utils/typus_perp/oracle/functions.js +0 -23
  782. package/lib/utils/typus_perp/oracle/structs.d.ts +0 -102
  783. package/lib/utils/typus_perp/oracle/structs.js +0 -353
  784. package/lib/utils/typus_perp/position/functions.d.ts +0 -189
  785. package/lib/utils/typus_perp/position/functions.js +0 -307
  786. package/lib/utils/typus_perp/position/structs.d.ts +0 -588
  787. package/lib/utils/typus_perp/position/structs.js +0 -763
  788. package/lib/utils/typus_perp/stake-pool/functions.d.ts +0 -180
  789. package/lib/utils/typus_perp/stake-pool/functions.js +0 -276
  790. package/lib/utils/typus_perp/stake-pool/structs.d.ts +0 -2089
  791. package/lib/utils/typus_perp/stake-pool/structs.js +0 -3539
  792. package/lib/utils/typus_perp/symbol/functions.js +0 -21
  793. package/lib/utils/typus_perp/symbol/structs.d.ts +0 -76
  794. package/lib/utils/typus_perp/symbol/structs.js +0 -216
  795. package/lib/utils/typus_perp/tlp/functions.js +0 -36
  796. package/lib/utils/typus_perp/tlp/structs.d.ts +0 -88
  797. package/lib/utils/typus_perp/tlp/structs.js +0 -329
  798. package/lib/utils/typus_perp/token-interface/functions.js +0 -21
  799. package/lib/utils/typus_perp/trading/functions.d.ts +0 -234
  800. package/lib/utils/typus_perp/trading/functions.js +0 -329
  801. package/lib/utils/typus_perp/trading/structs.d.ts +0 -2305
  802. package/lib/utils/typus_perp/trading/structs.js +0 -3792
  803. package/lib/utils/typus_perp/treasury-caps/functions.js +0 -33
  804. package/lib/utils/typus_perp/treasury-caps/structs.d.ts +0 -50
  805. package/lib/utils/typus_perp/treasury-caps/structs.js +0 -204
  806. package/lib/utils/typus_perp/utils/functions.d.ts +0 -24
  807. package/lib/utils/typus_perp/utils/functions.js +0 -41
  808. package/lib/utils/user/view-function.d.ts +0 -9
  809. package/lib/utils/user/view-function.js +0 -72
  810. /package/lib/{utils → src}/_dependencies/source/0x1/ascii/structs.d.ts +0 -0
  811. /package/lib/{utils → src}/_dependencies/source/0x1/bit-vector/structs.d.ts +0 -0
  812. /package/lib/{utils → src}/_dependencies/source/0x1/fixed-point32/structs.d.ts +0 -0
  813. /package/lib/{utils → src}/_dependencies/source/0x1/index.d.ts +0 -0
  814. /package/lib/{utils → src}/_dependencies/source/0x1/index.js +0 -0
  815. /package/lib/{utils → src}/_dependencies/source/0x1/init.d.ts +0 -0
  816. /package/lib/{utils → src}/_dependencies/source/0x1/string/structs.d.ts +0 -0
  817. /package/lib/{utils → src}/_dependencies/source/0x1/type-name/structs.d.ts +0 -0
  818. /package/lib/{utils/_dependencies/source/0x123 → src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73}/init.d.ts +0 -0
  819. /package/lib/{utils → src}/_dependencies/source/0x2/authenticator-state/structs.d.ts +0 -0
  820. /package/lib/{utils → src}/_dependencies/source/0x2/bag/structs.d.ts +0 -0
  821. /package/lib/{utils → src}/_dependencies/source/0x2/balance/structs.d.ts +0 -0
  822. /package/lib/{utils → src}/_dependencies/source/0x2/bcs/structs.d.ts +0 -0
  823. /package/lib/{utils → src}/_dependencies/source/0x2/bls12381/structs.d.ts +0 -0
  824. /package/lib/{utils → src}/_dependencies/source/0x2/clock/structs.d.ts +0 -0
  825. /package/lib/{utils → src}/_dependencies/source/0x2/coin/structs.d.ts +0 -0
  826. /package/lib/{utils → src}/_dependencies/source/0x2/deny-list/structs.d.ts +0 -0
  827. /package/lib/{utils → src}/_dependencies/source/0x2/display/structs.d.ts +0 -0
  828. /package/lib/{utils → src}/_dependencies/source/0x2/groth16/structs.d.ts +0 -0
  829. /package/lib/{utils → src}/_dependencies/source/0x2/group-ops/structs.d.ts +0 -0
  830. /package/lib/{utils → src}/_dependencies/source/0x2/index.d.ts +0 -0
  831. /package/lib/{utils → src}/_dependencies/source/0x2/index.js +0 -0
  832. /package/lib/{utils/_dependencies/source/0x1318fdc90319ec9c24df1456d960a447521b0a658316155895014a6e39b5482f → src/_dependencies/source/0x2}/init.d.ts +0 -0
  833. /package/lib/{utils → src}/_dependencies/source/0x2/kiosk/structs.d.ts +0 -0
  834. /package/lib/{utils → src}/_dependencies/source/0x2/kiosk-extension/structs.d.ts +0 -0
  835. /package/lib/{utils → src}/_dependencies/source/0x2/object/structs.d.ts +0 -0
  836. /package/lib/{utils → src}/_dependencies/source/0x2/object-bag/structs.d.ts +0 -0
  837. /package/lib/{utils → src}/_dependencies/source/0x2/object-table/structs.d.ts +0 -0
  838. /package/lib/{utils → src}/_dependencies/source/0x2/package/structs.d.ts +0 -0
  839. /package/lib/{utils → src}/_dependencies/source/0x2/random/structs.d.ts +0 -0
  840. /package/lib/{utils → src}/_dependencies/source/0x2/sui/structs.d.ts +0 -0
  841. /package/lib/{utils → src}/_dependencies/source/0x2/table/structs.d.ts +0 -0
  842. /package/lib/{utils → src}/_dependencies/source/0x2/table-vec/structs.d.ts +0 -0
  843. /package/lib/{utils → src}/_dependencies/source/0x2/transfer/structs.d.ts +0 -0
  844. /package/lib/{utils → src}/_dependencies/source/0x2/transfer-policy/structs.d.ts +0 -0
  845. /package/lib/{utils → src}/_dependencies/source/0x2/tx-context/structs.d.ts +0 -0
  846. /package/lib/{utils → src}/_dependencies/source/0x2/url/structs.d.ts +0 -0
  847. /package/lib/{utils → src}/_dependencies/source/0x2/versioned/structs.d.ts +0 -0
  848. /package/lib/{utils → src}/_dependencies/source/0x2/zklogin-verified-id/structs.d.ts +0 -0
  849. /package/lib/{utils → src}/_dependencies/source/0x2/zklogin-verified-issuer/structs.d.ts +0 -0
  850. /package/lib/{utils → src}/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.d.ts +0 -0
  851. /package/lib/{utils → src}/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.js +0 -0
  852. /package/lib/{utils/_dependencies/source/0x1478a432123e4b3d61878b629f2c692969fdb375644f1251cd278a4b1e7d7cd6 → src/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698}/init.d.ts +0 -0
  853. /package/lib/{utils → src}/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.d.ts +0 -0
  854. /package/lib/{utils → src}/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.d.ts +0 -0
  855. /package/lib/{utils → src}/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.js +0 -0
  856. /package/lib/{utils/_dependencies/source/0x17117e8e181c236a3d1706f8a60486676cc9a5c82dc58d132a2f8270598271d → src/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a}/init.d.ts +0 -0
  857. /package/lib/{utils → src}/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.d.ts +0 -0
  858. /package/lib/{utils/_dependencies/source/0x2 → src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277}/init.d.ts +0 -0
  859. /package/lib/{utils/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698 → src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828}/init.d.ts +0 -0
  860. /package/lib/{utils/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a → src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f}/init.d.ts +0 -0
  861. /package/lib/{utils → src}/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.d.ts +0 -0
  862. /package/lib/{utils → src}/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.js +0 -0
  863. /package/lib/{utils/_dependencies/source/0x6cddbfa30141e0332f8995a12453fc2cb07a2fa3dad52b342493780c7784f455 → src/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399}/init.d.ts +0 -0
  864. /package/lib/{utils → src}/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.d.ts +0 -0
  865. /package/lib/{utils → src}/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.d.ts +0 -0
  866. /package/lib/{utils → src}/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.d.ts +0 -0
  867. /package/lib/{utils → src}/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.d.ts +0 -0
  868. /package/lib/{utils → src}/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.d.ts +0 -0
  869. /package/lib/{utils/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399 → src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded}/init.d.ts +0 -0
  870. /package/lib/{utils → src}/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.d.ts +0 -0
  871. /package/lib/{utils → src}/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.d.ts +0 -0
  872. /package/lib/{utils → src}/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.d.ts +0 -0
  873. /package/lib/{utils → src}/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.js +0 -0
  874. /package/lib/{utils/_dependencies/source/0x779b5c547976899f5474f3a5bc0db36ddf4697ad7e5a901db0415c2281d28162 → src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e}/init.d.ts +0 -0
  875. /package/lib/{utils → src}/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.d.ts +0 -0
  876. /package/lib/{utils → src}/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.d.ts +0 -0
  877. /package/lib/{utils → src}/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.d.ts +0 -0
  878. /package/lib/{utils → src}/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.d.ts +0 -0
  879. /package/lib/{utils → src}/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.d.ts +0 -0
  880. /package/lib/{utils → src}/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.js +0 -0
  881. /package/lib/{utils/_dependencies/source/0x855eb2d260ee42b898266e6df90bfd3c4ed821ccb253a352c159c223244a4b8a → src/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585}/init.d.ts +0 -0
  882. /package/lib/{utils → src}/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.d.ts +0 -0
  883. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes20/structs.d.ts +0 -0
  884. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/bytes32/structs.d.ts +0 -0
  885. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/consumed-vaas/structs.d.ts +0 -0
  886. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.d.ts +0 -0
  887. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/external-address/structs.d.ts +0 -0
  888. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/fee-collector/structs.d.ts +0 -0
  889. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.d.ts +0 -0
  890. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian/structs.d.ts +0 -0
  891. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-set/structs.d.ts +0 -0
  892. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/guardian-signature/structs.d.ts +0 -0
  893. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.d.ts +0 -0
  894. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.js +0 -0
  895. /package/lib/{utils/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded → src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e}/init.d.ts +0 -0
  896. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/migrate/structs.d.ts +0 -0
  897. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.d.ts +0 -0
  898. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set/structs.d.ts +0 -0
  899. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/set-fee/structs.d.ts +0 -0
  900. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/setup/structs.d.ts +0 -0
  901. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.d.ts +0 -0
  902. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/transfer-fee/structs.d.ts +0 -0
  903. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/update-guardian-set/structs.d.ts +0 -0
  904. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.d.ts +0 -0
  905. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/vaa/structs.d.ts +0 -0
  906. /package/lib/{utils → src}/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/version-control/structs.d.ts +0 -0
  907. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/batch-price-attestation/structs.d.ts +0 -0
  908. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/contract-upgrade/structs.d.ts +0 -0
  909. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/data-source/structs.d.ts +0 -0
  910. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/event/structs.d.ts +0 -0
  911. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance/structs.d.ts +0 -0
  912. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-action/structs.d.ts +0 -0
  913. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/governance-instruction/structs.d.ts +0 -0
  914. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/i64/structs.d.ts +0 -0
  915. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.d.ts +0 -0
  916. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.js +0 -0
  917. /package/lib/{utils/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e → src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3}/init.d.ts +0 -0
  918. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/migrate/structs.d.ts +0 -0
  919. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price/structs.d.ts +0 -0
  920. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-feed/structs.d.ts +0 -0
  921. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-identifier/structs.d.ts +0 -0
  922. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-info/structs.d.ts +0 -0
  923. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/price-status/structs.d.ts +0 -0
  924. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-data-sources/structs.d.ts +0 -0
  925. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-fee-recipient/structs.d.ts +0 -0
  926. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-governance-data-source/structs.d.ts +0 -0
  927. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-stale-price-threshold/structs.d.ts +0 -0
  928. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/set-update-fee/structs.d.ts +0 -0
  929. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/setup/structs.d.ts +0 -0
  930. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.d.ts +0 -0
  931. /package/lib/{utils → src}/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.d.ts +0 -0
  932. /package/lib/{utils → src}/_framework/init-source.d.ts +0 -0
  933. /package/lib/{utils → src}/_framework/loader.d.ts +0 -0
  934. /package/lib/{utils → src}/_framework/loader.js +0 -0
  935. /package/lib/{utils → src}/_framework/reified.d.ts +0 -0
  936. /package/lib/{utils → src}/_framework/util.d.ts +0 -0
  937. /package/lib/{utils → src}/airdrop/authority-entry.d.ts +0 -0
  938. /package/lib/{utils → src}/airdrop/user-entry.d.ts +0 -0
  939. /package/lib/{utils → src}/auto-bid/user-entry.d.ts +0 -0
  940. /package/lib/{utils → src}/leaderboard/authority-entry.d.ts +0 -0
  941. /package/lib/{utils → src}/tails-exp-dice/api.d.ts +0 -0
  942. /package/lib/{utils → src}/tails-exp-dice/fetch.d.ts +0 -0
  943. /package/lib/{utils → src}/tails-exp-dice/user-entry.d.ts +0 -0
  944. /package/lib/{utils → src}/tails-exp-dice/view-function.d.ts +0 -0
  945. /package/lib/{utils/tails-staking/authorized-entry.d.ts → src/tails-staking/authority-entry.d.ts} +0 -0
  946. /package/lib/{utils/typus-dov-single-v2/authorized-entry.d.ts → src/typus-dov-single-v2/entry/authority-entry.d.ts} +0 -0
  947. /package/lib/{utils → src}/typus-dov-single-v2/function/token.js +0 -0
  948. /package/lib/{utils → src}/typus-dov-single-v2/function/vault.d.ts +0 -0
  949. /package/lib/{utils → src}/typus-nft/user-entry.d.ts +0 -0
  950. /package/lib/{utils/locked-period-vault → src/typus-perp}/init.d.ts +0 -0
  951. /package/lib/{utils/typus_perp → src/typus-perp}/oracle/functions.d.ts +0 -0
  952. /package/lib/{utils/typus_perp → src/typus-perp}/symbol/functions.d.ts +0 -0
  953. /package/lib/{utils/typus_perp → src/typus-perp}/tlp/functions.d.ts +0 -0
  954. /package/lib/{utils/typus_perp → src/typus-perp}/token-interface/functions.d.ts +0 -0
  955. /package/lib/{utils/typus_perp → src/typus-perp}/treasury-caps/functions.d.ts +0 -0
  956. /package/lib/{utils → src/utils}/api/defillama/tvl.d.ts +0 -0
  957. /package/lib/{utils → src/utils/api}/price.d.ts +0 -0
  958. /package/lib/{utils → src/utils}/api/sentio/leader-board.d.ts +0 -0
  959. /package/lib/{utils → src/utils}/api/sentio/reward-generated.d.ts +0 -0
  960. /package/lib/{load_env.d.ts → src/utils/load_env.d.ts} +0 -0
  961. /package/lib/{load_env.js → src/utils/load_env.js} +0 -0
  962. /package/lib/{utils → src/utils}/tools.d.ts +0 -0
@@ -0,0 +1,4562 @@
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 { UID } from "../../0x2/object/structs";
8
+ import { Authority } from "../../0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs";
9
+ import { BalancePool } from "../../0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs";
10
+ import { SuiClient, SuiParsedData } from "@mysten/sui.js/client";
11
+ export declare function isConfig(type: string): boolean;
12
+ export interface ConfigFields {
13
+ oracleId: ToField<"address">;
14
+ depositLotSize: ToField<"u64">;
15
+ bidLotSize: ToField<"u64">;
16
+ minDepositSize: ToField<"u64">;
17
+ minBidSize: ToField<"u64">;
18
+ maxDepositEntry: ToField<"u64">;
19
+ maxBidEntry: ToField<"u64">;
20
+ depositFeeBp: ToField<"u64">;
21
+ depositFeeShareBp: ToField<"u64">;
22
+ depositSharedFeePool: ToField<Option<Vector<"u8">>>;
23
+ bidFeeBp: ToField<"u64">;
24
+ depositIncentiveBp: ToField<"u64">;
25
+ bidIncentiveBp: ToField<"u64">;
26
+ auctionDelayTsMs: ToField<"u64">;
27
+ auctionDurationTsMs: ToField<"u64">;
28
+ recoupDelayTsMs: ToField<"u64">;
29
+ capacity: ToField<"u64">;
30
+ leverage: ToField<"u64">;
31
+ riskLevel: ToField<"u64">;
32
+ hasNext: ToField<"bool">;
33
+ activeVaultConfig: ToField<VaultConfig>;
34
+ warmupVaultConfig: ToField<VaultConfig>;
35
+ u64Padding: ToField<Vector<"u64">>;
36
+ bcsPadding: ToField<Vector<"u8">>;
37
+ }
38
+ export type ConfigReified = Reified<Config, ConfigFields>;
39
+ export declare class Config implements StructClass {
40
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Config";
41
+ static readonly $numTypeParams = 0;
42
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Config";
43
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Config";
44
+ readonly $typeArgs: [];
45
+ readonly oracleId: ToField<"address">;
46
+ readonly depositLotSize: ToField<"u64">;
47
+ readonly bidLotSize: ToField<"u64">;
48
+ readonly minDepositSize: ToField<"u64">;
49
+ readonly minBidSize: ToField<"u64">;
50
+ readonly maxDepositEntry: ToField<"u64">;
51
+ readonly maxBidEntry: ToField<"u64">;
52
+ readonly depositFeeBp: ToField<"u64">;
53
+ readonly depositFeeShareBp: ToField<"u64">;
54
+ readonly depositSharedFeePool: ToField<Option<Vector<"u8">>>;
55
+ readonly bidFeeBp: ToField<"u64">;
56
+ readonly depositIncentiveBp: ToField<"u64">;
57
+ readonly bidIncentiveBp: ToField<"u64">;
58
+ readonly auctionDelayTsMs: ToField<"u64">;
59
+ readonly auctionDurationTsMs: ToField<"u64">;
60
+ readonly recoupDelayTsMs: ToField<"u64">;
61
+ readonly capacity: ToField<"u64">;
62
+ readonly leverage: ToField<"u64">;
63
+ readonly riskLevel: ToField<"u64">;
64
+ readonly hasNext: ToField<"bool">;
65
+ readonly activeVaultConfig: ToField<VaultConfig>;
66
+ readonly warmupVaultConfig: ToField<VaultConfig>;
67
+ readonly u64Padding: ToField<Vector<"u64">>;
68
+ readonly bcsPadding: ToField<Vector<"u8">>;
69
+ private constructor();
70
+ static reified(): ConfigReified;
71
+ static get r(): reified.StructClassReified<Config, ConfigFields>;
72
+ static phantom(): PhantomReified<ToTypeStr<Config>>;
73
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Config">;
74
+ static get bcs(): import("@mysten/bcs").BcsType<{
75
+ oracle_id: string;
76
+ deposit_lot_size: string;
77
+ bid_lot_size: string;
78
+ min_deposit_size: string;
79
+ min_bid_size: string;
80
+ max_deposit_entry: string;
81
+ max_bid_entry: string;
82
+ deposit_fee_bp: string;
83
+ deposit_fee_share_bp: string;
84
+ deposit_shared_fee_pool: {
85
+ vec: any[];
86
+ };
87
+ bid_fee_bp: string;
88
+ deposit_incentive_bp: string;
89
+ bid_incentive_bp: string;
90
+ auction_delay_ts_ms: string;
91
+ auction_duration_ts_ms: string;
92
+ recoup_delay_ts_ms: string;
93
+ capacity: string;
94
+ leverage: string;
95
+ risk_level: string;
96
+ has_next: boolean;
97
+ active_vault_config: {
98
+ payoff_configs: {
99
+ strike_bp: string;
100
+ weight: string;
101
+ is_buyer: boolean;
102
+ strike: {
103
+ vec: any[];
104
+ };
105
+ u64_padding: string[];
106
+ }[];
107
+ strike_increment: string;
108
+ decay_speed: string;
109
+ initial_price: string;
110
+ final_price: string;
111
+ u64_padding: string[];
112
+ };
113
+ warmup_vault_config: {
114
+ payoff_configs: {
115
+ strike_bp: string;
116
+ weight: string;
117
+ is_buyer: boolean;
118
+ strike: {
119
+ vec: any[];
120
+ };
121
+ u64_padding: string[];
122
+ }[];
123
+ strike_increment: string;
124
+ decay_speed: string;
125
+ initial_price: string;
126
+ final_price: string;
127
+ u64_padding: string[];
128
+ };
129
+ u64_padding: string[];
130
+ bcs_padding: number[];
131
+ }, {
132
+ oracle_id: string;
133
+ deposit_lot_size: string | number | bigint;
134
+ bid_lot_size: string | number | bigint;
135
+ min_deposit_size: string | number | bigint;
136
+ min_bid_size: string | number | bigint;
137
+ max_deposit_entry: string | number | bigint;
138
+ max_bid_entry: string | number | bigint;
139
+ deposit_fee_bp: string | number | bigint;
140
+ deposit_fee_share_bp: string | number | bigint;
141
+ deposit_shared_fee_pool: {
142
+ vec: Iterable<any> & {
143
+ length: number;
144
+ };
145
+ };
146
+ bid_fee_bp: string | number | bigint;
147
+ deposit_incentive_bp: string | number | bigint;
148
+ bid_incentive_bp: string | number | bigint;
149
+ auction_delay_ts_ms: string | number | bigint;
150
+ auction_duration_ts_ms: string | number | bigint;
151
+ recoup_delay_ts_ms: string | number | bigint;
152
+ capacity: string | number | bigint;
153
+ leverage: string | number | bigint;
154
+ risk_level: string | number | bigint;
155
+ has_next: boolean;
156
+ active_vault_config: {
157
+ payoff_configs: Iterable<{
158
+ strike_bp: string | number | bigint;
159
+ weight: string | number | bigint;
160
+ is_buyer: boolean;
161
+ strike: {
162
+ vec: Iterable<any> & {
163
+ length: number;
164
+ };
165
+ };
166
+ u64_padding: Iterable<string | number | bigint> & {
167
+ length: number;
168
+ };
169
+ }> & {
170
+ length: number;
171
+ };
172
+ strike_increment: string | number | bigint;
173
+ decay_speed: string | number | bigint;
174
+ initial_price: string | number | bigint;
175
+ final_price: string | number | bigint;
176
+ u64_padding: Iterable<string | number | bigint> & {
177
+ length: number;
178
+ };
179
+ };
180
+ warmup_vault_config: {
181
+ payoff_configs: Iterable<{
182
+ strike_bp: string | number | bigint;
183
+ weight: string | number | bigint;
184
+ is_buyer: boolean;
185
+ strike: {
186
+ vec: Iterable<any> & {
187
+ length: number;
188
+ };
189
+ };
190
+ u64_padding: Iterable<string | number | bigint> & {
191
+ length: number;
192
+ };
193
+ }> & {
194
+ length: number;
195
+ };
196
+ strike_increment: string | number | bigint;
197
+ decay_speed: string | number | bigint;
198
+ initial_price: string | number | bigint;
199
+ final_price: string | number | bigint;
200
+ u64_padding: Iterable<string | number | bigint> & {
201
+ length: number;
202
+ };
203
+ };
204
+ u64_padding: Iterable<string | number | bigint> & {
205
+ length: number;
206
+ };
207
+ bcs_padding: Iterable<number> & {
208
+ length: number;
209
+ };
210
+ }>;
211
+ static fromFields(fields: Record<string, any>): Config;
212
+ static fromFieldsWithTypes(item: FieldsWithTypes): Config;
213
+ static fromBcs(data: Uint8Array): Config;
214
+ toJSONField(): {
215
+ oracleId: string;
216
+ depositLotSize: string;
217
+ bidLotSize: string;
218
+ minDepositSize: string;
219
+ minBidSize: string;
220
+ maxDepositEntry: string;
221
+ maxBidEntry: string;
222
+ depositFeeBp: string;
223
+ depositFeeShareBp: string;
224
+ depositSharedFeePool: number[] | null;
225
+ bidFeeBp: string;
226
+ depositIncentiveBp: string;
227
+ bidIncentiveBp: string;
228
+ auctionDelayTsMs: string;
229
+ auctionDurationTsMs: string;
230
+ recoupDelayTsMs: string;
231
+ capacity: string;
232
+ leverage: string;
233
+ riskLevel: string;
234
+ hasNext: boolean;
235
+ activeVaultConfig: {
236
+ payoffConfigs: {
237
+ strikeBp: string;
238
+ weight: string;
239
+ isBuyer: boolean;
240
+ strike: string | null;
241
+ u64Padding: string[];
242
+ }[];
243
+ strikeIncrement: string;
244
+ decaySpeed: string;
245
+ initialPrice: string;
246
+ finalPrice: string;
247
+ u64Padding: string[];
248
+ };
249
+ warmupVaultConfig: {
250
+ payoffConfigs: {
251
+ strikeBp: string;
252
+ weight: string;
253
+ isBuyer: boolean;
254
+ strike: string | null;
255
+ u64Padding: string[];
256
+ }[];
257
+ strikeIncrement: string;
258
+ decaySpeed: string;
259
+ initialPrice: string;
260
+ finalPrice: string;
261
+ u64Padding: string[];
262
+ };
263
+ u64Padding: string[];
264
+ bcsPadding: number[];
265
+ };
266
+ toJSON(): {
267
+ oracleId: string;
268
+ depositLotSize: string;
269
+ bidLotSize: string;
270
+ minDepositSize: string;
271
+ minBidSize: string;
272
+ maxDepositEntry: string;
273
+ maxBidEntry: string;
274
+ depositFeeBp: string;
275
+ depositFeeShareBp: string;
276
+ depositSharedFeePool: number[] | null;
277
+ bidFeeBp: string;
278
+ depositIncentiveBp: string;
279
+ bidIncentiveBp: string;
280
+ auctionDelayTsMs: string;
281
+ auctionDurationTsMs: string;
282
+ recoupDelayTsMs: string;
283
+ capacity: string;
284
+ leverage: string;
285
+ riskLevel: string;
286
+ hasNext: boolean;
287
+ activeVaultConfig: {
288
+ payoffConfigs: {
289
+ strikeBp: string;
290
+ weight: string;
291
+ isBuyer: boolean;
292
+ strike: string | null;
293
+ u64Padding: string[];
294
+ }[];
295
+ strikeIncrement: string;
296
+ decaySpeed: string;
297
+ initialPrice: string;
298
+ finalPrice: string;
299
+ u64Padding: string[];
300
+ };
301
+ warmupVaultConfig: {
302
+ payoffConfigs: {
303
+ strikeBp: string;
304
+ weight: string;
305
+ isBuyer: boolean;
306
+ strike: string | null;
307
+ u64Padding: string[];
308
+ }[];
309
+ strikeIncrement: string;
310
+ decaySpeed: string;
311
+ initialPrice: string;
312
+ finalPrice: string;
313
+ u64Padding: string[];
314
+ };
315
+ u64Padding: string[];
316
+ bcsPadding: number[];
317
+ $typeName: string;
318
+ $typeArgs: [];
319
+ };
320
+ static fromJSONField(field: any): Config;
321
+ static fromJSON(json: Record<string, any>): Config;
322
+ static fromSuiParsedData(content: SuiParsedData): Config;
323
+ static fetch(client: SuiClient, id: string): Promise<Config>;
324
+ }
325
+ export declare function isRegistry(type: string): boolean;
326
+ export interface RegistryFields {
327
+ id: ToField<UID>;
328
+ numOfVault: ToField<"u64">;
329
+ authority: ToField<Authority>;
330
+ feePool: ToField<BalancePool>;
331
+ portfolioVaultRegistry: ToField<UID>;
332
+ depositVaultRegistry: ToField<UID>;
333
+ auctionRegistry: ToField<UID>;
334
+ bidVaultRegistry: ToField<UID>;
335
+ refundVaultRegistry: ToField<UID>;
336
+ additionalConfigRegistry: ToField<UID>;
337
+ version: ToField<"u64">;
338
+ transactionSuspended: ToField<"bool">;
339
+ }
340
+ export type RegistryReified = Reified<Registry, RegistryFields>;
341
+ export declare class Registry implements StructClass {
342
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Registry";
343
+ static readonly $numTypeParams = 0;
344
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Registry";
345
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Registry";
346
+ readonly $typeArgs: [];
347
+ readonly id: ToField<UID>;
348
+ readonly numOfVault: ToField<"u64">;
349
+ readonly authority: ToField<Authority>;
350
+ readonly feePool: ToField<BalancePool>;
351
+ readonly portfolioVaultRegistry: ToField<UID>;
352
+ readonly depositVaultRegistry: ToField<UID>;
353
+ readonly auctionRegistry: ToField<UID>;
354
+ readonly bidVaultRegistry: ToField<UID>;
355
+ readonly refundVaultRegistry: ToField<UID>;
356
+ readonly additionalConfigRegistry: ToField<UID>;
357
+ readonly version: ToField<"u64">;
358
+ readonly transactionSuspended: ToField<"bool">;
359
+ private constructor();
360
+ static reified(): RegistryReified;
361
+ static get r(): reified.StructClassReified<Registry, RegistryFields>;
362
+ static phantom(): PhantomReified<ToTypeStr<Registry>>;
363
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Registry">;
364
+ static get bcs(): import("@mysten/bcs").BcsType<{
365
+ id: {
366
+ id: {
367
+ bytes: string;
368
+ };
369
+ };
370
+ num_of_vault: string;
371
+ authority: {
372
+ whitelist: {
373
+ id: {
374
+ id: {
375
+ bytes: string;
376
+ };
377
+ };
378
+ size: string;
379
+ head: {
380
+ vec: any[];
381
+ };
382
+ tail: {
383
+ vec: any[];
384
+ };
385
+ };
386
+ };
387
+ fee_pool: {
388
+ id: {
389
+ id: {
390
+ bytes: string;
391
+ };
392
+ };
393
+ balance_infos: {
394
+ token: {
395
+ name: {
396
+ bytes: number[];
397
+ };
398
+ };
399
+ value: string;
400
+ }[];
401
+ authority: {
402
+ whitelist: {
403
+ id: {
404
+ id: {
405
+ bytes: string;
406
+ };
407
+ };
408
+ size: string;
409
+ head: {
410
+ vec: any[];
411
+ };
412
+ tail: {
413
+ vec: any[];
414
+ };
415
+ };
416
+ };
417
+ };
418
+ portfolio_vault_registry: {
419
+ id: {
420
+ bytes: string;
421
+ };
422
+ };
423
+ deposit_vault_registry: {
424
+ id: {
425
+ bytes: string;
426
+ };
427
+ };
428
+ auction_registry: {
429
+ id: {
430
+ bytes: string;
431
+ };
432
+ };
433
+ bid_vault_registry: {
434
+ id: {
435
+ bytes: string;
436
+ };
437
+ };
438
+ refund_vault_registry: {
439
+ id: {
440
+ bytes: string;
441
+ };
442
+ };
443
+ additional_config_registry: {
444
+ id: {
445
+ bytes: string;
446
+ };
447
+ };
448
+ version: string;
449
+ transaction_suspended: boolean;
450
+ }, {
451
+ id: {
452
+ id: {
453
+ bytes: string;
454
+ };
455
+ };
456
+ num_of_vault: string | number | bigint;
457
+ authority: {
458
+ whitelist: {
459
+ id: {
460
+ id: {
461
+ bytes: string;
462
+ };
463
+ };
464
+ size: string | number | bigint;
465
+ head: {
466
+ vec: Iterable<any> & {
467
+ length: number;
468
+ };
469
+ };
470
+ tail: {
471
+ vec: Iterable<any> & {
472
+ length: number;
473
+ };
474
+ };
475
+ };
476
+ };
477
+ fee_pool: {
478
+ id: {
479
+ id: {
480
+ bytes: string;
481
+ };
482
+ };
483
+ balance_infos: Iterable<{
484
+ token: {
485
+ name: {
486
+ bytes: Iterable<number> & {
487
+ length: number;
488
+ };
489
+ };
490
+ };
491
+ value: string | number | bigint;
492
+ }> & {
493
+ length: number;
494
+ };
495
+ authority: {
496
+ whitelist: {
497
+ id: {
498
+ id: {
499
+ bytes: string;
500
+ };
501
+ };
502
+ size: string | number | bigint;
503
+ head: {
504
+ vec: Iterable<any> & {
505
+ length: number;
506
+ };
507
+ };
508
+ tail: {
509
+ vec: Iterable<any> & {
510
+ length: number;
511
+ };
512
+ };
513
+ };
514
+ };
515
+ };
516
+ portfolio_vault_registry: {
517
+ id: {
518
+ bytes: string;
519
+ };
520
+ };
521
+ deposit_vault_registry: {
522
+ id: {
523
+ bytes: string;
524
+ };
525
+ };
526
+ auction_registry: {
527
+ id: {
528
+ bytes: string;
529
+ };
530
+ };
531
+ bid_vault_registry: {
532
+ id: {
533
+ bytes: string;
534
+ };
535
+ };
536
+ refund_vault_registry: {
537
+ id: {
538
+ bytes: string;
539
+ };
540
+ };
541
+ additional_config_registry: {
542
+ id: {
543
+ bytes: string;
544
+ };
545
+ };
546
+ version: string | number | bigint;
547
+ transaction_suspended: boolean;
548
+ }>;
549
+ static fromFields(fields: Record<string, any>): Registry;
550
+ static fromFieldsWithTypes(item: FieldsWithTypes): Registry;
551
+ static fromBcs(data: Uint8Array): Registry;
552
+ toJSONField(): {
553
+ id: string;
554
+ numOfVault: string;
555
+ authority: {
556
+ whitelist: {
557
+ id: string;
558
+ size: string;
559
+ head: string | null;
560
+ tail: string | null;
561
+ };
562
+ };
563
+ feePool: {
564
+ id: string;
565
+ balanceInfos: {
566
+ token: {
567
+ name: string;
568
+ };
569
+ value: string;
570
+ }[];
571
+ authority: {
572
+ whitelist: {
573
+ id: string;
574
+ size: string;
575
+ head: string | null;
576
+ tail: string | null;
577
+ };
578
+ };
579
+ };
580
+ portfolioVaultRegistry: string;
581
+ depositVaultRegistry: string;
582
+ auctionRegistry: string;
583
+ bidVaultRegistry: string;
584
+ refundVaultRegistry: string;
585
+ additionalConfigRegistry: string;
586
+ version: string;
587
+ transactionSuspended: boolean;
588
+ };
589
+ toJSON(): {
590
+ id: string;
591
+ numOfVault: string;
592
+ authority: {
593
+ whitelist: {
594
+ id: string;
595
+ size: string;
596
+ head: string | null;
597
+ tail: string | null;
598
+ };
599
+ };
600
+ feePool: {
601
+ id: string;
602
+ balanceInfos: {
603
+ token: {
604
+ name: string;
605
+ };
606
+ value: string;
607
+ }[];
608
+ authority: {
609
+ whitelist: {
610
+ id: string;
611
+ size: string;
612
+ head: string | null;
613
+ tail: string | null;
614
+ };
615
+ };
616
+ };
617
+ portfolioVaultRegistry: string;
618
+ depositVaultRegistry: string;
619
+ auctionRegistry: string;
620
+ bidVaultRegistry: string;
621
+ refundVaultRegistry: string;
622
+ additionalConfigRegistry: string;
623
+ version: string;
624
+ transactionSuspended: boolean;
625
+ $typeName: string;
626
+ $typeArgs: [];
627
+ };
628
+ static fromJSONField(field: any): Registry;
629
+ static fromJSON(json: Record<string, any>): Registry;
630
+ static fromSuiParsedData(content: SuiParsedData): Registry;
631
+ static fetch(client: SuiClient, id: string): Promise<Registry>;
632
+ }
633
+ export declare function isActivateEvent(type: string): boolean;
634
+ export interface ActivateEventFields {
635
+ signer: ToField<"address">;
636
+ index: ToField<"u64">;
637
+ round: ToField<"u64">;
638
+ depositAmount: ToField<"u64">;
639
+ dTokenDecimal: ToField<"u64">;
640
+ contractSize: ToField<"u64">;
641
+ oTokenDecimal: ToField<"u64">;
642
+ oracleInfo: ToField<OracleInfo>;
643
+ u64Padding: ToField<Vector<"u64">>;
644
+ }
645
+ export type ActivateEventReified = Reified<ActivateEvent, ActivateEventFields>;
646
+ export declare class ActivateEvent implements StructClass {
647
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ActivateEvent";
648
+ static readonly $numTypeParams = 0;
649
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ActivateEvent";
650
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ActivateEvent";
651
+ readonly $typeArgs: [];
652
+ readonly signer: ToField<"address">;
653
+ readonly index: ToField<"u64">;
654
+ readonly round: ToField<"u64">;
655
+ readonly depositAmount: ToField<"u64">;
656
+ readonly dTokenDecimal: ToField<"u64">;
657
+ readonly contractSize: ToField<"u64">;
658
+ readonly oTokenDecimal: ToField<"u64">;
659
+ readonly oracleInfo: ToField<OracleInfo>;
660
+ readonly u64Padding: ToField<Vector<"u64">>;
661
+ private constructor();
662
+ static reified(): ActivateEventReified;
663
+ static get r(): reified.StructClassReified<ActivateEvent, ActivateEventFields>;
664
+ static phantom(): PhantomReified<ToTypeStr<ActivateEvent>>;
665
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ActivateEvent">;
666
+ static get bcs(): import("@mysten/bcs").BcsType<{
667
+ signer: string;
668
+ index: string;
669
+ round: string;
670
+ deposit_amount: string;
671
+ d_token_decimal: string;
672
+ contract_size: string;
673
+ o_token_decimal: string;
674
+ oracle_info: {
675
+ price: string;
676
+ decimal: string;
677
+ };
678
+ u64_padding: string[];
679
+ }, {
680
+ signer: string;
681
+ index: string | number | bigint;
682
+ round: string | number | bigint;
683
+ deposit_amount: string | number | bigint;
684
+ d_token_decimal: string | number | bigint;
685
+ contract_size: string | number | bigint;
686
+ o_token_decimal: string | number | bigint;
687
+ oracle_info: {
688
+ price: string | number | bigint;
689
+ decimal: string | number | bigint;
690
+ };
691
+ u64_padding: Iterable<string | number | bigint> & {
692
+ length: number;
693
+ };
694
+ }>;
695
+ static fromFields(fields: Record<string, any>): ActivateEvent;
696
+ static fromFieldsWithTypes(item: FieldsWithTypes): ActivateEvent;
697
+ static fromBcs(data: Uint8Array): ActivateEvent;
698
+ toJSONField(): {
699
+ signer: string;
700
+ index: string;
701
+ round: string;
702
+ depositAmount: string;
703
+ dTokenDecimal: string;
704
+ contractSize: string;
705
+ oTokenDecimal: string;
706
+ oracleInfo: {
707
+ price: string;
708
+ decimal: string;
709
+ };
710
+ u64Padding: string[];
711
+ };
712
+ toJSON(): {
713
+ signer: string;
714
+ index: string;
715
+ round: string;
716
+ depositAmount: string;
717
+ dTokenDecimal: string;
718
+ contractSize: string;
719
+ oTokenDecimal: string;
720
+ oracleInfo: {
721
+ price: string;
722
+ decimal: string;
723
+ };
724
+ u64Padding: string[];
725
+ $typeName: string;
726
+ $typeArgs: [];
727
+ };
728
+ static fromJSONField(field: any): ActivateEvent;
729
+ static fromJSON(json: Record<string, any>): ActivateEvent;
730
+ static fromSuiParsedData(content: SuiParsedData): ActivateEvent;
731
+ static fetch(client: SuiClient, id: string): Promise<ActivateEvent>;
732
+ }
733
+ export declare function isAdditionalConfig(type: string): boolean;
734
+ export interface AdditionalConfigFields {
735
+ id: ToField<UID>;
736
+ }
737
+ export type AdditionalConfigReified = Reified<AdditionalConfig, AdditionalConfigFields>;
738
+ export declare class AdditionalConfig implements StructClass {
739
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::AdditionalConfig";
740
+ static readonly $numTypeParams = 0;
741
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::AdditionalConfig";
742
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::AdditionalConfig";
743
+ readonly $typeArgs: [];
744
+ readonly id: ToField<UID>;
745
+ private constructor();
746
+ static reified(): AdditionalConfigReified;
747
+ static get r(): reified.StructClassReified<AdditionalConfig, AdditionalConfigFields>;
748
+ static phantom(): PhantomReified<ToTypeStr<AdditionalConfig>>;
749
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::AdditionalConfig">;
750
+ static get bcs(): import("@mysten/bcs").BcsType<{
751
+ id: {
752
+ id: {
753
+ bytes: string;
754
+ };
755
+ };
756
+ }, {
757
+ id: {
758
+ id: {
759
+ bytes: string;
760
+ };
761
+ };
762
+ }>;
763
+ static fromFields(fields: Record<string, any>): AdditionalConfig;
764
+ static fromFieldsWithTypes(item: FieldsWithTypes): AdditionalConfig;
765
+ static fromBcs(data: Uint8Array): AdditionalConfig;
766
+ toJSONField(): {
767
+ id: string;
768
+ };
769
+ toJSON(): {
770
+ id: string;
771
+ $typeName: string;
772
+ $typeArgs: [];
773
+ };
774
+ static fromJSONField(field: any): AdditionalConfig;
775
+ static fromJSON(json: Record<string, any>): AdditionalConfig;
776
+ static fromSuiParsedData(content: SuiParsedData): AdditionalConfig;
777
+ static fetch(client: SuiClient, id: string): Promise<AdditionalConfig>;
778
+ }
779
+ export declare function isClaimEvent(type: string): boolean;
780
+ export interface ClaimEventFields {
781
+ signer: ToField<"address">;
782
+ index: ToField<"u64">;
783
+ token: ToField<TypeName>;
784
+ amount: ToField<"u64">;
785
+ decimal: ToField<"u64">;
786
+ oracleInfo: ToField<OracleInfo>;
787
+ u64Padding: ToField<Vector<"u64">>;
788
+ }
789
+ export type ClaimEventReified = Reified<ClaimEvent, ClaimEventFields>;
790
+ export declare class ClaimEvent implements StructClass {
791
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ClaimEvent";
792
+ static readonly $numTypeParams = 0;
793
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ClaimEvent";
794
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ClaimEvent";
795
+ readonly $typeArgs: [];
796
+ readonly signer: ToField<"address">;
797
+ readonly index: ToField<"u64">;
798
+ readonly token: ToField<TypeName>;
799
+ readonly amount: ToField<"u64">;
800
+ readonly decimal: ToField<"u64">;
801
+ readonly oracleInfo: ToField<OracleInfo>;
802
+ readonly u64Padding: ToField<Vector<"u64">>;
803
+ private constructor();
804
+ static reified(): ClaimEventReified;
805
+ static get r(): reified.StructClassReified<ClaimEvent, ClaimEventFields>;
806
+ static phantom(): PhantomReified<ToTypeStr<ClaimEvent>>;
807
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ClaimEvent">;
808
+ static get bcs(): import("@mysten/bcs").BcsType<{
809
+ signer: string;
810
+ index: string;
811
+ token: {
812
+ name: {
813
+ bytes: number[];
814
+ };
815
+ };
816
+ amount: string;
817
+ decimal: string;
818
+ oracle_info: {
819
+ price: string;
820
+ decimal: string;
821
+ };
822
+ u64_padding: string[];
823
+ }, {
824
+ signer: string;
825
+ index: string | number | bigint;
826
+ token: {
827
+ name: {
828
+ bytes: Iterable<number> & {
829
+ length: number;
830
+ };
831
+ };
832
+ };
833
+ amount: string | number | bigint;
834
+ decimal: string | number | bigint;
835
+ oracle_info: {
836
+ price: string | number | bigint;
837
+ decimal: string | number | bigint;
838
+ };
839
+ u64_padding: Iterable<string | number | bigint> & {
840
+ length: number;
841
+ };
842
+ }>;
843
+ static fromFields(fields: Record<string, any>): ClaimEvent;
844
+ static fromFieldsWithTypes(item: FieldsWithTypes): ClaimEvent;
845
+ static fromBcs(data: Uint8Array): ClaimEvent;
846
+ toJSONField(): {
847
+ signer: string;
848
+ index: string;
849
+ token: {
850
+ name: string;
851
+ };
852
+ amount: string;
853
+ decimal: string;
854
+ oracleInfo: {
855
+ price: string;
856
+ decimal: string;
857
+ };
858
+ u64Padding: string[];
859
+ };
860
+ toJSON(): {
861
+ signer: string;
862
+ index: string;
863
+ token: {
864
+ name: string;
865
+ };
866
+ amount: string;
867
+ decimal: string;
868
+ oracleInfo: {
869
+ price: string;
870
+ decimal: string;
871
+ };
872
+ u64Padding: string[];
873
+ $typeName: string;
874
+ $typeArgs: [];
875
+ };
876
+ static fromJSONField(field: any): ClaimEvent;
877
+ static fromJSON(json: Record<string, any>): ClaimEvent;
878
+ static fromSuiParsedData(content: SuiParsedData): ClaimEvent;
879
+ static fetch(client: SuiClient, id: string): Promise<ClaimEvent>;
880
+ }
881
+ export declare function isCloseEvent(type: string): boolean;
882
+ export interface CloseEventFields {
883
+ signer: ToField<"address">;
884
+ index: ToField<"u64">;
885
+ round: ToField<"u64">;
886
+ u64Padding: ToField<Vector<"u64">>;
887
+ }
888
+ export type CloseEventReified = Reified<CloseEvent, CloseEventFields>;
889
+ export declare class CloseEvent implements StructClass {
890
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CloseEvent";
891
+ static readonly $numTypeParams = 0;
892
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CloseEvent";
893
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CloseEvent";
894
+ readonly $typeArgs: [];
895
+ readonly signer: ToField<"address">;
896
+ readonly index: ToField<"u64">;
897
+ readonly round: ToField<"u64">;
898
+ readonly u64Padding: ToField<Vector<"u64">>;
899
+ private constructor();
900
+ static reified(): CloseEventReified;
901
+ static get r(): reified.StructClassReified<CloseEvent, CloseEventFields>;
902
+ static phantom(): PhantomReified<ToTypeStr<CloseEvent>>;
903
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CloseEvent">;
904
+ static get bcs(): import("@mysten/bcs").BcsType<{
905
+ signer: string;
906
+ index: string;
907
+ round: string;
908
+ u64_padding: string[];
909
+ }, {
910
+ signer: string;
911
+ index: string | number | bigint;
912
+ round: string | number | bigint;
913
+ u64_padding: Iterable<string | number | bigint> & {
914
+ length: number;
915
+ };
916
+ }>;
917
+ static fromFields(fields: Record<string, any>): CloseEvent;
918
+ static fromFieldsWithTypes(item: FieldsWithTypes): CloseEvent;
919
+ static fromBcs(data: Uint8Array): CloseEvent;
920
+ toJSONField(): {
921
+ signer: string;
922
+ index: string;
923
+ round: string;
924
+ u64Padding: string[];
925
+ };
926
+ toJSON(): {
927
+ signer: string;
928
+ index: string;
929
+ round: string;
930
+ u64Padding: string[];
931
+ $typeName: string;
932
+ $typeArgs: [];
933
+ };
934
+ static fromJSONField(field: any): CloseEvent;
935
+ static fromJSON(json: Record<string, any>): CloseEvent;
936
+ static fromSuiParsedData(content: SuiParsedData): CloseEvent;
937
+ static fetch(client: SuiClient, id: string): Promise<CloseEvent>;
938
+ }
939
+ export declare function isCompoundEvent(type: string): boolean;
940
+ export interface CompoundEventFields {
941
+ signer: ToField<"address">;
942
+ index: ToField<"u64">;
943
+ token: ToField<TypeName>;
944
+ amount: ToField<"u64">;
945
+ decimal: ToField<"u64">;
946
+ oracleInfo: ToField<OracleInfo>;
947
+ u64Padding: ToField<Vector<"u64">>;
948
+ }
949
+ export type CompoundEventReified = Reified<CompoundEvent, CompoundEventFields>;
950
+ export declare class CompoundEvent implements StructClass {
951
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CompoundEvent";
952
+ static readonly $numTypeParams = 0;
953
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CompoundEvent";
954
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CompoundEvent";
955
+ readonly $typeArgs: [];
956
+ readonly signer: ToField<"address">;
957
+ readonly index: ToField<"u64">;
958
+ readonly token: ToField<TypeName>;
959
+ readonly amount: ToField<"u64">;
960
+ readonly decimal: ToField<"u64">;
961
+ readonly oracleInfo: ToField<OracleInfo>;
962
+ readonly u64Padding: ToField<Vector<"u64">>;
963
+ private constructor();
964
+ static reified(): CompoundEventReified;
965
+ static get r(): reified.StructClassReified<CompoundEvent, CompoundEventFields>;
966
+ static phantom(): PhantomReified<ToTypeStr<CompoundEvent>>;
967
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CompoundEvent">;
968
+ static get bcs(): import("@mysten/bcs").BcsType<{
969
+ signer: string;
970
+ index: string;
971
+ token: {
972
+ name: {
973
+ bytes: number[];
974
+ };
975
+ };
976
+ amount: string;
977
+ decimal: string;
978
+ oracle_info: {
979
+ price: string;
980
+ decimal: string;
981
+ };
982
+ u64_padding: string[];
983
+ }, {
984
+ signer: string;
985
+ index: string | number | bigint;
986
+ token: {
987
+ name: {
988
+ bytes: Iterable<number> & {
989
+ length: number;
990
+ };
991
+ };
992
+ };
993
+ amount: string | number | bigint;
994
+ decimal: string | number | bigint;
995
+ oracle_info: {
996
+ price: string | number | bigint;
997
+ decimal: string | number | bigint;
998
+ };
999
+ u64_padding: Iterable<string | number | bigint> & {
1000
+ length: number;
1001
+ };
1002
+ }>;
1003
+ static fromFields(fields: Record<string, any>): CompoundEvent;
1004
+ static fromFieldsWithTypes(item: FieldsWithTypes): CompoundEvent;
1005
+ static fromBcs(data: Uint8Array): CompoundEvent;
1006
+ toJSONField(): {
1007
+ signer: string;
1008
+ index: string;
1009
+ token: {
1010
+ name: string;
1011
+ };
1012
+ amount: string;
1013
+ decimal: string;
1014
+ oracleInfo: {
1015
+ price: string;
1016
+ decimal: string;
1017
+ };
1018
+ u64Padding: string[];
1019
+ };
1020
+ toJSON(): {
1021
+ signer: string;
1022
+ index: string;
1023
+ token: {
1024
+ name: string;
1025
+ };
1026
+ amount: string;
1027
+ decimal: string;
1028
+ oracleInfo: {
1029
+ price: string;
1030
+ decimal: string;
1031
+ };
1032
+ u64Padding: string[];
1033
+ $typeName: string;
1034
+ $typeArgs: [];
1035
+ };
1036
+ static fromJSONField(field: any): CompoundEvent;
1037
+ static fromJSON(json: Record<string, any>): CompoundEvent;
1038
+ static fromSuiParsedData(content: SuiParsedData): CompoundEvent;
1039
+ static fetch(client: SuiClient, id: string): Promise<CompoundEvent>;
1040
+ }
1041
+ export declare function isDeliveryEvent(type: string): boolean;
1042
+ export interface DeliveryEventFields {
1043
+ signer: ToField<"address">;
1044
+ index: ToField<"u64">;
1045
+ round: ToField<"u64">;
1046
+ early: ToField<"bool">;
1047
+ deliveryPrice: ToField<"u64">;
1048
+ deliverySize: ToField<"u64">;
1049
+ oTokenDecimal: ToField<"u64">;
1050
+ oToken: ToField<TypeName>;
1051
+ bidderBidValue: ToField<"u64">;
1052
+ bidderFee: ToField<"u64">;
1053
+ incentiveBidValue: ToField<"u64">;
1054
+ incentiveFee: ToField<"u64">;
1055
+ bTokenDecimal: ToField<"u64">;
1056
+ bToken: ToField<TypeName>;
1057
+ depositorIncentiveValue: ToField<"u64">;
1058
+ u64Padding: ToField<Vector<"u64">>;
1059
+ }
1060
+ export type DeliveryEventReified = Reified<DeliveryEvent, DeliveryEventFields>;
1061
+ export declare class DeliveryEvent implements StructClass {
1062
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryEvent";
1063
+ static readonly $numTypeParams = 0;
1064
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryEvent";
1065
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryEvent";
1066
+ readonly $typeArgs: [];
1067
+ readonly signer: ToField<"address">;
1068
+ readonly index: ToField<"u64">;
1069
+ readonly round: ToField<"u64">;
1070
+ readonly early: ToField<"bool">;
1071
+ readonly deliveryPrice: ToField<"u64">;
1072
+ readonly deliverySize: ToField<"u64">;
1073
+ readonly oTokenDecimal: ToField<"u64">;
1074
+ readonly oToken: ToField<TypeName>;
1075
+ readonly bidderBidValue: ToField<"u64">;
1076
+ readonly bidderFee: ToField<"u64">;
1077
+ readonly incentiveBidValue: ToField<"u64">;
1078
+ readonly incentiveFee: ToField<"u64">;
1079
+ readonly bTokenDecimal: ToField<"u64">;
1080
+ readonly bToken: ToField<TypeName>;
1081
+ readonly depositorIncentiveValue: ToField<"u64">;
1082
+ readonly u64Padding: ToField<Vector<"u64">>;
1083
+ private constructor();
1084
+ static reified(): DeliveryEventReified;
1085
+ static get r(): reified.StructClassReified<DeliveryEvent, DeliveryEventFields>;
1086
+ static phantom(): PhantomReified<ToTypeStr<DeliveryEvent>>;
1087
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryEvent">;
1088
+ static get bcs(): import("@mysten/bcs").BcsType<{
1089
+ signer: string;
1090
+ index: string;
1091
+ round: string;
1092
+ early: boolean;
1093
+ delivery_price: string;
1094
+ delivery_size: string;
1095
+ o_token_decimal: string;
1096
+ o_token: {
1097
+ name: {
1098
+ bytes: number[];
1099
+ };
1100
+ };
1101
+ bidder_bid_value: string;
1102
+ bidder_fee: string;
1103
+ incentive_bid_value: string;
1104
+ incentive_fee: string;
1105
+ b_token_decimal: string;
1106
+ b_token: {
1107
+ name: {
1108
+ bytes: number[];
1109
+ };
1110
+ };
1111
+ depositor_incentive_value: string;
1112
+ u64_padding: string[];
1113
+ }, {
1114
+ signer: string;
1115
+ index: string | number | bigint;
1116
+ round: string | number | bigint;
1117
+ early: boolean;
1118
+ delivery_price: string | number | bigint;
1119
+ delivery_size: string | number | bigint;
1120
+ o_token_decimal: string | number | bigint;
1121
+ o_token: {
1122
+ name: {
1123
+ bytes: Iterable<number> & {
1124
+ length: number;
1125
+ };
1126
+ };
1127
+ };
1128
+ bidder_bid_value: string | number | bigint;
1129
+ bidder_fee: string | number | bigint;
1130
+ incentive_bid_value: string | number | bigint;
1131
+ incentive_fee: string | number | bigint;
1132
+ b_token_decimal: string | number | bigint;
1133
+ b_token: {
1134
+ name: {
1135
+ bytes: Iterable<number> & {
1136
+ length: number;
1137
+ };
1138
+ };
1139
+ };
1140
+ depositor_incentive_value: string | number | bigint;
1141
+ u64_padding: Iterable<string | number | bigint> & {
1142
+ length: number;
1143
+ };
1144
+ }>;
1145
+ static fromFields(fields: Record<string, any>): DeliveryEvent;
1146
+ static fromFieldsWithTypes(item: FieldsWithTypes): DeliveryEvent;
1147
+ static fromBcs(data: Uint8Array): DeliveryEvent;
1148
+ toJSONField(): {
1149
+ signer: string;
1150
+ index: string;
1151
+ round: string;
1152
+ early: boolean;
1153
+ deliveryPrice: string;
1154
+ deliverySize: string;
1155
+ oTokenDecimal: string;
1156
+ oToken: {
1157
+ name: string;
1158
+ };
1159
+ bidderBidValue: string;
1160
+ bidderFee: string;
1161
+ incentiveBidValue: string;
1162
+ incentiveFee: string;
1163
+ bTokenDecimal: string;
1164
+ bToken: {
1165
+ name: string;
1166
+ };
1167
+ depositorIncentiveValue: string;
1168
+ u64Padding: string[];
1169
+ };
1170
+ toJSON(): {
1171
+ signer: string;
1172
+ index: string;
1173
+ round: string;
1174
+ early: boolean;
1175
+ deliveryPrice: string;
1176
+ deliverySize: string;
1177
+ oTokenDecimal: string;
1178
+ oToken: {
1179
+ name: string;
1180
+ };
1181
+ bidderBidValue: string;
1182
+ bidderFee: string;
1183
+ incentiveBidValue: string;
1184
+ incentiveFee: string;
1185
+ bTokenDecimal: string;
1186
+ bToken: {
1187
+ name: string;
1188
+ };
1189
+ depositorIncentiveValue: string;
1190
+ u64Padding: string[];
1191
+ $typeName: string;
1192
+ $typeArgs: [];
1193
+ };
1194
+ static fromJSONField(field: any): DeliveryEvent;
1195
+ static fromJSON(json: Record<string, any>): DeliveryEvent;
1196
+ static fromSuiParsedData(content: SuiParsedData): DeliveryEvent;
1197
+ static fetch(client: SuiClient, id: string): Promise<DeliveryEvent>;
1198
+ }
1199
+ export declare function isDeliveryInfo(type: string): boolean;
1200
+ export interface DeliveryInfoFields {
1201
+ auctionType: ToField<"u64">;
1202
+ deliveryPrice: ToField<"u64">;
1203
+ deliverySize: ToField<"u64">;
1204
+ bidderBidValue: ToField<"u64">;
1205
+ bidderFee: ToField<"u64">;
1206
+ incentiveBidValue: ToField<"u64">;
1207
+ incentiveFee: ToField<"u64">;
1208
+ tsMs: ToField<"u64">;
1209
+ u64Padding: ToField<Vector<"u64">>;
1210
+ }
1211
+ export type DeliveryInfoReified = Reified<DeliveryInfo, DeliveryInfoFields>;
1212
+ export declare class DeliveryInfo implements StructClass {
1213
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfo";
1214
+ static readonly $numTypeParams = 0;
1215
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfo";
1216
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfo";
1217
+ readonly $typeArgs: [];
1218
+ readonly auctionType: ToField<"u64">;
1219
+ readonly deliveryPrice: ToField<"u64">;
1220
+ readonly deliverySize: ToField<"u64">;
1221
+ readonly bidderBidValue: ToField<"u64">;
1222
+ readonly bidderFee: ToField<"u64">;
1223
+ readonly incentiveBidValue: ToField<"u64">;
1224
+ readonly incentiveFee: ToField<"u64">;
1225
+ readonly tsMs: ToField<"u64">;
1226
+ readonly u64Padding: ToField<Vector<"u64">>;
1227
+ private constructor();
1228
+ static reified(): DeliveryInfoReified;
1229
+ static get r(): reified.StructClassReified<DeliveryInfo, DeliveryInfoFields>;
1230
+ static phantom(): PhantomReified<ToTypeStr<DeliveryInfo>>;
1231
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfo">;
1232
+ static get bcs(): import("@mysten/bcs").BcsType<{
1233
+ auction_type: string;
1234
+ delivery_price: string;
1235
+ delivery_size: string;
1236
+ bidder_bid_value: string;
1237
+ bidder_fee: string;
1238
+ incentive_bid_value: string;
1239
+ incentive_fee: string;
1240
+ ts_ms: string;
1241
+ u64_padding: string[];
1242
+ }, {
1243
+ auction_type: string | number | bigint;
1244
+ delivery_price: string | number | bigint;
1245
+ delivery_size: string | number | bigint;
1246
+ bidder_bid_value: string | number | bigint;
1247
+ bidder_fee: string | number | bigint;
1248
+ incentive_bid_value: string | number | bigint;
1249
+ incentive_fee: string | number | bigint;
1250
+ ts_ms: string | number | bigint;
1251
+ u64_padding: Iterable<string | number | bigint> & {
1252
+ length: number;
1253
+ };
1254
+ }>;
1255
+ static fromFields(fields: Record<string, any>): DeliveryInfo;
1256
+ static fromFieldsWithTypes(item: FieldsWithTypes): DeliveryInfo;
1257
+ static fromBcs(data: Uint8Array): DeliveryInfo;
1258
+ toJSONField(): {
1259
+ auctionType: string;
1260
+ deliveryPrice: string;
1261
+ deliverySize: string;
1262
+ bidderBidValue: string;
1263
+ bidderFee: string;
1264
+ incentiveBidValue: string;
1265
+ incentiveFee: string;
1266
+ tsMs: string;
1267
+ u64Padding: string[];
1268
+ };
1269
+ toJSON(): {
1270
+ auctionType: string;
1271
+ deliveryPrice: string;
1272
+ deliverySize: string;
1273
+ bidderBidValue: string;
1274
+ bidderFee: string;
1275
+ incentiveBidValue: string;
1276
+ incentiveFee: string;
1277
+ tsMs: string;
1278
+ u64Padding: string[];
1279
+ $typeName: string;
1280
+ $typeArgs: [];
1281
+ };
1282
+ static fromJSONField(field: any): DeliveryInfo;
1283
+ static fromJSON(json: Record<string, any>): DeliveryInfo;
1284
+ static fromSuiParsedData(content: SuiParsedData): DeliveryInfo;
1285
+ static fetch(client: SuiClient, id: string): Promise<DeliveryInfo>;
1286
+ }
1287
+ export declare function isDeliveryInfos(type: string): boolean;
1288
+ export interface DeliveryInfosFields {
1289
+ round: ToField<"u64">;
1290
+ maxSize: ToField<"u64">;
1291
+ totalDeliverySize: ToField<"u64">;
1292
+ totalBidderBidValue: ToField<"u64">;
1293
+ totalBidderFee: ToField<"u64">;
1294
+ totalIncentiveBidValue: ToField<"u64">;
1295
+ totalIncentiveFee: ToField<"u64">;
1296
+ deliveryInfo: ToField<Vector<DeliveryInfo>>;
1297
+ u64Padding: ToField<Vector<"u64">>;
1298
+ }
1299
+ export type DeliveryInfosReified = Reified<DeliveryInfos, DeliveryInfosFields>;
1300
+ export declare class DeliveryInfos implements StructClass {
1301
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfos";
1302
+ static readonly $numTypeParams = 0;
1303
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfos";
1304
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfos";
1305
+ readonly $typeArgs: [];
1306
+ readonly round: ToField<"u64">;
1307
+ readonly maxSize: ToField<"u64">;
1308
+ readonly totalDeliverySize: ToField<"u64">;
1309
+ readonly totalBidderBidValue: ToField<"u64">;
1310
+ readonly totalBidderFee: ToField<"u64">;
1311
+ readonly totalIncentiveBidValue: ToField<"u64">;
1312
+ readonly totalIncentiveFee: ToField<"u64">;
1313
+ readonly deliveryInfo: ToField<Vector<DeliveryInfo>>;
1314
+ readonly u64Padding: ToField<Vector<"u64">>;
1315
+ private constructor();
1316
+ static reified(): DeliveryInfosReified;
1317
+ static get r(): reified.StructClassReified<DeliveryInfos, DeliveryInfosFields>;
1318
+ static phantom(): PhantomReified<ToTypeStr<DeliveryInfos>>;
1319
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfos">;
1320
+ static get bcs(): import("@mysten/bcs").BcsType<{
1321
+ round: string;
1322
+ max_size: string;
1323
+ total_delivery_size: string;
1324
+ total_bidder_bid_value: string;
1325
+ total_bidder_fee: string;
1326
+ total_incentive_bid_value: string;
1327
+ total_incentive_fee: string;
1328
+ delivery_info: {
1329
+ auction_type: string;
1330
+ delivery_price: string;
1331
+ delivery_size: string;
1332
+ bidder_bid_value: string;
1333
+ bidder_fee: string;
1334
+ incentive_bid_value: string;
1335
+ incentive_fee: string;
1336
+ ts_ms: string;
1337
+ u64_padding: string[];
1338
+ }[];
1339
+ u64_padding: string[];
1340
+ }, {
1341
+ round: string | number | bigint;
1342
+ max_size: string | number | bigint;
1343
+ total_delivery_size: string | number | bigint;
1344
+ total_bidder_bid_value: string | number | bigint;
1345
+ total_bidder_fee: string | number | bigint;
1346
+ total_incentive_bid_value: string | number | bigint;
1347
+ total_incentive_fee: string | number | bigint;
1348
+ delivery_info: Iterable<{
1349
+ auction_type: string | number | bigint;
1350
+ delivery_price: string | number | bigint;
1351
+ delivery_size: string | number | bigint;
1352
+ bidder_bid_value: string | number | bigint;
1353
+ bidder_fee: string | number | bigint;
1354
+ incentive_bid_value: string | number | bigint;
1355
+ incentive_fee: string | number | bigint;
1356
+ ts_ms: string | number | bigint;
1357
+ u64_padding: Iterable<string | number | bigint> & {
1358
+ length: number;
1359
+ };
1360
+ }> & {
1361
+ length: number;
1362
+ };
1363
+ u64_padding: Iterable<string | number | bigint> & {
1364
+ length: number;
1365
+ };
1366
+ }>;
1367
+ static fromFields(fields: Record<string, any>): DeliveryInfos;
1368
+ static fromFieldsWithTypes(item: FieldsWithTypes): DeliveryInfos;
1369
+ static fromBcs(data: Uint8Array): DeliveryInfos;
1370
+ toJSONField(): {
1371
+ round: string;
1372
+ maxSize: string;
1373
+ totalDeliverySize: string;
1374
+ totalBidderBidValue: string;
1375
+ totalBidderFee: string;
1376
+ totalIncentiveBidValue: string;
1377
+ totalIncentiveFee: string;
1378
+ deliveryInfo: {
1379
+ auctionType: string;
1380
+ deliveryPrice: string;
1381
+ deliverySize: string;
1382
+ bidderBidValue: string;
1383
+ bidderFee: string;
1384
+ incentiveBidValue: string;
1385
+ incentiveFee: string;
1386
+ tsMs: string;
1387
+ u64Padding: string[];
1388
+ }[];
1389
+ u64Padding: string[];
1390
+ };
1391
+ toJSON(): {
1392
+ round: string;
1393
+ maxSize: string;
1394
+ totalDeliverySize: string;
1395
+ totalBidderBidValue: string;
1396
+ totalBidderFee: string;
1397
+ totalIncentiveBidValue: string;
1398
+ totalIncentiveFee: string;
1399
+ deliveryInfo: {
1400
+ auctionType: string;
1401
+ deliveryPrice: string;
1402
+ deliverySize: string;
1403
+ bidderBidValue: string;
1404
+ bidderFee: string;
1405
+ incentiveBidValue: string;
1406
+ incentiveFee: string;
1407
+ tsMs: string;
1408
+ u64Padding: string[];
1409
+ }[];
1410
+ u64Padding: string[];
1411
+ $typeName: string;
1412
+ $typeArgs: [];
1413
+ };
1414
+ static fromJSONField(field: any): DeliveryInfos;
1415
+ static fromJSON(json: Record<string, any>): DeliveryInfos;
1416
+ static fromSuiParsedData(content: SuiParsedData): DeliveryInfos;
1417
+ static fetch(client: SuiClient, id: string): Promise<DeliveryInfos>;
1418
+ }
1419
+ export declare function isDepositEvent(type: string): boolean;
1420
+ export interface DepositEventFields {
1421
+ signer: ToField<"address">;
1422
+ index: ToField<"u64">;
1423
+ token: ToField<TypeName>;
1424
+ amount: ToField<"u64">;
1425
+ decimal: ToField<"u64">;
1426
+ oracleInfo: ToField<OracleInfo>;
1427
+ u64Padding: ToField<Vector<"u64">>;
1428
+ }
1429
+ export type DepositEventReified = Reified<DepositEvent, DepositEventFields>;
1430
+ export declare class DepositEvent implements StructClass {
1431
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DepositEvent";
1432
+ static readonly $numTypeParams = 0;
1433
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DepositEvent";
1434
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DepositEvent";
1435
+ readonly $typeArgs: [];
1436
+ readonly signer: ToField<"address">;
1437
+ readonly index: ToField<"u64">;
1438
+ readonly token: ToField<TypeName>;
1439
+ readonly amount: ToField<"u64">;
1440
+ readonly decimal: ToField<"u64">;
1441
+ readonly oracleInfo: ToField<OracleInfo>;
1442
+ readonly u64Padding: ToField<Vector<"u64">>;
1443
+ private constructor();
1444
+ static reified(): DepositEventReified;
1445
+ static get r(): reified.StructClassReified<DepositEvent, DepositEventFields>;
1446
+ static phantom(): PhantomReified<ToTypeStr<DepositEvent>>;
1447
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DepositEvent">;
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
+ decimal: string;
1458
+ oracle_info: {
1459
+ price: string;
1460
+ decimal: string;
1461
+ };
1462
+ u64_padding: string[];
1463
+ }, {
1464
+ signer: string;
1465
+ index: string | number | bigint;
1466
+ token: {
1467
+ name: {
1468
+ bytes: Iterable<number> & {
1469
+ length: number;
1470
+ };
1471
+ };
1472
+ };
1473
+ amount: string | number | bigint;
1474
+ decimal: string | number | bigint;
1475
+ oracle_info: {
1476
+ price: string | number | bigint;
1477
+ decimal: string | number | bigint;
1478
+ };
1479
+ u64_padding: Iterable<string | number | bigint> & {
1480
+ length: number;
1481
+ };
1482
+ }>;
1483
+ static fromFields(fields: Record<string, any>): DepositEvent;
1484
+ static fromFieldsWithTypes(item: FieldsWithTypes): DepositEvent;
1485
+ static fromBcs(data: Uint8Array): DepositEvent;
1486
+ toJSONField(): {
1487
+ signer: string;
1488
+ index: string;
1489
+ token: {
1490
+ name: string;
1491
+ };
1492
+ amount: string;
1493
+ decimal: string;
1494
+ oracleInfo: {
1495
+ price: string;
1496
+ decimal: string;
1497
+ };
1498
+ u64Padding: string[];
1499
+ };
1500
+ toJSON(): {
1501
+ signer: string;
1502
+ index: string;
1503
+ token: {
1504
+ name: string;
1505
+ };
1506
+ amount: string;
1507
+ decimal: string;
1508
+ oracleInfo: {
1509
+ price: string;
1510
+ decimal: string;
1511
+ };
1512
+ u64Padding: string[];
1513
+ $typeName: string;
1514
+ $typeArgs: [];
1515
+ };
1516
+ static fromJSONField(field: any): DepositEvent;
1517
+ static fromJSON(json: Record<string, any>): DepositEvent;
1518
+ static fromSuiParsedData(content: SuiParsedData): DepositEvent;
1519
+ static fetch(client: SuiClient, id: string): Promise<DepositEvent>;
1520
+ }
1521
+ export declare function isDepositSnapshot(type: string): boolean;
1522
+ export interface DepositSnapshotFields {
1523
+ snapshots: ToField<Vector<"u64">>;
1524
+ totalDeposit: ToField<"u64">;
1525
+ snapshotTsMs: ToField<"u64">;
1526
+ }
1527
+ export type DepositSnapshotReified = Reified<DepositSnapshot, DepositSnapshotFields>;
1528
+ export declare class DepositSnapshot implements StructClass {
1529
+ static readonly $typeName = "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::DepositSnapshot";
1530
+ static readonly $numTypeParams = 0;
1531
+ readonly $typeName = "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::DepositSnapshot";
1532
+ readonly $fullTypeName: "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::DepositSnapshot";
1533
+ readonly $typeArgs: [];
1534
+ readonly snapshots: ToField<Vector<"u64">>;
1535
+ readonly totalDeposit: ToField<"u64">;
1536
+ readonly snapshotTsMs: ToField<"u64">;
1537
+ private constructor();
1538
+ static reified(): DepositSnapshotReified;
1539
+ static get r(): reified.StructClassReified<DepositSnapshot, DepositSnapshotFields>;
1540
+ static phantom(): PhantomReified<ToTypeStr<DepositSnapshot>>;
1541
+ static get p(): reified.PhantomReified<"0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::DepositSnapshot">;
1542
+ static get bcs(): import("@mysten/bcs").BcsType<{
1543
+ snapshots: string[];
1544
+ total_deposit: string;
1545
+ snapshot_ts_ms: string;
1546
+ }, {
1547
+ snapshots: Iterable<string | number | bigint> & {
1548
+ length: number;
1549
+ };
1550
+ total_deposit: string | number | bigint;
1551
+ snapshot_ts_ms: string | number | bigint;
1552
+ }>;
1553
+ static fromFields(fields: Record<string, any>): DepositSnapshot;
1554
+ static fromFieldsWithTypes(item: FieldsWithTypes): DepositSnapshot;
1555
+ static fromBcs(data: Uint8Array): DepositSnapshot;
1556
+ toJSONField(): {
1557
+ snapshots: string[];
1558
+ totalDeposit: string;
1559
+ snapshotTsMs: string;
1560
+ };
1561
+ toJSON(): {
1562
+ snapshots: string[];
1563
+ totalDeposit: string;
1564
+ snapshotTsMs: string;
1565
+ $typeName: string;
1566
+ $typeArgs: [];
1567
+ };
1568
+ static fromJSONField(field: any): DepositSnapshot;
1569
+ static fromJSON(json: Record<string, any>): DepositSnapshot;
1570
+ static fromSuiParsedData(content: SuiParsedData): DepositSnapshot;
1571
+ static fetch(client: SuiClient, id: string): Promise<DepositSnapshot>;
1572
+ }
1573
+ export declare function isDropVaultEvent(type: string): boolean;
1574
+ export interface DropVaultEventFields {
1575
+ signer: ToField<"address">;
1576
+ index: ToField<"u64">;
1577
+ round: ToField<"u64">;
1578
+ u64Padding: ToField<Vector<"u64">>;
1579
+ }
1580
+ export type DropVaultEventReified = Reified<DropVaultEvent, DropVaultEventFields>;
1581
+ export declare class DropVaultEvent implements StructClass {
1582
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DropVaultEvent";
1583
+ static readonly $numTypeParams = 0;
1584
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DropVaultEvent";
1585
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DropVaultEvent";
1586
+ readonly $typeArgs: [];
1587
+ readonly signer: ToField<"address">;
1588
+ readonly index: ToField<"u64">;
1589
+ readonly round: ToField<"u64">;
1590
+ readonly u64Padding: ToField<Vector<"u64">>;
1591
+ private constructor();
1592
+ static reified(): DropVaultEventReified;
1593
+ static get r(): reified.StructClassReified<DropVaultEvent, DropVaultEventFields>;
1594
+ static phantom(): PhantomReified<ToTypeStr<DropVaultEvent>>;
1595
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DropVaultEvent">;
1596
+ static get bcs(): import("@mysten/bcs").BcsType<{
1597
+ signer: string;
1598
+ index: string;
1599
+ round: string;
1600
+ u64_padding: string[];
1601
+ }, {
1602
+ signer: string;
1603
+ index: string | number | bigint;
1604
+ round: string | number | bigint;
1605
+ u64_padding: Iterable<string | number | bigint> & {
1606
+ length: number;
1607
+ };
1608
+ }>;
1609
+ static fromFields(fields: Record<string, any>): DropVaultEvent;
1610
+ static fromFieldsWithTypes(item: FieldsWithTypes): DropVaultEvent;
1611
+ static fromBcs(data: Uint8Array): DropVaultEvent;
1612
+ toJSONField(): {
1613
+ signer: string;
1614
+ index: string;
1615
+ round: string;
1616
+ u64Padding: string[];
1617
+ };
1618
+ toJSON(): {
1619
+ signer: string;
1620
+ index: string;
1621
+ round: string;
1622
+ u64Padding: string[];
1623
+ $typeName: string;
1624
+ $typeArgs: [];
1625
+ };
1626
+ static fromJSONField(field: any): DropVaultEvent;
1627
+ static fromJSON(json: Record<string, any>): DropVaultEvent;
1628
+ static fromSuiParsedData(content: SuiParsedData): DropVaultEvent;
1629
+ static fetch(client: SuiClient, id: string): Promise<DropVaultEvent>;
1630
+ }
1631
+ export declare function isExerciseEvent(type: string): boolean;
1632
+ export interface ExerciseEventFields {
1633
+ signer: ToField<"address">;
1634
+ index: ToField<"u64">;
1635
+ token: ToField<TypeName>;
1636
+ amount: ToField<"u64">;
1637
+ decimal: ToField<"u64">;
1638
+ incentiveToken: ToField<Option<TypeName>>;
1639
+ incentiveAmount: ToField<"u64">;
1640
+ u64Padding: ToField<Vector<"u64">>;
1641
+ }
1642
+ export type ExerciseEventReified = Reified<ExerciseEvent, ExerciseEventFields>;
1643
+ export declare class ExerciseEvent implements StructClass {
1644
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ExerciseEvent";
1645
+ static readonly $numTypeParams = 0;
1646
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ExerciseEvent";
1647
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ExerciseEvent";
1648
+ readonly $typeArgs: [];
1649
+ readonly signer: ToField<"address">;
1650
+ readonly index: ToField<"u64">;
1651
+ readonly token: ToField<TypeName>;
1652
+ readonly amount: ToField<"u64">;
1653
+ readonly decimal: ToField<"u64">;
1654
+ readonly incentiveToken: ToField<Option<TypeName>>;
1655
+ readonly incentiveAmount: ToField<"u64">;
1656
+ readonly u64Padding: ToField<Vector<"u64">>;
1657
+ private constructor();
1658
+ static reified(): ExerciseEventReified;
1659
+ static get r(): reified.StructClassReified<ExerciseEvent, ExerciseEventFields>;
1660
+ static phantom(): PhantomReified<ToTypeStr<ExerciseEvent>>;
1661
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ExerciseEvent">;
1662
+ static get bcs(): import("@mysten/bcs").BcsType<{
1663
+ signer: string;
1664
+ index: string;
1665
+ token: {
1666
+ name: {
1667
+ bytes: number[];
1668
+ };
1669
+ };
1670
+ amount: string;
1671
+ decimal: string;
1672
+ incentive_token: {
1673
+ vec: any[];
1674
+ };
1675
+ incentive_amount: string;
1676
+ u64_padding: string[];
1677
+ }, {
1678
+ signer: string;
1679
+ index: string | number | bigint;
1680
+ token: {
1681
+ name: {
1682
+ bytes: Iterable<number> & {
1683
+ length: number;
1684
+ };
1685
+ };
1686
+ };
1687
+ amount: string | number | bigint;
1688
+ decimal: string | number | bigint;
1689
+ incentive_token: {
1690
+ vec: Iterable<any> & {
1691
+ length: number;
1692
+ };
1693
+ };
1694
+ incentive_amount: string | number | bigint;
1695
+ u64_padding: Iterable<string | number | bigint> & {
1696
+ length: number;
1697
+ };
1698
+ }>;
1699
+ static fromFields(fields: Record<string, any>): ExerciseEvent;
1700
+ static fromFieldsWithTypes(item: FieldsWithTypes): ExerciseEvent;
1701
+ static fromBcs(data: Uint8Array): ExerciseEvent;
1702
+ toJSONField(): {
1703
+ signer: string;
1704
+ index: string;
1705
+ token: {
1706
+ name: string;
1707
+ };
1708
+ amount: string;
1709
+ decimal: string;
1710
+ incentiveToken: {
1711
+ name: string;
1712
+ } | null;
1713
+ incentiveAmount: string;
1714
+ u64Padding: string[];
1715
+ };
1716
+ toJSON(): {
1717
+ signer: string;
1718
+ index: string;
1719
+ token: {
1720
+ name: string;
1721
+ };
1722
+ amount: string;
1723
+ decimal: string;
1724
+ incentiveToken: {
1725
+ name: string;
1726
+ } | null;
1727
+ incentiveAmount: string;
1728
+ u64Padding: string[];
1729
+ $typeName: string;
1730
+ $typeArgs: [];
1731
+ };
1732
+ static fromJSONField(field: any): ExerciseEvent;
1733
+ static fromJSON(json: Record<string, any>): ExerciseEvent;
1734
+ static fromSuiParsedData(content: SuiParsedData): ExerciseEvent;
1735
+ static fetch(client: SuiClient, id: string): Promise<ExerciseEvent>;
1736
+ }
1737
+ export declare function isHarvestEvent(type: string): boolean;
1738
+ export interface HarvestEventFields {
1739
+ signer: ToField<"address">;
1740
+ index: ToField<"u64">;
1741
+ token: ToField<TypeName>;
1742
+ amount: ToField<"u64">;
1743
+ feeAmount: ToField<"u64">;
1744
+ decimal: ToField<"u64">;
1745
+ oracleInfo: ToField<OracleInfo>;
1746
+ u64Padding: ToField<Vector<"u64">>;
1747
+ }
1748
+ export type HarvestEventReified = Reified<HarvestEvent, HarvestEventFields>;
1749
+ export declare class HarvestEvent implements StructClass {
1750
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::HarvestEvent";
1751
+ static readonly $numTypeParams = 0;
1752
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::HarvestEvent";
1753
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::HarvestEvent";
1754
+ readonly $typeArgs: [];
1755
+ readonly signer: ToField<"address">;
1756
+ readonly index: ToField<"u64">;
1757
+ readonly token: ToField<TypeName>;
1758
+ readonly amount: ToField<"u64">;
1759
+ readonly feeAmount: ToField<"u64">;
1760
+ readonly decimal: ToField<"u64">;
1761
+ readonly oracleInfo: ToField<OracleInfo>;
1762
+ readonly u64Padding: ToField<Vector<"u64">>;
1763
+ private constructor();
1764
+ static reified(): HarvestEventReified;
1765
+ static get r(): reified.StructClassReified<HarvestEvent, HarvestEventFields>;
1766
+ static phantom(): PhantomReified<ToTypeStr<HarvestEvent>>;
1767
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::HarvestEvent">;
1768
+ static get bcs(): import("@mysten/bcs").BcsType<{
1769
+ signer: string;
1770
+ index: string;
1771
+ token: {
1772
+ name: {
1773
+ bytes: number[];
1774
+ };
1775
+ };
1776
+ amount: string;
1777
+ fee_amount: string;
1778
+ decimal: string;
1779
+ oracle_info: {
1780
+ price: string;
1781
+ decimal: string;
1782
+ };
1783
+ u64_padding: string[];
1784
+ }, {
1785
+ signer: string;
1786
+ index: string | number | bigint;
1787
+ token: {
1788
+ name: {
1789
+ bytes: Iterable<number> & {
1790
+ length: number;
1791
+ };
1792
+ };
1793
+ };
1794
+ amount: string | number | bigint;
1795
+ fee_amount: string | number | bigint;
1796
+ decimal: string | number | bigint;
1797
+ oracle_info: {
1798
+ price: string | number | bigint;
1799
+ decimal: string | number | bigint;
1800
+ };
1801
+ u64_padding: Iterable<string | number | bigint> & {
1802
+ length: number;
1803
+ };
1804
+ }>;
1805
+ static fromFields(fields: Record<string, any>): HarvestEvent;
1806
+ static fromFieldsWithTypes(item: FieldsWithTypes): HarvestEvent;
1807
+ static fromBcs(data: Uint8Array): HarvestEvent;
1808
+ toJSONField(): {
1809
+ signer: string;
1810
+ index: string;
1811
+ token: {
1812
+ name: string;
1813
+ };
1814
+ amount: string;
1815
+ feeAmount: string;
1816
+ decimal: string;
1817
+ oracleInfo: {
1818
+ price: string;
1819
+ decimal: string;
1820
+ };
1821
+ u64Padding: string[];
1822
+ };
1823
+ toJSON(): {
1824
+ signer: string;
1825
+ index: string;
1826
+ token: {
1827
+ name: string;
1828
+ };
1829
+ amount: string;
1830
+ feeAmount: string;
1831
+ decimal: string;
1832
+ oracleInfo: {
1833
+ price: string;
1834
+ decimal: string;
1835
+ };
1836
+ u64Padding: string[];
1837
+ $typeName: string;
1838
+ $typeArgs: [];
1839
+ };
1840
+ static fromJSONField(field: any): HarvestEvent;
1841
+ static fromJSON(json: Record<string, any>): HarvestEvent;
1842
+ static fromSuiParsedData(content: SuiParsedData): HarvestEvent;
1843
+ static fetch(client: SuiClient, id: string): Promise<HarvestEvent>;
1844
+ }
1845
+ export declare function isInfo(type: string): boolean;
1846
+ export interface InfoFields {
1847
+ index: ToField<"u64">;
1848
+ optionType: ToField<"u64">;
1849
+ period: ToField<"u8">;
1850
+ activationTsMs: ToField<"u64">;
1851
+ expirationTsMs: ToField<"u64">;
1852
+ depositToken: ToField<TypeName>;
1853
+ bidToken: ToField<TypeName>;
1854
+ settlementBase: ToField<TypeName>;
1855
+ settlementQuote: ToField<TypeName>;
1856
+ settlementBaseName: ToField<String>;
1857
+ settlementQuoteName: ToField<String>;
1858
+ dTokenDecimal: ToField<"u64">;
1859
+ bTokenDecimal: ToField<"u64">;
1860
+ oTokenDecimal: ToField<"u64">;
1861
+ creator: ToField<"address">;
1862
+ createTsMs: ToField<"u64">;
1863
+ round: ToField<"u64">;
1864
+ status: ToField<"u64">;
1865
+ oracleInfo: ToField<OracleInfo>;
1866
+ deliveryInfos: ToField<DeliveryInfos>;
1867
+ settlementInfo: ToField<Option<SettlementInfo>>;
1868
+ u64Padding: ToField<Vector<"u64">>;
1869
+ bcsPadding: ToField<Vector<"u8">>;
1870
+ }
1871
+ export type InfoReified = Reified<Info, InfoFields>;
1872
+ export declare class Info implements StructClass {
1873
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Info";
1874
+ static readonly $numTypeParams = 0;
1875
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Info";
1876
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Info";
1877
+ readonly $typeArgs: [];
1878
+ readonly index: ToField<"u64">;
1879
+ readonly optionType: ToField<"u64">;
1880
+ readonly period: ToField<"u8">;
1881
+ readonly activationTsMs: ToField<"u64">;
1882
+ readonly expirationTsMs: ToField<"u64">;
1883
+ readonly depositToken: ToField<TypeName>;
1884
+ readonly bidToken: ToField<TypeName>;
1885
+ readonly settlementBase: ToField<TypeName>;
1886
+ readonly settlementQuote: ToField<TypeName>;
1887
+ readonly settlementBaseName: ToField<String>;
1888
+ readonly settlementQuoteName: ToField<String>;
1889
+ readonly dTokenDecimal: ToField<"u64">;
1890
+ readonly bTokenDecimal: ToField<"u64">;
1891
+ readonly oTokenDecimal: ToField<"u64">;
1892
+ readonly creator: ToField<"address">;
1893
+ readonly createTsMs: ToField<"u64">;
1894
+ readonly round: ToField<"u64">;
1895
+ readonly status: ToField<"u64">;
1896
+ readonly oracleInfo: ToField<OracleInfo>;
1897
+ readonly deliveryInfos: ToField<DeliveryInfos>;
1898
+ readonly settlementInfo: ToField<Option<SettlementInfo>>;
1899
+ readonly u64Padding: ToField<Vector<"u64">>;
1900
+ readonly bcsPadding: ToField<Vector<"u8">>;
1901
+ private constructor();
1902
+ static reified(): InfoReified;
1903
+ static get r(): reified.StructClassReified<Info, InfoFields>;
1904
+ static phantom(): PhantomReified<ToTypeStr<Info>>;
1905
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Info">;
1906
+ static get bcs(): import("@mysten/bcs").BcsType<{
1907
+ index: string;
1908
+ option_type: string;
1909
+ period: number;
1910
+ activation_ts_ms: string;
1911
+ expiration_ts_ms: string;
1912
+ deposit_token: {
1913
+ name: {
1914
+ bytes: number[];
1915
+ };
1916
+ };
1917
+ bid_token: {
1918
+ name: {
1919
+ bytes: number[];
1920
+ };
1921
+ };
1922
+ settlement_base: {
1923
+ name: {
1924
+ bytes: number[];
1925
+ };
1926
+ };
1927
+ settlement_quote: {
1928
+ name: {
1929
+ bytes: number[];
1930
+ };
1931
+ };
1932
+ settlement_base_name: {
1933
+ bytes: number[];
1934
+ };
1935
+ settlement_quote_name: {
1936
+ bytes: number[];
1937
+ };
1938
+ d_token_decimal: string;
1939
+ b_token_decimal: string;
1940
+ o_token_decimal: string;
1941
+ creator: string;
1942
+ create_ts_ms: string;
1943
+ round: string;
1944
+ status: string;
1945
+ oracle_info: {
1946
+ price: string;
1947
+ decimal: string;
1948
+ };
1949
+ delivery_infos: {
1950
+ round: string;
1951
+ max_size: string;
1952
+ total_delivery_size: string;
1953
+ total_bidder_bid_value: string;
1954
+ total_bidder_fee: string;
1955
+ total_incentive_bid_value: string;
1956
+ total_incentive_fee: string;
1957
+ delivery_info: {
1958
+ auction_type: string;
1959
+ delivery_price: string;
1960
+ delivery_size: string;
1961
+ bidder_bid_value: string;
1962
+ bidder_fee: string;
1963
+ incentive_bid_value: string;
1964
+ incentive_fee: string;
1965
+ ts_ms: string;
1966
+ u64_padding: string[];
1967
+ }[];
1968
+ u64_padding: string[];
1969
+ };
1970
+ settlement_info: {
1971
+ vec: any[];
1972
+ };
1973
+ u64_padding: string[];
1974
+ bcs_padding: number[];
1975
+ }, {
1976
+ index: string | number | bigint;
1977
+ option_type: string | number | bigint;
1978
+ period: number;
1979
+ activation_ts_ms: string | number | bigint;
1980
+ expiration_ts_ms: string | number | bigint;
1981
+ deposit_token: {
1982
+ name: {
1983
+ bytes: Iterable<number> & {
1984
+ length: number;
1985
+ };
1986
+ };
1987
+ };
1988
+ bid_token: {
1989
+ name: {
1990
+ bytes: Iterable<number> & {
1991
+ length: number;
1992
+ };
1993
+ };
1994
+ };
1995
+ settlement_base: {
1996
+ name: {
1997
+ bytes: Iterable<number> & {
1998
+ length: number;
1999
+ };
2000
+ };
2001
+ };
2002
+ settlement_quote: {
2003
+ name: {
2004
+ bytes: Iterable<number> & {
2005
+ length: number;
2006
+ };
2007
+ };
2008
+ };
2009
+ settlement_base_name: {
2010
+ bytes: Iterable<number> & {
2011
+ length: number;
2012
+ };
2013
+ };
2014
+ settlement_quote_name: {
2015
+ bytes: Iterable<number> & {
2016
+ length: number;
2017
+ };
2018
+ };
2019
+ d_token_decimal: string | number | bigint;
2020
+ b_token_decimal: string | number | bigint;
2021
+ o_token_decimal: string | number | bigint;
2022
+ creator: string;
2023
+ create_ts_ms: string | number | bigint;
2024
+ round: string | number | bigint;
2025
+ status: string | number | bigint;
2026
+ oracle_info: {
2027
+ price: string | number | bigint;
2028
+ decimal: string | number | bigint;
2029
+ };
2030
+ delivery_infos: {
2031
+ round: string | number | bigint;
2032
+ max_size: string | number | bigint;
2033
+ total_delivery_size: string | number | bigint;
2034
+ total_bidder_bid_value: string | number | bigint;
2035
+ total_bidder_fee: string | number | bigint;
2036
+ total_incentive_bid_value: string | number | bigint;
2037
+ total_incentive_fee: string | number | bigint;
2038
+ delivery_info: Iterable<{
2039
+ auction_type: string | number | bigint;
2040
+ delivery_price: string | number | bigint;
2041
+ delivery_size: string | number | bigint;
2042
+ bidder_bid_value: string | number | bigint;
2043
+ bidder_fee: string | number | bigint;
2044
+ incentive_bid_value: string | number | bigint;
2045
+ incentive_fee: string | number | bigint;
2046
+ ts_ms: string | number | bigint;
2047
+ u64_padding: Iterable<string | number | bigint> & {
2048
+ length: number;
2049
+ };
2050
+ }> & {
2051
+ length: number;
2052
+ };
2053
+ u64_padding: Iterable<string | number | bigint> & {
2054
+ length: number;
2055
+ };
2056
+ };
2057
+ settlement_info: {
2058
+ vec: Iterable<any> & {
2059
+ length: number;
2060
+ };
2061
+ };
2062
+ u64_padding: Iterable<string | number | bigint> & {
2063
+ length: number;
2064
+ };
2065
+ bcs_padding: Iterable<number> & {
2066
+ length: number;
2067
+ };
2068
+ }>;
2069
+ static fromFields(fields: Record<string, any>): Info;
2070
+ static fromFieldsWithTypes(item: FieldsWithTypes): Info;
2071
+ static fromBcs(data: Uint8Array): Info;
2072
+ toJSONField(): {
2073
+ index: string;
2074
+ optionType: string;
2075
+ period: number;
2076
+ activationTsMs: string;
2077
+ expirationTsMs: string;
2078
+ depositToken: {
2079
+ name: string;
2080
+ };
2081
+ bidToken: {
2082
+ name: string;
2083
+ };
2084
+ settlementBase: {
2085
+ name: string;
2086
+ };
2087
+ settlementQuote: {
2088
+ name: string;
2089
+ };
2090
+ settlementBaseName: string;
2091
+ settlementQuoteName: string;
2092
+ dTokenDecimal: string;
2093
+ bTokenDecimal: string;
2094
+ oTokenDecimal: string;
2095
+ creator: string;
2096
+ createTsMs: string;
2097
+ round: string;
2098
+ status: string;
2099
+ oracleInfo: {
2100
+ price: string;
2101
+ decimal: string;
2102
+ };
2103
+ deliveryInfos: {
2104
+ round: string;
2105
+ maxSize: string;
2106
+ totalDeliverySize: string;
2107
+ totalBidderBidValue: string;
2108
+ totalBidderFee: string;
2109
+ totalIncentiveBidValue: string;
2110
+ totalIncentiveFee: string;
2111
+ deliveryInfo: {
2112
+ auctionType: string;
2113
+ deliveryPrice: string;
2114
+ deliverySize: string;
2115
+ bidderBidValue: string;
2116
+ bidderFee: string;
2117
+ incentiveBidValue: string;
2118
+ incentiveFee: string;
2119
+ tsMs: string;
2120
+ u64Padding: string[];
2121
+ }[];
2122
+ u64Padding: string[];
2123
+ };
2124
+ settlementInfo: {
2125
+ round: string;
2126
+ oraclePrice: string;
2127
+ oraclePriceDecimal: string;
2128
+ settleBalance: string;
2129
+ settledBalance: string;
2130
+ sharePrice: string;
2131
+ sharePriceDecimal: string;
2132
+ tsMs: string;
2133
+ u64Padding: string[];
2134
+ } | null;
2135
+ u64Padding: string[];
2136
+ bcsPadding: number[];
2137
+ };
2138
+ toJSON(): {
2139
+ index: string;
2140
+ optionType: string;
2141
+ period: number;
2142
+ activationTsMs: string;
2143
+ expirationTsMs: string;
2144
+ depositToken: {
2145
+ name: string;
2146
+ };
2147
+ bidToken: {
2148
+ name: string;
2149
+ };
2150
+ settlementBase: {
2151
+ name: string;
2152
+ };
2153
+ settlementQuote: {
2154
+ name: string;
2155
+ };
2156
+ settlementBaseName: string;
2157
+ settlementQuoteName: string;
2158
+ dTokenDecimal: string;
2159
+ bTokenDecimal: string;
2160
+ oTokenDecimal: string;
2161
+ creator: string;
2162
+ createTsMs: string;
2163
+ round: string;
2164
+ status: string;
2165
+ oracleInfo: {
2166
+ price: string;
2167
+ decimal: string;
2168
+ };
2169
+ deliveryInfos: {
2170
+ round: string;
2171
+ maxSize: string;
2172
+ totalDeliverySize: string;
2173
+ totalBidderBidValue: string;
2174
+ totalBidderFee: string;
2175
+ totalIncentiveBidValue: string;
2176
+ totalIncentiveFee: string;
2177
+ deliveryInfo: {
2178
+ auctionType: string;
2179
+ deliveryPrice: string;
2180
+ deliverySize: string;
2181
+ bidderBidValue: string;
2182
+ bidderFee: string;
2183
+ incentiveBidValue: string;
2184
+ incentiveFee: string;
2185
+ tsMs: string;
2186
+ u64Padding: string[];
2187
+ }[];
2188
+ u64Padding: string[];
2189
+ };
2190
+ settlementInfo: {
2191
+ round: string;
2192
+ oraclePrice: string;
2193
+ oraclePriceDecimal: string;
2194
+ settleBalance: string;
2195
+ settledBalance: string;
2196
+ sharePrice: string;
2197
+ sharePriceDecimal: string;
2198
+ tsMs: string;
2199
+ u64Padding: string[];
2200
+ } | null;
2201
+ u64Padding: string[];
2202
+ bcsPadding: number[];
2203
+ $typeName: string;
2204
+ $typeArgs: [];
2205
+ };
2206
+ static fromJSONField(field: any): Info;
2207
+ static fromJSON(json: Record<string, any>): Info;
2208
+ static fromSuiParsedData(content: SuiParsedData): Info;
2209
+ static fetch(client: SuiClient, id: string): Promise<Info>;
2210
+ }
2211
+ export declare function isNewAuctionEvent(type: string): boolean;
2212
+ export interface NewAuctionEventFields {
2213
+ signer: ToField<"address">;
2214
+ index: ToField<"u64">;
2215
+ round: ToField<"u64">;
2216
+ startTsMs: ToField<"u64">;
2217
+ endTsMs: ToField<"u64">;
2218
+ size: ToField<"u64">;
2219
+ vaultConfig: ToField<VaultConfig>;
2220
+ oracleInfo: ToField<OracleInfo>;
2221
+ u64Padding: ToField<Vector<"u64">>;
2222
+ }
2223
+ export type NewAuctionEventReified = Reified<NewAuctionEvent, NewAuctionEventFields>;
2224
+ export declare class NewAuctionEvent implements StructClass {
2225
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewAuctionEvent";
2226
+ static readonly $numTypeParams = 0;
2227
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewAuctionEvent";
2228
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewAuctionEvent";
2229
+ readonly $typeArgs: [];
2230
+ readonly signer: ToField<"address">;
2231
+ readonly index: ToField<"u64">;
2232
+ readonly round: ToField<"u64">;
2233
+ readonly startTsMs: ToField<"u64">;
2234
+ readonly endTsMs: ToField<"u64">;
2235
+ readonly size: ToField<"u64">;
2236
+ readonly vaultConfig: ToField<VaultConfig>;
2237
+ readonly oracleInfo: ToField<OracleInfo>;
2238
+ readonly u64Padding: ToField<Vector<"u64">>;
2239
+ private constructor();
2240
+ static reified(): NewAuctionEventReified;
2241
+ static get r(): reified.StructClassReified<NewAuctionEvent, NewAuctionEventFields>;
2242
+ static phantom(): PhantomReified<ToTypeStr<NewAuctionEvent>>;
2243
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewAuctionEvent">;
2244
+ static get bcs(): import("@mysten/bcs").BcsType<{
2245
+ signer: string;
2246
+ index: string;
2247
+ round: string;
2248
+ start_ts_ms: string;
2249
+ end_ts_ms: string;
2250
+ size: string;
2251
+ vault_config: {
2252
+ payoff_configs: {
2253
+ strike_bp: string;
2254
+ weight: string;
2255
+ is_buyer: boolean;
2256
+ strike: {
2257
+ vec: any[];
2258
+ };
2259
+ u64_padding: string[];
2260
+ }[];
2261
+ strike_increment: string;
2262
+ decay_speed: string;
2263
+ initial_price: string;
2264
+ final_price: string;
2265
+ u64_padding: string[];
2266
+ };
2267
+ oracle_info: {
2268
+ price: string;
2269
+ decimal: string;
2270
+ };
2271
+ u64_padding: string[];
2272
+ }, {
2273
+ signer: string;
2274
+ index: string | number | bigint;
2275
+ round: string | number | bigint;
2276
+ start_ts_ms: string | number | bigint;
2277
+ end_ts_ms: string | number | bigint;
2278
+ size: string | number | bigint;
2279
+ vault_config: {
2280
+ payoff_configs: Iterable<{
2281
+ strike_bp: string | number | bigint;
2282
+ weight: string | number | bigint;
2283
+ is_buyer: boolean;
2284
+ strike: {
2285
+ vec: Iterable<any> & {
2286
+ length: number;
2287
+ };
2288
+ };
2289
+ u64_padding: Iterable<string | number | bigint> & {
2290
+ length: number;
2291
+ };
2292
+ }> & {
2293
+ length: number;
2294
+ };
2295
+ strike_increment: string | number | bigint;
2296
+ decay_speed: string | number | bigint;
2297
+ initial_price: string | number | bigint;
2298
+ final_price: string | number | bigint;
2299
+ u64_padding: Iterable<string | number | bigint> & {
2300
+ length: number;
2301
+ };
2302
+ };
2303
+ oracle_info: {
2304
+ price: string | number | bigint;
2305
+ decimal: string | number | bigint;
2306
+ };
2307
+ u64_padding: Iterable<string | number | bigint> & {
2308
+ length: number;
2309
+ };
2310
+ }>;
2311
+ static fromFields(fields: Record<string, any>): NewAuctionEvent;
2312
+ static fromFieldsWithTypes(item: FieldsWithTypes): NewAuctionEvent;
2313
+ static fromBcs(data: Uint8Array): NewAuctionEvent;
2314
+ toJSONField(): {
2315
+ signer: string;
2316
+ index: string;
2317
+ round: string;
2318
+ startTsMs: string;
2319
+ endTsMs: string;
2320
+ size: string;
2321
+ vaultConfig: {
2322
+ payoffConfigs: {
2323
+ strikeBp: string;
2324
+ weight: string;
2325
+ isBuyer: boolean;
2326
+ strike: string | null;
2327
+ u64Padding: string[];
2328
+ }[];
2329
+ strikeIncrement: string;
2330
+ decaySpeed: string;
2331
+ initialPrice: string;
2332
+ finalPrice: string;
2333
+ u64Padding: string[];
2334
+ };
2335
+ oracleInfo: {
2336
+ price: string;
2337
+ decimal: string;
2338
+ };
2339
+ u64Padding: string[];
2340
+ };
2341
+ toJSON(): {
2342
+ signer: string;
2343
+ index: string;
2344
+ round: string;
2345
+ startTsMs: string;
2346
+ endTsMs: string;
2347
+ size: string;
2348
+ vaultConfig: {
2349
+ payoffConfigs: {
2350
+ strikeBp: string;
2351
+ weight: string;
2352
+ isBuyer: boolean;
2353
+ strike: string | null;
2354
+ u64Padding: string[];
2355
+ }[];
2356
+ strikeIncrement: string;
2357
+ decaySpeed: string;
2358
+ initialPrice: string;
2359
+ finalPrice: string;
2360
+ u64Padding: string[];
2361
+ };
2362
+ oracleInfo: {
2363
+ price: string;
2364
+ decimal: string;
2365
+ };
2366
+ u64Padding: string[];
2367
+ $typeName: string;
2368
+ $typeArgs: [];
2369
+ };
2370
+ static fromJSONField(field: any): NewAuctionEvent;
2371
+ static fromJSON(json: Record<string, any>): NewAuctionEvent;
2372
+ static fromSuiParsedData(content: SuiParsedData): NewAuctionEvent;
2373
+ static fetch(client: SuiClient, id: string): Promise<NewAuctionEvent>;
2374
+ }
2375
+ export declare function isNewBidEvent(type: string): boolean;
2376
+ export interface NewBidEventFields {
2377
+ signer: ToField<"address">;
2378
+ index: ToField<"u64">;
2379
+ bidIndex: ToField<"u64">;
2380
+ price: ToField<"u64">;
2381
+ size: ToField<"u64">;
2382
+ bToken: ToField<TypeName>;
2383
+ oToken: ToField<TypeName>;
2384
+ bidderBalance: ToField<"u64">;
2385
+ incentiveBalance: ToField<"u64">;
2386
+ decimal: ToField<"u64">;
2387
+ tsMs: ToField<"u64">;
2388
+ oracleInfo: ToField<OracleInfo>;
2389
+ u64Padding: ToField<Vector<"u64">>;
2390
+ }
2391
+ export type NewBidEventReified = Reified<NewBidEvent, NewBidEventFields>;
2392
+ export declare class NewBidEvent implements StructClass {
2393
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewBidEvent";
2394
+ static readonly $numTypeParams = 0;
2395
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewBidEvent";
2396
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewBidEvent";
2397
+ readonly $typeArgs: [];
2398
+ readonly signer: ToField<"address">;
2399
+ readonly index: ToField<"u64">;
2400
+ readonly bidIndex: ToField<"u64">;
2401
+ readonly price: ToField<"u64">;
2402
+ readonly size: ToField<"u64">;
2403
+ readonly bToken: ToField<TypeName>;
2404
+ readonly oToken: ToField<TypeName>;
2405
+ readonly bidderBalance: ToField<"u64">;
2406
+ readonly incentiveBalance: ToField<"u64">;
2407
+ readonly decimal: ToField<"u64">;
2408
+ readonly tsMs: ToField<"u64">;
2409
+ readonly oracleInfo: ToField<OracleInfo>;
2410
+ readonly u64Padding: ToField<Vector<"u64">>;
2411
+ private constructor();
2412
+ static reified(): NewBidEventReified;
2413
+ static get r(): reified.StructClassReified<NewBidEvent, NewBidEventFields>;
2414
+ static phantom(): PhantomReified<ToTypeStr<NewBidEvent>>;
2415
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewBidEvent">;
2416
+ static get bcs(): import("@mysten/bcs").BcsType<{
2417
+ signer: string;
2418
+ index: string;
2419
+ bid_index: string;
2420
+ price: string;
2421
+ size: string;
2422
+ b_token: {
2423
+ name: {
2424
+ bytes: number[];
2425
+ };
2426
+ };
2427
+ o_token: {
2428
+ name: {
2429
+ bytes: number[];
2430
+ };
2431
+ };
2432
+ bidder_balance: string;
2433
+ incentive_balance: string;
2434
+ decimal: string;
2435
+ ts_ms: string;
2436
+ oracle_info: {
2437
+ price: string;
2438
+ decimal: string;
2439
+ };
2440
+ u64_padding: string[];
2441
+ }, {
2442
+ signer: string;
2443
+ index: string | number | bigint;
2444
+ bid_index: string | number | bigint;
2445
+ price: string | number | bigint;
2446
+ size: string | number | bigint;
2447
+ b_token: {
2448
+ name: {
2449
+ bytes: Iterable<number> & {
2450
+ length: number;
2451
+ };
2452
+ };
2453
+ };
2454
+ o_token: {
2455
+ name: {
2456
+ bytes: Iterable<number> & {
2457
+ length: number;
2458
+ };
2459
+ };
2460
+ };
2461
+ bidder_balance: string | number | bigint;
2462
+ incentive_balance: string | number | bigint;
2463
+ decimal: string | number | bigint;
2464
+ ts_ms: string | number | bigint;
2465
+ oracle_info: {
2466
+ price: string | number | bigint;
2467
+ decimal: string | number | bigint;
2468
+ };
2469
+ u64_padding: Iterable<string | number | bigint> & {
2470
+ length: number;
2471
+ };
2472
+ }>;
2473
+ static fromFields(fields: Record<string, any>): NewBidEvent;
2474
+ static fromFieldsWithTypes(item: FieldsWithTypes): NewBidEvent;
2475
+ static fromBcs(data: Uint8Array): NewBidEvent;
2476
+ toJSONField(): {
2477
+ signer: string;
2478
+ index: string;
2479
+ bidIndex: string;
2480
+ price: string;
2481
+ size: string;
2482
+ bToken: {
2483
+ name: string;
2484
+ };
2485
+ oToken: {
2486
+ name: string;
2487
+ };
2488
+ bidderBalance: string;
2489
+ incentiveBalance: string;
2490
+ decimal: string;
2491
+ tsMs: string;
2492
+ oracleInfo: {
2493
+ price: string;
2494
+ decimal: string;
2495
+ };
2496
+ u64Padding: string[];
2497
+ };
2498
+ toJSON(): {
2499
+ signer: string;
2500
+ index: string;
2501
+ bidIndex: string;
2502
+ price: string;
2503
+ size: string;
2504
+ bToken: {
2505
+ name: string;
2506
+ };
2507
+ oToken: {
2508
+ name: string;
2509
+ };
2510
+ bidderBalance: string;
2511
+ incentiveBalance: string;
2512
+ decimal: string;
2513
+ tsMs: string;
2514
+ oracleInfo: {
2515
+ price: string;
2516
+ decimal: string;
2517
+ };
2518
+ u64Padding: string[];
2519
+ $typeName: string;
2520
+ $typeArgs: [];
2521
+ };
2522
+ static fromJSONField(field: any): NewBidEvent;
2523
+ static fromJSON(json: Record<string, any>): NewBidEvent;
2524
+ static fromSuiParsedData(content: SuiParsedData): NewBidEvent;
2525
+ static fetch(client: SuiClient, id: string): Promise<NewBidEvent>;
2526
+ }
2527
+ export declare function isOracleInfo(type: string): boolean;
2528
+ export interface OracleInfoFields {
2529
+ price: ToField<"u64">;
2530
+ decimal: ToField<"u64">;
2531
+ }
2532
+ export type OracleInfoReified = Reified<OracleInfo, OracleInfoFields>;
2533
+ export declare class OracleInfo implements StructClass {
2534
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OracleInfo";
2535
+ static readonly $numTypeParams = 0;
2536
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OracleInfo";
2537
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OracleInfo";
2538
+ readonly $typeArgs: [];
2539
+ readonly price: ToField<"u64">;
2540
+ readonly decimal: ToField<"u64">;
2541
+ private constructor();
2542
+ static reified(): OracleInfoReified;
2543
+ static get r(): reified.StructClassReified<OracleInfo, OracleInfoFields>;
2544
+ static phantom(): PhantomReified<ToTypeStr<OracleInfo>>;
2545
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OracleInfo">;
2546
+ static get bcs(): import("@mysten/bcs").BcsType<{
2547
+ price: string;
2548
+ decimal: string;
2549
+ }, {
2550
+ price: string | number | bigint;
2551
+ decimal: string | number | bigint;
2552
+ }>;
2553
+ static fromFields(fields: Record<string, any>): OracleInfo;
2554
+ static fromFieldsWithTypes(item: FieldsWithTypes): OracleInfo;
2555
+ static fromBcs(data: Uint8Array): OracleInfo;
2556
+ toJSONField(): {
2557
+ price: string;
2558
+ decimal: string;
2559
+ };
2560
+ toJSON(): {
2561
+ price: string;
2562
+ decimal: string;
2563
+ $typeName: string;
2564
+ $typeArgs: [];
2565
+ };
2566
+ static fromJSONField(field: any): OracleInfo;
2567
+ static fromJSON(json: Record<string, any>): OracleInfo;
2568
+ static fromSuiParsedData(content: SuiParsedData): OracleInfo;
2569
+ static fetch(client: SuiClient, id: string): Promise<OracleInfo>;
2570
+ }
2571
+ export declare function isOtcEvent(type: string): boolean;
2572
+ export interface OtcEventFields {
2573
+ signer: ToField<"address">;
2574
+ index: ToField<"u64">;
2575
+ round: ToField<"u64">;
2576
+ deliveryPrice: ToField<"u64">;
2577
+ deliverySize: ToField<"u64">;
2578
+ oTokenDecimal: ToField<"u64">;
2579
+ bidderBidValue: ToField<"u64">;
2580
+ bidderFee: ToField<"u64">;
2581
+ incentiveBidValue: ToField<"u64">;
2582
+ incentiveFee: ToField<"u64">;
2583
+ bTokenDecimal: ToField<"u64">;
2584
+ depositorIncentiveValue: ToField<"u64">;
2585
+ u64Padding: ToField<Vector<"u64">>;
2586
+ }
2587
+ export type OtcEventReified = Reified<OtcEvent, OtcEventFields>;
2588
+ export declare class OtcEvent implements StructClass {
2589
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OtcEvent";
2590
+ static readonly $numTypeParams = 0;
2591
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OtcEvent";
2592
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OtcEvent";
2593
+ readonly $typeArgs: [];
2594
+ readonly signer: ToField<"address">;
2595
+ readonly index: ToField<"u64">;
2596
+ readonly round: ToField<"u64">;
2597
+ readonly deliveryPrice: ToField<"u64">;
2598
+ readonly deliverySize: ToField<"u64">;
2599
+ readonly oTokenDecimal: ToField<"u64">;
2600
+ readonly bidderBidValue: ToField<"u64">;
2601
+ readonly bidderFee: ToField<"u64">;
2602
+ readonly incentiveBidValue: ToField<"u64">;
2603
+ readonly incentiveFee: ToField<"u64">;
2604
+ readonly bTokenDecimal: ToField<"u64">;
2605
+ readonly depositorIncentiveValue: ToField<"u64">;
2606
+ readonly u64Padding: ToField<Vector<"u64">>;
2607
+ private constructor();
2608
+ static reified(): OtcEventReified;
2609
+ static get r(): reified.StructClassReified<OtcEvent, OtcEventFields>;
2610
+ static phantom(): PhantomReified<ToTypeStr<OtcEvent>>;
2611
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OtcEvent">;
2612
+ static get bcs(): import("@mysten/bcs").BcsType<{
2613
+ signer: string;
2614
+ index: string;
2615
+ round: string;
2616
+ delivery_price: string;
2617
+ delivery_size: string;
2618
+ o_token_decimal: string;
2619
+ bidder_bid_value: string;
2620
+ bidder_fee: string;
2621
+ incentive_bid_value: string;
2622
+ incentive_fee: string;
2623
+ b_token_decimal: string;
2624
+ depositor_incentive_value: string;
2625
+ u64_padding: string[];
2626
+ }, {
2627
+ signer: string;
2628
+ index: string | number | bigint;
2629
+ round: string | number | bigint;
2630
+ delivery_price: string | number | bigint;
2631
+ delivery_size: string | number | bigint;
2632
+ o_token_decimal: string | number | bigint;
2633
+ bidder_bid_value: string | number | bigint;
2634
+ bidder_fee: string | number | bigint;
2635
+ incentive_bid_value: string | number | bigint;
2636
+ incentive_fee: string | number | bigint;
2637
+ b_token_decimal: string | number | bigint;
2638
+ depositor_incentive_value: string | number | bigint;
2639
+ u64_padding: Iterable<string | number | bigint> & {
2640
+ length: number;
2641
+ };
2642
+ }>;
2643
+ static fromFields(fields: Record<string, any>): OtcEvent;
2644
+ static fromFieldsWithTypes(item: FieldsWithTypes): OtcEvent;
2645
+ static fromBcs(data: Uint8Array): OtcEvent;
2646
+ toJSONField(): {
2647
+ signer: string;
2648
+ index: string;
2649
+ round: string;
2650
+ deliveryPrice: string;
2651
+ deliverySize: string;
2652
+ oTokenDecimal: string;
2653
+ bidderBidValue: string;
2654
+ bidderFee: string;
2655
+ incentiveBidValue: string;
2656
+ incentiveFee: string;
2657
+ bTokenDecimal: string;
2658
+ depositorIncentiveValue: string;
2659
+ u64Padding: string[];
2660
+ };
2661
+ toJSON(): {
2662
+ signer: string;
2663
+ index: string;
2664
+ round: string;
2665
+ deliveryPrice: string;
2666
+ deliverySize: string;
2667
+ oTokenDecimal: string;
2668
+ bidderBidValue: string;
2669
+ bidderFee: string;
2670
+ incentiveBidValue: string;
2671
+ incentiveFee: string;
2672
+ bTokenDecimal: string;
2673
+ depositorIncentiveValue: string;
2674
+ u64Padding: string[];
2675
+ $typeName: string;
2676
+ $typeArgs: [];
2677
+ };
2678
+ static fromJSONField(field: any): OtcEvent;
2679
+ static fromJSON(json: Record<string, any>): OtcEvent;
2680
+ static fromSuiParsedData(content: SuiParsedData): OtcEvent;
2681
+ static fetch(client: SuiClient, id: string): Promise<OtcEvent>;
2682
+ }
2683
+ export declare function isPayoffConfig(type: string): boolean;
2684
+ export interface PayoffConfigFields {
2685
+ strikeBp: ToField<"u64">;
2686
+ weight: ToField<"u64">;
2687
+ isBuyer: ToField<"bool">;
2688
+ strike: ToField<Option<"u64">>;
2689
+ u64Padding: ToField<Vector<"u64">>;
2690
+ }
2691
+ export type PayoffConfigReified = Reified<PayoffConfig, PayoffConfigFields>;
2692
+ export declare class PayoffConfig implements StructClass {
2693
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PayoffConfig";
2694
+ static readonly $numTypeParams = 0;
2695
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PayoffConfig";
2696
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PayoffConfig";
2697
+ readonly $typeArgs: [];
2698
+ readonly strikeBp: ToField<"u64">;
2699
+ readonly weight: ToField<"u64">;
2700
+ readonly isBuyer: ToField<"bool">;
2701
+ readonly strike: ToField<Option<"u64">>;
2702
+ readonly u64Padding: ToField<Vector<"u64">>;
2703
+ private constructor();
2704
+ static reified(): PayoffConfigReified;
2705
+ static get r(): reified.StructClassReified<PayoffConfig, PayoffConfigFields>;
2706
+ static phantom(): PhantomReified<ToTypeStr<PayoffConfig>>;
2707
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PayoffConfig">;
2708
+ static get bcs(): import("@mysten/bcs").BcsType<{
2709
+ strike_bp: string;
2710
+ weight: string;
2711
+ is_buyer: boolean;
2712
+ strike: {
2713
+ vec: any[];
2714
+ };
2715
+ u64_padding: string[];
2716
+ }, {
2717
+ strike_bp: string | number | bigint;
2718
+ weight: string | number | bigint;
2719
+ is_buyer: boolean;
2720
+ strike: {
2721
+ vec: Iterable<any> & {
2722
+ length: number;
2723
+ };
2724
+ };
2725
+ u64_padding: Iterable<string | number | bigint> & {
2726
+ length: number;
2727
+ };
2728
+ }>;
2729
+ static fromFields(fields: Record<string, any>): PayoffConfig;
2730
+ static fromFieldsWithTypes(item: FieldsWithTypes): PayoffConfig;
2731
+ static fromBcs(data: Uint8Array): PayoffConfig;
2732
+ toJSONField(): {
2733
+ strikeBp: string;
2734
+ weight: string;
2735
+ isBuyer: boolean;
2736
+ strike: string | null;
2737
+ u64Padding: string[];
2738
+ };
2739
+ toJSON(): {
2740
+ strikeBp: string;
2741
+ weight: string;
2742
+ isBuyer: boolean;
2743
+ strike: string | null;
2744
+ u64Padding: string[];
2745
+ $typeName: string;
2746
+ $typeArgs: [];
2747
+ };
2748
+ static fromJSONField(field: any): PayoffConfig;
2749
+ static fromJSON(json: Record<string, any>): PayoffConfig;
2750
+ static fromSuiParsedData(content: SuiParsedData): PayoffConfig;
2751
+ static fetch(client: SuiClient, id: string): Promise<PayoffConfig>;
2752
+ }
2753
+ export declare function isPortfolioVault(type: string): boolean;
2754
+ export interface PortfolioVaultFields {
2755
+ id: ToField<UID>;
2756
+ info: ToField<Info>;
2757
+ config: ToField<Config>;
2758
+ authority: ToField<Authority>;
2759
+ }
2760
+ export type PortfolioVaultReified = Reified<PortfolioVault, PortfolioVaultFields>;
2761
+ export declare class PortfolioVault implements StructClass {
2762
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PortfolioVault";
2763
+ static readonly $numTypeParams = 0;
2764
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PortfolioVault";
2765
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PortfolioVault";
2766
+ readonly $typeArgs: [];
2767
+ readonly id: ToField<UID>;
2768
+ readonly info: ToField<Info>;
2769
+ readonly config: ToField<Config>;
2770
+ readonly authority: ToField<Authority>;
2771
+ private constructor();
2772
+ static reified(): PortfolioVaultReified;
2773
+ static get r(): reified.StructClassReified<PortfolioVault, PortfolioVaultFields>;
2774
+ static phantom(): PhantomReified<ToTypeStr<PortfolioVault>>;
2775
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PortfolioVault">;
2776
+ static get bcs(): import("@mysten/bcs").BcsType<{
2777
+ id: {
2778
+ id: {
2779
+ bytes: string;
2780
+ };
2781
+ };
2782
+ info: {
2783
+ index: string;
2784
+ option_type: string;
2785
+ period: number;
2786
+ activation_ts_ms: string;
2787
+ expiration_ts_ms: string;
2788
+ deposit_token: {
2789
+ name: {
2790
+ bytes: number[];
2791
+ };
2792
+ };
2793
+ bid_token: {
2794
+ name: {
2795
+ bytes: number[];
2796
+ };
2797
+ };
2798
+ settlement_base: {
2799
+ name: {
2800
+ bytes: number[];
2801
+ };
2802
+ };
2803
+ settlement_quote: {
2804
+ name: {
2805
+ bytes: number[];
2806
+ };
2807
+ };
2808
+ settlement_base_name: {
2809
+ bytes: number[];
2810
+ };
2811
+ settlement_quote_name: {
2812
+ bytes: number[];
2813
+ };
2814
+ d_token_decimal: string;
2815
+ b_token_decimal: string;
2816
+ o_token_decimal: string;
2817
+ creator: string;
2818
+ create_ts_ms: string;
2819
+ round: string;
2820
+ status: string;
2821
+ oracle_info: {
2822
+ price: string;
2823
+ decimal: string;
2824
+ };
2825
+ delivery_infos: {
2826
+ round: string;
2827
+ max_size: string;
2828
+ total_delivery_size: string;
2829
+ total_bidder_bid_value: string;
2830
+ total_bidder_fee: string;
2831
+ total_incentive_bid_value: string;
2832
+ total_incentive_fee: string;
2833
+ delivery_info: {
2834
+ auction_type: string;
2835
+ delivery_price: string;
2836
+ delivery_size: string;
2837
+ bidder_bid_value: string;
2838
+ bidder_fee: string;
2839
+ incentive_bid_value: string;
2840
+ incentive_fee: string;
2841
+ ts_ms: string;
2842
+ u64_padding: string[];
2843
+ }[];
2844
+ u64_padding: string[];
2845
+ };
2846
+ settlement_info: {
2847
+ vec: any[];
2848
+ };
2849
+ u64_padding: string[];
2850
+ bcs_padding: number[];
2851
+ };
2852
+ config: {
2853
+ oracle_id: string;
2854
+ deposit_lot_size: string;
2855
+ bid_lot_size: string;
2856
+ min_deposit_size: string;
2857
+ min_bid_size: string;
2858
+ max_deposit_entry: string;
2859
+ max_bid_entry: string;
2860
+ deposit_fee_bp: string;
2861
+ deposit_fee_share_bp: string;
2862
+ deposit_shared_fee_pool: {
2863
+ vec: any[];
2864
+ };
2865
+ bid_fee_bp: string;
2866
+ deposit_incentive_bp: string;
2867
+ bid_incentive_bp: string;
2868
+ auction_delay_ts_ms: string;
2869
+ auction_duration_ts_ms: string;
2870
+ recoup_delay_ts_ms: string;
2871
+ capacity: string;
2872
+ leverage: string;
2873
+ risk_level: string;
2874
+ has_next: boolean;
2875
+ active_vault_config: {
2876
+ payoff_configs: {
2877
+ strike_bp: string;
2878
+ weight: string;
2879
+ is_buyer: boolean;
2880
+ strike: {
2881
+ vec: any[];
2882
+ };
2883
+ u64_padding: string[];
2884
+ }[];
2885
+ strike_increment: string;
2886
+ decay_speed: string;
2887
+ initial_price: string;
2888
+ final_price: string;
2889
+ u64_padding: string[];
2890
+ };
2891
+ warmup_vault_config: {
2892
+ payoff_configs: {
2893
+ strike_bp: string;
2894
+ weight: string;
2895
+ is_buyer: boolean;
2896
+ strike: {
2897
+ vec: any[];
2898
+ };
2899
+ u64_padding: string[];
2900
+ }[];
2901
+ strike_increment: string;
2902
+ decay_speed: string;
2903
+ initial_price: string;
2904
+ final_price: string;
2905
+ u64_padding: string[];
2906
+ };
2907
+ u64_padding: string[];
2908
+ bcs_padding: number[];
2909
+ };
2910
+ authority: {
2911
+ whitelist: {
2912
+ id: {
2913
+ id: {
2914
+ bytes: string;
2915
+ };
2916
+ };
2917
+ size: string;
2918
+ head: {
2919
+ vec: any[];
2920
+ };
2921
+ tail: {
2922
+ vec: any[];
2923
+ };
2924
+ };
2925
+ };
2926
+ }, {
2927
+ id: {
2928
+ id: {
2929
+ bytes: string;
2930
+ };
2931
+ };
2932
+ info: {
2933
+ index: string | number | bigint;
2934
+ option_type: string | number | bigint;
2935
+ period: number;
2936
+ activation_ts_ms: string | number | bigint;
2937
+ expiration_ts_ms: string | number | bigint;
2938
+ deposit_token: {
2939
+ name: {
2940
+ bytes: Iterable<number> & {
2941
+ length: number;
2942
+ };
2943
+ };
2944
+ };
2945
+ bid_token: {
2946
+ name: {
2947
+ bytes: Iterable<number> & {
2948
+ length: number;
2949
+ };
2950
+ };
2951
+ };
2952
+ settlement_base: {
2953
+ name: {
2954
+ bytes: Iterable<number> & {
2955
+ length: number;
2956
+ };
2957
+ };
2958
+ };
2959
+ settlement_quote: {
2960
+ name: {
2961
+ bytes: Iterable<number> & {
2962
+ length: number;
2963
+ };
2964
+ };
2965
+ };
2966
+ settlement_base_name: {
2967
+ bytes: Iterable<number> & {
2968
+ length: number;
2969
+ };
2970
+ };
2971
+ settlement_quote_name: {
2972
+ bytes: Iterable<number> & {
2973
+ length: number;
2974
+ };
2975
+ };
2976
+ d_token_decimal: string | number | bigint;
2977
+ b_token_decimal: string | number | bigint;
2978
+ o_token_decimal: string | number | bigint;
2979
+ creator: string;
2980
+ create_ts_ms: string | number | bigint;
2981
+ round: string | number | bigint;
2982
+ status: string | number | bigint;
2983
+ oracle_info: {
2984
+ price: string | number | bigint;
2985
+ decimal: string | number | bigint;
2986
+ };
2987
+ delivery_infos: {
2988
+ round: string | number | bigint;
2989
+ max_size: string | number | bigint;
2990
+ total_delivery_size: string | number | bigint;
2991
+ total_bidder_bid_value: string | number | bigint;
2992
+ total_bidder_fee: string | number | bigint;
2993
+ total_incentive_bid_value: string | number | bigint;
2994
+ total_incentive_fee: string | number | bigint;
2995
+ delivery_info: Iterable<{
2996
+ auction_type: string | number | bigint;
2997
+ delivery_price: string | number | bigint;
2998
+ delivery_size: string | number | bigint;
2999
+ bidder_bid_value: string | number | bigint;
3000
+ bidder_fee: string | number | bigint;
3001
+ incentive_bid_value: string | number | bigint;
3002
+ incentive_fee: string | number | bigint;
3003
+ ts_ms: string | number | bigint;
3004
+ u64_padding: Iterable<string | number | bigint> & {
3005
+ length: number;
3006
+ };
3007
+ }> & {
3008
+ length: number;
3009
+ };
3010
+ u64_padding: Iterable<string | number | bigint> & {
3011
+ length: number;
3012
+ };
3013
+ };
3014
+ settlement_info: {
3015
+ vec: Iterable<any> & {
3016
+ length: number;
3017
+ };
3018
+ };
3019
+ u64_padding: Iterable<string | number | bigint> & {
3020
+ length: number;
3021
+ };
3022
+ bcs_padding: Iterable<number> & {
3023
+ length: number;
3024
+ };
3025
+ };
3026
+ config: {
3027
+ oracle_id: string;
3028
+ deposit_lot_size: string | number | bigint;
3029
+ bid_lot_size: string | number | bigint;
3030
+ min_deposit_size: string | number | bigint;
3031
+ min_bid_size: string | number | bigint;
3032
+ max_deposit_entry: string | number | bigint;
3033
+ max_bid_entry: string | number | bigint;
3034
+ deposit_fee_bp: string | number | bigint;
3035
+ deposit_fee_share_bp: string | number | bigint;
3036
+ deposit_shared_fee_pool: {
3037
+ vec: Iterable<any> & {
3038
+ length: number;
3039
+ };
3040
+ };
3041
+ bid_fee_bp: string | number | bigint;
3042
+ deposit_incentive_bp: string | number | bigint;
3043
+ bid_incentive_bp: string | number | bigint;
3044
+ auction_delay_ts_ms: string | number | bigint;
3045
+ auction_duration_ts_ms: string | number | bigint;
3046
+ recoup_delay_ts_ms: string | number | bigint;
3047
+ capacity: string | number | bigint;
3048
+ leverage: string | number | bigint;
3049
+ risk_level: string | number | bigint;
3050
+ has_next: boolean;
3051
+ active_vault_config: {
3052
+ payoff_configs: Iterable<{
3053
+ strike_bp: string | number | bigint;
3054
+ weight: string | number | bigint;
3055
+ is_buyer: boolean;
3056
+ strike: {
3057
+ vec: Iterable<any> & {
3058
+ length: number;
3059
+ };
3060
+ };
3061
+ u64_padding: Iterable<string | number | bigint> & {
3062
+ length: number;
3063
+ };
3064
+ }> & {
3065
+ length: number;
3066
+ };
3067
+ strike_increment: string | number | bigint;
3068
+ decay_speed: string | number | bigint;
3069
+ initial_price: string | number | bigint;
3070
+ final_price: string | number | bigint;
3071
+ u64_padding: Iterable<string | number | bigint> & {
3072
+ length: number;
3073
+ };
3074
+ };
3075
+ warmup_vault_config: {
3076
+ payoff_configs: Iterable<{
3077
+ strike_bp: string | number | bigint;
3078
+ weight: string | number | bigint;
3079
+ is_buyer: boolean;
3080
+ strike: {
3081
+ vec: Iterable<any> & {
3082
+ length: number;
3083
+ };
3084
+ };
3085
+ u64_padding: Iterable<string | number | bigint> & {
3086
+ length: number;
3087
+ };
3088
+ }> & {
3089
+ length: number;
3090
+ };
3091
+ strike_increment: string | number | bigint;
3092
+ decay_speed: string | number | bigint;
3093
+ initial_price: string | number | bigint;
3094
+ final_price: string | number | bigint;
3095
+ u64_padding: Iterable<string | number | bigint> & {
3096
+ length: number;
3097
+ };
3098
+ };
3099
+ u64_padding: Iterable<string | number | bigint> & {
3100
+ length: number;
3101
+ };
3102
+ bcs_padding: Iterable<number> & {
3103
+ length: number;
3104
+ };
3105
+ };
3106
+ authority: {
3107
+ whitelist: {
3108
+ id: {
3109
+ id: {
3110
+ bytes: string;
3111
+ };
3112
+ };
3113
+ size: string | number | bigint;
3114
+ head: {
3115
+ vec: Iterable<any> & {
3116
+ length: number;
3117
+ };
3118
+ };
3119
+ tail: {
3120
+ vec: Iterable<any> & {
3121
+ length: number;
3122
+ };
3123
+ };
3124
+ };
3125
+ };
3126
+ }>;
3127
+ static fromFields(fields: Record<string, any>): PortfolioVault;
3128
+ static fromFieldsWithTypes(item: FieldsWithTypes): PortfolioVault;
3129
+ static fromBcs(data: Uint8Array): PortfolioVault;
3130
+ toJSONField(): {
3131
+ id: string;
3132
+ info: {
3133
+ index: string;
3134
+ optionType: string;
3135
+ period: number;
3136
+ activationTsMs: string;
3137
+ expirationTsMs: string;
3138
+ depositToken: {
3139
+ name: string;
3140
+ };
3141
+ bidToken: {
3142
+ name: string;
3143
+ };
3144
+ settlementBase: {
3145
+ name: string;
3146
+ };
3147
+ settlementQuote: {
3148
+ name: string;
3149
+ };
3150
+ settlementBaseName: string;
3151
+ settlementQuoteName: string;
3152
+ dTokenDecimal: string;
3153
+ bTokenDecimal: string;
3154
+ oTokenDecimal: string;
3155
+ creator: string;
3156
+ createTsMs: string;
3157
+ round: string;
3158
+ status: string;
3159
+ oracleInfo: {
3160
+ price: string;
3161
+ decimal: string;
3162
+ };
3163
+ deliveryInfos: {
3164
+ round: string;
3165
+ maxSize: string;
3166
+ totalDeliverySize: string;
3167
+ totalBidderBidValue: string;
3168
+ totalBidderFee: string;
3169
+ totalIncentiveBidValue: string;
3170
+ totalIncentiveFee: string;
3171
+ deliveryInfo: {
3172
+ auctionType: string;
3173
+ deliveryPrice: string;
3174
+ deliverySize: string;
3175
+ bidderBidValue: string;
3176
+ bidderFee: string;
3177
+ incentiveBidValue: string;
3178
+ incentiveFee: string;
3179
+ tsMs: string;
3180
+ u64Padding: string[];
3181
+ }[];
3182
+ u64Padding: string[];
3183
+ };
3184
+ settlementInfo: {
3185
+ round: string;
3186
+ oraclePrice: string;
3187
+ oraclePriceDecimal: string;
3188
+ settleBalance: string;
3189
+ settledBalance: string;
3190
+ sharePrice: string;
3191
+ sharePriceDecimal: string;
3192
+ tsMs: string;
3193
+ u64Padding: string[];
3194
+ } | null;
3195
+ u64Padding: string[];
3196
+ bcsPadding: number[];
3197
+ };
3198
+ config: {
3199
+ oracleId: string;
3200
+ depositLotSize: string;
3201
+ bidLotSize: string;
3202
+ minDepositSize: string;
3203
+ minBidSize: string;
3204
+ maxDepositEntry: string;
3205
+ maxBidEntry: string;
3206
+ depositFeeBp: string;
3207
+ depositFeeShareBp: string;
3208
+ depositSharedFeePool: number[] | null;
3209
+ bidFeeBp: string;
3210
+ depositIncentiveBp: string;
3211
+ bidIncentiveBp: string;
3212
+ auctionDelayTsMs: string;
3213
+ auctionDurationTsMs: string;
3214
+ recoupDelayTsMs: string;
3215
+ capacity: string;
3216
+ leverage: string;
3217
+ riskLevel: string;
3218
+ hasNext: boolean;
3219
+ activeVaultConfig: {
3220
+ payoffConfigs: {
3221
+ strikeBp: string;
3222
+ weight: string;
3223
+ isBuyer: boolean;
3224
+ strike: string | null;
3225
+ u64Padding: string[];
3226
+ }[];
3227
+ strikeIncrement: string;
3228
+ decaySpeed: string;
3229
+ initialPrice: string;
3230
+ finalPrice: string;
3231
+ u64Padding: string[];
3232
+ };
3233
+ warmupVaultConfig: {
3234
+ payoffConfigs: {
3235
+ strikeBp: string;
3236
+ weight: string;
3237
+ isBuyer: boolean;
3238
+ strike: string | null;
3239
+ u64Padding: string[];
3240
+ }[];
3241
+ strikeIncrement: string;
3242
+ decaySpeed: string;
3243
+ initialPrice: string;
3244
+ finalPrice: string;
3245
+ u64Padding: string[];
3246
+ };
3247
+ u64Padding: string[];
3248
+ bcsPadding: number[];
3249
+ };
3250
+ authority: {
3251
+ whitelist: {
3252
+ id: string;
3253
+ size: string;
3254
+ head: string | null;
3255
+ tail: string | null;
3256
+ };
3257
+ };
3258
+ };
3259
+ toJSON(): {
3260
+ id: string;
3261
+ info: {
3262
+ index: string;
3263
+ optionType: string;
3264
+ period: number;
3265
+ activationTsMs: string;
3266
+ expirationTsMs: string;
3267
+ depositToken: {
3268
+ name: string;
3269
+ };
3270
+ bidToken: {
3271
+ name: string;
3272
+ };
3273
+ settlementBase: {
3274
+ name: string;
3275
+ };
3276
+ settlementQuote: {
3277
+ name: string;
3278
+ };
3279
+ settlementBaseName: string;
3280
+ settlementQuoteName: string;
3281
+ dTokenDecimal: string;
3282
+ bTokenDecimal: string;
3283
+ oTokenDecimal: string;
3284
+ creator: string;
3285
+ createTsMs: string;
3286
+ round: string;
3287
+ status: string;
3288
+ oracleInfo: {
3289
+ price: string;
3290
+ decimal: string;
3291
+ };
3292
+ deliveryInfos: {
3293
+ round: string;
3294
+ maxSize: string;
3295
+ totalDeliverySize: string;
3296
+ totalBidderBidValue: string;
3297
+ totalBidderFee: string;
3298
+ totalIncentiveBidValue: string;
3299
+ totalIncentiveFee: string;
3300
+ deliveryInfo: {
3301
+ auctionType: string;
3302
+ deliveryPrice: string;
3303
+ deliverySize: string;
3304
+ bidderBidValue: string;
3305
+ bidderFee: string;
3306
+ incentiveBidValue: string;
3307
+ incentiveFee: string;
3308
+ tsMs: string;
3309
+ u64Padding: string[];
3310
+ }[];
3311
+ u64Padding: string[];
3312
+ };
3313
+ settlementInfo: {
3314
+ round: string;
3315
+ oraclePrice: string;
3316
+ oraclePriceDecimal: string;
3317
+ settleBalance: string;
3318
+ settledBalance: string;
3319
+ sharePrice: string;
3320
+ sharePriceDecimal: string;
3321
+ tsMs: string;
3322
+ u64Padding: string[];
3323
+ } | null;
3324
+ u64Padding: string[];
3325
+ bcsPadding: number[];
3326
+ };
3327
+ config: {
3328
+ oracleId: string;
3329
+ depositLotSize: string;
3330
+ bidLotSize: string;
3331
+ minDepositSize: string;
3332
+ minBidSize: string;
3333
+ maxDepositEntry: string;
3334
+ maxBidEntry: string;
3335
+ depositFeeBp: string;
3336
+ depositFeeShareBp: string;
3337
+ depositSharedFeePool: number[] | null;
3338
+ bidFeeBp: string;
3339
+ depositIncentiveBp: string;
3340
+ bidIncentiveBp: string;
3341
+ auctionDelayTsMs: string;
3342
+ auctionDurationTsMs: string;
3343
+ recoupDelayTsMs: string;
3344
+ capacity: string;
3345
+ leverage: string;
3346
+ riskLevel: string;
3347
+ hasNext: boolean;
3348
+ activeVaultConfig: {
3349
+ payoffConfigs: {
3350
+ strikeBp: string;
3351
+ weight: string;
3352
+ isBuyer: boolean;
3353
+ strike: string | null;
3354
+ u64Padding: string[];
3355
+ }[];
3356
+ strikeIncrement: string;
3357
+ decaySpeed: string;
3358
+ initialPrice: string;
3359
+ finalPrice: string;
3360
+ u64Padding: string[];
3361
+ };
3362
+ warmupVaultConfig: {
3363
+ payoffConfigs: {
3364
+ strikeBp: string;
3365
+ weight: string;
3366
+ isBuyer: boolean;
3367
+ strike: string | null;
3368
+ u64Padding: string[];
3369
+ }[];
3370
+ strikeIncrement: string;
3371
+ decaySpeed: string;
3372
+ initialPrice: string;
3373
+ finalPrice: string;
3374
+ u64Padding: string[];
3375
+ };
3376
+ u64Padding: string[];
3377
+ bcsPadding: number[];
3378
+ };
3379
+ authority: {
3380
+ whitelist: {
3381
+ id: string;
3382
+ size: string;
3383
+ head: string | null;
3384
+ tail: string | null;
3385
+ };
3386
+ };
3387
+ $typeName: string;
3388
+ $typeArgs: [];
3389
+ };
3390
+ static fromJSONField(field: any): PortfolioVault;
3391
+ static fromJSON(json: Record<string, any>): PortfolioVault;
3392
+ static fromSuiParsedData(content: SuiParsedData): PortfolioVault;
3393
+ static fetch(client: SuiClient, id: string): Promise<PortfolioVault>;
3394
+ }
3395
+ export declare function isRaiseFundEvent(type: string): boolean;
3396
+ export interface RaiseFundEventFields {
3397
+ signer: ToField<"address">;
3398
+ token: ToField<TypeName>;
3399
+ log: ToField<Vector<"u64">>;
3400
+ }
3401
+ export type RaiseFundEventReified = Reified<RaiseFundEvent, RaiseFundEventFields>;
3402
+ export declare class RaiseFundEvent implements StructClass {
3403
+ static readonly $typeName = "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::RaiseFundEvent";
3404
+ static readonly $numTypeParams = 0;
3405
+ readonly $typeName = "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::RaiseFundEvent";
3406
+ readonly $fullTypeName: "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::RaiseFundEvent";
3407
+ readonly $typeArgs: [];
3408
+ readonly signer: ToField<"address">;
3409
+ readonly token: ToField<TypeName>;
3410
+ readonly log: ToField<Vector<"u64">>;
3411
+ private constructor();
3412
+ static reified(): RaiseFundEventReified;
3413
+ static get r(): reified.StructClassReified<RaiseFundEvent, RaiseFundEventFields>;
3414
+ static phantom(): PhantomReified<ToTypeStr<RaiseFundEvent>>;
3415
+ static get p(): reified.PhantomReified<"0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::RaiseFundEvent">;
3416
+ static get bcs(): import("@mysten/bcs").BcsType<{
3417
+ signer: string;
3418
+ token: {
3419
+ name: {
3420
+ bytes: number[];
3421
+ };
3422
+ };
3423
+ log: string[];
3424
+ }, {
3425
+ signer: string;
3426
+ token: {
3427
+ name: {
3428
+ bytes: Iterable<number> & {
3429
+ length: number;
3430
+ };
3431
+ };
3432
+ };
3433
+ log: Iterable<string | number | bigint> & {
3434
+ length: number;
3435
+ };
3436
+ }>;
3437
+ static fromFields(fields: Record<string, any>): RaiseFundEvent;
3438
+ static fromFieldsWithTypes(item: FieldsWithTypes): RaiseFundEvent;
3439
+ static fromBcs(data: Uint8Array): RaiseFundEvent;
3440
+ toJSONField(): {
3441
+ signer: string;
3442
+ token: {
3443
+ name: string;
3444
+ };
3445
+ log: string[];
3446
+ };
3447
+ toJSON(): {
3448
+ signer: string;
3449
+ token: {
3450
+ name: string;
3451
+ };
3452
+ log: string[];
3453
+ $typeName: string;
3454
+ $typeArgs: [];
3455
+ };
3456
+ static fromJSONField(field: any): RaiseFundEvent;
3457
+ static fromJSON(json: Record<string, any>): RaiseFundEvent;
3458
+ static fromSuiParsedData(content: SuiParsedData): RaiseFundEvent;
3459
+ static fetch(client: SuiClient, id: string): Promise<RaiseFundEvent>;
3460
+ }
3461
+ export declare function isRecoupEvent(type: string): boolean;
3462
+ export interface RecoupEventFields {
3463
+ signer: ToField<"address">;
3464
+ index: ToField<"u64">;
3465
+ round: ToField<"u64">;
3466
+ activeAmount: ToField<"u64">;
3467
+ deactivatingAmount: ToField<"u64">;
3468
+ dTokenDecimal: ToField<"u64">;
3469
+ u64Padding: ToField<Vector<"u64">>;
3470
+ }
3471
+ export type RecoupEventReified = Reified<RecoupEvent, RecoupEventFields>;
3472
+ export declare class RecoupEvent implements StructClass {
3473
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RecoupEvent";
3474
+ static readonly $numTypeParams = 0;
3475
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RecoupEvent";
3476
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RecoupEvent";
3477
+ readonly $typeArgs: [];
3478
+ readonly signer: ToField<"address">;
3479
+ readonly index: ToField<"u64">;
3480
+ readonly round: ToField<"u64">;
3481
+ readonly activeAmount: ToField<"u64">;
3482
+ readonly deactivatingAmount: ToField<"u64">;
3483
+ readonly dTokenDecimal: ToField<"u64">;
3484
+ readonly u64Padding: ToField<Vector<"u64">>;
3485
+ private constructor();
3486
+ static reified(): RecoupEventReified;
3487
+ static get r(): reified.StructClassReified<RecoupEvent, RecoupEventFields>;
3488
+ static phantom(): PhantomReified<ToTypeStr<RecoupEvent>>;
3489
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RecoupEvent">;
3490
+ static get bcs(): import("@mysten/bcs").BcsType<{
3491
+ signer: string;
3492
+ index: string;
3493
+ round: string;
3494
+ active_amount: string;
3495
+ deactivating_amount: string;
3496
+ d_token_decimal: string;
3497
+ u64_padding: string[];
3498
+ }, {
3499
+ signer: string;
3500
+ index: string | number | bigint;
3501
+ round: string | number | bigint;
3502
+ active_amount: string | number | bigint;
3503
+ deactivating_amount: string | number | bigint;
3504
+ d_token_decimal: string | number | bigint;
3505
+ u64_padding: Iterable<string | number | bigint> & {
3506
+ length: number;
3507
+ };
3508
+ }>;
3509
+ static fromFields(fields: Record<string, any>): RecoupEvent;
3510
+ static fromFieldsWithTypes(item: FieldsWithTypes): RecoupEvent;
3511
+ static fromBcs(data: Uint8Array): RecoupEvent;
3512
+ toJSONField(): {
3513
+ signer: string;
3514
+ index: string;
3515
+ round: string;
3516
+ activeAmount: string;
3517
+ deactivatingAmount: string;
3518
+ dTokenDecimal: string;
3519
+ u64Padding: string[];
3520
+ };
3521
+ toJSON(): {
3522
+ signer: string;
3523
+ index: string;
3524
+ round: string;
3525
+ activeAmount: string;
3526
+ deactivatingAmount: string;
3527
+ dTokenDecimal: string;
3528
+ u64Padding: string[];
3529
+ $typeName: string;
3530
+ $typeArgs: [];
3531
+ };
3532
+ static fromJSONField(field: any): RecoupEvent;
3533
+ static fromJSON(json: Record<string, any>): RecoupEvent;
3534
+ static fromSuiParsedData(content: SuiParsedData): RecoupEvent;
3535
+ static fetch(client: SuiClient, id: string): Promise<RecoupEvent>;
3536
+ }
3537
+ export declare function isRedeemEvent(type: string): boolean;
3538
+ export interface RedeemEventFields {
3539
+ signer: ToField<"address">;
3540
+ index: ToField<"u64">;
3541
+ token: ToField<TypeName>;
3542
+ amount: ToField<"u64">;
3543
+ oracleInfo: ToField<OracleInfo>;
3544
+ u64Padding: ToField<Vector<"u64">>;
3545
+ }
3546
+ export type RedeemEventReified = Reified<RedeemEvent, RedeemEventFields>;
3547
+ export declare class RedeemEvent implements StructClass {
3548
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RedeemEvent";
3549
+ static readonly $numTypeParams = 0;
3550
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RedeemEvent";
3551
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RedeemEvent";
3552
+ readonly $typeArgs: [];
3553
+ readonly signer: ToField<"address">;
3554
+ readonly index: ToField<"u64">;
3555
+ readonly token: ToField<TypeName>;
3556
+ readonly amount: ToField<"u64">;
3557
+ readonly oracleInfo: ToField<OracleInfo>;
3558
+ readonly u64Padding: ToField<Vector<"u64">>;
3559
+ private constructor();
3560
+ static reified(): RedeemEventReified;
3561
+ static get r(): reified.StructClassReified<RedeemEvent, RedeemEventFields>;
3562
+ static phantom(): PhantomReified<ToTypeStr<RedeemEvent>>;
3563
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RedeemEvent">;
3564
+ static get bcs(): import("@mysten/bcs").BcsType<{
3565
+ signer: string;
3566
+ index: string;
3567
+ token: {
3568
+ name: {
3569
+ bytes: number[];
3570
+ };
3571
+ };
3572
+ amount: string;
3573
+ oracle_info: {
3574
+ price: string;
3575
+ decimal: string;
3576
+ };
3577
+ u64_padding: string[];
3578
+ }, {
3579
+ signer: string;
3580
+ index: string | number | bigint;
3581
+ token: {
3582
+ name: {
3583
+ bytes: Iterable<number> & {
3584
+ length: number;
3585
+ };
3586
+ };
3587
+ };
3588
+ amount: string | number | bigint;
3589
+ oracle_info: {
3590
+ price: string | number | bigint;
3591
+ decimal: string | number | bigint;
3592
+ };
3593
+ u64_padding: Iterable<string | number | bigint> & {
3594
+ length: number;
3595
+ };
3596
+ }>;
3597
+ static fromFields(fields: Record<string, any>): RedeemEvent;
3598
+ static fromFieldsWithTypes(item: FieldsWithTypes): RedeemEvent;
3599
+ static fromBcs(data: Uint8Array): RedeemEvent;
3600
+ toJSONField(): {
3601
+ signer: string;
3602
+ index: string;
3603
+ token: {
3604
+ name: string;
3605
+ };
3606
+ amount: string;
3607
+ oracleInfo: {
3608
+ price: string;
3609
+ decimal: string;
3610
+ };
3611
+ u64Padding: string[];
3612
+ };
3613
+ toJSON(): {
3614
+ signer: string;
3615
+ index: string;
3616
+ token: {
3617
+ name: string;
3618
+ };
3619
+ amount: string;
3620
+ oracleInfo: {
3621
+ price: string;
3622
+ decimal: string;
3623
+ };
3624
+ u64Padding: string[];
3625
+ $typeName: string;
3626
+ $typeArgs: [];
3627
+ };
3628
+ static fromJSONField(field: any): RedeemEvent;
3629
+ static fromJSON(json: Record<string, any>): RedeemEvent;
3630
+ static fromSuiParsedData(content: SuiParsedData): RedeemEvent;
3631
+ static fetch(client: SuiClient, id: string): Promise<RedeemEvent>;
3632
+ }
3633
+ export declare function isReduceFundEvent(type: string): boolean;
3634
+ export interface ReduceFundEventFields {
3635
+ signer: ToField<"address">;
3636
+ dToken: ToField<TypeName>;
3637
+ bToken: ToField<TypeName>;
3638
+ iToken: ToField<TypeName>;
3639
+ log: ToField<Vector<"u64">>;
3640
+ }
3641
+ export type ReduceFundEventReified = Reified<ReduceFundEvent, ReduceFundEventFields>;
3642
+ export declare class ReduceFundEvent implements StructClass {
3643
+ static readonly $typeName = "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::ReduceFundEvent";
3644
+ static readonly $numTypeParams = 0;
3645
+ readonly $typeName = "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::ReduceFundEvent";
3646
+ readonly $fullTypeName: "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::ReduceFundEvent";
3647
+ readonly $typeArgs: [];
3648
+ readonly signer: ToField<"address">;
3649
+ readonly dToken: ToField<TypeName>;
3650
+ readonly bToken: ToField<TypeName>;
3651
+ readonly iToken: ToField<TypeName>;
3652
+ readonly log: ToField<Vector<"u64">>;
3653
+ private constructor();
3654
+ static reified(): ReduceFundEventReified;
3655
+ static get r(): reified.StructClassReified<ReduceFundEvent, ReduceFundEventFields>;
3656
+ static phantom(): PhantomReified<ToTypeStr<ReduceFundEvent>>;
3657
+ static get p(): reified.PhantomReified<"0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::ReduceFundEvent">;
3658
+ static get bcs(): import("@mysten/bcs").BcsType<{
3659
+ signer: string;
3660
+ d_token: {
3661
+ name: {
3662
+ bytes: number[];
3663
+ };
3664
+ };
3665
+ b_token: {
3666
+ name: {
3667
+ bytes: number[];
3668
+ };
3669
+ };
3670
+ i_token: {
3671
+ name: {
3672
+ bytes: number[];
3673
+ };
3674
+ };
3675
+ log: string[];
3676
+ }, {
3677
+ signer: string;
3678
+ d_token: {
3679
+ name: {
3680
+ bytes: Iterable<number> & {
3681
+ length: number;
3682
+ };
3683
+ };
3684
+ };
3685
+ b_token: {
3686
+ name: {
3687
+ bytes: Iterable<number> & {
3688
+ length: number;
3689
+ };
3690
+ };
3691
+ };
3692
+ i_token: {
3693
+ name: {
3694
+ bytes: Iterable<number> & {
3695
+ length: number;
3696
+ };
3697
+ };
3698
+ };
3699
+ log: Iterable<string | number | bigint> & {
3700
+ length: number;
3701
+ };
3702
+ }>;
3703
+ static fromFields(fields: Record<string, any>): ReduceFundEvent;
3704
+ static fromFieldsWithTypes(item: FieldsWithTypes): ReduceFundEvent;
3705
+ static fromBcs(data: Uint8Array): ReduceFundEvent;
3706
+ toJSONField(): {
3707
+ signer: string;
3708
+ dToken: {
3709
+ name: string;
3710
+ };
3711
+ bToken: {
3712
+ name: string;
3713
+ };
3714
+ iToken: {
3715
+ name: string;
3716
+ };
3717
+ log: string[];
3718
+ };
3719
+ toJSON(): {
3720
+ signer: string;
3721
+ dToken: {
3722
+ name: string;
3723
+ };
3724
+ bToken: {
3725
+ name: string;
3726
+ };
3727
+ iToken: {
3728
+ name: string;
3729
+ };
3730
+ log: string[];
3731
+ $typeName: string;
3732
+ $typeArgs: [];
3733
+ };
3734
+ static fromJSONField(field: any): ReduceFundEvent;
3735
+ static fromJSON(json: Record<string, any>): ReduceFundEvent;
3736
+ static fromSuiParsedData(content: SuiParsedData): ReduceFundEvent;
3737
+ static fetch(client: SuiClient, id: string): Promise<ReduceFundEvent>;
3738
+ }
3739
+ export declare function isRefundEvent(type: string): boolean;
3740
+ export interface RefundEventFields {
3741
+ signer: ToField<"address">;
3742
+ token: ToField<TypeName>;
3743
+ amount: ToField<"u64">;
3744
+ u64Padding: ToField<Vector<"u64">>;
3745
+ }
3746
+ export type RefundEventReified = Reified<RefundEvent, RefundEventFields>;
3747
+ export declare class RefundEvent implements StructClass {
3748
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RefundEvent";
3749
+ static readonly $numTypeParams = 0;
3750
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RefundEvent";
3751
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RefundEvent";
3752
+ readonly $typeArgs: [];
3753
+ readonly signer: ToField<"address">;
3754
+ readonly token: ToField<TypeName>;
3755
+ readonly amount: ToField<"u64">;
3756
+ readonly u64Padding: ToField<Vector<"u64">>;
3757
+ private constructor();
3758
+ static reified(): RefundEventReified;
3759
+ static get r(): reified.StructClassReified<RefundEvent, RefundEventFields>;
3760
+ static phantom(): PhantomReified<ToTypeStr<RefundEvent>>;
3761
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RefundEvent">;
3762
+ static get bcs(): import("@mysten/bcs").BcsType<{
3763
+ signer: string;
3764
+ token: {
3765
+ name: {
3766
+ bytes: number[];
3767
+ };
3768
+ };
3769
+ amount: string;
3770
+ u64_padding: string[];
3771
+ }, {
3772
+ signer: string;
3773
+ token: {
3774
+ name: {
3775
+ bytes: Iterable<number> & {
3776
+ length: number;
3777
+ };
3778
+ };
3779
+ };
3780
+ amount: string | number | bigint;
3781
+ u64_padding: Iterable<string | number | bigint> & {
3782
+ length: number;
3783
+ };
3784
+ }>;
3785
+ static fromFields(fields: Record<string, any>): RefundEvent;
3786
+ static fromFieldsWithTypes(item: FieldsWithTypes): RefundEvent;
3787
+ static fromBcs(data: Uint8Array): RefundEvent;
3788
+ toJSONField(): {
3789
+ signer: string;
3790
+ token: {
3791
+ name: string;
3792
+ };
3793
+ amount: string;
3794
+ u64Padding: string[];
3795
+ };
3796
+ toJSON(): {
3797
+ signer: string;
3798
+ token: {
3799
+ name: string;
3800
+ };
3801
+ amount: string;
3802
+ u64Padding: string[];
3803
+ $typeName: string;
3804
+ $typeArgs: [];
3805
+ };
3806
+ static fromJSONField(field: any): RefundEvent;
3807
+ static fromJSON(json: Record<string, any>): RefundEvent;
3808
+ static fromSuiParsedData(content: SuiParsedData): RefundEvent;
3809
+ static fetch(client: SuiClient, id: string): Promise<RefundEvent>;
3810
+ }
3811
+ export declare function isSettleEvent(type: string): boolean;
3812
+ export interface SettleEventFields {
3813
+ signer: ToField<"address">;
3814
+ index: ToField<"u64">;
3815
+ round: ToField<"u64">;
3816
+ oraclePrice: ToField<"u64">;
3817
+ oraclePriceDecimal: ToField<"u64">;
3818
+ settleBalance: ToField<"u64">;
3819
+ settledBalance: ToField<"u64">;
3820
+ dTokenDecimal: ToField<"u64">;
3821
+ dToken: ToField<TypeName>;
3822
+ sharePrice: ToField<"u64">;
3823
+ u64Padding: ToField<Vector<"u64">>;
3824
+ }
3825
+ export type SettleEventReified = Reified<SettleEvent, SettleEventFields>;
3826
+ export declare class SettleEvent implements StructClass {
3827
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettleEvent";
3828
+ static readonly $numTypeParams = 0;
3829
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettleEvent";
3830
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettleEvent";
3831
+ readonly $typeArgs: [];
3832
+ readonly signer: ToField<"address">;
3833
+ readonly index: ToField<"u64">;
3834
+ readonly round: ToField<"u64">;
3835
+ readonly oraclePrice: ToField<"u64">;
3836
+ readonly oraclePriceDecimal: ToField<"u64">;
3837
+ readonly settleBalance: ToField<"u64">;
3838
+ readonly settledBalance: ToField<"u64">;
3839
+ readonly dTokenDecimal: ToField<"u64">;
3840
+ readonly dToken: ToField<TypeName>;
3841
+ readonly sharePrice: ToField<"u64">;
3842
+ readonly u64Padding: ToField<Vector<"u64">>;
3843
+ private constructor();
3844
+ static reified(): SettleEventReified;
3845
+ static get r(): reified.StructClassReified<SettleEvent, SettleEventFields>;
3846
+ static phantom(): PhantomReified<ToTypeStr<SettleEvent>>;
3847
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettleEvent">;
3848
+ static get bcs(): import("@mysten/bcs").BcsType<{
3849
+ signer: string;
3850
+ index: string;
3851
+ round: string;
3852
+ oracle_price: string;
3853
+ oracle_price_decimal: string;
3854
+ settle_balance: string;
3855
+ settled_balance: string;
3856
+ d_token_decimal: string;
3857
+ d_token: {
3858
+ name: {
3859
+ bytes: number[];
3860
+ };
3861
+ };
3862
+ share_price: string;
3863
+ u64_padding: string[];
3864
+ }, {
3865
+ signer: string;
3866
+ index: string | number | bigint;
3867
+ round: string | number | bigint;
3868
+ oracle_price: string | number | bigint;
3869
+ oracle_price_decimal: string | number | bigint;
3870
+ settle_balance: string | number | bigint;
3871
+ settled_balance: string | number | bigint;
3872
+ d_token_decimal: string | number | bigint;
3873
+ d_token: {
3874
+ name: {
3875
+ bytes: Iterable<number> & {
3876
+ length: number;
3877
+ };
3878
+ };
3879
+ };
3880
+ share_price: string | number | bigint;
3881
+ u64_padding: Iterable<string | number | bigint> & {
3882
+ length: number;
3883
+ };
3884
+ }>;
3885
+ static fromFields(fields: Record<string, any>): SettleEvent;
3886
+ static fromFieldsWithTypes(item: FieldsWithTypes): SettleEvent;
3887
+ static fromBcs(data: Uint8Array): SettleEvent;
3888
+ toJSONField(): {
3889
+ signer: string;
3890
+ index: string;
3891
+ round: string;
3892
+ oraclePrice: string;
3893
+ oraclePriceDecimal: string;
3894
+ settleBalance: string;
3895
+ settledBalance: string;
3896
+ dTokenDecimal: string;
3897
+ dToken: {
3898
+ name: string;
3899
+ };
3900
+ sharePrice: string;
3901
+ u64Padding: string[];
3902
+ };
3903
+ toJSON(): {
3904
+ signer: string;
3905
+ index: string;
3906
+ round: string;
3907
+ oraclePrice: string;
3908
+ oraclePriceDecimal: string;
3909
+ settleBalance: string;
3910
+ settledBalance: string;
3911
+ dTokenDecimal: string;
3912
+ dToken: {
3913
+ name: string;
3914
+ };
3915
+ sharePrice: string;
3916
+ u64Padding: string[];
3917
+ $typeName: string;
3918
+ $typeArgs: [];
3919
+ };
3920
+ static fromJSONField(field: any): SettleEvent;
3921
+ static fromJSON(json: Record<string, any>): SettleEvent;
3922
+ static fromSuiParsedData(content: SuiParsedData): SettleEvent;
3923
+ static fetch(client: SuiClient, id: string): Promise<SettleEvent>;
3924
+ }
3925
+ export declare function isSettlementInfo(type: string): boolean;
3926
+ export interface SettlementInfoFields {
3927
+ round: ToField<"u64">;
3928
+ oraclePrice: ToField<"u64">;
3929
+ oraclePriceDecimal: ToField<"u64">;
3930
+ settleBalance: ToField<"u64">;
3931
+ settledBalance: ToField<"u64">;
3932
+ sharePrice: ToField<"u64">;
3933
+ sharePriceDecimal: ToField<"u64">;
3934
+ tsMs: ToField<"u64">;
3935
+ u64Padding: ToField<Vector<"u64">>;
3936
+ }
3937
+ export type SettlementInfoReified = Reified<SettlementInfo, SettlementInfoFields>;
3938
+ export declare class SettlementInfo implements StructClass {
3939
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettlementInfo";
3940
+ static readonly $numTypeParams = 0;
3941
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettlementInfo";
3942
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettlementInfo";
3943
+ readonly $typeArgs: [];
3944
+ readonly round: ToField<"u64">;
3945
+ readonly oraclePrice: ToField<"u64">;
3946
+ readonly oraclePriceDecimal: ToField<"u64">;
3947
+ readonly settleBalance: ToField<"u64">;
3948
+ readonly settledBalance: ToField<"u64">;
3949
+ readonly sharePrice: ToField<"u64">;
3950
+ readonly sharePriceDecimal: ToField<"u64">;
3951
+ readonly tsMs: ToField<"u64">;
3952
+ readonly u64Padding: ToField<Vector<"u64">>;
3953
+ private constructor();
3954
+ static reified(): SettlementInfoReified;
3955
+ static get r(): reified.StructClassReified<SettlementInfo, SettlementInfoFields>;
3956
+ static phantom(): PhantomReified<ToTypeStr<SettlementInfo>>;
3957
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettlementInfo">;
3958
+ static get bcs(): import("@mysten/bcs").BcsType<{
3959
+ round: string;
3960
+ oracle_price: string;
3961
+ oracle_price_decimal: string;
3962
+ settle_balance: string;
3963
+ settled_balance: string;
3964
+ share_price: string;
3965
+ share_price_decimal: string;
3966
+ ts_ms: string;
3967
+ u64_padding: string[];
3968
+ }, {
3969
+ round: string | number | bigint;
3970
+ oracle_price: string | number | bigint;
3971
+ oracle_price_decimal: string | number | bigint;
3972
+ settle_balance: string | number | bigint;
3973
+ settled_balance: string | number | bigint;
3974
+ share_price: string | number | bigint;
3975
+ share_price_decimal: string | number | bigint;
3976
+ ts_ms: string | number | bigint;
3977
+ u64_padding: Iterable<string | number | bigint> & {
3978
+ length: number;
3979
+ };
3980
+ }>;
3981
+ static fromFields(fields: Record<string, any>): SettlementInfo;
3982
+ static fromFieldsWithTypes(item: FieldsWithTypes): SettlementInfo;
3983
+ static fromBcs(data: Uint8Array): SettlementInfo;
3984
+ toJSONField(): {
3985
+ round: string;
3986
+ oraclePrice: string;
3987
+ oraclePriceDecimal: string;
3988
+ settleBalance: string;
3989
+ settledBalance: string;
3990
+ sharePrice: string;
3991
+ sharePriceDecimal: string;
3992
+ tsMs: string;
3993
+ u64Padding: string[];
3994
+ };
3995
+ toJSON(): {
3996
+ round: string;
3997
+ oraclePrice: string;
3998
+ oraclePriceDecimal: string;
3999
+ settleBalance: string;
4000
+ settledBalance: string;
4001
+ sharePrice: string;
4002
+ sharePriceDecimal: string;
4003
+ tsMs: string;
4004
+ u64Padding: string[];
4005
+ $typeName: string;
4006
+ $typeArgs: [];
4007
+ };
4008
+ static fromJSONField(field: any): SettlementInfo;
4009
+ static fromJSON(json: Record<string, any>): SettlementInfo;
4010
+ static fromSuiParsedData(content: SuiParsedData): SettlementInfo;
4011
+ static fetch(client: SuiClient, id: string): Promise<SettlementInfo>;
4012
+ }
4013
+ export declare function isTYPUS_DOV_SINGLE(type: string): boolean;
4014
+ export interface TYPUS_DOV_SINGLEFields {
4015
+ dummyField: ToField<"bool">;
4016
+ }
4017
+ export type TYPUS_DOV_SINGLEReified = Reified<TYPUS_DOV_SINGLE, TYPUS_DOV_SINGLEFields>;
4018
+ export declare class TYPUS_DOV_SINGLE implements StructClass {
4019
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TYPUS_DOV_SINGLE";
4020
+ static readonly $numTypeParams = 0;
4021
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TYPUS_DOV_SINGLE";
4022
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TYPUS_DOV_SINGLE";
4023
+ readonly $typeArgs: [];
4024
+ readonly dummyField: ToField<"bool">;
4025
+ private constructor();
4026
+ static reified(): TYPUS_DOV_SINGLEReified;
4027
+ static get r(): reified.StructClassReified<TYPUS_DOV_SINGLE, TYPUS_DOV_SINGLEFields>;
4028
+ static phantom(): PhantomReified<ToTypeStr<TYPUS_DOV_SINGLE>>;
4029
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TYPUS_DOV_SINGLE">;
4030
+ static get bcs(): import("@mysten/bcs").BcsType<{
4031
+ dummy_field: boolean;
4032
+ }, {
4033
+ dummy_field: boolean;
4034
+ }>;
4035
+ static fromFields(fields: Record<string, any>): TYPUS_DOV_SINGLE;
4036
+ static fromFieldsWithTypes(item: FieldsWithTypes): TYPUS_DOV_SINGLE;
4037
+ static fromBcs(data: Uint8Array): TYPUS_DOV_SINGLE;
4038
+ toJSONField(): {
4039
+ dummyField: boolean;
4040
+ };
4041
+ toJSON(): {
4042
+ dummyField: boolean;
4043
+ $typeName: string;
4044
+ $typeArgs: [];
4045
+ };
4046
+ static fromJSONField(field: any): TYPUS_DOV_SINGLE;
4047
+ static fromJSON(json: Record<string, any>): TYPUS_DOV_SINGLE;
4048
+ static fromSuiParsedData(content: SuiParsedData): TYPUS_DOV_SINGLE;
4049
+ static fetch(client: SuiClient, id: string): Promise<TYPUS_DOV_SINGLE>;
4050
+ }
4051
+ export declare function isTerminateAuctionEvent(type: string): boolean;
4052
+ export interface TerminateAuctionEventFields {
4053
+ signer: ToField<"address">;
4054
+ index: ToField<"u64">;
4055
+ round: ToField<"u64">;
4056
+ u64Padding: ToField<Vector<"u64">>;
4057
+ }
4058
+ export type TerminateAuctionEventReified = Reified<TerminateAuctionEvent, TerminateAuctionEventFields>;
4059
+ export declare class TerminateAuctionEvent implements StructClass {
4060
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateAuctionEvent";
4061
+ static readonly $numTypeParams = 0;
4062
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateAuctionEvent";
4063
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateAuctionEvent";
4064
+ readonly $typeArgs: [];
4065
+ readonly signer: ToField<"address">;
4066
+ readonly index: ToField<"u64">;
4067
+ readonly round: ToField<"u64">;
4068
+ readonly u64Padding: ToField<Vector<"u64">>;
4069
+ private constructor();
4070
+ static reified(): TerminateAuctionEventReified;
4071
+ static get r(): reified.StructClassReified<TerminateAuctionEvent, TerminateAuctionEventFields>;
4072
+ static phantom(): PhantomReified<ToTypeStr<TerminateAuctionEvent>>;
4073
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateAuctionEvent">;
4074
+ static get bcs(): import("@mysten/bcs").BcsType<{
4075
+ signer: string;
4076
+ index: string;
4077
+ round: string;
4078
+ u64_padding: string[];
4079
+ }, {
4080
+ signer: string;
4081
+ index: string | number | bigint;
4082
+ round: string | number | bigint;
4083
+ u64_padding: Iterable<string | number | bigint> & {
4084
+ length: number;
4085
+ };
4086
+ }>;
4087
+ static fromFields(fields: Record<string, any>): TerminateAuctionEvent;
4088
+ static fromFieldsWithTypes(item: FieldsWithTypes): TerminateAuctionEvent;
4089
+ static fromBcs(data: Uint8Array): TerminateAuctionEvent;
4090
+ toJSONField(): {
4091
+ signer: string;
4092
+ index: string;
4093
+ round: string;
4094
+ u64Padding: string[];
4095
+ };
4096
+ toJSON(): {
4097
+ signer: string;
4098
+ index: string;
4099
+ round: string;
4100
+ u64Padding: string[];
4101
+ $typeName: string;
4102
+ $typeArgs: [];
4103
+ };
4104
+ static fromJSONField(field: any): TerminateAuctionEvent;
4105
+ static fromJSON(json: Record<string, any>): TerminateAuctionEvent;
4106
+ static fromSuiParsedData(content: SuiParsedData): TerminateAuctionEvent;
4107
+ static fetch(client: SuiClient, id: string): Promise<TerminateAuctionEvent>;
4108
+ }
4109
+ export declare function isTerminateVaultEvent(type: string): boolean;
4110
+ export interface TerminateVaultEventFields {
4111
+ signer: ToField<"address">;
4112
+ index: ToField<"u64">;
4113
+ round: ToField<"u64">;
4114
+ u64Padding: ToField<Vector<"u64">>;
4115
+ }
4116
+ export type TerminateVaultEventReified = Reified<TerminateVaultEvent, TerminateVaultEventFields>;
4117
+ export declare class TerminateVaultEvent implements StructClass {
4118
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateVaultEvent";
4119
+ static readonly $numTypeParams = 0;
4120
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateVaultEvent";
4121
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateVaultEvent";
4122
+ readonly $typeArgs: [];
4123
+ readonly signer: ToField<"address">;
4124
+ readonly index: ToField<"u64">;
4125
+ readonly round: ToField<"u64">;
4126
+ readonly u64Padding: ToField<Vector<"u64">>;
4127
+ private constructor();
4128
+ static reified(): TerminateVaultEventReified;
4129
+ static get r(): reified.StructClassReified<TerminateVaultEvent, TerminateVaultEventFields>;
4130
+ static phantom(): PhantomReified<ToTypeStr<TerminateVaultEvent>>;
4131
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateVaultEvent">;
4132
+ static get bcs(): import("@mysten/bcs").BcsType<{
4133
+ signer: string;
4134
+ index: string;
4135
+ round: string;
4136
+ u64_padding: string[];
4137
+ }, {
4138
+ signer: string;
4139
+ index: string | number | bigint;
4140
+ round: string | number | bigint;
4141
+ u64_padding: Iterable<string | number | bigint> & {
4142
+ length: number;
4143
+ };
4144
+ }>;
4145
+ static fromFields(fields: Record<string, any>): TerminateVaultEvent;
4146
+ static fromFieldsWithTypes(item: FieldsWithTypes): TerminateVaultEvent;
4147
+ static fromBcs(data: Uint8Array): TerminateVaultEvent;
4148
+ toJSONField(): {
4149
+ signer: string;
4150
+ index: string;
4151
+ round: string;
4152
+ u64Padding: string[];
4153
+ };
4154
+ toJSON(): {
4155
+ signer: string;
4156
+ index: string;
4157
+ round: string;
4158
+ u64Padding: string[];
4159
+ $typeName: string;
4160
+ $typeArgs: [];
4161
+ };
4162
+ static fromJSONField(field: any): TerminateVaultEvent;
4163
+ static fromJSON(json: Record<string, any>): TerminateVaultEvent;
4164
+ static fromSuiParsedData(content: SuiParsedData): TerminateVaultEvent;
4165
+ static fetch(client: SuiClient, id: string): Promise<TerminateVaultEvent>;
4166
+ }
4167
+ export declare function isTransferBidReceiptEvent(type: string): boolean;
4168
+ export interface TransferBidReceiptEventFields {
4169
+ signer: ToField<"address">;
4170
+ index: ToField<"u64">;
4171
+ amount: ToField<"u64">;
4172
+ decimal: ToField<"u64">;
4173
+ recipient: ToField<"address">;
4174
+ oracleInfo: ToField<OracleInfo>;
4175
+ u64Padding: ToField<Vector<"u64">>;
4176
+ }
4177
+ export type TransferBidReceiptEventReified = Reified<TransferBidReceiptEvent, TransferBidReceiptEventFields>;
4178
+ export declare class TransferBidReceiptEvent implements StructClass {
4179
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TransferBidReceiptEvent";
4180
+ static readonly $numTypeParams = 0;
4181
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TransferBidReceiptEvent";
4182
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TransferBidReceiptEvent";
4183
+ readonly $typeArgs: [];
4184
+ readonly signer: ToField<"address">;
4185
+ readonly index: ToField<"u64">;
4186
+ readonly amount: ToField<"u64">;
4187
+ readonly decimal: ToField<"u64">;
4188
+ readonly recipient: ToField<"address">;
4189
+ readonly oracleInfo: ToField<OracleInfo>;
4190
+ readonly u64Padding: ToField<Vector<"u64">>;
4191
+ private constructor();
4192
+ static reified(): TransferBidReceiptEventReified;
4193
+ static get r(): reified.StructClassReified<TransferBidReceiptEvent, TransferBidReceiptEventFields>;
4194
+ static phantom(): PhantomReified<ToTypeStr<TransferBidReceiptEvent>>;
4195
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TransferBidReceiptEvent">;
4196
+ static get bcs(): import("@mysten/bcs").BcsType<{
4197
+ signer: string;
4198
+ index: string;
4199
+ amount: string;
4200
+ decimal: string;
4201
+ recipient: string;
4202
+ oracle_info: {
4203
+ price: string;
4204
+ decimal: string;
4205
+ };
4206
+ u64_padding: string[];
4207
+ }, {
4208
+ signer: string;
4209
+ index: string | number | bigint;
4210
+ amount: string | number | bigint;
4211
+ decimal: string | number | bigint;
4212
+ recipient: string;
4213
+ oracle_info: {
4214
+ price: string | number | bigint;
4215
+ decimal: string | number | bigint;
4216
+ };
4217
+ u64_padding: Iterable<string | number | bigint> & {
4218
+ length: number;
4219
+ };
4220
+ }>;
4221
+ static fromFields(fields: Record<string, any>): TransferBidReceiptEvent;
4222
+ static fromFieldsWithTypes(item: FieldsWithTypes): TransferBidReceiptEvent;
4223
+ static fromBcs(data: Uint8Array): TransferBidReceiptEvent;
4224
+ toJSONField(): {
4225
+ signer: string;
4226
+ index: string;
4227
+ amount: string;
4228
+ decimal: string;
4229
+ recipient: string;
4230
+ oracleInfo: {
4231
+ price: string;
4232
+ decimal: string;
4233
+ };
4234
+ u64Padding: string[];
4235
+ };
4236
+ toJSON(): {
4237
+ signer: string;
4238
+ index: string;
4239
+ amount: string;
4240
+ decimal: string;
4241
+ recipient: string;
4242
+ oracleInfo: {
4243
+ price: string;
4244
+ decimal: string;
4245
+ };
4246
+ u64Padding: string[];
4247
+ $typeName: string;
4248
+ $typeArgs: [];
4249
+ };
4250
+ static fromJSONField(field: any): TransferBidReceiptEvent;
4251
+ static fromJSON(json: Record<string, any>): TransferBidReceiptEvent;
4252
+ static fromSuiParsedData(content: SuiParsedData): TransferBidReceiptEvent;
4253
+ static fetch(client: SuiClient, id: string): Promise<TransferBidReceiptEvent>;
4254
+ }
4255
+ export declare function isUnsubscribeEvent(type: string): boolean;
4256
+ export interface UnsubscribeEventFields {
4257
+ signer: ToField<"address">;
4258
+ index: ToField<"u64">;
4259
+ token: ToField<TypeName>;
4260
+ amount: ToField<"u64">;
4261
+ decimal: ToField<"u64">;
4262
+ oracleInfo: ToField<OracleInfo>;
4263
+ u64Padding: ToField<Vector<"u64">>;
4264
+ }
4265
+ export type UnsubscribeEventReified = Reified<UnsubscribeEvent, UnsubscribeEventFields>;
4266
+ export declare class UnsubscribeEvent implements StructClass {
4267
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::UnsubscribeEvent";
4268
+ static readonly $numTypeParams = 0;
4269
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::UnsubscribeEvent";
4270
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::UnsubscribeEvent";
4271
+ readonly $typeArgs: [];
4272
+ readonly signer: ToField<"address">;
4273
+ readonly index: ToField<"u64">;
4274
+ readonly token: ToField<TypeName>;
4275
+ readonly amount: ToField<"u64">;
4276
+ readonly decimal: ToField<"u64">;
4277
+ readonly oracleInfo: ToField<OracleInfo>;
4278
+ readonly u64Padding: ToField<Vector<"u64">>;
4279
+ private constructor();
4280
+ static reified(): UnsubscribeEventReified;
4281
+ static get r(): reified.StructClassReified<UnsubscribeEvent, UnsubscribeEventFields>;
4282
+ static phantom(): PhantomReified<ToTypeStr<UnsubscribeEvent>>;
4283
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::UnsubscribeEvent">;
4284
+ static get bcs(): import("@mysten/bcs").BcsType<{
4285
+ signer: string;
4286
+ index: string;
4287
+ token: {
4288
+ name: {
4289
+ bytes: number[];
4290
+ };
4291
+ };
4292
+ amount: string;
4293
+ decimal: string;
4294
+ oracle_info: {
4295
+ price: string;
4296
+ decimal: string;
4297
+ };
4298
+ u64_padding: string[];
4299
+ }, {
4300
+ signer: string;
4301
+ index: string | number | bigint;
4302
+ token: {
4303
+ name: {
4304
+ bytes: Iterable<number> & {
4305
+ length: number;
4306
+ };
4307
+ };
4308
+ };
4309
+ amount: string | number | bigint;
4310
+ decimal: string | number | bigint;
4311
+ oracle_info: {
4312
+ price: string | number | bigint;
4313
+ decimal: string | number | bigint;
4314
+ };
4315
+ u64_padding: Iterable<string | number | bigint> & {
4316
+ length: number;
4317
+ };
4318
+ }>;
4319
+ static fromFields(fields: Record<string, any>): UnsubscribeEvent;
4320
+ static fromFieldsWithTypes(item: FieldsWithTypes): UnsubscribeEvent;
4321
+ static fromBcs(data: Uint8Array): UnsubscribeEvent;
4322
+ toJSONField(): {
4323
+ signer: string;
4324
+ index: string;
4325
+ token: {
4326
+ name: string;
4327
+ };
4328
+ amount: string;
4329
+ decimal: string;
4330
+ oracleInfo: {
4331
+ price: string;
4332
+ decimal: string;
4333
+ };
4334
+ u64Padding: string[];
4335
+ };
4336
+ toJSON(): {
4337
+ signer: string;
4338
+ index: string;
4339
+ token: {
4340
+ name: string;
4341
+ };
4342
+ amount: string;
4343
+ decimal: string;
4344
+ oracleInfo: {
4345
+ price: string;
4346
+ decimal: string;
4347
+ };
4348
+ u64Padding: string[];
4349
+ $typeName: string;
4350
+ $typeArgs: [];
4351
+ };
4352
+ static fromJSONField(field: any): UnsubscribeEvent;
4353
+ static fromJSON(json: Record<string, any>): UnsubscribeEvent;
4354
+ static fromSuiParsedData(content: SuiParsedData): UnsubscribeEvent;
4355
+ static fetch(client: SuiClient, id: string): Promise<UnsubscribeEvent>;
4356
+ }
4357
+ export declare function isVaultConfig(type: string): boolean;
4358
+ export interface VaultConfigFields {
4359
+ payoffConfigs: ToField<Vector<PayoffConfig>>;
4360
+ strikeIncrement: ToField<"u64">;
4361
+ decaySpeed: ToField<"u64">;
4362
+ initialPrice: ToField<"u64">;
4363
+ finalPrice: ToField<"u64">;
4364
+ u64Padding: ToField<Vector<"u64">>;
4365
+ }
4366
+ export type VaultConfigReified = Reified<VaultConfig, VaultConfigFields>;
4367
+ export declare class VaultConfig implements StructClass {
4368
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::VaultConfig";
4369
+ static readonly $numTypeParams = 0;
4370
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::VaultConfig";
4371
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::VaultConfig";
4372
+ readonly $typeArgs: [];
4373
+ readonly payoffConfigs: ToField<Vector<PayoffConfig>>;
4374
+ readonly strikeIncrement: ToField<"u64">;
4375
+ readonly decaySpeed: ToField<"u64">;
4376
+ readonly initialPrice: ToField<"u64">;
4377
+ readonly finalPrice: ToField<"u64">;
4378
+ readonly u64Padding: ToField<Vector<"u64">>;
4379
+ private constructor();
4380
+ static reified(): VaultConfigReified;
4381
+ static get r(): reified.StructClassReified<VaultConfig, VaultConfigFields>;
4382
+ static phantom(): PhantomReified<ToTypeStr<VaultConfig>>;
4383
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::VaultConfig">;
4384
+ static get bcs(): import("@mysten/bcs").BcsType<{
4385
+ payoff_configs: {
4386
+ strike_bp: string;
4387
+ weight: string;
4388
+ is_buyer: boolean;
4389
+ strike: {
4390
+ vec: any[];
4391
+ };
4392
+ u64_padding: string[];
4393
+ }[];
4394
+ strike_increment: string;
4395
+ decay_speed: string;
4396
+ initial_price: string;
4397
+ final_price: string;
4398
+ u64_padding: string[];
4399
+ }, {
4400
+ payoff_configs: Iterable<{
4401
+ strike_bp: string | number | bigint;
4402
+ weight: string | number | bigint;
4403
+ is_buyer: boolean;
4404
+ strike: {
4405
+ vec: Iterable<any> & {
4406
+ length: number;
4407
+ };
4408
+ };
4409
+ u64_padding: Iterable<string | number | bigint> & {
4410
+ length: number;
4411
+ };
4412
+ }> & {
4413
+ length: number;
4414
+ };
4415
+ strike_increment: string | number | bigint;
4416
+ decay_speed: string | number | bigint;
4417
+ initial_price: string | number | bigint;
4418
+ final_price: string | number | bigint;
4419
+ u64_padding: Iterable<string | number | bigint> & {
4420
+ length: number;
4421
+ };
4422
+ }>;
4423
+ static fromFields(fields: Record<string, any>): VaultConfig;
4424
+ static fromFieldsWithTypes(item: FieldsWithTypes): VaultConfig;
4425
+ static fromBcs(data: Uint8Array): VaultConfig;
4426
+ toJSONField(): {
4427
+ payoffConfigs: {
4428
+ strikeBp: string;
4429
+ weight: string;
4430
+ isBuyer: boolean;
4431
+ strike: string | null;
4432
+ u64Padding: string[];
4433
+ }[];
4434
+ strikeIncrement: string;
4435
+ decaySpeed: string;
4436
+ initialPrice: string;
4437
+ finalPrice: string;
4438
+ u64Padding: string[];
4439
+ };
4440
+ toJSON(): {
4441
+ payoffConfigs: {
4442
+ strikeBp: string;
4443
+ weight: string;
4444
+ isBuyer: boolean;
4445
+ strike: string | null;
4446
+ u64Padding: string[];
4447
+ }[];
4448
+ strikeIncrement: string;
4449
+ decaySpeed: string;
4450
+ initialPrice: string;
4451
+ finalPrice: string;
4452
+ u64Padding: string[];
4453
+ $typeName: string;
4454
+ $typeArgs: [];
4455
+ };
4456
+ static fromJSONField(field: any): VaultConfig;
4457
+ static fromJSON(json: Record<string, any>): VaultConfig;
4458
+ static fromSuiParsedData(content: SuiParsedData): VaultConfig;
4459
+ static fetch(client: SuiClient, id: string): Promise<VaultConfig>;
4460
+ }
4461
+ export declare function isWithdrawEvent(type: string): boolean;
4462
+ export interface WithdrawEventFields {
4463
+ signer: ToField<"address">;
4464
+ index: ToField<"u64">;
4465
+ token: ToField<TypeName>;
4466
+ amount: ToField<"u64">;
4467
+ decimal: ToField<"u64">;
4468
+ oracleInfo: ToField<OracleInfo>;
4469
+ u64Padding: ToField<Vector<"u64">>;
4470
+ }
4471
+ export type WithdrawEventReified = Reified<WithdrawEvent, WithdrawEventFields>;
4472
+ export declare class WithdrawEvent implements StructClass {
4473
+ static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::WithdrawEvent";
4474
+ static readonly $numTypeParams = 0;
4475
+ readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::WithdrawEvent";
4476
+ readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::WithdrawEvent";
4477
+ readonly $typeArgs: [];
4478
+ readonly signer: ToField<"address">;
4479
+ readonly index: ToField<"u64">;
4480
+ readonly token: ToField<TypeName>;
4481
+ readonly amount: ToField<"u64">;
4482
+ readonly decimal: ToField<"u64">;
4483
+ readonly oracleInfo: ToField<OracleInfo>;
4484
+ readonly u64Padding: ToField<Vector<"u64">>;
4485
+ private constructor();
4486
+ static reified(): WithdrawEventReified;
4487
+ static get r(): reified.StructClassReified<WithdrawEvent, WithdrawEventFields>;
4488
+ static phantom(): PhantomReified<ToTypeStr<WithdrawEvent>>;
4489
+ static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::WithdrawEvent">;
4490
+ static get bcs(): import("@mysten/bcs").BcsType<{
4491
+ signer: string;
4492
+ index: string;
4493
+ token: {
4494
+ name: {
4495
+ bytes: number[];
4496
+ };
4497
+ };
4498
+ amount: string;
4499
+ decimal: string;
4500
+ oracle_info: {
4501
+ price: string;
4502
+ decimal: string;
4503
+ };
4504
+ u64_padding: string[];
4505
+ }, {
4506
+ signer: string;
4507
+ index: string | number | bigint;
4508
+ token: {
4509
+ name: {
4510
+ bytes: Iterable<number> & {
4511
+ length: number;
4512
+ };
4513
+ };
4514
+ };
4515
+ amount: string | number | bigint;
4516
+ decimal: string | number | bigint;
4517
+ oracle_info: {
4518
+ price: string | number | bigint;
4519
+ decimal: string | number | bigint;
4520
+ };
4521
+ u64_padding: Iterable<string | number | bigint> & {
4522
+ length: number;
4523
+ };
4524
+ }>;
4525
+ static fromFields(fields: Record<string, any>): WithdrawEvent;
4526
+ static fromFieldsWithTypes(item: FieldsWithTypes): WithdrawEvent;
4527
+ static fromBcs(data: Uint8Array): WithdrawEvent;
4528
+ toJSONField(): {
4529
+ signer: string;
4530
+ index: string;
4531
+ token: {
4532
+ name: string;
4533
+ };
4534
+ amount: string;
4535
+ decimal: string;
4536
+ oracleInfo: {
4537
+ price: string;
4538
+ decimal: string;
4539
+ };
4540
+ u64Padding: string[];
4541
+ };
4542
+ toJSON(): {
4543
+ signer: string;
4544
+ index: string;
4545
+ token: {
4546
+ name: string;
4547
+ };
4548
+ amount: string;
4549
+ decimal: string;
4550
+ oracleInfo: {
4551
+ price: string;
4552
+ decimal: string;
4553
+ };
4554
+ u64Padding: string[];
4555
+ $typeName: string;
4556
+ $typeArgs: [];
4557
+ };
4558
+ static fromJSONField(field: any): WithdrawEvent;
4559
+ static fromJSON(json: Record<string, any>): WithdrawEvent;
4560
+ static fromSuiParsedData(content: SuiParsedData): WithdrawEvent;
4561
+ static fetch(client: SuiClient, id: string): Promise<WithdrawEvent>;
4562
+ }