@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,2179 +0,0 @@
1
- import * as reified from "../../_framework/reified";
2
- import { TypeName } from "../../_dependencies/source/0x1/type-name/structs";
3
- import { UID } from "../../_dependencies/source/0x2/object/structs";
4
- import { VecMap } from "../../_dependencies/source/0x2/vec-map/structs";
5
- import { PhantomReified, Reified, StructClass, ToField, ToTypeStr } from "../../_framework/reified";
6
- import { FieldsWithTypes } from "../../_framework/util";
7
- import { Vector } from "../../_framework/vector";
8
- import { PKG_V1 } from "../index";
9
- import { SuiClient, SuiObjectData, SuiParsedData } from "@mysten/sui/client";
10
- export declare function isUnsubscribeEvent(type: string): boolean;
11
- export interface UnsubscribeEventFields {
12
- sender: ToField<"address">;
13
- index: ToField<"u64">;
14
- lpTokenType: ToField<TypeName>;
15
- userShareId: ToField<"u64">;
16
- unsubscribedShares: ToField<"u64">;
17
- unsubscribeTsMs: ToField<"u64">;
18
- unlockedTsMs: ToField<"u64">;
19
- u64Padding: ToField<Vector<"u64">>;
20
- }
21
- export type UnsubscribeEventReified = Reified<UnsubscribeEvent, UnsubscribeEventFields>;
22
- export declare class UnsubscribeEvent implements StructClass {
23
- __StructClass: true;
24
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UnsubscribeEvent";
25
- static readonly $numTypeParams = 0;
26
- static readonly $isPhantom: readonly [];
27
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UnsubscribeEvent";
28
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::UnsubscribeEvent`;
29
- readonly $typeArgs: [];
30
- readonly $isPhantom: readonly [];
31
- readonly sender: ToField<"address">;
32
- readonly index: ToField<"u64">;
33
- readonly lpTokenType: ToField<TypeName>;
34
- readonly userShareId: ToField<"u64">;
35
- readonly unsubscribedShares: ToField<"u64">;
36
- readonly unsubscribeTsMs: ToField<"u64">;
37
- readonly unlockedTsMs: ToField<"u64">;
38
- readonly u64Padding: ToField<Vector<"u64">>;
39
- private constructor();
40
- static reified(): UnsubscribeEventReified;
41
- static get r(): reified.StructClassReified<UnsubscribeEvent, UnsubscribeEventFields>;
42
- static phantom(): PhantomReified<ToTypeStr<UnsubscribeEvent>>;
43
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UnsubscribeEvent">;
44
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
45
- sender: string;
46
- index: string;
47
- lp_token_type: {
48
- name: {
49
- bytes: number[];
50
- };
51
- };
52
- user_share_id: string;
53
- unsubscribed_shares: string;
54
- unsubscribe_ts_ms: string;
55
- unlocked_ts_ms: string;
56
- u64_padding: string[];
57
- }, {
58
- sender: string;
59
- index: string | number | bigint;
60
- lp_token_type: {
61
- name: {
62
- bytes: Iterable<number> & {
63
- length: number;
64
- };
65
- };
66
- };
67
- user_share_id: string | number | bigint;
68
- unsubscribed_shares: string | number | bigint;
69
- unsubscribe_ts_ms: string | number | bigint;
70
- unlocked_ts_ms: string | number | bigint;
71
- u64_padding: Iterable<string | number | bigint> & {
72
- length: number;
73
- };
74
- }>;
75
- static fromFields(fields: Record<string, any>): UnsubscribeEvent;
76
- static fromFieldsWithTypes(item: FieldsWithTypes): UnsubscribeEvent;
77
- static fromBcs(data: Uint8Array): UnsubscribeEvent;
78
- toJSONField(): {
79
- sender: string;
80
- index: string;
81
- lpTokenType: {
82
- name: string;
83
- };
84
- userShareId: string;
85
- unsubscribedShares: string;
86
- unsubscribeTsMs: string;
87
- unlockedTsMs: string;
88
- u64Padding: string[];
89
- };
90
- toJSON(): {
91
- sender: string;
92
- index: string;
93
- lpTokenType: {
94
- name: string;
95
- };
96
- userShareId: string;
97
- unsubscribedShares: string;
98
- unsubscribeTsMs: string;
99
- unlockedTsMs: string;
100
- u64Padding: string[];
101
- $typeName: string;
102
- $typeArgs: [];
103
- };
104
- static fromJSONField(field: any): UnsubscribeEvent;
105
- static fromJSON(json: Record<string, any>): UnsubscribeEvent;
106
- static fromSuiParsedData(content: SuiParsedData): UnsubscribeEvent;
107
- static fromSuiObjectData(data: SuiObjectData): UnsubscribeEvent;
108
- static fetch(client: SuiClient, id: string): Promise<UnsubscribeEvent>;
109
- }
110
- export declare function isWithdrawIncentiveEvent(type: string): boolean;
111
- export interface WithdrawIncentiveEventFields {
112
- sender: ToField<"address">;
113
- index: ToField<"u64">;
114
- incentiveTokenType: ToField<TypeName>;
115
- withdrawalAmount: ToField<"u64">;
116
- u64Padding: ToField<Vector<"u64">>;
117
- }
118
- export type WithdrawIncentiveEventReified = Reified<WithdrawIncentiveEvent, WithdrawIncentiveEventFields>;
119
- export declare class WithdrawIncentiveEvent implements StructClass {
120
- __StructClass: true;
121
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::WithdrawIncentiveEvent";
122
- static readonly $numTypeParams = 0;
123
- static readonly $isPhantom: readonly [];
124
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::WithdrawIncentiveEvent";
125
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::WithdrawIncentiveEvent`;
126
- readonly $typeArgs: [];
127
- readonly $isPhantom: readonly [];
128
- readonly sender: ToField<"address">;
129
- readonly index: ToField<"u64">;
130
- readonly incentiveTokenType: ToField<TypeName>;
131
- readonly withdrawalAmount: ToField<"u64">;
132
- readonly u64Padding: ToField<Vector<"u64">>;
133
- private constructor();
134
- static reified(): WithdrawIncentiveEventReified;
135
- static get r(): reified.StructClassReified<WithdrawIncentiveEvent, WithdrawIncentiveEventFields>;
136
- static phantom(): PhantomReified<ToTypeStr<WithdrawIncentiveEvent>>;
137
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::WithdrawIncentiveEvent">;
138
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
139
- sender: string;
140
- index: string;
141
- incentive_token_type: {
142
- name: {
143
- bytes: number[];
144
- };
145
- };
146
- withdrawal_amount: string;
147
- u64_padding: string[];
148
- }, {
149
- sender: string;
150
- index: string | number | bigint;
151
- incentive_token_type: {
152
- name: {
153
- bytes: Iterable<number> & {
154
- length: number;
155
- };
156
- };
157
- };
158
- withdrawal_amount: string | number | bigint;
159
- u64_padding: Iterable<string | number | bigint> & {
160
- length: number;
161
- };
162
- }>;
163
- static fromFields(fields: Record<string, any>): WithdrawIncentiveEvent;
164
- static fromFieldsWithTypes(item: FieldsWithTypes): WithdrawIncentiveEvent;
165
- static fromBcs(data: Uint8Array): WithdrawIncentiveEvent;
166
- toJSONField(): {
167
- sender: string;
168
- index: string;
169
- incentiveTokenType: {
170
- name: string;
171
- };
172
- withdrawalAmount: string;
173
- u64Padding: string[];
174
- };
175
- toJSON(): {
176
- sender: string;
177
- index: string;
178
- incentiveTokenType: {
179
- name: string;
180
- };
181
- withdrawalAmount: string;
182
- u64Padding: string[];
183
- $typeName: string;
184
- $typeArgs: [];
185
- };
186
- static fromJSONField(field: any): WithdrawIncentiveEvent;
187
- static fromJSON(json: Record<string, any>): WithdrawIncentiveEvent;
188
- static fromSuiParsedData(content: SuiParsedData): WithdrawIncentiveEvent;
189
- static fromSuiObjectData(data: SuiObjectData): WithdrawIncentiveEvent;
190
- static fetch(client: SuiClient, id: string): Promise<WithdrawIncentiveEvent>;
191
- }
192
- export declare function isActivateIncentiveTokenEvent(type: string): boolean;
193
- export interface ActivateIncentiveTokenEventFields {
194
- sender: ToField<"address">;
195
- index: ToField<"u64">;
196
- incentiveToken: ToField<TypeName>;
197
- u64Padding: ToField<Vector<"u64">>;
198
- }
199
- export type ActivateIncentiveTokenEventReified = Reified<ActivateIncentiveTokenEvent, ActivateIncentiveTokenEventFields>;
200
- export declare class ActivateIncentiveTokenEvent implements StructClass {
201
- __StructClass: true;
202
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::ActivateIncentiveTokenEvent";
203
- static readonly $numTypeParams = 0;
204
- static readonly $isPhantom: readonly [];
205
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::ActivateIncentiveTokenEvent";
206
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::ActivateIncentiveTokenEvent`;
207
- readonly $typeArgs: [];
208
- readonly $isPhantom: readonly [];
209
- readonly sender: ToField<"address">;
210
- readonly index: ToField<"u64">;
211
- readonly incentiveToken: ToField<TypeName>;
212
- readonly u64Padding: ToField<Vector<"u64">>;
213
- private constructor();
214
- static reified(): ActivateIncentiveTokenEventReified;
215
- static get r(): reified.StructClassReified<ActivateIncentiveTokenEvent, ActivateIncentiveTokenEventFields>;
216
- static phantom(): PhantomReified<ToTypeStr<ActivateIncentiveTokenEvent>>;
217
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::ActivateIncentiveTokenEvent">;
218
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
219
- sender: string;
220
- index: string;
221
- incentive_token: {
222
- name: {
223
- bytes: number[];
224
- };
225
- };
226
- u64_padding: string[];
227
- }, {
228
- sender: string;
229
- index: string | number | bigint;
230
- incentive_token: {
231
- name: {
232
- bytes: Iterable<number> & {
233
- length: number;
234
- };
235
- };
236
- };
237
- u64_padding: Iterable<string | number | bigint> & {
238
- length: number;
239
- };
240
- }>;
241
- static fromFields(fields: Record<string, any>): ActivateIncentiveTokenEvent;
242
- static fromFieldsWithTypes(item: FieldsWithTypes): ActivateIncentiveTokenEvent;
243
- static fromBcs(data: Uint8Array): ActivateIncentiveTokenEvent;
244
- toJSONField(): {
245
- sender: string;
246
- index: string;
247
- incentiveToken: {
248
- name: string;
249
- };
250
- u64Padding: string[];
251
- };
252
- toJSON(): {
253
- sender: string;
254
- index: string;
255
- incentiveToken: {
256
- name: string;
257
- };
258
- u64Padding: string[];
259
- $typeName: string;
260
- $typeArgs: [];
261
- };
262
- static fromJSONField(field: any): ActivateIncentiveTokenEvent;
263
- static fromJSON(json: Record<string, any>): ActivateIncentiveTokenEvent;
264
- static fromSuiParsedData(content: SuiParsedData): ActivateIncentiveTokenEvent;
265
- static fromSuiObjectData(data: SuiObjectData): ActivateIncentiveTokenEvent;
266
- static fetch(client: SuiClient, id: string): Promise<ActivateIncentiveTokenEvent>;
267
- }
268
- export declare function isAddIncentiveTokenEvent(type: string): boolean;
269
- export interface AddIncentiveTokenEventFields {
270
- sender: ToField<"address">;
271
- index: ToField<"u64">;
272
- incentiveToken: ToField<TypeName>;
273
- incentiveInfo: ToField<IncentiveInfo>;
274
- incentiveConfig: ToField<IncentiveConfig>;
275
- u64Padding: ToField<Vector<"u64">>;
276
- }
277
- export type AddIncentiveTokenEventReified = Reified<AddIncentiveTokenEvent, AddIncentiveTokenEventFields>;
278
- export declare class AddIncentiveTokenEvent implements StructClass {
279
- __StructClass: true;
280
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::AddIncentiveTokenEvent";
281
- static readonly $numTypeParams = 0;
282
- static readonly $isPhantom: readonly [];
283
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::AddIncentiveTokenEvent";
284
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::AddIncentiveTokenEvent`;
285
- readonly $typeArgs: [];
286
- readonly $isPhantom: readonly [];
287
- readonly sender: ToField<"address">;
288
- readonly index: ToField<"u64">;
289
- readonly incentiveToken: ToField<TypeName>;
290
- readonly incentiveInfo: ToField<IncentiveInfo>;
291
- readonly incentiveConfig: ToField<IncentiveConfig>;
292
- readonly u64Padding: ToField<Vector<"u64">>;
293
- private constructor();
294
- static reified(): AddIncentiveTokenEventReified;
295
- static get r(): reified.StructClassReified<AddIncentiveTokenEvent, AddIncentiveTokenEventFields>;
296
- static phantom(): PhantomReified<ToTypeStr<AddIncentiveTokenEvent>>;
297
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::AddIncentiveTokenEvent">;
298
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
299
- sender: string;
300
- index: string;
301
- incentive_token: {
302
- name: {
303
- bytes: number[];
304
- };
305
- };
306
- incentive_info: {
307
- active: boolean;
308
- last_allocate_ts_ms: string;
309
- incentive_price_index: string;
310
- unallocated_amount: string;
311
- u64_padding: string[];
312
- };
313
- incentive_config: {
314
- period_incentive_amount: string;
315
- incentive_interval_ts_ms: string;
316
- u64_padding: string[];
317
- };
318
- u64_padding: string[];
319
- }, {
320
- sender: string;
321
- index: string | number | bigint;
322
- incentive_token: {
323
- name: {
324
- bytes: Iterable<number> & {
325
- length: number;
326
- };
327
- };
328
- };
329
- incentive_info: {
330
- active: boolean;
331
- last_allocate_ts_ms: string | number | bigint;
332
- incentive_price_index: string | number | bigint;
333
- unallocated_amount: string | number | bigint;
334
- u64_padding: Iterable<string | number | bigint> & {
335
- length: number;
336
- };
337
- };
338
- incentive_config: {
339
- period_incentive_amount: string | number | bigint;
340
- incentive_interval_ts_ms: string | number | bigint;
341
- u64_padding: Iterable<string | number | bigint> & {
342
- length: number;
343
- };
344
- };
345
- u64_padding: Iterable<string | number | bigint> & {
346
- length: number;
347
- };
348
- }>;
349
- static fromFields(fields: Record<string, any>): AddIncentiveTokenEvent;
350
- static fromFieldsWithTypes(item: FieldsWithTypes): AddIncentiveTokenEvent;
351
- static fromBcs(data: Uint8Array): AddIncentiveTokenEvent;
352
- toJSONField(): {
353
- sender: string;
354
- index: string;
355
- incentiveToken: {
356
- name: string;
357
- };
358
- incentiveInfo: {
359
- active: boolean;
360
- lastAllocateTsMs: string;
361
- incentivePriceIndex: string;
362
- unallocatedAmount: string;
363
- u64Padding: string[];
364
- };
365
- incentiveConfig: {
366
- periodIncentiveAmount: string;
367
- incentiveIntervalTsMs: string;
368
- u64Padding: string[];
369
- };
370
- u64Padding: string[];
371
- };
372
- toJSON(): {
373
- sender: string;
374
- index: string;
375
- incentiveToken: {
376
- name: string;
377
- };
378
- incentiveInfo: {
379
- active: boolean;
380
- lastAllocateTsMs: string;
381
- incentivePriceIndex: string;
382
- unallocatedAmount: string;
383
- u64Padding: string[];
384
- };
385
- incentiveConfig: {
386
- periodIncentiveAmount: string;
387
- incentiveIntervalTsMs: string;
388
- u64Padding: string[];
389
- };
390
- u64Padding: string[];
391
- $typeName: string;
392
- $typeArgs: [];
393
- };
394
- static fromJSONField(field: any): AddIncentiveTokenEvent;
395
- static fromJSON(json: Record<string, any>): AddIncentiveTokenEvent;
396
- static fromSuiParsedData(content: SuiParsedData): AddIncentiveTokenEvent;
397
- static fromSuiObjectData(data: SuiObjectData): AddIncentiveTokenEvent;
398
- static fetch(client: SuiClient, id: string): Promise<AddIncentiveTokenEvent>;
399
- }
400
- export declare function isDeactivateIncentiveTokenEvent(type: string): boolean;
401
- export interface DeactivateIncentiveTokenEventFields {
402
- sender: ToField<"address">;
403
- index: ToField<"u64">;
404
- incentiveToken: ToField<TypeName>;
405
- u64Padding: ToField<Vector<"u64">>;
406
- }
407
- export type DeactivateIncentiveTokenEventReified = Reified<DeactivateIncentiveTokenEvent, DeactivateIncentiveTokenEventFields>;
408
- export declare class DeactivateIncentiveTokenEvent implements StructClass {
409
- __StructClass: true;
410
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::DeactivateIncentiveTokenEvent";
411
- static readonly $numTypeParams = 0;
412
- static readonly $isPhantom: readonly [];
413
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::DeactivateIncentiveTokenEvent";
414
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::DeactivateIncentiveTokenEvent`;
415
- readonly $typeArgs: [];
416
- readonly $isPhantom: readonly [];
417
- readonly sender: ToField<"address">;
418
- readonly index: ToField<"u64">;
419
- readonly incentiveToken: ToField<TypeName>;
420
- readonly u64Padding: ToField<Vector<"u64">>;
421
- private constructor();
422
- static reified(): DeactivateIncentiveTokenEventReified;
423
- static get r(): reified.StructClassReified<DeactivateIncentiveTokenEvent, DeactivateIncentiveTokenEventFields>;
424
- static phantom(): PhantomReified<ToTypeStr<DeactivateIncentiveTokenEvent>>;
425
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::DeactivateIncentiveTokenEvent">;
426
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
427
- sender: string;
428
- index: string;
429
- incentive_token: {
430
- name: {
431
- bytes: number[];
432
- };
433
- };
434
- u64_padding: string[];
435
- }, {
436
- sender: string;
437
- index: string | number | bigint;
438
- incentive_token: {
439
- name: {
440
- bytes: Iterable<number> & {
441
- length: number;
442
- };
443
- };
444
- };
445
- u64_padding: Iterable<string | number | bigint> & {
446
- length: number;
447
- };
448
- }>;
449
- static fromFields(fields: Record<string, any>): DeactivateIncentiveTokenEvent;
450
- static fromFieldsWithTypes(item: FieldsWithTypes): DeactivateIncentiveTokenEvent;
451
- static fromBcs(data: Uint8Array): DeactivateIncentiveTokenEvent;
452
- toJSONField(): {
453
- sender: string;
454
- index: string;
455
- incentiveToken: {
456
- name: string;
457
- };
458
- u64Padding: string[];
459
- };
460
- toJSON(): {
461
- sender: string;
462
- index: string;
463
- incentiveToken: {
464
- name: string;
465
- };
466
- u64Padding: string[];
467
- $typeName: string;
468
- $typeArgs: [];
469
- };
470
- static fromJSONField(field: any): DeactivateIncentiveTokenEvent;
471
- static fromJSON(json: Record<string, any>): DeactivateIncentiveTokenEvent;
472
- static fromSuiParsedData(content: SuiParsedData): DeactivateIncentiveTokenEvent;
473
- static fromSuiObjectData(data: SuiObjectData): DeactivateIncentiveTokenEvent;
474
- static fetch(client: SuiClient, id: string): Promise<DeactivateIncentiveTokenEvent>;
475
- }
476
- export declare function isDeactivatingShares(type: string): boolean;
477
- export interface DeactivatingSharesFields {
478
- shares: ToField<"u64">;
479
- unsubscribedTsMs: ToField<"u64">;
480
- unlockedTsMs: ToField<"u64">;
481
- unsubscribedIncentivePriceIndex: ToField<VecMap<TypeName, "u64">>;
482
- u64Padding: ToField<Vector<"u64">>;
483
- }
484
- export type DeactivatingSharesReified = Reified<DeactivatingShares, DeactivatingSharesFields>;
485
- export declare class DeactivatingShares implements StructClass {
486
- __StructClass: true;
487
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::DeactivatingShares";
488
- static readonly $numTypeParams = 0;
489
- static readonly $isPhantom: readonly [];
490
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::DeactivatingShares";
491
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::DeactivatingShares`;
492
- readonly $typeArgs: [];
493
- readonly $isPhantom: readonly [];
494
- readonly shares: ToField<"u64">;
495
- readonly unsubscribedTsMs: ToField<"u64">;
496
- readonly unlockedTsMs: ToField<"u64">;
497
- readonly unsubscribedIncentivePriceIndex: ToField<VecMap<TypeName, "u64">>;
498
- readonly u64Padding: ToField<Vector<"u64">>;
499
- private constructor();
500
- static reified(): DeactivatingSharesReified;
501
- static get r(): reified.StructClassReified<DeactivatingShares, DeactivatingSharesFields>;
502
- static phantom(): PhantomReified<ToTypeStr<DeactivatingShares>>;
503
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::DeactivatingShares">;
504
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
505
- shares: string;
506
- unsubscribed_ts_ms: string;
507
- unlocked_ts_ms: string;
508
- unsubscribed_incentive_price_index: {
509
- contents: {
510
- key: {
511
- name: {
512
- bytes: number[];
513
- };
514
- };
515
- value: string;
516
- }[];
517
- };
518
- u64_padding: string[];
519
- }, {
520
- shares: string | number | bigint;
521
- unsubscribed_ts_ms: string | number | bigint;
522
- unlocked_ts_ms: string | number | bigint;
523
- unsubscribed_incentive_price_index: {
524
- contents: Iterable<{
525
- key: {
526
- name: {
527
- bytes: Iterable<number> & {
528
- length: number;
529
- };
530
- };
531
- };
532
- value: string | number | bigint;
533
- }> & {
534
- length: number;
535
- };
536
- };
537
- u64_padding: Iterable<string | number | bigint> & {
538
- length: number;
539
- };
540
- }>;
541
- static fromFields(fields: Record<string, any>): DeactivatingShares;
542
- static fromFieldsWithTypes(item: FieldsWithTypes): DeactivatingShares;
543
- static fromBcs(data: Uint8Array): DeactivatingShares;
544
- toJSONField(): {
545
- shares: string;
546
- unsubscribedTsMs: string;
547
- unlockedTsMs: string;
548
- unsubscribedIncentivePriceIndex: {
549
- contents: {
550
- key: {
551
- name: string;
552
- };
553
- value: string;
554
- }[];
555
- };
556
- u64Padding: string[];
557
- };
558
- toJSON(): {
559
- shares: string;
560
- unsubscribedTsMs: string;
561
- unlockedTsMs: string;
562
- unsubscribedIncentivePriceIndex: {
563
- contents: {
564
- key: {
565
- name: string;
566
- };
567
- value: string;
568
- }[];
569
- };
570
- u64Padding: string[];
571
- $typeName: string;
572
- $typeArgs: [];
573
- };
574
- static fromJSONField(field: any): DeactivatingShares;
575
- static fromJSON(json: Record<string, any>): DeactivatingShares;
576
- static fromSuiParsedData(content: SuiParsedData): DeactivatingShares;
577
- static fromSuiObjectData(data: SuiObjectData): DeactivatingShares;
578
- static fetch(client: SuiClient, id: string): Promise<DeactivatingShares>;
579
- }
580
- export declare function isDepositIncentiveEvent(type: string): boolean;
581
- export interface DepositIncentiveEventFields {
582
- sender: ToField<"address">;
583
- index: ToField<"u64">;
584
- incentiveTokenType: ToField<TypeName>;
585
- depositAmount: ToField<"u64">;
586
- u64Padding: ToField<Vector<"u64">>;
587
- }
588
- export type DepositIncentiveEventReified = Reified<DepositIncentiveEvent, DepositIncentiveEventFields>;
589
- export declare class DepositIncentiveEvent implements StructClass {
590
- __StructClass: true;
591
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::DepositIncentiveEvent";
592
- static readonly $numTypeParams = 0;
593
- static readonly $isPhantom: readonly [];
594
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::DepositIncentiveEvent";
595
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::DepositIncentiveEvent`;
596
- readonly $typeArgs: [];
597
- readonly $isPhantom: readonly [];
598
- readonly sender: ToField<"address">;
599
- readonly index: ToField<"u64">;
600
- readonly incentiveTokenType: ToField<TypeName>;
601
- readonly depositAmount: ToField<"u64">;
602
- readonly u64Padding: ToField<Vector<"u64">>;
603
- private constructor();
604
- static reified(): DepositIncentiveEventReified;
605
- static get r(): reified.StructClassReified<DepositIncentiveEvent, DepositIncentiveEventFields>;
606
- static phantom(): PhantomReified<ToTypeStr<DepositIncentiveEvent>>;
607
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::DepositIncentiveEvent">;
608
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
609
- sender: string;
610
- index: string;
611
- incentive_token_type: {
612
- name: {
613
- bytes: number[];
614
- };
615
- };
616
- deposit_amount: string;
617
- u64_padding: string[];
618
- }, {
619
- sender: string;
620
- index: string | number | bigint;
621
- incentive_token_type: {
622
- name: {
623
- bytes: Iterable<number> & {
624
- length: number;
625
- };
626
- };
627
- };
628
- deposit_amount: string | number | bigint;
629
- u64_padding: Iterable<string | number | bigint> & {
630
- length: number;
631
- };
632
- }>;
633
- static fromFields(fields: Record<string, any>): DepositIncentiveEvent;
634
- static fromFieldsWithTypes(item: FieldsWithTypes): DepositIncentiveEvent;
635
- static fromBcs(data: Uint8Array): DepositIncentiveEvent;
636
- toJSONField(): {
637
- sender: string;
638
- index: string;
639
- incentiveTokenType: {
640
- name: string;
641
- };
642
- depositAmount: string;
643
- u64Padding: string[];
644
- };
645
- toJSON(): {
646
- sender: string;
647
- index: string;
648
- incentiveTokenType: {
649
- name: string;
650
- };
651
- depositAmount: string;
652
- u64Padding: string[];
653
- $typeName: string;
654
- $typeArgs: [];
655
- };
656
- static fromJSONField(field: any): DepositIncentiveEvent;
657
- static fromJSON(json: Record<string, any>): DepositIncentiveEvent;
658
- static fromSuiParsedData(content: SuiParsedData): DepositIncentiveEvent;
659
- static fromSuiObjectData(data: SuiObjectData): DepositIncentiveEvent;
660
- static fetch(client: SuiClient, id: string): Promise<DepositIncentiveEvent>;
661
- }
662
- export declare function isHarvestPerUserShareEvent(type: string): boolean;
663
- export interface HarvestPerUserShareEventFields {
664
- sender: ToField<"address">;
665
- index: ToField<"u64">;
666
- incentiveTokenType: ToField<TypeName>;
667
- harvestAmount: ToField<"u64">;
668
- userShareId: ToField<"u64">;
669
- u64Padding: ToField<Vector<"u64">>;
670
- }
671
- export type HarvestPerUserShareEventReified = Reified<HarvestPerUserShareEvent, HarvestPerUserShareEventFields>;
672
- export declare class HarvestPerUserShareEvent implements StructClass {
673
- __StructClass: true;
674
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::HarvestPerUserShareEvent";
675
- static readonly $numTypeParams = 0;
676
- static readonly $isPhantom: readonly [];
677
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::HarvestPerUserShareEvent";
678
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::HarvestPerUserShareEvent`;
679
- readonly $typeArgs: [];
680
- readonly $isPhantom: readonly [];
681
- readonly sender: ToField<"address">;
682
- readonly index: ToField<"u64">;
683
- readonly incentiveTokenType: ToField<TypeName>;
684
- readonly harvestAmount: ToField<"u64">;
685
- readonly userShareId: ToField<"u64">;
686
- readonly u64Padding: ToField<Vector<"u64">>;
687
- private constructor();
688
- static reified(): HarvestPerUserShareEventReified;
689
- static get r(): reified.StructClassReified<HarvestPerUserShareEvent, HarvestPerUserShareEventFields>;
690
- static phantom(): PhantomReified<ToTypeStr<HarvestPerUserShareEvent>>;
691
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::HarvestPerUserShareEvent">;
692
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
693
- sender: string;
694
- index: string;
695
- incentive_token_type: {
696
- name: {
697
- bytes: number[];
698
- };
699
- };
700
- harvest_amount: string;
701
- user_share_id: string;
702
- u64_padding: string[];
703
- }, {
704
- sender: string;
705
- index: string | number | bigint;
706
- incentive_token_type: {
707
- name: {
708
- bytes: Iterable<number> & {
709
- length: number;
710
- };
711
- };
712
- };
713
- harvest_amount: string | number | bigint;
714
- user_share_id: string | number | bigint;
715
- u64_padding: Iterable<string | number | bigint> & {
716
- length: number;
717
- };
718
- }>;
719
- static fromFields(fields: Record<string, any>): HarvestPerUserShareEvent;
720
- static fromFieldsWithTypes(item: FieldsWithTypes): HarvestPerUserShareEvent;
721
- static fromBcs(data: Uint8Array): HarvestPerUserShareEvent;
722
- toJSONField(): {
723
- sender: string;
724
- index: string;
725
- incentiveTokenType: {
726
- name: string;
727
- };
728
- harvestAmount: string;
729
- userShareId: string;
730
- u64Padding: string[];
731
- };
732
- toJSON(): {
733
- sender: string;
734
- index: string;
735
- incentiveTokenType: {
736
- name: string;
737
- };
738
- harvestAmount: string;
739
- userShareId: string;
740
- u64Padding: string[];
741
- $typeName: string;
742
- $typeArgs: [];
743
- };
744
- static fromJSONField(field: any): HarvestPerUserShareEvent;
745
- static fromJSON(json: Record<string, any>): HarvestPerUserShareEvent;
746
- static fromSuiParsedData(content: SuiParsedData): HarvestPerUserShareEvent;
747
- static fromSuiObjectData(data: SuiObjectData): HarvestPerUserShareEvent;
748
- static fetch(client: SuiClient, id: string): Promise<HarvestPerUserShareEvent>;
749
- }
750
- export declare function isIncentive(type: string): boolean;
751
- export interface IncentiveFields {
752
- tokenType: ToField<TypeName>;
753
- config: ToField<IncentiveConfig>;
754
- info: ToField<IncentiveInfo>;
755
- }
756
- export type IncentiveReified = Reified<Incentive, IncentiveFields>;
757
- export declare class Incentive implements StructClass {
758
- __StructClass: true;
759
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::Incentive";
760
- static readonly $numTypeParams = 0;
761
- static readonly $isPhantom: readonly [];
762
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::Incentive";
763
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::Incentive`;
764
- readonly $typeArgs: [];
765
- readonly $isPhantom: readonly [];
766
- readonly tokenType: ToField<TypeName>;
767
- readonly config: ToField<IncentiveConfig>;
768
- readonly info: ToField<IncentiveInfo>;
769
- private constructor();
770
- static reified(): IncentiveReified;
771
- static get r(): reified.StructClassReified<Incentive, IncentiveFields>;
772
- static phantom(): PhantomReified<ToTypeStr<Incentive>>;
773
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::Incentive">;
774
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
775
- token_type: {
776
- name: {
777
- bytes: number[];
778
- };
779
- };
780
- config: {
781
- period_incentive_amount: string;
782
- incentive_interval_ts_ms: string;
783
- u64_padding: string[];
784
- };
785
- info: {
786
- active: boolean;
787
- last_allocate_ts_ms: string;
788
- incentive_price_index: string;
789
- unallocated_amount: string;
790
- u64_padding: string[];
791
- };
792
- }, {
793
- token_type: {
794
- name: {
795
- bytes: Iterable<number> & {
796
- length: number;
797
- };
798
- };
799
- };
800
- config: {
801
- period_incentive_amount: string | number | bigint;
802
- incentive_interval_ts_ms: string | number | bigint;
803
- u64_padding: Iterable<string | number | bigint> & {
804
- length: number;
805
- };
806
- };
807
- info: {
808
- active: boolean;
809
- last_allocate_ts_ms: string | number | bigint;
810
- incentive_price_index: string | number | bigint;
811
- unallocated_amount: string | number | bigint;
812
- u64_padding: Iterable<string | number | bigint> & {
813
- length: number;
814
- };
815
- };
816
- }>;
817
- static fromFields(fields: Record<string, any>): Incentive;
818
- static fromFieldsWithTypes(item: FieldsWithTypes): Incentive;
819
- static fromBcs(data: Uint8Array): Incentive;
820
- toJSONField(): {
821
- tokenType: {
822
- name: string;
823
- };
824
- config: {
825
- periodIncentiveAmount: string;
826
- incentiveIntervalTsMs: string;
827
- u64Padding: string[];
828
- };
829
- info: {
830
- active: boolean;
831
- lastAllocateTsMs: string;
832
- incentivePriceIndex: string;
833
- unallocatedAmount: string;
834
- u64Padding: string[];
835
- };
836
- };
837
- toJSON(): {
838
- tokenType: {
839
- name: string;
840
- };
841
- config: {
842
- periodIncentiveAmount: string;
843
- incentiveIntervalTsMs: string;
844
- u64Padding: string[];
845
- };
846
- info: {
847
- active: boolean;
848
- lastAllocateTsMs: string;
849
- incentivePriceIndex: string;
850
- unallocatedAmount: string;
851
- u64Padding: string[];
852
- };
853
- $typeName: string;
854
- $typeArgs: [];
855
- };
856
- static fromJSONField(field: any): Incentive;
857
- static fromJSON(json: Record<string, any>): Incentive;
858
- static fromSuiParsedData(content: SuiParsedData): Incentive;
859
- static fromSuiObjectData(data: SuiObjectData): Incentive;
860
- static fetch(client: SuiClient, id: string): Promise<Incentive>;
861
- }
862
- export declare function isIncentiveConfig(type: string): boolean;
863
- export interface IncentiveConfigFields {
864
- periodIncentiveAmount: ToField<"u64">;
865
- incentiveIntervalTsMs: ToField<"u64">;
866
- u64Padding: ToField<Vector<"u64">>;
867
- }
868
- export type IncentiveConfigReified = Reified<IncentiveConfig, IncentiveConfigFields>;
869
- export declare class IncentiveConfig implements StructClass {
870
- __StructClass: true;
871
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::IncentiveConfig";
872
- static readonly $numTypeParams = 0;
873
- static readonly $isPhantom: readonly [];
874
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::IncentiveConfig";
875
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::IncentiveConfig`;
876
- readonly $typeArgs: [];
877
- readonly $isPhantom: readonly [];
878
- readonly periodIncentiveAmount: ToField<"u64">;
879
- readonly incentiveIntervalTsMs: ToField<"u64">;
880
- readonly u64Padding: ToField<Vector<"u64">>;
881
- private constructor();
882
- static reified(): IncentiveConfigReified;
883
- static get r(): reified.StructClassReified<IncentiveConfig, IncentiveConfigFields>;
884
- static phantom(): PhantomReified<ToTypeStr<IncentiveConfig>>;
885
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::IncentiveConfig">;
886
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
887
- period_incentive_amount: string;
888
- incentive_interval_ts_ms: string;
889
- u64_padding: string[];
890
- }, {
891
- period_incentive_amount: string | number | bigint;
892
- incentive_interval_ts_ms: string | number | bigint;
893
- u64_padding: Iterable<string | number | bigint> & {
894
- length: number;
895
- };
896
- }>;
897
- static fromFields(fields: Record<string, any>): IncentiveConfig;
898
- static fromFieldsWithTypes(item: FieldsWithTypes): IncentiveConfig;
899
- static fromBcs(data: Uint8Array): IncentiveConfig;
900
- toJSONField(): {
901
- periodIncentiveAmount: string;
902
- incentiveIntervalTsMs: string;
903
- u64Padding: string[];
904
- };
905
- toJSON(): {
906
- periodIncentiveAmount: string;
907
- incentiveIntervalTsMs: string;
908
- u64Padding: string[];
909
- $typeName: string;
910
- $typeArgs: [];
911
- };
912
- static fromJSONField(field: any): IncentiveConfig;
913
- static fromJSON(json: Record<string, any>): IncentiveConfig;
914
- static fromSuiParsedData(content: SuiParsedData): IncentiveConfig;
915
- static fromSuiObjectData(data: SuiObjectData): IncentiveConfig;
916
- static fetch(client: SuiClient, id: string): Promise<IncentiveConfig>;
917
- }
918
- export declare function isIncentiveInfo(type: string): boolean;
919
- export interface IncentiveInfoFields {
920
- active: ToField<"bool">;
921
- lastAllocateTsMs: ToField<"u64">;
922
- incentivePriceIndex: ToField<"u64">;
923
- unallocatedAmount: ToField<"u64">;
924
- u64Padding: ToField<Vector<"u64">>;
925
- }
926
- export type IncentiveInfoReified = Reified<IncentiveInfo, IncentiveInfoFields>;
927
- export declare class IncentiveInfo implements StructClass {
928
- __StructClass: true;
929
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::IncentiveInfo";
930
- static readonly $numTypeParams = 0;
931
- static readonly $isPhantom: readonly [];
932
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::IncentiveInfo";
933
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::IncentiveInfo`;
934
- readonly $typeArgs: [];
935
- readonly $isPhantom: readonly [];
936
- readonly active: ToField<"bool">;
937
- readonly lastAllocateTsMs: ToField<"u64">;
938
- readonly incentivePriceIndex: ToField<"u64">;
939
- readonly unallocatedAmount: ToField<"u64">;
940
- readonly u64Padding: ToField<Vector<"u64">>;
941
- private constructor();
942
- static reified(): IncentiveInfoReified;
943
- static get r(): reified.StructClassReified<IncentiveInfo, IncentiveInfoFields>;
944
- static phantom(): PhantomReified<ToTypeStr<IncentiveInfo>>;
945
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::IncentiveInfo">;
946
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
947
- active: boolean;
948
- last_allocate_ts_ms: string;
949
- incentive_price_index: string;
950
- unallocated_amount: string;
951
- u64_padding: string[];
952
- }, {
953
- active: boolean;
954
- last_allocate_ts_ms: string | number | bigint;
955
- incentive_price_index: string | number | bigint;
956
- unallocated_amount: string | number | bigint;
957
- u64_padding: Iterable<string | number | bigint> & {
958
- length: number;
959
- };
960
- }>;
961
- static fromFields(fields: Record<string, any>): IncentiveInfo;
962
- static fromFieldsWithTypes(item: FieldsWithTypes): IncentiveInfo;
963
- static fromBcs(data: Uint8Array): IncentiveInfo;
964
- toJSONField(): {
965
- active: boolean;
966
- lastAllocateTsMs: string;
967
- incentivePriceIndex: string;
968
- unallocatedAmount: string;
969
- u64Padding: string[];
970
- };
971
- toJSON(): {
972
- active: boolean;
973
- lastAllocateTsMs: string;
974
- incentivePriceIndex: string;
975
- unallocatedAmount: string;
976
- u64Padding: string[];
977
- $typeName: string;
978
- $typeArgs: [];
979
- };
980
- static fromJSONField(field: any): IncentiveInfo;
981
- static fromJSON(json: Record<string, any>): IncentiveInfo;
982
- static fromSuiParsedData(content: SuiParsedData): IncentiveInfo;
983
- static fromSuiObjectData(data: SuiObjectData): IncentiveInfo;
984
- static fetch(client: SuiClient, id: string): Promise<IncentiveInfo>;
985
- }
986
- export declare function isLpUserShare(type: string): boolean;
987
- export interface LpUserShareFields {
988
- user: ToField<"address">;
989
- userShareId: ToField<"u64">;
990
- stakeTsMs: ToField<"u64">;
991
- totalShares: ToField<"u64">;
992
- activeShares: ToField<"u64">;
993
- deactivatingShares: ToField<Vector<DeactivatingShares>>;
994
- lastIncentivePriceIndex: ToField<VecMap<TypeName, "u64">>;
995
- u64Padding: ToField<Vector<"u64">>;
996
- }
997
- export type LpUserShareReified = Reified<LpUserShare, LpUserShareFields>;
998
- export declare class LpUserShare implements StructClass {
999
- __StructClass: true;
1000
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::LpUserShare";
1001
- static readonly $numTypeParams = 0;
1002
- static readonly $isPhantom: readonly [];
1003
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::LpUserShare";
1004
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::LpUserShare`;
1005
- readonly $typeArgs: [];
1006
- readonly $isPhantom: readonly [];
1007
- readonly user: ToField<"address">;
1008
- readonly userShareId: ToField<"u64">;
1009
- readonly stakeTsMs: ToField<"u64">;
1010
- readonly totalShares: ToField<"u64">;
1011
- readonly activeShares: ToField<"u64">;
1012
- readonly deactivatingShares: ToField<Vector<DeactivatingShares>>;
1013
- readonly lastIncentivePriceIndex: ToField<VecMap<TypeName, "u64">>;
1014
- readonly u64Padding: ToField<Vector<"u64">>;
1015
- private constructor();
1016
- static reified(): LpUserShareReified;
1017
- static get r(): reified.StructClassReified<LpUserShare, LpUserShareFields>;
1018
- static phantom(): PhantomReified<ToTypeStr<LpUserShare>>;
1019
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::LpUserShare">;
1020
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1021
- user: string;
1022
- user_share_id: string;
1023
- stake_ts_ms: string;
1024
- total_shares: string;
1025
- active_shares: string;
1026
- deactivating_shares: {
1027
- shares: string;
1028
- unsubscribed_ts_ms: string;
1029
- unlocked_ts_ms: string;
1030
- unsubscribed_incentive_price_index: {
1031
- contents: {
1032
- key: {
1033
- name: {
1034
- bytes: number[];
1035
- };
1036
- };
1037
- value: string;
1038
- }[];
1039
- };
1040
- u64_padding: string[];
1041
- }[];
1042
- last_incentive_price_index: {
1043
- contents: {
1044
- key: {
1045
- name: {
1046
- bytes: number[];
1047
- };
1048
- };
1049
- value: string;
1050
- }[];
1051
- };
1052
- u64_padding: string[];
1053
- }, {
1054
- user: string;
1055
- user_share_id: string | number | bigint;
1056
- stake_ts_ms: string | number | bigint;
1057
- total_shares: string | number | bigint;
1058
- active_shares: string | number | bigint;
1059
- deactivating_shares: Iterable<{
1060
- shares: string | number | bigint;
1061
- unsubscribed_ts_ms: string | number | bigint;
1062
- unlocked_ts_ms: string | number | bigint;
1063
- unsubscribed_incentive_price_index: {
1064
- contents: Iterable<{
1065
- key: {
1066
- name: {
1067
- bytes: Iterable<number> & {
1068
- length: number;
1069
- };
1070
- };
1071
- };
1072
- value: string | number | bigint;
1073
- }> & {
1074
- length: number;
1075
- };
1076
- };
1077
- u64_padding: Iterable<string | number | bigint> & {
1078
- length: number;
1079
- };
1080
- }> & {
1081
- length: number;
1082
- };
1083
- last_incentive_price_index: {
1084
- contents: Iterable<{
1085
- key: {
1086
- name: {
1087
- bytes: Iterable<number> & {
1088
- length: number;
1089
- };
1090
- };
1091
- };
1092
- value: string | number | bigint;
1093
- }> & {
1094
- length: number;
1095
- };
1096
- };
1097
- u64_padding: Iterable<string | number | bigint> & {
1098
- length: number;
1099
- };
1100
- }>;
1101
- static fromFields(fields: Record<string, any>): LpUserShare;
1102
- static fromFieldsWithTypes(item: FieldsWithTypes): LpUserShare;
1103
- static fromBcs(data: Uint8Array): LpUserShare;
1104
- toJSONField(): {
1105
- user: string;
1106
- userShareId: string;
1107
- stakeTsMs: string;
1108
- totalShares: string;
1109
- activeShares: string;
1110
- deactivatingShares: {
1111
- shares: string;
1112
- unsubscribedTsMs: string;
1113
- unlockedTsMs: string;
1114
- unsubscribedIncentivePriceIndex: {
1115
- contents: {
1116
- key: {
1117
- name: string;
1118
- };
1119
- value: string;
1120
- }[];
1121
- };
1122
- u64Padding: string[];
1123
- }[];
1124
- lastIncentivePriceIndex: {
1125
- contents: {
1126
- key: {
1127
- name: string;
1128
- };
1129
- value: string;
1130
- }[];
1131
- };
1132
- u64Padding: string[];
1133
- };
1134
- toJSON(): {
1135
- user: string;
1136
- userShareId: string;
1137
- stakeTsMs: string;
1138
- totalShares: string;
1139
- activeShares: string;
1140
- deactivatingShares: {
1141
- shares: string;
1142
- unsubscribedTsMs: string;
1143
- unlockedTsMs: string;
1144
- unsubscribedIncentivePriceIndex: {
1145
- contents: {
1146
- key: {
1147
- name: string;
1148
- };
1149
- value: string;
1150
- }[];
1151
- };
1152
- u64Padding: string[];
1153
- }[];
1154
- lastIncentivePriceIndex: {
1155
- contents: {
1156
- key: {
1157
- name: string;
1158
- };
1159
- value: string;
1160
- }[];
1161
- };
1162
- u64Padding: string[];
1163
- $typeName: string;
1164
- $typeArgs: [];
1165
- };
1166
- static fromJSONField(field: any): LpUserShare;
1167
- static fromJSON(json: Record<string, any>): LpUserShare;
1168
- static fromSuiParsedData(content: SuiParsedData): LpUserShare;
1169
- static fromSuiObjectData(data: SuiObjectData): LpUserShare;
1170
- static fetch(client: SuiClient, id: string): Promise<LpUserShare>;
1171
- }
1172
- export declare function isNewStakePoolEvent(type: string): boolean;
1173
- export interface NewStakePoolEventFields {
1174
- sender: ToField<"address">;
1175
- stakePoolInfo: ToField<StakePoolInfo>;
1176
- stakePoolConfig: ToField<StakePoolConfig>;
1177
- u64Padding: ToField<Vector<"u64">>;
1178
- }
1179
- export type NewStakePoolEventReified = Reified<NewStakePoolEvent, NewStakePoolEventFields>;
1180
- export declare class NewStakePoolEvent implements StructClass {
1181
- __StructClass: true;
1182
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::NewStakePoolEvent";
1183
- static readonly $numTypeParams = 0;
1184
- static readonly $isPhantom: readonly [];
1185
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::NewStakePoolEvent";
1186
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::NewStakePoolEvent`;
1187
- readonly $typeArgs: [];
1188
- readonly $isPhantom: readonly [];
1189
- readonly sender: ToField<"address">;
1190
- readonly stakePoolInfo: ToField<StakePoolInfo>;
1191
- readonly stakePoolConfig: ToField<StakePoolConfig>;
1192
- readonly u64Padding: ToField<Vector<"u64">>;
1193
- private constructor();
1194
- static reified(): NewStakePoolEventReified;
1195
- static get r(): reified.StructClassReified<NewStakePoolEvent, NewStakePoolEventFields>;
1196
- static phantom(): PhantomReified<ToTypeStr<NewStakePoolEvent>>;
1197
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::NewStakePoolEvent">;
1198
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1199
- sender: string;
1200
- stake_pool_info: {
1201
- stake_token: {
1202
- name: {
1203
- bytes: number[];
1204
- };
1205
- };
1206
- index: string;
1207
- next_user_share_id: string;
1208
- total_share: string;
1209
- active: boolean;
1210
- u64_padding: string[];
1211
- };
1212
- stake_pool_config: {
1213
- unlock_countdown_ts_ms: string;
1214
- u64_padding: string[];
1215
- };
1216
- u64_padding: string[];
1217
- }, {
1218
- sender: string;
1219
- stake_pool_info: {
1220
- stake_token: {
1221
- name: {
1222
- bytes: Iterable<number> & {
1223
- length: number;
1224
- };
1225
- };
1226
- };
1227
- index: string | number | bigint;
1228
- next_user_share_id: string | number | bigint;
1229
- total_share: string | number | bigint;
1230
- active: boolean;
1231
- u64_padding: Iterable<string | number | bigint> & {
1232
- length: number;
1233
- };
1234
- };
1235
- stake_pool_config: {
1236
- unlock_countdown_ts_ms: string | number | bigint;
1237
- u64_padding: Iterable<string | number | bigint> & {
1238
- length: number;
1239
- };
1240
- };
1241
- u64_padding: Iterable<string | number | bigint> & {
1242
- length: number;
1243
- };
1244
- }>;
1245
- static fromFields(fields: Record<string, any>): NewStakePoolEvent;
1246
- static fromFieldsWithTypes(item: FieldsWithTypes): NewStakePoolEvent;
1247
- static fromBcs(data: Uint8Array): NewStakePoolEvent;
1248
- toJSONField(): {
1249
- sender: string;
1250
- stakePoolInfo: {
1251
- stakeToken: {
1252
- name: string;
1253
- };
1254
- index: string;
1255
- nextUserShareId: string;
1256
- totalShare: string;
1257
- active: boolean;
1258
- u64Padding: string[];
1259
- };
1260
- stakePoolConfig: {
1261
- unlockCountdownTsMs: string;
1262
- u64Padding: string[];
1263
- };
1264
- u64Padding: string[];
1265
- };
1266
- toJSON(): {
1267
- sender: string;
1268
- stakePoolInfo: {
1269
- stakeToken: {
1270
- name: string;
1271
- };
1272
- index: string;
1273
- nextUserShareId: string;
1274
- totalShare: string;
1275
- active: boolean;
1276
- u64Padding: string[];
1277
- };
1278
- stakePoolConfig: {
1279
- unlockCountdownTsMs: string;
1280
- u64Padding: string[];
1281
- };
1282
- u64Padding: string[];
1283
- $typeName: string;
1284
- $typeArgs: [];
1285
- };
1286
- static fromJSONField(field: any): NewStakePoolEvent;
1287
- static fromJSON(json: Record<string, any>): NewStakePoolEvent;
1288
- static fromSuiParsedData(content: SuiParsedData): NewStakePoolEvent;
1289
- static fromSuiObjectData(data: SuiObjectData): NewStakePoolEvent;
1290
- static fetch(client: SuiClient, id: string): Promise<NewStakePoolEvent>;
1291
- }
1292
- export declare function isRemoveIncentiveTokenEvent(type: string): boolean;
1293
- export interface RemoveIncentiveTokenEventFields {
1294
- sender: ToField<"address">;
1295
- index: ToField<"u64">;
1296
- incentiveToken: ToField<TypeName>;
1297
- incentiveBalanceValue: ToField<"u64">;
1298
- u64Padding: ToField<Vector<"u64">>;
1299
- }
1300
- export type RemoveIncentiveTokenEventReified = Reified<RemoveIncentiveTokenEvent, RemoveIncentiveTokenEventFields>;
1301
- export declare class RemoveIncentiveTokenEvent implements StructClass {
1302
- __StructClass: true;
1303
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::RemoveIncentiveTokenEvent";
1304
- static readonly $numTypeParams = 0;
1305
- static readonly $isPhantom: readonly [];
1306
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::RemoveIncentiveTokenEvent";
1307
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::RemoveIncentiveTokenEvent`;
1308
- readonly $typeArgs: [];
1309
- readonly $isPhantom: readonly [];
1310
- readonly sender: ToField<"address">;
1311
- readonly index: ToField<"u64">;
1312
- readonly incentiveToken: ToField<TypeName>;
1313
- readonly incentiveBalanceValue: ToField<"u64">;
1314
- readonly u64Padding: ToField<Vector<"u64">>;
1315
- private constructor();
1316
- static reified(): RemoveIncentiveTokenEventReified;
1317
- static get r(): reified.StructClassReified<RemoveIncentiveTokenEvent, RemoveIncentiveTokenEventFields>;
1318
- static phantom(): PhantomReified<ToTypeStr<RemoveIncentiveTokenEvent>>;
1319
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::RemoveIncentiveTokenEvent">;
1320
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1321
- sender: string;
1322
- index: string;
1323
- incentive_token: {
1324
- name: {
1325
- bytes: number[];
1326
- };
1327
- };
1328
- incentive_balance_value: string;
1329
- u64_padding: string[];
1330
- }, {
1331
- sender: string;
1332
- index: string | number | bigint;
1333
- incentive_token: {
1334
- name: {
1335
- bytes: Iterable<number> & {
1336
- length: number;
1337
- };
1338
- };
1339
- };
1340
- incentive_balance_value: string | number | bigint;
1341
- u64_padding: Iterable<string | number | bigint> & {
1342
- length: number;
1343
- };
1344
- }>;
1345
- static fromFields(fields: Record<string, any>): RemoveIncentiveTokenEvent;
1346
- static fromFieldsWithTypes(item: FieldsWithTypes): RemoveIncentiveTokenEvent;
1347
- static fromBcs(data: Uint8Array): RemoveIncentiveTokenEvent;
1348
- toJSONField(): {
1349
- sender: string;
1350
- index: string;
1351
- incentiveToken: {
1352
- name: string;
1353
- };
1354
- incentiveBalanceValue: string;
1355
- u64Padding: string[];
1356
- };
1357
- toJSON(): {
1358
- sender: string;
1359
- index: string;
1360
- incentiveToken: {
1361
- name: string;
1362
- };
1363
- incentiveBalanceValue: string;
1364
- u64Padding: string[];
1365
- $typeName: string;
1366
- $typeArgs: [];
1367
- };
1368
- static fromJSONField(field: any): RemoveIncentiveTokenEvent;
1369
- static fromJSON(json: Record<string, any>): RemoveIncentiveTokenEvent;
1370
- static fromSuiParsedData(content: SuiParsedData): RemoveIncentiveTokenEvent;
1371
- static fromSuiObjectData(data: SuiObjectData): RemoveIncentiveTokenEvent;
1372
- static fetch(client: SuiClient, id: string): Promise<RemoveIncentiveTokenEvent>;
1373
- }
1374
- export declare function isStakeEvent(type: string): boolean;
1375
- export interface StakeEventFields {
1376
- sender: ToField<"address">;
1377
- index: ToField<"u64">;
1378
- lpTokenType: ToField<TypeName>;
1379
- stakeAmount: ToField<"u64">;
1380
- userShareId: ToField<"u64">;
1381
- stakeTsMs: ToField<"u64">;
1382
- lastIncentivePriceIndex: ToField<VecMap<TypeName, "u64">>;
1383
- u64Padding: ToField<Vector<"u64">>;
1384
- }
1385
- export type StakeEventReified = Reified<StakeEvent, StakeEventFields>;
1386
- export declare class StakeEvent implements StructClass {
1387
- __StructClass: true;
1388
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakeEvent";
1389
- static readonly $numTypeParams = 0;
1390
- static readonly $isPhantom: readonly [];
1391
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakeEvent";
1392
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::StakeEvent`;
1393
- readonly $typeArgs: [];
1394
- readonly $isPhantom: readonly [];
1395
- readonly sender: ToField<"address">;
1396
- readonly index: ToField<"u64">;
1397
- readonly lpTokenType: ToField<TypeName>;
1398
- readonly stakeAmount: ToField<"u64">;
1399
- readonly userShareId: ToField<"u64">;
1400
- readonly stakeTsMs: ToField<"u64">;
1401
- readonly lastIncentivePriceIndex: ToField<VecMap<TypeName, "u64">>;
1402
- readonly u64Padding: ToField<Vector<"u64">>;
1403
- private constructor();
1404
- static reified(): StakeEventReified;
1405
- static get r(): reified.StructClassReified<StakeEvent, StakeEventFields>;
1406
- static phantom(): PhantomReified<ToTypeStr<StakeEvent>>;
1407
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakeEvent">;
1408
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1409
- sender: string;
1410
- index: string;
1411
- lp_token_type: {
1412
- name: {
1413
- bytes: number[];
1414
- };
1415
- };
1416
- stake_amount: string;
1417
- user_share_id: string;
1418
- stake_ts_ms: string;
1419
- last_incentive_price_index: {
1420
- contents: {
1421
- key: {
1422
- name: {
1423
- bytes: number[];
1424
- };
1425
- };
1426
- value: string;
1427
- }[];
1428
- };
1429
- u64_padding: string[];
1430
- }, {
1431
- sender: string;
1432
- index: string | number | bigint;
1433
- lp_token_type: {
1434
- name: {
1435
- bytes: Iterable<number> & {
1436
- length: number;
1437
- };
1438
- };
1439
- };
1440
- stake_amount: string | number | bigint;
1441
- user_share_id: string | number | bigint;
1442
- stake_ts_ms: string | number | bigint;
1443
- last_incentive_price_index: {
1444
- contents: Iterable<{
1445
- key: {
1446
- name: {
1447
- bytes: Iterable<number> & {
1448
- length: number;
1449
- };
1450
- };
1451
- };
1452
- value: string | number | bigint;
1453
- }> & {
1454
- length: number;
1455
- };
1456
- };
1457
- u64_padding: Iterable<string | number | bigint> & {
1458
- length: number;
1459
- };
1460
- }>;
1461
- static fromFields(fields: Record<string, any>): StakeEvent;
1462
- static fromFieldsWithTypes(item: FieldsWithTypes): StakeEvent;
1463
- static fromBcs(data: Uint8Array): StakeEvent;
1464
- toJSONField(): {
1465
- sender: string;
1466
- index: string;
1467
- lpTokenType: {
1468
- name: string;
1469
- };
1470
- stakeAmount: string;
1471
- userShareId: string;
1472
- stakeTsMs: string;
1473
- lastIncentivePriceIndex: {
1474
- contents: {
1475
- key: {
1476
- name: string;
1477
- };
1478
- value: string;
1479
- }[];
1480
- };
1481
- u64Padding: string[];
1482
- };
1483
- toJSON(): {
1484
- sender: string;
1485
- index: string;
1486
- lpTokenType: {
1487
- name: string;
1488
- };
1489
- stakeAmount: string;
1490
- userShareId: string;
1491
- stakeTsMs: string;
1492
- lastIncentivePriceIndex: {
1493
- contents: {
1494
- key: {
1495
- name: string;
1496
- };
1497
- value: string;
1498
- }[];
1499
- };
1500
- u64Padding: string[];
1501
- $typeName: string;
1502
- $typeArgs: [];
1503
- };
1504
- static fromJSONField(field: any): StakeEvent;
1505
- static fromJSON(json: Record<string, any>): StakeEvent;
1506
- static fromSuiParsedData(content: SuiParsedData): StakeEvent;
1507
- static fromSuiObjectData(data: SuiObjectData): StakeEvent;
1508
- static fetch(client: SuiClient, id: string): Promise<StakeEvent>;
1509
- }
1510
- export declare function isStakePool(type: string): boolean;
1511
- export interface StakePoolFields {
1512
- id: ToField<UID>;
1513
- poolInfo: ToField<StakePoolInfo>;
1514
- config: ToField<StakePoolConfig>;
1515
- incentives: ToField<Vector<Incentive>>;
1516
- u64Padding: ToField<Vector<"u64">>;
1517
- }
1518
- export type StakePoolReified = Reified<StakePool, StakePoolFields>;
1519
- export declare class StakePool implements StructClass {
1520
- __StructClass: true;
1521
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePool";
1522
- static readonly $numTypeParams = 0;
1523
- static readonly $isPhantom: readonly [];
1524
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePool";
1525
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::StakePool`;
1526
- readonly $typeArgs: [];
1527
- readonly $isPhantom: readonly [];
1528
- readonly id: ToField<UID>;
1529
- readonly poolInfo: ToField<StakePoolInfo>;
1530
- readonly config: ToField<StakePoolConfig>;
1531
- readonly incentives: ToField<Vector<Incentive>>;
1532
- readonly u64Padding: ToField<Vector<"u64">>;
1533
- private constructor();
1534
- static reified(): StakePoolReified;
1535
- static get r(): reified.StructClassReified<StakePool, StakePoolFields>;
1536
- static phantom(): PhantomReified<ToTypeStr<StakePool>>;
1537
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePool">;
1538
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1539
- id: {
1540
- id: {
1541
- bytes: string;
1542
- };
1543
- };
1544
- pool_info: {
1545
- stake_token: {
1546
- name: {
1547
- bytes: number[];
1548
- };
1549
- };
1550
- index: string;
1551
- next_user_share_id: string;
1552
- total_share: string;
1553
- active: boolean;
1554
- u64_padding: string[];
1555
- };
1556
- config: {
1557
- unlock_countdown_ts_ms: string;
1558
- u64_padding: string[];
1559
- };
1560
- incentives: {
1561
- token_type: {
1562
- name: {
1563
- bytes: number[];
1564
- };
1565
- };
1566
- config: {
1567
- period_incentive_amount: string;
1568
- incentive_interval_ts_ms: string;
1569
- u64_padding: string[];
1570
- };
1571
- info: {
1572
- active: boolean;
1573
- last_allocate_ts_ms: string;
1574
- incentive_price_index: string;
1575
- unallocated_amount: string;
1576
- u64_padding: string[];
1577
- };
1578
- }[];
1579
- u64_padding: string[];
1580
- }, {
1581
- id: {
1582
- id: {
1583
- bytes: string;
1584
- };
1585
- };
1586
- pool_info: {
1587
- stake_token: {
1588
- name: {
1589
- bytes: Iterable<number> & {
1590
- length: number;
1591
- };
1592
- };
1593
- };
1594
- index: string | number | bigint;
1595
- next_user_share_id: string | number | bigint;
1596
- total_share: string | number | bigint;
1597
- active: boolean;
1598
- u64_padding: Iterable<string | number | bigint> & {
1599
- length: number;
1600
- };
1601
- };
1602
- config: {
1603
- unlock_countdown_ts_ms: string | number | bigint;
1604
- u64_padding: Iterable<string | number | bigint> & {
1605
- length: number;
1606
- };
1607
- };
1608
- incentives: Iterable<{
1609
- token_type: {
1610
- name: {
1611
- bytes: Iterable<number> & {
1612
- length: number;
1613
- };
1614
- };
1615
- };
1616
- config: {
1617
- period_incentive_amount: string | number | bigint;
1618
- incentive_interval_ts_ms: string | number | bigint;
1619
- u64_padding: Iterable<string | number | bigint> & {
1620
- length: number;
1621
- };
1622
- };
1623
- info: {
1624
- active: boolean;
1625
- last_allocate_ts_ms: string | number | bigint;
1626
- incentive_price_index: string | number | bigint;
1627
- unallocated_amount: string | number | bigint;
1628
- u64_padding: Iterable<string | number | bigint> & {
1629
- length: number;
1630
- };
1631
- };
1632
- }> & {
1633
- length: number;
1634
- };
1635
- u64_padding: Iterable<string | number | bigint> & {
1636
- length: number;
1637
- };
1638
- }>;
1639
- static fromFields(fields: Record<string, any>): StakePool;
1640
- static fromFieldsWithTypes(item: FieldsWithTypes): StakePool;
1641
- static fromBcs(data: Uint8Array): StakePool;
1642
- toJSONField(): {
1643
- id: string;
1644
- poolInfo: {
1645
- stakeToken: {
1646
- name: string;
1647
- };
1648
- index: string;
1649
- nextUserShareId: string;
1650
- totalShare: string;
1651
- active: boolean;
1652
- u64Padding: string[];
1653
- };
1654
- config: {
1655
- unlockCountdownTsMs: string;
1656
- u64Padding: string[];
1657
- };
1658
- incentives: {
1659
- tokenType: {
1660
- name: string;
1661
- };
1662
- config: {
1663
- periodIncentiveAmount: string;
1664
- incentiveIntervalTsMs: string;
1665
- u64Padding: string[];
1666
- };
1667
- info: {
1668
- active: boolean;
1669
- lastAllocateTsMs: string;
1670
- incentivePriceIndex: string;
1671
- unallocatedAmount: string;
1672
- u64Padding: string[];
1673
- };
1674
- }[];
1675
- u64Padding: string[];
1676
- };
1677
- toJSON(): {
1678
- id: string;
1679
- poolInfo: {
1680
- stakeToken: {
1681
- name: string;
1682
- };
1683
- index: string;
1684
- nextUserShareId: string;
1685
- totalShare: string;
1686
- active: boolean;
1687
- u64Padding: string[];
1688
- };
1689
- config: {
1690
- unlockCountdownTsMs: string;
1691
- u64Padding: string[];
1692
- };
1693
- incentives: {
1694
- tokenType: {
1695
- name: string;
1696
- };
1697
- config: {
1698
- periodIncentiveAmount: string;
1699
- incentiveIntervalTsMs: string;
1700
- u64Padding: string[];
1701
- };
1702
- info: {
1703
- active: boolean;
1704
- lastAllocateTsMs: string;
1705
- incentivePriceIndex: string;
1706
- unallocatedAmount: string;
1707
- u64Padding: string[];
1708
- };
1709
- }[];
1710
- u64Padding: string[];
1711
- $typeName: string;
1712
- $typeArgs: [];
1713
- };
1714
- static fromJSONField(field: any): StakePool;
1715
- static fromJSON(json: Record<string, any>): StakePool;
1716
- static fromSuiParsedData(content: SuiParsedData): StakePool;
1717
- static fromSuiObjectData(data: SuiObjectData): StakePool;
1718
- static fetch(client: SuiClient, id: string): Promise<StakePool>;
1719
- }
1720
- export declare function isStakePoolConfig(type: string): boolean;
1721
- export interface StakePoolConfigFields {
1722
- unlockCountdownTsMs: ToField<"u64">;
1723
- u64Padding: ToField<Vector<"u64">>;
1724
- }
1725
- export type StakePoolConfigReified = Reified<StakePoolConfig, StakePoolConfigFields>;
1726
- export declare class StakePoolConfig implements StructClass {
1727
- __StructClass: true;
1728
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePoolConfig";
1729
- static readonly $numTypeParams = 0;
1730
- static readonly $isPhantom: readonly [];
1731
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePoolConfig";
1732
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::StakePoolConfig`;
1733
- readonly $typeArgs: [];
1734
- readonly $isPhantom: readonly [];
1735
- readonly unlockCountdownTsMs: ToField<"u64">;
1736
- readonly u64Padding: ToField<Vector<"u64">>;
1737
- private constructor();
1738
- static reified(): StakePoolConfigReified;
1739
- static get r(): reified.StructClassReified<StakePoolConfig, StakePoolConfigFields>;
1740
- static phantom(): PhantomReified<ToTypeStr<StakePoolConfig>>;
1741
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePoolConfig">;
1742
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1743
- unlock_countdown_ts_ms: string;
1744
- u64_padding: string[];
1745
- }, {
1746
- unlock_countdown_ts_ms: string | number | bigint;
1747
- u64_padding: Iterable<string | number | bigint> & {
1748
- length: number;
1749
- };
1750
- }>;
1751
- static fromFields(fields: Record<string, any>): StakePoolConfig;
1752
- static fromFieldsWithTypes(item: FieldsWithTypes): StakePoolConfig;
1753
- static fromBcs(data: Uint8Array): StakePoolConfig;
1754
- toJSONField(): {
1755
- unlockCountdownTsMs: string;
1756
- u64Padding: string[];
1757
- };
1758
- toJSON(): {
1759
- unlockCountdownTsMs: string;
1760
- u64Padding: string[];
1761
- $typeName: string;
1762
- $typeArgs: [];
1763
- };
1764
- static fromJSONField(field: any): StakePoolConfig;
1765
- static fromJSON(json: Record<string, any>): StakePoolConfig;
1766
- static fromSuiParsedData(content: SuiParsedData): StakePoolConfig;
1767
- static fromSuiObjectData(data: SuiObjectData): StakePoolConfig;
1768
- static fetch(client: SuiClient, id: string): Promise<StakePoolConfig>;
1769
- }
1770
- export declare function isStakePoolInfo(type: string): boolean;
1771
- export interface StakePoolInfoFields {
1772
- stakeToken: ToField<TypeName>;
1773
- index: ToField<"u64">;
1774
- nextUserShareId: ToField<"u64">;
1775
- totalShare: ToField<"u64">;
1776
- active: ToField<"bool">;
1777
- u64Padding: ToField<Vector<"u64">>;
1778
- }
1779
- export type StakePoolInfoReified = Reified<StakePoolInfo, StakePoolInfoFields>;
1780
- export declare class StakePoolInfo implements StructClass {
1781
- __StructClass: true;
1782
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePoolInfo";
1783
- static readonly $numTypeParams = 0;
1784
- static readonly $isPhantom: readonly [];
1785
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePoolInfo";
1786
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::StakePoolInfo`;
1787
- readonly $typeArgs: [];
1788
- readonly $isPhantom: readonly [];
1789
- readonly stakeToken: ToField<TypeName>;
1790
- readonly index: ToField<"u64">;
1791
- readonly nextUserShareId: ToField<"u64">;
1792
- readonly totalShare: ToField<"u64">;
1793
- readonly active: ToField<"bool">;
1794
- readonly u64Padding: ToField<Vector<"u64">>;
1795
- private constructor();
1796
- static reified(): StakePoolInfoReified;
1797
- static get r(): reified.StructClassReified<StakePoolInfo, StakePoolInfoFields>;
1798
- static phantom(): PhantomReified<ToTypeStr<StakePoolInfo>>;
1799
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePoolInfo">;
1800
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1801
- stake_token: {
1802
- name: {
1803
- bytes: number[];
1804
- };
1805
- };
1806
- index: string;
1807
- next_user_share_id: string;
1808
- total_share: string;
1809
- active: boolean;
1810
- u64_padding: string[];
1811
- }, {
1812
- stake_token: {
1813
- name: {
1814
- bytes: Iterable<number> & {
1815
- length: number;
1816
- };
1817
- };
1818
- };
1819
- index: string | number | bigint;
1820
- next_user_share_id: string | number | bigint;
1821
- total_share: string | number | bigint;
1822
- active: boolean;
1823
- u64_padding: Iterable<string | number | bigint> & {
1824
- length: number;
1825
- };
1826
- }>;
1827
- static fromFields(fields: Record<string, any>): StakePoolInfo;
1828
- static fromFieldsWithTypes(item: FieldsWithTypes): StakePoolInfo;
1829
- static fromBcs(data: Uint8Array): StakePoolInfo;
1830
- toJSONField(): {
1831
- stakeToken: {
1832
- name: string;
1833
- };
1834
- index: string;
1835
- nextUserShareId: string;
1836
- totalShare: string;
1837
- active: boolean;
1838
- u64Padding: string[];
1839
- };
1840
- toJSON(): {
1841
- stakeToken: {
1842
- name: string;
1843
- };
1844
- index: string;
1845
- nextUserShareId: string;
1846
- totalShare: string;
1847
- active: boolean;
1848
- u64Padding: string[];
1849
- $typeName: string;
1850
- $typeArgs: [];
1851
- };
1852
- static fromJSONField(field: any): StakePoolInfo;
1853
- static fromJSON(json: Record<string, any>): StakePoolInfo;
1854
- static fromSuiParsedData(content: SuiParsedData): StakePoolInfo;
1855
- static fromSuiObjectData(data: SuiObjectData): StakePoolInfo;
1856
- static fetch(client: SuiClient, id: string): Promise<StakePoolInfo>;
1857
- }
1858
- export declare function isStakePoolRegistry(type: string): boolean;
1859
- export interface StakePoolRegistryFields {
1860
- id: ToField<UID>;
1861
- numPool: ToField<"u64">;
1862
- }
1863
- export type StakePoolRegistryReified = Reified<StakePoolRegistry, StakePoolRegistryFields>;
1864
- export declare class StakePoolRegistry implements StructClass {
1865
- __StructClass: true;
1866
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePoolRegistry";
1867
- static readonly $numTypeParams = 0;
1868
- static readonly $isPhantom: readonly [];
1869
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePoolRegistry";
1870
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::StakePoolRegistry`;
1871
- readonly $typeArgs: [];
1872
- readonly $isPhantom: readonly [];
1873
- readonly id: ToField<UID>;
1874
- readonly numPool: ToField<"u64">;
1875
- private constructor();
1876
- static reified(): StakePoolRegistryReified;
1877
- static get r(): reified.StructClassReified<StakePoolRegistry, StakePoolRegistryFields>;
1878
- static phantom(): PhantomReified<ToTypeStr<StakePoolRegistry>>;
1879
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::StakePoolRegistry">;
1880
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1881
- id: {
1882
- id: {
1883
- bytes: string;
1884
- };
1885
- };
1886
- num_pool: string;
1887
- }, {
1888
- id: {
1889
- id: {
1890
- bytes: string;
1891
- };
1892
- };
1893
- num_pool: string | number | bigint;
1894
- }>;
1895
- static fromFields(fields: Record<string, any>): StakePoolRegistry;
1896
- static fromFieldsWithTypes(item: FieldsWithTypes): StakePoolRegistry;
1897
- static fromBcs(data: Uint8Array): StakePoolRegistry;
1898
- toJSONField(): {
1899
- id: string;
1900
- numPool: string;
1901
- };
1902
- toJSON(): {
1903
- id: string;
1904
- numPool: string;
1905
- $typeName: string;
1906
- $typeArgs: [];
1907
- };
1908
- static fromJSONField(field: any): StakePoolRegistry;
1909
- static fromJSON(json: Record<string, any>): StakePoolRegistry;
1910
- static fromSuiParsedData(content: SuiParsedData): StakePoolRegistry;
1911
- static fromSuiObjectData(data: SuiObjectData): StakePoolRegistry;
1912
- static fetch(client: SuiClient, id: string): Promise<StakePoolRegistry>;
1913
- }
1914
- export declare function isUnstakeEvent(type: string): boolean;
1915
- export interface UnstakeEventFields {
1916
- sender: ToField<"address">;
1917
- index: ToField<"u64">;
1918
- lpTokenType: ToField<TypeName>;
1919
- userShareId: ToField<"u64">;
1920
- unstakeAmount: ToField<"u64">;
1921
- unstakeTsMs: ToField<"u64">;
1922
- u64Padding: ToField<Vector<"u64">>;
1923
- }
1924
- export type UnstakeEventReified = Reified<UnstakeEvent, UnstakeEventFields>;
1925
- export declare class UnstakeEvent implements StructClass {
1926
- __StructClass: true;
1927
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UnstakeEvent";
1928
- static readonly $numTypeParams = 0;
1929
- static readonly $isPhantom: readonly [];
1930
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UnstakeEvent";
1931
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::UnstakeEvent`;
1932
- readonly $typeArgs: [];
1933
- readonly $isPhantom: readonly [];
1934
- readonly sender: ToField<"address">;
1935
- readonly index: ToField<"u64">;
1936
- readonly lpTokenType: ToField<TypeName>;
1937
- readonly userShareId: ToField<"u64">;
1938
- readonly unstakeAmount: ToField<"u64">;
1939
- readonly unstakeTsMs: ToField<"u64">;
1940
- readonly u64Padding: ToField<Vector<"u64">>;
1941
- private constructor();
1942
- static reified(): UnstakeEventReified;
1943
- static get r(): reified.StructClassReified<UnstakeEvent, UnstakeEventFields>;
1944
- static phantom(): PhantomReified<ToTypeStr<UnstakeEvent>>;
1945
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UnstakeEvent">;
1946
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
1947
- sender: string;
1948
- index: string;
1949
- lp_token_type: {
1950
- name: {
1951
- bytes: number[];
1952
- };
1953
- };
1954
- user_share_id: string;
1955
- unstake_amount: string;
1956
- unstake_ts_ms: string;
1957
- u64_padding: string[];
1958
- }, {
1959
- sender: string;
1960
- index: string | number | bigint;
1961
- lp_token_type: {
1962
- name: {
1963
- bytes: Iterable<number> & {
1964
- length: number;
1965
- };
1966
- };
1967
- };
1968
- user_share_id: string | number | bigint;
1969
- unstake_amount: string | number | bigint;
1970
- unstake_ts_ms: string | number | bigint;
1971
- u64_padding: Iterable<string | number | bigint> & {
1972
- length: number;
1973
- };
1974
- }>;
1975
- static fromFields(fields: Record<string, any>): UnstakeEvent;
1976
- static fromFieldsWithTypes(item: FieldsWithTypes): UnstakeEvent;
1977
- static fromBcs(data: Uint8Array): UnstakeEvent;
1978
- toJSONField(): {
1979
- sender: string;
1980
- index: string;
1981
- lpTokenType: {
1982
- name: string;
1983
- };
1984
- userShareId: string;
1985
- unstakeAmount: string;
1986
- unstakeTsMs: string;
1987
- u64Padding: string[];
1988
- };
1989
- toJSON(): {
1990
- sender: string;
1991
- index: string;
1992
- lpTokenType: {
1993
- name: string;
1994
- };
1995
- userShareId: string;
1996
- unstakeAmount: string;
1997
- unstakeTsMs: string;
1998
- u64Padding: string[];
1999
- $typeName: string;
2000
- $typeArgs: [];
2001
- };
2002
- static fromJSONField(field: any): UnstakeEvent;
2003
- static fromJSON(json: Record<string, any>): UnstakeEvent;
2004
- static fromSuiParsedData(content: SuiParsedData): UnstakeEvent;
2005
- static fromSuiObjectData(data: SuiObjectData): UnstakeEvent;
2006
- static fetch(client: SuiClient, id: string): Promise<UnstakeEvent>;
2007
- }
2008
- export declare function isUpdateIncentiveConfigEvent(type: string): boolean;
2009
- export interface UpdateIncentiveConfigEventFields {
2010
- sender: ToField<"address">;
2011
- index: ToField<"u64">;
2012
- previousIncentiveConfig: ToField<IncentiveConfig>;
2013
- newIncentiveConfig: ToField<IncentiveConfig>;
2014
- u64Padding: ToField<Vector<"u64">>;
2015
- }
2016
- export type UpdateIncentiveConfigEventReified = Reified<UpdateIncentiveConfigEvent, UpdateIncentiveConfigEventFields>;
2017
- export declare class UpdateIncentiveConfigEvent implements StructClass {
2018
- __StructClass: true;
2019
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UpdateIncentiveConfigEvent";
2020
- static readonly $numTypeParams = 0;
2021
- static readonly $isPhantom: readonly [];
2022
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UpdateIncentiveConfigEvent";
2023
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::UpdateIncentiveConfigEvent`;
2024
- readonly $typeArgs: [];
2025
- readonly $isPhantom: readonly [];
2026
- readonly sender: ToField<"address">;
2027
- readonly index: ToField<"u64">;
2028
- readonly previousIncentiveConfig: ToField<IncentiveConfig>;
2029
- readonly newIncentiveConfig: ToField<IncentiveConfig>;
2030
- readonly u64Padding: ToField<Vector<"u64">>;
2031
- private constructor();
2032
- static reified(): UpdateIncentiveConfigEventReified;
2033
- static get r(): reified.StructClassReified<UpdateIncentiveConfigEvent, UpdateIncentiveConfigEventFields>;
2034
- static phantom(): PhantomReified<ToTypeStr<UpdateIncentiveConfigEvent>>;
2035
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UpdateIncentiveConfigEvent">;
2036
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
2037
- sender: string;
2038
- index: string;
2039
- previous_incentive_config: {
2040
- period_incentive_amount: string;
2041
- incentive_interval_ts_ms: string;
2042
- u64_padding: string[];
2043
- };
2044
- new_incentive_config: {
2045
- period_incentive_amount: string;
2046
- incentive_interval_ts_ms: string;
2047
- u64_padding: string[];
2048
- };
2049
- u64_padding: string[];
2050
- }, {
2051
- sender: string;
2052
- index: string | number | bigint;
2053
- previous_incentive_config: {
2054
- period_incentive_amount: string | number | bigint;
2055
- incentive_interval_ts_ms: string | number | bigint;
2056
- u64_padding: Iterable<string | number | bigint> & {
2057
- length: number;
2058
- };
2059
- };
2060
- new_incentive_config: {
2061
- period_incentive_amount: string | number | bigint;
2062
- incentive_interval_ts_ms: string | number | bigint;
2063
- u64_padding: Iterable<string | number | bigint> & {
2064
- length: number;
2065
- };
2066
- };
2067
- u64_padding: Iterable<string | number | bigint> & {
2068
- length: number;
2069
- };
2070
- }>;
2071
- static fromFields(fields: Record<string, any>): UpdateIncentiveConfigEvent;
2072
- static fromFieldsWithTypes(item: FieldsWithTypes): UpdateIncentiveConfigEvent;
2073
- static fromBcs(data: Uint8Array): UpdateIncentiveConfigEvent;
2074
- toJSONField(): {
2075
- sender: string;
2076
- index: string;
2077
- previousIncentiveConfig: {
2078
- periodIncentiveAmount: string;
2079
- incentiveIntervalTsMs: string;
2080
- u64Padding: string[];
2081
- };
2082
- newIncentiveConfig: {
2083
- periodIncentiveAmount: string;
2084
- incentiveIntervalTsMs: string;
2085
- u64Padding: string[];
2086
- };
2087
- u64Padding: string[];
2088
- };
2089
- toJSON(): {
2090
- sender: string;
2091
- index: string;
2092
- previousIncentiveConfig: {
2093
- periodIncentiveAmount: string;
2094
- incentiveIntervalTsMs: string;
2095
- u64Padding: string[];
2096
- };
2097
- newIncentiveConfig: {
2098
- periodIncentiveAmount: string;
2099
- incentiveIntervalTsMs: string;
2100
- u64Padding: string[];
2101
- };
2102
- u64Padding: string[];
2103
- $typeName: string;
2104
- $typeArgs: [];
2105
- };
2106
- static fromJSONField(field: any): UpdateIncentiveConfigEvent;
2107
- static fromJSON(json: Record<string, any>): UpdateIncentiveConfigEvent;
2108
- static fromSuiParsedData(content: SuiParsedData): UpdateIncentiveConfigEvent;
2109
- static fromSuiObjectData(data: SuiObjectData): UpdateIncentiveConfigEvent;
2110
- static fetch(client: SuiClient, id: string): Promise<UpdateIncentiveConfigEvent>;
2111
- }
2112
- export declare function isUpdateUnlockCountdownTsMsEvent(type: string): boolean;
2113
- export interface UpdateUnlockCountdownTsMsEventFields {
2114
- sender: ToField<"address">;
2115
- index: ToField<"u64">;
2116
- previousUnlockCountdownTsMs: ToField<"u64">;
2117
- newUnlockCountdownTsMs: ToField<"u64">;
2118
- u64Padding: ToField<Vector<"u64">>;
2119
- }
2120
- export type UpdateUnlockCountdownTsMsEventReified = Reified<UpdateUnlockCountdownTsMsEvent, UpdateUnlockCountdownTsMsEventFields>;
2121
- export declare class UpdateUnlockCountdownTsMsEvent implements StructClass {
2122
- __StructClass: true;
2123
- static readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UpdateUnlockCountdownTsMsEvent";
2124
- static readonly $numTypeParams = 0;
2125
- static readonly $isPhantom: readonly [];
2126
- readonly $typeName = "0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UpdateUnlockCountdownTsMsEvent";
2127
- readonly $fullTypeName: `${typeof PKG_V1}::stake_pool::UpdateUnlockCountdownTsMsEvent`;
2128
- readonly $typeArgs: [];
2129
- readonly $isPhantom: readonly [];
2130
- readonly sender: ToField<"address">;
2131
- readonly index: ToField<"u64">;
2132
- readonly previousUnlockCountdownTsMs: ToField<"u64">;
2133
- readonly newUnlockCountdownTsMs: ToField<"u64">;
2134
- readonly u64Padding: ToField<Vector<"u64">>;
2135
- private constructor();
2136
- static reified(): UpdateUnlockCountdownTsMsEventReified;
2137
- static get r(): reified.StructClassReified<UpdateUnlockCountdownTsMsEvent, UpdateUnlockCountdownTsMsEventFields>;
2138
- static phantom(): PhantomReified<ToTypeStr<UpdateUnlockCountdownTsMsEvent>>;
2139
- static get p(): reified.PhantomReified<"0xbda4449124bfac6db9983411814d422daefd0c2bf02d4e7053db030f68448eaf::stake_pool::UpdateUnlockCountdownTsMsEvent">;
2140
- static get bcs(): import("@mysten/sui/bcs").BcsType<{
2141
- sender: string;
2142
- index: string;
2143
- previous_unlock_countdown_ts_ms: string;
2144
- new_unlock_countdown_ts_ms: string;
2145
- u64_padding: string[];
2146
- }, {
2147
- sender: string;
2148
- index: string | number | bigint;
2149
- previous_unlock_countdown_ts_ms: string | number | bigint;
2150
- new_unlock_countdown_ts_ms: string | number | bigint;
2151
- u64_padding: Iterable<string | number | bigint> & {
2152
- length: number;
2153
- };
2154
- }>;
2155
- static fromFields(fields: Record<string, any>): UpdateUnlockCountdownTsMsEvent;
2156
- static fromFieldsWithTypes(item: FieldsWithTypes): UpdateUnlockCountdownTsMsEvent;
2157
- static fromBcs(data: Uint8Array): UpdateUnlockCountdownTsMsEvent;
2158
- toJSONField(): {
2159
- sender: string;
2160
- index: string;
2161
- previousUnlockCountdownTsMs: string;
2162
- newUnlockCountdownTsMs: string;
2163
- u64Padding: string[];
2164
- };
2165
- toJSON(): {
2166
- sender: string;
2167
- index: string;
2168
- previousUnlockCountdownTsMs: string;
2169
- newUnlockCountdownTsMs: string;
2170
- u64Padding: string[];
2171
- $typeName: string;
2172
- $typeArgs: [];
2173
- };
2174
- static fromJSONField(field: any): UpdateUnlockCountdownTsMsEvent;
2175
- static fromJSON(json: Record<string, any>): UpdateUnlockCountdownTsMsEvent;
2176
- static fromSuiParsedData(content: SuiParsedData): UpdateUnlockCountdownTsMsEvent;
2177
- static fromSuiObjectData(data: SuiObjectData): UpdateUnlockCountdownTsMsEvent;
2178
- static fetch(client: SuiClient, id: string): Promise<UpdateUnlockCountdownTsMsEvent>;
2179
- }