@aptos-labs/ts-sdk 1.35.0-zeta.2 → 1.36.0-zeta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (596) hide show
  1. package/dist/common/{accountAddress-Ce4Cv60D.d.ts → accountAddress-C685VEzA.d.ts} +11 -99
  2. package/dist/common/chunk-5GUWOXQG.js +4 -0
  3. package/dist/common/chunk-5GUWOXQG.js.map +1 -0
  4. package/dist/common/cli/index.d.ts +1 -1
  5. package/dist/common/cli/index.js +1 -486
  6. package/dist/common/cli/index.js.map +1 -1
  7. package/dist/common/index.d.ts +9105 -8699
  8. package/dist/common/index.js +436 -18333
  9. package/dist/common/index.js.map +1 -1
  10. package/dist/esm/{Ed25519Account-D4j3_WIS.d.mts → Ed25519Account-6KGApCPu.d.mts} +3 -3
  11. package/dist/esm/account/AbstractKeylessAccount.d.mts +23 -13
  12. package/dist/esm/account/AbstractKeylessAccount.mjs +1 -75
  13. package/dist/esm/account/AbstractedAccount.d.mts +10 -10
  14. package/dist/esm/account/AbstractedAccount.mjs +1 -74
  15. package/dist/esm/account/Account.d.mts +6 -6
  16. package/dist/esm/account/Account.mjs +1 -72
  17. package/dist/esm/account/AccountUtils.d.mts +11 -10
  18. package/dist/esm/account/AccountUtils.mjs +1 -78
  19. package/dist/esm/account/Ed25519Account.d.mts +5 -5
  20. package/dist/esm/account/Ed25519Account.mjs +1 -70
  21. package/dist/esm/account/EphemeralKeyPair.d.mts +3 -1
  22. package/dist/esm/account/EphemeralKeyPair.mjs +1 -50
  23. package/dist/esm/account/FederatedKeylessAccount.d.mts +12 -11
  24. package/dist/esm/account/FederatedKeylessAccount.mjs +1 -72
  25. package/dist/esm/account/KeylessAccount.d.mts +12 -11
  26. package/dist/esm/account/KeylessAccount.mjs +1 -72
  27. package/dist/esm/account/MultiEd25519Account.d.mts +9 -9
  28. package/dist/esm/account/MultiEd25519Account.mjs +1 -70
  29. package/dist/esm/account/MultiKeyAccount.d.mts +34 -12
  30. package/dist/esm/account/MultiKeyAccount.mjs +1 -74
  31. package/dist/esm/account/SingleKeyAccount.d.mts +5 -5
  32. package/dist/esm/account/SingleKeyAccount.mjs +1 -72
  33. package/dist/esm/account/index.d.mts +7 -6
  34. package/dist/esm/account/index.mjs +1 -119
  35. package/dist/esm/account/utils.mjs +1 -54
  36. package/dist/esm/api/account/abstraction.d.mts +9 -9
  37. package/dist/esm/api/account/abstraction.mjs +1 -101
  38. package/dist/esm/api/account.d.mts +4 -20
  39. package/dist/esm/api/account.mjs +1 -105
  40. package/dist/esm/api/ans.d.mts +13 -13
  41. package/dist/esm/api/ans.mjs +1 -101
  42. package/dist/esm/api/aptos.d.mts +6 -5
  43. package/dist/esm/api/aptos.mjs +1 -139
  44. package/dist/esm/api/aptosConfig.mjs +1 -9
  45. package/dist/esm/api/coin.d.mts +9 -9
  46. package/dist/esm/api/coin.mjs +1 -100
  47. package/dist/esm/api/digitalAsset.d.mts +5 -5
  48. package/dist/esm/api/digitalAsset.mjs +1 -101
  49. package/dist/esm/api/event.mjs +1 -59
  50. package/dist/esm/api/experimental.d.mts +7 -7
  51. package/dist/esm/api/experimental.mjs +1 -85
  52. package/dist/esm/api/faucet.mjs +1 -58
  53. package/dist/esm/api/fungibleAsset.d.mts +13 -13
  54. package/dist/esm/api/fungibleAsset.mjs +1 -101
  55. package/dist/esm/api/general.d.mts +7 -7
  56. package/dist/esm/api/general.mjs +1 -85
  57. package/dist/esm/api/index.d.mts +6 -5
  58. package/dist/esm/api/index.mjs +1 -143
  59. package/dist/esm/api/keyless.d.mts +20 -19
  60. package/dist/esm/api/keyless.mjs +1 -102
  61. package/dist/esm/api/object.mjs +1 -59
  62. package/dist/esm/api/staking.mjs +1 -59
  63. package/dist/esm/api/table.mjs +1 -38
  64. package/dist/esm/api/transaction.d.mts +4 -4
  65. package/dist/esm/api/transaction.mjs +1 -110
  66. package/dist/esm/api/transactionSubmission/build.d.mts +9 -9
  67. package/dist/esm/api/transactionSubmission/build.mjs +1 -99
  68. package/dist/esm/api/transactionSubmission/helpers.mjs +1 -9
  69. package/dist/esm/api/transactionSubmission/management.d.mts +8 -8
  70. package/dist/esm/api/transactionSubmission/management.mjs +1 -105
  71. package/dist/esm/api/transactionSubmission/sign.d.mts +3 -3
  72. package/dist/esm/api/transactionSubmission/sign.mjs +1 -218
  73. package/dist/esm/api/transactionSubmission/sign.mjs.map +1 -1
  74. package/dist/esm/api/transactionSubmission/simulate.d.mts +9 -9
  75. package/dist/esm/api/transactionSubmission/simulate.mjs +1 -100
  76. package/dist/esm/api/transactionSubmission/submit.d.mts +3 -3
  77. package/dist/esm/api/transactionSubmission/submit.mjs +1 -100
  78. package/dist/esm/api/utils.mjs +1 -36
  79. package/dist/esm/bcs/consts.mjs +1 -17
  80. package/dist/esm/bcs/deserializer.mjs +1 -10
  81. package/dist/esm/bcs/index.mjs +1 -60
  82. package/dist/esm/bcs/serializable/entryFunctionBytes.mjs +1 -12
  83. package/dist/esm/bcs/serializable/fixedBytes.mjs +1 -11
  84. package/dist/esm/bcs/serializable/movePrimitives.mjs +1 -26
  85. package/dist/esm/bcs/serializable/moveStructs.mjs +1 -22
  86. package/dist/esm/bcs/serializer.mjs +1 -18
  87. package/dist/esm/chunk-2V636AYW.mjs +2 -0
  88. package/dist/esm/{chunk-3IWV2Q3K.mjs.map → chunk-2V636AYW.mjs.map} +1 -1
  89. package/dist/esm/chunk-35CO4BP4.mjs +2 -0
  90. package/dist/esm/chunk-35CO4BP4.mjs.map +1 -0
  91. package/dist/esm/chunk-35DKMW7Q.mjs +2 -0
  92. package/dist/esm/{chunk-GUA5YTIK.mjs.map → chunk-35DKMW7Q.mjs.map} +1 -1
  93. package/dist/esm/chunk-3EUHEZND.mjs +2 -0
  94. package/dist/esm/{chunk-G34CJDST.mjs.map → chunk-3EUHEZND.mjs.map} +1 -1
  95. package/dist/esm/chunk-3OLFJ65O.mjs +2 -0
  96. package/dist/esm/{chunk-G4NBRMZ2.mjs.map → chunk-3OLFJ65O.mjs.map} +1 -1
  97. package/dist/esm/chunk-3RVAGHAA.mjs +2 -0
  98. package/dist/esm/{chunk-XQFUKBY7.mjs.map → chunk-3RVAGHAA.mjs.map} +1 -1
  99. package/dist/esm/chunk-4RXKALLC.mjs +2 -0
  100. package/dist/esm/{chunk-SFLQPB72.mjs.map → chunk-4RXKALLC.mjs.map} +1 -1
  101. package/dist/esm/chunk-56CNRT2K.mjs +2 -0
  102. package/dist/esm/{chunk-SBB4YEPT.mjs.map → chunk-56CNRT2K.mjs.map} +1 -1
  103. package/dist/esm/chunk-6KE4JZD6.mjs +2 -0
  104. package/dist/esm/chunk-6KE4JZD6.mjs.map +1 -0
  105. package/dist/esm/chunk-7CRQNXR5.mjs +2 -0
  106. package/dist/esm/{chunk-YU65LNIC.mjs.map → chunk-7CRQNXR5.mjs.map} +1 -1
  107. package/dist/esm/chunk-7YTGBTWH.mjs +2 -0
  108. package/dist/esm/chunk-7YTGBTWH.mjs.map +1 -0
  109. package/dist/esm/chunk-A3VO773Q.mjs +2 -0
  110. package/dist/esm/{chunk-KLUO6XPE.mjs.map → chunk-A3VO773Q.mjs.map} +1 -1
  111. package/dist/esm/chunk-A5L76YP7.mjs +2 -0
  112. package/dist/esm/{chunk-PT2QHUB6.mjs.map → chunk-A5L76YP7.mjs.map} +1 -1
  113. package/dist/esm/chunk-AEGA5N2W.mjs +2 -0
  114. package/dist/esm/{chunk-QJ6CGH7N.mjs.map → chunk-AEGA5N2W.mjs.map} +1 -1
  115. package/dist/esm/chunk-AIPHJFJL.mjs +2 -0
  116. package/dist/esm/{chunk-6I37A76G.mjs.map → chunk-AIPHJFJL.mjs.map} +1 -1
  117. package/dist/esm/chunk-BMPHQ3E7.mjs +2 -0
  118. package/dist/esm/{chunk-MWXBQ6HR.mjs.map → chunk-BMPHQ3E7.mjs.map} +1 -1
  119. package/dist/esm/chunk-C3Q23D22.mjs +2 -0
  120. package/dist/esm/{chunk-F7W7KS5C.mjs.map → chunk-C3Q23D22.mjs.map} +1 -1
  121. package/dist/esm/chunk-CWL7ZA3P.mjs +2 -0
  122. package/dist/esm/{chunk-6T3V5LXK.mjs.map → chunk-CWL7ZA3P.mjs.map} +1 -1
  123. package/dist/esm/chunk-DOVH6HPL.mjs +2 -0
  124. package/dist/esm/{chunk-THWEBWUC.mjs.map → chunk-DOVH6HPL.mjs.map} +1 -1
  125. package/dist/esm/chunk-EODSU3YN.mjs +2 -0
  126. package/dist/esm/{chunk-WXQUBQK4.mjs.map → chunk-EODSU3YN.mjs.map} +1 -1
  127. package/dist/esm/chunk-ERLDXTIY.mjs +2 -0
  128. package/dist/esm/{chunk-6ASWESA2.mjs.map → chunk-ERLDXTIY.mjs.map} +1 -1
  129. package/dist/esm/chunk-GOXRBEIJ.mjs +2 -0
  130. package/dist/esm/{chunk-APM7OSLS.mjs.map → chunk-GOXRBEIJ.mjs.map} +1 -1
  131. package/dist/esm/chunk-HHWJHOFZ.mjs +2 -0
  132. package/dist/esm/{chunk-KSK3XIGF.mjs.map → chunk-HHWJHOFZ.mjs.map} +1 -1
  133. package/dist/esm/chunk-IF4UU2MT.mjs +2 -0
  134. package/dist/esm/{chunk-QPT4BSAB.mjs.map → chunk-IF4UU2MT.mjs.map} +1 -1
  135. package/dist/esm/chunk-IMTC3J2M.mjs +2 -0
  136. package/dist/esm/{chunk-LJRNGZMY.mjs.map → chunk-IMTC3J2M.mjs.map} +1 -1
  137. package/dist/esm/chunk-KDMSOCZY.mjs +2 -0
  138. package/dist/esm/chunk-KSLLV3ZC.mjs +2 -0
  139. package/dist/esm/{chunk-OFUNBTK4.mjs.map → chunk-KSLLV3ZC.mjs.map} +1 -1
  140. package/dist/esm/chunk-KXVD52Y6.mjs +2 -0
  141. package/dist/esm/{chunk-YT7V6AVJ.mjs.map → chunk-KXVD52Y6.mjs.map} +1 -1
  142. package/dist/esm/chunk-LGC2JORV.mjs +2 -0
  143. package/dist/esm/chunk-LGC2JORV.mjs.map +1 -0
  144. package/dist/esm/chunk-LQOSHBB7.mjs +4 -0
  145. package/dist/esm/{chunk-CXLXUSCG.mjs.map → chunk-LQOSHBB7.mjs.map} +1 -1
  146. package/dist/esm/chunk-LS3IDL2N.mjs +2 -0
  147. package/dist/esm/{chunk-MYEYZ7PF.mjs.map → chunk-LS3IDL2N.mjs.map} +1 -1
  148. package/dist/esm/chunk-MIW45ADL.mjs +2 -0
  149. package/dist/esm/chunk-MIW45ADL.mjs.map +1 -0
  150. package/dist/esm/chunk-NFPNWY6Z.mjs +4 -0
  151. package/dist/esm/chunk-NFPNWY6Z.mjs.map +1 -0
  152. package/dist/esm/chunk-PDAWVDI7.mjs +2 -0
  153. package/dist/esm/{chunk-MFFBZ43D.mjs.map → chunk-PDAWVDI7.mjs.map} +1 -1
  154. package/dist/esm/chunk-PSZYS4RG.mjs +2 -0
  155. package/dist/esm/{chunk-YK66QBML.mjs.map → chunk-PSZYS4RG.mjs.map} +1 -1
  156. package/dist/esm/chunk-R6QCPXQG.mjs +2 -0
  157. package/dist/esm/{chunk-SQNS4SFV.mjs.map → chunk-R6QCPXQG.mjs.map} +1 -1
  158. package/dist/esm/chunk-RIINVEZA.mjs +2 -0
  159. package/dist/esm/{chunk-Y3ENAKRC.mjs.map → chunk-RIINVEZA.mjs.map} +1 -1
  160. package/dist/esm/chunk-RJ7F4JDV.mjs +2 -0
  161. package/dist/esm/chunk-RJ7F4JDV.mjs.map +1 -0
  162. package/dist/esm/chunk-RXHER6EA.mjs +2 -0
  163. package/dist/esm/{chunk-C7T6GW5P.mjs.map → chunk-RXHER6EA.mjs.map} +1 -1
  164. package/dist/esm/chunk-RXMLONF7.mjs +2 -0
  165. package/dist/esm/{chunk-BU43ZFDJ.mjs.map → chunk-RXMLONF7.mjs.map} +1 -1
  166. package/dist/esm/chunk-TBY3VMMV.mjs +2 -0
  167. package/dist/esm/chunk-TBY3VMMV.mjs.map +1 -0
  168. package/dist/esm/chunk-TKXEVD7A.mjs +2 -0
  169. package/dist/esm/{chunk-QSYWLSSN.mjs.map → chunk-TKXEVD7A.mjs.map} +1 -1
  170. package/dist/esm/chunk-TNWABITK.mjs +2 -0
  171. package/dist/esm/{chunk-FRLS4GRM.mjs.map → chunk-TNWABITK.mjs.map} +1 -1
  172. package/dist/esm/chunk-TTY5GFMN.mjs +2 -0
  173. package/dist/esm/{chunk-PKUXOBIV.mjs.map → chunk-TTY5GFMN.mjs.map} +1 -1
  174. package/dist/esm/chunk-VHNX2NUR.mjs +473 -0
  175. package/dist/esm/chunk-VHNX2NUR.mjs.map +1 -0
  176. package/dist/esm/chunk-VHY6ZATX.mjs +2 -0
  177. package/dist/esm/{chunk-BDM6FBUO.mjs.map → chunk-VHY6ZATX.mjs.map} +1 -1
  178. package/dist/esm/chunk-W4BSN6SK.mjs +2 -0
  179. package/dist/esm/{chunk-ZWCTF3NQ.mjs.map → chunk-W4BSN6SK.mjs.map} +1 -1
  180. package/dist/esm/chunk-WB26DWOY.mjs +7 -0
  181. package/dist/esm/chunk-WB26DWOY.mjs.map +1 -0
  182. package/dist/esm/chunk-X5YB74NB.mjs +2 -0
  183. package/dist/esm/{chunk-I25AX6PQ.mjs.map → chunk-X5YB74NB.mjs.map} +1 -1
  184. package/dist/esm/chunk-XLDMPCLF.mjs +2 -0
  185. package/dist/esm/{chunk-WLTQHGIJ.mjs.map → chunk-XLDMPCLF.mjs.map} +1 -1
  186. package/dist/esm/chunk-YOZBVVKL.mjs +2 -0
  187. package/dist/esm/{chunk-BEYIOC2H.mjs.map → chunk-YOZBVVKL.mjs.map} +1 -1
  188. package/dist/esm/chunk-ZD2TY5N3.mjs +2 -0
  189. package/dist/esm/{chunk-NUT2VOX2.mjs.map → chunk-ZD2TY5N3.mjs.map} +1 -1
  190. package/dist/esm/chunk-ZELTLAUN.mjs +2 -0
  191. package/dist/esm/chunk-ZELTLAUN.mjs.map +1 -0
  192. package/dist/esm/cli/index.mjs +1 -20
  193. package/dist/esm/cli/localNode.mjs +1 -16
  194. package/dist/esm/cli/move.mjs +1 -7
  195. package/dist/esm/client/core.mjs +1 -34
  196. package/dist/esm/client/get.mjs +1 -41
  197. package/dist/esm/client/index.mjs +1 -69
  198. package/dist/esm/client/post.mjs +1 -43
  199. package/dist/esm/core/account/index.mjs +1 -21
  200. package/dist/esm/core/account/utils/address.mjs +1 -19
  201. package/dist/esm/core/account/utils/index.mjs +1 -20
  202. package/dist/esm/core/accountAddress.mjs +1 -16
  203. package/dist/esm/core/authenticationKey.d.mts +3 -1
  204. package/dist/esm/core/authenticationKey.mjs +1 -15
  205. package/dist/esm/core/common.mjs +1 -7
  206. package/dist/esm/core/crypto/abstraction.d.mts +4 -1
  207. package/dist/esm/core/crypto/abstraction.mjs +1 -26
  208. package/dist/esm/core/crypto/ed25519.d.mts +18 -1
  209. package/dist/esm/core/crypto/ed25519.mjs +1 -33
  210. package/dist/esm/core/crypto/ephemeral.d.mts +8 -1
  211. package/dist/esm/core/crypto/ephemeral.mjs +1 -30
  212. package/dist/esm/core/crypto/federatedKeyless.d.mts +11 -87
  213. package/dist/esm/core/crypto/federatedKeyless.mjs +1 -44
  214. package/dist/esm/core/crypto/hdKey.mjs +1 -25
  215. package/dist/esm/core/crypto/index.d.mts +8 -6
  216. package/dist/esm/core/crypto/index.mjs +1 -173
  217. package/dist/esm/core/crypto/keyless.d.mts +13 -586
  218. package/dist/esm/core/crypto/keyless.mjs +1 -83
  219. package/dist/esm/core/crypto/multiEd25519.d.mts +14 -4
  220. package/dist/esm/core/crypto/multiEd25519.mjs +1 -50
  221. package/dist/esm/core/crypto/multiKey.d.mts +39 -3
  222. package/dist/esm/core/crypto/multiKey.mjs +1 -51
  223. package/dist/esm/core/crypto/poseidon.mjs +1 -15
  224. package/dist/esm/core/crypto/privateKey.d.mts +3 -1
  225. package/dist/esm/core/crypto/privateKey.mjs +1 -12
  226. package/dist/esm/core/crypto/proof.mjs +1 -20
  227. package/dist/esm/core/crypto/publicKey.d.mts +3 -1
  228. package/dist/esm/core/crypto/publicKey.mjs +1 -22
  229. package/dist/esm/core/crypto/secp256k1.d.mts +26 -2
  230. package/dist/esm/core/crypto/secp256k1.mjs +1 -29
  231. package/dist/esm/core/crypto/signature.mjs +1 -20
  232. package/dist/esm/core/crypto/singleKey.d.mts +27 -5
  233. package/dist/esm/core/crypto/singleKey.mjs +1 -48
  234. package/dist/esm/core/crypto/utils.mjs +1 -9
  235. package/dist/esm/core/hex.mjs +1 -12
  236. package/dist/esm/core/index.d.mts +8 -6
  237. package/dist/esm/core/index.mjs +1 -202
  238. package/dist/esm/errors/index.d.mts +10 -2
  239. package/dist/esm/errors/index.mjs +1 -25
  240. package/dist/esm/federatedKeyless-Qe_j8OqV.d.mts +875 -0
  241. package/dist/esm/index.d.mts +11 -10
  242. package/dist/esm/index.mjs +1 -798
  243. package/dist/esm/internal/abstraction.d.mts +9 -9
  244. package/dist/esm/internal/abstraction.mjs +1 -103
  245. package/dist/esm/internal/account.d.mts +7 -24
  246. package/dist/esm/internal/account.mjs +1 -142
  247. package/dist/esm/internal/ans.d.mts +13 -13
  248. package/dist/esm/internal/ans.mjs +1 -138
  249. package/dist/esm/internal/coin.d.mts +7 -7
  250. package/dist/esm/internal/coin.mjs +1 -99
  251. package/dist/esm/internal/digitalAsset.d.mts +2 -2
  252. package/dist/esm/internal/digitalAsset.mjs +1 -145
  253. package/dist/esm/internal/event.mjs +1 -62
  254. package/dist/esm/internal/experimental.d.mts +7 -7
  255. package/dist/esm/internal/experimental.mjs +1 -84
  256. package/dist/esm/internal/faucet.mjs +1 -57
  257. package/dist/esm/internal/fungibleAsset.d.mts +2 -2
  258. package/dist/esm/internal/fungibleAsset.mjs +1 -105
  259. package/dist/esm/internal/general.mjs +1 -43
  260. package/dist/esm/internal/keyless.d.mts +10 -20
  261. package/dist/esm/internal/keyless.mjs +1 -107
  262. package/dist/esm/internal/object.mjs +1 -58
  263. package/dist/esm/internal/staking.mjs +1 -60
  264. package/dist/esm/internal/table.mjs +1 -38
  265. package/dist/esm/internal/transaction.mjs +1 -57
  266. package/dist/esm/internal/transactionSubmission.d.mts +6 -6
  267. package/dist/esm/internal/transactionSubmission.mjs +1 -118
  268. package/dist/esm/internal/utils/index.mjs +1 -38
  269. package/dist/esm/internal/utils/utils.mjs +1 -37
  270. package/dist/esm/internal/view.d.mts +7 -7
  271. package/dist/esm/internal/view.mjs +1 -86
  272. package/dist/esm/{publicKey-BMtGNNLg.d.mts → publicKey-pDHBAZlT.d.mts} +27 -1
  273. package/dist/esm/transactions/authenticator/account.d.mts +3 -1
  274. package/dist/esm/transactions/authenticator/account.mjs +1 -67
  275. package/dist/esm/transactions/authenticator/index.d.mts +3 -1
  276. package/dist/esm/transactions/authenticator/index.mjs +1 -82
  277. package/dist/esm/transactions/authenticator/transaction.d.mts +4 -2
  278. package/dist/esm/transactions/authenticator/transaction.mjs +1 -66
  279. package/dist/esm/transactions/index.d.mts +4 -4
  280. package/dist/esm/transactions/index.mjs +1 -296
  281. package/dist/esm/transactions/instances/chainId.mjs +1 -11
  282. package/dist/esm/transactions/instances/identifier.mjs +1 -11
  283. package/dist/esm/transactions/instances/index.d.mts +4 -2
  284. package/dist/esm/transactions/instances/index.mjs +1 -114
  285. package/dist/esm/transactions/instances/moduleId.mjs +1 -55
  286. package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -60
  287. package/dist/esm/transactions/instances/rawTransaction.mjs +1 -65
  288. package/dist/esm/transactions/instances/rotationProofChallenge.d.mts +3 -1
  289. package/dist/esm/transactions/instances/rotationProofChallenge.mjs +1 -21
  290. package/dist/esm/transactions/instances/signedTransaction.d.mts +3 -1
  291. package/dist/esm/transactions/instances/signedTransaction.mjs +1 -63
  292. package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -60
  293. package/dist/esm/transactions/instances/transactionArgument.mjs +1 -1
  294. package/dist/esm/transactions/instances/transactionPayload.mjs +1 -73
  295. package/dist/esm/transactions/management/accountSequenceNumber.d.mts +2 -2
  296. package/dist/esm/transactions/management/accountSequenceNumber.mjs +1 -101
  297. package/dist/esm/transactions/management/asyncQueue.mjs +1 -9
  298. package/dist/esm/transactions/management/index.d.mts +2 -2
  299. package/dist/esm/transactions/management/index.mjs +1 -111
  300. package/dist/esm/transactions/management/transactionWorker.d.mts +3 -3
  301. package/dist/esm/transactions/management/transactionWorker.mjs +1 -107
  302. package/dist/esm/transactions/scriptComposer/index.d.mts +7 -7
  303. package/dist/esm/transactions/scriptComposer/index.mjs +1 -80
  304. package/dist/esm/transactions/transactionBuilder/helpers.d.mts +8 -8
  305. package/dist/esm/transactions/transactionBuilder/helpers.mjs +1 -92
  306. package/dist/esm/transactions/transactionBuilder/index.d.mts +8 -8
  307. package/dist/esm/transactions/transactionBuilder/index.mjs +1 -166
  308. package/dist/esm/transactions/transactionBuilder/remoteAbi.d.mts +34 -23
  309. package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +1 -74
  310. package/dist/esm/transactions/transactionBuilder/signingMessage.d.mts +7 -7
  311. package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +1 -75
  312. package/dist/esm/transactions/transactionBuilder/transactionBuilder.d.mts +8 -8
  313. package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -97
  314. package/dist/esm/transactions/typeTag/index.d.mts +16 -0
  315. package/dist/esm/transactions/typeTag/index.mjs +1 -91
  316. package/dist/esm/transactions/typeTag/parser.mjs +1 -60
  317. package/dist/esm/transactions/types.d.mts +5 -5
  318. package/dist/esm/transactions/types.mjs +1 -1
  319. package/dist/esm/types/abstraction.mjs +1 -7
  320. package/dist/esm/types/generated/operations.d.mts +10 -63
  321. package/dist/esm/types/generated/queries.d.mts +2 -10
  322. package/dist/esm/types/generated/queries.mjs +1 -69
  323. package/dist/esm/types/generated/types.d.mts +1054 -824
  324. package/dist/esm/types/generated/types.mjs +1 -774
  325. package/dist/esm/types/generated/types.mjs.map +1 -1
  326. package/dist/esm/types/index.d.mts +2 -2
  327. package/dist/esm/types/index.mjs +1 -82
  328. package/dist/esm/types/indexer.d.mts +2 -14
  329. package/dist/esm/types/indexer.mjs +1 -1
  330. package/dist/esm/types/keyless.d.mts +1 -1
  331. package/dist/esm/types/types.d.mts +3 -58
  332. package/dist/esm/types/types.mjs +1 -77
  333. package/dist/esm/utils/apiEndpoints.mjs +1 -21
  334. package/dist/esm/utils/const.d.mts +1 -1
  335. package/dist/esm/utils/const.mjs +1 -25
  336. package/dist/esm/utils/helpers.d.mts +2 -1
  337. package/dist/esm/utils/helpers.mjs +1 -37
  338. package/dist/esm/utils/index.d.mts +1 -1
  339. package/dist/esm/utils/index.mjs +1 -88
  340. package/dist/esm/utils/memoize.mjs +1 -9
  341. package/dist/esm/utils/normalizeBundle.mjs +1 -20
  342. package/dist/esm/version.d.mts +1 -1
  343. package/dist/esm/version.mjs +1 -7
  344. package/package.json +3 -3
  345. package/src/account/AbstractKeylessAccount.ts +33 -49
  346. package/src/account/MultiKeyAccount.ts +23 -16
  347. package/src/api/account.ts +2 -56
  348. package/src/cli/localNode.ts +6 -15
  349. package/src/core/crypto/abstraction.ts +6 -1
  350. package/src/core/crypto/ed25519.ts +19 -1
  351. package/src/core/crypto/ephemeral.ts +9 -0
  352. package/src/core/crypto/federatedKeyless.ts +40 -4
  353. package/src/core/crypto/index.ts +4 -3
  354. package/src/core/crypto/keyless.ts +577 -17
  355. package/src/core/crypto/multiEd25519.ts +11 -3
  356. package/src/core/crypto/multiKey.ts +74 -4
  357. package/src/core/crypto/publicKey.ts +28 -0
  358. package/src/core/crypto/secp256k1.ts +25 -2
  359. package/src/core/crypto/singleKey.ts +32 -7
  360. package/src/errors/index.ts +50 -0
  361. package/src/internal/account.ts +2 -395
  362. package/src/internal/keyless.ts +9 -17
  363. package/src/transactions/scriptComposer/index.ts +19 -6
  364. package/src/transactions/transactionBuilder/remoteAbi.ts +107 -35
  365. package/src/transactions/typeTag/index.ts +22 -0
  366. package/src/types/codegen.yaml +1 -1
  367. package/src/types/generated/operations.ts +8 -69
  368. package/src/types/generated/queries.ts +0 -111
  369. package/src/types/generated/types.ts +1159 -951
  370. package/src/types/indexer.ts +0 -16
  371. package/src/types/keyless.ts +1 -1
  372. package/src/types/types.ts +3 -62
  373. package/src/utils/const.ts +1 -1
  374. package/src/utils/helpers.ts +11 -0
  375. package/src/version.ts +1 -1
  376. package/dist/common/chunk-JMOQXLED.js +0 -1305
  377. package/dist/common/chunk-JMOQXLED.js.map +0 -1
  378. package/dist/esm/chunk-2FTF6J7F.mjs +0 -97
  379. package/dist/esm/chunk-2FTF6J7F.mjs.map +0 -1
  380. package/dist/esm/chunk-2HL7JEFC.mjs +0 -829
  381. package/dist/esm/chunk-2HL7JEFC.mjs.map +0 -1
  382. package/dist/esm/chunk-2WBJAKBO.mjs +0 -53
  383. package/dist/esm/chunk-2WBJAKBO.mjs.map +0 -1
  384. package/dist/esm/chunk-32UQAST6.mjs +0 -296
  385. package/dist/esm/chunk-32UQAST6.mjs.map +0 -1
  386. package/dist/esm/chunk-3DAVHDK4.mjs +0 -195
  387. package/dist/esm/chunk-3DAVHDK4.mjs.map +0 -1
  388. package/dist/esm/chunk-3IWV2Q3K.mjs +0 -12
  389. package/dist/esm/chunk-3TUV6YMI.mjs +0 -305
  390. package/dist/esm/chunk-3TUV6YMI.mjs.map +0 -1
  391. package/dist/esm/chunk-4NMDYPUD.mjs +0 -1
  392. package/dist/esm/chunk-56UCIGTO.mjs +0 -21
  393. package/dist/esm/chunk-56UCIGTO.mjs.map +0 -1
  394. package/dist/esm/chunk-5ORUQZAR.mjs +0 -100
  395. package/dist/esm/chunk-5ORUQZAR.mjs.map +0 -1
  396. package/dist/esm/chunk-5QHMFYVL.mjs +0 -42
  397. package/dist/esm/chunk-5QHMFYVL.mjs.map +0 -1
  398. package/dist/esm/chunk-62LC4PPC.mjs +0 -128
  399. package/dist/esm/chunk-62LC4PPC.mjs.map +0 -1
  400. package/dist/esm/chunk-6ASWESA2.mjs +0 -77
  401. package/dist/esm/chunk-6I37A76G.mjs +0 -29
  402. package/dist/esm/chunk-6OFCIXWS.mjs +0 -379
  403. package/dist/esm/chunk-6OFCIXWS.mjs.map +0 -1
  404. package/dist/esm/chunk-6SNGKTWE.mjs +0 -91
  405. package/dist/esm/chunk-6SNGKTWE.mjs.map +0 -1
  406. package/dist/esm/chunk-6T3V5LXK.mjs +0 -119
  407. package/dist/esm/chunk-7F32C225.mjs +0 -219
  408. package/dist/esm/chunk-7F32C225.mjs.map +0 -1
  409. package/dist/esm/chunk-7WW735TU.mjs +0 -276
  410. package/dist/esm/chunk-7WW735TU.mjs.map +0 -1
  411. package/dist/esm/chunk-A33OBGVN.mjs +0 -1014
  412. package/dist/esm/chunk-A33OBGVN.mjs.map +0 -1
  413. package/dist/esm/chunk-A7LYGPFL.mjs +0 -208
  414. package/dist/esm/chunk-A7LYGPFL.mjs.map +0 -1
  415. package/dist/esm/chunk-AGKEC2IM.mjs +0 -250
  416. package/dist/esm/chunk-AGKEC2IM.mjs.map +0 -1
  417. package/dist/esm/chunk-AKXCFBYF.mjs +0 -49
  418. package/dist/esm/chunk-AKXCFBYF.mjs.map +0 -1
  419. package/dist/esm/chunk-APM7OSLS.mjs +0 -122
  420. package/dist/esm/chunk-BDM6FBUO.mjs +0 -198
  421. package/dist/esm/chunk-BEYIOC2H.mjs +0 -34
  422. package/dist/esm/chunk-BMM72IIP.mjs +0 -250
  423. package/dist/esm/chunk-BMM72IIP.mjs.map +0 -1
  424. package/dist/esm/chunk-BSCOVLWS.mjs +0 -1
  425. package/dist/esm/chunk-BSCOVLWS.mjs.map +0 -1
  426. package/dist/esm/chunk-BU43ZFDJ.mjs +0 -281
  427. package/dist/esm/chunk-C7EEG6SW.mjs +0 -689
  428. package/dist/esm/chunk-C7EEG6SW.mjs.map +0 -1
  429. package/dist/esm/chunk-C7T6GW5P.mjs +0 -376
  430. package/dist/esm/chunk-CXLXUSCG.mjs +0 -417
  431. package/dist/esm/chunk-D4MW64RH.mjs +0 -188
  432. package/dist/esm/chunk-D4MW64RH.mjs.map +0 -1
  433. package/dist/esm/chunk-D6RXVCE3.mjs +0 -86
  434. package/dist/esm/chunk-D6RXVCE3.mjs.map +0 -1
  435. package/dist/esm/chunk-DDZGHA66.mjs +0 -495
  436. package/dist/esm/chunk-DDZGHA66.mjs.map +0 -1
  437. package/dist/esm/chunk-DGDZNHUJ.mjs +0 -72
  438. package/dist/esm/chunk-DGDZNHUJ.mjs.map +0 -1
  439. package/dist/esm/chunk-DMFRIING.mjs +0 -286
  440. package/dist/esm/chunk-DMFRIING.mjs.map +0 -1
  441. package/dist/esm/chunk-E7FWVXGX.mjs +0 -1
  442. package/dist/esm/chunk-E7FWVXGX.mjs.map +0 -1
  443. package/dist/esm/chunk-EBFKT35C.mjs +0 -66
  444. package/dist/esm/chunk-EBFKT35C.mjs.map +0 -1
  445. package/dist/esm/chunk-ECTX2FGD.mjs +0 -355
  446. package/dist/esm/chunk-ECTX2FGD.mjs.map +0 -1
  447. package/dist/esm/chunk-EPTUAWRA.mjs +0 -895
  448. package/dist/esm/chunk-EPTUAWRA.mjs.map +0 -1
  449. package/dist/esm/chunk-F4VI7BNX.mjs +0 -58
  450. package/dist/esm/chunk-F4VI7BNX.mjs.map +0 -1
  451. package/dist/esm/chunk-F7W7KS5C.mjs +0 -52
  452. package/dist/esm/chunk-FDMI4BUL.mjs +0 -611
  453. package/dist/esm/chunk-FDMI4BUL.mjs.map +0 -1
  454. package/dist/esm/chunk-FMNMYKYH.mjs +0 -71
  455. package/dist/esm/chunk-FMNMYKYH.mjs.map +0 -1
  456. package/dist/esm/chunk-FRLS4GRM.mjs +0 -62
  457. package/dist/esm/chunk-G34CJDST.mjs +0 -139
  458. package/dist/esm/chunk-G4NBRMZ2.mjs +0 -7
  459. package/dist/esm/chunk-G6R77JKO.mjs +0 -121
  460. package/dist/esm/chunk-G6R77JKO.mjs.map +0 -1
  461. package/dist/esm/chunk-G7BB6K4B.mjs +0 -167
  462. package/dist/esm/chunk-G7BB6K4B.mjs.map +0 -1
  463. package/dist/esm/chunk-GCQK2S5Q.mjs +0 -43
  464. package/dist/esm/chunk-GCQK2S5Q.mjs.map +0 -1
  465. package/dist/esm/chunk-GFPEB22G.mjs +0 -1
  466. package/dist/esm/chunk-GFPEB22G.mjs.map +0 -1
  467. package/dist/esm/chunk-GUA5YTIK.mjs +0 -362
  468. package/dist/esm/chunk-HBXBODME.mjs +0 -84
  469. package/dist/esm/chunk-HBXBODME.mjs.map +0 -1
  470. package/dist/esm/chunk-HEZ2ZYZA.mjs +0 -1
  471. package/dist/esm/chunk-HEZ2ZYZA.mjs.map +0 -1
  472. package/dist/esm/chunk-HKQY5GXT.mjs +0 -231
  473. package/dist/esm/chunk-HKQY5GXT.mjs.map +0 -1
  474. package/dist/esm/chunk-HL337SEM.mjs +0 -219
  475. package/dist/esm/chunk-HL337SEM.mjs.map +0 -1
  476. package/dist/esm/chunk-HQDHSKVS.mjs +0 -74
  477. package/dist/esm/chunk-HQDHSKVS.mjs.map +0 -1
  478. package/dist/esm/chunk-I25AX6PQ.mjs +0 -7
  479. package/dist/esm/chunk-I5G7XFGT.mjs +0 -86
  480. package/dist/esm/chunk-I5G7XFGT.mjs.map +0 -1
  481. package/dist/esm/chunk-IHYTP2EW.mjs +0 -1
  482. package/dist/esm/chunk-IHYTP2EW.mjs.map +0 -1
  483. package/dist/esm/chunk-IJ7XCPP3.mjs +0 -480
  484. package/dist/esm/chunk-IJ7XCPP3.mjs.map +0 -1
  485. package/dist/esm/chunk-ILTEOGFF.mjs +0 -407
  486. package/dist/esm/chunk-ILTEOGFF.mjs.map +0 -1
  487. package/dist/esm/chunk-IP7GATDH.mjs +0 -322
  488. package/dist/esm/chunk-IP7GATDH.mjs.map +0 -1
  489. package/dist/esm/chunk-IPUAVRGL.mjs +0 -248
  490. package/dist/esm/chunk-IPUAVRGL.mjs.map +0 -1
  491. package/dist/esm/chunk-IQVHXOD3.mjs +0 -192
  492. package/dist/esm/chunk-IQVHXOD3.mjs.map +0 -1
  493. package/dist/esm/chunk-JAZJE3OR.mjs +0 -45
  494. package/dist/esm/chunk-JAZJE3OR.mjs.map +0 -1
  495. package/dist/esm/chunk-JEVGHYEP.mjs +0 -162
  496. package/dist/esm/chunk-JEVGHYEP.mjs.map +0 -1
  497. package/dist/esm/chunk-JFMFZ2IL.mjs +0 -147
  498. package/dist/esm/chunk-JFMFZ2IL.mjs.map +0 -1
  499. package/dist/esm/chunk-JQIRRM7G.mjs +0 -195
  500. package/dist/esm/chunk-JQIRRM7G.mjs.map +0 -1
  501. package/dist/esm/chunk-JXCZTOYC.mjs +0 -1
  502. package/dist/esm/chunk-JXCZTOYC.mjs.map +0 -1
  503. package/dist/esm/chunk-K5OCDM3W.mjs +0 -207
  504. package/dist/esm/chunk-K5OCDM3W.mjs.map +0 -1
  505. package/dist/esm/chunk-KLUO6XPE.mjs +0 -33
  506. package/dist/esm/chunk-KSK3XIGF.mjs +0 -502
  507. package/dist/esm/chunk-KW64NP2F.mjs +0 -71
  508. package/dist/esm/chunk-KW64NP2F.mjs.map +0 -1
  509. package/dist/esm/chunk-LJRNGZMY.mjs +0 -10
  510. package/dist/esm/chunk-MFFBZ43D.mjs +0 -45
  511. package/dist/esm/chunk-MWXBQ6HR.mjs +0 -15
  512. package/dist/esm/chunk-MYEYZ7PF.mjs +0 -46
  513. package/dist/esm/chunk-NUT2VOX2.mjs +0 -317
  514. package/dist/esm/chunk-OFUNBTK4.mjs +0 -169
  515. package/dist/esm/chunk-ORCQEMJL.mjs +0 -51
  516. package/dist/esm/chunk-ORCQEMJL.mjs.map +0 -1
  517. package/dist/esm/chunk-PGFEUN7K.mjs +0 -129
  518. package/dist/esm/chunk-PGFEUN7K.mjs.map +0 -1
  519. package/dist/esm/chunk-PKUXOBIV.mjs +0 -138
  520. package/dist/esm/chunk-PT2QHUB6.mjs +0 -96
  521. package/dist/esm/chunk-QJ6CGH7N.mjs +0 -71
  522. package/dist/esm/chunk-QPT4BSAB.mjs +0 -20
  523. package/dist/esm/chunk-QSYWLSSN.mjs +0 -216
  524. package/dist/esm/chunk-QYNYDQE3.mjs +0 -288
  525. package/dist/esm/chunk-QYNYDQE3.mjs.map +0 -1
  526. package/dist/esm/chunk-R45SPK6Q.mjs +0 -61
  527. package/dist/esm/chunk-R45SPK6Q.mjs.map +0 -1
  528. package/dist/esm/chunk-R4JTQQBX.mjs +0 -37
  529. package/dist/esm/chunk-R4JTQQBX.mjs.map +0 -1
  530. package/dist/esm/chunk-RCXGTN36.mjs +0 -58
  531. package/dist/esm/chunk-RCXGTN36.mjs.map +0 -1
  532. package/dist/esm/chunk-RMMOF53Q.mjs +0 -1
  533. package/dist/esm/chunk-RMMOF53Q.mjs.map +0 -1
  534. package/dist/esm/chunk-RQS33JAS.mjs +0 -77
  535. package/dist/esm/chunk-RQS33JAS.mjs.map +0 -1
  536. package/dist/esm/chunk-SAWN7RJP.mjs +0 -15
  537. package/dist/esm/chunk-SAWN7RJP.mjs.map +0 -1
  538. package/dist/esm/chunk-SBB4YEPT.mjs +0 -17
  539. package/dist/esm/chunk-SFLQPB72.mjs +0 -63
  540. package/dist/esm/chunk-SPI2HO3E.mjs +0 -177
  541. package/dist/esm/chunk-SPI2HO3E.mjs.map +0 -1
  542. package/dist/esm/chunk-SPVJXZL5.mjs +0 -865
  543. package/dist/esm/chunk-SPVJXZL5.mjs.map +0 -1
  544. package/dist/esm/chunk-SQNS4SFV.mjs +0 -232
  545. package/dist/esm/chunk-SRXIHVZE.mjs +0 -50
  546. package/dist/esm/chunk-SRXIHVZE.mjs.map +0 -1
  547. package/dist/esm/chunk-T4BFWV46.mjs +0 -63
  548. package/dist/esm/chunk-T4BFWV46.mjs.map +0 -1
  549. package/dist/esm/chunk-T573PCIR.mjs +0 -700
  550. package/dist/esm/chunk-T573PCIR.mjs.map +0 -1
  551. package/dist/esm/chunk-TDLL7QX5.mjs +0 -239
  552. package/dist/esm/chunk-TDLL7QX5.mjs.map +0 -1
  553. package/dist/esm/chunk-TFW6N66T.mjs +0 -415
  554. package/dist/esm/chunk-TFW6N66T.mjs.map +0 -1
  555. package/dist/esm/chunk-THWEBWUC.mjs +0 -20
  556. package/dist/esm/chunk-TJDF4CXI.mjs +0 -513
  557. package/dist/esm/chunk-TJDF4CXI.mjs.map +0 -1
  558. package/dist/esm/chunk-TL4Z4KHK.mjs +0 -70
  559. package/dist/esm/chunk-TL4Z4KHK.mjs.map +0 -1
  560. package/dist/esm/chunk-UGFIWCJQ.mjs +0 -130
  561. package/dist/esm/chunk-UGFIWCJQ.mjs.map +0 -1
  562. package/dist/esm/chunk-UGKZQUGE.mjs +0 -367
  563. package/dist/esm/chunk-UGKZQUGE.mjs.map +0 -1
  564. package/dist/esm/chunk-UIRAXHDH.mjs +0 -1
  565. package/dist/esm/chunk-UIRAXHDH.mjs.map +0 -1
  566. package/dist/esm/chunk-UK7SPHIE.mjs +0 -420
  567. package/dist/esm/chunk-UK7SPHIE.mjs.map +0 -1
  568. package/dist/esm/chunk-UOHCJOXI.mjs +0 -150
  569. package/dist/esm/chunk-UOHCJOXI.mjs.map +0 -1
  570. package/dist/esm/chunk-WHSS6I7T.mjs +0 -90
  571. package/dist/esm/chunk-WHSS6I7T.mjs.map +0 -1
  572. package/dist/esm/chunk-WLTQHGIJ.mjs +0 -177
  573. package/dist/esm/chunk-WUM247HF.mjs +0 -125
  574. package/dist/esm/chunk-WUM247HF.mjs.map +0 -1
  575. package/dist/esm/chunk-WXQUBQK4.mjs +0 -19
  576. package/dist/esm/chunk-X4N5BN3S.mjs +0 -40
  577. package/dist/esm/chunk-X4N5BN3S.mjs.map +0 -1
  578. package/dist/esm/chunk-XIBOO3WF.mjs +0 -168
  579. package/dist/esm/chunk-XIBOO3WF.mjs.map +0 -1
  580. package/dist/esm/chunk-XQFUKBY7.mjs +0 -136
  581. package/dist/esm/chunk-XX6C2QGI.mjs +0 -160
  582. package/dist/esm/chunk-XX6C2QGI.mjs.map +0 -1
  583. package/dist/esm/chunk-Y3ENAKRC.mjs +0 -73
  584. package/dist/esm/chunk-Y3M32DIB.mjs +0 -79
  585. package/dist/esm/chunk-Y3M32DIB.mjs.map +0 -1
  586. package/dist/esm/chunk-YK66QBML.mjs +0 -89
  587. package/dist/esm/chunk-YT7V6AVJ.mjs +0 -66
  588. package/dist/esm/chunk-YU65LNIC.mjs +0 -72
  589. package/dist/esm/chunk-ZRBUAZZD.mjs +0 -36
  590. package/dist/esm/chunk-ZRBUAZZD.mjs.map +0 -1
  591. package/dist/esm/chunk-ZWCTF3NQ.mjs +0 -25
  592. package/src/internal/queries/getAccountAddressForAuthKey.graphql +0 -8
  593. package/src/internal/queries/getAuthKeysForPublicKey.graphql +0 -9
  594. package/src/internal/queries/getMultiKeyForAuthKey.graphql +0 -9
  595. package/src/internal/queries/getSignatures.graphql +0 -13
  596. /package/dist/esm/{chunk-4NMDYPUD.mjs.map → chunk-KDMSOCZY.mjs.map} +0 -0
