@aptos-labs/ts-sdk 0.0.4 → 0.0.6

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 (462) hide show
  1. package/README.md +3 -3
  2. package/dist/{cjs → browser}/index.d.ts +357 -297
  3. package/dist/browser/index.global.js +72 -47
  4. package/dist/browser/index.global.js.map +1 -1
  5. package/dist/{esm → common}/index.d.ts +357 -297
  6. package/dist/common/index.js +406 -0
  7. package/dist/common/index.js.map +1 -0
  8. package/dist/esm/api/account.d.mts +292 -0
  9. package/dist/esm/api/account.mjs +2 -0
  10. package/dist/esm/api/account.mjs.map +1 -0
  11. package/dist/esm/api/ans.d.mts +79 -0
  12. package/dist/esm/api/ans.mjs +2 -0
  13. package/dist/esm/api/ans.mjs.map +1 -0
  14. package/dist/esm/api/aptos.d.mts +72 -0
  15. package/dist/esm/api/aptos.mjs +2 -0
  16. package/dist/esm/api/aptos.mjs.map +1 -0
  17. package/dist/esm/api/aptosConfig.d.mts +51 -0
  18. package/dist/esm/api/aptosConfig.mjs +2 -0
  19. package/dist/esm/api/aptosConfig.mjs.map +1 -0
  20. package/dist/esm/api/coin.d.mts +59 -0
  21. package/dist/esm/api/coin.mjs +2 -0
  22. package/dist/esm/api/coin.mjs.map +1 -0
  23. package/dist/esm/api/digitalAsset.d.mts +174 -0
  24. package/dist/esm/api/digitalAsset.mjs +2 -0
  25. package/dist/esm/api/digitalAsset.mjs.map +1 -0
  26. package/dist/esm/api/event.d.mts +74 -0
  27. package/dist/esm/api/event.mjs +2 -0
  28. package/dist/esm/api/event.mjs.map +1 -0
  29. package/dist/esm/api/faucet.d.mts +37 -0
  30. package/dist/esm/api/faucet.mjs +2 -0
  31. package/dist/esm/api/faucet.mjs.map +1 -0
  32. package/dist/esm/api/fungibleAsset.d.mts +72 -0
  33. package/dist/esm/api/fungibleAsset.mjs +2 -0
  34. package/dist/esm/api/fungibleAsset.mjs.map +1 -0
  35. package/dist/esm/api/general.d.mts +150 -0
  36. package/dist/esm/api/general.mjs +2 -0
  37. package/dist/esm/api/general.mjs.map +1 -0
  38. package/dist/esm/api/index.d.mts +46 -0
  39. package/dist/esm/api/index.mjs +2 -0
  40. package/dist/esm/api/index.mjs.map +1 -0
  41. package/dist/esm/api/staking.d.mts +53 -0
  42. package/dist/esm/api/staking.mjs +2 -0
  43. package/dist/esm/api/staking.mjs.map +1 -0
  44. package/dist/esm/api/transaction.d.mts +101 -0
  45. package/dist/esm/api/transaction.mjs +2 -0
  46. package/dist/esm/api/transaction.mjs.map +1 -0
  47. package/dist/esm/api/transactionSubmission.d.mts +142 -0
  48. package/dist/esm/api/transactionSubmission.mjs +2 -0
  49. package/dist/esm/api/transactionSubmission.mjs.map +1 -0
  50. package/dist/esm/bcs/consts.d.mts +14 -0
  51. package/dist/esm/bcs/consts.mjs +2 -0
  52. package/dist/esm/bcs/consts.mjs.map +1 -0
  53. package/dist/esm/bcs/deserializer.d.mts +150 -0
  54. package/dist/esm/bcs/deserializer.mjs +2 -0
  55. package/dist/esm/bcs/deserializer.mjs.map +1 -0
  56. package/dist/esm/bcs/index.d.mts +14 -0
  57. package/dist/esm/bcs/index.mjs +2 -0
  58. package/dist/esm/bcs/index.mjs.map +1 -0
  59. package/dist/esm/bcs/serializable/entryFunctionBytes.d.mts +40 -0
  60. package/dist/esm/bcs/serializable/entryFunctionBytes.mjs +2 -0
  61. package/dist/esm/bcs/serializable/entryFunctionBytes.mjs.map +1 -0
  62. package/dist/esm/bcs/serializable/fixedBytes.d.mts +52 -0
  63. package/dist/esm/bcs/serializable/fixedBytes.mjs +2 -0
  64. package/dist/esm/bcs/serializable/fixedBytes.mjs.map +1 -0
  65. package/dist/esm/bcs/serializable/movePrimitives.d.mts +69 -0
  66. package/dist/esm/bcs/serializable/movePrimitives.mjs +2 -0
  67. package/dist/esm/bcs/serializable/movePrimitives.mjs.map +1 -0
  68. package/dist/esm/bcs/serializable/moveStructs.d.mts +284 -0
  69. package/dist/esm/bcs/serializable/moveStructs.mjs +2 -0
  70. package/dist/esm/bcs/serializable/moveStructs.mjs.map +1 -0
  71. package/dist/esm/bcs/serializer.d.mts +192 -0
  72. package/dist/esm/bcs/serializer.mjs +2 -0
  73. package/dist/esm/bcs/serializer.mjs.map +1 -0
  74. package/dist/esm/chunk-2W744GUN.mjs +2 -0
  75. package/dist/esm/chunk-2W744GUN.mjs.map +1 -0
  76. package/dist/esm/chunk-3JPVQHOR.mjs +2 -0
  77. package/dist/esm/chunk-3JPVQHOR.mjs.map +1 -0
  78. package/dist/esm/chunk-3JVGSFHP.mjs +2 -0
  79. package/dist/esm/chunk-3JVGSFHP.mjs.map +1 -0
  80. package/dist/esm/chunk-44MGBJ73.mjs +2 -0
  81. package/dist/esm/chunk-44MGBJ73.mjs.map +1 -0
  82. package/dist/esm/chunk-4ADA5BE7.mjs +2 -0
  83. package/dist/esm/chunk-4ADA5BE7.mjs.map +1 -0
  84. package/dist/esm/chunk-4RVIA63I.mjs +2 -0
  85. package/dist/esm/chunk-4RVIA63I.mjs.map +1 -0
  86. package/dist/esm/chunk-4WPQQPUF.mjs +1 -0
  87. package/dist/esm/chunk-4WPQQPUF.mjs.map +1 -0
  88. package/dist/esm/chunk-62SCW5NH.mjs +2 -0
  89. package/dist/esm/chunk-62SCW5NH.mjs.map +1 -0
  90. package/dist/esm/chunk-6FBKUTGF.mjs +2 -0
  91. package/dist/esm/chunk-6FBKUTGF.mjs.map +1 -0
  92. package/dist/esm/chunk-7MNEEVXY.mjs +2 -0
  93. package/dist/esm/chunk-7MNEEVXY.mjs.map +1 -0
  94. package/dist/esm/chunk-AAIBCWZY.mjs +2 -0
  95. package/dist/esm/chunk-AAIBCWZY.mjs.map +1 -0
  96. package/dist/esm/chunk-AH44UPM4.mjs +2 -0
  97. package/dist/esm/chunk-AH44UPM4.mjs.map +1 -0
  98. package/dist/esm/chunk-ARVSIDVB.mjs +2 -0
  99. package/dist/esm/chunk-ARVSIDVB.mjs.map +1 -0
  100. package/dist/esm/chunk-BFSEVKNA.mjs +2 -0
  101. package/dist/esm/chunk-BFSEVKNA.mjs.map +1 -0
  102. package/dist/esm/chunk-BP5ZO7NK.mjs +2 -0
  103. package/dist/esm/chunk-BP5ZO7NK.mjs.map +1 -0
  104. package/dist/esm/chunk-BPYLPPEQ.mjs +2 -0
  105. package/dist/esm/chunk-BPYLPPEQ.mjs.map +1 -0
  106. package/dist/esm/chunk-BSCOVLWS.mjs +1 -0
  107. package/dist/esm/chunk-BSCOVLWS.mjs.map +1 -0
  108. package/dist/esm/chunk-BV4OOU5Y.mjs +2 -0
  109. package/dist/esm/chunk-BV4OOU5Y.mjs.map +1 -0
  110. package/dist/esm/chunk-BWMNPUTK.mjs +2 -0
  111. package/dist/esm/chunk-BWMNPUTK.mjs.map +1 -0
  112. package/dist/esm/chunk-CYDWEPFL.mjs +1 -0
  113. package/dist/esm/chunk-CYDWEPFL.mjs.map +1 -0
  114. package/dist/esm/chunk-DNDWTM7A.mjs +2 -0
  115. package/dist/esm/chunk-DNDWTM7A.mjs.map +1 -0
  116. package/dist/esm/chunk-E7FWVXGX.mjs +1 -0
  117. package/dist/esm/chunk-E7FWVXGX.mjs.map +1 -0
  118. package/dist/esm/chunk-EFIYW4WK.mjs +2 -0
  119. package/dist/esm/chunk-EFIYW4WK.mjs.map +1 -0
  120. package/dist/esm/chunk-EGOYLZBU.mjs +2 -0
  121. package/dist/esm/chunk-EGOYLZBU.mjs.map +1 -0
  122. package/dist/esm/chunk-EQ5BEDJ7.mjs +2 -0
  123. package/dist/esm/chunk-EQ5BEDJ7.mjs.map +1 -0
  124. package/dist/esm/chunk-EWTHPMEE.mjs +2 -0
  125. package/dist/esm/chunk-EWTHPMEE.mjs.map +1 -0
  126. package/dist/esm/chunk-EYXHVA6W.mjs +2 -0
  127. package/dist/esm/chunk-EYXHVA6W.mjs.map +1 -0
  128. package/dist/esm/chunk-FBPNHF54.mjs +2 -0
  129. package/dist/esm/chunk-FBPNHF54.mjs.map +1 -0
  130. package/dist/esm/chunk-FYIFBLHU.mjs +2 -0
  131. package/dist/esm/chunk-FYIFBLHU.mjs.map +1 -0
  132. package/dist/esm/chunk-FZY4PMEE.mjs +1 -0
  133. package/dist/esm/chunk-FZY4PMEE.mjs.map +1 -0
  134. package/dist/esm/chunk-GEFQFRL3.mjs +2 -0
  135. package/dist/esm/chunk-GEFQFRL3.mjs.map +1 -0
  136. package/dist/esm/chunk-GTC7WHMV.mjs +2 -0
  137. package/dist/esm/chunk-GTC7WHMV.mjs.map +1 -0
  138. package/dist/esm/chunk-HA6JD5R6.mjs +2 -0
  139. package/dist/esm/chunk-HA6JD5R6.mjs.map +1 -0
  140. package/dist/esm/chunk-HTZTTZQJ.mjs +1 -0
  141. package/dist/esm/chunk-HTZTTZQJ.mjs.map +1 -0
  142. package/dist/esm/chunk-HVADSXTB.mjs +2 -0
  143. package/dist/esm/chunk-HVADSXTB.mjs.map +1 -0
  144. package/dist/esm/chunk-I5OYNCZS.mjs +1 -0
  145. package/dist/esm/chunk-I5OYNCZS.mjs.map +1 -0
  146. package/dist/esm/chunk-IG5CHHSI.mjs +2 -0
  147. package/dist/esm/chunk-IG5CHHSI.mjs.map +1 -0
  148. package/dist/esm/chunk-IXMB2GOK.mjs +2 -0
  149. package/dist/esm/chunk-IXMB2GOK.mjs.map +1 -0
  150. package/dist/esm/chunk-J5ZFOJN2.mjs +2 -0
  151. package/dist/esm/chunk-J5ZFOJN2.mjs.map +1 -0
  152. package/dist/esm/chunk-JDS7K2WI.mjs +2 -0
  153. package/dist/esm/chunk-JDS7K2WI.mjs.map +1 -0
  154. package/dist/esm/chunk-JZNLZMUC.mjs +2 -0
  155. package/dist/esm/chunk-JZNLZMUC.mjs.map +1 -0
  156. package/dist/esm/chunk-KC64ESLO.mjs +2 -0
  157. package/dist/esm/chunk-KC64ESLO.mjs.map +1 -0
  158. package/dist/esm/chunk-KQXRH5FK.mjs +2 -0
  159. package/dist/esm/chunk-KQXRH5FK.mjs.map +1 -0
  160. package/dist/esm/chunk-LR65XHSF.mjs +2 -0
  161. package/dist/esm/chunk-LR65XHSF.mjs.map +1 -0
  162. package/dist/esm/chunk-LV33NV4J.mjs +2 -0
  163. package/dist/esm/chunk-LV33NV4J.mjs.map +1 -0
  164. package/dist/esm/chunk-N2FKVZ4D.mjs +1 -0
  165. package/dist/esm/chunk-N2FKVZ4D.mjs.map +1 -0
  166. package/dist/esm/chunk-NGCFPQ22.mjs +2 -0
  167. package/dist/esm/chunk-NGCFPQ22.mjs.map +1 -0
  168. package/dist/esm/chunk-NTD3H2S4.mjs +2 -0
  169. package/dist/esm/chunk-NTD3H2S4.mjs.map +1 -0
  170. package/dist/esm/chunk-NYFVEKF6.mjs +2 -0
  171. package/dist/esm/chunk-NYFVEKF6.mjs.map +1 -0
  172. package/dist/esm/chunk-NZIJV4O2.mjs +2 -0
  173. package/dist/esm/chunk-NZIJV4O2.mjs.map +1 -0
  174. package/dist/esm/chunk-P32MY5YF.mjs +2 -0
  175. package/dist/esm/chunk-P32MY5YF.mjs.map +1 -0
  176. package/dist/esm/chunk-Q6N6QACD.mjs +2 -0
  177. package/dist/esm/chunk-Q6N6QACD.mjs.map +1 -0
  178. package/dist/esm/chunk-QWVR4RCV.mjs +2 -0
  179. package/dist/esm/chunk-QWVR4RCV.mjs.map +1 -0
  180. package/dist/esm/chunk-R26XML3D.mjs +2 -0
  181. package/dist/esm/chunk-R26XML3D.mjs.map +1 -0
  182. package/dist/esm/chunk-R3KWVOFG.mjs +2 -0
  183. package/dist/esm/chunk-R3KWVOFG.mjs.map +1 -0
  184. package/dist/esm/chunk-R7G3CLRI.mjs +1 -0
  185. package/dist/esm/chunk-R7G3CLRI.mjs.map +1 -0
  186. package/dist/esm/chunk-RMMOF53Q.mjs +1 -0
  187. package/dist/esm/chunk-RMMOF53Q.mjs.map +1 -0
  188. package/dist/esm/chunk-RYETO74W.mjs +2 -0
  189. package/dist/esm/chunk-RYETO74W.mjs.map +1 -0
  190. package/dist/esm/chunk-S36IYY6K.mjs +2 -0
  191. package/dist/esm/chunk-S36IYY6K.mjs.map +1 -0
  192. package/dist/esm/chunk-TCTZCPQ6.mjs +1 -0
  193. package/dist/esm/chunk-TCTZCPQ6.mjs.map +1 -0
  194. package/dist/esm/chunk-TIH6ARYP.mjs +2 -0
  195. package/dist/esm/chunk-TIH6ARYP.mjs.map +1 -0
  196. package/dist/esm/chunk-TQD4IGUM.mjs +2 -0
  197. package/dist/esm/chunk-TQD4IGUM.mjs.map +1 -0
  198. package/dist/esm/chunk-U25N2VWA.mjs +2 -0
  199. package/dist/esm/chunk-U25N2VWA.mjs.map +1 -0
  200. package/dist/esm/chunk-U3LO2FSJ.mjs +2 -0
  201. package/dist/esm/chunk-U3LO2FSJ.mjs.map +1 -0
  202. package/dist/esm/chunk-U6SZNNVL.mjs +2 -0
  203. package/dist/esm/chunk-U6SZNNVL.mjs.map +1 -0
  204. package/dist/esm/chunk-UAAI3NCA.mjs +2 -0
  205. package/dist/esm/chunk-UAAI3NCA.mjs.map +1 -0
  206. package/dist/esm/chunk-UNQNACJT.mjs +2 -0
  207. package/dist/esm/chunk-UNQNACJT.mjs.map +1 -0
  208. package/dist/esm/chunk-UPLWWSB4.mjs +2 -0
  209. package/dist/esm/chunk-UPLWWSB4.mjs.map +1 -0
  210. package/dist/esm/chunk-UYVPNUH3.mjs +1 -0
  211. package/dist/esm/chunk-UYVPNUH3.mjs.map +1 -0
  212. package/dist/esm/chunk-V3MBJJTL.mjs +1 -0
  213. package/dist/esm/chunk-V3MBJJTL.mjs.map +1 -0
  214. package/dist/esm/chunk-V45RFKH7.mjs +2 -0
  215. package/dist/esm/chunk-V45RFKH7.mjs.map +1 -0
  216. package/dist/esm/chunk-VMQWW5UT.mjs +2 -0
  217. package/dist/esm/chunk-VMQWW5UT.mjs.map +1 -0
  218. package/dist/esm/chunk-VOYW2TZW.mjs +2 -0
  219. package/dist/esm/chunk-VOYW2TZW.mjs.map +1 -0
  220. package/dist/esm/chunk-VWVEDCBM.mjs +2 -0
  221. package/dist/esm/chunk-VWVEDCBM.mjs.map +1 -0
  222. package/dist/esm/chunk-VYAVLUPJ.mjs +2 -0
  223. package/dist/esm/chunk-VYAVLUPJ.mjs.map +1 -0
  224. package/dist/esm/chunk-WKY5ENCK.mjs +2 -0
  225. package/dist/esm/chunk-WKY5ENCK.mjs.map +1 -0
  226. package/dist/esm/chunk-WX43AJTD.mjs +406 -0
  227. package/dist/esm/chunk-WX43AJTD.mjs.map +1 -0
  228. package/dist/esm/chunk-X32O46IB.mjs +2 -0
  229. package/dist/esm/chunk-X32O46IB.mjs.map +1 -0
  230. package/dist/esm/chunk-Y5DJPHJT.mjs +2 -0
  231. package/dist/esm/chunk-Y5DJPHJT.mjs.map +1 -0
  232. package/dist/esm/chunk-Y7VR7X5W.mjs +2 -0
  233. package/dist/esm/chunk-Y7VR7X5W.mjs.map +1 -0
  234. package/dist/esm/chunk-YYRDFZE6.mjs +2 -0
  235. package/dist/esm/chunk-YYRDFZE6.mjs.map +1 -0
  236. package/dist/esm/chunk-Z2UDRTHA.mjs +2 -0
  237. package/dist/esm/chunk-Z2UDRTHA.mjs.map +1 -0
  238. package/dist/esm/chunk-ZWH2ESXT.mjs +2 -0
  239. package/dist/esm/chunk-ZWH2ESXT.mjs.map +1 -0
  240. package/dist/esm/client/core.d.mts +24 -0
  241. package/dist/esm/client/core.mjs +2 -0
  242. package/dist/esm/client/core.mjs.map +1 -0
  243. package/dist/esm/client/get.d.mts +55 -0
  244. package/dist/esm/client/get.mjs +2 -0
  245. package/dist/esm/client/get.mjs.map +1 -0
  246. package/dist/esm/client/index.d.mts +11 -0
  247. package/dist/esm/client/index.mjs +2 -0
  248. package/dist/esm/client/index.mjs.map +1 -0
  249. package/dist/esm/client/post.d.mts +60 -0
  250. package/dist/esm/client/post.mjs +2 -0
  251. package/dist/esm/client/post.mjs.map +1 -0
  252. package/dist/esm/client/types.d.mts +46 -0
  253. package/dist/esm/client/types.mjs +2 -0
  254. package/dist/esm/client/types.mjs.map +1 -0
  255. package/dist/esm/core/account.d.mts +184 -0
  256. package/dist/esm/core/account.mjs +2 -0
  257. package/dist/esm/core/account.mjs.map +1 -0
  258. package/dist/esm/core/accountAddress.d.mts +244 -0
  259. package/dist/esm/core/accountAddress.mjs +2 -0
  260. package/dist/esm/core/accountAddress.mjs.map +1 -0
  261. package/dist/esm/core/authenticationKey.d.mts +74 -0
  262. package/dist/esm/core/authenticationKey.mjs +2 -0
  263. package/dist/esm/core/authenticationKey.mjs.map +1 -0
  264. package/dist/esm/core/common.d.mts +32 -0
  265. package/dist/esm/core/common.mjs +2 -0
  266. package/dist/esm/core/common.mjs.map +1 -0
  267. package/dist/esm/core/crypto/anyPublicKey.d.mts +54 -0
  268. package/dist/esm/core/crypto/anyPublicKey.mjs +2 -0
  269. package/dist/esm/core/crypto/anyPublicKey.mjs.map +1 -0
  270. package/dist/esm/core/crypto/anySignature.d.mts +31 -0
  271. package/dist/esm/core/crypto/anySignature.mjs +2 -0
  272. package/dist/esm/core/crypto/anySignature.mjs.map +1 -0
  273. package/dist/esm/core/crypto/asymmetricCrypto.d.mts +74 -0
  274. package/dist/esm/core/crypto/asymmetricCrypto.mjs +2 -0
  275. package/dist/esm/core/crypto/asymmetricCrypto.mjs.map +1 -0
  276. package/dist/esm/core/crypto/ed25519.d.mts +173 -0
  277. package/dist/esm/core/crypto/ed25519.mjs +2 -0
  278. package/dist/esm/core/crypto/ed25519.mjs.map +1 -0
  279. package/dist/esm/core/crypto/hdKey.d.mts +65 -0
  280. package/dist/esm/core/crypto/hdKey.mjs +2 -0
  281. package/dist/esm/core/crypto/hdKey.mjs.map +1 -0
  282. package/dist/esm/core/crypto/index.d.mts +17 -0
  283. package/dist/esm/core/crypto/index.mjs +2 -0
  284. package/dist/esm/core/crypto/index.mjs.map +1 -0
  285. package/dist/esm/core/crypto/multiEd25519.d.mts +126 -0
  286. package/dist/esm/core/crypto/multiEd25519.mjs +2 -0
  287. package/dist/esm/core/crypto/multiEd25519.mjs.map +1 -0
  288. package/dist/esm/core/crypto/multiKey.d.mts +52 -0
  289. package/dist/esm/core/crypto/multiKey.mjs +2 -0
  290. package/dist/esm/core/crypto/multiKey.mjs.map +1 -0
  291. package/dist/esm/core/crypto/secp256k1.d.mts +161 -0
  292. package/dist/esm/core/crypto/secp256k1.mjs +2 -0
  293. package/dist/esm/core/crypto/secp256k1.mjs.map +1 -0
  294. package/dist/esm/core/hex.d.mts +105 -0
  295. package/dist/esm/core/hex.mjs +2 -0
  296. package/dist/esm/core/hex.mjs.map +1 -0
  297. package/dist/esm/core/index.d.mts +21 -0
  298. package/dist/esm/core/index.mjs +2 -0
  299. package/dist/esm/core/index.mjs.map +1 -0
  300. package/dist/esm/index.d.mts +60 -0
  301. package/dist/esm/index.mjs +1 -5706
  302. package/dist/esm/index.mjs.map +1 -1
  303. package/dist/esm/internal/account.d.mts +143 -0
  304. package/dist/esm/internal/account.mjs +2 -0
  305. package/dist/esm/internal/account.mjs.map +1 -0
  306. package/dist/esm/internal/ans.d.mts +83 -0
  307. package/dist/esm/internal/ans.mjs +2 -0
  308. package/dist/esm/internal/ans.mjs.map +1 -0
  309. package/dist/esm/internal/coin.d.mts +43 -0
  310. package/dist/esm/internal/coin.mjs +2 -0
  311. package/dist/esm/internal/coin.mjs.map +1 -0
  312. package/dist/esm/internal/digitalAsset.d.mts +118 -0
  313. package/dist/esm/internal/digitalAsset.mjs +2 -0
  314. package/dist/esm/internal/digitalAsset.mjs.map +1 -0
  315. package/dist/esm/internal/event.d.mts +45 -0
  316. package/dist/esm/internal/event.mjs +2 -0
  317. package/dist/esm/internal/event.mjs.map +1 -0
  318. package/dist/esm/internal/faucet.d.mts +29 -0
  319. package/dist/esm/internal/faucet.mjs +2 -0
  320. package/dist/esm/internal/faucet.mjs.map +1 -0
  321. package/dist/esm/internal/fungibleAsset.d.mts +38 -0
  322. package/dist/esm/internal/fungibleAsset.mjs +2 -0
  323. package/dist/esm/internal/fungibleAsset.mjs.map +1 -0
  324. package/dist/esm/internal/general.d.mts +60 -0
  325. package/dist/esm/internal/general.mjs +2 -0
  326. package/dist/esm/internal/general.mjs.map +1 -0
  327. package/dist/esm/internal/staking.d.mts +38 -0
  328. package/dist/esm/internal/staking.mjs +2 -0
  329. package/dist/esm/internal/staking.mjs.map +1 -0
  330. package/dist/esm/internal/transaction.d.mts +57 -0
  331. package/dist/esm/internal/transaction.mjs +2 -0
  332. package/dist/esm/internal/transaction.mjs.map +1 -0
  333. package/dist/esm/internal/transactionSubmission.d.mts +148 -0
  334. package/dist/esm/internal/transactionSubmission.mjs +2 -0
  335. package/dist/esm/internal/transactionSubmission.mjs.map +1 -0
  336. package/dist/esm/transactions/authenticator/account.d.mts +79 -0
  337. package/dist/esm/transactions/authenticator/account.mjs +2 -0
  338. package/dist/esm/transactions/authenticator/account.mjs.map +1 -0
  339. package/dist/esm/transactions/authenticator/index.d.mts +19 -0
  340. package/dist/esm/transactions/authenticator/index.mjs +2 -0
  341. package/dist/esm/transactions/authenticator/index.mjs.map +1 -0
  342. package/dist/esm/transactions/authenticator/transaction.d.mts +105 -0
  343. package/dist/esm/transactions/authenticator/transaction.mjs +2 -0
  344. package/dist/esm/transactions/authenticator/transaction.mjs.map +1 -0
  345. package/dist/esm/transactions/index.d.mts +39 -0
  346. package/dist/esm/transactions/index.mjs +2 -0
  347. package/dist/esm/transactions/index.mjs.map +1 -0
  348. package/dist/esm/transactions/instances/chainId.d.mts +21 -0
  349. package/dist/esm/transactions/instances/chainId.mjs +2 -0
  350. package/dist/esm/transactions/instances/chainId.mjs.map +1 -0
  351. package/dist/esm/transactions/instances/identifier.d.mts +23 -0
  352. package/dist/esm/transactions/instances/identifier.mjs +2 -0
  353. package/dist/esm/transactions/instances/identifier.mjs.map +1 -0
  354. package/dist/esm/transactions/instances/index.d.mts +29 -0
  355. package/dist/esm/transactions/instances/index.mjs +2 -0
  356. package/dist/esm/transactions/instances/index.mjs.map +1 -0
  357. package/dist/esm/transactions/instances/moduleId.d.mts +37 -0
  358. package/dist/esm/transactions/instances/moduleId.mjs +2 -0
  359. package/dist/esm/transactions/instances/moduleId.mjs.map +1 -0
  360. package/dist/esm/transactions/instances/rawTransaction.d.mts +98 -0
  361. package/dist/esm/transactions/instances/rawTransaction.mjs +2 -0
  362. package/dist/esm/transactions/instances/rawTransaction.mjs.map +1 -0
  363. package/dist/esm/transactions/instances/rotationProofChallenge.d.mts +37 -0
  364. package/dist/esm/transactions/instances/rotationProofChallenge.mjs +2 -0
  365. package/dist/esm/transactions/instances/rotationProofChallenge.mjs.map +1 -0
  366. package/dist/esm/transactions/instances/signedTransaction.d.mts +46 -0
  367. package/dist/esm/transactions/instances/signedTransaction.mjs +2 -0
  368. package/dist/esm/transactions/instances/signedTransaction.mjs.map +1 -0
  369. package/dist/esm/transactions/instances/transactionArgument.d.mts +40 -0
  370. package/dist/esm/transactions/instances/transactionArgument.mjs +2 -0
  371. package/dist/esm/transactions/instances/transactionArgument.mjs.map +1 -0
  372. package/dist/esm/transactions/instances/transactionPayload.d.mts +211 -0
  373. package/dist/esm/transactions/instances/transactionPayload.mjs +2 -0
  374. package/dist/esm/transactions/instances/transactionPayload.mjs.map +1 -0
  375. package/dist/esm/transactions/transactionBuilder/helpers.d.mts +63 -0
  376. package/dist/esm/transactions/transactionBuilder/helpers.mjs +2 -0
  377. package/dist/esm/transactions/transactionBuilder/helpers.mjs.map +1 -0
  378. package/dist/esm/transactions/transactionBuilder/index.d.mts +35 -0
  379. package/dist/esm/transactions/transactionBuilder/index.mjs +2 -0
  380. package/dist/esm/transactions/transactionBuilder/index.mjs.map +1 -0
  381. package/dist/esm/transactions/transactionBuilder/remoteAbi.d.mts +54 -0
  382. package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +2 -0
  383. package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs.map +1 -0
  384. package/dist/esm/transactions/transactionBuilder/transactionBuilder.d.mts +126 -0
  385. package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +2 -0
  386. package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs.map +1 -0
  387. package/dist/esm/transactions/typeTag/index.d.mts +127 -0
  388. package/dist/esm/transactions/typeTag/index.mjs +2 -0
  389. package/dist/esm/transactions/typeTag/index.mjs.map +1 -0
  390. package/dist/esm/transactions/typeTag/parser.d.mts +48 -0
  391. package/dist/esm/transactions/typeTag/parser.mjs +2 -0
  392. package/dist/esm/transactions/typeTag/parser.mjs.map +1 -0
  393. package/dist/esm/transactions/types.d.mts +242 -0
  394. package/dist/esm/transactions/types.mjs +2 -0
  395. package/dist/esm/transactions/types.mjs.map +1 -0
  396. package/dist/esm/types/generated/operations.d.mts +604 -0
  397. package/dist/esm/types/generated/operations.mjs +1 -0
  398. package/dist/esm/types/generated/operations.mjs.map +1 -0
  399. package/dist/esm/types/generated/queries.d.mts +55 -0
  400. package/dist/esm/types/generated/queries.mjs +2 -0
  401. package/dist/esm/types/generated/queries.mjs.map +1 -0
  402. package/dist/esm/types/generated/types.d.mts +9496 -0
  403. package/dist/esm/types/generated/types.mjs +2 -0
  404. package/dist/esm/types/generated/types.mjs.map +1 -0
  405. package/dist/esm/types/index.d.mts +886 -0
  406. package/dist/esm/types/index.mjs +2 -0
  407. package/dist/esm/types/index.mjs.map +1 -0
  408. package/dist/esm/types/indexer.d.mts +62 -0
  409. package/dist/esm/types/indexer.mjs +2 -0
  410. package/dist/esm/types/indexer.mjs.map +1 -0
  411. package/dist/esm/utils/apiEndpoints.d.mts +14 -0
  412. package/dist/esm/utils/apiEndpoints.mjs +2 -0
  413. package/dist/esm/utils/apiEndpoints.mjs.map +1 -0
  414. package/dist/esm/utils/const.d.mts +42 -0
  415. package/dist/esm/utils/const.mjs +2 -0
  416. package/dist/esm/utils/const.mjs.map +1 -0
  417. package/dist/esm/utils/helpers.d.mts +7 -0
  418. package/dist/esm/utils/helpers.mjs +2 -0
  419. package/dist/esm/utils/helpers.mjs.map +1 -0
  420. package/dist/esm/utils/index.d.mts +2 -0
  421. package/dist/esm/utils/index.mjs +2 -0
  422. package/dist/esm/utils/index.mjs.map +1 -0
  423. package/dist/esm/utils/memoize.d.mts +20 -0
  424. package/dist/esm/utils/memoize.mjs +2 -0
  425. package/dist/esm/utils/memoize.mjs.map +1 -0
  426. package/dist/esm/version.d.mts +8 -0
  427. package/dist/esm/version.mjs +2 -0
  428. package/dist/esm/version.mjs.map +1 -0
  429. package/package.json +43 -40
  430. package/src/api/account.ts +2 -2
  431. package/src/api/coin.ts +2 -2
  432. package/src/api/event.ts +2 -2
  433. package/src/api/general.ts +4 -4
  434. package/src/api/transactionSubmission.ts +20 -3
  435. package/src/bcs/serializable/moveStructs.ts +8 -4
  436. package/src/client/core.ts +7 -5
  437. package/src/client/get.ts +6 -2
  438. package/src/client/post.ts +12 -4
  439. package/src/core/account.ts +7 -4
  440. package/src/index.ts +1 -1
  441. package/src/internal/account.ts +2 -2
  442. package/src/internal/ans.ts +4 -6
  443. package/src/internal/coin.ts +2 -2
  444. package/src/internal/event.ts +3 -3
  445. package/src/internal/general.ts +7 -6
  446. package/src/internal/queries/getEvents.graphql +1 -0
  447. package/src/internal/transactionSubmission.ts +41 -3
  448. package/src/transactions/transactionBuilder/helpers.ts +2 -2
  449. package/src/transactions/transactionBuilder/remoteAbi.ts +1 -1
  450. package/src/transactions/transactionBuilder/transactionBuilder.ts +15 -20
  451. package/src/transactions/typeTag/parser.ts +10 -2
  452. package/src/transactions/types.ts +5 -14
  453. package/src/types/generated/operations.ts +52 -51
  454. package/src/types/generated/queries.ts +42 -41
  455. package/src/types/generated/types.ts +2257 -2249
  456. package/src/types/index.ts +20 -12
  457. package/src/utils/index.ts +2 -0
  458. package/dist/cjs/index.js +0 -5901
  459. package/dist/cjs/index.js.map +0 -1
  460. package/dist/types/index.d.ts +0 -1310
  461. package/dist/types/index.js +0 -176
  462. package/dist/types/index.js.map +0 -1
