@aptos-labs/ts-sdk 1.19.0 → 1.21.0

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 (287) hide show
  1. package/dist/common/{accountAddress-Lv-GSihU.d.ts → accountAddress-NYtf3uZq.d.ts} +31 -20
  2. package/dist/common/cli/index.d.ts +86 -12
  3. package/dist/common/cli/index.js +1 -1
  4. package/dist/common/cli/index.js.map +1 -1
  5. package/dist/common/index.d.ts +117 -7
  6. package/dist/common/index.js +62 -51
  7. package/dist/common/index.js.map +1 -1
  8. package/dist/esm/account/Account.mjs +1 -1
  9. package/dist/esm/account/Ed25519Account.mjs +1 -1
  10. package/dist/esm/account/EphemeralKeyPair.mjs +1 -1
  11. package/dist/esm/account/KeylessAccount.mjs +1 -1
  12. package/dist/esm/account/MultiKeyAccount.mjs +1 -1
  13. package/dist/esm/account/SingleKeyAccount.mjs +1 -1
  14. package/dist/esm/account/index.mjs +1 -1
  15. package/dist/esm/api/account.d.mts +3 -3
  16. package/dist/esm/api/account.mjs +1 -1
  17. package/dist/esm/api/ans.mjs +1 -1
  18. package/dist/esm/api/aptos.d.mts +3 -1
  19. package/dist/esm/api/aptos.mjs +1 -1
  20. package/dist/esm/api/aptosConfig.mjs +1 -1
  21. package/dist/esm/api/coin.mjs +1 -1
  22. package/dist/esm/api/digitalAsset.d.mts +49 -1
  23. package/dist/esm/api/digitalAsset.mjs +1 -1
  24. package/dist/esm/api/event.mjs +1 -1
  25. package/dist/esm/api/faucet.mjs +1 -1
  26. package/dist/esm/api/fungibleAsset.mjs +1 -1
  27. package/dist/esm/api/general.d.mts +21 -1
  28. package/dist/esm/api/general.mjs +1 -1
  29. package/dist/esm/api/index.d.mts +1 -0
  30. package/dist/esm/api/index.mjs +1 -1
  31. package/dist/esm/api/keyless.mjs +1 -1
  32. package/dist/esm/api/object.d.mts +39 -0
  33. package/dist/esm/api/object.mjs +2 -0
  34. package/dist/esm/api/object.mjs.map +1 -0
  35. package/dist/esm/api/staking.mjs +1 -1
  36. package/dist/esm/api/table.mjs +1 -1
  37. package/dist/esm/api/transaction.mjs +1 -1
  38. package/dist/esm/api/transactionSubmission/build.mjs +1 -1
  39. package/dist/esm/api/transactionSubmission/management.mjs +1 -1
  40. package/dist/esm/api/transactionSubmission/sign.mjs +1 -1
  41. package/dist/esm/api/transactionSubmission/simulate.mjs +1 -1
  42. package/dist/esm/api/transactionSubmission/submit.mjs +1 -1
  43. package/dist/esm/api/utils.mjs +1 -1
  44. package/dist/esm/bcs/index.mjs +1 -1
  45. package/dist/esm/{chunk-4ZM7V7HN.mjs → chunk-3DCHEXE3.mjs} +2 -2
  46. package/dist/esm/chunk-3NPBKAPF.mjs +2 -0
  47. package/dist/esm/chunk-3NPBKAPF.mjs.map +1 -0
  48. package/dist/esm/{chunk-3EDNV7KS.mjs → chunk-43IKKJ2Y.mjs} +2 -2
  49. package/dist/esm/{chunk-E2JEBCSY.mjs → chunk-463B3NF7.mjs} +2 -2
  50. package/dist/esm/{chunk-MUAV4P6C.mjs → chunk-4ARX2MGY.mjs} +2 -2
  51. package/dist/esm/chunk-4GNJJZ4R.mjs +2 -0
  52. package/dist/esm/chunk-4GNJJZ4R.mjs.map +1 -0
  53. package/dist/esm/chunk-4KYQ7N3N.mjs +2 -0
  54. package/dist/esm/{chunk-EAXCOIOP.mjs.map → chunk-4KYQ7N3N.mjs.map} +1 -1
  55. package/dist/esm/chunk-5M235PLS.mjs +2 -0
  56. package/dist/esm/chunk-5M235PLS.mjs.map +1 -0
  57. package/dist/esm/{chunk-MH6HIFMG.mjs → chunk-67BD7B6N.mjs} +2 -2
  58. package/dist/esm/chunk-6TRGVQLA.mjs +2 -0
  59. package/dist/esm/chunk-6TRGVQLA.mjs.map +1 -0
  60. package/dist/esm/{chunk-VRSZLJVR.mjs → chunk-7CMCN6LB.mjs} +2 -2
  61. package/dist/esm/{chunk-IOMJ5OWV.mjs → chunk-7HS4UJGE.mjs} +2 -2
  62. package/dist/esm/{chunk-HED6CPN2.mjs → chunk-7RVYF5OP.mjs} +2 -2
  63. package/dist/esm/{chunk-4EPLOSKY.mjs → chunk-7WFKAS7T.mjs} +2 -2
  64. package/dist/esm/{chunk-YXXEXFQH.mjs → chunk-7X6HZUXX.mjs} +2 -2
  65. package/dist/esm/{chunk-N5A4L6Z6.mjs → chunk-CUSKA6RZ.mjs} +2 -2
  66. package/dist/esm/{chunk-A2Z7I2EY.mjs → chunk-F6REP536.mjs} +2 -2
  67. package/dist/esm/{chunk-ILXK4OH5.mjs → chunk-GWH34VNI.mjs} +2 -2
  68. package/dist/esm/{chunk-JM7CSDJ3.mjs → chunk-H6CS3BD7.mjs} +2 -2
  69. package/dist/esm/{chunk-OKLLJQM4.mjs → chunk-H6QWMF3Q.mjs} +2 -2
  70. package/dist/esm/{chunk-7JUBWA7V.mjs → chunk-I2T6BJOA.mjs} +2 -2
  71. package/dist/esm/{chunk-GXLFQEPR.mjs → chunk-IN2L5ZAT.mjs} +2 -2
  72. package/dist/esm/{chunk-RUVDYKIZ.mjs → chunk-IPGKZUSA.mjs} +2 -2
  73. package/dist/esm/{chunk-KUAN2WZF.mjs → chunk-IPTCWBFV.mjs} +2 -2
  74. package/dist/esm/{chunk-ICE6OL3A.mjs → chunk-J5KAD2RM.mjs} +2 -2
  75. package/dist/esm/{chunk-3KZ7HFFA.mjs → chunk-J5YHMYHB.mjs} +2 -2
  76. package/dist/esm/{chunk-Y37TV7SM.mjs → chunk-JB5R6RGF.mjs} +2 -2
  77. package/dist/esm/{chunk-4U3MAEYH.mjs → chunk-KDIPFPMS.mjs} +2 -2
  78. package/dist/esm/chunk-L36ZHC7J.mjs +2 -0
  79. package/dist/esm/{chunk-YE5B2S5L.mjs.map → chunk-L36ZHC7J.mjs.map} +1 -1
  80. package/dist/esm/{chunk-GPZEPKKD.mjs → chunk-L6RINMT6.mjs} +2 -2
  81. package/dist/esm/{chunk-47M33ENP.mjs → chunk-LBKYNX5K.mjs} +2 -2
  82. package/dist/esm/{chunk-LWFSV3OA.mjs → chunk-LBU3LV7I.mjs} +2 -2
  83. package/dist/esm/{chunk-LLLINNAG.mjs → chunk-LTMOMXPN.mjs} +2 -2
  84. package/dist/esm/chunk-LTMOMXPN.mjs.map +1 -0
  85. package/dist/esm/{chunk-CAC7G2HC.mjs → chunk-NAGFCYG6.mjs} +2 -2
  86. package/dist/esm/{chunk-LAZTLEXF.mjs → chunk-NLJVP5RP.mjs} +2 -2
  87. package/dist/esm/{chunk-XSHUCBNT.mjs → chunk-O7XEE7QT.mjs} +2 -2
  88. package/dist/esm/{chunk-QTNKFKDE.mjs → chunk-OVG4SGPI.mjs} +2 -2
  89. package/dist/esm/{chunk-3JEL6FIZ.mjs → chunk-P43CXEO4.mjs} +2 -2
  90. package/dist/esm/chunk-PY23BQ2H.mjs +2 -0
  91. package/dist/esm/chunk-PY23BQ2H.mjs.map +1 -0
  92. package/dist/esm/{chunk-FGFQZQGX.mjs → chunk-Q7ZP25NJ.mjs} +2 -2
  93. package/dist/esm/chunk-S6H5Q2IK.mjs +2 -0
  94. package/dist/esm/chunk-S6H5Q2IK.mjs.map +1 -0
  95. package/dist/esm/chunk-S7G6VBUB.mjs +2 -0
  96. package/dist/esm/chunk-S7G6VBUB.mjs.map +1 -0
  97. package/dist/esm/{chunk-FD2VCIZG.mjs → chunk-SK2HTEP7.mjs} +2 -2
  98. package/dist/esm/{chunk-V5JJHVMP.mjs → chunk-SQQ2424E.mjs} +2 -2
  99. package/dist/esm/{chunk-64P5SB7N.mjs → chunk-T4NXIMZL.mjs} +2 -2
  100. package/dist/esm/{chunk-PS7L2TLP.mjs → chunk-T7YRD4PM.mjs} +2 -2
  101. package/dist/esm/{chunk-OLVNRYGT.mjs → chunk-TCEOTADF.mjs} +2 -2
  102. package/dist/esm/{chunk-BCY5UOGP.mjs → chunk-TWRYY6DD.mjs} +2 -2
  103. package/dist/esm/{chunk-VY2MJZWM.mjs → chunk-TZOKV22Z.mjs} +2 -2
  104. package/dist/esm/{chunk-K6NUFABY.mjs → chunk-UJYWEIQ2.mjs} +2 -2
  105. package/dist/esm/{chunk-HACVLK5I.mjs → chunk-UYF7AQLE.mjs} +2 -2
  106. package/dist/esm/{chunk-YF6UA3XW.mjs → chunk-V5COHBA4.mjs} +2 -2
  107. package/dist/esm/{chunk-BI5P5ASH.mjs → chunk-VEGT6ZPK.mjs} +2 -2
  108. package/dist/esm/{chunk-TFNJPJF6.mjs → chunk-VN2CRWOI.mjs} +2 -2
  109. package/dist/esm/{chunk-WUWJLSGN.mjs → chunk-VQPLSJEI.mjs} +2 -2
  110. package/dist/esm/{chunk-ZQUDGZIZ.mjs → chunk-W26LO3CR.mjs} +2 -2
  111. package/dist/esm/{chunk-HJT2Q5NL.mjs → chunk-XVWNPR4T.mjs} +2 -2
  112. package/dist/esm/{chunk-6ZQWPHLV.mjs → chunk-XWVMFCW3.mjs} +2 -2
  113. package/dist/esm/{chunk-GMHGYDZQ.mjs → chunk-Y2H7FG2P.mjs} +2 -2
  114. package/dist/esm/{chunk-HIHKTLLM.mjs → chunk-YMFEA2TJ.mjs} +55 -44
  115. package/dist/esm/chunk-YMFEA2TJ.mjs.map +1 -0
  116. package/dist/esm/chunk-Z4CGG42L.mjs +2 -0
  117. package/dist/esm/chunk-Z4CGG42L.mjs.map +1 -0
  118. package/dist/esm/chunk-ZL4JYTID.mjs +2 -0
  119. package/dist/esm/chunk-ZL4JYTID.mjs.map +1 -0
  120. package/dist/esm/cli/index.mjs +1 -1
  121. package/dist/esm/cli/move.d.mts +85 -11
  122. package/dist/esm/cli/move.mjs +1 -1
  123. package/dist/esm/client/core.mjs +1 -1
  124. package/dist/esm/client/get.mjs +1 -1
  125. package/dist/esm/client/index.mjs +1 -1
  126. package/dist/esm/client/post.mjs +1 -1
  127. package/dist/esm/core/crypto/ed25519.mjs +1 -1
  128. package/dist/esm/core/crypto/ephemeral.mjs +1 -1
  129. package/dist/esm/core/crypto/index.mjs +1 -1
  130. package/dist/esm/core/crypto/keyless.mjs +1 -1
  131. package/dist/esm/core/crypto/multiEd25519.mjs +1 -1
  132. package/dist/esm/core/crypto/multiKey.mjs +1 -1
  133. package/dist/esm/core/crypto/proof.mjs +1 -1
  134. package/dist/esm/core/crypto/publicKey.mjs +1 -1
  135. package/dist/esm/core/crypto/secp256k1.mjs +1 -1
  136. package/dist/esm/core/crypto/signature.mjs +1 -1
  137. package/dist/esm/core/crypto/singleKey.mjs +1 -1
  138. package/dist/esm/core/index.mjs +1 -1
  139. package/dist/esm/index.d.mts +3 -2
  140. package/dist/esm/index.mjs +1 -1
  141. package/dist/esm/internal/account.d.mts +3 -3
  142. package/dist/esm/internal/account.mjs +1 -1
  143. package/dist/esm/internal/ans.mjs +1 -1
  144. package/dist/esm/internal/coin.mjs +1 -1
  145. package/dist/esm/internal/digitalAsset.d.mts +14 -4
  146. package/dist/esm/internal/digitalAsset.mjs +1 -1
  147. package/dist/esm/internal/event.mjs +1 -1
  148. package/dist/esm/internal/faucet.mjs +1 -1
  149. package/dist/esm/internal/fungibleAsset.mjs +1 -1
  150. package/dist/esm/internal/general.mjs +1 -1
  151. package/dist/esm/internal/keyless.mjs +1 -1
  152. package/dist/esm/internal/object.d.mts +25 -0
  153. package/dist/esm/internal/object.mjs +2 -0
  154. package/dist/esm/internal/object.mjs.map +1 -0
  155. package/dist/esm/internal/staking.mjs +1 -1
  156. package/dist/esm/internal/table.mjs +1 -1
  157. package/dist/esm/internal/transaction.mjs +1 -1
  158. package/dist/esm/internal/transactionSubmission.mjs +1 -1
  159. package/dist/esm/internal/view.d.mts +7 -2
  160. package/dist/esm/internal/view.mjs +1 -1
  161. package/dist/esm/transactions/authenticator/account.mjs +1 -1
  162. package/dist/esm/transactions/authenticator/index.mjs +1 -1
  163. package/dist/esm/transactions/authenticator/transaction.mjs +1 -1
  164. package/dist/esm/transactions/index.d.mts +1 -1
  165. package/dist/esm/transactions/index.mjs +1 -1
  166. package/dist/esm/transactions/instances/index.mjs +1 -1
  167. package/dist/esm/transactions/instances/moduleId.mjs +1 -1
  168. package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -1
  169. package/dist/esm/transactions/instances/rawTransaction.mjs +1 -1
  170. package/dist/esm/transactions/instances/rotationProofChallenge.mjs +1 -1
  171. package/dist/esm/transactions/instances/signedTransaction.mjs +1 -1
  172. package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -1
  173. package/dist/esm/transactions/instances/transactionPayload.mjs +1 -1
  174. package/dist/esm/transactions/management/accountSequenceNumber.mjs +1 -1
  175. package/dist/esm/transactions/management/index.mjs +1 -1
  176. package/dist/esm/transactions/management/transactionWorker.mjs +1 -1
  177. package/dist/esm/transactions/transactionBuilder/helpers.mjs +1 -1
  178. package/dist/esm/transactions/transactionBuilder/index.mjs +1 -1
  179. package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +1 -1
  180. package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +1 -1
  181. package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -1
  182. package/dist/esm/transactions/typeTag/index.mjs +1 -1
  183. package/dist/esm/transactions/typeTag/parser.mjs +1 -1
  184. package/dist/esm/transactions/types.d.mts +18 -2
  185. package/dist/esm/types/generated/operations.d.mts +37 -26
  186. package/dist/esm/types/generated/queries.d.mts +5 -5
  187. package/dist/esm/types/generated/queries.mjs +1 -1
  188. package/dist/esm/types/generated/types.d.mts +227 -15
  189. package/dist/esm/types/generated/types.mjs +1 -1
  190. package/dist/esm/types/generated/types.mjs.map +1 -1
  191. package/dist/esm/types/index.d.mts +1 -1
  192. package/dist/esm/types/indexer.d.mts +3 -3
  193. package/dist/esm/utils/const.d.mts +2 -1
  194. package/dist/esm/utils/const.mjs +1 -1
  195. package/dist/esm/utils/index.mjs +1 -1
  196. package/dist/esm/utils/normalizeBundle.mjs +1 -1
  197. package/dist/esm/version.d.mts +1 -1
  198. package/dist/esm/version.mjs +1 -1
  199. package/package.json +1 -1
  200. package/src/api/account.ts +3 -3
  201. package/src/api/aptos.ts +6 -0
  202. package/src/api/digitalAsset.ts +81 -1
  203. package/src/api/general.ts +25 -2
  204. package/src/api/object.ts +43 -0
  205. package/src/cli/move.ts +152 -13
  206. package/src/core/index.ts +1 -0
  207. package/src/internal/account.ts +7 -9
  208. package/src/internal/digitalAsset.ts +67 -24
  209. package/src/internal/event.ts +3 -21
  210. package/src/internal/object.ts +45 -0
  211. package/src/internal/queries/getCollectionData.graphql +19 -10
  212. package/src/internal/queries/{getAccountOwnedObjects.graphql → getObjectData.graphql} +1 -1
  213. package/src/internal/view.ts +27 -1
  214. package/src/transactions/types.ts +19 -1
  215. package/src/types/generated/operations.ts +37 -26
  216. package/src/types/generated/queries.ts +51 -40
  217. package/src/types/generated/types.ts +252 -14
  218. package/src/types/indexer.ts +2 -2
  219. package/src/utils/const.ts +1 -0
  220. package/src/version.ts +1 -1
  221. package/dist/esm/chunk-5Y3O7MLN.mjs +0 -2
  222. package/dist/esm/chunk-5Y3O7MLN.mjs.map +0 -1
  223. package/dist/esm/chunk-DCBXXRXS.mjs +0 -2
  224. package/dist/esm/chunk-DCBXXRXS.mjs.map +0 -1
  225. package/dist/esm/chunk-EAXCOIOP.mjs +0 -2
  226. package/dist/esm/chunk-FTA2ZMUX.mjs +0 -2
  227. package/dist/esm/chunk-FTA2ZMUX.mjs.map +0 -1
  228. package/dist/esm/chunk-GRZVD45M.mjs +0 -2
  229. package/dist/esm/chunk-GRZVD45M.mjs.map +0 -1
  230. package/dist/esm/chunk-HIHKTLLM.mjs.map +0 -1
  231. package/dist/esm/chunk-LLLINNAG.mjs.map +0 -1
  232. package/dist/esm/chunk-MKOIEX4B.mjs +0 -2
  233. package/dist/esm/chunk-MKOIEX4B.mjs.map +0 -1
  234. package/dist/esm/chunk-NBGXHLM4.mjs +0 -2
  235. package/dist/esm/chunk-NBGXHLM4.mjs.map +0 -1
  236. package/dist/esm/chunk-SYV4KFI7.mjs +0 -2
  237. package/dist/esm/chunk-SYV4KFI7.mjs.map +0 -1
  238. package/dist/esm/chunk-YE5B2S5L.mjs +0 -2
  239. /package/dist/esm/{chunk-4ZM7V7HN.mjs.map → chunk-3DCHEXE3.mjs.map} +0 -0
  240. /package/dist/esm/{chunk-3EDNV7KS.mjs.map → chunk-43IKKJ2Y.mjs.map} +0 -0
  241. /package/dist/esm/{chunk-E2JEBCSY.mjs.map → chunk-463B3NF7.mjs.map} +0 -0
  242. /package/dist/esm/{chunk-MUAV4P6C.mjs.map → chunk-4ARX2MGY.mjs.map} +0 -0
  243. /package/dist/esm/{chunk-MH6HIFMG.mjs.map → chunk-67BD7B6N.mjs.map} +0 -0
  244. /package/dist/esm/{chunk-VRSZLJVR.mjs.map → chunk-7CMCN6LB.mjs.map} +0 -0
  245. /package/dist/esm/{chunk-IOMJ5OWV.mjs.map → chunk-7HS4UJGE.mjs.map} +0 -0
  246. /package/dist/esm/{chunk-HED6CPN2.mjs.map → chunk-7RVYF5OP.mjs.map} +0 -0
  247. /package/dist/esm/{chunk-4EPLOSKY.mjs.map → chunk-7WFKAS7T.mjs.map} +0 -0
  248. /package/dist/esm/{chunk-YXXEXFQH.mjs.map → chunk-7X6HZUXX.mjs.map} +0 -0
  249. /package/dist/esm/{chunk-N5A4L6Z6.mjs.map → chunk-CUSKA6RZ.mjs.map} +0 -0
  250. /package/dist/esm/{chunk-A2Z7I2EY.mjs.map → chunk-F6REP536.mjs.map} +0 -0
  251. /package/dist/esm/{chunk-ILXK4OH5.mjs.map → chunk-GWH34VNI.mjs.map} +0 -0
  252. /package/dist/esm/{chunk-JM7CSDJ3.mjs.map → chunk-H6CS3BD7.mjs.map} +0 -0
  253. /package/dist/esm/{chunk-OKLLJQM4.mjs.map → chunk-H6QWMF3Q.mjs.map} +0 -0
  254. /package/dist/esm/{chunk-7JUBWA7V.mjs.map → chunk-I2T6BJOA.mjs.map} +0 -0
  255. /package/dist/esm/{chunk-GXLFQEPR.mjs.map → chunk-IN2L5ZAT.mjs.map} +0 -0
  256. /package/dist/esm/{chunk-RUVDYKIZ.mjs.map → chunk-IPGKZUSA.mjs.map} +0 -0
  257. /package/dist/esm/{chunk-KUAN2WZF.mjs.map → chunk-IPTCWBFV.mjs.map} +0 -0
  258. /package/dist/esm/{chunk-ICE6OL3A.mjs.map → chunk-J5KAD2RM.mjs.map} +0 -0
  259. /package/dist/esm/{chunk-3KZ7HFFA.mjs.map → chunk-J5YHMYHB.mjs.map} +0 -0
  260. /package/dist/esm/{chunk-Y37TV7SM.mjs.map → chunk-JB5R6RGF.mjs.map} +0 -0
  261. /package/dist/esm/{chunk-4U3MAEYH.mjs.map → chunk-KDIPFPMS.mjs.map} +0 -0
  262. /package/dist/esm/{chunk-GPZEPKKD.mjs.map → chunk-L6RINMT6.mjs.map} +0 -0
  263. /package/dist/esm/{chunk-47M33ENP.mjs.map → chunk-LBKYNX5K.mjs.map} +0 -0
  264. /package/dist/esm/{chunk-LWFSV3OA.mjs.map → chunk-LBU3LV7I.mjs.map} +0 -0
  265. /package/dist/esm/{chunk-CAC7G2HC.mjs.map → chunk-NAGFCYG6.mjs.map} +0 -0
  266. /package/dist/esm/{chunk-LAZTLEXF.mjs.map → chunk-NLJVP5RP.mjs.map} +0 -0
  267. /package/dist/esm/{chunk-XSHUCBNT.mjs.map → chunk-O7XEE7QT.mjs.map} +0 -0
  268. /package/dist/esm/{chunk-QTNKFKDE.mjs.map → chunk-OVG4SGPI.mjs.map} +0 -0
  269. /package/dist/esm/{chunk-3JEL6FIZ.mjs.map → chunk-P43CXEO4.mjs.map} +0 -0
  270. /package/dist/esm/{chunk-FGFQZQGX.mjs.map → chunk-Q7ZP25NJ.mjs.map} +0 -0
  271. /package/dist/esm/{chunk-FD2VCIZG.mjs.map → chunk-SK2HTEP7.mjs.map} +0 -0
  272. /package/dist/esm/{chunk-V5JJHVMP.mjs.map → chunk-SQQ2424E.mjs.map} +0 -0
  273. /package/dist/esm/{chunk-64P5SB7N.mjs.map → chunk-T4NXIMZL.mjs.map} +0 -0
  274. /package/dist/esm/{chunk-PS7L2TLP.mjs.map → chunk-T7YRD4PM.mjs.map} +0 -0
  275. /package/dist/esm/{chunk-OLVNRYGT.mjs.map → chunk-TCEOTADF.mjs.map} +0 -0
  276. /package/dist/esm/{chunk-BCY5UOGP.mjs.map → chunk-TWRYY6DD.mjs.map} +0 -0
  277. /package/dist/esm/{chunk-VY2MJZWM.mjs.map → chunk-TZOKV22Z.mjs.map} +0 -0
  278. /package/dist/esm/{chunk-K6NUFABY.mjs.map → chunk-UJYWEIQ2.mjs.map} +0 -0
  279. /package/dist/esm/{chunk-HACVLK5I.mjs.map → chunk-UYF7AQLE.mjs.map} +0 -0
  280. /package/dist/esm/{chunk-YF6UA3XW.mjs.map → chunk-V5COHBA4.mjs.map} +0 -0
  281. /package/dist/esm/{chunk-BI5P5ASH.mjs.map → chunk-VEGT6ZPK.mjs.map} +0 -0
  282. /package/dist/esm/{chunk-TFNJPJF6.mjs.map → chunk-VN2CRWOI.mjs.map} +0 -0
  283. /package/dist/esm/{chunk-WUWJLSGN.mjs.map → chunk-VQPLSJEI.mjs.map} +0 -0
  284. /package/dist/esm/{chunk-ZQUDGZIZ.mjs.map → chunk-W26LO3CR.mjs.map} +0 -0
  285. /package/dist/esm/{chunk-HJT2Q5NL.mjs.map → chunk-XVWNPR4T.mjs.map} +0 -0
  286. /package/dist/esm/{chunk-6ZQWPHLV.mjs.map → chunk-XWVMFCW3.mjs.map} +0 -0
  287. /package/dist/esm/{chunk-GMHGYDZQ.mjs.map → chunk-Y2H7FG2P.mjs.map} +0 -0
