@typus/typus-sdk 1.5.3 → 1.5.5-a

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 (446) hide show
  1. package/dist/src/auto-bid/view-function.js +2 -2
  2. package/dist/src/constants/token.d.ts +5 -53
  3. package/dist/src/constants/token.js +174 -104
  4. package/dist/src/dice/api.js +2 -2
  5. package/dist/src/dice/fetch.js +2 -2
  6. package/dist/src/dice/user-entry.js +2 -2
  7. package/dist/src/typus/airdrop/authority-entry.js +2 -2
  8. package/dist/src/typus/airdrop/view-function.js +2 -2
  9. package/dist/src/typus/leaderboard/authority-entry.js +2 -2
  10. package/dist/src/typus/leaderboard/view-function.js +2 -2
  11. package/dist/src/typus/tails-staking/view-function.js +2 -2
  12. package/dist/src/typus/user/view-function.js +2 -2
  13. package/dist/src/typus-dov-single-v2/authority-entry.js +2 -2
  14. package/dist/src/typus-dov-single-v2/function/bidding.js +2 -2
  15. package/dist/src/typus-dov-single-v2/history/user-history.d.ts +3 -1
  16. package/dist/src/typus-dov-single-v2/history/user-history.js +35 -2
  17. package/dist/src/typus-dov-single-v2/history/vault-history.js +2 -2
  18. package/dist/src/typus-dov-single-v2/view-function.js +2 -2
  19. package/dist/src/typus-launch/airdrop/authority-entry.js +4 -4
  20. package/dist/src/typus-launch/airdrop/view-function.js +2 -2
  21. package/dist/src/typus-launch/auction/view-function.js +2 -2
  22. package/dist/src/typus-launch/funding-vault/view-function.js +2 -2
  23. package/dist/src/typus-launch/improvement-proposal/authority-entry.js +2 -2
  24. package/dist/src/typus-launch/improvement-proposal/view-function.js +2 -2
  25. package/dist/src/typus-launch/ve-typus/view-function.d.ts +7 -0
  26. package/dist/src/typus-launch/ve-typus/view-function.js +34 -2
  27. package/dist/src/typus-nft/fetch.js +2 -2
  28. package/dist/src/typus-nft/user-entry.js +2 -2
  29. package/dist/src/typus-safu/user-history.js +2 -2
  30. package/dist/src/typus-safu/view-function.js +2 -2
  31. package/dist/src/utils/api/defillama/tvl.js +2 -2
  32. package/dist/src/utils/api/price.js +2 -2
  33. package/dist/src/utils/api/sentio/events.js +2 -2
  34. package/dist/src/utils/api/sentio/leader-board.js +2 -2
  35. package/dist/src/utils/api/sentio/reward-generated.js +2 -2
  36. package/dist/src/utils/api/sentio/vault-history.js +2 -2
  37. package/dist/src/utils/mint.js +2 -2
  38. package/dist/src/utils/pyth/pythClient.js +2 -2
  39. package/dist/src/utils/typusConfig.js +26 -13
  40. package/package.json +6 -54
  41. package/dist/src/typus-perp/_dependencies/source/0x1/ascii/structs.d.ts +0 -92
  42. package/dist/src/typus-perp/_dependencies/source/0x1/ascii/structs.js +0 -396
  43. package/dist/src/typus-perp/_dependencies/source/0x1/bit-vector/structs.d.ts +0 -56
  44. package/dist/src/typus-perp/_dependencies/source/0x1/bit-vector/structs.js +0 -258
  45. package/dist/src/typus-perp/_dependencies/source/0x1/fixed-point32/structs.d.ts +0 -46
  46. package/dist/src/typus-perp/_dependencies/source/0x1/fixed-point32/structs.js +0 -228
  47. package/dist/src/typus-perp/_dependencies/source/0x1/index.d.ts +0 -3
  48. package/dist/src/typus-perp/_dependencies/source/0x1/index.js +0 -6
  49. package/dist/src/typus-perp/_dependencies/source/0x1/init.d.ts +0 -2
  50. package/dist/src/typus-perp/_dependencies/source/0x1/init.js +0 -45
  51. package/dist/src/typus-perp/_dependencies/source/0x1/option/structs.d.ts +0 -52
  52. package/dist/src/typus-perp/_dependencies/source/0x1/option/structs.js +0 -267
  53. package/dist/src/typus-perp/_dependencies/source/0x1/string/structs.d.ts +0 -50
  54. package/dist/src/typus-perp/_dependencies/source/0x1/string/structs.js +0 -252
  55. package/dist/src/typus-perp/_dependencies/source/0x1/type-name/structs.d.ts +0 -53
  56. package/dist/src/typus-perp/_dependencies/source/0x1/type-name/structs.js +0 -229
  57. package/dist/src/typus-perp/_dependencies/source/0x1/uq32-32/structs.d.ts +0 -46
  58. package/dist/src/typus-perp/_dependencies/source/0x1/uq32-32/structs.js +0 -228
  59. package/dist/src/typus-perp/_dependencies/source/0x1/uq64-64/structs.d.ts +0 -46
  60. package/dist/src/typus-perp/_dependencies/source/0x1/uq64-64/structs.js +0 -228
  61. package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.d.ts +0 -5
  62. package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/index.js +0 -8
  63. package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.d.ts +0 -2
  64. package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/init.js +0 -40
  65. package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.d.ts +0 -350
  66. package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/oracle/structs.js +0 -793
  67. package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.d.ts +0 -111
  68. package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/pyth-parser/structs.js +0 -395
  69. package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.d.ts +0 -70
  70. package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/supra/structs.js +0 -252
  71. package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.d.ts +0 -70
  72. package/dist/src/typus-perp/_dependencies/source/0x1d17058789bd1e1e79f1a92424519a88146f191f58a06cc4d9ab23d17d46ab73/switchboard-feed-parser/structs.js +0 -255
  73. package/dist/src/typus-perp/_dependencies/source/0x2/authenticator-state/structs.d.ts +0 -464
  74. package/dist/src/typus-perp/_dependencies/source/0x2/authenticator-state/structs.js +0 -894
  75. package/dist/src/typus-perp/_dependencies/source/0x2/bag/structs.d.ts +0 -61
  76. package/dist/src/typus-perp/_dependencies/source/0x2/bag/structs.js +0 -235
  77. package/dist/src/typus-perp/_dependencies/source/0x2/balance/structs.d.ts +0 -88
  78. package/dist/src/typus-perp/_dependencies/source/0x2/balance/structs.js +0 -398
  79. package/dist/src/typus-perp/_dependencies/source/0x2/bcs/structs.d.ts +0 -50
  80. package/dist/src/typus-perp/_dependencies/source/0x2/bcs/structs.js +0 -252
  81. package/dist/src/typus-perp/_dependencies/source/0x2/bls12381/structs.d.ts +0 -214
  82. package/dist/src/typus-perp/_dependencies/source/0x2/bls12381/structs.js +0 -820
  83. package/dist/src/typus-perp/_dependencies/source/0x2/borrow/structs.d.ts +0 -113
  84. package/dist/src/typus-perp/_dependencies/source/0x2/borrow/structs.js +0 -410
  85. package/dist/src/typus-perp/_dependencies/source/0x2/clock/structs.d.ts +0 -61
  86. package/dist/src/typus-perp/_dependencies/source/0x2/clock/structs.js +0 -235
  87. package/dist/src/typus-perp/_dependencies/source/0x2/coin/structs.d.ts +0 -460
  88. package/dist/src/typus-perp/_dependencies/source/0x2/coin/structs.js +0 -1259
  89. package/dist/src/typus-perp/_dependencies/source/0x2/config/structs.d.ts +0 -179
  90. package/dist/src/typus-perp/_dependencies/source/0x2/config/structs.js +0 -577
  91. package/dist/src/typus-perp/_dependencies/source/0x2/deny-list/structs.d.ts +0 -430
  92. package/dist/src/typus-perp/_dependencies/source/0x2/deny-list/structs.js +0 -1177
  93. package/dist/src/typus-perp/_dependencies/source/0x2/display/structs.d.ts +0 -241
  94. package/dist/src/typus-perp/_dependencies/source/0x2/display/structs.js +0 -584
  95. package/dist/src/typus-perp/_dependencies/source/0x2/dynamic-field/structs.d.ts +0 -68
  96. package/dist/src/typus-perp/_dependencies/source/0x2/dynamic-field/structs.js +0 -256
  97. package/dist/src/typus-perp/_dependencies/source/0x2/dynamic-object-field/structs.d.ts +0 -47
  98. package/dist/src/typus-perp/_dependencies/source/0x2/dynamic-object-field/structs.js +0 -242
  99. package/dist/src/typus-perp/_dependencies/source/0x2/groth16/structs.d.ts +0 -204
  100. package/dist/src/typus-perp/_dependencies/source/0x2/groth16/structs.js +0 -710
  101. package/dist/src/typus-perp/_dependencies/source/0x2/group-ops/structs.d.ts +0 -50
  102. package/dist/src/typus-perp/_dependencies/source/0x2/group-ops/structs.js +0 -263
  103. package/dist/src/typus-perp/_dependencies/source/0x2/index.d.ts +0 -3
  104. package/dist/src/typus-perp/_dependencies/source/0x2/index.js +0 -6
  105. package/dist/src/typus-perp/_dependencies/source/0x2/init.d.ts +0 -2
  106. package/dist/src/typus-perp/_dependencies/source/0x2/init.js +0 -161
  107. package/dist/src/typus-perp/_dependencies/source/0x2/kiosk/structs.d.ts +0 -606
  108. package/dist/src/typus-perp/_dependencies/source/0x2/kiosk/structs.js +0 -1724
  109. package/dist/src/typus-perp/_dependencies/source/0x2/kiosk-extension/structs.d.ts +0 -121
  110. package/dist/src/typus-perp/_dependencies/source/0x2/kiosk-extension/structs.js +0 -400
  111. package/dist/src/typus-perp/_dependencies/source/0x2/linked-table/structs.d.ts +0 -153
  112. package/dist/src/typus-perp/_dependencies/source/0x2/linked-table/structs.js +0 -438
  113. package/dist/src/typus-perp/_dependencies/source/0x2/object/structs.d.ts +0 -92
  114. package/dist/src/typus-perp/_dependencies/source/0x2/object/structs.js +0 -377
  115. package/dist/src/typus-perp/_dependencies/source/0x2/object-bag/structs.d.ts +0 -61
  116. package/dist/src/typus-perp/_dependencies/source/0x2/object-bag/structs.js +0 -235
  117. package/dist/src/typus-perp/_dependencies/source/0x2/object-table/structs.d.ts +0 -61
  118. package/dist/src/typus-perp/_dependencies/source/0x2/object-table/structs.js +0 -248
  119. package/dist/src/typus-perp/_dependencies/source/0x2/package/structs.d.ts +0 -280
  120. package/dist/src/typus-perp/_dependencies/source/0x2/package/structs.js +0 -752
  121. package/dist/src/typus-perp/_dependencies/source/0x2/priority-queue/structs.d.ts +0 -111
  122. package/dist/src/typus-perp/_dependencies/source/0x2/priority-queue/structs.js +0 -434
  123. package/dist/src/typus-perp/_dependencies/source/0x2/random/structs.d.ts +0 -204
  124. package/dist/src/typus-perp/_dependencies/source/0x2/random/structs.js +0 -586
  125. package/dist/src/typus-perp/_dependencies/source/0x2/sui/structs.d.ts +0 -46
  126. package/dist/src/typus-perp/_dependencies/source/0x2/sui/structs.js +0 -228
  127. package/dist/src/typus-perp/_dependencies/source/0x2/table/structs.d.ts +0 -61
  128. package/dist/src/typus-perp/_dependencies/source/0x2/table/structs.js +0 -248
  129. package/dist/src/typus-perp/_dependencies/source/0x2/table-vec/structs.d.ts +0 -68
  130. package/dist/src/typus-perp/_dependencies/source/0x2/table-vec/structs.js +0 -264
  131. package/dist/src/typus-perp/_dependencies/source/0x2/token/structs.d.ts +0 -449
  132. package/dist/src/typus-perp/_dependencies/source/0x2/token/structs.js +0 -1107
  133. package/dist/src/typus-perp/_dependencies/source/0x2/transfer/structs.d.ts +0 -57
  134. package/dist/src/typus-perp/_dependencies/source/0x2/transfer/structs.js +0 -246
  135. package/dist/src/typus-perp/_dependencies/source/0x2/transfer-policy/structs.d.ts +0 -370
  136. package/dist/src/typus-perp/_dependencies/source/0x2/transfer-policy/structs.js +0 -1099
  137. package/dist/src/typus-perp/_dependencies/source/0x2/tx-context/structs.d.ts +0 -74
  138. package/dist/src/typus-perp/_dependencies/source/0x2/tx-context/structs.js +0 -279
  139. package/dist/src/typus-perp/_dependencies/source/0x2/url/structs.d.ts +0 -53
  140. package/dist/src/typus-perp/_dependencies/source/0x2/url/structs.js +0 -229
  141. package/dist/src/typus-perp/_dependencies/source/0x2/vec-map/structs.d.ts +0 -111
  142. package/dist/src/typus-perp/_dependencies/source/0x2/vec-map/structs.js +0 -436
  143. package/dist/src/typus-perp/_dependencies/source/0x2/vec-set/structs.d.ts +0 -51
  144. package/dist/src/typus-perp/_dependencies/source/0x2/vec-set/structs.js +0 -266
  145. package/dist/src/typus-perp/_dependencies/source/0x2/versioned/structs.d.ts +0 -113
  146. package/dist/src/typus-perp/_dependencies/source/0x2/versioned/structs.js +0 -389
  147. package/dist/src/typus-perp/_dependencies/source/0x2/zklogin-verified-id/structs.d.ts +0 -110
  148. package/dist/src/typus-perp/_dependencies/source/0x2/zklogin-verified-id/structs.js +0 -263
  149. package/dist/src/typus-perp/_dependencies/source/0x2/zklogin-verified-issuer/structs.d.ts +0 -74
  150. package/dist/src/typus-perp/_dependencies/source/0x2/zklogin-verified-issuer/structs.js +0 -245
  151. package/dist/src/typus-perp/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.d.ts +0 -3
  152. package/dist/src/typus-perp/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/index.js +0 -6
  153. package/dist/src/typus-perp/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.d.ts +0 -2
  154. package/dist/src/typus-perp/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/init.js +0 -30
  155. package/dist/src/typus-perp/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.d.ts +0 -55
  156. package/dist/src/typus-perp/_dependencies/source/0x277f90d256d1015a78cad646db091bec451c5bbab834b9fb70bace7885b5c698/validator/structs.js +0 -229
  157. package/dist/src/typus-perp/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.d.ts +0 -4
  158. package/dist/src/typus-perp/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/index.js +0 -7
  159. package/dist/src/typus-perp/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.d.ts +0 -2
  160. package/dist/src/typus-perp/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/init.js +0 -33
  161. package/dist/src/typus-perp/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.d.ts +0 -46
  162. package/dist/src/typus-perp/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/price-data-pull/structs.js +0 -228
  163. package/dist/src/typus-perp/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.d.ts +0 -121
  164. package/dist/src/typus-perp/_dependencies/source/0x2fdff17b86e34ab722c8ba5e63f0da070d9a4163705b3fdc6a95802cab40a72a/suprasvaluefeed/structs.js +0 -401
  165. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.d.ts +0 -489
  166. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/airdrop/structs.js +0 -1092
  167. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.d.ts +0 -147
  168. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/big-vector/structs.js +0 -446
  169. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.d.ts +0 -239
  170. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/critbit/structs.js +0 -643
  171. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.d.ts +0 -405
  172. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/ecosystem/structs.js +0 -898
  173. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.d.ts +0 -8
  174. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.js +0 -11
  175. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.d.ts +0 -2
  176. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/init.js +0 -92
  177. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/keyed-big-vector/structs.d.ts +0 -227
  178. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/keyed-big-vector/structs.js +0 -622
  179. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.d.ts +0 -699
  180. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/leaderboard/structs.js +0 -1476
  181. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.d.ts +0 -161
  182. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-object-table/structs.js +0 -438
  183. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.d.ts +0 -147
  184. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/linked-set/structs.js +0 -430
  185. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tails-staking/structs.d.ts +0 -1071
  186. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tails-staking/structs.js +0 -2275
  187. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.d.ts +0 -279
  188. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/tgld/structs.js +0 -732
  189. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.d.ts +0 -328
  190. package/dist/src/typus-perp/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/user/structs.js +0 -900
  191. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.d.ts +0 -628
  192. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/discount-mint/structs.js +0 -1335
  193. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.d.ts +0 -9
  194. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/index.js +0 -12
  195. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.d.ts +0 -2
  196. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/init.js +0 -62
  197. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/royalty-rule/structs.d.ts +0 -94
  198. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/royalty-rule/structs.js +0 -382
  199. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.d.ts +0 -454
  200. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/staking/structs.js +0 -886
  201. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.d.ts +0 -68
  202. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/table-vec/structs.js +0 -264
  203. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.d.ts +0 -1117
  204. package/dist/src/typus-perp/_dependencies/source/0x5cfd0819411be98034cba544cbffab192c2c35674a05ff57f4f1c5042875b828/typus-nft/structs.js +0 -2407
  205. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.d.ts +0 -1524
  206. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/auto-bid/structs.js +0 -3052
  207. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.d.ts +0 -10
  208. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/index.js +0 -13
  209. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.d.ts +0 -2
  210. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/init.js +0 -135
  211. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.d.ts +0 -1267
  212. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tails-staking/structs.js +0 -2846
  213. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.d.ts +0 -1412
  214. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-authorized-entry/structs.js +0 -1669
  215. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.d.ts +0 -425
  216. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-fee-pool-entry/structs.js +0 -1249
  217. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.d.ts +0 -1156
  218. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-registry-authorized-entry/structs.js +0 -1869
  219. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.d.ts +0 -82
  220. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/tds-view-function/structs.js +0 -264
  221. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.d.ts +0 -5022
  222. package/dist/src/typus-perp/_dependencies/source/0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f/typus-dov-single/structs.js +0 -7680
  223. package/dist/src/typus-perp/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.d.ts +0 -3
  224. package/dist/src/typus-perp/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/index.js +0 -6
  225. package/dist/src/typus-perp/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.d.ts +0 -2
  226. package/dist/src/typus-perp/_dependencies/source/0x7237ec8436ef7e927c45470db6db3a834dd84cf903aedee3844e847fe4805399/init.js +0 -4
  227. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.d.ts +0 -88
  228. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/authority/structs.js +0 -256
  229. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.d.ts +0 -347
  230. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/balance-pool/structs.js +0 -581
  231. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.d.ts +0 -73
  232. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/big-vector/structs.js +0 -258
  233. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.d.ts +0 -876
  234. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/dutch/structs.js +0 -1735
  235. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.d.ts +0 -46
  236. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/i64/structs.js +0 -224
  237. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +0 -3
  238. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +0 -6
  239. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.d.ts +0 -2
  240. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/init.js +0 -79
  241. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.d.ts +0 -155
  242. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/linked-list/structs.js +0 -444
  243. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.d.ts +0 -2386
  244. package/dist/src/typus-perp/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs.js +0 -5014
  245. package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.d.ts +0 -745
  246. package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/aggregator/structs.js +0 -1229
  247. package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.d.ts +0 -3
  248. package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.js +0 -6
  249. package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.d.ts +0 -2
  250. package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/init.js +0 -43
  251. package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.d.ts +0 -87
  252. package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/job/structs.js +0 -277
  253. package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.d.ts +0 -58
  254. package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/math/structs.js +0 -240
  255. package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.d.ts +0 -121
  256. package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/quote/structs.js +0 -322
  257. package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.d.ts +0 -55
  258. package/dist/src/typus-perp/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/switchboard/structs.js +0 -229
  259. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/batch-price-attestation/structs.d.ts +0 -289
  260. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/batch-price-attestation/structs.js +0 -443
  261. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/contract-upgrade/structs.d.ts +0 -114
  262. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/contract-upgrade/structs.js +0 -384
  263. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/data-source/structs.d.ts +0 -71
  264. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/data-source/structs.js +0 -235
  265. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/event/structs.d.ts +0 -209
  266. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/event/structs.js +0 -383
  267. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/governance/structs.d.ts +0 -73
  268. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/governance/structs.js +0 -265
  269. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/governance-action/structs.d.ts +0 -46
  270. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/governance-action/structs.js +0 -228
  271. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/governance-instruction/structs.d.ts +0 -77
  272. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/governance-instruction/structs.js +0 -271
  273. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/hot-potato-vector/structs.d.ts +0 -51
  274. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/hot-potato-vector/structs.js +0 -266
  275. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/i64/structs.d.ts +0 -52
  276. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/i64/structs.js +0 -234
  277. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/index.d.ts +0 -3
  278. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/index.js +0 -6
  279. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/init.d.ts +0 -2
  280. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/init.js +0 -85
  281. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/migrate/structs.d.ts +0 -51
  282. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/migrate/structs.js +0 -229
  283. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/price/structs.d.ts +0 -89
  284. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/price/structs.js +0 -247
  285. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/price-feed/structs.d.ts +0 -158
  286. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/price-feed/structs.js +0 -242
  287. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/price-identifier/structs.d.ts +0 -50
  288. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/price-identifier/structs.js +0 -252
  289. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/price-info/structs.d.ts +0 -360
  290. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/price-info/structs.js +0 -396
  291. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/price-status/structs.d.ts +0 -46
  292. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/price-status/structs.js +0 -228
  293. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set/structs.d.ts +0 -120
  294. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set/structs.js +0 -421
  295. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set-data-sources/structs.d.ts +0 -81
  296. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set-data-sources/structs.js +0 -253
  297. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set-fee-recipient/structs.d.ts +0 -46
  298. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set-fee-recipient/structs.js +0 -231
  299. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set-governance-data-source/structs.d.ts +0 -77
  300. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set-governance-data-source/structs.js +0 -241
  301. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set-stale-price-threshold/structs.d.ts +0 -46
  302. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set-stale-price-threshold/structs.js +0 -228
  303. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set-update-fee/structs.d.ts +0 -52
  304. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/set-update-fee/structs.js +0 -234
  305. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/setup/structs.d.ts +0 -55
  306. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/setup/structs.js +0 -229
  307. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/state/structs.d.ts +0 -282
  308. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/state/structs.js +0 -573
  309. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/version-control/structs.d.ts +0 -130
  310. package/dist/src/typus-perp/_dependencies/source/0xabf837e98c26087cba0883c0a7a28326b1fa3c5e1e2c5abdb486f9e8f594c837/version-control/structs.js +0 -524
  311. package/dist/src/typus-perp/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.d.ts +0 -3
  312. package/dist/src/typus-perp/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/index.js +0 -6
  313. package/dist/src/typus-perp/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.d.ts +0 -2
  314. package/dist/src/typus-perp/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/init.js +0 -36
  315. package/dist/src/typus-perp/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.d.ts +0 -88
  316. package/dist/src/typus-perp/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/kiosk-lock-rule/structs.js +0 -376
  317. package/dist/src/typus-perp/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.d.ts +0 -94
  318. package/dist/src/typus-perp/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/royalty-rule/structs.js +0 -382
  319. package/dist/src/typus-perp/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.d.ts +0 -46
  320. package/dist/src/typus-perp/_dependencies/source/0xbd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585/witness-rule/structs.js +0 -239
  321. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/bytes20/structs.d.ts +0 -50
  322. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/bytes20/structs.js +0 -252
  323. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/bytes32/structs.d.ts +0 -50
  324. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/bytes32/structs.js +0 -252
  325. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/consumed-vaas/structs.d.ts +0 -77
  326. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/consumed-vaas/structs.js +0 -254
  327. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/cursor/structs.d.ts +0 -51
  328. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/cursor/structs.js +0 -266
  329. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/emitter/structs.d.ts +0 -153
  330. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/emitter/structs.js +0 -531
  331. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/external-address/structs.d.ts +0 -57
  332. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/external-address/structs.js +0 -229
  333. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/fee-collector/structs.d.ts +0 -63
  334. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/fee-collector/structs.js +0 -260
  335. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/governance-message/structs.d.ts +0 -168
  336. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/governance-message/structs.js +0 -460
  337. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/guardian/structs.d.ts +0 -57
  338. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/guardian/structs.js +0 -229
  339. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/guardian-set/structs.d.ts +0 -81
  340. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/guardian-set/structs.js +0 -265
  341. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/guardian-signature/structs.d.ts +0 -85
  342. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/guardian-signature/structs.js +0 -247
  343. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/index.d.ts +0 -3
  344. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/index.js +0 -6
  345. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/init.d.ts +0 -2
  346. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/init.js +0 -90
  347. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/migrate/structs.d.ts +0 -51
  348. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/migrate/structs.js +0 -229
  349. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/package-utils/structs.d.ts +0 -194
  350. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/package-utils/structs.js +0 -680
  351. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/publish-message/structs.d.ts +0 -151
  352. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/publish-message/structs.js +0 -449
  353. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/set/structs.d.ts +0 -110
  354. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/set/structs.js +0 -412
  355. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/set-fee/structs.d.ts +0 -88
  356. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/set-fee/structs.js +0 -376
  357. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/setup/structs.d.ts +0 -55
  358. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/setup/structs.js +0 -229
  359. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/state/structs.d.ts +0 -278
  360. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/state/structs.js +0 -455
  361. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/transfer-fee/structs.d.ts +0 -94
  362. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/transfer-fee/structs.js +0 -385
  363. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/update-guardian-set/structs.d.ts +0 -159
  364. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/update-guardian-set/structs.js +0 -555
  365. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/upgrade-contract/structs.d.ts +0 -156
  366. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/upgrade-contract/structs.js +0 -532
  367. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/vaa/structs.d.ts +0 -128
  368. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/vaa/structs.js +0 -302
  369. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/version-control/structs.d.ts +0 -88
  370. package/dist/src/typus-perp/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/version-control/structs.js +0 -376
  371. package/dist/src/typus-perp/_framework/init-loader.d.ts +0 -2
  372. package/dist/src/typus-perp/_framework/init-loader.js +0 -63
  373. package/dist/src/typus-perp/_framework/loader.d.ts +0 -17
  374. package/dist/src/typus-perp/_framework/loader.js +0 -108
  375. package/dist/src/typus-perp/_framework/reified.d.ts +0 -108
  376. package/dist/src/typus-perp/_framework/reified.js +0 -237
  377. package/dist/src/typus-perp/_framework/util.d.ts +0 -35
  378. package/dist/src/typus-perp/_framework/util.js +0 -396
  379. package/dist/src/typus-perp/_framework/vector.d.ts +0 -35
  380. package/dist/src/typus-perp/_framework/vector.js +0 -112
  381. package/dist/src/typus-perp/fetch.d.ts +0 -17
  382. package/dist/src/typus-perp/fetch.js +0 -410
  383. package/dist/src/typus-perp/index.d.ts +0 -5
  384. package/dist/src/typus-perp/index.js +0 -29
  385. package/dist/src/typus-perp/readVec.d.ts +0 -3
  386. package/dist/src/typus-perp/readVec.js +0 -117
  387. package/dist/src/typus-perp/typus_perp/admin/functions.d.ts +0 -50
  388. package/dist/src/typus-perp/typus_perp/admin/functions.js +0 -116
  389. package/dist/src/typus-perp/typus_perp/admin/structs.d.ts +0 -447
  390. package/dist/src/typus-perp/typus_perp/admin/structs.js +0 -898
  391. package/dist/src/typus-perp/typus_perp/index.d.ts +0 -3
  392. package/dist/src/typus-perp/typus_perp/index.js +0 -6
  393. package/dist/src/typus-perp/typus_perp/init.d.ts +0 -2
  394. package/dist/src/typus-perp/typus_perp/init.js +0 -107
  395. package/dist/src/typus-perp/typus_perp/lp-pool/functions.d.ts +0 -342
  396. package/dist/src/typus-perp/typus_perp/lp-pool/functions.js +0 -517
  397. package/dist/src/typus-perp/typus_perp/lp-pool/structs.d.ts +0 -3088
  398. package/dist/src/typus-perp/typus_perp/lp-pool/structs.js +0 -4800
  399. package/dist/src/typus-perp/typus_perp/math/functions.d.ts +0 -18
  400. package/dist/src/typus-perp/typus_perp/math/functions.js +0 -49
  401. package/dist/src/typus-perp/typus_perp/oracle/functions.d.ts +0 -13
  402. package/dist/src/typus-perp/typus_perp/oracle/functions.js +0 -25
  403. package/dist/src/typus-perp/typus_perp/oracle/structs.d.ts +0 -111
  404. package/dist/src/typus-perp/typus_perp/oracle/structs.js +0 -395
  405. package/dist/src/typus-perp/typus_perp/position/functions.d.ts +0 -343
  406. package/dist/src/typus-perp/typus_perp/position/functions.js +0 -659
  407. package/dist/src/typus-perp/typus_perp/position/structs.d.ts +0 -1174
  408. package/dist/src/typus-perp/typus_perp/position/structs.js +0 -1624
  409. package/dist/src/typus-perp/typus_perp/symbol/functions.d.ts +0 -9
  410. package/dist/src/typus-perp/typus_perp/symbol/functions.js +0 -33
  411. package/dist/src/typus-perp/typus_perp/symbol/structs.d.ts +0 -81
  412. package/dist/src/typus-perp/typus_perp/symbol/structs.js +0 -235
  413. package/dist/src/typus-perp/typus_perp/tlp/functions.d.ts +0 -19
  414. package/dist/src/typus-perp/typus_perp/tlp/functions.js +0 -41
  415. package/dist/src/typus-perp/typus_perp/tlp/structs.d.ts +0 -97
  416. package/dist/src/typus-perp/typus_perp/tlp/structs.js +0 -377
  417. package/dist/src/typus-perp/typus_perp/token-interface/functions.d.ts +0 -11
  418. package/dist/src/typus-perp/typus_perp/token-interface/functions.js +0 -20
  419. package/dist/src/typus-perp/typus_perp/trading/functions.d.ts +0 -493
  420. package/dist/src/typus-perp/typus_perp/trading/functions.js +0 -711
  421. package/dist/src/typus-perp/typus_perp/trading/structs.d.ts +0 -2993
  422. package/dist/src/typus-perp/typus_perp/trading/structs.js +0 -5002
  423. package/dist/src/typus-perp/typus_perp/treasury-caps/functions.d.ts +0 -9
  424. package/dist/src/typus-perp/typus_perp/treasury-caps/functions.js +0 -35
  425. package/dist/src/typus-perp/typus_perp/treasury-caps/structs.d.ts +0 -55
  426. package/dist/src/typus-perp/typus_perp/treasury-caps/structs.js +0 -229
  427. package/dist/src/typus-perp/typus_stake_pool/admin/functions.d.ts +0 -50
  428. package/dist/src/typus-perp/typus_stake_pool/admin/functions.js +0 -116
  429. package/dist/src/typus-perp/typus_stake_pool/admin/structs.d.ts +0 -447
  430. package/dist/src/typus-perp/typus_stake_pool/admin/structs.js +0 -898
  431. package/dist/src/typus-perp/typus_stake_pool/index.d.ts +0 -3
  432. package/dist/src/typus-perp/typus_stake_pool/index.js +0 -6
  433. package/dist/src/typus-perp/typus_stake_pool/init.d.ts +0 -2
  434. package/dist/src/typus-perp/typus_stake_pool/init.js +0 -57
  435. package/dist/src/typus-perp/typus_stake_pool/stake-pool/functions.d.ts +0 -175
  436. package/dist/src/typus-perp/typus_stake_pool/stake-pool/functions.js +0 -275
  437. package/dist/src/typus-perp/typus_stake_pool/stake-pool/structs.d.ts +0 -2179
  438. package/dist/src/typus-perp/typus_stake_pool/stake-pool/structs.js +0 -3939
  439. package/dist/src/typus-perp/user/index.d.ts +0 -3
  440. package/dist/src/typus-perp/user/index.js +0 -19
  441. package/dist/src/typus-perp/user/order.d.ts +0 -29
  442. package/dist/src/typus-perp/user/order.js +0 -206
  443. package/dist/src/typus-perp/user/orderWithBidReceipt.d.ts +0 -22
  444. package/dist/src/typus-perp/user/orderWithBidReceipt.js +0 -144
  445. package/dist/src/typus-perp/user/tlp.d.ts +0 -32
  446. package/dist/src/typus-perp/user/tlp.js +0 -267