@@ -16,6 +16,7 @@ export type Scalars = {
16
16
  jsonb: { input: any; output: any };
17
17
  numeric: { input: any; output: any };
18
18
  timestamp: { input: any; output: any };
19
+ timestamptz: { input: any; output: any };
19
20
  };
20
21
 
21
22
  /** Boolean expression to compare columns of type "Boolean". All fields are combined with logical 'AND'. */
@@ -777,299 +778,6 @@ export type AddressVersionFromMoveResourcesVarianceFields = {
777
778
  transaction_version?: Maybe<Scalars["Float"]["output"]>;
778
779
  };
779
780
 
780
- /** columns and relationships of "auth_key_account_addresses" */
781
- export type AuthKeyAccountAddresses = {
782
- address: Scalars["String"]["output"];
783
- auth_key: Scalars["String"]["output"];
784
- last_transaction_version: Scalars["bigint"]["output"];
785
- verified: Scalars["Boolean"]["output"];
786
- };
787
-
788
- /** aggregated selection of "auth_key_account_addresses" */
789
- export type AuthKeyAccountAddressesAggregate = {
790
- aggregate?: Maybe<AuthKeyAccountAddressesAggregateFields>;
791
- nodes: Array<AuthKeyAccountAddresses>;
792
- };
793
-
794
- /** aggregate fields of "auth_key_account_addresses" */
795
- export type AuthKeyAccountAddressesAggregateFields = {
796
- avg?: Maybe<AuthKeyAccountAddressesAvgFields>;
797
- count: Scalars["Int"]["output"];
798
- max?: Maybe<AuthKeyAccountAddressesMaxFields>;
799
- min?: Maybe<AuthKeyAccountAddressesMinFields>;
800
- stddev?: Maybe<AuthKeyAccountAddressesStddevFields>;
801
- stddev_pop?: Maybe<AuthKeyAccountAddressesStddevPopFields>;
802
- stddev_samp?: Maybe<AuthKeyAccountAddressesStddevSampFields>;
803
- sum?: Maybe<AuthKeyAccountAddressesSumFields>;
804
- var_pop?: Maybe<AuthKeyAccountAddressesVarPopFields>;
805
- var_samp?: Maybe<AuthKeyAccountAddressesVarSampFields>;
806
- variance?: Maybe<AuthKeyAccountAddressesVarianceFields>;
807
- };
808
-
809
- /** aggregate fields of "auth_key_account_addresses" */
810
- export type AuthKeyAccountAddressesAggregateFieldsCountArgs = {
811
- columns?: InputMaybe<Array<AuthKeyAccountAddressesSelectColumn>>;
812
- distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
813
- };
814
-
815
- /** aggregate avg on columns */
816
- export type AuthKeyAccountAddressesAvgFields = {
817
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
818
- };
819
-
820
- /** Boolean expression to filter rows from the table "auth_key_account_addresses". All fields are combined with a logical 'AND'. */
821
- export type AuthKeyAccountAddressesBoolExp = {
822
- _and?: InputMaybe<Array<AuthKeyAccountAddressesBoolExp>>;
823
- _not?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
824
- _or?: InputMaybe<Array<AuthKeyAccountAddressesBoolExp>>;
825
- address?: InputMaybe<StringComparisonExp>;
826
- auth_key?: InputMaybe<StringComparisonExp>;
827
- last_transaction_version?: InputMaybe<BigintComparisonExp>;
828
- verified?: InputMaybe<BooleanComparisonExp>;
829
- };
830
-
831
- /** aggregate max on columns */
832
- export type AuthKeyAccountAddressesMaxFields = {
833
- address?: Maybe<Scalars["String"]["output"]>;
834
- auth_key?: Maybe<Scalars["String"]["output"]>;
835
- last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
836
- };
837
-
838
- /** aggregate min on columns */
839
- export type AuthKeyAccountAddressesMinFields = {
840
- address?: Maybe<Scalars["String"]["output"]>;
841
- auth_key?: Maybe<Scalars["String"]["output"]>;
842
- last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
843
- };
844
-
845
- /** Ordering options when selecting data from "auth_key_account_addresses". */
846
- export type AuthKeyAccountAddressesOrderBy = {
847
- address?: InputMaybe<OrderBy>;
848
- auth_key?: InputMaybe<OrderBy>;
849
- last_transaction_version?: InputMaybe<OrderBy>;
850
- verified?: InputMaybe<OrderBy>;
851
- };
852
-
853
- /** select columns of table "auth_key_account_addresses" */
854
- export enum AuthKeyAccountAddressesSelectColumn {
855
- /** column name */
856
- Address = "address",
857
- /** column name */
858
- AuthKey = "auth_key",
859
- /** column name */
860
- LastTransactionVersion = "last_transaction_version",
861
- /** column name */
862
- Verified = "verified",
863
- }
864
-
865
- /** aggregate stddev on columns */
866
- export type AuthKeyAccountAddressesStddevFields = {
867
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
868
- };
869
-
870
- /** aggregate stddev_pop on columns */
871
- export type AuthKeyAccountAddressesStddevPopFields = {
872
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
873
- };
874
-
875
- /** aggregate stddev_samp on columns */
876
- export type AuthKeyAccountAddressesStddevSampFields = {
877
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
878
- };
879
-
880
- /** Streaming cursor of the table "auth_key_account_addresses" */
881
- export type AuthKeyAccountAddressesStreamCursorInput = {
882
- /** Stream column input with initial value */
883
- initial_value: AuthKeyAccountAddressesStreamCursorValueInput;
884
- /** cursor ordering */
885
- ordering?: InputMaybe<CursorOrdering>;
886
- };
887
-
888
- /** Initial value of the column from where the streaming should start */
889
- export type AuthKeyAccountAddressesStreamCursorValueInput = {
890
- address?: InputMaybe<Scalars["String"]["input"]>;
891
- auth_key?: InputMaybe<Scalars["String"]["input"]>;
892
- last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
893
- verified?: InputMaybe<Scalars["Boolean"]["input"]>;
894
- };
895
-
896
- /** aggregate sum on columns */
897
- export type AuthKeyAccountAddressesSumFields = {
898
- last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
899
- };
900
-
901
- /** aggregate var_pop on columns */
902
- export type AuthKeyAccountAddressesVarPopFields = {
903
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
904
- };
905
-
906
- /** aggregate var_samp on columns */
907
- export type AuthKeyAccountAddressesVarSampFields = {
908
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
909
- };
910
-
911
- /** aggregate variance on columns */
912
- export type AuthKeyAccountAddressesVarianceFields = {
913
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
914
- };
915
-
916
- /** columns and relationships of "auth_key_multikey_layout" */
917
- export type AuthKeyMultikeyLayout = {
918
- auth_key: Scalars["String"]["output"];
919
- last_transaction_version: Scalars["bigint"]["output"];
920
- multikey_layout_with_prefixes: Scalars["jsonb"]["output"];
921
- multikey_type: Scalars["String"]["output"];
922
- signatures_required: Scalars["bigint"]["output"];
923
- };
924
-
925
- /** columns and relationships of "auth_key_multikey_layout" */
926
- export type AuthKeyMultikeyLayoutMultikeyLayoutWithPrefixesArgs = {
927
- path?: InputMaybe<Scalars["String"]["input"]>;
928
- };
929
-
930
- /** aggregated selection of "auth_key_multikey_layout" */
931
- export type AuthKeyMultikeyLayoutAggregate = {
932
- aggregate?: Maybe<AuthKeyMultikeyLayoutAggregateFields>;
933
- nodes: Array<AuthKeyMultikeyLayout>;
934
- };
935
-
936
- /** aggregate fields of "auth_key_multikey_layout" */
937
- export type AuthKeyMultikeyLayoutAggregateFields = {
938
- avg?: Maybe<AuthKeyMultikeyLayoutAvgFields>;
939
- count: Scalars["Int"]["output"];
940
- max?: Maybe<AuthKeyMultikeyLayoutMaxFields>;
941
- min?: Maybe<AuthKeyMultikeyLayoutMinFields>;
942
- stddev?: Maybe<AuthKeyMultikeyLayoutStddevFields>;
943
- stddev_pop?: Maybe<AuthKeyMultikeyLayoutStddevPopFields>;
944
- stddev_samp?: Maybe<AuthKeyMultikeyLayoutStddevSampFields>;
945
- sum?: Maybe<AuthKeyMultikeyLayoutSumFields>;
946
- var_pop?: Maybe<AuthKeyMultikeyLayoutVarPopFields>;
947
- var_samp?: Maybe<AuthKeyMultikeyLayoutVarSampFields>;
948
- variance?: Maybe<AuthKeyMultikeyLayoutVarianceFields>;
949
- };
950
-
951
- /** aggregate fields of "auth_key_multikey_layout" */
952
- export type AuthKeyMultikeyLayoutAggregateFieldsCountArgs = {
953
- columns?: InputMaybe<Array<AuthKeyMultikeyLayoutSelectColumn>>;
954
- distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
955
- };
956
-
957
- /** aggregate avg on columns */
958
- export type AuthKeyMultikeyLayoutAvgFields = {
959
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
960
- signatures_required?: Maybe<Scalars["Float"]["output"]>;
961
- };
962
-
963
- /** Boolean expression to filter rows from the table "auth_key_multikey_layout". All fields are combined with a logical 'AND'. */
964
- export type AuthKeyMultikeyLayoutBoolExp = {
965
- _and?: InputMaybe<Array<AuthKeyMultikeyLayoutBoolExp>>;
966
- _not?: InputMaybe<AuthKeyMultikeyLayoutBoolExp>;
967
- _or?: InputMaybe<Array<AuthKeyMultikeyLayoutBoolExp>>;
968
- auth_key?: InputMaybe<StringComparisonExp>;
969
- last_transaction_version?: InputMaybe<BigintComparisonExp>;
970
- multikey_layout_with_prefixes?: InputMaybe<JsonbComparisonExp>;
971
- multikey_type?: InputMaybe<StringComparisonExp>;
972
- signatures_required?: InputMaybe<BigintComparisonExp>;
973
- };
974
-
975
- /** aggregate max on columns */
976
- export type AuthKeyMultikeyLayoutMaxFields = {
977
- auth_key?: Maybe<Scalars["String"]["output"]>;
978
- last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
979
- multikey_type?: Maybe<Scalars["String"]["output"]>;
980
- signatures_required?: Maybe<Scalars["bigint"]["output"]>;
981
- };
982
-
983
- /** aggregate min on columns */
984
- export type AuthKeyMultikeyLayoutMinFields = {
985
- auth_key?: Maybe<Scalars["String"]["output"]>;
986
- last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
987
- multikey_type?: Maybe<Scalars["String"]["output"]>;
988
- signatures_required?: Maybe<Scalars["bigint"]["output"]>;
989
- };
990
-
991
- /** Ordering options when selecting data from "auth_key_multikey_layout". */
992
- export type AuthKeyMultikeyLayoutOrderBy = {
993
- auth_key?: InputMaybe<OrderBy>;
994
- last_transaction_version?: InputMaybe<OrderBy>;
995
- multikey_layout_with_prefixes?: InputMaybe<OrderBy>;
996
- multikey_type?: InputMaybe<OrderBy>;
997
- signatures_required?: InputMaybe<OrderBy>;
998
- };
999
-
1000
- /** select columns of table "auth_key_multikey_layout" */
1001
- export enum AuthKeyMultikeyLayoutSelectColumn {
1002
- /** column name */
1003
- AuthKey = "auth_key",
1004
- /** column name */
1005
- LastTransactionVersion = "last_transaction_version",
1006
- /** column name */
1007
- MultikeyLayoutWithPrefixes = "multikey_layout_with_prefixes",
1008
- /** column name */
1009
- MultikeyType = "multikey_type",
1010
- /** column name */
1011
- SignaturesRequired = "signatures_required",
1012
- }
1013
-
1014
- /** aggregate stddev on columns */
1015
- export type AuthKeyMultikeyLayoutStddevFields = {
1016
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
1017
- signatures_required?: Maybe<Scalars["Float"]["output"]>;
1018
- };
1019
-
1020
- /** aggregate stddev_pop on columns */
1021
- export type AuthKeyMultikeyLayoutStddevPopFields = {
1022
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
1023
- signatures_required?: Maybe<Scalars["Float"]["output"]>;
1024
- };
1025
-
1026
- /** aggregate stddev_samp on columns */
1027
- export type AuthKeyMultikeyLayoutStddevSampFields = {
1028
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
1029
- signatures_required?: Maybe<Scalars["Float"]["output"]>;
1030
- };
1031
-
1032
- /** Streaming cursor of the table "auth_key_multikey_layout" */
1033
- export type AuthKeyMultikeyLayoutStreamCursorInput = {
1034
- /** Stream column input with initial value */
1035
- initial_value: AuthKeyMultikeyLayoutStreamCursorValueInput;
1036
- /** cursor ordering */
1037
- ordering?: InputMaybe<CursorOrdering>;
1038
- };
1039
-
1040
- /** Initial value of the column from where the streaming should start */
1041
- export type AuthKeyMultikeyLayoutStreamCursorValueInput = {
1042
- auth_key?: InputMaybe<Scalars["String"]["input"]>;
1043
- last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
1044
- multikey_layout_with_prefixes?: InputMaybe<Scalars["jsonb"]["input"]>;
1045
- multikey_type?: InputMaybe<Scalars["String"]["input"]>;
1046
- signatures_required?: InputMaybe<Scalars["bigint"]["input"]>;
1047
- };
1048
-
1049
- /** aggregate sum on columns */
1050
- export type AuthKeyMultikeyLayoutSumFields = {
1051
- last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
1052
- signatures_required?: Maybe<Scalars["bigint"]["output"]>;
1053
- };
1054
-
1055
- /** aggregate var_pop on columns */
1056
- export type AuthKeyMultikeyLayoutVarPopFields = {
1057
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
1058
- signatures_required?: Maybe<Scalars["Float"]["output"]>;
1059
- };
1060
-
1061
- /** aggregate var_samp on columns */
1062
- export type AuthKeyMultikeyLayoutVarSampFields = {
1063
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
1064
- signatures_required?: Maybe<Scalars["Float"]["output"]>;
1065
- };
1066
-
1067
- /** aggregate variance on columns */
1068
- export type AuthKeyMultikeyLayoutVarianceFields = {
1069
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
1070
- signatures_required?: Maybe<Scalars["Float"]["output"]>;
1071
- };
1072
-
1073
781
  /** Boolean expression to compare columns of type "bigint". All fields are combined with logical 'AND'. */