@@ -4209,6 +4209,165 @@ type CurrentTokenPendingClaimsStreamCursorValueInput = {
4209
4209
  token_data_id?: InputMaybe<Scalars["String"]["input"]>;
4210
4210
  token_data_id_hash?: InputMaybe<Scalars["String"]["input"]>;
4211
4211
  };
4212
+ /** columns and relationships of "current_unified_fungible_asset_balances_to_be_renamed" */
4213
+ type CurrentUnifiedFungibleAssetBalancesToBeRenamed = {
4214
+ amount?: Maybe<Scalars["numeric"]["output"]>;
4215
+ asset_type?: Maybe<Scalars["String"]["output"]>;
4216
+ is_frozen: Scalars["Boolean"]["output"];
4217
+ is_primary?: Maybe<Scalars["Boolean"]["output"]>;
4218
+ last_transaction_timestamp?: Maybe<Scalars["timestamp"]["output"]>;
4219
+ last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
4220
+ /** An object relationship */
4221
+ metadata?: Maybe<FungibleAssetMetadata>;
4222
+ owner_address: Scalars["String"]["output"];
4223
+ storage_id: Scalars["String"]["output"];
4224
+ };
4225
+ /** aggregated selection of "current_unified_fungible_asset_balances_to_be_renamed" */
4226
+ type CurrentUnifiedFungibleAssetBalancesToBeRenamedAggregate = {
4227
+ aggregate?: Maybe<CurrentUnifiedFungibleAssetBalancesToBeRenamedAggregateFields>;
4228
+ nodes: Array<CurrentUnifiedFungibleAssetBalancesToBeRenamed>;
4229
+ };
4230
+ /** aggregate fields of "current_unified_fungible_asset_balances_to_be_renamed" */
4231
+ type CurrentUnifiedFungibleAssetBalancesToBeRenamedAggregateFields = {
4232
+ avg?: Maybe<CurrentUnifiedFungibleAssetBalancesToBeRenamedAvgFields>;
4233
+ count: Scalars["Int"]["output"];
4234
+ max?: Maybe<CurrentUnifiedFungibleAssetBalancesToBeRenamedMaxFields>;
4235
+ min?: Maybe<CurrentUnifiedFungibleAssetBalancesToBeRenamedMinFields>;
4236
+ stddev?: Maybe<CurrentUnifiedFungibleAssetBalancesToBeRenamedStddevFields>;
4237
+ stddev_pop?: Maybe<CurrentUnifiedFungibleAssetBalancesToBeRenamedStddevPopFields>;
4238
+ stddev_samp?: Maybe<CurrentUnifiedFungibleAssetBalancesToBeRenamedStddevSampFields>;
4239
+ sum?: Maybe<CurrentUnifiedFungibleAssetBalancesToBeRenamedSumFields>;
4240
+ var_pop?: Maybe<CurrentUnifiedFungibleAssetBalancesToBeRenamedVarPopFields>;
4241
+ var_samp?: Maybe<CurrentUnifiedFungibleAssetBalancesToBeRenamedVarSampFields>;
4242
+ variance?: Maybe<CurrentUnifiedFungibleAssetBalancesToBeRenamedVarianceFields>;
4243
+ };
4244
+ /** aggregate fields of "current_unified_fungible_asset_balances_to_be_renamed" */
4245
+ type CurrentUnifiedFungibleAssetBalancesToBeRenamedAggregateFieldsCountArgs = {
4246
+ columns?: InputMaybe<Array<CurrentUnifiedFungibleAssetBalancesToBeRenamedSelectColumn>>;
4247
+ distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
4248
+ };
4249
+ /** aggregate avg on columns */
4250
+ type CurrentUnifiedFungibleAssetBalancesToBeRenamedAvgFields = {
4251
+ amount?: Maybe<Scalars["Float"]["output"]>;
4252
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
4253
+ };
4254
+ /** Boolean expression to filter rows from the table "current_unified_fungible_asset_balances_to_be_renamed". All fields are combined with a logical 'AND'. */
4255
+ type CurrentUnifiedFungibleAssetBalancesToBeRenamedBoolExp = {
4256
+ _and?: InputMaybe<Array<CurrentUnifiedFungibleAssetBalancesToBeRenamedBoolExp>>;
4257
+ _not?: InputMaybe<CurrentUnifiedFungibleAssetBalancesToBeRenamedBoolExp>;
4258
+ _or?: InputMaybe<Array<CurrentUnifiedFungibleAssetBalancesToBeRenamedBoolExp>>;
4259
+ amount?: InputMaybe<NumericComparisonExp>;
4260
+ asset_type?: InputMaybe<StringComparisonExp>;
4261
+ is_frozen?: InputMaybe<BooleanComparisonExp>;
4262
+ is_primary?: InputMaybe<BooleanComparisonExp>;
4263
+ last_transaction_timestamp?: InputMaybe<TimestampComparisonExp>;
4264
+ last_transaction_version?: InputMaybe<BigintComparisonExp>;
4265
+ metadata?: InputMaybe<FungibleAssetMetadataBoolExp>;
4266
+ owner_address?: InputMaybe<StringComparisonExp>;
4267
+ storage_id?: InputMaybe<StringComparisonExp>;
4268
+ };
4269
+ /** aggregate max on columns */
4270
+ type CurrentUnifiedFungibleAssetBalancesToBeRenamedMaxFields = {
4271
+ amount?: Maybe<Scalars["numeric"]["output"]>;
4272
+ asset_type?: Maybe<Scalars["String"]["output"]>;
4273
+ last_transaction_timestamp?: Maybe<Scalars["timestamp"]["output"]>;
4274
+ last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
4275
+ owner_address?: Maybe<Scalars["String"]["output"]>;
4276
+ storage_id?: Maybe<Scalars["String"]["output"]>;
4277
+ };
4278
+ /** aggregate min on columns */
4279
+ type CurrentUnifiedFungibleAssetBalancesToBeRenamedMinFields = {
4280
+ amount?: Maybe<Scalars["numeric"]["output"]>;
4281
+ asset_type?: Maybe<Scalars["String"]["output"]>;
4282
+ last_transaction_timestamp?: Maybe<Scalars["timestamp"]["output"]>;
4283
+ last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
4284
+ owner_address?: Maybe<Scalars["String"]["output"]>;
4285
+ storage_id?: Maybe<Scalars["String"]["output"]>;
4286
+ };
4287
+ /** Ordering options when selecting data from "current_unified_fungible_asset_balances_to_be_renamed". */
4288
+ type CurrentUnifiedFungibleAssetBalancesToBeRenamedOrderBy = {
4289
+ amount?: InputMaybe<OrderBy>;
4290
+ asset_type?: InputMaybe<OrderBy>;
4291
+ is_frozen?: InputMaybe<OrderBy>;
4292
+ is_primary?: InputMaybe<OrderBy>;
4293
+ last_transaction_timestamp?: InputMaybe<OrderBy>;
4294
+ last_transaction_version?: InputMaybe<OrderBy>;
4295
+ metadata?: InputMaybe<FungibleAssetMetadataOrderBy>;
4296
+ owner_address?: InputMaybe<OrderBy>;
4297
+ storage_id?: InputMaybe<OrderBy>;
4298
+ };
4299
+ /** select columns of table "current_unified_fungible_asset_balances_to_be_renamed" */
4300
+ declare enum CurrentUnifiedFungibleAssetBalancesToBeRenamedSelectColumn {
4301
+ /** column name */
4302
+ Amount = "amount",
4303
+ /** column name */
4304
+ AssetType = "asset_type",
4305
+ /** column name */
4306
+ IsFrozen = "is_frozen",
4307
+ /** column name */
4308
+ IsPrimary = "is_primary",
4309
+ /** column name */
4310
+ LastTransactionTimestamp = "last_transaction_timestamp",
4311
+ /** column name */
4312
+ LastTransactionVersion = "last_transaction_version",
4313
+ /** column name */
4314
+ OwnerAddress = "owner_address",
4315
+ /** column name */
4316
+ StorageId = "storage_id"
4317
+ }
4318
+ /** aggregate stddev on columns */
4319
+ type CurrentUnifiedFungibleAssetBalancesToBeRenamedStddevFields = {
4320
+ amount?: Maybe<Scalars["Float"]["output"]>;
4321
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
4322
+ };
4323
+ /** aggregate stddev_pop on columns */
4324
+ type CurrentUnifiedFungibleAssetBalancesToBeRenamedStddevPopFields = {
4325
+ amount?: Maybe<Scalars["Float"]["output"]>;
4326
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
4327
+ };
4328
+ /** aggregate stddev_samp on columns */
4329
+ type CurrentUnifiedFungibleAssetBalancesToBeRenamedStddevSampFields = {
4330
+ amount?: Maybe<Scalars["Float"]["output"]>;
4331
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
4332
+ };
4333
+ /** Streaming cursor of the table "current_unified_fungible_asset_balances_to_be_renamed" */
4334
+ type CurrentUnifiedFungibleAssetBalancesToBeRenamedStreamCursorInput = {
4335
+ /** Stream column input with initial value */
4336
+ initial_value: CurrentUnifiedFungibleAssetBalancesToBeRenamedStreamCursorValueInput;
4337
+ /** cursor ordering */
4338
+ ordering?: InputMaybe<CursorOrdering>;
4339
+ };
4340
+ /** Initial value of the column from where the streaming should start */
4341
+ type CurrentUnifiedFungibleAssetBalancesToBeRenamedStreamCursorValueInput = {
4342
+ amount?: InputMaybe<Scalars["numeric"]["input"]>;
4343
+ asset_type?: InputMaybe<Scalars["String"]["input"]>;
4344
+ is_frozen?: InputMaybe<Scalars["Boolean"]["input"]>;
4345
+ is_primary?: InputMaybe<Scalars["Boolean"]["input"]>;
4346
+ last_transaction_timestamp?: InputMaybe<Scalars["timestamp"]["input"]>;
4347
+ last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
4348
+ owner_address?: InputMaybe<Scalars["String"]["input"]>;
4349
+ storage_id?: InputMaybe<Scalars["String"]["input"]>;
4350
+ };
4351
+ /** aggregate sum on columns */
4352
+ type CurrentUnifiedFungibleAssetBalancesToBeRenamedSumFields = {
4353
+ amount?: Maybe<Scalars["numeric"]["output"]>;
4354
+ last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
4355
+ };
4356
+ /** aggregate var_pop on columns */
4357
+ type CurrentUnifiedFungibleAssetBalancesToBeRenamedVarPopFields = {
4358
+ amount?: Maybe<Scalars["Float"]["output"]>;
4359
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
4360
+ };
4361
+ /** aggregate var_samp on columns */
4362
+ type CurrentUnifiedFungibleAssetBalancesToBeRenamedVarSampFields = {
4363
+ amount?: Maybe<Scalars["Float"]["output"]>;
4364
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
4365
+ };
4366
+ /** aggregate variance on columns */
4367
+ type CurrentUnifiedFungibleAssetBalancesToBeRenamedVarianceFields = {
4368
+ amount?: Maybe<Scalars["Float"]["output"]>;
4369
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
4370
+ };
4212
4371
  /** ordering argument of a cursor */
