@aptos-labs/ts-sdk 2.0.1-zeta.0 → 3.0.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 (654) hide show
  1. package/dist/common/account-CEmLe1wW.d.ts +7363 -0
  2. package/dist/common/chunk-5JIJXVJ5.js +4 -0
  3. package/dist/common/chunk-5JIJXVJ5.js.map +1 -0
  4. package/dist/common/cli/index.d.ts +1 -1
  5. package/dist/common/cli/index.js +1 -1
  6. package/dist/common/cli/index.js.map +1 -1
  7. package/dist/common/index.d.ts +5774 -9904
  8. package/dist/common/index.js +34 -53
  9. package/dist/common/index.js.map +1 -1
  10. package/dist/esm/{Ed25519Account-D9XrCLfE.d.mts → Ed25519Account-Ccxj1zdx.d.mts} +1 -9
  11. package/dist/esm/account/AbstractKeylessAccount.d.mts +4 -31
  12. package/dist/esm/account/AbstractKeylessAccount.mjs +1 -1
  13. package/dist/esm/account/AbstractedAccount.d.mts +5 -32
  14. package/dist/esm/account/AbstractedAccount.mjs +1 -1
  15. package/dist/esm/account/Account.d.mts +3 -30
  16. package/dist/esm/account/Account.mjs +1 -1
  17. package/dist/esm/account/AccountUtils.d.mts +4 -31
  18. package/dist/esm/account/AccountUtils.mjs +1 -1
  19. package/dist/esm/account/DerivableAbstractedAccount.d.mts +5 -32
  20. package/dist/esm/account/DerivableAbstractedAccount.mjs +1 -1
  21. package/dist/esm/account/Ed25519Account.d.mts +3 -30
  22. package/dist/esm/account/Ed25519Account.mjs +1 -1
  23. package/dist/esm/account/EphemeralKeyPair.d.mts +2 -11
  24. package/dist/esm/account/EphemeralKeyPair.mjs +1 -1
  25. package/dist/esm/account/FederatedKeylessAccount.d.mts +4 -32
  26. package/dist/esm/account/FederatedKeylessAccount.mjs +1 -1
  27. package/dist/esm/account/KeylessAccount.d.mts +4 -32
  28. package/dist/esm/account/KeylessAccount.mjs +1 -1
  29. package/dist/esm/account/MultiEd25519Account.d.mts +3 -30
  30. package/dist/esm/account/MultiEd25519Account.mjs +1 -1
  31. package/dist/esm/account/MultiKeyAccount.d.mts +5 -32
  32. package/dist/esm/account/MultiKeyAccount.mjs +1 -1
  33. package/dist/esm/account/SingleKeyAccount.d.mts +3 -30
  34. package/dist/esm/account/SingleKeyAccount.mjs +1 -1
  35. package/dist/esm/account/index.d.mts +4 -31
  36. package/dist/esm/account/index.mjs +1 -1
  37. package/dist/esm/account/utils.d.mts +2 -6
  38. package/dist/esm/account/utils.mjs +1 -1
  39. package/dist/esm/account-9G6tix5T.d.mts +6591 -0
  40. package/dist/esm/api/account/abstraction.d.mts +2 -29
  41. package/dist/esm/api/account/abstraction.mjs +1 -1
  42. package/dist/esm/api/account.d.mts +4 -122
  43. package/dist/esm/api/account.mjs +1 -1
  44. package/dist/esm/api/ans.d.mts +3 -30
  45. package/dist/esm/api/ans.mjs +1 -1
  46. package/dist/esm/api/aptos.d.mts +7 -35
  47. package/dist/esm/api/aptos.mjs +1 -1
  48. package/dist/esm/api/aptosConfig.d.mts +4 -187
  49. package/dist/esm/api/aptosConfig.mjs +1 -1
  50. package/dist/esm/api/coin.d.mts +2 -29
  51. package/dist/esm/api/coin.mjs +1 -1
  52. package/dist/esm/api/digitalAsset.d.mts +3 -30
  53. package/dist/esm/api/digitalAsset.mjs +1 -1
  54. package/dist/esm/api/event.d.mts +2 -8
  55. package/dist/esm/api/event.mjs +1 -1
  56. package/dist/esm/api/faucet.d.mts +2 -8
  57. package/dist/esm/api/faucet.mjs +1 -1
  58. package/dist/esm/api/fungibleAsset.d.mts +2 -29
  59. package/dist/esm/api/fungibleAsset.mjs +1 -1
  60. package/dist/esm/api/general.d.mts +2 -29
  61. package/dist/esm/api/general.mjs +1 -1
  62. package/dist/esm/api/index.d.mts +5 -34
  63. package/dist/esm/api/index.mjs +1 -1
  64. package/dist/esm/api/keyless.d.mts +4 -31
  65. package/dist/esm/api/keyless.mjs +1 -1
  66. package/dist/esm/api/object.d.mts +2 -8
  67. package/dist/esm/api/object.mjs +1 -1
  68. package/dist/esm/api/staking.d.mts +2 -8
  69. package/dist/esm/api/staking.mjs +1 -1
  70. package/dist/esm/api/table.d.mts +2 -2
  71. package/dist/esm/api/table.mjs +1 -1
  72. package/dist/esm/api/transaction.d.mts +6 -34
  73. package/dist/esm/api/transaction.mjs +1 -1
  74. package/dist/esm/api/transactionSubmission/build.d.mts +2 -29
  75. package/dist/esm/api/transactionSubmission/build.mjs +1 -1
  76. package/dist/esm/api/transactionSubmission/management.d.mts +2 -29
  77. package/dist/esm/api/transactionSubmission/management.mjs +1 -1
  78. package/dist/esm/api/transactionSubmission/sign.d.mts +3 -30
  79. package/dist/esm/api/transactionSubmission/sign.mjs +1 -1
  80. package/dist/esm/api/transactionSubmission/sign.mjs.map +1 -1
  81. package/dist/esm/api/transactionSubmission/simulate.d.mts +2 -29
  82. package/dist/esm/api/transactionSubmission/simulate.mjs +1 -1
  83. package/dist/esm/api/transactionSubmission/submit.d.mts +4 -31
  84. package/dist/esm/api/transactionSubmission/submit.mjs +1 -1
  85. package/dist/esm/api/utils.d.mts +2 -2
  86. package/dist/esm/api/utils.mjs +1 -1
  87. package/dist/esm/bcs/consts.d.mts +3 -1
  88. package/dist/esm/bcs/deserializer.d.mts +3 -304
  89. package/dist/esm/bcs/index.d.mts +2 -8
  90. package/dist/esm/bcs/index.mjs +1 -1
  91. package/dist/esm/bcs/serializable/entryFunctionBytes.d.mts +3 -7
  92. package/dist/esm/bcs/serializable/fixedBytes.d.mts +3 -90
  93. package/dist/esm/bcs/serializable/movePrimitives.d.mts +2 -167
  94. package/dist/esm/bcs/serializable/movePrimitives.mjs +1 -1
  95. package/dist/esm/bcs/serializable/moveStructs.d.mts +2 -430
  96. package/dist/esm/bcs/serializable/moveStructs.mjs +1 -1
  97. package/dist/esm/bcs/serializer.d.mts +3 -325
  98. package/dist/esm/chunk-4H2RMR7D.mjs +2 -0
  99. package/dist/esm/chunk-4H2RMR7D.mjs.map +1 -0
  100. package/dist/esm/{chunk-UOP7GBXB.mjs → chunk-5ZRPV4YI.mjs} +2 -2
  101. package/dist/esm/{chunk-34DNOEXM.mjs → chunk-7T62PEFI.mjs} +2 -2
  102. package/dist/esm/{chunk-XZSENMD7.mjs → chunk-FSP4QM2T.mjs} +2 -2
  103. package/dist/esm/chunk-GMDBBVDH.mjs +6 -0
  104. package/dist/esm/chunk-GMDBBVDH.mjs.map +1 -0
  105. package/dist/esm/chunk-HMUIOIBG.mjs +2 -0
  106. package/dist/esm/{chunk-VEGW6HP5.mjs.map → chunk-HMUIOIBG.mjs.map} +1 -1
  107. package/dist/esm/{chunk-JPJH4LRA.mjs → chunk-IDHVW7HS.mjs} +2 -2
  108. package/dist/esm/{chunk-57J5YBMT.mjs → chunk-PFXXFUBL.mjs} +2 -2
  109. package/dist/esm/{chunk-DWQQIYFI.mjs → chunk-R7NQJWDG.mjs} +2 -2
  110. package/dist/esm/chunk-RJ7F4JDV.mjs +2 -0
  111. package/dist/esm/{chunk-JCFTAG5Z.mjs.map → chunk-RJ7F4JDV.mjs.map} +1 -1
  112. package/dist/esm/{chunk-VDNJWUHZ.mjs → chunk-SAMHWS73.mjs} +2 -2
  113. package/dist/esm/chunk-UIVX6WSC.mjs +2 -0
  114. package/dist/esm/chunk-UIVX6WSC.mjs.map +1 -0
  115. package/dist/esm/{chunk-UL777LTI.mjs → chunk-VHNX2NUR.mjs} +26 -47
  116. package/dist/esm/chunk-VHNX2NUR.mjs.map +1 -0
  117. package/dist/esm/{chunk-HETYL3WN.mjs → chunk-WOTQ7227.mjs} +2 -2
  118. package/dist/esm/{chunk-CZYH3G7E.mjs → chunk-YHGGNYYL.mjs} +2 -2
  119. package/dist/esm/cli/index.d.mts +3 -7
  120. package/dist/esm/cli/index.mjs +1 -1
  121. package/dist/esm/cli/localNode.mjs +1 -1
  122. package/dist/esm/cli/move.d.mts +3 -7
  123. package/dist/esm/client/core.d.mts +3 -3
  124. package/dist/esm/client/core.mjs +1 -1
  125. package/dist/esm/client/get.d.mts +3 -3
  126. package/dist/esm/client/get.mjs +1 -1
  127. package/dist/esm/client/index.d.mts +2 -2
  128. package/dist/esm/client/index.mjs +1 -1
  129. package/dist/esm/client/post.d.mts +3 -3
  130. package/dist/esm/client/post.mjs +1 -1
  131. package/dist/esm/core/account/index.d.mts +3 -7
  132. package/dist/esm/core/account/index.mjs +1 -1
  133. package/dist/esm/core/account/utils/address.d.mts +3 -7
  134. package/dist/esm/core/account/utils/address.mjs +1 -1
  135. package/dist/esm/core/account/utils/index.d.mts +3 -7
  136. package/dist/esm/core/account/utils/index.mjs +1 -1
  137. package/dist/esm/core/accountAddress.d.mts +3 -329
  138. package/dist/esm/core/accountAddress.mjs +1 -1
  139. package/dist/esm/core/authenticationKey.d.mts +2 -10
  140. package/dist/esm/core/authenticationKey.mjs +1 -1
  141. package/dist/esm/core/crypto/abstraction.d.mts +2 -10
  142. package/dist/esm/core/crypto/abstraction.mjs +1 -1
  143. package/dist/esm/core/crypto/deserializationUtils.d.mts +2 -10
  144. package/dist/esm/core/crypto/deserializationUtils.mjs +1 -1
  145. package/dist/esm/core/crypto/ed25519.d.mts +2 -301
  146. package/dist/esm/core/crypto/ed25519.mjs +1 -1
  147. package/dist/esm/core/crypto/ephemeral.d.mts +2 -10
  148. package/dist/esm/core/crypto/ephemeral.mjs +1 -1
  149. package/dist/esm/core/crypto/federatedKeyless.d.mts +4 -12
  150. package/dist/esm/core/crypto/federatedKeyless.mjs +1 -1
  151. package/dist/esm/core/crypto/index.d.mts +3 -18
  152. package/dist/esm/core/crypto/index.mjs +1 -1
  153. package/dist/esm/core/crypto/keyless.d.mts +3 -11
  154. package/dist/esm/core/crypto/keyless.mjs +1 -1
  155. package/dist/esm/core/crypto/multiEd25519.d.mts +2 -238
  156. package/dist/esm/core/crypto/multiEd25519.mjs +1 -1
  157. package/dist/esm/core/crypto/multiKey.d.mts +2 -256
  158. package/dist/esm/core/crypto/multiKey.mjs +1 -1
  159. package/dist/esm/core/crypto/privateKey.d.mts +2 -71
  160. package/dist/esm/core/crypto/privateKey.mjs +1 -1
  161. package/dist/esm/core/crypto/proof.d.mts +3 -4
  162. package/dist/esm/core/crypto/proof.mjs +1 -1
  163. package/dist/esm/core/crypto/publicKey.d.mts +2 -10
  164. package/dist/esm/core/crypto/publicKey.mjs +1 -1
  165. package/dist/esm/core/crypto/secp256k1.d.mts +2 -274
  166. package/dist/esm/core/crypto/secp256k1.mjs +1 -1
  167. package/dist/esm/core/crypto/signature.d.mts +3 -31
  168. package/dist/esm/core/crypto/signature.mjs +1 -1
  169. package/dist/esm/core/crypto/singleKey.d.mts +2 -182
  170. package/dist/esm/core/crypto/singleKey.mjs +1 -1
  171. package/dist/esm/core/crypto/utils.d.mts +3 -1
  172. package/dist/esm/core/hex.d.mts +3 -156
  173. package/dist/esm/core/index.d.mts +2 -17
  174. package/dist/esm/core/index.mjs +1 -1
  175. package/dist/esm/errors/index.d.mts +2 -1
  176. package/dist/esm/errors/index.mjs +1 -1
  177. package/dist/esm/{federatedKeyless-DAYXjY2Y.d.mts → federatedKeyless-CVKW5pnz.d.mts} +1 -7
  178. package/dist/esm/index.d.mts +5 -34
  179. package/dist/esm/index.mjs +1 -1
  180. package/dist/esm/internal/abstraction.d.mts +2 -29
  181. package/dist/esm/internal/abstraction.mjs +1 -1
  182. package/dist/esm/internal/account.d.mts +9 -66
  183. package/dist/esm/internal/account.mjs +1 -1
  184. package/dist/esm/internal/ans.d.mts +3 -30
  185. package/dist/esm/internal/ans.mjs +1 -1
  186. package/dist/esm/internal/coin.d.mts +3 -30
  187. package/dist/esm/internal/coin.mjs +1 -1
  188. package/dist/esm/internal/digitalAsset.d.mts +3 -30
  189. package/dist/esm/internal/digitalAsset.mjs +1 -1
  190. package/dist/esm/internal/event.d.mts +2 -8
  191. package/dist/esm/internal/event.mjs +1 -1
  192. package/dist/esm/internal/faucet.d.mts +3 -9
  193. package/dist/esm/internal/faucet.mjs +1 -1
  194. package/dist/esm/internal/fungibleAsset.d.mts +3 -30
  195. package/dist/esm/internal/fungibleAsset.mjs +1 -1
  196. package/dist/esm/internal/general.d.mts +2 -2
  197. package/dist/esm/internal/general.mjs +1 -1
  198. package/dist/esm/internal/keyless.d.mts +5 -41
  199. package/dist/esm/internal/keyless.mjs +1 -1
  200. package/dist/esm/internal/object.d.mts +2 -8
  201. package/dist/esm/internal/object.mjs +1 -1
  202. package/dist/esm/internal/staking.d.mts +2 -8
  203. package/dist/esm/internal/staking.mjs +1 -1
  204. package/dist/esm/internal/table.d.mts +2 -2
  205. package/dist/esm/internal/table.mjs +1 -1
  206. package/dist/esm/internal/transaction.d.mts +3 -3
  207. package/dist/esm/internal/transaction.mjs +1 -1
  208. package/dist/esm/internal/transactionSubmission.d.mts +6 -33
  209. package/dist/esm/internal/transactionSubmission.mjs +1 -1
  210. package/dist/esm/internal/utils/index.d.mts +2 -8
  211. package/dist/esm/internal/utils/index.mjs +1 -1
  212. package/dist/esm/internal/utils/utils.d.mts +2 -8
  213. package/dist/esm/internal/utils/utils.mjs +1 -1
  214. package/dist/esm/internal/view.d.mts +1 -28
  215. package/dist/esm/internal/view.mjs +1 -1
  216. package/dist/esm/transactions/authenticator/account.d.mts +2 -179
  217. package/dist/esm/transactions/authenticator/account.mjs +1 -1
  218. package/dist/esm/transactions/authenticator/index.d.mts +2 -17
  219. package/dist/esm/transactions/authenticator/index.mjs +1 -1
  220. package/dist/esm/transactions/authenticator/transaction.d.mts +2 -17
  221. package/dist/esm/transactions/authenticator/transaction.mjs +1 -1
  222. package/dist/esm/transactions/index.d.mts +3 -30
  223. package/dist/esm/transactions/index.mjs +1 -1
  224. package/dist/esm/transactions/instances/chainId.d.mts +3 -44
  225. package/dist/esm/transactions/instances/identifier.d.mts +2 -44
  226. package/dist/esm/transactions/instances/index.d.mts +2 -27
  227. package/dist/esm/transactions/instances/index.mjs +1 -1
  228. package/dist/esm/transactions/instances/moduleId.d.mts +3 -57
  229. package/dist/esm/transactions/instances/moduleId.mjs +1 -1
  230. package/dist/esm/transactions/instances/multiAgentTransaction.d.mts +2 -60
  231. package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -1
  232. package/dist/esm/transactions/instances/rawTransaction.d.mts +2 -150
  233. package/dist/esm/transactions/instances/rawTransaction.mjs +1 -1
  234. package/dist/esm/transactions/instances/rotationProofChallenge.d.mts +2 -12
  235. package/dist/esm/transactions/instances/rotationProofChallenge.mjs +1 -1
  236. package/dist/esm/transactions/instances/signedTransaction.d.mts +2 -23
  237. package/dist/esm/transactions/instances/signedTransaction.mjs +1 -1
  238. package/dist/esm/transactions/instances/simpleTransaction.d.mts +2 -59
  239. package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -1
  240. package/dist/esm/transactions/instances/transactionArgument.d.mts +2 -74
  241. package/dist/esm/transactions/instances/transactionPayload.d.mts +2 -300
  242. package/dist/esm/transactions/instances/transactionPayload.mjs +1 -1
  243. package/dist/esm/transactions/management/accountSequenceNumber.d.mts +2 -29
  244. package/dist/esm/transactions/management/accountSequenceNumber.mjs +1 -1
  245. package/dist/esm/transactions/management/index.d.mts +2 -29
  246. package/dist/esm/transactions/management/index.mjs +1 -1
  247. package/dist/esm/transactions/management/transactionWorker.d.mts +2 -29
  248. package/dist/esm/transactions/management/transactionWorker.mjs +1 -1
  249. package/dist/esm/transactions/transactionBuilder/helpers.d.mts +3 -30
  250. package/dist/esm/transactions/transactionBuilder/helpers.mjs +1 -1
  251. package/dist/esm/transactions/transactionBuilder/index.d.mts +2 -29
  252. package/dist/esm/transactions/transactionBuilder/index.mjs +1 -1
  253. package/dist/esm/transactions/transactionBuilder/remoteAbi.d.mts +2 -29
  254. package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +1 -1
  255. package/dist/esm/transactions/transactionBuilder/signingMessage.d.mts +1 -28
  256. package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +1 -1
  257. package/dist/esm/transactions/transactionBuilder/transactionBuilder.d.mts +3 -29
  258. package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -1
  259. package/dist/esm/transactions/typeTag/index.d.mts +2 -462
  260. package/dist/esm/transactions/typeTag/index.mjs +1 -1
  261. package/dist/esm/transactions/typeTag/parser.d.mts +2 -8
  262. package/dist/esm/transactions/typeTag/parser.mjs +1 -1
  263. package/dist/esm/transactions/types.d.mts +3 -399
  264. package/dist/esm/types/generated/operations.d.mts +10 -37
  265. package/dist/esm/types/generated/queries.d.mts +2 -6
  266. package/dist/esm/types/generated/queries.mjs +1 -1
  267. package/dist/esm/types/generated/types.d.mts +1172 -584
  268. package/dist/esm/types/generated/types.mjs +1 -1
  269. package/dist/esm/types/generated/types.mjs.map +1 -1
  270. package/dist/esm/types/index.d.mts +4 -2
  271. package/dist/esm/types/index.mjs +1 -1
  272. package/dist/esm/types/indexer.d.mts +2 -8
  273. package/dist/esm/types/types.d.mts +5 -1320
  274. package/dist/esm/types/types.mjs +1 -1
  275. package/dist/esm/utils/const.d.mts +0 -1
  276. package/dist/esm/utils/const.mjs +1 -1
  277. package/dist/esm/utils/helpers.d.mts +2 -6
  278. package/dist/esm/utils/helpers.mjs +1 -1
  279. package/dist/esm/utils/index.d.mts +1 -6
  280. package/dist/esm/utils/index.mjs +1 -1
  281. package/dist/esm/utils/normalizeBundle.d.mts +2 -4
  282. package/dist/esm/utils/normalizeBundle.mjs +1 -1
  283. package/dist/esm/version.d.mts +1 -1
  284. package/dist/esm/version.mjs +1 -1
  285. package/package.json +18 -19
  286. package/src/account/FederatedKeylessAccount.ts +1 -7
  287. package/src/account/KeylessAccount.ts +2 -17
  288. package/src/api/account.ts +2 -120
  289. package/src/api/aptos.ts +6 -2
  290. package/src/api/aptosConfig.ts +73 -2
  291. package/src/api/transaction.ts +9 -7
  292. package/src/api/transactionSubmission/build.ts +5 -1
  293. package/src/api/transactionSubmission/submit.ts +16 -12
  294. package/src/core/crypto/index.ts +0 -1
  295. package/src/core/crypto/multiEd25519.ts +0 -26
  296. package/src/core/crypto/multiKey.ts +14 -7
  297. package/src/internal/account.ts +53 -523
  298. package/src/internal/keyless.ts +0 -10
  299. package/src/internal/transactionSubmission.ts +20 -10
  300. package/src/transactions/instances/transactionPayload.ts +165 -2
  301. package/src/transactions/management/transactionWorker.ts +1 -1
  302. package/src/transactions/transactionBuilder/transactionBuilder.ts +64 -5
  303. package/src/transactions/types.ts +61 -10
  304. package/src/types/codegen.yaml +1 -1
  305. package/src/types/generated/operations.ts +8 -39
  306. package/src/types/generated/queries.ts +0 -53
  307. package/src/types/generated/types.ts +1240 -621
  308. package/src/types/indexer.ts +0 -8
  309. package/src/types/types.ts +114 -40
  310. package/src/utils/const.ts +0 -1
  311. package/src/version.ts +1 -1
  312. package/dist/common/accountAddress-Dx2Y6__i.d.ts +0 -3184
  313. package/dist/common/chunk-BNN2XWNR.js +0 -4
  314. package/dist/common/chunk-BNN2XWNR.js.map +0 -1
  315. package/dist/esm/chunk-3FEFJIVT.mjs +0 -2
  316. package/dist/esm/chunk-3FEFJIVT.mjs.map +0 -1
  317. package/dist/esm/chunk-5HXLZHDW.mjs +0 -1
  318. package/dist/esm/chunk-5HXLZHDW.mjs.map +0 -1
  319. package/dist/esm/chunk-JCFTAG5Z.mjs +0 -2
  320. package/dist/esm/chunk-PPHXE342.mjs +0 -4
  321. package/dist/esm/chunk-PPHXE342.mjs.map +0 -1
  322. package/dist/esm/chunk-UL777LTI.mjs.map +0 -1
  323. package/dist/esm/chunk-VEGW6HP5.mjs +0 -2
  324. package/dist/esm/chunk-XTMUMN74.mjs +0 -2
  325. package/dist/esm/chunk-XTMUMN74.mjs.map +0 -1
  326. package/dist/esm/core/crypto/types.d.mts +0 -25
  327. package/dist/esm/core/crypto/types.mjs +0 -2
  328. package/dist/esm/core/crypto/types.mjs.map +0 -1
  329. package/dist/esm/publicKey-CJOcUwJK.d.mts +0 -213
  330. package/src/core/crypto/types.ts +0 -9
  331. package/src/internal/move/jwks/build/jwk/BuildInfo.yaml +0 -56
  332. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/account.mv +0 -0
  333. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator.mv +0 -0
  334. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_factory.mv +0 -0
  335. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_v2.mv +0 -0
  336. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_account.mv +0 -0
  337. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_coin.mv +0 -0
  338. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_governance.mv +0 -0
  339. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/block.mv +0 -0
  340. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_id.mv +0 -0
  341. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_status.mv +0 -0
  342. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/code.mv +0 -0
  343. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/coin.mv +0 -0
  344. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/config_buffer.mv +0 -0
  345. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/consensus_config.mv +0 -0
  346. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/create_signer.mv +0 -0
  347. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/delegation_pool.mv +0 -0
  348. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dispatchable_fungible_asset.mv +0 -0
  349. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dkg.mv +0 -0
  350. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/event.mv +0 -0
  351. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/execution_config.mv +0 -0
  352. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/function_info.mv +0 -0
  353. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/fungible_asset.mv +0 -0
  354. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/gas_schedule.mv +0 -0
  355. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/genesis.mv +0 -0
  356. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/governance_proposal.mv +0 -0
  357. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/guid.mv +0 -0
  358. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwk_consensus_config.mv +0 -0
  359. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwks.mv +0 -0
  360. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/keyless_account.mv +0 -0
  361. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/managed_coin.mv +0 -0
  362. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/multisig_account.mv +0 -0
  363. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object.mv +0 -0
  364. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object_code_deployment.mv +0 -0
  365. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/optional_aggregator.mv +0 -0
  366. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/primary_fungible_store.mv +0 -0
  367. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness.mv +0 -0
  368. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_api_v0_config.mv +0 -0
  369. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config.mv +0 -0
  370. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config_seqnum.mv +0 -0
  371. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration.mv +0 -0
  372. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_state.mv +0 -0
  373. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_with_dkg.mv +0 -0
  374. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/resource_account.mv +0 -0
  375. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/stake.mv +0 -0
  376. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_config.mv +0 -0
  377. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_contract.mv +0 -0
  378. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_proxy.mv +0 -0
  379. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/state_storage.mv +0 -0
  380. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/storage_gas.mv +0 -0
  381. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/system_addresses.mv +0 -0
  382. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/timestamp.mv +0 -0
  383. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_context.mv +0 -0
  384. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_fee.mv +0 -0
  385. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_validation.mv +0 -0
  386. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/util.mv +0 -0
  387. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/validator_consensus_info.mv +0 -0
  388. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/version.mv +0 -0
  389. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/vesting.mv +0 -0
  390. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/voting.mv +0 -0
  391. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/any.mv +0 -0
  392. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/aptos_hash.mv +0 -0
  393. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/big_vector.mv +0 -0
  394. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381.mv +0 -0
  395. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381_algebra.mv +0 -0
  396. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bn254_algebra.mv +0 -0
  397. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/capability.mv +0 -0
  398. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/comparator.mv +0 -0
  399. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/copyable_any.mv +0 -0
  400. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/crypto_algebra.mv +0 -0
  401. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/debug.mv +0 -0
  402. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ed25519.mv +0 -0
  403. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/fixed_point64.mv +0 -0
  404. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/from_bcs.mv +0 -0
  405. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math128.mv +0 -0
  406. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math64.mv +0 -0
  407. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed.mv +0 -0
  408. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed64.mv +0 -0
  409. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/multi_ed25519.mv +0 -0
  410. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64.mv +0 -0
  411. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64_unbound.mv +0 -0
  412. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255.mv +0 -0
  413. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_bulletproofs.mv +0 -0
  414. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_elgamal.mv +0 -0
  415. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_pedersen.mv +0 -0
  416. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/secp256k1.mv +0 -0
  417. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/simple_map.mv +0 -0
  418. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_table.mv +0 -0
  419. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_vector.mv +0 -0
  420. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/string_utils.mv +0 -0
  421. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table.mv +0 -0
  422. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table_with_length.mv +0 -0
  423. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/type_info.mv +0 -0
  424. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/acl.mv +0 -0
  425. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bcs.mv +0 -0
  426. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bit_vector.mv +0 -0
  427. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/error.mv +0 -0
  428. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/features.mv +0 -0
  429. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/fixed_point32.mv +0 -0
  430. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/hash.mv +0 -0
  431. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/option.mv +0 -0
  432. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/signer.mv +0 -0
  433. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/string.mv +0 -0
  434. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/vector.mv +0 -0
  435. package/src/internal/move/jwks/build/jwk/bytecode_scripts/main.mv +0 -0
  436. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/account.mvsm +0 -0
  437. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator.mvsm +0 -0
  438. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_factory.mvsm +0 -0
  439. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_v2.mvsm +0 -0
  440. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_account.mvsm +0 -0
  441. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_coin.mvsm +0 -0
  442. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_governance.mvsm +0 -0
  443. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/block.mvsm +0 -0
  444. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_id.mvsm +0 -0
  445. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_status.mvsm +0 -0
  446. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/code.mvsm +0 -0
  447. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/coin.mvsm +0 -0
  448. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/config_buffer.mvsm +0 -0
  449. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/consensus_config.mvsm +0 -0
  450. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/create_signer.mvsm +0 -0
  451. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/delegation_pool.mvsm +0 -0
  452. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dispatchable_fungible_asset.mvsm +0 -0
  453. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dkg.mvsm +0 -0
  454. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/event.mvsm +0 -0
  455. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/execution_config.mvsm +0 -0
  456. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/function_info.mvsm +0 -0
  457. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/fungible_asset.mvsm +0 -0
  458. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/gas_schedule.mvsm +0 -0
  459. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/genesis.mvsm +0 -0
  460. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/governance_proposal.mvsm +0 -0
  461. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/guid.mvsm +0 -0
  462. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwk_consensus_config.mvsm +0 -0
  463. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwks.mvsm +0 -0
  464. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/keyless_account.mvsm +0 -0
  465. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/managed_coin.mvsm +0 -0
  466. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/multisig_account.mvsm +0 -0
  467. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object.mvsm +0 -0
  468. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object_code_deployment.mvsm +0 -0
  469. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/optional_aggregator.mvsm +0 -0
  470. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/primary_fungible_store.mvsm +0 -0
  471. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness.mvsm +0 -0
  472. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_api_v0_config.mvsm +0 -0
  473. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config.mvsm +0 -0
  474. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config_seqnum.mvsm +0 -0
  475. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration.mvsm +0 -0
  476. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_state.mvsm +0 -0
  477. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_with_dkg.mvsm +0 -0
  478. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/resource_account.mvsm +0 -0
  479. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/stake.mvsm +0 -0
  480. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_config.mvsm +0 -0
  481. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_contract.mvsm +0 -0
  482. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_proxy.mvsm +0 -0
  483. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/state_storage.mvsm +0 -0
  484. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/storage_gas.mvsm +0 -0
  485. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/system_addresses.mvsm +0 -0
  486. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/timestamp.mvsm +0 -0
  487. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_context.mvsm +0 -0
  488. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_fee.mvsm +0 -0
  489. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_validation.mvsm +0 -0
  490. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/util.mvsm +0 -0
  491. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/validator_consensus_info.mvsm +0 -0
  492. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/version.mvsm +0 -0
  493. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/vesting.mvsm +0 -0
  494. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/voting.mvsm +0 -0
  495. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/any.mvsm +0 -0
  496. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/aptos_hash.mvsm +0 -0
  497. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/big_vector.mvsm +0 -0
  498. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381.mvsm +0 -0
  499. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381_algebra.mvsm +0 -0
  500. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bn254_algebra.mvsm +0 -0
  501. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/capability.mvsm +0 -0
  502. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/comparator.mvsm +0 -0
  503. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/copyable_any.mvsm +0 -0
  504. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/crypto_algebra.mvsm +0 -0
  505. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/debug.mvsm +0 -0
  506. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ed25519.mvsm +0 -0
  507. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/fixed_point64.mvsm +0 -0
  508. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/from_bcs.mvsm +0 -0
  509. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math128.mvsm +0 -0
  510. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math64.mvsm +0 -0
  511. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed.mvsm +0 -0
  512. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed64.mvsm +0 -0
  513. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/multi_ed25519.mvsm +0 -0
  514. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64.mvsm +0 -0
  515. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64_unbound.mvsm +0 -0
  516. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255.mvsm +0 -0
  517. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_bulletproofs.mvsm +0 -0
  518. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_elgamal.mvsm +0 -0
  519. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_pedersen.mvsm +0 -0
  520. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/secp256k1.mvsm +0 -0
  521. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/simple_map.mvsm +0 -0
  522. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_table.mvsm +0 -0
  523. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_vector.mvsm +0 -0
  524. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/string_utils.mvsm +0 -0
  525. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table.mvsm +0 -0
  526. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table_with_length.mvsm +0 -0
  527. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/type_info.mvsm +0 -0
  528. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/acl.mvsm +0 -0
  529. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bcs.mvsm +0 -0
  530. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bit_vector.mvsm +0 -0
  531. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/error.mvsm +0 -0
  532. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/features.mvsm +0 -0
  533. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/fixed_point32.mvsm +0 -0
  534. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/hash.mvsm +0 -0
  535. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/option.mvsm +0 -0
  536. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/signer.mvsm +0 -0
  537. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/string.mvsm +0 -0
  538. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/vector.mvsm +0 -0
  539. package/src/internal/move/jwks/build/jwk/source_maps/main.mvsm +0 -0
  540. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/account.move +0 -1533
  541. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator.move +0 -48
  542. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_factory.move +0 -66
  543. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_v2.move +0 -280
  544. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_account.move +0 -443
  545. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_coin.move +0 -204
  546. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_governance.move +0 -1387
  547. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/block.move +0 -394
  548. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_id.move +0 -41
  549. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_status.move +0 -48
  550. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/code.move +0 -367
  551. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/coin.move +0 -2214
  552. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/config_buffer.move +0 -101
  553. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/consensus_config.move +0 -77
  554. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/create_signer.move +0 -21
  555. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/delegation_pool.move +0 -5568
  556. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dispatchable_fungible_asset.move +0 -228
  557. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dkg.move +0 -121
  558. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/event.move +0 -92
  559. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/execution_config.move +0 -66
  560. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/function_info.move +0 -100
  561. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/fungible_asset.move +0 -1566
  562. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/gas_schedule.move +0 -176
  563. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/genesis.move +0 -550
  564. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/governance_proposal.move +0 -23
  565. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/guid.move +0 -68
  566. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwk_consensus_config.move +0 -148
  567. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwks.move +0 -817
  568. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/keyless_account.move +0 -312
  569. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/managed_coin.move +0 -205
  570. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/multisig_account.move +0 -2477
  571. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object.move +0 -1073
  572. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object_code_deployment.move +0 -147
  573. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/optional_aggregator.move +0 -295
  574. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/primary_fungible_store.move +0 -405
  575. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness.move +0 -574
  576. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_api_v0_config.move +0 -57
  577. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config.move +0 -153
  578. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config_seqnum.move +0 -49
  579. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration.move +0 -237
  580. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_state.move +0 -132
  581. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_with_dkg.move +0 -69
  582. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/resource_account.move +0 -267
  583. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/stake.move +0 -3286
  584. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_config.move +0 -686
  585. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_contract.move +0 -1618
  586. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_proxy.move +0 -228
  587. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/state_storage.move +0 -90
  588. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/storage_gas.move +0 -622
  589. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/system_addresses.move +0 -82
  590. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/timestamp.move +0 -88
  591. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_context.move +0 -262
  592. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_fee.move +0 -457
  593. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_validation.move +0 -501
  594. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/util.move +0 -16
  595. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/validator_consensus_info.move +0 -42
  596. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/version.move +0 -115
  597. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/vesting.move +0 -2183
  598. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/voting.move +0 -1279
  599. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/any.move +0 -57
  600. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/aptos_hash.move +0 -253
  601. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/big_vector.move +0 -469
  602. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381.move +0 -985
  603. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381_algebra.move +0 -802
  604. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bn254_algebra.move +0 -855
  605. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/capability.move +0 -193
  606. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/comparator.move +0 -173
  607. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/copyable_any.move +0 -45
  608. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/crypto_algebra.move +0 -351
  609. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/debug.move +0 -278
  610. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ed25519.move +0 -262
  611. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/fixed_point64.move +0 -447
  612. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/from_bcs.move +0 -91
  613. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math128.move +0 -381
  614. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math64.move +0 -336
  615. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed.move +0 -139
  616. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed64.move +0 -142
  617. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/multi_ed25519.move +0 -482
  618. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64.move +0 -571
  619. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64_unbound.move +0 -270
  620. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255.move +0 -1310
  621. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_bulletproofs.move +0 -253
  622. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_elgamal.move +0 -234
  623. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_pedersen.move +0 -158
  624. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/secp256k1.move +0 -114
  625. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/simple_map.move +0 -319
  626. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_table.move +0 -769
  627. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_vector.move +0 -766
  628. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/string_utils.move +0 -148
  629. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table.move +0 -152
  630. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table_with_length.move +0 -141
  631. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/type_info.move +0 -351
  632. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/acl.move +0 -46
  633. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bcs.move +0 -27
  634. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bit_vector.move +0 -239
  635. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/error.move +0 -88
  636. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/features.move +0 -780
  637. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/fixed_point32.move +0 -295
  638. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/hash.move +0 -8
  639. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/option.move +0 -356
  640. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/signer.move +0 -21
  641. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/string.move +0 -93
  642. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/vector.move +0 -669
  643. package/src/internal/move/jwks/build/jwk/sources/main.move +0 -20
  644. package/src/internal/queries/getAccountAddressesForAuthKey.graphql +0 -8
  645. package/src/internal/queries/getAuthKeysForPublicKey.graphql +0 -11
  646. /package/dist/esm/{chunk-UOP7GBXB.mjs.map → chunk-5ZRPV4YI.mjs.map} +0 -0
  647. /package/dist/esm/{chunk-34DNOEXM.mjs.map → chunk-7T62PEFI.mjs.map} +0 -0
  648. /package/dist/esm/{chunk-XZSENMD7.mjs.map → chunk-FSP4QM2T.mjs.map} +0 -0
  649. /package/dist/esm/{chunk-JPJH4LRA.mjs.map → chunk-IDHVW7HS.mjs.map} +0 -0
  650. /package/dist/esm/{chunk-57J5YBMT.mjs.map → chunk-PFXXFUBL.mjs.map} +0 -0
  651. /package/dist/esm/{chunk-DWQQIYFI.mjs.map → chunk-R7NQJWDG.mjs.map} +0 -0
  652. /package/dist/esm/{chunk-VDNJWUHZ.mjs.map → chunk-SAMHWS73.mjs.map} +0 -0
  653. /package/dist/esm/{chunk-HETYL3WN.mjs.map → chunk-WOTQ7227.mjs.map} +0 -0
  654. /package/dist/esm/{chunk-CZYH3G7E.mjs.map → chunk-YHGGNYYL.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,142 +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
- account_address: Scalars["String"]["output"];
783
- auth_key: Scalars["String"]["output"];
784
- is_auth_key_used: Scalars["Boolean"]["output"];
785
- last_transaction_version: Scalars["bigint"]["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
- account_address?: InputMaybe<StringComparisonExp>;
826
- auth_key?: InputMaybe<StringComparisonExp>;
827
- is_auth_key_used?: InputMaybe<BooleanComparisonExp>;
828
- last_transaction_version?: InputMaybe<BigintComparisonExp>;
829
- };
830
-
831
- /** aggregate max on columns */
832
- export type AuthKeyAccountAddressesMaxFields = {
833
- account_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
- account_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
- account_address?: InputMaybe<OrderBy>;
848
- auth_key?: InputMaybe<OrderBy>;
849
- is_auth_key_used?: InputMaybe<OrderBy>;
850
- last_transaction_version?: InputMaybe<OrderBy>;
851
- };
852
-
853
- /** select columns of table "auth_key_account_addresses" */
854
- export enum AuthKeyAccountAddressesSelectColumn {
855
- /** column name */
856
- AccountAddress = "account_address",
857
- /** column name */
858
- AuthKey = "auth_key",
859
- /** column name */
860
- IsAuthKeyUsed = "is_auth_key_used",
861
- /** column name */
862
- LastTransactionVersion = "last_transaction_version",
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
- account_address?: InputMaybe<Scalars["String"]["input"]>;
891
- auth_key?: InputMaybe<Scalars["String"]["input"]>;
892
- is_auth_key_used?: InputMaybe<Scalars["Boolean"]["input"]>;
893
- last_transaction_version?: InputMaybe<Scalars["bigint"]["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
781
  /** Boolean expression to compare columns of type "bigint". All fields are combined with logical 'AND'. */
917
782
  export type BigintComparisonExp = {
918
783
  _eq?: InputMaybe<Scalars["bigint"]["input"]>;
@@ -1658,6 +1523,73 @@ export type CoinInfosStreamCursorValueInput = {
1658
1523
  transaction_version_created?: InputMaybe<Scalars["bigint"]["input"]>;
1659
1524
  };
1660
1525
 
1526
+ /** columns and relationships of "coin_supply" */
1527
+ export type CoinSupply = {
1528
+ coin_type: Scalars["String"]["output"];
1529
+ coin_type_hash: Scalars["String"]["output"];
1530
+ supply: Scalars["numeric"]["output"];
1531
+ transaction_epoch: Scalars["bigint"]["output"];
1532
+ transaction_timestamp: Scalars["timestamp"]["output"];
1533
+ transaction_version: Scalars["bigint"]["output"];
1534
+ };
1535
+
1536
+ /** Boolean expression to filter rows from the table "coin_supply". All fields are combined with a logical 'AND'. */
1537
+ export type CoinSupplyBoolExp = {
1538
+ _and?: InputMaybe<Array<CoinSupplyBoolExp>>;
1539
+ _not?: InputMaybe<CoinSupplyBoolExp>;
1540
+ _or?: InputMaybe<Array<CoinSupplyBoolExp>>;
1541
+ coin_type?: InputMaybe<StringComparisonExp>;
1542
+ coin_type_hash?: InputMaybe<StringComparisonExp>;
1543
+ supply?: InputMaybe<NumericComparisonExp>;
1544
+ transaction_epoch?: InputMaybe<BigintComparisonExp>;
1545
+ transaction_timestamp?: InputMaybe<TimestampComparisonExp>;
1546
+ transaction_version?: InputMaybe<BigintComparisonExp>;
1547
+ };
1548
+
1549
+ /** Ordering options when selecting data from "coin_supply". */
1550
+ export type CoinSupplyOrderBy = {
1551
+ coin_type?: InputMaybe<OrderBy>;
1552
+ coin_type_hash?: InputMaybe<OrderBy>;
1553
+ supply?: InputMaybe<OrderBy>;
1554
+ transaction_epoch?: InputMaybe<OrderBy>;
1555
+ transaction_timestamp?: InputMaybe<OrderBy>;
1556
+ transaction_version?: InputMaybe<OrderBy>;
1557
+ };
1558
+
1559
+ /** select columns of table "coin_supply" */
1560
+ export enum CoinSupplySelectColumn {
1561
+ /** column name */
1562
+ CoinType = "coin_type",
1563
+ /** column name */
1564
+ CoinTypeHash = "coin_type_hash",
1565
+ /** column name */
1566
+ Supply = "supply",
1567
+ /** column name */
1568
+ TransactionEpoch = "transaction_epoch",
1569
+ /** column name */
1570
+ TransactionTimestamp = "transaction_timestamp",
1571
+ /** column name */
1572
+ TransactionVersion = "transaction_version",
1573
+ }
1574
+
1575
+ /** Streaming cursor of the table "coin_supply" */
1576
+ export type CoinSupplyStreamCursorInput = {
1577
+ /** Stream column input with initial value */
1578
+ initial_value: CoinSupplyStreamCursorValueInput;
1579
+ /** cursor ordering */
1580
+ ordering?: InputMaybe<CursorOrdering>;
1581
+ };
1582
+
1583
+ /** Initial value of the column from where the streaming should start */
1584
+ export type CoinSupplyStreamCursorValueInput = {
1585
+ coin_type?: InputMaybe<Scalars["String"]["input"]>;
1586
+ coin_type_hash?: InputMaybe<Scalars["String"]["input"]>;
1587
+ supply?: InputMaybe<Scalars["numeric"]["input"]>;
1588
+ transaction_epoch?: InputMaybe<Scalars["bigint"]["input"]>;
1589
+ transaction_timestamp?: InputMaybe<Scalars["timestamp"]["input"]>;
1590
+ transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
1591
+ };
1592
+
1661
1593
  /** columns and relationships of "legacy_migration_v1.collection_datas" */
1662
1594
  export type CollectionDatas = {
1663
1595
  collection_data_id_hash?: Maybe<Scalars["String"]["output"]>;
@@ -3017,36 +2949,28 @@ export type CurrentDelegatorBalancesStreamCursorValueInput = {
3017
2949
  table_handle?: InputMaybe<Scalars["String"]["input"]>;
3018
2950
  };
3019
2951
 
3020
- /** columns and relationships of "current_fungible_asset_balances" */
2952
+ /** columns and relationships of "current_unified_fungible_asset_balances_to_be_renamed" */
3021
2953
  export type CurrentFungibleAssetBalances = {
3022
- amount: Scalars["numeric"]["output"];
3023
- amount_v1?: Maybe<Scalars["numeric"]["output"]>;
3024
- amount_v2?: Maybe<Scalars["numeric"]["output"]>;
3025
- asset_type: Scalars["String"]["output"];
3026
- asset_type_v1?: Maybe<Scalars["String"]["output"]>;
3027
- asset_type_v2?: Maybe<Scalars["String"]["output"]>;
2954
+ amount?: Maybe<Scalars["numeric"]["output"]>;
2955
+ asset_type?: Maybe<Scalars["String"]["output"]>;
3028
2956
  is_frozen: Scalars["Boolean"]["output"];
3029
- is_primary: Scalars["Boolean"]["output"];
2957
+ is_primary?: Maybe<Scalars["Boolean"]["output"]>;
3030
2958
  last_transaction_timestamp?: Maybe<Scalars["timestamp"]["output"]>;
3031
- last_transaction_timestamp_v1?: Maybe<Scalars["timestamp"]["output"]>;
3032
- last_transaction_timestamp_v2?: Maybe<Scalars["timestamp"]["output"]>;
3033
2959
  last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
3034
- last_transaction_version_v1?: Maybe<Scalars["bigint"]["output"]>;
3035
- last_transaction_version_v2?: Maybe<Scalars["bigint"]["output"]>;
3036
2960
  /** An object relationship */
3037
2961
  metadata?: Maybe<FungibleAssetMetadata>;
3038
2962
  owner_address: Scalars["String"]["output"];
3039
2963
  storage_id: Scalars["String"]["output"];
3040
- token_standard: Scalars["String"]["output"];
2964
+ token_standard?: Maybe<Scalars["String"]["output"]>;
3041
2965
  };
3042
2966
 
3043
- /** aggregated selection of "current_fungible_asset_balances" */
2967
+ /** aggregated selection of "current_unified_fungible_asset_balances_to_be_renamed" */
3044
2968
  export type CurrentFungibleAssetBalancesAggregate = {
3045
2969
  aggregate?: Maybe<CurrentFungibleAssetBalancesAggregateFields>;
3046
2970
  nodes: Array<CurrentFungibleAssetBalances>;
3047
2971
  };
3048
2972
 
3049
- /** aggregate fields of "current_fungible_asset_balances" */
2973
+ /** aggregate fields of "current_unified_fungible_asset_balances_to_be_renamed" */
3050
2974
  export type CurrentFungibleAssetBalancesAggregateFields = {
3051
2975
  avg?: Maybe<CurrentFungibleAssetBalancesAvgFields>;
3052
2976
  count: Scalars["Int"]["output"];
@@ -3061,7 +2985,7 @@ export type CurrentFungibleAssetBalancesAggregateFields = {
3061
2985
  variance?: Maybe<CurrentFungibleAssetBalancesVarianceFields>;
3062
2986
  };
3063
2987
 
3064
- /** aggregate fields of "current_fungible_asset_balances" */
2988
+ /** aggregate fields of "current_unified_fungible_asset_balances_to_be_renamed" */
3065
2989
  export type CurrentFungibleAssetBalancesAggregateFieldsCountArgs = {
3066
2990
  columns?: InputMaybe<Array<CurrentFungibleAssetBalancesSelectColumn>>;
3067
2991
  distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
@@ -3070,32 +2994,20 @@ export type CurrentFungibleAssetBalancesAggregateFieldsCountArgs = {
3070
2994
  /** aggregate avg on columns */
3071
2995
  export type CurrentFungibleAssetBalancesAvgFields = {
3072
2996
  amount?: Maybe<Scalars["Float"]["output"]>;
3073
- amount_v1?: Maybe<Scalars["Float"]["output"]>;
3074
- amount_v2?: Maybe<Scalars["Float"]["output"]>;
3075
2997
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
3076
- last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
3077
- last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
3078
2998
  };
3079
2999
 
3080
- /** 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'. */
3081
3001
  export type CurrentFungibleAssetBalancesBoolExp = {
3082
3002
  _and?: InputMaybe<Array<CurrentFungibleAssetBalancesBoolExp>>;
3083
3003
  _not?: InputMaybe<CurrentFungibleAssetBalancesBoolExp>;
3084
3004
  _or?: InputMaybe<Array<CurrentFungibleAssetBalancesBoolExp>>;
3085
3005
  amount?: InputMaybe<NumericComparisonExp>;
3086
- amount_v1?: InputMaybe<NumericComparisonExp>;
3087
- amount_v2?: InputMaybe<NumericComparisonExp>;
3088
3006
  asset_type?: InputMaybe<StringComparisonExp>;
3089
- asset_type_v1?: InputMaybe<StringComparisonExp>;
3090
- asset_type_v2?: InputMaybe<StringComparisonExp>;
3091
3007
  is_frozen?: InputMaybe<BooleanComparisonExp>;
3092
3008
  is_primary?: InputMaybe<BooleanComparisonExp>;
3093
3009
  last_transaction_timestamp?: InputMaybe<TimestampComparisonExp>;
3094
- last_transaction_timestamp_v1?: InputMaybe<TimestampComparisonExp>;
3095
- last_transaction_timestamp_v2?: InputMaybe<TimestampComparisonExp>;
3096
3010
  last_transaction_version?: InputMaybe<BigintComparisonExp>;
3097
- last_transaction_version_v1?: InputMaybe<BigintComparisonExp>;
3098
- last_transaction_version_v2?: InputMaybe<BigintComparisonExp>;
3099
3011
  metadata?: InputMaybe<FungibleAssetMetadataBoolExp>;
3100
3012
  owner_address?: InputMaybe<StringComparisonExp>;
3101
3013
  storage_id?: InputMaybe<StringComparisonExp>;
@@ -3105,17 +3017,9 @@ export type CurrentFungibleAssetBalancesBoolExp = {
3105
3017
  /** aggregate max on columns */
3106
3018
  export type CurrentFungibleAssetBalancesMaxFields = {
3107
3019
  amount?: Maybe<Scalars["numeric"]["output"]>;
3108
- amount_v1?: Maybe<Scalars["numeric"]["output"]>;
3109
- amount_v2?: Maybe<Scalars["numeric"]["output"]>;
3110
3020
  asset_type?: Maybe<Scalars["String"]["output"]>;
3111
- asset_type_v1?: Maybe<Scalars["String"]["output"]>;
3112
- asset_type_v2?: Maybe<Scalars["String"]["output"]>;
3113
3021
  last_transaction_timestamp?: Maybe<Scalars["timestamp"]["output"]>;
3114
- last_transaction_timestamp_v1?: Maybe<Scalars["timestamp"]["output"]>;
3115
- last_transaction_timestamp_v2?: Maybe<Scalars["timestamp"]["output"]>;
3116
3022
  last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
3117
- last_transaction_version_v1?: Maybe<Scalars["bigint"]["output"]>;
3118
- last_transaction_version_v2?: Maybe<Scalars["bigint"]["output"]>;
3119
3023
  owner_address?: Maybe<Scalars["String"]["output"]>;
3120
3024
  storage_id?: Maybe<Scalars["String"]["output"]>;
3121
3025
  token_standard?: Maybe<Scalars["String"]["output"]>;
@@ -3124,75 +3028,43 @@ export type CurrentFungibleAssetBalancesMaxFields = {
3124
3028
  /** aggregate min on columns */
3125
3029
  export type CurrentFungibleAssetBalancesMinFields = {
3126
3030
  amount?: Maybe<Scalars["numeric"]["output"]>;
3127
- amount_v1?: Maybe<Scalars["numeric"]["output"]>;
3128
- amount_v2?: Maybe<Scalars["numeric"]["output"]>;
3129
3031
  asset_type?: Maybe<Scalars["String"]["output"]>;
3130
- asset_type_v1?: Maybe<Scalars["String"]["output"]>;
3131
- asset_type_v2?: Maybe<Scalars["String"]["output"]>;
3132
3032
  last_transaction_timestamp?: Maybe<Scalars["timestamp"]["output"]>;
3133
- last_transaction_timestamp_v1?: Maybe<Scalars["timestamp"]["output"]>;
3134
- last_transaction_timestamp_v2?: Maybe<Scalars["timestamp"]["output"]>;
3135
3033
  last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
3136
- last_transaction_version_v1?: Maybe<Scalars["bigint"]["output"]>;
3137
- last_transaction_version_v2?: Maybe<Scalars["bigint"]["output"]>;
3138
3034
  owner_address?: Maybe<Scalars["String"]["output"]>;
3139
3035
  storage_id?: Maybe<Scalars["String"]["output"]>;
3140
3036
  token_standard?: Maybe<Scalars["String"]["output"]>;
3141
3037
  };
3142
3038
 
3143
- /** 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". */
3144
3040
  export type CurrentFungibleAssetBalancesOrderBy = {
3145
3041
  amount?: InputMaybe<OrderBy>;
3146
- amount_v1?: InputMaybe<OrderBy>;
3147
- amount_v2?: InputMaybe<OrderBy>;
3148
3042
  asset_type?: InputMaybe<OrderBy>;
3149
- asset_type_v1?: InputMaybe<OrderBy>;
3150
- asset_type_v2?: InputMaybe<OrderBy>;
3151
3043
  is_frozen?: InputMaybe<OrderBy>;
3152
3044
  is_primary?: InputMaybe<OrderBy>;
3153
3045
  last_transaction_timestamp?: InputMaybe<OrderBy>;
3154
- last_transaction_timestamp_v1?: InputMaybe<OrderBy>;
3155
- last_transaction_timestamp_v2?: InputMaybe<OrderBy>;
3156
3046
  last_transaction_version?: InputMaybe<OrderBy>;
3157
- last_transaction_version_v1?: InputMaybe<OrderBy>;
3158
- last_transaction_version_v2?: InputMaybe<OrderBy>;
3159
3047
  metadata?: InputMaybe<FungibleAssetMetadataOrderBy>;
3160
3048
  owner_address?: InputMaybe<OrderBy>;
3161
3049
  storage_id?: InputMaybe<OrderBy>;
3162
3050
  token_standard?: InputMaybe<OrderBy>;
3163
3051
  };
3164
3052
 
3165
- /** select columns of table "current_fungible_asset_balances" */
3053
+ /** select columns of table "current_unified_fungible_asset_balances_to_be_renamed" */
3166
3054
  export enum CurrentFungibleAssetBalancesSelectColumn {
3167
3055
  /** column name */
3168
3056
  Amount = "amount",
3169
3057
  /** column name */
3170
- AmountV1 = "amount_v1",
3171
- /** column name */
3172
- AmountV2 = "amount_v2",
3173
- /** column name */
3174
3058
  AssetType = "asset_type",
3175
3059
  /** column name */
3176
- AssetTypeV1 = "asset_type_v1",
3177
- /** column name */
3178
- AssetTypeV2 = "asset_type_v2",
3179
- /** column name */
3180
3060
  IsFrozen = "is_frozen",
3181
3061
  /** column name */
3182
3062
  IsPrimary = "is_primary",
3183
3063
  /** column name */
3184
3064
  LastTransactionTimestamp = "last_transaction_timestamp",
3185
3065
  /** column name */
3186
- LastTransactionTimestampV1 = "last_transaction_timestamp_v1",
3187
- /** column name */
3188
- LastTransactionTimestampV2 = "last_transaction_timestamp_v2",
3189
- /** column name */
3190
3066
  LastTransactionVersion = "last_transaction_version",
3191
3067
  /** column name */
3192
- LastTransactionVersionV1 = "last_transaction_version_v1",
3193
- /** column name */
3194
- LastTransactionVersionV2 = "last_transaction_version_v2",
3195
- /** column name */
3196
3068
  OwnerAddress = "owner_address",
3197
3069
  /** column name */
3198
3070
  StorageId = "storage_id",
@@ -3203,31 +3075,19 @@ export enum CurrentFungibleAssetBalancesSelectColumn {
3203
3075
  /** aggregate stddev on columns */
3204
3076
  export type CurrentFungibleAssetBalancesStddevFields = {
3205
3077
  amount?: Maybe<Scalars["Float"]["output"]>;
3206
- amount_v1?: Maybe<Scalars["Float"]["output"]>;
3207
- amount_v2?: Maybe<Scalars["Float"]["output"]>;
3208
3078
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
3209
- last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
3210
- last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
3211
3079
  };
3212
3080
 
3213
3081
  /** aggregate stddev_pop on columns */
3214
3082
  export type CurrentFungibleAssetBalancesStddevPopFields = {
3215
3083
  amount?: Maybe<Scalars["Float"]["output"]>;
3216
- amount_v1?: Maybe<Scalars["Float"]["output"]>;
3217
- amount_v2?: Maybe<Scalars["Float"]["output"]>;
3218
3084
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
3219
- last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
3220
- last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
3221
3085
  };
3222
3086
 
3223
3087
  /** aggregate stddev_samp on columns */
3224
3088
  export type CurrentFungibleAssetBalancesStddevSampFields = {
3225
3089
  amount?: Maybe<Scalars["Float"]["output"]>;
3226
- amount_v1?: Maybe<Scalars["Float"]["output"]>;
3227
- amount_v2?: Maybe<Scalars["Float"]["output"]>;
3228
3090
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
3229
- last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
3230
- last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
3231
3091
  };
3232
3092
 
3233
3093
  /** Streaming cursor of the table "current_fungible_asset_balances" */
@@ -3241,19 +3101,11 @@ export type CurrentFungibleAssetBalancesStreamCursorInput = {
3241
3101
  /** Initial value of the column from where the streaming should start */
3242
3102
  export type CurrentFungibleAssetBalancesStreamCursorValueInput = {
3243
3103
  amount?: InputMaybe<Scalars["numeric"]["input"]>;
3244
- amount_v1?: InputMaybe<Scalars["numeric"]["input"]>;
3245
- amount_v2?: InputMaybe<Scalars["numeric"]["input"]>;
3246
3104
  asset_type?: InputMaybe<Scalars["String"]["input"]>;
3247
- asset_type_v1?: InputMaybe<Scalars["String"]["input"]>;
3248
- asset_type_v2?: InputMaybe<Scalars["String"]["input"]>;
3249
3105
  is_frozen?: InputMaybe<Scalars["Boolean"]["input"]>;
3250
3106
  is_primary?: InputMaybe<Scalars["Boolean"]["input"]>;
3251
3107
  last_transaction_timestamp?: InputMaybe<Scalars["timestamp"]["input"]>;
3252
- last_transaction_timestamp_v1?: InputMaybe<Scalars["timestamp"]["input"]>;
3253
- last_transaction_timestamp_v2?: InputMaybe<Scalars["timestamp"]["input"]>;
3254
3108
  last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
3255
- last_transaction_version_v1?: InputMaybe<Scalars["bigint"]["input"]>;
3256
- last_transaction_version_v2?: InputMaybe<Scalars["bigint"]["input"]>;
3257
3109
  owner_address?: InputMaybe<Scalars["String"]["input"]>;
3258
3110
  storage_id?: InputMaybe<Scalars["String"]["input"]>;
3259
3111
  token_standard?: InputMaybe<Scalars["String"]["input"]>;
@@ -3262,41 +3114,25 @@ export type CurrentFungibleAssetBalancesStreamCursorValueInput = {
3262
3114
  /** aggregate sum on columns */
3263
3115
  export type CurrentFungibleAssetBalancesSumFields = {
3264
3116
  amount?: Maybe<Scalars["numeric"]["output"]>;
3265
- amount_v1?: Maybe<Scalars["numeric"]["output"]>;
3266
- amount_v2?: Maybe<Scalars["numeric"]["output"]>;
3267
3117
  last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
3268
- last_transaction_version_v1?: Maybe<Scalars["bigint"]["output"]>;
3269
- last_transaction_version_v2?: Maybe<Scalars["bigint"]["output"]>;
3270
3118
  };
3271
3119
 
3272
3120
  /** aggregate var_pop on columns */
3273
3121
  export type CurrentFungibleAssetBalancesVarPopFields = {
3274
3122
  amount?: Maybe<Scalars["Float"]["output"]>;
3275
- amount_v1?: Maybe<Scalars["Float"]["output"]>;
3276
- amount_v2?: Maybe<Scalars["Float"]["output"]>;
3277
3123
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
3278
- last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
3279
- last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
3280
3124
  };
3281
3125
 
3282
3126
  /** aggregate var_samp on columns */
3283
3127
  export type CurrentFungibleAssetBalancesVarSampFields = {
3284
3128
  amount?: Maybe<Scalars["Float"]["output"]>;
3285
- amount_v1?: Maybe<Scalars["Float"]["output"]>;
3286
- amount_v2?: Maybe<Scalars["Float"]["output"]>;
3287
3129
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
3288
- last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
3289
- last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
3290
3130
  };
3291
3131
 
3292
3132
  /** aggregate variance on columns */
3293
3133
  export type CurrentFungibleAssetBalancesVarianceFields = {
3294
3134
  amount?: Maybe<Scalars["Float"]["output"]>;
3295
- amount_v1?: Maybe<Scalars["Float"]["output"]>;
3296
- amount_v2?: Maybe<Scalars["Float"]["output"]>;
3297
3135
  last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
3298
- last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
3299
- last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
3300
3136
  };
3301
3137
 
3302
3138
  /** columns and relationships of "current_objects" */
@@ -3710,8 +3546,6 @@ export type CurrentTokenDatasV2 = {
3710
3546
  collection_id: Scalars["String"]["output"];
3711
3547
  /** An object relationship */
3712
3548
  current_collection?: Maybe<CurrentCollectionsV2>;
3713
- /** An object relationship */
3714
- current_royalty_v1?: Maybe<CurrentTokenRoyaltyV1>;
3715
3549
  /** An array relationship */
3716
3550
  current_token_ownerships: Array<CurrentTokenOwnershipsV2>;
3717
3551
  /** An aggregate relationship */
@@ -3764,7 +3598,6 @@ export type CurrentTokenDatasV2BoolExp = {
3764
3598
  cdn_asset_uris?: InputMaybe<NftMetadataCrawlerParsedAssetUrisBoolExp>;
3765
3599
  collection_id?: InputMaybe<StringComparisonExp>;
3766
3600
  current_collection?: InputMaybe<CurrentCollectionsV2BoolExp>;
3767
- current_royalty_v1?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
3768
3601
  current_token_ownerships?: InputMaybe<CurrentTokenOwnershipsV2BoolExp>;
3769
3602
  current_token_ownerships_aggregate?: InputMaybe<CurrentTokenOwnershipsV2AggregateBoolExp>;
3770
3603
  decimals?: InputMaybe<BigintComparisonExp>;
@@ -3789,7 +3622,6 @@ export type CurrentTokenDatasV2OrderBy = {
3789
3622
  cdn_asset_uris?: InputMaybe<NftMetadataCrawlerParsedAssetUrisOrderBy>;
3790
3623
  collection_id?: InputMaybe<OrderBy>;
3791
3624
  current_collection?: InputMaybe<CurrentCollectionsV2OrderBy>;
3792
- current_royalty_v1?: InputMaybe<CurrentTokenRoyaltyV1OrderBy>;
3793
3625
  current_token_ownerships_aggregate?: InputMaybe<CurrentTokenOwnershipsV2AggregateOrderBy>;
3794
3626
  decimals?: InputMaybe<OrderBy>;
3795
3627
  description?: InputMaybe<OrderBy>;
@@ -4744,73 +4576,6 @@ export type CurrentTokenPendingClaimsStreamCursorValueInput = {
4744
4576
  token_data_id_hash?: InputMaybe<Scalars["String"]["input"]>;
4745
4577
  };
4746
4578
 
4747
- /** columns and relationships of "current_token_royalty_v1" */
4748
- export type CurrentTokenRoyaltyV1 = {
4749
- last_transaction_timestamp: Scalars["timestamp"]["output"];
4750
- last_transaction_version: Scalars["bigint"]["output"];
4751
- payee_address: Scalars["String"]["output"];
4752
- royalty_points_denominator: Scalars["numeric"]["output"];
4753
- royalty_points_numerator: Scalars["numeric"]["output"];
4754
- token_data_id: Scalars["String"]["output"];
4755
- };
4756
-
4757
- /** Boolean expression to filter rows from the table "current_token_royalty_v1". All fields are combined with a logical 'AND'. */
4758
- export type CurrentTokenRoyaltyV1BoolExp = {
4759
- _and?: InputMaybe<Array<CurrentTokenRoyaltyV1BoolExp>>;
4760
- _not?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
4761
- _or?: InputMaybe<Array<CurrentTokenRoyaltyV1BoolExp>>;
4762
- last_transaction_timestamp?: InputMaybe<TimestampComparisonExp>;
4763
- last_transaction_version?: InputMaybe<BigintComparisonExp>;
4764
- payee_address?: InputMaybe<StringComparisonExp>;
4765
- royalty_points_denominator?: InputMaybe<NumericComparisonExp>;
4766
- royalty_points_numerator?: InputMaybe<NumericComparisonExp>;
4767
- token_data_id?: InputMaybe<StringComparisonExp>;
4768
- };
4769
-
4770
- /** Ordering options when selecting data from "current_token_royalty_v1". */
4771
- export type CurrentTokenRoyaltyV1OrderBy = {
4772
- last_transaction_timestamp?: InputMaybe<OrderBy>;
4773
- last_transaction_version?: InputMaybe<OrderBy>;
4774
- payee_address?: InputMaybe<OrderBy>;
4775
- royalty_points_denominator?: InputMaybe<OrderBy>;
4776
- royalty_points_numerator?: InputMaybe<OrderBy>;
4777
- token_data_id?: InputMaybe<OrderBy>;
4778
- };
4779
-
4780
- /** select columns of table "current_token_royalty_v1" */
4781
- export enum CurrentTokenRoyaltyV1SelectColumn {
4782
- /** column name */
4783
- LastTransactionTimestamp = "last_transaction_timestamp",
4784
- /** column name */
4785
- LastTransactionVersion = "last_transaction_version",
4786
- /** column name */
4787
- PayeeAddress = "payee_address",
4788
- /** column name */
4789
- RoyaltyPointsDenominator = "royalty_points_denominator",
4790
- /** column name */
4791
- RoyaltyPointsNumerator = "royalty_points_numerator",
4792
- /** column name */
4793
- TokenDataId = "token_data_id",
4794
- }
4795
-
4796
- /** Streaming cursor of the table "current_token_royalty_v1" */
4797
- export type CurrentTokenRoyaltyV1StreamCursorInput = {
4798
- /** Stream column input with initial value */
4799
- initial_value: CurrentTokenRoyaltyV1StreamCursorValueInput;
4800
- /** cursor ordering */
4801
- ordering?: InputMaybe<CursorOrdering>;
4802
- };
4803
-
4804
- /** Initial value of the column from where the streaming should start */
4805
- export type CurrentTokenRoyaltyV1StreamCursorValueInput = {
4806
- last_transaction_timestamp?: InputMaybe<Scalars["timestamp"]["input"]>;
4807
- last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
4808
- payee_address?: InputMaybe<Scalars["String"]["input"]>;
4809
- royalty_points_denominator?: InputMaybe<Scalars["numeric"]["input"]>;
4810
- royalty_points_numerator?: InputMaybe<Scalars["numeric"]["input"]>;
4811
- token_data_id?: InputMaybe<Scalars["String"]["input"]>;
4812
- };
4813
-
4814
4579
  /** ordering argument of a cursor */
4815
4580
  export enum CursorOrdering {
4816
4581
  /** ascending ordering of the cursor */
@@ -5845,12 +5610,12 @@ export type JsonbComparisonExp = {
5845
5610
  _nin?: InputMaybe<Array<Scalars["jsonb"]["input"]>>;
5846
5611
  };
5847
5612
 
5848
- /** columns and relationships of "processor_metadata.ledger_infos" */
5613
+ /** columns and relationships of "ledger_infos" */
5849
5614
  export type LedgerInfos = {
5850
5615
  chain_id: Scalars["bigint"]["output"];
5851
5616
  };
5852
5617
 
5853
- /** Boolean expression to filter rows from the table "processor_metadata.ledger_infos". All fields are combined with a logical 'AND'. */
5618
+ /** Boolean expression to filter rows from the table "ledger_infos". All fields are combined with a logical 'AND'. */
5854
5619
  export type LedgerInfosBoolExp = {
5855
5620
  _and?: InputMaybe<Array<LedgerInfosBoolExp>>;
5856
5621
  _not?: InputMaybe<LedgerInfosBoolExp>;
@@ -5858,12 +5623,12 @@ export type LedgerInfosBoolExp = {
5858
5623
  chain_id?: InputMaybe<BigintComparisonExp>;
5859
5624
  };
5860
5625
 
5861
- /** Ordering options when selecting data from "processor_metadata.ledger_infos". */
5626
+ /** Ordering options when selecting data from "ledger_infos". */
5862
5627
  export type LedgerInfosOrderBy = {
5863
5628
  chain_id?: InputMaybe<OrderBy>;
5864
5629
  };
5865
5630
 
5866
- /** select columns of table "processor_metadata.ledger_infos" */
5631
+ /** select columns of table "ledger_infos" */
5867
5632
  export enum LedgerInfosSelectColumn {
5868
5633
  /** column name */
5869
5634
  ChainId = "chain_id",
@@ -6004,54 +5769,864 @@ export type MoveResourcesVarianceFields = {
6004
5769
  transaction_version?: Maybe<Scalars["Float"]["output"]>;
6005
5770
  };
6006
5771
 
6007
- /** columns and relationships of "nft_metadata_crawler.parsed_asset_uris" */
6008
- export type NftMetadataCrawlerParsedAssetUris = {
6009
- animation_optimizer_retry_count: Scalars["Int"]["output"];
6010
- asset_uri: Scalars["String"]["output"];
6011
- cdn_animation_uri?: Maybe<Scalars["String"]["output"]>;
6012
- cdn_image_uri?: Maybe<Scalars["String"]["output"]>;
6013
- cdn_json_uri?: Maybe<Scalars["String"]["output"]>;
6014
- image_optimizer_retry_count: Scalars["Int"]["output"];
6015
- json_parser_retry_count: Scalars["Int"]["output"];
6016
- raw_animation_uri?: Maybe<Scalars["String"]["output"]>;
6017
- raw_image_uri?: Maybe<Scalars["String"]["output"]>;
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"];
6018
5795
  };
6019
5796
 
6020
- /** Boolean expression to filter rows from the table "nft_metadata_crawler.parsed_asset_uris". All fields are combined with a logical 'AND'. */
6021
- export type NftMetadataCrawlerParsedAssetUrisBoolExp = {
6022
- _and?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisBoolExp>>;
6023
- _not?: InputMaybe<NftMetadataCrawlerParsedAssetUrisBoolExp>;
6024
- _or?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisBoolExp>>;
6025
- animation_optimizer_retry_count?: InputMaybe<IntComparisonExp>;
6026
- asset_uri?: InputMaybe<StringComparisonExp>;
6027
- cdn_animation_uri?: InputMaybe<StringComparisonExp>;
6028
- cdn_image_uri?: InputMaybe<StringComparisonExp>;
6029
- cdn_json_uri?: InputMaybe<StringComparisonExp>;
6030
- image_optimizer_retry_count?: InputMaybe<IntComparisonExp>;
6031
- json_parser_retry_count?: InputMaybe<IntComparisonExp>;
6032
- raw_animation_uri?: InputMaybe<StringComparisonExp>;
6033
- raw_image_uri?: InputMaybe<StringComparisonExp>;
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>;
6034
5822
  };
6035
5823
 
6036
- /** Ordering options when selecting data from "nft_metadata_crawler.parsed_asset_uris". */
6037
- export type NftMetadataCrawlerParsedAssetUrisOrderBy = {
6038
- animation_optimizer_retry_count?: InputMaybe<OrderBy>;
6039
- asset_uri?: InputMaybe<OrderBy>;
6040
- cdn_animation_uri?: InputMaybe<OrderBy>;
6041
- cdn_image_uri?: InputMaybe<OrderBy>;
6042
- cdn_json_uri?: InputMaybe<OrderBy>;
6043
- image_optimizer_retry_count?: InputMaybe<OrderBy>;
6044
- json_parser_retry_count?: InputMaybe<OrderBy>;
6045
- raw_animation_uri?: InputMaybe<OrderBy>;
6046
- raw_image_uri?: InputMaybe<OrderBy>;
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>;
6047
5846
  };
6048
5847
 
6049
- /** select columns of table "nft_metadata_crawler.parsed_asset_uris" */
6050
- export enum NftMetadataCrawlerParsedAssetUrisSelectColumn {
5848
+ /** select columns of table "nft_marketplace_v2.current_nft_marketplace_auctions" */
5849
+ export enum NftMarketplaceV2CurrentNftMarketplaceAuctionsSelectColumn {
6051
5850
  /** column name */
6052
- AnimationOptimizerRetryCount = "animation_optimizer_retry_count",
5851
+ BuyItNowPrice = "buy_it_now_price",
6053
5852
  /** column name */
6054
- AssetUri = "asset_uri",
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 = {
6613
+ animation_optimizer_retry_count?: InputMaybe<OrderBy>;
6614
+ asset_uri?: InputMaybe<OrderBy>;
6615
+ cdn_animation_uri?: InputMaybe<OrderBy>;
6616
+ cdn_image_uri?: InputMaybe<OrderBy>;
6617
+ cdn_json_uri?: InputMaybe<OrderBy>;
6618
+ image_optimizer_retry_count?: InputMaybe<OrderBy>;
6619
+ json_parser_retry_count?: InputMaybe<OrderBy>;
6620
+ raw_animation_uri?: InputMaybe<OrderBy>;
6621
+ raw_image_uri?: InputMaybe<OrderBy>;
6622
+ };
6623
+
6624
+ /** select columns of table "nft_metadata_crawler.parsed_asset_uris" */
6625
+ export enum NftMetadataCrawlerParsedAssetUrisSelectColumn {
6626
+ /** column name */
6627
+ AnimationOptimizerRetryCount = "animation_optimizer_retry_count",
6628
+ /** column name */
6629
+ AssetUri = "asset_uri",
6055
6630
  /** column name */
6056
6631
  CdnAnimationUri = "cdn_animation_uri",
6057
6632
  /** column name */
@@ -6161,7 +6736,7 @@ export enum OrderBy {
6161
6736
  DescNullsLast = "desc_nulls_last",
6162
6737
  }
6163
6738
 
6164
- /** columns and relationships of "processor_metadata.processor_status" */
6739
+ /** columns and relationships of "processor_status" */
6165
6740
  export type ProcessorStatus = {
6166
6741
  last_success_version: Scalars["bigint"]["output"];
6167
6742
  last_transaction_timestamp?: Maybe<Scalars["timestamp"]["output"]>;
@@ -6169,7 +6744,7 @@ export type ProcessorStatus = {
6169
6744
  processor: Scalars["String"]["output"];
6170
6745
  };
6171
6746
 
6172
- /** Boolean expression to filter rows from the table "processor_metadata.processor_status". All fields are combined with a logical 'AND'. */
6747
+ /** Boolean expression to filter rows from the table "processor_status". All fields are combined with a logical 'AND'. */
6173
6748
  export type ProcessorStatusBoolExp = {
6174
6749
  _and?: InputMaybe<Array<ProcessorStatusBoolExp>>;
6175
6750
  _not?: InputMaybe<ProcessorStatusBoolExp>;
@@ -6180,7 +6755,7 @@ export type ProcessorStatusBoolExp = {
6180
6755
  processor?: InputMaybe<StringComparisonExp>;
6181
6756
  };
6182
6757
 
6183
- /** Ordering options when selecting data from "processor_metadata.processor_status". */
6758
+ /** Ordering options when selecting data from "processor_status". */
6184
6759
  export type ProcessorStatusOrderBy = {
6185
6760
  last_success_version?: InputMaybe<OrderBy>;
6186
6761
  last_transaction_timestamp?: InputMaybe<OrderBy>;
@@ -6188,7 +6763,7 @@ export type ProcessorStatusOrderBy = {
6188
6763
  processor?: InputMaybe<OrderBy>;
6189
6764
  };
6190
6765
 
6191
- /** select columns of table "processor_metadata.processor_status" */
6766
+ /** select columns of table "processor_status" */
6192
6767
  export enum ProcessorStatusSelectColumn {
6193
6768
  /** column name */
6194
6769
  LastSuccessVersion = "last_success_version",
@@ -6392,79 +6967,6 @@ export type ProposalVotesVarianceFields = {
6392
6967
  transaction_version?: Maybe<Scalars["Float"]["output"]>;
6393
6968
  };
6394
6969
 
6395
- /** columns and relationships of "public_key_auth_keys" */
6396
- export type PublicKeyAuthKeys = {
6397
- account_public_key?: Maybe<Scalars["String"]["output"]>;
6398
- auth_key: Scalars["String"]["output"];
6399
- is_public_key_used: Scalars["Boolean"]["output"];
6400
- last_transaction_version: Scalars["bigint"]["output"];
6401
- public_key: Scalars["String"]["output"];
6402
- public_key_type: Scalars["String"]["output"];
6403
- signature_type: Scalars["String"]["output"];
6404
- };
6405
-
6406
- /** Boolean expression to filter rows from the table "public_key_auth_keys". All fields are combined with a logical 'AND'. */
6407
- export type PublicKeyAuthKeysBoolExp = {
6408
- _and?: InputMaybe<Array<PublicKeyAuthKeysBoolExp>>;
6409
- _not?: InputMaybe<PublicKeyAuthKeysBoolExp>;
6410
- _or?: InputMaybe<Array<PublicKeyAuthKeysBoolExp>>;
6411
- account_public_key?: InputMaybe<StringComparisonExp>;
6412
- auth_key?: InputMaybe<StringComparisonExp>;
6413
- is_public_key_used?: InputMaybe<BooleanComparisonExp>;
6414
- last_transaction_version?: InputMaybe<BigintComparisonExp>;
6415
- public_key?: InputMaybe<StringComparisonExp>;
6416
- public_key_type?: InputMaybe<StringComparisonExp>;
6417
- signature_type?: InputMaybe<StringComparisonExp>;
6418
- };
6419
-
6420
- /** Ordering options when selecting data from "public_key_auth_keys". */
6421
- export type PublicKeyAuthKeysOrderBy = {
6422
- account_public_key?: InputMaybe<OrderBy>;
6423
- auth_key?: InputMaybe<OrderBy>;
6424
- is_public_key_used?: InputMaybe<OrderBy>;
6425
- last_transaction_version?: InputMaybe<OrderBy>;
6426
- public_key?: InputMaybe<OrderBy>;
6427
- public_key_type?: InputMaybe<OrderBy>;
6428
- signature_type?: InputMaybe<OrderBy>;
6429
- };
6430
-
6431
- /** select columns of table "public_key_auth_keys" */
6432
- export enum PublicKeyAuthKeysSelectColumn {
6433
- /** column name */
6434
- AccountPublicKey = "account_public_key",
6435
- /** column name */
6436
- AuthKey = "auth_key",
6437
- /** column name */
6438
- IsPublicKeyUsed = "is_public_key_used",
6439
- /** column name */
6440
- LastTransactionVersion = "last_transaction_version",
6441
- /** column name */
6442
- PublicKey = "public_key",
6443
- /** column name */
6444
- PublicKeyType = "public_key_type",
6445
- /** column name */
6446
- SignatureType = "signature_type",
6447
- }
6448
-
6449
- /** Streaming cursor of the table "public_key_auth_keys" */
6450
- export type PublicKeyAuthKeysStreamCursorInput = {
6451
- /** Stream column input with initial value */
6452
- initial_value: PublicKeyAuthKeysStreamCursorValueInput;
6453
- /** cursor ordering */
6454
- ordering?: InputMaybe<CursorOrdering>;
6455
- };
6456
-
6457
- /** Initial value of the column from where the streaming should start */
6458
- export type PublicKeyAuthKeysStreamCursorValueInput = {
6459
- account_public_key?: InputMaybe<Scalars["String"]["input"]>;
6460
- auth_key?: InputMaybe<Scalars["String"]["input"]>;
6461
- is_public_key_used?: InputMaybe<Scalars["Boolean"]["input"]>;
6462
- last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
6463
- public_key?: InputMaybe<Scalars["String"]["input"]>;
6464
- public_key_type?: InputMaybe<Scalars["String"]["input"]>;
6465
- signature_type?: InputMaybe<Scalars["String"]["input"]>;
6466
- };
6467
-
6468
6970
  export type QueryRoot = {
6469
6971
  /** fetch data from the table: "account_transactions" */
6470
6972
  account_transactions: Array<AccountTransactions>;
@@ -6482,12 +6984,6 @@ export type QueryRoot = {
6482
6984
  address_version_from_move_resources: Array<AddressVersionFromMoveResources>;
6483
6985
  /** fetch aggregated fields from the table: "legacy_migration_v1.address_version_from_move_resources" */
6484
6986
  address_version_from_move_resources_aggregate: AddressVersionFromMoveResourcesAggregate;
6485
- /** fetch data from the table: "auth_key_account_addresses" */
6486
- auth_key_account_addresses: Array<AuthKeyAccountAddresses>;
6487
- /** fetch aggregated fields from the table: "auth_key_account_addresses" */
6488
- auth_key_account_addresses_aggregate: AuthKeyAccountAddressesAggregate;
6489
- /** fetch data from the table: "auth_key_account_addresses" using primary key columns */
6490
- auth_key_account_addresses_by_pk?: Maybe<AuthKeyAccountAddresses>;
6491
6987
  /** fetch data from the table: "block_metadata_transactions" */
6492
6988
  block_metadata_transactions: Array<BlockMetadataTransactions>;
6493
6989
  /** fetch data from the table: "block_metadata_transactions" using primary key columns */
@@ -6500,6 +6996,10 @@ export type QueryRoot = {
6500
6996
  coin_balances: Array<CoinBalances>;
6501
6997
  /** fetch data from the table: "legacy_migration_v1.coin_infos" */
6502
6998
  coin_infos: Array<CoinInfos>;
6999
+ /** fetch data from the table: "coin_supply" */
7000
+ coin_supply: Array<CoinSupply>;
7001
+ /** fetch data from the table: "coin_supply" using primary key columns */
7002
+ coin_supply_by_pk?: Maybe<CoinSupply>;
6503
7003
  /** fetch data from the table: "legacy_migration_v1.collection_datas" */
6504
7004
  collection_datas: Array<CollectionDatas>;
6505
7005
  /** fetch data from the table: "legacy_migration_v1.current_ans_lookup" */
@@ -6536,11 +7036,11 @@ export type QueryRoot = {
6536
7036
  current_delegator_balances: Array<CurrentDelegatorBalances>;
6537
7037
  /** fetch data from the table: "current_delegator_balances" using primary key columns */
6538
7038
  current_delegator_balances_by_pk?: Maybe<CurrentDelegatorBalances>;
6539
- /** fetch data from the table: "current_fungible_asset_balances" */
7039
+ /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
6540
7040
  current_fungible_asset_balances: Array<CurrentFungibleAssetBalances>;
6541
- /** 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" */
6542
7042
  current_fungible_asset_balances_aggregate: CurrentFungibleAssetBalancesAggregate;
6543
- /** 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 */
6544
7044
  current_fungible_asset_balances_by_pk?: Maybe<CurrentFungibleAssetBalances>;
6545
7045
  /** fetch data from the table: "current_objects" */
6546
7046
  current_objects: Array<CurrentObjects>;
@@ -6574,10 +7074,6 @@ export type QueryRoot = {
6574
7074
  current_token_pending_claims: Array<CurrentTokenPendingClaims>;
6575
7075
  /** fetch data from the table: "current_token_pending_claims" using primary key columns */
6576
7076
  current_token_pending_claims_by_pk?: Maybe<CurrentTokenPendingClaims>;
6577
- /** fetch data from the table: "current_token_royalty_v1" */
6578
- current_token_royalty_v1: Array<CurrentTokenRoyaltyV1>;
6579
- /** fetch data from the table: "current_token_royalty_v1" using primary key columns */
6580
- current_token_royalty_v1_by_pk?: Maybe<CurrentTokenRoyaltyV1>;
6581
7077
  /** An array relationship */
6582
7078
  delegated_staking_activities: Array<DelegatedStakingActivities>;
6583
7079
  /** fetch data from the table: "delegated_staking_activities" using primary key columns */
@@ -6612,23 +7108,45 @@ export type QueryRoot = {
6612
7108
  indexer_status: Array<IndexerStatus>;
6613
7109
  /** fetch data from the table: "indexer_status" using primary key columns */
6614
7110
  indexer_status_by_pk?: Maybe<IndexerStatus>;
6615
- /** fetch data from the table: "processor_metadata.ledger_infos" */
7111
+ /** fetch data from the table: "ledger_infos" */
6616
7112
  ledger_infos: Array<LedgerInfos>;
6617
- /** fetch data from the table: "processor_metadata.ledger_infos" using primary key columns */
7113
+ /** fetch data from the table: "ledger_infos" using primary key columns */
6618
7114
  ledger_infos_by_pk?: Maybe<LedgerInfos>;
6619
7115
  /** fetch data from the table: "legacy_migration_v1.move_resources" */
6620
7116
  move_resources: Array<MoveResources>;
6621
7117
  /** fetch aggregated fields from the table: "legacy_migration_v1.move_resources" */
6622
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>;
6623
7141
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" */
6624
7142
  nft_metadata_crawler_parsed_asset_uris: Array<NftMetadataCrawlerParsedAssetUris>;
6625
7143
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" using primary key columns */
6626
7144
  nft_metadata_crawler_parsed_asset_uris_by_pk?: Maybe<NftMetadataCrawlerParsedAssetUris>;
6627
7145
  /** fetch data from the table: "num_active_delegator_per_pool" */
6628
7146
  num_active_delegator_per_pool: Array<NumActiveDelegatorPerPool>;
6629
- /** fetch data from the table: "processor_metadata.processor_status" */
7147
+ /** fetch data from the table: "processor_status" */
6630
7148
  processor_status: Array<ProcessorStatus>;
6631
- /** fetch data from the table: "processor_metadata.processor_status" using primary key columns */
7149
+ /** fetch data from the table: "processor_status" using primary key columns */
6632
7150
  processor_status_by_pk?: Maybe<ProcessorStatus>;
6633
7151
  /** fetch data from the table: "proposal_votes" */
6634
7152
  proposal_votes: Array<ProposalVotes>;
@@ -6636,10 +7154,6 @@ export type QueryRoot = {
6636
7154
  proposal_votes_aggregate: ProposalVotesAggregate;
6637
7155
  /** fetch data from the table: "proposal_votes" using primary key columns */
6638
7156
  proposal_votes_by_pk?: Maybe<ProposalVotes>;
6639
- /** fetch data from the table: "public_key_auth_keys" */
6640
- public_key_auth_keys: Array<PublicKeyAuthKeys>;
6641
- /** fetch data from the table: "public_key_auth_keys" using primary key columns */
6642
- public_key_auth_keys_by_pk?: Maybe<PublicKeyAuthKeys>;
6643
7157
  /** fetch data from the table: "signatures" */
6644
7158
  signatures: Array<Signatures>;
6645
7159
  /** fetch data from the table: "signatures" using primary key columns */
@@ -6735,26 +7249,6 @@ export type QueryRootAddressVersionFromMoveResourcesAggregateArgs = {
6735
7249
  where?: InputMaybe<AddressVersionFromMoveResourcesBoolExp>;
6736
7250
  };
6737
7251
 
6738
- export type QueryRootAuthKeyAccountAddressesArgs = {
6739
- distinct_on?: InputMaybe<Array<AuthKeyAccountAddressesSelectColumn>>;
6740
- limit?: InputMaybe<Scalars["Int"]["input"]>;
6741
- offset?: InputMaybe<Scalars["Int"]["input"]>;
6742
- order_by?: InputMaybe<Array<AuthKeyAccountAddressesOrderBy>>;
6743
- where?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
6744
- };
6745
-
6746
- export type QueryRootAuthKeyAccountAddressesAggregateArgs = {
6747
- distinct_on?: InputMaybe<Array<AuthKeyAccountAddressesSelectColumn>>;
6748
- limit?: InputMaybe<Scalars["Int"]["input"]>;
6749
- offset?: InputMaybe<Scalars["Int"]["input"]>;
6750
- order_by?: InputMaybe<Array<AuthKeyAccountAddressesOrderBy>>;
6751
- where?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
6752
- };
6753
-
6754
- export type QueryRootAuthKeyAccountAddressesByPkArgs = {
6755
- account_address: Scalars["String"]["input"];
6756
- };
6757
-
6758
7252
  export type QueryRootBlockMetadataTransactionsArgs = {
6759
7253
  distinct_on?: InputMaybe<Array<BlockMetadataTransactionsSelectColumn>>;
6760
7254
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -6799,6 +7293,19 @@ export type QueryRootCoinInfosArgs = {
6799
7293
  where?: InputMaybe<CoinInfosBoolExp>;
6800
7294
  };
6801
7295
 
7296
+ export type QueryRootCoinSupplyArgs = {
7297
+ distinct_on?: InputMaybe<Array<CoinSupplySelectColumn>>;
7298
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
7299
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
7300
+ order_by?: InputMaybe<Array<CoinSupplyOrderBy>>;
7301
+ where?: InputMaybe<CoinSupplyBoolExp>;
7302
+ };
7303
+
7304
+ export type QueryRootCoinSupplyByPkArgs = {
7305
+ coin_type_hash: Scalars["String"]["input"];
7306
+ transaction_version: Scalars["bigint"]["input"];
7307
+ };
7308
+
6802
7309
  export type QueryRootCollectionDatasArgs = {
6803
7310
  distinct_on?: InputMaybe<Array<CollectionDatasSelectColumn>>;
6804
7311
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -7060,18 +7567,6 @@ export type QueryRootCurrentTokenPendingClaimsByPkArgs = {
7060
7567
  token_data_id_hash: Scalars["String"]["input"];
7061
7568
  };
7062
7569
 
7063
- export type QueryRootCurrentTokenRoyaltyV1Args = {
7064
- distinct_on?: InputMaybe<Array<CurrentTokenRoyaltyV1SelectColumn>>;
7065
- limit?: InputMaybe<Scalars["Int"]["input"]>;
7066
- offset?: InputMaybe<Scalars["Int"]["input"]>;
7067
- order_by?: InputMaybe<Array<CurrentTokenRoyaltyV1OrderBy>>;
7068
- where?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
7069
- };
7070
-
7071
- export type QueryRootCurrentTokenRoyaltyV1ByPkArgs = {
7072
- token_data_id: Scalars["String"]["input"];
7073
- };
7074
-
7075
7570
  export type QueryRootDelegatedStakingActivitiesArgs = {
7076
7571
  distinct_on?: InputMaybe<Array<DelegatedStakingActivitiesSelectColumn>>;
7077
7572
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -7212,6 +7707,79 @@ export type QueryRootMoveResourcesAggregateArgs = {
7212
7707
  where?: InputMaybe<MoveResourcesBoolExp>;
7213
7708
  };
7214
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
+
7215
7783
  export type QueryRootNftMetadataCrawlerParsedAssetUrisArgs = {
7216
7784
  distinct_on?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisSelectColumn>>;
7217
7785
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -7266,20 +7834,6 @@ export type QueryRootProposalVotesByPkArgs = {
7266
7834
  voter_address: Scalars["String"]["input"];
7267
7835
  };
7268
7836
 
7269
- export type QueryRootPublicKeyAuthKeysArgs = {
7270
- distinct_on?: InputMaybe<Array<PublicKeyAuthKeysSelectColumn>>;
7271
- limit?: InputMaybe<Scalars["Int"]["input"]>;
7272
- offset?: InputMaybe<Scalars["Int"]["input"]>;
7273
- order_by?: InputMaybe<Array<PublicKeyAuthKeysOrderBy>>;
7274
- where?: InputMaybe<PublicKeyAuthKeysBoolExp>;
7275
- };
7276
-
7277
- export type QueryRootPublicKeyAuthKeysByPkArgs = {
7278
- auth_key: Scalars["String"]["input"];
7279
- public_key: Scalars["String"]["input"];
7280
- public_key_type: Scalars["String"]["input"];
7281
- };
7282
-
7283
7837
  export type QueryRootSignaturesArgs = {
7284
7838
  distinct_on?: InputMaybe<Array<SignaturesSelectColumn>>;
7285
7839
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -7520,14 +8074,6 @@ export type SubscriptionRoot = {
7520
8074
  address_version_from_move_resources_aggregate: AddressVersionFromMoveResourcesAggregate;
7521
8075
  /** fetch data from the table in a streaming manner: "legacy_migration_v1.address_version_from_move_resources" */
7522
8076
  address_version_from_move_resources_stream: Array<AddressVersionFromMoveResources>;
7523
- /** fetch data from the table: "auth_key_account_addresses" */
7524
- auth_key_account_addresses: Array<AuthKeyAccountAddresses>;
7525
- /** fetch aggregated fields from the table: "auth_key_account_addresses" */
7526
- auth_key_account_addresses_aggregate: AuthKeyAccountAddressesAggregate;
7527
- /** fetch data from the table: "auth_key_account_addresses" using primary key columns */
7528
- auth_key_account_addresses_by_pk?: Maybe<AuthKeyAccountAddresses>;
7529
- /** fetch data from the table in a streaming manner: "auth_key_account_addresses" */
7530
- auth_key_account_addresses_stream: Array<AuthKeyAccountAddresses>;
7531
8077
  /** fetch data from the table: "block_metadata_transactions" */
7532
8078
  block_metadata_transactions: Array<BlockMetadataTransactions>;
7533
8079
  /** fetch data from the table: "block_metadata_transactions" using primary key columns */
@@ -7548,6 +8094,12 @@ export type SubscriptionRoot = {
7548
8094
  coin_infos: Array<CoinInfos>;
7549
8095
  /** fetch data from the table in a streaming manner: "legacy_migration_v1.coin_infos" */
7550
8096
  coin_infos_stream: Array<CoinInfos>;
8097
+ /** fetch data from the table: "coin_supply" */
8098
+ coin_supply: Array<CoinSupply>;
8099
+ /** fetch data from the table: "coin_supply" using primary key columns */
8100
+ coin_supply_by_pk?: Maybe<CoinSupply>;
8101
+ /** fetch data from the table in a streaming manner: "coin_supply" */
8102
+ coin_supply_stream: Array<CoinSupply>;
7551
8103
  /** fetch data from the table: "legacy_migration_v1.collection_datas" */
7552
8104
  collection_datas: Array<CollectionDatas>;
7553
8105
  /** fetch data from the table in a streaming manner: "legacy_migration_v1.collection_datas" */
@@ -7606,13 +8158,13 @@ export type SubscriptionRoot = {
7606
8158
  current_delegator_balances_by_pk?: Maybe<CurrentDelegatorBalances>;
7607
8159
  /** fetch data from the table in a streaming manner: "current_delegator_balances" */
7608
8160
  current_delegator_balances_stream: Array<CurrentDelegatorBalances>;
7609
- /** fetch data from the table: "current_fungible_asset_balances" */
8161
+ /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
7610
8162
  current_fungible_asset_balances: Array<CurrentFungibleAssetBalances>;
7611
- /** 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" */
7612
8164
  current_fungible_asset_balances_aggregate: CurrentFungibleAssetBalancesAggregate;
7613
- /** 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 */
7614
8166
  current_fungible_asset_balances_by_pk?: Maybe<CurrentFungibleAssetBalances>;
7615
- /** 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" */
7616
8168
  current_fungible_asset_balances_stream: Array<CurrentFungibleAssetBalances>;
7617
8169
  /** fetch data from the table: "current_objects" */
7618
8170
  current_objects: Array<CurrentObjects>;
@@ -7662,12 +8214,6 @@ export type SubscriptionRoot = {
7662
8214
  current_token_pending_claims_by_pk?: Maybe<CurrentTokenPendingClaims>;
7663
8215
  /** fetch data from the table in a streaming manner: "current_token_pending_claims" */
7664
8216
  current_token_pending_claims_stream: Array<CurrentTokenPendingClaims>;
7665
- /** fetch data from the table: "current_token_royalty_v1" */
7666
- current_token_royalty_v1: Array<CurrentTokenRoyaltyV1>;
7667
- /** fetch data from the table: "current_token_royalty_v1" using primary key columns */
7668
- current_token_royalty_v1_by_pk?: Maybe<CurrentTokenRoyaltyV1>;
7669
- /** fetch data from the table in a streaming manner: "current_token_royalty_v1" */
7670
- current_token_royalty_v1_stream: Array<CurrentTokenRoyaltyV1>;
7671
8217
  /** An array relationship */
7672
8218
  delegated_staking_activities: Array<DelegatedStakingActivities>;
7673
8219
  /** fetch data from the table: "delegated_staking_activities" using primary key columns */
@@ -7718,11 +8264,11 @@ export type SubscriptionRoot = {
7718
8264
  indexer_status_by_pk?: Maybe<IndexerStatus>;
7719
8265
  /** fetch data from the table in a streaming manner: "indexer_status" */
7720
8266
  indexer_status_stream: Array<IndexerStatus>;
7721
- /** fetch data from the table: "processor_metadata.ledger_infos" */
8267
+ /** fetch data from the table: "ledger_infos" */
7722
8268
  ledger_infos: Array<LedgerInfos>;
7723
- /** fetch data from the table: "processor_metadata.ledger_infos" using primary key columns */
8269
+ /** fetch data from the table: "ledger_infos" using primary key columns */
7724
8270
  ledger_infos_by_pk?: Maybe<LedgerInfos>;
7725
- /** fetch data from the table in a streaming manner: "processor_metadata.ledger_infos" */
8271
+ /** fetch data from the table in a streaming manner: "ledger_infos" */
7726
8272
  ledger_infos_stream: Array<LedgerInfos>;
7727
8273
  /** fetch data from the table: "legacy_migration_v1.move_resources" */
7728
8274
  move_resources: Array<MoveResources>;
@@ -7730,6 +8276,38 @@ export type SubscriptionRoot = {
7730
8276
  move_resources_aggregate: MoveResourcesAggregate;
7731
8277
  /** fetch data from the table in a streaming manner: "legacy_migration_v1.move_resources" */
7732
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>;
7733
8311
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" */
7734
8312
  nft_metadata_crawler_parsed_asset_uris: Array<NftMetadataCrawlerParsedAssetUris>;
7735
8313
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" using primary key columns */
@@ -7740,11 +8318,11 @@ export type SubscriptionRoot = {
7740
8318
  num_active_delegator_per_pool: Array<NumActiveDelegatorPerPool>;
7741
8319
  /** fetch data from the table in a streaming manner: "num_active_delegator_per_pool" */
7742
8320
  num_active_delegator_per_pool_stream: Array<NumActiveDelegatorPerPool>;
7743
- /** fetch data from the table: "processor_metadata.processor_status" */
8321
+ /** fetch data from the table: "processor_status" */
7744
8322
  processor_status: Array<ProcessorStatus>;
7745
- /** fetch data from the table: "processor_metadata.processor_status" using primary key columns */
8323
+ /** fetch data from the table: "processor_status" using primary key columns */
7746
8324
  processor_status_by_pk?: Maybe<ProcessorStatus>;
7747
- /** fetch data from the table in a streaming manner: "processor_metadata.processor_status" */
8325
+ /** fetch data from the table in a streaming manner: "processor_status" */
7748
8326
  processor_status_stream: Array<ProcessorStatus>;
7749
8327
  /** fetch data from the table: "proposal_votes" */
7750
8328
  proposal_votes: Array<ProposalVotes>;
@@ -7754,12 +8332,6 @@ export type SubscriptionRoot = {
7754
8332
  proposal_votes_by_pk?: Maybe<ProposalVotes>;
7755
8333
  /** fetch data from the table in a streaming manner: "proposal_votes" */
7756
8334
  proposal_votes_stream: Array<ProposalVotes>;
7757
- /** fetch data from the table: "public_key_auth_keys" */
7758
- public_key_auth_keys: Array<PublicKeyAuthKeys>;
7759
- /** fetch data from the table: "public_key_auth_keys" using primary key columns */
7760
- public_key_auth_keys_by_pk?: Maybe<PublicKeyAuthKeys>;
7761
- /** fetch data from the table in a streaming manner: "public_key_auth_keys" */
7762
- public_key_auth_keys_stream: Array<PublicKeyAuthKeys>;
7763
8335
  /** fetch data from the table: "signatures" */
7764
8336
  signatures: Array<Signatures>;
7765
8337
  /** fetch data from the table: "signatures" using primary key columns */
@@ -7897,32 +8469,6 @@ export type SubscriptionRootAddressVersionFromMoveResourcesStreamArgs = {
7897
8469
  where?: InputMaybe<AddressVersionFromMoveResourcesBoolExp>;
7898
8470
  };
7899
8471
 
7900
- export type SubscriptionRootAuthKeyAccountAddressesArgs = {
7901
- distinct_on?: InputMaybe<Array<AuthKeyAccountAddressesSelectColumn>>;
7902
- limit?: InputMaybe<Scalars["Int"]["input"]>;
7903
- offset?: InputMaybe<Scalars["Int"]["input"]>;
7904
- order_by?: InputMaybe<Array<AuthKeyAccountAddressesOrderBy>>;
7905
- where?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
7906
- };
7907
-
7908
- export type SubscriptionRootAuthKeyAccountAddressesAggregateArgs = {
7909
- distinct_on?: InputMaybe<Array<AuthKeyAccountAddressesSelectColumn>>;
7910
- limit?: InputMaybe<Scalars["Int"]["input"]>;
7911
- offset?: InputMaybe<Scalars["Int"]["input"]>;
7912
- order_by?: InputMaybe<Array<AuthKeyAccountAddressesOrderBy>>;
7913
- where?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
7914
- };
7915
-
7916
- export type SubscriptionRootAuthKeyAccountAddressesByPkArgs = {
7917
- account_address: Scalars["String"]["input"];
7918
- };
7919
-
7920
- export type SubscriptionRootAuthKeyAccountAddressesStreamArgs = {
7921
- batch_size: Scalars["Int"]["input"];
7922
- cursor: Array<InputMaybe<AuthKeyAccountAddressesStreamCursorInput>>;
7923
- where?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
7924
- };
7925
-
7926
8472
  export type SubscriptionRootBlockMetadataTransactionsArgs = {
7927
8473
  distinct_on?: InputMaybe<Array<BlockMetadataTransactionsSelectColumn>>;
7928
8474
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -7991,6 +8537,25 @@ export type SubscriptionRootCoinInfosStreamArgs = {
7991
8537
  where?: InputMaybe<CoinInfosBoolExp>;
7992
8538
  };
7993
8539
 
8540
+ export type SubscriptionRootCoinSupplyArgs = {
8541
+ distinct_on?: InputMaybe<Array<CoinSupplySelectColumn>>;
8542
+ limit?: InputMaybe<Scalars["Int"]["input"]>;
8543
+ offset?: InputMaybe<Scalars["Int"]["input"]>;
8544
+ order_by?: InputMaybe<Array<CoinSupplyOrderBy>>;
8545
+ where?: InputMaybe<CoinSupplyBoolExp>;
8546
+ };
8547
+
8548
+ export type SubscriptionRootCoinSupplyByPkArgs = {
8549
+ coin_type_hash: Scalars["String"]["input"];
8550
+ transaction_version: Scalars["bigint"]["input"];
8551
+ };
8552
+
8553
+ export type SubscriptionRootCoinSupplyStreamArgs = {
8554
+ batch_size: Scalars["Int"]["input"];
8555
+ cursor: Array<InputMaybe<CoinSupplyStreamCursorInput>>;
8556
+ where?: InputMaybe<CoinSupplyBoolExp>;
8557
+ };
8558
+
7994
8559
  export type SubscriptionRootCollectionDatasArgs = {
7995
8560
  distinct_on?: InputMaybe<Array<CollectionDatasSelectColumn>>;
7996
8561
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -8372,24 +8937,6 @@ export type SubscriptionRootCurrentTokenPendingClaimsStreamArgs = {
8372
8937
  where?: InputMaybe<CurrentTokenPendingClaimsBoolExp>;
8373
8938
  };
8374
8939
 
8375
- export type SubscriptionRootCurrentTokenRoyaltyV1Args = {
8376
- distinct_on?: InputMaybe<Array<CurrentTokenRoyaltyV1SelectColumn>>;
8377
- limit?: InputMaybe<Scalars["Int"]["input"]>;
8378
- offset?: InputMaybe<Scalars["Int"]["input"]>;
8379
- order_by?: InputMaybe<Array<CurrentTokenRoyaltyV1OrderBy>>;
8380
- where?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
8381
- };
8382
-
8383
- export type SubscriptionRootCurrentTokenRoyaltyV1ByPkArgs = {
8384
- token_data_id: Scalars["String"]["input"];
8385
- };
8386
-
8387
- export type SubscriptionRootCurrentTokenRoyaltyV1StreamArgs = {
8388
- batch_size: Scalars["Int"]["input"];
8389
- cursor: Array<InputMaybe<CurrentTokenRoyaltyV1StreamCursorInput>>;
8390
- where?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
8391
- };
8392
-
8393
8940
  export type SubscriptionRootDelegatedStakingActivitiesArgs = {
8394
8941
  distinct_on?: InputMaybe<Array<DelegatedStakingActivitiesSelectColumn>>;
8395
8942
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -8590,6 +9137,109 @@ export type SubscriptionRootMoveResourcesStreamArgs = {
8590
9137
  where?: InputMaybe<MoveResourcesBoolExp>;
8591
9138
  };
8592
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
+
8593
9243
  export type SubscriptionRootNftMetadataCrawlerParsedAssetUrisArgs = {
8594
9244
  distinct_on?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisSelectColumn>>;
8595
9245
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -8668,26 +9318,6 @@ export type SubscriptionRootProposalVotesStreamArgs = {
8668
9318
  where?: InputMaybe<ProposalVotesBoolExp>;
8669
9319
  };
8670
9320
 
8671
- export type SubscriptionRootPublicKeyAuthKeysArgs = {
8672
- distinct_on?: InputMaybe<Array<PublicKeyAuthKeysSelectColumn>>;
8673
- limit?: InputMaybe<Scalars["Int"]["input"]>;
8674
- offset?: InputMaybe<Scalars["Int"]["input"]>;
8675
- order_by?: InputMaybe<Array<PublicKeyAuthKeysOrderBy>>;
8676
- where?: InputMaybe<PublicKeyAuthKeysBoolExp>;
8677
- };
8678
-
8679
- export type SubscriptionRootPublicKeyAuthKeysByPkArgs = {
8680
- auth_key: Scalars["String"]["input"];
8681
- public_key: Scalars["String"]["input"];
8682
- public_key_type: Scalars["String"]["input"];
8683
- };
8684
-
8685
- export type SubscriptionRootPublicKeyAuthKeysStreamArgs = {
8686
- batch_size: Scalars["Int"]["input"];
8687
- cursor: Array<InputMaybe<PublicKeyAuthKeysStreamCursorInput>>;
8688
- where?: InputMaybe<PublicKeyAuthKeysBoolExp>;
8689
- };
8690
-
8691
9321
  export type SubscriptionRootSignaturesArgs = {
8692
9322
  distinct_on?: InputMaybe<Array<SignaturesSelectColumn>>;
8693
9323
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -8994,6 +9624,19 @@ export type TimestampComparisonExp = {
8994
9624
  _nin?: InputMaybe<Array<Scalars["timestamp"]["input"]>>;
8995
9625
  };
8996
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
+
8997
9640
  /** columns and relationships of "legacy_migration_v1.token_activities" */
8998
9641
  export type TokenActivities = {
8999
9642
  /** An array relationship */
@@ -10302,18 +10945,14 @@ export type TokensStreamCursorValueInput = {
10302
10945
  /** columns and relationships of "user_transactions" */
10303
10946
  export type UserTransactions = {
10304
10947
  block_height: Scalars["bigint"]["output"];
10305
- entry_function_contract_address?: Maybe<Scalars["String"]["output"]>;
10306
- entry_function_function_name?: Maybe<Scalars["String"]["output"]>;
10307
10948
  entry_function_id_str: Scalars["String"]["output"];
10308
- entry_function_module_name?: Maybe<Scalars["String"]["output"]>;
10309
10949
  epoch: Scalars["bigint"]["output"];
10310
10950
  expiration_timestamp_secs: Scalars["timestamp"]["output"];
10311
10951
  gas_unit_price: Scalars["numeric"]["output"];
10312
10952
  max_gas_amount: Scalars["numeric"]["output"];
10313
10953
  parent_signature_type: Scalars["String"]["output"];
10314
- replay_protection_nonce?: Maybe<Scalars["numeric"]["output"]>;
10315
10954
  sender: Scalars["String"]["output"];
10316
- sequence_number?: Maybe<Scalars["bigint"]["output"]>;
10955
+ sequence_number: Scalars["bigint"]["output"];
10317
10956
  timestamp: Scalars["timestamp"]["output"];
10318
10957
  version: Scalars["bigint"]["output"];
10319
10958
  };
@@ -10324,16 +10963,12 @@ export type UserTransactionsBoolExp = {
10324
10963
  _not?: InputMaybe<UserTransactionsBoolExp>;
10325
10964
  _or?: InputMaybe<Array<UserTransactionsBoolExp>>;
10326
10965
  block_height?: InputMaybe<BigintComparisonExp>;
10327
- entry_function_contract_address?: InputMaybe<StringComparisonExp>;
10328
- entry_function_function_name?: InputMaybe<StringComparisonExp>;
10329
10966
  entry_function_id_str?: InputMaybe<StringComparisonExp>;
10330
- entry_function_module_name?: InputMaybe<StringComparisonExp>;
10331
10967
  epoch?: InputMaybe<BigintComparisonExp>;
10332
10968
  expiration_timestamp_secs?: InputMaybe<TimestampComparisonExp>;
10333
10969
  gas_unit_price?: InputMaybe<NumericComparisonExp>;
10334
10970
  max_gas_amount?: InputMaybe<NumericComparisonExp>;
10335
10971
  parent_signature_type?: InputMaybe<StringComparisonExp>;
10336
- replay_protection_nonce?: InputMaybe<NumericComparisonExp>;
10337
10972
  sender?: InputMaybe<StringComparisonExp>;
10338
10973
  sequence_number?: InputMaybe<BigintComparisonExp>;
10339
10974
  timestamp?: InputMaybe<TimestampComparisonExp>;
@@ -10343,16 +10978,12 @@ export type UserTransactionsBoolExp = {
10343
10978
  /** Ordering options when selecting data from "user_transactions". */
10344
10979
  export type UserTransactionsOrderBy = {
10345
10980
  block_height?: InputMaybe<OrderBy>;
10346
- entry_function_contract_address?: InputMaybe<OrderBy>;
10347
- entry_function_function_name?: InputMaybe<OrderBy>;
10348
10981
  entry_function_id_str?: InputMaybe<OrderBy>;
10349
- entry_function_module_name?: InputMaybe<OrderBy>;
10350
10982
  epoch?: InputMaybe<OrderBy>;
10351
10983
  expiration_timestamp_secs?: InputMaybe<OrderBy>;
10352
10984
  gas_unit_price?: InputMaybe<OrderBy>;
10353
10985
  max_gas_amount?: InputMaybe<OrderBy>;
10354
10986
  parent_signature_type?: InputMaybe<OrderBy>;
10355
- replay_protection_nonce?: InputMaybe<OrderBy>;
10356
10987
  sender?: InputMaybe<OrderBy>;
10357
10988
  sequence_number?: InputMaybe<OrderBy>;
10358
10989
  timestamp?: InputMaybe<OrderBy>;
@@ -10364,14 +10995,8 @@ export enum UserTransactionsSelectColumn {
10364
10995
  /** column name */
10365
10996
  BlockHeight = "block_height",
10366
10997
  /** column name */
10367
- EntryFunctionContractAddress = "entry_function_contract_address",
10368
- /** column name */
10369
- EntryFunctionFunctionName = "entry_function_function_name",
10370
- /** column name */
10371
10998
  EntryFunctionIdStr = "entry_function_id_str",
10372
10999
  /** column name */
10373
- EntryFunctionModuleName = "entry_function_module_name",
10374
- /** column name */
10375
11000
  Epoch = "epoch",
10376
11001
  /** column name */
10377
11002
  ExpirationTimestampSecs = "expiration_timestamp_secs",
@@ -10382,8 +11007,6 @@ export enum UserTransactionsSelectColumn {
10382
11007
  /** column name */
10383
11008
  ParentSignatureType = "parent_signature_type",
10384
11009
  /** column name */
10385
- ReplayProtectionNonce = "replay_protection_nonce",
10386
- /** column name */
10387
11010
  Sender = "sender",
10388
11011
  /** column name */
10389
11012
  SequenceNumber = "sequence_number",
@@ -10404,16 +11027,12 @@ export type UserTransactionsStreamCursorInput = {
10404
11027
  /** Initial value of the column from where the streaming should start */
10405
11028
  export type UserTransactionsStreamCursorValueInput = {
10406
11029
  block_height?: InputMaybe<Scalars["bigint"]["input"]>;
10407
- entry_function_contract_address?: InputMaybe<Scalars["String"]["input"]>;
10408
- entry_function_function_name?: InputMaybe<Scalars["String"]["input"]>;
10409
11030
  entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
10410
- entry_function_module_name?: InputMaybe<Scalars["String"]["input"]>;
10411
11031
  epoch?: InputMaybe<Scalars["bigint"]["input"]>;
10412
11032
  expiration_timestamp_secs?: InputMaybe<Scalars["timestamp"]["input"]>;
10413
11033
  gas_unit_price?: InputMaybe<Scalars["numeric"]["input"]>;
10414
11034
  max_gas_amount?: InputMaybe<Scalars["numeric"]["input"]>;
10415
11035
  parent_signature_type?: InputMaybe<Scalars["String"]["input"]>;
10416
- replay_protection_nonce?: InputMaybe<Scalars["numeric"]["input"]>;
10417
11036
  sender?: InputMaybe<Scalars["String"]["input"]>;
10418
11037
  sequence_number?: InputMaybe<Scalars["bigint"]["input"]>;
10419
11038
  timestamp?: InputMaybe<Scalars["timestamp"]["input"]>;