1074
782
  export type BigintComparisonExp = {
1075
783
  _eq?: InputMaybe<Scalars["bigint"]["input"]>;
@@ -3241,36 +2949,28 @@ export type CurrentDelegatorBalancesStreamCursorValueInput = {
3241
2949
  table_handle?: InputMaybe<Scalars["String"]["input"]>;
3242
2950
  };
3243
2951
 
3244
- /** columns and relationships of "current_fungible_asset_balances" */
2952
+ /** columns and relationships of "current_unified_fungible_asset_balances_to_be_renamed" */
3245
2953
  export type CurrentFungibleAssetBalances = {
3246
- amount: Scalars["numeric"]["output"];
3247
- amount_v1?: Maybe<Scalars["numeric"]["output"]>;
3248
- amount_v2?: Maybe<Scalars["numeric"]["output"]>;
3249
- asset_type: Scalars["String"]["output"];
3250
- asset_type_v1?: Maybe<Scalars["String"]["output"]>;
3251
- asset_type_v2?: Maybe<Scalars["String"]["output"]>;
2954
+ amount?: Maybe<Scalars["numeric"]["output"]>;
2955
+ asset_type?: Maybe<Scalars["String"]["output"]>;
3252
2956
  is_frozen: Scalars["Boolean"]["output"];
3253
- is_primary: Scalars["Boolean"]["output"];
2957
+ is_primary?: Maybe<Scalars["Boolean"]["output"]>;
3254
2958
  last_transaction_timestamp?: Maybe<Scalars["timestamp"]["output"]>;
3255
- last_transaction_timestamp_v1?: Maybe<Scalars["timestamp"]["output"]>;
3256
- last_transaction_timestamp_v2?: Maybe<Scalars["timestamp"]["output"]>;
3257
2959
  last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
3258
- last_transaction_version_v1?: Maybe<Scalars["bigint"]["output"]>;
3259
- last_transaction_version_v2?: Maybe<Scalars["bigint"]["output"]>;
3260
2960
  /** An object relationship */
3261
2961
  metadata?: Maybe<FungibleAssetMetadata>;
3262
2962
  owner_address: Scalars["String"]["output"];
3263
2963
  storage_id: Scalars["String"]["output"];
3264
- token_standard: Scalars["String"]["output"];
2964
+ token_standard?: Maybe<Scalars["String"]["output"]>;
3265
2965
  };
3266
2966
 
3267
- /** aggregated selection of "current_fungible_asset_balances" */
2967
+ /** aggregated selection of "current_unified_fungible_asset_balances_to_be_renamed" */
3268
2968
  export type CurrentFungibleAssetBalancesAggregate = {
3269
2969
  aggregate?: Maybe<CurrentFungibleAssetBalancesAggregateFields>;
3270
2970
  nodes: Array<CurrentFungibleAssetBalances>;
3271
2971
  };
3272
2972
 
3273
- /** aggregate fields of "current_fungible_asset_balances" */
2973
+ /** aggregate fields of "current_unified_fungible_asset_balances_to_be_renamed" */
3274
2974
  export type CurrentFungibleAssetBalancesAggregateFields = {
3275
2975
  avg?: Maybe<CurrentFungibleAssetBalancesAvgFields>;
3276
2976
  count: Scalars["Int"]["output"];
@@ -3285,7 +2985,7 @@ export type CurrentFungibleAssetBalancesAggregateFields = {
3285
2985
  variance?: Maybe<CurrentFungibleAssetBalancesVarianceFields>;
3286
2986
  };
3287
2987
 
3288
- /** aggregate fields of "current_fungible_asset_balances" */
2988
+ /** aggregate fields of "current_unified_fungible_asset_balances_to_be_renamed" */
3289
2989
  export type CurrentFungibleAssetBalancesAggregateFieldsCountArgs = {
3290
2990
  columns?: InputMaybe<Array<CurrentFungibleAssetBalancesSelectColumn>>;
3291
2991
  distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
@@ -3294,32 +2994,20 @@ export type CurrentFungibleAssetBalancesAggregateFieldsCountArgs = {
3294
2994
  /** aggregate avg on columns */
3295
2995
  export type CurrentFungibleAssetBalancesAvgFields = {
3296
2996
  amount?: Maybe<Scalars["Float"]["output"]>;
3297
- amount_v1?: Maybe<Scalars["Float"]["output"]>;
3298
- amount_v2?: Maybe<Scalars["Float"]["output"]>;
3299
2997
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
3300
- last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
3301
- last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
3302
2998
  };
3303
2999
 
3304
- /** Boolean expression to filter rows from the table "current_fungible_asset_balances". All fields are combined with a logical 'AND'. */
3000
+ /** Boolean expression to filter rows from the table "current_unified_fungible_asset_balances_to_be_renamed". All fields are combined with a logical 'AND'. */
3305
3001
  export type CurrentFungibleAssetBalancesBoolExp = {
3306
3002
  _and?: InputMaybe<Array<CurrentFungibleAssetBalancesBoolExp>>;
3307
3003
  _not?: InputMaybe<CurrentFungibleAssetBalancesBoolExp>;
3308
3004
  _or?: InputMaybe<Array<CurrentFungibleAssetBalancesBoolExp>>;
3309
3005
  amount?: InputMaybe<NumericComparisonExp>;
3310
- amount_v1?: InputMaybe<NumericComparisonExp>;
3311
- amount_v2?: InputMaybe<NumericComparisonExp>;
3312
3006
  asset_type?: InputMaybe<StringComparisonExp>;
3313
- asset_type_v1?: InputMaybe<StringComparisonExp>;
3314
- asset_type_v2?: InputMaybe<StringComparisonExp>;
3315
3007
  is_frozen?: InputMaybe<BooleanComparisonExp>;
3316
3008
  is_primary?: InputMaybe<BooleanComparisonExp>;
3317
3009
  last_transaction_timestamp?: InputMaybe<TimestampComparisonExp>;
3318
- last_transaction_timestamp_v1?: InputMaybe<TimestampComparisonExp>;
3319
- last_transaction_timestamp_v2?: InputMaybe<TimestampComparisonExp>;
3320
3010
  last_transaction_version?: InputMaybe<BigintComparisonExp>;
3321
- last_transaction_version_v1?: InputMaybe<BigintComparisonExp>;
3322
- last_transaction_version_v2?: InputMaybe<BigintComparisonExp>;
3323
3011
  metadata?: InputMaybe<FungibleAssetMetadataBoolExp>;
3324
3012
  owner_address?: InputMaybe<StringComparisonExp>;
3325
3013
  storage_id?: InputMaybe<StringComparisonExp>;
@@ -3329,17 +3017,9 @@ export type CurrentFungibleAssetBalancesBoolExp = {
3329
3017
  /** aggregate max on columns */
3330
3018
  export type CurrentFungibleAssetBalancesMaxFields = {
3331
3019
  amount?: Maybe<Scalars["numeric"]["output"]>;
3332
- amount_v1?: Maybe<Scalars["numeric"]["output"]>;
3333
- amount_v2?: Maybe<Scalars["numeric"]["output"]>;
3334
3020
  asset_type?: Maybe<Scalars["String"]["output"]>;
3335
- asset_type_v1?: Maybe<Scalars["String"]["output"]>;
3336
- asset_type_v2?: Maybe<Scalars["String"]["output"]>;
3337
3021
  last_transaction_timestamp?: Maybe<Scalars["timestamp"]["output"]>;
3338
- last_transaction_timestamp_v1?: Maybe<Scalars["timestamp"]["output"]>;
3339
- last_transaction_timestamp_v2?: Maybe<Scalars["timestamp"]["output"]>;
3340
3022
  last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
3341
- last_transaction_version_v1?: Maybe<Scalars["bigint"]["output"]>;
3342
- last_transaction_version_v2?: Maybe<Scalars["bigint"]["output"]>;
3343
3023
  owner_address?: Maybe<Scalars["String"]["output"]>;
3344
3024
  storage_id?: Maybe<Scalars["String"]["output"]>;
3345
3025
  token_standard?: Maybe<Scalars["String"]["output"]>;
@@ -3348,75 +3028,43 @@ export type CurrentFungibleAssetBalancesMaxFields = {
3348
3028
  /** aggregate min on columns */
3349
3029
  export type CurrentFungibleAssetBalancesMinFields = {
3350
3030
  amount?: Maybe<Scalars["numeric"]["output"]>;
3351
- amount_v1?: Maybe<Scalars["numeric"]["output"]>;
3352
- amount_v2?: Maybe<Scalars["numeric"]["output"]>;
3353
3031
  asset_type?: Maybe<Scalars["String"]["output"]>;
3354
- asset_type_v1?: Maybe<Scalars["String"]["output"]>;
3355
- asset_type_v2?: Maybe<Scalars["String"]["output"]>;
3356
3032
  last_transaction_timestamp?: Maybe<Scalars["timestamp"]["output"]>;
3357
- last_transaction_timestamp_v1?: Maybe<Scalars["timestamp"]["output"]>;
3358
- last_transaction_timestamp_v2?: Maybe<Scalars["timestamp"]["output"]>;
3359
3033
  last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
3360
- last_transaction_version_v1?: Maybe<Scalars["bigint"]["output"]>;
3361
- last_transaction_version_v2?: Maybe<Scalars["bigint"]["output"]>;
3362
3034
  owner_address?: Maybe<Scalars["String"]["output"]>;
3363
3035
  storage_id?: Maybe<Scalars["String"]["output"]>;
3364
3036
  token_standard?: Maybe<Scalars["String"]["output"]>;
3365
3037
  };
3366
3038
 
3367
- /** Ordering options when selecting data from "current_fungible_asset_balances". */
3039
+ /** Ordering options when selecting data from "current_unified_fungible_asset_balances_to_be_renamed". */
3368
3040
  export type CurrentFungibleAssetBalancesOrderBy = {
3369
3041
  amount?: InputMaybe<OrderBy>;
3370
- amount_v1?: InputMaybe<OrderBy>;
3371
- amount_v2?: InputMaybe<OrderBy>;
3372
3042
  asset_type?: InputMaybe<OrderBy>;
3373
- asset_type_v1?: InputMaybe<OrderBy>;
3374
- asset_type_v2?: InputMaybe<OrderBy>;
3375
3043
  is_frozen?: InputMaybe<OrderBy>;
3376
3044
  is_primary?: InputMaybe<OrderBy>;
3377
3045
  last_transaction_timestamp?: InputMaybe<OrderBy>;
3378
- last_transaction_timestamp_v1?: InputMaybe<OrderBy>;
3379
- last_transaction_timestamp_v2?: InputMaybe<OrderBy>;
3380
3046
  last_transaction_version?: InputMaybe<OrderBy>;
3381
- last_transaction_version_v1?: InputMaybe<OrderBy>;
3382
- last_transaction_version_v2?: InputMaybe<OrderBy>;
3383
3047
  metadata?: InputMaybe<FungibleAssetMetadataOrderBy>;
3384
3048
  owner_address?: InputMaybe<OrderBy>;
3385
3049
  storage_id?: InputMaybe<OrderBy>;
3386
3050
  token_standard?: InputMaybe<OrderBy>;
3387
3051
  };
3388
3052
 
3389
- /** select columns of table "current_fungible_asset_balances" */
3053
+ /** select columns of table "current_unified_fungible_asset_balances_to_be_renamed" */
3390
3054
  export enum CurrentFungibleAssetBalancesSelectColumn {
3391
3055
  /** column name */
3392
3056
  Amount = "amount",
3393
3057
  /** column name */
3394
- AmountV1 = "amount_v1",
3395
- /** column name */
3396
- AmountV2 = "amount_v2",
3397
- /** column name */
3398
3058
  AssetType = "asset_type",
3399
3059
  /** column name */
3400
- AssetTypeV1 = "asset_type_v1",
3401
- /** column name */
3402
- AssetTypeV2 = "asset_type_v2",
3403
- /** column name */
3404
3060
  IsFrozen = "is_frozen",
3405
3061
  /** column name */
3406
3062
  IsPrimary = "is_primary",
3407
3063
  /** column name */
3408
3064
  LastTransactionTimestamp = "last_transaction_timestamp",
3409
3065
  /** column name */
3410
- LastTransactionTimestampV1 = "last_transaction_timestamp_v1",
3411
- /** column name */
3412
- LastTransactionTimestampV2 = "last_transaction_timestamp_v2",
3413
- /** column name */
3414
3066
  LastTransactionVersion = "last_transaction_version",
3415
3067
  /** column name */
3416
- LastTransactionVersionV1 = "last_transaction_version_v1",
3417
- /** column name */
3418
- LastTransactionVersionV2 = "last_transaction_version_v2",
3419
- /** column name */
3420
3068
  OwnerAddress = "owner_address",
3421
3069
  /** column name */
3422
3070
  StorageId = "storage_id",
@@ -3427,31 +3075,19 @@ export enum CurrentFungibleAssetBalancesSelectColumn {
3427
3075
  /** aggregate stddev on columns */
3428
3076
  export type CurrentFungibleAssetBalancesStddevFields = {
3429
3077
  amount?: Maybe<Scalars["Float"]["output"]>;
3430
- amount_v1?: Maybe<Scalars["Float"]["output"]>;
3431
- amount_v2?: Maybe<Scalars["Float"]["output"]>;
3432
3078
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
3433
- last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
3434
- last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
3435
3079
  };
3436
3080
 
3437
3081
  /** aggregate stddev_pop on columns */
3438
3082
  export type CurrentFungibleAssetBalancesStddevPopFields = {
3439
3083
  amount?: Maybe<Scalars["Float"]["output"]>;
3440
- amount_v1?: Maybe<Scalars["Float"]["output"]>;
3441
- amount_v2?: Maybe<Scalars["Float"]["output"]>;
3442
3084
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
3443
- last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
3444
- last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
3445
3085
  };
3446
3086
 
3447
3087
  /** aggregate stddev_samp on columns */
3448
3088
  export type CurrentFungibleAssetBalancesStddevSampFields = {
3449
3089
  amount?: Maybe<Scalars["Float"]["output"]>;
3450
- amount_v1?: Maybe<Scalars["Float"]["output"]>;
3451
- amount_v2?: Maybe<Scalars["Float"]["output"]>;
3452
3090
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
3453
- last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
3454
- last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
3455
3091
  };
3456
3092
 
3457
3093
  /** Streaming cursor of the table "current_fungible_asset_balances" */
@@ -3465,19 +3101,11 @@ export type CurrentFungibleAssetBalancesStreamCursorInput = {
3465
3101
  /** Initial value of the column from where the streaming should start */
3466
3102
  export type CurrentFungibleAssetBalancesStreamCursorValueInput = {
3467
3103
  amount?: InputMaybe<Scalars["numeric"]["input"]>;
3468
- amount_v1?: InputMaybe<Scalars["numeric"]["input"]>;
3469
- amount_v2?: InputMaybe<Scalars["numeric"]["input"]>;
3470
3104
  asset_type?: InputMaybe<Scalars["String"]["input"]>;
3471
- asset_type_v1?: InputMaybe<Scalars["String"]["input"]>;
3472
- asset_type_v2?: InputMaybe<Scalars["String"]["input"]>;
3473
3105
  is_frozen?: InputMaybe<Scalars["Boolean"]["input"]>;
3474
3106
  is_primary?: InputMaybe<Scalars["Boolean"]["input"]>;
3475
3107
  last_transaction_timestamp?: InputMaybe<Scalars["timestamp"]["input"]>;
3476
- last_transaction_timestamp_v1?: InputMaybe<Scalars["timestamp"]["input"]>;
3477
- last_transaction_timestamp_v2?: InputMaybe<Scalars["timestamp"]["input"]>;
3478
3108
  last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
3479
- last_transaction_version_v1?: InputMaybe<Scalars["bigint"]["input"]>;
3480
- last_transaction_version_v2?: InputMaybe<Scalars["bigint"]["input"]>;
3481
3109
  owner_address?: InputMaybe<Scalars["String"]["input"]>;
3482
3110
  storage_id?: InputMaybe<Scalars["String"]["input"]>;
3483
3111
  token_standard?: InputMaybe<Scalars["String"]["input"]>;
@@ -3486,41 +3114,25 @@ export type CurrentFungibleAssetBalancesStreamCursorValueInput = {
3486
3114
  /** aggregate sum on columns */
3487
3115
  export type CurrentFungibleAssetBalancesSumFields = {
3488
3116
  amount?: Maybe<Scalars["numeric"]["output"]>;
3489
- amount_v1?: Maybe<Scalars["numeric"]["output"]>;
3490
- amount_v2?: Maybe<Scalars["numeric"]["output"]>;
3491
3117
  last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
3492
- last_transaction_version_v1?: Maybe<Scalars["bigint"]["output"]>;
3493
- last_transaction_version_v2?: Maybe<Scalars["bigint"]["output"]>;
3494
3118
  };
3495
3119
 
3496
3120
  /** aggregate var_pop on columns */
3497
3121
  export type CurrentFungibleAssetBalancesVarPopFields = {
3498
3122
  amount?: Maybe<Scalars["Float"]["output"]>;
3499
- amount_v1?: Maybe<Scalars["Float"]["output"]>;
3500
- amount_v2?: Maybe<Scalars["Float"]["output"]>;
3501
3123
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
3502
- last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
3503
- last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
3504
3124
  };
3505
3125
 
3506
3126
  /** aggregate var_samp on columns */
3507
3127
  export type CurrentFungibleAssetBalancesVarSampFields = {
3508
3128
  amount?: Maybe<Scalars["Float"]["output"]>;
3509
- amount_v1?: Maybe<Scalars["Float"]["output"]>;
3510
- amount_v2?: Maybe<Scalars["Float"]["output"]>;
3511
3129
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
3512
- last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
3513
- last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
3514
3130
  };
3515
3131
 
3516
3132
  /** aggregate variance on columns */
3517
3133
  export type CurrentFungibleAssetBalancesVarianceFields = {
3518
3134
  amount?: Maybe<Scalars["Float"]["output"]>;
3519
- amount_v1?: Maybe<Scalars["Float"]["output"]>;
3520
- amount_v2?: Maybe<Scalars["Float"]["output"]>;
3521
3135
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
3522
- last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
3523
- last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
3524
3136
  };
3525
3137
 
3526
3138
  /** columns and relationships of "current_objects" */
@@ -3934,8 +3546,6 @@ export type CurrentTokenDatasV2 = {
3934
3546
  collection_id: Scalars["String"]["output"];
3935
3547
  /** An object relationship */
3936
3548
  current_collection?: Maybe<CurrentCollectionsV2>;
3937
- /** An object relationship */
3938
- current_royalty_v1?: Maybe<CurrentTokenRoyaltyV1>;
3939
3549
  /** An array relationship */
3940
3550
  current_token_ownerships: Array<CurrentTokenOwnershipsV2>;
3941
3551
  /** An aggregate relationship */
@@ -3988,7 +3598,6 @@ export type CurrentTokenDatasV2BoolExp = {
3988
3598
  cdn_asset_uris?: InputMaybe<NftMetadataCrawlerParsedAssetUrisBoolExp>;
3989
3599
  collection_id?: InputMaybe<StringComparisonExp>;
3990
3600
  current_collection?: InputMaybe<CurrentCollectionsV2BoolExp>;
3991
- current_royalty_v1?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
3992
3601
  current_token_ownerships?: InputMaybe<CurrentTokenOwnershipsV2BoolExp>;
3993
3602
  current_token_ownerships_aggregate?: InputMaybe<CurrentTokenOwnershipsV2AggregateBoolExp>;
3994
3603
  decimals?: InputMaybe<BigintComparisonExp>;
@@ -4013,7 +3622,6 @@ export type CurrentTokenDatasV2OrderBy = {
4013
3622
  cdn_asset_uris?: InputMaybe<NftMetadataCrawlerParsedAssetUrisOrderBy>;
4014
3623
  collection_id?: InputMaybe<OrderBy>;
4015
3624
  current_collection?: InputMaybe<CurrentCollectionsV2OrderBy>;
4016
- current_royalty_v1?: InputMaybe<CurrentTokenRoyaltyV1OrderBy>;
4017
3625
  current_token_ownerships_aggregate?: InputMaybe<CurrentTokenOwnershipsV2AggregateOrderBy>;
4018
3626
  decimals?: InputMaybe<OrderBy>;
4019
3627
  description?: InputMaybe<OrderBy>;
@@ -4968,73 +4576,6 @@ export type CurrentTokenPendingClaimsStreamCursorValueInput = {
4968
4576
  token_data_id_hash?: InputMaybe<Scalars["String"]["input"]>;
4969
4577
  };
4970
4578
 
4971
- /** columns and relationships of "current_token_royalty_v1" */
4972
- export type CurrentTokenRoyaltyV1 = {
4973
- last_transaction_timestamp: Scalars["timestamp"]["output"];
4974
- last_transaction_version: Scalars["bigint"]["output"];
4975
- payee_address: Scalars["String"]["output"];
4976
- royalty_points_denominator: Scalars["numeric"]["output"];
4977
- royalty_points_numerator: Scalars["numeric"]["output"];
4978
- token_data_id: Scalars["String"]["output"];
4979
- };
4980
-
4981
- /** Boolean expression to filter rows from the table "current_token_royalty_v1". All fields are combined with a logical 'AND'. */
4982
- export type CurrentTokenRoyaltyV1BoolExp = {
4983
- _and?: InputMaybe<Array<CurrentTokenRoyaltyV1BoolExp>>;
4984
- _not?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
4985
- _or?: InputMaybe<Array<CurrentTokenRoyaltyV1BoolExp>>;
4986
- last_transaction_timestamp?: InputMaybe<TimestampComparisonExp>;
4987
- last_transaction_version?: InputMaybe<BigintComparisonExp>;
4988
- payee_address?: InputMaybe<StringComparisonExp>;
4989
- royalty_points_denominator?: InputMaybe<NumericComparisonExp>;
4990
- royalty_points_numerator?: InputMaybe<NumericComparisonExp>;
4991
- token_data_id?: InputMaybe<StringComparisonExp>;
4992
- };
4993
-
4994
- /** Ordering options when selecting data from "current_token_royalty_v1". */
4995
- export type CurrentTokenRoyaltyV1OrderBy = {
4996
- last_transaction_timestamp?: InputMaybe<OrderBy>;
4997
- last_transaction_version?: InputMaybe<OrderBy>;
4998
- payee_address?: InputMaybe<OrderBy>;
4999
- royalty_points_denominator?: InputMaybe<OrderBy>;
5000
- royalty_points_numerator?: InputMaybe<OrderBy>;
5001
- token_data_id?: InputMaybe<OrderBy>;
5002
- };
5003
-
5004
- /** select columns of table "current_token_royalty_v1" */
5005
- export enum CurrentTokenRoyaltyV1SelectColumn {
5006
- /** column name */
5007
- LastTransactionTimestamp = "last_transaction_timestamp",
5008
- /** column name */
5009
- LastTransactionVersion = "last_transaction_version",
5010
- /** column name */
5011
- PayeeAddress = "payee_address",
5012
- /** column name */
5013
- RoyaltyPointsDenominator = "royalty_points_denominator",
5014
- /** column name */
5015
- RoyaltyPointsNumerator = "royalty_points_numerator",
5016
- /** column name */
5017
- TokenDataId = "token_data_id",
5018
- }
5019
-
5020
- /** Streaming cursor of the table "current_token_royalty_v1" */
5021
- export type CurrentTokenRoyaltyV1StreamCursorInput = {
5022
- /** Stream column input with initial value */
5023
- initial_value: CurrentTokenRoyaltyV1StreamCursorValueInput;
5024
- /** cursor ordering */
5025
- ordering?: InputMaybe<CursorOrdering>;
5026
- };
5027
-
5028
- /** Initial value of the column from where the streaming should start */
5029
- export type CurrentTokenRoyaltyV1StreamCursorValueInput = {
5030
- last_transaction_timestamp?: InputMaybe<Scalars["timestamp"]["input"]>;
5031
- last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
5032
- payee_address?: InputMaybe<Scalars["String"]["input"]>;
5033
- royalty_points_denominator?: InputMaybe<Scalars["numeric"]["input"]>;
5034
- royalty_points_numerator?: InputMaybe<Scalars["numeric"]["input"]>;
5035
- token_data_id?: InputMaybe<Scalars["String"]["input"]>;
5036
- };
5037
-
5038
4579
  /** ordering argument of a cursor */
5039
4580
  export enum CursorOrdering {
5040
4581
  /** ascending ordering of the cursor */
@@ -6228,37 +5769,847 @@ export type MoveResourcesVarianceFields = {
6228
5769
  transaction_version?: Maybe<Scalars["Float"]["output"]>;
6229
5770
  };
6230
5771
 
6231
- /** columns and relationships of "nft_metadata_crawler.parsed_asset_uris" */
6232
- export type NftMetadataCrawlerParsedAssetUris = {
6233
- animation_optimizer_retry_count: Scalars["Int"]["output"];
6234
- asset_uri: Scalars["String"]["output"];
6235
- cdn_animation_uri?: Maybe<Scalars["String"]["output"]>;
6236
- cdn_image_uri?: Maybe<Scalars["String"]["output"]>;
6237
- cdn_json_uri?: Maybe<Scalars["String"]["output"]>;
6238
- image_optimizer_retry_count: Scalars["Int"]["output"];
6239
- json_parser_retry_count: Scalars["Int"]["output"];
6240
- raw_animation_uri?: Maybe<Scalars["String"]["output"]>;
6241
- raw_image_uri?: Maybe<Scalars["String"]["output"]>;
6242
- };
6243
-
6244
- /** Boolean expression to filter rows from the table "nft_metadata_crawler.parsed_asset_uris". All fields are combined with a logical 'AND'. */
6245
- export type NftMetadataCrawlerParsedAssetUrisBoolExp = {
6246
- _and?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisBoolExp>>;
6247
- _not?: InputMaybe<NftMetadataCrawlerParsedAssetUrisBoolExp>;
6248
- _or?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisBoolExp>>;
6249
- animation_optimizer_retry_count?: InputMaybe<IntComparisonExp>;
6250
- asset_uri?: InputMaybe<StringComparisonExp>;
6251
- cdn_animation_uri?: InputMaybe<StringComparisonExp>;
6252
- cdn_image_uri?: InputMaybe<StringComparisonExp>;
6253
- cdn_json_uri?: InputMaybe<StringComparisonExp>;
6254
- image_optimizer_retry_count?: InputMaybe<IntComparisonExp>;
6255
- json_parser_retry_count?: InputMaybe<IntComparisonExp>;
6256
- raw_animation_uri?: InputMaybe<StringComparisonExp>;
6257
- raw_image_uri?: InputMaybe<StringComparisonExp>;
5772
+ /** columns and relationships of "nft_marketplace_v2.current_nft_marketplace_auctions" */
5773
+ export type NftMarketplaceV2CurrentNftMarketplaceAuctions = {
5774
+ buy_it_now_price?: Maybe<Scalars["numeric"]["output"]>;
5775
+ coin_type?: Maybe<Scalars["String"]["output"]>;
5776
+ collection_id: Scalars["String"]["output"];
5777
+ contract_address: Scalars["String"]["output"];
5778
+ current_bid_price?: Maybe<Scalars["numeric"]["output"]>;
5779
+ current_bidder?: Maybe<Scalars["String"]["output"]>;
5780
+ /** An object relationship */
5781
+ current_token_data?: Maybe<CurrentTokenDatasV2>;
5782
+ entry_function_id_str: Scalars["String"]["output"];
5783
+ expiration_time: Scalars["numeric"]["output"];
5784
+ fee_schedule_id: Scalars["String"]["output"];
5785
+ is_deleted: Scalars["Boolean"]["output"];
5786
+ last_transaction_timestamp: Scalars["timestamptz"]["output"];
5787
+ last_transaction_version: Scalars["bigint"]["output"];
5788
+ listing_id: Scalars["String"]["output"];
5789
+ marketplace: Scalars["String"]["output"];
5790
+ seller: Scalars["String"]["output"];
5791
+ starting_bid_price: Scalars["numeric"]["output"];
5792
+ token_amount: Scalars["numeric"]["output"];
5793
+ token_data_id: Scalars["String"]["output"];
5794
+ token_standard: Scalars["String"]["output"];
6258
5795
  };
6259
5796
 
6260
- /** Ordering options when selecting data from "nft_metadata_crawler.parsed_asset_uris". */
6261
- export type NftMetadataCrawlerParsedAssetUrisOrderBy = {
5797
+ /** Boolean expression to filter rows from the table "nft_marketplace_v2.current_nft_marketplace_auctions". All fields are combined with a logical 'AND'. */
5798
+ export type NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp = {
5799
+ _and?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp>>;
5800
+ _not?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp>;
5801
+ _or?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp>>;
5802
+ buy_it_now_price?: InputMaybe<NumericComparisonExp>;
5803
+ coin_type?: InputMaybe<StringComparisonExp>;
5804
+ collection_id?: InputMaybe<StringComparisonExp>;
5805
+ contract_address?: InputMaybe<StringComparisonExp>;
5806
+ current_bid_price?: InputMaybe<NumericComparisonExp>;
5807
+ current_bidder?: InputMaybe<StringComparisonExp>;
5808
+ current_token_data?: InputMaybe<CurrentTokenDatasV2BoolExp>;
5809
+ entry_function_id_str?: InputMaybe<StringComparisonExp>;
5810
+ expiration_time?: InputMaybe<NumericComparisonExp>;
5811
+ fee_schedule_id?: InputMaybe<StringComparisonExp>;
5812
+ is_deleted?: InputMaybe<BooleanComparisonExp>;
5813
+ last_transaction_timestamp?: InputMaybe<TimestamptzComparisonExp>;
5814
+ last_transaction_version?: InputMaybe<BigintComparisonExp>;
5815
+ listing_id?: InputMaybe<StringComparisonExp>;
5816
+ marketplace?: InputMaybe<StringComparisonExp>;
5817
+ seller?: InputMaybe<StringComparisonExp>;
5818
+ starting_bid_price?: InputMaybe<NumericComparisonExp>;
5819
+ token_amount?: InputMaybe<NumericComparisonExp>;
5820
+ token_data_id?: InputMaybe<StringComparisonExp>;
5821
+ token_standard?: InputMaybe<StringComparisonExp>;
5822
+ };
5823
+
5824
+ /** Ordering options when selecting data from "nft_marketplace_v2.current_nft_marketplace_auctions". */
5825
+ export type NftMarketplaceV2CurrentNftMarketplaceAuctionsOrderBy = {
5826
+ buy_it_now_price?: InputMaybe<OrderBy>;
5827
+ coin_type?: InputMaybe<OrderBy>;
5828
+ collection_id?: InputMaybe<OrderBy>;
5829
+ contract_address?: InputMaybe<OrderBy>;
5830
+ current_bid_price?: InputMaybe<OrderBy>;
5831
+ current_bidder?: InputMaybe<OrderBy>;
5832
+ current_token_data?: InputMaybe<CurrentTokenDatasV2OrderBy>;
5833
+ entry_function_id_str?: InputMaybe<OrderBy>;
5834
+ expiration_time?: InputMaybe<OrderBy>;
5835
+ fee_schedule_id?: InputMaybe<OrderBy>;
5836
+ is_deleted?: InputMaybe<OrderBy>;
5837
+ last_transaction_timestamp?: InputMaybe<OrderBy>;
5838
+ last_transaction_version?: InputMaybe<OrderBy>;
5839
+ listing_id?: InputMaybe<OrderBy>;
5840
+ marketplace?: InputMaybe<OrderBy>;
5841
+ seller?: InputMaybe<OrderBy>;
5842
+ starting_bid_price?: InputMaybe<OrderBy>;
5843
+ token_amount?: InputMaybe<OrderBy>;
5844
+ token_data_id?: InputMaybe<OrderBy>;
5845
+ token_standard?: InputMaybe<OrderBy>;
5846
+ };
5847
+
5848
+ /** select columns of table "nft_marketplace_v2.current_nft_marketplace_auctions" */
5849
+ export enum NftMarketplaceV2CurrentNftMarketplaceAuctionsSelectColumn {
5850
+ /** column name */
5851
+ BuyItNowPrice = "buy_it_now_price",
5852
+ /** column name */
5853
+ CoinType = "coin_type",
5854
+ /** column name */
5855
+ CollectionId = "collection_id",
5856
+ /** column name */
5857
+ ContractAddress = "contract_address",
5858
+ /** column name */
5859
+ CurrentBidPrice = "current_bid_price",
5860
+ /** column name */
5861
+ CurrentBidder = "current_bidder",
5862
+ /** column name */
5863
+ EntryFunctionIdStr = "entry_function_id_str",
5864
+ /** column name */
5865
+ ExpirationTime = "expiration_time",
5866
+ /** column name */
5867
+ FeeScheduleId = "fee_schedule_id",
5868
+ /** column name */
5869
+ IsDeleted = "is_deleted",
5870
+ /** column name */
5871
+ LastTransactionTimestamp = "last_transaction_timestamp",
5872
+ /** column name */
5873
+ LastTransactionVersion = "last_transaction_version",
5874
+ /** column name */
5875
+ ListingId = "listing_id",
5876
+ /** column name */
5877
+ Marketplace = "marketplace",
5878
+ /** column name */
5879
+ Seller = "seller",
5880
+ /** column name */
5881
+ StartingBidPrice = "starting_bid_price",
5882
+ /** column name */
5883
+ TokenAmount = "token_amount",
5884
+ /** column name */
5885
+ TokenDataId = "token_data_id",
5886
+ /** column name */
5887
+ TokenStandard = "token_standard",
5888
+ }
5889
+
5890
+ /** Streaming cursor of the table "nft_marketplace_v2_current_nft_marketplace_auctions" */
5891
+ export type NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorInput = {
5892
+ /** Stream column input with initial value */
5893
+ initial_value: NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorValueInput;
5894
+ /** cursor ordering */
5895
+ ordering?: InputMaybe<CursorOrdering>;
5896
+ };
5897
+
5898
+ /** Initial value of the column from where the streaming should start */
5899
+ export type NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorValueInput = {
5900
+ buy_it_now_price?: InputMaybe<Scalars["numeric"]["input"]>;
5901
+ coin_type?: InputMaybe<Scalars["String"]["input"]>;
5902
+ collection_id?: InputMaybe<Scalars["String"]["input"]>;
5903
+ contract_address?: InputMaybe<Scalars["String"]["input"]>;
5904
+ current_bid_price?: InputMaybe<Scalars["numeric"]["input"]>;
5905
+ current_bidder?: InputMaybe<Scalars["String"]["input"]>;
5906
+ entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
5907
+ expiration_time?: InputMaybe<Scalars["numeric"]["input"]>;
5908
+ fee_schedule_id?: InputMaybe<Scalars["String"]["input"]>;
5909
+ is_deleted?: InputMaybe<Scalars["Boolean"]["input"]>;
5910
+ last_transaction_timestamp?: InputMaybe<Scalars["timestamptz"]["input"]>;
5911
+ last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
5912
+ listing_id?: InputMaybe<Scalars["String"]["input"]>;
5913
+ marketplace?: InputMaybe<Scalars["String"]["input"]>;
5914
+ seller?: InputMaybe<Scalars["String"]["input"]>;
5915
+ starting_bid_price?: InputMaybe<Scalars["numeric"]["input"]>;
5916
+ token_amount?: InputMaybe<Scalars["numeric"]["input"]>;
5917
+ token_data_id?: InputMaybe<Scalars["String"]["input"]>;
5918
+ token_standard?: InputMaybe<Scalars["String"]["input"]>;
5919
+ };
5920
+
5921
+ /** columns and relationships of "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
5922
+ export type NftMarketplaceV2CurrentNftMarketplaceCollectionOffers = {
5923
+ buyer: Scalars["String"]["output"];
5924
+ coin_type?: Maybe<Scalars["String"]["output"]>;
5925
+ collection_id: Scalars["String"]["output"];
5926
+ collection_offer_id: Scalars["String"]["output"];
5927
+ contract_address: Scalars["String"]["output"];
5928
+ /** An object relationship */
5929
+ current_collection_v2?: Maybe<CurrentCollectionsV2>;
5930
+ entry_function_id_str: Scalars["String"]["output"];
5931
+ expiration_time: Scalars["numeric"]["output"];
5932
+ fee_schedule_id: Scalars["String"]["output"];
5933
+ is_deleted: Scalars["Boolean"]["output"];
5934
+ item_price: Scalars["numeric"]["output"];
5935
+ last_transaction_timestamp: Scalars["timestamptz"]["output"];
5936
+ last_transaction_version: Scalars["bigint"]["output"];
5937
+ marketplace: Scalars["String"]["output"];
5938
+ remaining_token_amount: Scalars["numeric"]["output"];
5939
+ token_standard: Scalars["String"]["output"];
5940
+ };
5941
+
5942
+ /** Boolean expression to filter rows from the table "nft_marketplace_v2.current_nft_marketplace_collection_offers". All fields are combined with a logical 'AND'. */
5943
+ export type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp = {
5944
+ _and?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>>;
5945
+ _not?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>;
5946
+ _or?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>>;
5947
+ buyer?: InputMaybe<StringComparisonExp>;
5948
+ coin_type?: InputMaybe<StringComparisonExp>;
5949
+ collection_id?: InputMaybe<StringComparisonExp>;
5950
+ collection_offer_id?: InputMaybe<StringComparisonExp>;
5951
+ contract_address?: InputMaybe<StringComparisonExp>;
5952
+ current_collection_v2?: InputMaybe<CurrentCollectionsV2BoolExp>;
5953
+ entry_function_id_str?: InputMaybe<StringComparisonExp>;
5954
+ expiration_time?: InputMaybe<NumericComparisonExp>;
5955
+ fee_schedule_id?: InputMaybe<StringComparisonExp>;
5956
+ is_deleted?: InputMaybe<BooleanComparisonExp>;
5957
+ item_price?: InputMaybe<NumericComparisonExp>;
5958
+ last_transaction_timestamp?: InputMaybe<TimestamptzComparisonExp>;
5959
+ last_transaction_version?: InputMaybe<BigintComparisonExp>;
5960
+ marketplace?: InputMaybe<StringComparisonExp>;
5961
+ remaining_token_amount?: InputMaybe<NumericComparisonExp>;
5962
+ token_standard?: InputMaybe<StringComparisonExp>;
5963
+ };
5964
+
5965
+ /** Ordering options when selecting data from "nft_marketplace_v2.current_nft_marketplace_collection_offers". */
5966
+ export type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersOrderBy = {
5967
+ buyer?: InputMaybe<OrderBy>;
5968
+ coin_type?: InputMaybe<OrderBy>;
5969
+ collection_id?: InputMaybe<OrderBy>;
5970
+ collection_offer_id?: InputMaybe<OrderBy>;
5971
+ contract_address?: InputMaybe<OrderBy>;
5972
+ current_collection_v2?: InputMaybe<CurrentCollectionsV2OrderBy>;
5973
+ entry_function_id_str?: InputMaybe<OrderBy>;
5974
+ expiration_time?: InputMaybe<OrderBy>;
5975
+ fee_schedule_id?: InputMaybe<OrderBy>;
5976
+ is_deleted?: InputMaybe<OrderBy>;
5977
+ item_price?: InputMaybe<OrderBy>;
5978
+ last_transaction_timestamp?: InputMaybe<OrderBy>;
5979
+ last_transaction_version?: InputMaybe<OrderBy>;
5980
+ marketplace?: InputMaybe<OrderBy>;
5981
+ remaining_token_amount?: InputMaybe<OrderBy>;
5982
+ token_standard?: InputMaybe<OrderBy>;
5983
+ };
5984
+
5985
+ /** select columns of table "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
5986
+ export enum NftMarketplaceV2CurrentNftMarketplaceCollectionOffersSelectColumn {
5987
+ /** column name */
5988
+ Buyer = "buyer",
5989
+ /** column name */
5990
+ CoinType = "coin_type",
5991
+ /** column name */
5992
+ CollectionId = "collection_id",
5993
+ /** column name */
5994
+ CollectionOfferId = "collection_offer_id",
5995
+ /** column name */
5996
+ ContractAddress = "contract_address",
5997
+ /** column name */
5998
+ EntryFunctionIdStr = "entry_function_id_str",
5999
+ /** column name */
6000
+ ExpirationTime = "expiration_time",
6001
+ /** column name */
6002
+ FeeScheduleId = "fee_schedule_id",
6003
+ /** column name */
6004
+ IsDeleted = "is_deleted",
6005
+ /** column name */
6006
+ ItemPrice = "item_price",
6007
+ /** column name */
6008
+ LastTransactionTimestamp = "last_transaction_timestamp",
6009
+ /** column name */
6010
+ LastTransactionVersion = "last_transaction_version",
6011
+ /** column name */
6012
+ Marketplace = "marketplace",
6013
+ /** column name */
6014
+ RemainingTokenAmount = "remaining_token_amount",
6015
+ /** column name */
6016
+ TokenStandard = "token_standard",
6017
+ }
6018
+
6019
+ /** Streaming cursor of the table "nft_marketplace_v2_current_nft_marketplace_collection_offers" */
6020
+ export type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorInput = {
6021
+ /** Stream column input with initial value */
6022
+ initial_value: NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorValueInput;
6023
+ /** cursor ordering */
6024
+ ordering?: InputMaybe<CursorOrdering>;
6025
+ };
6026
+
6027
+ /** Initial value of the column from where the streaming should start */
6028
+ export type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorValueInput = {
6029
+ buyer?: InputMaybe<Scalars["String"]["input"]>;
6030
+ coin_type?: InputMaybe<Scalars["String"]["input"]>;
6031
+ collection_id?: InputMaybe<Scalars["String"]["input"]>;
6032
+ collection_offer_id?: InputMaybe<Scalars["String"]["input"]>;
6033
+ contract_address?: InputMaybe<Scalars["String"]["input"]>;
6034
+ entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
6035
+ expiration_time?: InputMaybe<Scalars["numeric"]["input"]>;
6036
+ fee_schedule_id?: InputMaybe<Scalars["String"]["input"]>;
6037
+ is_deleted?: InputMaybe<Scalars["Boolean"]["input"]>;
6038
+ item_price?: InputMaybe<Scalars["numeric"]["input"]>;
6039
+ last_transaction_timestamp?: InputMaybe<Scalars["timestamptz"]["input"]>;
6040
+ last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
6041
+ marketplace?: InputMaybe<Scalars["String"]["input"]>;
6042
+ remaining_token_amount?: InputMaybe<Scalars["numeric"]["input"]>;
6043
+ token_standard?: InputMaybe<Scalars["String"]["input"]>;
6044
+ };
6045
+
6046
+ /** columns and relationships of "nft_marketplace_v2.current_nft_marketplace_listings" */
6047
+ export type NftMarketplaceV2CurrentNftMarketplaceListings = {
6048
+ coin_type?: Maybe<Scalars["String"]["output"]>;
6049
+ collection_id: Scalars["String"]["output"];
6050
+ contract_address: Scalars["String"]["output"];
6051
+ /** An object relationship */
6052
+ current_token_data?: Maybe<CurrentTokenDatasV2>;
6053
+ entry_function_id_str: Scalars["String"]["output"];
6054
+ fee_schedule_id: Scalars["String"]["output"];
6055
+ is_deleted: Scalars["Boolean"]["output"];
6056
+ last_transaction_timestamp: Scalars["timestamptz"]["output"];
6057
+ last_transaction_version: Scalars["bigint"]["output"];
6058
+ listing_id: Scalars["String"]["output"];
6059
+ marketplace: Scalars["String"]["output"];
6060
+ price: Scalars["numeric"]["output"];
6061
+ seller: Scalars["String"]["output"];
6062
+ token_amount: Scalars["numeric"]["output"];
6063
+ token_data_id: Scalars["String"]["output"];
6064
+ token_standard: Scalars["String"]["output"];
6065
+ };
6066
+
6067
+ /** aggregated selection of "nft_marketplace_v2.current_nft_marketplace_listings" */
6068
+ export type NftMarketplaceV2CurrentNftMarketplaceListingsAggregate = {
6069
+ aggregate?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsAggregateFields>;
6070
+ nodes: Array<NftMarketplaceV2CurrentNftMarketplaceListings>;
6071
+ };
6072
+
6073
+ /** aggregate fields of "nft_marketplace_v2.current_nft_marketplace_listings" */
6074
+ export type NftMarketplaceV2CurrentNftMarketplaceListingsAggregateFields = {
6075
+ avg?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsAvgFields>;
6076
+ count: Scalars["Int"]["output"];
6077
+ max?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsMaxFields>;
6078
+ min?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsMinFields>;
6079
+ stddev?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsStddevFields>;
6080
+ stddev_pop?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsStddevPopFields>;
6081
+ stddev_samp?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsStddevSampFields>;
6082
+ sum?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsSumFields>;
6083
+ var_pop?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsVarPopFields>;
6084
+ var_samp?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsVarSampFields>;
6085
+ variance?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsVarianceFields>;
6086
+ };
6087
+
6088
+ /** aggregate fields of "nft_marketplace_v2.current_nft_marketplace_listings" */
6089
+ export type NftMarketplaceV2CurrentNftMarketplaceListingsAggregateFieldsCountArgs = {
6090
+ columns?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn>>;
6091
+ distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
6092
+ };
6093
+
6094
+ /** aggregate avg on columns */
6095
+ export type NftMarketplaceV2CurrentNftMarketplaceListingsAvgFields = {
6096
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6097
+ price?: Maybe<Scalars["Float"]["output"]>;
6098
+ token_amount?: Maybe<Scalars["Float"]["output"]>;
6099
+ };
6100
+
6101
+ /** Boolean expression to filter rows from the table "nft_marketplace_v2.current_nft_marketplace_listings". All fields are combined with a logical 'AND'. */
6102
+ export type NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp = {
6103
+ _and?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>>;
6104
+ _not?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>;
6105
+ _or?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>>;
6106
+ coin_type?: InputMaybe<StringComparisonExp>;
6107
+ collection_id?: InputMaybe<StringComparisonExp>;
6108
+ contract_address?: InputMaybe<StringComparisonExp>;
6109
+ current_token_data?: InputMaybe<CurrentTokenDatasV2BoolExp>;
6110
+ entry_function_id_str?: InputMaybe<StringComparisonExp>;
6111
+ fee_schedule_id?: InputMaybe<StringComparisonExp>;
6112
+ is_deleted?: InputMaybe<BooleanComparisonExp>;
6113
+ last_transaction_timestamp?: InputMaybe<TimestamptzComparisonExp>;
6114
+ last_transaction_version?: InputMaybe<BigintComparisonExp>;
6115
+ listing_id?: InputMaybe<StringComparisonExp>;
6116
+ marketplace?: InputMaybe<StringComparisonExp>;
6117
+ price?: InputMaybe<NumericComparisonExp>;
6118
+ seller?: InputMaybe<StringComparisonExp>;
6119
+ token_amount?: InputMaybe<NumericComparisonExp>;
6120
+ token_data_id?: InputMaybe<StringComparisonExp>;
6121
+ token_standard?: InputMaybe<StringComparisonExp>;
6122
+ };
6123
+
6124
+ /** aggregate max on columns */
6125
+ export type NftMarketplaceV2CurrentNftMarketplaceListingsMaxFields = {
6126
+ coin_type?: Maybe<Scalars["String"]["output"]>;
6127
+ collection_id?: Maybe<Scalars["String"]["output"]>;
6128
+ contract_address?: Maybe<Scalars["String"]["output"]>;
6129
+ entry_function_id_str?: Maybe<Scalars["String"]["output"]>;
6130
+ fee_schedule_id?: Maybe<Scalars["String"]["output"]>;
6131
+ last_transaction_timestamp?: Maybe<Scalars["timestamptz"]["output"]>;
6132
+ last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
6133
+ listing_id?: Maybe<Scalars["String"]["output"]>;
6134
+ marketplace?: Maybe<Scalars["String"]["output"]>;
6135
+ price?: Maybe<Scalars["numeric"]["output"]>;
6136
+ seller?: Maybe<Scalars["String"]["output"]>;
6137
+ token_amount?: Maybe<Scalars["numeric"]["output"]>;
6138
+ token_data_id?: Maybe<Scalars["String"]["output"]>;
6139
+ token_standard?: Maybe<Scalars["String"]["output"]>;
6140
+ };
6141
+
6142
+ /** aggregate min on columns */
6143
+ export type NftMarketplaceV2CurrentNftMarketplaceListingsMinFields = {
6144
+ coin_type?: Maybe<Scalars["String"]["output"]>;
6145
+ collection_id?: Maybe<Scalars["String"]["output"]>;
6146
+ contract_address?: Maybe<Scalars["String"]["output"]>;
6147
+ entry_function_id_str?: Maybe<Scalars["String"]["output"]>;
6148
+ fee_schedule_id?: Maybe<Scalars["String"]["output"]>;
6149
+ last_transaction_timestamp?: Maybe<Scalars["timestamptz"]["output"]>;
6150
+ last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
6151
+ listing_id?: Maybe<Scalars["String"]["output"]>;
6152
+ marketplace?: Maybe<Scalars["String"]["output"]>;
6153
+ price?: Maybe<Scalars["numeric"]["output"]>;
6154
+ seller?: Maybe<Scalars["String"]["output"]>;
6155
+ token_amount?: Maybe<Scalars["numeric"]["output"]>;
6156
+ token_data_id?: Maybe<Scalars["String"]["output"]>;
6157
+ token_standard?: Maybe<Scalars["String"]["output"]>;
6158
+ };
6159
+
6160
+ /** Ordering options when selecting data from "nft_marketplace_v2.current_nft_marketplace_listings". */
6161
+ export type NftMarketplaceV2CurrentNftMarketplaceListingsOrderBy = {
6162
+ coin_type?: InputMaybe<OrderBy>;
6163
+ collection_id?: InputMaybe<OrderBy>;
6164
+ contract_address?: InputMaybe<OrderBy>;
6165
+ current_token_data?: InputMaybe<CurrentTokenDatasV2OrderBy>;
6166
+ entry_function_id_str?: InputMaybe<OrderBy>;
6167
+ fee_schedule_id?: InputMaybe<OrderBy>;
6168
+ is_deleted?: InputMaybe<OrderBy>;
6169
+ last_transaction_timestamp?: InputMaybe<OrderBy>;
6170
+ last_transaction_version?: InputMaybe<OrderBy>;
6171
+ listing_id?: InputMaybe<OrderBy>;
6172
+ marketplace?: InputMaybe<OrderBy>;
6173
+ price?: InputMaybe<OrderBy>;
6174
+ seller?: InputMaybe<OrderBy>;
6175
+ token_amount?: InputMaybe<OrderBy>;
6176
+ token_data_id?: InputMaybe<OrderBy>;
6177
+ token_standard?: InputMaybe<OrderBy>;
6178
+ };
6179
+
6180
+ /** select columns of table "nft_marketplace_v2.current_nft_marketplace_listings" */
6181
+ export enum NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn {
6182
+ /** column name */
6183
+ CoinType = "coin_type",
6184
+ /** column name */
6185
+ CollectionId = "collection_id",
6186
+ /** column name */
6187
+ ContractAddress = "contract_address",
6188
+ /** column name */
6189
+ EntryFunctionIdStr = "entry_function_id_str",
6190
+ /** column name */
6191
+ FeeScheduleId = "fee_schedule_id",
6192
+ /** column name */
6193
+ IsDeleted = "is_deleted",
6194
+ /** column name */
6195
+ LastTransactionTimestamp = "last_transaction_timestamp",
6196
+ /** column name */
6197
+ LastTransactionVersion = "last_transaction_version",
6198
+ /** column name */
6199
+ ListingId = "listing_id",
6200
+ /** column name */
6201
+ Marketplace = "marketplace",
6202
+ /** column name */
6203
+ Price = "price",
6204
+ /** column name */
6205
+ Seller = "seller",
6206
+ /** column name */
6207
+ TokenAmount = "token_amount",
6208
+ /** column name */
6209
+ TokenDataId = "token_data_id",
6210
+ /** column name */
6211
+ TokenStandard = "token_standard",
6212
+ }
6213
+
6214
+ /** aggregate stddev on columns */
6215
+ export type NftMarketplaceV2CurrentNftMarketplaceListingsStddevFields = {
6216
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6217
+ price?: Maybe<Scalars["Float"]["output"]>;
6218
+ token_amount?: Maybe<Scalars["Float"]["output"]>;
6219
+ };
6220
+
6221
+ /** aggregate stddev_pop on columns */
6222
+ export type NftMarketplaceV2CurrentNftMarketplaceListingsStddevPopFields = {
6223
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6224
+ price?: Maybe<Scalars["Float"]["output"]>;
6225
+ token_amount?: Maybe<Scalars["Float"]["output"]>;
6226
+ };
6227
+
6228
+ /** aggregate stddev_samp on columns */
6229
+ export type NftMarketplaceV2CurrentNftMarketplaceListingsStddevSampFields = {
6230
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6231
+ price?: Maybe<Scalars["Float"]["output"]>;
6232
+ token_amount?: Maybe<Scalars["Float"]["output"]>;
6233
+ };
6234
+
6235
+ /** Streaming cursor of the table "nft_marketplace_v2_current_nft_marketplace_listings" */
6236
+ export type NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorInput = {
6237
+ /** Stream column input with initial value */
6238
+ initial_value: NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorValueInput;
6239
+ /** cursor ordering */
6240
+ ordering?: InputMaybe<CursorOrdering>;
6241
+ };
6242
+
6243
+ /** Initial value of the column from where the streaming should start */
6244
+ export type NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorValueInput = {
6245
+ coin_type?: InputMaybe<Scalars["String"]["input"]>;
6246
+ collection_id?: InputMaybe<Scalars["String"]["input"]>;
6247
+ contract_address?: InputMaybe<Scalars["String"]["input"]>;
6248
+ entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
6249
+ fee_schedule_id?: InputMaybe<Scalars["String"]["input"]>;
6250
+ is_deleted?: InputMaybe<Scalars["Boolean"]["input"]>;
6251
+ last_transaction_timestamp?: InputMaybe<Scalars["timestamptz"]["input"]>;
6252
+ last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
6253
+ listing_id?: InputMaybe<Scalars["String"]["input"]>;
6254
+ marketplace?: InputMaybe<Scalars["String"]["input"]>;
6255
+ price?: InputMaybe<Scalars["numeric"]["input"]>;
6256
+ seller?: InputMaybe<Scalars["String"]["input"]>;
6257
+ token_amount?: InputMaybe<Scalars["numeric"]["input"]>;
6258
+ token_data_id?: InputMaybe<Scalars["String"]["input"]>;
6259
+ token_standard?: InputMaybe<Scalars["String"]["input"]>;
6260
+ };
6261
+
6262
+ /** aggregate sum on columns */
6263
+ export type NftMarketplaceV2CurrentNftMarketplaceListingsSumFields = {
6264
+ last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
6265
+ price?: Maybe<Scalars["numeric"]["output"]>;
6266
+ token_amount?: Maybe<Scalars["numeric"]["output"]>;
6267
+ };
6268
+
6269
+ /** aggregate var_pop on columns */
6270
+ export type NftMarketplaceV2CurrentNftMarketplaceListingsVarPopFields = {
6271
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6272
+ price?: Maybe<Scalars["Float"]["output"]>;
6273
+ token_amount?: Maybe<Scalars["Float"]["output"]>;
6274
+ };
6275
+
6276
+ /** aggregate var_samp on columns */
6277
+ export type NftMarketplaceV2CurrentNftMarketplaceListingsVarSampFields = {
6278
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6279
+ price?: Maybe<Scalars["Float"]["output"]>;
6280
+ token_amount?: Maybe<Scalars["Float"]["output"]>;
6281
+ };
6282
+
6283
+ /** aggregate variance on columns */
6284
+ export type NftMarketplaceV2CurrentNftMarketplaceListingsVarianceFields = {
6285
+ last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6286
+ price?: Maybe<Scalars["Float"]["output"]>;
6287
+ token_amount?: Maybe<Scalars["Float"]["output"]>;
6288
+ };
6289
+
6290
+ /** columns and relationships of "nft_marketplace_v2.current_nft_marketplace_token_offers" */
6291
+ export type NftMarketplaceV2CurrentNftMarketplaceTokenOffers = {
6292
+ buyer: Scalars["String"]["output"];
6293
+ coin_type?: Maybe<Scalars["String"]["output"]>;
6294
+ collection_id: Scalars["String"]["output"];
6295
+ contract_address: Scalars["String"]["output"];
6296
+ /** An object relationship */
6297
+ current_token_data?: Maybe<CurrentTokenDatasV2>;
6298
+ entry_function_id_str: Scalars["String"]["output"];
6299
+ expiration_time: Scalars["numeric"]["output"];
6300
+ fee_schedule_id: Scalars["String"]["output"];
6301
+ is_deleted: Scalars["Boolean"]["output"];
6302
+ last_transaction_timestamp: Scalars["timestamptz"]["output"];
6303
+ last_transaction_version: Scalars["bigint"]["output"];
6304
+ marketplace: Scalars["String"]["output"];
6305
+ offer_id: Scalars["String"]["output"];
6306
+ price: Scalars["numeric"]["output"];
6307
+ token_amount: Scalars["numeric"]["output"];
6308
+ token_data_id: Scalars["String"]["output"];
6309
+ token_standard: Scalars["String"]["output"];
6310
+ };
6311
+
6312
+ /** Boolean expression to filter rows from the table "nft_marketplace_v2.current_nft_marketplace_token_offers". All fields are combined with a logical 'AND'. */
6313
+ export type NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp = {
6314
+ _and?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>>;
6315
+ _not?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>;
6316
+ _or?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>>;
6317
+ buyer?: InputMaybe<StringComparisonExp>;
6318
+ coin_type?: InputMaybe<StringComparisonExp>;
6319
+ collection_id?: InputMaybe<StringComparisonExp>;
6320
+ contract_address?: InputMaybe<StringComparisonExp>;
6321
+ current_token_data?: InputMaybe<CurrentTokenDatasV2BoolExp>;
6322
+ entry_function_id_str?: InputMaybe<StringComparisonExp>;
6323
+ expiration_time?: InputMaybe<NumericComparisonExp>;
6324
+ fee_schedule_id?: InputMaybe<StringComparisonExp>;
6325
+ is_deleted?: InputMaybe<BooleanComparisonExp>;
6326
+ last_transaction_timestamp?: InputMaybe<TimestamptzComparisonExp>;
6327
+ last_transaction_version?: InputMaybe<BigintComparisonExp>;
6328
+ marketplace?: InputMaybe<StringComparisonExp>;
6329
+ offer_id?: InputMaybe<StringComparisonExp>;
6330
+ price?: InputMaybe<NumericComparisonExp>;
6331
+ token_amount?: InputMaybe<NumericComparisonExp>;
6332
+ token_data_id?: InputMaybe<StringComparisonExp>;
6333
+ token_standard?: InputMaybe<StringComparisonExp>;
6334
+ };
6335
+
6336
+ /** Ordering options when selecting data from "nft_marketplace_v2.current_nft_marketplace_token_offers". */
6337
+ export type NftMarketplaceV2CurrentNftMarketplaceTokenOffersOrderBy = {
6338
+ buyer?: InputMaybe<OrderBy>;
6339
+ coin_type?: InputMaybe<OrderBy>;
6340
+ collection_id?: InputMaybe<OrderBy>;
6341
+ contract_address?: InputMaybe<OrderBy>;
6342
+ current_token_data?: InputMaybe<CurrentTokenDatasV2OrderBy>;
6343
+ entry_function_id_str?: InputMaybe<OrderBy>;
6344
+ expiration_time?: InputMaybe<OrderBy>;
6345
+ fee_schedule_id?: InputMaybe<OrderBy>;
6346
+ is_deleted?: InputMaybe<OrderBy>;
6347
+ last_transaction_timestamp?: InputMaybe<OrderBy>;
6348
+ last_transaction_version?: InputMaybe<OrderBy>;
6349
+ marketplace?: InputMaybe<OrderBy>;
6350
+ offer_id?: InputMaybe<OrderBy>;
6351
+ price?: InputMaybe<OrderBy>;
6352
+ token_amount?: InputMaybe<OrderBy>;
6353
+ token_data_id?: InputMaybe<OrderBy>;
6354
+ token_standard?: InputMaybe<OrderBy>;
6355
+ };
6356
+
6357
+ /** select columns of table "nft_marketplace_v2.current_nft_marketplace_token_offers" */
6358
+ export enum NftMarketplaceV2CurrentNftMarketplaceTokenOffersSelectColumn {
6359
+ /** column name */
6360
+ Buyer = "buyer",
6361
+ /** column name */
6362
+ CoinType = "coin_type",
6363
+ /** column name */
6364
+ CollectionId = "collection_id",
6365
+ /** column name */
6366
+ ContractAddress = "contract_address",
6367
+ /** column name */
6368
+ EntryFunctionIdStr = "entry_function_id_str",
6369
+ /** column name */
6370
+ ExpirationTime = "expiration_time",
6371
+ /** column name */
6372
+ FeeScheduleId = "fee_schedule_id",
6373
+ /** column name */
6374
+ IsDeleted = "is_deleted",
6375
+ /** column name */
6376
+ LastTransactionTimestamp = "last_transaction_timestamp",
6377
+ /** column name */
6378
+ LastTransactionVersion = "last_transaction_version",
6379
+ /** column name */
6380
+ Marketplace = "marketplace",
6381
+ /** column name */
6382
+ OfferId = "offer_id",
6383
+ /** column name */
6384
+ Price = "price",
6385
+ /** column name */
6386
+ TokenAmount = "token_amount",
6387
+ /** column name */
6388
+ TokenDataId = "token_data_id",
6389
+ /** column name */
6390
+ TokenStandard = "token_standard",
6391
+ }
6392
+
6393
+ /** Streaming cursor of the table "nft_marketplace_v2_current_nft_marketplace_token_offers" */
6394
+ export type NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorInput = {
6395
+ /** Stream column input with initial value */
6396
+ initial_value: NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorValueInput;
6397
+ /** cursor ordering */
6398
+ ordering?: InputMaybe<CursorOrdering>;
6399
+ };
6400
+
6401
+ /** Initial value of the column from where the streaming should start */
6402
+ export type NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorValueInput = {
6403
+ buyer?: InputMaybe<Scalars["String"]["input"]>;
6404
+ coin_type?: InputMaybe<Scalars["String"]["input"]>;
6405
+ collection_id?: InputMaybe<Scalars["String"]["input"]>;
6406
+ contract_address?: InputMaybe<Scalars["String"]["input"]>;
6407
+ entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
6408
+ expiration_time?: InputMaybe<Scalars["numeric"]["input"]>;
6409
+ fee_schedule_id?: InputMaybe<Scalars["String"]["input"]>;
6410
+ is_deleted?: InputMaybe<Scalars["Boolean"]["input"]>;
6411
+ last_transaction_timestamp?: InputMaybe<Scalars["timestamptz"]["input"]>;
6412
+ last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
6413
+ marketplace?: InputMaybe<Scalars["String"]["input"]>;
6414
+ offer_id?: InputMaybe<Scalars["String"]["input"]>;
6415
+ price?: InputMaybe<Scalars["numeric"]["input"]>;
6416
+ token_amount?: InputMaybe<Scalars["numeric"]["input"]>;
6417
+ token_data_id?: InputMaybe<Scalars["String"]["input"]>;
6418
+ token_standard?: InputMaybe<Scalars["String"]["input"]>;
6419
+ };
6420
+
6421
+ /** columns and relationships of "nft_marketplace_v2.nft_marketplace_activities" */
6422
+ export type NftMarketplaceV2NftMarketplaceActivities = {
6423
+ buyer?: Maybe<Scalars["String"]["output"]>;
6424
+ coin_type?: Maybe<Scalars["String"]["output"]>;
6425
+ collection_id: Scalars["String"]["output"];
6426
+ collection_name: Scalars["String"]["output"];
6427
+ contract_address: Scalars["String"]["output"];
6428
+ creator_address: Scalars["String"]["output"];
6429
+ /** An object relationship */
6430
+ current_token_data?: Maybe<CurrentTokenDatasV2>;
6431
+ entry_function_id_str: Scalars["String"]["output"];
6432
+ event_index: Scalars["bigint"]["output"];
6433
+ event_type: Scalars["String"]["output"];
6434
+ fee_schedule_id: Scalars["String"]["output"];
6435
+ marketplace: Scalars["String"]["output"];
6436
+ offer_or_listing_id: Scalars["String"]["output"];
6437
+ price: Scalars["numeric"]["output"];
6438
+ property_version?: Maybe<Scalars["String"]["output"]>;
6439
+ seller?: Maybe<Scalars["String"]["output"]>;
6440
+ token_amount: Scalars["numeric"]["output"];
6441
+ token_data_id?: Maybe<Scalars["String"]["output"]>;
6442
+ token_name?: Maybe<Scalars["String"]["output"]>;
6443
+ token_standard: Scalars["String"]["output"];
6444
+ transaction_timestamp: Scalars["timestamptz"]["output"];
6445
+ transaction_version: Scalars["bigint"]["output"];
6446
+ };
6447
+
6448
+ /** Boolean expression to filter rows from the table "nft_marketplace_v2.nft_marketplace_activities". All fields are combined with a logical 'AND'. */
6449
+ export type NftMarketplaceV2NftMarketplaceActivitiesBoolExp = {
6450
+ _and?: InputMaybe<Array<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>>;
6451
+ _not?: InputMaybe<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>;
6452
+ _or?: InputMaybe<Array<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>>;
6453
+ buyer?: InputMaybe<StringComparisonExp>;
6454
+ coin_type?: InputMaybe<StringComparisonExp>;
6455
+ collection_id?: InputMaybe<StringComparisonExp>;
6456
+ collection_name?: InputMaybe<StringComparisonExp>;
6457
+ contract_address?: InputMaybe<StringComparisonExp>;
6458
+ creator_address?: InputMaybe<StringComparisonExp>;
6459
+ current_token_data?: InputMaybe<CurrentTokenDatasV2BoolExp>;
6460
+ entry_function_id_str?: InputMaybe<StringComparisonExp>;
6461
+ event_index?: InputMaybe<BigintComparisonExp>;
6462
+ event_type?: InputMaybe<StringComparisonExp>;
6463
+ fee_schedule_id?: InputMaybe<StringComparisonExp>;
6464
+ marketplace?: InputMaybe<StringComparisonExp>;
6465
+ offer_or_listing_id?: InputMaybe<StringComparisonExp>;
6466
+ price?: InputMaybe<NumericComparisonExp>;
6467
+ property_version?: InputMaybe<StringComparisonExp>;
6468
+ seller?: InputMaybe<StringComparisonExp>;
6469
+ token_amount?: InputMaybe<NumericComparisonExp>;
6470
+ token_data_id?: InputMaybe<StringComparisonExp>;
6471
+ token_name?: InputMaybe<StringComparisonExp>;
6472
+ token_standard?: InputMaybe<StringComparisonExp>;
6473
+ transaction_timestamp?: InputMaybe<TimestamptzComparisonExp>;
6474
+ transaction_version?: InputMaybe<BigintComparisonExp>;
6475
+ };
6476
+
6477
+ /** Ordering options when selecting data from "nft_marketplace_v2.nft_marketplace_activities". */
6478
+ export type NftMarketplaceV2NftMarketplaceActivitiesOrderBy = {
6479
+ buyer?: InputMaybe<OrderBy>;
6480
+ coin_type?: InputMaybe<OrderBy>;
6481
+ collection_id?: InputMaybe<OrderBy>;
6482
+ collection_name?: InputMaybe<OrderBy>;
6483
+ contract_address?: InputMaybe<OrderBy>;
6484
+ creator_address?: InputMaybe<OrderBy>;
6485
+ current_token_data?: InputMaybe<CurrentTokenDatasV2OrderBy>;
6486
+ entry_function_id_str?: InputMaybe<OrderBy>;
6487
+ event_index?: InputMaybe<OrderBy>;
6488
+ event_type?: InputMaybe<OrderBy>;
6489
+ fee_schedule_id?: InputMaybe<OrderBy>;
6490
+ marketplace?: InputMaybe<OrderBy>;
6491
+ offer_or_listing_id?: InputMaybe<OrderBy>;
6492
+ price?: InputMaybe<OrderBy>;
6493
+ property_version?: InputMaybe<OrderBy>;
6494
+ seller?: InputMaybe<OrderBy>;
6495
+ token_amount?: InputMaybe<OrderBy>;
6496
+ token_data_id?: InputMaybe<OrderBy>;
6497
+ token_name?: InputMaybe<OrderBy>;
6498
+ token_standard?: InputMaybe<OrderBy>;
6499
+ transaction_timestamp?: InputMaybe<OrderBy>;
6500
+ transaction_version?: InputMaybe<OrderBy>;
6501
+ };
6502
+
6503
+ /** select columns of table "nft_marketplace_v2.nft_marketplace_activities" */
6504
+ export enum NftMarketplaceV2NftMarketplaceActivitiesSelectColumn {
6505
+ /** column name */
6506
+ Buyer = "buyer",
6507
+ /** column name */
6508
+ CoinType = "coin_type",
6509
+ /** column name */
6510
+ CollectionId = "collection_id",
6511
+ /** column name */
6512
+ CollectionName = "collection_name",
6513
+ /** column name */
6514
+ ContractAddress = "contract_address",
6515
+ /** column name */
6516
+ CreatorAddress = "creator_address",
6517
+ /** column name */
6518
+ EntryFunctionIdStr = "entry_function_id_str",
6519
+ /** column name */
6520
+ EventIndex = "event_index",
6521
+ /** column name */
6522
+ EventType = "event_type",
6523
+ /** column name */
6524
+ FeeScheduleId = "fee_schedule_id",
6525
+ /** column name */
6526
+ Marketplace = "marketplace",
6527
+ /** column name */
6528
+ OfferOrListingId = "offer_or_listing_id",
6529
+ /** column name */
6530
+ Price = "price",
6531
+ /** column name */
6532
+ PropertyVersion = "property_version",
6533
+ /** column name */
6534
+ Seller = "seller",
6535
+ /** column name */
6536
+ TokenAmount = "token_amount",
6537
+ /** column name */
6538
+ TokenDataId = "token_data_id",
6539
+ /** column name */
6540
+ TokenName = "token_name",
6541
+ /** column name */
6542
+ TokenStandard = "token_standard",
6543
+ /** column name */
6544
+ TransactionTimestamp = "transaction_timestamp",
6545
+ /** column name */
6546
+ TransactionVersion = "transaction_version",
6547
+ }
6548
+
6549
+ /** Streaming cursor of the table "nft_marketplace_v2_nft_marketplace_activities" */
6550
+ export type NftMarketplaceV2NftMarketplaceActivitiesStreamCursorInput = {
6551
+ /** Stream column input with initial value */
6552
+ initial_value: NftMarketplaceV2NftMarketplaceActivitiesStreamCursorValueInput;
6553
+ /** cursor ordering */
6554
+ ordering?: InputMaybe<CursorOrdering>;
6555
+ };
6556
+
6557
+ /** Initial value of the column from where the streaming should start */
6558
+ export type NftMarketplaceV2NftMarketplaceActivitiesStreamCursorValueInput = {
6559
+ buyer?: InputMaybe<Scalars["String"]["input"]>;
6560
+ coin_type?: InputMaybe<Scalars["String"]["input"]>;
6561
+ collection_id?: InputMaybe<Scalars["String"]["input"]>;
6562
+ collection_name?: InputMaybe<Scalars["String"]["input"]>;
6563
+ contract_address?: InputMaybe<Scalars["String"]["input"]>;
6564
+ creator_address?: InputMaybe<Scalars["String"]["input"]>;
6565
+ entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
6566
+ event_index?: InputMaybe<Scalars["bigint"]["input"]>;
6567
+ event_type?: InputMaybe<Scalars["String"]["input"]>;
6568
+ fee_schedule_id?: InputMaybe<Scalars["String"]["input"]>;
6569
+ marketplace?: InputMaybe<Scalars["String"]["input"]>;
6570
+ offer_or_listing_id?: InputMaybe<Scalars["String"]["input"]>;
6571
+ price?: InputMaybe<Scalars["numeric"]["input"]>;
6572
+ property_version?: InputMaybe<Scalars["String"]["input"]>;
6573
+ seller?: InputMaybe<Scalars["String"]["input"]>;
6574
+ token_amount?: InputMaybe<Scalars["numeric"]["input"]>;
6575
+ token_data_id?: InputMaybe<Scalars["String"]["input"]>;
6576
+ token_name?: InputMaybe<Scalars["String"]["input"]>;
6577
+ token_standard?: InputMaybe<Scalars["String"]["input"]>;
6578
+ transaction_timestamp?: InputMaybe<Scalars["timestamptz"]["input"]>;
6579
+ transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
6580
+ };
6581
+
6582
+ /** columns and relationships of "nft_metadata_crawler.parsed_asset_uris" */
6583
+ export type NftMetadataCrawlerParsedAssetUris = {
6584
+ animation_optimizer_retry_count: Scalars["Int"]["output"];
6585
+ asset_uri: Scalars["String"]["output"];
6586
+ cdn_animation_uri?: Maybe<Scalars["String"]["output"]>;
6587
+ cdn_image_uri?: Maybe<Scalars["String"]["output"]>;
6588
+ cdn_json_uri?: Maybe<Scalars["String"]["output"]>;
6589
+ image_optimizer_retry_count: Scalars["Int"]["output"];
6590
+ json_parser_retry_count: Scalars["Int"]["output"];
6591
+ raw_animation_uri?: Maybe<Scalars["String"]["output"]>;
6592
+ raw_image_uri?: Maybe<Scalars["String"]["output"]>;
6593
+ };
6594
+
6595
+ /** Boolean expression to filter rows from the table "nft_metadata_crawler.parsed_asset_uris". All fields are combined with a logical 'AND'. */
6596
+ export type NftMetadataCrawlerParsedAssetUrisBoolExp = {
6597
+ _and?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisBoolExp>>;
6598
+ _not?: InputMaybe<NftMetadataCrawlerParsedAssetUrisBoolExp>;
6599
+ _or?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisBoolExp>>;
6600
+ animation_optimizer_retry_count?: InputMaybe<IntComparisonExp>;
6601
+ asset_uri?: InputMaybe<StringComparisonExp>;
6602
+ cdn_animation_uri?: InputMaybe<StringComparisonExp>;
6603
+ cdn_image_uri?: InputMaybe<StringComparisonExp>;
6604
+ cdn_json_uri?: InputMaybe<StringComparisonExp>;
6605
+ image_optimizer_retry_count?: InputMaybe<IntComparisonExp>;
6606
+ json_parser_retry_count?: InputMaybe<IntComparisonExp>;
6607
+ raw_animation_uri?: InputMaybe<StringComparisonExp>;
6608
+ raw_image_uri?: InputMaybe<StringComparisonExp>;
6609
+ };
6610
+
6611
+ /** Ordering options when selecting data from "nft_metadata_crawler.parsed_asset_uris". */
6612
+ export type NftMetadataCrawlerParsedAssetUrisOrderBy = {
6262
6613
  animation_optimizer_retry_count?: InputMaybe<OrderBy>;
6263
6614
  asset_uri?: InputMaybe<OrderBy>;
6264
6615
  cdn_animation_uri?: InputMaybe<OrderBy>;
@@ -6520,244 +6871,100 @@ export type ProposalVotesMinFields = {
6520
6871
  };
6521
6872
 
6522
6873
  /** Ordering options when selecting data from "proposal_votes". */
6523
- export type ProposalVotesOrderBy = {
6524
- num_votes?: InputMaybe<OrderBy>;
6525
- proposal_id?: InputMaybe<OrderBy>;
6526
- should_pass?: InputMaybe<OrderBy>;
6527
- staking_pool_address?: InputMaybe<OrderBy>;
6528
- transaction_timestamp?: InputMaybe<OrderBy>;
6529
- transaction_version?: InputMaybe<OrderBy>;
6530
- voter_address?: InputMaybe<OrderBy>;
6531
- };
6532
-
6533
- /** select columns of table "proposal_votes" */
6534
- export enum ProposalVotesSelectColumn {
6535
- /** column name */
6536
- NumVotes = "num_votes",
6537
- /** column name */
6538
- ProposalId = "proposal_id",
6539
- /** column name */
6540
- ShouldPass = "should_pass",
6541
- /** column name */
6542
- StakingPoolAddress = "staking_pool_address",
6543
- /** column name */
6544
- TransactionTimestamp = "transaction_timestamp",
6545
- /** column name */
6546
- TransactionVersion = "transaction_version",
6547
- /** column name */
6548
- VoterAddress = "voter_address",
6549
- }
6550
-
6551
- /** aggregate stddev on columns */
6552
- export type ProposalVotesStddevFields = {
6553
- num_votes?: Maybe<Scalars["Float"]["output"]>;
6554
- proposal_id?: Maybe<Scalars["Float"]["output"]>;
6555
- transaction_version?: Maybe<Scalars["Float"]["output"]>;
6556
- };
6557
-
6558
- /** aggregate stddev_pop on columns */
6559
- export type ProposalVotesStddevPopFields = {
6560
- num_votes?: Maybe<Scalars["Float"]["output"]>;
6561
- proposal_id?: Maybe<Scalars["Float"]["output"]>;
6562
- transaction_version?: Maybe<Scalars["Float"]["output"]>;
6563
- };
6564
-
6565
- /** aggregate stddev_samp on columns */
6566
- export type ProposalVotesStddevSampFields = {
6567
- num_votes?: Maybe<Scalars["Float"]["output"]>;
6568
- proposal_id?: Maybe<Scalars["Float"]["output"]>;
6569
- transaction_version?: Maybe<Scalars["Float"]["output"]>;
6570
- };
6571
-
6572
- /** Streaming cursor of the table "proposal_votes" */
6573
- export type ProposalVotesStreamCursorInput = {
6574
- /** Stream column input with initial value */
6575
- initial_value: ProposalVotesStreamCursorValueInput;
6576
- /** cursor ordering */
6577
- ordering?: InputMaybe<CursorOrdering>;
6578
- };
6579
-
6580
- /** Initial value of the column from where the streaming should start */
6581
- export type ProposalVotesStreamCursorValueInput = {
6582
- num_votes?: InputMaybe<Scalars["numeric"]["input"]>;
6583
- proposal_id?: InputMaybe<Scalars["bigint"]["input"]>;
6584
- should_pass?: InputMaybe<Scalars["Boolean"]["input"]>;
6585
- staking_pool_address?: InputMaybe<Scalars["String"]["input"]>;
6586
- transaction_timestamp?: InputMaybe<Scalars["timestamp"]["input"]>;
6587
- transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
6588
- voter_address?: InputMaybe<Scalars["String"]["input"]>;
6589
- };
6590
-
6591
- /** aggregate sum on columns */
6592
- export type ProposalVotesSumFields = {
6593
- num_votes?: Maybe<Scalars["numeric"]["output"]>;
6594
- proposal_id?: Maybe<Scalars["bigint"]["output"]>;
6595
- transaction_version?: Maybe<Scalars["bigint"]["output"]>;
6596
- };
6597
-
6598
- /** aggregate var_pop on columns */
6599
- export type ProposalVotesVarPopFields = {
6600
- num_votes?: Maybe<Scalars["Float"]["output"]>;
6601
- proposal_id?: Maybe<Scalars["Float"]["output"]>;
6602
- transaction_version?: Maybe<Scalars["Float"]["output"]>;
6603
- };
6604
-
6605
- /** aggregate var_samp on columns */
6606
- export type ProposalVotesVarSampFields = {
6607
- num_votes?: Maybe<Scalars["Float"]["output"]>;
6608
- proposal_id?: Maybe<Scalars["Float"]["output"]>;
6609
- transaction_version?: Maybe<Scalars["Float"]["output"]>;
6610
- };
6611
-
6612
- /** aggregate variance on columns */
6613
- export type ProposalVotesVarianceFields = {
6614
- num_votes?: Maybe<Scalars["Float"]["output"]>;
6615
- proposal_id?: Maybe<Scalars["Float"]["output"]>;
6616
- transaction_version?: Maybe<Scalars["Float"]["output"]>;
6617
- };
6618
-
6619
- /** columns and relationships of "public_key_auth_keys" */
6620
- export type PublicKeyAuthKeys = {
6621
- auth_key: Scalars["String"]["output"];
6622
- last_transaction_version: Scalars["bigint"]["output"];
6623
- public_key: Scalars["String"]["output"];
6624
- public_key_type: Scalars["String"]["output"];
6625
- verified: Scalars["Boolean"]["output"];
6626
- };
6627
-
6628
- /** aggregated selection of "public_key_auth_keys" */
6629
- export type PublicKeyAuthKeysAggregate = {
6630
- aggregate?: Maybe<PublicKeyAuthKeysAggregateFields>;
6631
- nodes: Array<PublicKeyAuthKeys>;
6632
- };
6633
-
6634
- /** aggregate fields of "public_key_auth_keys" */
6635
- export type PublicKeyAuthKeysAggregateFields = {
6636
- avg?: Maybe<PublicKeyAuthKeysAvgFields>;
6637
- count: Scalars["Int"]["output"];
6638
- max?: Maybe<PublicKeyAuthKeysMaxFields>;
6639
- min?: Maybe<PublicKeyAuthKeysMinFields>;
6640
- stddev?: Maybe<PublicKeyAuthKeysStddevFields>;
6641
- stddev_pop?: Maybe<PublicKeyAuthKeysStddevPopFields>;
6642
- stddev_samp?: Maybe<PublicKeyAuthKeysStddevSampFields>;
6643
- sum?: Maybe<PublicKeyAuthKeysSumFields>;
6644
- var_pop?: Maybe<PublicKeyAuthKeysVarPopFields>;
6645
- var_samp?: Maybe<PublicKeyAuthKeysVarSampFields>;
6646
- variance?: Maybe<PublicKeyAuthKeysVarianceFields>;
6647
- };
6648
-
6649
- /** aggregate fields of "public_key_auth_keys" */
6650
- export type PublicKeyAuthKeysAggregateFieldsCountArgs = {
6651
- columns?: InputMaybe<Array<PublicKeyAuthKeysSelectColumn>>;
6652
- distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
6653
- };
6654
-
6655
- /** aggregate avg on columns */
6656
- export type PublicKeyAuthKeysAvgFields = {
6657
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6658
- };
6659
-
6660
- /** Boolean expression to filter rows from the table "public_key_auth_keys". All fields are combined with a logical 'AND'. */
6661
- export type PublicKeyAuthKeysBoolExp = {
6662
- _and?: InputMaybe<Array<PublicKeyAuthKeysBoolExp>>;
6663
- _not?: InputMaybe<PublicKeyAuthKeysBoolExp>;
6664
- _or?: InputMaybe<Array<PublicKeyAuthKeysBoolExp>>;
6665
- auth_key?: InputMaybe<StringComparisonExp>;
6666
- last_transaction_version?: InputMaybe<BigintComparisonExp>;
6667
- public_key?: InputMaybe<StringComparisonExp>;
6668
- public_key_type?: InputMaybe<StringComparisonExp>;
6669
- verified?: InputMaybe<BooleanComparisonExp>;
6670
- };
6671
-
6672
- /** aggregate max on columns */
6673
- export type PublicKeyAuthKeysMaxFields = {
6674
- auth_key?: Maybe<Scalars["String"]["output"]>;
6675
- last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
6676
- public_key?: Maybe<Scalars["String"]["output"]>;
6677
- public_key_type?: Maybe<Scalars["String"]["output"]>;
6678
- };
6679
-
6680
- /** aggregate min on columns */
6681
- export type PublicKeyAuthKeysMinFields = {
6682
- auth_key?: Maybe<Scalars["String"]["output"]>;
6683
- last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
6684
- public_key?: Maybe<Scalars["String"]["output"]>;
6685
- public_key_type?: Maybe<Scalars["String"]["output"]>;
6686
- };
6687
-
6688
- /** Ordering options when selecting data from "public_key_auth_keys". */
6689
- export type PublicKeyAuthKeysOrderBy = {
6690
- auth_key?: InputMaybe<OrderBy>;
6691
- last_transaction_version?: InputMaybe<OrderBy>;
6692
- public_key?: InputMaybe<OrderBy>;
6693
- public_key_type?: InputMaybe<OrderBy>;
6694
- verified?: InputMaybe<OrderBy>;
6874
+ export type ProposalVotesOrderBy = {
6875
+ num_votes?: InputMaybe<OrderBy>;
6876
+ proposal_id?: InputMaybe<OrderBy>;
6877
+ should_pass?: InputMaybe<OrderBy>;
6878
+ staking_pool_address?: InputMaybe<OrderBy>;
6879
+ transaction_timestamp?: InputMaybe<OrderBy>;
6880
+ transaction_version?: InputMaybe<OrderBy>;
6881
+ voter_address?: InputMaybe<OrderBy>;
6695
6882
  };
6696
6883
 
6697
- /** select columns of table "public_key_auth_keys" */
6698
- export enum PublicKeyAuthKeysSelectColumn {
6884
+ /** select columns of table "proposal_votes" */
6885
+ export enum ProposalVotesSelectColumn {
6699
6886
  /** column name */
6700
- AuthKey = "auth_key",
6887
+ NumVotes = "num_votes",
6701
6888
  /** column name */
6702
- LastTransactionVersion = "last_transaction_version",
6889
+ ProposalId = "proposal_id",
6703
6890
  /** column name */
6704
- PublicKey = "public_key",
6891
+ ShouldPass = "should_pass",
6892
+ /** column name */
6893
+ StakingPoolAddress = "staking_pool_address",
6894
+ /** column name */
6895
+ TransactionTimestamp = "transaction_timestamp",
6705
6896
  /** column name */
6706
- PublicKeyType = "public_key_type",
6897
+ TransactionVersion = "transaction_version",
6707
6898
  /** column name */
6708
- Verified = "verified",
6899
+ VoterAddress = "voter_address",
6709
6900
  }
6710
6901
 
6711
6902
  /** aggregate stddev on columns */
6712
- export type PublicKeyAuthKeysStddevFields = {
6713
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6903
+ export type ProposalVotesStddevFields = {
6904
+ num_votes?: Maybe<Scalars["Float"]["output"]>;
6905
+ proposal_id?: Maybe<Scalars["Float"]["output"]>;
6906
+ transaction_version?: Maybe<Scalars["Float"]["output"]>;
6714
6907
  };
6715
6908
 
6716
6909
  /** aggregate stddev_pop on columns */
6717
- export type PublicKeyAuthKeysStddevPopFields = {
6718
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6910
+ export type ProposalVotesStddevPopFields = {
6911
+ num_votes?: Maybe<Scalars["Float"]["output"]>;
6912
+ proposal_id?: Maybe<Scalars["Float"]["output"]>;
6913
+ transaction_version?: Maybe<Scalars["Float"]["output"]>;
6719
6914
  };
6720
6915
 
6721
6916
  /** aggregate stddev_samp on columns */
6722
- export type PublicKeyAuthKeysStddevSampFields = {
6723
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6917
+ export type ProposalVotesStddevSampFields = {
6918
+ num_votes?: Maybe<Scalars["Float"]["output"]>;
6919
+ proposal_id?: Maybe<Scalars["Float"]["output"]>;
6920
+ transaction_version?: Maybe<Scalars["Float"]["output"]>;
6724
6921
  };
6725
6922
 
6726
- /** Streaming cursor of the table "public_key_auth_keys" */
6727
- export type PublicKeyAuthKeysStreamCursorInput = {
6923
+ /** Streaming cursor of the table "proposal_votes" */
6924
+ export type ProposalVotesStreamCursorInput = {
6728
6925
  /** Stream column input with initial value */
6729
- initial_value: PublicKeyAuthKeysStreamCursorValueInput;
6926
+ initial_value: ProposalVotesStreamCursorValueInput;
6730
6927
  /** cursor ordering */
6731
6928
  ordering?: InputMaybe<CursorOrdering>;
6732
6929
  };
6733
6930
 
6734
6931
  /** Initial value of the column from where the streaming should start */
6735
- export type PublicKeyAuthKeysStreamCursorValueInput = {
6736
- auth_key?: InputMaybe<Scalars["String"]["input"]>;
6737
- last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
6738
- public_key?: InputMaybe<Scalars["String"]["input"]>;
6739
- public_key_type?: InputMaybe<Scalars["String"]["input"]>;
6740
- verified?: InputMaybe<Scalars["Boolean"]["input"]>;
6932
+ export type ProposalVotesStreamCursorValueInput = {
6933
+ num_votes?: InputMaybe<Scalars["numeric"]["input"]>;
6934
+ proposal_id?: InputMaybe<Scalars["bigint"]["input"]>;
6935
+ should_pass?: InputMaybe<Scalars["Boolean"]["input"]>;
6936
+ staking_pool_address?: InputMaybe<Scalars["String"]["input"]>;
6937
+ transaction_timestamp?: InputMaybe<Scalars["timestamp"]["input"]>;
6938
+ transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
6939
+ voter_address?: InputMaybe<Scalars["String"]["input"]>;
6741
6940
  };
6742
6941
 
6743
6942
  /** aggregate sum on columns */
6744
- export type PublicKeyAuthKeysSumFields = {
6745
- last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
6943
+ export type ProposalVotesSumFields = {
6944
+ num_votes?: Maybe<Scalars["numeric"]["output"]>;
6945
+ proposal_id?: Maybe<Scalars["bigint"]["output"]>;
6946
+ transaction_version?: Maybe<Scalars["bigint"]["output"]>;
6746
6947
  };
6747
6948
 
6748
6949
  /** aggregate var_pop on columns */
6749
- export type PublicKeyAuthKeysVarPopFields = {
6750
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6950
+ export type ProposalVotesVarPopFields = {
6951
+ num_votes?: Maybe<Scalars["Float"]["output"]>;
6952
+ proposal_id?: Maybe<Scalars["Float"]["output"]>;
6953
+ transaction_version?: Maybe<Scalars["Float"]["output"]>;
6751
6954
  };
6752
6955
 
6753
6956
  /** aggregate var_samp on columns */
6754
- export type PublicKeyAuthKeysVarSampFields = {
6755
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6957
+ export type ProposalVotesVarSampFields = {
6958
+ num_votes?: Maybe<Scalars["Float"]["output"]>;
6959
+ proposal_id?: Maybe<Scalars["Float"]["output"]>;
6960
+ transaction_version?: Maybe<Scalars["Float"]["output"]>;
6756
6961
  };
6757
6962
 
6758
6963
  /** aggregate variance on columns */
6759
- export type PublicKeyAuthKeysVarianceFields = {
6760
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6964
+ export type ProposalVotesVarianceFields = {
6965
+ num_votes?: Maybe<Scalars["Float"]["output"]>;
6966
+ proposal_id?: Maybe<Scalars["Float"]["output"]>;
6967
+ transaction_version?: Maybe<Scalars["Float"]["output"]>;
6761
6968
  };
6762
6969
 
6763
6970
  export type QueryRoot = {
@@ -6777,18 +6984,6 @@ export type QueryRoot = {
6777
6984
  address_version_from_move_resources: Array<AddressVersionFromMoveResources>;
6778
6985
  /** fetch aggregated fields from the table: "legacy_migration_v1.address_version_from_move_resources" */
6779
6986
  address_version_from_move_resources_aggregate: AddressVersionFromMoveResourcesAggregate;
6780
- /** fetch data from the table: "auth_key_account_addresses" */
6781
- auth_key_account_addresses: Array<AuthKeyAccountAddresses>;
6782
- /** fetch aggregated fields from the table: "auth_key_account_addresses" */
6783
- auth_key_account_addresses_aggregate: AuthKeyAccountAddressesAggregate;
6784
- /** fetch data from the table: "auth_key_account_addresses" using primary key columns */
6785
- auth_key_account_addresses_by_pk?: Maybe<AuthKeyAccountAddresses>;
6786
- /** fetch data from the table: "auth_key_multikey_layout" */
6787
- auth_key_multikey_layout: Array<AuthKeyMultikeyLayout>;
6788
- /** fetch aggregated fields from the table: "auth_key_multikey_layout" */
6789
- auth_key_multikey_layout_aggregate: AuthKeyMultikeyLayoutAggregate;
6790
- /** fetch data from the table: "auth_key_multikey_layout" using primary key columns */
6791
- auth_key_multikey_layout_by_pk?: Maybe<AuthKeyMultikeyLayout>;
6792
6987
  /** fetch data from the table: "block_metadata_transactions" */
6793
6988
  block_metadata_transactions: Array<BlockMetadataTransactions>;
6794
6989
  /** fetch data from the table: "block_metadata_transactions" using primary key columns */
@@ -6841,11 +7036,11 @@ export type QueryRoot = {
6841
7036
  current_delegator_balances: Array<CurrentDelegatorBalances>;
6842
7037
  /** fetch data from the table: "current_delegator_balances" using primary key columns */
6843
7038
  current_delegator_balances_by_pk?: Maybe<CurrentDelegatorBalances>;
6844
- /** fetch data from the table: "current_fungible_asset_balances" */
7039
+ /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
6845
7040
  current_fungible_asset_balances: Array<CurrentFungibleAssetBalances>;
6846
- /** fetch aggregated fields from the table: "current_fungible_asset_balances" */
7041
+ /** fetch aggregated fields from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
6847
7042
  current_fungible_asset_balances_aggregate: CurrentFungibleAssetBalancesAggregate;
6848
- /** fetch data from the table: "current_fungible_asset_balances" using primary key columns */
7043
+ /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" using primary key columns */
6849
7044
  current_fungible_asset_balances_by_pk?: Maybe<CurrentFungibleAssetBalances>;
6850
7045
  /** fetch data from the table: "current_objects" */
6851
7046
  current_objects: Array<CurrentObjects>;
@@ -6879,10 +7074,6 @@ export type QueryRoot = {
6879
7074
  current_token_pending_claims: Array<CurrentTokenPendingClaims>;
6880
7075
  /** fetch data from the table: "current_token_pending_claims" using primary key columns */
6881
7076
  current_token_pending_claims_by_pk?: Maybe<CurrentTokenPendingClaims>;
6882
- /** fetch data from the table: "current_token_royalty_v1" */
6883
- current_token_royalty_v1: Array<CurrentTokenRoyaltyV1>;
6884
- /** fetch data from the table: "current_token_royalty_v1" using primary key columns */
6885
- current_token_royalty_v1_by_pk?: Maybe<CurrentTokenRoyaltyV1>;
6886
7077
  /** An array relationship */
6887
7078
  delegated_staking_activities: Array<DelegatedStakingActivities>;
6888
7079
  /** fetch data from the table: "delegated_staking_activities" using primary key columns */
@@ -6925,6 +7116,28 @@ export type QueryRoot = {
6925
7116
  move_resources: Array<MoveResources>;
6926
7117
  /** fetch aggregated fields from the table: "legacy_migration_v1.move_resources" */
6927
7118
  move_resources_aggregate: MoveResourcesAggregate;
7119
+ /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" */
7120
+ nft_marketplace_v2_current_nft_marketplace_auctions: Array<NftMarketplaceV2CurrentNftMarketplaceAuctions>;
7121
+ /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" using primary key columns */
7122
+ nft_marketplace_v2_current_nft_marketplace_auctions_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceAuctions>;
7123
+ /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
7124
+ nft_marketplace_v2_current_nft_marketplace_collection_offers: Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffers>;
7125
+ /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_collection_offers" using primary key columns */
7126
+ nft_marketplace_v2_current_nft_marketplace_collection_offers_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffers>;
7127
+ /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_listings" */
7128
+ nft_marketplace_v2_current_nft_marketplace_listings: Array<NftMarketplaceV2CurrentNftMarketplaceListings>;
7129
+ /** fetch aggregated fields from the table: "nft_marketplace_v2.current_nft_marketplace_listings" */
7130
+ nft_marketplace_v2_current_nft_marketplace_listings_aggregate: NftMarketplaceV2CurrentNftMarketplaceListingsAggregate;
7131
+ /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_listings" using primary key columns */
7132
+ nft_marketplace_v2_current_nft_marketplace_listings_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListings>;
7133
+ /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_token_offers" */
7134
+ nft_marketplace_v2_current_nft_marketplace_token_offers: Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffers>;
7135
+ /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_token_offers" using primary key columns */
7136
+ nft_marketplace_v2_current_nft_marketplace_token_offers_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffers>;
7137
+ /** fetch data from the table: "nft_marketplace_v2.nft_marketplace_activities" */
7138
+ nft_marketplace_v2_nft_marketplace_activities: Array<NftMarketplaceV2NftMarketplaceActivities>;
7139
+ /** fetch data from the table: "nft_marketplace_v2.nft_marketplace_activities" using primary key columns */
7140
+ nft_marketplace_v2_nft_marketplace_activities_by_pk?: Maybe<NftMarketplaceV2NftMarketplaceActivities>;
6928
7141
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" */
6929
7142
  nft_metadata_crawler_parsed_asset_uris: Array<NftMetadataCrawlerParsedAssetUris>;
6930
7143
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" using primary key columns */
@@ -6941,12 +7154,6 @@ export type QueryRoot = {
6941
7154
  proposal_votes_aggregate: ProposalVotesAggregate;
6942
7155
  /** fetch data from the table: "proposal_votes" using primary key columns */
6943
7156
  proposal_votes_by_pk?: Maybe<ProposalVotes>;
6944
- /** fetch data from the table: "public_key_auth_keys" */
6945
- public_key_auth_keys: Array<PublicKeyAuthKeys>;
6946
- /** fetch aggregated fields from the table: "public_key_auth_keys" */
6947
- public_key_auth_keys_aggregate: PublicKeyAuthKeysAggregate;
6948
- /** fetch data from the table: "public_key_auth_keys" using primary key columns */
6949
- public_key_auth_keys_by_pk?: Maybe<PublicKeyAuthKeys>;
6950
7157
  /** fetch data from the table: "signatures" */
6951
7158
  signatures: Array<Signatures>;
6952
7159
  /** fetch data from the table: "signatures" using primary key columns */
@@ -7042,46 +7249,6 @@ export type QueryRootAddressVersionFromMoveResourcesAggregateArgs = {
7042
7249
  where?: InputMaybe<AddressVersionFromMoveResourcesBoolExp>;
7043
7250
  };
7044
7251
 
7045
- export type QueryRootAuthKeyAccountAddressesArgs = {
7046
- distinct_on?: InputMaybe<Array<AuthKeyAccountAddressesSelectColumn>>;
7047
- limit?: InputMaybe<Scalars["Int"]["input"]>;
7048
- offset?: InputMaybe<Scalars["Int"]["input"]>;
7049
- order_by?: InputMaybe<Array<AuthKeyAccountAddressesOrderBy>>;
7050
- where?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
7051
- };
7052
-
7053
- export type QueryRootAuthKeyAccountAddressesAggregateArgs = {
7054
- distinct_on?: InputMaybe<Array<AuthKeyAccountAddressesSelectColumn>>;
7055
- limit?: InputMaybe<Scalars["Int"]["input"]>;
7056
- offset?: InputMaybe<Scalars["Int"]["input"]>;
7057
- order_by?: InputMaybe<Array<AuthKeyAccountAddressesOrderBy>>;
7058
- where?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
7059
- };
7060
-
7061
- export type QueryRootAuthKeyAccountAddressesByPkArgs = {
7062
- address: Scalars["String"]["input"];
7063
- };
7064
-
7065
- export type QueryRootAuthKeyMultikeyLayoutArgs = {
7066
- distinct_on?: InputMaybe<Array<AuthKeyMultikeyLayoutSelectColumn>>;
7067
- limit?: InputMaybe<Scalars["Int"]["input"]>;
7068
- offset?: InputMaybe<Scalars["Int"]["input"]>;
7069
- order_by?: InputMaybe<Array<AuthKeyMultikeyLayoutOrderBy>>;
7070
- where?: InputMaybe<AuthKeyMultikeyLayoutBoolExp>;
7071
- };
7072
-
7073
- export type QueryRootAuthKeyMultikeyLayoutAggregateArgs = {
7074
- distinct_on?: InputMaybe<Array<AuthKeyMultikeyLayoutSelectColumn>>;
7075
- limit?: InputMaybe<Scalars["Int"]["input"]>;
7076
- offset?: InputMaybe<Scalars["Int"]["input"]>;
7077
- order_by?: InputMaybe<Array<AuthKeyMultikeyLayoutOrderBy>>;
7078
- where?: InputMaybe<AuthKeyMultikeyLayoutBoolExp>;
7079
- };
7080
-
7081
- export type QueryRootAuthKeyMultikeyLayoutByPkArgs = {
7082
- auth_key: Scalars["String"]["input"];
7083
- };
7084
-
7085
7252
  export type QueryRootBlockMetadataTransactionsArgs = {
7086
7253
  distinct_on?: InputMaybe<Array<BlockMetadataTransactionsSelectColumn>>;
7087
7254
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -7400,18 +7567,6 @@ export type QueryRootCurrentTokenPendingClaimsByPkArgs = {
7400
7567
  token_data_id_hash: Scalars["String"]["input"];
7401
7568
  };
7402
7569
 
7403
- export type QueryRootCurrentTokenRoyaltyV1Args = {
7404
- distinct_on?: InputMaybe<Array<CurrentTokenRoyaltyV1SelectColumn>>;
7405
- limit?: InputMaybe<Scalars["Int"]["input"]>;
7406
- offset?: InputMaybe<Scalars["Int"]["input"]>;
7407
- order_by?: InputMaybe<Array<CurrentTokenRoyaltyV1OrderBy>>;
7408
- where?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
7409
- };
7410
-
7411
- export type QueryRootCurrentTokenRoyaltyV1ByPkArgs = {
7412
- token_data_id: Scalars["String"]["input"];
7413
- };
7414
-
7415
7570
  export type QueryRootDelegatedStakingActivitiesArgs = {
7416
7571
  distinct_on?: InputMaybe<Array<DelegatedStakingActivitiesSelectColumn>>;
7417
7572
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -7552,6 +7707,79 @@ export type QueryRootMoveResourcesAggregateArgs = {
7552
7707
  where?: InputMaybe<MoveResourcesBoolExp>;
7553
7708
  };
7554
7709
 
7710
+ export type QueryRootNftMarketplaceV2CurrentNftMarketplaceAuctionsArgs = {
7711
+ distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceAuctionsSelectColumn>>;
7712
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
7713
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
7714
+ order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceAuctionsOrderBy>>;
7715
+ where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp>;
7716
+ };
7717
+
7718
+ export type QueryRootNftMarketplaceV2CurrentNftMarketplaceAuctionsByPkArgs = {
7719
+ listing_id: Scalars["String"]["input"];
7720
+ token_data_id: Scalars["String"]["input"];
7721
+ };
7722
+
7723
+ export type QueryRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersArgs = {
7724
+ distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersSelectColumn>>;
7725
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
7726
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
7727
+ order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersOrderBy>>;
7728
+ where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>;
7729
+ };
7730
+
7731
+ export type QueryRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersByPkArgs = {
7732
+ collection_id: Scalars["String"]["input"];
7733
+ collection_offer_id: Scalars["String"]["input"];
7734
+ };
7735
+
7736
+ export type QueryRootNftMarketplaceV2CurrentNftMarketplaceListingsArgs = {
7737
+ distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn>>;
7738
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
7739
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
7740
+ order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsOrderBy>>;
7741
+ where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>;
7742
+ };
7743
+
7744
+ export type QueryRootNftMarketplaceV2CurrentNftMarketplaceListingsAggregateArgs = {
7745
+ distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn>>;
7746
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
7747
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
7748
+ order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsOrderBy>>;
7749
+ where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>;
7750
+ };
7751
+
7752
+ export type QueryRootNftMarketplaceV2CurrentNftMarketplaceListingsByPkArgs = {
7753
+ listing_id: Scalars["String"]["input"];
7754
+ token_data_id: Scalars["String"]["input"];
7755
+ };
7756
+
7757
+ export type QueryRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersArgs = {
7758
+ distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffersSelectColumn>>;
7759
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
7760
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
7761
+ order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffersOrderBy>>;
7762
+ where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>;
7763
+ };
7764
+
7765
+ export type QueryRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersByPkArgs = {
7766
+ offer_id: Scalars["String"]["input"];
7767
+ token_data_id: Scalars["String"]["input"];
7768
+ };
7769
+
7770
+ export type QueryRootNftMarketplaceV2NftMarketplaceActivitiesArgs = {
7771
+ distinct_on?: InputMaybe<Array<NftMarketplaceV2NftMarketplaceActivitiesSelectColumn>>;
7772
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
7773
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
7774
+ order_by?: InputMaybe<Array<NftMarketplaceV2NftMarketplaceActivitiesOrderBy>>;
7775
+ where?: InputMaybe<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>;
7776
+ };
7777
+
7778
+ export type QueryRootNftMarketplaceV2NftMarketplaceActivitiesByPkArgs = {
7779
+ event_index: Scalars["bigint"]["input"];
7780
+ transaction_version: Scalars["bigint"]["input"];
7781
+ };
7782
+
7555
7783
  export type QueryRootNftMetadataCrawlerParsedAssetUrisArgs = {
7556
7784
  distinct_on?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisSelectColumn>>;
7557
7785
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -7606,28 +7834,6 @@ export type QueryRootProposalVotesByPkArgs = {
7606
7834
  voter_address: Scalars["String"]["input"];
7607
7835
  };
7608
7836
 
7609
- export type QueryRootPublicKeyAuthKeysArgs = {
7610
- distinct_on?: InputMaybe<Array<PublicKeyAuthKeysSelectColumn>>;
7611
- limit?: InputMaybe<Scalars["Int"]["input"]>;
7612
- offset?: InputMaybe<Scalars["Int"]["input"]>;
7613
- order_by?: InputMaybe<Array<PublicKeyAuthKeysOrderBy>>;
7614
- where?: InputMaybe<PublicKeyAuthKeysBoolExp>;
7615
- };
7616
-
7617
- export type QueryRootPublicKeyAuthKeysAggregateArgs = {
7618
- distinct_on?: InputMaybe<Array<PublicKeyAuthKeysSelectColumn>>;
7619
- limit?: InputMaybe<Scalars["Int"]["input"]>;
7620
- offset?: InputMaybe<Scalars["Int"]["input"]>;
7621
- order_by?: InputMaybe<Array<PublicKeyAuthKeysOrderBy>>;
7622
- where?: InputMaybe<PublicKeyAuthKeysBoolExp>;
7623
- };
7624
-
7625
- export type QueryRootPublicKeyAuthKeysByPkArgs = {
7626
- auth_key: Scalars["String"]["input"];
7627
- public_key: Scalars["String"]["input"];
7628
- public_key_type: Scalars["String"]["input"];
7629
- };
7630
-
7631
7837
  export type QueryRootSignaturesArgs = {
7632
7838
  distinct_on?: InputMaybe<Array<SignaturesSelectColumn>>;
7633
7839
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -7868,22 +8074,6 @@ export type SubscriptionRoot = {
7868
8074
  address_version_from_move_resources_aggregate: AddressVersionFromMoveResourcesAggregate;
7869
8075
  /** fetch data from the table in a streaming manner: "legacy_migration_v1.address_version_from_move_resources" */
7870
8076
  address_version_from_move_resources_stream: Array<AddressVersionFromMoveResources>;
7871
- /** fetch data from the table: "auth_key_account_addresses" */
7872
- auth_key_account_addresses: Array<AuthKeyAccountAddresses>;
7873
- /** fetch aggregated fields from the table: "auth_key_account_addresses" */
7874
- auth_key_account_addresses_aggregate: AuthKeyAccountAddressesAggregate;
7875
- /** fetch data from the table: "auth_key_account_addresses" using primary key columns */
7876
- auth_key_account_addresses_by_pk?: Maybe<AuthKeyAccountAddresses>;
7877
- /** fetch data from the table in a streaming manner: "auth_key_account_addresses" */
7878
- auth_key_account_addresses_stream: Array<AuthKeyAccountAddresses>;
7879
- /** fetch data from the table: "auth_key_multikey_layout" */
7880
- auth_key_multikey_layout: Array<AuthKeyMultikeyLayout>;
7881
- /** fetch aggregated fields from the table: "auth_key_multikey_layout" */
7882
- auth_key_multikey_layout_aggregate: AuthKeyMultikeyLayoutAggregate;
7883
- /** fetch data from the table: "auth_key_multikey_layout" using primary key columns */
7884
- auth_key_multikey_layout_by_pk?: Maybe<AuthKeyMultikeyLayout>;
7885
- /** fetch data from the table in a streaming manner: "auth_key_multikey_layout" */
7886
- auth_key_multikey_layout_stream: Array<AuthKeyMultikeyLayout>;
7887
8077
  /** fetch data from the table: "block_metadata_transactions" */
7888
8078
  block_metadata_transactions: Array<BlockMetadataTransactions>;
7889
8079
  /** fetch data from the table: "block_metadata_transactions" using primary key columns */
@@ -7968,13 +8158,13 @@ export type SubscriptionRoot = {
7968
8158
  current_delegator_balances_by_pk?: Maybe<CurrentDelegatorBalances>;
7969
8159
  /** fetch data from the table in a streaming manner: "current_delegator_balances" */
7970
8160
  current_delegator_balances_stream: Array<CurrentDelegatorBalances>;
7971
- /** fetch data from the table: "current_fungible_asset_balances" */
8161
+ /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
7972
8162
  current_fungible_asset_balances: Array<CurrentFungibleAssetBalances>;
7973
- /** fetch aggregated fields from the table: "current_fungible_asset_balances" */
8163
+ /** fetch aggregated fields from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
7974
8164
  current_fungible_asset_balances_aggregate: CurrentFungibleAssetBalancesAggregate;
7975
- /** fetch data from the table: "current_fungible_asset_balances" using primary key columns */
8165
+ /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" using primary key columns */
7976
8166
  current_fungible_asset_balances_by_pk?: Maybe<CurrentFungibleAssetBalances>;
7977
- /** fetch data from the table in a streaming manner: "current_fungible_asset_balances" */
8167
+ /** fetch data from the table in a streaming manner: "current_unified_fungible_asset_balances_to_be_renamed" */
7978
8168
  current_fungible_asset_balances_stream: Array<CurrentFungibleAssetBalances>;
7979
8169
  /** fetch data from the table: "current_objects" */
7980
8170
  current_objects: Array<CurrentObjects>;
@@ -8024,12 +8214,6 @@ export type SubscriptionRoot = {
8024
8214
  current_token_pending_claims_by_pk?: Maybe<CurrentTokenPendingClaims>;
8025
8215
  /** fetch data from the table in a streaming manner: "current_token_pending_claims" */
8026
8216
  current_token_pending_claims_stream: Array<CurrentTokenPendingClaims>;
8027
- /** fetch data from the table: "current_token_royalty_v1" */
8028
- current_token_royalty_v1: Array<CurrentTokenRoyaltyV1>;
8029
- /** fetch data from the table: "current_token_royalty_v1" using primary key columns */
8030
- current_token_royalty_v1_by_pk?: Maybe<CurrentTokenRoyaltyV1>;
8031
- /** fetch data from the table in a streaming manner: "current_token_royalty_v1" */
8032
- current_token_royalty_v1_stream: Array<CurrentTokenRoyaltyV1>;
8033
8217
  /** An array relationship */
8034
8218
  delegated_staking_activities: Array<DelegatedStakingActivities>;
8035
8219
  /** fetch data from the table: "delegated_staking_activities" using primary key columns */
@@ -8092,6 +8276,38 @@ export type SubscriptionRoot = {
8092
8276
  move_resources_aggregate: MoveResourcesAggregate;
8093
8277
  /** fetch data from the table in a streaming manner: "legacy_migration_v1.move_resources" */
8094
8278
  move_resources_stream: Array<MoveResources>;
8279
+ /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" */
8280
+ nft_marketplace_v2_current_nft_marketplace_auctions: Array<NftMarketplaceV2CurrentNftMarketplaceAuctions>;
8281
+ /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" using primary key columns */
8282
+ nft_marketplace_v2_current_nft_marketplace_auctions_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceAuctions>;
8283
+ /** fetch data from the table in a streaming manner: "nft_marketplace_v2.current_nft_marketplace_auctions" */
8284
+ nft_marketplace_v2_current_nft_marketplace_auctions_stream: Array<NftMarketplaceV2CurrentNftMarketplaceAuctions>;
8285
+ /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
8286
+ nft_marketplace_v2_current_nft_marketplace_collection_offers: Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffers>;
8287
+ /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_collection_offers" using primary key columns */
8288
+ nft_marketplace_v2_current_nft_marketplace_collection_offers_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffers>;
8289
+ /** fetch data from the table in a streaming manner: "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
8290
+ nft_marketplace_v2_current_nft_marketplace_collection_offers_stream: Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffers>;
8291
+ /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_listings" */
8292
+ nft_marketplace_v2_current_nft_marketplace_listings: Array<NftMarketplaceV2CurrentNftMarketplaceListings>;
8293
+ /** fetch aggregated fields from the table: "nft_marketplace_v2.current_nft_marketplace_listings" */
8294
+ nft_marketplace_v2_current_nft_marketplace_listings_aggregate: NftMarketplaceV2CurrentNftMarketplaceListingsAggregate;
8295
+ /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_listings" using primary key columns */
8296
+ nft_marketplace_v2_current_nft_marketplace_listings_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListings>;
8297
+ /** fetch data from the table in a streaming manner: "nft_marketplace_v2.current_nft_marketplace_listings" */
8298
+ nft_marketplace_v2_current_nft_marketplace_listings_stream: Array<NftMarketplaceV2CurrentNftMarketplaceListings>;
8299
+ /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_token_offers" */
8300
+ nft_marketplace_v2_current_nft_marketplace_token_offers: Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffers>;
8301
+ /** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_token_offers" using primary key columns */
8302
+ nft_marketplace_v2_current_nft_marketplace_token_offers_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffers>;
8303
+ /** fetch data from the table in a streaming manner: "nft_marketplace_v2.current_nft_marketplace_token_offers" */
8304
+ nft_marketplace_v2_current_nft_marketplace_token_offers_stream: Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffers>;
8305
+ /** fetch data from the table: "nft_marketplace_v2.nft_marketplace_activities" */
8306
+ nft_marketplace_v2_nft_marketplace_activities: Array<NftMarketplaceV2NftMarketplaceActivities>;
8307
+ /** fetch data from the table: "nft_marketplace_v2.nft_marketplace_activities" using primary key columns */
8308
+ nft_marketplace_v2_nft_marketplace_activities_by_pk?: Maybe<NftMarketplaceV2NftMarketplaceActivities>;
8309
+ /** fetch data from the table in a streaming manner: "nft_marketplace_v2.nft_marketplace_activities" */
8310
+ nft_marketplace_v2_nft_marketplace_activities_stream: Array<NftMarketplaceV2NftMarketplaceActivities>;
8095
8311
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" */
8096
8312
  nft_metadata_crawler_parsed_asset_uris: Array<NftMetadataCrawlerParsedAssetUris>;
8097
8313
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" using primary key columns */
@@ -8116,14 +8332,6 @@ export type SubscriptionRoot = {
8116
8332
  proposal_votes_by_pk?: Maybe<ProposalVotes>;
8117
8333
  /** fetch data from the table in a streaming manner: "proposal_votes" */
8118
8334
  proposal_votes_stream: Array<ProposalVotes>;
8119
- /** fetch data from the table: "public_key_auth_keys" */
8120
- public_key_auth_keys: Array<PublicKeyAuthKeys>;
8121
- /** fetch aggregated fields from the table: "public_key_auth_keys" */
8122
- public_key_auth_keys_aggregate: PublicKeyAuthKeysAggregate;
8123
- /** fetch data from the table: "public_key_auth_keys" using primary key columns */
8124
- public_key_auth_keys_by_pk?: Maybe<PublicKeyAuthKeys>;
8125
- /** fetch data from the table in a streaming manner: "public_key_auth_keys" */
8126
- public_key_auth_keys_stream: Array<PublicKeyAuthKeys>;
8127
8335
  /** fetch data from the table: "signatures" */
8128
8336
  signatures: Array<Signatures>;
8129
8337
  /** fetch data from the table: "signatures" using primary key columns */
@@ -8261,58 +8469,6 @@ export type SubscriptionRootAddressVersionFromMoveResourcesStreamArgs = {
8261
8469
  where?: InputMaybe<AddressVersionFromMoveResourcesBoolExp>;
8262
8470
  };
8263
8471
 
8264
- export type SubscriptionRootAuthKeyAccountAddressesArgs = {
8265
- distinct_on?: InputMaybe<Array<AuthKeyAccountAddressesSelectColumn>>;
8266
- limit?: InputMaybe<Scalars["Int"]["input"]>;
8267
- offset?: InputMaybe<Scalars["Int"]["input"]>;
8268
- order_by?: InputMaybe<Array<AuthKeyAccountAddressesOrderBy>>;
8269
- where?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
8270
- };
8271
-
8272
- export type SubscriptionRootAuthKeyAccountAddressesAggregateArgs = {
8273
- distinct_on?: InputMaybe<Array<AuthKeyAccountAddressesSelectColumn>>;
8274
- limit?: InputMaybe<Scalars["Int"]["input"]>;
8275
- offset?: InputMaybe<Scalars["Int"]["input"]>;
8276
- order_by?: InputMaybe<Array<AuthKeyAccountAddressesOrderBy>>;
8277
- where?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
8278
- };
8279
-
8280
- export type SubscriptionRootAuthKeyAccountAddressesByPkArgs = {
8281
- address: Scalars["String"]["input"];
8282
- };
8283
-
8284
- export type SubscriptionRootAuthKeyAccountAddressesStreamArgs = {
8285
- batch_size: Scalars["Int"]["input"];
8286
- cursor: Array<InputMaybe<AuthKeyAccountAddressesStreamCursorInput>>;
8287
- where?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
8288
- };
8289
-
8290
- export type SubscriptionRootAuthKeyMultikeyLayoutArgs = {
8291
- distinct_on?: InputMaybe<Array<AuthKeyMultikeyLayoutSelectColumn>>;
8292
- limit?: InputMaybe<Scalars["Int"]["input"]>;
8293
- offset?: InputMaybe<Scalars["Int"]["input"]>;
8294
- order_by?: InputMaybe<Array<AuthKeyMultikeyLayoutOrderBy>>;
8295
- where?: InputMaybe<AuthKeyMultikeyLayoutBoolExp>;
8296
- };
8297
-
8298
- export type SubscriptionRootAuthKeyMultikeyLayoutAggregateArgs = {
8299
- distinct_on?: InputMaybe<Array<AuthKeyMultikeyLayoutSelectColumn>>;
8300
- limit?: InputMaybe<Scalars["Int"]["input"]>;
8301
- offset?: InputMaybe<Scalars["Int"]["input"]>;
8302
- order_by?: InputMaybe<Array<AuthKeyMultikeyLayoutOrderBy>>;
8303
- where?: InputMaybe<AuthKeyMultikeyLayoutBoolExp>;
8304
- };
8305
-
8306
- export type SubscriptionRootAuthKeyMultikeyLayoutByPkArgs = {
8307
- auth_key: Scalars["String"]["input"];
8308
- };
8309
-
8310
- export type SubscriptionRootAuthKeyMultikeyLayoutStreamArgs = {
8311
- batch_size: Scalars["Int"]["input"];
8312
- cursor: Array<InputMaybe<AuthKeyMultikeyLayoutStreamCursorInput>>;
8313
- where?: InputMaybe<AuthKeyMultikeyLayoutBoolExp>;
8314
- };
8315
-
8316
8472
  export type SubscriptionRootBlockMetadataTransactionsArgs = {
8317
8473
  distinct_on?: InputMaybe<Array<BlockMetadataTransactionsSelectColumn>>;
8318
8474
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -8781,24 +8937,6 @@ export type SubscriptionRootCurrentTokenPendingClaimsStreamArgs = {
8781
8937
  where?: InputMaybe<CurrentTokenPendingClaimsBoolExp>;
8782
8938
  };
8783
8939
 
8784
- export type SubscriptionRootCurrentTokenRoyaltyV1Args = {
8785
- distinct_on?: InputMaybe<Array<CurrentTokenRoyaltyV1SelectColumn>>;
8786
- limit?: InputMaybe<Scalars["Int"]["input"]>;
8787
- offset?: InputMaybe<Scalars["Int"]["input"]>;
8788
- order_by?: InputMaybe<Array<CurrentTokenRoyaltyV1OrderBy>>;
8789
- where?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
8790
- };
8791
-
8792
- export type SubscriptionRootCurrentTokenRoyaltyV1ByPkArgs = {
8793
- token_data_id: Scalars["String"]["input"];
8794
- };
8795
-
8796
- export type SubscriptionRootCurrentTokenRoyaltyV1StreamArgs = {
8797
- batch_size: Scalars["Int"]["input"];
8798
- cursor: Array<InputMaybe<CurrentTokenRoyaltyV1StreamCursorInput>>;
8799
- where?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
8800
- };
8801
-
8802
8940
  export type SubscriptionRootDelegatedStakingActivitiesArgs = {
8803
8941
  distinct_on?: InputMaybe<Array<DelegatedStakingActivitiesSelectColumn>>;
8804
8942
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -8999,6 +9137,109 @@ export type SubscriptionRootMoveResourcesStreamArgs = {
8999
9137
  where?: InputMaybe<MoveResourcesBoolExp>;
9000
9138
  };
9001
9139
 
9140
+ export type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceAuctionsArgs = {
9141
+ distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceAuctionsSelectColumn>>;
9142
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
9143
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
9144
+ order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceAuctionsOrderBy>>;
9145
+ where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp>;
9146
+ };
9147
+
9148
+ export type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceAuctionsByPkArgs = {
9149
+ listing_id: Scalars["String"]["input"];
9150
+ token_data_id: Scalars["String"]["input"];
9151
+ };
9152
+
9153
+ export type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceAuctionsStreamArgs = {
9154
+ batch_size: Scalars["Int"]["input"];
9155
+ cursor: Array<InputMaybe<NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorInput>>;
9156
+ where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp>;
9157
+ };
9158
+
9159
+ export type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersArgs = {
9160
+ distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersSelectColumn>>;
9161
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
9162
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
9163
+ order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersOrderBy>>;
9164
+ where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>;
9165
+ };
9166
+
9167
+ export type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersByPkArgs = {
9168
+ collection_id: Scalars["String"]["input"];
9169
+ collection_offer_id: Scalars["String"]["input"];
9170
+ };
9171
+
9172
+ export type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamArgs = {
9173
+ batch_size: Scalars["Int"]["input"];
9174
+ cursor: Array<InputMaybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorInput>>;
9175
+ where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>;
9176
+ };
9177
+
9178
+ export type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsArgs = {
9179
+ distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn>>;
9180
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
9181
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
9182
+ order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsOrderBy>>;
9183
+ where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>;
9184
+ };
9185
+
9186
+ export type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsAggregateArgs = {
9187
+ distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn>>;
9188
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
9189
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
9190
+ order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsOrderBy>>;
9191
+ where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>;
9192
+ };
9193
+
9194
+ export type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsByPkArgs = {
9195
+ listing_id: Scalars["String"]["input"];
9196
+ token_data_id: Scalars["String"]["input"];
9197
+ };
9198
+
9199
+ export type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsStreamArgs = {
9200
+ batch_size: Scalars["Int"]["input"];
9201
+ cursor: Array<InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorInput>>;
9202
+ where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>;
9203
+ };
9204
+
9205
+ export type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersArgs = {
9206
+ distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffersSelectColumn>>;
9207
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
9208
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
9209
+ order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffersOrderBy>>;
9210
+ where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>;
9211
+ };
9212
+
9213
+ export type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersByPkArgs = {
9214
+ offer_id: Scalars["String"]["input"];
9215
+ token_data_id: Scalars["String"]["input"];
9216
+ };
9217
+
9218
+ export type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamArgs = {
9219
+ batch_size: Scalars["Int"]["input"];
9220
+ cursor: Array<InputMaybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorInput>>;
9221
+ where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>;
9222
+ };
9223
+
9224
+ export type SubscriptionRootNftMarketplaceV2NftMarketplaceActivitiesArgs = {
9225
+ distinct_on?: InputMaybe<Array<NftMarketplaceV2NftMarketplaceActivitiesSelectColumn>>;
9226
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
9227
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
9228
+ order_by?: InputMaybe<Array<NftMarketplaceV2NftMarketplaceActivitiesOrderBy>>;
9229
+ where?: InputMaybe<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>;
9230
+ };
9231
+
9232
+ export type SubscriptionRootNftMarketplaceV2NftMarketplaceActivitiesByPkArgs = {
9233
+ event_index: Scalars["bigint"]["input"];
9234
+ transaction_version: Scalars["bigint"]["input"];
9235
+ };
9236
+
9237
+ export type SubscriptionRootNftMarketplaceV2NftMarketplaceActivitiesStreamArgs = {
9238
+ batch_size: Scalars["Int"]["input"];
9239
+ cursor: Array<InputMaybe<NftMarketplaceV2NftMarketplaceActivitiesStreamCursorInput>>;
9240
+ where?: InputMaybe<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>;
9241
+ };
9242
+
9002
9243
  export type SubscriptionRootNftMetadataCrawlerParsedAssetUrisArgs = {
9003
9244
  distinct_on?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisSelectColumn>>;
9004
9245
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -9077,34 +9318,6 @@ export type SubscriptionRootProposalVotesStreamArgs = {
9077
9318
  where?: InputMaybe<ProposalVotesBoolExp>;
9078
9319
  };
9079
9320
 
9080
- export type SubscriptionRootPublicKeyAuthKeysArgs = {
9081
- distinct_on?: InputMaybe<Array<PublicKeyAuthKeysSelectColumn>>;
9082
- limit?: InputMaybe<Scalars["Int"]["input"]>;
9083
- offset?: InputMaybe<Scalars["Int"]["input"]>;
9084
- order_by?: InputMaybe<Array<PublicKeyAuthKeysOrderBy>>;
9085
- where?: InputMaybe<PublicKeyAuthKeysBoolExp>;
9086
- };
9087
-
9088
- export type SubscriptionRootPublicKeyAuthKeysAggregateArgs = {
9089
- distinct_on?: InputMaybe<Array<PublicKeyAuthKeysSelectColumn>>;
9090
- limit?: InputMaybe<Scalars["Int"]["input"]>;
9091
- offset?: InputMaybe<Scalars["Int"]["input"]>;
9092
- order_by?: InputMaybe<Array<PublicKeyAuthKeysOrderBy>>;
9093
- where?: InputMaybe<PublicKeyAuthKeysBoolExp>;
9094
- };
9095
-
9096
- export type SubscriptionRootPublicKeyAuthKeysByPkArgs = {
9097
- auth_key: Scalars["String"]["input"];
9098
- public_key: Scalars["String"]["input"];
9099
- public_key_type: Scalars["String"]["input"];
9100
- };
9101
-
9102
- export type SubscriptionRootPublicKeyAuthKeysStreamArgs = {
9103
- batch_size: Scalars["Int"]["input"];
9104
- cursor: Array<InputMaybe<PublicKeyAuthKeysStreamCursorInput>>;
9105
- where?: InputMaybe<PublicKeyAuthKeysBoolExp>;
9106
- };
9107
-
9108
9321
  export type SubscriptionRootSignaturesArgs = {
9109
9322
  distinct_on?: InputMaybe<Array<SignaturesSelectColumn>>;
9110
9323
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -9411,6 +9624,19 @@ export type TimestampComparisonExp = {
9411
9624
  _nin?: InputMaybe<Array<Scalars["timestamp"]["input"]>>;
9412
9625
  };
9413
9626
 
9627
+ /** Boolean expression to compare columns of type "timestamptz". All fields are combined with logical 'AND'. */
9628
+ export type TimestamptzComparisonExp = {
9629
+ _eq?: InputMaybe<Scalars["timestamptz"]["input"]>;
9630
+ _gt?: InputMaybe<Scalars["timestamptz"]["input"]>;
9631
+ _gte?: InputMaybe<Scalars["timestamptz"]["input"]>;
9632
+ _in?: InputMaybe<Array<Scalars["timestamptz"]["input"]>>;
9633
+ _is_null?: InputMaybe<Scalars["Boolean"]["input"]>;
9634
+ _lt?: InputMaybe<Scalars["timestamptz"]["input"]>;
9635
+ _lte?: InputMaybe<Scalars["timestamptz"]["input"]>;
9636
+ _neq?: InputMaybe<Scalars["timestamptz"]["input"]>;
9637
+ _nin?: InputMaybe<Array<Scalars["timestamptz"]["input"]>>;
9638
+ };
9639
+
9414
9640
  /** columns and relationships of "legacy_migration_v1.token_activities" */
9415
9641
  export type TokenActivities = {
9416
9642
  /** An array relationship */
@@ -10719,10 +10945,7 @@ export type TokensStreamCursorValueInput = {
10719
10945
  /** columns and relationships of "user_transactions" */
10720
10946
  export type UserTransactions = {
10721
10947
  block_height: Scalars["bigint"]["output"];
10722
- entry_function_contract_address?: Maybe<Scalars["String"]["output"]>;
10723
- entry_function_function_name?: Maybe<Scalars["String"]["output"]>;
10724
10948
  entry_function_id_str: Scalars["String"]["output"];
10725
- entry_function_module_name?: Maybe<Scalars["String"]["output"]>;
10726
10949
  epoch: Scalars["bigint"]["output"];
10727
10950
  expiration_timestamp_secs: Scalars["timestamp"]["output"];
10728
10951
  gas_unit_price: Scalars["numeric"]["output"];
@@ -10740,10 +10963,7 @@ export type UserTransactionsBoolExp = {
10740
10963
  _not?: InputMaybe<UserTransactionsBoolExp>;
10741
10964
  _or?: InputMaybe<Array<UserTransactionsBoolExp>>;
10742
10965
  block_height?: InputMaybe<BigintComparisonExp>;
10743
- entry_function_contract_address?: InputMaybe<StringComparisonExp>;
10744
- entry_function_function_name?: InputMaybe<StringComparisonExp>;
10745
10966
  entry_function_id_str?: InputMaybe<StringComparisonExp>;
10746
- entry_function_module_name?: InputMaybe<StringComparisonExp>;
10747
10967
  epoch?: InputMaybe<BigintComparisonExp>;
10748
10968
  expiration_timestamp_secs?: InputMaybe<TimestampComparisonExp>;
10749
10969
  gas_unit_price?: InputMaybe<NumericComparisonExp>;
@@ -10758,10 +10978,7 @@ export type UserTransactionsBoolExp = {
10758
10978
  /** Ordering options when selecting data from "user_transactions". */
10759
10979
  export type UserTransactionsOrderBy = {
10760
10980
  block_height?: InputMaybe<OrderBy>;
10761
- entry_function_contract_address?: InputMaybe<OrderBy>;
10762
- entry_function_function_name?: InputMaybe<OrderBy>;
10763
10981
  entry_function_id_str?: InputMaybe<OrderBy>;
10764
- entry_function_module_name?: InputMaybe<OrderBy>;
10765
10982
  epoch?: InputMaybe<OrderBy>;
10766
10983
  expiration_timestamp_secs?: InputMaybe<OrderBy>;
10767
10984
  gas_unit_price?: InputMaybe<OrderBy>;
@@ -10778,14 +10995,8 @@ export enum UserTransactionsSelectColumn {
10778
10995
  /** column name */
10779
10996
  BlockHeight = "block_height",
10780
10997
  /** column name */
10781
- EntryFunctionContractAddress = "entry_function_contract_address",
10782
- /** column name */
10783
- EntryFunctionFunctionName = "entry_function_function_name",
10784
- /** column name */
10785
10998
  EntryFunctionIdStr = "entry_function_id_str",
10786
10999
  /** column name */
10787
- EntryFunctionModuleName = "entry_function_module_name",
10788
- /** column name */
10789
11000
  Epoch = "epoch",
10790
11001
  /** column name */
10791
11002
  ExpirationTimestampSecs = "expiration_timestamp_secs",
@@ -10816,10 +11027,7 @@ export type UserTransactionsStreamCursorInput = {
10816
11027
  /** Initial value of the column from where the streaming should start */
10817
11028
  export type UserTransactionsStreamCursorValueInput = {
10818
11029
  block_height?: InputMaybe<Scalars["bigint"]["input"]>;
10819
- entry_function_contract_address?: InputMaybe<Scalars["String"]["input"]>;
10820
- entry_function_function_name?: InputMaybe<Scalars["String"]["input"]>;
10821
11030
  entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
10822
- entry_function_module_name?: InputMaybe<Scalars["String"]["input"]>;
10823
11031
  epoch?: InputMaybe<Scalars["bigint"]["input"]>;
10824
11032
  expiration_timestamp_secs?: InputMaybe<Scalars["timestamp"]["input"]>;
10825
11033
  gas_unit_price?: InputMaybe<Scalars["numeric"]["input"]>;