@@ -0,0 +1,604 @@
1
+ import { Exact, InputMaybe, Scalars, CurrentFungibleAssetBalancesBoolExp, CurrentFungibleAssetBalancesOrderBy, CurrentCollectionOwnershipV2ViewBoolExp, CurrentCollectionOwnershipV2ViewOrderBy, CurrentObjectsBoolExp, CurrentObjectsOrderBy, CurrentTokenOwnershipsV2BoolExp, CurrentTokenOwnershipsV2OrderBy, CurrentCollectionsV2BoolExp, EventsBoolExp, EventsOrderBy, FungibleAssetActivitiesBoolExp, FungibleAssetMetadataBoolExp, NumActiveDelegatorPerPoolBoolExp, NumActiveDelegatorPerPoolOrderBy, TokenActivitiesV2BoolExp, TokenActivitiesV2OrderBy, CurrentTokenDatasV2BoolExp, CurrentTokenDatasV2OrderBy } from './types.mjs';
2
+
3
+ type TokenActivitiesFieldsFragment = {
4
+ after_value?: string | null;
5
+ before_value?: string | null;
6
+ entry_function_id_str?: string | null;
7
+ event_account_address: string;
8
+ event_index: any;
9
+ from_address?: string | null;
10
+ is_fungible_v2?: boolean | null;
11
+ property_version_v1: any;
12
+ to_address?: string | null;
13
+ token_amount: any;
14
+ token_data_id: string;
15
+ token_standard: string;
16
+ transaction_timestamp: any;
17
+ transaction_version: any;
18
+ type: string;
19
+ };
20
+ type CurrentTokenOwnershipFieldsFragment = {
21
+ token_standard: string;
22
+ token_properties_mutated_v1?: any | null;
23
+ token_data_id: string;
24
+ table_type_v1?: string | null;
25
+ storage_id: string;
26
+ property_version_v1: any;
27
+ owner_address: string;
28
+ last_transaction_version: any;
29
+ last_transaction_timestamp: any;
30
+ is_soulbound_v2?: boolean | null;
31
+ is_fungible_v2?: boolean | null;
32
+ amount: any;
33
+ current_token_data?: {
34
+ collection_id: string;
35
+ description: string;
36
+ is_fungible_v2?: boolean | null;
37
+ largest_property_version_v1?: any | null;
38
+ last_transaction_timestamp: any;
39
+ last_transaction_version: any;
40
+ maximum?: any | null;
41
+ supply: any;
42
+ token_data_id: string;
43
+ token_name: string;
44
+ token_properties: any;
45
+ token_standard: string;
46
+ token_uri: string;
47
+ current_collection?: {
48
+ collection_id: string;
49
+ collection_name: string;
50
+ creator_address: string;
51
+ current_supply: any;
52
+ description: string;
53
+ last_transaction_timestamp: any;
54
+ last_transaction_version: any;
55
+ max_supply?: any | null;
56
+ mutable_description?: boolean | null;
57
+ mutable_uri?: boolean | null;
58
+ table_handle_v1?: string | null;
59
+ token_standard: string;
60
+ total_minted_v2?: any | null;
61
+ uri: string;
62
+ } | null;
63
+ } | null;
64
+ };
65
+ type GetAccountCoinsCountQueryVariables = Exact<{
66
+ address?: InputMaybe<Scalars["String"]["input"]>;
67
+ }>;
68
+ type GetAccountCoinsCountQuery = {
69
+ current_fungible_asset_balances_aggregate: {
70
+ aggregate?: {
71
+ count: number;
72
+ } | null;
73
+ };
74
+ };
75
+ type GetAccountCoinsDataQueryVariables = Exact<{
76
+ where_condition: CurrentFungibleAssetBalancesBoolExp;
77
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
78
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
79
+ order_by?: InputMaybe<Array<CurrentFungibleAssetBalancesOrderBy> | CurrentFungibleAssetBalancesOrderBy>;
80
+ }>;
81
+ type GetAccountCoinsDataQuery = {
82
+ current_fungible_asset_balances: Array<{
83
+ amount: any;
84
+ asset_type: string;
85
+ is_frozen: boolean;
86
+ is_primary: boolean;
87
+ last_transaction_timestamp: any;
88
+ last_transaction_version: any;
89
+ owner_address: string;
90
+ storage_id: string;
91
+ token_standard: string;
92
+ metadata?: {
93
+ token_standard: string;
94
+ symbol: string;
95
+ supply_aggregator_table_key_v1?: string | null;
96
+ supply_aggregator_table_handle_v1?: string | null;
97
+ project_uri?: string | null;
98
+ name: string;
99
+ last_transaction_version: any;
100
+ last_transaction_timestamp: any;
101
+ icon_uri?: string | null;
102
+ decimals: number;
103
+ creator_address: string;
104
+ asset_type: string;
105
+ } | null;
106
+ }>;
107
+ };
108
+ type GetAccountCollectionsWithOwnedTokensQueryVariables = Exact<{
109
+ where_condition: CurrentCollectionOwnershipV2ViewBoolExp;
110
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
111
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
112
+ order_by?: InputMaybe<Array<CurrentCollectionOwnershipV2ViewOrderBy> | CurrentCollectionOwnershipV2ViewOrderBy>;
113
+ }>;
114
+ type GetAccountCollectionsWithOwnedTokensQuery = {
115
+ current_collection_ownership_v2_view: Array<{
116
+ collection_id?: string | null;
117
+ collection_name?: string | null;
118
+ collection_uri?: string | null;
119
+ creator_address?: string | null;
120
+ distinct_tokens?: any | null;
121
+ last_transaction_version?: any | null;
122
+ owner_address?: string | null;
123
+ single_token_uri?: string | null;
124
+ current_collection?: {
125
+ collection_id: string;
126
+ collection_name: string;
127
+ creator_address: string;
128
+ current_supply: any;
129
+ description: string;
130
+ last_transaction_timestamp: any;
131
+ last_transaction_version: any;
132
+ mutable_description?: boolean | null;
133
+ max_supply?: any | null;
134
+ mutable_uri?: boolean | null;
135
+ table_handle_v1?: string | null;
136
+ token_standard: string;
137
+ total_minted_v2?: any | null;
138
+ uri: string;
139
+ } | null;
140
+ }>;
141
+ };
142
+ type GetAccountOwnedObjectsQueryVariables = Exact<{
143
+ where_condition?: InputMaybe<CurrentObjectsBoolExp>;
144
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
145
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
146
+ order_by?: InputMaybe<Array<CurrentObjectsOrderBy> | CurrentObjectsOrderBy>;
147
+ }>;
148
+ type GetAccountOwnedObjectsQuery = {
149
+ current_objects: Array<{
150
+ allow_ungated_transfer: boolean;
151
+ state_key_hash: string;
152
+ owner_address: string;
153
+ object_address: string;
154
+ last_transaction_version: any;
155
+ last_guid_creation_num: any;
156
+ is_deleted: boolean;
157
+ }>;
158
+ };
159
+ type GetAccountOwnedTokensQueryVariables = Exact<{
160
+ where_condition: CurrentTokenOwnershipsV2BoolExp;
161
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
162
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
163
+ order_by?: InputMaybe<Array<CurrentTokenOwnershipsV2OrderBy> | CurrentTokenOwnershipsV2OrderBy>;
164
+ }>;
165
+ type GetAccountOwnedTokensQuery = {
166
+ current_token_ownerships_v2: Array<{
167
+ token_standard: string;
168
+ token_properties_mutated_v1?: any | null;
169
+ token_data_id: string;
170
+ table_type_v1?: string | null;
171
+ storage_id: string;
172
+ property_version_v1: any;
173
+ owner_address: string;
174
+ last_transaction_version: any;
175
+ last_transaction_timestamp: any;
176
+ is_soulbound_v2?: boolean | null;
177
+ is_fungible_v2?: boolean | null;
178
+ amount: any;
179
+ current_token_data?: {
180
+ collection_id: string;
181
+ description: string;
182
+ is_fungible_v2?: boolean | null;
183
+ largest_property_version_v1?: any | null;
184
+ last_transaction_timestamp: any;
185
+ last_transaction_version: any;
186
+ maximum?: any | null;
187
+ supply: any;
188
+ token_data_id: string;
189
+ token_name: string;
190
+ token_properties: any;
191
+ token_standard: string;
192
+ token_uri: string;
193
+ current_collection?: {
194
+ collection_id: string;
195
+ collection_name: string;
196
+ creator_address: string;
197
+ current_supply: any;
198
+ description: string;
199
+ last_transaction_timestamp: any;
200
+ last_transaction_version: any;
201
+ max_supply?: any | null;
202
+ mutable_description?: boolean | null;
203
+ mutable_uri?: boolean | null;
204
+ table_handle_v1?: string | null;
205
+ token_standard: string;
206
+ total_minted_v2?: any | null;
207
+ uri: string;
208
+ } | null;
209
+ } | null;
210
+ }>;
211
+ };
212
+ type GetAccountOwnedTokensByTokenDataQueryVariables = Exact<{
213
+ where_condition: CurrentTokenOwnershipsV2BoolExp;
214
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
215
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
216
+ order_by?: InputMaybe<Array<CurrentTokenOwnershipsV2OrderBy> | CurrentTokenOwnershipsV2OrderBy>;
217
+ }>;
218
+ type GetAccountOwnedTokensByTokenDataQuery = {
219
+ current_token_ownerships_v2: Array<{
220
+ token_standard: string;
221
+ token_properties_mutated_v1?: any | null;
222
+ token_data_id: string;
223
+ table_type_v1?: string | null;
224
+ storage_id: string;
225
+ property_version_v1: any;
226
+ owner_address: string;
227
+ last_transaction_version: any;
228
+ last_transaction_timestamp: any;
229
+ is_soulbound_v2?: boolean | null;
230
+ is_fungible_v2?: boolean | null;
231
+ amount: any;
232
+ current_token_data?: {
233
+ collection_id: string;
234
+ description: string;
235
+ is_fungible_v2?: boolean | null;
236
+ largest_property_version_v1?: any | null;
237
+ last_transaction_timestamp: any;
238
+ last_transaction_version: any;
239
+ maximum?: any | null;
240
+ supply: any;
241
+ token_data_id: string;
242
+ token_name: string;
243
+ token_properties: any;
244
+ token_standard: string;
245
+ token_uri: string;
246
+ current_collection?: {
247
+ collection_id: string;
248
+ collection_name: string;
249
+ creator_address: string;
250
+ current_supply: any;
251
+ description: string;
252
+ last_transaction_timestamp: any;
253
+ last_transaction_version: any;
254
+ max_supply?: any | null;
255
+ mutable_description?: boolean | null;
256
+ mutable_uri?: boolean | null;
257
+ table_handle_v1?: string | null;
258
+ token_standard: string;
259
+ total_minted_v2?: any | null;
260
+ uri: string;
261
+ } | null;
262
+ } | null;
263
+ }>;
264
+ };
265
+ type GetAccountOwnedTokensFromCollectionQueryVariables = Exact<{
266
+ where_condition: CurrentTokenOwnershipsV2BoolExp;
267
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
268
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
269
+ order_by?: InputMaybe<Array<CurrentTokenOwnershipsV2OrderBy> | CurrentTokenOwnershipsV2OrderBy>;
270
+ }>;
271
+ type GetAccountOwnedTokensFromCollectionQuery = {
272
+ current_token_ownerships_v2: Array<{
273
+ token_standard: string;
274
+ token_properties_mutated_v1?: any | null;
275
+ token_data_id: string;
276
+ table_type_v1?: string | null;
277
+ storage_id: string;
278
+ property_version_v1: any;
279
+ owner_address: string;
280
+ last_transaction_version: any;
281
+ last_transaction_timestamp: any;
282
+ is_soulbound_v2?: boolean | null;
283
+ is_fungible_v2?: boolean | null;
284
+ amount: any;
285
+ current_token_data?: {
286
+ collection_id: string;
287
+ description: string;
288
+ is_fungible_v2?: boolean | null;
289
+ largest_property_version_v1?: any | null;
290
+ last_transaction_timestamp: any;
291
+ last_transaction_version: any;
292
+ maximum?: any | null;
293
+ supply: any;
294
+ token_data_id: string;
295
+ token_name: string;
296
+ token_properties: any;
297
+ token_standard: string;
298
+ token_uri: string;
299
+ current_collection?: {
300
+ collection_id: string;
301
+ collection_name: string;
302
+ creator_address: string;
303
+ current_supply: any;
304
+ description: string;
305
+ last_transaction_timestamp: any;
306
+ last_transaction_version: any;
307
+ max_supply?: any | null;
308
+ mutable_description?: boolean | null;
309
+ mutable_uri?: boolean | null;
310
+ table_handle_v1?: string | null;
311
+ token_standard: string;
312
+ total_minted_v2?: any | null;
313
+ uri: string;
314
+ } | null;
315
+ } | null;
316
+ }>;
317
+ };
318
+ type GetAccountTokensCountQueryVariables = Exact<{
319
+ where_condition?: InputMaybe<CurrentTokenOwnershipsV2BoolExp>;
320
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
321
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
322
+ }>;
323
+ type GetAccountTokensCountQuery = {
324
+ current_token_ownerships_v2_aggregate: {
325
+ aggregate?: {
326
+ count: number;
327
+ } | null;
328
+ };
329
+ };
330
+ type GetAccountTransactionsCountQueryVariables = Exact<{
331
+ address?: InputMaybe<Scalars["String"]["input"]>;
332
+ }>;
333
+ type GetAccountTransactionsCountQuery = {
334
+ account_transactions_aggregate: {
335
+ aggregate?: {
336
+ count: number;
337
+ } | null;
338
+ };
339
+ };
340
+ type GetChainTopUserTransactionsQueryVariables = Exact<{
341
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
342
+ }>;
343
+ type GetChainTopUserTransactionsQuery = {
344
+ user_transactions: Array<{
345
+ version: any;
346
+ }>;
347
+ };
348
+ type GetCollectionDataQueryVariables = Exact<{
349
+ where_condition: CurrentCollectionsV2BoolExp;
350
+ }>;
351
+ type GetCollectionDataQuery = {
352
+ current_collections_v2: Array<{
353
+ collection_id: string;
354
+ collection_name: string;
355
+ creator_address: string;
356
+ current_supply: any;
357
+ description: string;
358
+ last_transaction_timestamp: any;
359
+ last_transaction_version: any;
360
+ max_supply?: any | null;
361
+ mutable_description?: boolean | null;
362
+ mutable_uri?: boolean | null;
363
+ table_handle_v1?: string | null;
364
+ token_standard: string;
365
+ total_minted_v2?: any | null;
366
+ uri: string;
367
+ }>;
368
+ };
369
+ type GetCurrentFungibleAssetBalancesQueryVariables = Exact<{
370
+ where_condition?: InputMaybe<CurrentFungibleAssetBalancesBoolExp>;
371
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
372
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
373
+ }>;
374
+ type GetCurrentFungibleAssetBalancesQuery = {
375
+ current_fungible_asset_balances: Array<{
376
+ amount: any;
377
+ asset_type: string;
378
+ is_frozen: boolean;
379
+ is_primary: boolean;
380
+ last_transaction_timestamp: any;
381
+ last_transaction_version: any;
382
+ owner_address: string;
383
+ storage_id: string;
384
+ token_standard: string;
385
+ }>;
386
+ };
387
+ type GetDelegatedStakingActivitiesQueryVariables = Exact<{
388
+ delegatorAddress?: InputMaybe<Scalars["String"]["input"]>;
389
+ poolAddress?: InputMaybe<Scalars["String"]["input"]>;
390
+ }>;
391
+ type GetDelegatedStakingActivitiesQuery = {
392
+ delegated_staking_activities: Array<{
393
+ amount: any;
394
+ delegator_address: string;
395
+ event_index: any;
396
+ event_type: string;
397
+ pool_address: string;
398
+ transaction_version: any;
399
+ }>;
400
+ };
401
+ type GetEventsQueryVariables = Exact<{
402
+ where_condition?: InputMaybe<EventsBoolExp>;
403
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
404
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
405
+ order_by?: InputMaybe<Array<EventsOrderBy> | EventsOrderBy>;
406
+ }>;
407
+ type GetEventsQuery = {
408
+ events: Array<{
409
+ account_address: string;
410
+ creation_number: any;
411
+ data: any;
412
+ event_index: any;
413
+ sequence_number: any;
414
+ transaction_block_height: any;
415
+ transaction_version: any;
416
+ type: string;
417
+ indexed_type: string;
418
+ }>;
419
+ };
420
+ type GetFungibleAssetActivitiesQueryVariables = Exact<{
421
+ where_condition?: InputMaybe<FungibleAssetActivitiesBoolExp>;
422
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
423
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
424
+ }>;
425
+ type GetFungibleAssetActivitiesQuery = {
426
+ fungible_asset_activities: Array<{
427
+ amount?: any | null;
428
+ asset_type: string;
429
+ block_height: any;
430
+ entry_function_id_str?: string | null;
431
+ event_index: any;
432
+ gas_fee_payer_address?: string | null;
433
+ is_frozen?: boolean | null;
434
+ is_gas_fee: boolean;
435
+ is_transaction_success: boolean;
436
+ owner_address: string;
437
+ storage_id: string;
438
+ storage_refund_amount: any;
439
+ token_standard: string;
440
+ transaction_timestamp: any;
441
+ transaction_version: any;
442
+ type: string;
443
+ }>;
444
+ };
445
+ type GetFungibleAssetMetadataQueryVariables = Exact<{
446
+ where_condition?: InputMaybe<FungibleAssetMetadataBoolExp>;
447
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
448
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
449
+ }>;
450
+ type GetFungibleAssetMetadataQuery = {
451
+ fungible_asset_metadata: Array<{
452
+ icon_uri?: string | null;
453
+ project_uri?: string | null;
454
+ supply_aggregator_table_handle_v1?: string | null;
455
+ supply_aggregator_table_key_v1?: string | null;
456
+ creator_address: string;
457
+ asset_type: string;
458
+ decimals: number;
459
+ last_transaction_timestamp: any;
460
+ last_transaction_version: any;
461
+ name: string;
462
+ symbol: string;
463
+ token_standard: string;
464
+ }>;
465
+ };
466
+ type GetNumberOfDelegatorsQueryVariables = Exact<{
467
+ where_condition: NumActiveDelegatorPerPoolBoolExp;
468
+ order_by?: InputMaybe<Array<NumActiveDelegatorPerPoolOrderBy> | NumActiveDelegatorPerPoolOrderBy>;
469
+ }>;
470
+ type GetNumberOfDelegatorsQuery = {
471
+ num_active_delegator_per_pool: Array<{
472
+ num_active_delegator?: any | null;
473
+ pool_address?: string | null;
474
+ }>;
475
+ };
476
+ type GetProcessorStatusQueryVariables = Exact<{
477
+ [key: string]: never;
478
+ }>;
479
+ type GetProcessorStatusQuery = {
480
+ processor_status: Array<{
481
+ last_success_version: any;
482
+ processor: string;
483
+ last_updated: any;
484
+ }>;
485
+ };
486
+ type GetTokenActivityQueryVariables = Exact<{
487
+ where_condition: TokenActivitiesV2BoolExp;
488
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
489
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
490
+ order_by?: InputMaybe<Array<TokenActivitiesV2OrderBy> | TokenActivitiesV2OrderBy>;
491
+ }>;
492
+ type GetTokenActivityQuery = {
493
+ token_activities_v2: Array<{
494
+ after_value?: string | null;
495
+ before_value?: string | null;
496
+ entry_function_id_str?: string | null;
497
+ event_account_address: string;
498
+ event_index: any;
499
+ from_address?: string | null;
500
+ is_fungible_v2?: boolean | null;
501
+ property_version_v1: any;
502
+ to_address?: string | null;
503
+ token_amount: any;
504
+ token_data_id: string;
505
+ token_standard: string;
506
+ transaction_timestamp: any;
507
+ transaction_version: any;
508
+ type: string;
509
+ }>;
510
+ };
511
+ type GetCurrentTokenOwnershipQueryVariables = Exact<{
512
+ where_condition: CurrentTokenOwnershipsV2BoolExp;
513
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
514
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
515
+ order_by?: InputMaybe<Array<CurrentTokenOwnershipsV2OrderBy> | CurrentTokenOwnershipsV2OrderBy>;
516
+ }>;
517
+ type GetCurrentTokenOwnershipQuery = {
518
+ current_token_ownerships_v2: Array<{
519
+ token_standard: string;
520
+ token_properties_mutated_v1?: any | null;
521
+ token_data_id: string;
522
+ table_type_v1?: string | null;
523
+ storage_id: string;
524
+ property_version_v1: any;
525
+ owner_address: string;
526
+ last_transaction_version: any;
527
+ last_transaction_timestamp: any;
528
+ is_soulbound_v2?: boolean | null;
529
+ is_fungible_v2?: boolean | null;
530
+ amount: any;
531
+ current_token_data?: {
532
+ collection_id: string;
533
+ description: string;
534
+ is_fungible_v2?: boolean | null;
535
+ largest_property_version_v1?: any | null;
536
+ last_transaction_timestamp: any;
537
+ last_transaction_version: any;
538
+ maximum?: any | null;
539
+ supply: any;
540
+ token_data_id: string;
541
+ token_name: string;
542
+ token_properties: any;
543
+ token_standard: string;
544
+ token_uri: string;
545
+ current_collection?: {
546
+ collection_id: string;
547
+ collection_name: string;
548
+ creator_address: string;
549
+ current_supply: any;
550
+ description: string;
551
+ last_transaction_timestamp: any;
552
+ last_transaction_version: any;
553
+ max_supply?: any | null;
554
+ mutable_description?: boolean | null;
555
+ mutable_uri?: boolean | null;
556
+ table_handle_v1?: string | null;
557
+ token_standard: string;
558
+ total_minted_v2?: any | null;
559
+ uri: string;
560
+ } | null;
561
+ } | null;
562
+ }>;
563
+ };
564
+ type GetTokenDataQueryVariables = Exact<{
565
+ where_condition?: InputMaybe<CurrentTokenDatasV2BoolExp>;
566
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
567
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
568
+ order_by?: InputMaybe<Array<CurrentTokenDatasV2OrderBy> | CurrentTokenDatasV2OrderBy>;
569
+ }>;
570
+ type GetTokenDataQuery = {
571
+ current_token_datas_v2: Array<{
572
+ collection_id: string;
573
+ description: string;
574
+ is_fungible_v2?: boolean | null;
575
+ largest_property_version_v1?: any | null;
576
+ last_transaction_timestamp: any;
577
+ last_transaction_version: any;
578
+ maximum?: any | null;
579
+ supply: any;
580
+ token_data_id: string;
581
+ token_name: string;
582
+ token_properties: any;
583
+ token_standard: string;
584
+ token_uri: string;
585
+ current_collection?: {
586
+ collection_id: string;
587
+ collection_name: string;
588
+ creator_address: string;
589
+ current_supply: any;
590
+ description: string;
591
+ last_transaction_timestamp: any;
592
+ last_transaction_version: any;
593
+ max_supply?: any | null;
594
+ mutable_description?: boolean | null;
595
+ mutable_uri?: boolean | null;
596
+ table_handle_v1?: string | null;
597
+ token_standard: string;
598
+ total_minted_v2?: any | null;
599
+ uri: string;
600
+ } | null;
601
+ }>;
602
+ };
603
+
604
+ export { CurrentTokenOwnershipFieldsFragment, GetAccountCoinsCountQuery, GetAccountCoinsCountQueryVariables, GetAccountCoinsDataQuery, GetAccountCoinsDataQueryVariables, GetAccountCollectionsWithOwnedTokensQuery, GetAccountCollectionsWithOwnedTokensQueryVariables, GetAccountOwnedObjectsQuery, GetAccountOwnedObjectsQueryVariables, GetAccountOwnedTokensByTokenDataQuery, GetAccountOwnedTokensByTokenDataQueryVariables, GetAccountOwnedTokensFromCollectionQuery, GetAccountOwnedTokensFromCollectionQueryVariables, GetAccountOwnedTokensQuery, GetAccountOwnedTokensQueryVariables, GetAccountTokensCountQuery, GetAccountTokensCountQueryVariables, GetAccountTransactionsCountQuery, GetAccountTransactionsCountQueryVariables, GetChainTopUserTransactionsQuery, GetChainTopUserTransactionsQueryVariables, GetCollectionDataQuery, GetCollectionDataQueryVariables, GetCurrentFungibleAssetBalancesQuery, GetCurrentFungibleAssetBalancesQueryVariables, GetCurrentTokenOwnershipQuery, GetCurrentTokenOwnershipQueryVariables, GetDelegatedStakingActivitiesQuery, GetDelegatedStakingActivitiesQueryVariables, GetEventsQuery, GetEventsQueryVariables, GetFungibleAssetActivitiesQuery, GetFungibleAssetActivitiesQueryVariables, GetFungibleAssetMetadataQuery, GetFungibleAssetMetadataQueryVariables, GetNumberOfDelegatorsQuery, GetNumberOfDelegatorsQueryVariables, GetProcessorStatusQuery, GetProcessorStatusQueryVariables, GetTokenActivityQuery, GetTokenActivityQueryVariables, GetTokenDataQuery, GetTokenDataQueryVariables, TokenActivitiesFieldsFragment };
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=operations.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}