@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,2386 +0,0 @@
1
- import * as reified from "../../../../_framework/reified";
2
- import { PhantomReified, Reified, StructClass, ToField, ToTypeStr } from "../../../../_framework/reified";
3
- import { FieldsWithTypes } from "../../../../_framework/util";
4
- import { Vector } from "../../../../_framework/vector";
5
- import { Option } from "../../0x1/option/structs";
6
- import { String } from "../../0x1/string/structs";
7
- import { TypeName } from "../../0x1/type-name/structs";
8
- import { ID, UID } from "../../0x2/object/structs";
9
- import { PKG_V1 } from "../index";
10
- import { SuiClient, SuiObjectData, SuiParsedData } from "@mysten/sui/client";
11
- export declare function isActivate(type: string): boolean;
12
- export interface ActivateFields {
13
- signer: ToField<"address">;
14
- index: ToField<"u64">;
15
- token: ToField<TypeName>;
16
- amount: ToField<"u64">;
17
- hasNext: ToField<"bool">;
18
- }
19
- export type ActivateReified = Reified<Activate, ActivateFields>;
20
- export declare class Activate implements StructClass {
21
- __StructClass: true;
22
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Activate";
23
- static readonly $numTypeParams = 0;
24
- static readonly $isPhantom: readonly [];
25
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Activate";
26
- readonly $fullTypeName: `${typeof PKG_V1}::vault::Activate`;
27
- readonly $typeArgs: [];
28
- readonly $isPhantom: readonly [];
29
- readonly signer: ToField<"address">;
30
- readonly index: ToField<"u64">;
31
- readonly token: ToField<TypeName>;
32
- readonly amount: ToField<"u64">;
33
- readonly hasNext: ToField<"bool">;
34
- private constructor();
35
- static reified(): ActivateReified;
36
- static get r(): reified.StructClassReified<Activate, ActivateFields>;
37
- static phantom(): PhantomReified<ToTypeStr<Activate>>;
38
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Activate">;
39
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
40
- signer: string;
41
- index: string;
42
- token: {
43
- name: {
44
- bytes: number[];
45
- };
46
- };
47
- amount: string;
48
- has_next: boolean;
49
- }, {
50
- signer: string;
51
- index: string | number | bigint;
52
- token: {
53
- name: {
54
- bytes: Iterable<number> & {
55
- length: number;
56
- };
57
- };
58
- };
59
- amount: string | number | bigint;
60
- has_next: boolean;
61
- }>;
62
- static fromFields(fields: Record<string, any>): Activate;
63
- static fromFieldsWithTypes(item: FieldsWithTypes): Activate;
64
- static fromBcs(data: Uint8Array): Activate;
65
- toJSONField(): {
66
- signer: string;
67
- index: string;
68
- token: {
69
- name: string;
70
- };
71
- amount: string;
72
- hasNext: boolean;
73
- };
74
- toJSON(): {
75
- signer: string;
76
- index: string;
77
- token: {
78
- name: string;
79
- };
80
- amount: string;
81
- hasNext: boolean;
82
- $typeName: string;
83
- $typeArgs: [];
84
- };
85
- static fromJSONField(field: any): Activate;
86
- static fromJSON(json: Record<string, any>): Activate;
87
- static fromSuiParsedData(content: SuiParsedData): Activate;
88
- static fromSuiObjectData(data: SuiObjectData): Activate;
89
- static fetch(client: SuiClient, id: string): Promise<Activate>;
90
- }
91
- export declare function isBidShare(type: string): boolean;
92
- export interface BidShareFields {
93
- receipt: ToField<"address">;
94
- share: ToField<"u64">;
95
- u64Padding: ToField<Vector<"u64">>;
96
- }
97
- export type BidShareReified = Reified<BidShare, BidShareFields>;
98
- export declare class BidShare implements StructClass {
99
- __StructClass: true;
100
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::BidShare";
101
- static readonly $numTypeParams = 0;
102
- static readonly $isPhantom: readonly [];
103
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::BidShare";
104
- readonly $fullTypeName: `${typeof PKG_V1}::vault::BidShare`;
105
- readonly $typeArgs: [];
106
- readonly $isPhantom: readonly [];
107
- readonly receipt: ToField<"address">;
108
- readonly share: ToField<"u64">;
109
- readonly u64Padding: ToField<Vector<"u64">>;
110
- private constructor();
111
- static reified(): BidShareReified;
112
- static get r(): reified.StructClassReified<BidShare, BidShareFields>;
113
- static phantom(): PhantomReified<ToTypeStr<BidShare>>;
114
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::BidShare">;
115
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
116
- receipt: string;
117
- share: string;
118
- u64_padding: string[];
119
- }, {
120
- receipt: string;
121
- share: string | number | bigint;
122
- u64_padding: Iterable<string | number | bigint> & {
123
- length: number;
124
- };
125
- }>;
126
- static fromFields(fields: Record<string, any>): BidShare;
127
- static fromFieldsWithTypes(item: FieldsWithTypes): BidShare;
128
- static fromBcs(data: Uint8Array): BidShare;
129
- toJSONField(): {
130
- receipt: string;
131
- share: string;
132
- u64Padding: string[];
133
- };
134
- toJSON(): {
135
- receipt: string;
136
- share: string;
137
- u64Padding: string[];
138
- $typeName: string;
139
- $typeArgs: [];
140
- };
141
- static fromJSONField(field: any): BidShare;
142
- static fromJSON(json: Record<string, any>): BidShare;
143
- static fromSuiParsedData(content: SuiParsedData): BidShare;
144
- static fromSuiObjectData(data: SuiObjectData): BidShare;
145
- static fetch(client: SuiClient, id: string): Promise<BidShare>;
146
- }
147
- export declare function isBidVault(type: string): boolean;
148
- export interface BidVaultFields {
149
- id: ToField<UID>;
150
- depositToken: ToField<TypeName>;
151
- bidToken: ToField<TypeName>;
152
- incentiveToken: ToField<Option<TypeName>>;
153
- index: ToField<"u64">;
154
- shareSupply: ToField<"u64">;
155
- metadata: ToField<String>;
156
- u64Padding: ToField<Vector<"u64">>;
157
- bcsPadding: ToField<Vector<"u8">>;
158
- }
159
- export type BidVaultReified = Reified<BidVault, BidVaultFields>;
160
- export declare class BidVault implements StructClass {
161
- __StructClass: true;
162
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::BidVault";
163
- static readonly $numTypeParams = 0;
164
- static readonly $isPhantom: readonly [];
165
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::BidVault";
166
- readonly $fullTypeName: `${typeof PKG_V1}::vault::BidVault`;
167
- readonly $typeArgs: [];
168
- readonly $isPhantom: readonly [];
169
- readonly id: ToField<UID>;
170
- readonly depositToken: ToField<TypeName>;
171
- readonly bidToken: ToField<TypeName>;
172
- readonly incentiveToken: ToField<Option<TypeName>>;
173
- readonly index: ToField<"u64">;
174
- readonly shareSupply: ToField<"u64">;
175
- readonly metadata: ToField<String>;
176
- readonly u64Padding: ToField<Vector<"u64">>;
177
- readonly bcsPadding: ToField<Vector<"u8">>;
178
- private constructor();
179
- static reified(): BidVaultReified;
180
- static get r(): reified.StructClassReified<BidVault, BidVaultFields>;
181
- static phantom(): PhantomReified<ToTypeStr<BidVault>>;
182
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::BidVault">;
183
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
184
- id: {
185
- id: {
186
- bytes: string;
187
- };
188
- };
189
- deposit_token: {
190
- name: {
191
- bytes: number[];
192
- };
193
- };
194
- bid_token: {
195
- name: {
196
- bytes: number[];
197
- };
198
- };
199
- incentive_token: {
200
- vec: any[];
201
- };
202
- index: string;
203
- share_supply: string;
204
- metadata: {
205
- bytes: number[];
206
- };
207
- u64_padding: string[];
208
- bcs_padding: number[];
209
- }, {
210
- id: {
211
- id: {
212
- bytes: string;
213
- };
214
- };
215
- deposit_token: {
216
- name: {
217
- bytes: Iterable<number> & {
218
- length: number;
219
- };
220
- };
221
- };
222
- bid_token: {
223
- name: {
224
- bytes: Iterable<number> & {
225
- length: number;
226
- };
227
- };
228
- };
229
- incentive_token: {
230
- vec: Iterable<any> & {
231
- length: number;
232
- };
233
- };
234
- index: string | number | bigint;
235
- share_supply: string | number | bigint;
236
- metadata: {
237
- bytes: Iterable<number> & {
238
- length: number;
239
- };
240
- };
241
- u64_padding: Iterable<string | number | bigint> & {
242
- length: number;
243
- };
244
- bcs_padding: Iterable<number> & {
245
- length: number;
246
- };
247
- }>;
248
- static fromFields(fields: Record<string, any>): BidVault;
249
- static fromFieldsWithTypes(item: FieldsWithTypes): BidVault;
250
- static fromBcs(data: Uint8Array): BidVault;
251
- toJSONField(): {
252
- id: string;
253
- depositToken: {
254
- name: string;
255
- };
256
- bidToken: {
257
- name: string;
258
- };
259
- incentiveToken: {
260
- name: string;
261
- } | null;
262
- index: string;
263
- shareSupply: string;
264
- metadata: string;
265
- u64Padding: string[];
266
- bcsPadding: number[];
267
- };
268
- toJSON(): {
269
- id: string;
270
- depositToken: {
271
- name: string;
272
- };
273
- bidToken: {
274
- name: string;
275
- };
276
- incentiveToken: {
277
- name: string;
278
- } | null;
279
- index: string;
280
- shareSupply: string;
281
- metadata: string;
282
- u64Padding: string[];
283
- bcsPadding: number[];
284
- $typeName: string;
285
- $typeArgs: [];
286
- };
287
- static fromJSONField(field: any): BidVault;
288
- static fromJSON(json: Record<string, any>): BidVault;
289
- static fromSuiParsedData(content: SuiParsedData): BidVault;
290
- static fromSuiObjectData(data: SuiObjectData): BidVault;
291
- static fetch(client: SuiClient, id: string): Promise<BidVault>;
292
- }
293
- export declare function isClaim(type: string): boolean;
294
- export interface ClaimFields {
295
- signer: ToField<"address">;
296
- index: ToField<"u64">;
297
- token: ToField<TypeName>;
298
- amount: ToField<"u64">;
299
- }
300
- export type ClaimReified = Reified<Claim, ClaimFields>;
301
- export declare class Claim implements StructClass {
302
- __StructClass: true;
303
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Claim";
304
- static readonly $numTypeParams = 0;
305
- static readonly $isPhantom: readonly [];
306
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Claim";
307
- readonly $fullTypeName: `${typeof PKG_V1}::vault::Claim`;
308
- readonly $typeArgs: [];
309
- readonly $isPhantom: readonly [];
310
- readonly signer: ToField<"address">;
311
- readonly index: ToField<"u64">;
312
- readonly token: ToField<TypeName>;
313
- readonly amount: ToField<"u64">;
314
- private constructor();
315
- static reified(): ClaimReified;
316
- static get r(): reified.StructClassReified<Claim, ClaimFields>;
317
- static phantom(): PhantomReified<ToTypeStr<Claim>>;
318
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Claim">;
319
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
320
- signer: string;
321
- index: string;
322
- token: {
323
- name: {
324
- bytes: number[];
325
- };
326
- };
327
- amount: string;
328
- }, {
329
- signer: string;
330
- index: string | number | bigint;
331
- token: {
332
- name: {
333
- bytes: Iterable<number> & {
334
- length: number;
335
- };
336
- };
337
- };
338
- amount: string | number | bigint;
339
- }>;
340
- static fromFields(fields: Record<string, any>): Claim;
341
- static fromFieldsWithTypes(item: FieldsWithTypes): Claim;
342
- static fromBcs(data: Uint8Array): Claim;
343
- toJSONField(): {
344
- signer: string;
345
- index: string;
346
- token: {
347
- name: string;
348
- };
349
- amount: string;
350
- };
351
- toJSON(): {
352
- signer: string;
353
- index: string;
354
- token: {
355
- name: string;
356
- };
357
- amount: string;
358
- $typeName: string;
359
- $typeArgs: [];
360
- };
361
- static fromJSONField(field: any): Claim;
362
- static fromJSON(json: Record<string, any>): Claim;
363
- static fromSuiParsedData(content: SuiParsedData): Claim;
364
- static fromSuiObjectData(data: SuiObjectData): Claim;
365
- static fetch(client: SuiClient, id: string): Promise<Claim>;
366
- }
367
- export declare function isCompound(type: string): boolean;
368
- export interface CompoundFields {
369
- signer: ToField<"address">;
370
- index: ToField<"u64">;
371
- token: ToField<TypeName>;
372
- amount: ToField<"u64">;
373
- feeAmount: ToField<"u64">;
374
- feeShareAmount: ToField<"u64">;
375
- sharedFeePool: ToField<Option<Vector<"u8">>>;
376
- }
377
- export type CompoundReified = Reified<Compound, CompoundFields>;
378
- export declare class Compound implements StructClass {
379
- __StructClass: true;
380
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Compound";
381
- static readonly $numTypeParams = 0;
382
- static readonly $isPhantom: readonly [];
383
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Compound";
384
- readonly $fullTypeName: `${typeof PKG_V1}::vault::Compound`;
385
- readonly $typeArgs: [];
386
- readonly $isPhantom: readonly [];
387
- readonly signer: ToField<"address">;
388
- readonly index: ToField<"u64">;
389
- readonly token: ToField<TypeName>;
390
- readonly amount: ToField<"u64">;
391
- readonly feeAmount: ToField<"u64">;
392
- readonly feeShareAmount: ToField<"u64">;
393
- readonly sharedFeePool: ToField<Option<Vector<"u8">>>;
394
- private constructor();
395
- static reified(): CompoundReified;
396
- static get r(): reified.StructClassReified<Compound, CompoundFields>;
397
- static phantom(): PhantomReified<ToTypeStr<Compound>>;
398
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Compound">;
399
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
400
- signer: string;
401
- index: string;
402
- token: {
403
- name: {
404
- bytes: number[];
405
- };
406
- };
407
- amount: string;
408
- fee_amount: string;
409
- fee_share_amount: string;
410
- shared_fee_pool: {
411
- vec: any[];
412
- };
413
- }, {
414
- signer: string;
415
- index: string | number | bigint;
416
- token: {
417
- name: {
418
- bytes: Iterable<number> & {
419
- length: number;
420
- };
421
- };
422
- };
423
- amount: string | number | bigint;
424
- fee_amount: string | number | bigint;
425
- fee_share_amount: string | number | bigint;
426
- shared_fee_pool: {
427
- vec: Iterable<any> & {
428
- length: number;
429
- };
430
- };
431
- }>;
432
- static fromFields(fields: Record<string, any>): Compound;
433
- static fromFieldsWithTypes(item: FieldsWithTypes): Compound;
434
- static fromBcs(data: Uint8Array): Compound;
435
- toJSONField(): {
436
- signer: string;
437
- index: string;
438
- token: {
439
- name: string;
440
- };
441
- amount: string;
442
- feeAmount: string;
443
- feeShareAmount: string;
444
- sharedFeePool: number[] | null;
445
- };
446
- toJSON(): {
447
- signer: string;
448
- index: string;
449
- token: {
450
- name: string;
451
- };
452
- amount: string;
453
- feeAmount: string;
454
- feeShareAmount: string;
455
- sharedFeePool: number[] | null;
456
- $typeName: string;
457
- $typeArgs: [];
458
- };
459
- static fromJSONField(field: any): Compound;
460
- static fromJSON(json: Record<string, any>): Compound;
461
- static fromSuiParsedData(content: SuiParsedData): Compound;
462
- static fromSuiObjectData(data: SuiObjectData): Compound;
463
- static fetch(client: SuiClient, id: string): Promise<Compound>;
464
- }
465
- export declare function isDelivery(type: string): boolean;
466
- export interface DeliveryFields {
467
- signer: ToField<"address">;
468
- index: ToField<"u64">;
469
- premiumToken: ToField<TypeName>;
470
- incentiveToken: ToField<TypeName>;
471
- premium: ToField<"u64">;
472
- incentive: ToField<"u64">;
473
- }
474
- export type DeliveryReified = Reified<Delivery, DeliveryFields>;
475
- export declare class Delivery implements StructClass {
476
- __StructClass: true;
477
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Delivery";
478
- static readonly $numTypeParams = 0;
479
- static readonly $isPhantom: readonly [];
480
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Delivery";
481
- readonly $fullTypeName: `${typeof PKG_V1}::vault::Delivery`;
482
- readonly $typeArgs: [];
483
- readonly $isPhantom: readonly [];
484
- readonly signer: ToField<"address">;
485
- readonly index: ToField<"u64">;
486
- readonly premiumToken: ToField<TypeName>;
487
- readonly incentiveToken: ToField<TypeName>;
488
- readonly premium: ToField<"u64">;
489
- readonly incentive: ToField<"u64">;
490
- private constructor();
491
- static reified(): DeliveryReified;
492
- static get r(): reified.StructClassReified<Delivery, DeliveryFields>;
493
- static phantom(): PhantomReified<ToTypeStr<Delivery>>;
494
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Delivery">;
495
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
496
- signer: string;
497
- index: string;
498
- premium_token: {
499
- name: {
500
- bytes: number[];
501
- };
502
- };
503
- incentive_token: {
504
- name: {
505
- bytes: number[];
506
- };
507
- };
508
- premium: string;
509
- incentive: string;
510
- }, {
511
- signer: string;
512
- index: string | number | bigint;
513
- premium_token: {
514
- name: {
515
- bytes: Iterable<number> & {
516
- length: number;
517
- };
518
- };
519
- };
520
- incentive_token: {
521
- name: {
522
- bytes: Iterable<number> & {
523
- length: number;
524
- };
525
- };
526
- };
527
- premium: string | number | bigint;
528
- incentive: string | number | bigint;
529
- }>;
530
- static fromFields(fields: Record<string, any>): Delivery;
531
- static fromFieldsWithTypes(item: FieldsWithTypes): Delivery;
532
- static fromBcs(data: Uint8Array): Delivery;
533
- toJSONField(): {
534
- signer: string;
535
- index: string;
536
- premiumToken: {
537
- name: string;
538
- };
539
- incentiveToken: {
540
- name: string;
541
- };
542
- premium: string;
543
- incentive: string;
544
- };
545
- toJSON(): {
546
- signer: string;
547
- index: string;
548
- premiumToken: {
549
- name: string;
550
- };
551
- incentiveToken: {
552
- name: string;
553
- };
554
- premium: string;
555
- incentive: string;
556
- $typeName: string;
557
- $typeArgs: [];
558
- };
559
- static fromJSONField(field: any): Delivery;
560
- static fromJSON(json: Record<string, any>): Delivery;
561
- static fromSuiParsedData(content: SuiParsedData): Delivery;
562
- static fromSuiObjectData(data: SuiObjectData): Delivery;
563
- static fetch(client: SuiClient, id: string): Promise<Delivery>;
564
- }
565
- export declare function isDeposit(type: string): boolean;
566
- export interface DepositFields {
567
- signer: ToField<"address">;
568
- index: ToField<"u64">;
569
- token: ToField<TypeName>;
570
- amount: ToField<"u64">;
571
- }
572
- export type DepositReified = Reified<Deposit, DepositFields>;
573
- export declare class Deposit implements StructClass {
574
- __StructClass: true;
575
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Deposit";
576
- static readonly $numTypeParams = 0;
577
- static readonly $isPhantom: readonly [];
578
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Deposit";
579
- readonly $fullTypeName: `${typeof PKG_V1}::vault::Deposit`;
580
- readonly $typeArgs: [];
581
- readonly $isPhantom: readonly [];
582
- readonly signer: ToField<"address">;
583
- readonly index: ToField<"u64">;
584
- readonly token: ToField<TypeName>;
585
- readonly amount: ToField<"u64">;
586
- private constructor();
587
- static reified(): DepositReified;
588
- static get r(): reified.StructClassReified<Deposit, DepositFields>;
589
- static phantom(): PhantomReified<ToTypeStr<Deposit>>;
590
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Deposit">;
591
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
592
- signer: string;
593
- index: string;
594
- token: {
595
- name: {
596
- bytes: number[];
597
- };
598
- };
599
- amount: string;
600
- }, {
601
- signer: string;
602
- index: string | number | bigint;
603
- token: {
604
- name: {
605
- bytes: Iterable<number> & {
606
- length: number;
607
- };
608
- };
609
- };
610
- amount: string | number | bigint;
611
- }>;
612
- static fromFields(fields: Record<string, any>): Deposit;
613
- static fromFieldsWithTypes(item: FieldsWithTypes): Deposit;
614
- static fromBcs(data: Uint8Array): Deposit;
615
- toJSONField(): {
616
- signer: string;
617
- index: string;
618
- token: {
619
- name: string;
620
- };
621
- amount: string;
622
- };
623
- toJSON(): {
624
- signer: string;
625
- index: string;
626
- token: {
627
- name: string;
628
- };
629
- amount: string;
630
- $typeName: string;
631
- $typeArgs: [];
632
- };
633
- static fromJSONField(field: any): Deposit;
634
- static fromJSON(json: Record<string, any>): Deposit;
635
- static fromSuiParsedData(content: SuiParsedData): Deposit;
636
- static fromSuiObjectData(data: SuiObjectData): Deposit;
637
- static fetch(client: SuiClient, id: string): Promise<Deposit>;
638
- }
639
- export declare function isDepositShare(type: string): boolean;
640
- export interface DepositShareFields {
641
- receipt: ToField<"address">;
642
- activeShare: ToField<"u64">;
643
- deactivatingShare: ToField<"u64">;
644
- inactiveShare: ToField<"u64">;
645
- warmupShare: ToField<"u64">;
646
- premiumShare: ToField<"u64">;
647
- incentiveShare: ToField<"u64">;
648
- u64Padding: ToField<Vector<"u64">>;
649
- }
650
- export type DepositShareReified = Reified<DepositShare, DepositShareFields>;
651
- export declare class DepositShare implements StructClass {
652
- __StructClass: true;
653
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::DepositShare";
654
- static readonly $numTypeParams = 0;
655
- static readonly $isPhantom: readonly [];
656
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::DepositShare";
657
- readonly $fullTypeName: `${typeof PKG_V1}::vault::DepositShare`;
658
- readonly $typeArgs: [];
659
- readonly $isPhantom: readonly [];
660
- readonly receipt: ToField<"address">;
661
- readonly activeShare: ToField<"u64">;
662
- readonly deactivatingShare: ToField<"u64">;
663
- readonly inactiveShare: ToField<"u64">;
664
- readonly warmupShare: ToField<"u64">;
665
- readonly premiumShare: ToField<"u64">;
666
- readonly incentiveShare: ToField<"u64">;
667
- readonly u64Padding: ToField<Vector<"u64">>;
668
- private constructor();
669
- static reified(): DepositShareReified;
670
- static get r(): reified.StructClassReified<DepositShare, DepositShareFields>;
671
- static phantom(): PhantomReified<ToTypeStr<DepositShare>>;
672
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::DepositShare">;
673
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
674
- receipt: string;
675
- active_share: string;
676
- deactivating_share: string;
677
- inactive_share: string;
678
- warmup_share: string;
679
- premium_share: string;
680
- incentive_share: string;
681
- u64_padding: string[];
682
- }, {
683
- receipt: string;
684
- active_share: string | number | bigint;
685
- deactivating_share: string | number | bigint;
686
- inactive_share: string | number | bigint;
687
- warmup_share: string | number | bigint;
688
- premium_share: string | number | bigint;
689
- incentive_share: string | number | bigint;
690
- u64_padding: Iterable<string | number | bigint> & {
691
- length: number;
692
- };
693
- }>;
694
- static fromFields(fields: Record<string, any>): DepositShare;
695
- static fromFieldsWithTypes(item: FieldsWithTypes): DepositShare;
696
- static fromBcs(data: Uint8Array): DepositShare;
697
- toJSONField(): {
698
- receipt: string;
699
- activeShare: string;
700
- deactivatingShare: string;
701
- inactiveShare: string;
702
- warmupShare: string;
703
- premiumShare: string;
704
- incentiveShare: string;
705
- u64Padding: string[];
706
- };
707
- toJSON(): {
708
- receipt: string;
709
- activeShare: string;
710
- deactivatingShare: string;
711
- inactiveShare: string;
712
- warmupShare: string;
713
- premiumShare: string;
714
- incentiveShare: string;
715
- u64Padding: string[];
716
- $typeName: string;
717
- $typeArgs: [];
718
- };
719
- static fromJSONField(field: any): DepositShare;
720
- static fromJSON(json: Record<string, any>): DepositShare;
721
- static fromSuiParsedData(content: SuiParsedData): DepositShare;
722
- static fromSuiObjectData(data: SuiObjectData): DepositShare;
723
- static fetch(client: SuiClient, id: string): Promise<DepositShare>;
724
- }
725
- export declare function isDepositVault(type: string): boolean;
726
- export interface DepositVaultFields {
727
- id: ToField<UID>;
728
- depositToken: ToField<TypeName>;
729
- bidToken: ToField<TypeName>;
730
- incentiveToken: ToField<Option<TypeName>>;
731
- index: ToField<"u64">;
732
- feeBp: ToField<"u64">;
733
- feeShareBp: ToField<"u64">;
734
- sharedFeePool: ToField<Option<Vector<"u8">>>;
735
- activeShareSupply: ToField<"u64">;
736
- deactivatingShareSupply: ToField<"u64">;
737
- inactiveShareSupply: ToField<"u64">;
738
- warmupShareSupply: ToField<"u64">;
739
- premiumShareSupply: ToField<"u64">;
740
- incentiveShareSupply: ToField<"u64">;
741
- hasNext: ToField<"bool">;
742
- metadata: ToField<String>;
743
- u64Padding: ToField<Vector<"u64">>;
744
- bcsPadding: ToField<Vector<"u8">>;
745
- }
746
- export type DepositVaultReified = Reified<DepositVault, DepositVaultFields>;
747
- export declare class DepositVault implements StructClass {
748
- __StructClass: true;
749
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::DepositVault";
750
- static readonly $numTypeParams = 0;
751
- static readonly $isPhantom: readonly [];
752
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::DepositVault";
753
- readonly $fullTypeName: `${typeof PKG_V1}::vault::DepositVault`;
754
- readonly $typeArgs: [];
755
- readonly $isPhantom: readonly [];
756
- readonly id: ToField<UID>;
757
- readonly depositToken: ToField<TypeName>;
758
- readonly bidToken: ToField<TypeName>;
759
- readonly incentiveToken: ToField<Option<TypeName>>;
760
- readonly index: ToField<"u64">;
761
- readonly feeBp: ToField<"u64">;
762
- readonly feeShareBp: ToField<"u64">;
763
- readonly sharedFeePool: ToField<Option<Vector<"u8">>>;
764
- readonly activeShareSupply: ToField<"u64">;
765
- readonly deactivatingShareSupply: ToField<"u64">;
766
- readonly inactiveShareSupply: ToField<"u64">;
767
- readonly warmupShareSupply: ToField<"u64">;
768
- readonly premiumShareSupply: ToField<"u64">;
769
- readonly incentiveShareSupply: ToField<"u64">;
770
- readonly hasNext: ToField<"bool">;
771
- readonly metadata: ToField<String>;
772
- readonly u64Padding: ToField<Vector<"u64">>;
773
- readonly bcsPadding: ToField<Vector<"u8">>;
774
- private constructor();
775
- static reified(): DepositVaultReified;
776
- static get r(): reified.StructClassReified<DepositVault, DepositVaultFields>;
777
- static phantom(): PhantomReified<ToTypeStr<DepositVault>>;
778
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::DepositVault">;
779
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
780
- id: {
781
- id: {
782
- bytes: string;
783
- };
784
- };
785
- deposit_token: {
786
- name: {
787
- bytes: number[];
788
- };
789
- };
790
- bid_token: {
791
- name: {
792
- bytes: number[];
793
- };
794
- };
795
- incentive_token: {
796
- vec: any[];
797
- };
798
- index: string;
799
- fee_bp: string;
800
- fee_share_bp: string;
801
- shared_fee_pool: {
802
- vec: any[];
803
- };
804
- active_share_supply: string;
805
- deactivating_share_supply: string;
806
- inactive_share_supply: string;
807
- warmup_share_supply: string;
808
- premium_share_supply: string;
809
- incentive_share_supply: string;
810
- has_next: boolean;
811
- metadata: {
812
- bytes: number[];
813
- };
814
- u64_padding: string[];
815
- bcs_padding: number[];
816
- }, {
817
- id: {
818
- id: {
819
- bytes: string;
820
- };
821
- };
822
- deposit_token: {
823
- name: {
824
- bytes: Iterable<number> & {
825
- length: number;
826
- };
827
- };
828
- };
829
- bid_token: {
830
- name: {
831
- bytes: Iterable<number> & {
832
- length: number;
833
- };
834
- };
835
- };
836
- incentive_token: {
837
- vec: Iterable<any> & {
838
- length: number;
839
- };
840
- };
841
- index: string | number | bigint;
842
- fee_bp: string | number | bigint;
843
- fee_share_bp: string | number | bigint;
844
- shared_fee_pool: {
845
- vec: Iterable<any> & {
846
- length: number;
847
- };
848
- };
849
- active_share_supply: string | number | bigint;
850
- deactivating_share_supply: string | number | bigint;
851
- inactive_share_supply: string | number | bigint;
852
- warmup_share_supply: string | number | bigint;
853
- premium_share_supply: string | number | bigint;
854
- incentive_share_supply: string | number | bigint;
855
- has_next: boolean;
856
- metadata: {
857
- bytes: Iterable<number> & {
858
- length: number;
859
- };
860
- };
861
- u64_padding: Iterable<string | number | bigint> & {
862
- length: number;
863
- };
864
- bcs_padding: Iterable<number> & {
865
- length: number;
866
- };
867
- }>;
868
- static fromFields(fields: Record<string, any>): DepositVault;
869
- static fromFieldsWithTypes(item: FieldsWithTypes): DepositVault;
870
- static fromBcs(data: Uint8Array): DepositVault;
871
- toJSONField(): {
872
- id: string;
873
- depositToken: {
874
- name: string;
875
- };
876
- bidToken: {
877
- name: string;
878
- };
879
- incentiveToken: {
880
- name: string;
881
- } | null;
882
- index: string;
883
- feeBp: string;
884
- feeShareBp: string;
885
- sharedFeePool: number[] | null;
886
- activeShareSupply: string;
887
- deactivatingShareSupply: string;
888
- inactiveShareSupply: string;
889
- warmupShareSupply: string;
890
- premiumShareSupply: string;
891
- incentiveShareSupply: string;
892
- hasNext: boolean;
893
- metadata: string;
894
- u64Padding: string[];
895
- bcsPadding: number[];
896
- };
897
- toJSON(): {
898
- id: string;
899
- depositToken: {
900
- name: string;
901
- };
902
- bidToken: {
903
- name: string;
904
- };
905
- incentiveToken: {
906
- name: string;
907
- } | null;
908
- index: string;
909
- feeBp: string;
910
- feeShareBp: string;
911
- sharedFeePool: number[] | null;
912
- activeShareSupply: string;
913
- deactivatingShareSupply: string;
914
- inactiveShareSupply: string;
915
- warmupShareSupply: string;
916
- premiumShareSupply: string;
917
- incentiveShareSupply: string;
918
- hasNext: boolean;
919
- metadata: string;
920
- u64Padding: string[];
921
- bcsPadding: number[];
922
- $typeName: string;
923
- $typeArgs: [];
924
- };
925
- static fromJSONField(field: any): DepositVault;
926
- static fromJSON(json: Record<string, any>): DepositVault;
927
- static fromSuiParsedData(content: SuiParsedData): DepositVault;
928
- static fromSuiObjectData(data: SuiObjectData): DepositVault;
929
- static fetch(client: SuiClient, id: string): Promise<DepositVault>;
930
- }
931
- export declare function isExercise(type: string): boolean;
932
- export interface ExerciseFields {
933
- signer: ToField<"address">;
934
- index: ToField<"u64">;
935
- depositToken: ToField<TypeName>;
936
- incentiveToken: ToField<Option<TypeName>>;
937
- amount: ToField<"u64">;
938
- }
939
- export type ExerciseReified = Reified<Exercise, ExerciseFields>;
940
- export declare class Exercise implements StructClass {
941
- __StructClass: true;
942
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Exercise";
943
- static readonly $numTypeParams = 0;
944
- static readonly $isPhantom: readonly [];
945
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Exercise";
946
- readonly $fullTypeName: `${typeof PKG_V1}::vault::Exercise`;
947
- readonly $typeArgs: [];
948
- readonly $isPhantom: readonly [];
949
- readonly signer: ToField<"address">;
950
- readonly index: ToField<"u64">;
951
- readonly depositToken: ToField<TypeName>;
952
- readonly incentiveToken: ToField<Option<TypeName>>;
953
- readonly amount: ToField<"u64">;
954
- private constructor();
955
- static reified(): ExerciseReified;
956
- static get r(): reified.StructClassReified<Exercise, ExerciseFields>;
957
- static phantom(): PhantomReified<ToTypeStr<Exercise>>;
958
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Exercise">;
959
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
960
- signer: string;
961
- index: string;
962
- deposit_token: {
963
- name: {
964
- bytes: number[];
965
- };
966
- };
967
- incentive_token: {
968
- vec: any[];
969
- };
970
- amount: string;
971
- }, {
972
- signer: string;
973
- index: string | number | bigint;
974
- deposit_token: {
975
- name: {
976
- bytes: Iterable<number> & {
977
- length: number;
978
- };
979
- };
980
- };
981
- incentive_token: {
982
- vec: Iterable<any> & {
983
- length: number;
984
- };
985
- };
986
- amount: string | number | bigint;
987
- }>;
988
- static fromFields(fields: Record<string, any>): Exercise;
989
- static fromFieldsWithTypes(item: FieldsWithTypes): Exercise;
990
- static fromBcs(data: Uint8Array): Exercise;
991
- toJSONField(): {
992
- signer: string;
993
- index: string;
994
- depositToken: {
995
- name: string;
996
- };
997
- incentiveToken: {
998
- name: string;
999
- } | null;
1000
- amount: string;
1001
- };
1002
- toJSON(): {
1003
- signer: string;
1004
- index: string;
1005
- depositToken: {
1006
- name: string;
1007
- };
1008
- incentiveToken: {
1009
- name: string;
1010
- } | null;
1011
- amount: string;
1012
- $typeName: string;
1013
- $typeArgs: [];
1014
- };
1015
- static fromJSONField(field: any): Exercise;
1016
- static fromJSON(json: Record<string, any>): Exercise;
1017
- static fromSuiParsedData(content: SuiParsedData): Exercise;
1018
- static fromSuiObjectData(data: SuiObjectData): Exercise;
1019
- static fetch(client: SuiClient, id: string): Promise<Exercise>;
1020
- }
1021
- export declare function isHarvest(type: string): boolean;
1022
- export interface HarvestFields {
1023
- signer: ToField<"address">;
1024
- index: ToField<"u64">;
1025
- token: ToField<TypeName>;
1026
- amount: ToField<"u64">;
1027
- feeAmount: ToField<"u64">;
1028
- feeShareAmount: ToField<"u64">;
1029
- sharedFeePool: ToField<Option<Vector<"u8">>>;
1030
- }
1031
- export type HarvestReified = Reified<Harvest, HarvestFields>;
1032
- export declare class Harvest implements StructClass {
1033
- __StructClass: true;
1034
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Harvest";
1035
- static readonly $numTypeParams = 0;
1036
- static readonly $isPhantom: readonly [];
1037
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Harvest";
1038
- readonly $fullTypeName: `${typeof PKG_V1}::vault::Harvest`;
1039
- readonly $typeArgs: [];
1040
- readonly $isPhantom: readonly [];
1041
- readonly signer: ToField<"address">;
1042
- readonly index: ToField<"u64">;
1043
- readonly token: ToField<TypeName>;
1044
- readonly amount: ToField<"u64">;
1045
- readonly feeAmount: ToField<"u64">;
1046
- readonly feeShareAmount: ToField<"u64">;
1047
- readonly sharedFeePool: ToField<Option<Vector<"u8">>>;
1048
- private constructor();
1049
- static reified(): HarvestReified;
1050
- static get r(): reified.StructClassReified<Harvest, HarvestFields>;
1051
- static phantom(): PhantomReified<ToTypeStr<Harvest>>;
1052
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Harvest">;
1053
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1054
- signer: string;
1055
- index: string;
1056
- token: {
1057
- name: {
1058
- bytes: number[];
1059
- };
1060
- };
1061
- amount: string;
1062
- fee_amount: string;
1063
- fee_share_amount: string;
1064
- shared_fee_pool: {
1065
- vec: any[];
1066
- };
1067
- }, {
1068
- signer: string;
1069
- index: string | number | bigint;
1070
- token: {
1071
- name: {
1072
- bytes: Iterable<number> & {
1073
- length: number;
1074
- };
1075
- };
1076
- };
1077
- amount: string | number | bigint;
1078
- fee_amount: string | number | bigint;
1079
- fee_share_amount: string | number | bigint;
1080
- shared_fee_pool: {
1081
- vec: Iterable<any> & {
1082
- length: number;
1083
- };
1084
- };
1085
- }>;
1086
- static fromFields(fields: Record<string, any>): Harvest;
1087
- static fromFieldsWithTypes(item: FieldsWithTypes): Harvest;
1088
- static fromBcs(data: Uint8Array): Harvest;
1089
- toJSONField(): {
1090
- signer: string;
1091
- index: string;
1092
- token: {
1093
- name: string;
1094
- };
1095
- amount: string;
1096
- feeAmount: string;
1097
- feeShareAmount: string;
1098
- sharedFeePool: number[] | null;
1099
- };
1100
- toJSON(): {
1101
- signer: string;
1102
- index: string;
1103
- token: {
1104
- name: string;
1105
- };
1106
- amount: string;
1107
- feeAmount: string;
1108
- feeShareAmount: string;
1109
- sharedFeePool: number[] | null;
1110
- $typeName: string;
1111
- $typeArgs: [];
1112
- };
1113
- static fromJSONField(field: any): Harvest;
1114
- static fromJSON(json: Record<string, any>): Harvest;
1115
- static fromSuiParsedData(content: SuiParsedData): Harvest;
1116
- static fromSuiObjectData(data: SuiObjectData): Harvest;
1117
- static fetch(client: SuiClient, id: string): Promise<Harvest>;
1118
- }
1119
- export declare function isIncentiviseBidder(type: string): boolean;
1120
- export interface IncentiviseBidderFields {
1121
- signer: ToField<"address">;
1122
- index: ToField<"u64">;
1123
- token: ToField<TypeName>;
1124
- amount: ToField<"u64">;
1125
- }
1126
- export type IncentiviseBidderReified = Reified<IncentiviseBidder, IncentiviseBidderFields>;
1127
- export declare class IncentiviseBidder implements StructClass {
1128
- __StructClass: true;
1129
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::IncentiviseBidder";
1130
- static readonly $numTypeParams = 0;
1131
- static readonly $isPhantom: readonly [];
1132
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::IncentiviseBidder";
1133
- readonly $fullTypeName: `${typeof PKG_V1}::vault::IncentiviseBidder`;
1134
- readonly $typeArgs: [];
1135
- readonly $isPhantom: readonly [];
1136
- readonly signer: ToField<"address">;
1137
- readonly index: ToField<"u64">;
1138
- readonly token: ToField<TypeName>;
1139
- readonly amount: ToField<"u64">;
1140
- private constructor();
1141
- static reified(): IncentiviseBidderReified;
1142
- static get r(): reified.StructClassReified<IncentiviseBidder, IncentiviseBidderFields>;
1143
- static phantom(): PhantomReified<ToTypeStr<IncentiviseBidder>>;
1144
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::IncentiviseBidder">;
1145
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1146
- signer: string;
1147
- index: string;
1148
- token: {
1149
- name: {
1150
- bytes: number[];
1151
- };
1152
- };
1153
- amount: string;
1154
- }, {
1155
- signer: string;
1156
- index: string | number | bigint;
1157
- token: {
1158
- name: {
1159
- bytes: Iterable<number> & {
1160
- length: number;
1161
- };
1162
- };
1163
- };
1164
- amount: string | number | bigint;
1165
- }>;
1166
- static fromFields(fields: Record<string, any>): IncentiviseBidder;
1167
- static fromFieldsWithTypes(item: FieldsWithTypes): IncentiviseBidder;
1168
- static fromBcs(data: Uint8Array): IncentiviseBidder;
1169
- toJSONField(): {
1170
- signer: string;
1171
- index: string;
1172
- token: {
1173
- name: string;
1174
- };
1175
- amount: string;
1176
- };
1177
- toJSON(): {
1178
- signer: string;
1179
- index: string;
1180
- token: {
1181
- name: string;
1182
- };
1183
- amount: string;
1184
- $typeName: string;
1185
- $typeArgs: [];
1186
- };
1187
- static fromJSONField(field: any): IncentiviseBidder;
1188
- static fromJSON(json: Record<string, any>): IncentiviseBidder;
1189
- static fromSuiParsedData(content: SuiParsedData): IncentiviseBidder;
1190
- static fromSuiObjectData(data: SuiObjectData): IncentiviseBidder;
1191
- static fetch(client: SuiClient, id: string): Promise<IncentiviseBidder>;
1192
- }
1193
- export declare function isNewBidVault(type: string): boolean;
1194
- export interface NewBidVaultFields {
1195
- signer: ToField<"address">;
1196
- index: ToField<"u64">;
1197
- bidToken: ToField<TypeName>;
1198
- }
1199
- export type NewBidVaultReified = Reified<NewBidVault, NewBidVaultFields>;
1200
- export declare class NewBidVault implements StructClass {
1201
- __StructClass: true;
1202
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewBidVault";
1203
- static readonly $numTypeParams = 0;
1204
- static readonly $isPhantom: readonly [];
1205
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewBidVault";
1206
- readonly $fullTypeName: `${typeof PKG_V1}::vault::NewBidVault`;
1207
- readonly $typeArgs: [];
1208
- readonly $isPhantom: readonly [];
1209
- readonly signer: ToField<"address">;
1210
- readonly index: ToField<"u64">;
1211
- readonly bidToken: ToField<TypeName>;
1212
- private constructor();
1213
- static reified(): NewBidVaultReified;
1214
- static get r(): reified.StructClassReified<NewBidVault, NewBidVaultFields>;
1215
- static phantom(): PhantomReified<ToTypeStr<NewBidVault>>;
1216
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewBidVault">;
1217
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1218
- signer: string;
1219
- index: string;
1220
- bid_token: {
1221
- name: {
1222
- bytes: number[];
1223
- };
1224
- };
1225
- }, {
1226
- signer: string;
1227
- index: string | number | bigint;
1228
- bid_token: {
1229
- name: {
1230
- bytes: Iterable<number> & {
1231
- length: number;
1232
- };
1233
- };
1234
- };
1235
- }>;
1236
- static fromFields(fields: Record<string, any>): NewBidVault;
1237
- static fromFieldsWithTypes(item: FieldsWithTypes): NewBidVault;
1238
- static fromBcs(data: Uint8Array): NewBidVault;
1239
- toJSONField(): {
1240
- signer: string;
1241
- index: string;
1242
- bidToken: {
1243
- name: string;
1244
- };
1245
- };
1246
- toJSON(): {
1247
- signer: string;
1248
- index: string;
1249
- bidToken: {
1250
- name: string;
1251
- };
1252
- $typeName: string;
1253
- $typeArgs: [];
1254
- };
1255
- static fromJSONField(field: any): NewBidVault;
1256
- static fromJSON(json: Record<string, any>): NewBidVault;
1257
- static fromSuiParsedData(content: SuiParsedData): NewBidVault;
1258
- static fromSuiObjectData(data: SuiObjectData): NewBidVault;
1259
- static fetch(client: SuiClient, id: string): Promise<NewBidVault>;
1260
- }
1261
- export declare function isNewDepositVault(type: string): boolean;
1262
- export interface NewDepositVaultFields {
1263
- signer: ToField<"address">;
1264
- index: ToField<"u64">;
1265
- depositToken: ToField<TypeName>;
1266
- bidToken: ToField<TypeName>;
1267
- }
1268
- export type NewDepositVaultReified = Reified<NewDepositVault, NewDepositVaultFields>;
1269
- export declare class NewDepositVault implements StructClass {
1270
- __StructClass: true;
1271
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewDepositVault";
1272
- static readonly $numTypeParams = 0;
1273
- static readonly $isPhantom: readonly [];
1274
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewDepositVault";
1275
- readonly $fullTypeName: `${typeof PKG_V1}::vault::NewDepositVault`;
1276
- readonly $typeArgs: [];
1277
- readonly $isPhantom: readonly [];
1278
- readonly signer: ToField<"address">;
1279
- readonly index: ToField<"u64">;
1280
- readonly depositToken: ToField<TypeName>;
1281
- readonly bidToken: ToField<TypeName>;
1282
- private constructor();
1283
- static reified(): NewDepositVaultReified;
1284
- static get r(): reified.StructClassReified<NewDepositVault, NewDepositVaultFields>;
1285
- static phantom(): PhantomReified<ToTypeStr<NewDepositVault>>;
1286
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewDepositVault">;
1287
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1288
- signer: string;
1289
- index: string;
1290
- deposit_token: {
1291
- name: {
1292
- bytes: number[];
1293
- };
1294
- };
1295
- bid_token: {
1296
- name: {
1297
- bytes: number[];
1298
- };
1299
- };
1300
- }, {
1301
- signer: string;
1302
- index: string | number | bigint;
1303
- deposit_token: {
1304
- name: {
1305
- bytes: Iterable<number> & {
1306
- length: number;
1307
- };
1308
- };
1309
- };
1310
- bid_token: {
1311
- name: {
1312
- bytes: Iterable<number> & {
1313
- length: number;
1314
- };
1315
- };
1316
- };
1317
- }>;
1318
- static fromFields(fields: Record<string, any>): NewDepositVault;
1319
- static fromFieldsWithTypes(item: FieldsWithTypes): NewDepositVault;
1320
- static fromBcs(data: Uint8Array): NewDepositVault;
1321
- toJSONField(): {
1322
- signer: string;
1323
- index: string;
1324
- depositToken: {
1325
- name: string;
1326
- };
1327
- bidToken: {
1328
- name: string;
1329
- };
1330
- };
1331
- toJSON(): {
1332
- signer: string;
1333
- index: string;
1334
- depositToken: {
1335
- name: string;
1336
- };
1337
- bidToken: {
1338
- name: string;
1339
- };
1340
- $typeName: string;
1341
- $typeArgs: [];
1342
- };
1343
- static fromJSONField(field: any): NewDepositVault;
1344
- static fromJSON(json: Record<string, any>): NewDepositVault;
1345
- static fromSuiParsedData(content: SuiParsedData): NewDepositVault;
1346
- static fromSuiObjectData(data: SuiObjectData): NewDepositVault;
1347
- static fetch(client: SuiClient, id: string): Promise<NewDepositVault>;
1348
- }
1349
- export declare function isNewRefundVault(type: string): boolean;
1350
- export interface NewRefundVaultFields {
1351
- signer: ToField<"address">;
1352
- token: ToField<TypeName>;
1353
- }
1354
- export type NewRefundVaultReified = Reified<NewRefundVault, NewRefundVaultFields>;
1355
- export declare class NewRefundVault implements StructClass {
1356
- __StructClass: true;
1357
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewRefundVault";
1358
- static readonly $numTypeParams = 0;
1359
- static readonly $isPhantom: readonly [];
1360
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewRefundVault";
1361
- readonly $fullTypeName: `${typeof PKG_V1}::vault::NewRefundVault`;
1362
- readonly $typeArgs: [];
1363
- readonly $isPhantom: readonly [];
1364
- readonly signer: ToField<"address">;
1365
- readonly token: ToField<TypeName>;
1366
- private constructor();
1367
- static reified(): NewRefundVaultReified;
1368
- static get r(): reified.StructClassReified<NewRefundVault, NewRefundVaultFields>;
1369
- static phantom(): PhantomReified<ToTypeStr<NewRefundVault>>;
1370
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::NewRefundVault">;
1371
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1372
- signer: string;
1373
- token: {
1374
- name: {
1375
- bytes: number[];
1376
- };
1377
- };
1378
- }, {
1379
- signer: string;
1380
- token: {
1381
- name: {
1382
- bytes: Iterable<number> & {
1383
- length: number;
1384
- };
1385
- };
1386
- };
1387
- }>;
1388
- static fromFields(fields: Record<string, any>): NewRefundVault;
1389
- static fromFieldsWithTypes(item: FieldsWithTypes): NewRefundVault;
1390
- static fromBcs(data: Uint8Array): NewRefundVault;
1391
- toJSONField(): {
1392
- signer: string;
1393
- token: {
1394
- name: string;
1395
- };
1396
- };
1397
- toJSON(): {
1398
- signer: string;
1399
- token: {
1400
- name: string;
1401
- };
1402
- $typeName: string;
1403
- $typeArgs: [];
1404
- };
1405
- static fromJSONField(field: any): NewRefundVault;
1406
- static fromJSON(json: Record<string, any>): NewRefundVault;
1407
- static fromSuiParsedData(content: SuiParsedData): NewRefundVault;
1408
- static fromSuiObjectData(data: SuiObjectData): NewRefundVault;
1409
- static fetch(client: SuiClient, id: string): Promise<NewRefundVault>;
1410
- }
1411
- export declare function isRecoup(type: string): boolean;
1412
- export interface RecoupFields {
1413
- signer: ToField<"address">;
1414
- index: ToField<"u64">;
1415
- token: ToField<TypeName>;
1416
- active: ToField<"u64">;
1417
- deactivating: ToField<"u64">;
1418
- }
1419
- export type RecoupReified = Reified<Recoup, RecoupFields>;
1420
- export declare class Recoup implements StructClass {
1421
- __StructClass: true;
1422
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Recoup";
1423
- static readonly $numTypeParams = 0;
1424
- static readonly $isPhantom: readonly [];
1425
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Recoup";
1426
- readonly $fullTypeName: `${typeof PKG_V1}::vault::Recoup`;
1427
- readonly $typeArgs: [];
1428
- readonly $isPhantom: readonly [];
1429
- readonly signer: ToField<"address">;
1430
- readonly index: ToField<"u64">;
1431
- readonly token: ToField<TypeName>;
1432
- readonly active: ToField<"u64">;
1433
- readonly deactivating: ToField<"u64">;
1434
- private constructor();
1435
- static reified(): RecoupReified;
1436
- static get r(): reified.StructClassReified<Recoup, RecoupFields>;
1437
- static phantom(): PhantomReified<ToTypeStr<Recoup>>;
1438
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Recoup">;
1439
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1440
- signer: string;
1441
- index: string;
1442
- token: {
1443
- name: {
1444
- bytes: number[];
1445
- };
1446
- };
1447
- active: string;
1448
- deactivating: string;
1449
- }, {
1450
- signer: string;
1451
- index: string | number | bigint;
1452
- token: {
1453
- name: {
1454
- bytes: Iterable<number> & {
1455
- length: number;
1456
- };
1457
- };
1458
- };
1459
- active: string | number | bigint;
1460
- deactivating: string | number | bigint;
1461
- }>;
1462
- static fromFields(fields: Record<string, any>): Recoup;
1463
- static fromFieldsWithTypes(item: FieldsWithTypes): Recoup;
1464
- static fromBcs(data: Uint8Array): Recoup;
1465
- toJSONField(): {
1466
- signer: string;
1467
- index: string;
1468
- token: {
1469
- name: string;
1470
- };
1471
- active: string;
1472
- deactivating: string;
1473
- };
1474
- toJSON(): {
1475
- signer: string;
1476
- index: string;
1477
- token: {
1478
- name: string;
1479
- };
1480
- active: string;
1481
- deactivating: string;
1482
- $typeName: string;
1483
- $typeArgs: [];
1484
- };
1485
- static fromJSONField(field: any): Recoup;
1486
- static fromJSON(json: Record<string, any>): Recoup;
1487
- static fromSuiParsedData(content: SuiParsedData): Recoup;
1488
- static fromSuiObjectData(data: SuiObjectData): Recoup;
1489
- static fetch(client: SuiClient, id: string): Promise<Recoup>;
1490
- }
1491
- export declare function isRedeem(type: string): boolean;
1492
- export interface RedeemFields {
1493
- signer: ToField<"address">;
1494
- index: ToField<"u64">;
1495
- token: ToField<TypeName>;
1496
- amount: ToField<"u64">;
1497
- }
1498
- export type RedeemReified = Reified<Redeem, RedeemFields>;
1499
- export declare class Redeem implements StructClass {
1500
- __StructClass: true;
1501
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Redeem";
1502
- static readonly $numTypeParams = 0;
1503
- static readonly $isPhantom: readonly [];
1504
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Redeem";
1505
- readonly $fullTypeName: `${typeof PKG_V1}::vault::Redeem`;
1506
- readonly $typeArgs: [];
1507
- readonly $isPhantom: readonly [];
1508
- readonly signer: ToField<"address">;
1509
- readonly index: ToField<"u64">;
1510
- readonly token: ToField<TypeName>;
1511
- readonly amount: ToField<"u64">;
1512
- private constructor();
1513
- static reified(): RedeemReified;
1514
- static get r(): reified.StructClassReified<Redeem, RedeemFields>;
1515
- static phantom(): PhantomReified<ToTypeStr<Redeem>>;
1516
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Redeem">;
1517
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1518
- signer: string;
1519
- index: string;
1520
- token: {
1521
- name: {
1522
- bytes: number[];
1523
- };
1524
- };
1525
- amount: string;
1526
- }, {
1527
- signer: string;
1528
- index: string | number | bigint;
1529
- token: {
1530
- name: {
1531
- bytes: Iterable<number> & {
1532
- length: number;
1533
- };
1534
- };
1535
- };
1536
- amount: string | number | bigint;
1537
- }>;
1538
- static fromFields(fields: Record<string, any>): Redeem;
1539
- static fromFieldsWithTypes(item: FieldsWithTypes): Redeem;
1540
- static fromBcs(data: Uint8Array): Redeem;
1541
- toJSONField(): {
1542
- signer: string;
1543
- index: string;
1544
- token: {
1545
- name: string;
1546
- };
1547
- amount: string;
1548
- };
1549
- toJSON(): {
1550
- signer: string;
1551
- index: string;
1552
- token: {
1553
- name: string;
1554
- };
1555
- amount: string;
1556
- $typeName: string;
1557
- $typeArgs: [];
1558
- };
1559
- static fromJSONField(field: any): Redeem;
1560
- static fromJSON(json: Record<string, any>): Redeem;
1561
- static fromSuiParsedData(content: SuiParsedData): Redeem;
1562
- static fromSuiObjectData(data: SuiObjectData): Redeem;
1563
- static fetch(client: SuiClient, id: string): Promise<Redeem>;
1564
- }
1565
- export declare function isRefundShare(type: string): boolean;
1566
- export interface RefundShareFields {
1567
- user: ToField<"address">;
1568
- share: ToField<"u64">;
1569
- u64Padding: ToField<Vector<"u64">>;
1570
- }
1571
- export type RefundShareReified = Reified<RefundShare, RefundShareFields>;
1572
- export declare class RefundShare implements StructClass {
1573
- __StructClass: true;
1574
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::RefundShare";
1575
- static readonly $numTypeParams = 0;
1576
- static readonly $isPhantom: readonly [];
1577
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::RefundShare";
1578
- readonly $fullTypeName: `${typeof PKG_V1}::vault::RefundShare`;
1579
- readonly $typeArgs: [];
1580
- readonly $isPhantom: readonly [];
1581
- readonly user: ToField<"address">;
1582
- readonly share: ToField<"u64">;
1583
- readonly u64Padding: ToField<Vector<"u64">>;
1584
- private constructor();
1585
- static reified(): RefundShareReified;
1586
- static get r(): reified.StructClassReified<RefundShare, RefundShareFields>;
1587
- static phantom(): PhantomReified<ToTypeStr<RefundShare>>;
1588
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::RefundShare">;
1589
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1590
- user: string;
1591
- share: string;
1592
- u64_padding: string[];
1593
- }, {
1594
- user: string;
1595
- share: string | number | bigint;
1596
- u64_padding: Iterable<string | number | bigint> & {
1597
- length: number;
1598
- };
1599
- }>;
1600
- static fromFields(fields: Record<string, any>): RefundShare;
1601
- static fromFieldsWithTypes(item: FieldsWithTypes): RefundShare;
1602
- static fromBcs(data: Uint8Array): RefundShare;
1603
- toJSONField(): {
1604
- user: string;
1605
- share: string;
1606
- u64Padding: string[];
1607
- };
1608
- toJSON(): {
1609
- user: string;
1610
- share: string;
1611
- u64Padding: string[];
1612
- $typeName: string;
1613
- $typeArgs: [];
1614
- };
1615
- static fromJSONField(field: any): RefundShare;
1616
- static fromJSON(json: Record<string, any>): RefundShare;
1617
- static fromSuiParsedData(content: SuiParsedData): RefundShare;
1618
- static fromSuiObjectData(data: SuiObjectData): RefundShare;
1619
- static fetch(client: SuiClient, id: string): Promise<RefundShare>;
1620
- }
1621
- export declare function isRefundVault(type: string): boolean;
1622
- export interface RefundVaultFields {
1623
- id: ToField<UID>;
1624
- token: ToField<TypeName>;
1625
- shareSupply: ToField<"u64">;
1626
- u64Padding: ToField<Vector<"u64">>;
1627
- bcsPadding: ToField<Vector<"u8">>;
1628
- }
1629
- export type RefundVaultReified = Reified<RefundVault, RefundVaultFields>;
1630
- export declare class RefundVault implements StructClass {
1631
- __StructClass: true;
1632
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::RefundVault";
1633
- static readonly $numTypeParams = 0;
1634
- static readonly $isPhantom: readonly [];
1635
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::RefundVault";
1636
- readonly $fullTypeName: `${typeof PKG_V1}::vault::RefundVault`;
1637
- readonly $typeArgs: [];
1638
- readonly $isPhantom: readonly [];
1639
- readonly id: ToField<UID>;
1640
- readonly token: ToField<TypeName>;
1641
- readonly shareSupply: ToField<"u64">;
1642
- readonly u64Padding: ToField<Vector<"u64">>;
1643
- readonly bcsPadding: ToField<Vector<"u8">>;
1644
- private constructor();
1645
- static reified(): RefundVaultReified;
1646
- static get r(): reified.StructClassReified<RefundVault, RefundVaultFields>;
1647
- static phantom(): PhantomReified<ToTypeStr<RefundVault>>;
1648
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::RefundVault">;
1649
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1650
- id: {
1651
- id: {
1652
- bytes: string;
1653
- };
1654
- };
1655
- token: {
1656
- name: {
1657
- bytes: number[];
1658
- };
1659
- };
1660
- share_supply: string;
1661
- u64_padding: string[];
1662
- bcs_padding: number[];
1663
- }, {
1664
- id: {
1665
- id: {
1666
- bytes: string;
1667
- };
1668
- };
1669
- token: {
1670
- name: {
1671
- bytes: Iterable<number> & {
1672
- length: number;
1673
- };
1674
- };
1675
- };
1676
- share_supply: string | number | bigint;
1677
- u64_padding: Iterable<string | number | bigint> & {
1678
- length: number;
1679
- };
1680
- bcs_padding: Iterable<number> & {
1681
- length: number;
1682
- };
1683
- }>;
1684
- static fromFields(fields: Record<string, any>): RefundVault;
1685
- static fromFieldsWithTypes(item: FieldsWithTypes): RefundVault;
1686
- static fromBcs(data: Uint8Array): RefundVault;
1687
- toJSONField(): {
1688
- id: string;
1689
- token: {
1690
- name: string;
1691
- };
1692
- shareSupply: string;
1693
- u64Padding: string[];
1694
- bcsPadding: number[];
1695
- };
1696
- toJSON(): {
1697
- id: string;
1698
- token: {
1699
- name: string;
1700
- };
1701
- shareSupply: string;
1702
- u64Padding: string[];
1703
- bcsPadding: number[];
1704
- $typeName: string;
1705
- $typeArgs: [];
1706
- };
1707
- static fromJSONField(field: any): RefundVault;
1708
- static fromJSON(json: Record<string, any>): RefundVault;
1709
- static fromSuiParsedData(content: SuiParsedData): RefundVault;
1710
- static fromSuiObjectData(data: SuiObjectData): RefundVault;
1711
- static fetch(client: SuiClient, id: string): Promise<RefundVault>;
1712
- }
1713
- export declare function isSettle(type: string): boolean;
1714
- export interface SettleFields {
1715
- signer: ToField<"address">;
1716
- index: ToField<"u64">;
1717
- depositToken: ToField<TypeName>;
1718
- bidToken: ToField<TypeName>;
1719
- sharePrice: ToField<"u64">;
1720
- sharePriceDecimal: ToField<"u64">;
1721
- }
1722
- export type SettleReified = Reified<Settle, SettleFields>;
1723
- export declare class Settle implements StructClass {
1724
- __StructClass: true;
1725
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Settle";
1726
- static readonly $numTypeParams = 0;
1727
- static readonly $isPhantom: readonly [];
1728
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Settle";
1729
- readonly $fullTypeName: `${typeof PKG_V1}::vault::Settle`;
1730
- readonly $typeArgs: [];
1731
- readonly $isPhantom: readonly [];
1732
- readonly signer: ToField<"address">;
1733
- readonly index: ToField<"u64">;
1734
- readonly depositToken: ToField<TypeName>;
1735
- readonly bidToken: ToField<TypeName>;
1736
- readonly sharePrice: ToField<"u64">;
1737
- readonly sharePriceDecimal: ToField<"u64">;
1738
- private constructor();
1739
- static reified(): SettleReified;
1740
- static get r(): reified.StructClassReified<Settle, SettleFields>;
1741
- static phantom(): PhantomReified<ToTypeStr<Settle>>;
1742
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Settle">;
1743
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1744
- signer: string;
1745
- index: string;
1746
- deposit_token: {
1747
- name: {
1748
- bytes: number[];
1749
- };
1750
- };
1751
- bid_token: {
1752
- name: {
1753
- bytes: number[];
1754
- };
1755
- };
1756
- share_price: string;
1757
- share_price_decimal: string;
1758
- }, {
1759
- signer: string;
1760
- index: string | number | bigint;
1761
- deposit_token: {
1762
- name: {
1763
- bytes: Iterable<number> & {
1764
- length: number;
1765
- };
1766
- };
1767
- };
1768
- bid_token: {
1769
- name: {
1770
- bytes: Iterable<number> & {
1771
- length: number;
1772
- };
1773
- };
1774
- };
1775
- share_price: string | number | bigint;
1776
- share_price_decimal: string | number | bigint;
1777
- }>;
1778
- static fromFields(fields: Record<string, any>): Settle;
1779
- static fromFieldsWithTypes(item: FieldsWithTypes): Settle;
1780
- static fromBcs(data: Uint8Array): Settle;
1781
- toJSONField(): {
1782
- signer: string;
1783
- index: string;
1784
- depositToken: {
1785
- name: string;
1786
- };
1787
- bidToken: {
1788
- name: string;
1789
- };
1790
- sharePrice: string;
1791
- sharePriceDecimal: string;
1792
- };
1793
- toJSON(): {
1794
- signer: string;
1795
- index: string;
1796
- depositToken: {
1797
- name: string;
1798
- };
1799
- bidToken: {
1800
- name: string;
1801
- };
1802
- sharePrice: string;
1803
- sharePriceDecimal: string;
1804
- $typeName: string;
1805
- $typeArgs: [];
1806
- };
1807
- static fromJSONField(field: any): Settle;
1808
- static fromJSON(json: Record<string, any>): Settle;
1809
- static fromSuiParsedData(content: SuiParsedData): Settle;
1810
- static fromSuiObjectData(data: SuiObjectData): Settle;
1811
- static fetch(client: SuiClient, id: string): Promise<Settle>;
1812
- }
1813
- export declare function isTerminate(type: string): boolean;
1814
- export interface TerminateFields {
1815
- signer: ToField<"address">;
1816
- index: ToField<"u64">;
1817
- token: ToField<TypeName>;
1818
- }
1819
- export type TerminateReified = Reified<Terminate, TerminateFields>;
1820
- export declare class Terminate implements StructClass {
1821
- __StructClass: true;
1822
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Terminate";
1823
- static readonly $numTypeParams = 0;
1824
- static readonly $isPhantom: readonly [];
1825
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Terminate";
1826
- readonly $fullTypeName: `${typeof PKG_V1}::vault::Terminate`;
1827
- readonly $typeArgs: [];
1828
- readonly $isPhantom: readonly [];
1829
- readonly signer: ToField<"address">;
1830
- readonly index: ToField<"u64">;
1831
- readonly token: ToField<TypeName>;
1832
- private constructor();
1833
- static reified(): TerminateReified;
1834
- static get r(): reified.StructClassReified<Terminate, TerminateFields>;
1835
- static phantom(): PhantomReified<ToTypeStr<Terminate>>;
1836
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Terminate">;
1837
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1838
- signer: string;
1839
- index: string;
1840
- token: {
1841
- name: {
1842
- bytes: number[];
1843
- };
1844
- };
1845
- }, {
1846
- signer: string;
1847
- index: string | number | bigint;
1848
- token: {
1849
- name: {
1850
- bytes: Iterable<number> & {
1851
- length: number;
1852
- };
1853
- };
1854
- };
1855
- }>;
1856
- static fromFields(fields: Record<string, any>): Terminate;
1857
- static fromFieldsWithTypes(item: FieldsWithTypes): Terminate;
1858
- static fromBcs(data: Uint8Array): Terminate;
1859
- toJSONField(): {
1860
- signer: string;
1861
- index: string;
1862
- token: {
1863
- name: string;
1864
- };
1865
- };
1866
- toJSON(): {
1867
- signer: string;
1868
- index: string;
1869
- token: {
1870
- name: string;
1871
- };
1872
- $typeName: string;
1873
- $typeArgs: [];
1874
- };
1875
- static fromJSONField(field: any): Terminate;
1876
- static fromJSON(json: Record<string, any>): Terminate;
1877
- static fromSuiParsedData(content: SuiParsedData): Terminate;
1878
- static fromSuiObjectData(data: SuiObjectData): Terminate;
1879
- static fetch(client: SuiClient, id: string): Promise<Terminate>;
1880
- }
1881
- export declare function isTypusBidReceipt(type: string): boolean;
1882
- export interface TypusBidReceiptFields {
1883
- id: ToField<UID>;
1884
- vid: ToField<ID>;
1885
- index: ToField<"u64">;
1886
- metadata: ToField<String>;
1887
- u64Padding: ToField<Vector<"u64">>;
1888
- }
1889
- export type TypusBidReceiptReified = Reified<TypusBidReceipt, TypusBidReceiptFields>;
1890
- export declare class TypusBidReceipt implements StructClass {
1891
- __StructClass: true;
1892
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::TypusBidReceipt";
1893
- static readonly $numTypeParams = 0;
1894
- static readonly $isPhantom: readonly [];
1895
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::TypusBidReceipt";
1896
- readonly $fullTypeName: `${typeof PKG_V1}::vault::TypusBidReceipt`;
1897
- readonly $typeArgs: [];
1898
- readonly $isPhantom: readonly [];
1899
- readonly id: ToField<UID>;
1900
- readonly vid: ToField<ID>;
1901
- readonly index: ToField<"u64">;
1902
- readonly metadata: ToField<String>;
1903
- readonly u64Padding: ToField<Vector<"u64">>;
1904
- private constructor();
1905
- static reified(): TypusBidReceiptReified;
1906
- static get r(): reified.StructClassReified<TypusBidReceipt, TypusBidReceiptFields>;
1907
- static phantom(): PhantomReified<ToTypeStr<TypusBidReceipt>>;
1908
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::TypusBidReceipt">;
1909
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1910
- id: {
1911
- id: {
1912
- bytes: string;
1913
- };
1914
- };
1915
- vid: {
1916
- bytes: string;
1917
- };
1918
- index: string;
1919
- metadata: {
1920
- bytes: number[];
1921
- };
1922
- u64_padding: string[];
1923
- }, {
1924
- id: {
1925
- id: {
1926
- bytes: string;
1927
- };
1928
- };
1929
- vid: {
1930
- bytes: string;
1931
- };
1932
- index: string | number | bigint;
1933
- metadata: {
1934
- bytes: Iterable<number> & {
1935
- length: number;
1936
- };
1937
- };
1938
- u64_padding: Iterable<string | number | bigint> & {
1939
- length: number;
1940
- };
1941
- }>;
1942
- static fromFields(fields: Record<string, any>): TypusBidReceipt;
1943
- static fromFieldsWithTypes(item: FieldsWithTypes): TypusBidReceipt;
1944
- static fromBcs(data: Uint8Array): TypusBidReceipt;
1945
- toJSONField(): {
1946
- id: string;
1947
- vid: string;
1948
- index: string;
1949
- metadata: string;
1950
- u64Padding: string[];
1951
- };
1952
- toJSON(): {
1953
- id: string;
1954
- vid: string;
1955
- index: string;
1956
- metadata: string;
1957
- u64Padding: string[];
1958
- $typeName: string;
1959
- $typeArgs: [];
1960
- };
1961
- static fromJSONField(field: any): TypusBidReceipt;
1962
- static fromJSON(json: Record<string, any>): TypusBidReceipt;
1963
- static fromSuiParsedData(content: SuiParsedData): TypusBidReceipt;
1964
- static fromSuiObjectData(data: SuiObjectData): TypusBidReceipt;
1965
- static fetch(client: SuiClient, id: string): Promise<TypusBidReceipt>;
1966
- }
1967
- export declare function isTypusDepositReceipt(type: string): boolean;
1968
- export interface TypusDepositReceiptFields {
1969
- id: ToField<UID>;
1970
- vid: ToField<ID>;
1971
- index: ToField<"u64">;
1972
- metadata: ToField<String>;
1973
- u64Padding: ToField<Vector<"u64">>;
1974
- }
1975
- export type TypusDepositReceiptReified = Reified<TypusDepositReceipt, TypusDepositReceiptFields>;
1976
- export declare class TypusDepositReceipt implements StructClass {
1977
- __StructClass: true;
1978
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::TypusDepositReceipt";
1979
- static readonly $numTypeParams = 0;
1980
- static readonly $isPhantom: readonly [];
1981
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::TypusDepositReceipt";
1982
- readonly $fullTypeName: `${typeof PKG_V1}::vault::TypusDepositReceipt`;
1983
- readonly $typeArgs: [];
1984
- readonly $isPhantom: readonly [];
1985
- readonly id: ToField<UID>;
1986
- readonly vid: ToField<ID>;
1987
- readonly index: ToField<"u64">;
1988
- readonly metadata: ToField<String>;
1989
- readonly u64Padding: ToField<Vector<"u64">>;
1990
- private constructor();
1991
- static reified(): TypusDepositReceiptReified;
1992
- static get r(): reified.StructClassReified<TypusDepositReceipt, TypusDepositReceiptFields>;
1993
- static phantom(): PhantomReified<ToTypeStr<TypusDepositReceipt>>;
1994
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::TypusDepositReceipt">;
1995
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1996
- id: {
1997
- id: {
1998
- bytes: string;
1999
- };
2000
- };
2001
- vid: {
2002
- bytes: string;
2003
- };
2004
- index: string;
2005
- metadata: {
2006
- bytes: number[];
2007
- };
2008
- u64_padding: string[];
2009
- }, {
2010
- id: {
2011
- id: {
2012
- bytes: string;
2013
- };
2014
- };
2015
- vid: {
2016
- bytes: string;
2017
- };
2018
- index: string | number | bigint;
2019
- metadata: {
2020
- bytes: Iterable<number> & {
2021
- length: number;
2022
- };
2023
- };
2024
- u64_padding: Iterable<string | number | bigint> & {
2025
- length: number;
2026
- };
2027
- }>;
2028
- static fromFields(fields: Record<string, any>): TypusDepositReceipt;
2029
- static fromFieldsWithTypes(item: FieldsWithTypes): TypusDepositReceipt;
2030
- static fromBcs(data: Uint8Array): TypusDepositReceipt;
2031
- toJSONField(): {
2032
- id: string;
2033
- vid: string;
2034
- index: string;
2035
- metadata: string;
2036
- u64Padding: string[];
2037
- };
2038
- toJSON(): {
2039
- id: string;
2040
- vid: string;
2041
- index: string;
2042
- metadata: string;
2043
- u64Padding: string[];
2044
- $typeName: string;
2045
- $typeArgs: [];
2046
- };
2047
- static fromJSONField(field: any): TypusDepositReceipt;
2048
- static fromJSON(json: Record<string, any>): TypusDepositReceipt;
2049
- static fromSuiParsedData(content: SuiParsedData): TypusDepositReceipt;
2050
- static fromSuiObjectData(data: SuiObjectData): TypusDepositReceipt;
2051
- static fetch(client: SuiClient, id: string): Promise<TypusDepositReceipt>;
2052
- }
2053
- export declare function isUnsubscribe(type: string): boolean;
2054
- export interface UnsubscribeFields {
2055
- signer: ToField<"address">;
2056
- index: ToField<"u64">;
2057
- token: ToField<TypeName>;
2058
- amount: ToField<"u64">;
2059
- }
2060
- export type UnsubscribeReified = Reified<Unsubscribe, UnsubscribeFields>;
2061
- export declare class Unsubscribe implements StructClass {
2062
- __StructClass: true;
2063
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Unsubscribe";
2064
- static readonly $numTypeParams = 0;
2065
- static readonly $isPhantom: readonly [];
2066
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Unsubscribe";
2067
- readonly $fullTypeName: `${typeof PKG_V1}::vault::Unsubscribe`;
2068
- readonly $typeArgs: [];
2069
- readonly $isPhantom: readonly [];
2070
- readonly signer: ToField<"address">;
2071
- readonly index: ToField<"u64">;
2072
- readonly token: ToField<TypeName>;
2073
- readonly amount: ToField<"u64">;
2074
- private constructor();
2075
- static reified(): UnsubscribeReified;
2076
- static get r(): reified.StructClassReified<Unsubscribe, UnsubscribeFields>;
2077
- static phantom(): PhantomReified<ToTypeStr<Unsubscribe>>;
2078
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Unsubscribe">;
2079
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
2080
- signer: string;
2081
- index: string;
2082
- token: {
2083
- name: {
2084
- bytes: number[];
2085
- };
2086
- };
2087
- amount: string;
2088
- }, {
2089
- signer: string;
2090
- index: string | number | bigint;
2091
- token: {
2092
- name: {
2093
- bytes: Iterable<number> & {
2094
- length: number;
2095
- };
2096
- };
2097
- };
2098
- amount: string | number | bigint;
2099
- }>;
2100
- static fromFields(fields: Record<string, any>): Unsubscribe;
2101
- static fromFieldsWithTypes(item: FieldsWithTypes): Unsubscribe;
2102
- static fromBcs(data: Uint8Array): Unsubscribe;
2103
- toJSONField(): {
2104
- signer: string;
2105
- index: string;
2106
- token: {
2107
- name: string;
2108
- };
2109
- amount: string;
2110
- };
2111
- toJSON(): {
2112
- signer: string;
2113
- index: string;
2114
- token: {
2115
- name: string;
2116
- };
2117
- amount: string;
2118
- $typeName: string;
2119
- $typeArgs: [];
2120
- };
2121
- static fromJSONField(field: any): Unsubscribe;
2122
- static fromJSON(json: Record<string, any>): Unsubscribe;
2123
- static fromSuiParsedData(content: SuiParsedData): Unsubscribe;
2124
- static fromSuiObjectData(data: SuiObjectData): Unsubscribe;
2125
- static fetch(client: SuiClient, id: string): Promise<Unsubscribe>;
2126
- }
2127
- export declare function isUpdateFeeConfig(type: string): boolean;
2128
- export interface UpdateFeeConfigFields {
2129
- signer: ToField<"address">;
2130
- index: ToField<"u64">;
2131
- prevFeeBp: ToField<"u64">;
2132
- feeBp: ToField<"u64">;
2133
- }
2134
- export type UpdateFeeConfigReified = Reified<UpdateFeeConfig, UpdateFeeConfigFields>;
2135
- export declare class UpdateFeeConfig implements StructClass {
2136
- __StructClass: true;
2137
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::UpdateFeeConfig";
2138
- static readonly $numTypeParams = 0;
2139
- static readonly $isPhantom: readonly [];
2140
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::UpdateFeeConfig";
2141
- readonly $fullTypeName: `${typeof PKG_V1}::vault::UpdateFeeConfig`;
2142
- readonly $typeArgs: [];
2143
- readonly $isPhantom: readonly [];
2144
- readonly signer: ToField<"address">;
2145
- readonly index: ToField<"u64">;
2146
- readonly prevFeeBp: ToField<"u64">;
2147
- readonly feeBp: ToField<"u64">;
2148
- private constructor();
2149
- static reified(): UpdateFeeConfigReified;
2150
- static get r(): reified.StructClassReified<UpdateFeeConfig, UpdateFeeConfigFields>;
2151
- static phantom(): PhantomReified<ToTypeStr<UpdateFeeConfig>>;
2152
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::UpdateFeeConfig">;
2153
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
2154
- signer: string;
2155
- index: string;
2156
- prev_fee_bp: string;
2157
- fee_bp: string;
2158
- }, {
2159
- signer: string;
2160
- index: string | number | bigint;
2161
- prev_fee_bp: string | number | bigint;
2162
- fee_bp: string | number | bigint;
2163
- }>;
2164
- static fromFields(fields: Record<string, any>): UpdateFeeConfig;
2165
- static fromFieldsWithTypes(item: FieldsWithTypes): UpdateFeeConfig;
2166
- static fromBcs(data: Uint8Array): UpdateFeeConfig;
2167
- toJSONField(): {
2168
- signer: string;
2169
- index: string;
2170
- prevFeeBp: string;
2171
- feeBp: string;
2172
- };
2173
- toJSON(): {
2174
- signer: string;
2175
- index: string;
2176
- prevFeeBp: string;
2177
- feeBp: string;
2178
- $typeName: string;
2179
- $typeArgs: [];
2180
- };
2181
- static fromJSONField(field: any): UpdateFeeConfig;
2182
- static fromJSON(json: Record<string, any>): UpdateFeeConfig;
2183
- static fromSuiParsedData(content: SuiParsedData): UpdateFeeConfig;
2184
- static fromSuiObjectData(data: SuiObjectData): UpdateFeeConfig;
2185
- static fetch(client: SuiClient, id: string): Promise<UpdateFeeConfig>;
2186
- }
2187
- export declare function isUpdateFeeShareConfig(type: string): boolean;
2188
- export interface UpdateFeeShareConfigFields {
2189
- signer: ToField<"address">;
2190
- index: ToField<"u64">;
2191
- prevFeeBp: ToField<"u64">;
2192
- prevSharedFeePool: ToField<Option<Vector<"u8">>>;
2193
- feeBp: ToField<"u64">;
2194
- sharedFeePool: ToField<Option<Vector<"u8">>>;
2195
- }
2196
- export type UpdateFeeShareConfigReified = Reified<UpdateFeeShareConfig, UpdateFeeShareConfigFields>;
2197
- export declare class UpdateFeeShareConfig implements StructClass {
2198
- __StructClass: true;
2199
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::UpdateFeeShareConfig";
2200
- static readonly $numTypeParams = 0;
2201
- static readonly $isPhantom: readonly [];
2202
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::UpdateFeeShareConfig";
2203
- readonly $fullTypeName: `${typeof PKG_V1}::vault::UpdateFeeShareConfig`;
2204
- readonly $typeArgs: [];
2205
- readonly $isPhantom: readonly [];
2206
- readonly signer: ToField<"address">;
2207
- readonly index: ToField<"u64">;
2208
- readonly prevFeeBp: ToField<"u64">;
2209
- readonly prevSharedFeePool: ToField<Option<Vector<"u8">>>;
2210
- readonly feeBp: ToField<"u64">;
2211
- readonly sharedFeePool: ToField<Option<Vector<"u8">>>;
2212
- private constructor();
2213
- static reified(): UpdateFeeShareConfigReified;
2214
- static get r(): reified.StructClassReified<UpdateFeeShareConfig, UpdateFeeShareConfigFields>;
2215
- static phantom(): PhantomReified<ToTypeStr<UpdateFeeShareConfig>>;
2216
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::UpdateFeeShareConfig">;
2217
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
2218
- signer: string;
2219
- index: string;
2220
- prev_fee_bp: string;
2221
- prev_shared_fee_pool: {
2222
- vec: any[];
2223
- };
2224
- fee_bp: string;
2225
- shared_fee_pool: {
2226
- vec: any[];
2227
- };
2228
- }, {
2229
- signer: string;
2230
- index: string | number | bigint;
2231
- prev_fee_bp: string | number | bigint;
2232
- prev_shared_fee_pool: {
2233
- vec: Iterable<any> & {
2234
- length: number;
2235
- };
2236
- };
2237
- fee_bp: string | number | bigint;
2238
- shared_fee_pool: {
2239
- vec: Iterable<any> & {
2240
- length: number;
2241
- };
2242
- };
2243
- }>;
2244
- static fromFields(fields: Record<string, any>): UpdateFeeShareConfig;
2245
- static fromFieldsWithTypes(item: FieldsWithTypes): UpdateFeeShareConfig;
2246
- static fromBcs(data: Uint8Array): UpdateFeeShareConfig;
2247
- toJSONField(): {
2248
- signer: string;
2249
- index: string;
2250
- prevFeeBp: string;
2251
- prevSharedFeePool: number[] | null;
2252
- feeBp: string;
2253
- sharedFeePool: number[] | null;
2254
- };
2255
- toJSON(): {
2256
- signer: string;
2257
- index: string;
2258
- prevFeeBp: string;
2259
- prevSharedFeePool: number[] | null;
2260
- feeBp: string;
2261
- sharedFeePool: number[] | null;
2262
- $typeName: string;
2263
- $typeArgs: [];
2264
- };
2265
- static fromJSONField(field: any): UpdateFeeShareConfig;
2266
- static fromJSON(json: Record<string, any>): UpdateFeeShareConfig;
2267
- static fromSuiParsedData(content: SuiParsedData): UpdateFeeShareConfig;
2268
- static fromSuiObjectData(data: SuiObjectData): UpdateFeeShareConfig;
2269
- static fetch(client: SuiClient, id: string): Promise<UpdateFeeShareConfig>;
2270
- }
2271
- export declare function isVAULT(type: string): boolean;
2272
- export interface VAULTFields {
2273
- dummyField: ToField<"bool">;
2274
- }
2275
- export type VAULTReified = Reified<VAULT, VAULTFields>;
2276
- export declare class VAULT implements StructClass {
2277
- __StructClass: true;
2278
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::VAULT";
2279
- static readonly $numTypeParams = 0;
2280
- static readonly $isPhantom: readonly [];
2281
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::VAULT";
2282
- readonly $fullTypeName: `${typeof PKG_V1}::vault::VAULT`;
2283
- readonly $typeArgs: [];
2284
- readonly $isPhantom: readonly [];
2285
- readonly dummyField: ToField<"bool">;
2286
- private constructor();
2287
- static reified(): VAULTReified;
2288
- static get r(): reified.StructClassReified<VAULT, VAULTFields>;
2289
- static phantom(): PhantomReified<ToTypeStr<VAULT>>;
2290
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::VAULT">;
2291
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
2292
- dummy_field: boolean;
2293
- }, {
2294
- dummy_field: boolean;
2295
- }>;
2296
- static fromFields(fields: Record<string, any>): VAULT;
2297
- static fromFieldsWithTypes(item: FieldsWithTypes): VAULT;
2298
- static fromBcs(data: Uint8Array): VAULT;
2299
- toJSONField(): {
2300
- dummyField: boolean;
2301
- };
2302
- toJSON(): {
2303
- dummyField: boolean;
2304
- $typeName: string;
2305
- $typeArgs: [];
2306
- };
2307
- static fromJSONField(field: any): VAULT;
2308
- static fromJSON(json: Record<string, any>): VAULT;
2309
- static fromSuiParsedData(content: SuiParsedData): VAULT;
2310
- static fromSuiObjectData(data: SuiObjectData): VAULT;
2311
- static fetch(client: SuiClient, id: string): Promise<VAULT>;
2312
- }
2313
- export declare function isWithdraw(type: string): boolean;
2314
- export interface WithdrawFields {
2315
- signer: ToField<"address">;
2316
- index: ToField<"u64">;
2317
- token: ToField<TypeName>;
2318
- amount: ToField<"u64">;
2319
- }
2320
- export type WithdrawReified = Reified<Withdraw, WithdrawFields>;
2321
- export declare class Withdraw implements StructClass {
2322
- __StructClass: true;
2323
- static readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Withdraw";
2324
- static readonly $numTypeParams = 0;
2325
- static readonly $isPhantom: readonly [];
2326
- readonly $typeName = "0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Withdraw";
2327
- readonly $fullTypeName: `${typeof PKG_V1}::vault::Withdraw`;
2328
- readonly $typeArgs: [];
2329
- readonly $isPhantom: readonly [];
2330
- readonly signer: ToField<"address">;
2331
- readonly index: ToField<"u64">;
2332
- readonly token: ToField<TypeName>;
2333
- readonly amount: ToField<"u64">;
2334
- private constructor();
2335
- static reified(): WithdrawReified;
2336
- static get r(): reified.StructClassReified<Withdraw, WithdrawFields>;
2337
- static phantom(): PhantomReified<ToTypeStr<Withdraw>>;
2338
- static get p(): reified.PhantomReified<"0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded::vault::Withdraw">;
2339
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
2340
- signer: string;
2341
- index: string;
2342
- token: {
2343
- name: {
2344
- bytes: number[];
2345
- };
2346
- };
2347
- amount: string;
2348
- }, {
2349
- signer: string;
2350
- index: string | number | bigint;
2351
- token: {
2352
- name: {
2353
- bytes: Iterable<number> & {
2354
- length: number;
2355
- };
2356
- };
2357
- };
2358
- amount: string | number | bigint;
2359
- }>;
2360
- static fromFields(fields: Record<string, any>): Withdraw;
2361
- static fromFieldsWithTypes(item: FieldsWithTypes): Withdraw;
2362
- static fromBcs(data: Uint8Array): Withdraw;
2363
- toJSONField(): {
2364
- signer: string;
2365
- index: string;
2366
- token: {
2367
- name: string;
2368
- };
2369
- amount: string;
2370
- };
2371
- toJSON(): {
2372
- signer: string;
2373
- index: string;
2374
- token: {
2375
- name: string;
2376
- };
2377
- amount: string;
2378
- $typeName: string;
2379
- $typeArgs: [];
2380
- };
2381
- static fromJSONField(field: any): Withdraw;
2382
- static fromJSON(json: Record<string, any>): Withdraw;
2383
- static fromSuiParsedData(content: SuiParsedData): Withdraw;
2384
- static fromSuiObjectData(data: SuiObjectData): Withdraw;
2385
- static fetch(client: SuiClient, id: string): Promise<Withdraw>;
2386
- }