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

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