4213
4372
  declare enum CursorOrdering {
4214
4373
  /** ascending ordering of the cursor */
@@ -5180,17 +5339,17 @@ type LedgerInfosStreamCursorInput = {
5180
5339
  type LedgerInfosStreamCursorValueInput = {
5181
5340
  chain_id?: InputMaybe<Scalars["bigint"]["input"]>;
5182
5341
  };
5183
- /** columns and relationships of "move_resources" */
5342
+ /** columns and relationships of "legacy_migration_v1.move_resources" */
5184
5343
  type MoveResources = {
5185
- address: Scalars["String"]["output"];
5186
- transaction_version: Scalars["bigint"]["output"];
5344
+ address?: Maybe<Scalars["String"]["output"]>;
5345
+ transaction_version?: Maybe<Scalars["bigint"]["output"]>;
5187
5346
  };
5188
- /** aggregated selection of "move_resources" */
5347
+ /** aggregated selection of "legacy_migration_v1.move_resources" */
5189
5348
  type MoveResourcesAggregate = {
5190
5349
  aggregate?: Maybe<MoveResourcesAggregateFields>;
5191
5350
  nodes: Array<MoveResources>;
5192
5351
  };
5193
- /** aggregate fields of "move_resources" */
5352
+ /** aggregate fields of "legacy_migration_v1.move_resources" */
5194
5353
  type MoveResourcesAggregateFields = {
5195
5354
  avg?: Maybe<MoveResourcesAvgFields>;
5196
5355
  count: Scalars["Int"]["output"];
@@ -5204,7 +5363,7 @@ type MoveResourcesAggregateFields = {
5204
5363
  var_samp?: Maybe<MoveResourcesVarSampFields>;
5205
5364
  variance?: Maybe<MoveResourcesVarianceFields>;
5206
5365
  };
5207
- /** aggregate fields of "move_resources" */
5366
+ /** aggregate fields of "legacy_migration_v1.move_resources" */
5208
5367
  type MoveResourcesAggregateFieldsCountArgs = {
5209
5368
  columns?: InputMaybe<Array<MoveResourcesSelectColumn>>;
5210
5369
  distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
@@ -5213,7 +5372,7 @@ type MoveResourcesAggregateFieldsCountArgs = {
5213
5372
  type MoveResourcesAvgFields = {
5214
5373
  transaction_version?: Maybe<Scalars["Float"]["output"]>;
5215
5374
  };
5216
- /** Boolean expression to filter rows from the table "move_resources". All fields are combined with a logical 'AND'. */
5375
+ /** Boolean expression to filter rows from the table "legacy_migration_v1.move_resources". All fields are combined with a logical 'AND'. */
5217
5376
  type MoveResourcesBoolExp = {
5218
5377
  _and?: InputMaybe<Array<MoveResourcesBoolExp>>;
5219
5378
  _not?: InputMaybe<MoveResourcesBoolExp>;
@@ -5231,12 +5390,12 @@ type MoveResourcesMinFields = {
5231
5390
  address?: Maybe<Scalars["String"]["output"]>;
5232
5391
  transaction_version?: Maybe<Scalars["bigint"]["output"]>;
5233
5392
  };
5234
- /** Ordering options when selecting data from "move_resources". */
5393
+ /** Ordering options when selecting data from "legacy_migration_v1.move_resources". */
5235
5394
  type MoveResourcesOrderBy = {
5236
5395
  address?: InputMaybe<OrderBy>;
5237
5396
  transaction_version?: InputMaybe<OrderBy>;
5238
5397
  };
5239
- /** select columns of table "move_resources" */
5398
+ /** select columns of table "legacy_migration_v1.move_resources" */
5240
5399
  declare enum MoveResourcesSelectColumn {
5241
5400
  /** column name */
5242
5401
  Address = "address",
@@ -6524,6 +6683,12 @@ type QueryRoot = {
6524
6683
  current_token_pending_claims: Array<CurrentTokenPendingClaims>;
6525
6684
  /** fetch data from the table: "current_token_pending_claims" using primary key columns */
6526
6685
  current_token_pending_claims_by_pk?: Maybe<CurrentTokenPendingClaims>;
6686
+ /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
6687
+ current_unified_fungible_asset_balances_to_be_renamed: Array<CurrentUnifiedFungibleAssetBalancesToBeRenamed>;
6688
+ /** fetch aggregated fields from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
6689
+ current_unified_fungible_asset_balances_to_be_renamed_aggregate: CurrentUnifiedFungibleAssetBalancesToBeRenamedAggregate;
6690
+ /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" using primary key columns */
6691
+ current_unified_fungible_asset_balances_to_be_renamed_by_pk?: Maybe<CurrentUnifiedFungibleAssetBalancesToBeRenamed>;
6527
6692
  /** An array relationship */
6528
6693
  delegated_staking_activities: Array<DelegatedStakingActivities>;
6529
6694
  /** fetch data from the table: "delegated_staking_activities" using primary key columns */
@@ -6562,9 +6727,9 @@ type QueryRoot = {
6562
6727
  ledger_infos: Array<LedgerInfos>;
6563
6728
  /** fetch data from the table: "ledger_infos" using primary key columns */
6564
6729
  ledger_infos_by_pk?: Maybe<LedgerInfos>;
6565
- /** fetch data from the table: "move_resources" */
6730
+ /** fetch data from the table: "legacy_migration_v1.move_resources" */
6566
6731
  move_resources: Array<MoveResources>;
6567
- /** fetch aggregated fields from the table: "move_resources" */
6732
+ /** fetch aggregated fields from the table: "legacy_migration_v1.move_resources" */
6568
6733
  move_resources_aggregate: MoveResourcesAggregate;
6569
6734
  /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" */
6570
6735
  nft_marketplace_v2_current_nft_marketplace_auctions: Array<NftMarketplaceV2CurrentNftMarketplaceAuctions>;
@@ -7008,6 +7173,23 @@ type QueryRootCurrentTokenPendingClaimsByPkArgs = {
7008
7173
  to_address: Scalars["String"]["input"];
7009
7174
  token_data_id_hash: Scalars["String"]["input"];
7010
7175
  };
7176
+ type QueryRootCurrentUnifiedFungibleAssetBalancesToBeRenamedArgs = {
7177
+ distinct_on?: InputMaybe<Array<CurrentUnifiedFungibleAssetBalancesToBeRenamedSelectColumn>>;
7178
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
7179
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
7180
+ order_by?: InputMaybe<Array<CurrentUnifiedFungibleAssetBalancesToBeRenamedOrderBy>>;
7181
+ where?: InputMaybe<CurrentUnifiedFungibleAssetBalancesToBeRenamedBoolExp>;
7182
+ };
7183
+ type QueryRootCurrentUnifiedFungibleAssetBalancesToBeRenamedAggregateArgs = {
7184
+ distinct_on?: InputMaybe<Array<CurrentUnifiedFungibleAssetBalancesToBeRenamedSelectColumn>>;
7185
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
7186
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
7187
+ order_by?: InputMaybe<Array<CurrentUnifiedFungibleAssetBalancesToBeRenamedOrderBy>>;
7188
+ where?: InputMaybe<CurrentUnifiedFungibleAssetBalancesToBeRenamedBoolExp>;
7189
+ };
7190
+ type QueryRootCurrentUnifiedFungibleAssetBalancesToBeRenamedByPkArgs = {
7191
+ storage_id: Scalars["String"]["input"];
7192
+ };
7011
7193
  type QueryRootDelegatedStakingActivitiesArgs = {
7012
7194
  distinct_on?: InputMaybe<Array<DelegatedStakingActivitiesSelectColumn>>;
7013
7195
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -7631,6 +7813,14 @@ type SubscriptionRoot = {
7631
7813
  current_token_pending_claims_by_pk?: Maybe<CurrentTokenPendingClaims>;
7632
7814
  /** fetch data from the table in a streaming manner: "current_token_pending_claims" */
7633
7815
  current_token_pending_claims_stream: Array<CurrentTokenPendingClaims>;
7816
+ /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
7817
+ current_unified_fungible_asset_balances_to_be_renamed: Array<CurrentUnifiedFungibleAssetBalancesToBeRenamed>;
7818
+ /** fetch aggregated fields from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
7819
+ current_unified_fungible_asset_balances_to_be_renamed_aggregate: CurrentUnifiedFungibleAssetBalancesToBeRenamedAggregate;
7820
+ /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" using primary key columns */
7821
+ current_unified_fungible_asset_balances_to_be_renamed_by_pk?: Maybe<CurrentUnifiedFungibleAssetBalancesToBeRenamed>;
7822
+ /** fetch data from the table in a streaming manner: "current_unified_fungible_asset_balances_to_be_renamed" */
7823
+ current_unified_fungible_asset_balances_to_be_renamed_stream: Array<CurrentUnifiedFungibleAssetBalancesToBeRenamed>;
7634
7824
  /** An array relationship */
7635
7825
  delegated_staking_activities: Array<DelegatedStakingActivities>;
7636
7826
  /** fetch data from the table: "delegated_staking_activities" using primary key columns */
@@ -7687,11 +7877,11 @@ type SubscriptionRoot = {
7687
7877
  ledger_infos_by_pk?: Maybe<LedgerInfos>;
7688
7878
  /** fetch data from the table in a streaming manner: "ledger_infos" */
7689
7879
  ledger_infos_stream: Array<LedgerInfos>;
7690
- /** fetch data from the table: "move_resources" */
7880
+ /** fetch data from the table: "legacy_migration_v1.move_resources" */
7691
7881
  move_resources: Array<MoveResources>;
7692
- /** fetch aggregated fields from the table: "move_resources" */
7882
+ /** fetch aggregated fields from the table: "legacy_migration_v1.move_resources" */
7693
7883
  move_resources_aggregate: MoveResourcesAggregate;
7694
- /** fetch data from the table in a streaming manner: "move_resources" */
7884
+ /** fetch data from the table in a streaming manner: "legacy_migration_v1.move_resources" */
7695
7885
  move_resources_stream: Array<MoveResources>;
7696
7886
  /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" */
7697
7887
  nft_marketplace_v2_current_nft_marketplace_auctions: Array<NftMarketplaceV2CurrentNftMarketplaceAuctions>;
@@ -8316,6 +8506,28 @@ type SubscriptionRootCurrentTokenPendingClaimsStreamArgs = {
8316
8506
  cursor: Array<InputMaybe<CurrentTokenPendingClaimsStreamCursorInput>>;
8317
8507
  where?: InputMaybe<CurrentTokenPendingClaimsBoolExp>;
8318
8508
  };
8509
+ type SubscriptionRootCurrentUnifiedFungibleAssetBalancesToBeRenamedArgs = {
8510
+ distinct_on?: InputMaybe<Array<CurrentUnifiedFungibleAssetBalancesToBeRenamedSelectColumn>>;
8511
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
8512
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
8513
+ order_by?: InputMaybe<Array<CurrentUnifiedFungibleAssetBalancesToBeRenamedOrderBy>>;
8514
+ where?: InputMaybe<CurrentUnifiedFungibleAssetBalancesToBeRenamedBoolExp>;
8515
+ };
8516
+ type SubscriptionRootCurrentUnifiedFungibleAssetBalancesToBeRenamedAggregateArgs = {
8517
+ distinct_on?: InputMaybe<Array<CurrentUnifiedFungibleAssetBalancesToBeRenamedSelectColumn>>;
8518
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
8519
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
8520
+ order_by?: InputMaybe<Array<CurrentUnifiedFungibleAssetBalancesToBeRenamedOrderBy>>;
8521
+ where?: InputMaybe<CurrentUnifiedFungibleAssetBalancesToBeRenamedBoolExp>;
8522
+ };
8523
+ type SubscriptionRootCurrentUnifiedFungibleAssetBalancesToBeRenamedByPkArgs = {
8524
+ storage_id: Scalars["String"]["input"];
8525
+ };
8526
+ type SubscriptionRootCurrentUnifiedFungibleAssetBalancesToBeRenamedStreamArgs = {
8527
+ batch_size: Scalars["Int"]["input"];
8528
+ cursor: Array<InputMaybe<CurrentUnifiedFungibleAssetBalancesToBeRenamedStreamCursorInput>>;
8529
+ where?: InputMaybe<CurrentUnifiedFungibleAssetBalancesToBeRenamedBoolExp>;
8530
+ };
8319
8531
  type SubscriptionRootDelegatedStakingActivitiesArgs = {
8320
8532
  distinct_on?: InputMaybe<Array<DelegatedStakingActivitiesSelectColumn>>;
8321
8533
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -10254,4 +10466,4 @@ type UserTransactionsStreamCursorValueInput = {
10254
10466
  version?: InputMaybe<Scalars["bigint"]["input"]>;
10255
10467
  };
10256
10468
 
10257
- export { type AccountTransactions, type AccountTransactionsAggregate, type AccountTransactionsAggregateFields, type AccountTransactionsAggregateFieldsCountArgs, type AccountTransactionsAvgFields, type AccountTransactionsBoolExp, type AccountTransactionsCoinActivitiesAggregateArgs, type AccountTransactionsCoinActivitiesArgs, type AccountTransactionsDelegatedStakingActivitiesArgs, type AccountTransactionsFungibleAssetActivitiesArgs, type AccountTransactionsMaxFields, type AccountTransactionsMinFields, type AccountTransactionsOrderBy, AccountTransactionsSelectColumn, type AccountTransactionsStddevFields, type AccountTransactionsStddevPopFields, type AccountTransactionsStddevSampFields, type AccountTransactionsStreamCursorInput, type AccountTransactionsStreamCursorValueInput, type AccountTransactionsSumFields, type AccountTransactionsTokenActivitiesAggregateArgs, type AccountTransactionsTokenActivitiesArgs, type AccountTransactionsTokenActivitiesV2AggregateArgs, type AccountTransactionsTokenActivitiesV2Args, type AccountTransactionsVarPopFields, type AccountTransactionsVarSampFields, type AccountTransactionsVarianceFields, type AddressEventsSummary, type AddressEventsSummaryBoolExp, type AddressEventsSummaryOrderBy, AddressEventsSummarySelectColumn, type AddressEventsSummaryStreamCursorInput, type AddressEventsSummaryStreamCursorValueInput, type AddressVersionFromEvents, type AddressVersionFromEventsAggregate, type AddressVersionFromEventsAggregateFields, type AddressVersionFromEventsAggregateFieldsCountArgs, type AddressVersionFromEventsAvgFields, type AddressVersionFromEventsBoolExp, type AddressVersionFromEventsCoinActivitiesAggregateArgs, type AddressVersionFromEventsCoinActivitiesArgs, type AddressVersionFromEventsDelegatedStakingActivitiesArgs, type AddressVersionFromEventsMaxFields, type AddressVersionFromEventsMinFields, type AddressVersionFromEventsOrderBy, AddressVersionFromEventsSelectColumn, type AddressVersionFromEventsStddevFields, type AddressVersionFromEventsStddevPopFields, type AddressVersionFromEventsStddevSampFields, type AddressVersionFromEventsStreamCursorInput, type AddressVersionFromEventsStreamCursorValueInput, type AddressVersionFromEventsSumFields, type AddressVersionFromEventsTokenActivitiesAggregateArgs, type AddressVersionFromEventsTokenActivitiesArgs, type AddressVersionFromEventsTokenActivitiesV2AggregateArgs, type AddressVersionFromEventsTokenActivitiesV2Args, type AddressVersionFromEventsVarPopFields, type AddressVersionFromEventsVarSampFields, type AddressVersionFromEventsVarianceFields, type AddressVersionFromMoveResources, type AddressVersionFromMoveResourcesAggregate, type AddressVersionFromMoveResourcesAggregateFields, type AddressVersionFromMoveResourcesAggregateFieldsCountArgs, type AddressVersionFromMoveResourcesAvgFields, type AddressVersionFromMoveResourcesBoolExp, type AddressVersionFromMoveResourcesCoinActivitiesAggregateArgs, type AddressVersionFromMoveResourcesCoinActivitiesArgs, type AddressVersionFromMoveResourcesDelegatedStakingActivitiesArgs, type AddressVersionFromMoveResourcesMaxFields, type AddressVersionFromMoveResourcesMinFields, type AddressVersionFromMoveResourcesOrderBy, AddressVersionFromMoveResourcesSelectColumn, type AddressVersionFromMoveResourcesStddevFields, type AddressVersionFromMoveResourcesStddevPopFields, type AddressVersionFromMoveResourcesStddevSampFields, type AddressVersionFromMoveResourcesStreamCursorInput, type AddressVersionFromMoveResourcesStreamCursorValueInput, type AddressVersionFromMoveResourcesSumFields, type AddressVersionFromMoveResourcesTokenActivitiesAggregateArgs, type AddressVersionFromMoveResourcesTokenActivitiesArgs, type AddressVersionFromMoveResourcesTokenActivitiesV2AggregateArgs, type AddressVersionFromMoveResourcesTokenActivitiesV2Args, type AddressVersionFromMoveResourcesVarPopFields, type AddressVersionFromMoveResourcesVarSampFields, type AddressVersionFromMoveResourcesVarianceFields, type BigintComparisonExp, type BlockMetadataTransactions, type BlockMetadataTransactionsBoolExp, type BlockMetadataTransactionsFailedProposerIndicesArgs, type BlockMetadataTransactionsOrderBy, type BlockMetadataTransactionsPreviousBlockVotesBitvecArgs, BlockMetadataTransactionsSelectColumn, type BlockMetadataTransactionsStreamCursorInput, type BlockMetadataTransactionsStreamCursorValueInput, type BooleanComparisonExp, type CoinActivities, type CoinActivitiesAggregate, type CoinActivitiesAggregateBoolExp, type CoinActivitiesAggregateBoolExpBoolAnd, type CoinActivitiesAggregateBoolExpBoolOr, type CoinActivitiesAggregateBoolExpCount, type CoinActivitiesAggregateFields, type CoinActivitiesAggregateFieldsCountArgs, type CoinActivitiesAggregateOrderBy, type CoinActivitiesAptosNamesAggregateArgs, type CoinActivitiesAptosNamesArgs, type CoinActivitiesAvgFields, type CoinActivitiesAvgOrderBy, type CoinActivitiesBoolExp, type CoinActivitiesMaxFields, type CoinActivitiesMaxOrderBy, type CoinActivitiesMinFields, type CoinActivitiesMinOrderBy, type CoinActivitiesOrderBy, CoinActivitiesSelectColumn, CoinActivitiesSelectColumnCoinActivitiesAggregateBoolExpBoolAndArgumentsColumns, CoinActivitiesSelectColumnCoinActivitiesAggregateBoolExpBoolOrArgumentsColumns, type CoinActivitiesStddevFields, type CoinActivitiesStddevOrderBy, type CoinActivitiesStddevPopFields, type CoinActivitiesStddevPopOrderBy, type CoinActivitiesStddevSampFields, type CoinActivitiesStddevSampOrderBy, type CoinActivitiesStreamCursorInput, type CoinActivitiesStreamCursorValueInput, type CoinActivitiesSumFields, type CoinActivitiesSumOrderBy, type CoinActivitiesVarPopFields, type CoinActivitiesVarPopOrderBy, type CoinActivitiesVarSampFields, type CoinActivitiesVarSampOrderBy, type CoinActivitiesVarianceFields, type CoinActivitiesVarianceOrderBy, type CoinBalances, type CoinBalancesBoolExp, type CoinBalancesOrderBy, CoinBalancesSelectColumn, type CoinBalancesStreamCursorInput, type CoinBalancesStreamCursorValueInput, type CoinInfos, type CoinInfosBoolExp, type CoinInfosOrderBy, CoinInfosSelectColumn, type CoinInfosStreamCursorInput, type CoinInfosStreamCursorValueInput, type CoinSupply, type CoinSupplyBoolExp, type CoinSupplyOrderBy, CoinSupplySelectColumn, type CoinSupplyStreamCursorInput, type CoinSupplyStreamCursorValueInput, type CollectionDatas, type CollectionDatasBoolExp, type CollectionDatasOrderBy, CollectionDatasSelectColumn, type CollectionDatasStreamCursorInput, type CollectionDatasStreamCursorValueInput, type CurrentAnsLookup, type CurrentAnsLookupAllTokenOwnershipsAggregateArgs, type CurrentAnsLookupAllTokenOwnershipsArgs, type CurrentAnsLookupBoolExp, type CurrentAnsLookupOrderBy, CurrentAnsLookupSelectColumn, type CurrentAnsLookupStreamCursorInput, type CurrentAnsLookupStreamCursorValueInput, type CurrentAnsLookupV2, type CurrentAnsLookupV2BoolExp, type CurrentAnsLookupV2OrderBy, CurrentAnsLookupV2SelectColumn, type CurrentAnsLookupV2StreamCursorInput, type CurrentAnsLookupV2StreamCursorValueInput, type CurrentAptosNames, type CurrentAptosNamesAggregate, type CurrentAptosNamesAggregateBoolExp, type CurrentAptosNamesAggregateBoolExpBoolAnd, type CurrentAptosNamesAggregateBoolExpBoolOr, type CurrentAptosNamesAggregateBoolExpCount, type CurrentAptosNamesAggregateFields, type CurrentAptosNamesAggregateFieldsCountArgs, type CurrentAptosNamesAggregateOrderBy, type CurrentAptosNamesAvgFields, type CurrentAptosNamesAvgOrderBy, type CurrentAptosNamesBoolExp, type CurrentAptosNamesMaxFields, type CurrentAptosNamesMaxOrderBy, type CurrentAptosNamesMinFields, type CurrentAptosNamesMinOrderBy, type CurrentAptosNamesOrderBy, CurrentAptosNamesSelectColumn, CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolAndArgumentsColumns, CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolOrArgumentsColumns, type CurrentAptosNamesStddevFields, type CurrentAptosNamesStddevOrderBy, type CurrentAptosNamesStddevPopFields, type CurrentAptosNamesStddevPopOrderBy, type CurrentAptosNamesStddevSampFields, type CurrentAptosNamesStddevSampOrderBy, type CurrentAptosNamesStreamCursorInput, type CurrentAptosNamesStreamCursorValueInput, type CurrentAptosNamesSumFields, type CurrentAptosNamesSumOrderBy, type CurrentAptosNamesVarPopFields, type CurrentAptosNamesVarPopOrderBy, type CurrentAptosNamesVarSampFields, type CurrentAptosNamesVarSampOrderBy, type CurrentAptosNamesVarianceFields, type CurrentAptosNamesVarianceOrderBy, type CurrentCoinBalances, type CurrentCoinBalancesBoolExp, type CurrentCoinBalancesOrderBy, CurrentCoinBalancesSelectColumn, type CurrentCoinBalancesStreamCursorInput, type CurrentCoinBalancesStreamCursorValueInput, type CurrentCollectionDatas, type CurrentCollectionDatasBoolExp, type CurrentCollectionDatasOrderBy, CurrentCollectionDatasSelectColumn, type CurrentCollectionDatasStreamCursorInput, type CurrentCollectionDatasStreamCursorValueInput, type CurrentCollectionOwnershipV2View, type CurrentCollectionOwnershipV2ViewAggregate, type CurrentCollectionOwnershipV2ViewAggregateFields, type CurrentCollectionOwnershipV2ViewAggregateFieldsCountArgs, type CurrentCollectionOwnershipV2ViewAvgFields, type CurrentCollectionOwnershipV2ViewBoolExp, type CurrentCollectionOwnershipV2ViewMaxFields, type CurrentCollectionOwnershipV2ViewMinFields, type CurrentCollectionOwnershipV2ViewOrderBy, CurrentCollectionOwnershipV2ViewSelectColumn, type CurrentCollectionOwnershipV2ViewStddevFields, type CurrentCollectionOwnershipV2ViewStddevPopFields, type CurrentCollectionOwnershipV2ViewStddevSampFields, type CurrentCollectionOwnershipV2ViewStreamCursorInput, type CurrentCollectionOwnershipV2ViewStreamCursorValueInput, type CurrentCollectionOwnershipV2ViewSumFields, type CurrentCollectionOwnershipV2ViewVarPopFields, type CurrentCollectionOwnershipV2ViewVarSampFields, type CurrentCollectionOwnershipV2ViewVarianceFields, type CurrentCollectionsV2, type CurrentCollectionsV2BoolExp, type CurrentCollectionsV2OrderBy, CurrentCollectionsV2SelectColumn, type CurrentCollectionsV2StreamCursorInput, type CurrentCollectionsV2StreamCursorValueInput, type CurrentDelegatedStakingPoolBalances, type CurrentDelegatedStakingPoolBalancesBoolExp, type CurrentDelegatedStakingPoolBalancesOrderBy, CurrentDelegatedStakingPoolBalancesSelectColumn, type CurrentDelegatedStakingPoolBalancesStreamCursorInput, type CurrentDelegatedStakingPoolBalancesStreamCursorValueInput, type CurrentDelegatedVoter, type CurrentDelegatedVoterBoolExp, type CurrentDelegatedVoterOrderBy, CurrentDelegatedVoterSelectColumn, type CurrentDelegatedVoterStreamCursorInput, type CurrentDelegatedVoterStreamCursorValueInput, type CurrentDelegatorBalances, type CurrentDelegatorBalancesBoolExp, type CurrentDelegatorBalancesOrderBy, CurrentDelegatorBalancesSelectColumn, type CurrentDelegatorBalancesStreamCursorInput, type CurrentDelegatorBalancesStreamCursorValueInput, type CurrentFungibleAssetBalances, type CurrentFungibleAssetBalancesAggregate, type CurrentFungibleAssetBalancesAggregateFields, type CurrentFungibleAssetBalancesAggregateFieldsCountArgs, type CurrentFungibleAssetBalancesAvgFields, type CurrentFungibleAssetBalancesBoolExp, type CurrentFungibleAssetBalancesMaxFields, type CurrentFungibleAssetBalancesMinFields, type CurrentFungibleAssetBalancesOrderBy, CurrentFungibleAssetBalancesSelectColumn, type CurrentFungibleAssetBalancesStddevFields, type CurrentFungibleAssetBalancesStddevPopFields, type CurrentFungibleAssetBalancesStddevSampFields, type CurrentFungibleAssetBalancesStreamCursorInput, type CurrentFungibleAssetBalancesStreamCursorValueInput, type CurrentFungibleAssetBalancesSumFields, type CurrentFungibleAssetBalancesVarPopFields, type CurrentFungibleAssetBalancesVarSampFields, type CurrentFungibleAssetBalancesVarianceFields, type CurrentObjects, type CurrentObjectsBoolExp, type CurrentObjectsOrderBy, CurrentObjectsSelectColumn, type CurrentObjectsStreamCursorInput, type CurrentObjectsStreamCursorValueInput, type CurrentStakingPoolVoter, type CurrentStakingPoolVoterBoolExp, type CurrentStakingPoolVoterOperatorAptosNameAggregateArgs, type CurrentStakingPoolVoterOperatorAptosNameArgs, type CurrentStakingPoolVoterOrderBy, CurrentStakingPoolVoterSelectColumn, type CurrentStakingPoolVoterStreamCursorInput, type CurrentStakingPoolVoterStreamCursorValueInput, type CurrentTableItems, type CurrentTableItemsBoolExp, type CurrentTableItemsDecodedKeyArgs, type CurrentTableItemsDecodedValueArgs, type CurrentTableItemsOrderBy, CurrentTableItemsSelectColumn, type CurrentTableItemsStreamCursorInput, type CurrentTableItemsStreamCursorValueInput, type CurrentTokenDatas, type CurrentTokenDatasBoolExp, type CurrentTokenDatasDefaultPropertiesArgs, type CurrentTokenDatasOrderBy, CurrentTokenDatasSelectColumn, type CurrentTokenDatasStreamCursorInput, type CurrentTokenDatasStreamCursorValueInput, type CurrentTokenDatasV2, type CurrentTokenDatasV2BoolExp, type CurrentTokenDatasV2CurrentTokenOwnershipsAggregateArgs, type CurrentTokenDatasV2CurrentTokenOwnershipsArgs, type CurrentTokenDatasV2OrderBy, CurrentTokenDatasV2SelectColumn, type CurrentTokenDatasV2StreamCursorInput, type CurrentTokenDatasV2StreamCursorValueInput, type CurrentTokenDatasV2TokenPropertiesArgs, type CurrentTokenOwnerships, type CurrentTokenOwnershipsAggregate, type CurrentTokenOwnershipsAggregateBoolExp, type CurrentTokenOwnershipsAggregateBoolExpCount, type CurrentTokenOwnershipsAggregateFields, type CurrentTokenOwnershipsAggregateFieldsCountArgs, type CurrentTokenOwnershipsAggregateOrderBy, type CurrentTokenOwnershipsAvgFields, type CurrentTokenOwnershipsAvgOrderBy, type CurrentTokenOwnershipsBoolExp, type CurrentTokenOwnershipsMaxFields, type CurrentTokenOwnershipsMaxOrderBy, type CurrentTokenOwnershipsMinFields, type CurrentTokenOwnershipsMinOrderBy, type CurrentTokenOwnershipsOrderBy, CurrentTokenOwnershipsSelectColumn, type CurrentTokenOwnershipsStddevFields, type CurrentTokenOwnershipsStddevOrderBy, type CurrentTokenOwnershipsStddevPopFields, type CurrentTokenOwnershipsStddevPopOrderBy, type CurrentTokenOwnershipsStddevSampFields, type CurrentTokenOwnershipsStddevSampOrderBy, type CurrentTokenOwnershipsStreamCursorInput, type CurrentTokenOwnershipsStreamCursorValueInput, type CurrentTokenOwnershipsSumFields, type CurrentTokenOwnershipsSumOrderBy, type CurrentTokenOwnershipsTokenPropertiesArgs, type CurrentTokenOwnershipsV2, type CurrentTokenOwnershipsV2Aggregate, type CurrentTokenOwnershipsV2AggregateBoolExp, type CurrentTokenOwnershipsV2AggregateBoolExpBoolAnd, type CurrentTokenOwnershipsV2AggregateBoolExpBoolOr, type CurrentTokenOwnershipsV2AggregateBoolExpCount, type CurrentTokenOwnershipsV2AggregateFields, type CurrentTokenOwnershipsV2AggregateFieldsCountArgs, type CurrentTokenOwnershipsV2AggregateOrderBy, type CurrentTokenOwnershipsV2AvgFields, type CurrentTokenOwnershipsV2AvgOrderBy, type CurrentTokenOwnershipsV2BoolExp, type CurrentTokenOwnershipsV2ComposedNftsAggregateArgs, type CurrentTokenOwnershipsV2ComposedNftsArgs, type CurrentTokenOwnershipsV2MaxFields, type CurrentTokenOwnershipsV2MaxOrderBy, type CurrentTokenOwnershipsV2MinFields, type CurrentTokenOwnershipsV2MinOrderBy, type CurrentTokenOwnershipsV2OrderBy, CurrentTokenOwnershipsV2SelectColumn, CurrentTokenOwnershipsV2SelectColumnCurrentTokenOwnershipsV2AggregateBoolExpBoolAndArgumentsColumns, CurrentTokenOwnershipsV2SelectColumnCurrentTokenOwnershipsV2AggregateBoolExpBoolOrArgumentsColumns, type CurrentTokenOwnershipsV2StddevFields, type CurrentTokenOwnershipsV2StddevOrderBy, type CurrentTokenOwnershipsV2StddevPopFields, type CurrentTokenOwnershipsV2StddevPopOrderBy, type CurrentTokenOwnershipsV2StddevSampFields, type CurrentTokenOwnershipsV2StddevSampOrderBy, type CurrentTokenOwnershipsV2StreamCursorInput, type CurrentTokenOwnershipsV2StreamCursorValueInput, type CurrentTokenOwnershipsV2SumFields, type CurrentTokenOwnershipsV2SumOrderBy, type CurrentTokenOwnershipsV2TokenPropertiesMutatedV1Args, type CurrentTokenOwnershipsV2VarPopFields, type CurrentTokenOwnershipsV2VarPopOrderBy, type CurrentTokenOwnershipsV2VarSampFields, type CurrentTokenOwnershipsV2VarSampOrderBy, type CurrentTokenOwnershipsV2VarianceFields, type CurrentTokenOwnershipsV2VarianceOrderBy, type CurrentTokenOwnershipsVarPopFields, type CurrentTokenOwnershipsVarPopOrderBy, type CurrentTokenOwnershipsVarSampFields, type CurrentTokenOwnershipsVarSampOrderBy, type CurrentTokenOwnershipsVarianceFields, type CurrentTokenOwnershipsVarianceOrderBy, type CurrentTokenPendingClaims, type CurrentTokenPendingClaimsBoolExp, type CurrentTokenPendingClaimsOrderBy, CurrentTokenPendingClaimsSelectColumn, type CurrentTokenPendingClaimsStreamCursorInput, type CurrentTokenPendingClaimsStreamCursorValueInput, CursorOrdering, type DelegatedStakingActivities, type DelegatedStakingActivitiesAggregateOrderBy, type DelegatedStakingActivitiesAvgOrderBy, type DelegatedStakingActivitiesBoolExp, type DelegatedStakingActivitiesMaxOrderBy, type DelegatedStakingActivitiesMinOrderBy, type DelegatedStakingActivitiesOrderBy, DelegatedStakingActivitiesSelectColumn, type DelegatedStakingActivitiesStddevOrderBy, type DelegatedStakingActivitiesStddevPopOrderBy, type DelegatedStakingActivitiesStddevSampOrderBy, type DelegatedStakingActivitiesStreamCursorInput, type DelegatedStakingActivitiesStreamCursorValueInput, type DelegatedStakingActivitiesSumOrderBy, type DelegatedStakingActivitiesVarPopOrderBy, type DelegatedStakingActivitiesVarSampOrderBy, type DelegatedStakingActivitiesVarianceOrderBy, type DelegatedStakingPoolBalances, type DelegatedStakingPoolBalancesAggregate, type DelegatedStakingPoolBalancesAggregateFields, type DelegatedStakingPoolBalancesAggregateFieldsCountArgs, type DelegatedStakingPoolBalancesAvgFields, type DelegatedStakingPoolBalancesBoolExp, type DelegatedStakingPoolBalancesMaxFields, type DelegatedStakingPoolBalancesMinFields, type DelegatedStakingPoolBalancesOrderBy, DelegatedStakingPoolBalancesSelectColumn, type DelegatedStakingPoolBalancesStddevFields, type DelegatedStakingPoolBalancesStddevPopFields, type DelegatedStakingPoolBalancesStddevSampFields, type DelegatedStakingPoolBalancesStreamCursorInput, type DelegatedStakingPoolBalancesStreamCursorValueInput, type DelegatedStakingPoolBalancesSumFields, type DelegatedStakingPoolBalancesVarPopFields, type DelegatedStakingPoolBalancesVarSampFields, type DelegatedStakingPoolBalancesVarianceFields, type DelegatedStakingPools, type DelegatedStakingPoolsBoolExp, type DelegatedStakingPoolsOrderBy, DelegatedStakingPoolsSelectColumn, type DelegatedStakingPoolsStreamCursorInput, type DelegatedStakingPoolsStreamCursorValueInput, type DelegatorDistinctPool, type DelegatorDistinctPoolAggregate, type DelegatorDistinctPoolAggregateFields, type DelegatorDistinctPoolAggregateFieldsCountArgs, type DelegatorDistinctPoolBoolExp, type DelegatorDistinctPoolMaxFields, type DelegatorDistinctPoolMinFields, type DelegatorDistinctPoolOrderBy, DelegatorDistinctPoolSelectColumn, type DelegatorDistinctPoolStreamCursorInput, type DelegatorDistinctPoolStreamCursorValueInput, type Events, type EventsBoolExp, type EventsDataArgs, type EventsOrderBy, EventsSelectColumn, type EventsStreamCursorInput, type EventsStreamCursorValueInput, type Exact, type FungibleAssetActivities, type FungibleAssetActivitiesAggregateOrderBy, type FungibleAssetActivitiesAvgOrderBy, type FungibleAssetActivitiesBoolExp, type FungibleAssetActivitiesMaxOrderBy, type FungibleAssetActivitiesMinOrderBy, type FungibleAssetActivitiesOrderBy, type FungibleAssetActivitiesOwnerAptosNamesAggregateArgs, type FungibleAssetActivitiesOwnerAptosNamesArgs, FungibleAssetActivitiesSelectColumn, type FungibleAssetActivitiesStddevOrderBy, type FungibleAssetActivitiesStddevPopOrderBy, type FungibleAssetActivitiesStddevSampOrderBy, type FungibleAssetActivitiesStreamCursorInput, type FungibleAssetActivitiesStreamCursorValueInput, type FungibleAssetActivitiesSumOrderBy, type FungibleAssetActivitiesVarPopOrderBy, type FungibleAssetActivitiesVarSampOrderBy, type FungibleAssetActivitiesVarianceOrderBy, type FungibleAssetMetadata, type FungibleAssetMetadataBoolExp, type FungibleAssetMetadataOrderBy, FungibleAssetMetadataSelectColumn, type FungibleAssetMetadataStreamCursorInput, type FungibleAssetMetadataStreamCursorValueInput, type Incremental, type IndexerStatus, type IndexerStatusBoolExp, type IndexerStatusOrderBy, IndexerStatusSelectColumn, type IndexerStatusStreamCursorInput, type IndexerStatusStreamCursorValueInput, type InputMaybe, type IntComparisonExp, type JsonbCastExp, type JsonbComparisonExp, type LedgerInfos, type LedgerInfosBoolExp, type LedgerInfosOrderBy, LedgerInfosSelectColumn, type LedgerInfosStreamCursorInput, type LedgerInfosStreamCursorValueInput, type MakeEmpty, type MakeMaybe, type MakeOptional, type Maybe, type MoveResources, type MoveResourcesAggregate, type MoveResourcesAggregateFields, type MoveResourcesAggregateFieldsCountArgs, type MoveResourcesAvgFields, type MoveResourcesBoolExp, type MoveResourcesMaxFields, type MoveResourcesMinFields, type MoveResourcesOrderBy, MoveResourcesSelectColumn, type MoveResourcesStddevFields, type MoveResourcesStddevPopFields, type MoveResourcesStddevSampFields, type MoveResourcesStreamCursorInput, type MoveResourcesStreamCursorValueInput, type MoveResourcesSumFields, type MoveResourcesVarPopFields, type MoveResourcesVarSampFields, type MoveResourcesVarianceFields, type NftMarketplaceV2CurrentNftMarketplaceAuctions, type NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp, type NftMarketplaceV2CurrentNftMarketplaceAuctionsOrderBy, NftMarketplaceV2CurrentNftMarketplaceAuctionsSelectColumn, type NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorInput, type NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorValueInput, type NftMarketplaceV2CurrentNftMarketplaceCollectionOffers, type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp, type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersOrderBy, NftMarketplaceV2CurrentNftMarketplaceCollectionOffersSelectColumn, type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorInput, type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorValueInput, type NftMarketplaceV2CurrentNftMarketplaceListings, type NftMarketplaceV2CurrentNftMarketplaceListingsAggregate, type NftMarketplaceV2CurrentNftMarketplaceListingsAggregateFields, type NftMarketplaceV2CurrentNftMarketplaceListingsAggregateFieldsCountArgs, type NftMarketplaceV2CurrentNftMarketplaceListingsAvgFields, type NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp, type NftMarketplaceV2CurrentNftMarketplaceListingsMaxFields, type NftMarketplaceV2CurrentNftMarketplaceListingsMinFields, type NftMarketplaceV2CurrentNftMarketplaceListingsOrderBy, NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn, type NftMarketplaceV2CurrentNftMarketplaceListingsStddevFields, type NftMarketplaceV2CurrentNftMarketplaceListingsStddevPopFields, type NftMarketplaceV2CurrentNftMarketplaceListingsStddevSampFields, type NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorInput, type NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorValueInput, type NftMarketplaceV2CurrentNftMarketplaceListingsSumFields, type NftMarketplaceV2CurrentNftMarketplaceListingsVarPopFields, type NftMarketplaceV2CurrentNftMarketplaceListingsVarSampFields, type NftMarketplaceV2CurrentNftMarketplaceListingsVarianceFields, type NftMarketplaceV2CurrentNftMarketplaceTokenOffers, type NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp, type NftMarketplaceV2CurrentNftMarketplaceTokenOffersOrderBy, NftMarketplaceV2CurrentNftMarketplaceTokenOffersSelectColumn, type NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorInput, type NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorValueInput, type NftMarketplaceV2NftMarketplaceActivities, type NftMarketplaceV2NftMarketplaceActivitiesBoolExp, type NftMarketplaceV2NftMarketplaceActivitiesOrderBy, NftMarketplaceV2NftMarketplaceActivitiesSelectColumn, type NftMarketplaceV2NftMarketplaceActivitiesStreamCursorInput, type NftMarketplaceV2NftMarketplaceActivitiesStreamCursorValueInput, type NftMetadataCrawlerParsedAssetUris, type NftMetadataCrawlerParsedAssetUrisBoolExp, type NftMetadataCrawlerParsedAssetUrisOrderBy, NftMetadataCrawlerParsedAssetUrisSelectColumn, type NftMetadataCrawlerParsedAssetUrisStreamCursorInput, type NftMetadataCrawlerParsedAssetUrisStreamCursorValueInput, type NumActiveDelegatorPerPool, type NumActiveDelegatorPerPoolBoolExp, type NumActiveDelegatorPerPoolOrderBy, NumActiveDelegatorPerPoolSelectColumn, type NumActiveDelegatorPerPoolStreamCursorInput, type NumActiveDelegatorPerPoolStreamCursorValueInput, type NumericComparisonExp, OrderBy, type ProcessorStatus, type ProcessorStatusBoolExp, type ProcessorStatusOrderBy, ProcessorStatusSelectColumn, type ProcessorStatusStreamCursorInput, type ProcessorStatusStreamCursorValueInput, type ProposalVotes, type ProposalVotesAggregate, type ProposalVotesAggregateFields, type ProposalVotesAggregateFieldsCountArgs, type ProposalVotesAvgFields, type ProposalVotesBoolExp, type ProposalVotesMaxFields, type ProposalVotesMinFields, type ProposalVotesOrderBy, ProposalVotesSelectColumn, type ProposalVotesStddevFields, type ProposalVotesStddevPopFields, type ProposalVotesStddevSampFields, type ProposalVotesStreamCursorInput, type ProposalVotesStreamCursorValueInput, type ProposalVotesSumFields, type ProposalVotesVarPopFields, type ProposalVotesVarSampFields, type ProposalVotesVarianceFields, type QueryRoot, type QueryRootAccountTransactionsAggregateArgs, type QueryRootAccountTransactionsArgs, type QueryRootAccountTransactionsByPkArgs, type QueryRootAddressEventsSummaryArgs, type QueryRootAddressVersionFromEventsAggregateArgs, type QueryRootAddressVersionFromEventsArgs, type QueryRootAddressVersionFromMoveResourcesAggregateArgs, type QueryRootAddressVersionFromMoveResourcesArgs, type QueryRootBlockMetadataTransactionsArgs, type QueryRootBlockMetadataTransactionsByPkArgs, type QueryRootCoinActivitiesAggregateArgs, type QueryRootCoinActivitiesArgs, type QueryRootCoinActivitiesByPkArgs, type QueryRootCoinBalancesArgs, type QueryRootCoinBalancesByPkArgs, type QueryRootCoinInfosArgs, type QueryRootCoinInfosByPkArgs, type QueryRootCoinSupplyArgs, type QueryRootCoinSupplyByPkArgs, type QueryRootCollectionDatasArgs, type QueryRootCollectionDatasByPkArgs, type QueryRootCurrentAnsLookupArgs, type QueryRootCurrentAnsLookupByPkArgs, type QueryRootCurrentAnsLookupV2Args, type QueryRootCurrentAnsLookupV2ByPkArgs, type QueryRootCurrentAptosNamesAggregateArgs, type QueryRootCurrentAptosNamesArgs, type QueryRootCurrentCoinBalancesArgs, type QueryRootCurrentCoinBalancesByPkArgs, type QueryRootCurrentCollectionDatasArgs, type QueryRootCurrentCollectionDatasByPkArgs, type QueryRootCurrentCollectionOwnershipV2ViewAggregateArgs, type QueryRootCurrentCollectionOwnershipV2ViewArgs, type QueryRootCurrentCollectionsV2Args, type QueryRootCurrentCollectionsV2ByPkArgs, type QueryRootCurrentDelegatedStakingPoolBalancesArgs, type QueryRootCurrentDelegatedStakingPoolBalancesByPkArgs, type QueryRootCurrentDelegatedVoterArgs, type QueryRootCurrentDelegatedVoterByPkArgs, type QueryRootCurrentDelegatorBalancesArgs, type QueryRootCurrentDelegatorBalancesByPkArgs, type QueryRootCurrentFungibleAssetBalancesAggregateArgs, type QueryRootCurrentFungibleAssetBalancesArgs, type QueryRootCurrentFungibleAssetBalancesByPkArgs, type QueryRootCurrentObjectsArgs, type QueryRootCurrentObjectsByPkArgs, type QueryRootCurrentStakingPoolVoterArgs, type QueryRootCurrentStakingPoolVoterByPkArgs, type QueryRootCurrentTableItemsArgs, type QueryRootCurrentTableItemsByPkArgs, type QueryRootCurrentTokenDatasArgs, type QueryRootCurrentTokenDatasByPkArgs, type QueryRootCurrentTokenDatasV2Args, type QueryRootCurrentTokenDatasV2ByPkArgs, type QueryRootCurrentTokenOwnershipsAggregateArgs, type QueryRootCurrentTokenOwnershipsArgs, type QueryRootCurrentTokenOwnershipsByPkArgs, type QueryRootCurrentTokenOwnershipsV2AggregateArgs, type QueryRootCurrentTokenOwnershipsV2Args, type QueryRootCurrentTokenOwnershipsV2ByPkArgs, type QueryRootCurrentTokenPendingClaimsArgs, type QueryRootCurrentTokenPendingClaimsByPkArgs, type QueryRootDelegatedStakingActivitiesArgs, type QueryRootDelegatedStakingActivitiesByPkArgs, type QueryRootDelegatedStakingPoolBalancesAggregateArgs, type QueryRootDelegatedStakingPoolBalancesArgs, type QueryRootDelegatedStakingPoolBalancesByPkArgs, type QueryRootDelegatedStakingPoolsArgs, type QueryRootDelegatedStakingPoolsByPkArgs, type QueryRootDelegatorDistinctPoolAggregateArgs, type QueryRootDelegatorDistinctPoolArgs, type QueryRootEventsArgs, type QueryRootEventsByPkArgs, type QueryRootFungibleAssetActivitiesArgs, type QueryRootFungibleAssetActivitiesByPkArgs, type QueryRootFungibleAssetMetadataArgs, type QueryRootFungibleAssetMetadataByPkArgs, type QueryRootIndexerStatusArgs, type QueryRootIndexerStatusByPkArgs, type QueryRootLedgerInfosArgs, type QueryRootLedgerInfosByPkArgs, type QueryRootMoveResourcesAggregateArgs, type QueryRootMoveResourcesArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceAuctionsArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceAuctionsByPkArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersByPkArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceListingsAggregateArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceListingsArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceListingsByPkArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersByPkArgs, type QueryRootNftMarketplaceV2NftMarketplaceActivitiesArgs, type QueryRootNftMarketplaceV2NftMarketplaceActivitiesByPkArgs, type QueryRootNftMetadataCrawlerParsedAssetUrisArgs, type QueryRootNftMetadataCrawlerParsedAssetUrisByPkArgs, type QueryRootNumActiveDelegatorPerPoolArgs, type QueryRootProcessorStatusArgs, type QueryRootProcessorStatusByPkArgs, type QueryRootProposalVotesAggregateArgs, type QueryRootProposalVotesArgs, type QueryRootProposalVotesByPkArgs, type QueryRootSignaturesArgs, type QueryRootSignaturesByPkArgs, type QueryRootTableItemsArgs, type QueryRootTableItemsByPkArgs, type QueryRootTableMetadatasArgs, type QueryRootTableMetadatasByPkArgs, type QueryRootTokenActivitiesAggregateArgs, type QueryRootTokenActivitiesArgs, type QueryRootTokenActivitiesByPkArgs, type QueryRootTokenActivitiesV2AggregateArgs, type QueryRootTokenActivitiesV2Args, type QueryRootTokenActivitiesV2ByPkArgs, type QueryRootTokenDatasArgs, type QueryRootTokenDatasByPkArgs, type QueryRootTokenOwnershipsArgs, type QueryRootTokenOwnershipsByPkArgs, type QueryRootTokensArgs, type QueryRootTokensByPkArgs, type QueryRootUserTransactionsArgs, type QueryRootUserTransactionsByPkArgs, type Scalars, type Signatures, type SignaturesBoolExp, type SignaturesOrderBy, type SignaturesPublicKeyIndicesArgs, SignaturesSelectColumn, type SignaturesStreamCursorInput, type SignaturesStreamCursorValueInput, type StringComparisonExp, type SubscriptionRoot, type SubscriptionRootAccountTransactionsAggregateArgs, type SubscriptionRootAccountTransactionsArgs, type SubscriptionRootAccountTransactionsByPkArgs, type SubscriptionRootAccountTransactionsStreamArgs, type SubscriptionRootAddressEventsSummaryArgs, type SubscriptionRootAddressEventsSummaryStreamArgs, type SubscriptionRootAddressVersionFromEventsAggregateArgs, type SubscriptionRootAddressVersionFromEventsArgs, type SubscriptionRootAddressVersionFromEventsStreamArgs, type SubscriptionRootAddressVersionFromMoveResourcesAggregateArgs, type SubscriptionRootAddressVersionFromMoveResourcesArgs, type SubscriptionRootAddressVersionFromMoveResourcesStreamArgs, type SubscriptionRootBlockMetadataTransactionsArgs, type SubscriptionRootBlockMetadataTransactionsByPkArgs, type SubscriptionRootBlockMetadataTransactionsStreamArgs, type SubscriptionRootCoinActivitiesAggregateArgs, type SubscriptionRootCoinActivitiesArgs, type SubscriptionRootCoinActivitiesByPkArgs, type SubscriptionRootCoinActivitiesStreamArgs, type SubscriptionRootCoinBalancesArgs, type SubscriptionRootCoinBalancesByPkArgs, type SubscriptionRootCoinBalancesStreamArgs, type SubscriptionRootCoinInfosArgs, type SubscriptionRootCoinInfosByPkArgs, type SubscriptionRootCoinInfosStreamArgs, type SubscriptionRootCoinSupplyArgs, type SubscriptionRootCoinSupplyByPkArgs, type SubscriptionRootCoinSupplyStreamArgs, type SubscriptionRootCollectionDatasArgs, type SubscriptionRootCollectionDatasByPkArgs, type SubscriptionRootCollectionDatasStreamArgs, type SubscriptionRootCurrentAnsLookupArgs, type SubscriptionRootCurrentAnsLookupByPkArgs, type SubscriptionRootCurrentAnsLookupStreamArgs, type SubscriptionRootCurrentAnsLookupV2Args, type SubscriptionRootCurrentAnsLookupV2ByPkArgs, type SubscriptionRootCurrentAnsLookupV2StreamArgs, type SubscriptionRootCurrentAptosNamesAggregateArgs, type SubscriptionRootCurrentAptosNamesArgs, type SubscriptionRootCurrentAptosNamesStreamArgs, type SubscriptionRootCurrentCoinBalancesArgs, type SubscriptionRootCurrentCoinBalancesByPkArgs, type SubscriptionRootCurrentCoinBalancesStreamArgs, type SubscriptionRootCurrentCollectionDatasArgs, type SubscriptionRootCurrentCollectionDatasByPkArgs, type SubscriptionRootCurrentCollectionDatasStreamArgs, type SubscriptionRootCurrentCollectionOwnershipV2ViewAggregateArgs, type SubscriptionRootCurrentCollectionOwnershipV2ViewArgs, type SubscriptionRootCurrentCollectionOwnershipV2ViewStreamArgs, type SubscriptionRootCurrentCollectionsV2Args, type SubscriptionRootCurrentCollectionsV2ByPkArgs, type SubscriptionRootCurrentCollectionsV2StreamArgs, type SubscriptionRootCurrentDelegatedStakingPoolBalancesArgs, type SubscriptionRootCurrentDelegatedStakingPoolBalancesByPkArgs, type SubscriptionRootCurrentDelegatedStakingPoolBalancesStreamArgs, type SubscriptionRootCurrentDelegatedVoterArgs, type SubscriptionRootCurrentDelegatedVoterByPkArgs, type SubscriptionRootCurrentDelegatedVoterStreamArgs, type SubscriptionRootCurrentDelegatorBalancesArgs, type SubscriptionRootCurrentDelegatorBalancesByPkArgs, type SubscriptionRootCurrentDelegatorBalancesStreamArgs, type SubscriptionRootCurrentFungibleAssetBalancesAggregateArgs, type SubscriptionRootCurrentFungibleAssetBalancesArgs, type SubscriptionRootCurrentFungibleAssetBalancesByPkArgs, type SubscriptionRootCurrentFungibleAssetBalancesStreamArgs, type SubscriptionRootCurrentObjectsArgs, type SubscriptionRootCurrentObjectsByPkArgs, type SubscriptionRootCurrentObjectsStreamArgs, type SubscriptionRootCurrentStakingPoolVoterArgs, type SubscriptionRootCurrentStakingPoolVoterByPkArgs, type SubscriptionRootCurrentStakingPoolVoterStreamArgs, type SubscriptionRootCurrentTableItemsArgs, type SubscriptionRootCurrentTableItemsByPkArgs, type SubscriptionRootCurrentTableItemsStreamArgs, type SubscriptionRootCurrentTokenDatasArgs, type SubscriptionRootCurrentTokenDatasByPkArgs, type SubscriptionRootCurrentTokenDatasStreamArgs, type SubscriptionRootCurrentTokenDatasV2Args, type SubscriptionRootCurrentTokenDatasV2ByPkArgs, type SubscriptionRootCurrentTokenDatasV2StreamArgs, type SubscriptionRootCurrentTokenOwnershipsAggregateArgs, type SubscriptionRootCurrentTokenOwnershipsArgs, type SubscriptionRootCurrentTokenOwnershipsByPkArgs, type SubscriptionRootCurrentTokenOwnershipsStreamArgs, type SubscriptionRootCurrentTokenOwnershipsV2AggregateArgs, type SubscriptionRootCurrentTokenOwnershipsV2Args, type SubscriptionRootCurrentTokenOwnershipsV2ByPkArgs, type SubscriptionRootCurrentTokenOwnershipsV2StreamArgs, type SubscriptionRootCurrentTokenPendingClaimsArgs, type SubscriptionRootCurrentTokenPendingClaimsByPkArgs, type SubscriptionRootCurrentTokenPendingClaimsStreamArgs, type SubscriptionRootDelegatedStakingActivitiesArgs, type SubscriptionRootDelegatedStakingActivitiesByPkArgs, type SubscriptionRootDelegatedStakingActivitiesStreamArgs, type SubscriptionRootDelegatedStakingPoolBalancesAggregateArgs, type SubscriptionRootDelegatedStakingPoolBalancesArgs, type SubscriptionRootDelegatedStakingPoolBalancesByPkArgs, type SubscriptionRootDelegatedStakingPoolBalancesStreamArgs, type SubscriptionRootDelegatedStakingPoolsArgs, type SubscriptionRootDelegatedStakingPoolsByPkArgs, type SubscriptionRootDelegatedStakingPoolsStreamArgs, type SubscriptionRootDelegatorDistinctPoolAggregateArgs, type SubscriptionRootDelegatorDistinctPoolArgs, type SubscriptionRootDelegatorDistinctPoolStreamArgs, type SubscriptionRootEventsArgs, type SubscriptionRootEventsByPkArgs, type SubscriptionRootEventsStreamArgs, type SubscriptionRootFungibleAssetActivitiesArgs, type SubscriptionRootFungibleAssetActivitiesByPkArgs, type SubscriptionRootFungibleAssetActivitiesStreamArgs, type SubscriptionRootFungibleAssetMetadataArgs, type SubscriptionRootFungibleAssetMetadataByPkArgs, type SubscriptionRootFungibleAssetMetadataStreamArgs, type SubscriptionRootIndexerStatusArgs, type SubscriptionRootIndexerStatusByPkArgs, type SubscriptionRootIndexerStatusStreamArgs, type SubscriptionRootLedgerInfosArgs, type SubscriptionRootLedgerInfosByPkArgs, type SubscriptionRootLedgerInfosStreamArgs, type SubscriptionRootMoveResourcesAggregateArgs, type SubscriptionRootMoveResourcesArgs, type SubscriptionRootMoveResourcesStreamArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceAuctionsArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceAuctionsByPkArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceAuctionsStreamArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersByPkArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsAggregateArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsByPkArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsStreamArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersByPkArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamArgs, type SubscriptionRootNftMarketplaceV2NftMarketplaceActivitiesArgs, type SubscriptionRootNftMarketplaceV2NftMarketplaceActivitiesByPkArgs, type SubscriptionRootNftMarketplaceV2NftMarketplaceActivitiesStreamArgs, type SubscriptionRootNftMetadataCrawlerParsedAssetUrisArgs, type SubscriptionRootNftMetadataCrawlerParsedAssetUrisByPkArgs, type SubscriptionRootNftMetadataCrawlerParsedAssetUrisStreamArgs, type SubscriptionRootNumActiveDelegatorPerPoolArgs, type SubscriptionRootNumActiveDelegatorPerPoolStreamArgs, type SubscriptionRootProcessorStatusArgs, type SubscriptionRootProcessorStatusByPkArgs, type SubscriptionRootProcessorStatusStreamArgs, type SubscriptionRootProposalVotesAggregateArgs, type SubscriptionRootProposalVotesArgs, type SubscriptionRootProposalVotesByPkArgs, type SubscriptionRootProposalVotesStreamArgs, type SubscriptionRootSignaturesArgs, type SubscriptionRootSignaturesByPkArgs, type SubscriptionRootSignaturesStreamArgs, type SubscriptionRootTableItemsArgs, type SubscriptionRootTableItemsByPkArgs, type SubscriptionRootTableItemsStreamArgs, type SubscriptionRootTableMetadatasArgs, type SubscriptionRootTableMetadatasByPkArgs, type SubscriptionRootTableMetadatasStreamArgs, type SubscriptionRootTokenActivitiesAggregateArgs, type SubscriptionRootTokenActivitiesArgs, type SubscriptionRootTokenActivitiesByPkArgs, type SubscriptionRootTokenActivitiesStreamArgs, type SubscriptionRootTokenActivitiesV2AggregateArgs, type SubscriptionRootTokenActivitiesV2Args, type SubscriptionRootTokenActivitiesV2ByPkArgs, type SubscriptionRootTokenActivitiesV2StreamArgs, type SubscriptionRootTokenDatasArgs, type SubscriptionRootTokenDatasByPkArgs, type SubscriptionRootTokenDatasStreamArgs, type SubscriptionRootTokenOwnershipsArgs, type SubscriptionRootTokenOwnershipsByPkArgs, type SubscriptionRootTokenOwnershipsStreamArgs, type SubscriptionRootTokensArgs, type SubscriptionRootTokensByPkArgs, type SubscriptionRootTokensStreamArgs, type SubscriptionRootUserTransactionsArgs, type SubscriptionRootUserTransactionsByPkArgs, type SubscriptionRootUserTransactionsStreamArgs, type TableItems, type TableItemsBoolExp, type TableItemsDecodedKeyArgs, type TableItemsDecodedValueArgs, type TableItemsOrderBy, TableItemsSelectColumn, type TableItemsStreamCursorInput, type TableItemsStreamCursorValueInput, type TableMetadatas, type TableMetadatasBoolExp, type TableMetadatasOrderBy, TableMetadatasSelectColumn, type TableMetadatasStreamCursorInput, type TableMetadatasStreamCursorValueInput, type TimestampComparisonExp, type TimestamptzComparisonExp, type TokenActivities, type TokenActivitiesAggregate, type TokenActivitiesAggregateBoolExp, type TokenActivitiesAggregateBoolExpCount, type TokenActivitiesAggregateFields, type TokenActivitiesAggregateFieldsCountArgs, type TokenActivitiesAggregateOrderBy, type TokenActivitiesAptosNamesOwnerAggregateArgs, type TokenActivitiesAptosNamesOwnerArgs, type TokenActivitiesAptosNamesToAggregateArgs, type TokenActivitiesAptosNamesToArgs, type TokenActivitiesAvgFields, type TokenActivitiesAvgOrderBy, type TokenActivitiesBoolExp, type TokenActivitiesMaxFields, type TokenActivitiesMaxOrderBy, type TokenActivitiesMinFields, type TokenActivitiesMinOrderBy, type TokenActivitiesOrderBy, TokenActivitiesSelectColumn, type TokenActivitiesStddevFields, type TokenActivitiesStddevOrderBy, type TokenActivitiesStddevPopFields, type TokenActivitiesStddevPopOrderBy, type TokenActivitiesStddevSampFields, type TokenActivitiesStddevSampOrderBy, type TokenActivitiesStreamCursorInput, type TokenActivitiesStreamCursorValueInput, type TokenActivitiesSumFields, type TokenActivitiesSumOrderBy, type TokenActivitiesV2, type TokenActivitiesV2Aggregate, type TokenActivitiesV2AggregateBoolExp, type TokenActivitiesV2AggregateBoolExpBoolAnd, type TokenActivitiesV2AggregateBoolExpBoolOr, type TokenActivitiesV2AggregateBoolExpCount, type TokenActivitiesV2AggregateFields, type TokenActivitiesV2AggregateFieldsCountArgs, type TokenActivitiesV2AggregateOrderBy, type TokenActivitiesV2AptosNamesFromAggregateArgs, type TokenActivitiesV2AptosNamesFromArgs, type TokenActivitiesV2AptosNamesToAggregateArgs, type TokenActivitiesV2AptosNamesToArgs, type TokenActivitiesV2AvgFields, type TokenActivitiesV2AvgOrderBy, type TokenActivitiesV2BoolExp, type TokenActivitiesV2MaxFields, type TokenActivitiesV2MaxOrderBy, type TokenActivitiesV2MinFields, type TokenActivitiesV2MinOrderBy, type TokenActivitiesV2OrderBy, TokenActivitiesV2SelectColumn, TokenActivitiesV2SelectColumnTokenActivitiesV2AggregateBoolExpBoolAndArgumentsColumns, TokenActivitiesV2SelectColumnTokenActivitiesV2AggregateBoolExpBoolOrArgumentsColumns, type TokenActivitiesV2StddevFields, type TokenActivitiesV2StddevOrderBy, type TokenActivitiesV2StddevPopFields, type TokenActivitiesV2StddevPopOrderBy, type TokenActivitiesV2StddevSampFields, type TokenActivitiesV2StddevSampOrderBy, type TokenActivitiesV2StreamCursorInput, type TokenActivitiesV2StreamCursorValueInput, type TokenActivitiesV2SumFields, type TokenActivitiesV2SumOrderBy, type TokenActivitiesV2VarPopFields, type TokenActivitiesV2VarPopOrderBy, type TokenActivitiesV2VarSampFields, type TokenActivitiesV2VarSampOrderBy, type TokenActivitiesV2VarianceFields, type TokenActivitiesV2VarianceOrderBy, type TokenActivitiesVarPopFields, type TokenActivitiesVarPopOrderBy, type TokenActivitiesVarSampFields, type TokenActivitiesVarSampOrderBy, type TokenActivitiesVarianceFields, type TokenActivitiesVarianceOrderBy, type TokenDatas, type TokenDatasBoolExp, type TokenDatasDefaultPropertiesArgs, type TokenDatasOrderBy, TokenDatasSelectColumn, type TokenDatasStreamCursorInput, type TokenDatasStreamCursorValueInput, type TokenOwnerships, type TokenOwnershipsBoolExp, type TokenOwnershipsOrderBy, TokenOwnershipsSelectColumn, type TokenOwnershipsStreamCursorInput, type TokenOwnershipsStreamCursorValueInput, type Tokens, type TokensBoolExp, type TokensOrderBy, TokensSelectColumn, type TokensStreamCursorInput, type TokensStreamCursorValueInput, type TokensTokenPropertiesArgs, type UserTransactions, type UserTransactionsBoolExp, type UserTransactionsOrderBy, UserTransactionsSelectColumn, type UserTransactionsStreamCursorInput, type UserTransactionsStreamCursorValueInput };
10469
+ export { type AccountTransactions, type AccountTransactionsAggregate, type AccountTransactionsAggregateFields, type AccountTransactionsAggregateFieldsCountArgs, type AccountTransactionsAvgFields, type AccountTransactionsBoolExp, type AccountTransactionsCoinActivitiesAggregateArgs, type AccountTransactionsCoinActivitiesArgs, type AccountTransactionsDelegatedStakingActivitiesArgs, type AccountTransactionsFungibleAssetActivitiesArgs, type AccountTransactionsMaxFields, type AccountTransactionsMinFields, type AccountTransactionsOrderBy, AccountTransactionsSelectColumn, type AccountTransactionsStddevFields, type AccountTransactionsStddevPopFields, type AccountTransactionsStddevSampFields, type AccountTransactionsStreamCursorInput, type AccountTransactionsStreamCursorValueInput, type AccountTransactionsSumFields, type AccountTransactionsTokenActivitiesAggregateArgs, type AccountTransactionsTokenActivitiesArgs, type AccountTransactionsTokenActivitiesV2AggregateArgs, type AccountTransactionsTokenActivitiesV2Args, type AccountTransactionsVarPopFields, type AccountTransactionsVarSampFields, type AccountTransactionsVarianceFields, type AddressEventsSummary, type AddressEventsSummaryBoolExp, type AddressEventsSummaryOrderBy, AddressEventsSummarySelectColumn, type AddressEventsSummaryStreamCursorInput, type AddressEventsSummaryStreamCursorValueInput, type AddressVersionFromEvents, type AddressVersionFromEventsAggregate, type AddressVersionFromEventsAggregateFields, type AddressVersionFromEventsAggregateFieldsCountArgs, type AddressVersionFromEventsAvgFields, type AddressVersionFromEventsBoolExp, type AddressVersionFromEventsCoinActivitiesAggregateArgs, type AddressVersionFromEventsCoinActivitiesArgs, type AddressVersionFromEventsDelegatedStakingActivitiesArgs, type AddressVersionFromEventsMaxFields, type AddressVersionFromEventsMinFields, type AddressVersionFromEventsOrderBy, AddressVersionFromEventsSelectColumn, type AddressVersionFromEventsStddevFields, type AddressVersionFromEventsStddevPopFields, type AddressVersionFromEventsStddevSampFields, type AddressVersionFromEventsStreamCursorInput, type AddressVersionFromEventsStreamCursorValueInput, type AddressVersionFromEventsSumFields, type AddressVersionFromEventsTokenActivitiesAggregateArgs, type AddressVersionFromEventsTokenActivitiesArgs, type AddressVersionFromEventsTokenActivitiesV2AggregateArgs, type AddressVersionFromEventsTokenActivitiesV2Args, type AddressVersionFromEventsVarPopFields, type AddressVersionFromEventsVarSampFields, type AddressVersionFromEventsVarianceFields, type AddressVersionFromMoveResources, type AddressVersionFromMoveResourcesAggregate, type AddressVersionFromMoveResourcesAggregateFields, type AddressVersionFromMoveResourcesAggregateFieldsCountArgs, type AddressVersionFromMoveResourcesAvgFields, type AddressVersionFromMoveResourcesBoolExp, type AddressVersionFromMoveResourcesCoinActivitiesAggregateArgs, type AddressVersionFromMoveResourcesCoinActivitiesArgs, type AddressVersionFromMoveResourcesDelegatedStakingActivitiesArgs, type AddressVersionFromMoveResourcesMaxFields, type AddressVersionFromMoveResourcesMinFields, type AddressVersionFromMoveResourcesOrderBy, AddressVersionFromMoveResourcesSelectColumn, type AddressVersionFromMoveResourcesStddevFields, type AddressVersionFromMoveResourcesStddevPopFields, type AddressVersionFromMoveResourcesStddevSampFields, type AddressVersionFromMoveResourcesStreamCursorInput, type AddressVersionFromMoveResourcesStreamCursorValueInput, type AddressVersionFromMoveResourcesSumFields, type AddressVersionFromMoveResourcesTokenActivitiesAggregateArgs, type AddressVersionFromMoveResourcesTokenActivitiesArgs, type AddressVersionFromMoveResourcesTokenActivitiesV2AggregateArgs, type AddressVersionFromMoveResourcesTokenActivitiesV2Args, type AddressVersionFromMoveResourcesVarPopFields, type AddressVersionFromMoveResourcesVarSampFields, type AddressVersionFromMoveResourcesVarianceFields, type BigintComparisonExp, type BlockMetadataTransactions, type BlockMetadataTransactionsBoolExp, type BlockMetadataTransactionsFailedProposerIndicesArgs, type BlockMetadataTransactionsOrderBy, type BlockMetadataTransactionsPreviousBlockVotesBitvecArgs, BlockMetadataTransactionsSelectColumn, type BlockMetadataTransactionsStreamCursorInput, type BlockMetadataTransactionsStreamCursorValueInput, type BooleanComparisonExp, type CoinActivities, type CoinActivitiesAggregate, type CoinActivitiesAggregateBoolExp, type CoinActivitiesAggregateBoolExpBoolAnd, type CoinActivitiesAggregateBoolExpBoolOr, type CoinActivitiesAggregateBoolExpCount, type CoinActivitiesAggregateFields, type CoinActivitiesAggregateFieldsCountArgs, type CoinActivitiesAggregateOrderBy, type CoinActivitiesAptosNamesAggregateArgs, type CoinActivitiesAptosNamesArgs, type CoinActivitiesAvgFields, type CoinActivitiesAvgOrderBy, type CoinActivitiesBoolExp, type CoinActivitiesMaxFields, type CoinActivitiesMaxOrderBy, type CoinActivitiesMinFields, type CoinActivitiesMinOrderBy, type CoinActivitiesOrderBy, CoinActivitiesSelectColumn, CoinActivitiesSelectColumnCoinActivitiesAggregateBoolExpBoolAndArgumentsColumns, CoinActivitiesSelectColumnCoinActivitiesAggregateBoolExpBoolOrArgumentsColumns, type CoinActivitiesStddevFields, type CoinActivitiesStddevOrderBy, type CoinActivitiesStddevPopFields, type CoinActivitiesStddevPopOrderBy, type CoinActivitiesStddevSampFields, type CoinActivitiesStddevSampOrderBy, type CoinActivitiesStreamCursorInput, type CoinActivitiesStreamCursorValueInput, type CoinActivitiesSumFields, type CoinActivitiesSumOrderBy, type CoinActivitiesVarPopFields, type CoinActivitiesVarPopOrderBy, type CoinActivitiesVarSampFields, type CoinActivitiesVarSampOrderBy, type CoinActivitiesVarianceFields, type CoinActivitiesVarianceOrderBy, type CoinBalances, type CoinBalancesBoolExp, type CoinBalancesOrderBy, CoinBalancesSelectColumn, type CoinBalancesStreamCursorInput, type CoinBalancesStreamCursorValueInput, type CoinInfos, type CoinInfosBoolExp, type CoinInfosOrderBy, CoinInfosSelectColumn, type CoinInfosStreamCursorInput, type CoinInfosStreamCursorValueInput, type CoinSupply, type CoinSupplyBoolExp, type CoinSupplyOrderBy, CoinSupplySelectColumn, type CoinSupplyStreamCursorInput, type CoinSupplyStreamCursorValueInput, type CollectionDatas, type CollectionDatasBoolExp, type CollectionDatasOrderBy, CollectionDatasSelectColumn, type CollectionDatasStreamCursorInput, type CollectionDatasStreamCursorValueInput, type CurrentAnsLookup, type CurrentAnsLookupAllTokenOwnershipsAggregateArgs, type CurrentAnsLookupAllTokenOwnershipsArgs, type CurrentAnsLookupBoolExp, type CurrentAnsLookupOrderBy, CurrentAnsLookupSelectColumn, type CurrentAnsLookupStreamCursorInput, type CurrentAnsLookupStreamCursorValueInput, type CurrentAnsLookupV2, type CurrentAnsLookupV2BoolExp, type CurrentAnsLookupV2OrderBy, CurrentAnsLookupV2SelectColumn, type CurrentAnsLookupV2StreamCursorInput, type CurrentAnsLookupV2StreamCursorValueInput, type CurrentAptosNames, type CurrentAptosNamesAggregate, type CurrentAptosNamesAggregateBoolExp, type CurrentAptosNamesAggregateBoolExpBoolAnd, type CurrentAptosNamesAggregateBoolExpBoolOr, type CurrentAptosNamesAggregateBoolExpCount, type CurrentAptosNamesAggregateFields, type CurrentAptosNamesAggregateFieldsCountArgs, type CurrentAptosNamesAggregateOrderBy, type CurrentAptosNamesAvgFields, type CurrentAptosNamesAvgOrderBy, type CurrentAptosNamesBoolExp, type CurrentAptosNamesMaxFields, type CurrentAptosNamesMaxOrderBy, type CurrentAptosNamesMinFields, type CurrentAptosNamesMinOrderBy, type CurrentAptosNamesOrderBy, CurrentAptosNamesSelectColumn, CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolAndArgumentsColumns, CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolOrArgumentsColumns, type CurrentAptosNamesStddevFields, type CurrentAptosNamesStddevOrderBy, type CurrentAptosNamesStddevPopFields, type CurrentAptosNamesStddevPopOrderBy, type CurrentAptosNamesStddevSampFields, type CurrentAptosNamesStddevSampOrderBy, type CurrentAptosNamesStreamCursorInput, type CurrentAptosNamesStreamCursorValueInput, type CurrentAptosNamesSumFields, type CurrentAptosNamesSumOrderBy, type CurrentAptosNamesVarPopFields, type CurrentAptosNamesVarPopOrderBy, type CurrentAptosNamesVarSampFields, type CurrentAptosNamesVarSampOrderBy, type CurrentAptosNamesVarianceFields, type CurrentAptosNamesVarianceOrderBy, type CurrentCoinBalances, type CurrentCoinBalancesBoolExp, type CurrentCoinBalancesOrderBy, CurrentCoinBalancesSelectColumn, type CurrentCoinBalancesStreamCursorInput, type CurrentCoinBalancesStreamCursorValueInput, type CurrentCollectionDatas, type CurrentCollectionDatasBoolExp, type CurrentCollectionDatasOrderBy, CurrentCollectionDatasSelectColumn, type CurrentCollectionDatasStreamCursorInput, type CurrentCollectionDatasStreamCursorValueInput, type CurrentCollectionOwnershipV2View, type CurrentCollectionOwnershipV2ViewAggregate, type CurrentCollectionOwnershipV2ViewAggregateFields, type CurrentCollectionOwnershipV2ViewAggregateFieldsCountArgs, type CurrentCollectionOwnershipV2ViewAvgFields, type CurrentCollectionOwnershipV2ViewBoolExp, type CurrentCollectionOwnershipV2ViewMaxFields, type CurrentCollectionOwnershipV2ViewMinFields, type CurrentCollectionOwnershipV2ViewOrderBy, CurrentCollectionOwnershipV2ViewSelectColumn, type CurrentCollectionOwnershipV2ViewStddevFields, type CurrentCollectionOwnershipV2ViewStddevPopFields, type CurrentCollectionOwnershipV2ViewStddevSampFields, type CurrentCollectionOwnershipV2ViewStreamCursorInput, type CurrentCollectionOwnershipV2ViewStreamCursorValueInput, type CurrentCollectionOwnershipV2ViewSumFields, type CurrentCollectionOwnershipV2ViewVarPopFields, type CurrentCollectionOwnershipV2ViewVarSampFields, type CurrentCollectionOwnershipV2ViewVarianceFields, type CurrentCollectionsV2, type CurrentCollectionsV2BoolExp, type CurrentCollectionsV2OrderBy, CurrentCollectionsV2SelectColumn, type CurrentCollectionsV2StreamCursorInput, type CurrentCollectionsV2StreamCursorValueInput, type CurrentDelegatedStakingPoolBalances, type CurrentDelegatedStakingPoolBalancesBoolExp, type CurrentDelegatedStakingPoolBalancesOrderBy, CurrentDelegatedStakingPoolBalancesSelectColumn, type CurrentDelegatedStakingPoolBalancesStreamCursorInput, type CurrentDelegatedStakingPoolBalancesStreamCursorValueInput, type CurrentDelegatedVoter, type CurrentDelegatedVoterBoolExp, type CurrentDelegatedVoterOrderBy, CurrentDelegatedVoterSelectColumn, type CurrentDelegatedVoterStreamCursorInput, type CurrentDelegatedVoterStreamCursorValueInput, type CurrentDelegatorBalances, type CurrentDelegatorBalancesBoolExp, type CurrentDelegatorBalancesOrderBy, CurrentDelegatorBalancesSelectColumn, type CurrentDelegatorBalancesStreamCursorInput, type CurrentDelegatorBalancesStreamCursorValueInput, type CurrentFungibleAssetBalances, type CurrentFungibleAssetBalancesAggregate, type CurrentFungibleAssetBalancesAggregateFields, type CurrentFungibleAssetBalancesAggregateFieldsCountArgs, type CurrentFungibleAssetBalancesAvgFields, type CurrentFungibleAssetBalancesBoolExp, type CurrentFungibleAssetBalancesMaxFields, type CurrentFungibleAssetBalancesMinFields, type CurrentFungibleAssetBalancesOrderBy, CurrentFungibleAssetBalancesSelectColumn, type CurrentFungibleAssetBalancesStddevFields, type CurrentFungibleAssetBalancesStddevPopFields, type CurrentFungibleAssetBalancesStddevSampFields, type CurrentFungibleAssetBalancesStreamCursorInput, type CurrentFungibleAssetBalancesStreamCursorValueInput, type CurrentFungibleAssetBalancesSumFields, type CurrentFungibleAssetBalancesVarPopFields, type CurrentFungibleAssetBalancesVarSampFields, type CurrentFungibleAssetBalancesVarianceFields, type CurrentObjects, type CurrentObjectsBoolExp, type CurrentObjectsOrderBy, CurrentObjectsSelectColumn, type CurrentObjectsStreamCursorInput, type CurrentObjectsStreamCursorValueInput, type CurrentStakingPoolVoter, type CurrentStakingPoolVoterBoolExp, type CurrentStakingPoolVoterOperatorAptosNameAggregateArgs, type CurrentStakingPoolVoterOperatorAptosNameArgs, type CurrentStakingPoolVoterOrderBy, CurrentStakingPoolVoterSelectColumn, type CurrentStakingPoolVoterStreamCursorInput, type CurrentStakingPoolVoterStreamCursorValueInput, type CurrentTableItems, type CurrentTableItemsBoolExp, type CurrentTableItemsDecodedKeyArgs, type CurrentTableItemsDecodedValueArgs, type CurrentTableItemsOrderBy, CurrentTableItemsSelectColumn, type CurrentTableItemsStreamCursorInput, type CurrentTableItemsStreamCursorValueInput, type CurrentTokenDatas, type CurrentTokenDatasBoolExp, type CurrentTokenDatasDefaultPropertiesArgs, type CurrentTokenDatasOrderBy, CurrentTokenDatasSelectColumn, type CurrentTokenDatasStreamCursorInput, type CurrentTokenDatasStreamCursorValueInput, type CurrentTokenDatasV2, type CurrentTokenDatasV2BoolExp, type CurrentTokenDatasV2CurrentTokenOwnershipsAggregateArgs, type CurrentTokenDatasV2CurrentTokenOwnershipsArgs, type CurrentTokenDatasV2OrderBy, CurrentTokenDatasV2SelectColumn, type CurrentTokenDatasV2StreamCursorInput, type CurrentTokenDatasV2StreamCursorValueInput, type CurrentTokenDatasV2TokenPropertiesArgs, type CurrentTokenOwnerships, type CurrentTokenOwnershipsAggregate, type CurrentTokenOwnershipsAggregateBoolExp, type CurrentTokenOwnershipsAggregateBoolExpCount, type CurrentTokenOwnershipsAggregateFields, type CurrentTokenOwnershipsAggregateFieldsCountArgs, type CurrentTokenOwnershipsAggregateOrderBy, type CurrentTokenOwnershipsAvgFields, type CurrentTokenOwnershipsAvgOrderBy, type CurrentTokenOwnershipsBoolExp, type CurrentTokenOwnershipsMaxFields, type CurrentTokenOwnershipsMaxOrderBy, type CurrentTokenOwnershipsMinFields, type CurrentTokenOwnershipsMinOrderBy, type CurrentTokenOwnershipsOrderBy, CurrentTokenOwnershipsSelectColumn, type CurrentTokenOwnershipsStddevFields, type CurrentTokenOwnershipsStddevOrderBy, type CurrentTokenOwnershipsStddevPopFields, type CurrentTokenOwnershipsStddevPopOrderBy, type CurrentTokenOwnershipsStddevSampFields, type CurrentTokenOwnershipsStddevSampOrderBy, type CurrentTokenOwnershipsStreamCursorInput, type CurrentTokenOwnershipsStreamCursorValueInput, type CurrentTokenOwnershipsSumFields, type CurrentTokenOwnershipsSumOrderBy, type CurrentTokenOwnershipsTokenPropertiesArgs, type CurrentTokenOwnershipsV2, type CurrentTokenOwnershipsV2Aggregate, type CurrentTokenOwnershipsV2AggregateBoolExp, type CurrentTokenOwnershipsV2AggregateBoolExpBoolAnd, type CurrentTokenOwnershipsV2AggregateBoolExpBoolOr, type CurrentTokenOwnershipsV2AggregateBoolExpCount, type CurrentTokenOwnershipsV2AggregateFields, type CurrentTokenOwnershipsV2AggregateFieldsCountArgs, type CurrentTokenOwnershipsV2AggregateOrderBy, type CurrentTokenOwnershipsV2AvgFields, type CurrentTokenOwnershipsV2AvgOrderBy, type CurrentTokenOwnershipsV2BoolExp, type CurrentTokenOwnershipsV2ComposedNftsAggregateArgs, type CurrentTokenOwnershipsV2ComposedNftsArgs, type CurrentTokenOwnershipsV2MaxFields, type CurrentTokenOwnershipsV2MaxOrderBy, type CurrentTokenOwnershipsV2MinFields, type CurrentTokenOwnershipsV2MinOrderBy, type CurrentTokenOwnershipsV2OrderBy, CurrentTokenOwnershipsV2SelectColumn, CurrentTokenOwnershipsV2SelectColumnCurrentTokenOwnershipsV2AggregateBoolExpBoolAndArgumentsColumns, CurrentTokenOwnershipsV2SelectColumnCurrentTokenOwnershipsV2AggregateBoolExpBoolOrArgumentsColumns, type CurrentTokenOwnershipsV2StddevFields, type CurrentTokenOwnershipsV2StddevOrderBy, type CurrentTokenOwnershipsV2StddevPopFields, type CurrentTokenOwnershipsV2StddevPopOrderBy, type CurrentTokenOwnershipsV2StddevSampFields, type CurrentTokenOwnershipsV2StddevSampOrderBy, type CurrentTokenOwnershipsV2StreamCursorInput, type CurrentTokenOwnershipsV2StreamCursorValueInput, type CurrentTokenOwnershipsV2SumFields, type CurrentTokenOwnershipsV2SumOrderBy, type CurrentTokenOwnershipsV2TokenPropertiesMutatedV1Args, type CurrentTokenOwnershipsV2VarPopFields, type CurrentTokenOwnershipsV2VarPopOrderBy, type CurrentTokenOwnershipsV2VarSampFields, type CurrentTokenOwnershipsV2VarSampOrderBy, type CurrentTokenOwnershipsV2VarianceFields, type CurrentTokenOwnershipsV2VarianceOrderBy, type CurrentTokenOwnershipsVarPopFields, type CurrentTokenOwnershipsVarPopOrderBy, type CurrentTokenOwnershipsVarSampFields, type CurrentTokenOwnershipsVarSampOrderBy, type CurrentTokenOwnershipsVarianceFields, type CurrentTokenOwnershipsVarianceOrderBy, type CurrentTokenPendingClaims, type CurrentTokenPendingClaimsBoolExp, type CurrentTokenPendingClaimsOrderBy, CurrentTokenPendingClaimsSelectColumn, type CurrentTokenPendingClaimsStreamCursorInput, type CurrentTokenPendingClaimsStreamCursorValueInput, type CurrentUnifiedFungibleAssetBalancesToBeRenamed, type CurrentUnifiedFungibleAssetBalancesToBeRenamedAggregate, type CurrentUnifiedFungibleAssetBalancesToBeRenamedAggregateFields, type CurrentUnifiedFungibleAssetBalancesToBeRenamedAggregateFieldsCountArgs, type CurrentUnifiedFungibleAssetBalancesToBeRenamedAvgFields, type CurrentUnifiedFungibleAssetBalancesToBeRenamedBoolExp, type CurrentUnifiedFungibleAssetBalancesToBeRenamedMaxFields, type CurrentUnifiedFungibleAssetBalancesToBeRenamedMinFields, type CurrentUnifiedFungibleAssetBalancesToBeRenamedOrderBy, CurrentUnifiedFungibleAssetBalancesToBeRenamedSelectColumn, type CurrentUnifiedFungibleAssetBalancesToBeRenamedStddevFields, type CurrentUnifiedFungibleAssetBalancesToBeRenamedStddevPopFields, type CurrentUnifiedFungibleAssetBalancesToBeRenamedStddevSampFields, type CurrentUnifiedFungibleAssetBalancesToBeRenamedStreamCursorInput, type CurrentUnifiedFungibleAssetBalancesToBeRenamedStreamCursorValueInput, type CurrentUnifiedFungibleAssetBalancesToBeRenamedSumFields, type CurrentUnifiedFungibleAssetBalancesToBeRenamedVarPopFields, type CurrentUnifiedFungibleAssetBalancesToBeRenamedVarSampFields, type CurrentUnifiedFungibleAssetBalancesToBeRenamedVarianceFields, CursorOrdering, type DelegatedStakingActivities, type DelegatedStakingActivitiesAggregateOrderBy, type DelegatedStakingActivitiesAvgOrderBy, type DelegatedStakingActivitiesBoolExp, type DelegatedStakingActivitiesMaxOrderBy, type DelegatedStakingActivitiesMinOrderBy, type DelegatedStakingActivitiesOrderBy, DelegatedStakingActivitiesSelectColumn, type DelegatedStakingActivitiesStddevOrderBy, type DelegatedStakingActivitiesStddevPopOrderBy, type DelegatedStakingActivitiesStddevSampOrderBy, type DelegatedStakingActivitiesStreamCursorInput, type DelegatedStakingActivitiesStreamCursorValueInput, type DelegatedStakingActivitiesSumOrderBy, type DelegatedStakingActivitiesVarPopOrderBy, type DelegatedStakingActivitiesVarSampOrderBy, type DelegatedStakingActivitiesVarianceOrderBy, type DelegatedStakingPoolBalances, type DelegatedStakingPoolBalancesAggregate, type DelegatedStakingPoolBalancesAggregateFields, type DelegatedStakingPoolBalancesAggregateFieldsCountArgs, type DelegatedStakingPoolBalancesAvgFields, type DelegatedStakingPoolBalancesBoolExp, type DelegatedStakingPoolBalancesMaxFields, type DelegatedStakingPoolBalancesMinFields, type DelegatedStakingPoolBalancesOrderBy, DelegatedStakingPoolBalancesSelectColumn, type DelegatedStakingPoolBalancesStddevFields, type DelegatedStakingPoolBalancesStddevPopFields, type DelegatedStakingPoolBalancesStddevSampFields, type DelegatedStakingPoolBalancesStreamCursorInput, type DelegatedStakingPoolBalancesStreamCursorValueInput, type DelegatedStakingPoolBalancesSumFields, type DelegatedStakingPoolBalancesVarPopFields, type DelegatedStakingPoolBalancesVarSampFields, type DelegatedStakingPoolBalancesVarianceFields, type DelegatedStakingPools, type DelegatedStakingPoolsBoolExp, type DelegatedStakingPoolsOrderBy, DelegatedStakingPoolsSelectColumn, type DelegatedStakingPoolsStreamCursorInput, type DelegatedStakingPoolsStreamCursorValueInput, type DelegatorDistinctPool, type DelegatorDistinctPoolAggregate, type DelegatorDistinctPoolAggregateFields, type DelegatorDistinctPoolAggregateFieldsCountArgs, type DelegatorDistinctPoolBoolExp, type DelegatorDistinctPoolMaxFields, type DelegatorDistinctPoolMinFields, type DelegatorDistinctPoolOrderBy, DelegatorDistinctPoolSelectColumn, type DelegatorDistinctPoolStreamCursorInput, type DelegatorDistinctPoolStreamCursorValueInput, type Events, type EventsBoolExp, type EventsDataArgs, type EventsOrderBy, EventsSelectColumn, type EventsStreamCursorInput, type EventsStreamCursorValueInput, type Exact, type FungibleAssetActivities, type FungibleAssetActivitiesAggregateOrderBy, type FungibleAssetActivitiesAvgOrderBy, type FungibleAssetActivitiesBoolExp, type FungibleAssetActivitiesMaxOrderBy, type FungibleAssetActivitiesMinOrderBy, type FungibleAssetActivitiesOrderBy, type FungibleAssetActivitiesOwnerAptosNamesAggregateArgs, type FungibleAssetActivitiesOwnerAptosNamesArgs, FungibleAssetActivitiesSelectColumn, type FungibleAssetActivitiesStddevOrderBy, type FungibleAssetActivitiesStddevPopOrderBy, type FungibleAssetActivitiesStddevSampOrderBy, type FungibleAssetActivitiesStreamCursorInput, type FungibleAssetActivitiesStreamCursorValueInput, type FungibleAssetActivitiesSumOrderBy, type FungibleAssetActivitiesVarPopOrderBy, type FungibleAssetActivitiesVarSampOrderBy, type FungibleAssetActivitiesVarianceOrderBy, type FungibleAssetMetadata, type FungibleAssetMetadataBoolExp, type FungibleAssetMetadataOrderBy, FungibleAssetMetadataSelectColumn, type FungibleAssetMetadataStreamCursorInput, type FungibleAssetMetadataStreamCursorValueInput, type Incremental, type IndexerStatus, type IndexerStatusBoolExp, type IndexerStatusOrderBy, IndexerStatusSelectColumn, type IndexerStatusStreamCursorInput, type IndexerStatusStreamCursorValueInput, type InputMaybe, type IntComparisonExp, type JsonbCastExp, type JsonbComparisonExp, type LedgerInfos, type LedgerInfosBoolExp, type LedgerInfosOrderBy, LedgerInfosSelectColumn, type LedgerInfosStreamCursorInput, type LedgerInfosStreamCursorValueInput, type MakeEmpty, type MakeMaybe, type MakeOptional, type Maybe, type MoveResources, type MoveResourcesAggregate, type MoveResourcesAggregateFields, type MoveResourcesAggregateFieldsCountArgs, type MoveResourcesAvgFields, type MoveResourcesBoolExp, type MoveResourcesMaxFields, type MoveResourcesMinFields, type MoveResourcesOrderBy, MoveResourcesSelectColumn, type MoveResourcesStddevFields, type MoveResourcesStddevPopFields, type MoveResourcesStddevSampFields, type MoveResourcesStreamCursorInput, type MoveResourcesStreamCursorValueInput, type MoveResourcesSumFields, type MoveResourcesVarPopFields, type MoveResourcesVarSampFields, type MoveResourcesVarianceFields, type NftMarketplaceV2CurrentNftMarketplaceAuctions, type NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp, type NftMarketplaceV2CurrentNftMarketplaceAuctionsOrderBy, NftMarketplaceV2CurrentNftMarketplaceAuctionsSelectColumn, type NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorInput, type NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorValueInput, type NftMarketplaceV2CurrentNftMarketplaceCollectionOffers, type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp, type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersOrderBy, NftMarketplaceV2CurrentNftMarketplaceCollectionOffersSelectColumn, type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorInput, type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorValueInput, type NftMarketplaceV2CurrentNftMarketplaceListings, type NftMarketplaceV2CurrentNftMarketplaceListingsAggregate, type NftMarketplaceV2CurrentNftMarketplaceListingsAggregateFields, type NftMarketplaceV2CurrentNftMarketplaceListingsAggregateFieldsCountArgs, type NftMarketplaceV2CurrentNftMarketplaceListingsAvgFields, type NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp, type NftMarketplaceV2CurrentNftMarketplaceListingsMaxFields, type NftMarketplaceV2CurrentNftMarketplaceListingsMinFields, type NftMarketplaceV2CurrentNftMarketplaceListingsOrderBy, NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn, type NftMarketplaceV2CurrentNftMarketplaceListingsStddevFields, type NftMarketplaceV2CurrentNftMarketplaceListingsStddevPopFields, type NftMarketplaceV2CurrentNftMarketplaceListingsStddevSampFields, type NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorInput, type NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorValueInput, type NftMarketplaceV2CurrentNftMarketplaceListingsSumFields, type NftMarketplaceV2CurrentNftMarketplaceListingsVarPopFields, type NftMarketplaceV2CurrentNftMarketplaceListingsVarSampFields, type NftMarketplaceV2CurrentNftMarketplaceListingsVarianceFields, type NftMarketplaceV2CurrentNftMarketplaceTokenOffers, type NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp, type NftMarketplaceV2CurrentNftMarketplaceTokenOffersOrderBy, NftMarketplaceV2CurrentNftMarketplaceTokenOffersSelectColumn, type NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorInput, type NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorValueInput, type NftMarketplaceV2NftMarketplaceActivities, type NftMarketplaceV2NftMarketplaceActivitiesBoolExp, type NftMarketplaceV2NftMarketplaceActivitiesOrderBy, NftMarketplaceV2NftMarketplaceActivitiesSelectColumn, type NftMarketplaceV2NftMarketplaceActivitiesStreamCursorInput, type NftMarketplaceV2NftMarketplaceActivitiesStreamCursorValueInput, type NftMetadataCrawlerParsedAssetUris, type NftMetadataCrawlerParsedAssetUrisBoolExp, type NftMetadataCrawlerParsedAssetUrisOrderBy, NftMetadataCrawlerParsedAssetUrisSelectColumn, type NftMetadataCrawlerParsedAssetUrisStreamCursorInput, type NftMetadataCrawlerParsedAssetUrisStreamCursorValueInput, type NumActiveDelegatorPerPool, type NumActiveDelegatorPerPoolBoolExp, type NumActiveDelegatorPerPoolOrderBy, NumActiveDelegatorPerPoolSelectColumn, type NumActiveDelegatorPerPoolStreamCursorInput, type NumActiveDelegatorPerPoolStreamCursorValueInput, type NumericComparisonExp, OrderBy, type ProcessorStatus, type ProcessorStatusBoolExp, type ProcessorStatusOrderBy, ProcessorStatusSelectColumn, type ProcessorStatusStreamCursorInput, type ProcessorStatusStreamCursorValueInput, type ProposalVotes, type ProposalVotesAggregate, type ProposalVotesAggregateFields, type ProposalVotesAggregateFieldsCountArgs, type ProposalVotesAvgFields, type ProposalVotesBoolExp, type ProposalVotesMaxFields, type ProposalVotesMinFields, type ProposalVotesOrderBy, ProposalVotesSelectColumn, type ProposalVotesStddevFields, type ProposalVotesStddevPopFields, type ProposalVotesStddevSampFields, type ProposalVotesStreamCursorInput, type ProposalVotesStreamCursorValueInput, type ProposalVotesSumFields, type ProposalVotesVarPopFields, type ProposalVotesVarSampFields, type ProposalVotesVarianceFields, type QueryRoot, type QueryRootAccountTransactionsAggregateArgs, type QueryRootAccountTransactionsArgs, type QueryRootAccountTransactionsByPkArgs, type QueryRootAddressEventsSummaryArgs, type QueryRootAddressVersionFromEventsAggregateArgs, type QueryRootAddressVersionFromEventsArgs, type QueryRootAddressVersionFromMoveResourcesAggregateArgs, type QueryRootAddressVersionFromMoveResourcesArgs, type QueryRootBlockMetadataTransactionsArgs, type QueryRootBlockMetadataTransactionsByPkArgs, type QueryRootCoinActivitiesAggregateArgs, type QueryRootCoinActivitiesArgs, type QueryRootCoinActivitiesByPkArgs, type QueryRootCoinBalancesArgs, type QueryRootCoinBalancesByPkArgs, type QueryRootCoinInfosArgs, type QueryRootCoinInfosByPkArgs, type QueryRootCoinSupplyArgs, type QueryRootCoinSupplyByPkArgs, type QueryRootCollectionDatasArgs, type QueryRootCollectionDatasByPkArgs, type QueryRootCurrentAnsLookupArgs, type QueryRootCurrentAnsLookupByPkArgs, type QueryRootCurrentAnsLookupV2Args, type QueryRootCurrentAnsLookupV2ByPkArgs, type QueryRootCurrentAptosNamesAggregateArgs, type QueryRootCurrentAptosNamesArgs, type QueryRootCurrentCoinBalancesArgs, type QueryRootCurrentCoinBalancesByPkArgs, type QueryRootCurrentCollectionDatasArgs, type QueryRootCurrentCollectionDatasByPkArgs, type QueryRootCurrentCollectionOwnershipV2ViewAggregateArgs, type QueryRootCurrentCollectionOwnershipV2ViewArgs, type QueryRootCurrentCollectionsV2Args, type QueryRootCurrentCollectionsV2ByPkArgs, type QueryRootCurrentDelegatedStakingPoolBalancesArgs, type QueryRootCurrentDelegatedStakingPoolBalancesByPkArgs, type QueryRootCurrentDelegatedVoterArgs, type QueryRootCurrentDelegatedVoterByPkArgs, type QueryRootCurrentDelegatorBalancesArgs, type QueryRootCurrentDelegatorBalancesByPkArgs, type QueryRootCurrentFungibleAssetBalancesAggregateArgs, type QueryRootCurrentFungibleAssetBalancesArgs, type QueryRootCurrentFungibleAssetBalancesByPkArgs, type QueryRootCurrentObjectsArgs, type QueryRootCurrentObjectsByPkArgs, type QueryRootCurrentStakingPoolVoterArgs, type QueryRootCurrentStakingPoolVoterByPkArgs, type QueryRootCurrentTableItemsArgs, type QueryRootCurrentTableItemsByPkArgs, type QueryRootCurrentTokenDatasArgs, type QueryRootCurrentTokenDatasByPkArgs, type QueryRootCurrentTokenDatasV2Args, type QueryRootCurrentTokenDatasV2ByPkArgs, type QueryRootCurrentTokenOwnershipsAggregateArgs, type QueryRootCurrentTokenOwnershipsArgs, type QueryRootCurrentTokenOwnershipsByPkArgs, type QueryRootCurrentTokenOwnershipsV2AggregateArgs, type QueryRootCurrentTokenOwnershipsV2Args, type QueryRootCurrentTokenOwnershipsV2ByPkArgs, type QueryRootCurrentTokenPendingClaimsArgs, type QueryRootCurrentTokenPendingClaimsByPkArgs, type QueryRootCurrentUnifiedFungibleAssetBalancesToBeRenamedAggregateArgs, type QueryRootCurrentUnifiedFungibleAssetBalancesToBeRenamedArgs, type QueryRootCurrentUnifiedFungibleAssetBalancesToBeRenamedByPkArgs, type QueryRootDelegatedStakingActivitiesArgs, type QueryRootDelegatedStakingActivitiesByPkArgs, type QueryRootDelegatedStakingPoolBalancesAggregateArgs, type QueryRootDelegatedStakingPoolBalancesArgs, type QueryRootDelegatedStakingPoolBalancesByPkArgs, type QueryRootDelegatedStakingPoolsArgs, type QueryRootDelegatedStakingPoolsByPkArgs, type QueryRootDelegatorDistinctPoolAggregateArgs, type QueryRootDelegatorDistinctPoolArgs, type QueryRootEventsArgs, type QueryRootEventsByPkArgs, type QueryRootFungibleAssetActivitiesArgs, type QueryRootFungibleAssetActivitiesByPkArgs, type QueryRootFungibleAssetMetadataArgs, type QueryRootFungibleAssetMetadataByPkArgs, type QueryRootIndexerStatusArgs, type QueryRootIndexerStatusByPkArgs, type QueryRootLedgerInfosArgs, type QueryRootLedgerInfosByPkArgs, type QueryRootMoveResourcesAggregateArgs, type QueryRootMoveResourcesArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceAuctionsArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceAuctionsByPkArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersByPkArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceListingsAggregateArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceListingsArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceListingsByPkArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersByPkArgs, type QueryRootNftMarketplaceV2NftMarketplaceActivitiesArgs, type QueryRootNftMarketplaceV2NftMarketplaceActivitiesByPkArgs, type QueryRootNftMetadataCrawlerParsedAssetUrisArgs, type QueryRootNftMetadataCrawlerParsedAssetUrisByPkArgs, type QueryRootNumActiveDelegatorPerPoolArgs, type QueryRootProcessorStatusArgs, type QueryRootProcessorStatusByPkArgs, type QueryRootProposalVotesAggregateArgs, type QueryRootProposalVotesArgs, type QueryRootProposalVotesByPkArgs, type QueryRootSignaturesArgs, type QueryRootSignaturesByPkArgs, type QueryRootTableItemsArgs, type QueryRootTableItemsByPkArgs, type QueryRootTableMetadatasArgs, type QueryRootTableMetadatasByPkArgs, type QueryRootTokenActivitiesAggregateArgs, type QueryRootTokenActivitiesArgs, type QueryRootTokenActivitiesByPkArgs, type QueryRootTokenActivitiesV2AggregateArgs, type QueryRootTokenActivitiesV2Args, type QueryRootTokenActivitiesV2ByPkArgs, type QueryRootTokenDatasArgs, type QueryRootTokenDatasByPkArgs, type QueryRootTokenOwnershipsArgs, type QueryRootTokenOwnershipsByPkArgs, type QueryRootTokensArgs, type QueryRootTokensByPkArgs, type QueryRootUserTransactionsArgs, type QueryRootUserTransactionsByPkArgs, type Scalars, type Signatures, type SignaturesBoolExp, type SignaturesOrderBy, type SignaturesPublicKeyIndicesArgs, SignaturesSelectColumn, type SignaturesStreamCursorInput, type SignaturesStreamCursorValueInput, type StringComparisonExp, type SubscriptionRoot, type SubscriptionRootAccountTransactionsAggregateArgs, type SubscriptionRootAccountTransactionsArgs, type SubscriptionRootAccountTransactionsByPkArgs, type SubscriptionRootAccountTransactionsStreamArgs, type SubscriptionRootAddressEventsSummaryArgs, type SubscriptionRootAddressEventsSummaryStreamArgs, type SubscriptionRootAddressVersionFromEventsAggregateArgs, type SubscriptionRootAddressVersionFromEventsArgs, type SubscriptionRootAddressVersionFromEventsStreamArgs, type SubscriptionRootAddressVersionFromMoveResourcesAggregateArgs, type SubscriptionRootAddressVersionFromMoveResourcesArgs, type SubscriptionRootAddressVersionFromMoveResourcesStreamArgs, type SubscriptionRootBlockMetadataTransactionsArgs, type SubscriptionRootBlockMetadataTransactionsByPkArgs, type SubscriptionRootBlockMetadataTransactionsStreamArgs, type SubscriptionRootCoinActivitiesAggregateArgs, type SubscriptionRootCoinActivitiesArgs, type SubscriptionRootCoinActivitiesByPkArgs, type SubscriptionRootCoinActivitiesStreamArgs, type SubscriptionRootCoinBalancesArgs, type SubscriptionRootCoinBalancesByPkArgs, type SubscriptionRootCoinBalancesStreamArgs, type SubscriptionRootCoinInfosArgs, type SubscriptionRootCoinInfosByPkArgs, type SubscriptionRootCoinInfosStreamArgs, type SubscriptionRootCoinSupplyArgs, type SubscriptionRootCoinSupplyByPkArgs, type SubscriptionRootCoinSupplyStreamArgs, type SubscriptionRootCollectionDatasArgs, type SubscriptionRootCollectionDatasByPkArgs, type SubscriptionRootCollectionDatasStreamArgs, type SubscriptionRootCurrentAnsLookupArgs, type SubscriptionRootCurrentAnsLookupByPkArgs, type SubscriptionRootCurrentAnsLookupStreamArgs, type SubscriptionRootCurrentAnsLookupV2Args, type SubscriptionRootCurrentAnsLookupV2ByPkArgs, type SubscriptionRootCurrentAnsLookupV2StreamArgs, type SubscriptionRootCurrentAptosNamesAggregateArgs, type SubscriptionRootCurrentAptosNamesArgs, type SubscriptionRootCurrentAptosNamesStreamArgs, type SubscriptionRootCurrentCoinBalancesArgs, type SubscriptionRootCurrentCoinBalancesByPkArgs, type SubscriptionRootCurrentCoinBalancesStreamArgs, type SubscriptionRootCurrentCollectionDatasArgs, type SubscriptionRootCurrentCollectionDatasByPkArgs, type SubscriptionRootCurrentCollectionDatasStreamArgs, type SubscriptionRootCurrentCollectionOwnershipV2ViewAggregateArgs, type SubscriptionRootCurrentCollectionOwnershipV2ViewArgs, type SubscriptionRootCurrentCollectionOwnershipV2ViewStreamArgs, type SubscriptionRootCurrentCollectionsV2Args, type SubscriptionRootCurrentCollectionsV2ByPkArgs, type SubscriptionRootCurrentCollectionsV2StreamArgs, type SubscriptionRootCurrentDelegatedStakingPoolBalancesArgs, type SubscriptionRootCurrentDelegatedStakingPoolBalancesByPkArgs, type SubscriptionRootCurrentDelegatedStakingPoolBalancesStreamArgs, type SubscriptionRootCurrentDelegatedVoterArgs, type SubscriptionRootCurrentDelegatedVoterByPkArgs, type SubscriptionRootCurrentDelegatedVoterStreamArgs, type SubscriptionRootCurrentDelegatorBalancesArgs, type SubscriptionRootCurrentDelegatorBalancesByPkArgs, type SubscriptionRootCurrentDelegatorBalancesStreamArgs, type SubscriptionRootCurrentFungibleAssetBalancesAggregateArgs, type SubscriptionRootCurrentFungibleAssetBalancesArgs, type SubscriptionRootCurrentFungibleAssetBalancesByPkArgs, type SubscriptionRootCurrentFungibleAssetBalancesStreamArgs, type SubscriptionRootCurrentObjectsArgs, type SubscriptionRootCurrentObjectsByPkArgs, type SubscriptionRootCurrentObjectsStreamArgs, type SubscriptionRootCurrentStakingPoolVoterArgs, type SubscriptionRootCurrentStakingPoolVoterByPkArgs, type SubscriptionRootCurrentStakingPoolVoterStreamArgs, type SubscriptionRootCurrentTableItemsArgs, type SubscriptionRootCurrentTableItemsByPkArgs, type SubscriptionRootCurrentTableItemsStreamArgs, type SubscriptionRootCurrentTokenDatasArgs, type SubscriptionRootCurrentTokenDatasByPkArgs, type SubscriptionRootCurrentTokenDatasStreamArgs, type SubscriptionRootCurrentTokenDatasV2Args, type SubscriptionRootCurrentTokenDatasV2ByPkArgs, type SubscriptionRootCurrentTokenDatasV2StreamArgs, type SubscriptionRootCurrentTokenOwnershipsAggregateArgs, type SubscriptionRootCurrentTokenOwnershipsArgs, type SubscriptionRootCurrentTokenOwnershipsByPkArgs, type SubscriptionRootCurrentTokenOwnershipsStreamArgs, type SubscriptionRootCurrentTokenOwnershipsV2AggregateArgs, type SubscriptionRootCurrentTokenOwnershipsV2Args, type SubscriptionRootCurrentTokenOwnershipsV2ByPkArgs, type SubscriptionRootCurrentTokenOwnershipsV2StreamArgs, type SubscriptionRootCurrentTokenPendingClaimsArgs, type SubscriptionRootCurrentTokenPendingClaimsByPkArgs, type SubscriptionRootCurrentTokenPendingClaimsStreamArgs, type SubscriptionRootCurrentUnifiedFungibleAssetBalancesToBeRenamedAggregateArgs, type SubscriptionRootCurrentUnifiedFungibleAssetBalancesToBeRenamedArgs, type SubscriptionRootCurrentUnifiedFungibleAssetBalancesToBeRenamedByPkArgs, type SubscriptionRootCurrentUnifiedFungibleAssetBalancesToBeRenamedStreamArgs, type SubscriptionRootDelegatedStakingActivitiesArgs, type SubscriptionRootDelegatedStakingActivitiesByPkArgs, type SubscriptionRootDelegatedStakingActivitiesStreamArgs, type SubscriptionRootDelegatedStakingPoolBalancesAggregateArgs, type SubscriptionRootDelegatedStakingPoolBalancesArgs, type SubscriptionRootDelegatedStakingPoolBalancesByPkArgs, type SubscriptionRootDelegatedStakingPoolBalancesStreamArgs, type SubscriptionRootDelegatedStakingPoolsArgs, type SubscriptionRootDelegatedStakingPoolsByPkArgs, type SubscriptionRootDelegatedStakingPoolsStreamArgs, type SubscriptionRootDelegatorDistinctPoolAggregateArgs, type SubscriptionRootDelegatorDistinctPoolArgs, type SubscriptionRootDelegatorDistinctPoolStreamArgs, type SubscriptionRootEventsArgs, type SubscriptionRootEventsByPkArgs, type SubscriptionRootEventsStreamArgs, type SubscriptionRootFungibleAssetActivitiesArgs, type SubscriptionRootFungibleAssetActivitiesByPkArgs, type SubscriptionRootFungibleAssetActivitiesStreamArgs, type SubscriptionRootFungibleAssetMetadataArgs, type SubscriptionRootFungibleAssetMetadataByPkArgs, type SubscriptionRootFungibleAssetMetadataStreamArgs, type SubscriptionRootIndexerStatusArgs, type SubscriptionRootIndexerStatusByPkArgs, type SubscriptionRootIndexerStatusStreamArgs, type SubscriptionRootLedgerInfosArgs, type SubscriptionRootLedgerInfosByPkArgs, type SubscriptionRootLedgerInfosStreamArgs, type SubscriptionRootMoveResourcesAggregateArgs, type SubscriptionRootMoveResourcesArgs, type SubscriptionRootMoveResourcesStreamArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceAuctionsArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceAuctionsByPkArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceAuctionsStreamArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersByPkArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsAggregateArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsByPkArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsStreamArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersByPkArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamArgs, type SubscriptionRootNftMarketplaceV2NftMarketplaceActivitiesArgs, type SubscriptionRootNftMarketplaceV2NftMarketplaceActivitiesByPkArgs, type SubscriptionRootNftMarketplaceV2NftMarketplaceActivitiesStreamArgs, type SubscriptionRootNftMetadataCrawlerParsedAssetUrisArgs, type SubscriptionRootNftMetadataCrawlerParsedAssetUrisByPkArgs, type SubscriptionRootNftMetadataCrawlerParsedAssetUrisStreamArgs, type SubscriptionRootNumActiveDelegatorPerPoolArgs, type SubscriptionRootNumActiveDelegatorPerPoolStreamArgs, type SubscriptionRootProcessorStatusArgs, type SubscriptionRootProcessorStatusByPkArgs, type SubscriptionRootProcessorStatusStreamArgs, type SubscriptionRootProposalVotesAggregateArgs, type SubscriptionRootProposalVotesArgs, type SubscriptionRootProposalVotesByPkArgs, type SubscriptionRootProposalVotesStreamArgs, type SubscriptionRootSignaturesArgs, type SubscriptionRootSignaturesByPkArgs, type SubscriptionRootSignaturesStreamArgs, type SubscriptionRootTableItemsArgs, type SubscriptionRootTableItemsByPkArgs, type SubscriptionRootTableItemsStreamArgs, type SubscriptionRootTableMetadatasArgs, type SubscriptionRootTableMetadatasByPkArgs, type SubscriptionRootTableMetadatasStreamArgs, type SubscriptionRootTokenActivitiesAggregateArgs, type SubscriptionRootTokenActivitiesArgs, type SubscriptionRootTokenActivitiesByPkArgs, type SubscriptionRootTokenActivitiesStreamArgs, type SubscriptionRootTokenActivitiesV2AggregateArgs, type SubscriptionRootTokenActivitiesV2Args, type SubscriptionRootTokenActivitiesV2ByPkArgs, type SubscriptionRootTokenActivitiesV2StreamArgs, type SubscriptionRootTokenDatasArgs, type SubscriptionRootTokenDatasByPkArgs, type SubscriptionRootTokenDatasStreamArgs, type SubscriptionRootTokenOwnershipsArgs, type SubscriptionRootTokenOwnershipsByPkArgs, type SubscriptionRootTokenOwnershipsStreamArgs, type SubscriptionRootTokensArgs, type SubscriptionRootTokensByPkArgs, type SubscriptionRootTokensStreamArgs, type SubscriptionRootUserTransactionsArgs, type SubscriptionRootUserTransactionsByPkArgs, type SubscriptionRootUserTransactionsStreamArgs, type TableItems, type TableItemsBoolExp, type TableItemsDecodedKeyArgs, type TableItemsDecodedValueArgs, type TableItemsOrderBy, TableItemsSelectColumn, type TableItemsStreamCursorInput, type TableItemsStreamCursorValueInput, type TableMetadatas, type TableMetadatasBoolExp, type TableMetadatasOrderBy, TableMetadatasSelectColumn, type TableMetadatasStreamCursorInput, type TableMetadatasStreamCursorValueInput, type TimestampComparisonExp, type TimestamptzComparisonExp, type TokenActivities, type TokenActivitiesAggregate, type TokenActivitiesAggregateBoolExp, type TokenActivitiesAggregateBoolExpCount, type TokenActivitiesAggregateFields, type TokenActivitiesAggregateFieldsCountArgs, type TokenActivitiesAggregateOrderBy, type TokenActivitiesAptosNamesOwnerAggregateArgs, type TokenActivitiesAptosNamesOwnerArgs, type TokenActivitiesAptosNamesToAggregateArgs, type TokenActivitiesAptosNamesToArgs, type TokenActivitiesAvgFields, type TokenActivitiesAvgOrderBy, type TokenActivitiesBoolExp, type TokenActivitiesMaxFields, type TokenActivitiesMaxOrderBy, type TokenActivitiesMinFields, type TokenActivitiesMinOrderBy, type TokenActivitiesOrderBy, TokenActivitiesSelectColumn, type TokenActivitiesStddevFields, type TokenActivitiesStddevOrderBy, type TokenActivitiesStddevPopFields, type TokenActivitiesStddevPopOrderBy, type TokenActivitiesStddevSampFields, type TokenActivitiesStddevSampOrderBy, type TokenActivitiesStreamCursorInput, type TokenActivitiesStreamCursorValueInput, type TokenActivitiesSumFields, type TokenActivitiesSumOrderBy, type TokenActivitiesV2, type TokenActivitiesV2Aggregate, type TokenActivitiesV2AggregateBoolExp, type TokenActivitiesV2AggregateBoolExpBoolAnd, type TokenActivitiesV2AggregateBoolExpBoolOr, type TokenActivitiesV2AggregateBoolExpCount, type TokenActivitiesV2AggregateFields, type TokenActivitiesV2AggregateFieldsCountArgs, type TokenActivitiesV2AggregateOrderBy, type TokenActivitiesV2AptosNamesFromAggregateArgs, type TokenActivitiesV2AptosNamesFromArgs, type TokenActivitiesV2AptosNamesToAggregateArgs, type TokenActivitiesV2AptosNamesToArgs, type TokenActivitiesV2AvgFields, type TokenActivitiesV2AvgOrderBy, type TokenActivitiesV2BoolExp, type TokenActivitiesV2MaxFields, type TokenActivitiesV2MaxOrderBy, type TokenActivitiesV2MinFields, type TokenActivitiesV2MinOrderBy, type TokenActivitiesV2OrderBy, TokenActivitiesV2SelectColumn, TokenActivitiesV2SelectColumnTokenActivitiesV2AggregateBoolExpBoolAndArgumentsColumns, TokenActivitiesV2SelectColumnTokenActivitiesV2AggregateBoolExpBoolOrArgumentsColumns, type TokenActivitiesV2StddevFields, type TokenActivitiesV2StddevOrderBy, type TokenActivitiesV2StddevPopFields, type TokenActivitiesV2StddevPopOrderBy, type TokenActivitiesV2StddevSampFields, type TokenActivitiesV2StddevSampOrderBy, type TokenActivitiesV2StreamCursorInput, type TokenActivitiesV2StreamCursorValueInput, type TokenActivitiesV2SumFields, type TokenActivitiesV2SumOrderBy, type TokenActivitiesV2VarPopFields, type TokenActivitiesV2VarPopOrderBy, type TokenActivitiesV2VarSampFields, type TokenActivitiesV2VarSampOrderBy, type TokenActivitiesV2VarianceFields, type TokenActivitiesV2VarianceOrderBy, type TokenActivitiesVarPopFields, type TokenActivitiesVarPopOrderBy, type TokenActivitiesVarSampFields, type TokenActivitiesVarSampOrderBy, type TokenActivitiesVarianceFields, type TokenActivitiesVarianceOrderBy, type TokenDatas, type TokenDatasBoolExp, type TokenDatasDefaultPropertiesArgs, type TokenDatasOrderBy, TokenDatasSelectColumn, type TokenDatasStreamCursorInput, type TokenDatasStreamCursorValueInput, type TokenOwnerships, type TokenOwnershipsBoolExp, type TokenOwnershipsOrderBy, TokenOwnershipsSelectColumn, type TokenOwnershipsStreamCursorInput, type TokenOwnershipsStreamCursorValueInput, type Tokens, type TokensBoolExp, type TokensOrderBy, TokensSelectColumn, type TokensStreamCursorInput, type TokensStreamCursorValueInput, type TokensTokenPropertiesArgs, type UserTransactions, type UserTransactionsBoolExp, type UserTransactionsOrderBy, UserTransactionsSelectColumn, type UserTransactionsStreamCursorInput, type UserTransactionsStreamCursorValueInput };