@typus/typus-sdk 1.4.84 → 1.5.1

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 (572) hide show
  1. package/dist/src/auto-bid/token-user-entry.d.ts +9 -9
  2. package/dist/src/auto-bid/token-user-entry.js +24 -24
  3. package/dist/src/auto-bid/user-entry.d.ts +9 -9
  4. package/dist/src/auto-bid/user-entry.js +46 -46
  5. package/dist/src/auto-bid/view-function.js +14 -14
  6. package/dist/src/constants/constant.d.ts +1 -1
  7. package/dist/src/constants/constant.js +1 -1
  8. package/dist/src/constants/token.d.ts +4 -1
  9. package/dist/src/constants/token.js +4 -1
  10. package/dist/src/dice/fetch.js +1 -1
  11. package/dist/src/dice/user-entry.d.ts +11 -11
  12. package/dist/src/dice/user-entry.js +34 -34
  13. package/dist/src/typus/airdrop/authority-entry.d.ts +5 -5
  14. package/dist/src/typus/airdrop/authority-entry.js +10 -10
  15. package/dist/src/typus/airdrop/user-entry.d.ts +3 -3
  16. package/dist/src/typus/airdrop/user-entry.js +2 -2
  17. package/dist/src/typus/airdrop/view-function.js +10 -10
  18. package/dist/src/typus/leaderboard/authority-entry.d.ts +5 -5
  19. package/dist/src/typus/leaderboard/authority-entry.js +9 -4
  20. package/dist/src/typus/leaderboard/view-function.js +13 -13
  21. package/dist/src/typus/tails-staking/authority-entry.d.ts +29 -27
  22. package/dist/src/typus/tails-staking/authority-entry.js +22 -20
  23. package/dist/src/typus/tails-staking/user-entry.d.ts +23 -23
  24. package/dist/src/typus/tails-staking/user-entry.js +30 -30
  25. package/dist/src/typus/tails-staking/view-function.js +14 -14
  26. package/dist/src/typus/user/view-function.js +9 -9
  27. package/dist/src/typus-dov-single-v2/authority-entry.d.ts +4 -4
  28. package/dist/src/typus-dov-single-v2/authority-entry.js +21 -21
  29. package/dist/src/typus-dov-single-v2/function/bidding.d.ts +1 -83
  30. package/dist/src/typus-dov-single-v2/function/bidding.js +9 -182
  31. package/dist/src/typus-dov-single-v2/function/token.js +3 -1
  32. package/dist/src/typus-dov-single-v2/history/user-history.d.ts +1 -1
  33. package/dist/src/typus-dov-single-v2/history/vault-history.d.ts +1 -2
  34. package/dist/src/typus-dov-single-v2/history/vault-history.js +1 -99
  35. package/dist/src/typus-dov-single-v2/token-user-entry.d.ts +13 -13
  36. package/dist/src/typus-dov-single-v2/token-user-entry.js +29 -29
  37. package/dist/src/typus-dov-single-v2/user-entry.d.ts +20 -20
  38. package/dist/src/typus-dov-single-v2/user-entry.js +61 -59
  39. package/dist/src/typus-dov-single-v2/view-function.js +55 -55
  40. package/dist/src/typus-launch/airdrop/authority-entry.d.ts +3 -3
  41. package/dist/src/typus-launch/airdrop/authority-entry.js +7 -7
  42. package/dist/src/typus-launch/airdrop/user-entry.d.ts +2 -2
  43. package/dist/src/typus-launch/airdrop/user-entry.js +2 -2
  44. package/dist/src/typus-launch/airdrop/view-function.d.ts +1 -0
  45. package/dist/src/typus-launch/airdrop/view-function.js +12 -10
  46. package/dist/src/typus-launch/auction/entry.d.ts +5 -5
  47. package/dist/src/typus-launch/auction/entry.js +4 -4
  48. package/dist/src/typus-launch/auction/view-function.js +17 -17
  49. package/dist/src/typus-launch/funding-vault/authority-entry.d.ts +11 -11
  50. package/dist/src/typus-launch/funding-vault/authority-entry.js +32 -24
  51. package/dist/src/typus-launch/funding-vault/user-entry.d.ts +3 -3
  52. package/dist/src/typus-launch/funding-vault/user-entry.js +6 -6
  53. package/dist/src/typus-launch/funding-vault/view-function.js +29 -29
  54. package/dist/src/typus-launch/improvement-proposal/authority-entry.d.ts +11 -9
  55. package/dist/src/typus-launch/improvement-proposal/authority-entry.js +23 -21
  56. package/dist/src/typus-launch/improvement-proposal/user-entry.d.ts +3 -3
  57. package/dist/src/typus-launch/improvement-proposal/user-entry.js +2 -2
  58. package/dist/src/typus-launch/improvement-proposal/view-function.d.ts +6 -1
  59. package/dist/src/typus-launch/improvement-proposal/view-function.js +51 -39
  60. package/dist/src/typus-launch/option-airdrop/authority-entry.d.ts +5 -5
  61. package/dist/src/typus-launch/option-airdrop/authority-entry.js +6 -6
  62. package/dist/src/typus-launch/ve-typus/authority-entry.d.ts +5 -5
  63. package/dist/src/typus-launch/ve-typus/authority-entry.js +10 -10
  64. package/dist/src/typus-launch/ve-typus/user-entry.d.ts +4 -4
  65. package/dist/src/typus-launch/ve-typus/user-entry.js +9 -6
  66. package/dist/src/typus-launch/ve-typus/view-function.js +20 -19
  67. package/dist/src/typus-nft/fetch.d.ts +2 -2
  68. package/dist/src/typus-nft/user-entry.d.ts +11 -11
  69. package/dist/src/typus-nft/user-entry.js +3 -3
  70. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/ascii/structs.d.ts +16 -6
  71. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/ascii/structs.js +161 -45
  72. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/bit-vector/structs.d.ts +10 -4
  73. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/bit-vector/structs.js +90 -25
  74. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/fixed-point32/structs.d.ts +8 -3
  75. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/fixed-point32/structs.js +84 -23
  76. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/index.d.ts +1 -0
  77. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/index.js +2 -1
  78. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/init.js +4 -0
  79. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/option/structs.d.ts +10 -4
  80. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/option/structs.js +94 -25
  81. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/string/structs.d.ts +10 -4
  82. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/string/structs.js +84 -23
  83. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/type-name/structs.d.ts +8 -3
  84. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/type-name/structs.js +84 -23
  85. package/dist/src/typus-perp/_dependencies/source/0x1/uq32-32/structs.d.ts +46 -0
  86. package/dist/src/typus-perp/_dependencies/source/0x1/uq32-32/structs.js +228 -0
  87. package/dist/src/typus-perp/_dependencies/source/0x1/uq64-64/structs.d.ts +46 -0
  88. package/dist/src/typus-perp/_dependencies/source/0x1/uq64-64/structs.js +228 -0
  89. package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.d.ts +5 -0
  90. package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.js +8 -0
  91. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.js +1 -0
  92. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.d.ts +86 -13
  93. package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.js +793 -0
  94. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.d.ts +14 -5
  95. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.js +52 -10
  96. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.d.ts +8 -3
  97. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.js +105 -28
  98. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.d.ts +8 -3
  99. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.js +108 -28
  100. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/authenticator-state/structs.d.ts +34 -12
  101. package/dist/src/typus-perp/_dependencies/source/0x2/authenticator-state/structs.js +894 -0
  102. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/bag/structs.d.ts +8 -3
  103. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/bag/structs.js +90 -25
  104. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/balance/structs.d.ts +14 -5
  105. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/balance/structs.js +183 -45
  106. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/bcs/structs.d.ts +10 -4
  107. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/bcs/structs.js +84 -23
  108. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/bls12381/structs.d.ts +68 -9
  109. package/dist/src/typus-perp/_dependencies/source/0x2/bls12381/structs.js +820 -0
  110. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/borrow/structs.d.ts +13 -4
  111. package/dist/src/typus-perp/_dependencies/source/0x2/borrow/structs.js +410 -0
  112. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/clock/structs.d.ts +8 -3
  113. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/clock/structs.js +90 -25
  114. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/coin/structs.d.ts +94 -13
  115. package/dist/src/typus-perp/_dependencies/source/0x2/coin/structs.js +1259 -0
  116. package/dist/src/typus-perp/_dependencies/source/0x2/config/structs.d.ts +179 -0
  117. package/dist/src/typus-perp/_dependencies/source/0x2/config/structs.js +577 -0
  118. package/dist/src/typus-perp/_dependencies/source/0x2/deny-list/structs.d.ts +430 -0
  119. package/dist/src/typus-perp/_dependencies/source/0x2/deny-list/structs.js +1177 -0
  120. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/display/structs.d.ts +20 -7
  121. package/dist/src/typus-perp/_dependencies/source/0x2/display/structs.js +584 -0
  122. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/dynamic-field/structs.d.ts +12 -7
  123. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/dynamic-field/structs.js +110 -28
  124. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/dynamic-object-field/structs.d.ts +10 -5
  125. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/dynamic-object-field/structs.js +94 -24
  126. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/groth16/structs.d.ts +28 -10
  127. package/dist/src/typus-perp/_dependencies/source/0x2/groth16/structs.js +710 -0
  128. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/group-ops/structs.d.ts +10 -4
  129. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/group-ops/structs.js +93 -23
  130. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/index.d.ts +1 -0
  131. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/index.js +2 -1
  132. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/init.js +16 -5
  133. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/kiosk/structs.d.ts +62 -21
  134. package/dist/src/typus-perp/_dependencies/source/0x2/kiosk/structs.js +1724 -0
  135. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/kiosk-extension/structs.d.ts +14 -5
  136. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/kiosk-extension/structs.js +185 -48
  137. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/linked-table/structs.d.ts +15 -6
  138. package/dist/src/typus-perp/_dependencies/source/0x2/linked-table/structs.js +438 -0
  139. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object/structs.d.ts +14 -5
  140. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object/structs.js +166 -45
  141. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object-bag/structs.d.ts +8 -3
  142. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object-bag/structs.js +90 -25
  143. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object-table/structs.d.ts +8 -3
  144. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/object-table/structs.js +101 -25
  145. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/package/structs.d.ts +28 -10
  146. package/dist/src/typus-perp/_dependencies/source/0x2/package/structs.js +752 -0
  147. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/priority-queue/structs.d.ts +19 -9
  148. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/priority-queue/structs.js +192 -50
  149. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/random/structs.d.ts +22 -8
  150. package/dist/src/typus-perp/_dependencies/source/0x2/random/structs.js +586 -0
  151. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/sui/structs.d.ts +8 -3
  152. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/sui/structs.js +84 -23
  153. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/table/structs.d.ts +8 -3
  154. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/table/structs.js +101 -25
  155. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/table-vec/structs.d.ts +8 -3
  156. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/table-vec/structs.js +93 -23
  157. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/token/structs.d.ts +38 -13
  158. package/dist/src/typus-perp/_dependencies/source/0x2/token/structs.js +1107 -0
  159. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/transfer/structs.d.ts +8 -3
  160. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/transfer/structs.js +99 -25
  161. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/transfer-policy/structs.d.ts +38 -13
  162. package/dist/src/typus-perp/_dependencies/source/0x2/transfer-policy/structs.js +1099 -0
  163. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/tx-context/structs.d.ts +10 -4
  164. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/tx-context/structs.js +108 -28
  165. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/url/structs.d.ts +8 -3
  166. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/url/structs.js +84 -23
  167. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/vec-map/structs.d.ts +23 -13
  168. package/dist/src/typus-perp/_dependencies/source/0x2/vec-map/structs.js +436 -0
  169. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/vec-set/structs.d.ts +10 -4
  170. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/vec-set/structs.js +94 -24
  171. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/versioned/structs.d.ts +14 -5
  172. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/versioned/structs.js +177 -49
  173. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/zklogin-verified-id/structs.d.ts +8 -3
  174. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/zklogin-verified-id/structs.js +113 -29
  175. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/zklogin-verified-issuer/structs.d.ts +8 -3
  176. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/zklogin-verified-issuer/structs.js +98 -26
  177. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.d.ts +1 -0
  178. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.js +2 -1
  179. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.d.ts +8 -3
  180. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.js +84 -23
  181. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.d.ts +2 -0
  182. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.js +3 -1
  183. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.d.ts +8 -3
  184. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.js +84 -23
  185. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.d.ts +14 -5
  186. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.js +186 -50
  187. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.d.ts +40 -14
  188. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.js +1092 -0
  189. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.d.ts +15 -5
  190. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.js +52 -7
  191. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.d.ts +20 -7
  192. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.js +643 -0
  193. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.d.ts +34 -12
  194. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.js +898 -0
  195. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.d.ts +8 -0
  196. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.js +11 -0
  197. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.js +20 -1
  198. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/keyed-big-vector/structs.d.ts +227 -0
  199. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/keyed-big-vector/structs.js +622 -0
  200. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.d.ts +124 -16
  201. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.js +1476 -0
  202. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.d.ts +13 -4
  203. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.js +438 -0
  204. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.d.ts +13 -4
  205. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.js +430 -0
  206. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tails-staking/structs.d.ts +1071 -0
  207. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tails-staking/structs.js +2275 -0
  208. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.d.ts +68 -50
  209. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.js +732 -0
  210. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.d.ts +34 -12
  211. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.js +900 -0
  212. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.d.ts +46 -16
  213. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.js +1335 -0
  214. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.d.ts +9 -0
  215. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.js +12 -0
  216. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.js +4 -3
  217. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/royalty-rule/structs.d.ts +50 -41
  218. package/dist/src/{_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585 → typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828}/royalty-rule/structs.js +227 -103
  219. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.d.ts +76 -55
  220. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.js +886 -0
  221. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.d.ts +8 -3
  222. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.js +93 -23
  223. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.d.ts +247 -136
  224. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.js +2407 -0
  225. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.d.ts +100 -34
  226. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.js +3052 -0
  227. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.d.ts +10 -0
  228. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.js +13 -0
  229. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.js +23 -17
  230. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.d.ts +213 -147
  231. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.js +2846 -0
  232. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.d.ts +58 -20
  233. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.js +1669 -0
  234. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.d.ts +46 -16
  235. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.js +1249 -0
  236. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.d.ts +244 -82
  237. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.js +1869 -0
  238. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.d.ts +8 -3
  239. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.js +115 -30
  240. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.d.ts +534 -74
  241. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.js +7680 -0
  242. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.d.ts +1 -0
  243. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.js +2 -1
  244. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.d.ts +8 -3
  245. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.js +87 -23
  246. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.d.ts +22 -8
  247. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.js +581 -0
  248. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.d.ts +8 -3
  249. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.js +109 -27
  250. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.d.ts +50 -17
  251. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.js +1735 -0
  252. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.d.ts +8 -3
  253. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.js +80 -23
  254. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +3 -0
  255. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +6 -0
  256. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.d.ts +15 -6
  257. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.js +444 -0
  258. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.d.ts +172 -58
  259. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.js +5014 -0
  260. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.d.ts +40 -14
  261. package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.js +1229 -0
  262. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.d.ts +1 -0
  263. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.js +2 -1
  264. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.d.ts +10 -4
  265. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.js +105 -28
  266. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.d.ts +8 -3
  267. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.js +95 -26
  268. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.d.ts +10 -4
  269. package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.js +322 -0
  270. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.d.ts +8 -3
  271. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.js +84 -23
  272. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/batch-price-attestation/structs.d.ts +22 -12
  273. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/batch-price-attestation/structs.js +202 -54
  274. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/contract-upgrade/structs.d.ts +21 -12
  275. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/contract-upgrade/structs.js +172 -48
  276. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/data-source/structs.d.ts +12 -7
  277. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/data-source/structs.js +91 -26
  278. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/event/structs.d.ts +20 -11
  279. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/event/structs.js +171 -47
  280. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance/structs.d.ts +14 -8
  281. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance/structs.js +96 -27
  282. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance-action/structs.d.ts +11 -6
  283. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance-action/structs.js +84 -23
  284. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance-instruction/structs.d.ts +13 -7
  285. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/governance-instruction/structs.js +100 -27
  286. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/hot-potato-vector/structs.d.ts +12 -6
  287. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/hot-potato-vector/structs.js +94 -24
  288. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/i64/structs.d.ts +11 -6
  289. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/i64/structs.js +90 -25
  290. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/index.d.ts +3 -0
  291. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/index.js +6 -0
  292. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/init.js +1 -0
  293. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/migrate/structs.d.ts +11 -6
  294. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/migrate/structs.js +84 -23
  295. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price/structs.d.ts +11 -6
  296. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price/structs.js +100 -27
  297. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-feed/structs.d.ts +11 -6
  298. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-feed/structs.js +95 -26
  299. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-identifier/structs.d.ts +13 -7
  300. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-identifier/structs.js +84 -23
  301. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-info/structs.d.ts +20 -11
  302. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-info/structs.js +182 -50
  303. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-status/structs.d.ts +11 -6
  304. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/price-status/structs.js +84 -23
  305. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set/structs.d.ts +20 -10
  306. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set/structs.js +181 -48
  307. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-data-sources/structs.d.ts +13 -7
  308. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-data-sources/structs.js +85 -24
  309. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-fee-recipient/structs.d.ts +11 -6
  310. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-fee-recipient/structs.js +87 -23
  311. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-governance-data-source/structs.d.ts +12 -7
  312. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-governance-data-source/structs.js +96 -27
  313. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-stale-price-threshold/structs.d.ts +11 -6
  314. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-stale-price-threshold/structs.js +84 -23
  315. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-update-fee/structs.d.ts +11 -6
  316. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/set-update-fee/structs.js +90 -25
  317. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/setup/structs.d.ts +11 -6
  318. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/setup/structs.js +84 -23
  319. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/state/structs.d.ts +30 -17
  320. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/state/structs.js +573 -0
  321. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/version-control/structs.d.ts +130 -0
  322. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/version-control/structs.js +524 -0
  323. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.d.ts +1 -0
  324. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.js +2 -1
  325. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.d.ts +48 -39
  326. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.js +217 -97
  327. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.d.ts +50 -41
  328. package/dist/src/{_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828 → typus-perp/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585}/royalty-rule/structs.js +227 -103
  329. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.d.ts +8 -3
  330. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.js +93 -23
  331. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/bytes20/structs.d.ts +13 -7
  332. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/bytes20/structs.js +84 -23
  333. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/bytes32/structs.d.ts +13 -7
  334. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/bytes32/structs.js +84 -23
  335. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/consumed-vaas/structs.d.ts +11 -6
  336. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/consumed-vaas/structs.js +84 -23
  337. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/cursor/structs.d.ts +12 -6
  338. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/cursor/structs.js +94 -24
  339. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/emitter/structs.d.ts +29 -16
  340. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/emitter/structs.js +531 -0
  341. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/external-address/structs.d.ts +11 -6
  342. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/external-address/structs.js +84 -23
  343. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/fee-collector/structs.d.ts +11 -6
  344. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/fee-collector/structs.js +90 -25
  345. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/governance-message/structs.d.ts +20 -10
  346. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/governance-message/structs.js +460 -0
  347. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian/structs.d.ts +11 -6
  348. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian/structs.js +84 -23
  349. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian-set/structs.d.ts +13 -7
  350. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian-set/structs.js +95 -26
  351. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian-signature/structs.d.ts +11 -6
  352. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/guardian-signature/structs.js +100 -27
  353. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/index.d.ts +3 -0
  354. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/index.js +6 -0
  355. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/migrate/structs.d.ts +11 -6
  356. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/migrate/structs.js +84 -23
  357. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/package-utils/structs.d.ts +38 -21
  358. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/package-utils/structs.js +680 -0
  359. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/publish-message/structs.d.ts +22 -12
  360. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/publish-message/structs.js +449 -0
  361. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/set/structs.d.ts +52 -43
  362. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/set/structs.js +232 -103
  363. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/set-fee/structs.d.ts +20 -11
  364. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/set-fee/structs.js +165 -45
  365. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/setup/structs.d.ts +11 -6
  366. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/setup/structs.js +84 -23
  367. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/state/structs.d.ts +20 -11
  368. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/state/structs.js +455 -0
  369. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/transfer-fee/structs.d.ts +20 -11
  370. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/transfer-fee/structs.js +174 -47
  371. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/update-guardian-set/structs.d.ts +31 -17
  372. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/update-guardian-set/structs.js +252 -69
  373. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/upgrade-contract/structs.d.ts +62 -49
  374. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/upgrade-contract/structs.js +532 -0
  375. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/vaa/structs.d.ts +13 -7
  376. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/vaa/structs.js +125 -32
  377. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/version-control/structs.d.ts +20 -11
  378. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/version-control/structs.js +165 -45
  379. package/dist/src/typus-perp/_framework/init-loader.d.ts +2 -0
  380. package/dist/src/typus-perp/_framework/init-loader.js +63 -0
  381. package/dist/src/{_framework → typus-perp/_framework}/loader.d.ts +3 -3
  382. package/dist/src/{_framework → typus-perp/_framework}/loader.js +14 -5
  383. package/dist/src/{_framework → typus-perp/_framework}/reified.d.ts +28 -20
  384. package/dist/src/{_framework → typus-perp/_framework}/reified.js +11 -37
  385. package/dist/src/typus-perp/_framework/util.d.ts +35 -0
  386. package/dist/src/typus-perp/_framework/util.js +396 -0
  387. package/dist/src/typus-perp/_framework/vector.d.ts +35 -0
  388. package/dist/src/typus-perp/_framework/vector.js +112 -0
  389. package/dist/src/typus-perp/fetch.d.ts +5 -5
  390. package/dist/src/typus-perp/fetch.js +16 -16
  391. package/dist/src/typus-perp/index.d.ts +2 -4
  392. package/dist/src/typus-perp/index.js +5 -64
  393. package/dist/src/typus-perp/readVec.js +9 -9
  394. package/dist/src/typus-perp/typus_perp/admin/functions.d.ts +50 -0
  395. package/dist/src/typus-perp/typus_perp/admin/functions.js +116 -0
  396. package/dist/src/typus-perp/{admin → typus_perp/admin}/structs.d.ts +49 -27
  397. package/dist/src/typus-perp/{admin → typus_perp/admin}/structs.js +117 -21
  398. package/dist/src/typus-perp/typus_perp/index.d.ts +3 -0
  399. package/dist/src/typus-perp/typus_perp/index.js +6 -0
  400. package/dist/src/typus-perp/{init.js → typus_perp/init.js} +13 -26
  401. package/dist/src/typus-perp/typus_perp/lp-pool/functions.d.ts +342 -0
  402. package/dist/src/typus-perp/typus_perp/lp-pool/functions.js +517 -0
  403. package/dist/src/typus-perp/{lp-pool → typus_perp/lp-pool}/structs.d.ts +698 -148
  404. package/dist/src/typus-perp/{lp-pool → typus_perp/lp-pool}/structs.js +1457 -172
  405. package/dist/src/typus-perp/typus_perp/math/functions.d.ts +18 -0
  406. package/dist/src/typus-perp/typus_perp/math/functions.js +49 -0
  407. package/dist/src/typus-perp/typus_perp/oracle/functions.d.ts +13 -0
  408. package/dist/src/typus-perp/typus_perp/oracle/functions.js +25 -0
  409. package/dist/src/typus-perp/{oracle → typus_perp/oracle}/structs.d.ts +20 -11
  410. package/dist/src/typus-perp/{oracle → typus_perp/oracle}/structs.js +52 -10
  411. package/dist/src/typus-perp/typus_perp/position/functions.d.ts +343 -0
  412. package/dist/src/typus-perp/typus_perp/position/functions.js +659 -0
  413. package/dist/src/typus-perp/{position → typus_perp/position}/structs.d.ts +73 -43
  414. package/dist/src/typus-perp/{position → typus_perp/position}/structs.js +177 -38
  415. package/dist/src/typus-perp/typus_perp/symbol/functions.d.ts +9 -0
  416. package/dist/src/typus-perp/typus_perp/symbol/functions.js +33 -0
  417. package/dist/src/typus-perp/{symbol → typus_perp/symbol}/structs.d.ts +11 -6
  418. package/dist/src/typus-perp/{symbol → typus_perp/symbol}/structs.js +23 -4
  419. package/dist/src/typus-perp/typus_perp/tlp/functions.d.ts +19 -0
  420. package/dist/src/typus-perp/typus_perp/tlp/functions.js +41 -0
  421. package/dist/src/typus-perp/{tlp → typus_perp/tlp}/structs.d.ts +20 -11
  422. package/dist/src/typus-perp/{tlp → typus_perp/tlp}/structs.js +61 -13
  423. package/dist/src/typus-perp/typus_perp/token-interface/functions.d.ts +11 -0
  424. package/dist/src/typus-perp/{token-interface → typus_perp/token-interface}/functions.js +6 -6
  425. package/dist/src/typus-perp/typus_perp/trading/functions.d.ts +493 -0
  426. package/dist/src/typus-perp/typus_perp/trading/functions.js +711 -0
  427. package/dist/src/typus-perp/{trading → typus_perp/trading}/structs.d.ts +523 -161
  428. package/dist/src/typus-perp/{trading → typus_perp/trading}/structs.js +1042 -107
  429. package/dist/src/typus-perp/typus_perp/treasury-caps/functions.d.ts +9 -0
  430. package/dist/src/typus-perp/{treasury-caps → typus_perp/treasury-caps}/functions.js +14 -11
  431. package/dist/src/typus-perp/{treasury-caps → typus_perp/treasury-caps}/structs.d.ts +11 -6
  432. package/dist/src/typus-perp/{treasury-caps → typus_perp/treasury-caps}/structs.js +32 -7
  433. package/dist/src/typus-perp/typus_stake_pool/admin/functions.d.ts +50 -0
  434. package/dist/src/typus-perp/typus_stake_pool/admin/functions.js +116 -0
  435. package/dist/src/typus-perp/typus_stake_pool/admin/structs.d.ts +447 -0
  436. package/dist/src/typus-perp/typus_stake_pool/admin/structs.js +898 -0
  437. package/dist/src/typus-perp/typus_stake_pool/index.d.ts +3 -0
  438. package/dist/src/typus-perp/typus_stake_pool/index.js +6 -0
  439. package/dist/src/typus-perp/typus_stake_pool/init.d.ts +2 -0
  440. package/dist/src/typus-perp/typus_stake_pool/init.js +57 -0
  441. package/dist/src/typus-perp/typus_stake_pool/stake-pool/functions.d.ts +175 -0
  442. package/dist/src/typus-perp/typus_stake_pool/stake-pool/functions.js +275 -0
  443. package/dist/src/typus-perp/{stake-pool → typus_stake_pool/stake-pool}/structs.d.ts +293 -185
  444. package/dist/src/typus-perp/{stake-pool → typus_stake_pool/stake-pool}/structs.js +659 -235
  445. package/dist/src/typus-perp/user/order.d.ts +10 -10
  446. package/dist/src/typus-perp/user/order.js +6 -5
  447. package/dist/src/typus-perp/user/orderWithBidReceipt.d.ts +5 -5
  448. package/dist/src/typus-perp/user/orderWithBidReceipt.js +3 -3
  449. package/dist/src/typus-perp/user/tlp.d.ts +12 -12
  450. package/dist/src/typus-perp/user/tlp.js +13 -11
  451. package/dist/src/typus-safu/user-entry.d.ts +9 -9
  452. package/dist/src/typus-safu/user-entry.js +18 -18
  453. package/dist/src/typus-safu/user-history.d.ts +1 -1
  454. package/dist/src/typus-safu/user-history.js +1 -1
  455. package/dist/src/typus-safu/view-function.js +17 -17
  456. package/dist/src/utils/api/price.js +18 -2
  457. package/dist/src/utils/api/sentio/reward-generated.d.ts +1 -1
  458. package/dist/src/utils/mint.d.ts +2 -2
  459. package/dist/src/utils/mint.js +3 -3
  460. package/dist/src/utils/pyth/constant.d.ts +2 -0
  461. package/dist/src/utils/pyth/constant.js +2 -0
  462. package/dist/src/utils/pyth/pythClient.d.ts +3 -3
  463. package/dist/src/utils/typusConfig.d.ts +8 -2
  464. package/package.json +4 -5
  465. package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.d.ts +0 -2
  466. package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.js +0 -5
  467. package/dist/src/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.js +0 -377
  468. package/dist/src/_dependencies/source/0x2/authenticator-state/structs.js +0 -565
  469. package/dist/src/_dependencies/source/0x2/bls12381/structs.js +0 -434
  470. package/dist/src/_dependencies/source/0x2/borrow/structs.js +0 -267
  471. package/dist/src/_dependencies/source/0x2/coin/structs.js +0 -648
  472. package/dist/src/_dependencies/source/0x2/deny-list/structs.d.ts +0 -178
  473. package/dist/src/_dependencies/source/0x2/deny-list/structs.js +0 -290
  474. package/dist/src/_dependencies/source/0x2/display/structs.js +0 -362
  475. package/dist/src/_dependencies/source/0x2/groth16/structs.js +0 -464
  476. package/dist/src/_dependencies/source/0x2/kiosk/structs.js +0 -1033
  477. package/dist/src/_dependencies/source/0x2/linked-table/structs.js +0 -272
  478. package/dist/src/_dependencies/source/0x2/package/structs.js +0 -478
  479. package/dist/src/_dependencies/source/0x2/random/structs.js +0 -383
  480. package/dist/src/_dependencies/source/0x2/token/structs.js +0 -651
  481. package/dist/src/_dependencies/source/0x2/transfer-policy/structs.js +0 -665
  482. package/dist/src/_dependencies/source/0x2/vec-map/structs.js +0 -286
  483. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.js +0 -669
  484. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.js +0 -402
  485. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.js +0 -566
  486. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.d.ts +0 -2
  487. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.js +0 -5
  488. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.js +0 -774
  489. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.js +0 -272
  490. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.js +0 -276
  491. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.js +0 -471
  492. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.js +0 -563
  493. package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.js +0 -789
  494. package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.d.ts +0 -2
  495. package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.js +0 -5
  496. package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.js +0 -562
  497. package/dist/src/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.js +0 -1331
  498. package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.js +0 -1706
  499. package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.d.ts +0 -2
  500. package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.js +0 -5
  501. package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.js +0 -1643
  502. package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.js +0 -971
  503. package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.js +0 -750
  504. package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.js +0 -933
  505. package/dist/src/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.js +0 -3796
  506. package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.js +0 -382
  507. package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.js +0 -959
  508. package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +0 -2
  509. package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +0 -5
  510. package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.js +0 -274
  511. package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.js +0 -2830
  512. package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.js +0 -711
  513. package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.js +0 -212
  514. package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/emitter/structs.js +0 -348
  515. package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/governance-message/structs.js +0 -298
  516. package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.d.ts +0 -2
  517. package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/index.js +0 -5
  518. package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/package-utils/structs.js +0 -438
  519. package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/publish-message/structs.js +0 -297
  520. package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/state/structs.js +0 -303
  521. package/dist/src/_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e/upgrade-contract/structs.js +0 -349
  522. package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.d.ts +0 -2
  523. package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/index.js +0 -5
  524. package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/state/structs.js +0 -363
  525. package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.d.ts +0 -79
  526. package/dist/src/_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3/version-control/structs.js +0 -256
  527. package/dist/src/_framework/init-source.d.ts +0 -1
  528. package/dist/src/_framework/init-source.js +0 -64
  529. package/dist/src/_framework/util.d.ts +0 -53
  530. package/dist/src/_framework/util.js +0 -251
  531. package/dist/src/typus-perp/admin/functions.d.ts +0 -51
  532. package/dist/src/typus-perp/admin/functions.js +0 -100
  533. package/dist/src/typus-perp/lp-pool/functions.d.ts +0 -283
  534. package/dist/src/typus-perp/lp-pool/functions.js +0 -418
  535. package/dist/src/typus-perp/math/functions.d.ts +0 -18
  536. package/dist/src/typus-perp/math/functions.js +0 -40
  537. package/dist/src/typus-perp/oracle/functions.d.ts +0 -14
  538. package/dist/src/typus-perp/oracle/functions.js +0 -22
  539. package/dist/src/typus-perp/position/functions.d.ts +0 -339
  540. package/dist/src/typus-perp/position/functions.js +0 -564
  541. package/dist/src/typus-perp/stake-pool/functions.d.ts +0 -169
  542. package/dist/src/typus-perp/stake-pool/functions.js +0 -258
  543. package/dist/src/typus-perp/symbol/functions.d.ts +0 -10
  544. package/dist/src/typus-perp/symbol/functions.js +0 -20
  545. package/dist/src/typus-perp/tlp/functions.d.ts +0 -20
  546. package/dist/src/typus-perp/tlp/functions.js +0 -35
  547. package/dist/src/typus-perp/token-interface/functions.d.ts +0 -12
  548. package/dist/src/typus-perp/trading/functions.d.ts +0 -427
  549. package/dist/src/typus-perp/trading/functions.js +0 -612
  550. package/dist/src/typus-perp/treasury-caps/functions.d.ts +0 -10
  551. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1/init.d.ts +0 -0
  552. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.d.ts +0 -0
  553. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2/init.d.ts +0 -0
  554. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.d.ts +0 -0
  555. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.js +0 -0
  556. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.d.ts +0 -0
  557. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.js +0 -0
  558. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.d.ts +0 -0
  559. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.d.ts +0 -0
  560. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.d.ts +0 -0
  561. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.d.ts +0 -0
  562. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.js +0 -0
  563. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.d.ts +0 -0
  564. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.js +0 -0
  565. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.d.ts +0 -0
  566. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.js +0 -0
  567. package/dist/src/{_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585 → typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837}/init.d.ts +0 -0
  568. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585}/init.d.ts +0 -0
  569. package/dist/src/{_dependencies → typus-perp/_dependencies}/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.js +2 -2
  570. package/dist/src/{_dependencies/source/0xe76d8a37d4132278a7a752183e90e04890b9e7d0f6657eadb68821609a2a56a3 → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/init.d.ts +0 -0
  571. package/dist/src/{_dependencies/source/0xcc029e2810f17f9f43f52262f40026a71fbdca40ed3803ad2884994361910b7e → typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94}/init.js +4 -4
  572. /package/dist/src/typus-perp/{init.d.ts → typus_perp/init.d.ts} +0 -0
@@ -1,13 +1,15 @@
1
1
  import * as reified from "../../../../_framework/reified";
2
- import { PhantomReified, Reified, StructClass, ToField, ToTypeStr, Vector } from "../../../../_framework/reified";
2
+ import { PhantomReified, Reified, StructClass, ToField, ToTypeStr } from "../../../../_framework/reified";
3
3
  import { FieldsWithTypes } from "../../../../_framework/util";
4
+ import { Vector } from "../../../../_framework/vector";
4
5
  import { Option } from "../../0x1/option/structs";
5
6
  import { String } from "../../0x1/string/structs";
6
7
  import { TypeName } from "../../0x1/type-name/structs";
7
8
  import { UID } from "../../0x2/object/structs";
8
9
  import { Authority } from "../../0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs";
9
10
  import { BalancePool } from "../../0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs";
10
- import { SuiClient, SuiParsedData } from "@mysten/sui.js/client";
11
+ import { PKG_V1, PKG_V19, PKG_V25, PKG_V30, PKG_V31 } from "../index";
12
+ import { SuiClient, SuiObjectData, SuiParsedData } from "@mysten/sui/client";
11
13
  export declare function isConfig(type: string): boolean;
12
14
  export interface ConfigFields {
13
15
  oracleId: ToField<"address">;
@@ -37,11 +39,14 @@ export interface ConfigFields {
37
39
  }
38
40
  export type ConfigReified = Reified<Config, ConfigFields>;
39
41
  export declare class Config implements StructClass {
42
+ __StructClass: true;
40
43
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Config";
41
44
  static readonly $numTypeParams = 0;
45
+ static readonly $isPhantom: readonly [];
42
46
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Config";
43
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Config";
47
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::Config`;
44
48
  readonly $typeArgs: [];
49
+ readonly $isPhantom: readonly [];
45
50
  readonly oracleId: ToField<"address">;
46
51
  readonly depositLotSize: ToField<"u64">;
47
52
  readonly bidLotSize: ToField<"u64">;
@@ -71,7 +76,7 @@ export declare class Config implements StructClass {
71
76
  static get r(): reified.StructClassReified<Config, ConfigFields>;
72
77
  static phantom(): PhantomReified<ToTypeStr<Config>>;
73
78
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Config">;
74
- static get bcs(): import("@mysten/bcs").BcsType<{
79
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
75
80
  oracle_id: string;
76
81
  deposit_lot_size: string;
77
82
  bid_lot_size: string;
@@ -320,6 +325,7 @@ export declare class Config implements StructClass {
320
325
  static fromJSONField(field: any): Config;
321
326
  static fromJSON(json: Record<string, any>): Config;
322
327
  static fromSuiParsedData(content: SuiParsedData): Config;
328
+ static fromSuiObjectData(data: SuiObjectData): Config;
323
329
  static fetch(client: SuiClient, id: string): Promise<Config>;
324
330
  }
325
331
  export declare function isRegistry(type: string): boolean;
@@ -339,11 +345,14 @@ export interface RegistryFields {
339
345
  }
340
346
  export type RegistryReified = Reified<Registry, RegistryFields>;
341
347
  export declare class Registry implements StructClass {
348
+ __StructClass: true;
342
349
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Registry";
343
350
  static readonly $numTypeParams = 0;
351
+ static readonly $isPhantom: readonly [];
344
352
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Registry";
345
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Registry";
353
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::Registry`;
346
354
  readonly $typeArgs: [];
355
+ readonly $isPhantom: readonly [];
347
356
  readonly id: ToField<UID>;
348
357
  readonly numOfVault: ToField<"u64">;
349
358
  readonly authority: ToField<Authority>;
@@ -361,7 +370,7 @@ export declare class Registry implements StructClass {
361
370
  static get r(): reified.StructClassReified<Registry, RegistryFields>;
362
371
  static phantom(): PhantomReified<ToTypeStr<Registry>>;
363
372
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Registry">;
364
- static get bcs(): import("@mysten/bcs").BcsType<{
373
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
365
374
  id: {
366
375
  id: {
367
376
  bytes: string;
@@ -628,6 +637,7 @@ export declare class Registry implements StructClass {
628
637
  static fromJSONField(field: any): Registry;
629
638
  static fromJSON(json: Record<string, any>): Registry;
630
639
  static fromSuiParsedData(content: SuiParsedData): Registry;
640
+ static fromSuiObjectData(data: SuiObjectData): Registry;
631
641
  static fetch(client: SuiClient, id: string): Promise<Registry>;
632
642
  }
633
643
  export declare function isActivateEvent(type: string): boolean;
@@ -644,11 +654,14 @@ export interface ActivateEventFields {
644
654
  }
645
655
  export type ActivateEventReified = Reified<ActivateEvent, ActivateEventFields>;
646
656
  export declare class ActivateEvent implements StructClass {
657
+ __StructClass: true;
647
658
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ActivateEvent";
648
659
  static readonly $numTypeParams = 0;
660
+ static readonly $isPhantom: readonly [];
649
661
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ActivateEvent";
650
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ActivateEvent";
662
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::ActivateEvent`;
651
663
  readonly $typeArgs: [];
664
+ readonly $isPhantom: readonly [];
652
665
  readonly signer: ToField<"address">;
653
666
  readonly index: ToField<"u64">;
654
667
  readonly round: ToField<"u64">;
@@ -663,7 +676,7 @@ export declare class ActivateEvent implements StructClass {
663
676
  static get r(): reified.StructClassReified<ActivateEvent, ActivateEventFields>;
664
677
  static phantom(): PhantomReified<ToTypeStr<ActivateEvent>>;
665
678
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ActivateEvent">;
666
- static get bcs(): import("@mysten/bcs").BcsType<{
679
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
667
680
  signer: string;
668
681
  index: string;
669
682
  round: string;
@@ -728,6 +741,7 @@ export declare class ActivateEvent implements StructClass {
728
741
  static fromJSONField(field: any): ActivateEvent;
729
742
  static fromJSON(json: Record<string, any>): ActivateEvent;
730
743
  static fromSuiParsedData(content: SuiParsedData): ActivateEvent;
744
+ static fromSuiObjectData(data: SuiObjectData): ActivateEvent;
731
745
  static fetch(client: SuiClient, id: string): Promise<ActivateEvent>;
732
746
  }
733
747
  export declare function isAdditionalConfig(type: string): boolean;
@@ -736,18 +750,21 @@ export interface AdditionalConfigFields {
736
750
  }
737
751
  export type AdditionalConfigReified = Reified<AdditionalConfig, AdditionalConfigFields>;
738
752
  export declare class AdditionalConfig implements StructClass {
753
+ __StructClass: true;
739
754
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::AdditionalConfig";
740
755
  static readonly $numTypeParams = 0;
756
+ static readonly $isPhantom: readonly [];
741
757
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::AdditionalConfig";
742
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::AdditionalConfig";
758
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::AdditionalConfig`;
743
759
  readonly $typeArgs: [];
760
+ readonly $isPhantom: readonly [];
744
761
  readonly id: ToField<UID>;
745
762
  private constructor();
746
763
  static reified(): AdditionalConfigReified;
747
764
  static get r(): reified.StructClassReified<AdditionalConfig, AdditionalConfigFields>;
748
765
  static phantom(): PhantomReified<ToTypeStr<AdditionalConfig>>;
749
766
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::AdditionalConfig">;
750
- static get bcs(): import("@mysten/bcs").BcsType<{
767
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
751
768
  id: {
752
769
  id: {
753
770
  bytes: string;
@@ -774,6 +791,7 @@ export declare class AdditionalConfig implements StructClass {
774
791
  static fromJSONField(field: any): AdditionalConfig;
775
792
  static fromJSON(json: Record<string, any>): AdditionalConfig;
776
793
  static fromSuiParsedData(content: SuiParsedData): AdditionalConfig;
794
+ static fromSuiObjectData(data: SuiObjectData): AdditionalConfig;
777
795
  static fetch(client: SuiClient, id: string): Promise<AdditionalConfig>;
778
796
  }
779
797
  export declare function isClaimEvent(type: string): boolean;
@@ -788,11 +806,14 @@ export interface ClaimEventFields {
788
806
  }
789
807
  export type ClaimEventReified = Reified<ClaimEvent, ClaimEventFields>;
790
808
  export declare class ClaimEvent implements StructClass {
809
+ __StructClass: true;
791
810
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ClaimEvent";
792
811
  static readonly $numTypeParams = 0;
812
+ static readonly $isPhantom: readonly [];
793
813
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ClaimEvent";
794
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ClaimEvent";
814
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::ClaimEvent`;
795
815
  readonly $typeArgs: [];
816
+ readonly $isPhantom: readonly [];
796
817
  readonly signer: ToField<"address">;
797
818
  readonly index: ToField<"u64">;
798
819
  readonly token: ToField<TypeName>;
@@ -805,7 +826,7 @@ export declare class ClaimEvent implements StructClass {
805
826
  static get r(): reified.StructClassReified<ClaimEvent, ClaimEventFields>;
806
827
  static phantom(): PhantomReified<ToTypeStr<ClaimEvent>>;
807
828
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ClaimEvent">;
808
- static get bcs(): import("@mysten/bcs").BcsType<{
829
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
809
830
  signer: string;
810
831
  index: string;
811
832
  token: {
@@ -876,6 +897,7 @@ export declare class ClaimEvent implements StructClass {
876
897
  static fromJSONField(field: any): ClaimEvent;
877
898
  static fromJSON(json: Record<string, any>): ClaimEvent;
878
899
  static fromSuiParsedData(content: SuiParsedData): ClaimEvent;
900
+ static fromSuiObjectData(data: SuiObjectData): ClaimEvent;
879
901
  static fetch(client: SuiClient, id: string): Promise<ClaimEvent>;
880
902
  }
881
903
  export declare function isCloseEvent(type: string): boolean;
@@ -887,11 +909,14 @@ export interface CloseEventFields {
887
909
  }
888
910
  export type CloseEventReified = Reified<CloseEvent, CloseEventFields>;
889
911
  export declare class CloseEvent implements StructClass {
912
+ __StructClass: true;
890
913
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CloseEvent";
891
914
  static readonly $numTypeParams = 0;
915
+ static readonly $isPhantom: readonly [];
892
916
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CloseEvent";
893
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CloseEvent";
917
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::CloseEvent`;
894
918
  readonly $typeArgs: [];
919
+ readonly $isPhantom: readonly [];
895
920
  readonly signer: ToField<"address">;
896
921
  readonly index: ToField<"u64">;
897
922
  readonly round: ToField<"u64">;
@@ -901,7 +926,7 @@ export declare class CloseEvent implements StructClass {
901
926
  static get r(): reified.StructClassReified<CloseEvent, CloseEventFields>;
902
927
  static phantom(): PhantomReified<ToTypeStr<CloseEvent>>;
903
928
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CloseEvent">;
904
- static get bcs(): import("@mysten/bcs").BcsType<{
929
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
905
930
  signer: string;
906
931
  index: string;
907
932
  round: string;
@@ -934,6 +959,7 @@ export declare class CloseEvent implements StructClass {
934
959
  static fromJSONField(field: any): CloseEvent;
935
960
  static fromJSON(json: Record<string, any>): CloseEvent;
936
961
  static fromSuiParsedData(content: SuiParsedData): CloseEvent;
962
+ static fromSuiObjectData(data: SuiObjectData): CloseEvent;
937
963
  static fetch(client: SuiClient, id: string): Promise<CloseEvent>;
938
964
  }
939
965
  export declare function isCompoundEvent(type: string): boolean;
@@ -948,11 +974,14 @@ export interface CompoundEventFields {
948
974
  }
949
975
  export type CompoundEventReified = Reified<CompoundEvent, CompoundEventFields>;
950
976
  export declare class CompoundEvent implements StructClass {
977
+ __StructClass: true;
951
978
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CompoundEvent";
952
979
  static readonly $numTypeParams = 0;
980
+ static readonly $isPhantom: readonly [];
953
981
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CompoundEvent";
954
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CompoundEvent";
982
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::CompoundEvent`;
955
983
  readonly $typeArgs: [];
984
+ readonly $isPhantom: readonly [];
956
985
  readonly signer: ToField<"address">;
957
986
  readonly index: ToField<"u64">;
958
987
  readonly token: ToField<TypeName>;
@@ -965,7 +994,7 @@ export declare class CompoundEvent implements StructClass {
965
994
  static get r(): reified.StructClassReified<CompoundEvent, CompoundEventFields>;
966
995
  static phantom(): PhantomReified<ToTypeStr<CompoundEvent>>;
967
996
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::CompoundEvent">;
968
- static get bcs(): import("@mysten/bcs").BcsType<{
997
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
969
998
  signer: string;
970
999
  index: string;
971
1000
  token: {
@@ -1036,6 +1065,7 @@ export declare class CompoundEvent implements StructClass {
1036
1065
  static fromJSONField(field: any): CompoundEvent;
1037
1066
  static fromJSON(json: Record<string, any>): CompoundEvent;
1038
1067
  static fromSuiParsedData(content: SuiParsedData): CompoundEvent;
1068
+ static fromSuiObjectData(data: SuiObjectData): CompoundEvent;
1039
1069
  static fetch(client: SuiClient, id: string): Promise<CompoundEvent>;
1040
1070
  }
1041
1071
  export declare function isDeliveryEvent(type: string): boolean;
@@ -1059,11 +1089,14 @@ export interface DeliveryEventFields {
1059
1089
  }
1060
1090
  export type DeliveryEventReified = Reified<DeliveryEvent, DeliveryEventFields>;
1061
1091
  export declare class DeliveryEvent implements StructClass {
1092
+ __StructClass: true;
1062
1093
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryEvent";
1063
1094
  static readonly $numTypeParams = 0;
1095
+ static readonly $isPhantom: readonly [];
1064
1096
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryEvent";
1065
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryEvent";
1097
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::DeliveryEvent`;
1066
1098
  readonly $typeArgs: [];
1099
+ readonly $isPhantom: readonly [];
1067
1100
  readonly signer: ToField<"address">;
1068
1101
  readonly index: ToField<"u64">;
1069
1102
  readonly round: ToField<"u64">;
@@ -1085,7 +1118,7 @@ export declare class DeliveryEvent implements StructClass {
1085
1118
  static get r(): reified.StructClassReified<DeliveryEvent, DeliveryEventFields>;
1086
1119
  static phantom(): PhantomReified<ToTypeStr<DeliveryEvent>>;
1087
1120
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryEvent">;
1088
- static get bcs(): import("@mysten/bcs").BcsType<{
1121
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1089
1122
  signer: string;
1090
1123
  index: string;
1091
1124
  round: string;
@@ -1194,6 +1227,7 @@ export declare class DeliveryEvent implements StructClass {
1194
1227
  static fromJSONField(field: any): DeliveryEvent;
1195
1228
  static fromJSON(json: Record<string, any>): DeliveryEvent;
1196
1229
  static fromSuiParsedData(content: SuiParsedData): DeliveryEvent;
1230
+ static fromSuiObjectData(data: SuiObjectData): DeliveryEvent;
1197
1231
  static fetch(client: SuiClient, id: string): Promise<DeliveryEvent>;
1198
1232
  }
1199
1233
  export declare function isDeliveryInfo(type: string): boolean;
@@ -1210,11 +1244,14 @@ export interface DeliveryInfoFields {
1210
1244
  }
1211
1245
  export type DeliveryInfoReified = Reified<DeliveryInfo, DeliveryInfoFields>;
1212
1246
  export declare class DeliveryInfo implements StructClass {
1247
+ __StructClass: true;
1213
1248
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfo";
1214
1249
  static readonly $numTypeParams = 0;
1250
+ static readonly $isPhantom: readonly [];
1215
1251
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfo";
1216
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfo";
1252
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::DeliveryInfo`;
1217
1253
  readonly $typeArgs: [];
1254
+ readonly $isPhantom: readonly [];
1218
1255
  readonly auctionType: ToField<"u64">;
1219
1256
  readonly deliveryPrice: ToField<"u64">;
1220
1257
  readonly deliverySize: ToField<"u64">;
@@ -1229,7 +1266,7 @@ export declare class DeliveryInfo implements StructClass {
1229
1266
  static get r(): reified.StructClassReified<DeliveryInfo, DeliveryInfoFields>;
1230
1267
  static phantom(): PhantomReified<ToTypeStr<DeliveryInfo>>;
1231
1268
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfo">;
1232
- static get bcs(): import("@mysten/bcs").BcsType<{
1269
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1233
1270
  auction_type: string;
1234
1271
  delivery_price: string;
1235
1272
  delivery_size: string;
@@ -1282,6 +1319,7 @@ export declare class DeliveryInfo implements StructClass {
1282
1319
  static fromJSONField(field: any): DeliveryInfo;
1283
1320
  static fromJSON(json: Record<string, any>): DeliveryInfo;
1284
1321
  static fromSuiParsedData(content: SuiParsedData): DeliveryInfo;
1322
+ static fromSuiObjectData(data: SuiObjectData): DeliveryInfo;
1285
1323
  static fetch(client: SuiClient, id: string): Promise<DeliveryInfo>;
1286
1324
  }
1287
1325
  export declare function isDeliveryInfos(type: string): boolean;
@@ -1298,11 +1336,14 @@ export interface DeliveryInfosFields {
1298
1336
  }
1299
1337
  export type DeliveryInfosReified = Reified<DeliveryInfos, DeliveryInfosFields>;
1300
1338
  export declare class DeliveryInfos implements StructClass {
1339
+ __StructClass: true;
1301
1340
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfos";
1302
1341
  static readonly $numTypeParams = 0;
1342
+ static readonly $isPhantom: readonly [];
1303
1343
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfos";
1304
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfos";
1344
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::DeliveryInfos`;
1305
1345
  readonly $typeArgs: [];
1346
+ readonly $isPhantom: readonly [];
1306
1347
  readonly round: ToField<"u64">;
1307
1348
  readonly maxSize: ToField<"u64">;
1308
1349
  readonly totalDeliverySize: ToField<"u64">;
@@ -1317,7 +1358,7 @@ export declare class DeliveryInfos implements StructClass {
1317
1358
  static get r(): reified.StructClassReified<DeliveryInfos, DeliveryInfosFields>;
1318
1359
  static phantom(): PhantomReified<ToTypeStr<DeliveryInfos>>;
1319
1360
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DeliveryInfos">;
1320
- static get bcs(): import("@mysten/bcs").BcsType<{
1361
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1321
1362
  round: string;
1322
1363
  max_size: string;
1323
1364
  total_delivery_size: string;
@@ -1414,6 +1455,7 @@ export declare class DeliveryInfos implements StructClass {
1414
1455
  static fromJSONField(field: any): DeliveryInfos;
1415
1456
  static fromJSON(json: Record<string, any>): DeliveryInfos;
1416
1457
  static fromSuiParsedData(content: SuiParsedData): DeliveryInfos;
1458
+ static fromSuiObjectData(data: SuiObjectData): DeliveryInfos;
1417
1459
  static fetch(client: SuiClient, id: string): Promise<DeliveryInfos>;
1418
1460
  }
1419
1461
  export declare function isDepositEvent(type: string): boolean;
@@ -1428,11 +1470,14 @@ export interface DepositEventFields {
1428
1470
  }
1429
1471
  export type DepositEventReified = Reified<DepositEvent, DepositEventFields>;
1430
1472
  export declare class DepositEvent implements StructClass {
1473
+ __StructClass: true;
1431
1474
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DepositEvent";
1432
1475
  static readonly $numTypeParams = 0;
1476
+ static readonly $isPhantom: readonly [];
1433
1477
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DepositEvent";
1434
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DepositEvent";
1478
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::DepositEvent`;
1435
1479
  readonly $typeArgs: [];
1480
+ readonly $isPhantom: readonly [];
1436
1481
  readonly signer: ToField<"address">;
1437
1482
  readonly index: ToField<"u64">;
1438
1483
  readonly token: ToField<TypeName>;
@@ -1445,7 +1490,7 @@ export declare class DepositEvent implements StructClass {
1445
1490
  static get r(): reified.StructClassReified<DepositEvent, DepositEventFields>;
1446
1491
  static phantom(): PhantomReified<ToTypeStr<DepositEvent>>;
1447
1492
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DepositEvent">;
1448
- static get bcs(): import("@mysten/bcs").BcsType<{
1493
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1449
1494
  signer: string;
1450
1495
  index: string;
1451
1496
  token: {
@@ -1516,6 +1561,7 @@ export declare class DepositEvent implements StructClass {
1516
1561
  static fromJSONField(field: any): DepositEvent;
1517
1562
  static fromJSON(json: Record<string, any>): DepositEvent;
1518
1563
  static fromSuiParsedData(content: SuiParsedData): DepositEvent;
1564
+ static fromSuiObjectData(data: SuiObjectData): DepositEvent;
1519
1565
  static fetch(client: SuiClient, id: string): Promise<DepositEvent>;
1520
1566
  }
1521
1567
  export declare function isDepositSnapshot(type: string): boolean;
@@ -1526,11 +1572,14 @@ export interface DepositSnapshotFields {
1526
1572
  }
1527
1573
  export type DepositSnapshotReified = Reified<DepositSnapshot, DepositSnapshotFields>;
1528
1574
  export declare class DepositSnapshot implements StructClass {
1575
+ __StructClass: true;
1529
1576
  static readonly $typeName = "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::DepositSnapshot";
1530
1577
  static readonly $numTypeParams = 0;
1578
+ static readonly $isPhantom: readonly [];
1531
1579
  readonly $typeName = "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::DepositSnapshot";
1532
- readonly $fullTypeName: "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::DepositSnapshot";
1580
+ readonly $fullTypeName: `${typeof PKG_V19}::typus_dov_single::DepositSnapshot`;
1533
1581
  readonly $typeArgs: [];
1582
+ readonly $isPhantom: readonly [];
1534
1583
  readonly snapshots: ToField<Vector<"u64">>;
1535
1584
  readonly totalDeposit: ToField<"u64">;
1536
1585
  readonly snapshotTsMs: ToField<"u64">;
@@ -1539,7 +1588,7 @@ export declare class DepositSnapshot implements StructClass {
1539
1588
  static get r(): reified.StructClassReified<DepositSnapshot, DepositSnapshotFields>;
1540
1589
  static phantom(): PhantomReified<ToTypeStr<DepositSnapshot>>;
1541
1590
  static get p(): reified.PhantomReified<"0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::DepositSnapshot">;
1542
- static get bcs(): import("@mysten/bcs").BcsType<{
1591
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1543
1592
  snapshots: string[];
1544
1593
  total_deposit: string;
1545
1594
  snapshot_ts_ms: string;
@@ -1568,6 +1617,7 @@ export declare class DepositSnapshot implements StructClass {
1568
1617
  static fromJSONField(field: any): DepositSnapshot;
1569
1618
  static fromJSON(json: Record<string, any>): DepositSnapshot;
1570
1619
  static fromSuiParsedData(content: SuiParsedData): DepositSnapshot;
1620
+ static fromSuiObjectData(data: SuiObjectData): DepositSnapshot;
1571
1621
  static fetch(client: SuiClient, id: string): Promise<DepositSnapshot>;
1572
1622
  }
1573
1623
  export declare function isDropVaultEvent(type: string): boolean;
@@ -1579,11 +1629,14 @@ export interface DropVaultEventFields {
1579
1629
  }
1580
1630
  export type DropVaultEventReified = Reified<DropVaultEvent, DropVaultEventFields>;
1581
1631
  export declare class DropVaultEvent implements StructClass {
1632
+ __StructClass: true;
1582
1633
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DropVaultEvent";
1583
1634
  static readonly $numTypeParams = 0;
1635
+ static readonly $isPhantom: readonly [];
1584
1636
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DropVaultEvent";
1585
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DropVaultEvent";
1637
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::DropVaultEvent`;
1586
1638
  readonly $typeArgs: [];
1639
+ readonly $isPhantom: readonly [];
1587
1640
  readonly signer: ToField<"address">;
1588
1641
  readonly index: ToField<"u64">;
1589
1642
  readonly round: ToField<"u64">;
@@ -1593,7 +1646,7 @@ export declare class DropVaultEvent implements StructClass {
1593
1646
  static get r(): reified.StructClassReified<DropVaultEvent, DropVaultEventFields>;
1594
1647
  static phantom(): PhantomReified<ToTypeStr<DropVaultEvent>>;
1595
1648
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::DropVaultEvent">;
1596
- static get bcs(): import("@mysten/bcs").BcsType<{
1649
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1597
1650
  signer: string;
1598
1651
  index: string;
1599
1652
  round: string;
@@ -1626,6 +1679,7 @@ export declare class DropVaultEvent implements StructClass {
1626
1679
  static fromJSONField(field: any): DropVaultEvent;
1627
1680
  static fromJSON(json: Record<string, any>): DropVaultEvent;
1628
1681
  static fromSuiParsedData(content: SuiParsedData): DropVaultEvent;
1682
+ static fromSuiObjectData(data: SuiObjectData): DropVaultEvent;
1629
1683
  static fetch(client: SuiClient, id: string): Promise<DropVaultEvent>;
1630
1684
  }
1631
1685
  export declare function isExerciseEvent(type: string): boolean;
@@ -1641,11 +1695,14 @@ export interface ExerciseEventFields {
1641
1695
  }
1642
1696
  export type ExerciseEventReified = Reified<ExerciseEvent, ExerciseEventFields>;
1643
1697
  export declare class ExerciseEvent implements StructClass {
1698
+ __StructClass: true;
1644
1699
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ExerciseEvent";
1645
1700
  static readonly $numTypeParams = 0;
1701
+ static readonly $isPhantom: readonly [];
1646
1702
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ExerciseEvent";
1647
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ExerciseEvent";
1703
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::ExerciseEvent`;
1648
1704
  readonly $typeArgs: [];
1705
+ readonly $isPhantom: readonly [];
1649
1706
  readonly signer: ToField<"address">;
1650
1707
  readonly index: ToField<"u64">;
1651
1708
  readonly token: ToField<TypeName>;
@@ -1659,7 +1716,7 @@ export declare class ExerciseEvent implements StructClass {
1659
1716
  static get r(): reified.StructClassReified<ExerciseEvent, ExerciseEventFields>;
1660
1717
  static phantom(): PhantomReified<ToTypeStr<ExerciseEvent>>;
1661
1718
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::ExerciseEvent">;
1662
- static get bcs(): import("@mysten/bcs").BcsType<{
1719
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1663
1720
  signer: string;
1664
1721
  index: string;
1665
1722
  token: {
@@ -1732,6 +1789,7 @@ export declare class ExerciseEvent implements StructClass {
1732
1789
  static fromJSONField(field: any): ExerciseEvent;
1733
1790
  static fromJSON(json: Record<string, any>): ExerciseEvent;
1734
1791
  static fromSuiParsedData(content: SuiParsedData): ExerciseEvent;
1792
+ static fromSuiObjectData(data: SuiObjectData): ExerciseEvent;
1735
1793
  static fetch(client: SuiClient, id: string): Promise<ExerciseEvent>;
1736
1794
  }
1737
1795
  export declare function isHarvestEvent(type: string): boolean;
@@ -1747,11 +1805,14 @@ export interface HarvestEventFields {
1747
1805
  }
1748
1806
  export type HarvestEventReified = Reified<HarvestEvent, HarvestEventFields>;
1749
1807
  export declare class HarvestEvent implements StructClass {
1808
+ __StructClass: true;
1750
1809
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::HarvestEvent";
1751
1810
  static readonly $numTypeParams = 0;
1811
+ static readonly $isPhantom: readonly [];
1752
1812
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::HarvestEvent";
1753
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::HarvestEvent";
1813
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::HarvestEvent`;
1754
1814
  readonly $typeArgs: [];
1815
+ readonly $isPhantom: readonly [];
1755
1816
  readonly signer: ToField<"address">;
1756
1817
  readonly index: ToField<"u64">;
1757
1818
  readonly token: ToField<TypeName>;
@@ -1765,7 +1826,7 @@ export declare class HarvestEvent implements StructClass {
1765
1826
  static get r(): reified.StructClassReified<HarvestEvent, HarvestEventFields>;
1766
1827
  static phantom(): PhantomReified<ToTypeStr<HarvestEvent>>;
1767
1828
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::HarvestEvent">;
1768
- static get bcs(): import("@mysten/bcs").BcsType<{
1829
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1769
1830
  signer: string;
1770
1831
  index: string;
1771
1832
  token: {
@@ -1840,6 +1901,7 @@ export declare class HarvestEvent implements StructClass {
1840
1901
  static fromJSONField(field: any): HarvestEvent;
1841
1902
  static fromJSON(json: Record<string, any>): HarvestEvent;
1842
1903
  static fromSuiParsedData(content: SuiParsedData): HarvestEvent;
1904
+ static fromSuiObjectData(data: SuiObjectData): HarvestEvent;
1843
1905
  static fetch(client: SuiClient, id: string): Promise<HarvestEvent>;
1844
1906
  }
1845
1907
  export declare function isInfo(type: string): boolean;
@@ -1870,11 +1932,14 @@ export interface InfoFields {
1870
1932
  }
1871
1933
  export type InfoReified = Reified<Info, InfoFields>;
1872
1934
  export declare class Info implements StructClass {
1935
+ __StructClass: true;
1873
1936
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Info";
1874
1937
  static readonly $numTypeParams = 0;
1938
+ static readonly $isPhantom: readonly [];
1875
1939
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Info";
1876
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Info";
1940
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::Info`;
1877
1941
  readonly $typeArgs: [];
1942
+ readonly $isPhantom: readonly [];
1878
1943
  readonly index: ToField<"u64">;
1879
1944
  readonly optionType: ToField<"u64">;
1880
1945
  readonly period: ToField<"u8">;
@@ -1903,7 +1968,7 @@ export declare class Info implements StructClass {
1903
1968
  static get r(): reified.StructClassReified<Info, InfoFields>;
1904
1969
  static phantom(): PhantomReified<ToTypeStr<Info>>;
1905
1970
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::Info">;
1906
- static get bcs(): import("@mysten/bcs").BcsType<{
1971
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
1907
1972
  index: string;
1908
1973
  option_type: string;
1909
1974
  period: number;
@@ -2206,6 +2271,7 @@ export declare class Info implements StructClass {
2206
2271
  static fromJSONField(field: any): Info;
2207
2272
  static fromJSON(json: Record<string, any>): Info;
2208
2273
  static fromSuiParsedData(content: SuiParsedData): Info;
2274
+ static fromSuiObjectData(data: SuiObjectData): Info;
2209
2275
  static fetch(client: SuiClient, id: string): Promise<Info>;
2210
2276
  }
2211
2277
  export declare function isNewAuctionEvent(type: string): boolean;
@@ -2222,11 +2288,14 @@ export interface NewAuctionEventFields {
2222
2288
  }
2223
2289
  export type NewAuctionEventReified = Reified<NewAuctionEvent, NewAuctionEventFields>;
2224
2290
  export declare class NewAuctionEvent implements StructClass {
2291
+ __StructClass: true;
2225
2292
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewAuctionEvent";
2226
2293
  static readonly $numTypeParams = 0;
2294
+ static readonly $isPhantom: readonly [];
2227
2295
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewAuctionEvent";
2228
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewAuctionEvent";
2296
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::NewAuctionEvent`;
2229
2297
  readonly $typeArgs: [];
2298
+ readonly $isPhantom: readonly [];
2230
2299
  readonly signer: ToField<"address">;
2231
2300
  readonly index: ToField<"u64">;
2232
2301
  readonly round: ToField<"u64">;
@@ -2241,7 +2310,7 @@ export declare class NewAuctionEvent implements StructClass {
2241
2310
  static get r(): reified.StructClassReified<NewAuctionEvent, NewAuctionEventFields>;
2242
2311
  static phantom(): PhantomReified<ToTypeStr<NewAuctionEvent>>;
2243
2312
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewAuctionEvent">;
2244
- static get bcs(): import("@mysten/bcs").BcsType<{
2313
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
2245
2314
  signer: string;
2246
2315
  index: string;
2247
2316
  round: string;
@@ -2370,6 +2439,7 @@ export declare class NewAuctionEvent implements StructClass {
2370
2439
  static fromJSONField(field: any): NewAuctionEvent;
2371
2440
  static fromJSON(json: Record<string, any>): NewAuctionEvent;
2372
2441
  static fromSuiParsedData(content: SuiParsedData): NewAuctionEvent;
2442
+ static fromSuiObjectData(data: SuiObjectData): NewAuctionEvent;
2373
2443
  static fetch(client: SuiClient, id: string): Promise<NewAuctionEvent>;
2374
2444
  }
2375
2445
  export declare function isNewBidEvent(type: string): boolean;
@@ -2390,11 +2460,14 @@ export interface NewBidEventFields {
2390
2460
  }
2391
2461
  export type NewBidEventReified = Reified<NewBidEvent, NewBidEventFields>;
2392
2462
  export declare class NewBidEvent implements StructClass {
2463
+ __StructClass: true;
2393
2464
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewBidEvent";
2394
2465
  static readonly $numTypeParams = 0;
2466
+ static readonly $isPhantom: readonly [];
2395
2467
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewBidEvent";
2396
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewBidEvent";
2468
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::NewBidEvent`;
2397
2469
  readonly $typeArgs: [];
2470
+ readonly $isPhantom: readonly [];
2398
2471
  readonly signer: ToField<"address">;
2399
2472
  readonly index: ToField<"u64">;
2400
2473
  readonly bidIndex: ToField<"u64">;
@@ -2413,7 +2486,7 @@ export declare class NewBidEvent implements StructClass {
2413
2486
  static get r(): reified.StructClassReified<NewBidEvent, NewBidEventFields>;
2414
2487
  static phantom(): PhantomReified<ToTypeStr<NewBidEvent>>;
2415
2488
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::NewBidEvent">;
2416
- static get bcs(): import("@mysten/bcs").BcsType<{
2489
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
2417
2490
  signer: string;
2418
2491
  index: string;
2419
2492
  bid_index: string;
@@ -2522,6 +2595,7 @@ export declare class NewBidEvent implements StructClass {
2522
2595
  static fromJSONField(field: any): NewBidEvent;
2523
2596
  static fromJSON(json: Record<string, any>): NewBidEvent;
2524
2597
  static fromSuiParsedData(content: SuiParsedData): NewBidEvent;
2598
+ static fromSuiObjectData(data: SuiObjectData): NewBidEvent;
2525
2599
  static fetch(client: SuiClient, id: string): Promise<NewBidEvent>;
2526
2600
  }
2527
2601
  export declare function isOracleInfo(type: string): boolean;
@@ -2531,11 +2605,14 @@ export interface OracleInfoFields {
2531
2605
  }
2532
2606
  export type OracleInfoReified = Reified<OracleInfo, OracleInfoFields>;
2533
2607
  export declare class OracleInfo implements StructClass {
2608
+ __StructClass: true;
2534
2609
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OracleInfo";
2535
2610
  static readonly $numTypeParams = 0;
2611
+ static readonly $isPhantom: readonly [];
2536
2612
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OracleInfo";
2537
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OracleInfo";
2613
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::OracleInfo`;
2538
2614
  readonly $typeArgs: [];
2615
+ readonly $isPhantom: readonly [];
2539
2616
  readonly price: ToField<"u64">;
2540
2617
  readonly decimal: ToField<"u64">;
2541
2618
  private constructor();
@@ -2543,7 +2620,7 @@ export declare class OracleInfo implements StructClass {
2543
2620
  static get r(): reified.StructClassReified<OracleInfo, OracleInfoFields>;
2544
2621
  static phantom(): PhantomReified<ToTypeStr<OracleInfo>>;
2545
2622
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OracleInfo">;
2546
- static get bcs(): import("@mysten/bcs").BcsType<{
2623
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
2547
2624
  price: string;
2548
2625
  decimal: string;
2549
2626
  }, {
@@ -2566,6 +2643,7 @@ export declare class OracleInfo implements StructClass {
2566
2643
  static fromJSONField(field: any): OracleInfo;
2567
2644
  static fromJSON(json: Record<string, any>): OracleInfo;
2568
2645
  static fromSuiParsedData(content: SuiParsedData): OracleInfo;
2646
+ static fromSuiObjectData(data: SuiObjectData): OracleInfo;
2569
2647
  static fetch(client: SuiClient, id: string): Promise<OracleInfo>;
2570
2648
  }
2571
2649
  export declare function isOtcEvent(type: string): boolean;
@@ -2586,11 +2664,14 @@ export interface OtcEventFields {
2586
2664
  }
2587
2665
  export type OtcEventReified = Reified<OtcEvent, OtcEventFields>;
2588
2666
  export declare class OtcEvent implements StructClass {
2667
+ __StructClass: true;
2589
2668
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OtcEvent";
2590
2669
  static readonly $numTypeParams = 0;
2670
+ static readonly $isPhantom: readonly [];
2591
2671
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OtcEvent";
2592
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OtcEvent";
2672
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::OtcEvent`;
2593
2673
  readonly $typeArgs: [];
2674
+ readonly $isPhantom: readonly [];
2594
2675
  readonly signer: ToField<"address">;
2595
2676
  readonly index: ToField<"u64">;
2596
2677
  readonly round: ToField<"u64">;
@@ -2609,7 +2690,7 @@ export declare class OtcEvent implements StructClass {
2609
2690
  static get r(): reified.StructClassReified<OtcEvent, OtcEventFields>;
2610
2691
  static phantom(): PhantomReified<ToTypeStr<OtcEvent>>;
2611
2692
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::OtcEvent">;
2612
- static get bcs(): import("@mysten/bcs").BcsType<{
2693
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
2613
2694
  signer: string;
2614
2695
  index: string;
2615
2696
  round: string;
@@ -2678,6 +2759,7 @@ export declare class OtcEvent implements StructClass {
2678
2759
  static fromJSONField(field: any): OtcEvent;
2679
2760
  static fromJSON(json: Record<string, any>): OtcEvent;
2680
2761
  static fromSuiParsedData(content: SuiParsedData): OtcEvent;
2762
+ static fromSuiObjectData(data: SuiObjectData): OtcEvent;
2681
2763
  static fetch(client: SuiClient, id: string): Promise<OtcEvent>;
2682
2764
  }
2683
2765
  export declare function isPayoffConfig(type: string): boolean;
@@ -2690,11 +2772,14 @@ export interface PayoffConfigFields {
2690
2772
  }
2691
2773
  export type PayoffConfigReified = Reified<PayoffConfig, PayoffConfigFields>;
2692
2774
  export declare class PayoffConfig implements StructClass {
2775
+ __StructClass: true;
2693
2776
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PayoffConfig";
2694
2777
  static readonly $numTypeParams = 0;
2778
+ static readonly $isPhantom: readonly [];
2695
2779
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PayoffConfig";
2696
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PayoffConfig";
2780
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::PayoffConfig`;
2697
2781
  readonly $typeArgs: [];
2782
+ readonly $isPhantom: readonly [];
2698
2783
  readonly strikeBp: ToField<"u64">;
2699
2784
  readonly weight: ToField<"u64">;
2700
2785
  readonly isBuyer: ToField<"bool">;
@@ -2705,7 +2790,7 @@ export declare class PayoffConfig implements StructClass {
2705
2790
  static get r(): reified.StructClassReified<PayoffConfig, PayoffConfigFields>;
2706
2791
  static phantom(): PhantomReified<ToTypeStr<PayoffConfig>>;
2707
2792
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PayoffConfig">;
2708
- static get bcs(): import("@mysten/bcs").BcsType<{
2793
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
2709
2794
  strike_bp: string;
2710
2795
  weight: string;
2711
2796
  is_buyer: boolean;
@@ -2748,6 +2833,7 @@ export declare class PayoffConfig implements StructClass {
2748
2833
  static fromJSONField(field: any): PayoffConfig;
2749
2834
  static fromJSON(json: Record<string, any>): PayoffConfig;
2750
2835
  static fromSuiParsedData(content: SuiParsedData): PayoffConfig;
2836
+ static fromSuiObjectData(data: SuiObjectData): PayoffConfig;
2751
2837
  static fetch(client: SuiClient, id: string): Promise<PayoffConfig>;
2752
2838
  }
2753
2839
  export declare function isPortfolioVault(type: string): boolean;
@@ -2759,11 +2845,14 @@ export interface PortfolioVaultFields {
2759
2845
  }
2760
2846
  export type PortfolioVaultReified = Reified<PortfolioVault, PortfolioVaultFields>;
2761
2847
  export declare class PortfolioVault implements StructClass {
2848
+ __StructClass: true;
2762
2849
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PortfolioVault";
2763
2850
  static readonly $numTypeParams = 0;
2851
+ static readonly $isPhantom: readonly [];
2764
2852
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PortfolioVault";
2765
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PortfolioVault";
2853
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::PortfolioVault`;
2766
2854
  readonly $typeArgs: [];
2855
+ readonly $isPhantom: readonly [];
2767
2856
  readonly id: ToField<UID>;
2768
2857
  readonly info: ToField<Info>;
2769
2858
  readonly config: ToField<Config>;
@@ -2773,7 +2862,7 @@ export declare class PortfolioVault implements StructClass {
2773
2862
  static get r(): reified.StructClassReified<PortfolioVault, PortfolioVaultFields>;
2774
2863
  static phantom(): PhantomReified<ToTypeStr<PortfolioVault>>;
2775
2864
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::PortfolioVault">;
2776
- static get bcs(): import("@mysten/bcs").BcsType<{
2865
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
2777
2866
  id: {
2778
2867
  id: {
2779
2868
  bytes: string;
@@ -3390,6 +3479,7 @@ export declare class PortfolioVault implements StructClass {
3390
3479
  static fromJSONField(field: any): PortfolioVault;
3391
3480
  static fromJSON(json: Record<string, any>): PortfolioVault;
3392
3481
  static fromSuiParsedData(content: SuiParsedData): PortfolioVault;
3482
+ static fromSuiObjectData(data: SuiObjectData): PortfolioVault;
3393
3483
  static fetch(client: SuiClient, id: string): Promise<PortfolioVault>;
3394
3484
  }
3395
3485
  export declare function isRaiseFundEvent(type: string): boolean;
@@ -3400,11 +3490,14 @@ export interface RaiseFundEventFields {
3400
3490
  }
3401
3491
  export type RaiseFundEventReified = Reified<RaiseFundEvent, RaiseFundEventFields>;
3402
3492
  export declare class RaiseFundEvent implements StructClass {
3493
+ __StructClass: true;
3403
3494
  static readonly $typeName = "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::RaiseFundEvent";
3404
3495
  static readonly $numTypeParams = 0;
3496
+ static readonly $isPhantom: readonly [];
3405
3497
  readonly $typeName = "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::RaiseFundEvent";
3406
- readonly $fullTypeName: "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::RaiseFundEvent";
3498
+ readonly $fullTypeName: `${typeof PKG_V19}::typus_dov_single::RaiseFundEvent`;
3407
3499
  readonly $typeArgs: [];
3500
+ readonly $isPhantom: readonly [];
3408
3501
  readonly signer: ToField<"address">;
3409
3502
  readonly token: ToField<TypeName>;
3410
3503
  readonly log: ToField<Vector<"u64">>;
@@ -3413,7 +3506,7 @@ export declare class RaiseFundEvent implements StructClass {
3413
3506
  static get r(): reified.StructClassReified<RaiseFundEvent, RaiseFundEventFields>;
3414
3507
  static phantom(): PhantomReified<ToTypeStr<RaiseFundEvent>>;
3415
3508
  static get p(): reified.PhantomReified<"0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::RaiseFundEvent">;
3416
- static get bcs(): import("@mysten/bcs").BcsType<{
3509
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
3417
3510
  signer: string;
3418
3511
  token: {
3419
3512
  name: {
@@ -3456,6 +3549,7 @@ export declare class RaiseFundEvent implements StructClass {
3456
3549
  static fromJSONField(field: any): RaiseFundEvent;
3457
3550
  static fromJSON(json: Record<string, any>): RaiseFundEvent;
3458
3551
  static fromSuiParsedData(content: SuiParsedData): RaiseFundEvent;
3552
+ static fromSuiObjectData(data: SuiObjectData): RaiseFundEvent;
3459
3553
  static fetch(client: SuiClient, id: string): Promise<RaiseFundEvent>;
3460
3554
  }
3461
3555
  export declare function isRecoupEvent(type: string): boolean;
@@ -3470,11 +3564,14 @@ export interface RecoupEventFields {
3470
3564
  }
3471
3565
  export type RecoupEventReified = Reified<RecoupEvent, RecoupEventFields>;
3472
3566
  export declare class RecoupEvent implements StructClass {
3567
+ __StructClass: true;
3473
3568
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RecoupEvent";
3474
3569
  static readonly $numTypeParams = 0;
3570
+ static readonly $isPhantom: readonly [];
3475
3571
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RecoupEvent";
3476
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RecoupEvent";
3572
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::RecoupEvent`;
3477
3573
  readonly $typeArgs: [];
3574
+ readonly $isPhantom: readonly [];
3478
3575
  readonly signer: ToField<"address">;
3479
3576
  readonly index: ToField<"u64">;
3480
3577
  readonly round: ToField<"u64">;
@@ -3487,7 +3584,7 @@ export declare class RecoupEvent implements StructClass {
3487
3584
  static get r(): reified.StructClassReified<RecoupEvent, RecoupEventFields>;
3488
3585
  static phantom(): PhantomReified<ToTypeStr<RecoupEvent>>;
3489
3586
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RecoupEvent">;
3490
- static get bcs(): import("@mysten/bcs").BcsType<{
3587
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
3491
3588
  signer: string;
3492
3589
  index: string;
3493
3590
  round: string;
@@ -3532,6 +3629,7 @@ export declare class RecoupEvent implements StructClass {
3532
3629
  static fromJSONField(field: any): RecoupEvent;
3533
3630
  static fromJSON(json: Record<string, any>): RecoupEvent;
3534
3631
  static fromSuiParsedData(content: SuiParsedData): RecoupEvent;
3632
+ static fromSuiObjectData(data: SuiObjectData): RecoupEvent;
3535
3633
  static fetch(client: SuiClient, id: string): Promise<RecoupEvent>;
3536
3634
  }
3537
3635
  export declare function isRedeemEvent(type: string): boolean;
@@ -3545,11 +3643,14 @@ export interface RedeemEventFields {
3545
3643
  }
3546
3644
  export type RedeemEventReified = Reified<RedeemEvent, RedeemEventFields>;
3547
3645
  export declare class RedeemEvent implements StructClass {
3646
+ __StructClass: true;
3548
3647
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RedeemEvent";
3549
3648
  static readonly $numTypeParams = 0;
3649
+ static readonly $isPhantom: readonly [];
3550
3650
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RedeemEvent";
3551
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RedeemEvent";
3651
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::RedeemEvent`;
3552
3652
  readonly $typeArgs: [];
3653
+ readonly $isPhantom: readonly [];
3553
3654
  readonly signer: ToField<"address">;
3554
3655
  readonly index: ToField<"u64">;
3555
3656
  readonly token: ToField<TypeName>;
@@ -3561,7 +3662,7 @@ export declare class RedeemEvent implements StructClass {
3561
3662
  static get r(): reified.StructClassReified<RedeemEvent, RedeemEventFields>;
3562
3663
  static phantom(): PhantomReified<ToTypeStr<RedeemEvent>>;
3563
3664
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RedeemEvent">;
3564
- static get bcs(): import("@mysten/bcs").BcsType<{
3665
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
3565
3666
  signer: string;
3566
3667
  index: string;
3567
3668
  token: {
@@ -3628,6 +3729,7 @@ export declare class RedeemEvent implements StructClass {
3628
3729
  static fromJSONField(field: any): RedeemEvent;
3629
3730
  static fromJSON(json: Record<string, any>): RedeemEvent;
3630
3731
  static fromSuiParsedData(content: SuiParsedData): RedeemEvent;
3732
+ static fromSuiObjectData(data: SuiObjectData): RedeemEvent;
3631
3733
  static fetch(client: SuiClient, id: string): Promise<RedeemEvent>;
3632
3734
  }
3633
3735
  export declare function isReduceFundEvent(type: string): boolean;
@@ -3640,11 +3742,14 @@ export interface ReduceFundEventFields {
3640
3742
  }
3641
3743
  export type ReduceFundEventReified = Reified<ReduceFundEvent, ReduceFundEventFields>;
3642
3744
  export declare class ReduceFundEvent implements StructClass {
3745
+ __StructClass: true;
3643
3746
  static readonly $typeName = "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::ReduceFundEvent";
3644
3747
  static readonly $numTypeParams = 0;
3748
+ static readonly $isPhantom: readonly [];
3645
3749
  readonly $typeName = "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::ReduceFundEvent";
3646
- readonly $fullTypeName: "0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::ReduceFundEvent";
3750
+ readonly $fullTypeName: `${typeof PKG_V19}::typus_dov_single::ReduceFundEvent`;
3647
3751
  readonly $typeArgs: [];
3752
+ readonly $isPhantom: readonly [];
3648
3753
  readonly signer: ToField<"address">;
3649
3754
  readonly dToken: ToField<TypeName>;
3650
3755
  readonly bToken: ToField<TypeName>;
@@ -3655,7 +3760,7 @@ export declare class ReduceFundEvent implements StructClass {
3655
3760
  static get r(): reified.StructClassReified<ReduceFundEvent, ReduceFundEventFields>;
3656
3761
  static phantom(): PhantomReified<ToTypeStr<ReduceFundEvent>>;
3657
3762
  static get p(): reified.PhantomReified<"0x10250db78795fda6ce62b76efa324eb1a7dc50beeed1229fba40c50e4305ef9a::typus_dov_single::ReduceFundEvent">;
3658
- static get bcs(): import("@mysten/bcs").BcsType<{
3763
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
3659
3764
  signer: string;
3660
3765
  d_token: {
3661
3766
  name: {
@@ -3734,8 +3839,79 @@ export declare class ReduceFundEvent implements StructClass {
3734
3839
  static fromJSONField(field: any): ReduceFundEvent;
3735
3840
  static fromJSON(json: Record<string, any>): ReduceFundEvent;
3736
3841
  static fromSuiParsedData(content: SuiParsedData): ReduceFundEvent;
3842
+ static fromSuiObjectData(data: SuiObjectData): ReduceFundEvent;
3737
3843
  static fetch(client: SuiClient, id: string): Promise<ReduceFundEvent>;
3738
3844
  }
3845
+ export declare function isRefreshDepositSnapshotEvent(type: string): boolean;
3846
+ export interface RefreshDepositSnapshotEventFields {
3847
+ signer: ToField<"address">;
3848
+ token: ToField<TypeName>;
3849
+ log: ToField<Vector<"u64">>;
3850
+ }
3851
+ export type RefreshDepositSnapshotEventReified = Reified<RefreshDepositSnapshotEvent, RefreshDepositSnapshotEventFields>;
3852
+ export declare class RefreshDepositSnapshotEvent implements StructClass {
3853
+ __StructClass: true;
3854
+ static readonly $typeName = "0x2e462aa0224bec76acaea81c51ca5b9ae4b27ec50281a764797c84148c8a463f::typus_dov_single::RefreshDepositSnapshotEvent";
3855
+ static readonly $numTypeParams = 0;
3856
+ static readonly $isPhantom: readonly [];
3857
+ readonly $typeName = "0x2e462aa0224bec76acaea81c51ca5b9ae4b27ec50281a764797c84148c8a463f::typus_dov_single::RefreshDepositSnapshotEvent";
3858
+ readonly $fullTypeName: `${typeof PKG_V25}::typus_dov_single::RefreshDepositSnapshotEvent`;
3859
+ readonly $typeArgs: [];
3860
+ readonly $isPhantom: readonly [];
3861
+ readonly signer: ToField<"address">;
3862
+ readonly token: ToField<TypeName>;
3863
+ readonly log: ToField<Vector<"u64">>;
3864
+ private constructor();
3865
+ static reified(): RefreshDepositSnapshotEventReified;
3866
+ static get r(): reified.StructClassReified<RefreshDepositSnapshotEvent, RefreshDepositSnapshotEventFields>;
3867
+ static phantom(): PhantomReified<ToTypeStr<RefreshDepositSnapshotEvent>>;
3868
+ static get p(): reified.PhantomReified<"0x2e462aa0224bec76acaea81c51ca5b9ae4b27ec50281a764797c84148c8a463f::typus_dov_single::RefreshDepositSnapshotEvent">;
3869
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
3870
+ signer: string;
3871
+ token: {
3872
+ name: {
3873
+ bytes: number[];
3874
+ };
3875
+ };
3876
+ log: string[];
3877
+ }, {
3878
+ signer: string;
3879
+ token: {
3880
+ name: {
3881
+ bytes: Iterable<number> & {
3882
+ length: number;
3883
+ };
3884
+ };
3885
+ };
3886
+ log: Iterable<string | number | bigint> & {
3887
+ length: number;
3888
+ };
3889
+ }>;
3890
+ static fromFields(fields: Record<string, any>): RefreshDepositSnapshotEvent;
3891
+ static fromFieldsWithTypes(item: FieldsWithTypes): RefreshDepositSnapshotEvent;
3892
+ static fromBcs(data: Uint8Array): RefreshDepositSnapshotEvent;
3893
+ toJSONField(): {
3894
+ signer: string;
3895
+ token: {
3896
+ name: string;
3897
+ };
3898
+ log: string[];
3899
+ };
3900
+ toJSON(): {
3901
+ signer: string;
3902
+ token: {
3903
+ name: string;
3904
+ };
3905
+ log: string[];
3906
+ $typeName: string;
3907
+ $typeArgs: [];
3908
+ };
3909
+ static fromJSONField(field: any): RefreshDepositSnapshotEvent;
3910
+ static fromJSON(json: Record<string, any>): RefreshDepositSnapshotEvent;
3911
+ static fromSuiParsedData(content: SuiParsedData): RefreshDepositSnapshotEvent;
3912
+ static fromSuiObjectData(data: SuiObjectData): RefreshDepositSnapshotEvent;
3913
+ static fetch(client: SuiClient, id: string): Promise<RefreshDepositSnapshotEvent>;
3914
+ }
3739
3915
  export declare function isRefundEvent(type: string): boolean;
3740
3916
  export interface RefundEventFields {
3741
3917
  signer: ToField<"address">;
@@ -3745,11 +3921,14 @@ export interface RefundEventFields {
3745
3921
  }
3746
3922
  export type RefundEventReified = Reified<RefundEvent, RefundEventFields>;
3747
3923
  export declare class RefundEvent implements StructClass {
3924
+ __StructClass: true;
3748
3925
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RefundEvent";
3749
3926
  static readonly $numTypeParams = 0;
3927
+ static readonly $isPhantom: readonly [];
3750
3928
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RefundEvent";
3751
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RefundEvent";
3929
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::RefundEvent`;
3752
3930
  readonly $typeArgs: [];
3931
+ readonly $isPhantom: readonly [];
3753
3932
  readonly signer: ToField<"address">;
3754
3933
  readonly token: ToField<TypeName>;
3755
3934
  readonly amount: ToField<"u64">;
@@ -3759,7 +3938,7 @@ export declare class RefundEvent implements StructClass {
3759
3938
  static get r(): reified.StructClassReified<RefundEvent, RefundEventFields>;
3760
3939
  static phantom(): PhantomReified<ToTypeStr<RefundEvent>>;
3761
3940
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::RefundEvent">;
3762
- static get bcs(): import("@mysten/bcs").BcsType<{
3941
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
3763
3942
  signer: string;
3764
3943
  token: {
3765
3944
  name: {
@@ -3806,8 +3985,71 @@ export declare class RefundEvent implements StructClass {
3806
3985
  static fromJSONField(field: any): RefundEvent;
3807
3986
  static fromJSON(json: Record<string, any>): RefundEvent;
3808
3987
  static fromSuiParsedData(content: SuiParsedData): RefundEvent;
3988
+ static fromSuiObjectData(data: SuiObjectData): RefundEvent;
3809
3989
  static fetch(client: SuiClient, id: string): Promise<RefundEvent>;
3810
3990
  }
3991
+ export declare function isResumeEvent(type: string): boolean;
3992
+ export interface ResumeEventFields {
3993
+ signer: ToField<"address">;
3994
+ index: ToField<"u64">;
3995
+ round: ToField<"u64">;
3996
+ u64Padding: ToField<Vector<"u64">>;
3997
+ }
3998
+ export type ResumeEventReified = Reified<ResumeEvent, ResumeEventFields>;
3999
+ export declare class ResumeEvent implements StructClass {
4000
+ __StructClass: true;
4001
+ static readonly $typeName = "0xad7c30e1309d4fff68e79897366fde64e8c06ef7b20ef3dc1a407a9688da846e::typus_dov_single::ResumeEvent";
4002
+ static readonly $numTypeParams = 0;
4003
+ static readonly $isPhantom: readonly [];
4004
+ readonly $typeName = "0xad7c30e1309d4fff68e79897366fde64e8c06ef7b20ef3dc1a407a9688da846e::typus_dov_single::ResumeEvent";
4005
+ readonly $fullTypeName: `${typeof PKG_V30}::typus_dov_single::ResumeEvent`;
4006
+ readonly $typeArgs: [];
4007
+ readonly $isPhantom: readonly [];
4008
+ readonly signer: ToField<"address">;
4009
+ readonly index: ToField<"u64">;
4010
+ readonly round: ToField<"u64">;
4011
+ readonly u64Padding: ToField<Vector<"u64">>;
4012
+ private constructor();
4013
+ static reified(): ResumeEventReified;
4014
+ static get r(): reified.StructClassReified<ResumeEvent, ResumeEventFields>;
4015
+ static phantom(): PhantomReified<ToTypeStr<ResumeEvent>>;
4016
+ static get p(): reified.PhantomReified<"0xad7c30e1309d4fff68e79897366fde64e8c06ef7b20ef3dc1a407a9688da846e::typus_dov_single::ResumeEvent">;
4017
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
4018
+ signer: string;
4019
+ index: string;
4020
+ round: string;
4021
+ u64_padding: string[];
4022
+ }, {
4023
+ signer: string;
4024
+ index: string | number | bigint;
4025
+ round: string | number | bigint;
4026
+ u64_padding: Iterable<string | number | bigint> & {
4027
+ length: number;
4028
+ };
4029
+ }>;
4030
+ static fromFields(fields: Record<string, any>): ResumeEvent;
4031
+ static fromFieldsWithTypes(item: FieldsWithTypes): ResumeEvent;
4032
+ static fromBcs(data: Uint8Array): ResumeEvent;
4033
+ toJSONField(): {
4034
+ signer: string;
4035
+ index: string;
4036
+ round: string;
4037
+ u64Padding: string[];
4038
+ };
4039
+ toJSON(): {
4040
+ signer: string;
4041
+ index: string;
4042
+ round: string;
4043
+ u64Padding: string[];
4044
+ $typeName: string;
4045
+ $typeArgs: [];
4046
+ };
4047
+ static fromJSONField(field: any): ResumeEvent;
4048
+ static fromJSON(json: Record<string, any>): ResumeEvent;
4049
+ static fromSuiParsedData(content: SuiParsedData): ResumeEvent;
4050
+ static fromSuiObjectData(data: SuiObjectData): ResumeEvent;
4051
+ static fetch(client: SuiClient, id: string): Promise<ResumeEvent>;
4052
+ }
3811
4053
  export declare function isSettleEvent(type: string): boolean;
3812
4054
  export interface SettleEventFields {
3813
4055
  signer: ToField<"address">;
@@ -3824,11 +4066,14 @@ export interface SettleEventFields {
3824
4066
  }
3825
4067
  export type SettleEventReified = Reified<SettleEvent, SettleEventFields>;
3826
4068
  export declare class SettleEvent implements StructClass {
4069
+ __StructClass: true;
3827
4070
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettleEvent";
3828
4071
  static readonly $numTypeParams = 0;
4072
+ static readonly $isPhantom: readonly [];
3829
4073
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettleEvent";
3830
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettleEvent";
4074
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::SettleEvent`;
3831
4075
  readonly $typeArgs: [];
4076
+ readonly $isPhantom: readonly [];
3832
4077
  readonly signer: ToField<"address">;
3833
4078
  readonly index: ToField<"u64">;
3834
4079
  readonly round: ToField<"u64">;
@@ -3845,7 +4090,7 @@ export declare class SettleEvent implements StructClass {
3845
4090
  static get r(): reified.StructClassReified<SettleEvent, SettleEventFields>;
3846
4091
  static phantom(): PhantomReified<ToTypeStr<SettleEvent>>;
3847
4092
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettleEvent">;
3848
- static get bcs(): import("@mysten/bcs").BcsType<{
4093
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
3849
4094
  signer: string;
3850
4095
  index: string;
3851
4096
  round: string;
@@ -3920,6 +4165,7 @@ export declare class SettleEvent implements StructClass {
3920
4165
  static fromJSONField(field: any): SettleEvent;
3921
4166
  static fromJSON(json: Record<string, any>): SettleEvent;
3922
4167
  static fromSuiParsedData(content: SuiParsedData): SettleEvent;
4168
+ static fromSuiObjectData(data: SuiObjectData): SettleEvent;
3923
4169
  static fetch(client: SuiClient, id: string): Promise<SettleEvent>;
3924
4170
  }
3925
4171
  export declare function isSettlementInfo(type: string): boolean;
@@ -3936,11 +4182,14 @@ export interface SettlementInfoFields {
3936
4182
  }
3937
4183
  export type SettlementInfoReified = Reified<SettlementInfo, SettlementInfoFields>;
3938
4184
  export declare class SettlementInfo implements StructClass {
4185
+ __StructClass: true;
3939
4186
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettlementInfo";
3940
4187
  static readonly $numTypeParams = 0;
4188
+ static readonly $isPhantom: readonly [];
3941
4189
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettlementInfo";
3942
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettlementInfo";
4190
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::SettlementInfo`;
3943
4191
  readonly $typeArgs: [];
4192
+ readonly $isPhantom: readonly [];
3944
4193
  readonly round: ToField<"u64">;
3945
4194
  readonly oraclePrice: ToField<"u64">;
3946
4195
  readonly oraclePriceDecimal: ToField<"u64">;
@@ -3955,7 +4204,7 @@ export declare class SettlementInfo implements StructClass {
3955
4204
  static get r(): reified.StructClassReified<SettlementInfo, SettlementInfoFields>;
3956
4205
  static phantom(): PhantomReified<ToTypeStr<SettlementInfo>>;
3957
4206
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::SettlementInfo">;
3958
- static get bcs(): import("@mysten/bcs").BcsType<{
4207
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
3959
4208
  round: string;
3960
4209
  oracle_price: string;
3961
4210
  oracle_price_decimal: string;
@@ -4008,26 +4257,94 @@ export declare class SettlementInfo implements StructClass {
4008
4257
  static fromJSONField(field: any): SettlementInfo;
4009
4258
  static fromJSON(json: Record<string, any>): SettlementInfo;
4010
4259
  static fromSuiParsedData(content: SuiParsedData): SettlementInfo;
4260
+ static fromSuiObjectData(data: SuiObjectData): SettlementInfo;
4011
4261
  static fetch(client: SuiClient, id: string): Promise<SettlementInfo>;
4012
4262
  }
4263
+ export declare function isSkipEvent(type: string): boolean;
4264
+ export interface SkipEventFields {
4265
+ signer: ToField<"address">;
4266
+ index: ToField<"u64">;
4267
+ rounds: ToField<Vector<"u64">>;
4268
+ u64Padding: ToField<Vector<"u64">>;
4269
+ }
4270
+ export type SkipEventReified = Reified<SkipEvent, SkipEventFields>;
4271
+ export declare class SkipEvent implements StructClass {
4272
+ __StructClass: true;
4273
+ static readonly $typeName = "0xad7c30e1309d4fff68e79897366fde64e8c06ef7b20ef3dc1a407a9688da846e::typus_dov_single::SkipEvent";
4274
+ static readonly $numTypeParams = 0;
4275
+ static readonly $isPhantom: readonly [];
4276
+ readonly $typeName = "0xad7c30e1309d4fff68e79897366fde64e8c06ef7b20ef3dc1a407a9688da846e::typus_dov_single::SkipEvent";
4277
+ readonly $fullTypeName: `${typeof PKG_V30}::typus_dov_single::SkipEvent`;
4278
+ readonly $typeArgs: [];
4279
+ readonly $isPhantom: readonly [];
4280
+ readonly signer: ToField<"address">;
4281
+ readonly index: ToField<"u64">;
4282
+ readonly rounds: ToField<Vector<"u64">>;
4283
+ readonly u64Padding: ToField<Vector<"u64">>;
4284
+ private constructor();
4285
+ static reified(): SkipEventReified;
4286
+ static get r(): reified.StructClassReified<SkipEvent, SkipEventFields>;
4287
+ static phantom(): PhantomReified<ToTypeStr<SkipEvent>>;
4288
+ static get p(): reified.PhantomReified<"0xad7c30e1309d4fff68e79897366fde64e8c06ef7b20ef3dc1a407a9688da846e::typus_dov_single::SkipEvent">;
4289
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
4290
+ signer: string;
4291
+ index: string;
4292
+ rounds: string[];
4293
+ u64_padding: string[];
4294
+ }, {
4295
+ signer: string;
4296
+ index: string | number | bigint;
4297
+ rounds: Iterable<string | number | bigint> & {
4298
+ length: number;
4299
+ };
4300
+ u64_padding: Iterable<string | number | bigint> & {
4301
+ length: number;
4302
+ };
4303
+ }>;
4304
+ static fromFields(fields: Record<string, any>): SkipEvent;
4305
+ static fromFieldsWithTypes(item: FieldsWithTypes): SkipEvent;
4306
+ static fromBcs(data: Uint8Array): SkipEvent;
4307
+ toJSONField(): {
4308
+ signer: string;
4309
+ index: string;
4310
+ rounds: string[];
4311
+ u64Padding: string[];
4312
+ };
4313
+ toJSON(): {
4314
+ signer: string;
4315
+ index: string;
4316
+ rounds: string[];
4317
+ u64Padding: string[];
4318
+ $typeName: string;
4319
+ $typeArgs: [];
4320
+ };
4321
+ static fromJSONField(field: any): SkipEvent;
4322
+ static fromJSON(json: Record<string, any>): SkipEvent;
4323
+ static fromSuiParsedData(content: SuiParsedData): SkipEvent;
4324
+ static fromSuiObjectData(data: SuiObjectData): SkipEvent;
4325
+ static fetch(client: SuiClient, id: string): Promise<SkipEvent>;
4326
+ }
4013
4327
  export declare function isTYPUS_DOV_SINGLE(type: string): boolean;
4014
4328
  export interface TYPUS_DOV_SINGLEFields {
4015
4329
  dummyField: ToField<"bool">;
4016
4330
  }
4017
4331
  export type TYPUS_DOV_SINGLEReified = Reified<TYPUS_DOV_SINGLE, TYPUS_DOV_SINGLEFields>;
4018
4332
  export declare class TYPUS_DOV_SINGLE implements StructClass {
4333
+ __StructClass: true;
4019
4334
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TYPUS_DOV_SINGLE";
4020
4335
  static readonly $numTypeParams = 0;
4336
+ static readonly $isPhantom: readonly [];
4021
4337
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TYPUS_DOV_SINGLE";
4022
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TYPUS_DOV_SINGLE";
4338
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::TYPUS_DOV_SINGLE`;
4023
4339
  readonly $typeArgs: [];
4340
+ readonly $isPhantom: readonly [];
4024
4341
  readonly dummyField: ToField<"bool">;
4025
4342
  private constructor();
4026
4343
  static reified(): TYPUS_DOV_SINGLEReified;
4027
4344
  static get r(): reified.StructClassReified<TYPUS_DOV_SINGLE, TYPUS_DOV_SINGLEFields>;
4028
4345
  static phantom(): PhantomReified<ToTypeStr<TYPUS_DOV_SINGLE>>;
4029
4346
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TYPUS_DOV_SINGLE">;
4030
- static get bcs(): import("@mysten/bcs").BcsType<{
4347
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
4031
4348
  dummy_field: boolean;
4032
4349
  }, {
4033
4350
  dummy_field: boolean;
@@ -4046,6 +4363,7 @@ export declare class TYPUS_DOV_SINGLE implements StructClass {
4046
4363
  static fromJSONField(field: any): TYPUS_DOV_SINGLE;
4047
4364
  static fromJSON(json: Record<string, any>): TYPUS_DOV_SINGLE;
4048
4365
  static fromSuiParsedData(content: SuiParsedData): TYPUS_DOV_SINGLE;
4366
+ static fromSuiObjectData(data: SuiObjectData): TYPUS_DOV_SINGLE;
4049
4367
  static fetch(client: SuiClient, id: string): Promise<TYPUS_DOV_SINGLE>;
4050
4368
  }
4051
4369
  export declare function isTerminateAuctionEvent(type: string): boolean;
@@ -4057,11 +4375,14 @@ export interface TerminateAuctionEventFields {
4057
4375
  }
4058
4376
  export type TerminateAuctionEventReified = Reified<TerminateAuctionEvent, TerminateAuctionEventFields>;
4059
4377
  export declare class TerminateAuctionEvent implements StructClass {
4378
+ __StructClass: true;
4060
4379
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateAuctionEvent";
4061
4380
  static readonly $numTypeParams = 0;
4381
+ static readonly $isPhantom: readonly [];
4062
4382
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateAuctionEvent";
4063
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateAuctionEvent";
4383
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::TerminateAuctionEvent`;
4064
4384
  readonly $typeArgs: [];
4385
+ readonly $isPhantom: readonly [];
4065
4386
  readonly signer: ToField<"address">;
4066
4387
  readonly index: ToField<"u64">;
4067
4388
  readonly round: ToField<"u64">;
@@ -4071,7 +4392,7 @@ export declare class TerminateAuctionEvent implements StructClass {
4071
4392
  static get r(): reified.StructClassReified<TerminateAuctionEvent, TerminateAuctionEventFields>;
4072
4393
  static phantom(): PhantomReified<ToTypeStr<TerminateAuctionEvent>>;
4073
4394
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateAuctionEvent">;
4074
- static get bcs(): import("@mysten/bcs").BcsType<{
4395
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
4075
4396
  signer: string;
4076
4397
  index: string;
4077
4398
  round: string;
@@ -4104,6 +4425,7 @@ export declare class TerminateAuctionEvent implements StructClass {
4104
4425
  static fromJSONField(field: any): TerminateAuctionEvent;
4105
4426
  static fromJSON(json: Record<string, any>): TerminateAuctionEvent;
4106
4427
  static fromSuiParsedData(content: SuiParsedData): TerminateAuctionEvent;
4428
+ static fromSuiObjectData(data: SuiObjectData): TerminateAuctionEvent;
4107
4429
  static fetch(client: SuiClient, id: string): Promise<TerminateAuctionEvent>;
4108
4430
  }
4109
4431
  export declare function isTerminateVaultEvent(type: string): boolean;
@@ -4115,11 +4437,14 @@ export interface TerminateVaultEventFields {
4115
4437
  }
4116
4438
  export type TerminateVaultEventReified = Reified<TerminateVaultEvent, TerminateVaultEventFields>;
4117
4439
  export declare class TerminateVaultEvent implements StructClass {
4440
+ __StructClass: true;
4118
4441
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateVaultEvent";
4119
4442
  static readonly $numTypeParams = 0;
4443
+ static readonly $isPhantom: readonly [];
4120
4444
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateVaultEvent";
4121
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateVaultEvent";
4445
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::TerminateVaultEvent`;
4122
4446
  readonly $typeArgs: [];
4447
+ readonly $isPhantom: readonly [];
4123
4448
  readonly signer: ToField<"address">;
4124
4449
  readonly index: ToField<"u64">;
4125
4450
  readonly round: ToField<"u64">;
@@ -4129,7 +4454,7 @@ export declare class TerminateVaultEvent implements StructClass {
4129
4454
  static get r(): reified.StructClassReified<TerminateVaultEvent, TerminateVaultEventFields>;
4130
4455
  static phantom(): PhantomReified<ToTypeStr<TerminateVaultEvent>>;
4131
4456
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TerminateVaultEvent">;
4132
- static get bcs(): import("@mysten/bcs").BcsType<{
4457
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
4133
4458
  signer: string;
4134
4459
  index: string;
4135
4460
  round: string;
@@ -4162,6 +4487,7 @@ export declare class TerminateVaultEvent implements StructClass {
4162
4487
  static fromJSONField(field: any): TerminateVaultEvent;
4163
4488
  static fromJSON(json: Record<string, any>): TerminateVaultEvent;
4164
4489
  static fromSuiParsedData(content: SuiParsedData): TerminateVaultEvent;
4490
+ static fromSuiObjectData(data: SuiObjectData): TerminateVaultEvent;
4165
4491
  static fetch(client: SuiClient, id: string): Promise<TerminateVaultEvent>;
4166
4492
  }
4167
4493
  export declare function isTransferBidReceiptEvent(type: string): boolean;
@@ -4176,11 +4502,14 @@ export interface TransferBidReceiptEventFields {
4176
4502
  }
4177
4503
  export type TransferBidReceiptEventReified = Reified<TransferBidReceiptEvent, TransferBidReceiptEventFields>;
4178
4504
  export declare class TransferBidReceiptEvent implements StructClass {
4505
+ __StructClass: true;
4179
4506
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TransferBidReceiptEvent";
4180
4507
  static readonly $numTypeParams = 0;
4508
+ static readonly $isPhantom: readonly [];
4181
4509
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TransferBidReceiptEvent";
4182
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TransferBidReceiptEvent";
4510
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::TransferBidReceiptEvent`;
4183
4511
  readonly $typeArgs: [];
4512
+ readonly $isPhantom: readonly [];
4184
4513
  readonly signer: ToField<"address">;
4185
4514
  readonly index: ToField<"u64">;
4186
4515
  readonly amount: ToField<"u64">;
@@ -4193,7 +4522,7 @@ export declare class TransferBidReceiptEvent implements StructClass {
4193
4522
  static get r(): reified.StructClassReified<TransferBidReceiptEvent, TransferBidReceiptEventFields>;
4194
4523
  static phantom(): PhantomReified<ToTypeStr<TransferBidReceiptEvent>>;
4195
4524
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::TransferBidReceiptEvent">;
4196
- static get bcs(): import("@mysten/bcs").BcsType<{
4525
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
4197
4526
  signer: string;
4198
4527
  index: string;
4199
4528
  amount: string;
@@ -4250,6 +4579,7 @@ export declare class TransferBidReceiptEvent implements StructClass {
4250
4579
  static fromJSONField(field: any): TransferBidReceiptEvent;
4251
4580
  static fromJSON(json: Record<string, any>): TransferBidReceiptEvent;
4252
4581
  static fromSuiParsedData(content: SuiParsedData): TransferBidReceiptEvent;
4582
+ static fromSuiObjectData(data: SuiObjectData): TransferBidReceiptEvent;
4253
4583
  static fetch(client: SuiClient, id: string): Promise<TransferBidReceiptEvent>;
4254
4584
  }
4255
4585
  export declare function isUnsubscribeEvent(type: string): boolean;
@@ -4264,11 +4594,14 @@ export interface UnsubscribeEventFields {
4264
4594
  }
4265
4595
  export type UnsubscribeEventReified = Reified<UnsubscribeEvent, UnsubscribeEventFields>;
4266
4596
  export declare class UnsubscribeEvent implements StructClass {
4597
+ __StructClass: true;
4267
4598
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::UnsubscribeEvent";
4268
4599
  static readonly $numTypeParams = 0;
4600
+ static readonly $isPhantom: readonly [];
4269
4601
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::UnsubscribeEvent";
4270
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::UnsubscribeEvent";
4602
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::UnsubscribeEvent`;
4271
4603
  readonly $typeArgs: [];
4604
+ readonly $isPhantom: readonly [];
4272
4605
  readonly signer: ToField<"address">;
4273
4606
  readonly index: ToField<"u64">;
4274
4607
  readonly token: ToField<TypeName>;
@@ -4281,7 +4614,7 @@ export declare class UnsubscribeEvent implements StructClass {
4281
4614
  static get r(): reified.StructClassReified<UnsubscribeEvent, UnsubscribeEventFields>;
4282
4615
  static phantom(): PhantomReified<ToTypeStr<UnsubscribeEvent>>;
4283
4616
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::UnsubscribeEvent">;
4284
- static get bcs(): import("@mysten/bcs").BcsType<{
4617
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
4285
4618
  signer: string;
4286
4619
  index: string;
4287
4620
  token: {
@@ -4352,6 +4685,7 @@ export declare class UnsubscribeEvent implements StructClass {
4352
4685
  static fromJSONField(field: any): UnsubscribeEvent;
4353
4686
  static fromJSON(json: Record<string, any>): UnsubscribeEvent;
4354
4687
  static fromSuiParsedData(content: SuiParsedData): UnsubscribeEvent;
4688
+ static fromSuiObjectData(data: SuiObjectData): UnsubscribeEvent;
4355
4689
  static fetch(client: SuiClient, id: string): Promise<UnsubscribeEvent>;
4356
4690
  }
4357
4691
  export declare function isVaultConfig(type: string): boolean;
@@ -4365,11 +4699,14 @@ export interface VaultConfigFields {
4365
4699
  }
4366
4700
  export type VaultConfigReified = Reified<VaultConfig, VaultConfigFields>;
4367
4701
  export declare class VaultConfig implements StructClass {
4702
+ __StructClass: true;
4368
4703
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::VaultConfig";
4369
4704
  static readonly $numTypeParams = 0;
4705
+ static readonly $isPhantom: readonly [];
4370
4706
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::VaultConfig";
4371
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::VaultConfig";
4707
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::VaultConfig`;
4372
4708
  readonly $typeArgs: [];
4709
+ readonly $isPhantom: readonly [];
4373
4710
  readonly payoffConfigs: ToField<Vector<PayoffConfig>>;
4374
4711
  readonly strikeIncrement: ToField<"u64">;
4375
4712
  readonly decaySpeed: ToField<"u64">;
@@ -4381,7 +4718,7 @@ export declare class VaultConfig implements StructClass {
4381
4718
  static get r(): reified.StructClassReified<VaultConfig, VaultConfigFields>;
4382
4719
  static phantom(): PhantomReified<ToTypeStr<VaultConfig>>;
4383
4720
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::VaultConfig">;
4384
- static get bcs(): import("@mysten/bcs").BcsType<{
4721
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
4385
4722
  payoff_configs: {
4386
4723
  strike_bp: string;
4387
4724
  weight: string;
@@ -4456,6 +4793,7 @@ export declare class VaultConfig implements StructClass {
4456
4793
  static fromJSONField(field: any): VaultConfig;
4457
4794
  static fromJSON(json: Record<string, any>): VaultConfig;
4458
4795
  static fromSuiParsedData(content: SuiParsedData): VaultConfig;
4796
+ static fromSuiObjectData(data: SuiObjectData): VaultConfig;
4459
4797
  static fetch(client: SuiClient, id: string): Promise<VaultConfig>;
4460
4798
  }
4461
4799
  export declare function isWithdrawEvent(type: string): boolean;
@@ -4470,11 +4808,14 @@ export interface WithdrawEventFields {
4470
4808
  }
4471
4809
  export type WithdrawEventReified = Reified<WithdrawEvent, WithdrawEventFields>;
4472
4810
  export declare class WithdrawEvent implements StructClass {
4811
+ __StructClass: true;
4473
4812
  static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::WithdrawEvent";
4474
4813
  static readonly $numTypeParams = 0;
4814
+ static readonly $isPhantom: readonly [];
4475
4815
  readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::WithdrawEvent";
4476
- readonly $fullTypeName: "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::WithdrawEvent";
4816
+ readonly $fullTypeName: `${typeof PKG_V1}::typus_dov_single::WithdrawEvent`;
4477
4817
  readonly $typeArgs: [];
4818
+ readonly $isPhantom: readonly [];
4478
4819
  readonly signer: ToField<"address">;
4479
4820
  readonly index: ToField<"u64">;
4480
4821
  readonly token: ToField<TypeName>;
@@ -4487,7 +4828,7 @@ export declare class WithdrawEvent implements StructClass {
4487
4828
  static get r(): reified.StructClassReified<WithdrawEvent, WithdrawEventFields>;
4488
4829
  static phantom(): PhantomReified<ToTypeStr<WithdrawEvent>>;
4489
4830
  static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::typus_dov_single::WithdrawEvent">;
4490
- static get bcs(): import("@mysten/bcs").BcsType<{
4831
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
4491
4832
  signer: string;
4492
4833
  index: string;
4493
4834
  token: {
@@ -4558,5 +4899,124 @@ export declare class WithdrawEvent implements StructClass {
4558
4899
  static fromJSONField(field: any): WithdrawEvent;
4559
4900
  static fromJSON(json: Record<string, any>): WithdrawEvent;
4560
4901
  static fromSuiParsedData(content: SuiParsedData): WithdrawEvent;
4902
+ static fromSuiObjectData(data: SuiObjectData): WithdrawEvent;
4561
4903
  static fetch(client: SuiClient, id: string): Promise<WithdrawEvent>;
4562
4904
  }
4905
+ export declare function isWitnessOtcEvent(type: string): boolean;
4906
+ export interface WitnessOtcEventFields {
4907
+ witness: ToField<TypeName>;
4908
+ signer: ToField<"address">;
4909
+ index: ToField<"u64">;
4910
+ round: ToField<"u64">;
4911
+ deliveryPrice: ToField<"u64">;
4912
+ deliverySize: ToField<"u64">;
4913
+ oTokenDecimal: ToField<"u64">;
4914
+ bidderBidValue: ToField<"u64">;
4915
+ bidderFee: ToField<"u64">;
4916
+ bTokenDecimal: ToField<"u64">;
4917
+ u64Padding: ToField<Vector<"u64">>;
4918
+ }
4919
+ export type WitnessOtcEventReified = Reified<WitnessOtcEvent, WitnessOtcEventFields>;
4920
+ export declare class WitnessOtcEvent implements StructClass {
4921
+ __StructClass: true;
4922
+ static readonly $typeName = "0xe9b09b246ef2b1a4d8df72499f6c684733d95462a826573dce559bfba215a613::typus_dov_single::WitnessOtcEvent";
4923
+ static readonly $numTypeParams = 0;
4924
+ static readonly $isPhantom: readonly [];
4925
+ readonly $typeName = "0xe9b09b246ef2b1a4d8df72499f6c684733d95462a826573dce559bfba215a613::typus_dov_single::WitnessOtcEvent";
4926
+ readonly $fullTypeName: `${typeof PKG_V31}::typus_dov_single::WitnessOtcEvent`;
4927
+ readonly $typeArgs: [];
4928
+ readonly $isPhantom: readonly [];
4929
+ readonly witness: ToField<TypeName>;
4930
+ readonly signer: ToField<"address">;
4931
+ readonly index: ToField<"u64">;
4932
+ readonly round: ToField<"u64">;
4933
+ readonly deliveryPrice: ToField<"u64">;
4934
+ readonly deliverySize: ToField<"u64">;
4935
+ readonly oTokenDecimal: ToField<"u64">;
4936
+ readonly bidderBidValue: ToField<"u64">;
4937
+ readonly bidderFee: ToField<"u64">;
4938
+ readonly bTokenDecimal: ToField<"u64">;
4939
+ readonly u64Padding: ToField<Vector<"u64">>;
4940
+ private constructor();
4941
+ static reified(): WitnessOtcEventReified;
4942
+ static get r(): reified.StructClassReified<WitnessOtcEvent, WitnessOtcEventFields>;
4943
+ static phantom(): PhantomReified<ToTypeStr<WitnessOtcEvent>>;
4944
+ static get p(): reified.PhantomReified<"0xe9b09b246ef2b1a4d8df72499f6c684733d95462a826573dce559bfba215a613::typus_dov_single::WitnessOtcEvent">;
4945
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
4946
+ witness: {
4947
+ name: {
4948
+ bytes: number[];
4949
+ };
4950
+ };
4951
+ signer: string;
4952
+ index: string;
4953
+ round: string;
4954
+ delivery_price: string;
4955
+ delivery_size: string;
4956
+ o_token_decimal: string;
4957
+ bidder_bid_value: string;
4958
+ bidder_fee: string;
4959
+ b_token_decimal: string;
4960
+ u64_padding: string[];
4961
+ }, {
4962
+ witness: {
4963
+ name: {
4964
+ bytes: Iterable<number> & {
4965
+ length: number;
4966
+ };
4967
+ };
4968
+ };
4969
+ signer: string;
4970
+ index: string | number | bigint;
4971
+ round: string | number | bigint;
4972
+ delivery_price: string | number | bigint;
4973
+ delivery_size: string | number | bigint;
4974
+ o_token_decimal: string | number | bigint;
4975
+ bidder_bid_value: string | number | bigint;
4976
+ bidder_fee: string | number | bigint;
4977
+ b_token_decimal: string | number | bigint;
4978
+ u64_padding: Iterable<string | number | bigint> & {
4979
+ length: number;
4980
+ };
4981
+ }>;
4982
+ static fromFields(fields: Record<string, any>): WitnessOtcEvent;
4983
+ static fromFieldsWithTypes(item: FieldsWithTypes): WitnessOtcEvent;
4984
+ static fromBcs(data: Uint8Array): WitnessOtcEvent;
4985
+ toJSONField(): {
4986
+ witness: {
4987
+ name: string;
4988
+ };
4989
+ signer: string;
4990
+ index: string;
4991
+ round: string;
4992
+ deliveryPrice: string;
4993
+ deliverySize: string;
4994
+ oTokenDecimal: string;
4995
+ bidderBidValue: string;
4996
+ bidderFee: string;
4997
+ bTokenDecimal: string;
4998
+ u64Padding: string[];
4999
+ };
5000
+ toJSON(): {
5001
+ witness: {
5002
+ name: string;
5003
+ };
5004
+ signer: string;
5005
+ index: string;
5006
+ round: string;
5007
+ deliveryPrice: string;
5008
+ deliverySize: string;
5009
+ oTokenDecimal: string;
5010
+ bidderBidValue: string;
5011
+ bidderFee: string;
5012
+ bTokenDecimal: string;
5013
+ u64Padding: string[];
5014
+ $typeName: string;
5015
+ $typeArgs: [];
5016
+ };
5017
+ static fromJSONField(field: any): WitnessOtcEvent;
5018
+ static fromJSON(json: Record<string, any>): WitnessOtcEvent;
5019
+ static fromSuiParsedData(content: SuiParsedData): WitnessOtcEvent;
5020
+ static fromSuiObjectData(data: SuiObjectData): WitnessOtcEvent;
5021
+ static fetch(client: SuiClient, id: string): Promise<WitnessOtcEvent>;
5022
+ }