@aptos-labs/ts-sdk 3.0.0 → 3.1.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 (645) hide show
  1. package/dist/common/{account-CEmLe1wW.d.ts → account-Bb5REyaT.d.ts} +60 -11
  2. package/dist/common/chunk-6MMUUJHX.js +4 -0
  3. package/dist/common/chunk-6MMUUJHX.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 +121 -9
  8. package/dist/common/index.js +53 -32
  9. package/dist/common/index.js.map +1 -1
  10. package/dist/esm/{Ed25519Account-Ccxj1zdx.d.mts → Ed25519Account-ndmdpFe9.d.mts} +1 -1
  11. package/dist/esm/account/AbstractKeylessAccount.d.mts +3 -3
  12. package/dist/esm/account/AbstractKeylessAccount.mjs +1 -1
  13. package/dist/esm/account/AbstractedAccount.d.mts +2 -2
  14. package/dist/esm/account/AbstractedAccount.mjs +1 -1
  15. package/dist/esm/account/Account.d.mts +2 -2
  16. package/dist/esm/account/Account.mjs +1 -1
  17. package/dist/esm/account/AccountUtils.d.mts +3 -3
  18. package/dist/esm/account/AccountUtils.mjs +1 -1
  19. package/dist/esm/account/DerivableAbstractedAccount.d.mts +2 -2
  20. package/dist/esm/account/DerivableAbstractedAccount.mjs +1 -1
  21. package/dist/esm/account/Ed25519Account.d.mts +2 -2
  22. package/dist/esm/account/Ed25519Account.mjs +1 -1
  23. package/dist/esm/account/EphemeralKeyPair.d.mts +1 -1
  24. package/dist/esm/account/EphemeralKeyPair.mjs +1 -1
  25. package/dist/esm/account/FederatedKeylessAccount.d.mts +4 -3
  26. package/dist/esm/account/FederatedKeylessAccount.mjs +1 -1
  27. package/dist/esm/account/KeylessAccount.d.mts +4 -3
  28. package/dist/esm/account/KeylessAccount.mjs +1 -1
  29. package/dist/esm/account/MultiEd25519Account.d.mts +2 -2
  30. package/dist/esm/account/MultiEd25519Account.mjs +1 -1
  31. package/dist/esm/account/MultiKeyAccount.d.mts +3 -3
  32. package/dist/esm/account/MultiKeyAccount.mjs +1 -1
  33. package/dist/esm/account/SingleKeyAccount.d.mts +2 -2
  34. package/dist/esm/account/SingleKeyAccount.mjs +1 -1
  35. package/dist/esm/account/index.d.mts +3 -3
  36. package/dist/esm/account/index.mjs +1 -1
  37. package/dist/esm/account/utils.d.mts +1 -1
  38. package/dist/esm/account/utils.mjs +1 -1
  39. package/dist/esm/{account-9G6tix5T.d.mts → account--Q9z_xMN.d.mts} +37 -3
  40. package/dist/esm/api/account/abstraction.d.mts +1 -1
  41. package/dist/esm/api/account/abstraction.mjs +1 -1
  42. package/dist/esm/api/account.d.mts +94 -3
  43. package/dist/esm/api/account.mjs +1 -1
  44. package/dist/esm/api/ans.d.mts +2 -2
  45. package/dist/esm/api/ans.mjs +1 -1
  46. package/dist/esm/api/aptos.d.mts +6 -4
  47. package/dist/esm/api/aptos.mjs +1 -1
  48. package/dist/esm/api/aptosConfig.d.mts +1 -1
  49. package/dist/esm/api/aptosConfig.mjs +1 -1
  50. package/dist/esm/api/coin.d.mts +1 -1
  51. package/dist/esm/api/coin.mjs +1 -1
  52. package/dist/esm/api/digitalAsset.d.mts +2 -2
  53. package/dist/esm/api/digitalAsset.mjs +1 -1
  54. package/dist/esm/api/event.d.mts +1 -1
  55. package/dist/esm/api/event.mjs +1 -1
  56. package/dist/esm/api/faucet.d.mts +1 -1
  57. package/dist/esm/api/faucet.mjs +1 -1
  58. package/dist/esm/api/fungibleAsset.d.mts +2 -2
  59. package/dist/esm/api/fungibleAsset.mjs +1 -1
  60. package/dist/esm/api/general.d.mts +1 -1
  61. package/dist/esm/api/general.mjs +1 -1
  62. package/dist/esm/api/index.d.mts +6 -4
  63. package/dist/esm/api/index.mjs +1 -1
  64. package/dist/esm/api/keyless.d.mts +3 -3
  65. package/dist/esm/api/keyless.mjs +1 -1
  66. package/dist/esm/api/object.d.mts +1 -1
  67. package/dist/esm/api/object.mjs +1 -1
  68. package/dist/esm/api/staking.d.mts +1 -1
  69. package/dist/esm/api/staking.mjs +1 -1
  70. package/dist/esm/api/table.d.mts +1 -1
  71. package/dist/esm/api/table.mjs +1 -1
  72. package/dist/esm/api/transaction.d.mts +3 -2
  73. package/dist/esm/api/transaction.mjs +1 -1
  74. package/dist/esm/api/transactionSubmission/build.d.mts +1 -1
  75. package/dist/esm/api/transactionSubmission/build.mjs +1 -1
  76. package/dist/esm/api/transactionSubmission/management.d.mts +2 -2
  77. package/dist/esm/api/transactionSubmission/management.mjs +1 -1
  78. package/dist/esm/api/transactionSubmission/sign.d.mts +2 -2
  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 +1 -1
  82. package/dist/esm/api/transactionSubmission/simulate.mjs +1 -1
  83. package/dist/esm/api/transactionSubmission/submit.d.mts +1 -1
  84. package/dist/esm/api/transactionSubmission/submit.mjs +1 -1
  85. package/dist/esm/api/utils.d.mts +1 -1
  86. package/dist/esm/api/utils.mjs +1 -1
  87. package/dist/esm/bcs/consts.d.mts +1 -1
  88. package/dist/esm/bcs/deserializer.d.mts +1 -1
  89. package/dist/esm/bcs/index.d.mts +1 -1
  90. package/dist/esm/bcs/index.mjs +1 -1
  91. package/dist/esm/bcs/serializable/entryFunctionBytes.d.mts +1 -1
  92. package/dist/esm/bcs/serializable/fixedBytes.d.mts +1 -1
  93. package/dist/esm/bcs/serializable/movePrimitives.d.mts +1 -1
  94. package/dist/esm/bcs/serializable/movePrimitives.mjs +1 -1
  95. package/dist/esm/bcs/serializable/moveStructs.d.mts +1 -1
  96. package/dist/esm/bcs/serializable/moveStructs.mjs +1 -1
  97. package/dist/esm/bcs/serializer.d.mts +1 -1
  98. package/dist/esm/{chunk-Q4W3WJ2U.mjs → chunk-2BOHKN33.mjs} +2 -2
  99. package/dist/esm/{chunk-SAMHWS73.mjs → chunk-4COLMDT3.mjs} +2 -2
  100. package/dist/esm/chunk-5HXLZHDW.mjs +1 -0
  101. package/dist/esm/chunk-5HXLZHDW.mjs.map +1 -0
  102. package/dist/esm/{chunk-5ZRPV4YI.mjs → chunk-5URUYE6H.mjs} +2 -2
  103. package/dist/esm/chunk-ACNHLCQQ.mjs +6 -0
  104. package/dist/esm/chunk-ACNHLCQQ.mjs.map +1 -0
  105. package/dist/esm/{chunk-2XQKGWHQ.mjs → chunk-FYYEPFML.mjs} +2 -2
  106. package/dist/esm/chunk-HUWKPKPQ.mjs +2 -0
  107. package/dist/esm/{chunk-HMUIOIBG.mjs.map → chunk-HUWKPKPQ.mjs.map} +1 -1
  108. package/dist/esm/chunk-IJE2LVZG.mjs +2 -0
  109. package/dist/esm/chunk-IJE2LVZG.mjs.map +1 -0
  110. package/dist/esm/chunk-JCFTAG5Z.mjs +2 -0
  111. package/dist/esm/{chunk-RJ7F4JDV.mjs.map → chunk-JCFTAG5Z.mjs.map} +1 -1
  112. package/dist/esm/{chunk-YHGGNYYL.mjs → chunk-MML57K5H.mjs} +2 -2
  113. package/dist/esm/{chunk-PFXXFUBL.mjs → chunk-MNDTFHDB.mjs} +2 -2
  114. package/dist/esm/{chunk-FSP4QM2T.mjs → chunk-SLWIGOQL.mjs} +2 -2
  115. package/dist/esm/{chunk-7T62PEFI.mjs → chunk-TYYVB2A6.mjs} +2 -2
  116. package/dist/esm/{chunk-WOTQ7227.mjs → chunk-U3GMNXO4.mjs} +2 -2
  117. package/dist/esm/{chunk-VHNX2NUR.mjs → chunk-UL777LTI.mjs} +47 -26
  118. package/dist/esm/chunk-UL777LTI.mjs.map +1 -0
  119. package/dist/esm/{chunk-IDHVW7HS.mjs → chunk-XZ75T7Q7.mjs} +2 -2
  120. package/dist/esm/{chunk-UIVX6WSC.mjs → chunk-Y7ZQTLH4.mjs} +2 -2
  121. package/dist/esm/{chunk-R7NQJWDG.mjs → chunk-Z5URUE4U.mjs} +2 -2
  122. package/dist/esm/cli/index.d.mts +1 -1
  123. package/dist/esm/cli/index.mjs +1 -1
  124. package/dist/esm/cli/localNode.mjs +1 -1
  125. package/dist/esm/cli/move.d.mts +1 -1
  126. package/dist/esm/client/core.d.mts +1 -1
  127. package/dist/esm/client/core.mjs +1 -1
  128. package/dist/esm/client/get.d.mts +1 -1
  129. package/dist/esm/client/get.mjs +1 -1
  130. package/dist/esm/client/index.d.mts +1 -1
  131. package/dist/esm/client/index.mjs +1 -1
  132. package/dist/esm/client/post.d.mts +1 -1
  133. package/dist/esm/client/post.mjs +1 -1
  134. package/dist/esm/core/account/index.d.mts +1 -1
  135. package/dist/esm/core/account/index.mjs +1 -1
  136. package/dist/esm/core/account/utils/address.d.mts +1 -1
  137. package/dist/esm/core/account/utils/address.mjs +1 -1
  138. package/dist/esm/core/account/utils/index.d.mts +1 -1
  139. package/dist/esm/core/account/utils/index.mjs +1 -1
  140. package/dist/esm/core/accountAddress.d.mts +1 -1
  141. package/dist/esm/core/accountAddress.mjs +1 -1
  142. package/dist/esm/core/authenticationKey.d.mts +1 -1
  143. package/dist/esm/core/authenticationKey.mjs +1 -1
  144. package/dist/esm/core/crypto/abstraction.d.mts +1 -1
  145. package/dist/esm/core/crypto/abstraction.mjs +1 -1
  146. package/dist/esm/core/crypto/deserializationUtils.d.mts +1 -1
  147. package/dist/esm/core/crypto/deserializationUtils.mjs +1 -1
  148. package/dist/esm/core/crypto/ed25519.d.mts +1 -1
  149. package/dist/esm/core/crypto/ed25519.mjs +1 -1
  150. package/dist/esm/core/crypto/ephemeral.d.mts +1 -1
  151. package/dist/esm/core/crypto/ephemeral.mjs +1 -1
  152. package/dist/esm/core/crypto/federatedKeyless.d.mts +2 -2
  153. package/dist/esm/core/crypto/federatedKeyless.mjs +1 -1
  154. package/dist/esm/core/crypto/index.d.mts +3 -2
  155. package/dist/esm/core/crypto/index.mjs +1 -1
  156. package/dist/esm/core/crypto/keyless.d.mts +2 -2
  157. package/dist/esm/core/crypto/keyless.mjs +1 -1
  158. package/dist/esm/core/crypto/multiEd25519.d.mts +1 -1
  159. package/dist/esm/core/crypto/multiEd25519.mjs +1 -1
  160. package/dist/esm/core/crypto/multiKey.d.mts +1 -1
  161. package/dist/esm/core/crypto/multiKey.mjs +1 -1
  162. package/dist/esm/core/crypto/privateKey.d.mts +1 -1
  163. package/dist/esm/core/crypto/privateKey.mjs +1 -1
  164. package/dist/esm/core/crypto/proof.d.mts +1 -1
  165. package/dist/esm/core/crypto/proof.mjs +1 -1
  166. package/dist/esm/core/crypto/publicKey.d.mts +1 -1
  167. package/dist/esm/core/crypto/publicKey.mjs +1 -1
  168. package/dist/esm/core/crypto/secp256k1.d.mts +1 -1
  169. package/dist/esm/core/crypto/secp256k1.mjs +1 -1
  170. package/dist/esm/core/crypto/signature.d.mts +1 -1
  171. package/dist/esm/core/crypto/signature.mjs +1 -1
  172. package/dist/esm/core/crypto/singleKey.d.mts +1 -1
  173. package/dist/esm/core/crypto/singleKey.mjs +1 -1
  174. package/dist/esm/core/crypto/types.d.mts +11 -0
  175. package/dist/esm/core/crypto/types.mjs +2 -0
  176. package/dist/esm/core/crypto/types.mjs.map +1 -0
  177. package/dist/esm/core/crypto/utils.d.mts +1 -1
  178. package/dist/esm/core/hex.d.mts +1 -1
  179. package/dist/esm/core/index.d.mts +3 -2
  180. package/dist/esm/core/index.mjs +1 -1
  181. package/dist/esm/errors/index.d.mts +1 -1
  182. package/dist/esm/errors/index.mjs +1 -1
  183. package/dist/esm/{federatedKeyless-CVKW5pnz.d.mts → federatedKeyless-CiyplsOB.d.mts} +1 -1
  184. package/dist/esm/index.d.mts +6 -4
  185. package/dist/esm/index.mjs +1 -1
  186. package/dist/esm/internal/abstraction.d.mts +1 -1
  187. package/dist/esm/internal/abstraction.mjs +1 -1
  188. package/dist/esm/internal/account.d.mts +38 -8
  189. package/dist/esm/internal/account.mjs +1 -1
  190. package/dist/esm/internal/ans.d.mts +2 -2
  191. package/dist/esm/internal/ans.mjs +1 -1
  192. package/dist/esm/internal/coin.d.mts +1 -1
  193. package/dist/esm/internal/coin.mjs +1 -1
  194. package/dist/esm/internal/digitalAsset.d.mts +2 -2
  195. package/dist/esm/internal/digitalAsset.mjs +1 -1
  196. package/dist/esm/internal/event.d.mts +1 -1
  197. package/dist/esm/internal/event.mjs +1 -1
  198. package/dist/esm/internal/faucet.d.mts +1 -1
  199. package/dist/esm/internal/faucet.mjs +1 -1
  200. package/dist/esm/internal/fungibleAsset.d.mts +2 -2
  201. package/dist/esm/internal/fungibleAsset.mjs +1 -1
  202. package/dist/esm/internal/general.d.mts +1 -1
  203. package/dist/esm/internal/general.mjs +1 -1
  204. package/dist/esm/internal/keyless.d.mts +12 -3
  205. package/dist/esm/internal/keyless.mjs +1 -1
  206. package/dist/esm/internal/object.d.mts +1 -1
  207. package/dist/esm/internal/object.mjs +1 -1
  208. package/dist/esm/internal/staking.d.mts +1 -1
  209. package/dist/esm/internal/staking.mjs +1 -1
  210. package/dist/esm/internal/table.d.mts +1 -1
  211. package/dist/esm/internal/table.mjs +1 -1
  212. package/dist/esm/internal/transaction.d.mts +1 -1
  213. package/dist/esm/internal/transaction.mjs +1 -1
  214. package/dist/esm/internal/transactionSubmission.d.mts +2 -2
  215. package/dist/esm/internal/transactionSubmission.mjs +1 -1
  216. package/dist/esm/internal/utils/index.d.mts +1 -1
  217. package/dist/esm/internal/utils/index.mjs +1 -1
  218. package/dist/esm/internal/utils/utils.d.mts +1 -1
  219. package/dist/esm/internal/utils/utils.mjs +1 -1
  220. package/dist/esm/internal/view.d.mts +1 -1
  221. package/dist/esm/internal/view.mjs +1 -1
  222. package/dist/esm/transactions/authenticator/account.d.mts +1 -1
  223. package/dist/esm/transactions/authenticator/account.mjs +1 -1
  224. package/dist/esm/transactions/authenticator/index.d.mts +1 -1
  225. package/dist/esm/transactions/authenticator/index.mjs +1 -1
  226. package/dist/esm/transactions/authenticator/transaction.d.mts +1 -1
  227. package/dist/esm/transactions/authenticator/transaction.mjs +1 -1
  228. package/dist/esm/transactions/index.d.mts +1 -1
  229. package/dist/esm/transactions/index.mjs +1 -1
  230. package/dist/esm/transactions/instances/chainId.d.mts +1 -1
  231. package/dist/esm/transactions/instances/identifier.d.mts +1 -1
  232. package/dist/esm/transactions/instances/index.d.mts +1 -1
  233. package/dist/esm/transactions/instances/index.mjs +1 -1
  234. package/dist/esm/transactions/instances/moduleId.d.mts +1 -1
  235. package/dist/esm/transactions/instances/moduleId.mjs +1 -1
  236. package/dist/esm/transactions/instances/multiAgentTransaction.d.mts +1 -1
  237. package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -1
  238. package/dist/esm/transactions/instances/rawTransaction.d.mts +1 -1
  239. package/dist/esm/transactions/instances/rawTransaction.mjs +1 -1
  240. package/dist/esm/transactions/instances/rotationProofChallenge.d.mts +1 -1
  241. package/dist/esm/transactions/instances/rotationProofChallenge.mjs +1 -1
  242. package/dist/esm/transactions/instances/signedTransaction.d.mts +1 -1
  243. package/dist/esm/transactions/instances/signedTransaction.mjs +1 -1
  244. package/dist/esm/transactions/instances/simpleTransaction.d.mts +1 -1
  245. package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -1
  246. package/dist/esm/transactions/instances/transactionArgument.d.mts +1 -1
  247. package/dist/esm/transactions/instances/transactionPayload.d.mts +1 -1
  248. package/dist/esm/transactions/instances/transactionPayload.mjs +1 -1
  249. package/dist/esm/transactions/management/accountSequenceNumber.d.mts +2 -2
  250. package/dist/esm/transactions/management/accountSequenceNumber.mjs +1 -1
  251. package/dist/esm/transactions/management/index.d.mts +2 -2
  252. package/dist/esm/transactions/management/index.mjs +1 -1
  253. package/dist/esm/transactions/management/transactionWorker.d.mts +2 -2
  254. package/dist/esm/transactions/management/transactionWorker.mjs +1 -1
  255. package/dist/esm/transactions/transactionBuilder/helpers.d.mts +1 -1
  256. package/dist/esm/transactions/transactionBuilder/helpers.mjs +1 -1
  257. package/dist/esm/transactions/transactionBuilder/index.d.mts +1 -1
  258. package/dist/esm/transactions/transactionBuilder/index.mjs +1 -1
  259. package/dist/esm/transactions/transactionBuilder/remoteAbi.d.mts +1 -1
  260. package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +1 -1
  261. package/dist/esm/transactions/transactionBuilder/signingMessage.d.mts +1 -1
  262. package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +1 -1
  263. package/dist/esm/transactions/transactionBuilder/transactionBuilder.d.mts +1 -1
  264. package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -1
  265. package/dist/esm/transactions/typeTag/index.d.mts +1 -1
  266. package/dist/esm/transactions/typeTag/index.mjs +1 -1
  267. package/dist/esm/transactions/typeTag/parser.d.mts +1 -1
  268. package/dist/esm/transactions/typeTag/parser.mjs +1 -1
  269. package/dist/esm/transactions/types.d.mts +1 -1
  270. package/dist/esm/types/generated/operations.d.mts +37 -10
  271. package/dist/esm/types/generated/queries.d.mts +6 -2
  272. package/dist/esm/types/generated/queries.mjs +1 -1
  273. package/dist/esm/types/generated/types.d.mts +584 -1172
  274. package/dist/esm/types/generated/types.mjs +1 -1
  275. package/dist/esm/types/generated/types.mjs.map +1 -1
  276. package/dist/esm/types/index.d.mts +2 -2
  277. package/dist/esm/types/index.mjs +1 -1
  278. package/dist/esm/types/indexer.d.mts +8 -2
  279. package/dist/esm/types/types.d.mts +1 -1
  280. package/dist/esm/types/types.mjs +1 -1
  281. package/dist/esm/utils/const.d.mts +1 -0
  282. package/dist/esm/utils/const.mjs +1 -1
  283. package/dist/esm/utils/helpers.d.mts +1 -1
  284. package/dist/esm/utils/helpers.mjs +1 -1
  285. package/dist/esm/utils/index.d.mts +1 -1
  286. package/dist/esm/utils/index.mjs +1 -1
  287. package/dist/esm/utils/normalizeBundle.d.mts +1 -1
  288. package/dist/esm/utils/normalizeBundle.mjs +1 -1
  289. package/dist/esm/version.d.mts +1 -1
  290. package/dist/esm/version.mjs +1 -1
  291. package/package.json +19 -18
  292. package/src/account/FederatedKeylessAccount.ts +7 -1
  293. package/src/account/KeylessAccount.ts +17 -2
  294. package/src/api/account.ts +135 -2
  295. package/src/api/transaction.ts +1 -0
  296. package/src/core/crypto/index.ts +1 -0
  297. package/src/core/crypto/multiEd25519.ts +26 -0
  298. package/src/core/crypto/multiKey.ts +6 -0
  299. package/src/core/crypto/types.ts +9 -0
  300. package/src/internal/account.ts +526 -59
  301. package/src/internal/keyless.ts +10 -0
  302. package/src/internal/move/jwks/build/jwk/BuildInfo.yaml +56 -0
  303. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/account.mv +0 -0
  304. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator.mv +0 -0
  305. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_factory.mv +0 -0
  306. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_v2.mv +0 -0
  307. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_account.mv +0 -0
  308. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_coin.mv +0 -0
  309. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_governance.mv +0 -0
  310. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/block.mv +0 -0
  311. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_id.mv +0 -0
  312. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_status.mv +0 -0
  313. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/code.mv +0 -0
  314. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/coin.mv +0 -0
  315. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/config_buffer.mv +0 -0
  316. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/consensus_config.mv +0 -0
  317. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/create_signer.mv +0 -0
  318. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/delegation_pool.mv +0 -0
  319. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dispatchable_fungible_asset.mv +0 -0
  320. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dkg.mv +0 -0
  321. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/event.mv +0 -0
  322. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/execution_config.mv +0 -0
  323. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/function_info.mv +0 -0
  324. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/fungible_asset.mv +0 -0
  325. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/gas_schedule.mv +0 -0
  326. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/genesis.mv +0 -0
  327. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/governance_proposal.mv +0 -0
  328. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/guid.mv +0 -0
  329. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwk_consensus_config.mv +0 -0
  330. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwks.mv +0 -0
  331. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/keyless_account.mv +0 -0
  332. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/managed_coin.mv +0 -0
  333. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/multisig_account.mv +0 -0
  334. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object.mv +0 -0
  335. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object_code_deployment.mv +0 -0
  336. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/optional_aggregator.mv +0 -0
  337. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/primary_fungible_store.mv +0 -0
  338. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness.mv +0 -0
  339. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_api_v0_config.mv +0 -0
  340. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config.mv +0 -0
  341. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config_seqnum.mv +0 -0
  342. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration.mv +0 -0
  343. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_state.mv +0 -0
  344. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_with_dkg.mv +0 -0
  345. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/resource_account.mv +0 -0
  346. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/stake.mv +0 -0
  347. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_config.mv +0 -0
  348. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_contract.mv +0 -0
  349. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_proxy.mv +0 -0
  350. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/state_storage.mv +0 -0
  351. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/storage_gas.mv +0 -0
  352. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/system_addresses.mv +0 -0
  353. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/timestamp.mv +0 -0
  354. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_context.mv +0 -0
  355. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_fee.mv +0 -0
  356. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_validation.mv +0 -0
  357. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/util.mv +0 -0
  358. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/validator_consensus_info.mv +0 -0
  359. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/version.mv +0 -0
  360. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/vesting.mv +0 -0
  361. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/voting.mv +0 -0
  362. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/any.mv +0 -0
  363. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/aptos_hash.mv +0 -0
  364. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/big_vector.mv +0 -0
  365. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381.mv +0 -0
  366. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381_algebra.mv +0 -0
  367. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bn254_algebra.mv +0 -0
  368. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/capability.mv +0 -0
  369. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/comparator.mv +0 -0
  370. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/copyable_any.mv +0 -0
  371. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/crypto_algebra.mv +0 -0
  372. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/debug.mv +0 -0
  373. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ed25519.mv +0 -0
  374. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/fixed_point64.mv +0 -0
  375. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/from_bcs.mv +0 -0
  376. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math128.mv +0 -0
  377. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math64.mv +0 -0
  378. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed.mv +0 -0
  379. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed64.mv +0 -0
  380. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/multi_ed25519.mv +0 -0
  381. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64.mv +0 -0
  382. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64_unbound.mv +0 -0
  383. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255.mv +0 -0
  384. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_bulletproofs.mv +0 -0
  385. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_elgamal.mv +0 -0
  386. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_pedersen.mv +0 -0
  387. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/secp256k1.mv +0 -0
  388. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/simple_map.mv +0 -0
  389. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_table.mv +0 -0
  390. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_vector.mv +0 -0
  391. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/string_utils.mv +0 -0
  392. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table.mv +0 -0
  393. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table_with_length.mv +0 -0
  394. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/type_info.mv +0 -0
  395. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/acl.mv +0 -0
  396. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bcs.mv +0 -0
  397. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bit_vector.mv +0 -0
  398. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/error.mv +0 -0
  399. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/features.mv +0 -0
  400. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/fixed_point32.mv +0 -0
  401. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/hash.mv +0 -0
  402. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/option.mv +0 -0
  403. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/signer.mv +0 -0
  404. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/string.mv +0 -0
  405. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/vector.mv +0 -0
  406. package/src/internal/move/jwks/build/jwk/bytecode_scripts/main.mv +0 -0
  407. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/account.mvsm +0 -0
  408. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator.mvsm +0 -0
  409. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_factory.mvsm +0 -0
  410. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_v2.mvsm +0 -0
  411. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_account.mvsm +0 -0
  412. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_coin.mvsm +0 -0
  413. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_governance.mvsm +0 -0
  414. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/block.mvsm +0 -0
  415. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_id.mvsm +0 -0
  416. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_status.mvsm +0 -0
  417. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/code.mvsm +0 -0
  418. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/coin.mvsm +0 -0
  419. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/config_buffer.mvsm +0 -0
  420. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/consensus_config.mvsm +0 -0
  421. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/create_signer.mvsm +0 -0
  422. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/delegation_pool.mvsm +0 -0
  423. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dispatchable_fungible_asset.mvsm +0 -0
  424. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dkg.mvsm +0 -0
  425. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/event.mvsm +0 -0
  426. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/execution_config.mvsm +0 -0
  427. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/function_info.mvsm +0 -0
  428. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/fungible_asset.mvsm +0 -0
  429. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/gas_schedule.mvsm +0 -0
  430. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/genesis.mvsm +0 -0
  431. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/governance_proposal.mvsm +0 -0
  432. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/guid.mvsm +0 -0
  433. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwk_consensus_config.mvsm +0 -0
  434. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwks.mvsm +0 -0
  435. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/keyless_account.mvsm +0 -0
  436. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/managed_coin.mvsm +0 -0
  437. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/multisig_account.mvsm +0 -0
  438. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object.mvsm +0 -0
  439. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object_code_deployment.mvsm +0 -0
  440. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/optional_aggregator.mvsm +0 -0
  441. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/primary_fungible_store.mvsm +0 -0
  442. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness.mvsm +0 -0
  443. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_api_v0_config.mvsm +0 -0
  444. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config.mvsm +0 -0
  445. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config_seqnum.mvsm +0 -0
  446. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration.mvsm +0 -0
  447. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_state.mvsm +0 -0
  448. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_with_dkg.mvsm +0 -0
  449. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/resource_account.mvsm +0 -0
  450. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/stake.mvsm +0 -0
  451. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_config.mvsm +0 -0
  452. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_contract.mvsm +0 -0
  453. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_proxy.mvsm +0 -0
  454. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/state_storage.mvsm +0 -0
  455. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/storage_gas.mvsm +0 -0
  456. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/system_addresses.mvsm +0 -0
  457. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/timestamp.mvsm +0 -0
  458. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_context.mvsm +0 -0
  459. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_fee.mvsm +0 -0
  460. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_validation.mvsm +0 -0
  461. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/util.mvsm +0 -0
  462. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/validator_consensus_info.mvsm +0 -0
  463. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/version.mvsm +0 -0
  464. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/vesting.mvsm +0 -0
  465. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/voting.mvsm +0 -0
  466. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/any.mvsm +0 -0
  467. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/aptos_hash.mvsm +0 -0
  468. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/big_vector.mvsm +0 -0
  469. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381.mvsm +0 -0
  470. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381_algebra.mvsm +0 -0
  471. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bn254_algebra.mvsm +0 -0
  472. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/capability.mvsm +0 -0
  473. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/comparator.mvsm +0 -0
  474. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/copyable_any.mvsm +0 -0
  475. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/crypto_algebra.mvsm +0 -0
  476. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/debug.mvsm +0 -0
  477. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ed25519.mvsm +0 -0
  478. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/fixed_point64.mvsm +0 -0
  479. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/from_bcs.mvsm +0 -0
  480. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math128.mvsm +0 -0
  481. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math64.mvsm +0 -0
  482. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed.mvsm +0 -0
  483. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed64.mvsm +0 -0
  484. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/multi_ed25519.mvsm +0 -0
  485. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64.mvsm +0 -0
  486. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64_unbound.mvsm +0 -0
  487. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255.mvsm +0 -0
  488. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_bulletproofs.mvsm +0 -0
  489. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_elgamal.mvsm +0 -0
  490. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_pedersen.mvsm +0 -0
  491. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/secp256k1.mvsm +0 -0
  492. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/simple_map.mvsm +0 -0
  493. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_table.mvsm +0 -0
  494. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_vector.mvsm +0 -0
  495. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/string_utils.mvsm +0 -0
  496. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table.mvsm +0 -0
  497. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table_with_length.mvsm +0 -0
  498. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/type_info.mvsm +0 -0
  499. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/acl.mvsm +0 -0
  500. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bcs.mvsm +0 -0
  501. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bit_vector.mvsm +0 -0
  502. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/error.mvsm +0 -0
  503. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/features.mvsm +0 -0
  504. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/fixed_point32.mvsm +0 -0
  505. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/hash.mvsm +0 -0
  506. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/option.mvsm +0 -0
  507. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/signer.mvsm +0 -0
  508. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/string.mvsm +0 -0
  509. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/vector.mvsm +0 -0
  510. package/src/internal/move/jwks/build/jwk/source_maps/main.mvsm +0 -0
  511. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/account.move +1533 -0
  512. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator.move +48 -0
  513. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_factory.move +66 -0
  514. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_v2.move +280 -0
  515. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_account.move +443 -0
  516. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_coin.move +204 -0
  517. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_governance.move +1387 -0
  518. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/block.move +394 -0
  519. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_id.move +41 -0
  520. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_status.move +48 -0
  521. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/code.move +367 -0
  522. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/coin.move +2214 -0
  523. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/config_buffer.move +101 -0
  524. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/consensus_config.move +77 -0
  525. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/create_signer.move +21 -0
  526. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/delegation_pool.move +5568 -0
  527. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dispatchable_fungible_asset.move +228 -0
  528. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dkg.move +121 -0
  529. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/event.move +92 -0
  530. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/execution_config.move +66 -0
  531. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/function_info.move +100 -0
  532. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/fungible_asset.move +1566 -0
  533. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/gas_schedule.move +176 -0
  534. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/genesis.move +550 -0
  535. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/governance_proposal.move +23 -0
  536. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/guid.move +68 -0
  537. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwk_consensus_config.move +148 -0
  538. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwks.move +817 -0
  539. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/keyless_account.move +312 -0
  540. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/managed_coin.move +205 -0
  541. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/multisig_account.move +2477 -0
  542. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object.move +1073 -0
  543. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object_code_deployment.move +147 -0
  544. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/optional_aggregator.move +295 -0
  545. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/primary_fungible_store.move +405 -0
  546. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness.move +574 -0
  547. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_api_v0_config.move +57 -0
  548. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config.move +153 -0
  549. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config_seqnum.move +49 -0
  550. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration.move +237 -0
  551. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_state.move +132 -0
  552. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_with_dkg.move +69 -0
  553. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/resource_account.move +267 -0
  554. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/stake.move +3286 -0
  555. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_config.move +686 -0
  556. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_contract.move +1618 -0
  557. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_proxy.move +228 -0
  558. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/state_storage.move +90 -0
  559. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/storage_gas.move +622 -0
  560. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/system_addresses.move +82 -0
  561. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/timestamp.move +88 -0
  562. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_context.move +262 -0
  563. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_fee.move +457 -0
  564. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_validation.move +501 -0
  565. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/util.move +16 -0
  566. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/validator_consensus_info.move +42 -0
  567. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/version.move +115 -0
  568. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/vesting.move +2183 -0
  569. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/voting.move +1279 -0
  570. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/any.move +57 -0
  571. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/aptos_hash.move +253 -0
  572. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/big_vector.move +469 -0
  573. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381.move +985 -0
  574. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381_algebra.move +802 -0
  575. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bn254_algebra.move +855 -0
  576. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/capability.move +193 -0
  577. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/comparator.move +173 -0
  578. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/copyable_any.move +45 -0
  579. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/crypto_algebra.move +351 -0
  580. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/debug.move +278 -0
  581. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ed25519.move +262 -0
  582. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/fixed_point64.move +447 -0
  583. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/from_bcs.move +91 -0
  584. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math128.move +381 -0
  585. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math64.move +336 -0
  586. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed.move +139 -0
  587. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed64.move +142 -0
  588. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/multi_ed25519.move +482 -0
  589. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64.move +571 -0
  590. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64_unbound.move +270 -0
  591. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255.move +1310 -0
  592. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_bulletproofs.move +253 -0
  593. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_elgamal.move +234 -0
  594. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_pedersen.move +158 -0
  595. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/secp256k1.move +114 -0
  596. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/simple_map.move +319 -0
  597. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_table.move +769 -0
  598. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_vector.move +766 -0
  599. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/string_utils.move +148 -0
  600. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table.move +152 -0
  601. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table_with_length.move +141 -0
  602. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/type_info.move +351 -0
  603. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/acl.move +46 -0
  604. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bcs.move +27 -0
  605. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bit_vector.move +239 -0
  606. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/error.move +88 -0
  607. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/features.move +780 -0
  608. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/fixed_point32.move +295 -0
  609. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/hash.move +8 -0
  610. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/option.move +356 -0
  611. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/signer.move +21 -0
  612. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/string.move +93 -0
  613. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/vector.move +669 -0
  614. package/src/internal/move/jwks/build/jwk/sources/main.move +20 -0
  615. package/src/internal/queries/getAccountAddressesForAuthKey.graphql +8 -0
  616. package/src/internal/queries/getAuthKeysForPublicKey.graphql +11 -0
  617. package/src/types/codegen.yaml +1 -1
  618. package/src/types/generated/operations.ts +39 -8
  619. package/src/types/generated/queries.ts +53 -0
  620. package/src/types/generated/types.ts +620 -1239
  621. package/src/types/indexer.ts +8 -0
  622. package/src/types/types.ts +40 -3
  623. package/src/utils/const.ts +1 -0
  624. package/src/version.ts +1 -1
  625. package/dist/common/chunk-5JIJXVJ5.js +0 -4
  626. package/dist/common/chunk-5JIJXVJ5.js.map +0 -1
  627. package/dist/esm/chunk-4H2RMR7D.mjs +0 -2
  628. package/dist/esm/chunk-4H2RMR7D.mjs.map +0 -1
  629. package/dist/esm/chunk-GMDBBVDH.mjs +0 -6
  630. package/dist/esm/chunk-GMDBBVDH.mjs.map +0 -1
  631. package/dist/esm/chunk-HMUIOIBG.mjs +0 -2
  632. package/dist/esm/chunk-RJ7F4JDV.mjs +0 -2
  633. package/dist/esm/chunk-VHNX2NUR.mjs.map +0 -1
  634. /package/dist/esm/{chunk-Q4W3WJ2U.mjs.map → chunk-2BOHKN33.mjs.map} +0 -0
  635. /package/dist/esm/{chunk-SAMHWS73.mjs.map → chunk-4COLMDT3.mjs.map} +0 -0
  636. /package/dist/esm/{chunk-5ZRPV4YI.mjs.map → chunk-5URUYE6H.mjs.map} +0 -0
  637. /package/dist/esm/{chunk-2XQKGWHQ.mjs.map → chunk-FYYEPFML.mjs.map} +0 -0
  638. /package/dist/esm/{chunk-YHGGNYYL.mjs.map → chunk-MML57K5H.mjs.map} +0 -0
  639. /package/dist/esm/{chunk-PFXXFUBL.mjs.map → chunk-MNDTFHDB.mjs.map} +0 -0
  640. /package/dist/esm/{chunk-FSP4QM2T.mjs.map → chunk-SLWIGOQL.mjs.map} +0 -0
  641. /package/dist/esm/{chunk-7T62PEFI.mjs.map → chunk-TYYVB2A6.mjs.map} +0 -0
  642. /package/dist/esm/{chunk-WOTQ7227.mjs.map → chunk-U3GMNXO4.mjs.map} +0 -0
  643. /package/dist/esm/{chunk-IDHVW7HS.mjs.map → chunk-XZ75T7Q7.mjs.map} +0 -0
  644. /package/dist/esm/{chunk-UIVX6WSC.mjs.map → chunk-Y7ZQTLH4.mjs.map} +0 -0
  645. /package/dist/esm/{chunk-R7NQJWDG.mjs.map → chunk-Z5URUE4U.mjs.map} +0 -0
