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

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