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

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