@@ -16,7 +16,6 @@ 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 };
20
19
  };
21
20
 
22
21
  /** Boolean expression to compare columns of type "Boolean". All fields are combined with logical 'AND'. */
@@ -778,6 +777,142 @@ export type AddressVersionFromMoveResourcesVarianceFields = {
778
777
  transaction_version?: Maybe<Scalars["Float"]["output"]>;
779
778
  };
780
779
 
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
+
781
916
  /** Boolean expression to compare columns of type "bigint". All fields are combined with logical 'AND'. */
782
917
  export type BigintComparisonExp = {
783
918
  _eq?: InputMaybe<Scalars["bigint"]["input"]>;
@@ -1523,73 +1658,6 @@ export type CoinInfosStreamCursorValueInput = {
1523
1658
  transaction_version_created?: InputMaybe<Scalars["bigint"]["input"]>;
1524
1659
  };
1525
1660
 
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
-
1593
1661
  /** columns and relationships of "legacy_migration_v1.collection_datas" */
1594
1662
  export type CollectionDatas = {
1595
1663
  collection_data_id_hash?: Maybe<Scalars["String"]["output"]>;
@@ -2949,28 +3017,36 @@ export type CurrentDelegatorBalancesStreamCursorValueInput = {
2949
3017
  table_handle?: InputMaybe<Scalars["String"]["input"]>;
2950
3018
  };
2951
3019
 
2952
- /** columns and relationships of "current_unified_fungible_asset_balances_to_be_renamed" */
3020
+ /** columns and relationships of "current_fungible_asset_balances" */
2953
3021
  export type CurrentFungibleAssetBalances = {
2954
- amount?: Maybe<Scalars["numeric"]["output"]>;
2955
- asset_type?: Maybe<Scalars["String"]["output"]>;
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"]>;
2956
3028
  is_frozen: Scalars["Boolean"]["output"];
2957
- is_primary?: Maybe<Scalars["Boolean"]["output"]>;
3029
+ is_primary: Scalars["Boolean"]["output"];
2958
3030
  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"]>;
2959
3033
  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"]>;
2960
3036
  /** An object relationship */
2961
3037
  metadata?: Maybe<FungibleAssetMetadata>;
2962
3038
  owner_address: Scalars["String"]["output"];
2963
3039
  storage_id: Scalars["String"]["output"];
2964
- token_standard?: Maybe<Scalars["String"]["output"]>;
3040
+ token_standard: Scalars["String"]["output"];
2965
3041
  };
2966
3042
 
2967
- /** aggregated selection of "current_unified_fungible_asset_balances_to_be_renamed" */
3043
+ /** aggregated selection of "current_fungible_asset_balances" */
2968
3044
  export type CurrentFungibleAssetBalancesAggregate = {
2969
3045
  aggregate?: Maybe<CurrentFungibleAssetBalancesAggregateFields>;
2970
3046
  nodes: Array<CurrentFungibleAssetBalances>;
2971
3047
  };
2972
3048
 
2973
- /** aggregate fields of "current_unified_fungible_asset_balances_to_be_renamed" */
3049
+ /** aggregate fields of "current_fungible_asset_balances" */
2974
3050
  export type CurrentFungibleAssetBalancesAggregateFields = {
2975
3051
  avg?: Maybe<CurrentFungibleAssetBalancesAvgFields>;
2976
3052
  count: Scalars["Int"]["output"];
@@ -2985,7 +3061,7 @@ export type CurrentFungibleAssetBalancesAggregateFields = {
2985
3061
  variance?: Maybe<CurrentFungibleAssetBalancesVarianceFields>;
2986
3062
  };
2987
3063
 
2988
- /** aggregate fields of "current_unified_fungible_asset_balances_to_be_renamed" */
3064
+ /** aggregate fields of "current_fungible_asset_balances" */
2989
3065
  export type CurrentFungibleAssetBalancesAggregateFieldsCountArgs = {
2990
3066
  columns?: InputMaybe<Array<CurrentFungibleAssetBalancesSelectColumn>>;
2991
3067
  distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
@@ -2994,20 +3070,32 @@ export type CurrentFungibleAssetBalancesAggregateFieldsCountArgs = {
2994
3070
  /** aggregate avg on columns */
2995
3071
  export type CurrentFungibleAssetBalancesAvgFields = {
2996
3072
  amount?: Maybe<Scalars["Float"]["output"]>;
3073
+ amount_v1?: Maybe<Scalars["Float"]["output"]>;
3074
+ amount_v2?: Maybe<Scalars["Float"]["output"]>;
2997
3075
  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"]>;
2998
3078
  };
2999
3079
 
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'. */
3080
+ /** Boolean expression to filter rows from the table "current_fungible_asset_balances". All fields are combined with a logical 'AND'. */
3001
3081
  export type CurrentFungibleAssetBalancesBoolExp = {
3002
3082
  _and?: InputMaybe<Array<CurrentFungibleAssetBalancesBoolExp>>;
3003
3083
  _not?: InputMaybe<CurrentFungibleAssetBalancesBoolExp>;
3004
3084
  _or?: InputMaybe<Array<CurrentFungibleAssetBalancesBoolExp>>;
3005
3085
  amount?: InputMaybe<NumericComparisonExp>;
3086
+ amount_v1?: InputMaybe<NumericComparisonExp>;
3087
+ amount_v2?: InputMaybe<NumericComparisonExp>;
3006
3088
  asset_type?: InputMaybe<StringComparisonExp>;
3089
+ asset_type_v1?: InputMaybe<StringComparisonExp>;
3090
+ asset_type_v2?: InputMaybe<StringComparisonExp>;
3007
3091
  is_frozen?: InputMaybe<BooleanComparisonExp>;
3008
3092
  is_primary?: InputMaybe<BooleanComparisonExp>;
3009
3093
  last_transaction_timestamp?: InputMaybe<TimestampComparisonExp>;
3094
+ last_transaction_timestamp_v1?: InputMaybe<TimestampComparisonExp>;
3095
+ last_transaction_timestamp_v2?: InputMaybe<TimestampComparisonExp>;
3010
3096
  last_transaction_version?: InputMaybe<BigintComparisonExp>;
3097
+ last_transaction_version_v1?: InputMaybe<BigintComparisonExp>;
3098
+ last_transaction_version_v2?: InputMaybe<BigintComparisonExp>;
3011
3099
  metadata?: InputMaybe<FungibleAssetMetadataBoolExp>;
3012
3100
  owner_address?: InputMaybe<StringComparisonExp>;
3013
3101
  storage_id?: InputMaybe<StringComparisonExp>;
@@ -3017,9 +3105,17 @@ export type CurrentFungibleAssetBalancesBoolExp = {
3017
3105
  /** aggregate max on columns */
3018
3106
  export type CurrentFungibleAssetBalancesMaxFields = {
3019
3107
  amount?: Maybe<Scalars["numeric"]["output"]>;
3108
+ amount_v1?: Maybe<Scalars["numeric"]["output"]>;
3109
+ amount_v2?: Maybe<Scalars["numeric"]["output"]>;
3020
3110
  asset_type?: Maybe<Scalars["String"]["output"]>;
3111
+ asset_type_v1?: Maybe<Scalars["String"]["output"]>;
3112
+ asset_type_v2?: Maybe<Scalars["String"]["output"]>;
3021
3113
  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"]>;
3022
3116
  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"]>;
3023
3119
  owner_address?: Maybe<Scalars["String"]["output"]>;
3024
3120
  storage_id?: Maybe<Scalars["String"]["output"]>;
3025
3121
  token_standard?: Maybe<Scalars["String"]["output"]>;
@@ -3028,43 +3124,75 @@ export type CurrentFungibleAssetBalancesMaxFields = {
3028
3124
  /** aggregate min on columns */
3029
3125
  export type CurrentFungibleAssetBalancesMinFields = {
3030
3126
  amount?: Maybe<Scalars["numeric"]["output"]>;
3127
+ amount_v1?: Maybe<Scalars["numeric"]["output"]>;
3128
+ amount_v2?: Maybe<Scalars["numeric"]["output"]>;
3031
3129
  asset_type?: Maybe<Scalars["String"]["output"]>;
3130
+ asset_type_v1?: Maybe<Scalars["String"]["output"]>;
3131
+ asset_type_v2?: Maybe<Scalars["String"]["output"]>;
3032
3132
  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"]>;
3033
3135
  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"]>;
3034
3138
  owner_address?: Maybe<Scalars["String"]["output"]>;
3035
3139
  storage_id?: Maybe<Scalars["String"]["output"]>;
3036
3140
  token_standard?: Maybe<Scalars["String"]["output"]>;
3037
3141
  };
3038
3142
 
3039
- /** Ordering options when selecting data from "current_unified_fungible_asset_balances_to_be_renamed". */
3143
+ /** Ordering options when selecting data from "current_fungible_asset_balances". */
3040
3144
  export type CurrentFungibleAssetBalancesOrderBy = {
3041
3145
  amount?: InputMaybe<OrderBy>;
3146
+ amount_v1?: InputMaybe<OrderBy>;
3147
+ amount_v2?: InputMaybe<OrderBy>;
3042
3148
  asset_type?: InputMaybe<OrderBy>;
3149
+ asset_type_v1?: InputMaybe<OrderBy>;
3150
+ asset_type_v2?: InputMaybe<OrderBy>;
3043
3151
  is_frozen?: InputMaybe<OrderBy>;
3044
3152
  is_primary?: InputMaybe<OrderBy>;
3045
3153
  last_transaction_timestamp?: InputMaybe<OrderBy>;
3154
+ last_transaction_timestamp_v1?: InputMaybe<OrderBy>;
3155
+ last_transaction_timestamp_v2?: InputMaybe<OrderBy>;
3046
3156
  last_transaction_version?: InputMaybe<OrderBy>;
3157
+ last_transaction_version_v1?: InputMaybe<OrderBy>;
3158
+ last_transaction_version_v2?: InputMaybe<OrderBy>;
3047
3159
  metadata?: InputMaybe<FungibleAssetMetadataOrderBy>;
3048
3160
  owner_address?: InputMaybe<OrderBy>;
3049
3161
  storage_id?: InputMaybe<OrderBy>;
3050
3162
  token_standard?: InputMaybe<OrderBy>;
3051
3163
  };
3052
3164
 
3053
- /** select columns of table "current_unified_fungible_asset_balances_to_be_renamed" */
3165
+ /** select columns of table "current_fungible_asset_balances" */
3054
3166
  export enum CurrentFungibleAssetBalancesSelectColumn {
3055
3167
  /** column name */
3056
3168
  Amount = "amount",
3057
3169
  /** column name */
3170
+ AmountV1 = "amount_v1",
3171
+ /** column name */
3172
+ AmountV2 = "amount_v2",
3173
+ /** column name */
3058
3174
  AssetType = "asset_type",
3059
3175
  /** column name */
3176
+ AssetTypeV1 = "asset_type_v1",
3177
+ /** column name */
3178
+ AssetTypeV2 = "asset_type_v2",
3179
+ /** column name */
3060
3180
  IsFrozen = "is_frozen",
3061
3181
  /** column name */
3062
3182
  IsPrimary = "is_primary",
3063
3183
  /** column name */
3064
3184
  LastTransactionTimestamp = "last_transaction_timestamp",
3065
3185
  /** column name */
3186
+ LastTransactionTimestampV1 = "last_transaction_timestamp_v1",
3187
+ /** column name */
3188
+ LastTransactionTimestampV2 = "last_transaction_timestamp_v2",
3189
+ /** column name */
3066
3190
  LastTransactionVersion = "last_transaction_version",
3067
3191
  /** column name */
3192
+ LastTransactionVersionV1 = "last_transaction_version_v1",
3193
+ /** column name */
3194
+ LastTransactionVersionV2 = "last_transaction_version_v2",
3195
+ /** column name */
3068
3196
  OwnerAddress = "owner_address",
3069
3197
  /** column name */
3070
3198
  StorageId = "storage_id",
@@ -3075,19 +3203,31 @@ export enum CurrentFungibleAssetBalancesSelectColumn {
3075
3203
  /** aggregate stddev on columns */
3076
3204
  export type CurrentFungibleAssetBalancesStddevFields = {
3077
3205
  amount?: Maybe<Scalars["Float"]["output"]>;
3206
+ amount_v1?: Maybe<Scalars["Float"]["output"]>;
3207
+ amount_v2?: Maybe<Scalars["Float"]["output"]>;
3078
3208
  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"]>;
3079
3211
  };
3080
3212
 
3081
3213
  /** aggregate stddev_pop on columns */
3082
3214
  export type CurrentFungibleAssetBalancesStddevPopFields = {
3083
3215
  amount?: Maybe<Scalars["Float"]["output"]>;
3216
+ amount_v1?: Maybe<Scalars["Float"]["output"]>;
3217
+ amount_v2?: Maybe<Scalars["Float"]["output"]>;
3084
3218
  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"]>;
3085
3221
  };
3086
3222
 
3087
3223
  /** aggregate stddev_samp on columns */
3088
3224
  export type CurrentFungibleAssetBalancesStddevSampFields = {
3089
3225
  amount?: Maybe<Scalars["Float"]["output"]>;
3226
+ amount_v1?: Maybe<Scalars["Float"]["output"]>;
3227
+ amount_v2?: Maybe<Scalars["Float"]["output"]>;
3090
3228
  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"]>;
3091
3231
  };
3092
3232
 
3093
3233
  /** Streaming cursor of the table "current_fungible_asset_balances" */
@@ -3101,11 +3241,19 @@ export type CurrentFungibleAssetBalancesStreamCursorInput = {
3101
3241
  /** Initial value of the column from where the streaming should start */
3102
3242
  export type CurrentFungibleAssetBalancesStreamCursorValueInput = {
3103
3243
  amount?: InputMaybe<Scalars["numeric"]["input"]>;
3244
+ amount_v1?: InputMaybe<Scalars["numeric"]["input"]>;
3245
+ amount_v2?: InputMaybe<Scalars["numeric"]["input"]>;
3104
3246
  asset_type?: InputMaybe<Scalars["String"]["input"]>;
3247
+ asset_type_v1?: InputMaybe<Scalars["String"]["input"]>;
3248
+ asset_type_v2?: InputMaybe<Scalars["String"]["input"]>;
3105
3249
  is_frozen?: InputMaybe<Scalars["Boolean"]["input"]>;
3106
3250
  is_primary?: InputMaybe<Scalars["Boolean"]["input"]>;
3107
3251
  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"]>;
3108
3254
  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"]>;
3109
3257
  owner_address?: InputMaybe<Scalars["String"]["input"]>;
3110
3258
  storage_id?: InputMaybe<Scalars["String"]["input"]>;
3111
3259
  token_standard?: InputMaybe<Scalars["String"]["input"]>;
@@ -3114,25 +3262,41 @@ export type CurrentFungibleAssetBalancesStreamCursorValueInput = {
3114
3262
  /** aggregate sum on columns */
3115
3263
  export type CurrentFungibleAssetBalancesSumFields = {
3116
3264
  amount?: Maybe<Scalars["numeric"]["output"]>;
3265
+ amount_v1?: Maybe<Scalars["numeric"]["output"]>;
3266
+ amount_v2?: Maybe<Scalars["numeric"]["output"]>;
3117
3267
  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"]>;
3118
3270
  };
3119
3271
 
3120
3272
  /** aggregate var_pop on columns */
3121
3273
  export type CurrentFungibleAssetBalancesVarPopFields = {
3122
3274
  amount?: Maybe<Scalars["Float"]["output"]>;
3275
+ amount_v1?: Maybe<Scalars["Float"]["output"]>;
3276
+ amount_v2?: Maybe<Scalars["Float"]["output"]>;
3123
3277
  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"]>;
3124
3280
  };
3125
3281
 
3126
3282
  /** aggregate var_samp on columns */
3127
3283
  export type CurrentFungibleAssetBalancesVarSampFields = {
3128
3284
  amount?: Maybe<Scalars["Float"]["output"]>;
3285
+ amount_v1?: Maybe<Scalars["Float"]["output"]>;
3286
+ amount_v2?: Maybe<Scalars["Float"]["output"]>;
3129
3287
  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"]>;
3130
3290
  };
3131
3291
 
3132
3292
  /** aggregate variance on columns */
3133
3293
  export type CurrentFungibleAssetBalancesVarianceFields = {
3134
3294
  amount?: Maybe<Scalars["Float"]["output"]>;
3295
+ amount_v1?: Maybe<Scalars["Float"]["output"]>;
3296
+ amount_v2?: Maybe<Scalars["Float"]["output"]>;
3135
3297
  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"]>;
3136
3300
  };
3137
3301
 
3138
3302
  /** columns and relationships of "current_objects" */
@@ -3546,6 +3710,8 @@ export type CurrentTokenDatasV2 = {
3546
3710
  collection_id: Scalars["String"]["output"];
3547
3711
  /** An object relationship */
3548
3712
  current_collection?: Maybe<CurrentCollectionsV2>;
3713
+ /** An object relationship */
3714
+ current_royalty_v1?: Maybe<CurrentTokenRoyaltyV1>;
3549
3715
  /** An array relationship */
3550
3716
  current_token_ownerships: Array<CurrentTokenOwnershipsV2>;
3551
3717
  /** An aggregate relationship */
@@ -3598,6 +3764,7 @@ export type CurrentTokenDatasV2BoolExp = {
3598
3764
  cdn_asset_uris?: InputMaybe<NftMetadataCrawlerParsedAssetUrisBoolExp>;
3599
3765
  collection_id?: InputMaybe<StringComparisonExp>;
3600
3766
  current_collection?: InputMaybe<CurrentCollectionsV2BoolExp>;
3767
+ current_royalty_v1?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
3601
3768
  current_token_ownerships?: InputMaybe<CurrentTokenOwnershipsV2BoolExp>;
3602
3769
  current_token_ownerships_aggregate?: InputMaybe<CurrentTokenOwnershipsV2AggregateBoolExp>;
3603
3770
  decimals?: InputMaybe<BigintComparisonExp>;
@@ -3622,6 +3789,7 @@ export type CurrentTokenDatasV2OrderBy = {
3622
3789
  cdn_asset_uris?: InputMaybe<NftMetadataCrawlerParsedAssetUrisOrderBy>;
3623
3790
  collection_id?: InputMaybe<OrderBy>;
3624
3791
  current_collection?: InputMaybe<CurrentCollectionsV2OrderBy>;
3792
+ current_royalty_v1?: InputMaybe<CurrentTokenRoyaltyV1OrderBy>;
3625
3793
  current_token_ownerships_aggregate?: InputMaybe<CurrentTokenOwnershipsV2AggregateOrderBy>;
3626
3794
  decimals?: InputMaybe<OrderBy>;
3627
3795
  description?: InputMaybe<OrderBy>;
@@ -4576,6 +4744,73 @@ export type CurrentTokenPendingClaimsStreamCursorValueInput = {
4576
4744
  token_data_id_hash?: InputMaybe<Scalars["String"]["input"]>;
4577
4745
  };
4578
4746
 
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
+
4579
4814
  /** ordering argument of a cursor */
4580
4815
  export enum CursorOrdering {
4581
4816
  /** ascending ordering of the cursor */
@@ -5610,12 +5845,12 @@ export type JsonbComparisonExp = {
5610
5845
  _nin?: InputMaybe<Array<Scalars["jsonb"]["input"]>>;
5611
5846
  };
5612
5847
 
5613
- /** columns and relationships of "ledger_infos" */
5848
+ /** columns and relationships of "processor_metadata.ledger_infos" */
5614
5849
  export type LedgerInfos = {
5615
5850
  chain_id: Scalars["bigint"]["output"];
5616
5851
  };
5617
5852
 
5618
- /** Boolean expression to filter rows from the table "ledger_infos". All fields are combined with a logical 'AND'. */
5853
+ /** Boolean expression to filter rows from the table "processor_metadata.ledger_infos". All fields are combined with a logical 'AND'. */
5619
5854
  export type LedgerInfosBoolExp = {
5620
5855
  _and?: InputMaybe<Array<LedgerInfosBoolExp>>;
5621
5856
  _not?: InputMaybe<LedgerInfosBoolExp>;
@@ -5623,12 +5858,12 @@ export type LedgerInfosBoolExp = {
5623
5858
  chain_id?: InputMaybe<BigintComparisonExp>;
5624
5859
  };
5625
5860
 
5626
- /** Ordering options when selecting data from "ledger_infos". */
5861
+ /** Ordering options when selecting data from "processor_metadata.ledger_infos". */
5627
5862
  export type LedgerInfosOrderBy = {
5628
5863
  chain_id?: InputMaybe<OrderBy>;
5629
5864
  };
5630
5865
 
5631
- /** select columns of table "ledger_infos" */
5866
+ /** select columns of table "processor_metadata.ledger_infos" */
5632
5867
  export enum LedgerInfosSelectColumn {
5633
5868
  /** column name */
5634
5869
  ChainId = "chain_id",
@@ -5769,862 +6004,52 @@ export type MoveResourcesVarianceFields = {
5769
6004
  transaction_version?: Maybe<Scalars["Float"]["output"]>;
5770
6005
  };
5771
6006
 
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"];
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"]>;
5795
6018
  };
5796
6019
 
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>;
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>;
5822
6034
  };
5823
6035
 
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>;
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>;
5846
6047
  };
5847
6048
 
5848
- /** select columns of table "nft_marketplace_v2.current_nft_marketplace_auctions" */
5849
- export enum NftMarketplaceV2CurrentNftMarketplaceAuctionsSelectColumn {
6049
+ /** select columns of table "nft_metadata_crawler.parsed_asset_uris" */
6050
+ export enum NftMetadataCrawlerParsedAssetUrisSelectColumn {
5850
6051
  /** column name */
5851
- BuyItNowPrice = "buy_it_now_price",
5852
- /** column name */
5853
- CoinType = "coin_type",
5854
- /** column name */
5855
- CollectionId = "collection_id",
5856
- /** column name */
5857
- ContractAddress = "contract_address",
5858
- /** column name */
5859
- CurrentBidPrice = "current_bid_price",
5860
- /** column name */
5861
- CurrentBidder = "current_bidder",
5862
- /** column name */
5863
- EntryFunctionIdStr = "entry_function_id_str",
5864
- /** column name */
5865
- ExpirationTime = "expiration_time",
5866
- /** column name */
5867
- FeeScheduleId = "fee_schedule_id",
5868
- /** column name */
5869
- IsDeleted = "is_deleted",
5870
- /** column name */
5871
- LastTransactionTimestamp = "last_transaction_timestamp",
5872
- /** column name */
5873
- LastTransactionVersion = "last_transaction_version",
5874
- /** column name */
5875
- ListingId = "listing_id",
5876
- /** column name */
5877
- Marketplace = "marketplace",
5878
- /** column name */
5879
- Seller = "seller",
5880
- /** column name */
5881
- StartingBidPrice = "starting_bid_price",
5882
- /** column name */
5883
- TokenAmount = "token_amount",
5884
- /** column name */
5885
- TokenDataId = "token_data_id",
5886
- /** column name */
5887
- TokenStandard = "token_standard",
5888
- }
5889
-
5890
- /** Streaming cursor of the table "nft_marketplace_v2_current_nft_marketplace_auctions" */
5891
- export type NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorInput = {
5892
- /** Stream column input with initial value */
5893
- initial_value: NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorValueInput;
5894
- /** cursor ordering */
5895
- ordering?: InputMaybe<CursorOrdering>;
5896
- };
5897
-
5898
- /** Initial value of the column from where the streaming should start */
5899
- export type NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorValueInput = {
5900
- buy_it_now_price?: InputMaybe<Scalars["numeric"]["input"]>;
5901
- coin_type?: InputMaybe<Scalars["String"]["input"]>;
5902
- collection_id?: InputMaybe<Scalars["String"]["input"]>;
5903
- contract_address?: InputMaybe<Scalars["String"]["input"]>;
5904
- current_bid_price?: InputMaybe<Scalars["numeric"]["input"]>;
5905
- current_bidder?: InputMaybe<Scalars["String"]["input"]>;
5906
- entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
5907
- expiration_time?: InputMaybe<Scalars["numeric"]["input"]>;
5908
- fee_schedule_id?: InputMaybe<Scalars["String"]["input"]>;
5909
- is_deleted?: InputMaybe<Scalars["Boolean"]["input"]>;
5910
- last_transaction_timestamp?: InputMaybe<Scalars["timestamptz"]["input"]>;
5911
- last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
5912
- listing_id?: InputMaybe<Scalars["String"]["input"]>;
5913
- marketplace?: InputMaybe<Scalars["String"]["input"]>;
5914
- seller?: InputMaybe<Scalars["String"]["input"]>;
5915
- starting_bid_price?: InputMaybe<Scalars["numeric"]["input"]>;
5916
- token_amount?: InputMaybe<Scalars["numeric"]["input"]>;
5917
- token_data_id?: InputMaybe<Scalars["String"]["input"]>;
5918
- token_standard?: InputMaybe<Scalars["String"]["input"]>;
5919
- };
5920
-
5921
- /** columns and relationships of "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
5922
- export type NftMarketplaceV2CurrentNftMarketplaceCollectionOffers = {
5923
- buyer: Scalars["String"]["output"];
5924
- coin_type?: Maybe<Scalars["String"]["output"]>;
5925
- collection_id: Scalars["String"]["output"];
5926
- collection_offer_id: Scalars["String"]["output"];
5927
- contract_address: Scalars["String"]["output"];
5928
- /** An object relationship */
5929
- current_collection_v2?: Maybe<CurrentCollectionsV2>;
5930
- entry_function_id_str: Scalars["String"]["output"];
5931
- expiration_time: Scalars["numeric"]["output"];
5932
- fee_schedule_id: Scalars["String"]["output"];
5933
- is_deleted: Scalars["Boolean"]["output"];
5934
- item_price: Scalars["numeric"]["output"];
5935
- last_transaction_timestamp: Scalars["timestamptz"]["output"];
5936
- last_transaction_version: Scalars["bigint"]["output"];
5937
- marketplace: Scalars["String"]["output"];
5938
- remaining_token_amount: Scalars["numeric"]["output"];
5939
- token_standard: Scalars["String"]["output"];
5940
- };
5941
-
5942
- /** Boolean expression to filter rows from the table "nft_marketplace_v2.current_nft_marketplace_collection_offers". All fields are combined with a logical 'AND'. */
5943
- export type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp = {
5944
- _and?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>>;
5945
- _not?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>;
5946
- _or?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>>;
5947
- buyer?: InputMaybe<StringComparisonExp>;
5948
- coin_type?: InputMaybe<StringComparisonExp>;
5949
- collection_id?: InputMaybe<StringComparisonExp>;
5950
- collection_offer_id?: InputMaybe<StringComparisonExp>;
5951
- contract_address?: InputMaybe<StringComparisonExp>;
5952
- current_collection_v2?: InputMaybe<CurrentCollectionsV2BoolExp>;
5953
- entry_function_id_str?: InputMaybe<StringComparisonExp>;
5954
- expiration_time?: InputMaybe<NumericComparisonExp>;
5955
- fee_schedule_id?: InputMaybe<StringComparisonExp>;
5956
- is_deleted?: InputMaybe<BooleanComparisonExp>;
5957
- item_price?: InputMaybe<NumericComparisonExp>;
5958
- last_transaction_timestamp?: InputMaybe<TimestamptzComparisonExp>;
5959
- last_transaction_version?: InputMaybe<BigintComparisonExp>;
5960
- marketplace?: InputMaybe<StringComparisonExp>;
5961
- remaining_token_amount?: InputMaybe<NumericComparisonExp>;
5962
- token_standard?: InputMaybe<StringComparisonExp>;
5963
- };
5964
-
5965
- /** Ordering options when selecting data from "nft_marketplace_v2.current_nft_marketplace_collection_offers". */
5966
- export type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersOrderBy = {
5967
- buyer?: InputMaybe<OrderBy>;
5968
- coin_type?: InputMaybe<OrderBy>;
5969
- collection_id?: InputMaybe<OrderBy>;
5970
- collection_offer_id?: InputMaybe<OrderBy>;
5971
- contract_address?: InputMaybe<OrderBy>;
5972
- current_collection_v2?: InputMaybe<CurrentCollectionsV2OrderBy>;
5973
- entry_function_id_str?: InputMaybe<OrderBy>;
5974
- expiration_time?: InputMaybe<OrderBy>;
5975
- fee_schedule_id?: InputMaybe<OrderBy>;
5976
- is_deleted?: InputMaybe<OrderBy>;
5977
- item_price?: InputMaybe<OrderBy>;
5978
- last_transaction_timestamp?: InputMaybe<OrderBy>;
5979
- last_transaction_version?: InputMaybe<OrderBy>;
5980
- marketplace?: InputMaybe<OrderBy>;
5981
- remaining_token_amount?: InputMaybe<OrderBy>;
5982
- token_standard?: InputMaybe<OrderBy>;
5983
- };
5984
-
5985
- /** select columns of table "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
5986
- export enum NftMarketplaceV2CurrentNftMarketplaceCollectionOffersSelectColumn {
5987
- /** column name */
5988
- Buyer = "buyer",
5989
- /** column name */
5990
- CoinType = "coin_type",
5991
- /** column name */
5992
- CollectionId = "collection_id",
5993
- /** column name */
5994
- CollectionOfferId = "collection_offer_id",
5995
- /** column name */
5996
- ContractAddress = "contract_address",
5997
- /** column name */
5998
- EntryFunctionIdStr = "entry_function_id_str",
5999
- /** column name */
6000
- ExpirationTime = "expiration_time",
6001
- /** column name */
6002
- FeeScheduleId = "fee_schedule_id",
6003
- /** column name */
6004
- IsDeleted = "is_deleted",
6005
- /** column name */
6006
- ItemPrice = "item_price",
6007
- /** column name */
6008
- LastTransactionTimestamp = "last_transaction_timestamp",
6009
- /** column name */
6010
- LastTransactionVersion = "last_transaction_version",
6011
- /** column name */
6012
- Marketplace = "marketplace",
6013
- /** column name */
6014
- RemainingTokenAmount = "remaining_token_amount",
6015
- /** column name */
6016
- TokenStandard = "token_standard",
6017
- }
6018
-
6019
- /** Streaming cursor of the table "nft_marketplace_v2_current_nft_marketplace_collection_offers" */
6020
- export type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorInput = {
6021
- /** Stream column input with initial value */
6022
- initial_value: NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorValueInput;
6023
- /** cursor ordering */
6024
- ordering?: InputMaybe<CursorOrdering>;
6025
- };
6026
-
6027
- /** Initial value of the column from where the streaming should start */
6028
- export type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorValueInput = {
6029
- buyer?: InputMaybe<Scalars["String"]["input"]>;
6030
- coin_type?: InputMaybe<Scalars["String"]["input"]>;
6031
- collection_id?: InputMaybe<Scalars["String"]["input"]>;
6032
- collection_offer_id?: InputMaybe<Scalars["String"]["input"]>;
6033
- contract_address?: InputMaybe<Scalars["String"]["input"]>;
6034
- entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
6035
- expiration_time?: InputMaybe<Scalars["numeric"]["input"]>;
6036
- fee_schedule_id?: InputMaybe<Scalars["String"]["input"]>;
6037
- is_deleted?: InputMaybe<Scalars["Boolean"]["input"]>;
6038
- item_price?: InputMaybe<Scalars["numeric"]["input"]>;
6039
- last_transaction_timestamp?: InputMaybe<Scalars["timestamptz"]["input"]>;
6040
- last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
6041
- marketplace?: InputMaybe<Scalars["String"]["input"]>;
6042
- remaining_token_amount?: InputMaybe<Scalars["numeric"]["input"]>;
6043
- token_standard?: InputMaybe<Scalars["String"]["input"]>;
6044
- };
6045
-
6046
- /** columns and relationships of "nft_marketplace_v2.current_nft_marketplace_listings" */
6047
- export type NftMarketplaceV2CurrentNftMarketplaceListings = {
6048
- coin_type?: Maybe<Scalars["String"]["output"]>;
6049
- collection_id: Scalars["String"]["output"];
6050
- contract_address: Scalars["String"]["output"];
6051
- /** An object relationship */
6052
- current_token_data?: Maybe<CurrentTokenDatasV2>;
6053
- entry_function_id_str: Scalars["String"]["output"];
6054
- fee_schedule_id: Scalars["String"]["output"];
6055
- is_deleted: Scalars["Boolean"]["output"];
6056
- last_transaction_timestamp: Scalars["timestamptz"]["output"];
6057
- last_transaction_version: Scalars["bigint"]["output"];
6058
- listing_id: Scalars["String"]["output"];
6059
- marketplace: Scalars["String"]["output"];
6060
- price: Scalars["numeric"]["output"];
6061
- seller: Scalars["String"]["output"];
6062
- token_amount: Scalars["numeric"]["output"];
6063
- token_data_id: Scalars["String"]["output"];
6064
- token_standard: Scalars["String"]["output"];
6065
- };
6066
-
6067
- /** aggregated selection of "nft_marketplace_v2.current_nft_marketplace_listings" */
6068
- export type NftMarketplaceV2CurrentNftMarketplaceListingsAggregate = {
6069
- aggregate?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsAggregateFields>;
6070
- nodes: Array<NftMarketplaceV2CurrentNftMarketplaceListings>;
6071
- };
6072
-
6073
- /** aggregate fields of "nft_marketplace_v2.current_nft_marketplace_listings" */
6074
- export type NftMarketplaceV2CurrentNftMarketplaceListingsAggregateFields = {
6075
- avg?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsAvgFields>;
6076
- count: Scalars["Int"]["output"];
6077
- max?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsMaxFields>;
6078
- min?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsMinFields>;
6079
- stddev?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsStddevFields>;
6080
- stddev_pop?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsStddevPopFields>;
6081
- stddev_samp?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsStddevSampFields>;
6082
- sum?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsSumFields>;
6083
- var_pop?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsVarPopFields>;
6084
- var_samp?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsVarSampFields>;
6085
- variance?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsVarianceFields>;
6086
- };
6087
-
6088
- /** aggregate fields of "nft_marketplace_v2.current_nft_marketplace_listings" */
6089
- export type NftMarketplaceV2CurrentNftMarketplaceListingsAggregateFieldsCountArgs = {
6090
- columns?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn>>;
6091
- distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
6092
- };
6093
-
6094
- /** aggregate avg on columns */
6095
- export type NftMarketplaceV2CurrentNftMarketplaceListingsAvgFields = {
6096
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6097
- price?: Maybe<Scalars["Float"]["output"]>;
6098
- token_amount?: Maybe<Scalars["Float"]["output"]>;
6099
- };
6100
-
6101
- /** Boolean expression to filter rows from the table "nft_marketplace_v2.current_nft_marketplace_listings". All fields are combined with a logical 'AND'. */
6102
- export type NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp = {
6103
- _and?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>>;
6104
- _not?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>;
6105
- _or?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>>;
6106
- coin_type?: InputMaybe<StringComparisonExp>;
6107
- collection_id?: InputMaybe<StringComparisonExp>;
6108
- contract_address?: InputMaybe<StringComparisonExp>;
6109
- current_token_data?: InputMaybe<CurrentTokenDatasV2BoolExp>;
6110
- entry_function_id_str?: InputMaybe<StringComparisonExp>;
6111
- fee_schedule_id?: InputMaybe<StringComparisonExp>;
6112
- is_deleted?: InputMaybe<BooleanComparisonExp>;
6113
- last_transaction_timestamp?: InputMaybe<TimestamptzComparisonExp>;
6114
- last_transaction_version?: InputMaybe<BigintComparisonExp>;
6115
- listing_id?: InputMaybe<StringComparisonExp>;
6116
- marketplace?: InputMaybe<StringComparisonExp>;
6117
- price?: InputMaybe<NumericComparisonExp>;
6118
- seller?: InputMaybe<StringComparisonExp>;
6119
- token_amount?: InputMaybe<NumericComparisonExp>;
6120
- token_data_id?: InputMaybe<StringComparisonExp>;
6121
- token_standard?: InputMaybe<StringComparisonExp>;
6122
- };
6123
-
6124
- /** aggregate max on columns */
6125
- export type NftMarketplaceV2CurrentNftMarketplaceListingsMaxFields = {
6126
- coin_type?: Maybe<Scalars["String"]["output"]>;
6127
- collection_id?: Maybe<Scalars["String"]["output"]>;
6128
- contract_address?: Maybe<Scalars["String"]["output"]>;
6129
- entry_function_id_str?: Maybe<Scalars["String"]["output"]>;
6130
- fee_schedule_id?: Maybe<Scalars["String"]["output"]>;
6131
- last_transaction_timestamp?: Maybe<Scalars["timestamptz"]["output"]>;
6132
- last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
6133
- listing_id?: Maybe<Scalars["String"]["output"]>;
6134
- marketplace?: Maybe<Scalars["String"]["output"]>;
6135
- price?: Maybe<Scalars["numeric"]["output"]>;
6136
- seller?: Maybe<Scalars["String"]["output"]>;
6137
- token_amount?: Maybe<Scalars["numeric"]["output"]>;
6138
- token_data_id?: Maybe<Scalars["String"]["output"]>;
6139
- token_standard?: Maybe<Scalars["String"]["output"]>;
6140
- };
6141
-
6142
- /** aggregate min on columns */
6143
- export type NftMarketplaceV2CurrentNftMarketplaceListingsMinFields = {
6144
- coin_type?: Maybe<Scalars["String"]["output"]>;
6145
- collection_id?: Maybe<Scalars["String"]["output"]>;
6146
- contract_address?: Maybe<Scalars["String"]["output"]>;
6147
- entry_function_id_str?: Maybe<Scalars["String"]["output"]>;
6148
- fee_schedule_id?: Maybe<Scalars["String"]["output"]>;
6149
- last_transaction_timestamp?: Maybe<Scalars["timestamptz"]["output"]>;
6150
- last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
6151
- listing_id?: Maybe<Scalars["String"]["output"]>;
6152
- marketplace?: Maybe<Scalars["String"]["output"]>;
6153
- price?: Maybe<Scalars["numeric"]["output"]>;
6154
- seller?: Maybe<Scalars["String"]["output"]>;
6155
- token_amount?: Maybe<Scalars["numeric"]["output"]>;
6156
- token_data_id?: Maybe<Scalars["String"]["output"]>;
6157
- token_standard?: Maybe<Scalars["String"]["output"]>;
6158
- };
6159
-
6160
- /** Ordering options when selecting data from "nft_marketplace_v2.current_nft_marketplace_listings". */
6161
- export type NftMarketplaceV2CurrentNftMarketplaceListingsOrderBy = {
6162
- coin_type?: InputMaybe<OrderBy>;
6163
- collection_id?: InputMaybe<OrderBy>;
6164
- contract_address?: InputMaybe<OrderBy>;
6165
- current_token_data?: InputMaybe<CurrentTokenDatasV2OrderBy>;
6166
- entry_function_id_str?: InputMaybe<OrderBy>;
6167
- fee_schedule_id?: InputMaybe<OrderBy>;
6168
- is_deleted?: InputMaybe<OrderBy>;
6169
- last_transaction_timestamp?: InputMaybe<OrderBy>;
6170
- last_transaction_version?: InputMaybe<OrderBy>;
6171
- listing_id?: InputMaybe<OrderBy>;
6172
- marketplace?: InputMaybe<OrderBy>;
6173
- price?: InputMaybe<OrderBy>;
6174
- seller?: InputMaybe<OrderBy>;
6175
- token_amount?: InputMaybe<OrderBy>;
6176
- token_data_id?: InputMaybe<OrderBy>;
6177
- token_standard?: InputMaybe<OrderBy>;
6178
- };
6179
-
6180
- /** select columns of table "nft_marketplace_v2.current_nft_marketplace_listings" */
6181
- export enum NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn {
6182
- /** column name */
6183
- CoinType = "coin_type",
6184
- /** column name */
6185
- CollectionId = "collection_id",
6186
- /** column name */
6187
- ContractAddress = "contract_address",
6188
- /** column name */
6189
- EntryFunctionIdStr = "entry_function_id_str",
6190
- /** column name */
6191
- FeeScheduleId = "fee_schedule_id",
6192
- /** column name */
6193
- IsDeleted = "is_deleted",
6194
- /** column name */
6195
- LastTransactionTimestamp = "last_transaction_timestamp",
6196
- /** column name */
6197
- LastTransactionVersion = "last_transaction_version",
6198
- /** column name */
6199
- ListingId = "listing_id",
6200
- /** column name */
6201
- Marketplace = "marketplace",
6202
- /** column name */
6203
- Price = "price",
6204
- /** column name */
6205
- Seller = "seller",
6206
- /** column name */
6207
- TokenAmount = "token_amount",
6208
- /** column name */
6209
- TokenDataId = "token_data_id",
6210
- /** column name */
6211
- TokenStandard = "token_standard",
6212
- }
6213
-
6214
- /** aggregate stddev on columns */
6215
- export type NftMarketplaceV2CurrentNftMarketplaceListingsStddevFields = {
6216
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6217
- price?: Maybe<Scalars["Float"]["output"]>;
6218
- token_amount?: Maybe<Scalars["Float"]["output"]>;
6219
- };
6220
-
6221
- /** aggregate stddev_pop on columns */
6222
- export type NftMarketplaceV2CurrentNftMarketplaceListingsStddevPopFields = {
6223
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6224
- price?: Maybe<Scalars["Float"]["output"]>;
6225
- token_amount?: Maybe<Scalars["Float"]["output"]>;
6226
- };
6227
-
6228
- /** aggregate stddev_samp on columns */
6229
- export type NftMarketplaceV2CurrentNftMarketplaceListingsStddevSampFields = {
6230
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6231
- price?: Maybe<Scalars["Float"]["output"]>;
6232
- token_amount?: Maybe<Scalars["Float"]["output"]>;
6233
- };
6234
-
6235
- /** Streaming cursor of the table "nft_marketplace_v2_current_nft_marketplace_listings" */
6236
- export type NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorInput = {
6237
- /** Stream column input with initial value */
6238
- initial_value: NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorValueInput;
6239
- /** cursor ordering */
6240
- ordering?: InputMaybe<CursorOrdering>;
6241
- };
6242
-
6243
- /** Initial value of the column from where the streaming should start */
6244
- export type NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorValueInput = {
6245
- coin_type?: InputMaybe<Scalars["String"]["input"]>;
6246
- collection_id?: InputMaybe<Scalars["String"]["input"]>;
6247
- contract_address?: InputMaybe<Scalars["String"]["input"]>;
6248
- entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
6249
- fee_schedule_id?: InputMaybe<Scalars["String"]["input"]>;
6250
- is_deleted?: InputMaybe<Scalars["Boolean"]["input"]>;
6251
- last_transaction_timestamp?: InputMaybe<Scalars["timestamptz"]["input"]>;
6252
- last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
6253
- listing_id?: InputMaybe<Scalars["String"]["input"]>;
6254
- marketplace?: InputMaybe<Scalars["String"]["input"]>;
6255
- price?: InputMaybe<Scalars["numeric"]["input"]>;
6256
- seller?: InputMaybe<Scalars["String"]["input"]>;
6257
- token_amount?: InputMaybe<Scalars["numeric"]["input"]>;
6258
- token_data_id?: InputMaybe<Scalars["String"]["input"]>;
6259
- token_standard?: InputMaybe<Scalars["String"]["input"]>;
6260
- };
6261
-
6262
- /** aggregate sum on columns */
6263
- export type NftMarketplaceV2CurrentNftMarketplaceListingsSumFields = {
6264
- last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
6265
- price?: Maybe<Scalars["numeric"]["output"]>;
6266
- token_amount?: Maybe<Scalars["numeric"]["output"]>;
6267
- };
6268
-
6269
- /** aggregate var_pop on columns */
6270
- export type NftMarketplaceV2CurrentNftMarketplaceListingsVarPopFields = {
6271
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6272
- price?: Maybe<Scalars["Float"]["output"]>;
6273
- token_amount?: Maybe<Scalars["Float"]["output"]>;
6274
- };
6275
-
6276
- /** aggregate var_samp on columns */
6277
- export type NftMarketplaceV2CurrentNftMarketplaceListingsVarSampFields = {
6278
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6279
- price?: Maybe<Scalars["Float"]["output"]>;
6280
- token_amount?: Maybe<Scalars["Float"]["output"]>;
6281
- };
6282
-
6283
- /** aggregate variance on columns */
6284
- export type NftMarketplaceV2CurrentNftMarketplaceListingsVarianceFields = {
6285
- last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
6286
- price?: Maybe<Scalars["Float"]["output"]>;
6287
- token_amount?: Maybe<Scalars["Float"]["output"]>;
6288
- };
6289
-
6290
- /** columns and relationships of "nft_marketplace_v2.current_nft_marketplace_token_offers" */
6291
- export type NftMarketplaceV2CurrentNftMarketplaceTokenOffers = {
6292
- buyer: Scalars["String"]["output"];
6293
- coin_type?: Maybe<Scalars["String"]["output"]>;
6294
- collection_id: Scalars["String"]["output"];
6295
- contract_address: Scalars["String"]["output"];
6296
- /** An object relationship */
6297
- current_token_data?: Maybe<CurrentTokenDatasV2>;
6298
- entry_function_id_str: Scalars["String"]["output"];
6299
- expiration_time: Scalars["numeric"]["output"];
6300
- fee_schedule_id: Scalars["String"]["output"];
6301
- is_deleted: Scalars["Boolean"]["output"];
6302
- last_transaction_timestamp: Scalars["timestamptz"]["output"];
6303
- last_transaction_version: Scalars["bigint"]["output"];
6304
- marketplace: Scalars["String"]["output"];
6305
- offer_id: Scalars["String"]["output"];
6306
- price: Scalars["numeric"]["output"];
6307
- token_amount: Scalars["numeric"]["output"];
6308
- token_data_id: Scalars["String"]["output"];
6309
- token_standard: Scalars["String"]["output"];
6310
- };
6311
-
6312
- /** Boolean expression to filter rows from the table "nft_marketplace_v2.current_nft_marketplace_token_offers". All fields are combined with a logical 'AND'. */
6313
- export type NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp = {
6314
- _and?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>>;
6315
- _not?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>;
6316
- _or?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>>;
6317
- buyer?: InputMaybe<StringComparisonExp>;
6318
- coin_type?: InputMaybe<StringComparisonExp>;
6319
- collection_id?: InputMaybe<StringComparisonExp>;
6320
- contract_address?: InputMaybe<StringComparisonExp>;
6321
- current_token_data?: InputMaybe<CurrentTokenDatasV2BoolExp>;
6322
- entry_function_id_str?: InputMaybe<StringComparisonExp>;
6323
- expiration_time?: InputMaybe<NumericComparisonExp>;
6324
- fee_schedule_id?: InputMaybe<StringComparisonExp>;
6325
- is_deleted?: InputMaybe<BooleanComparisonExp>;
6326
- last_transaction_timestamp?: InputMaybe<TimestamptzComparisonExp>;
6327
- last_transaction_version?: InputMaybe<BigintComparisonExp>;
6328
- marketplace?: InputMaybe<StringComparisonExp>;
6329
- offer_id?: InputMaybe<StringComparisonExp>;
6330
- price?: InputMaybe<NumericComparisonExp>;
6331
- token_amount?: InputMaybe<NumericComparisonExp>;
6332
- token_data_id?: InputMaybe<StringComparisonExp>;
6333
- token_standard?: InputMaybe<StringComparisonExp>;
6334
- };
6335
-
6336
- /** Ordering options when selecting data from "nft_marketplace_v2.current_nft_marketplace_token_offers". */
6337
- export type NftMarketplaceV2CurrentNftMarketplaceTokenOffersOrderBy = {
6338
- buyer?: InputMaybe<OrderBy>;
6339
- coin_type?: InputMaybe<OrderBy>;
6340
- collection_id?: InputMaybe<OrderBy>;
6341
- contract_address?: InputMaybe<OrderBy>;
6342
- current_token_data?: InputMaybe<CurrentTokenDatasV2OrderBy>;
6343
- entry_function_id_str?: InputMaybe<OrderBy>;
6344
- expiration_time?: InputMaybe<OrderBy>;
6345
- fee_schedule_id?: InputMaybe<OrderBy>;
6346
- is_deleted?: InputMaybe<OrderBy>;
6347
- last_transaction_timestamp?: InputMaybe<OrderBy>;
6348
- last_transaction_version?: InputMaybe<OrderBy>;
6349
- marketplace?: InputMaybe<OrderBy>;
6350
- offer_id?: InputMaybe<OrderBy>;
6351
- price?: InputMaybe<OrderBy>;
6352
- token_amount?: InputMaybe<OrderBy>;
6353
- token_data_id?: InputMaybe<OrderBy>;
6354
- token_standard?: InputMaybe<OrderBy>;
6355
- };
6356
-
6357
- /** select columns of table "nft_marketplace_v2.current_nft_marketplace_token_offers" */
6358
- export enum NftMarketplaceV2CurrentNftMarketplaceTokenOffersSelectColumn {
6359
- /** column name */
6360
- Buyer = "buyer",
6361
- /** column name */
6362
- CoinType = "coin_type",
6363
- /** column name */
6364
- CollectionId = "collection_id",
6365
- /** column name */
6366
- ContractAddress = "contract_address",
6367
- /** column name */
6368
- EntryFunctionIdStr = "entry_function_id_str",
6369
- /** column name */
6370
- ExpirationTime = "expiration_time",
6371
- /** column name */
6372
- FeeScheduleId = "fee_schedule_id",
6373
- /** column name */
6374
- IsDeleted = "is_deleted",
6375
- /** column name */
6376
- LastTransactionTimestamp = "last_transaction_timestamp",
6377
- /** column name */
6378
- LastTransactionVersion = "last_transaction_version",
6379
- /** column name */
6380
- Marketplace = "marketplace",
6381
- /** column name */
6382
- OfferId = "offer_id",
6383
- /** column name */
6384
- Price = "price",
6385
- /** column name */
6386
- TokenAmount = "token_amount",
6387
- /** column name */
6388
- TokenDataId = "token_data_id",
6389
- /** column name */
6390
- TokenStandard = "token_standard",
6391
- }
6392
-
6393
- /** Streaming cursor of the table "nft_marketplace_v2_current_nft_marketplace_token_offers" */
6394
- export type NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorInput = {
6395
- /** Stream column input with initial value */
6396
- initial_value: NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorValueInput;
6397
- /** cursor ordering */
6398
- ordering?: InputMaybe<CursorOrdering>;
6399
- };
6400
-
6401
- /** Initial value of the column from where the streaming should start */
6402
- export type NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorValueInput = {
6403
- buyer?: InputMaybe<Scalars["String"]["input"]>;
6404
- coin_type?: InputMaybe<Scalars["String"]["input"]>;
6405
- collection_id?: InputMaybe<Scalars["String"]["input"]>;
6406
- contract_address?: InputMaybe<Scalars["String"]["input"]>;
6407
- entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
6408
- expiration_time?: InputMaybe<Scalars["numeric"]["input"]>;
6409
- fee_schedule_id?: InputMaybe<Scalars["String"]["input"]>;
6410
- is_deleted?: InputMaybe<Scalars["Boolean"]["input"]>;
6411
- last_transaction_timestamp?: InputMaybe<Scalars["timestamptz"]["input"]>;
6412
- last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
6413
- marketplace?: InputMaybe<Scalars["String"]["input"]>;
6414
- offer_id?: InputMaybe<Scalars["String"]["input"]>;
6415
- price?: InputMaybe<Scalars["numeric"]["input"]>;
6416
- token_amount?: InputMaybe<Scalars["numeric"]["input"]>;
6417
- token_data_id?: InputMaybe<Scalars["String"]["input"]>;
6418
- token_standard?: InputMaybe<Scalars["String"]["input"]>;
6419
- };
6420
-
6421
- /** columns and relationships of "nft_marketplace_v2.nft_marketplace_activities" */
6422
- export type NftMarketplaceV2NftMarketplaceActivities = {
6423
- buyer?: Maybe<Scalars["String"]["output"]>;
6424
- coin_type?: Maybe<Scalars["String"]["output"]>;
6425
- collection_id: Scalars["String"]["output"];
6426
- collection_name: Scalars["String"]["output"];
6427
- contract_address: Scalars["String"]["output"];
6428
- creator_address: Scalars["String"]["output"];
6429
- /** An object relationship */
6430
- current_token_data?: Maybe<CurrentTokenDatasV2>;
6431
- entry_function_id_str: Scalars["String"]["output"];
6432
- event_index: Scalars["bigint"]["output"];
6433
- event_type: Scalars["String"]["output"];
6434
- fee_schedule_id: Scalars["String"]["output"];
6435
- marketplace: Scalars["String"]["output"];
6436
- offer_or_listing_id: Scalars["String"]["output"];
6437
- price: Scalars["numeric"]["output"];
6438
- property_version?: Maybe<Scalars["String"]["output"]>;
6439
- seller?: Maybe<Scalars["String"]["output"]>;
6440
- token_amount: Scalars["numeric"]["output"];
6441
- token_data_id?: Maybe<Scalars["String"]["output"]>;
6442
- token_name?: Maybe<Scalars["String"]["output"]>;
6443
- token_standard: Scalars["String"]["output"];
6444
- transaction_timestamp: Scalars["timestamptz"]["output"];
6445
- transaction_version: Scalars["bigint"]["output"];
6446
- };
6447
-
6448
- /** Boolean expression to filter rows from the table "nft_marketplace_v2.nft_marketplace_activities". All fields are combined with a logical 'AND'. */
6449
- export type NftMarketplaceV2NftMarketplaceActivitiesBoolExp = {
6450
- _and?: InputMaybe<Array<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>>;
6451
- _not?: InputMaybe<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>;
6452
- _or?: InputMaybe<Array<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>>;
6453
- buyer?: InputMaybe<StringComparisonExp>;
6454
- coin_type?: InputMaybe<StringComparisonExp>;
6455
- collection_id?: InputMaybe<StringComparisonExp>;
6456
- collection_name?: InputMaybe<StringComparisonExp>;
6457
- contract_address?: InputMaybe<StringComparisonExp>;
6458
- creator_address?: InputMaybe<StringComparisonExp>;
6459
- current_token_data?: InputMaybe<CurrentTokenDatasV2BoolExp>;
6460
- entry_function_id_str?: InputMaybe<StringComparisonExp>;
6461
- event_index?: InputMaybe<BigintComparisonExp>;
6462
- event_type?: InputMaybe<StringComparisonExp>;
6463
- fee_schedule_id?: InputMaybe<StringComparisonExp>;
6464
- marketplace?: InputMaybe<StringComparisonExp>;
6465
- offer_or_listing_id?: InputMaybe<StringComparisonExp>;
6466
- price?: InputMaybe<NumericComparisonExp>;
6467
- property_version?: InputMaybe<StringComparisonExp>;
6468
- seller?: InputMaybe<StringComparisonExp>;
6469
- token_amount?: InputMaybe<NumericComparisonExp>;
6470
- token_data_id?: InputMaybe<StringComparisonExp>;
6471
- token_name?: InputMaybe<StringComparisonExp>;
6472
- token_standard?: InputMaybe<StringComparisonExp>;
6473
- transaction_timestamp?: InputMaybe<TimestamptzComparisonExp>;
6474
- transaction_version?: InputMaybe<BigintComparisonExp>;
6475
- };
6476
-
6477
- /** Ordering options when selecting data from "nft_marketplace_v2.nft_marketplace_activities". */
6478
- export type NftMarketplaceV2NftMarketplaceActivitiesOrderBy = {
6479
- buyer?: InputMaybe<OrderBy>;
6480
- coin_type?: InputMaybe<OrderBy>;
6481
- collection_id?: InputMaybe<OrderBy>;
6482
- collection_name?: InputMaybe<OrderBy>;
6483
- contract_address?: InputMaybe<OrderBy>;
6484
- creator_address?: InputMaybe<OrderBy>;
6485
- current_token_data?: InputMaybe<CurrentTokenDatasV2OrderBy>;
6486
- entry_function_id_str?: InputMaybe<OrderBy>;
6487
- event_index?: InputMaybe<OrderBy>;
6488
- event_type?: InputMaybe<OrderBy>;
6489
- fee_schedule_id?: InputMaybe<OrderBy>;
6490
- marketplace?: InputMaybe<OrderBy>;
6491
- offer_or_listing_id?: InputMaybe<OrderBy>;
6492
- price?: InputMaybe<OrderBy>;
6493
- property_version?: InputMaybe<OrderBy>;
6494
- seller?: InputMaybe<OrderBy>;
6495
- token_amount?: InputMaybe<OrderBy>;
6496
- token_data_id?: InputMaybe<OrderBy>;
6497
- token_name?: InputMaybe<OrderBy>;
6498
- token_standard?: InputMaybe<OrderBy>;
6499
- transaction_timestamp?: InputMaybe<OrderBy>;
6500
- transaction_version?: InputMaybe<OrderBy>;
6501
- };
6502
-
6503
- /** select columns of table "nft_marketplace_v2.nft_marketplace_activities" */
6504
- export enum NftMarketplaceV2NftMarketplaceActivitiesSelectColumn {
6505
- /** column name */
6506
- Buyer = "buyer",
6507
- /** column name */
6508
- CoinType = "coin_type",
6509
- /** column name */
6510
- CollectionId = "collection_id",
6511
- /** column name */
6512
- CollectionName = "collection_name",
6513
- /** column name */
6514
- ContractAddress = "contract_address",
6515
- /** column name */
6516
- CreatorAddress = "creator_address",
6517
- /** column name */
6518
- EntryFunctionIdStr = "entry_function_id_str",
6519
- /** column name */
6520
- EventIndex = "event_index",
6521
- /** column name */
6522
- EventType = "event_type",
6523
- /** column name */
6524
- FeeScheduleId = "fee_schedule_id",
6525
- /** column name */
6526
- Marketplace = "marketplace",
6527
- /** column name */
6528
- OfferOrListingId = "offer_or_listing_id",
6529
- /** column name */
6530
- Price = "price",
6531
- /** column name */
6532
- PropertyVersion = "property_version",
6533
- /** column name */
6534
- Seller = "seller",
6535
- /** column name */
6536
- TokenAmount = "token_amount",
6537
- /** column name */
6538
- TokenDataId = "token_data_id",
6539
- /** column name */
6540
- TokenName = "token_name",
6541
- /** column name */
6542
- TokenStandard = "token_standard",
6543
- /** column name */
6544
- TransactionTimestamp = "transaction_timestamp",
6545
- /** column name */
6546
- TransactionVersion = "transaction_version",
6547
- }
6548
-
6549
- /** Streaming cursor of the table "nft_marketplace_v2_nft_marketplace_activities" */
6550
- export type NftMarketplaceV2NftMarketplaceActivitiesStreamCursorInput = {
6551
- /** Stream column input with initial value */
6552
- initial_value: NftMarketplaceV2NftMarketplaceActivitiesStreamCursorValueInput;
6553
- /** cursor ordering */
6554
- ordering?: InputMaybe<CursorOrdering>;
6555
- };
6556
-
6557
- /** Initial value of the column from where the streaming should start */
6558
- export type NftMarketplaceV2NftMarketplaceActivitiesStreamCursorValueInput = {
6559
- buyer?: InputMaybe<Scalars["String"]["input"]>;
6560
- coin_type?: InputMaybe<Scalars["String"]["input"]>;
6561
- collection_id?: InputMaybe<Scalars["String"]["input"]>;
6562
- collection_name?: InputMaybe<Scalars["String"]["input"]>;
6563
- contract_address?: InputMaybe<Scalars["String"]["input"]>;
6564
- creator_address?: InputMaybe<Scalars["String"]["input"]>;
6565
- entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
6566
- event_index?: InputMaybe<Scalars["bigint"]["input"]>;
6567
- event_type?: InputMaybe<Scalars["String"]["input"]>;
6568
- fee_schedule_id?: InputMaybe<Scalars["String"]["input"]>;
6569
- marketplace?: InputMaybe<Scalars["String"]["input"]>;
6570
- offer_or_listing_id?: InputMaybe<Scalars["String"]["input"]>;
6571
- price?: InputMaybe<Scalars["numeric"]["input"]>;
6572
- property_version?: InputMaybe<Scalars["String"]["input"]>;
6573
- seller?: InputMaybe<Scalars["String"]["input"]>;
6574
- token_amount?: InputMaybe<Scalars["numeric"]["input"]>;
6575
- token_data_id?: InputMaybe<Scalars["String"]["input"]>;
6576
- token_name?: InputMaybe<Scalars["String"]["input"]>;
6577
- token_standard?: InputMaybe<Scalars["String"]["input"]>;
6578
- transaction_timestamp?: InputMaybe<Scalars["timestamptz"]["input"]>;
6579
- transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
6580
- };
6581
-
6582
- /** columns and relationships of "nft_metadata_crawler.parsed_asset_uris" */
6583
- export type NftMetadataCrawlerParsedAssetUris = {
6584
- animation_optimizer_retry_count: Scalars["Int"]["output"];
6585
- asset_uri: Scalars["String"]["output"];
6586
- cdn_animation_uri?: Maybe<Scalars["String"]["output"]>;
6587
- cdn_image_uri?: Maybe<Scalars["String"]["output"]>;
6588
- cdn_json_uri?: Maybe<Scalars["String"]["output"]>;
6589
- image_optimizer_retry_count: Scalars["Int"]["output"];
6590
- json_parser_retry_count: Scalars["Int"]["output"];
6591
- raw_animation_uri?: Maybe<Scalars["String"]["output"]>;
6592
- raw_image_uri?: Maybe<Scalars["String"]["output"]>;
6593
- };
6594
-
6595
- /** Boolean expression to filter rows from the table "nft_metadata_crawler.parsed_asset_uris". All fields are combined with a logical 'AND'. */
6596
- export type NftMetadataCrawlerParsedAssetUrisBoolExp = {
6597
- _and?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisBoolExp>>;
6598
- _not?: InputMaybe<NftMetadataCrawlerParsedAssetUrisBoolExp>;
6599
- _or?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisBoolExp>>;
6600
- animation_optimizer_retry_count?: InputMaybe<IntComparisonExp>;
6601
- asset_uri?: InputMaybe<StringComparisonExp>;
6602
- cdn_animation_uri?: InputMaybe<StringComparisonExp>;
6603
- cdn_image_uri?: InputMaybe<StringComparisonExp>;
6604
- cdn_json_uri?: InputMaybe<StringComparisonExp>;
6605
- image_optimizer_retry_count?: InputMaybe<IntComparisonExp>;
6606
- json_parser_retry_count?: InputMaybe<IntComparisonExp>;
6607
- raw_animation_uri?: InputMaybe<StringComparisonExp>;
6608
- raw_image_uri?: InputMaybe<StringComparisonExp>;
6609
- };
6610
-
6611
- /** Ordering options when selecting data from "nft_metadata_crawler.parsed_asset_uris". */
6612
- export type NftMetadataCrawlerParsedAssetUrisOrderBy = {
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",
6052
+ AnimationOptimizerRetryCount = "animation_optimizer_retry_count",
6628
6053
  /** column name */
6629
6054
  AssetUri = "asset_uri",
6630
6055
  /** column name */
@@ -6736,7 +6161,7 @@ export enum OrderBy {
6736
6161
  DescNullsLast = "desc_nulls_last",
6737
6162
  }
6738
6163
 
6739
- /** columns and relationships of "processor_status" */
6164
+ /** columns and relationships of "processor_metadata.processor_status" */
6740
6165
  export type ProcessorStatus = {
6741
6166
  last_success_version: Scalars["bigint"]["output"];
6742
6167
  last_transaction_timestamp?: Maybe<Scalars["timestamp"]["output"]>;
@@ -6744,7 +6169,7 @@ export type ProcessorStatus = {
6744
6169
  processor: Scalars["String"]["output"];
6745
6170
  };
6746
6171
 
6747
- /** Boolean expression to filter rows from the table "processor_status". All fields are combined with a logical 'AND'. */
6172
+ /** Boolean expression to filter rows from the table "processor_metadata.processor_status". All fields are combined with a logical 'AND'. */
6748
6173
  export type ProcessorStatusBoolExp = {
6749
6174
  _and?: InputMaybe<Array<ProcessorStatusBoolExp>>;
6750
6175
  _not?: InputMaybe<ProcessorStatusBoolExp>;
@@ -6755,7 +6180,7 @@ export type ProcessorStatusBoolExp = {
6755
6180
  processor?: InputMaybe<StringComparisonExp>;
6756
6181
  };
6757
6182
 
6758
- /** Ordering options when selecting data from "processor_status". */
6183
+ /** Ordering options when selecting data from "processor_metadata.processor_status". */
6759
6184
  export type ProcessorStatusOrderBy = {
6760
6185
  last_success_version?: InputMaybe<OrderBy>;
6761
6186
  last_transaction_timestamp?: InputMaybe<OrderBy>;
@@ -6763,7 +6188,7 @@ export type ProcessorStatusOrderBy = {
6763
6188
  processor?: InputMaybe<OrderBy>;
6764
6189
  };
6765
6190
 
6766
- /** select columns of table "processor_status" */
6191
+ /** select columns of table "processor_metadata.processor_status" */
6767
6192
  export enum ProcessorStatusSelectColumn {
6768
6193
  /** column name */
6769
6194
  LastSuccessVersion = "last_success_version",
@@ -6967,6 +6392,79 @@ export type ProposalVotesVarianceFields = {
6967
6392
  transaction_version?: Maybe<Scalars["Float"]["output"]>;
6968
6393
  };
6969
6394
 
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
+
6970
6468
  export type QueryRoot = {
6971
6469
  /** fetch data from the table: "account_transactions" */
6972
6470
  account_transactions: Array<AccountTransactions>;
@@ -6984,6 +6482,12 @@ export type QueryRoot = {
6984
6482
  address_version_from_move_resources: Array<AddressVersionFromMoveResources>;
6985
6483
  /** fetch aggregated fields from the table: "legacy_migration_v1.address_version_from_move_resources" */
6986
6484
  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>;
6987
6491
  /** fetch data from the table: "block_metadata_transactions" */
6988
6492
  block_metadata_transactions: Array<BlockMetadataTransactions>;
6989
6493
  /** fetch data from the table: "block_metadata_transactions" using primary key columns */
@@ -6996,10 +6500,6 @@ export type QueryRoot = {
6996
6500
  coin_balances: Array<CoinBalances>;
6997
6501
  /** fetch data from the table: "legacy_migration_v1.coin_infos" */
6998
6502
  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>;
7003
6503
  /** fetch data from the table: "legacy_migration_v1.collection_datas" */
7004
6504
  collection_datas: Array<CollectionDatas>;
7005
6505
  /** fetch data from the table: "legacy_migration_v1.current_ans_lookup" */
@@ -7036,11 +6536,11 @@ export type QueryRoot = {
7036
6536
  current_delegator_balances: Array<CurrentDelegatorBalances>;
7037
6537
  /** fetch data from the table: "current_delegator_balances" using primary key columns */
7038
6538
  current_delegator_balances_by_pk?: Maybe<CurrentDelegatorBalances>;
7039
- /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
6539
+ /** fetch data from the table: "current_fungible_asset_balances" */
7040
6540
  current_fungible_asset_balances: Array<CurrentFungibleAssetBalances>;
7041
- /** fetch aggregated fields from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
6541
+ /** fetch aggregated fields from the table: "current_fungible_asset_balances" */
7042
6542
  current_fungible_asset_balances_aggregate: CurrentFungibleAssetBalancesAggregate;
7043
- /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" using primary key columns */
6543
+ /** fetch data from the table: "current_fungible_asset_balances" using primary key columns */
7044
6544
  current_fungible_asset_balances_by_pk?: Maybe<CurrentFungibleAssetBalances>;
7045
6545
  /** fetch data from the table: "current_objects" */
7046
6546
  current_objects: Array<CurrentObjects>;
@@ -7074,6 +6574,10 @@ export type QueryRoot = {
7074
6574
  current_token_pending_claims: Array<CurrentTokenPendingClaims>;
7075
6575
  /** fetch data from the table: "current_token_pending_claims" using primary key columns */
7076
6576
  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>;
7077
6581
  /** An array relationship */
7078
6582
  delegated_staking_activities: Array<DelegatedStakingActivities>;
7079
6583
  /** fetch data from the table: "delegated_staking_activities" using primary key columns */
@@ -7108,45 +6612,23 @@ export type QueryRoot = {
7108
6612
  indexer_status: Array<IndexerStatus>;
7109
6613
  /** fetch data from the table: "indexer_status" using primary key columns */
7110
6614
  indexer_status_by_pk?: Maybe<IndexerStatus>;
7111
- /** fetch data from the table: "ledger_infos" */
6615
+ /** fetch data from the table: "processor_metadata.ledger_infos" */
7112
6616
  ledger_infos: Array<LedgerInfos>;
7113
- /** fetch data from the table: "ledger_infos" using primary key columns */
6617
+ /** fetch data from the table: "processor_metadata.ledger_infos" using primary key columns */
7114
6618
  ledger_infos_by_pk?: Maybe<LedgerInfos>;
7115
6619
  /** fetch data from the table: "legacy_migration_v1.move_resources" */
7116
6620
  move_resources: Array<MoveResources>;
7117
6621
  /** fetch aggregated fields from the table: "legacy_migration_v1.move_resources" */
7118
6622
  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>;
7141
6623
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" */
7142
6624
  nft_metadata_crawler_parsed_asset_uris: Array<NftMetadataCrawlerParsedAssetUris>;
7143
6625
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" using primary key columns */
7144
6626
  nft_metadata_crawler_parsed_asset_uris_by_pk?: Maybe<NftMetadataCrawlerParsedAssetUris>;
7145
6627
  /** fetch data from the table: "num_active_delegator_per_pool" */
7146
6628
  num_active_delegator_per_pool: Array<NumActiveDelegatorPerPool>;
7147
- /** fetch data from the table: "processor_status" */
6629
+ /** fetch data from the table: "processor_metadata.processor_status" */
7148
6630
  processor_status: Array<ProcessorStatus>;
7149
- /** fetch data from the table: "processor_status" using primary key columns */
6631
+ /** fetch data from the table: "processor_metadata.processor_status" using primary key columns */
7150
6632
  processor_status_by_pk?: Maybe<ProcessorStatus>;
7151
6633
  /** fetch data from the table: "proposal_votes" */
7152
6634
  proposal_votes: Array<ProposalVotes>;
@@ -7154,6 +6636,10 @@ export type QueryRoot = {
7154
6636
  proposal_votes_aggregate: ProposalVotesAggregate;
7155
6637
  /** fetch data from the table: "proposal_votes" using primary key columns */
7156
6638
  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>;
7157
6643
  /** fetch data from the table: "signatures" */
7158
6644
  signatures: Array<Signatures>;
7159
6645
  /** fetch data from the table: "signatures" using primary key columns */
@@ -7249,6 +6735,26 @@ export type QueryRootAddressVersionFromMoveResourcesAggregateArgs = {
7249
6735
  where?: InputMaybe<AddressVersionFromMoveResourcesBoolExp>;
7250
6736
  };
7251
6737
 
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
+
7252
6758
  export type QueryRootBlockMetadataTransactionsArgs = {
7253
6759
  distinct_on?: InputMaybe<Array<BlockMetadataTransactionsSelectColumn>>;
7254
6760
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -7293,19 +6799,6 @@ export type QueryRootCoinInfosArgs = {
7293
6799
  where?: InputMaybe<CoinInfosBoolExp>;
7294
6800
  };
7295
6801
 
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
-
7309
6802
  export type QueryRootCollectionDatasArgs = {
7310
6803
  distinct_on?: InputMaybe<Array<CollectionDatasSelectColumn>>;
7311
6804
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -7567,6 +7060,18 @@ export type QueryRootCurrentTokenPendingClaimsByPkArgs = {
7567
7060
  token_data_id_hash: Scalars["String"]["input"];
7568
7061
  };
7569
7062
 
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
+
7570
7075
  export type QueryRootDelegatedStakingActivitiesArgs = {
7571
7076
  distinct_on?: InputMaybe<Array<DelegatedStakingActivitiesSelectColumn>>;
7572
7077
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -7707,79 +7212,6 @@ export type QueryRootMoveResourcesAggregateArgs = {
7707
7212
  where?: InputMaybe<MoveResourcesBoolExp>;
7708
7213
  };
7709
7214
 
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
-
7783
7215
  export type QueryRootNftMetadataCrawlerParsedAssetUrisArgs = {
7784
7216
  distinct_on?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisSelectColumn>>;
7785
7217
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -7834,6 +7266,20 @@ export type QueryRootProposalVotesByPkArgs = {
7834
7266
  voter_address: Scalars["String"]["input"];
7835
7267
  };
7836
7268
 
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
+
7837
7283
  export type QueryRootSignaturesArgs = {
7838
7284
  distinct_on?: InputMaybe<Array<SignaturesSelectColumn>>;
7839
7285
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -8074,6 +7520,14 @@ export type SubscriptionRoot = {
8074
7520
  address_version_from_move_resources_aggregate: AddressVersionFromMoveResourcesAggregate;
8075
7521
  /** fetch data from the table in a streaming manner: "legacy_migration_v1.address_version_from_move_resources" */
8076
7522
  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>;
8077
7531
  /** fetch data from the table: "block_metadata_transactions" */
8078
7532
  block_metadata_transactions: Array<BlockMetadataTransactions>;
8079
7533
  /** fetch data from the table: "block_metadata_transactions" using primary key columns */
@@ -8094,12 +7548,6 @@ export type SubscriptionRoot = {
8094
7548
  coin_infos: Array<CoinInfos>;
8095
7549
  /** fetch data from the table in a streaming manner: "legacy_migration_v1.coin_infos" */
8096
7550
  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>;
8103
7551
  /** fetch data from the table: "legacy_migration_v1.collection_datas" */
8104
7552
  collection_datas: Array<CollectionDatas>;
8105
7553
  /** fetch data from the table in a streaming manner: "legacy_migration_v1.collection_datas" */
@@ -8158,13 +7606,13 @@ export type SubscriptionRoot = {
8158
7606
  current_delegator_balances_by_pk?: Maybe<CurrentDelegatorBalances>;
8159
7607
  /** fetch data from the table in a streaming manner: "current_delegator_balances" */
8160
7608
  current_delegator_balances_stream: Array<CurrentDelegatorBalances>;
8161
- /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
7609
+ /** fetch data from the table: "current_fungible_asset_balances" */
8162
7610
  current_fungible_asset_balances: Array<CurrentFungibleAssetBalances>;
8163
- /** fetch aggregated fields from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
7611
+ /** fetch aggregated fields from the table: "current_fungible_asset_balances" */
8164
7612
  current_fungible_asset_balances_aggregate: CurrentFungibleAssetBalancesAggregate;
8165
- /** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" using primary key columns */
7613
+ /** fetch data from the table: "current_fungible_asset_balances" using primary key columns */
8166
7614
  current_fungible_asset_balances_by_pk?: Maybe<CurrentFungibleAssetBalances>;
8167
- /** fetch data from the table in a streaming manner: "current_unified_fungible_asset_balances_to_be_renamed" */
7615
+ /** fetch data from the table in a streaming manner: "current_fungible_asset_balances" */
8168
7616
  current_fungible_asset_balances_stream: Array<CurrentFungibleAssetBalances>;
8169
7617
  /** fetch data from the table: "current_objects" */
8170
7618
  current_objects: Array<CurrentObjects>;
@@ -8214,6 +7662,12 @@ export type SubscriptionRoot = {
8214
7662
  current_token_pending_claims_by_pk?: Maybe<CurrentTokenPendingClaims>;
8215
7663
  /** fetch data from the table in a streaming manner: "current_token_pending_claims" */
8216
7664
  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>;
8217
7671
  /** An array relationship */
8218
7672
  delegated_staking_activities: Array<DelegatedStakingActivities>;
8219
7673
  /** fetch data from the table: "delegated_staking_activities" using primary key columns */
@@ -8264,11 +7718,11 @@ export type SubscriptionRoot = {
8264
7718
  indexer_status_by_pk?: Maybe<IndexerStatus>;
8265
7719
  /** fetch data from the table in a streaming manner: "indexer_status" */
8266
7720
  indexer_status_stream: Array<IndexerStatus>;
8267
- /** fetch data from the table: "ledger_infos" */
7721
+ /** fetch data from the table: "processor_metadata.ledger_infos" */
8268
7722
  ledger_infos: Array<LedgerInfos>;
8269
- /** fetch data from the table: "ledger_infos" using primary key columns */
7723
+ /** fetch data from the table: "processor_metadata.ledger_infos" using primary key columns */
8270
7724
  ledger_infos_by_pk?: Maybe<LedgerInfos>;
8271
- /** fetch data from the table in a streaming manner: "ledger_infos" */
7725
+ /** fetch data from the table in a streaming manner: "processor_metadata.ledger_infos" */
8272
7726
  ledger_infos_stream: Array<LedgerInfos>;
8273
7727
  /** fetch data from the table: "legacy_migration_v1.move_resources" */
8274
7728
  move_resources: Array<MoveResources>;
@@ -8276,38 +7730,6 @@ export type SubscriptionRoot = {
8276
7730
  move_resources_aggregate: MoveResourcesAggregate;
8277
7731
  /** fetch data from the table in a streaming manner: "legacy_migration_v1.move_resources" */
8278
7732
  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>;
8311
7733
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" */
8312
7734
  nft_metadata_crawler_parsed_asset_uris: Array<NftMetadataCrawlerParsedAssetUris>;
8313
7735
  /** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" using primary key columns */
@@ -8318,11 +7740,11 @@ export type SubscriptionRoot = {
8318
7740
  num_active_delegator_per_pool: Array<NumActiveDelegatorPerPool>;
8319
7741
  /** fetch data from the table in a streaming manner: "num_active_delegator_per_pool" */
8320
7742
  num_active_delegator_per_pool_stream: Array<NumActiveDelegatorPerPool>;
8321
- /** fetch data from the table: "processor_status" */
7743
+ /** fetch data from the table: "processor_metadata.processor_status" */
8322
7744
  processor_status: Array<ProcessorStatus>;
8323
- /** fetch data from the table: "processor_status" using primary key columns */
7745
+ /** fetch data from the table: "processor_metadata.processor_status" using primary key columns */
8324
7746
  processor_status_by_pk?: Maybe<ProcessorStatus>;
8325
- /** fetch data from the table in a streaming manner: "processor_status" */
7747
+ /** fetch data from the table in a streaming manner: "processor_metadata.processor_status" */
8326
7748
  processor_status_stream: Array<ProcessorStatus>;
8327
7749
  /** fetch data from the table: "proposal_votes" */
8328
7750
  proposal_votes: Array<ProposalVotes>;
@@ -8332,6 +7754,12 @@ export type SubscriptionRoot = {
8332
7754
  proposal_votes_by_pk?: Maybe<ProposalVotes>;
8333
7755
  /** fetch data from the table in a streaming manner: "proposal_votes" */
8334
7756
  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>;
8335
7763
  /** fetch data from the table: "signatures" */
8336
7764
  signatures: Array<Signatures>;
8337
7765
  /** fetch data from the table: "signatures" using primary key columns */
@@ -8469,6 +7897,32 @@ export type SubscriptionRootAddressVersionFromMoveResourcesStreamArgs = {
8469
7897
  where?: InputMaybe<AddressVersionFromMoveResourcesBoolExp>;
8470
7898
  };
8471
7899
 
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
+
8472
7926
  export type SubscriptionRootBlockMetadataTransactionsArgs = {
8473
7927
  distinct_on?: InputMaybe<Array<BlockMetadataTransactionsSelectColumn>>;
8474
7928
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -8537,25 +7991,6 @@ export type SubscriptionRootCoinInfosStreamArgs = {
8537
7991
  where?: InputMaybe<CoinInfosBoolExp>;
8538
7992
  };
8539
7993
 
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
-
8559
7994
  export type SubscriptionRootCollectionDatasArgs = {
8560
7995
  distinct_on?: InputMaybe<Array<CollectionDatasSelectColumn>>;
8561
7996
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -8937,6 +8372,24 @@ export type SubscriptionRootCurrentTokenPendingClaimsStreamArgs = {
8937
8372
  where?: InputMaybe<CurrentTokenPendingClaimsBoolExp>;
8938
8373
  };
8939
8374
 
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
+
8940
8393
  export type SubscriptionRootDelegatedStakingActivitiesArgs = {
8941
8394
  distinct_on?: InputMaybe<Array<DelegatedStakingActivitiesSelectColumn>>;
8942
8395
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -9137,109 +8590,6 @@ export type SubscriptionRootMoveResourcesStreamArgs = {
9137
8590
  where?: InputMaybe<MoveResourcesBoolExp>;
9138
8591
  };
9139
8592
 
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
-
9243
8593
  export type SubscriptionRootNftMetadataCrawlerParsedAssetUrisArgs = {
9244
8594
  distinct_on?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisSelectColumn>>;
9245
8595
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -9318,6 +8668,26 @@ export type SubscriptionRootProposalVotesStreamArgs = {
9318
8668
  where?: InputMaybe<ProposalVotesBoolExp>;
9319
8669
  };
9320
8670
 
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
+
9321
8691
  export type SubscriptionRootSignaturesArgs = {
9322
8692
  distinct_on?: InputMaybe<Array<SignaturesSelectColumn>>;
9323
8693
  limit?: InputMaybe<Scalars["Int"]["input"]>;
@@ -9624,19 +8994,6 @@ export type TimestampComparisonExp = {
9624
8994
  _nin?: InputMaybe<Array<Scalars["timestamp"]["input"]>>;
9625
8995
  };
9626
8996
 
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
-
9640
8997
  /** columns and relationships of "legacy_migration_v1.token_activities" */
9641
8998
  export type TokenActivities = {
9642
8999
  /** An array relationship */
@@ -10945,14 +10302,18 @@ export type TokensStreamCursorValueInput = {
10945
10302
  /** columns and relationships of "user_transactions" */
10946
10303
  export type UserTransactions = {
10947
10304
  block_height: Scalars["bigint"]["output"];
10305
+ entry_function_contract_address?: Maybe<Scalars["String"]["output"]>;
10306
+ entry_function_function_name?: Maybe<Scalars["String"]["output"]>;
10948
10307
  entry_function_id_str: Scalars["String"]["output"];
10308
+ entry_function_module_name?: Maybe<Scalars["String"]["output"]>;
10949
10309
  epoch: Scalars["bigint"]["output"];
10950
10310
  expiration_timestamp_secs: Scalars["timestamp"]["output"];
10951
10311
  gas_unit_price: Scalars["numeric"]["output"];
10952
10312
  max_gas_amount: Scalars["numeric"]["output"];
10953
10313
  parent_signature_type: Scalars["String"]["output"];
10314
+ replay_protection_nonce?: Maybe<Scalars["numeric"]["output"]>;
10954
10315
  sender: Scalars["String"]["output"];
10955
- sequence_number: Scalars["bigint"]["output"];
10316
+ sequence_number?: Maybe<Scalars["bigint"]["output"]>;
10956
10317
  timestamp: Scalars["timestamp"]["output"];
10957
10318
  version: Scalars["bigint"]["output"];
10958
10319
  };
@@ -10963,12 +10324,16 @@ export type UserTransactionsBoolExp = {
10963
10324
  _not?: InputMaybe<UserTransactionsBoolExp>;
10964
10325
  _or?: InputMaybe<Array<UserTransactionsBoolExp>>;
10965
10326
  block_height?: InputMaybe<BigintComparisonExp>;
10327
+ entry_function_contract_address?: InputMaybe<StringComparisonExp>;
10328
+ entry_function_function_name?: InputMaybe<StringComparisonExp>;
10966
10329
  entry_function_id_str?: InputMaybe<StringComparisonExp>;
10330
+ entry_function_module_name?: InputMaybe<StringComparisonExp>;
10967
10331
  epoch?: InputMaybe<BigintComparisonExp>;
10968
10332
  expiration_timestamp_secs?: InputMaybe<TimestampComparisonExp>;
10969
10333
  gas_unit_price?: InputMaybe<NumericComparisonExp>;
10970
10334
  max_gas_amount?: InputMaybe<NumericComparisonExp>;
10971
10335
  parent_signature_type?: InputMaybe<StringComparisonExp>;
10336
+ replay_protection_nonce?: InputMaybe<NumericComparisonExp>;
10972
10337
  sender?: InputMaybe<StringComparisonExp>;
10973
10338
  sequence_number?: InputMaybe<BigintComparisonExp>;
10974
10339
  timestamp?: InputMaybe<TimestampComparisonExp>;
@@ -10978,12 +10343,16 @@ export type UserTransactionsBoolExp = {
10978
10343
  /** Ordering options when selecting data from "user_transactions". */
10979
10344
  export type UserTransactionsOrderBy = {
10980
10345
  block_height?: InputMaybe<OrderBy>;
10346
+ entry_function_contract_address?: InputMaybe<OrderBy>;
10347
+ entry_function_function_name?: InputMaybe<OrderBy>;
10981
10348
  entry_function_id_str?: InputMaybe<OrderBy>;
10349
+ entry_function_module_name?: InputMaybe<OrderBy>;
10982
10350
  epoch?: InputMaybe<OrderBy>;
10983
10351
  expiration_timestamp_secs?: InputMaybe<OrderBy>;
10984
10352
  gas_unit_price?: InputMaybe<OrderBy>;
10985
10353
  max_gas_amount?: InputMaybe<OrderBy>;
10986
10354
  parent_signature_type?: InputMaybe<OrderBy>;
10355
+ replay_protection_nonce?: InputMaybe<OrderBy>;
10987
10356
  sender?: InputMaybe<OrderBy>;
10988
10357
  sequence_number?: InputMaybe<OrderBy>;
10989
10358
  timestamp?: InputMaybe<OrderBy>;
@@ -10995,8 +10364,14 @@ export enum UserTransactionsSelectColumn {
10995
10364
  /** column name */
10996
10365
  BlockHeight = "block_height",
10997
10366
  /** column name */
10367
+ EntryFunctionContractAddress = "entry_function_contract_address",
10368
+ /** column name */
10369
+ EntryFunctionFunctionName = "entry_function_function_name",
10370
+ /** column name */
10998
10371
  EntryFunctionIdStr = "entry_function_id_str",
10999
10372
  /** column name */
10373
+ EntryFunctionModuleName = "entry_function_module_name",
10374
+ /** column name */
11000
10375
  Epoch = "epoch",
11001
10376
  /** column name */
11002
10377
  ExpirationTimestampSecs = "expiration_timestamp_secs",
@@ -11007,6 +10382,8 @@ export enum UserTransactionsSelectColumn {
11007
10382
  /** column name */
11008
10383
  ParentSignatureType = "parent_signature_type",
11009
10384
  /** column name */
10385
+ ReplayProtectionNonce = "replay_protection_nonce",
10386
+ /** column name */
11010
10387
  Sender = "sender",
11011
10388
  /** column name */
11012
10389
  SequenceNumber = "sequence_number",
@@ -11027,12 +10404,16 @@ export type UserTransactionsStreamCursorInput = {
11027
10404
  /** Initial value of the column from where the streaming should start */
11028
10405
  export type UserTransactionsStreamCursorValueInput = {
11029
10406
  block_height?: InputMaybe<Scalars["bigint"]["input"]>;
10407
+ entry_function_contract_address?: InputMaybe<Scalars["String"]["input"]>;
10408
+ entry_function_function_name?: InputMaybe<Scalars["String"]["input"]>;
11030
10409
  entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
10410
+ entry_function_module_name?: InputMaybe<Scalars["String"]["input"]>;
11031
10411
  epoch?: InputMaybe<Scalars["bigint"]["input"]>;
11032
10412
  expiration_timestamp_secs?: InputMaybe<Scalars["timestamp"]["input"]>;
11033
10413
  gas_unit_price?: InputMaybe<Scalars["numeric"]["input"]>;
11034
10414
  max_gas_amount?: InputMaybe<Scalars["numeric"]["input"]>;
11035
10415
  parent_signature_type?: InputMaybe<Scalars["String"]["input"]>;
10416
+ replay_protection_nonce?: InputMaybe<Scalars["numeric"]["input"]>;
11036
10417
  sender?: InputMaybe<Scalars["String"]["input"]>;
11037
10418
  sequence_number?: InputMaybe<Scalars["bigint"]["input"]>;
11038
10419
  timestamp?: InputMaybe<Scalars["timestamp"]["input"]>;