@aptos-labs/ts-sdk 3.0.0 → 3.1.1

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 (336) hide show
  1. package/dist/common/{account-CEmLe1wW.d.ts → account-Bb5REyaT.d.ts} +60 -11
  2. package/dist/common/chunk-6MMUUJHX.js +4 -0
  3. package/dist/common/{chunk-5JIJXVJ5.js.map → chunk-6MMUUJHX.js.map} +1 -1
  4. package/dist/common/cli/index.d.ts +1 -1
  5. package/dist/common/cli/index.js +1 -1
  6. package/dist/common/index.d.ts +121 -9
  7. package/dist/common/index.js +55 -34
  8. package/dist/common/index.js.map +1 -1
  9. package/dist/esm/{Ed25519Account-Ccxj1zdx.d.mts → Ed25519Account-ndmdpFe9.d.mts} +1 -1
  10. package/dist/esm/account/AbstractKeylessAccount.d.mts +3 -3
  11. package/dist/esm/account/AbstractKeylessAccount.mjs +1 -1
  12. package/dist/esm/account/AbstractedAccount.d.mts +2 -2
  13. package/dist/esm/account/AbstractedAccount.mjs +1 -1
  14. package/dist/esm/account/Account.d.mts +2 -2
  15. package/dist/esm/account/Account.mjs +1 -1
  16. package/dist/esm/account/AccountUtils.d.mts +3 -3
  17. package/dist/esm/account/AccountUtils.mjs +1 -1
  18. package/dist/esm/account/DerivableAbstractedAccount.d.mts +2 -2
  19. package/dist/esm/account/DerivableAbstractedAccount.mjs +1 -1
  20. package/dist/esm/account/Ed25519Account.d.mts +2 -2
  21. package/dist/esm/account/Ed25519Account.mjs +1 -1
  22. package/dist/esm/account/EphemeralKeyPair.d.mts +1 -1
  23. package/dist/esm/account/EphemeralKeyPair.mjs +1 -1
  24. package/dist/esm/account/FederatedKeylessAccount.d.mts +4 -3
  25. package/dist/esm/account/FederatedKeylessAccount.mjs +1 -1
  26. package/dist/esm/account/KeylessAccount.d.mts +4 -3
  27. package/dist/esm/account/KeylessAccount.mjs +1 -1
  28. package/dist/esm/account/MultiEd25519Account.d.mts +2 -2
  29. package/dist/esm/account/MultiEd25519Account.mjs +1 -1
  30. package/dist/esm/account/MultiKeyAccount.d.mts +3 -3
  31. package/dist/esm/account/MultiKeyAccount.mjs +1 -1
  32. package/dist/esm/account/SingleKeyAccount.d.mts +2 -2
  33. package/dist/esm/account/SingleKeyAccount.mjs +1 -1
  34. package/dist/esm/account/index.d.mts +3 -3
  35. package/dist/esm/account/index.mjs +1 -1
  36. package/dist/esm/account/utils.d.mts +1 -1
  37. package/dist/esm/account/utils.mjs +1 -1
  38. package/dist/esm/{account-9G6tix5T.d.mts → account--Q9z_xMN.d.mts} +37 -3
  39. package/dist/esm/api/account/abstraction.d.mts +1 -1
  40. package/dist/esm/api/account/abstraction.mjs +1 -1
  41. package/dist/esm/api/account.d.mts +94 -3
  42. package/dist/esm/api/account.mjs +1 -1
  43. package/dist/esm/api/ans.d.mts +2 -2
  44. package/dist/esm/api/ans.mjs +1 -1
  45. package/dist/esm/api/aptos.d.mts +6 -4
  46. package/dist/esm/api/aptos.mjs +1 -1
  47. package/dist/esm/api/aptosConfig.d.mts +1 -1
  48. package/dist/esm/api/aptosConfig.mjs +1 -1
  49. package/dist/esm/api/coin.d.mts +1 -1
  50. package/dist/esm/api/coin.mjs +1 -1
  51. package/dist/esm/api/digitalAsset.d.mts +2 -2
  52. package/dist/esm/api/digitalAsset.mjs +1 -1
  53. package/dist/esm/api/event.d.mts +1 -1
  54. package/dist/esm/api/event.mjs +1 -1
  55. package/dist/esm/api/faucet.d.mts +1 -1
  56. package/dist/esm/api/faucet.mjs +1 -1
  57. package/dist/esm/api/fungibleAsset.d.mts +2 -2
  58. package/dist/esm/api/fungibleAsset.mjs +1 -1
  59. package/dist/esm/api/general.d.mts +1 -1
  60. package/dist/esm/api/general.mjs +1 -1
  61. package/dist/esm/api/index.d.mts +6 -4
  62. package/dist/esm/api/index.mjs +1 -1
  63. package/dist/esm/api/keyless.d.mts +3 -3
  64. package/dist/esm/api/keyless.mjs +1 -1
  65. package/dist/esm/api/object.d.mts +1 -1
  66. package/dist/esm/api/object.mjs +1 -1
  67. package/dist/esm/api/staking.d.mts +1 -1
  68. package/dist/esm/api/staking.mjs +1 -1
  69. package/dist/esm/api/table.d.mts +1 -1
  70. package/dist/esm/api/table.mjs +1 -1
  71. package/dist/esm/api/transaction.d.mts +3 -2
  72. package/dist/esm/api/transaction.mjs +1 -1
  73. package/dist/esm/api/transactionSubmission/build.d.mts +1 -1
  74. package/dist/esm/api/transactionSubmission/build.mjs +1 -1
  75. package/dist/esm/api/transactionSubmission/helpers.d.mts +22 -9
  76. package/dist/esm/api/transactionSubmission/helpers.mjs +1 -1
  77. package/dist/esm/api/transactionSubmission/management.d.mts +2 -2
  78. package/dist/esm/api/transactionSubmission/management.mjs +1 -1
  79. package/dist/esm/api/transactionSubmission/sign.d.mts +2 -2
  80. package/dist/esm/api/transactionSubmission/sign.mjs +1 -1
  81. package/dist/esm/api/transactionSubmission/sign.mjs.map +1 -1
  82. package/dist/esm/api/transactionSubmission/simulate.d.mts +1 -1
  83. package/dist/esm/api/transactionSubmission/simulate.mjs +1 -1
  84. package/dist/esm/api/transactionSubmission/submit.d.mts +1 -1
  85. package/dist/esm/api/transactionSubmission/submit.mjs +1 -1
  86. package/dist/esm/api/utils.d.mts +1 -1
  87. package/dist/esm/api/utils.mjs +1 -1
  88. package/dist/esm/bcs/consts.d.mts +1 -1
  89. package/dist/esm/bcs/deserializer.d.mts +1 -1
  90. package/dist/esm/bcs/index.d.mts +1 -1
  91. package/dist/esm/bcs/index.mjs +1 -1
  92. package/dist/esm/bcs/serializable/entryFunctionBytes.d.mts +1 -1
  93. package/dist/esm/bcs/serializable/fixedBytes.d.mts +1 -1
  94. package/dist/esm/bcs/serializable/movePrimitives.d.mts +1 -1
  95. package/dist/esm/bcs/serializable/movePrimitives.mjs +1 -1
  96. package/dist/esm/bcs/serializable/moveStructs.d.mts +1 -1
  97. package/dist/esm/bcs/serializable/moveStructs.mjs +1 -1
  98. package/dist/esm/bcs/serializer.d.mts +1 -1
  99. package/dist/esm/{chunk-YHGGNYYL.mjs → chunk-2PF7UFKU.mjs} +2 -2
  100. package/dist/esm/chunk-5HXLZHDW.mjs +1 -0
  101. package/dist/esm/chunk-5HXLZHDW.mjs.map +1 -0
  102. package/dist/esm/chunk-75NVN2CG.mjs +2 -0
  103. package/dist/esm/{chunk-HMUIOIBG.mjs.map → chunk-75NVN2CG.mjs.map} +1 -1
  104. package/dist/esm/chunk-IJE2LVZG.mjs +2 -0
  105. package/dist/esm/chunk-IJE2LVZG.mjs.map +1 -0
  106. package/dist/esm/chunk-JCFTAG5Z.mjs +2 -0
  107. package/dist/esm/{chunk-RJ7F4JDV.mjs.map → chunk-JCFTAG5Z.mjs.map} +1 -1
  108. package/dist/esm/{chunk-FSP4QM2T.mjs → chunk-JL6RR7ML.mjs} +2 -2
  109. package/dist/esm/chunk-L3GEIX2R.mjs +6 -0
  110. package/dist/esm/chunk-L3GEIX2R.mjs.map +1 -0
  111. package/dist/esm/{chunk-WOTQ7227.mjs → chunk-LIS2GDBI.mjs} +2 -2
  112. package/dist/esm/{chunk-7T62PEFI.mjs → chunk-LJEERFEH.mjs} +2 -2
  113. package/dist/esm/{chunk-IDHVW7HS.mjs → chunk-O7WBNU4J.mjs} +2 -2
  114. package/dist/esm/{chunk-SAMHWS73.mjs → chunk-PXQPKCDD.mjs} +2 -2
  115. package/dist/esm/chunk-QREVMGQZ.mjs +2 -0
  116. package/dist/esm/chunk-QREVMGQZ.mjs.map +1 -0
  117. package/dist/esm/{chunk-R7NQJWDG.mjs → chunk-S335GK43.mjs} +2 -2
  118. package/dist/esm/{chunk-PFXXFUBL.mjs → chunk-SZE4RT4B.mjs} +2 -2
  119. package/dist/esm/{chunk-VHNX2NUR.mjs → chunk-UL777LTI.mjs} +47 -26
  120. package/dist/esm/chunk-UL777LTI.mjs.map +1 -0
  121. package/dist/esm/{chunk-2XQKGWHQ.mjs → chunk-V74WPKSY.mjs} +2 -2
  122. package/dist/esm/{chunk-5ZRPV4YI.mjs → chunk-VW26RFJ7.mjs} +2 -2
  123. package/dist/esm/{chunk-UIVX6WSC.mjs → chunk-Y7ZQTLH4.mjs} +2 -2
  124. package/dist/esm/cli/index.d.mts +1 -1
  125. package/dist/esm/cli/index.mjs +1 -1
  126. package/dist/esm/cli/localNode.mjs +1 -1
  127. package/dist/esm/cli/move.d.mts +1 -1
  128. package/dist/esm/client/core.d.mts +1 -1
  129. package/dist/esm/client/core.mjs +1 -1
  130. package/dist/esm/client/get.d.mts +1 -1
  131. package/dist/esm/client/get.mjs +1 -1
  132. package/dist/esm/client/index.d.mts +1 -1
  133. package/dist/esm/client/index.mjs +1 -1
  134. package/dist/esm/client/post.d.mts +1 -1
  135. package/dist/esm/client/post.mjs +1 -1
  136. package/dist/esm/core/account/index.d.mts +1 -1
  137. package/dist/esm/core/account/index.mjs +1 -1
  138. package/dist/esm/core/account/utils/address.d.mts +1 -1
  139. package/dist/esm/core/account/utils/address.mjs +1 -1
  140. package/dist/esm/core/account/utils/index.d.mts +1 -1
  141. package/dist/esm/core/account/utils/index.mjs +1 -1
  142. package/dist/esm/core/accountAddress.d.mts +1 -1
  143. package/dist/esm/core/accountAddress.mjs +1 -1
  144. package/dist/esm/core/authenticationKey.d.mts +1 -1
  145. package/dist/esm/core/authenticationKey.mjs +1 -1
  146. package/dist/esm/core/crypto/abstraction.d.mts +1 -1
  147. package/dist/esm/core/crypto/abstraction.mjs +1 -1
  148. package/dist/esm/core/crypto/deserializationUtils.d.mts +1 -1
  149. package/dist/esm/core/crypto/deserializationUtils.mjs +1 -1
  150. package/dist/esm/core/crypto/ed25519.d.mts +1 -1
  151. package/dist/esm/core/crypto/ed25519.mjs +1 -1
  152. package/dist/esm/core/crypto/ephemeral.d.mts +1 -1
  153. package/dist/esm/core/crypto/ephemeral.mjs +1 -1
  154. package/dist/esm/core/crypto/federatedKeyless.d.mts +2 -2
  155. package/dist/esm/core/crypto/federatedKeyless.mjs +1 -1
  156. package/dist/esm/core/crypto/index.d.mts +3 -2
  157. package/dist/esm/core/crypto/index.mjs +1 -1
  158. package/dist/esm/core/crypto/keyless.d.mts +2 -2
  159. package/dist/esm/core/crypto/keyless.mjs +1 -1
  160. package/dist/esm/core/crypto/multiEd25519.d.mts +1 -1
  161. package/dist/esm/core/crypto/multiEd25519.mjs +1 -1
  162. package/dist/esm/core/crypto/multiKey.d.mts +1 -1
  163. package/dist/esm/core/crypto/multiKey.mjs +1 -1
  164. package/dist/esm/core/crypto/privateKey.d.mts +1 -1
  165. package/dist/esm/core/crypto/privateKey.mjs +1 -1
  166. package/dist/esm/core/crypto/proof.d.mts +1 -1
  167. package/dist/esm/core/crypto/proof.mjs +1 -1
  168. package/dist/esm/core/crypto/publicKey.d.mts +1 -1
  169. package/dist/esm/core/crypto/publicKey.mjs +1 -1
  170. package/dist/esm/core/crypto/secp256k1.d.mts +1 -1
  171. package/dist/esm/core/crypto/secp256k1.mjs +1 -1
  172. package/dist/esm/core/crypto/signature.d.mts +1 -1
  173. package/dist/esm/core/crypto/signature.mjs +1 -1
  174. package/dist/esm/core/crypto/singleKey.d.mts +1 -1
  175. package/dist/esm/core/crypto/singleKey.mjs +1 -1
  176. package/dist/esm/core/crypto/types.d.mts +11 -0
  177. package/dist/esm/core/crypto/types.mjs +2 -0
  178. package/dist/esm/core/crypto/types.mjs.map +1 -0
  179. package/dist/esm/core/crypto/utils.d.mts +1 -1
  180. package/dist/esm/core/hex.d.mts +1 -1
  181. package/dist/esm/core/index.d.mts +3 -2
  182. package/dist/esm/core/index.mjs +1 -1
  183. package/dist/esm/errors/index.d.mts +1 -1
  184. package/dist/esm/errors/index.mjs +1 -1
  185. package/dist/esm/{federatedKeyless-CVKW5pnz.d.mts → federatedKeyless-CiyplsOB.d.mts} +1 -1
  186. package/dist/esm/index.d.mts +6 -4
  187. package/dist/esm/index.mjs +1 -1
  188. package/dist/esm/internal/abstraction.d.mts +1 -1
  189. package/dist/esm/internal/abstraction.mjs +1 -1
  190. package/dist/esm/internal/account.d.mts +38 -8
  191. package/dist/esm/internal/account.mjs +1 -1
  192. package/dist/esm/internal/ans.d.mts +2 -2
  193. package/dist/esm/internal/ans.mjs +1 -1
  194. package/dist/esm/internal/coin.d.mts +1 -1
  195. package/dist/esm/internal/coin.mjs +1 -1
  196. package/dist/esm/internal/digitalAsset.d.mts +2 -2
  197. package/dist/esm/internal/digitalAsset.mjs +1 -1
  198. package/dist/esm/internal/event.d.mts +1 -1
  199. package/dist/esm/internal/event.mjs +1 -1
  200. package/dist/esm/internal/faucet.d.mts +1 -1
  201. package/dist/esm/internal/faucet.mjs +1 -1
  202. package/dist/esm/internal/fungibleAsset.d.mts +2 -2
  203. package/dist/esm/internal/fungibleAsset.mjs +1 -1
  204. package/dist/esm/internal/general.d.mts +1 -1
  205. package/dist/esm/internal/general.mjs +1 -1
  206. package/dist/esm/internal/keyless.d.mts +12 -3
  207. package/dist/esm/internal/keyless.mjs +1 -1
  208. package/dist/esm/internal/object.d.mts +1 -1
  209. package/dist/esm/internal/object.mjs +1 -1
  210. package/dist/esm/internal/staking.d.mts +1 -1
  211. package/dist/esm/internal/staking.mjs +1 -1
  212. package/dist/esm/internal/table.d.mts +1 -1
  213. package/dist/esm/internal/table.mjs +1 -1
  214. package/dist/esm/internal/transaction.d.mts +1 -1
  215. package/dist/esm/internal/transaction.mjs +1 -1
  216. package/dist/esm/internal/transactionSubmission.d.mts +2 -2
  217. package/dist/esm/internal/transactionSubmission.mjs +1 -1
  218. package/dist/esm/internal/utils/index.d.mts +1 -1
  219. package/dist/esm/internal/utils/index.mjs +1 -1
  220. package/dist/esm/internal/utils/utils.d.mts +1 -1
  221. package/dist/esm/internal/utils/utils.mjs +1 -1
  222. package/dist/esm/internal/view.d.mts +1 -1
  223. package/dist/esm/internal/view.mjs +1 -1
  224. package/dist/esm/transactions/authenticator/account.d.mts +1 -1
  225. package/dist/esm/transactions/authenticator/account.mjs +1 -1
  226. package/dist/esm/transactions/authenticator/index.d.mts +1 -1
  227. package/dist/esm/transactions/authenticator/index.mjs +1 -1
  228. package/dist/esm/transactions/authenticator/transaction.d.mts +1 -1
  229. package/dist/esm/transactions/authenticator/transaction.mjs +1 -1
  230. package/dist/esm/transactions/index.d.mts +1 -1
  231. package/dist/esm/transactions/index.mjs +1 -1
  232. package/dist/esm/transactions/instances/chainId.d.mts +1 -1
  233. package/dist/esm/transactions/instances/identifier.d.mts +1 -1
  234. package/dist/esm/transactions/instances/index.d.mts +1 -1
  235. package/dist/esm/transactions/instances/index.mjs +1 -1
  236. package/dist/esm/transactions/instances/moduleId.d.mts +1 -1
  237. package/dist/esm/transactions/instances/moduleId.mjs +1 -1
  238. package/dist/esm/transactions/instances/multiAgentTransaction.d.mts +1 -1
  239. package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -1
  240. package/dist/esm/transactions/instances/rawTransaction.d.mts +1 -1
  241. package/dist/esm/transactions/instances/rawTransaction.mjs +1 -1
  242. package/dist/esm/transactions/instances/rotationProofChallenge.d.mts +1 -1
  243. package/dist/esm/transactions/instances/rotationProofChallenge.mjs +1 -1
  244. package/dist/esm/transactions/instances/signedTransaction.d.mts +1 -1
  245. package/dist/esm/transactions/instances/signedTransaction.mjs +1 -1
  246. package/dist/esm/transactions/instances/simpleTransaction.d.mts +1 -1
  247. package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -1
  248. package/dist/esm/transactions/instances/transactionArgument.d.mts +1 -1
  249. package/dist/esm/transactions/instances/transactionPayload.d.mts +1 -1
  250. package/dist/esm/transactions/instances/transactionPayload.mjs +1 -1
  251. package/dist/esm/transactions/management/accountSequenceNumber.d.mts +2 -2
  252. package/dist/esm/transactions/management/accountSequenceNumber.mjs +1 -1
  253. package/dist/esm/transactions/management/index.d.mts +2 -2
  254. package/dist/esm/transactions/management/index.mjs +1 -1
  255. package/dist/esm/transactions/management/transactionWorker.d.mts +2 -2
  256. package/dist/esm/transactions/management/transactionWorker.mjs +1 -1
  257. package/dist/esm/transactions/transactionBuilder/helpers.d.mts +1 -1
  258. package/dist/esm/transactions/transactionBuilder/helpers.mjs +1 -1
  259. package/dist/esm/transactions/transactionBuilder/index.d.mts +1 -1
  260. package/dist/esm/transactions/transactionBuilder/index.mjs +1 -1
  261. package/dist/esm/transactions/transactionBuilder/remoteAbi.d.mts +1 -1
  262. package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +1 -1
  263. package/dist/esm/transactions/transactionBuilder/signingMessage.d.mts +1 -1
  264. package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +1 -1
  265. package/dist/esm/transactions/transactionBuilder/transactionBuilder.d.mts +1 -1
  266. package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -1
  267. package/dist/esm/transactions/typeTag/index.d.mts +1 -1
  268. package/dist/esm/transactions/typeTag/index.mjs +1 -1
  269. package/dist/esm/transactions/typeTag/parser.d.mts +1 -1
  270. package/dist/esm/transactions/typeTag/parser.mjs +1 -1
  271. package/dist/esm/transactions/types.d.mts +1 -1
  272. package/dist/esm/types/generated/operations.d.mts +37 -10
  273. package/dist/esm/types/generated/queries.d.mts +6 -2
  274. package/dist/esm/types/generated/queries.mjs +1 -1
  275. package/dist/esm/types/generated/types.d.mts +584 -1172
  276. package/dist/esm/types/generated/types.mjs +1 -1
  277. package/dist/esm/types/generated/types.mjs.map +1 -1
  278. package/dist/esm/types/index.d.mts +2 -2
  279. package/dist/esm/types/index.mjs +1 -1
  280. package/dist/esm/types/indexer.d.mts +8 -2
  281. package/dist/esm/types/types.d.mts +1 -1
  282. package/dist/esm/types/types.mjs +1 -1
  283. package/dist/esm/utils/const.d.mts +1 -0
  284. package/dist/esm/utils/const.mjs +1 -1
  285. package/dist/esm/utils/helpers.d.mts +1 -1
  286. package/dist/esm/utils/helpers.mjs +1 -1
  287. package/dist/esm/utils/index.d.mts +1 -1
  288. package/dist/esm/utils/index.mjs +1 -1
  289. package/dist/esm/utils/normalizeBundle.d.mts +1 -1
  290. package/dist/esm/utils/normalizeBundle.mjs +1 -1
  291. package/dist/esm/version.d.mts +1 -1
  292. package/dist/esm/version.mjs +1 -1
  293. package/package.json +1 -1
  294. package/src/account/FederatedKeylessAccount.ts +7 -1
  295. package/src/account/KeylessAccount.ts +17 -2
  296. package/src/api/account.ts +135 -2
  297. package/src/api/transaction.ts +1 -0
  298. package/src/api/transactionSubmission/helpers.ts +26 -20
  299. package/src/api/transactionSubmission/submit.ts +3 -3
  300. package/src/core/crypto/index.ts +1 -0
  301. package/src/core/crypto/multiEd25519.ts +26 -0
  302. package/src/core/crypto/multiKey.ts +6 -0
  303. package/src/core/crypto/types.ts +9 -0
  304. package/src/internal/account.ts +526 -59
  305. package/src/internal/keyless.ts +10 -0
  306. package/src/internal/queries/getAccountAddressesForAuthKey.graphql +8 -0
  307. package/src/internal/queries/getAuthKeysForPublicKey.graphql +11 -0
  308. package/src/types/codegen.yaml +1 -1
  309. package/src/types/generated/operations.ts +39 -8
  310. package/src/types/generated/queries.ts +53 -0
  311. package/src/types/generated/types.ts +620 -1239
  312. package/src/types/indexer.ts +8 -0
  313. package/src/types/types.ts +40 -3
  314. package/src/utils/const.ts +1 -0
  315. package/src/version.ts +1 -1
  316. package/dist/common/chunk-5JIJXVJ5.js +0 -4
  317. package/dist/esm/chunk-4H2RMR7D.mjs +0 -2
  318. package/dist/esm/chunk-4H2RMR7D.mjs.map +0 -1
  319. package/dist/esm/chunk-GMDBBVDH.mjs +0 -6
  320. package/dist/esm/chunk-GMDBBVDH.mjs.map +0 -1
  321. package/dist/esm/chunk-HMUIOIBG.mjs +0 -2
  322. package/dist/esm/chunk-RJ7F4JDV.mjs +0 -2
  323. package/dist/esm/chunk-VHNX2NUR.mjs.map +0 -1
  324. package/dist/esm/chunk-W4BSN6SK.mjs +0 -2
  325. package/dist/esm/chunk-W4BSN6SK.mjs.map +0 -1
  326. /package/dist/esm/{chunk-YHGGNYYL.mjs.map → chunk-2PF7UFKU.mjs.map} +0 -0
  327. /package/dist/esm/{chunk-FSP4QM2T.mjs.map → chunk-JL6RR7ML.mjs.map} +0 -0
  328. /package/dist/esm/{chunk-WOTQ7227.mjs.map → chunk-LIS2GDBI.mjs.map} +0 -0
  329. /package/dist/esm/{chunk-7T62PEFI.mjs.map → chunk-LJEERFEH.mjs.map} +0 -0
  330. /package/dist/esm/{chunk-IDHVW7HS.mjs.map → chunk-O7WBNU4J.mjs.map} +0 -0
  331. /package/dist/esm/{chunk-SAMHWS73.mjs.map → chunk-PXQPKCDD.mjs.map} +0 -0
  332. /package/dist/esm/{chunk-R7NQJWDG.mjs.map → chunk-S335GK43.mjs.map} +0 -0
  333. /package/dist/esm/{chunk-PFXXFUBL.mjs.map → chunk-SZE4RT4B.mjs.map} +0 -0
  334. /package/dist/esm/{chunk-2XQKGWHQ.mjs.map → chunk-V74WPKSY.mjs.map} +0 -0
  335. /package/dist/esm/{chunk-5ZRPV4YI.mjs.map → chunk-VW26RFJ7.mjs.map} +0 -0
  336. /package/dist/esm/{chunk-UIVX6WSC.mjs.map → chunk-Y7ZQTLH4.mjs.map} +0 -0