@@ -1,1524 +0,0 @@
1
- import * as reified from "../../../../_framework/reified";
2
- import { PhantomReified, Reified, StructClass, ToField, ToTypeStr, ToTypeStr as ToPhantom } from "../../../../_framework/reified";
3
- import { FieldsWithTypes } from "../../../../_framework/util";
4
- import { Vector } from "../../../../_framework/vector";
5
- import { ID, UID } from "../../0x2/object/structs";
6
- import { TableVec } from "../../0x2/table-vec/structs";
7
- import { VecMap } from "../../0x2/vec-map/structs";
8
- import { TypusBidReceipt } from "../../0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs";
9
- import { PKG_V1, PKG_V13 } from "../index";
10
- import { SuiClient, SuiObjectData, SuiParsedData } from "@mysten/sui/client";
11
- export declare function isAddAuthorutyEvent(type: string): boolean;
12
- export interface AddAuthorutyEventFields {
13
- newAuthority: ToField<"address">;
14
- signer: ToField<"address">;
15
- }
16
- export type AddAuthorutyEventReified = Reified<AddAuthorutyEvent, AddAuthorutyEventFields>;
17
- export declare class AddAuthorutyEvent implements StructClass {
18
- __StructClass: true;
19
- static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::AddAuthorutyEvent";
20
- static readonly $numTypeParams = 0;
21
- static readonly $isPhantom: readonly [];
22
- readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::AddAuthorutyEvent";
23
- readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::AddAuthorutyEvent`;
24
- readonly $typeArgs: [];
25
- readonly $isPhantom: readonly [];
26
- readonly newAuthority: ToField<"address">;
27
- readonly signer: ToField<"address">;
28
- private constructor();
29
- static reified(): AddAuthorutyEventReified;
30
- static get r(): reified.StructClassReified<AddAuthorutyEvent, AddAuthorutyEventFields>;
31
- static phantom(): PhantomReified<ToTypeStr<AddAuthorutyEvent>>;
32
- static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::AddAuthorutyEvent">;
33
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
34
- new_authority: string;
35
- signer: string;
36
- }, {
37
- new_authority: string;
38
- signer: string;
39
- }>;
40
- static fromFields(fields: Record<string, any>): AddAuthorutyEvent;
41
- static fromFieldsWithTypes(item: FieldsWithTypes): AddAuthorutyEvent;
42
- static fromBcs(data: Uint8Array): AddAuthorutyEvent;
43
- toJSONField(): {
44
- newAuthority: string;
45
- signer: string;
46
- };
47
- toJSON(): {
48
- newAuthority: string;
49
- signer: string;
50
- $typeName: string;
51
- $typeArgs: [];
52
- };
53
- static fromJSONField(field: any): AddAuthorutyEvent;
54
- static fromJSON(json: Record<string, any>): AddAuthorutyEvent;
55
- static fromSuiParsedData(content: SuiParsedData): AddAuthorutyEvent;
56
- static fromSuiObjectData(data: SuiObjectData): AddAuthorutyEvent;
57
- static fetch(client: SuiClient, id: string): Promise<AddAuthorutyEvent>;
58
- }
59
- export declare function isAutoBidEvent(type: string): boolean;
60
- export interface AutoBidEventFields {
61
- dummyField: ToField<"bool">;
62
- }
63
- export type AutoBidEventReified = Reified<AutoBidEvent, AutoBidEventFields>;
64
- export declare class AutoBidEvent implements StructClass {
65
- __StructClass: true;
66
- static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::AutoBidEvent";
67
- static readonly $numTypeParams = 0;
68
- static readonly $isPhantom: readonly [];
69
- readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::AutoBidEvent";
70
- readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::AutoBidEvent`;
71
- readonly $typeArgs: [];
72
- readonly $isPhantom: readonly [];
73
- readonly dummyField: ToField<"bool">;
74
- private constructor();
75
- static reified(): AutoBidEventReified;
76
- static get r(): reified.StructClassReified<AutoBidEvent, AutoBidEventFields>;
77
- static phantom(): PhantomReified<ToTypeStr<AutoBidEvent>>;
78
- static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::AutoBidEvent">;
79
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
80
- dummy_field: boolean;
81
- }, {
82
- dummy_field: boolean;
83
- }>;
84
- static fromFields(fields: Record<string, any>): AutoBidEvent;
85
- static fromFieldsWithTypes(item: FieldsWithTypes): AutoBidEvent;
86
- static fromBcs(data: Uint8Array): AutoBidEvent;
87
- toJSONField(): {
88
- dummyField: boolean;
89
- };
90
- toJSON(): {
91
- dummyField: boolean;
92
- $typeName: string;
93
- $typeArgs: [];
94
- };
95
- static fromJSONField(field: any): AutoBidEvent;
96
- static fromJSON(json: Record<string, any>): AutoBidEvent;
97
- static fromSuiParsedData(content: SuiParsedData): AutoBidEvent;
98
- static fromSuiObjectData(data: SuiObjectData): AutoBidEvent;
99
- static fetch(client: SuiClient, id: string): Promise<AutoBidEvent>;
100
- }
101
- export declare function isCloseStrategyEvent(type: string): boolean;
102
- export interface CloseStrategyEventFields {
103
- vaultIndex: ToField<"u64">;
104
- signalIndex: ToField<"u64">;
105
- user: ToField<"address">;
106
- pricePercentage: ToField<"u64">;
107
- size: ToField<"u64">;
108
- maxTimes: ToField<"u64">;
109
- targetRounds: ToField<Vector<"u64">>;
110
- u64Padding: ToField<Vector<"u64">>;
111
- bidTimes: ToField<"u64">;
112
- bidRound: ToField<"u64">;
113
- bidTsMs: ToField<"u64">;
114
- }
115
- export type CloseStrategyEventReified = Reified<CloseStrategyEvent, CloseStrategyEventFields>;
116
- export declare class CloseStrategyEvent implements StructClass {
117
- __StructClass: true;
118
- static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::CloseStrategyEvent";
119
- static readonly $numTypeParams = 0;
120
- static readonly $isPhantom: readonly [];
121
- readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::CloseStrategyEvent";
122
- readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::CloseStrategyEvent`;
123
- readonly $typeArgs: [];
124
- readonly $isPhantom: readonly [];
125
- readonly vaultIndex: ToField<"u64">;
126
- readonly signalIndex: ToField<"u64">;
127
- readonly user: ToField<"address">;
128
- readonly pricePercentage: ToField<"u64">;
129
- readonly size: ToField<"u64">;
130
- readonly maxTimes: ToField<"u64">;
131
- readonly targetRounds: ToField<Vector<"u64">>;
132
- readonly u64Padding: ToField<Vector<"u64">>;
133
- readonly bidTimes: ToField<"u64">;
134
- readonly bidRound: ToField<"u64">;
135
- readonly bidTsMs: ToField<"u64">;
136
- private constructor();
137
- static reified(): CloseStrategyEventReified;
138
- static get r(): reified.StructClassReified<CloseStrategyEvent, CloseStrategyEventFields>;
139
- static phantom(): PhantomReified<ToTypeStr<CloseStrategyEvent>>;
140
- static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::CloseStrategyEvent">;
141
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
142
- vault_index: string;
143
- signal_index: string;
144
- user: string;
145
- price_percentage: string;
146
- size: string;
147
- max_times: string;
148
- target_rounds: string[];
149
- u64_padding: string[];
150
- bid_times: string;
151
- bid_round: string;
152
- bid_ts_ms: string;
153
- }, {
154
- vault_index: string | number | bigint;
155
- signal_index: string | number | bigint;
156
- user: string;
157
- price_percentage: string | number | bigint;
158
- size: string | number | bigint;
159
- max_times: string | number | bigint;
160
- target_rounds: Iterable<string | number | bigint> & {
161
- length: number;
162
- };
163
- u64_padding: Iterable<string | number | bigint> & {
164
- length: number;
165
- };
166
- bid_times: string | number | bigint;
167
- bid_round: string | number | bigint;
168
- bid_ts_ms: string | number | bigint;
169
- }>;
170
- static fromFields(fields: Record<string, any>): CloseStrategyEvent;
171
- static fromFieldsWithTypes(item: FieldsWithTypes): CloseStrategyEvent;
172
- static fromBcs(data: Uint8Array): CloseStrategyEvent;
173
- toJSONField(): {
174
- vaultIndex: string;
175
- signalIndex: string;
176
- user: string;
177
- pricePercentage: string;
178
- size: string;
179
- maxTimes: string;
180
- targetRounds: string[];
181
- u64Padding: string[];
182
- bidTimes: string;
183
- bidRound: string;
184
- bidTsMs: string;
185
- };
186
- toJSON(): {
187
- vaultIndex: string;
188
- signalIndex: string;
189
- user: string;
190
- pricePercentage: string;
191
- size: string;
192
- maxTimes: string;
193
- targetRounds: string[];
194
- u64Padding: string[];
195
- bidTimes: string;
196
- bidRound: string;
197
- bidTsMs: string;
198
- $typeName: string;
199
- $typeArgs: [];
200
- };
201
- static fromJSONField(field: any): CloseStrategyEvent;
202
- static fromJSON(json: Record<string, any>): CloseStrategyEvent;
203
- static fromSuiParsedData(content: SuiParsedData): CloseStrategyEvent;
204
- static fromSuiObjectData(data: SuiObjectData): CloseStrategyEvent;
205
- static fetch(client: SuiClient, id: string): Promise<CloseStrategyEvent>;
206
- }
207
- export declare function isCloseStrategyEventV2(type: string): boolean;
208
- export interface CloseStrategyEventV2Fields {
209
- vaultIndex: ToField<"u64">;
210
- signalIndex: ToField<"u64">;
211
- user: ToField<"address">;
212
- pricePercentage: ToField<"u64">;
213
- size: ToField<"u64">;
214
- maxTimes: ToField<"u64">;
215
- targetRounds: ToField<Vector<"u64">>;
216
- u64Padding: ToField<Vector<"u64">>;
217
- bidTimes: ToField<"u64">;
218
- bidRound: ToField<"u64">;
219
- bidTsMs: ToField<"u64">;
220
- bidRounds: ToField<Vector<"u64">>;
221
- accumulatedProfit: ToField<"u64">;
222
- }
223
- export type CloseStrategyEventV2Reified = Reified<CloseStrategyEventV2, CloseStrategyEventV2Fields>;
224
- export declare class CloseStrategyEventV2 implements StructClass {
225
- __StructClass: true;
226
- static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::CloseStrategyEventV2";
227
- static readonly $numTypeParams = 0;
228
- static readonly $isPhantom: readonly [];
229
- readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::CloseStrategyEventV2";
230
- readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::CloseStrategyEventV2`;
231
- readonly $typeArgs: [];
232
- readonly $isPhantom: readonly [];
233
- readonly vaultIndex: ToField<"u64">;
234
- readonly signalIndex: ToField<"u64">;
235
- readonly user: ToField<"address">;
236
- readonly pricePercentage: ToField<"u64">;
237
- readonly size: ToField<"u64">;
238
- readonly maxTimes: ToField<"u64">;
239
- readonly targetRounds: ToField<Vector<"u64">>;
240
- readonly u64Padding: ToField<Vector<"u64">>;
241
- readonly bidTimes: ToField<"u64">;
242
- readonly bidRound: ToField<"u64">;
243
- readonly bidTsMs: ToField<"u64">;
244
- readonly bidRounds: ToField<Vector<"u64">>;
245
- readonly accumulatedProfit: ToField<"u64">;
246
- private constructor();
247
- static reified(): CloseStrategyEventV2Reified;
248
- static get r(): reified.StructClassReified<CloseStrategyEventV2, CloseStrategyEventV2Fields>;
249
- static phantom(): PhantomReified<ToTypeStr<CloseStrategyEventV2>>;
250
- static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::CloseStrategyEventV2">;
251
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
252
- vault_index: string;
253
- signal_index: string;
254
- user: string;
255
- price_percentage: string;
256
- size: string;
257
- max_times: string;
258
- target_rounds: string[];
259
- u64_padding: string[];
260
- bid_times: string;
261
- bid_round: string;
262
- bid_ts_ms: string;
263
- bid_rounds: string[];
264
- accumulated_profit: string;
265
- }, {
266
- vault_index: string | number | bigint;
267
- signal_index: string | number | bigint;
268
- user: string;
269
- price_percentage: string | number | bigint;
270
- size: string | number | bigint;
271
- max_times: string | number | bigint;
272
- target_rounds: Iterable<string | number | bigint> & {
273
- length: number;
274
- };
275
- u64_padding: Iterable<string | number | bigint> & {
276
- length: number;
277
- };
278
- bid_times: string | number | bigint;
279
- bid_round: string | number | bigint;
280
- bid_ts_ms: string | number | bigint;
281
- bid_rounds: Iterable<string | number | bigint> & {
282
- length: number;
283
- };
284
- accumulated_profit: string | number | bigint;
285
- }>;
286
- static fromFields(fields: Record<string, any>): CloseStrategyEventV2;
287
- static fromFieldsWithTypes(item: FieldsWithTypes): CloseStrategyEventV2;
288
- static fromBcs(data: Uint8Array): CloseStrategyEventV2;
289
- toJSONField(): {
290
- vaultIndex: string;
291
- signalIndex: string;
292
- user: string;
293
- pricePercentage: string;
294
- size: string;
295
- maxTimes: string;
296
- targetRounds: string[];
297
- u64Padding: string[];
298
- bidTimes: string;
299
- bidRound: string;
300
- bidTsMs: string;
301
- bidRounds: string[];
302
- accumulatedProfit: string;
303
- };
304
- toJSON(): {
305
- vaultIndex: string;
306
- signalIndex: string;
307
- user: string;
308
- pricePercentage: string;
309
- size: string;
310
- maxTimes: string;
311
- targetRounds: string[];
312
- u64Padding: string[];
313
- bidTimes: string;
314
- bidRound: string;
315
- bidTsMs: string;
316
- bidRounds: string[];
317
- accumulatedProfit: string;
318
- $typeName: string;
319
- $typeArgs: [];
320
- };
321
- static fromJSONField(field: any): CloseStrategyEventV2;
322
- static fromJSON(json: Record<string, any>): CloseStrategyEventV2;
323
- static fromSuiParsedData(content: SuiParsedData): CloseStrategyEventV2;
324
- static fromSuiObjectData(data: SuiObjectData): CloseStrategyEventV2;
325
- static fetch(client: SuiClient, id: string): Promise<CloseStrategyEventV2>;
326
- }
327
- export declare function isNewStrategyEvent(type: string): boolean;
328
- export interface NewStrategyEventFields {
329
- vaultIndex: ToField<"u64">;
330
- signalIndex: ToField<"u64">;
331
- user: ToField<"address">;
332
- pricePercentage: ToField<"u64">;
333
- size: ToField<"u64">;
334
- maxTimes: ToField<"u64">;
335
- targetRounds: ToField<Vector<"u64">>;
336
- }
337
- export type NewStrategyEventReified = Reified<NewStrategyEvent, NewStrategyEventFields>;
338
- export declare class NewStrategyEvent implements StructClass {
339
- __StructClass: true;
340
- static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyEvent";
341
- static readonly $numTypeParams = 0;
342
- static readonly $isPhantom: readonly [];
343
- readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyEvent";
344
- readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::NewStrategyEvent`;
345
- readonly $typeArgs: [];
346
- readonly $isPhantom: readonly [];
347
- readonly vaultIndex: ToField<"u64">;
348
- readonly signalIndex: ToField<"u64">;
349
- readonly user: ToField<"address">;
350
- readonly pricePercentage: ToField<"u64">;
351
- readonly size: ToField<"u64">;
352
- readonly maxTimes: ToField<"u64">;
353
- readonly targetRounds: ToField<Vector<"u64">>;
354
- private constructor();
355
- static reified(): NewStrategyEventReified;
356
- static get r(): reified.StructClassReified<NewStrategyEvent, NewStrategyEventFields>;
357
- static phantom(): PhantomReified<ToTypeStr<NewStrategyEvent>>;
358
- static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyEvent">;
359
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
360
- vault_index: string;
361
- signal_index: string;
362
- user: string;
363
- price_percentage: string;
364
- size: string;
365
- max_times: string;
366
- target_rounds: string[];
367
- }, {
368
- vault_index: string | number | bigint;
369
- signal_index: string | number | bigint;
370
- user: string;
371
- price_percentage: string | number | bigint;
372
- size: string | number | bigint;
373
- max_times: string | number | bigint;
374
- target_rounds: Iterable<string | number | bigint> & {
375
- length: number;
376
- };
377
- }>;
378
- static fromFields(fields: Record<string, any>): NewStrategyEvent;
379
- static fromFieldsWithTypes(item: FieldsWithTypes): NewStrategyEvent;
380
- static fromBcs(data: Uint8Array): NewStrategyEvent;
381
- toJSONField(): {
382
- vaultIndex: string;
383
- signalIndex: string;
384
- user: string;
385
- pricePercentage: string;
386
- size: string;
387
- maxTimes: string;
388
- targetRounds: string[];
389
- };
390
- toJSON(): {
391
- vaultIndex: string;
392
- signalIndex: string;
393
- user: string;
394
- pricePercentage: string;
395
- size: string;
396
- maxTimes: string;
397
- targetRounds: string[];
398
- $typeName: string;
399
- $typeArgs: [];
400
- };
401
- static fromJSONField(field: any): NewStrategyEvent;
402
- static fromJSON(json: Record<string, any>): NewStrategyEvent;
403
- static fromSuiParsedData(content: SuiParsedData): NewStrategyEvent;
404
- static fromSuiObjectData(data: SuiObjectData): NewStrategyEvent;
405
- static fetch(client: SuiClient, id: string): Promise<NewStrategyEvent>;
406
- }
407
- export declare function isNewStrategyEventV2(type: string): boolean;
408
- export interface NewStrategyEventV2Fields {
409
- vaultIndex: ToField<"u64">;
410
- signalIndex: ToField<"u64">;
411
- user: ToField<"address">;
412
- pricePercentage: ToField<"u64">;
413
- size: ToField<"u64">;
414
- maxTimes: ToField<"u64">;
415
- targetRounds: ToField<Vector<"u64">>;
416
- depositAmount: ToField<"u64">;
417
- }
418
- export type NewStrategyEventV2Reified = Reified<NewStrategyEventV2, NewStrategyEventV2Fields>;
419
- export declare class NewStrategyEventV2 implements StructClass {
420
- __StructClass: true;
421
- static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyEventV2";
422
- static readonly $numTypeParams = 0;
423
- static readonly $isPhantom: readonly [];
424
- readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyEventV2";
425
- readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::NewStrategyEventV2`;
426
- readonly $typeArgs: [];
427
- readonly $isPhantom: readonly [];
428
- readonly vaultIndex: ToField<"u64">;
429
- readonly signalIndex: ToField<"u64">;
430
- readonly user: ToField<"address">;
431
- readonly pricePercentage: ToField<"u64">;
432
- readonly size: ToField<"u64">;
433
- readonly maxTimes: ToField<"u64">;
434
- readonly targetRounds: ToField<Vector<"u64">>;
435
- readonly depositAmount: ToField<"u64">;
436
- private constructor();
437
- static reified(): NewStrategyEventV2Reified;
438
- static get r(): reified.StructClassReified<NewStrategyEventV2, NewStrategyEventV2Fields>;
439
- static phantom(): PhantomReified<ToTypeStr<NewStrategyEventV2>>;
440
- static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyEventV2">;
441
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
442
- vault_index: string;
443
- signal_index: string;
444
- user: string;
445
- price_percentage: string;
446
- size: string;
447
- max_times: string;
448
- target_rounds: string[];
449
- deposit_amount: string;
450
- }, {
451
- vault_index: string | number | bigint;
452
- signal_index: string | number | bigint;
453
- user: string;
454
- price_percentage: string | number | bigint;
455
- size: string | number | bigint;
456
- max_times: string | number | bigint;
457
- target_rounds: Iterable<string | number | bigint> & {
458
- length: number;
459
- };
460
- deposit_amount: string | number | bigint;
461
- }>;
462
- static fromFields(fields: Record<string, any>): NewStrategyEventV2;
463
- static fromFieldsWithTypes(item: FieldsWithTypes): NewStrategyEventV2;
464
- static fromBcs(data: Uint8Array): NewStrategyEventV2;
465
- toJSONField(): {
466
- vaultIndex: string;
467
- signalIndex: string;
468
- user: string;
469
- pricePercentage: string;
470
- size: string;
471
- maxTimes: string;
472
- targetRounds: string[];
473
- depositAmount: string;
474
- };
475
- toJSON(): {
476
- vaultIndex: string;
477
- signalIndex: string;
478
- user: string;
479
- pricePercentage: string;
480
- size: string;
481
- maxTimes: string;
482
- targetRounds: string[];
483
- depositAmount: string;
484
- $typeName: string;
485
- $typeArgs: [];
486
- };
487
- static fromJSONField(field: any): NewStrategyEventV2;
488
- static fromJSON(json: Record<string, any>): NewStrategyEventV2;
489
- static fromSuiParsedData(content: SuiParsedData): NewStrategyEventV2;
490
- static fromSuiObjectData(data: SuiObjectData): NewStrategyEventV2;
491
- static fetch(client: SuiClient, id: string): Promise<NewStrategyEventV2>;
492
- }
493
- export declare function isNewStrategyPoolEvent(type: string): boolean;
494
- export interface NewStrategyPoolEventFields {
495
- id: ToField<ID>;
496
- signer: ToField<"address">;
497
- }
498
- export type NewStrategyPoolEventReified = Reified<NewStrategyPoolEvent, NewStrategyPoolEventFields>;
499
- export declare class NewStrategyPoolEvent implements StructClass {
500
- __StructClass: true;
501
- static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyPoolEvent";
502
- static readonly $numTypeParams = 0;
503
- static readonly $isPhantom: readonly [];
504
- readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyPoolEvent";
505
- readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::NewStrategyPoolEvent`;
506
- readonly $typeArgs: [];
507
- readonly $isPhantom: readonly [];
508
- readonly id: ToField<ID>;
509
- readonly signer: ToField<"address">;
510
- private constructor();
511
- static reified(): NewStrategyPoolEventReified;
512
- static get r(): reified.StructClassReified<NewStrategyPoolEvent, NewStrategyPoolEventFields>;
513
- static phantom(): PhantomReified<ToTypeStr<NewStrategyPoolEvent>>;
514
- static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyPoolEvent">;
515
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
516
- id: {
517
- bytes: string;
518
- };
519
- signer: string;
520
- }, {
521
- id: {
522
- bytes: string;
523
- };
524
- signer: string;
525
- }>;
526
- static fromFields(fields: Record<string, any>): NewStrategyPoolEvent;
527
- static fromFieldsWithTypes(item: FieldsWithTypes): NewStrategyPoolEvent;
528
- static fromBcs(data: Uint8Array): NewStrategyPoolEvent;
529
- toJSONField(): {
530
- id: string;
531
- signer: string;
532
- };
533
- toJSON(): {
534
- id: string;
535
- signer: string;
536
- $typeName: string;
537
- $typeArgs: [];
538
- };
539
- static fromJSONField(field: any): NewStrategyPoolEvent;
540
- static fromJSON(json: Record<string, any>): NewStrategyPoolEvent;
541
- static fromSuiParsedData(content: SuiParsedData): NewStrategyPoolEvent;
542
- static fromSuiObjectData(data: SuiObjectData): NewStrategyPoolEvent;
543
- static fetch(client: SuiClient, id: string): Promise<NewStrategyPoolEvent>;
544
- }
545
- export declare function isNewStrategySignalEvent(type: string): boolean;
546
- export interface NewStrategySignalEventFields {
547
- id: ToField<ID>;
548
- vaultIndex: ToField<"u64">;
549
- signalIndex: ToField<"u64">;
550
- signer: ToField<"address">;
551
- }
552
- export type NewStrategySignalEventReified = Reified<NewStrategySignalEvent, NewStrategySignalEventFields>;
553
- export declare class NewStrategySignalEvent implements StructClass {
554
- __StructClass: true;
555
- static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategySignalEvent";
556
- static readonly $numTypeParams = 0;
557
- static readonly $isPhantom: readonly [];
558
- readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategySignalEvent";
559
- readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::NewStrategySignalEvent`;
560
- readonly $typeArgs: [];
561
- readonly $isPhantom: readonly [];
562
- readonly id: ToField<ID>;
563
- readonly vaultIndex: ToField<"u64">;
564
- readonly signalIndex: ToField<"u64">;
565
- readonly signer: ToField<"address">;
566
- private constructor();
567
- static reified(): NewStrategySignalEventReified;
568
- static get r(): reified.StructClassReified<NewStrategySignalEvent, NewStrategySignalEventFields>;
569
- static phantom(): PhantomReified<ToTypeStr<NewStrategySignalEvent>>;
570
- static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategySignalEvent">;
571
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
572
- id: {
573
- bytes: string;
574
- };
575
- vault_index: string;
576
- signal_index: string;
577
- signer: string;
578
- }, {
579
- id: {
580
- bytes: string;
581
- };
582
- vault_index: string | number | bigint;
583
- signal_index: string | number | bigint;
584
- signer: string;
585
- }>;
586
- static fromFields(fields: Record<string, any>): NewStrategySignalEvent;
587
- static fromFieldsWithTypes(item: FieldsWithTypes): NewStrategySignalEvent;
588
- static fromBcs(data: Uint8Array): NewStrategySignalEvent;
589
- toJSONField(): {
590
- id: string;
591
- vaultIndex: string;
592
- signalIndex: string;
593
- signer: string;
594
- };
595
- toJSON(): {
596
- id: string;
597
- vaultIndex: string;
598
- signalIndex: string;
599
- signer: string;
600
- $typeName: string;
601
- $typeArgs: [];
602
- };
603
- static fromJSONField(field: any): NewStrategySignalEvent;
604
- static fromJSON(json: Record<string, any>): NewStrategySignalEvent;
605
- static fromSuiParsedData(content: SuiParsedData): NewStrategySignalEvent;
606
- static fromSuiObjectData(data: SuiObjectData): NewStrategySignalEvent;
607
- static fetch(client: SuiClient, id: string): Promise<NewStrategySignalEvent>;
608
- }
609
- export declare function isNewStrategyVaultEvent(type: string): boolean;
610
- export interface NewStrategyVaultEventFields {
611
- id: ToField<ID>;
612
- vaultIndex: ToField<"u64">;
613
- signer: ToField<"address">;
614
- }
615
- export type NewStrategyVaultEventReified = Reified<NewStrategyVaultEvent, NewStrategyVaultEventFields>;
616
- export declare class NewStrategyVaultEvent implements StructClass {
617
- __StructClass: true;
618
- static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyVaultEvent";
619
- static readonly $numTypeParams = 0;
620
- static readonly $isPhantom: readonly [];
621
- readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyVaultEvent";
622
- readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::NewStrategyVaultEvent`;
623
- readonly $typeArgs: [];
624
- readonly $isPhantom: readonly [];
625
- readonly id: ToField<ID>;
626
- readonly vaultIndex: ToField<"u64">;
627
- readonly signer: ToField<"address">;
628
- private constructor();
629
- static reified(): NewStrategyVaultEventReified;
630
- static get r(): reified.StructClassReified<NewStrategyVaultEvent, NewStrategyVaultEventFields>;
631
- static phantom(): PhantomReified<ToTypeStr<NewStrategyVaultEvent>>;
632
- static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::NewStrategyVaultEvent">;
633
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
634
- id: {
635
- bytes: string;
636
- };
637
- vault_index: string;
638
- signer: string;
639
- }, {
640
- id: {
641
- bytes: string;
642
- };
643
- vault_index: string | number | bigint;
644
- signer: string;
645
- }>;
646
- static fromFields(fields: Record<string, any>): NewStrategyVaultEvent;
647
- static fromFieldsWithTypes(item: FieldsWithTypes): NewStrategyVaultEvent;
648
- static fromBcs(data: Uint8Array): NewStrategyVaultEvent;
649
- toJSONField(): {
650
- id: string;
651
- vaultIndex: string;
652
- signer: string;
653
- };
654
- toJSON(): {
655
- id: string;
656
- vaultIndex: string;
657
- signer: string;
658
- $typeName: string;
659
- $typeArgs: [];
660
- };
661
- static fromJSONField(field: any): NewStrategyVaultEvent;
662
- static fromJSON(json: Record<string, any>): NewStrategyVaultEvent;
663
- static fromSuiParsedData(content: SuiParsedData): NewStrategyVaultEvent;
664
- static fromSuiObjectData(data: SuiObjectData): NewStrategyVaultEvent;
665
- static fetch(client: SuiClient, id: string): Promise<NewStrategyVaultEvent>;
666
- }
667
- export declare function isRemoveStrategyVaultEvent(type: string): boolean;
668
- export interface RemoveStrategyVaultEventFields {
669
- id: ToField<ID>;
670
- vaultIndex: ToField<"u64">;
671
- signer: ToField<"address">;
672
- }
673
- export type RemoveStrategyVaultEventReified = Reified<RemoveStrategyVaultEvent, RemoveStrategyVaultEventFields>;
674
- export declare class RemoveStrategyVaultEvent implements StructClass {
675
- __StructClass: true;
676
- static readonly $typeName = "0x197e13a257d67211cd3bc9ff5b93ffd298afedb43f4c7cbdd9438f5e4e823f4f::auto_bid::RemoveStrategyVaultEvent";
677
- static readonly $numTypeParams = 0;
678
- static readonly $isPhantom: readonly [];
679
- readonly $typeName = "0x197e13a257d67211cd3bc9ff5b93ffd298afedb43f4c7cbdd9438f5e4e823f4f::auto_bid::RemoveStrategyVaultEvent";
680
- readonly $fullTypeName: `${typeof PKG_V13}::auto_bid::RemoveStrategyVaultEvent`;
681
- readonly $typeArgs: [];
682
- readonly $isPhantom: readonly [];
683
- readonly id: ToField<ID>;
684
- readonly vaultIndex: ToField<"u64">;
685
- readonly signer: ToField<"address">;
686
- private constructor();
687
- static reified(): RemoveStrategyVaultEventReified;
688
- static get r(): reified.StructClassReified<RemoveStrategyVaultEvent, RemoveStrategyVaultEventFields>;
689
- static phantom(): PhantomReified<ToTypeStr<RemoveStrategyVaultEvent>>;
690
- static get p(): reified.PhantomReified<"0x197e13a257d67211cd3bc9ff5b93ffd298afedb43f4c7cbdd9438f5e4e823f4f::auto_bid::RemoveStrategyVaultEvent">;
691
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
692
- id: {
693
- bytes: string;
694
- };
695
- vault_index: string;
696
- signer: string;
697
- }, {
698
- id: {
699
- bytes: string;
700
- };
701
- vault_index: string | number | bigint;
702
- signer: string;
703
- }>;
704
- static fromFields(fields: Record<string, any>): RemoveStrategyVaultEvent;
705
- static fromFieldsWithTypes(item: FieldsWithTypes): RemoveStrategyVaultEvent;
706
- static fromBcs(data: Uint8Array): RemoveStrategyVaultEvent;
707
- toJSONField(): {
708
- id: string;
709
- vaultIndex: string;
710
- signer: string;
711
- };
712
- toJSON(): {
713
- id: string;
714
- vaultIndex: string;
715
- signer: string;
716
- $typeName: string;
717
- $typeArgs: [];
718
- };
719
- static fromJSONField(field: any): RemoveStrategyVaultEvent;
720
- static fromJSON(json: Record<string, any>): RemoveStrategyVaultEvent;
721
- static fromSuiParsedData(content: SuiParsedData): RemoveStrategyVaultEvent;
722
- static fromSuiObjectData(data: SuiObjectData): RemoveStrategyVaultEvent;
723
- static fetch(client: SuiClient, id: string): Promise<RemoveStrategyVaultEvent>;
724
- }
725
- export declare function isStrategy(type: string): boolean;
726
- export interface StrategyFields {
727
- id: ToField<UID>;
728
- vaultIndex: ToField<"u64">;
729
- signalIndex: ToField<"u64">;
730
- user: ToField<"address">;
731
- pricePercentage: ToField<"u64">;
732
- size: ToField<"u64">;
733
- maxTimes: ToField<"u64">;
734
- targetRounds: ToField<Vector<"u64">>;
735
- receipts: ToField<Vector<TypusBidReceipt>>;
736
- active: ToField<"bool">;
737
- u64Padding: ToField<Vector<"u64">>;
738
- bidTimes: ToField<"u64">;
739
- bidRound: ToField<"u64">;
740
- bidTsMs: ToField<"u64">;
741
- }
742
- export type StrategyReified = Reified<Strategy, StrategyFields>;
743
- export declare class Strategy implements StructClass {
744
- __StructClass: true;
745
- static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::Strategy";
746
- static readonly $numTypeParams = 0;
747
- static readonly $isPhantom: readonly [];
748
- readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::Strategy";
749
- readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::Strategy`;
750
- readonly $typeArgs: [];
751
- readonly $isPhantom: readonly [];
752
- readonly id: ToField<UID>;
753
- readonly vaultIndex: ToField<"u64">;
754
- readonly signalIndex: ToField<"u64">;
755
- readonly user: ToField<"address">;
756
- readonly pricePercentage: ToField<"u64">;
757
- readonly size: ToField<"u64">;
758
- readonly maxTimes: ToField<"u64">;
759
- readonly targetRounds: ToField<Vector<"u64">>;
760
- readonly receipts: ToField<Vector<TypusBidReceipt>>;
761
- readonly active: ToField<"bool">;
762
- readonly u64Padding: ToField<Vector<"u64">>;
763
- readonly bidTimes: ToField<"u64">;
764
- readonly bidRound: ToField<"u64">;
765
- readonly bidTsMs: ToField<"u64">;
766
- private constructor();
767
- static reified(): StrategyReified;
768
- static get r(): reified.StructClassReified<Strategy, StrategyFields>;
769
- static phantom(): PhantomReified<ToTypeStr<Strategy>>;
770
- static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::Strategy">;
771
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
772
- id: {
773
- id: {
774
- bytes: string;
775
- };
776
- };
777
- vault_index: string;
778
- signal_index: string;
779
- user: string;
780
- price_percentage: string;
781
- size: string;
782
- max_times: string;
783
- target_rounds: string[];
784
- receipts: {
785
- id: {
786
- id: {
787
- bytes: string;
788
- };
789
- };
790
- vid: {
791
- bytes: string;
792
- };
793
- index: string;
794
- metadata: {
795
- bytes: number[];
796
- };
797
- u64_padding: string[];
798
- }[];
799
- active: boolean;
800
- u64_padding: string[];
801
- bid_times: string;
802
- bid_round: string;
803
- bid_ts_ms: string;
804
- }, {
805
- id: {
806
- id: {
807
- bytes: string;
808
- };
809
- };
810
- vault_index: string | number | bigint;
811
- signal_index: string | number | bigint;
812
- user: string;
813
- price_percentage: string | number | bigint;
814
- size: string | number | bigint;
815
- max_times: string | number | bigint;
816
- target_rounds: Iterable<string | number | bigint> & {
817
- length: number;
818
- };
819
- receipts: Iterable<{
820
- id: {
821
- id: {
822
- bytes: string;
823
- };
824
- };
825
- vid: {
826
- bytes: string;
827
- };
828
- index: string | number | bigint;
829
- metadata: {
830
- bytes: Iterable<number> & {
831
- length: number;
832
- };
833
- };
834
- u64_padding: Iterable<string | number | bigint> & {
835
- length: number;
836
- };
837
- }> & {
838
- length: number;
839
- };
840
- active: boolean;
841
- u64_padding: Iterable<string | number | bigint> & {
842
- length: number;
843
- };
844
- bid_times: string | number | bigint;
845
- bid_round: string | number | bigint;
846
- bid_ts_ms: string | number | bigint;
847
- }>;
848
- static fromFields(fields: Record<string, any>): Strategy;
849
- static fromFieldsWithTypes(item: FieldsWithTypes): Strategy;
850
- static fromBcs(data: Uint8Array): Strategy;
851
- toJSONField(): {
852
- id: string;
853
- vaultIndex: string;
854
- signalIndex: string;
855
- user: string;
856
- pricePercentage: string;
857
- size: string;
858
- maxTimes: string;
859
- targetRounds: string[];
860
- receipts: {
861
- id: string;
862
- vid: string;
863
- index: string;
864
- metadata: string;
865
- u64Padding: string[];
866
- }[];
867
- active: boolean;
868
- u64Padding: string[];
869
- bidTimes: string;
870
- bidRound: string;
871
- bidTsMs: string;
872
- };
873
- toJSON(): {
874
- id: string;
875
- vaultIndex: string;
876
- signalIndex: string;
877
- user: string;
878
- pricePercentage: string;
879
- size: string;
880
- maxTimes: string;
881
- targetRounds: string[];
882
- receipts: {
883
- id: string;
884
- vid: string;
885
- index: string;
886
- metadata: string;
887
- u64Padding: string[];
888
- }[];
889
- active: boolean;
890
- u64Padding: string[];
891
- bidTimes: string;
892
- bidRound: string;
893
- bidTsMs: string;
894
- $typeName: string;
895
- $typeArgs: [];
896
- };
897
- static fromJSONField(field: any): Strategy;
898
- static fromJSON(json: Record<string, any>): Strategy;
899
- static fromSuiParsedData(content: SuiParsedData): Strategy;
900
- static fromSuiObjectData(data: SuiObjectData): Strategy;
901
- static fetch(client: SuiClient, id: string): Promise<Strategy>;
902
- }
903
- export declare function isStrategyPool(type: string): boolean;
904
- export interface StrategyPoolFields {
905
- id: ToField<UID>;
906
- strategies: ToField<VecMap<"u64", VecMap<"u64", TableVec<ToPhantom<Strategy>>>>>;
907
- authority: ToField<Vector<"address">>;
908
- }
909
- export type StrategyPoolReified = Reified<StrategyPool, StrategyPoolFields>;
910
- export declare class StrategyPool implements StructClass {
911
- __StructClass: true;
912
- static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::StrategyPool";
913
- static readonly $numTypeParams = 0;
914
- static readonly $isPhantom: readonly [];
915
- readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::StrategyPool";
916
- readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::StrategyPool`;
917
- readonly $typeArgs: [];
918
- readonly $isPhantom: readonly [];
919
- readonly id: ToField<UID>;
920
- readonly strategies: ToField<VecMap<"u64", VecMap<"u64", TableVec<ToPhantom<Strategy>>>>>;
921
- readonly authority: ToField<Vector<"address">>;
922
- private constructor();
923
- static reified(): StrategyPoolReified;
924
- static get r(): reified.StructClassReified<StrategyPool, StrategyPoolFields>;
925
- static phantom(): PhantomReified<ToTypeStr<StrategyPool>>;
926
- static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::StrategyPool">;
927
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
928
- id: {
929
- id: {
930
- bytes: string;
931
- };
932
- };
933
- strategies: {
934
- contents: {
935
- key: string;
936
- value: {
937
- contents: {
938
- key: string;
939
- value: {
940
- contents: {
941
- id: {
942
- id: {
943
- bytes: string;
944
- };
945
- };
946
- size: string;
947
- };
948
- };
949
- }[];
950
- };
951
- }[];
952
- };
953
- authority: string[];
954
- }, {
955
- id: {
956
- id: {
957
- bytes: string;
958
- };
959
- };
960
- strategies: {
961
- contents: Iterable<{
962
- key: string | number | bigint;
963
- value: {
964
- contents: Iterable<{
965
- key: string | number | bigint;
966
- value: {
967
- contents: {
968
- id: {
969
- id: {
970
- bytes: string;
971
- };
972
- };
973
- size: string | number | bigint;
974
- };
975
- };
976
- }> & {
977
- length: number;
978
- };
979
- };
980
- }> & {
981
- length: number;
982
- };
983
- };
984
- authority: Iterable<string> & {
985
- length: number;
986
- };
987
- }>;
988
- static fromFields(fields: Record<string, any>): StrategyPool;
989
- static fromFieldsWithTypes(item: FieldsWithTypes): StrategyPool;
990
- static fromBcs(data: Uint8Array): StrategyPool;
991
- toJSONField(): {
992
- id: string;
993
- strategies: {
994
- contents: {
995
- key: string;
996
- value: {
997
- contents: {
998
- key: string;
999
- value: {
1000
- contents: {
1001
- id: string;
1002
- size: string;
1003
- };
1004
- };
1005
- }[];
1006
- };
1007
- }[];
1008
- };
1009
- authority: string[];
1010
- };
1011
- toJSON(): {
1012
- id: string;
1013
- strategies: {
1014
- contents: {
1015
- key: string;
1016
- value: {
1017
- contents: {
1018
- key: string;
1019
- value: {
1020
- contents: {
1021
- id: string;
1022
- size: string;
1023
- };
1024
- };
1025
- }[];
1026
- };
1027
- }[];
1028
- };
1029
- authority: string[];
1030
- $typeName: string;
1031
- $typeArgs: [];
1032
- };
1033
- static fromJSONField(field: any): StrategyPool;
1034
- static fromJSON(json: Record<string, any>): StrategyPool;
1035
- static fromSuiParsedData(content: SuiParsedData): StrategyPool;
1036
- static fromSuiObjectData(data: SuiObjectData): StrategyPool;
1037
- static fetch(client: SuiClient, id: string): Promise<StrategyPool>;
1038
- }
1039
- export declare function isStrategyPoolV2(type: string): boolean;
1040
- export interface StrategyPoolV2Fields {
1041
- id: ToField<UID>;
1042
- strategies: ToField<VecMap<"u64", VecMap<"u64", TableVec<ToPhantom<StrategyV2>>>>>;
1043
- authority: ToField<Vector<"address">>;
1044
- }
1045
- export type StrategyPoolV2Reified = Reified<StrategyPoolV2, StrategyPoolV2Fields>;
1046
- export declare class StrategyPoolV2 implements StructClass {
1047
- __StructClass: true;
1048
- static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::StrategyPoolV2";
1049
- static readonly $numTypeParams = 0;
1050
- static readonly $isPhantom: readonly [];
1051
- readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::StrategyPoolV2";
1052
- readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::StrategyPoolV2`;
1053
- readonly $typeArgs: [];
1054
- readonly $isPhantom: readonly [];
1055
- readonly id: ToField<UID>;
1056
- readonly strategies: ToField<VecMap<"u64", VecMap<"u64", TableVec<ToPhantom<StrategyV2>>>>>;
1057
- readonly authority: ToField<Vector<"address">>;
1058
- private constructor();
1059
- static reified(): StrategyPoolV2Reified;
1060
- static get r(): reified.StructClassReified<StrategyPoolV2, StrategyPoolV2Fields>;
1061
- static phantom(): PhantomReified<ToTypeStr<StrategyPoolV2>>;
1062
- static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::StrategyPoolV2">;
1063
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1064
- id: {
1065
- id: {
1066
- bytes: string;
1067
- };
1068
- };
1069
- strategies: {
1070
- contents: {
1071
- key: string;
1072
- value: {
1073
- contents: {
1074
- key: string;
1075
- value: {
1076
- contents: {
1077
- id: {
1078
- id: {
1079
- bytes: string;
1080
- };
1081
- };
1082
- size: string;
1083
- };
1084
- };
1085
- }[];
1086
- };
1087
- }[];
1088
- };
1089
- authority: string[];
1090
- }, {
1091
- id: {
1092
- id: {
1093
- bytes: string;
1094
- };
1095
- };
1096
- strategies: {
1097
- contents: Iterable<{
1098
- key: string | number | bigint;
1099
- value: {
1100
- contents: Iterable<{
1101
- key: string | number | bigint;
1102
- value: {
1103
- contents: {
1104
- id: {
1105
- id: {
1106
- bytes: string;
1107
- };
1108
- };
1109
- size: string | number | bigint;
1110
- };
1111
- };
1112
- }> & {
1113
- length: number;
1114
- };
1115
- };
1116
- }> & {
1117
- length: number;
1118
- };
1119
- };
1120
- authority: Iterable<string> & {
1121
- length: number;
1122
- };
1123
- }>;
1124
- static fromFields(fields: Record<string, any>): StrategyPoolV2;
1125
- static fromFieldsWithTypes(item: FieldsWithTypes): StrategyPoolV2;
1126
- static fromBcs(data: Uint8Array): StrategyPoolV2;
1127
- toJSONField(): {
1128
- id: string;
1129
- strategies: {
1130
- contents: {
1131
- key: string;
1132
- value: {
1133
- contents: {
1134
- key: string;
1135
- value: {
1136
- contents: {
1137
- id: string;
1138
- size: string;
1139
- };
1140
- };
1141
- }[];
1142
- };
1143
- }[];
1144
- };
1145
- authority: string[];
1146
- };
1147
- toJSON(): {
1148
- id: string;
1149
- strategies: {
1150
- contents: {
1151
- key: string;
1152
- value: {
1153
- contents: {
1154
- key: string;
1155
- value: {
1156
- contents: {
1157
- id: string;
1158
- size: string;
1159
- };
1160
- };
1161
- }[];
1162
- };
1163
- }[];
1164
- };
1165
- authority: string[];
1166
- $typeName: string;
1167
- $typeArgs: [];
1168
- };
1169
- static fromJSONField(field: any): StrategyPoolV2;
1170
- static fromJSON(json: Record<string, any>): StrategyPoolV2;
1171
- static fromSuiParsedData(content: SuiParsedData): StrategyPoolV2;
1172
- static fromSuiObjectData(data: SuiObjectData): StrategyPoolV2;
1173
- static fetch(client: SuiClient, id: string): Promise<StrategyPoolV2>;
1174
- }
1175
- export declare function isStrategyV2(type: string): boolean;
1176
- export interface StrategyV2Fields {
1177
- id: ToField<UID>;
1178
- vaultIndex: ToField<"u64">;
1179
- signalIndex: ToField<"u64">;
1180
- user: ToField<"address">;
1181
- pricePercentage: ToField<"u64">;
1182
- size: ToField<"u64">;
1183
- maxTimes: ToField<"u64">;
1184
- targetRounds: ToField<Vector<"u64">>;
1185
- receipts: ToField<Vector<TypusBidReceipt>>;
1186
- active: ToField<"bool">;
1187
- u64Padding: ToField<Vector<"u64">>;
1188
- bidTimes: ToField<"u64">;
1189
- bidRound: ToField<"u64">;
1190
- bidTsMs: ToField<"u64">;
1191
- bidRounds: ToField<Vector<"u64">>;
1192
- accumulatedProfit: ToField<"u64">;
1193
- }
1194
- export type StrategyV2Reified = Reified<StrategyV2, StrategyV2Fields>;
1195
- export declare class StrategyV2 implements StructClass {
1196
- __StructClass: true;
1197
- static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::StrategyV2";
1198
- static readonly $numTypeParams = 0;
1199
- static readonly $isPhantom: readonly [];
1200
- readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::StrategyV2";
1201
- readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::StrategyV2`;
1202
- readonly $typeArgs: [];
1203
- readonly $isPhantom: readonly [];
1204
- readonly id: ToField<UID>;
1205
- readonly vaultIndex: ToField<"u64">;
1206
- readonly signalIndex: ToField<"u64">;
1207
- readonly user: ToField<"address">;
1208
- readonly pricePercentage: ToField<"u64">;
1209
- readonly size: ToField<"u64">;
1210
- readonly maxTimes: ToField<"u64">;
1211
- readonly targetRounds: ToField<Vector<"u64">>;
1212
- readonly receipts: ToField<Vector<TypusBidReceipt>>;
1213
- readonly active: ToField<"bool">;
1214
- readonly u64Padding: ToField<Vector<"u64">>;
1215
- readonly bidTimes: ToField<"u64">;
1216
- readonly bidRound: ToField<"u64">;
1217
- readonly bidTsMs: ToField<"u64">;
1218
- readonly bidRounds: ToField<Vector<"u64">>;
1219
- readonly accumulatedProfit: ToField<"u64">;
1220
- private constructor();
1221
- static reified(): StrategyV2Reified;
1222
- static get r(): reified.StructClassReified<StrategyV2, StrategyV2Fields>;
1223
- static phantom(): PhantomReified<ToTypeStr<StrategyV2>>;
1224
- static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::StrategyV2">;
1225
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1226
- id: {
1227
- id: {
1228
- bytes: string;
1229
- };
1230
- };
1231
- vault_index: string;
1232
- signal_index: string;
1233
- user: string;
1234
- price_percentage: string;
1235
- size: string;
1236
- max_times: string;
1237
- target_rounds: string[];
1238
- receipts: {
1239
- id: {
1240
- id: {
1241
- bytes: string;
1242
- };
1243
- };
1244
- vid: {
1245
- bytes: string;
1246
- };
1247
- index: string;
1248
- metadata: {
1249
- bytes: number[];
1250
- };
1251
- u64_padding: string[];
1252
- }[];
1253
- active: boolean;
1254
- u64_padding: string[];
1255
- bid_times: string;
1256
- bid_round: string;
1257
- bid_ts_ms: string;
1258
- bid_rounds: string[];
1259
- accumulated_profit: string;
1260
- }, {
1261
- id: {
1262
- id: {
1263
- bytes: string;
1264
- };
1265
- };
1266
- vault_index: string | number | bigint;
1267
- signal_index: string | number | bigint;
1268
- user: string;
1269
- price_percentage: string | number | bigint;
1270
- size: string | number | bigint;
1271
- max_times: string | number | bigint;
1272
- target_rounds: Iterable<string | number | bigint> & {
1273
- length: number;
1274
- };
1275
- receipts: Iterable<{
1276
- id: {
1277
- id: {
1278
- bytes: string;
1279
- };
1280
- };
1281
- vid: {
1282
- bytes: string;
1283
- };
1284
- index: string | number | bigint;
1285
- metadata: {
1286
- bytes: Iterable<number> & {
1287
- length: number;
1288
- };
1289
- };
1290
- u64_padding: Iterable<string | number | bigint> & {
1291
- length: number;
1292
- };
1293
- }> & {
1294
- length: number;
1295
- };
1296
- active: boolean;
1297
- u64_padding: Iterable<string | number | bigint> & {
1298
- length: number;
1299
- };
1300
- bid_times: string | number | bigint;
1301
- bid_round: string | number | bigint;
1302
- bid_ts_ms: string | number | bigint;
1303
- bid_rounds: Iterable<string | number | bigint> & {
1304
- length: number;
1305
- };
1306
- accumulated_profit: string | number | bigint;
1307
- }>;
1308
- static fromFields(fields: Record<string, any>): StrategyV2;
1309
- static fromFieldsWithTypes(item: FieldsWithTypes): StrategyV2;
1310
- static fromBcs(data: Uint8Array): StrategyV2;
1311
- toJSONField(): {
1312
- id: string;
1313
- vaultIndex: string;
1314
- signalIndex: string;
1315
- user: string;
1316
- pricePercentage: string;
1317
- size: string;
1318
- maxTimes: string;
1319
- targetRounds: string[];
1320
- receipts: {
1321
- id: string;
1322
- vid: string;
1323
- index: string;
1324
- metadata: string;
1325
- u64Padding: string[];
1326
- }[];
1327
- active: boolean;
1328
- u64Padding: string[];
1329
- bidTimes: string;
1330
- bidRound: string;
1331
- bidTsMs: string;
1332
- bidRounds: string[];
1333
- accumulatedProfit: string;
1334
- };
1335
- toJSON(): {
1336
- id: string;
1337
- vaultIndex: string;
1338
- signalIndex: string;
1339
- user: string;
1340
- pricePercentage: string;
1341
- size: string;
1342
- maxTimes: string;
1343
- targetRounds: string[];
1344
- receipts: {
1345
- id: string;
1346
- vid: string;
1347
- index: string;
1348
- metadata: string;
1349
- u64Padding: string[];
1350
- }[];
1351
- active: boolean;
1352
- u64Padding: string[];
1353
- bidTimes: string;
1354
- bidRound: string;
1355
- bidTsMs: string;
1356
- bidRounds: string[];
1357
- accumulatedProfit: string;
1358
- $typeName: string;
1359
- $typeArgs: [];
1360
- };
1361
- static fromJSONField(field: any): StrategyV2;
1362
- static fromJSON(json: Record<string, any>): StrategyV2;
1363
- static fromSuiParsedData(content: SuiParsedData): StrategyV2;
1364
- static fromSuiObjectData(data: SuiObjectData): StrategyV2;
1365
- static fetch(client: SuiClient, id: string): Promise<StrategyV2>;
1366
- }
1367
- export declare function isUpdateStrategyEvent(type: string): boolean;
1368
- export interface UpdateStrategyEventFields {
1369
- vaultIndex: ToField<"u64">;
1370
- signalIndex: ToField<"u64">;
1371
- strategyIndex: ToField<"u64">;
1372
- user: ToField<"address">;
1373
- pricePercentage: ToField<"u64">;
1374
- size: ToField<"u64">;
1375
- maxTimes: ToField<"u64">;
1376
- targetRounds: ToField<Vector<"u64">>;
1377
- depositAmount: ToField<"u64">;
1378
- }
1379
- export type UpdateStrategyEventReified = Reified<UpdateStrategyEvent, UpdateStrategyEventFields>;
1380
- export declare class UpdateStrategyEvent implements StructClass {
1381
- __StructClass: true;
1382
- static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::UpdateStrategyEvent";
1383
- static readonly $numTypeParams = 0;
1384
- static readonly $isPhantom: readonly [];
1385
- readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::UpdateStrategyEvent";
1386
- readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::UpdateStrategyEvent`;
1387
- readonly $typeArgs: [];
1388
- readonly $isPhantom: readonly [];
1389
- readonly vaultIndex: ToField<"u64">;
1390
- readonly signalIndex: ToField<"u64">;
1391
- readonly strategyIndex: ToField<"u64">;
1392
- readonly user: ToField<"address">;
1393
- readonly pricePercentage: ToField<"u64">;
1394
- readonly size: ToField<"u64">;
1395
- readonly maxTimes: ToField<"u64">;
1396
- readonly targetRounds: ToField<Vector<"u64">>;
1397
- readonly depositAmount: ToField<"u64">;
1398
- private constructor();
1399
- static reified(): UpdateStrategyEventReified;
1400
- static get r(): reified.StructClassReified<UpdateStrategyEvent, UpdateStrategyEventFields>;
1401
- static phantom(): PhantomReified<ToTypeStr<UpdateStrategyEvent>>;
1402
- static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::UpdateStrategyEvent">;
1403
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1404
- vault_index: string;
1405
- signal_index: string;
1406
- strategy_index: string;
1407
- user: string;
1408
- price_percentage: string;
1409
- size: string;
1410
- max_times: string;
1411
- target_rounds: string[];
1412
- deposit_amount: string;
1413
- }, {
1414
- vault_index: string | number | bigint;
1415
- signal_index: string | number | bigint;
1416
- strategy_index: string | number | bigint;
1417
- user: string;
1418
- price_percentage: string | number | bigint;
1419
- size: string | number | bigint;
1420
- max_times: string | number | bigint;
1421
- target_rounds: Iterable<string | number | bigint> & {
1422
- length: number;
1423
- };
1424
- deposit_amount: string | number | bigint;
1425
- }>;
1426
- static fromFields(fields: Record<string, any>): UpdateStrategyEvent;
1427
- static fromFieldsWithTypes(item: FieldsWithTypes): UpdateStrategyEvent;
1428
- static fromBcs(data: Uint8Array): UpdateStrategyEvent;
1429
- toJSONField(): {
1430
- vaultIndex: string;
1431
- signalIndex: string;
1432
- strategyIndex: string;
1433
- user: string;
1434
- pricePercentage: string;
1435
- size: string;
1436
- maxTimes: string;
1437
- targetRounds: string[];
1438
- depositAmount: string;
1439
- };
1440
- toJSON(): {
1441
- vaultIndex: string;
1442
- signalIndex: string;
1443
- strategyIndex: string;
1444
- user: string;
1445
- pricePercentage: string;
1446
- size: string;
1447
- maxTimes: string;
1448
- targetRounds: string[];
1449
- depositAmount: string;
1450
- $typeName: string;
1451
- $typeArgs: [];
1452
- };
1453
- static fromJSONField(field: any): UpdateStrategyEvent;
1454
- static fromJSON(json: Record<string, any>): UpdateStrategyEvent;
1455
- static fromSuiParsedData(content: SuiParsedData): UpdateStrategyEvent;
1456
- static fromSuiObjectData(data: SuiObjectData): UpdateStrategyEvent;
1457
- static fetch(client: SuiClient, id: string): Promise<UpdateStrategyEvent>;
1458
- }
1459
- export declare function isWithdrawProfitEvent(type: string): boolean;
1460
- export interface WithdrawProfitEventFields {
1461
- vaultIndex: ToField<"u64">;
1462
- signalIndex: ToField<"u64">;
1463
- strategyIndex: ToField<"u64">;
1464
- user: ToField<"address">;
1465
- profit: ToField<"u64">;
1466
- }
1467
- export type WithdrawProfitEventReified = Reified<WithdrawProfitEvent, WithdrawProfitEventFields>;
1468
- export declare class WithdrawProfitEvent implements StructClass {
1469
- __StructClass: true;
1470
- static readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::WithdrawProfitEvent";
1471
- static readonly $numTypeParams = 0;
1472
- static readonly $isPhantom: readonly [];
1473
- readonly $typeName = "0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::WithdrawProfitEvent";
1474
- readonly $fullTypeName: `${typeof PKG_V1}::auto_bid::WithdrawProfitEvent`;
1475
- readonly $typeArgs: [];
1476
- readonly $isPhantom: readonly [];
1477
- readonly vaultIndex: ToField<"u64">;
1478
- readonly signalIndex: ToField<"u64">;
1479
- readonly strategyIndex: ToField<"u64">;
1480
- readonly user: ToField<"address">;
1481
- readonly profit: ToField<"u64">;
1482
- private constructor();
1483
- static reified(): WithdrawProfitEventReified;
1484
- static get r(): reified.StructClassReified<WithdrawProfitEvent, WithdrawProfitEventFields>;
1485
- static phantom(): PhantomReified<ToTypeStr<WithdrawProfitEvent>>;
1486
- static get p(): reified.PhantomReified<"0x6c9a394a43844fc09d9617bc8a8e775a4521f0e28e83de1da780d043a498671f::auto_bid::WithdrawProfitEvent">;
1487
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1488
- vault_index: string;
1489
- signal_index: string;
1490
- strategy_index: string;
1491
- user: string;
1492
- profit: string;
1493
- }, {
1494
- vault_index: string | number | bigint;
1495
- signal_index: string | number | bigint;
1496
- strategy_index: string | number | bigint;
1497
- user: string;
1498
- profit: string | number | bigint;
1499
- }>;
1500
- static fromFields(fields: Record<string, any>): WithdrawProfitEvent;
1501
- static fromFieldsWithTypes(item: FieldsWithTypes): WithdrawProfitEvent;
1502
- static fromBcs(data: Uint8Array): WithdrawProfitEvent;
1503
- toJSONField(): {
1504
- vaultIndex: string;
1505
- signalIndex: string;
1506
- strategyIndex: string;
1507
- user: string;
1508
- profit: string;
1509
- };
1510
- toJSON(): {
1511
- vaultIndex: string;
1512
- signalIndex: string;
1513
- strategyIndex: string;
1514
- user: string;
1515
- profit: string;
1516
- $typeName: string;
1517
- $typeArgs: [];
1518
- };
1519
- static fromJSONField(field: any): WithdrawProfitEvent;
1520
- static fromJSON(json: Record<string, any>): WithdrawProfitEvent;
1521
- static fromSuiParsedData(content: SuiParsedData): WithdrawProfitEvent;
1522
- static fromSuiObjectData(data: SuiObjectData): WithdrawProfitEvent;
1523
- static fetch(client: SuiClient, id: string): Promise<WithdrawProfitEvent>;
1524
- }