@@ -57,10 +57,6 @@ type Scalars = {
57
57
  input: any;
58
58
  output: any;
59
59
  };
60
- timestamptz: {
61
- input: any;
62
- output: any;
63
- };
64
60
  };
65
61
  /** Boolean expression to compare columns of type "Boolean". All fields are combined with logical 'AND'. */
66
62
  type BooleanComparisonExp = {
@@ -733,6 +729,123 @@ type AddressVersionFromMoveResourcesVarSampFields = {
733
729
  type AddressVersionFromMoveResourcesVarianceFields = {
734
730
  transaction_version?: Maybe<Scalars["Float"]["output"]>;
735
731
  };
732
+ /** columns and relationships of "auth_key_account_addresses" */
733
+ type AuthKeyAccountAddresses = {
734
+ account_address: Scalars["String"]["output"];
735
+ auth_key: Scalars["String"]["output"];
736
+ is_auth_key_used: Scalars["Boolean"]["output"];
737
+ last_transaction_version: Scalars["bigint"]["output"];
738
+ };
739
+ /** aggregated selection of "auth_key_account_addresses" */
740
+ type AuthKeyAccountAddressesAggregate = {
741
+ aggregate?: Maybe<AuthKeyAccountAddressesAggregateFields>;
742
+ nodes: Array<AuthKeyAccountAddresses>;
743
+ };
744
+ /** aggregate fields of "auth_key_account_addresses" */
745
+ type AuthKeyAccountAddressesAggregateFields = {
746
+ avg?: Maybe<AuthKeyAccountAddressesAvgFields>;
747
+ count: Scalars["Int"]["output"];
748
+ max?: Maybe<AuthKeyAccountAddressesMaxFields>;
749
+ min?: Maybe<AuthKeyAccountAddressesMinFields>;
750
+ stddev?: Maybe<AuthKeyAccountAddressesStddevFields>;
751
+ stddev_pop?: Maybe<AuthKeyAccountAddressesStddevPopFields>;
752
+ stddev_samp?: Maybe<AuthKeyAccountAddressesStddevSampFields>;
753
+ sum?: Maybe<AuthKeyAccountAddressesSumFields>;
754
+ var_pop?: Maybe<AuthKeyAccountAddressesVarPopFields>;
755
+ var_samp?: Maybe<AuthKeyAccountAddressesVarSampFields>;
756
+ variance?: Maybe<AuthKeyAccountAddressesVarianceFields>;
757
+ };
758
+ /** aggregate fields of "auth_key_account_addresses" */
759
+ type AuthKeyAccountAddressesAggregateFieldsCountArgs = {
760
+ columns?: InputMaybe<Array<AuthKeyAccountAddressesSelectColumn>>;
761
+ distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
762
+ };
763
+ /** aggregate avg on columns */
764
+ type AuthKeyAccountAddressesAvgFields = {
765
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
766
+ };
767
+ /** Boolean expression to filter rows from the table "auth_key_account_addresses". All fields are combined with a logical 'AND'. */
768
+ type AuthKeyAccountAddressesBoolExp = {
769
+ _and?: InputMaybe<Array<AuthKeyAccountAddressesBoolExp>>;
770
+ _not?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
771
+ _or?: InputMaybe<Array<AuthKeyAccountAddressesBoolExp>>;
772
+ account_address?: InputMaybe<StringComparisonExp>;
773
+ auth_key?: InputMaybe<StringComparisonExp>;
774
+ is_auth_key_used?: InputMaybe<BooleanComparisonExp>;
775
+ last_transaction_version?: InputMaybe<BigintComparisonExp>;
776
+ };
777
+ /** aggregate max on columns */
778
+ type AuthKeyAccountAddressesMaxFields = {
779
+ account_address?: Maybe<Scalars["String"]["output"]>;
780
+ auth_key?: Maybe<Scalars["String"]["output"]>;
781
+ last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
782
+ };
783
+ /** aggregate min on columns */
784
+ type AuthKeyAccountAddressesMinFields = {
785
+ account_address?: Maybe<Scalars["String"]["output"]>;
786
+ auth_key?: Maybe<Scalars["String"]["output"]>;
787
+ last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
788
+ };
789
+ /** Ordering options when selecting data from "auth_key_account_addresses". */
790
+ type AuthKeyAccountAddressesOrderBy = {
791
+ account_address?: InputMaybe<OrderBy>;
792
+ auth_key?: InputMaybe<OrderBy>;
793
+ is_auth_key_used?: InputMaybe<OrderBy>;
794
+ last_transaction_version?: InputMaybe<OrderBy>;
795
+ };
796
+ /** select columns of table "auth_key_account_addresses" */
797
+ declare enum AuthKeyAccountAddressesSelectColumn {
798
+ /** column name */
799
+ AccountAddress = "account_address",
800
+ /** column name */
801
+ AuthKey = "auth_key",
802
+ /** column name */
803
+ IsAuthKeyUsed = "is_auth_key_used",
804
+ /** column name */
805
+ LastTransactionVersion = "last_transaction_version"
806
+ }
807
+ /** aggregate stddev on columns */
808
+ type AuthKeyAccountAddressesStddevFields = {
809
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
810
+ };
811
+ /** aggregate stddev_pop on columns */
812
+ type AuthKeyAccountAddressesStddevPopFields = {
813
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
814
+ };
815
+ /** aggregate stddev_samp on columns */
816
+ type AuthKeyAccountAddressesStddevSampFields = {
817
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
818
+ };
819
+ /** Streaming cursor of the table "auth_key_account_addresses" */
820
+ type AuthKeyAccountAddressesStreamCursorInput = {
821
+ /** Stream column input with initial value */
822
+ initial_value: AuthKeyAccountAddressesStreamCursorValueInput;
823
+ /** cursor ordering */
824
+ ordering?: InputMaybe<CursorOrdering>;
825
+ };
826
+ /** Initial value of the column from where the streaming should start */
827
+ type AuthKeyAccountAddressesStreamCursorValueInput = {
828
+ account_address?: InputMaybe<Scalars["String"]["input"]>;
829
+ auth_key?: InputMaybe<Scalars["String"]["input"]>;
830
+ is_auth_key_used?: InputMaybe<Scalars["Boolean"]["input"]>;
831
+ last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
832
+ };
833
+ /** aggregate sum on columns */
834
+ type AuthKeyAccountAddressesSumFields = {
835
+ last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
836
+ };
837
+ /** aggregate var_pop on columns */
838
+ type AuthKeyAccountAddressesVarPopFields = {
839
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
840
+ };
841
+ /** aggregate var_samp on columns */
842
+ type AuthKeyAccountAddressesVarSampFields = {
843
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
844
+ };
845
+ /** aggregate variance on columns */
846
+ type AuthKeyAccountAddressesVarianceFields = {
847
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
848
+ };
736
849
  /** Boolean expression to compare columns of type "bigint". All fields are combined with logical 'AND'. */
737
850
  type BigintComparisonExp = {
738
851
  _eq?: InputMaybe<Scalars["bigint"]["input"]>;
@@ -1419,67 +1532,6 @@ type CoinInfosStreamCursorValueInput = {
1419
1532
  transaction_created_timestamp?: InputMaybe<Scalars["timestamp"]["input"]>;
1420
1533
  transaction_version_created?: InputMaybe<Scalars["bigint"]["input"]>;
1421
1534
  };
1422
- /** columns and relationships of "coin_supply" */
1423
- type CoinSupply = {
1424
- coin_type: Scalars["String"]["output"];
1425
- coin_type_hash: Scalars["String"]["output"];
1426
- supply: Scalars["numeric"]["output"];
1427
- transaction_epoch: Scalars["bigint"]["output"];
1428
- transaction_timestamp: Scalars["timestamp"]["output"];
1429
- transaction_version: Scalars["bigint"]["output"];
1430
- };
1431
- /** Boolean expression to filter rows from the table "coin_supply". All fields are combined with a logical 'AND'. */
1432
- type CoinSupplyBoolExp = {
1433
- _and?: InputMaybe<Array<CoinSupplyBoolExp>>;
1434
- _not?: InputMaybe<CoinSupplyBoolExp>;
1435
- _or?: InputMaybe<Array<CoinSupplyBoolExp>>;
1436
- coin_type?: InputMaybe<StringComparisonExp>;
1437
- coin_type_hash?: InputMaybe<StringComparisonExp>;
1438
- supply?: InputMaybe<NumericComparisonExp>;
1439
- transaction_epoch?: InputMaybe<BigintComparisonExp>;
1440
- transaction_timestamp?: InputMaybe<TimestampComparisonExp>;
1441
- transaction_version?: InputMaybe<BigintComparisonExp>;
1442
- };
1443
- /** Ordering options when selecting data from "coin_supply". */
1444
- type CoinSupplyOrderBy = {
1445
- coin_type?: InputMaybe<OrderBy>;
1446
- coin_type_hash?: InputMaybe<OrderBy>;
1447
- supply?: InputMaybe<OrderBy>;
1448
- transaction_epoch?: InputMaybe<OrderBy>;
1449
- transaction_timestamp?: InputMaybe<OrderBy>;
1450
- transaction_version?: InputMaybe<OrderBy>;
1451
- };
1452
- /** select columns of table "coin_supply" */
1453
- declare enum CoinSupplySelectColumn {
1454
- /** column name */
1455
- CoinType = "coin_type",
1456
- /** column name */
1457
- CoinTypeHash = "coin_type_hash",
1458
- /** column name */
1459
- Supply = "supply",
1460
- /** column name */
1461
- TransactionEpoch = "transaction_epoch",
1462
- /** column name */
1463
- TransactionTimestamp = "transaction_timestamp",
1464
- /** column name */
1465
- TransactionVersion = "transaction_version"
1466
- }
1467
- /** Streaming cursor of the table "coin_supply" */
1468
- type CoinSupplyStreamCursorInput = {
1469
- /** Stream column input with initial value */
1470
- initial_value: CoinSupplyStreamCursorValueInput;
1471
- /** cursor ordering */
1472
- ordering?: InputMaybe<CursorOrdering>;
1473
- };
1474
- /** Initial value of the column from where the streaming should start */
1475
- type CoinSupplyStreamCursorValueInput = {
1476
- coin_type?: InputMaybe<Scalars["String"]["input"]>;
1477
- coin_type_hash?: InputMaybe<Scalars["String"]["input"]>;
1478
- supply?: InputMaybe<Scalars["numeric"]["input"]>;
1479
- transaction_epoch?: InputMaybe<Scalars["bigint"]["input"]>;
1480
- transaction_timestamp?: InputMaybe<Scalars["timestamp"]["input"]>;
1481
- transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
1482
- };
1483
1535
  /** columns and relationships of "legacy_migration_v1.collection_datas" */
1484
1536
  type CollectionDatas = {
1485
1537
  collection_data_id_hash?: Maybe<Scalars["String"]["output"]>;
@@ -2727,26 +2779,34 @@ type CurrentDelegatorBalancesStreamCursorValueInput = {
2727
2779
  shares?: InputMaybe<Scalars["numeric"]["input"]>;
2728
2780
  table_handle?: InputMaybe<Scalars["String"]["input"]>;
2729
2781
  };
2730
- /** columns and relationships of "current_unified_fungible_asset_balances_to_be_renamed" */
2782
+ /** columns and relationships of "current_fungible_asset_balances" */
2731
2783
  type CurrentFungibleAssetBalances = {
2732
- amount?: Maybe<Scalars["numeric"]["output"]>;
2733
- asset_type?: Maybe<Scalars["String"]["output"]>;
2784
+ amount: Scalars["numeric"]["output"];
2785
+ amount_v1?: Maybe<Scalars["numeric"]["output"]>;
2786
+ amount_v2?: Maybe<Scalars["numeric"]["output"]>;
2787
+ asset_type: Scalars["String"]["output"];
2788
+ asset_type_v1?: Maybe<Scalars["String"]["output"]>;
2789
+ asset_type_v2?: Maybe<Scalars["String"]["output"]>;
2734
2790
  is_frozen: Scalars["Boolean"]["output"];
2735
- is_primary?: Maybe<Scalars["Boolean"]["output"]>;
2791
+ is_primary: Scalars["Boolean"]["output"];
2736
2792
  last_transaction_timestamp?: Maybe<Scalars["timestamp"]["output"]>;
2793
+ last_transaction_timestamp_v1?: Maybe<Scalars["timestamp"]["output"]>;
2794
+ last_transaction_timestamp_v2?: Maybe<Scalars["timestamp"]["output"]>;
2737
2795
  last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
2796
+ last_transaction_version_v1?: Maybe<Scalars["bigint"]["output"]>;
2797
+ last_transaction_version_v2?: Maybe<Scalars["bigint"]["output"]>;
2738
2798
  /** An object relationship */
2739
2799
  metadata?: Maybe<FungibleAssetMetadata>;
2740
2800
  owner_address: Scalars["String"]["output"];
2741
2801
  storage_id: Scalars["String"]["output"];
2742
- token_standard?: Maybe<Scalars["String"]["output"]>;
2802
+ token_standard: Scalars["String"]["output"];
2743
2803
  };
2744
- /** aggregated selection of "current_unified_fungible_asset_balances_to_be_renamed" */
2804
+ /** aggregated selection of "current_fungible_asset_balances" */
2745
2805
  type CurrentFungibleAssetBalancesAggregate = {
2746
2806
  aggregate?: Maybe<CurrentFungibleAssetBalancesAggregateFields>;
2747
2807
  nodes: Array<CurrentFungibleAssetBalances>;
2748
2808
  };
2749
- /** aggregate fields of "current_unified_fungible_asset_balances_to_be_renamed" */
2809
+ /** aggregate fields of "current_fungible_asset_balances" */
2750
2810
  type CurrentFungibleAssetBalancesAggregateFields = {
2751
2811
  avg?: Maybe<CurrentFungibleAssetBalancesAvgFields>;
2752
2812
  count: Scalars["Int"]["output"];
@@ -2760,7 +2820,7 @@ type CurrentFungibleAssetBalancesAggregateFields = {
2760
2820
  var_samp?: Maybe<CurrentFungibleAssetBalancesVarSampFields>;
2761
2821
  variance?: Maybe<CurrentFungibleAssetBalancesVarianceFields>;
2762
2822
  };
2763
- /** aggregate fields of "current_unified_fungible_asset_balances_to_be_renamed" */
2823
+ /** aggregate fields of "current_fungible_asset_balances" */
2764
2824
  type CurrentFungibleAssetBalancesAggregateFieldsCountArgs = {
2765
2825
  columns?: InputMaybe<Array<CurrentFungibleAssetBalancesSelectColumn>>;
2766
2826
  distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
@@ -2768,19 +2828,31 @@ type CurrentFungibleAssetBalancesAggregateFieldsCountArgs = {
2768
2828
  /** aggregate avg on columns */
2769
2829
  type CurrentFungibleAssetBalancesAvgFields = {
2770
2830
  amount?: Maybe<Scalars["Float"]["output"]>;
2831
+ amount_v1?: Maybe<Scalars["Float"]["output"]>;
2832
+ amount_v2?: Maybe<Scalars["Float"]["output"]>;
2771
2833
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
2834
+ last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
2835
+ last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
2772
2836
  };
2773
- /** Boolean expression to filter rows from the table "current_unified_fungible_asset_balances_to_be_renamed". All fields are combined with a logical 'AND'. */
2837
+ /** Boolean expression to filter rows from the table "current_fungible_asset_balances". All fields are combined with a logical 'AND'. */
2774
2838
  type CurrentFungibleAssetBalancesBoolExp = {
2775
2839
  _and?: InputMaybe<Array<CurrentFungibleAssetBalancesBoolExp>>;
2776
2840
  _not?: InputMaybe<CurrentFungibleAssetBalancesBoolExp>;
2777
2841
  _or?: InputMaybe<Array<CurrentFungibleAssetBalancesBoolExp>>;
2778
2842
  amount?: InputMaybe<NumericComparisonExp>;
2843
+ amount_v1?: InputMaybe<NumericComparisonExp>;
2844
+ amount_v2?: InputMaybe<NumericComparisonExp>;
2779
2845
  asset_type?: InputMaybe<StringComparisonExp>;
2846
+ asset_type_v1?: InputMaybe<StringComparisonExp>;
2847
+ asset_type_v2?: InputMaybe<StringComparisonExp>;
2780
2848
  is_frozen?: InputMaybe<BooleanComparisonExp>;
2781
2849
  is_primary?: InputMaybe<BooleanComparisonExp>;
2782
2850
  last_transaction_timestamp?: InputMaybe<TimestampComparisonExp>;
2851
+ last_transaction_timestamp_v1?: InputMaybe<TimestampComparisonExp>;
2852
+ last_transaction_timestamp_v2?: InputMaybe<TimestampComparisonExp>;
2783
2853
  last_transaction_version?: InputMaybe<BigintComparisonExp>;
2854
+ last_transaction_version_v1?: InputMaybe<BigintComparisonExp>;
2855
+ last_transaction_version_v2?: InputMaybe<BigintComparisonExp>;
2784
2856
  metadata?: InputMaybe<FungibleAssetMetadataBoolExp>;
2785
2857
  owner_address?: InputMaybe<StringComparisonExp>;
2786
2858
  storage_id?: InputMaybe<StringComparisonExp>;
@@ -2789,9 +2861,17 @@ type CurrentFungibleAssetBalancesBoolExp = {
2789
2861
  /** aggregate max on columns */
2790
2862
  type CurrentFungibleAssetBalancesMaxFields = {
2791
2863
  amount?: Maybe<Scalars["numeric"]["output"]>;
2864
+ amount_v1?: Maybe<Scalars["numeric"]["output"]>;
2865
+ amount_v2?: Maybe<Scalars["numeric"]["output"]>;
2792
2866
  asset_type?: Maybe<Scalars["String"]["output"]>;
2867
+ asset_type_v1?: Maybe<Scalars["String"]["output"]>;
2868
+ asset_type_v2?: Maybe<Scalars["String"]["output"]>;
2793
2869
  last_transaction_timestamp?: Maybe<Scalars["timestamp"]["output"]>;
2870
+ last_transaction_timestamp_v1?: Maybe<Scalars["timestamp"]["output"]>;
2871
+ last_transaction_timestamp_v2?: Maybe<Scalars["timestamp"]["output"]>;
2794
2872
  last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
2873
+ last_transaction_version_v1?: Maybe<Scalars["bigint"]["output"]>;
2874
+ last_transaction_version_v2?: Maybe<Scalars["bigint"]["output"]>;
2795
2875
  owner_address?: Maybe<Scalars["String"]["output"]>;
2796
2876
  storage_id?: Maybe<Scalars["String"]["output"]>;
2797
2877
  token_standard?: Maybe<Scalars["String"]["output"]>;
@@ -2799,41 +2879,73 @@ type CurrentFungibleAssetBalancesMaxFields = {
2799
2879
  /** aggregate min on columns */
2800
2880
  type CurrentFungibleAssetBalancesMinFields = {
2801
2881
  amount?: Maybe<Scalars["numeric"]["output"]>;
2882
+ amount_v1?: Maybe<Scalars["numeric"]["output"]>;
2883
+ amount_v2?: Maybe<Scalars["numeric"]["output"]>;
2802
2884
  asset_type?: Maybe<Scalars["String"]["output"]>;
2885
+ asset_type_v1?: Maybe<Scalars["String"]["output"]>;
2886
+ asset_type_v2?: Maybe<Scalars["String"]["output"]>;
2803
2887
  last_transaction_timestamp?: Maybe<Scalars["timestamp"]["output"]>;
2888
+ last_transaction_timestamp_v1?: Maybe<Scalars["timestamp"]["output"]>;
2889
+ last_transaction_timestamp_v2?: Maybe<Scalars["timestamp"]["output"]>;
2804
2890
  last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
2891
+ last_transaction_version_v1?: Maybe<Scalars["bigint"]["output"]>;
2892
+ last_transaction_version_v2?: Maybe<Scalars["bigint"]["output"]>;
2805
2893
  owner_address?: Maybe<Scalars["String"]["output"]>;
2806
2894
  storage_id?: Maybe<Scalars["String"]["output"]>;
2807
2895
  token_standard?: Maybe<Scalars["String"]["output"]>;
2808
2896
  };
2809
- /** Ordering options when selecting data from "current_unified_fungible_asset_balances_to_be_renamed". */
2897
+ /** Ordering options when selecting data from "current_fungible_asset_balances". */
2810
2898
  type CurrentFungibleAssetBalancesOrderBy = {
2811
2899
  amount?: InputMaybe<OrderBy>;
2900
+ amount_v1?: InputMaybe<OrderBy>;
2901
+ amount_v2?: InputMaybe<OrderBy>;
2812
2902
  asset_type?: InputMaybe<OrderBy>;
2903
+ asset_type_v1?: InputMaybe<OrderBy>;
2904
+ asset_type_v2?: InputMaybe<OrderBy>;
2813
2905
  is_frozen?: InputMaybe<OrderBy>;
2814
2906
  is_primary?: InputMaybe<OrderBy>;
2815
2907
  last_transaction_timestamp?: InputMaybe<OrderBy>;
2908
+ last_transaction_timestamp_v1?: InputMaybe<OrderBy>;
2909
+ last_transaction_timestamp_v2?: InputMaybe<OrderBy>;
2816
2910
  last_transaction_version?: InputMaybe<OrderBy>;
2911
+ last_transaction_version_v1?: InputMaybe<OrderBy>;
2912
+ last_transaction_version_v2?: InputMaybe<OrderBy>;
2817
2913
  metadata?: InputMaybe<FungibleAssetMetadataOrderBy>;
2818
2914
  owner_address?: InputMaybe<OrderBy>;
2819
2915
  storage_id?: InputMaybe<OrderBy>;
2820
2916
  token_standard?: InputMaybe<OrderBy>;
2821
2917
  };
2822
- /** select columns of table "current_unified_fungible_asset_balances_to_be_renamed" */
2918
+ /** select columns of table "current_fungible_asset_balances" */
2823
2919
  declare enum CurrentFungibleAssetBalancesSelectColumn {
2824
2920
  /** column name */
2825
2921
  Amount = "amount",
2826
2922
  /** column name */
2923
+ AmountV1 = "amount_v1",
2924
+ /** column name */
2925
+ AmountV2 = "amount_v2",
2926
+ /** column name */
2827
2927
  AssetType = "asset_type",
2828
2928
  /** column name */
2929
+ AssetTypeV1 = "asset_type_v1",
2930
+ /** column name */
2931
+ AssetTypeV2 = "asset_type_v2",
2932
+ /** column name */
2829
2933
  IsFrozen = "is_frozen",
2830
2934
  /** column name */
2831
2935
  IsPrimary = "is_primary",
2832
2936
  /** column name */
2833
2937
  LastTransactionTimestamp = "last_transaction_timestamp",
2834
2938
  /** column name */
2939
+ LastTransactionTimestampV1 = "last_transaction_timestamp_v1",
2940
+ /** column name */
2941
+ LastTransactionTimestampV2 = "last_transaction_timestamp_v2",
2942
+ /** column name */
2835
2943
  LastTransactionVersion = "last_transaction_version",
2836
2944
  /** column name */
2945
+ LastTransactionVersionV1 = "last_transaction_version_v1",
2946
+ /** column name */
2947
+ LastTransactionVersionV2 = "last_transaction_version_v2",
2948
+ /** column name */
2837
2949
  OwnerAddress = "owner_address",
2838
2950
  /** column name */
2839
2951
  StorageId = "storage_id",
@@ -2843,17 +2955,29 @@ declare enum CurrentFungibleAssetBalancesSelectColumn {
2843
2955
  /** aggregate stddev on columns */
2844
2956
  type CurrentFungibleAssetBalancesStddevFields = {
2845
2957
  amount?: Maybe<Scalars["Float"]["output"]>;
2958
+ amount_v1?: Maybe<Scalars["Float"]["output"]>;
2959
+ amount_v2?: Maybe<Scalars["Float"]["output"]>;
2846
2960
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
2961
+ last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
2962
+ last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
2847
2963
  };
2848
2964
  /** aggregate stddev_pop on columns */
2849
2965
  type CurrentFungibleAssetBalancesStddevPopFields = {
2850
2966
  amount?: Maybe<Scalars["Float"]["output"]>;
2967
+ amount_v1?: Maybe<Scalars["Float"]["output"]>;
2968
+ amount_v2?: Maybe<Scalars["Float"]["output"]>;
2851
2969
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
2970
+ last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
2971
+ last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
2852
2972
  };
2853
2973
  /** aggregate stddev_samp on columns */
2854
2974
  type CurrentFungibleAssetBalancesStddevSampFields = {
2855
2975
  amount?: Maybe<Scalars["Float"]["output"]>;
2976
+ amount_v1?: Maybe<Scalars["Float"]["output"]>;
2977
+ amount_v2?: Maybe<Scalars["Float"]["output"]>;
2856
2978
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
2979
+ last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
2980
+ last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
2857
2981
  };
2858
2982
  /** Streaming cursor of the table "current_fungible_asset_balances" */
2859
2983
  type CurrentFungibleAssetBalancesStreamCursorInput = {
@@ -2865,11 +2989,19 @@ type CurrentFungibleAssetBalancesStreamCursorInput = {
2865
2989
  /** Initial value of the column from where the streaming should start */
2866
2990
  type CurrentFungibleAssetBalancesStreamCursorValueInput = {
2867
2991
  amount?: InputMaybe<Scalars["numeric"]["input"]>;
2992
+ amount_v1?: InputMaybe<Scalars["numeric"]["input"]>;
2993
+ amount_v2?: InputMaybe<Scalars["numeric"]["input"]>;
2868
2994
  asset_type?: InputMaybe<Scalars["String"]["input"]>;
2995
+ asset_type_v1?: InputMaybe<Scalars["String"]["input"]>;
2996
+ asset_type_v2?: InputMaybe<Scalars["String"]["input"]>;
2869
2997
  is_frozen?: InputMaybe<Scalars["Boolean"]["input"]>;
2870
2998
  is_primary?: InputMaybe<Scalars["Boolean"]["input"]>;
2871
2999
  last_transaction_timestamp?: InputMaybe<Scalars["timestamp"]["input"]>;
3000
+ last_transaction_timestamp_v1?: InputMaybe<Scalars["timestamp"]["input"]>;
3001
+ last_transaction_timestamp_v2?: InputMaybe<Scalars["timestamp"]["input"]>;
2872
3002
  last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
3003
+ last_transaction_version_v1?: InputMaybe<Scalars["bigint"]["input"]>;
3004
+ last_transaction_version_v2?: InputMaybe<Scalars["bigint"]["input"]>;
2873
3005
  owner_address?: InputMaybe<Scalars["String"]["input"]>;
2874
3006
  storage_id?: InputMaybe<Scalars["String"]["input"]>;
2875
3007
  token_standard?: InputMaybe<Scalars["String"]["input"]>;
@@ -2877,22 +3009,38 @@ type CurrentFungibleAssetBalancesStreamCursorValueInput = {
2877
3009
  /** aggregate sum on columns */
2878
3010
  type CurrentFungibleAssetBalancesSumFields = {
2879
3011
  amount?: Maybe<Scalars["numeric"]["output"]>;
3012
+ amount_v1?: Maybe<Scalars["numeric"]["output"]>;
3013
+ amount_v2?: Maybe<Scalars["numeric"]["output"]>;
2880
3014
  last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
3015
+ last_transaction_version_v1?: Maybe<Scalars["bigint"]["output"]>;
3016
+ last_transaction_version_v2?: Maybe<Scalars["bigint"]["output"]>;
2881
3017
  };
2882
3018
  /** aggregate var_pop on columns */
2883
3019
  type CurrentFungibleAssetBalancesVarPopFields = {
2884
3020
  amount?: Maybe<Scalars["Float"]["output"]>;
3021
+ amount_v1?: Maybe<Scalars["Float"]["output"]>;
3022
+ amount_v2?: Maybe<Scalars["Float"]["output"]>;
2885
3023
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
3024
+ last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
3025
+ last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
2886
3026
  };
2887
3027
  /** aggregate var_samp on columns */
2888
3028
  type CurrentFungibleAssetBalancesVarSampFields = {
2889
3029
  amount?: Maybe<Scalars["Float"]["output"]>;
3030
+ amount_v1?: Maybe<Scalars["Float"]["output"]>;
3031
+ amount_v2?: Maybe<Scalars["Float"]["output"]>;
2890
3032
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
3033
+ last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
3034
+ last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
2891
3035
  };
2892
3036
  /** aggregate variance on columns */
2893
3037
  type CurrentFungibleAssetBalancesVarianceFields = {
2894
3038
  amount?: Maybe<Scalars["Float"]["output"]>;
3039
+ amount_v1?: Maybe<Scalars["Float"]["output"]>;
3040
+ amount_v2?: Maybe<Scalars["Float"]["output"]>;
2895
3041
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
3042
+ last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
3043
+ last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
2896
3044
  };
2897
3045
  /** columns and relationships of "current_objects" */
2898
3046
  type CurrentObjects = {
@@ -3276,6 +3424,8 @@ type CurrentTokenDatasV2 = {
3276
3424
  collection_id: Scalars["String"]["output"];
3277
3425
  /** An object relationship */
3278
3426
  current_collection?: Maybe<CurrentCollectionsV2>;
3427
+ /** An object relationship */
3428
+ current_royalty_v1?: Maybe<CurrentTokenRoyaltyV1>;
3279
3429
  /** An array relationship */
3280
3430
  current_token_ownerships: Array<CurrentTokenOwnershipsV2>;
3281
3431
  /** An aggregate relationship */
@@ -3324,6 +3474,7 @@ type CurrentTokenDatasV2BoolExp = {
3324
3474
  cdn_asset_uris?: InputMaybe<NftMetadataCrawlerParsedAssetUrisBoolExp>;
3325
3475
  collection_id?: InputMaybe<StringComparisonExp>;
3326
3476
  current_collection?: InputMaybe<CurrentCollectionsV2BoolExp>;
3477
+ current_royalty_v1?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
3327
3478
  current_token_ownerships?: InputMaybe<CurrentTokenOwnershipsV2BoolExp>;
3328
3479
  current_token_ownerships_aggregate?: InputMaybe<CurrentTokenOwnershipsV2AggregateBoolExp>;
3329
3480
  decimals?: InputMaybe<BigintComparisonExp>;
@@ -3347,6 +3498,7 @@ type CurrentTokenDatasV2OrderBy = {
3347
3498
  cdn_asset_uris?: InputMaybe<NftMetadataCrawlerParsedAssetUrisOrderBy>;
3348
3499
  collection_id?: InputMaybe<OrderBy>;
3349
3500
  current_collection?: InputMaybe<CurrentCollectionsV2OrderBy>;
3501
+ current_royalty_v1?: InputMaybe<CurrentTokenRoyaltyV1OrderBy>;
3350
3502
  current_token_ownerships_aggregate?: InputMaybe<CurrentTokenOwnershipsV2AggregateOrderBy>;
3351
3503
  decimals?: InputMaybe<OrderBy>;
3352
3504
  description?: InputMaybe<OrderBy>;
@@ -4219,6 +4371,67 @@ type CurrentTokenPendingClaimsStreamCursorValueInput = {
4219
4371
  token_data_id?: InputMaybe<Scalars["String"]["input"]>;
4220
4372
  token_data_id_hash?: InputMaybe<Scalars["String"]["input"]>;
4221
4373
  };
4374
+ /** columns and relationships of "current_token_royalty_v1" */
4375
+ type CurrentTokenRoyaltyV1 = {
4376
+ last_transaction_timestamp: Scalars["timestamp"]["output"];
4377
+ last_transaction_version: Scalars["bigint"]["output"];
4378
+ payee_address: Scalars["String"]["output"];
4379
+ royalty_points_denominator: Scalars["numeric"]["output"];
4380
+ royalty_points_numerator: Scalars["numeric"]["output"];
4381
+ token_data_id: Scalars["String"]["output"];
4382
+ };
4383
+ /** Boolean expression to filter rows from the table "current_token_royalty_v1". All fields are combined with a logical 'AND'. */
4384
+ type CurrentTokenRoyaltyV1BoolExp = {
4385
+ _and?: InputMaybe<Array<CurrentTokenRoyaltyV1BoolExp>>;
4386
+ _not?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
4387
+ _or?: InputMaybe<Array<CurrentTokenRoyaltyV1BoolExp>>;
4388
+ last_transaction_timestamp?: InputMaybe<TimestampComparisonExp>;
4389
+ last_transaction_version?: InputMaybe<BigintComparisonExp>;
4390
+ payee_address?: InputMaybe<StringComparisonExp>;
4391
+ royalty_points_denominator?: InputMaybe<NumericComparisonExp>;
4392
+ royalty_points_numerator?: InputMaybe<NumericComparisonExp>;
4393
+ token_data_id?: InputMaybe<StringComparisonExp>;
4394
+ };
4395
+ /** Ordering options when selecting data from "current_token_royalty_v1". */
4396
+ type CurrentTokenRoyaltyV1OrderBy = {
4397
+ last_transaction_timestamp?: InputMaybe<OrderBy>;
4398
+ last_transaction_version?: InputMaybe<OrderBy>;
4399
+ payee_address?: InputMaybe<OrderBy>;
4400
+ royalty_points_denominator?: InputMaybe<OrderBy>;
4401
+ royalty_points_numerator?: InputMaybe<OrderBy>;
4402
+ token_data_id?: InputMaybe<OrderBy>;
4403
+ };
4404
+ /** select columns of table "current_token_royalty_v1" */
4405
+ declare enum CurrentTokenRoyaltyV1SelectColumn {
4406
+ /** column name */
4407
+ LastTransactionTimestamp = "last_transaction_timestamp",
4408
+ /** column name */
4409
+ LastTransactionVersion = "last_transaction_version",
4410
+ /** column name */
4411
+ PayeeAddress = "payee_address",
4412
+ /** column name */
4413
+ RoyaltyPointsDenominator = "royalty_points_denominator",
4414
+ /** column name */
4415
+ RoyaltyPointsNumerator = "royalty_points_numerator",
4416
+ /** column name */
4417
+ TokenDataId = "token_data_id"
4418
+ }
4419
+ /** Streaming cursor of the table "current_token_royalty_v1" */
4420
+ type CurrentTokenRoyaltyV1StreamCursorInput = {
4421
+ /** Stream column input with initial value */
4422
+ initial_value: CurrentTokenRoyaltyV1StreamCursorValueInput;
4423
+ /** cursor ordering */
4424
+ ordering?: InputMaybe<CursorOrdering>;
4425
+ };
4426
+ /** Initial value of the column from where the streaming should start */
4427
+ type CurrentTokenRoyaltyV1StreamCursorValueInput = {
4428
+ last_transaction_timestamp?: InputMaybe<Scalars["timestamp"]["input"]>;
4429
+ last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
4430
+ payee_address?: InputMaybe<Scalars["String"]["input"]>;
4431
+ royalty_points_denominator?: InputMaybe<Scalars["numeric"]["input"]>;
4432
+ royalty_points_numerator?: InputMaybe<Scalars["numeric"]["input"]>;
4433
+ token_data_id?: InputMaybe<Scalars["String"]["input"]>;
4434
+ };
4222
4435
  /** ordering argument of a cursor */
4223
4436
  declare enum CursorOrdering {
4224
4437
  /** ascending ordering of the cursor */
@@ -5159,22 +5372,22 @@ type JsonbComparisonExp = {
5159
5372
  _neq?: InputMaybe<Scalars["jsonb"]["input"]>;
5160
5373
  _nin?: InputMaybe<Array<Scalars["jsonb"]["input"]>>;
5161
5374
  };
5162
- /** columns and relationships of "ledger_infos" */
5375
+ /** columns and relationships of "processor_metadata.ledger_infos" */
5163
5376
  type LedgerInfos = {
5164
5377
  chain_id: Scalars["bigint"]["output"];
5165
5378
  };
5166
- /** Boolean expression to filter rows from the table "ledger_infos". All fields are combined with a logical 'AND'. */
5379
+ /** Boolean expression to filter rows from the table "processor_metadata.ledger_infos". All fields are combined with a logical 'AND'. */
5167
5380
  type LedgerInfosBoolExp = {
5168
5381
  _and?: InputMaybe<Array<LedgerInfosBoolExp>>;
5169
5382
  _not?: InputMaybe<LedgerInfosBoolExp>;
5170
5383
  _or?: InputMaybe<Array<LedgerInfosBoolExp>>;
5171
5384
  chain_id?: InputMaybe<BigintComparisonExp>;
5172
5385
  };
5173
- /** Ordering options when selecting data from "ledger_infos". */
5386
+ /** Ordering options when selecting data from "processor_metadata.ledger_infos". */
5174
5387
  type LedgerInfosOrderBy = {
5175
5388
  chain_id?: InputMaybe<OrderBy>;
5176
5389
  };
5177
- /** select columns of table "ledger_infos" */
5390
+ /** select columns of table "processor_metadata.ledger_infos" */
5178
5391
  declare enum LedgerInfosSelectColumn {
5179
5392
  /** column name */
5180
5393
  ChainId = "chain_id"
@@ -5293,837 +5506,70 @@ type MoveResourcesVarSampFields = {
5293
5506
  type MoveResourcesVarianceFields = {
5294
5507
  transaction_version?: Maybe<Scalars["Float"]["output"]>;
5295
5508
  };
5296
- /** columns and relationships of "nft_marketplace_v2.current_nft_marketplace_auctions" */
5297
- type NftMarketplaceV2CurrentNftMarketplaceAuctions = {
5298
- buy_it_now_price?: Maybe<Scalars["numeric"]["output"]>;
5299
- coin_type?: Maybe<Scalars["String"]["output"]>;
5300
- collection_id: Scalars["String"]["output"];
5301
- contract_address: Scalars["String"]["output"];
5302
- current_bid_price?: Maybe<Scalars["numeric"]["output"]>;
5303
- current_bidder?: Maybe<Scalars["String"]["output"]>;
5304
- /** An object relationship */
5305
- current_token_data?: Maybe<CurrentTokenDatasV2>;
5306
- entry_function_id_str: Scalars["String"]["output"];
5307
- expiration_time: Scalars["numeric"]["output"];
5308
- fee_schedule_id: Scalars["String"]["output"];
5309
- is_deleted: Scalars["Boolean"]["output"];
5310
- last_transaction_timestamp: Scalars["timestamptz"]["output"];
5311
- last_transaction_version: Scalars["bigint"]["output"];
5312
- listing_id: Scalars["String"]["output"];
5313
- marketplace: Scalars["String"]["output"];
5314
- seller: Scalars["String"]["output"];
5315
- starting_bid_price: Scalars["numeric"]["output"];
5316
- token_amount: Scalars["numeric"]["output"];
5317
- token_data_id: Scalars["String"]["output"];
5318
- token_standard: Scalars["String"]["output"];
5509
+ /** columns and relationships of "nft_metadata_crawler.parsed_asset_uris" */
5510
+ type NftMetadataCrawlerParsedAssetUris = {
5511
+ animation_optimizer_retry_count: Scalars["Int"]["output"];
5512
+ asset_uri: Scalars["String"]["output"];
5513
+ cdn_animation_uri?: Maybe<Scalars["String"]["output"]>;
5514
+ cdn_image_uri?: Maybe<Scalars["String"]["output"]>;
5515
+ cdn_json_uri?: Maybe<Scalars["String"]["output"]>;
5516
+ image_optimizer_retry_count: Scalars["Int"]["output"];
5517
+ json_parser_retry_count: Scalars["Int"]["output"];
5518
+ raw_animation_uri?: Maybe<Scalars["String"]["output"]>;
5519
+ raw_image_uri?: Maybe<Scalars["String"]["output"]>;
5319
5520
  };
5320
- /** Boolean expression to filter rows from the table "nft_marketplace_v2.current_nft_marketplace_auctions". All fields are combined with a logical 'AND'. */
5321
- type NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp = {
5322
- _and?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp>>;
5323
- _not?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp>;
5324
- _or?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp>>;
5325
- buy_it_now_price?: InputMaybe<NumericComparisonExp>;
5326
- coin_type?: InputMaybe<StringComparisonExp>;
5327
- collection_id?: InputMaybe<StringComparisonExp>;
5328
- contract_address?: InputMaybe<StringComparisonExp>;
5329
- current_bid_price?: InputMaybe<NumericComparisonExp>;
5330
- current_bidder?: InputMaybe<StringComparisonExp>;
5331
- current_token_data?: InputMaybe<CurrentTokenDatasV2BoolExp>;
5332
- entry_function_id_str?: InputMaybe<StringComparisonExp>;
5333
- expiration_time?: InputMaybe<NumericComparisonExp>;
5334
- fee_schedule_id?: InputMaybe<StringComparisonExp>;
5335
- is_deleted?: InputMaybe<BooleanComparisonExp>;
5336
- last_transaction_timestamp?: InputMaybe<TimestamptzComparisonExp>;
5337
- last_transaction_version?: InputMaybe<BigintComparisonExp>;
5338
- listing_id?: InputMaybe<StringComparisonExp>;
5339
- marketplace?: InputMaybe<StringComparisonExp>;
5340
- seller?: InputMaybe<StringComparisonExp>;
5341
- starting_bid_price?: InputMaybe<NumericComparisonExp>;
5342
- token_amount?: InputMaybe<NumericComparisonExp>;
5343
- token_data_id?: InputMaybe<StringComparisonExp>;
5344
- token_standard?: InputMaybe<StringComparisonExp>;
5521
+ /** Boolean expression to filter rows from the table "nft_metadata_crawler.parsed_asset_uris". All fields are combined with a logical 'AND'. */
5522
+ type NftMetadataCrawlerParsedAssetUrisBoolExp = {
5523
+ _and?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisBoolExp>>;
5524
+ _not?: InputMaybe<NftMetadataCrawlerParsedAssetUrisBoolExp>;
5525
+ _or?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisBoolExp>>;
5526
+ animation_optimizer_retry_count?: InputMaybe<IntComparisonExp>;
5527
+ asset_uri?: InputMaybe<StringComparisonExp>;
5528
+ cdn_animation_uri?: InputMaybe<StringComparisonExp>;
5529
+ cdn_image_uri?: InputMaybe<StringComparisonExp>;
5530
+ cdn_json_uri?: InputMaybe<StringComparisonExp>;
5531
+ image_optimizer_retry_count?: InputMaybe<IntComparisonExp>;
5532
+ json_parser_retry_count?: InputMaybe<IntComparisonExp>;
5533
+ raw_animation_uri?: InputMaybe<StringComparisonExp>;
5534
+ raw_image_uri?: InputMaybe<StringComparisonExp>;
5345
5535
  };
5346
- /** Ordering options when selecting data from "nft_marketplace_v2.current_nft_marketplace_auctions". */
5347
- type NftMarketplaceV2CurrentNftMarketplaceAuctionsOrderBy = {
5348
- buy_it_now_price?: InputMaybe<OrderBy>;
5349
- coin_type?: InputMaybe<OrderBy>;
5350
- collection_id?: InputMaybe<OrderBy>;
5351
- contract_address?: InputMaybe<OrderBy>;
5352
- current_bid_price?: InputMaybe<OrderBy>;
5353
- current_bidder?: InputMaybe<OrderBy>;
5354
- current_token_data?: InputMaybe<CurrentTokenDatasV2OrderBy>;
5355
- entry_function_id_str?: InputMaybe<OrderBy>;
5356
- expiration_time?: InputMaybe<OrderBy>;
5357
- fee_schedule_id?: InputMaybe<OrderBy>;
5358
- is_deleted?: InputMaybe<OrderBy>;
5359
- last_transaction_timestamp?: InputMaybe<OrderBy>;
5360
- last_transaction_version?: InputMaybe<OrderBy>;
5361
- listing_id?: InputMaybe<OrderBy>;
5362
- marketplace?: InputMaybe<OrderBy>;
5363
- seller?: InputMaybe<OrderBy>;
5364
- starting_bid_price?: InputMaybe<OrderBy>;
5365
- token_amount?: InputMaybe<OrderBy>;
5366
- token_data_id?: InputMaybe<OrderBy>;
5367
- token_standard?: InputMaybe<OrderBy>;
5536
+ /** Ordering options when selecting data from "nft_metadata_crawler.parsed_asset_uris". */
5537
+ type NftMetadataCrawlerParsedAssetUrisOrderBy = {
5538
+ animation_optimizer_retry_count?: InputMaybe<OrderBy>;
5539
+ asset_uri?: InputMaybe<OrderBy>;
5540
+ cdn_animation_uri?: InputMaybe<OrderBy>;
5541
+ cdn_image_uri?: InputMaybe<OrderBy>;
5542
+ cdn_json_uri?: InputMaybe<OrderBy>;
5543
+ image_optimizer_retry_count?: InputMaybe<OrderBy>;
5544
+ json_parser_retry_count?: InputMaybe<OrderBy>;
5545
+ raw_animation_uri?: InputMaybe<OrderBy>;
5546
+ raw_image_uri?: InputMaybe<OrderBy>;
5368
5547
  };
5369
- /** select columns of table "nft_marketplace_v2.current_nft_marketplace_auctions" */
5370
- declare enum NftMarketplaceV2CurrentNftMarketplaceAuctionsSelectColumn {
5371
- /** column name */
5372
- BuyItNowPrice = "buy_it_now_price",
5373
- /** column name */
5374
- CoinType = "coin_type",
5375
- /** column name */
5376
- CollectionId = "collection_id",
5377
- /** column name */
5378
- ContractAddress = "contract_address",
5379
- /** column name */
5380
- CurrentBidPrice = "current_bid_price",
5381
- /** column name */
5382
- CurrentBidder = "current_bidder",
5383
- /** column name */
5384
- EntryFunctionIdStr = "entry_function_id_str",
5385
- /** column name */
5386
- ExpirationTime = "expiration_time",
5387
- /** column name */
5388
- FeeScheduleId = "fee_schedule_id",
5389
- /** column name */
5390
- IsDeleted = "is_deleted",
5548
+ /** select columns of table "nft_metadata_crawler.parsed_asset_uris" */
5549
+ declare enum NftMetadataCrawlerParsedAssetUrisSelectColumn {
5391
5550
  /** column name */
5392
- LastTransactionTimestamp = "last_transaction_timestamp",
5551
+ AnimationOptimizerRetryCount = "animation_optimizer_retry_count",
5393
5552
  /** column name */
5394
- LastTransactionVersion = "last_transaction_version",
5553
+ AssetUri = "asset_uri",
5395
5554
  /** column name */
5396
- ListingId = "listing_id",
5555
+ CdnAnimationUri = "cdn_animation_uri",
5397
5556
  /** column name */
5398
- Marketplace = "marketplace",
5557
+ CdnImageUri = "cdn_image_uri",
5399
5558
  /** column name */
5400
- Seller = "seller",
5559
+ CdnJsonUri = "cdn_json_uri",
5401
5560
  /** column name */
5402
- StartingBidPrice = "starting_bid_price",
5561
+ ImageOptimizerRetryCount = "image_optimizer_retry_count",
5403
5562
  /** column name */
5404
- TokenAmount = "token_amount",
5563
+ JsonParserRetryCount = "json_parser_retry_count",
5405
5564
  /** column name */
5406
- TokenDataId = "token_data_id",
5565
+ RawAnimationUri = "raw_animation_uri",
5407
5566
  /** column name */
5408
- TokenStandard = "token_standard"
5567
+ RawImageUri = "raw_image_uri"
5409
5568
  }
5410
- /** Streaming cursor of the table "nft_marketplace_v2_current_nft_marketplace_auctions" */
5411
- type NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorInput = {
5569
+ /** Streaming cursor of the table "nft_metadata_crawler_parsed_asset_uris" */
5570
+ type NftMetadataCrawlerParsedAssetUrisStreamCursorInput = {
5412
5571
  /** Stream column input with initial value */
5413
- initial_value: NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorValueInput;
5414
- /** cursor ordering */
5415
- ordering?: InputMaybe<CursorOrdering>;
5416
- };
5417
- /** Initial value of the column from where the streaming should start */
5418
- type NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorValueInput = {
5419
- buy_it_now_price?: InputMaybe<Scalars["numeric"]["input"]>;
5420
- coin_type?: InputMaybe<Scalars["String"]["input"]>;
5421
- collection_id?: InputMaybe<Scalars["String"]["input"]>;
5422
- contract_address?: InputMaybe<Scalars["String"]["input"]>;
5423
- current_bid_price?: InputMaybe<Scalars["numeric"]["input"]>;
5424
- current_bidder?: InputMaybe<Scalars["String"]["input"]>;
5425
- entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
5426
- expiration_time?: InputMaybe<Scalars["numeric"]["input"]>;
5427
- fee_schedule_id?: InputMaybe<Scalars["String"]["input"]>;
5428
- is_deleted?: InputMaybe<Scalars["Boolean"]["input"]>;
5429
- last_transaction_timestamp?: InputMaybe<Scalars["timestamptz"]["input"]>;
5430
- last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
5431
- listing_id?: InputMaybe<Scalars["String"]["input"]>;
5432
- marketplace?: InputMaybe<Scalars["String"]["input"]>;
5433
- seller?: InputMaybe<Scalars["String"]["input"]>;
5434
- starting_bid_price?: InputMaybe<Scalars["numeric"]["input"]>;
5435
- token_amount?: InputMaybe<Scalars["numeric"]["input"]>;
5436
- token_data_id?: InputMaybe<Scalars["String"]["input"]>;
5437
- token_standard?: InputMaybe<Scalars["String"]["input"]>;
5438
- };
5439
- /** columns and relationships of "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
5440
- type NftMarketplaceV2CurrentNftMarketplaceCollectionOffers = {
5441
- buyer: Scalars["String"]["output"];
5442
- coin_type?: Maybe<Scalars["String"]["output"]>;
5443
- collection_id: Scalars["String"]["output"];
5444
- collection_offer_id: Scalars["String"]["output"];
5445
- contract_address: Scalars["String"]["output"];
5446
- /** An object relationship */
5447
- current_collection_v2?: Maybe<CurrentCollectionsV2>;
5448
- entry_function_id_str: Scalars["String"]["output"];
5449
- expiration_time: Scalars["numeric"]["output"];
5450
- fee_schedule_id: Scalars["String"]["output"];
5451
- is_deleted: Scalars["Boolean"]["output"];
5452
- item_price: Scalars["numeric"]["output"];
5453
- last_transaction_timestamp: Scalars["timestamptz"]["output"];
5454
- last_transaction_version: Scalars["bigint"]["output"];
5455
- marketplace: Scalars["String"]["output"];
5456
- remaining_token_amount: Scalars["numeric"]["output"];
5457
- token_standard: Scalars["String"]["output"];
5458
- };
5459
- /** Boolean expression to filter rows from the table "nft_marketplace_v2.current_nft_marketplace_collection_offers". All fields are combined with a logical 'AND'. */
5460
- type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp = {
5461
- _and?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>>;
5462
- _not?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>;
5463
- _or?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>>;
5464
- buyer?: InputMaybe<StringComparisonExp>;
5465
- coin_type?: InputMaybe<StringComparisonExp>;
5466
- collection_id?: InputMaybe<StringComparisonExp>;
5467
- collection_offer_id?: InputMaybe<StringComparisonExp>;
5468
- contract_address?: InputMaybe<StringComparisonExp>;
5469
- current_collection_v2?: InputMaybe<CurrentCollectionsV2BoolExp>;
5470
- entry_function_id_str?: InputMaybe<StringComparisonExp>;
5471
- expiration_time?: InputMaybe<NumericComparisonExp>;
5472
- fee_schedule_id?: InputMaybe<StringComparisonExp>;
5473
- is_deleted?: InputMaybe<BooleanComparisonExp>;
5474
- item_price?: InputMaybe<NumericComparisonExp>;
5475
- last_transaction_timestamp?: InputMaybe<TimestamptzComparisonExp>;
5476
- last_transaction_version?: InputMaybe<BigintComparisonExp>;
5477
- marketplace?: InputMaybe<StringComparisonExp>;
5478
- remaining_token_amount?: InputMaybe<NumericComparisonExp>;
5479
- token_standard?: InputMaybe<StringComparisonExp>;
5480
- };
5481
- /** Ordering options when selecting data from "nft_marketplace_v2.current_nft_marketplace_collection_offers". */
5482
- type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersOrderBy = {
5483
- buyer?: InputMaybe<OrderBy>;
5484
- coin_type?: InputMaybe<OrderBy>;
5485
- collection_id?: InputMaybe<OrderBy>;
5486
- collection_offer_id?: InputMaybe<OrderBy>;
5487
- contract_address?: InputMaybe<OrderBy>;
5488
- current_collection_v2?: InputMaybe<CurrentCollectionsV2OrderBy>;
5489
- entry_function_id_str?: InputMaybe<OrderBy>;
5490
- expiration_time?: InputMaybe<OrderBy>;
5491
- fee_schedule_id?: InputMaybe<OrderBy>;
5492
- is_deleted?: InputMaybe<OrderBy>;
5493
- item_price?: InputMaybe<OrderBy>;
5494
- last_transaction_timestamp?: InputMaybe<OrderBy>;
5495
- last_transaction_version?: InputMaybe<OrderBy>;
5496
- marketplace?: InputMaybe<OrderBy>;
5497
- remaining_token_amount?: InputMaybe<OrderBy>;
5498
- token_standard?: InputMaybe<OrderBy>;
5499
- };
5500
- /** select columns of table "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
5501
- declare enum NftMarketplaceV2CurrentNftMarketplaceCollectionOffersSelectColumn {
5502
- /** column name */
5503
- Buyer = "buyer",
5504
- /** column name */
5505
- CoinType = "coin_type",
5506
- /** column name */
5507
- CollectionId = "collection_id",
5508
- /** column name */
5509
- CollectionOfferId = "collection_offer_id",
5510
- /** column name */
5511
- ContractAddress = "contract_address",
5512
- /** column name */
5513
- EntryFunctionIdStr = "entry_function_id_str",
5514
- /** column name */
5515
- ExpirationTime = "expiration_time",
5516
- /** column name */
5517
- FeeScheduleId = "fee_schedule_id",
5518
- /** column name */
5519
- IsDeleted = "is_deleted",
5520
- /** column name */
5521
- ItemPrice = "item_price",
5522
- /** column name */
5523
- LastTransactionTimestamp = "last_transaction_timestamp",
5524
- /** column name */
5525
- LastTransactionVersion = "last_transaction_version",
5526
- /** column name */
5527
- Marketplace = "marketplace",
5528
- /** column name */
5529
- RemainingTokenAmount = "remaining_token_amount",
5530
- /** column name */
5531
- TokenStandard = "token_standard"
5532
- }
5533
- /** Streaming cursor of the table "nft_marketplace_v2_current_nft_marketplace_collection_offers" */
5534
- type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorInput = {
5535
- /** Stream column input with initial value */
5536
- initial_value: NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorValueInput;
5537
- /** cursor ordering */
5538
- ordering?: InputMaybe<CursorOrdering>;
5539
- };
5540
- /** Initial value of the column from where the streaming should start */
5541
- type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorValueInput = {
5542
- buyer?: InputMaybe<Scalars["String"]["input"]>;
5543
- coin_type?: InputMaybe<Scalars["String"]["input"]>;
5544
- collection_id?: InputMaybe<Scalars["String"]["input"]>;
5545
- collection_offer_id?: InputMaybe<Scalars["String"]["input"]>;
5546
- contract_address?: InputMaybe<Scalars["String"]["input"]>;
5547
- entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
5548
- expiration_time?: InputMaybe<Scalars["numeric"]["input"]>;
5549
- fee_schedule_id?: InputMaybe<Scalars["String"]["input"]>;
5550
- is_deleted?: InputMaybe<Scalars["Boolean"]["input"]>;
5551
- item_price?: InputMaybe<Scalars["numeric"]["input"]>;
5552
- last_transaction_timestamp?: InputMaybe<Scalars["timestamptz"]["input"]>;
5553
- last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
5554
- marketplace?: InputMaybe<Scalars["String"]["input"]>;
5555
- remaining_token_amount?: InputMaybe<Scalars["numeric"]["input"]>;
5556
- token_standard?: InputMaybe<Scalars["String"]["input"]>;
5557
- };
5558
- /** columns and relationships of "nft_marketplace_v2.current_nft_marketplace_listings" */
5559
- type NftMarketplaceV2CurrentNftMarketplaceListings = {
5560
- coin_type?: Maybe<Scalars["String"]["output"]>;
5561
- collection_id: Scalars["String"]["output"];
5562
- contract_address: Scalars["String"]["output"];
5563
- /** An object relationship */
5564
- current_token_data?: Maybe<CurrentTokenDatasV2>;
5565
- entry_function_id_str: Scalars["String"]["output"];
5566
- fee_schedule_id: Scalars["String"]["output"];
5567
- is_deleted: Scalars["Boolean"]["output"];
5568
- last_transaction_timestamp: Scalars["timestamptz"]["output"];
5569
- last_transaction_version: Scalars["bigint"]["output"];
5570
- listing_id: Scalars["String"]["output"];
5571
- marketplace: Scalars["String"]["output"];
5572
- price: Scalars["numeric"]["output"];
5573
- seller: Scalars["String"]["output"];
5574
- token_amount: Scalars["numeric"]["output"];
5575
- token_data_id: Scalars["String"]["output"];
5576
- token_standard: Scalars["String"]["output"];
5577
- };
5578
- /** aggregated selection of "nft_marketplace_v2.current_nft_marketplace_listings" */
5579
- type NftMarketplaceV2CurrentNftMarketplaceListingsAggregate = {
5580
- aggregate?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsAggregateFields>;
5581
- nodes: Array<NftMarketplaceV2CurrentNftMarketplaceListings>;
5582
- };
5583
- /** aggregate fields of "nft_marketplace_v2.current_nft_marketplace_listings" */
5584
- type NftMarketplaceV2CurrentNftMarketplaceListingsAggregateFields = {
5585
- avg?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsAvgFields>;
5586
- count: Scalars["Int"]["output"];
5587
- max?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsMaxFields>;
5588
- min?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsMinFields>;
5589
- stddev?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsStddevFields>;
5590
- stddev_pop?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsStddevPopFields>;
5591
- stddev_samp?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsStddevSampFields>;
5592
- sum?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsSumFields>;
5593
- var_pop?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsVarPopFields>;
5594
- var_samp?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsVarSampFields>;
5595
- variance?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsVarianceFields>;
5596
- };
5597
- /** aggregate fields of "nft_marketplace_v2.current_nft_marketplace_listings" */
5598
- type NftMarketplaceV2CurrentNftMarketplaceListingsAggregateFieldsCountArgs = {
5599
- columns?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn>>;
5600
- distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
5601
- };
5602
- /** aggregate avg on columns */
5603
- type NftMarketplaceV2CurrentNftMarketplaceListingsAvgFields = {
5604
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
5605
- price?: Maybe<Scalars["Float"]["output"]>;
5606
- token_amount?: Maybe<Scalars["Float"]["output"]>;
5607
- };
5608
- /** Boolean expression to filter rows from the table "nft_marketplace_v2.current_nft_marketplace_listings". All fields are combined with a logical 'AND'. */
5609
- type NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp = {
5610
- _and?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>>;
5611
- _not?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>;
5612
- _or?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>>;
5613
- coin_type?: InputMaybe<StringComparisonExp>;
5614
- collection_id?: InputMaybe<StringComparisonExp>;
5615
- contract_address?: InputMaybe<StringComparisonExp>;
5616
- current_token_data?: InputMaybe<CurrentTokenDatasV2BoolExp>;
5617
- entry_function_id_str?: InputMaybe<StringComparisonExp>;
5618
- fee_schedule_id?: InputMaybe<StringComparisonExp>;
5619
- is_deleted?: InputMaybe<BooleanComparisonExp>;
5620
- last_transaction_timestamp?: InputMaybe<TimestamptzComparisonExp>;
5621
- last_transaction_version?: InputMaybe<BigintComparisonExp>;
5622
- listing_id?: InputMaybe<StringComparisonExp>;
5623
- marketplace?: InputMaybe<StringComparisonExp>;
5624
- price?: InputMaybe<NumericComparisonExp>;
5625
- seller?: InputMaybe<StringComparisonExp>;
5626
- token_amount?: InputMaybe<NumericComparisonExp>;
5627
- token_data_id?: InputMaybe<StringComparisonExp>;
5628
- token_standard?: InputMaybe<StringComparisonExp>;
5629
- };
5630
- /** aggregate max on columns */
5631
- type NftMarketplaceV2CurrentNftMarketplaceListingsMaxFields = {
5632
- coin_type?: Maybe<Scalars["String"]["output"]>;
5633
- collection_id?: Maybe<Scalars["String"]["output"]>;
5634
- contract_address?: Maybe<Scalars["String"]["output"]>;
5635
- entry_function_id_str?: Maybe<Scalars["String"]["output"]>;
5636
- fee_schedule_id?: Maybe<Scalars["String"]["output"]>;
5637
- last_transaction_timestamp?: Maybe<Scalars["timestamptz"]["output"]>;
5638
- last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
5639
- listing_id?: Maybe<Scalars["String"]["output"]>;
5640
- marketplace?: Maybe<Scalars["String"]["output"]>;
5641
- price?: Maybe<Scalars["numeric"]["output"]>;
5642
- seller?: Maybe<Scalars["String"]["output"]>;
5643
- token_amount?: Maybe<Scalars["numeric"]["output"]>;
5644
- token_data_id?: Maybe<Scalars["String"]["output"]>;
5645
- token_standard?: Maybe<Scalars["String"]["output"]>;
5646
- };
5647
- /** aggregate min on columns */
5648
- type NftMarketplaceV2CurrentNftMarketplaceListingsMinFields = {
5649
- coin_type?: Maybe<Scalars["String"]["output"]>;
5650
- collection_id?: Maybe<Scalars["String"]["output"]>;
5651
- contract_address?: Maybe<Scalars["String"]["output"]>;
5652
- entry_function_id_str?: Maybe<Scalars["String"]["output"]>;
5653
- fee_schedule_id?: Maybe<Scalars["String"]["output"]>;
5654
- last_transaction_timestamp?: Maybe<Scalars["timestamptz"]["output"]>;
5655
- last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
5656
- listing_id?: Maybe<Scalars["String"]["output"]>;
5657
- marketplace?: Maybe<Scalars["String"]["output"]>;
5658
- price?: Maybe<Scalars["numeric"]["output"]>;
5659
- seller?: Maybe<Scalars["String"]["output"]>;
5660
- token_amount?: Maybe<Scalars["numeric"]["output"]>;
5661
- token_data_id?: Maybe<Scalars["String"]["output"]>;
5662
- token_standard?: Maybe<Scalars["String"]["output"]>;
5663
- };
5664
- /** Ordering options when selecting data from "nft_marketplace_v2.current_nft_marketplace_listings". */
5665
- type NftMarketplaceV2CurrentNftMarketplaceListingsOrderBy = {
5666
- coin_type?: InputMaybe<OrderBy>;
5667
- collection_id?: InputMaybe<OrderBy>;
5668
- contract_address?: InputMaybe<OrderBy>;
5669
- current_token_data?: InputMaybe<CurrentTokenDatasV2OrderBy>;
5670
- entry_function_id_str?: InputMaybe<OrderBy>;
5671
- fee_schedule_id?: InputMaybe<OrderBy>;
5672
- is_deleted?: InputMaybe<OrderBy>;
5673
- last_transaction_timestamp?: InputMaybe<OrderBy>;
5674
- last_transaction_version?: InputMaybe<OrderBy>;
5675
- listing_id?: InputMaybe<OrderBy>;
5676
- marketplace?: InputMaybe<OrderBy>;
5677
- price?: InputMaybe<OrderBy>;
5678
- seller?: InputMaybe<OrderBy>;
5679
- token_amount?: InputMaybe<OrderBy>;
5680
- token_data_id?: InputMaybe<OrderBy>;
5681
- token_standard?: InputMaybe<OrderBy>;
5682
- };
5683
- /** select columns of table "nft_marketplace_v2.current_nft_marketplace_listings" */
5684
- declare enum NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn {
5685
- /** column name */
5686
- CoinType = "coin_type",
5687
- /** column name */
5688
- CollectionId = "collection_id",
5689
- /** column name */
5690
- ContractAddress = "contract_address",
5691
- /** column name */
5692
- EntryFunctionIdStr = "entry_function_id_str",
5693
- /** column name */
5694
- FeeScheduleId = "fee_schedule_id",
5695
- /** column name */
5696
- IsDeleted = "is_deleted",
5697
- /** column name */
5698
- LastTransactionTimestamp = "last_transaction_timestamp",
5699
- /** column name */
5700
- LastTransactionVersion = "last_transaction_version",
5701
- /** column name */
5702
- ListingId = "listing_id",
5703
- /** column name */
5704
- Marketplace = "marketplace",
5705
- /** column name */
5706
- Price = "price",
5707
- /** column name */
5708
- Seller = "seller",
5709
- /** column name */
5710
- TokenAmount = "token_amount",
5711
- /** column name */
5712
- TokenDataId = "token_data_id",
5713
- /** column name */
5714
- TokenStandard = "token_standard"
5715
- }
5716
- /** aggregate stddev on columns */
5717
- type NftMarketplaceV2CurrentNftMarketplaceListingsStddevFields = {
5718
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
5719
- price?: Maybe<Scalars["Float"]["output"]>;
5720
- token_amount?: Maybe<Scalars["Float"]["output"]>;
5721
- };
5722
- /** aggregate stddev_pop on columns */
5723
- type NftMarketplaceV2CurrentNftMarketplaceListingsStddevPopFields = {
5724
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
5725
- price?: Maybe<Scalars["Float"]["output"]>;
5726
- token_amount?: Maybe<Scalars["Float"]["output"]>;
5727
- };
5728
- /** aggregate stddev_samp on columns */
5729
- type NftMarketplaceV2CurrentNftMarketplaceListingsStddevSampFields = {
5730
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
5731
- price?: Maybe<Scalars["Float"]["output"]>;
5732
- token_amount?: Maybe<Scalars["Float"]["output"]>;
5733
- };
5734
- /** Streaming cursor of the table "nft_marketplace_v2_current_nft_marketplace_listings" */
5735
- type NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorInput = {
5736
- /** Stream column input with initial value */
5737
- initial_value: NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorValueInput;
5738
- /** cursor ordering */
5739
- ordering?: InputMaybe<CursorOrdering>;
5740
- };
5741
- /** Initial value of the column from where the streaming should start */
5742
- type NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorValueInput = {
5743
- coin_type?: InputMaybe<Scalars["String"]["input"]>;
5744
- collection_id?: InputMaybe<Scalars["String"]["input"]>;
5745
- contract_address?: InputMaybe<Scalars["String"]["input"]>;
5746
- entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
5747
- fee_schedule_id?: InputMaybe<Scalars["String"]["input"]>;
5748
- is_deleted?: InputMaybe<Scalars["Boolean"]["input"]>;
5749
- last_transaction_timestamp?: InputMaybe<Scalars["timestamptz"]["input"]>;
5750
- last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
5751
- listing_id?: InputMaybe<Scalars["String"]["input"]>;
5752
- marketplace?: InputMaybe<Scalars["String"]["input"]>;
5753
- price?: InputMaybe<Scalars["numeric"]["input"]>;
5754
- seller?: InputMaybe<Scalars["String"]["input"]>;
5755
- token_amount?: InputMaybe<Scalars["numeric"]["input"]>;
5756
- token_data_id?: InputMaybe<Scalars["String"]["input"]>;
5757
- token_standard?: InputMaybe<Scalars["String"]["input"]>;
5758
- };
5759
- /** aggregate sum on columns */
5760
- type NftMarketplaceV2CurrentNftMarketplaceListingsSumFields = {
5761
- last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
5762
- price?: Maybe<Scalars["numeric"]["output"]>;
5763
- token_amount?: Maybe<Scalars["numeric"]["output"]>;
5764
- };
5765
- /** aggregate var_pop on columns */
5766
- type NftMarketplaceV2CurrentNftMarketplaceListingsVarPopFields = {
5767
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
5768
- price?: Maybe<Scalars["Float"]["output"]>;
5769
- token_amount?: Maybe<Scalars["Float"]["output"]>;
5770
- };
5771
- /** aggregate var_samp on columns */
5772
- type NftMarketplaceV2CurrentNftMarketplaceListingsVarSampFields = {
5773
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
5774
- price?: Maybe<Scalars["Float"]["output"]>;
5775
- token_amount?: Maybe<Scalars["Float"]["output"]>;
5776
- };
5777
- /** aggregate variance on columns */
5778
- type NftMarketplaceV2CurrentNftMarketplaceListingsVarianceFields = {
5779
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
5780
- price?: Maybe<Scalars["Float"]["output"]>;
5781
- token_amount?: Maybe<Scalars["Float"]["output"]>;
5782
- };
5783
- /** columns and relationships of "nft_marketplace_v2.current_nft_marketplace_token_offers" */
5784
- type NftMarketplaceV2CurrentNftMarketplaceTokenOffers = {
5785
- buyer: Scalars["String"]["output"];
5786
- coin_type?: Maybe<Scalars["String"]["output"]>;
5787
- collection_id: Scalars["String"]["output"];
5788
- contract_address: Scalars["String"]["output"];
5789
- /** An object relationship */
5790
- current_token_data?: Maybe<CurrentTokenDatasV2>;
5791
- entry_function_id_str: Scalars["String"]["output"];
5792
- expiration_time: Scalars["numeric"]["output"];
5793
- fee_schedule_id: Scalars["String"]["output"];
5794
- is_deleted: Scalars["Boolean"]["output"];
5795
- last_transaction_timestamp: Scalars["timestamptz"]["output"];
5796
- last_transaction_version: Scalars["bigint"]["output"];
5797
- marketplace: Scalars["String"]["output"];
5798
- offer_id: Scalars["String"]["output"];
5799
- price: Scalars["numeric"]["output"];
5800
- token_amount: Scalars["numeric"]["output"];
5801
- token_data_id: Scalars["String"]["output"];
5802
- token_standard: Scalars["String"]["output"];
5803
- };
5804
- /** Boolean expression to filter rows from the table "nft_marketplace_v2.current_nft_marketplace_token_offers". All fields are combined with a logical 'AND'. */
5805
- type NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp = {
5806
- _and?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>>;
5807
- _not?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>;
5808
- _or?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>>;
5809
- buyer?: InputMaybe<StringComparisonExp>;
5810
- coin_type?: InputMaybe<StringComparisonExp>;
5811
- collection_id?: InputMaybe<StringComparisonExp>;
5812
- contract_address?: InputMaybe<StringComparisonExp>;
5813
- current_token_data?: InputMaybe<CurrentTokenDatasV2BoolExp>;
5814
- entry_function_id_str?: InputMaybe<StringComparisonExp>;
5815
- expiration_time?: InputMaybe<NumericComparisonExp>;
5816
- fee_schedule_id?: InputMaybe<StringComparisonExp>;
5817
- is_deleted?: InputMaybe<BooleanComparisonExp>;
5818
- last_transaction_timestamp?: InputMaybe<TimestamptzComparisonExp>;
5819
- last_transaction_version?: InputMaybe<BigintComparisonExp>;
5820
- marketplace?: InputMaybe<StringComparisonExp>;
5821
- offer_id?: InputMaybe<StringComparisonExp>;
5822
- price?: InputMaybe<NumericComparisonExp>;
5823
- token_amount?: InputMaybe<NumericComparisonExp>;
5824
- token_data_id?: InputMaybe<StringComparisonExp>;
5825
- token_standard?: InputMaybe<StringComparisonExp>;
5826
- };
5827
- /** Ordering options when selecting data from "nft_marketplace_v2.current_nft_marketplace_token_offers". */
5828
- type NftMarketplaceV2CurrentNftMarketplaceTokenOffersOrderBy = {
5829
- buyer?: InputMaybe<OrderBy>;
5830
- coin_type?: InputMaybe<OrderBy>;
5831
- collection_id?: InputMaybe<OrderBy>;
5832
- contract_address?: InputMaybe<OrderBy>;
5833
- current_token_data?: InputMaybe<CurrentTokenDatasV2OrderBy>;
5834
- entry_function_id_str?: InputMaybe<OrderBy>;
5835
- expiration_time?: InputMaybe<OrderBy>;
5836
- fee_schedule_id?: InputMaybe<OrderBy>;
5837
- is_deleted?: InputMaybe<OrderBy>;
5838
- last_transaction_timestamp?: InputMaybe<OrderBy>;
5839
- last_transaction_version?: InputMaybe<OrderBy>;
5840
- marketplace?: InputMaybe<OrderBy>;
5841
- offer_id?: InputMaybe<OrderBy>;
5842
- price?: InputMaybe<OrderBy>;
5843
- token_amount?: InputMaybe<OrderBy>;
5844
- token_data_id?: InputMaybe<OrderBy>;
5845
- token_standard?: InputMaybe<OrderBy>;
5846
- };
5847
- /** select columns of table "nft_marketplace_v2.current_nft_marketplace_token_offers" */
5848
- declare enum NftMarketplaceV2CurrentNftMarketplaceTokenOffersSelectColumn {
5849
- /** column name */
5850
- Buyer = "buyer",
5851
- /** column name */
5852
- CoinType = "coin_type",
5853
- /** column name */
5854
- CollectionId = "collection_id",
5855
- /** column name */
5856
- ContractAddress = "contract_address",
5857
- /** column name */
5858
- EntryFunctionIdStr = "entry_function_id_str",
5859
- /** column name */
5860
- ExpirationTime = "expiration_time",
5861
- /** column name */
5862
- FeeScheduleId = "fee_schedule_id",
5863
- /** column name */
5864
- IsDeleted = "is_deleted",
5865
- /** column name */
5866
- LastTransactionTimestamp = "last_transaction_timestamp",
5867
- /** column name */
5868
- LastTransactionVersion = "last_transaction_version",
5869
- /** column name */
5870
- Marketplace = "marketplace",
5871
- /** column name */
5872
- OfferId = "offer_id",
5873
- /** column name */
5874
- Price = "price",
5875
- /** column name */
5876
- TokenAmount = "token_amount",
5877
- /** column name */
5878
- TokenDataId = "token_data_id",
5879
- /** column name */
5880
- TokenStandard = "token_standard"
5881
- }
5882
- /** Streaming cursor of the table "nft_marketplace_v2_current_nft_marketplace_token_offers" */
5883
- type NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorInput = {
5884
- /** Stream column input with initial value */
5885
- initial_value: NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorValueInput;
5886
- /** cursor ordering */
5887
- ordering?: InputMaybe<CursorOrdering>;
5888
- };
5889
- /** Initial value of the column from where the streaming should start */
5890
- type NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorValueInput = {
5891
- buyer?: InputMaybe<Scalars["String"]["input"]>;
5892
- coin_type?: InputMaybe<Scalars["String"]["input"]>;
5893
- collection_id?: InputMaybe<Scalars["String"]["input"]>;
5894
- contract_address?: InputMaybe<Scalars["String"]["input"]>;
5895
- entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
5896
- expiration_time?: InputMaybe<Scalars["numeric"]["input"]>;
5897
- fee_schedule_id?: InputMaybe<Scalars["String"]["input"]>;
5898
- is_deleted?: InputMaybe<Scalars["Boolean"]["input"]>;
5899
- last_transaction_timestamp?: InputMaybe<Scalars["timestamptz"]["input"]>;
5900
- last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
5901
- marketplace?: InputMaybe<Scalars["String"]["input"]>;
5902
- offer_id?: InputMaybe<Scalars["String"]["input"]>;
5903
- price?: InputMaybe<Scalars["numeric"]["input"]>;
5904
- token_amount?: InputMaybe<Scalars["numeric"]["input"]>;
5905
- token_data_id?: InputMaybe<Scalars["String"]["input"]>;
5906
- token_standard?: InputMaybe<Scalars["String"]["input"]>;
5907
- };
5908
- /** columns and relationships of "nft_marketplace_v2.nft_marketplace_activities" */
5909
- type NftMarketplaceV2NftMarketplaceActivities = {
5910
- buyer?: Maybe<Scalars["String"]["output"]>;
5911
- coin_type?: Maybe<Scalars["String"]["output"]>;
5912
- collection_id: Scalars["String"]["output"];
5913
- collection_name: Scalars["String"]["output"];
5914
- contract_address: Scalars["String"]["output"];
5915
- creator_address: Scalars["String"]["output"];
5916
- /** An object relationship */
5917
- current_token_data?: Maybe<CurrentTokenDatasV2>;
5918
- entry_function_id_str: Scalars["String"]["output"];
5919
- event_index: Scalars["bigint"]["output"];
5920
- event_type: Scalars["String"]["output"];
5921
- fee_schedule_id: Scalars["String"]["output"];
5922
- marketplace: Scalars["String"]["output"];
5923
- offer_or_listing_id: Scalars["String"]["output"];
5924
- price: Scalars["numeric"]["output"];
5925
- property_version?: Maybe<Scalars["String"]["output"]>;
5926
- seller?: Maybe<Scalars["String"]["output"]>;
5927
- token_amount: Scalars["numeric"]["output"];
5928
- token_data_id?: Maybe<Scalars["String"]["output"]>;
5929
- token_name?: Maybe<Scalars["String"]["output"]>;
5930
- token_standard: Scalars["String"]["output"];
5931
- transaction_timestamp: Scalars["timestamptz"]["output"];
5932
- transaction_version: Scalars["bigint"]["output"];
5933
- };
5934
- /** Boolean expression to filter rows from the table "nft_marketplace_v2.nft_marketplace_activities". All fields are combined with a logical 'AND'. */
5935
- type NftMarketplaceV2NftMarketplaceActivitiesBoolExp = {
5936
- _and?: InputMaybe<Array<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>>;
5937
- _not?: InputMaybe<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>;
5938
- _or?: InputMaybe<Array<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>>;
5939
- buyer?: InputMaybe<StringComparisonExp>;
5940
- coin_type?: InputMaybe<StringComparisonExp>;
5941
- collection_id?: InputMaybe<StringComparisonExp>;
5942
- collection_name?: InputMaybe<StringComparisonExp>;
5943
- contract_address?: InputMaybe<StringComparisonExp>;
5944
- creator_address?: InputMaybe<StringComparisonExp>;
5945
- current_token_data?: InputMaybe<CurrentTokenDatasV2BoolExp>;
5946
- entry_function_id_str?: InputMaybe<StringComparisonExp>;
5947
- event_index?: InputMaybe<BigintComparisonExp>;
5948
- event_type?: InputMaybe<StringComparisonExp>;
5949
- fee_schedule_id?: InputMaybe<StringComparisonExp>;
5950
- marketplace?: InputMaybe<StringComparisonExp>;
5951
- offer_or_listing_id?: InputMaybe<StringComparisonExp>;
5952
- price?: InputMaybe<NumericComparisonExp>;
5953
- property_version?: InputMaybe<StringComparisonExp>;
5954
- seller?: InputMaybe<StringComparisonExp>;
5955
- token_amount?: InputMaybe<NumericComparisonExp>;
5956
- token_data_id?: InputMaybe<StringComparisonExp>;
5957
- token_name?: InputMaybe<StringComparisonExp>;
5958
- token_standard?: InputMaybe<StringComparisonExp>;
5959
- transaction_timestamp?: InputMaybe<TimestamptzComparisonExp>;
5960
- transaction_version?: InputMaybe<BigintComparisonExp>;
5961
- };
5962
- /** Ordering options when selecting data from "nft_marketplace_v2.nft_marketplace_activities". */
5963
- type NftMarketplaceV2NftMarketplaceActivitiesOrderBy = {
5964
- buyer?: InputMaybe<OrderBy>;
5965
- coin_type?: InputMaybe<OrderBy>;
5966
- collection_id?: InputMaybe<OrderBy>;
5967
- collection_name?: InputMaybe<OrderBy>;
5968
- contract_address?: InputMaybe<OrderBy>;
5969
- creator_address?: InputMaybe<OrderBy>;
5970
- current_token_data?: InputMaybe<CurrentTokenDatasV2OrderBy>;
5971
- entry_function_id_str?: InputMaybe<OrderBy>;
5972
- event_index?: InputMaybe<OrderBy>;
5973
- event_type?: InputMaybe<OrderBy>;
5974
- fee_schedule_id?: InputMaybe<OrderBy>;
5975
- marketplace?: InputMaybe<OrderBy>;
5976
- offer_or_listing_id?: InputMaybe<OrderBy>;
5977
- price?: InputMaybe<OrderBy>;
5978
- property_version?: InputMaybe<OrderBy>;
5979
- seller?: InputMaybe<OrderBy>;
5980
- token_amount?: InputMaybe<OrderBy>;
5981
- token_data_id?: InputMaybe<OrderBy>;
5982
- token_name?: InputMaybe<OrderBy>;
5983
- token_standard?: InputMaybe<OrderBy>;
5984
- transaction_timestamp?: InputMaybe<OrderBy>;
5985
- transaction_version?: InputMaybe<OrderBy>;
5986
- };
5987
- /** select columns of table "nft_marketplace_v2.nft_marketplace_activities" */
5988
- declare enum NftMarketplaceV2NftMarketplaceActivitiesSelectColumn {
5989
- /** column name */
5990
- Buyer = "buyer",
5991
- /** column name */
5992
- CoinType = "coin_type",
5993
- /** column name */
5994
- CollectionId = "collection_id",
5995
- /** column name */
5996
- CollectionName = "collection_name",
5997
- /** column name */
5998
- ContractAddress = "contract_address",
5999
- /** column name */
6000
- CreatorAddress = "creator_address",
6001
- /** column name */
6002
- EntryFunctionIdStr = "entry_function_id_str",
6003
- /** column name */
6004
- EventIndex = "event_index",
6005
- /** column name */
6006
- EventType = "event_type",
6007
- /** column name */
6008
- FeeScheduleId = "fee_schedule_id",
6009
- /** column name */
6010
- Marketplace = "marketplace",
6011
- /** column name */
6012
- OfferOrListingId = "offer_or_listing_id",
6013
- /** column name */
6014
- Price = "price",
6015
- /** column name */
6016
- PropertyVersion = "property_version",
6017
- /** column name */
6018
- Seller = "seller",
6019
- /** column name */
6020
- TokenAmount = "token_amount",
6021
- /** column name */
6022
- TokenDataId = "token_data_id",
6023
- /** column name */
6024
- TokenName = "token_name",
6025
- /** column name */
6026
- TokenStandard = "token_standard",
6027
- /** column name */
6028
- TransactionTimestamp = "transaction_timestamp",
6029
- /** column name */
6030
- TransactionVersion = "transaction_version"
6031
- }
6032
- /** Streaming cursor of the table "nft_marketplace_v2_nft_marketplace_activities" */
6033
- type NftMarketplaceV2NftMarketplaceActivitiesStreamCursorInput = {
6034
- /** Stream column input with initial value */
6035
- initial_value: NftMarketplaceV2NftMarketplaceActivitiesStreamCursorValueInput;
6036
- /** cursor ordering */
6037
- ordering?: InputMaybe<CursorOrdering>;
6038
- };
6039
- /** Initial value of the column from where the streaming should start */
6040
- type NftMarketplaceV2NftMarketplaceActivitiesStreamCursorValueInput = {
6041
- buyer?: InputMaybe<Scalars["String"]["input"]>;
6042
- coin_type?: InputMaybe<Scalars["String"]["input"]>;
6043
- collection_id?: InputMaybe<Scalars["String"]["input"]>;
6044
- collection_name?: InputMaybe<Scalars["String"]["input"]>;
6045
- contract_address?: InputMaybe<Scalars["String"]["input"]>;
6046
- creator_address?: InputMaybe<Scalars["String"]["input"]>;
6047
- entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
6048
- event_index?: InputMaybe<Scalars["bigint"]["input"]>;
6049
- event_type?: InputMaybe<Scalars["String"]["input"]>;
6050
- fee_schedule_id?: InputMaybe<Scalars["String"]["input"]>;
6051
- marketplace?: InputMaybe<Scalars["String"]["input"]>;
6052
- offer_or_listing_id?: InputMaybe<Scalars["String"]["input"]>;
6053
- price?: InputMaybe<Scalars["numeric"]["input"]>;
6054
- property_version?: InputMaybe<Scalars["String"]["input"]>;
6055
- seller?: InputMaybe<Scalars["String"]["input"]>;
6056
- token_amount?: InputMaybe<Scalars["numeric"]["input"]>;
6057
- token_data_id?: InputMaybe<Scalars["String"]["input"]>;
6058
- token_name?: InputMaybe<Scalars["String"]["input"]>;
6059
- token_standard?: InputMaybe<Scalars["String"]["input"]>;
6060
- transaction_timestamp?: InputMaybe<Scalars["timestamptz"]["input"]>;
6061
- transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
6062
- };
6063
- /** columns and relationships of "nft_metadata_crawler.parsed_asset_uris" */
6064
- type NftMetadataCrawlerParsedAssetUris = {
6065
- animation_optimizer_retry_count: Scalars["Int"]["output"];
6066
- asset_uri: Scalars["String"]["output"];
6067
- cdn_animation_uri?: Maybe<Scalars["String"]["output"]>;
6068
- cdn_image_uri?: Maybe<Scalars["String"]["output"]>;
6069
- cdn_json_uri?: Maybe<Scalars["String"]["output"]>;
6070
- image_optimizer_retry_count: Scalars["Int"]["output"];
6071
- json_parser_retry_count: Scalars["Int"]["output"];
6072
- raw_animation_uri?: Maybe<Scalars["String"]["output"]>;
6073
- raw_image_uri?: Maybe<Scalars["String"]["output"]>;
6074
- };
6075
- /** Boolean expression to filter rows from the table "nft_metadata_crawler.parsed_asset_uris". All fields are combined with a logical 'AND'. */
6076
- type NftMetadataCrawlerParsedAssetUrisBoolExp = {
6077
- _and?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisBoolExp>>;
6078
- _not?: InputMaybe<NftMetadataCrawlerParsedAssetUrisBoolExp>;
6079
- _or?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisBoolExp>>;
6080
- animation_optimizer_retry_count?: InputMaybe<IntComparisonExp>;
6081
- asset_uri?: InputMaybe<StringComparisonExp>;
6082
- cdn_animation_uri?: InputMaybe<StringComparisonExp>;
6083
- cdn_image_uri?: InputMaybe<StringComparisonExp>;
6084
- cdn_json_uri?: InputMaybe<StringComparisonExp>;
6085
- image_optimizer_retry_count?: InputMaybe<IntComparisonExp>;
6086
- json_parser_retry_count?: InputMaybe<IntComparisonExp>;
6087
- raw_animation_uri?: InputMaybe<StringComparisonExp>;
6088
- raw_image_uri?: InputMaybe<StringComparisonExp>;
6089
- };
6090
- /** Ordering options when selecting data from "nft_metadata_crawler.parsed_asset_uris". */
6091
- type NftMetadataCrawlerParsedAssetUrisOrderBy = {
6092
- animation_optimizer_retry_count?: InputMaybe<OrderBy>;
6093
- asset_uri?: InputMaybe<OrderBy>;
6094
- cdn_animation_uri?: InputMaybe<OrderBy>;
6095
- cdn_image_uri?: InputMaybe<OrderBy>;
6096
- cdn_json_uri?: InputMaybe<OrderBy>;
6097
- image_optimizer_retry_count?: InputMaybe<OrderBy>;
6098
- json_parser_retry_count?: InputMaybe<OrderBy>;
6099
- raw_animation_uri?: InputMaybe<OrderBy>;
6100
- raw_image_uri?: InputMaybe<OrderBy>;
6101
- };
6102
- /** select columns of table "nft_metadata_crawler.parsed_asset_uris" */
6103
- declare enum NftMetadataCrawlerParsedAssetUrisSelectColumn {
6104
- /** column name */
6105
- AnimationOptimizerRetryCount = "animation_optimizer_retry_count",
6106
- /** column name */
6107
- AssetUri = "asset_uri",
6108
- /** column name */
6109
- CdnAnimationUri = "cdn_animation_uri",
6110
- /** column name */
6111
- CdnImageUri = "cdn_image_uri",
6112
- /** column name */
6113
- CdnJsonUri = "cdn_json_uri",
6114
- /** column name */
6115
- ImageOptimizerRetryCount = "image_optimizer_retry_count",
6116
- /** column name */
6117
- JsonParserRetryCount = "json_parser_retry_count",
6118
- /** column name */
6119
- RawAnimationUri = "raw_animation_uri",
6120
- /** column name */
6121
- RawImageUri = "raw_image_uri"
6122
- }
6123
- /** Streaming cursor of the table "nft_metadata_crawler_parsed_asset_uris" */
6124
- type NftMetadataCrawlerParsedAssetUrisStreamCursorInput = {
6125
- /** Stream column input with initial value */
6126
- initial_value: NftMetadataCrawlerParsedAssetUrisStreamCursorValueInput;
5572
+ initial_value: NftMetadataCrawlerParsedAssetUrisStreamCursorValueInput;
6127
5573
  /** cursor ordering */
6128
5574
  ordering?: InputMaybe<CursorOrdering>;
6129
5575
  };
@@ -6203,14 +5649,14 @@ declare enum OrderBy {
6203
5649
  /** in descending order, nulls last */
6204
5650
  DescNullsLast = "desc_nulls_last"
6205
5651
  }
6206
- /** columns and relationships of "processor_status" */
5652
+ /** columns and relationships of "processor_metadata.processor_status" */
6207
5653
  type ProcessorStatus = {
6208
5654
  last_success_version: Scalars["bigint"]["output"];
6209
5655
  last_transaction_timestamp?: Maybe<Scalars["timestamp"]["output"]>;
6210
5656
  last_updated: Scalars["timestamp"]["output"];
6211
5657
  processor: Scalars["String"]["output"];
6212
5658
  };
6213
- /** Boolean expression to filter rows from the table "processor_status". All fields are combined with a logical 'AND'. */
5659
+ /** Boolean expression to filter rows from the table "processor_metadata.processor_status". All fields are combined with a logical 'AND'. */
6214
5660
  type ProcessorStatusBoolExp = {
6215
5661
  _and?: InputMaybe<Array<ProcessorStatusBoolExp>>;
6216
5662
  _not?: InputMaybe<ProcessorStatusBoolExp>;
@@ -6220,14 +5666,14 @@ type ProcessorStatusBoolExp = {
6220
5666
  last_updated?: InputMaybe<TimestampComparisonExp>;
6221
5667
  processor?: InputMaybe<StringComparisonExp>;
6222
5668
  };
6223
- /** Ordering options when selecting data from "processor_status". */
5669
+ /** Ordering options when selecting data from "processor_metadata.processor_status". */
6224
5670
  type ProcessorStatusOrderBy = {
6225
5671
  last_success_version?: InputMaybe<OrderBy>;
6226
5672
  last_transaction_timestamp?: InputMaybe<OrderBy>;
6227
5673
  last_updated?: InputMaybe<OrderBy>;
6228
5674
  processor?: InputMaybe<OrderBy>;
6229
5675
  };
6230
- /** select columns of table "processor_status" */
5676
+ /** select columns of table "processor_metadata.processor_status" */
6231
5677
  declare enum ProcessorStatusSelectColumn {
6232
5678
  /** column name */
6233
5679
  LastSuccessVersion = "last_success_version",
@@ -6409,6 +5855,73 @@ type ProposalVotesVarianceFields = {
6409
5855
  proposal_id?: Maybe<Scalars["Float"]["output"]>;
6410
5856
  transaction_version?: Maybe<Scalars["Float"]["output"]>;
6411
5857
  };
5858
+ /** columns and relationships of "public_key_auth_keys" */
5859
+ type PublicKeyAuthKeys = {
5860
+ account_public_key?: Maybe<Scalars["String"]["output"]>;
5861
+ auth_key: Scalars["String"]["output"];
5862
+ is_public_key_used: Scalars["Boolean"]["output"];
5863
+ last_transaction_version: Scalars["bigint"]["output"];
5864
+ public_key: Scalars["String"]["output"];
5865
+ public_key_type: Scalars["String"]["output"];
5866
+ signature_type: Scalars["String"]["output"];
5867
+ };
5868
+ /** Boolean expression to filter rows from the table "public_key_auth_keys". All fields are combined with a logical 'AND'. */
5869
+ type PublicKeyAuthKeysBoolExp = {
5870
+ _and?: InputMaybe<Array<PublicKeyAuthKeysBoolExp>>;
5871
+ _not?: InputMaybe<PublicKeyAuthKeysBoolExp>;
5872
+ _or?: InputMaybe<Array<PublicKeyAuthKeysBoolExp>>;
5873
+ account_public_key?: InputMaybe<StringComparisonExp>;
5874
+ auth_key?: InputMaybe<StringComparisonExp>;
5875
+ is_public_key_used?: InputMaybe<BooleanComparisonExp>;
5876
+ last_transaction_version?: InputMaybe<BigintComparisonExp>;
5877
+ public_key?: InputMaybe<StringComparisonExp>;
5878
+ public_key_type?: InputMaybe<StringComparisonExp>;
5879
+ signature_type?: InputMaybe<StringComparisonExp>;
5880
+ };
5881
+ /** Ordering options when selecting data from "public_key_auth_keys". */
5882
+ type PublicKeyAuthKeysOrderBy = {
5883
+ account_public_key?: InputMaybe<OrderBy>;
5884
+ auth_key?: InputMaybe<OrderBy>;
5885
+ is_public_key_used?: InputMaybe<OrderBy>;
5886
+ last_transaction_version?: InputMaybe<OrderBy>;
5887
+ public_key?: InputMaybe<OrderBy>;
5888
+ public_key_type?: InputMaybe<OrderBy>;
5889
+ signature_type?: InputMaybe<OrderBy>;
5890
+ };
5891
+ /** select columns of table "public_key_auth_keys" */
5892
+ declare enum PublicKeyAuthKeysSelectColumn {
5893
+ /** column name */
5894
+ AccountPublicKey = "account_public_key",
5895
+ /** column name */
5896
+ AuthKey = "auth_key",
5897
+ /** column name */
5898
+ IsPublicKeyUsed = "is_public_key_used",
5899
+ /** column name */
5900
+ LastTransactionVersion = "last_transaction_version",
5901
+ /** column name */
5902
+ PublicKey = "public_key",
5903
+ /** column name */
5904
+ PublicKeyType = "public_key_type",
5905
+ /** column name */
5906
+ SignatureType = "signature_type"
5907
+ }
5908
+ /** Streaming cursor of the table "public_key_auth_keys" */
5909
+ type PublicKeyAuthKeysStreamCursorInput = {
5910
+ /** Stream column input with initial value */
5911
+ initial_value: PublicKeyAuthKeysStreamCursorValueInput;
5912
+ /** cursor ordering */
5913
+ ordering?: InputMaybe<CursorOrdering>;
5914
+ };
5915
+ /** Initial value of the column from where the streaming should start */
5916
+ type PublicKeyAuthKeysStreamCursorValueInput = {
5917
+ account_public_key?: InputMaybe<Scalars["String"]["input"]>;
5918
+ auth_key?: InputMaybe<Scalars["String"]["input"]>;
5919
+ is_public_key_used?: InputMaybe<Scalars["Boolean"]["input"]>;
5920
+ last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
5921
+ public_key?: InputMaybe<Scalars["String"]["input"]>;
5922
+ public_key_type?: InputMaybe<Scalars["String"]["input"]>;
5923
+ signature_type?: InputMaybe<Scalars["String"]["input"]>;
5924
+ };
6412
5925
  type QueryRoot = {
6413
5926
  /** fetch data from the table: "account_transactions" */
6414
5927
  account_transactions: Array<AccountTransactions>;
@@ -6426,6 +5939,12 @@ type QueryRoot = {
6426
5939
  address_version_from_move_resources: Array<AddressVersionFromMoveResources>;
6427
5940
  /** fetch aggregated fields from the table: "legacy_migration_v1.address_version_from_move_resources" */
6428
5941
  address_version_from_move_resources_aggregate: AddressVersionFromMoveResourcesAggregate;
5942
+ /** fetch data from the table: "auth_key_account_addresses" */
5943
+ auth_key_account_addresses: Array<AuthKeyAccountAddresses>;
5944
+ /** fetch aggregated fields from the table: "auth_key_account_addresses" */
5945
+ auth_key_account_addresses_aggregate: AuthKeyAccountAddressesAggregate;
5946
+ /** fetch data from the table: "auth_key_account_addresses" using primary key columns */
5947
+ auth_key_account_addresses_by_pk?: Maybe<AuthKeyAccountAddresses>;
6429
5948
  /** fetch data from the table: "block_metadata_transactions" */
6430
5949
  block_metadata_transactions: Array<BlockMetadataTransactions>;
6431
5950
  /** fetch data from the table: "block_metadata_transactions" using primary key columns */
@@ -6438,10 +5957,6 @@ type QueryRoot = {
6438
5957
  coin_balances: Array<CoinBalances>;
6439
5958
  /** fetch data from the table: "legacy_migration_v1.coin_infos" */
6440
5959
  coin_infos: Array<CoinInfos>;
6441
- /** fetch data from the table: "coin_supply" */
6442
- coin_supply: Array<CoinSupply>;
6443
- /** fetch data from the table: "coin_supply" using primary key columns */
6444
- coin_supply_by_pk?: Maybe<CoinSupply>;
6445
5960
  /** fetch data from the table: "legacy_migration_v1.collection_datas" */
6446
5961
  collection_datas: Array<CollectionDatas>;
6447
5962
  /** fetch data from the table: "legacy_migration_v1.current_ans_lookup" */
@@ -6478,11 +5993,11 @@ type QueryRoot = {
6478
5993
  current_delegator_balances: Array<CurrentDelegatorBalances>;
6479
5994
  /** fetch data from the table: "current_delegator_balances" using primary key columns */
6480
5995
  current_delegator_balances_by_pk?: Maybe<CurrentDelegatorBalances>;
6481
- /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
5996
+ /** fetch data from the table: "current_fungible_asset_balances" */
6482
5997
  current_fungible_asset_balances: Array<CurrentFungibleAssetBalances>;
6483
- /** fetch aggregated fields from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
5998
+ /** fetch aggregated fields from the table: "current_fungible_asset_balances" */
6484
5999
  current_fungible_asset_balances_aggregate: CurrentFungibleAssetBalancesAggregate;
6485
- /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" using primary key columns */
6000
+ /** fetch data from the table: "current_fungible_asset_balances" using primary key columns */
6486
6001
  current_fungible_asset_balances_by_pk?: Maybe<CurrentFungibleAssetBalances>;
6487
6002
  /** fetch data from the table: "current_objects" */
6488
6003
  current_objects: Array<CurrentObjects>;
@@ -6516,6 +6031,10 @@ type QueryRoot = {
6516
6031
  current_token_pending_claims: Array<CurrentTokenPendingClaims>;
6517
6032
  /** fetch data from the table: "current_token_pending_claims" using primary key columns */
6518
6033
  current_token_pending_claims_by_pk?: Maybe<CurrentTokenPendingClaims>;
6034
+ /** fetch data from the table: "current_token_royalty_v1" */
6035
+ current_token_royalty_v1: Array<CurrentTokenRoyaltyV1>;
6036
+ /** fetch data from the table: "current_token_royalty_v1" using primary key columns */
6037
+ current_token_royalty_v1_by_pk?: Maybe<CurrentTokenRoyaltyV1>;
6519
6038
  /** An array relationship */
6520
6039
  delegated_staking_activities: Array<DelegatedStakingActivities>;
6521
6040
  /** fetch data from the table: "delegated_staking_activities" using primary key columns */
@@ -6550,45 +6069,23 @@ type QueryRoot = {
6550
6069
  indexer_status: Array<IndexerStatus>;
6551
6070
  /** fetch data from the table: "indexer_status" using primary key columns */
6552
6071
  indexer_status_by_pk?: Maybe<IndexerStatus>;
6553
- /** fetch data from the table: "ledger_infos" */
6072
+ /** fetch data from the table: "processor_metadata.ledger_infos" */
6554
6073
  ledger_infos: Array<LedgerInfos>;
6555
- /** fetch data from the table: "ledger_infos" using primary key columns */
6074
+ /** fetch data from the table: "processor_metadata.ledger_infos" using primary key columns */
6556
6075
  ledger_infos_by_pk?: Maybe<LedgerInfos>;
6557
6076
  /** fetch data from the table: "legacy_migration_v1.move_resources" */
6558
6077
  move_resources: Array<MoveResources>;
6559
6078
  /** fetch aggregated fields from the table: "legacy_migration_v1.move_resources" */
6560
6079
  move_resources_aggregate: MoveResourcesAggregate;
6561
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" */
6562
- nft_marketplace_v2_current_nft_marketplace_auctions: Array<NftMarketplaceV2CurrentNftMarketplaceAuctions>;
6563
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" using primary key columns */
6564
- nft_marketplace_v2_current_nft_marketplace_auctions_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceAuctions>;
6565
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
6566
- nft_marketplace_v2_current_nft_marketplace_collection_offers: Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffers>;
6567
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_collection_offers" using primary key columns */
6568
- nft_marketplace_v2_current_nft_marketplace_collection_offers_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffers>;
6569
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_listings" */
6570
- nft_marketplace_v2_current_nft_marketplace_listings: Array<NftMarketplaceV2CurrentNftMarketplaceListings>;
6571
- /** fetch aggregated fields from the table: "nft_marketplace_v2.current_nft_marketplace_listings" */
6572
- nft_marketplace_v2_current_nft_marketplace_listings_aggregate: NftMarketplaceV2CurrentNftMarketplaceListingsAggregate;
6573
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_listings" using primary key columns */
6574
- nft_marketplace_v2_current_nft_marketplace_listings_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListings>;
6575
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_token_offers" */
6576
- nft_marketplace_v2_current_nft_marketplace_token_offers: Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffers>;
6577
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_token_offers" using primary key columns */
6578
- nft_marketplace_v2_current_nft_marketplace_token_offers_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffers>;
6579
- /** fetch data from the table: "nft_marketplace_v2.nft_marketplace_activities" */
6580
- nft_marketplace_v2_nft_marketplace_activities: Array<NftMarketplaceV2NftMarketplaceActivities>;
6581
- /** fetch data from the table: "nft_marketplace_v2.nft_marketplace_activities" using primary key columns */
6582
- nft_marketplace_v2_nft_marketplace_activities_by_pk?: Maybe<NftMarketplaceV2NftMarketplaceActivities>;
6583
6080
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" */
6584
6081
  nft_metadata_crawler_parsed_asset_uris: Array<NftMetadataCrawlerParsedAssetUris>;
6585
6082
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" using primary key columns */
6586
6083
  nft_metadata_crawler_parsed_asset_uris_by_pk?: Maybe<NftMetadataCrawlerParsedAssetUris>;
6587
6084
  /** fetch data from the table: "num_active_delegator_per_pool" */
6588
6085
  num_active_delegator_per_pool: Array<NumActiveDelegatorPerPool>;
6589
- /** fetch data from the table: "processor_status" */
6086
+ /** fetch data from the table: "processor_metadata.processor_status" */
6590
6087
  processor_status: Array<ProcessorStatus>;
6591
- /** fetch data from the table: "processor_status" using primary key columns */
6088
+ /** fetch data from the table: "processor_metadata.processor_status" using primary key columns */
6592
6089
  processor_status_by_pk?: Maybe<ProcessorStatus>;
6593
6090
  /** fetch data from the table: "proposal_votes" */
6594
6091
  proposal_votes: Array<ProposalVotes>;
@@ -6596,6 +6093,10 @@ type QueryRoot = {
6596
6093
  proposal_votes_aggregate: ProposalVotesAggregate;
6597
6094
  /** fetch data from the table: "proposal_votes" using primary key columns */
6598
6095
  proposal_votes_by_pk?: Maybe<ProposalVotes>;
6096
+ /** fetch data from the table: "public_key_auth_keys" */
6097
+ public_key_auth_keys: Array<PublicKeyAuthKeys>;
6098
+ /** fetch data from the table: "public_key_auth_keys" using primary key columns */
6099
+ public_key_auth_keys_by_pk?: Maybe<PublicKeyAuthKeys>;
6599
6100
  /** fetch data from the table: "signatures" */
6600
6101
  signatures: Array<Signatures>;
6601
6102
  /** fetch data from the table: "signatures" using primary key columns */
@@ -6682,6 +6183,23 @@ type QueryRootAddressVersionFromMoveResourcesAggregateArgs = {
6682
6183
  order_by?: InputMaybe<Array<AddressVersionFromMoveResourcesOrderBy>>;
6683
6184
  where?: InputMaybe<AddressVersionFromMoveResourcesBoolExp>;
6684
6185
  };
6186
+ type QueryRootAuthKeyAccountAddressesArgs = {
6187
+ distinct_on?: InputMaybe<Array<AuthKeyAccountAddressesSelectColumn>>;
6188
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
6189
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
6190
+ order_by?: InputMaybe<Array<AuthKeyAccountAddressesOrderBy>>;
6191
+ where?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
6192
+ };
6193
+ type QueryRootAuthKeyAccountAddressesAggregateArgs = {
6194
+ distinct_on?: InputMaybe<Array<AuthKeyAccountAddressesSelectColumn>>;
6195
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
6196
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
6197
+ order_by?: InputMaybe<Array<AuthKeyAccountAddressesOrderBy>>;
6198
+ where?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
6199
+ };
6200
+ type QueryRootAuthKeyAccountAddressesByPkArgs = {
6201
+ account_address: Scalars["String"]["input"];
6202
+ };
6685
6203
  type QueryRootBlockMetadataTransactionsArgs = {
6686
6204
  distinct_on?: InputMaybe<Array<BlockMetadataTransactionsSelectColumn>>;
6687
6205
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -6720,17 +6238,6 @@ type QueryRootCoinInfosArgs = {
6720
6238
  order_by?: InputMaybe<Array<CoinInfosOrderBy>>;
6721
6239
  where?: InputMaybe<CoinInfosBoolExp>;
6722
6240
  };
6723
- type QueryRootCoinSupplyArgs = {
6724
- distinct_on?: InputMaybe<Array<CoinSupplySelectColumn>>;
6725
- limit?: InputMaybe<Scalars["Int"]["input"]>;
6726
- offset?: InputMaybe<Scalars["Int"]["input"]>;
6727
- order_by?: InputMaybe<Array<CoinSupplyOrderBy>>;
6728
- where?: InputMaybe<CoinSupplyBoolExp>;
6729
- };
6730
- type QueryRootCoinSupplyByPkArgs = {
6731
- coin_type_hash: Scalars["String"]["input"];
6732
- transaction_version: Scalars["bigint"]["input"];
6733
- };
6734
6241
  type QueryRootCollectionDatasArgs = {
6735
6242
  distinct_on?: InputMaybe<Array<CollectionDatasSelectColumn>>;
6736
6243
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -6955,6 +6462,16 @@ type QueryRootCurrentTokenPendingClaimsByPkArgs = {
6955
6462
  to_address: Scalars["String"]["input"];
6956
6463
  token_data_id_hash: Scalars["String"]["input"];
6957
6464
  };
6465
+ type QueryRootCurrentTokenRoyaltyV1Args = {
6466
+ distinct_on?: InputMaybe<Array<CurrentTokenRoyaltyV1SelectColumn>>;
6467
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
6468
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
6469
+ order_by?: InputMaybe<Array<CurrentTokenRoyaltyV1OrderBy>>;
6470
+ where?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
6471
+ };
6472
+ type QueryRootCurrentTokenRoyaltyV1ByPkArgs = {
6473
+ token_data_id: Scalars["String"]["input"];
6474
+ };
6958
6475
  type QueryRootDelegatedStakingActivitiesArgs = {
6959
6476
  distinct_on?: InputMaybe<Array<DelegatedStakingActivitiesSelectColumn>>;
6960
6477
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -7074,68 +6591,6 @@ type QueryRootMoveResourcesAggregateArgs = {
7074
6591
  order_by?: InputMaybe<Array<MoveResourcesOrderBy>>;
7075
6592
  where?: InputMaybe<MoveResourcesBoolExp>;
7076
6593
  };
7077
- type QueryRootNftMarketplaceV2CurrentNftMarketplaceAuctionsArgs = {
7078
- distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceAuctionsSelectColumn>>;
7079
- limit?: InputMaybe<Scalars["Int"]["input"]>;
7080
- offset?: InputMaybe<Scalars["Int"]["input"]>;
7081
- order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceAuctionsOrderBy>>;
7082
- where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp>;
7083
- };
7084
- type QueryRootNftMarketplaceV2CurrentNftMarketplaceAuctionsByPkArgs = {
7085
- listing_id: Scalars["String"]["input"];
7086
- token_data_id: Scalars["String"]["input"];
7087
- };
7088
- type QueryRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersArgs = {
7089
- distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersSelectColumn>>;
7090
- limit?: InputMaybe<Scalars["Int"]["input"]>;
7091
- offset?: InputMaybe<Scalars["Int"]["input"]>;
7092
- order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersOrderBy>>;
7093
- where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>;
7094
- };
7095
- type QueryRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersByPkArgs = {
7096
- collection_id: Scalars["String"]["input"];
7097
- collection_offer_id: Scalars["String"]["input"];
7098
- };
7099
- type QueryRootNftMarketplaceV2CurrentNftMarketplaceListingsArgs = {
7100
- distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn>>;
7101
- limit?: InputMaybe<Scalars["Int"]["input"]>;
7102
- offset?: InputMaybe<Scalars["Int"]["input"]>;
7103
- order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsOrderBy>>;
7104
- where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>;
7105
- };
7106
- type QueryRootNftMarketplaceV2CurrentNftMarketplaceListingsAggregateArgs = {
7107
- distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn>>;
7108
- limit?: InputMaybe<Scalars["Int"]["input"]>;
7109
- offset?: InputMaybe<Scalars["Int"]["input"]>;
7110
- order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsOrderBy>>;
7111
- where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>;
7112
- };
7113
- type QueryRootNftMarketplaceV2CurrentNftMarketplaceListingsByPkArgs = {
7114
- listing_id: Scalars["String"]["input"];
7115
- token_data_id: Scalars["String"]["input"];
7116
- };
7117
- type QueryRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersArgs = {
7118
- distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffersSelectColumn>>;
7119
- limit?: InputMaybe<Scalars["Int"]["input"]>;
7120
- offset?: InputMaybe<Scalars["Int"]["input"]>;
7121
- order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffersOrderBy>>;
7122
- where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>;
7123
- };
7124
- type QueryRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersByPkArgs = {
7125
- offer_id: Scalars["String"]["input"];
7126
- token_data_id: Scalars["String"]["input"];
7127
- };
7128
- type QueryRootNftMarketplaceV2NftMarketplaceActivitiesArgs = {
7129
- distinct_on?: InputMaybe<Array<NftMarketplaceV2NftMarketplaceActivitiesSelectColumn>>;
7130
- limit?: InputMaybe<Scalars["Int"]["input"]>;
7131
- offset?: InputMaybe<Scalars["Int"]["input"]>;
7132
- order_by?: InputMaybe<Array<NftMarketplaceV2NftMarketplaceActivitiesOrderBy>>;
7133
- where?: InputMaybe<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>;
7134
- };
7135
- type QueryRootNftMarketplaceV2NftMarketplaceActivitiesByPkArgs = {
7136
- event_index: Scalars["bigint"]["input"];
7137
- transaction_version: Scalars["bigint"]["input"];
7138
- };
7139
6594
  type QueryRootNftMetadataCrawlerParsedAssetUrisArgs = {
7140
6595
  distinct_on?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisSelectColumn>>;
7141
6596
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -7182,6 +6637,18 @@ type QueryRootProposalVotesByPkArgs = {
7182
6637
  transaction_version: Scalars["bigint"]["input"];
7183
6638
  voter_address: Scalars["String"]["input"];
7184
6639
  };
6640
+ type QueryRootPublicKeyAuthKeysArgs = {
6641
+ distinct_on?: InputMaybe<Array<PublicKeyAuthKeysSelectColumn>>;
6642
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
6643
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
6644
+ order_by?: InputMaybe<Array<PublicKeyAuthKeysOrderBy>>;
6645
+ where?: InputMaybe<PublicKeyAuthKeysBoolExp>;
6646
+ };
6647
+ type QueryRootPublicKeyAuthKeysByPkArgs = {
6648
+ auth_key: Scalars["String"]["input"];
6649
+ public_key: Scalars["String"]["input"];
6650
+ public_key_type: Scalars["String"]["input"];
6651
+ };
7185
6652
  type QueryRootSignaturesArgs = {
7186
6653
  distinct_on?: InputMaybe<Array<SignaturesSelectColumn>>;
7187
6654
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -7399,6 +6866,14 @@ type SubscriptionRoot = {
7399
6866
  address_version_from_move_resources_aggregate: AddressVersionFromMoveResourcesAggregate;
7400
6867
  /** fetch data from the table in a streaming manner: "legacy_migration_v1.address_version_from_move_resources" */
7401
6868
  address_version_from_move_resources_stream: Array<AddressVersionFromMoveResources>;
6869
+ /** fetch data from the table: "auth_key_account_addresses" */
6870
+ auth_key_account_addresses: Array<AuthKeyAccountAddresses>;
6871
+ /** fetch aggregated fields from the table: "auth_key_account_addresses" */
6872
+ auth_key_account_addresses_aggregate: AuthKeyAccountAddressesAggregate;
6873
+ /** fetch data from the table: "auth_key_account_addresses" using primary key columns */
6874
+ auth_key_account_addresses_by_pk?: Maybe<AuthKeyAccountAddresses>;
6875
+ /** fetch data from the table in a streaming manner: "auth_key_account_addresses" */
6876
+ auth_key_account_addresses_stream: Array<AuthKeyAccountAddresses>;
7402
6877
  /** fetch data from the table: "block_metadata_transactions" */
7403
6878
  block_metadata_transactions: Array<BlockMetadataTransactions>;
7404
6879
  /** fetch data from the table: "block_metadata_transactions" using primary key columns */
@@ -7419,12 +6894,6 @@ type SubscriptionRoot = {
7419
6894
  coin_infos: Array<CoinInfos>;
7420
6895
  /** fetch data from the table in a streaming manner: "legacy_migration_v1.coin_infos" */
7421
6896
  coin_infos_stream: Array<CoinInfos>;
7422
- /** fetch data from the table: "coin_supply" */
7423
- coin_supply: Array<CoinSupply>;
7424
- /** fetch data from the table: "coin_supply" using primary key columns */
7425
- coin_supply_by_pk?: Maybe<CoinSupply>;
7426
- /** fetch data from the table in a streaming manner: "coin_supply" */
7427
- coin_supply_stream: Array<CoinSupply>;
7428
6897
  /** fetch data from the table: "legacy_migration_v1.collection_datas" */
7429
6898
  collection_datas: Array<CollectionDatas>;
7430
6899
  /** fetch data from the table in a streaming manner: "legacy_migration_v1.collection_datas" */
@@ -7483,13 +6952,13 @@ type SubscriptionRoot = {
7483
6952
  current_delegator_balances_by_pk?: Maybe<CurrentDelegatorBalances>;
7484
6953
  /** fetch data from the table in a streaming manner: "current_delegator_balances" */
7485
6954
  current_delegator_balances_stream: Array<CurrentDelegatorBalances>;
7486
- /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
6955
+ /** fetch data from the table: "current_fungible_asset_balances" */
7487
6956
  current_fungible_asset_balances: Array<CurrentFungibleAssetBalances>;
7488
- /** fetch aggregated fields from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
6957
+ /** fetch aggregated fields from the table: "current_fungible_asset_balances" */
7489
6958
  current_fungible_asset_balances_aggregate: CurrentFungibleAssetBalancesAggregate;
7490
- /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" using primary key columns */
6959
+ /** fetch data from the table: "current_fungible_asset_balances" using primary key columns */
7491
6960
  current_fungible_asset_balances_by_pk?: Maybe<CurrentFungibleAssetBalances>;
7492
- /** fetch data from the table in a streaming manner: "current_unified_fungible_asset_balances_to_be_renamed" */
6961
+ /** fetch data from the table in a streaming manner: "current_fungible_asset_balances" */
7493
6962
  current_fungible_asset_balances_stream: Array<CurrentFungibleAssetBalances>;
7494
6963
  /** fetch data from the table: "current_objects" */
7495
6964
  current_objects: Array<CurrentObjects>;
@@ -7539,6 +7008,12 @@ type SubscriptionRoot = {
7539
7008
  current_token_pending_claims_by_pk?: Maybe<CurrentTokenPendingClaims>;
7540
7009
  /** fetch data from the table in a streaming manner: "current_token_pending_claims" */
7541
7010
  current_token_pending_claims_stream: Array<CurrentTokenPendingClaims>;
7011
+ /** fetch data from the table: "current_token_royalty_v1" */
7012
+ current_token_royalty_v1: Array<CurrentTokenRoyaltyV1>;
7013
+ /** fetch data from the table: "current_token_royalty_v1" using primary key columns */
7014
+ current_token_royalty_v1_by_pk?: Maybe<CurrentTokenRoyaltyV1>;
7015
+ /** fetch data from the table in a streaming manner: "current_token_royalty_v1" */
7016
+ current_token_royalty_v1_stream: Array<CurrentTokenRoyaltyV1>;
7542
7017
  /** An array relationship */
7543
7018
  delegated_staking_activities: Array<DelegatedStakingActivities>;
7544
7019
  /** fetch data from the table: "delegated_staking_activities" using primary key columns */
@@ -7589,11 +7064,11 @@ type SubscriptionRoot = {
7589
7064
  indexer_status_by_pk?: Maybe<IndexerStatus>;
7590
7065
  /** fetch data from the table in a streaming manner: "indexer_status" */
7591
7066
  indexer_status_stream: Array<IndexerStatus>;
7592
- /** fetch data from the table: "ledger_infos" */
7067
+ /** fetch data from the table: "processor_metadata.ledger_infos" */
7593
7068
  ledger_infos: Array<LedgerInfos>;
7594
- /** fetch data from the table: "ledger_infos" using primary key columns */
7069
+ /** fetch data from the table: "processor_metadata.ledger_infos" using primary key columns */
7595
7070
  ledger_infos_by_pk?: Maybe<LedgerInfos>;
7596
- /** fetch data from the table in a streaming manner: "ledger_infos" */
7071
+ /** fetch data from the table in a streaming manner: "processor_metadata.ledger_infos" */
7597
7072
  ledger_infos_stream: Array<LedgerInfos>;
7598
7073
  /** fetch data from the table: "legacy_migration_v1.move_resources" */
7599
7074
  move_resources: Array<MoveResources>;
@@ -7601,38 +7076,6 @@ type SubscriptionRoot = {
7601
7076
  move_resources_aggregate: MoveResourcesAggregate;
7602
7077
  /** fetch data from the table in a streaming manner: "legacy_migration_v1.move_resources" */
7603
7078
  move_resources_stream: Array<MoveResources>;
7604
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" */
7605
- nft_marketplace_v2_current_nft_marketplace_auctions: Array<NftMarketplaceV2CurrentNftMarketplaceAuctions>;
7606
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" using primary key columns */
7607
- nft_marketplace_v2_current_nft_marketplace_auctions_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceAuctions>;
7608
- /** fetch data from the table in a streaming manner: "nft_marketplace_v2.current_nft_marketplace_auctions" */
7609
- nft_marketplace_v2_current_nft_marketplace_auctions_stream: Array<NftMarketplaceV2CurrentNftMarketplaceAuctions>;
7610
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
7611
- nft_marketplace_v2_current_nft_marketplace_collection_offers: Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffers>;
7612
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_collection_offers" using primary key columns */
7613
- nft_marketplace_v2_current_nft_marketplace_collection_offers_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffers>;
7614
- /** fetch data from the table in a streaming manner: "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
7615
- nft_marketplace_v2_current_nft_marketplace_collection_offers_stream: Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffers>;
7616
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_listings" */
7617
- nft_marketplace_v2_current_nft_marketplace_listings: Array<NftMarketplaceV2CurrentNftMarketplaceListings>;
7618
- /** fetch aggregated fields from the table: "nft_marketplace_v2.current_nft_marketplace_listings" */
7619
- nft_marketplace_v2_current_nft_marketplace_listings_aggregate: NftMarketplaceV2CurrentNftMarketplaceListingsAggregate;
7620
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_listings" using primary key columns */
7621
- nft_marketplace_v2_current_nft_marketplace_listings_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListings>;
7622
- /** fetch data from the table in a streaming manner: "nft_marketplace_v2.current_nft_marketplace_listings" */
7623
- nft_marketplace_v2_current_nft_marketplace_listings_stream: Array<NftMarketplaceV2CurrentNftMarketplaceListings>;
7624
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_token_offers" */
7625
- nft_marketplace_v2_current_nft_marketplace_token_offers: Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffers>;
7626
- /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_token_offers" using primary key columns */
7627
- nft_marketplace_v2_current_nft_marketplace_token_offers_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffers>;
7628
- /** fetch data from the table in a streaming manner: "nft_marketplace_v2.current_nft_marketplace_token_offers" */
7629
- nft_marketplace_v2_current_nft_marketplace_token_offers_stream: Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffers>;
7630
- /** fetch data from the table: "nft_marketplace_v2.nft_marketplace_activities" */
7631
- nft_marketplace_v2_nft_marketplace_activities: Array<NftMarketplaceV2NftMarketplaceActivities>;
7632
- /** fetch data from the table: "nft_marketplace_v2.nft_marketplace_activities" using primary key columns */
7633
- nft_marketplace_v2_nft_marketplace_activities_by_pk?: Maybe<NftMarketplaceV2NftMarketplaceActivities>;
7634
- /** fetch data from the table in a streaming manner: "nft_marketplace_v2.nft_marketplace_activities" */
7635
- nft_marketplace_v2_nft_marketplace_activities_stream: Array<NftMarketplaceV2NftMarketplaceActivities>;
7636
7079
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" */
7637
7080
  nft_metadata_crawler_parsed_asset_uris: Array<NftMetadataCrawlerParsedAssetUris>;
7638
7081
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" using primary key columns */
@@ -7643,11 +7086,11 @@ type SubscriptionRoot = {
7643
7086
  num_active_delegator_per_pool: Array<NumActiveDelegatorPerPool>;
7644
7087
  /** fetch data from the table in a streaming manner: "num_active_delegator_per_pool" */
7645
7088
  num_active_delegator_per_pool_stream: Array<NumActiveDelegatorPerPool>;
7646
- /** fetch data from the table: "processor_status" */
7089
+ /** fetch data from the table: "processor_metadata.processor_status" */
7647
7090
  processor_status: Array<ProcessorStatus>;
7648
- /** fetch data from the table: "processor_status" using primary key columns */
7091
+ /** fetch data from the table: "processor_metadata.processor_status" using primary key columns */
7649
7092
  processor_status_by_pk?: Maybe<ProcessorStatus>;
7650
- /** fetch data from the table in a streaming manner: "processor_status" */
7093
+ /** fetch data from the table in a streaming manner: "processor_metadata.processor_status" */
7651
7094
  processor_status_stream: Array<ProcessorStatus>;
7652
7095
  /** fetch data from the table: "proposal_votes" */
7653
7096
  proposal_votes: Array<ProposalVotes>;
@@ -7657,6 +7100,12 @@ type SubscriptionRoot = {
7657
7100
  proposal_votes_by_pk?: Maybe<ProposalVotes>;
7658
7101
  /** fetch data from the table in a streaming manner: "proposal_votes" */
7659
7102
  proposal_votes_stream: Array<ProposalVotes>;
7103
+ /** fetch data from the table: "public_key_auth_keys" */
7104
+ public_key_auth_keys: Array<PublicKeyAuthKeys>;
7105
+ /** fetch data from the table: "public_key_auth_keys" using primary key columns */
7106
+ public_key_auth_keys_by_pk?: Maybe<PublicKeyAuthKeys>;
7107
+ /** fetch data from the table in a streaming manner: "public_key_auth_keys" */
7108
+ public_key_auth_keys_stream: Array<PublicKeyAuthKeys>;
7660
7109
  /** fetch data from the table: "signatures" */
7661
7110
  signatures: Array<Signatures>;
7662
7111
  /** fetch data from the table: "signatures" using primary key columns */
@@ -7781,6 +7230,28 @@ type SubscriptionRootAddressVersionFromMoveResourcesStreamArgs = {
7781
7230
  cursor: Array<InputMaybe<AddressVersionFromMoveResourcesStreamCursorInput>>;
7782
7231
  where?: InputMaybe<AddressVersionFromMoveResourcesBoolExp>;
7783
7232
  };
7233
+ type SubscriptionRootAuthKeyAccountAddressesArgs = {
7234
+ distinct_on?: InputMaybe<Array<AuthKeyAccountAddressesSelectColumn>>;
7235
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
7236
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
7237
+ order_by?: InputMaybe<Array<AuthKeyAccountAddressesOrderBy>>;
7238
+ where?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
7239
+ };
7240
+ type SubscriptionRootAuthKeyAccountAddressesAggregateArgs = {
7241
+ distinct_on?: InputMaybe<Array<AuthKeyAccountAddressesSelectColumn>>;
7242
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
7243
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
7244
+ order_by?: InputMaybe<Array<AuthKeyAccountAddressesOrderBy>>;
7245
+ where?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
7246
+ };
7247
+ type SubscriptionRootAuthKeyAccountAddressesByPkArgs = {
7248
+ account_address: Scalars["String"]["input"];
7249
+ };
7250
+ type SubscriptionRootAuthKeyAccountAddressesStreamArgs = {
7251
+ batch_size: Scalars["Int"]["input"];
7252
+ cursor: Array<InputMaybe<AuthKeyAccountAddressesStreamCursorInput>>;
7253
+ where?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
7254
+ };
7784
7255
  type SubscriptionRootBlockMetadataTransactionsArgs = {
7785
7256
  distinct_on?: InputMaybe<Array<BlockMetadataTransactionsSelectColumn>>;
7786
7257
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -7839,22 +7310,6 @@ type SubscriptionRootCoinInfosStreamArgs = {
7839
7310
  cursor: Array<InputMaybe<CoinInfosStreamCursorInput>>;
7840
7311
  where?: InputMaybe<CoinInfosBoolExp>;
7841
7312
  };
7842
- type SubscriptionRootCoinSupplyArgs = {
7843
- distinct_on?: InputMaybe<Array<CoinSupplySelectColumn>>;
7844
- limit?: InputMaybe<Scalars["Int"]["input"]>;
7845
- offset?: InputMaybe<Scalars["Int"]["input"]>;
7846
- order_by?: InputMaybe<Array<CoinSupplyOrderBy>>;
7847
- where?: InputMaybe<CoinSupplyBoolExp>;
7848
- };
7849
- type SubscriptionRootCoinSupplyByPkArgs = {
7850
- coin_type_hash: Scalars["String"]["input"];
7851
- transaction_version: Scalars["bigint"]["input"];
7852
- };
7853
- type SubscriptionRootCoinSupplyStreamArgs = {
7854
- batch_size: Scalars["Int"]["input"];
7855
- cursor: Array<InputMaybe<CoinSupplyStreamCursorInput>>;
7856
- where?: InputMaybe<CoinSupplyBoolExp>;
7857
- };
7858
7313
  type SubscriptionRootCollectionDatasArgs = {
7859
7314
  distinct_on?: InputMaybe<Array<CollectionDatasSelectColumn>>;
7860
7315
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -8179,6 +7634,21 @@ type SubscriptionRootCurrentTokenPendingClaimsStreamArgs = {
8179
7634
  cursor: Array<InputMaybe<CurrentTokenPendingClaimsStreamCursorInput>>;
8180
7635
  where?: InputMaybe<CurrentTokenPendingClaimsBoolExp>;
8181
7636
  };
7637
+ type SubscriptionRootCurrentTokenRoyaltyV1Args = {
7638
+ distinct_on?: InputMaybe<Array<CurrentTokenRoyaltyV1SelectColumn>>;
7639
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
7640
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
7641
+ order_by?: InputMaybe<Array<CurrentTokenRoyaltyV1OrderBy>>;
7642
+ where?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
7643
+ };
7644
+ type SubscriptionRootCurrentTokenRoyaltyV1ByPkArgs = {
7645
+ token_data_id: Scalars["String"]["input"];
7646
+ };
7647
+ type SubscriptionRootCurrentTokenRoyaltyV1StreamArgs = {
7648
+ batch_size: Scalars["Int"]["input"];
7649
+ cursor: Array<InputMaybe<CurrentTokenRoyaltyV1StreamCursorInput>>;
7650
+ where?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
7651
+ };
8182
7652
  type SubscriptionRootDelegatedStakingActivitiesArgs = {
8183
7653
  distinct_on?: InputMaybe<Array<DelegatedStakingActivitiesSelectColumn>>;
8184
7654
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -8348,93 +7818,6 @@ type SubscriptionRootMoveResourcesStreamArgs = {
8348
7818
  cursor: Array<InputMaybe<MoveResourcesStreamCursorInput>>;
8349
7819
  where?: InputMaybe<MoveResourcesBoolExp>;
8350
7820
  };
8351
- type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceAuctionsArgs = {
8352
- distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceAuctionsSelectColumn>>;
8353
- limit?: InputMaybe<Scalars["Int"]["input"]>;
8354
- offset?: InputMaybe<Scalars["Int"]["input"]>;
8355
- order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceAuctionsOrderBy>>;
8356
- where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp>;
8357
- };
8358
- type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceAuctionsByPkArgs = {
8359
- listing_id: Scalars["String"]["input"];
8360
- token_data_id: Scalars["String"]["input"];
8361
- };
8362
- type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceAuctionsStreamArgs = {
8363
- batch_size: Scalars["Int"]["input"];
8364
- cursor: Array<InputMaybe<NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorInput>>;
8365
- where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp>;
8366
- };
8367
- type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersArgs = {
8368
- distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersSelectColumn>>;
8369
- limit?: InputMaybe<Scalars["Int"]["input"]>;
8370
- offset?: InputMaybe<Scalars["Int"]["input"]>;
8371
- order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersOrderBy>>;
8372
- where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>;
8373
- };
8374
- type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersByPkArgs = {
8375
- collection_id: Scalars["String"]["input"];
8376
- collection_offer_id: Scalars["String"]["input"];
8377
- };
8378
- type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamArgs = {
8379
- batch_size: Scalars["Int"]["input"];
8380
- cursor: Array<InputMaybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorInput>>;
8381
- where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>;
8382
- };
8383
- type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsArgs = {
8384
- distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn>>;
8385
- limit?: InputMaybe<Scalars["Int"]["input"]>;
8386
- offset?: InputMaybe<Scalars["Int"]["input"]>;
8387
- order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsOrderBy>>;
8388
- where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>;
8389
- };
8390
- type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsAggregateArgs = {
8391
- distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn>>;
8392
- limit?: InputMaybe<Scalars["Int"]["input"]>;
8393
- offset?: InputMaybe<Scalars["Int"]["input"]>;
8394
- order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsOrderBy>>;
8395
- where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>;
8396
- };
8397
- type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsByPkArgs = {
8398
- listing_id: Scalars["String"]["input"];
8399
- token_data_id: Scalars["String"]["input"];
8400
- };
8401
- type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsStreamArgs = {
8402
- batch_size: Scalars["Int"]["input"];
8403
- cursor: Array<InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorInput>>;
8404
- where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>;
8405
- };
8406
- type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersArgs = {
8407
- distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffersSelectColumn>>;
8408
- limit?: InputMaybe<Scalars["Int"]["input"]>;
8409
- offset?: InputMaybe<Scalars["Int"]["input"]>;
8410
- order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffersOrderBy>>;
8411
- where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>;
8412
- };
8413
- type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersByPkArgs = {
8414
- offer_id: Scalars["String"]["input"];
8415
- token_data_id: Scalars["String"]["input"];
8416
- };
8417
- type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamArgs = {
8418
- batch_size: Scalars["Int"]["input"];
8419
- cursor: Array<InputMaybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorInput>>;
8420
- where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>;
8421
- };
8422
- type SubscriptionRootNftMarketplaceV2NftMarketplaceActivitiesArgs = {
8423
- distinct_on?: InputMaybe<Array<NftMarketplaceV2NftMarketplaceActivitiesSelectColumn>>;
8424
- limit?: InputMaybe<Scalars["Int"]["input"]>;
8425
- offset?: InputMaybe<Scalars["Int"]["input"]>;
8426
- order_by?: InputMaybe<Array<NftMarketplaceV2NftMarketplaceActivitiesOrderBy>>;
8427
- where?: InputMaybe<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>;
8428
- };
8429
- type SubscriptionRootNftMarketplaceV2NftMarketplaceActivitiesByPkArgs = {
8430
- event_index: Scalars["bigint"]["input"];
8431
- transaction_version: Scalars["bigint"]["input"];
8432
- };
8433
- type SubscriptionRootNftMarketplaceV2NftMarketplaceActivitiesStreamArgs = {
8434
- batch_size: Scalars["Int"]["input"];
8435
- cursor: Array<InputMaybe<NftMarketplaceV2NftMarketplaceActivitiesStreamCursorInput>>;
8436
- where?: InputMaybe<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>;
8437
- };
8438
7821
  type SubscriptionRootNftMetadataCrawlerParsedAssetUrisArgs = {
8439
7822
  distinct_on?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisSelectColumn>>;
8440
7823
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -8501,6 +7884,23 @@ type SubscriptionRootProposalVotesStreamArgs = {
8501
7884
  cursor: Array<InputMaybe<ProposalVotesStreamCursorInput>>;
8502
7885
  where?: InputMaybe<ProposalVotesBoolExp>;
8503
7886
  };
7887
+ type SubscriptionRootPublicKeyAuthKeysArgs = {
7888
+ distinct_on?: InputMaybe<Array<PublicKeyAuthKeysSelectColumn>>;
7889
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
7890
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
7891
+ order_by?: InputMaybe<Array<PublicKeyAuthKeysOrderBy>>;
7892
+ where?: InputMaybe<PublicKeyAuthKeysBoolExp>;
7893
+ };
7894
+ type SubscriptionRootPublicKeyAuthKeysByPkArgs = {
7895
+ auth_key: Scalars["String"]["input"];
7896
+ public_key: Scalars["String"]["input"];
7897
+ public_key_type: Scalars["String"]["input"];
7898
+ };
7899
+ type SubscriptionRootPublicKeyAuthKeysStreamArgs = {
7900
+ batch_size: Scalars["Int"]["input"];
7901
+ cursor: Array<InputMaybe<PublicKeyAuthKeysStreamCursorInput>>;
7902
+ where?: InputMaybe<PublicKeyAuthKeysBoolExp>;
7903
+ };
8504
7904
  type SubscriptionRootSignaturesArgs = {
8505
7905
  distinct_on?: InputMaybe<Array<SignaturesSelectColumn>>;
8506
7906
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -8767,18 +8167,6 @@ type TimestampComparisonExp = {
8767
8167
  _neq?: InputMaybe<Scalars["timestamp"]["input"]>;
8768
8168
  _nin?: InputMaybe<Array<Scalars["timestamp"]["input"]>>;
8769
8169
  };
8770
- /** Boolean expression to compare columns of type "timestamptz". All fields are combined with logical 'AND'. */
8771
- type TimestamptzComparisonExp = {
8772
- _eq?: InputMaybe<Scalars["timestamptz"]["input"]>;
8773
- _gt?: InputMaybe<Scalars["timestamptz"]["input"]>;
8774
- _gte?: InputMaybe<Scalars["timestamptz"]["input"]>;
8775
- _in?: InputMaybe<Array<Scalars["timestamptz"]["input"]>>;
8776
- _is_null?: InputMaybe<Scalars["Boolean"]["input"]>;
8777
- _lt?: InputMaybe<Scalars["timestamptz"]["input"]>;
8778
- _lte?: InputMaybe<Scalars["timestamptz"]["input"]>;
8779
- _neq?: InputMaybe<Scalars["timestamptz"]["input"]>;
8780
- _nin?: InputMaybe<Array<Scalars["timestamptz"]["input"]>>;
8781
- };
8782
8170
  /** columns and relationships of "legacy_migration_v1.token_activities" */
8783
8171
  type TokenActivities = {
8784
8172
  /** An array relationship */
@@ -9991,14 +9379,18 @@ type TokensStreamCursorValueInput = {
9991
9379
  /** columns and relationships of "user_transactions" */
9992
9380
  type UserTransactions = {
9993
9381
  block_height: Scalars["bigint"]["output"];
9382
+ entry_function_contract_address?: Maybe<Scalars["String"]["output"]>;
9383
+ entry_function_function_name?: Maybe<Scalars["String"]["output"]>;
9994
9384
  entry_function_id_str: Scalars["String"]["output"];
9385
+ entry_function_module_name?: Maybe<Scalars["String"]["output"]>;
9995
9386
  epoch: Scalars["bigint"]["output"];
9996
9387
  expiration_timestamp_secs: Scalars["timestamp"]["output"];
9997
9388
  gas_unit_price: Scalars["numeric"]["output"];
9998
9389
  max_gas_amount: Scalars["numeric"]["output"];
9999
9390
  parent_signature_type: Scalars["String"]["output"];
9391
+ replay_protection_nonce?: Maybe<Scalars["numeric"]["output"]>;
10000
9392
  sender: Scalars["String"]["output"];
10001
- sequence_number: Scalars["bigint"]["output"];
9393
+ sequence_number?: Maybe<Scalars["bigint"]["output"]>;
10002
9394
  timestamp: Scalars["timestamp"]["output"];
10003
9395
  version: Scalars["bigint"]["output"];
10004
9396
  };
@@ -10008,12 +9400,16 @@ type UserTransactionsBoolExp = {
10008
9400
  _not?: InputMaybe<UserTransactionsBoolExp>;
10009
9401
  _or?: InputMaybe<Array<UserTransactionsBoolExp>>;
10010
9402
  block_height?: InputMaybe<BigintComparisonExp>;
9403
+ entry_function_contract_address?: InputMaybe<StringComparisonExp>;
9404
+ entry_function_function_name?: InputMaybe<StringComparisonExp>;
10011
9405
  entry_function_id_str?: InputMaybe<StringComparisonExp>;
9406
+ entry_function_module_name?: InputMaybe<StringComparisonExp>;
10012
9407
  epoch?: InputMaybe<BigintComparisonExp>;
10013
9408
  expiration_timestamp_secs?: InputMaybe<TimestampComparisonExp>;
10014
9409
  gas_unit_price?: InputMaybe<NumericComparisonExp>;
10015
9410
  max_gas_amount?: InputMaybe<NumericComparisonExp>;
10016
9411
  parent_signature_type?: InputMaybe<StringComparisonExp>;
9412
+ replay_protection_nonce?: InputMaybe<NumericComparisonExp>;
10017
9413
  sender?: InputMaybe<StringComparisonExp>;
10018
9414
  sequence_number?: InputMaybe<BigintComparisonExp>;
10019
9415
  timestamp?: InputMaybe<TimestampComparisonExp>;
@@ -10022,12 +9418,16 @@ type UserTransactionsBoolExp = {
10022
9418
  /** Ordering options when selecting data from "user_transactions". */
10023
9419
  type UserTransactionsOrderBy = {
10024
9420
  block_height?: InputMaybe<OrderBy>;
9421
+ entry_function_contract_address?: InputMaybe<OrderBy>;
9422
+ entry_function_function_name?: InputMaybe<OrderBy>;
10025
9423
  entry_function_id_str?: InputMaybe<OrderBy>;
9424
+ entry_function_module_name?: InputMaybe<OrderBy>;
10026
9425
  epoch?: InputMaybe<OrderBy>;
10027
9426
  expiration_timestamp_secs?: InputMaybe<OrderBy>;
10028
9427
  gas_unit_price?: InputMaybe<OrderBy>;
10029
9428
  max_gas_amount?: InputMaybe<OrderBy>;
10030
9429
  parent_signature_type?: InputMaybe<OrderBy>;
9430
+ replay_protection_nonce?: InputMaybe<OrderBy>;
10031
9431
  sender?: InputMaybe<OrderBy>;
10032
9432
  sequence_number?: InputMaybe<OrderBy>;
10033
9433
  timestamp?: InputMaybe<OrderBy>;
@@ -10038,8 +9438,14 @@ declare enum UserTransactionsSelectColumn {
10038
9438
  /** column name */
10039
9439
  BlockHeight = "block_height",
10040
9440
  /** column name */
9441
+ EntryFunctionContractAddress = "entry_function_contract_address",
9442
+ /** column name */
9443
+ EntryFunctionFunctionName = "entry_function_function_name",
9444
+ /** column name */
10041
9445
  EntryFunctionIdStr = "entry_function_id_str",
10042
9446
  /** column name */
9447
+ EntryFunctionModuleName = "entry_function_module_name",
9448
+ /** column name */
10043
9449
  Epoch = "epoch",
10044
9450
  /** column name */
10045
9451
  ExpirationTimestampSecs = "expiration_timestamp_secs",
@@ -10050,6 +9456,8 @@ declare enum UserTransactionsSelectColumn {
10050
9456
  /** column name */
10051
9457
  ParentSignatureType = "parent_signature_type",
10052
9458
  /** column name */
9459
+ ReplayProtectionNonce = "replay_protection_nonce",
9460
+ /** column name */
10053
9461
  Sender = "sender",
10054
9462
  /** column name */
10055
9463
  SequenceNumber = "sequence_number",
@@ -10068,16 +9476,20 @@ type UserTransactionsStreamCursorInput = {
10068
9476
  /** Initial value of the column from where the streaming should start */
10069
9477
  type UserTransactionsStreamCursorValueInput = {
10070
9478
  block_height?: InputMaybe<Scalars["bigint"]["input"]>;
9479
+ entry_function_contract_address?: InputMaybe<Scalars["String"]["input"]>;
9480
+ entry_function_function_name?: InputMaybe<Scalars["String"]["input"]>;
10071
9481
  entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
9482
+ entry_function_module_name?: InputMaybe<Scalars["String"]["input"]>;
10072
9483
  epoch?: InputMaybe<Scalars["bigint"]["input"]>;
10073
9484
  expiration_timestamp_secs?: InputMaybe<Scalars["timestamp"]["input"]>;
10074
9485
  gas_unit_price?: InputMaybe<Scalars["numeric"]["input"]>;
10075
9486
  max_gas_amount?: InputMaybe<Scalars["numeric"]["input"]>;
10076
9487
  parent_signature_type?: InputMaybe<Scalars["String"]["input"]>;
9488
+ replay_protection_nonce?: InputMaybe<Scalars["numeric"]["input"]>;
10077
9489
  sender?: InputMaybe<Scalars["String"]["input"]>;
10078
9490
  sequence_number?: InputMaybe<Scalars["bigint"]["input"]>;
10079
9491
  timestamp?: InputMaybe<Scalars["timestamp"]["input"]>;
10080
9492
  version?: InputMaybe<Scalars["bigint"]["input"]>;
10081
9493
  };
10082
9494
 
10083
- 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 CurrentCollectionsV2CollectionPropertiesArgs, 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 QueryRootCoinBalancesArgs, type QueryRootCoinInfosArgs, type QueryRootCoinSupplyArgs, type QueryRootCoinSupplyByPkArgs, type QueryRootCollectionDatasArgs, type QueryRootCurrentAnsLookupArgs, type QueryRootCurrentAnsLookupV2Args, type QueryRootCurrentAnsLookupV2ByPkArgs, type QueryRootCurrentAptosNamesAggregateArgs, type QueryRootCurrentAptosNamesArgs, type QueryRootCurrentCoinBalancesArgs, type QueryRootCurrentCollectionDatasArgs, 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 QueryRootCurrentTokenDatasV2Args, type QueryRootCurrentTokenDatasV2ByPkArgs, type QueryRootCurrentTokenOwnershipsAggregateArgs, type QueryRootCurrentTokenOwnershipsArgs, 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 QueryRootTokenActivitiesV2AggregateArgs, type QueryRootTokenActivitiesV2Args, type QueryRootTokenActivitiesV2ByPkArgs, type QueryRootTokenDatasArgs, type QueryRootTokenOwnershipsArgs, type QueryRootTokensArgs, 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 SubscriptionRootCoinActivitiesStreamArgs, type SubscriptionRootCoinBalancesArgs, type SubscriptionRootCoinBalancesStreamArgs, type SubscriptionRootCoinInfosArgs, type SubscriptionRootCoinInfosStreamArgs, type SubscriptionRootCoinSupplyArgs, type SubscriptionRootCoinSupplyByPkArgs, type SubscriptionRootCoinSupplyStreamArgs, type SubscriptionRootCollectionDatasArgs, type SubscriptionRootCollectionDatasStreamArgs, type SubscriptionRootCurrentAnsLookupArgs, type SubscriptionRootCurrentAnsLookupStreamArgs, type SubscriptionRootCurrentAnsLookupV2Args, type SubscriptionRootCurrentAnsLookupV2ByPkArgs, type SubscriptionRootCurrentAnsLookupV2StreamArgs, type SubscriptionRootCurrentAptosNamesAggregateArgs, type SubscriptionRootCurrentAptosNamesArgs, type SubscriptionRootCurrentAptosNamesStreamArgs, type SubscriptionRootCurrentCoinBalancesArgs, type SubscriptionRootCurrentCoinBalancesStreamArgs, type SubscriptionRootCurrentCollectionDatasArgs, 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 SubscriptionRootCurrentTokenDatasStreamArgs, type SubscriptionRootCurrentTokenDatasV2Args, type SubscriptionRootCurrentTokenDatasV2ByPkArgs, type SubscriptionRootCurrentTokenDatasV2StreamArgs, type SubscriptionRootCurrentTokenOwnershipsAggregateArgs, type SubscriptionRootCurrentTokenOwnershipsArgs, 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 SubscriptionRootTokenActivitiesStreamArgs, type SubscriptionRootTokenActivitiesV2AggregateArgs, type SubscriptionRootTokenActivitiesV2Args, type SubscriptionRootTokenActivitiesV2ByPkArgs, type SubscriptionRootTokenActivitiesV2StreamArgs, type SubscriptionRootTokenDatasArgs, type SubscriptionRootTokenDatasStreamArgs, type SubscriptionRootTokenOwnershipsArgs, type SubscriptionRootTokenOwnershipsStreamArgs, type SubscriptionRootTokensArgs, 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 };
9495
+ 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 AuthKeyAccountAddresses, type AuthKeyAccountAddressesAggregate, type AuthKeyAccountAddressesAggregateFields, type AuthKeyAccountAddressesAggregateFieldsCountArgs, type AuthKeyAccountAddressesAvgFields, type AuthKeyAccountAddressesBoolExp, type AuthKeyAccountAddressesMaxFields, type AuthKeyAccountAddressesMinFields, type AuthKeyAccountAddressesOrderBy, AuthKeyAccountAddressesSelectColumn, type AuthKeyAccountAddressesStddevFields, type AuthKeyAccountAddressesStddevPopFields, type AuthKeyAccountAddressesStddevSampFields, type AuthKeyAccountAddressesStreamCursorInput, type AuthKeyAccountAddressesStreamCursorValueInput, type AuthKeyAccountAddressesSumFields, type AuthKeyAccountAddressesVarPopFields, type AuthKeyAccountAddressesVarSampFields, type AuthKeyAccountAddressesVarianceFields, 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 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 CurrentCollectionsV2CollectionPropertiesArgs, 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 CurrentTokenRoyaltyV1, type CurrentTokenRoyaltyV1BoolExp, type CurrentTokenRoyaltyV1OrderBy, CurrentTokenRoyaltyV1SelectColumn, type CurrentTokenRoyaltyV1StreamCursorInput, type CurrentTokenRoyaltyV1StreamCursorValueInput, 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 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 PublicKeyAuthKeys, type PublicKeyAuthKeysBoolExp, type PublicKeyAuthKeysOrderBy, PublicKeyAuthKeysSelectColumn, type PublicKeyAuthKeysStreamCursorInput, type PublicKeyAuthKeysStreamCursorValueInput, type QueryRoot, type QueryRootAccountTransactionsAggregateArgs, type QueryRootAccountTransactionsArgs, type QueryRootAccountTransactionsByPkArgs, type QueryRootAddressEventsSummaryArgs, type QueryRootAddressVersionFromEventsAggregateArgs, type QueryRootAddressVersionFromEventsArgs, type QueryRootAddressVersionFromMoveResourcesAggregateArgs, type QueryRootAddressVersionFromMoveResourcesArgs, type QueryRootAuthKeyAccountAddressesAggregateArgs, type QueryRootAuthKeyAccountAddressesArgs, type QueryRootAuthKeyAccountAddressesByPkArgs, type QueryRootBlockMetadataTransactionsArgs, type QueryRootBlockMetadataTransactionsByPkArgs, type QueryRootCoinActivitiesAggregateArgs, type QueryRootCoinActivitiesArgs, type QueryRootCoinBalancesArgs, type QueryRootCoinInfosArgs, type QueryRootCollectionDatasArgs, type QueryRootCurrentAnsLookupArgs, type QueryRootCurrentAnsLookupV2Args, type QueryRootCurrentAnsLookupV2ByPkArgs, type QueryRootCurrentAptosNamesAggregateArgs, type QueryRootCurrentAptosNamesArgs, type QueryRootCurrentCoinBalancesArgs, type QueryRootCurrentCollectionDatasArgs, 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 QueryRootCurrentTokenDatasV2Args, type QueryRootCurrentTokenDatasV2ByPkArgs, type QueryRootCurrentTokenOwnershipsAggregateArgs, type QueryRootCurrentTokenOwnershipsArgs, type QueryRootCurrentTokenOwnershipsV2AggregateArgs, type QueryRootCurrentTokenOwnershipsV2Args, type QueryRootCurrentTokenOwnershipsV2ByPkArgs, type QueryRootCurrentTokenPendingClaimsArgs, type QueryRootCurrentTokenPendingClaimsByPkArgs, type QueryRootCurrentTokenRoyaltyV1Args, type QueryRootCurrentTokenRoyaltyV1ByPkArgs, 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 QueryRootNftMetadataCrawlerParsedAssetUrisArgs, type QueryRootNftMetadataCrawlerParsedAssetUrisByPkArgs, type QueryRootNumActiveDelegatorPerPoolArgs, type QueryRootProcessorStatusArgs, type QueryRootProcessorStatusByPkArgs, type QueryRootProposalVotesAggregateArgs, type QueryRootProposalVotesArgs, type QueryRootProposalVotesByPkArgs, type QueryRootPublicKeyAuthKeysArgs, type QueryRootPublicKeyAuthKeysByPkArgs, type QueryRootSignaturesArgs, type QueryRootSignaturesByPkArgs, type QueryRootTableItemsArgs, type QueryRootTableItemsByPkArgs, type QueryRootTableMetadatasArgs, type QueryRootTableMetadatasByPkArgs, type QueryRootTokenActivitiesAggregateArgs, type QueryRootTokenActivitiesArgs, type QueryRootTokenActivitiesV2AggregateArgs, type QueryRootTokenActivitiesV2Args, type QueryRootTokenActivitiesV2ByPkArgs, type QueryRootTokenDatasArgs, type QueryRootTokenOwnershipsArgs, type QueryRootTokensArgs, 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 SubscriptionRootAuthKeyAccountAddressesAggregateArgs, type SubscriptionRootAuthKeyAccountAddressesArgs, type SubscriptionRootAuthKeyAccountAddressesByPkArgs, type SubscriptionRootAuthKeyAccountAddressesStreamArgs, type SubscriptionRootBlockMetadataTransactionsArgs, type SubscriptionRootBlockMetadataTransactionsByPkArgs, type SubscriptionRootBlockMetadataTransactionsStreamArgs, type SubscriptionRootCoinActivitiesAggregateArgs, type SubscriptionRootCoinActivitiesArgs, type SubscriptionRootCoinActivitiesStreamArgs, type SubscriptionRootCoinBalancesArgs, type SubscriptionRootCoinBalancesStreamArgs, type SubscriptionRootCoinInfosArgs, type SubscriptionRootCoinInfosStreamArgs, type SubscriptionRootCollectionDatasArgs, type SubscriptionRootCollectionDatasStreamArgs, type SubscriptionRootCurrentAnsLookupArgs, type SubscriptionRootCurrentAnsLookupStreamArgs, type SubscriptionRootCurrentAnsLookupV2Args, type SubscriptionRootCurrentAnsLookupV2ByPkArgs, type SubscriptionRootCurrentAnsLookupV2StreamArgs, type SubscriptionRootCurrentAptosNamesAggregateArgs, type SubscriptionRootCurrentAptosNamesArgs, type SubscriptionRootCurrentAptosNamesStreamArgs, type SubscriptionRootCurrentCoinBalancesArgs, type SubscriptionRootCurrentCoinBalancesStreamArgs, type SubscriptionRootCurrentCollectionDatasArgs, 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 SubscriptionRootCurrentTokenDatasStreamArgs, type SubscriptionRootCurrentTokenDatasV2Args, type SubscriptionRootCurrentTokenDatasV2ByPkArgs, type SubscriptionRootCurrentTokenDatasV2StreamArgs, type SubscriptionRootCurrentTokenOwnershipsAggregateArgs, type SubscriptionRootCurrentTokenOwnershipsArgs, type SubscriptionRootCurrentTokenOwnershipsStreamArgs, type SubscriptionRootCurrentTokenOwnershipsV2AggregateArgs, type SubscriptionRootCurrentTokenOwnershipsV2Args, type SubscriptionRootCurrentTokenOwnershipsV2ByPkArgs, type SubscriptionRootCurrentTokenOwnershipsV2StreamArgs, type SubscriptionRootCurrentTokenPendingClaimsArgs, type SubscriptionRootCurrentTokenPendingClaimsByPkArgs, type SubscriptionRootCurrentTokenPendingClaimsStreamArgs, type SubscriptionRootCurrentTokenRoyaltyV1Args, type SubscriptionRootCurrentTokenRoyaltyV1ByPkArgs, type SubscriptionRootCurrentTokenRoyaltyV1StreamArgs, 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 SubscriptionRootNftMetadataCrawlerParsedAssetUrisArgs, type SubscriptionRootNftMetadataCrawlerParsedAssetUrisByPkArgs, type SubscriptionRootNftMetadataCrawlerParsedAssetUrisStreamArgs, type SubscriptionRootNumActiveDelegatorPerPoolArgs, type SubscriptionRootNumActiveDelegatorPerPoolStreamArgs, type SubscriptionRootProcessorStatusArgs, type SubscriptionRootProcessorStatusByPkArgs, type SubscriptionRootProcessorStatusStreamArgs, type SubscriptionRootProposalVotesAggregateArgs, type SubscriptionRootProposalVotesArgs, type SubscriptionRootProposalVotesByPkArgs, type SubscriptionRootProposalVotesStreamArgs, type SubscriptionRootPublicKeyAuthKeysArgs, type SubscriptionRootPublicKeyAuthKeysByPkArgs, type SubscriptionRootPublicKeyAuthKeysStreamArgs, type SubscriptionRootSignaturesArgs, type SubscriptionRootSignaturesByPkArgs, type SubscriptionRootSignaturesStreamArgs, type SubscriptionRootTableItemsArgs, type SubscriptionRootTableItemsByPkArgs, type SubscriptionRootTableItemsStreamArgs, type SubscriptionRootTableMetadatasArgs, type SubscriptionRootTableMetadatasByPkArgs, type SubscriptionRootTableMetadatasStreamArgs, type SubscriptionRootTokenActivitiesAggregateArgs, type SubscriptionRootTokenActivitiesArgs, type SubscriptionRootTokenActivitiesStreamArgs, type SubscriptionRootTokenActivitiesV2AggregateArgs, type SubscriptionRootTokenActivitiesV2Args, type SubscriptionRootTokenActivitiesV2ByPkArgs, type SubscriptionRootTokenActivitiesV2StreamArgs, type SubscriptionRootTokenDatasArgs, type SubscriptionRootTokenDatasStreamArgs, type SubscriptionRootTokenOwnershipsArgs, type SubscriptionRootTokenOwnershipsStreamArgs, type SubscriptionRootTokensArgs, 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 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 };