@aptos-labs/ts-sdk 1.35.0-zeta.2 → 1.36.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.
- package/dist/common/{accountAddress-Ce4Cv60D.d.ts → accountAddress-jrha_M3l.d.ts} +11 -99
- package/dist/common/chunk-PA2XFIP3.js +4 -0
- package/dist/common/chunk-PA2XFIP3.js.map +1 -0
- package/dist/common/cli/index.d.ts +1 -1
- package/dist/common/cli/index.js +1 -486
- package/dist/common/cli/index.js.map +1 -1
- package/dist/common/index.d.ts +54 -47
- package/dist/common/index.js +436 -18333
- package/dist/common/index.js.map +1 -1
- package/dist/esm/account/AbstractKeylessAccount.mjs +1 -75
- package/dist/esm/account/AbstractedAccount.mjs +1 -74
- package/dist/esm/account/Account.mjs +1 -72
- package/dist/esm/account/AccountUtils.mjs +1 -78
- package/dist/esm/account/Ed25519Account.mjs +1 -70
- package/dist/esm/account/EphemeralKeyPair.mjs +1 -50
- package/dist/esm/account/FederatedKeylessAccount.mjs +1 -72
- package/dist/esm/account/KeylessAccount.mjs +1 -72
- package/dist/esm/account/MultiEd25519Account.mjs +1 -70
- package/dist/esm/account/MultiKeyAccount.mjs +1 -74
- package/dist/esm/account/SingleKeyAccount.mjs +1 -72
- package/dist/esm/account/index.mjs +1 -119
- package/dist/esm/account/utils.mjs +1 -54
- package/dist/esm/api/account/abstraction.mjs +1 -101
- package/dist/esm/api/account.d.mts +1 -17
- package/dist/esm/api/account.mjs +1 -105
- package/dist/esm/api/ans.mjs +1 -101
- package/dist/esm/api/aptos.mjs +1 -139
- package/dist/esm/api/aptosConfig.mjs +1 -9
- package/dist/esm/api/coin.d.mts +2 -2
- package/dist/esm/api/coin.mjs +1 -100
- package/dist/esm/api/digitalAsset.mjs +1 -101
- package/dist/esm/api/event.mjs +1 -59
- package/dist/esm/api/experimental.mjs +1 -85
- package/dist/esm/api/faucet.mjs +1 -58
- package/dist/esm/api/fungibleAsset.mjs +1 -101
- package/dist/esm/api/general.mjs +1 -85
- package/dist/esm/api/index.mjs +1 -143
- package/dist/esm/api/keyless.d.mts +1 -1
- package/dist/esm/api/keyless.mjs +1 -102
- package/dist/esm/api/object.mjs +1 -59
- package/dist/esm/api/staking.mjs +1 -59
- package/dist/esm/api/table.mjs +1 -38
- package/dist/esm/api/transaction.mjs +1 -110
- package/dist/esm/api/transactionSubmission/build.mjs +1 -99
- package/dist/esm/api/transactionSubmission/helpers.mjs +1 -9
- package/dist/esm/api/transactionSubmission/management.mjs +1 -105
- package/dist/esm/api/transactionSubmission/sign.mjs +1 -218
- package/dist/esm/api/transactionSubmission/sign.mjs.map +1 -1
- package/dist/esm/api/transactionSubmission/simulate.mjs +1 -100
- package/dist/esm/api/transactionSubmission/submit.mjs +1 -100
- package/dist/esm/api/utils.mjs +1 -36
- package/dist/esm/bcs/consts.mjs +1 -17
- package/dist/esm/bcs/deserializer.mjs +1 -10
- package/dist/esm/bcs/index.mjs +1 -60
- package/dist/esm/bcs/serializable/entryFunctionBytes.mjs +1 -12
- package/dist/esm/bcs/serializable/fixedBytes.mjs +1 -11
- package/dist/esm/bcs/serializable/movePrimitives.mjs +1 -26
- package/dist/esm/bcs/serializable/moveStructs.mjs +1 -22
- package/dist/esm/bcs/serializer.mjs +1 -18
- package/dist/esm/chunk-2N4EPY2J.mjs +2 -0
- package/dist/esm/{chunk-A7LYGPFL.mjs.map → chunk-2N4EPY2J.mjs.map} +1 -1
- package/dist/esm/chunk-2OBSQ2FK.mjs +2 -0
- package/dist/esm/{chunk-UK7SPHIE.mjs.map → chunk-2OBSQ2FK.mjs.map} +1 -1
- package/dist/esm/chunk-2P27DDVV.mjs +2 -0
- package/dist/esm/{chunk-6T3V5LXK.mjs.map → chunk-2P27DDVV.mjs.map} +1 -1
- package/dist/esm/chunk-2SAOCLIU.mjs +2 -0
- package/dist/esm/{chunk-YT7V6AVJ.mjs.map → chunk-2SAOCLIU.mjs.map} +1 -1
- package/dist/esm/chunk-2V636AYW.mjs +2 -0
- package/dist/esm/{chunk-3IWV2Q3K.mjs.map → chunk-2V636AYW.mjs.map} +1 -1
- package/dist/esm/chunk-35DKMW7Q.mjs +2 -0
- package/dist/esm/{chunk-GUA5YTIK.mjs.map → chunk-35DKMW7Q.mjs.map} +1 -1
- package/dist/esm/chunk-36H47QOE.mjs +2 -0
- package/dist/esm/{chunk-UGKZQUGE.mjs.map → chunk-36H47QOE.mjs.map} +1 -1
- package/dist/esm/chunk-3DHWWNJ3.mjs +2 -0
- package/dist/esm/{chunk-HL337SEM.mjs.map → chunk-3DHWWNJ3.mjs.map} +1 -1
- package/dist/esm/chunk-3OLFJ65O.mjs +2 -0
- package/dist/esm/{chunk-G4NBRMZ2.mjs.map → chunk-3OLFJ65O.mjs.map} +1 -1
- package/dist/esm/chunk-4KKJ36IO.mjs +2 -0
- package/dist/esm/{chunk-HQDHSKVS.mjs.map → chunk-4KKJ36IO.mjs.map} +1 -1
- package/dist/esm/chunk-4PW3JKQZ.mjs +2 -0
- package/dist/esm/{chunk-I5G7XFGT.mjs.map → chunk-4PW3JKQZ.mjs.map} +1 -1
- package/dist/esm/chunk-4QK4SKAT.mjs +2 -0
- package/dist/esm/{chunk-7F32C225.mjs.map → chunk-4QK4SKAT.mjs.map} +1 -1
- package/dist/esm/chunk-4RXKALLC.mjs +2 -0
- package/dist/esm/{chunk-SFLQPB72.mjs.map → chunk-4RXKALLC.mjs.map} +1 -1
- package/dist/esm/chunk-4SWK3JHQ.mjs +2 -0
- package/dist/esm/{chunk-3DAVHDK4.mjs.map → chunk-4SWK3JHQ.mjs.map} +1 -1
- package/dist/esm/chunk-553ZRNUL.mjs +2 -0
- package/dist/esm/{chunk-6SNGKTWE.mjs.map → chunk-553ZRNUL.mjs.map} +1 -1
- package/dist/esm/chunk-56CNRT2K.mjs +2 -0
- package/dist/esm/{chunk-SBB4YEPT.mjs.map → chunk-56CNRT2K.mjs.map} +1 -1
- package/dist/esm/chunk-5AD7ZF6G.mjs +2 -0
- package/dist/esm/{chunk-RCXGTN36.mjs.map → chunk-5AD7ZF6G.mjs.map} +1 -1
- package/dist/esm/chunk-5MVHOQKD.mjs +2 -0
- package/dist/esm/{chunk-T4BFWV46.mjs.map → chunk-5MVHOQKD.mjs.map} +1 -1
- package/dist/esm/chunk-5W5XV63W.mjs +2 -0
- package/dist/esm/{chunk-QYNYDQE3.mjs.map → chunk-5W5XV63W.mjs.map} +1 -1
- package/dist/esm/chunk-5WWU3WSU.mjs +2 -0
- package/dist/esm/{chunk-F4VI7BNX.mjs.map → chunk-5WWU3WSU.mjs.map} +1 -1
- package/dist/esm/chunk-6FQDCTMA.mjs +2 -0
- package/dist/esm/{chunk-2WBJAKBO.mjs.map → chunk-6FQDCTMA.mjs.map} +1 -1
- package/dist/esm/chunk-6IULVNLQ.mjs +2 -0
- package/dist/esm/{chunk-XIBOO3WF.mjs.map → chunk-6IULVNLQ.mjs.map} +1 -1
- package/dist/esm/chunk-6KI24ZRR.mjs +2 -0
- package/dist/esm/{chunk-IPUAVRGL.mjs.map → chunk-6KI24ZRR.mjs.map} +1 -1
- package/dist/esm/chunk-6KZT3KFZ.mjs +2 -0
- package/dist/esm/{chunk-FMNMYKYH.mjs.map → chunk-6KZT3KFZ.mjs.map} +1 -1
- package/dist/esm/chunk-6VGLRQBT.mjs +2 -0
- package/dist/esm/{chunk-AGKEC2IM.mjs.map → chunk-6VGLRQBT.mjs.map} +1 -1
- package/dist/esm/chunk-6YPM7TK2.mjs +2 -0
- package/dist/esm/{chunk-Y3M32DIB.mjs.map → chunk-6YPM7TK2.mjs.map} +1 -1
- package/dist/esm/chunk-7CRQNXR5.mjs +2 -0
- package/dist/esm/{chunk-YU65LNIC.mjs.map → chunk-7CRQNXR5.mjs.map} +1 -1
- package/dist/esm/chunk-7HC33TEX.mjs +2 -0
- package/dist/esm/{chunk-X4N5BN3S.mjs.map → chunk-7HC33TEX.mjs.map} +1 -1
- package/dist/esm/chunk-7KHKP7DY.mjs +2 -0
- package/dist/esm/{chunk-TL4Z4KHK.mjs.map → chunk-7KHKP7DY.mjs.map} +1 -1
- package/dist/esm/chunk-7OUPEQRN.mjs +2 -0
- package/dist/esm/{chunk-TFW6N66T.mjs.map → chunk-7OUPEQRN.mjs.map} +1 -1
- package/dist/esm/chunk-A3VO773Q.mjs +2 -0
- package/dist/esm/{chunk-KLUO6XPE.mjs.map → chunk-A3VO773Q.mjs.map} +1 -1
- package/dist/esm/chunk-A5L76YP7.mjs +2 -0
- package/dist/esm/{chunk-PT2QHUB6.mjs.map → chunk-A5L76YP7.mjs.map} +1 -1
- package/dist/esm/chunk-ACE3NEV6.mjs +2 -0
- package/dist/esm/{chunk-WXQUBQK4.mjs.map → chunk-ACE3NEV6.mjs.map} +1 -1
- package/dist/esm/chunk-AEGA5N2W.mjs +2 -0
- package/dist/esm/{chunk-QJ6CGH7N.mjs.map → chunk-AEGA5N2W.mjs.map} +1 -1
- package/dist/esm/chunk-AIPHJFJL.mjs +2 -0
- package/dist/esm/{chunk-6I37A76G.mjs.map → chunk-AIPHJFJL.mjs.map} +1 -1
- package/dist/esm/chunk-APGCD5FH.mjs +2 -0
- package/dist/esm/{chunk-UGFIWCJQ.mjs.map → chunk-APGCD5FH.mjs.map} +1 -1
- package/dist/esm/chunk-BMPHQ3E7.mjs +2 -0
- package/dist/esm/{chunk-MWXBQ6HR.mjs.map → chunk-BMPHQ3E7.mjs.map} +1 -1
- package/dist/esm/chunk-C3Q23D22.mjs +2 -0
- package/dist/esm/{chunk-F7W7KS5C.mjs.map → chunk-C3Q23D22.mjs.map} +1 -1
- package/dist/esm/chunk-CGTMSLVZ.mjs +2 -0
- package/dist/esm/{chunk-AKXCFBYF.mjs.map → chunk-CGTMSLVZ.mjs.map} +1 -1
- package/dist/esm/chunk-CU6HQJSE.mjs +2 -0
- package/dist/esm/{chunk-RQS33JAS.mjs.map → chunk-CU6HQJSE.mjs.map} +1 -1
- package/dist/esm/chunk-DAR3R4UP.mjs +2 -0
- package/dist/esm/{chunk-TDLL7QX5.mjs.map → chunk-DAR3R4UP.mjs.map} +1 -1
- package/dist/esm/chunk-DOVH6HPL.mjs +2 -0
- package/dist/esm/{chunk-THWEBWUC.mjs.map → chunk-DOVH6HPL.mjs.map} +1 -1
- package/dist/esm/chunk-DUJJUR7O.mjs +2 -0
- package/dist/esm/{chunk-JFMFZ2IL.mjs.map → chunk-DUJJUR7O.mjs.map} +1 -1
- package/dist/esm/chunk-EHTTY7EF.mjs +2 -0
- package/dist/esm/{chunk-2FTF6J7F.mjs.map → chunk-EHTTY7EF.mjs.map} +1 -1
- package/dist/esm/chunk-ERLDXTIY.mjs +2 -0
- package/dist/esm/{chunk-6ASWESA2.mjs.map → chunk-ERLDXTIY.mjs.map} +1 -1
- package/dist/esm/chunk-FCHN3LT7.mjs +2 -0
- package/dist/esm/{chunk-GCQK2S5Q.mjs.map → chunk-FCHN3LT7.mjs.map} +1 -1
- package/dist/esm/chunk-GJOUTA7U.mjs +2 -0
- package/dist/esm/{chunk-JEVGHYEP.mjs.map → chunk-GJOUTA7U.mjs.map} +1 -1
- package/dist/esm/chunk-GOXRBEIJ.mjs +2 -0
- package/dist/esm/{chunk-APM7OSLS.mjs.map → chunk-GOXRBEIJ.mjs.map} +1 -1
- package/dist/esm/chunk-H4YAL2IL.mjs +2 -0
- package/dist/esm/{chunk-R4JTQQBX.mjs.map → chunk-H4YAL2IL.mjs.map} +1 -1
- package/dist/esm/chunk-HHWJHOFZ.mjs +2 -0
- package/dist/esm/{chunk-KSK3XIGF.mjs.map → chunk-HHWJHOFZ.mjs.map} +1 -1
- package/dist/esm/chunk-HTP5ZVX5.mjs +2 -0
- package/dist/esm/{chunk-IP7GATDH.mjs.map → chunk-HTP5ZVX5.mjs.map} +1 -1
- package/dist/esm/chunk-HWMMVLTP.mjs +2 -0
- package/dist/esm/{chunk-WLTQHGIJ.mjs.map → chunk-HWMMVLTP.mjs.map} +1 -1
- package/dist/esm/chunk-HWNPKEOJ.mjs +2 -0
- package/dist/esm/chunk-HWNPKEOJ.mjs.map +1 -0
- package/dist/esm/chunk-IF4UU2MT.mjs +2 -0
- package/dist/esm/{chunk-QPT4BSAB.mjs.map → chunk-IF4UU2MT.mjs.map} +1 -1
- package/dist/esm/chunk-ILUFGYLO.mjs +2 -0
- package/dist/esm/{chunk-56UCIGTO.mjs.map → chunk-ILUFGYLO.mjs.map} +1 -1
- package/dist/esm/chunk-IM4O756A.mjs +2 -0
- package/dist/esm/{chunk-FRLS4GRM.mjs.map → chunk-IM4O756A.mjs.map} +1 -1
- package/dist/esm/chunk-IMTC3J2M.mjs +2 -0
- package/dist/esm/{chunk-LJRNGZMY.mjs.map → chunk-IMTC3J2M.mjs.map} +1 -1
- package/dist/esm/chunk-IMYNN4TW.mjs +2 -0
- package/dist/esm/{chunk-JQIRRM7G.mjs.map → chunk-IMYNN4TW.mjs.map} +1 -1
- package/dist/esm/chunk-JA7CXAVY.mjs +2 -0
- package/dist/esm/{chunk-TJDF4CXI.mjs.map → chunk-JA7CXAVY.mjs.map} +1 -1
- package/dist/esm/chunk-JBARRS6K.mjs +2 -0
- package/dist/esm/{chunk-WUM247HF.mjs.map → chunk-JBARRS6K.mjs.map} +1 -1
- package/dist/esm/chunk-JLZGYZBX.mjs +2 -0
- package/dist/esm/{chunk-XQFUKBY7.mjs.map → chunk-JLZGYZBX.mjs.map} +1 -1
- package/dist/esm/chunk-JNNFNYDO.mjs +2 -0
- package/dist/esm/{chunk-ECTX2FGD.mjs.map → chunk-JNNFNYDO.mjs.map} +1 -1
- package/dist/esm/chunk-JXHGJ3AA.mjs +2 -0
- package/dist/esm/{chunk-7WW735TU.mjs.map → chunk-JXHGJ3AA.mjs.map} +1 -1
- package/dist/esm/chunk-K4JUKMMY.mjs +2 -0
- package/dist/esm/chunk-K4JUKMMY.mjs.map +1 -0
- package/dist/esm/chunk-KBC4ECVP.mjs +2 -0
- package/dist/esm/{chunk-YK66QBML.mjs.map → chunk-KBC4ECVP.mjs.map} +1 -1
- package/dist/esm/chunk-KDMSOCZY.mjs +2 -0
- package/dist/esm/chunk-KSLLV3ZC.mjs +2 -0
- package/dist/esm/{chunk-OFUNBTK4.mjs.map → chunk-KSLLV3ZC.mjs.map} +1 -1
- package/dist/esm/chunk-LET633ZK.mjs +2 -0
- package/dist/esm/{chunk-DDZGHA66.mjs.map → chunk-LET633ZK.mjs.map} +1 -1
- package/dist/esm/chunk-LQOSHBB7.mjs +4 -0
- package/dist/esm/{chunk-CXLXUSCG.mjs.map → chunk-LQOSHBB7.mjs.map} +1 -1
- package/dist/esm/chunk-LS3IDL2N.mjs +2 -0
- package/dist/esm/{chunk-MYEYZ7PF.mjs.map → chunk-LS3IDL2N.mjs.map} +1 -1
- package/dist/esm/chunk-M2GGYCLU.mjs +2 -0
- package/dist/esm/{chunk-XX6C2QGI.mjs.map → chunk-M2GGYCLU.mjs.map} +1 -1
- package/dist/esm/chunk-MY2BEHYF.mjs +2 -0
- package/dist/esm/{chunk-WHSS6I7T.mjs.map → chunk-MY2BEHYF.mjs.map} +1 -1
- package/dist/esm/chunk-MZVVBJVV.mjs +2 -0
- package/dist/esm/{chunk-62LC4PPC.mjs.map → chunk-MZVVBJVV.mjs.map} +1 -1
- package/dist/esm/chunk-N73S2K2V.mjs +2 -0
- package/dist/esm/{chunk-SRXIHVZE.mjs.map → chunk-N73S2K2V.mjs.map} +1 -1
- package/dist/esm/chunk-NIDF2LHF.mjs +2 -0
- package/dist/esm/{chunk-FDMI4BUL.mjs.map → chunk-NIDF2LHF.mjs.map} +1 -1
- package/dist/esm/chunk-OSZWSLJA.mjs +2 -0
- package/dist/esm/{chunk-R45SPK6Q.mjs.map → chunk-OSZWSLJA.mjs.map} +1 -1
- package/dist/esm/chunk-P265EC4T.mjs +2 -0
- package/dist/esm/{chunk-C7EEG6SW.mjs.map → chunk-P265EC4T.mjs.map} +1 -1
- package/dist/esm/chunk-PDAWVDI7.mjs +2 -0
- package/dist/esm/{chunk-MFFBZ43D.mjs.map → chunk-PDAWVDI7.mjs.map} +1 -1
- package/dist/esm/chunk-PE7KT5ZB.mjs +2 -0
- package/dist/esm/{chunk-SPI2HO3E.mjs.map → chunk-PE7KT5ZB.mjs.map} +1 -1
- package/dist/esm/chunk-PICZWW35.mjs +2 -0
- package/dist/esm/{chunk-A33OBGVN.mjs.map → chunk-PICZWW35.mjs.map} +1 -1
- package/dist/esm/chunk-PWGTRRSJ.mjs +2 -0
- package/dist/esm/{chunk-UOHCJOXI.mjs.map → chunk-PWGTRRSJ.mjs.map} +1 -1
- package/dist/esm/chunk-Q3AVJUBL.mjs +2 -0
- package/dist/esm/{chunk-PGFEUN7K.mjs.map → chunk-Q3AVJUBL.mjs.map} +1 -1
- package/dist/esm/chunk-QLEZDMIK.mjs +2 -0
- package/dist/esm/{chunk-BMM72IIP.mjs.map → chunk-QLEZDMIK.mjs.map} +1 -1
- package/dist/esm/chunk-QXTQNFEQ.mjs +2 -0
- package/dist/esm/{chunk-ZRBUAZZD.mjs.map → chunk-QXTQNFEQ.mjs.map} +1 -1
- package/dist/esm/chunk-R6I6Z3AA.mjs +2 -0
- package/dist/esm/{chunk-HBXBODME.mjs.map → chunk-R6I6Z3AA.mjs.map} +1 -1
- package/dist/esm/chunk-R6QCPXQG.mjs +2 -0
- package/dist/esm/{chunk-SQNS4SFV.mjs.map → chunk-R6QCPXQG.mjs.map} +1 -1
- package/dist/esm/chunk-RIINVEZA.mjs +2 -0
- package/dist/esm/{chunk-Y3ENAKRC.mjs.map → chunk-RIINVEZA.mjs.map} +1 -1
- package/dist/esm/chunk-RJ7F4JDV.mjs +2 -0
- package/dist/esm/chunk-RJ7F4JDV.mjs.map +1 -0
- package/dist/esm/chunk-RXHER6EA.mjs +2 -0
- package/dist/esm/{chunk-C7T6GW5P.mjs.map → chunk-RXHER6EA.mjs.map} +1 -1
- package/dist/esm/chunk-SCLWOTHD.mjs +2 -0
- package/dist/esm/{chunk-EBFKT35C.mjs.map → chunk-SCLWOTHD.mjs.map} +1 -1
- package/dist/esm/chunk-SZU5Q6CF.mjs +2 -0
- package/dist/esm/{chunk-T573PCIR.mjs.map → chunk-SZU5Q6CF.mjs.map} +1 -1
- package/dist/esm/chunk-T3VLXADE.mjs +2 -0
- package/dist/esm/{chunk-KW64NP2F.mjs.map → chunk-T3VLXADE.mjs.map} +1 -1
- package/dist/esm/chunk-TJICLFR2.mjs +2 -0
- package/dist/esm/{chunk-G7BB6K4B.mjs.map → chunk-TJICLFR2.mjs.map} +1 -1
- package/dist/esm/chunk-TKXEVD7A.mjs +2 -0
- package/dist/esm/{chunk-QSYWLSSN.mjs.map → chunk-TKXEVD7A.mjs.map} +1 -1
- package/dist/esm/chunk-TTY5GFMN.mjs +2 -0
- package/dist/esm/{chunk-PKUXOBIV.mjs.map → chunk-TTY5GFMN.mjs.map} +1 -1
- package/dist/esm/chunk-U6ZD22B5.mjs +2 -0
- package/dist/esm/{chunk-ORCQEMJL.mjs.map → chunk-U6ZD22B5.mjs.map} +1 -1
- package/dist/esm/chunk-UOBDL2BZ.mjs +2 -0
- package/dist/esm/{chunk-3TUV6YMI.mjs.map → chunk-UOBDL2BZ.mjs.map} +1 -1
- package/dist/esm/chunk-UP36QQGG.mjs +4 -0
- package/dist/esm/chunk-UP36QQGG.mjs.map +1 -0
- package/dist/esm/chunk-VHNX2NUR.mjs +473 -0
- package/dist/esm/chunk-VHNX2NUR.mjs.map +1 -0
- package/dist/esm/chunk-VHY6ZATX.mjs +2 -0
- package/dist/esm/{chunk-BDM6FBUO.mjs.map → chunk-VHY6ZATX.mjs.map} +1 -1
- package/dist/esm/chunk-VIXTXBYA.mjs +2 -0
- package/dist/esm/{chunk-G6R77JKO.mjs.map → chunk-VIXTXBYA.mjs.map} +1 -1
- package/dist/esm/chunk-W4BSN6SK.mjs +2 -0
- package/dist/esm/{chunk-ZWCTF3NQ.mjs.map → chunk-W4BSN6SK.mjs.map} +1 -1
- package/dist/esm/chunk-WYV4W2IM.mjs +2 -0
- package/dist/esm/{chunk-D6RXVCE3.mjs.map → chunk-WYV4W2IM.mjs.map} +1 -1
- package/dist/esm/chunk-X5ORWYVO.mjs +7 -0
- package/dist/esm/{chunk-32UQAST6.mjs.map → chunk-X5ORWYVO.mjs.map} +1 -1
- package/dist/esm/chunk-X5UJYMJU.mjs +2 -0
- package/dist/esm/{chunk-5ORUQZAR.mjs.map → chunk-X5UJYMJU.mjs.map} +1 -1
- package/dist/esm/chunk-X5YB74NB.mjs +2 -0
- package/dist/esm/{chunk-I25AX6PQ.mjs.map → chunk-X5YB74NB.mjs.map} +1 -1
- package/dist/esm/chunk-X6H4G6NE.mjs +2 -0
- package/dist/esm/{chunk-DMFRIING.mjs.map → chunk-X6H4G6NE.mjs.map} +1 -1
- package/dist/esm/chunk-XFL3B4WZ.mjs +2 -0
- package/dist/esm/{chunk-D4MW64RH.mjs.map → chunk-XFL3B4WZ.mjs.map} +1 -1
- package/dist/esm/chunk-XX4SFNZY.mjs +2 -0
- package/dist/esm/{chunk-JAZJE3OR.mjs.map → chunk-XX4SFNZY.mjs.map} +1 -1
- package/dist/esm/chunk-YMXJ6GYE.mjs +2 -0
- package/dist/esm/{chunk-ILTEOGFF.mjs.map → chunk-YMXJ6GYE.mjs.map} +1 -1
- package/dist/esm/chunk-YOZBVVKL.mjs +2 -0
- package/dist/esm/{chunk-BEYIOC2H.mjs.map → chunk-YOZBVVKL.mjs.map} +1 -1
- package/dist/esm/chunk-ZD2TY5N3.mjs +2 -0
- package/dist/esm/{chunk-NUT2VOX2.mjs.map → chunk-ZD2TY5N3.mjs.map} +1 -1
- package/dist/esm/chunk-ZJCTELB4.mjs +2 -0
- package/dist/esm/{chunk-K5OCDM3W.mjs.map → chunk-ZJCTELB4.mjs.map} +1 -1
- package/dist/esm/chunk-ZOY6N6UM.mjs +2 -0
- package/dist/esm/{chunk-BU43ZFDJ.mjs.map → chunk-ZOY6N6UM.mjs.map} +1 -1
- package/dist/esm/chunk-ZVYTHOS5.mjs +2 -0
- package/dist/esm/{chunk-G34CJDST.mjs.map → chunk-ZVYTHOS5.mjs.map} +1 -1
- package/dist/esm/cli/index.mjs +1 -20
- package/dist/esm/cli/localNode.mjs +1 -16
- package/dist/esm/cli/move.mjs +1 -7
- package/dist/esm/client/core.mjs +1 -34
- package/dist/esm/client/get.mjs +1 -41
- package/dist/esm/client/index.mjs +1 -69
- package/dist/esm/client/post.mjs +1 -43
- package/dist/esm/core/account/index.mjs +1 -21
- package/dist/esm/core/account/utils/address.mjs +1 -19
- package/dist/esm/core/account/utils/index.mjs +1 -20
- package/dist/esm/core/accountAddress.mjs +1 -16
- package/dist/esm/core/authenticationKey.mjs +1 -15
- package/dist/esm/core/common.mjs +1 -7
- package/dist/esm/core/crypto/abstraction.mjs +1 -26
- package/dist/esm/core/crypto/ed25519.mjs +1 -33
- package/dist/esm/core/crypto/ephemeral.mjs +1 -30
- package/dist/esm/core/crypto/federatedKeyless.mjs +1 -44
- package/dist/esm/core/crypto/hdKey.mjs +1 -25
- package/dist/esm/core/crypto/index.mjs +1 -173
- package/dist/esm/core/crypto/keyless.mjs +1 -83
- package/dist/esm/core/crypto/multiEd25519.mjs +1 -50
- package/dist/esm/core/crypto/multiKey.mjs +1 -51
- package/dist/esm/core/crypto/poseidon.mjs +1 -15
- package/dist/esm/core/crypto/privateKey.mjs +1 -12
- package/dist/esm/core/crypto/proof.mjs +1 -20
- package/dist/esm/core/crypto/publicKey.mjs +1 -22
- package/dist/esm/core/crypto/secp256k1.mjs +1 -29
- package/dist/esm/core/crypto/signature.mjs +1 -20
- package/dist/esm/core/crypto/singleKey.d.mts +2 -2
- package/dist/esm/core/crypto/singleKey.mjs +1 -48
- package/dist/esm/core/crypto/utils.mjs +1 -9
- package/dist/esm/core/hex.mjs +1 -12
- package/dist/esm/core/index.mjs +1 -202
- package/dist/esm/errors/index.mjs +1 -25
- package/dist/esm/index.d.mts +3 -3
- package/dist/esm/index.mjs +1 -798
- package/dist/esm/internal/abstraction.mjs +1 -103
- package/dist/esm/internal/account.d.mts +5 -22
- package/dist/esm/internal/account.mjs +1 -142
- package/dist/esm/internal/ans.mjs +1 -138
- package/dist/esm/internal/coin.mjs +1 -99
- package/dist/esm/internal/digitalAsset.mjs +1 -145
- package/dist/esm/internal/event.mjs +1 -62
- package/dist/esm/internal/experimental.mjs +1 -84
- package/dist/esm/internal/faucet.mjs +1 -57
- package/dist/esm/internal/fungibleAsset.mjs +1 -105
- package/dist/esm/internal/general.mjs +1 -43
- package/dist/esm/internal/keyless.d.mts +1 -12
- package/dist/esm/internal/keyless.mjs +1 -107
- package/dist/esm/internal/object.mjs +1 -58
- package/dist/esm/internal/staking.mjs +1 -60
- package/dist/esm/internal/table.mjs +1 -38
- package/dist/esm/internal/transaction.mjs +1 -57
- package/dist/esm/internal/transactionSubmission.mjs +1 -118
- package/dist/esm/internal/utils/index.mjs +1 -38
- package/dist/esm/internal/utils/utils.mjs +1 -37
- package/dist/esm/internal/view.mjs +1 -86
- package/dist/esm/transactions/authenticator/account.mjs +1 -67
- package/dist/esm/transactions/authenticator/index.mjs +1 -82
- package/dist/esm/transactions/authenticator/transaction.mjs +1 -66
- package/dist/esm/transactions/index.d.mts +1 -1
- package/dist/esm/transactions/index.mjs +1 -296
- package/dist/esm/transactions/instances/chainId.mjs +1 -11
- package/dist/esm/transactions/instances/identifier.mjs +1 -11
- package/dist/esm/transactions/instances/index.mjs +1 -114
- package/dist/esm/transactions/instances/moduleId.mjs +1 -55
- package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -60
- package/dist/esm/transactions/instances/rawTransaction.mjs +1 -65
- package/dist/esm/transactions/instances/rotationProofChallenge.mjs +1 -21
- package/dist/esm/transactions/instances/signedTransaction.mjs +1 -63
- package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -60
- package/dist/esm/transactions/instances/transactionArgument.mjs +1 -1
- package/dist/esm/transactions/instances/transactionPayload.mjs +1 -73
- package/dist/esm/transactions/management/accountSequenceNumber.mjs +1 -101
- package/dist/esm/transactions/management/asyncQueue.mjs +1 -9
- package/dist/esm/transactions/management/index.mjs +1 -111
- package/dist/esm/transactions/management/transactionWorker.mjs +1 -107
- package/dist/esm/transactions/scriptComposer/index.mjs +1 -80
- package/dist/esm/transactions/transactionBuilder/helpers.mjs +1 -92
- package/dist/esm/transactions/transactionBuilder/index.d.mts +1 -1
- package/dist/esm/transactions/transactionBuilder/index.mjs +1 -166
- package/dist/esm/transactions/transactionBuilder/remoteAbi.d.mts +29 -18
- package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +1 -74
- package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +1 -75
- package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -97
- package/dist/esm/transactions/typeTag/index.d.mts +16 -0
- package/dist/esm/transactions/typeTag/index.mjs +1 -91
- package/dist/esm/transactions/typeTag/parser.mjs +1 -60
- package/dist/esm/transactions/types.mjs +1 -1
- package/dist/esm/types/abstraction.mjs +1 -7
- package/dist/esm/types/generated/operations.d.mts +10 -63
- package/dist/esm/types/generated/queries.d.mts +2 -10
- package/dist/esm/types/generated/queries.mjs +1 -69
- package/dist/esm/types/generated/types.d.mts +1054 -824
- package/dist/esm/types/generated/types.mjs +1 -774
- package/dist/esm/types/generated/types.mjs.map +1 -1
- package/dist/esm/types/index.d.mts +2 -2
- package/dist/esm/types/index.mjs +1 -82
- package/dist/esm/types/indexer.d.mts +2 -14
- package/dist/esm/types/indexer.mjs +1 -1
- package/dist/esm/types/types.d.mts +3 -58
- package/dist/esm/types/types.mjs +1 -77
- package/dist/esm/utils/apiEndpoints.mjs +1 -21
- package/dist/esm/utils/const.d.mts +1 -1
- package/dist/esm/utils/const.mjs +1 -25
- package/dist/esm/utils/helpers.mjs +1 -37
- package/dist/esm/utils/index.mjs +1 -88
- package/dist/esm/utils/memoize.mjs +1 -9
- package/dist/esm/utils/normalizeBundle.mjs +1 -20
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -7
- package/package.json +2 -2
- package/src/api/account.ts +2 -56
- package/src/internal/account.ts +2 -395
- package/src/internal/keyless.ts +9 -17
- package/src/transactions/scriptComposer/index.ts +19 -6
- package/src/transactions/transactionBuilder/remoteAbi.ts +107 -35
- package/src/transactions/typeTag/index.ts +22 -0
- package/src/types/codegen.yaml +1 -1
- package/src/types/generated/operations.ts +8 -69
- package/src/types/generated/queries.ts +0 -111
- package/src/types/generated/types.ts +1159 -951
- package/src/types/indexer.ts +0 -16
- package/src/types/types.ts +3 -62
- package/src/utils/const.ts +1 -1
- package/src/version.ts +1 -1
- package/dist/common/chunk-JMOQXLED.js +0 -1305
- package/dist/common/chunk-JMOQXLED.js.map +0 -1
- package/dist/esm/chunk-2FTF6J7F.mjs +0 -97
- package/dist/esm/chunk-2HL7JEFC.mjs +0 -829
- package/dist/esm/chunk-2HL7JEFC.mjs.map +0 -1
- package/dist/esm/chunk-2WBJAKBO.mjs +0 -53
- package/dist/esm/chunk-32UQAST6.mjs +0 -296
- package/dist/esm/chunk-3DAVHDK4.mjs +0 -195
- package/dist/esm/chunk-3IWV2Q3K.mjs +0 -12
- package/dist/esm/chunk-3TUV6YMI.mjs +0 -305
- package/dist/esm/chunk-56UCIGTO.mjs +0 -21
- package/dist/esm/chunk-5ORUQZAR.mjs +0 -100
- package/dist/esm/chunk-5QHMFYVL.mjs +0 -42
- package/dist/esm/chunk-5QHMFYVL.mjs.map +0 -1
- package/dist/esm/chunk-62LC4PPC.mjs +0 -128
- package/dist/esm/chunk-6ASWESA2.mjs +0 -77
- package/dist/esm/chunk-6I37A76G.mjs +0 -29
- package/dist/esm/chunk-6OFCIXWS.mjs +0 -379
- package/dist/esm/chunk-6OFCIXWS.mjs.map +0 -1
- package/dist/esm/chunk-6SNGKTWE.mjs +0 -91
- package/dist/esm/chunk-6T3V5LXK.mjs +0 -119
- package/dist/esm/chunk-7F32C225.mjs +0 -219
- package/dist/esm/chunk-7WW735TU.mjs +0 -276
- package/dist/esm/chunk-A33OBGVN.mjs +0 -1014
- package/dist/esm/chunk-A7LYGPFL.mjs +0 -208
- package/dist/esm/chunk-AGKEC2IM.mjs +0 -250
- package/dist/esm/chunk-AKXCFBYF.mjs +0 -49
- package/dist/esm/chunk-APM7OSLS.mjs +0 -122
- package/dist/esm/chunk-BDM6FBUO.mjs +0 -198
- package/dist/esm/chunk-BEYIOC2H.mjs +0 -34
- package/dist/esm/chunk-BMM72IIP.mjs +0 -250
- package/dist/esm/chunk-BU43ZFDJ.mjs +0 -281
- package/dist/esm/chunk-C7EEG6SW.mjs +0 -689
- package/dist/esm/chunk-C7T6GW5P.mjs +0 -376
- package/dist/esm/chunk-CXLXUSCG.mjs +0 -417
- package/dist/esm/chunk-D4MW64RH.mjs +0 -188
- package/dist/esm/chunk-D6RXVCE3.mjs +0 -86
- package/dist/esm/chunk-DDZGHA66.mjs +0 -495
- package/dist/esm/chunk-DGDZNHUJ.mjs +0 -72
- package/dist/esm/chunk-DGDZNHUJ.mjs.map +0 -1
- package/dist/esm/chunk-DMFRIING.mjs +0 -286
- package/dist/esm/chunk-EBFKT35C.mjs +0 -66
- package/dist/esm/chunk-ECTX2FGD.mjs +0 -355
- package/dist/esm/chunk-EPTUAWRA.mjs +0 -895
- package/dist/esm/chunk-EPTUAWRA.mjs.map +0 -1
- package/dist/esm/chunk-F4VI7BNX.mjs +0 -58
- package/dist/esm/chunk-F7W7KS5C.mjs +0 -52
- package/dist/esm/chunk-FDMI4BUL.mjs +0 -611
- package/dist/esm/chunk-FMNMYKYH.mjs +0 -71
- package/dist/esm/chunk-FRLS4GRM.mjs +0 -62
- package/dist/esm/chunk-G34CJDST.mjs +0 -139
- package/dist/esm/chunk-G4NBRMZ2.mjs +0 -7
- package/dist/esm/chunk-G6R77JKO.mjs +0 -121
- package/dist/esm/chunk-G7BB6K4B.mjs +0 -167
- package/dist/esm/chunk-GCQK2S5Q.mjs +0 -43
- package/dist/esm/chunk-GUA5YTIK.mjs +0 -362
- package/dist/esm/chunk-HBXBODME.mjs +0 -84
- package/dist/esm/chunk-HKQY5GXT.mjs +0 -231
- package/dist/esm/chunk-HKQY5GXT.mjs.map +0 -1
- package/dist/esm/chunk-HL337SEM.mjs +0 -219
- package/dist/esm/chunk-HQDHSKVS.mjs +0 -74
- package/dist/esm/chunk-I25AX6PQ.mjs +0 -7
- package/dist/esm/chunk-I5G7XFGT.mjs +0 -86
- package/dist/esm/chunk-IJ7XCPP3.mjs +0 -480
- package/dist/esm/chunk-IJ7XCPP3.mjs.map +0 -1
- package/dist/esm/chunk-ILTEOGFF.mjs +0 -407
- package/dist/esm/chunk-IP7GATDH.mjs +0 -322
- package/dist/esm/chunk-IPUAVRGL.mjs +0 -248
- package/dist/esm/chunk-IQVHXOD3.mjs +0 -192
- package/dist/esm/chunk-IQVHXOD3.mjs.map +0 -1
- package/dist/esm/chunk-JAZJE3OR.mjs +0 -45
- package/dist/esm/chunk-JEVGHYEP.mjs +0 -162
- package/dist/esm/chunk-JFMFZ2IL.mjs +0 -147
- package/dist/esm/chunk-JQIRRM7G.mjs +0 -195
- package/dist/esm/chunk-JXCZTOYC.mjs +0 -1
- package/dist/esm/chunk-K5OCDM3W.mjs +0 -207
- package/dist/esm/chunk-KLUO6XPE.mjs +0 -33
- package/dist/esm/chunk-KSK3XIGF.mjs +0 -502
- package/dist/esm/chunk-KW64NP2F.mjs +0 -71
- package/dist/esm/chunk-LJRNGZMY.mjs +0 -10
- package/dist/esm/chunk-MFFBZ43D.mjs +0 -45
- package/dist/esm/chunk-MWXBQ6HR.mjs +0 -15
- package/dist/esm/chunk-MYEYZ7PF.mjs +0 -46
- package/dist/esm/chunk-NUT2VOX2.mjs +0 -317
- package/dist/esm/chunk-OFUNBTK4.mjs +0 -169
- package/dist/esm/chunk-ORCQEMJL.mjs +0 -51
- package/dist/esm/chunk-PGFEUN7K.mjs +0 -129
- package/dist/esm/chunk-PKUXOBIV.mjs +0 -138
- package/dist/esm/chunk-PT2QHUB6.mjs +0 -96
- package/dist/esm/chunk-QJ6CGH7N.mjs +0 -71
- package/dist/esm/chunk-QPT4BSAB.mjs +0 -20
- package/dist/esm/chunk-QSYWLSSN.mjs +0 -216
- package/dist/esm/chunk-QYNYDQE3.mjs +0 -288
- package/dist/esm/chunk-R45SPK6Q.mjs +0 -61
- package/dist/esm/chunk-R4JTQQBX.mjs +0 -37
- package/dist/esm/chunk-RCXGTN36.mjs +0 -58
- package/dist/esm/chunk-RQS33JAS.mjs +0 -77
- package/dist/esm/chunk-SAWN7RJP.mjs +0 -15
- package/dist/esm/chunk-SAWN7RJP.mjs.map +0 -1
- package/dist/esm/chunk-SBB4YEPT.mjs +0 -17
- package/dist/esm/chunk-SFLQPB72.mjs +0 -63
- package/dist/esm/chunk-SPI2HO3E.mjs +0 -177
- package/dist/esm/chunk-SPVJXZL5.mjs +0 -865
- package/dist/esm/chunk-SPVJXZL5.mjs.map +0 -1
- package/dist/esm/chunk-SQNS4SFV.mjs +0 -232
- package/dist/esm/chunk-SRXIHVZE.mjs +0 -50
- package/dist/esm/chunk-T4BFWV46.mjs +0 -63
- package/dist/esm/chunk-T573PCIR.mjs +0 -700
- package/dist/esm/chunk-TDLL7QX5.mjs +0 -239
- package/dist/esm/chunk-TFW6N66T.mjs +0 -415
- package/dist/esm/chunk-THWEBWUC.mjs +0 -20
- package/dist/esm/chunk-TJDF4CXI.mjs +0 -513
- package/dist/esm/chunk-TL4Z4KHK.mjs +0 -70
- package/dist/esm/chunk-UGFIWCJQ.mjs +0 -130
- package/dist/esm/chunk-UGKZQUGE.mjs +0 -367
- package/dist/esm/chunk-UIRAXHDH.mjs +0 -1
- package/dist/esm/chunk-UIRAXHDH.mjs.map +0 -1
- package/dist/esm/chunk-UK7SPHIE.mjs +0 -420
- package/dist/esm/chunk-UOHCJOXI.mjs +0 -150
- package/dist/esm/chunk-WHSS6I7T.mjs +0 -90
- package/dist/esm/chunk-WLTQHGIJ.mjs +0 -177
- package/dist/esm/chunk-WUM247HF.mjs +0 -125
- package/dist/esm/chunk-WXQUBQK4.mjs +0 -19
- package/dist/esm/chunk-X4N5BN3S.mjs +0 -40
- package/dist/esm/chunk-XIBOO3WF.mjs +0 -168
- package/dist/esm/chunk-XQFUKBY7.mjs +0 -136
- package/dist/esm/chunk-XX6C2QGI.mjs +0 -160
- package/dist/esm/chunk-Y3ENAKRC.mjs +0 -73
- package/dist/esm/chunk-Y3M32DIB.mjs +0 -79
- package/dist/esm/chunk-YK66QBML.mjs +0 -89
- package/dist/esm/chunk-YT7V6AVJ.mjs +0 -66
- package/dist/esm/chunk-YU65LNIC.mjs +0 -72
- package/dist/esm/chunk-ZRBUAZZD.mjs +0 -36
- package/dist/esm/chunk-ZWCTF3NQ.mjs +0 -25
- package/src/internal/move/jwks/build/jwk/BuildInfo.yaml +0 -56
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/account.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_factory.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_v2.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_account.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_coin.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_governance.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/block.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_id.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_status.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/code.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/coin.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/config_buffer.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/consensus_config.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/create_signer.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/delegation_pool.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dispatchable_fungible_asset.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dkg.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/event.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/execution_config.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/function_info.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/fungible_asset.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/gas_schedule.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/genesis.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/governance_proposal.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/guid.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwk_consensus_config.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwks.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/keyless_account.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/managed_coin.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/multisig_account.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object_code_deployment.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/optional_aggregator.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/primary_fungible_store.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_api_v0_config.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config_seqnum.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_state.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_with_dkg.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/resource_account.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/stake.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_config.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_contract.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_proxy.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/state_storage.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/storage_gas.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/system_addresses.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/timestamp.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_context.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_fee.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_validation.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/util.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/validator_consensus_info.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/version.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/vesting.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/voting.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/any.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/aptos_hash.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/big_vector.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381_algebra.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bn254_algebra.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/capability.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/comparator.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/copyable_any.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/crypto_algebra.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/debug.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ed25519.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/fixed_point64.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/from_bcs.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math128.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math64.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed64.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/multi_ed25519.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64_unbound.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_bulletproofs.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_elgamal.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_pedersen.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/secp256k1.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/simple_map.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_table.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_vector.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/string_utils.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table_with_length.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/type_info.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/acl.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bcs.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bit_vector.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/error.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/features.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/fixed_point32.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/hash.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/option.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/signer.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/string.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/vector.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_scripts/main.mv +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/account.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_factory.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_v2.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_account.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_coin.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_governance.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/block.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_id.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_status.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/code.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/coin.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/config_buffer.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/consensus_config.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/create_signer.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/delegation_pool.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dispatchable_fungible_asset.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dkg.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/event.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/execution_config.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/function_info.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/fungible_asset.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/gas_schedule.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/genesis.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/governance_proposal.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/guid.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwk_consensus_config.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwks.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/keyless_account.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/managed_coin.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/multisig_account.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object_code_deployment.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/optional_aggregator.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/primary_fungible_store.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_api_v0_config.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config_seqnum.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_state.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_with_dkg.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/resource_account.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/stake.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_config.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_contract.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_proxy.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/state_storage.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/storage_gas.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/system_addresses.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/timestamp.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_context.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_fee.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_validation.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/util.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/validator_consensus_info.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/version.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/vesting.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/voting.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/any.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/aptos_hash.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/big_vector.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381_algebra.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bn254_algebra.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/capability.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/comparator.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/copyable_any.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/crypto_algebra.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/debug.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ed25519.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/fixed_point64.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/from_bcs.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math128.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math64.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed64.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/multi_ed25519.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64_unbound.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_bulletproofs.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_elgamal.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_pedersen.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/secp256k1.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/simple_map.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_table.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_vector.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/string_utils.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table_with_length.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/type_info.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/acl.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bcs.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bit_vector.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/error.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/features.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/fixed_point32.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/hash.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/option.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/signer.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/string.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/vector.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/main.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/account.move +0 -1533
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator.move +0 -48
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_factory.move +0 -66
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_v2.move +0 -280
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_account.move +0 -443
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_coin.move +0 -204
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_governance.move +0 -1387
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/block.move +0 -394
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_id.move +0 -41
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_status.move +0 -48
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/code.move +0 -367
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/coin.move +0 -2214
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/config_buffer.move +0 -101
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/consensus_config.move +0 -77
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/create_signer.move +0 -21
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/delegation_pool.move +0 -5568
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dispatchable_fungible_asset.move +0 -228
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dkg.move +0 -121
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/event.move +0 -92
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/execution_config.move +0 -66
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/function_info.move +0 -100
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/fungible_asset.move +0 -1566
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/gas_schedule.move +0 -176
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/genesis.move +0 -550
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/governance_proposal.move +0 -23
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/guid.move +0 -68
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwk_consensus_config.move +0 -148
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwks.move +0 -817
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/keyless_account.move +0 -312
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/managed_coin.move +0 -205
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/multisig_account.move +0 -2477
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object.move +0 -1073
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object_code_deployment.move +0 -147
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/optional_aggregator.move +0 -295
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/primary_fungible_store.move +0 -405
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness.move +0 -574
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_api_v0_config.move +0 -57
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config.move +0 -153
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config_seqnum.move +0 -49
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration.move +0 -237
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_state.move +0 -132
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_with_dkg.move +0 -69
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/resource_account.move +0 -267
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/stake.move +0 -3286
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_config.move +0 -686
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_contract.move +0 -1618
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_proxy.move +0 -228
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/state_storage.move +0 -90
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/storage_gas.move +0 -622
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/system_addresses.move +0 -82
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/timestamp.move +0 -88
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_context.move +0 -262
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_fee.move +0 -457
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_validation.move +0 -501
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/util.move +0 -16
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/validator_consensus_info.move +0 -42
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/version.move +0 -115
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/vesting.move +0 -2183
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/voting.move +0 -1279
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/any.move +0 -57
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/aptos_hash.move +0 -253
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/big_vector.move +0 -469
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381.move +0 -985
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381_algebra.move +0 -802
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bn254_algebra.move +0 -855
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/capability.move +0 -193
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/comparator.move +0 -173
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/copyable_any.move +0 -45
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/crypto_algebra.move +0 -351
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/debug.move +0 -278
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ed25519.move +0 -262
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/fixed_point64.move +0 -447
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/from_bcs.move +0 -91
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math128.move +0 -381
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math64.move +0 -336
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed.move +0 -139
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed64.move +0 -142
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/multi_ed25519.move +0 -482
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64.move +0 -571
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64_unbound.move +0 -270
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255.move +0 -1310
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_bulletproofs.move +0 -253
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_elgamal.move +0 -234
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_pedersen.move +0 -158
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/secp256k1.move +0 -114
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/simple_map.move +0 -319
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_table.move +0 -769
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_vector.move +0 -766
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/string_utils.move +0 -148
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table.move +0 -152
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table_with_length.move +0 -141
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/type_info.move +0 -351
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/acl.move +0 -46
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bcs.move +0 -27
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bit_vector.move +0 -239
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/error.move +0 -88
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/features.move +0 -780
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/fixed_point32.move +0 -295
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/hash.move +0 -8
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/option.move +0 -356
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/signer.move +0 -21
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/string.move +0 -93
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/vector.move +0 -669
- package/src/internal/move/jwks/build/jwk/sources/main.move +0 -20
- package/src/internal/queries/getAccountAddressForAuthKey.graphql +0 -8
- package/src/internal/queries/getAuthKeysForPublicKey.graphql +0 -9
- package/src/internal/queries/getMultiKeyForAuthKey.graphql +0 -9
- package/src/internal/queries/getSignatures.graphql +0 -13
- /package/dist/esm/{chunk-JXCZTOYC.mjs.map → chunk-KDMSOCZY.mjs.map} +0 -0
|
@@ -57,6 +57,10 @@ type Scalars = {
|
|
|
57
57
|
input: any;
|
|
58
58
|
output: any;
|
|
59
59
|
};
|
|
60
|
+
timestamptz: {
|
|
61
|
+
input: any;
|
|
62
|
+
output: any;
|
|
63
|
+
};
|
|
60
64
|
};
|
|
61
65
|
/** Boolean expression to compare columns of type "Boolean". All fields are combined with logical 'AND'. */
|
|
62
66
|
type BooleanComparisonExp = {
|
|
@@ -729,260 +733,6 @@ type AddressVersionFromMoveResourcesVarSampFields = {
|
|
|
729
733
|
type AddressVersionFromMoveResourcesVarianceFields = {
|
|
730
734
|
transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
731
735
|
};
|
|
732
|
-
/** columns and relationships of "auth_key_account_addresses" */
|
|
733
|
-
type AuthKeyAccountAddresses = {
|
|
734
|
-
address: Scalars["String"]["output"];
|
|
735
|
-
auth_key: Scalars["String"]["output"];
|
|
736
|
-
last_transaction_version: Scalars["bigint"]["output"];
|
|
737
|
-
verified: Scalars["Boolean"]["output"];
|
|
738
|
-
};
|
|
739
|
-
/** aggregated selection of "auth_key_account_addresses" */
|
|
740
|
-
type AuthKeyAccountAddressesAggregate = {
|
|
741
|
-
aggregate?: Maybe<AuthKeyAccountAddressesAggregateFields>;
|
|
742
|
-
nodes: Array<AuthKeyAccountAddresses>;
|
|
743
|
-
};
|
|
744
|
-
/** aggregate fields of "auth_key_account_addresses" */
|
|
745
|
-
type AuthKeyAccountAddressesAggregateFields = {
|
|
746
|
-
avg?: Maybe<AuthKeyAccountAddressesAvgFields>;
|
|
747
|
-
count: Scalars["Int"]["output"];
|
|
748
|
-
max?: Maybe<AuthKeyAccountAddressesMaxFields>;
|
|
749
|
-
min?: Maybe<AuthKeyAccountAddressesMinFields>;
|
|
750
|
-
stddev?: Maybe<AuthKeyAccountAddressesStddevFields>;
|
|
751
|
-
stddev_pop?: Maybe<AuthKeyAccountAddressesStddevPopFields>;
|
|
752
|
-
stddev_samp?: Maybe<AuthKeyAccountAddressesStddevSampFields>;
|
|
753
|
-
sum?: Maybe<AuthKeyAccountAddressesSumFields>;
|
|
754
|
-
var_pop?: Maybe<AuthKeyAccountAddressesVarPopFields>;
|
|
755
|
-
var_samp?: Maybe<AuthKeyAccountAddressesVarSampFields>;
|
|
756
|
-
variance?: Maybe<AuthKeyAccountAddressesVarianceFields>;
|
|
757
|
-
};
|
|
758
|
-
/** aggregate fields of "auth_key_account_addresses" */
|
|
759
|
-
type AuthKeyAccountAddressesAggregateFieldsCountArgs = {
|
|
760
|
-
columns?: InputMaybe<Array<AuthKeyAccountAddressesSelectColumn>>;
|
|
761
|
-
distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
762
|
-
};
|
|
763
|
-
/** aggregate avg on columns */
|
|
764
|
-
type AuthKeyAccountAddressesAvgFields = {
|
|
765
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
766
|
-
};
|
|
767
|
-
/** Boolean expression to filter rows from the table "auth_key_account_addresses". All fields are combined with a logical 'AND'. */
|
|
768
|
-
type AuthKeyAccountAddressesBoolExp = {
|
|
769
|
-
_and?: InputMaybe<Array<AuthKeyAccountAddressesBoolExp>>;
|
|
770
|
-
_not?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
|
|
771
|
-
_or?: InputMaybe<Array<AuthKeyAccountAddressesBoolExp>>;
|
|
772
|
-
address?: InputMaybe<StringComparisonExp>;
|
|
773
|
-
auth_key?: InputMaybe<StringComparisonExp>;
|
|
774
|
-
last_transaction_version?: InputMaybe<BigintComparisonExp>;
|
|
775
|
-
verified?: InputMaybe<BooleanComparisonExp>;
|
|
776
|
-
};
|
|
777
|
-
/** aggregate max on columns */
|
|
778
|
-
type AuthKeyAccountAddressesMaxFields = {
|
|
779
|
-
address?: Maybe<Scalars["String"]["output"]>;
|
|
780
|
-
auth_key?: Maybe<Scalars["String"]["output"]>;
|
|
781
|
-
last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
|
|
782
|
-
};
|
|
783
|
-
/** aggregate min on columns */
|
|
784
|
-
type AuthKeyAccountAddressesMinFields = {
|
|
785
|
-
address?: Maybe<Scalars["String"]["output"]>;
|
|
786
|
-
auth_key?: Maybe<Scalars["String"]["output"]>;
|
|
787
|
-
last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
|
|
788
|
-
};
|
|
789
|
-
/** Ordering options when selecting data from "auth_key_account_addresses". */
|
|
790
|
-
type AuthKeyAccountAddressesOrderBy = {
|
|
791
|
-
address?: InputMaybe<OrderBy>;
|
|
792
|
-
auth_key?: InputMaybe<OrderBy>;
|
|
793
|
-
last_transaction_version?: InputMaybe<OrderBy>;
|
|
794
|
-
verified?: InputMaybe<OrderBy>;
|
|
795
|
-
};
|
|
796
|
-
/** select columns of table "auth_key_account_addresses" */
|
|
797
|
-
declare enum AuthKeyAccountAddressesSelectColumn {
|
|
798
|
-
/** column name */
|
|
799
|
-
Address = "address",
|
|
800
|
-
/** column name */
|
|
801
|
-
AuthKey = "auth_key",
|
|
802
|
-
/** column name */
|
|
803
|
-
LastTransactionVersion = "last_transaction_version",
|
|
804
|
-
/** column name */
|
|
805
|
-
Verified = "verified"
|
|
806
|
-
}
|
|
807
|
-
/** aggregate stddev on columns */
|
|
808
|
-
type AuthKeyAccountAddressesStddevFields = {
|
|
809
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
810
|
-
};
|
|
811
|
-
/** aggregate stddev_pop on columns */
|
|
812
|
-
type AuthKeyAccountAddressesStddevPopFields = {
|
|
813
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
814
|
-
};
|
|
815
|
-
/** aggregate stddev_samp on columns */
|
|
816
|
-
type AuthKeyAccountAddressesStddevSampFields = {
|
|
817
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
818
|
-
};
|
|
819
|
-
/** Streaming cursor of the table "auth_key_account_addresses" */
|
|
820
|
-
type AuthKeyAccountAddressesStreamCursorInput = {
|
|
821
|
-
/** Stream column input with initial value */
|
|
822
|
-
initial_value: AuthKeyAccountAddressesStreamCursorValueInput;
|
|
823
|
-
/** cursor ordering */
|
|
824
|
-
ordering?: InputMaybe<CursorOrdering>;
|
|
825
|
-
};
|
|
826
|
-
/** Initial value of the column from where the streaming should start */
|
|
827
|
-
type AuthKeyAccountAddressesStreamCursorValueInput = {
|
|
828
|
-
address?: InputMaybe<Scalars["String"]["input"]>;
|
|
829
|
-
auth_key?: InputMaybe<Scalars["String"]["input"]>;
|
|
830
|
-
last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
|
|
831
|
-
verified?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
832
|
-
};
|
|
833
|
-
/** aggregate sum on columns */
|
|
834
|
-
type AuthKeyAccountAddressesSumFields = {
|
|
835
|
-
last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
|
|
836
|
-
};
|
|
837
|
-
/** aggregate var_pop on columns */
|
|
838
|
-
type AuthKeyAccountAddressesVarPopFields = {
|
|
839
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
840
|
-
};
|
|
841
|
-
/** aggregate var_samp on columns */
|
|
842
|
-
type AuthKeyAccountAddressesVarSampFields = {
|
|
843
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
844
|
-
};
|
|
845
|
-
/** aggregate variance on columns */
|
|
846
|
-
type AuthKeyAccountAddressesVarianceFields = {
|
|
847
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
848
|
-
};
|
|
849
|
-
/** columns and relationships of "auth_key_multikey_layout" */
|
|
850
|
-
type AuthKeyMultikeyLayout = {
|
|
851
|
-
auth_key: Scalars["String"]["output"];
|
|
852
|
-
last_transaction_version: Scalars["bigint"]["output"];
|
|
853
|
-
multikey_layout_with_prefixes: Scalars["jsonb"]["output"];
|
|
854
|
-
multikey_type: Scalars["String"]["output"];
|
|
855
|
-
signatures_required: Scalars["bigint"]["output"];
|
|
856
|
-
};
|
|
857
|
-
/** columns and relationships of "auth_key_multikey_layout" */
|
|
858
|
-
type AuthKeyMultikeyLayoutMultikeyLayoutWithPrefixesArgs = {
|
|
859
|
-
path?: InputMaybe<Scalars["String"]["input"]>;
|
|
860
|
-
};
|
|
861
|
-
/** aggregated selection of "auth_key_multikey_layout" */
|
|
862
|
-
type AuthKeyMultikeyLayoutAggregate = {
|
|
863
|
-
aggregate?: Maybe<AuthKeyMultikeyLayoutAggregateFields>;
|
|
864
|
-
nodes: Array<AuthKeyMultikeyLayout>;
|
|
865
|
-
};
|
|
866
|
-
/** aggregate fields of "auth_key_multikey_layout" */
|
|
867
|
-
type AuthKeyMultikeyLayoutAggregateFields = {
|
|
868
|
-
avg?: Maybe<AuthKeyMultikeyLayoutAvgFields>;
|
|
869
|
-
count: Scalars["Int"]["output"];
|
|
870
|
-
max?: Maybe<AuthKeyMultikeyLayoutMaxFields>;
|
|
871
|
-
min?: Maybe<AuthKeyMultikeyLayoutMinFields>;
|
|
872
|
-
stddev?: Maybe<AuthKeyMultikeyLayoutStddevFields>;
|
|
873
|
-
stddev_pop?: Maybe<AuthKeyMultikeyLayoutStddevPopFields>;
|
|
874
|
-
stddev_samp?: Maybe<AuthKeyMultikeyLayoutStddevSampFields>;
|
|
875
|
-
sum?: Maybe<AuthKeyMultikeyLayoutSumFields>;
|
|
876
|
-
var_pop?: Maybe<AuthKeyMultikeyLayoutVarPopFields>;
|
|
877
|
-
var_samp?: Maybe<AuthKeyMultikeyLayoutVarSampFields>;
|
|
878
|
-
variance?: Maybe<AuthKeyMultikeyLayoutVarianceFields>;
|
|
879
|
-
};
|
|
880
|
-
/** aggregate fields of "auth_key_multikey_layout" */
|
|
881
|
-
type AuthKeyMultikeyLayoutAggregateFieldsCountArgs = {
|
|
882
|
-
columns?: InputMaybe<Array<AuthKeyMultikeyLayoutSelectColumn>>;
|
|
883
|
-
distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
884
|
-
};
|
|
885
|
-
/** aggregate avg on columns */
|
|
886
|
-
type AuthKeyMultikeyLayoutAvgFields = {
|
|
887
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
888
|
-
signatures_required?: Maybe<Scalars["Float"]["output"]>;
|
|
889
|
-
};
|
|
890
|
-
/** Boolean expression to filter rows from the table "auth_key_multikey_layout". All fields are combined with a logical 'AND'. */
|
|
891
|
-
type AuthKeyMultikeyLayoutBoolExp = {
|
|
892
|
-
_and?: InputMaybe<Array<AuthKeyMultikeyLayoutBoolExp>>;
|
|
893
|
-
_not?: InputMaybe<AuthKeyMultikeyLayoutBoolExp>;
|
|
894
|
-
_or?: InputMaybe<Array<AuthKeyMultikeyLayoutBoolExp>>;
|
|
895
|
-
auth_key?: InputMaybe<StringComparisonExp>;
|
|
896
|
-
last_transaction_version?: InputMaybe<BigintComparisonExp>;
|
|
897
|
-
multikey_layout_with_prefixes?: InputMaybe<JsonbComparisonExp>;
|
|
898
|
-
multikey_type?: InputMaybe<StringComparisonExp>;
|
|
899
|
-
signatures_required?: InputMaybe<BigintComparisonExp>;
|
|
900
|
-
};
|
|
901
|
-
/** aggregate max on columns */
|
|
902
|
-
type AuthKeyMultikeyLayoutMaxFields = {
|
|
903
|
-
auth_key?: Maybe<Scalars["String"]["output"]>;
|
|
904
|
-
last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
|
|
905
|
-
multikey_type?: Maybe<Scalars["String"]["output"]>;
|
|
906
|
-
signatures_required?: Maybe<Scalars["bigint"]["output"]>;
|
|
907
|
-
};
|
|
908
|
-
/** aggregate min on columns */
|
|
909
|
-
type AuthKeyMultikeyLayoutMinFields = {
|
|
910
|
-
auth_key?: Maybe<Scalars["String"]["output"]>;
|
|
911
|
-
last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
|
|
912
|
-
multikey_type?: Maybe<Scalars["String"]["output"]>;
|
|
913
|
-
signatures_required?: Maybe<Scalars["bigint"]["output"]>;
|
|
914
|
-
};
|
|
915
|
-
/** Ordering options when selecting data from "auth_key_multikey_layout". */
|
|
916
|
-
type AuthKeyMultikeyLayoutOrderBy = {
|
|
917
|
-
auth_key?: InputMaybe<OrderBy>;
|
|
918
|
-
last_transaction_version?: InputMaybe<OrderBy>;
|
|
919
|
-
multikey_layout_with_prefixes?: InputMaybe<OrderBy>;
|
|
920
|
-
multikey_type?: InputMaybe<OrderBy>;
|
|
921
|
-
signatures_required?: InputMaybe<OrderBy>;
|
|
922
|
-
};
|
|
923
|
-
/** select columns of table "auth_key_multikey_layout" */
|
|
924
|
-
declare enum AuthKeyMultikeyLayoutSelectColumn {
|
|
925
|
-
/** column name */
|
|
926
|
-
AuthKey = "auth_key",
|
|
927
|
-
/** column name */
|
|
928
|
-
LastTransactionVersion = "last_transaction_version",
|
|
929
|
-
/** column name */
|
|
930
|
-
MultikeyLayoutWithPrefixes = "multikey_layout_with_prefixes",
|
|
931
|
-
/** column name */
|
|
932
|
-
MultikeyType = "multikey_type",
|
|
933
|
-
/** column name */
|
|
934
|
-
SignaturesRequired = "signatures_required"
|
|
935
|
-
}
|
|
936
|
-
/** aggregate stddev on columns */
|
|
937
|
-
type AuthKeyMultikeyLayoutStddevFields = {
|
|
938
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
939
|
-
signatures_required?: Maybe<Scalars["Float"]["output"]>;
|
|
940
|
-
};
|
|
941
|
-
/** aggregate stddev_pop on columns */
|
|
942
|
-
type AuthKeyMultikeyLayoutStddevPopFields = {
|
|
943
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
944
|
-
signatures_required?: Maybe<Scalars["Float"]["output"]>;
|
|
945
|
-
};
|
|
946
|
-
/** aggregate stddev_samp on columns */
|
|
947
|
-
type AuthKeyMultikeyLayoutStddevSampFields = {
|
|
948
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
949
|
-
signatures_required?: Maybe<Scalars["Float"]["output"]>;
|
|
950
|
-
};
|
|
951
|
-
/** Streaming cursor of the table "auth_key_multikey_layout" */
|
|
952
|
-
type AuthKeyMultikeyLayoutStreamCursorInput = {
|
|
953
|
-
/** Stream column input with initial value */
|
|
954
|
-
initial_value: AuthKeyMultikeyLayoutStreamCursorValueInput;
|
|
955
|
-
/** cursor ordering */
|
|
956
|
-
ordering?: InputMaybe<CursorOrdering>;
|
|
957
|
-
};
|
|
958
|
-
/** Initial value of the column from where the streaming should start */
|
|
959
|
-
type AuthKeyMultikeyLayoutStreamCursorValueInput = {
|
|
960
|
-
auth_key?: InputMaybe<Scalars["String"]["input"]>;
|
|
961
|
-
last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
|
|
962
|
-
multikey_layout_with_prefixes?: InputMaybe<Scalars["jsonb"]["input"]>;
|
|
963
|
-
multikey_type?: InputMaybe<Scalars["String"]["input"]>;
|
|
964
|
-
signatures_required?: InputMaybe<Scalars["bigint"]["input"]>;
|
|
965
|
-
};
|
|
966
|
-
/** aggregate sum on columns */
|
|
967
|
-
type AuthKeyMultikeyLayoutSumFields = {
|
|
968
|
-
last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
|
|
969
|
-
signatures_required?: Maybe<Scalars["bigint"]["output"]>;
|
|
970
|
-
};
|
|
971
|
-
/** aggregate var_pop on columns */
|
|
972
|
-
type AuthKeyMultikeyLayoutVarPopFields = {
|
|
973
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
974
|
-
signatures_required?: Maybe<Scalars["Float"]["output"]>;
|
|
975
|
-
};
|
|
976
|
-
/** aggregate var_samp on columns */
|
|
977
|
-
type AuthKeyMultikeyLayoutVarSampFields = {
|
|
978
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
979
|
-
signatures_required?: Maybe<Scalars["Float"]["output"]>;
|
|
980
|
-
};
|
|
981
|
-
/** aggregate variance on columns */
|
|
982
|
-
type AuthKeyMultikeyLayoutVarianceFields = {
|
|
983
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
984
|
-
signatures_required?: Maybe<Scalars["Float"]["output"]>;
|
|
985
|
-
};
|
|
986
736
|
/** Boolean expression to compare columns of type "bigint". All fields are combined with logical 'AND'. */
|
|
987
737
|
type BigintComparisonExp = {
|
|
988
738
|
_eq?: InputMaybe<Scalars["bigint"]["input"]>;
|
|
@@ -2977,34 +2727,26 @@ type CurrentDelegatorBalancesStreamCursorValueInput = {
|
|
|
2977
2727
|
shares?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
2978
2728
|
table_handle?: InputMaybe<Scalars["String"]["input"]>;
|
|
2979
2729
|
};
|
|
2980
|
-
/** columns and relationships of "
|
|
2730
|
+
/** columns and relationships of "current_unified_fungible_asset_balances_to_be_renamed" */
|
|
2981
2731
|
type CurrentFungibleAssetBalances = {
|
|
2982
|
-
amount
|
|
2983
|
-
|
|
2984
|
-
amount_v2?: Maybe<Scalars["numeric"]["output"]>;
|
|
2985
|
-
asset_type: Scalars["String"]["output"];
|
|
2986
|
-
asset_type_v1?: Maybe<Scalars["String"]["output"]>;
|
|
2987
|
-
asset_type_v2?: Maybe<Scalars["String"]["output"]>;
|
|
2732
|
+
amount?: Maybe<Scalars["numeric"]["output"]>;
|
|
2733
|
+
asset_type?: Maybe<Scalars["String"]["output"]>;
|
|
2988
2734
|
is_frozen: Scalars["Boolean"]["output"];
|
|
2989
|
-
is_primary
|
|
2735
|
+
is_primary?: Maybe<Scalars["Boolean"]["output"]>;
|
|
2990
2736
|
last_transaction_timestamp?: Maybe<Scalars["timestamp"]["output"]>;
|
|
2991
|
-
last_transaction_timestamp_v1?: Maybe<Scalars["timestamp"]["output"]>;
|
|
2992
|
-
last_transaction_timestamp_v2?: Maybe<Scalars["timestamp"]["output"]>;
|
|
2993
2737
|
last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
|
|
2994
|
-
last_transaction_version_v1?: Maybe<Scalars["bigint"]["output"]>;
|
|
2995
|
-
last_transaction_version_v2?: Maybe<Scalars["bigint"]["output"]>;
|
|
2996
2738
|
/** An object relationship */
|
|
2997
2739
|
metadata?: Maybe<FungibleAssetMetadata>;
|
|
2998
2740
|
owner_address: Scalars["String"]["output"];
|
|
2999
2741
|
storage_id: Scalars["String"]["output"];
|
|
3000
|
-
token_standard
|
|
2742
|
+
token_standard?: Maybe<Scalars["String"]["output"]>;
|
|
3001
2743
|
};
|
|
3002
|
-
/** aggregated selection of "
|
|
2744
|
+
/** aggregated selection of "current_unified_fungible_asset_balances_to_be_renamed" */
|
|
3003
2745
|
type CurrentFungibleAssetBalancesAggregate = {
|
|
3004
2746
|
aggregate?: Maybe<CurrentFungibleAssetBalancesAggregateFields>;
|
|
3005
2747
|
nodes: Array<CurrentFungibleAssetBalances>;
|
|
3006
2748
|
};
|
|
3007
|
-
/** aggregate fields of "
|
|
2749
|
+
/** aggregate fields of "current_unified_fungible_asset_balances_to_be_renamed" */
|
|
3008
2750
|
type CurrentFungibleAssetBalancesAggregateFields = {
|
|
3009
2751
|
avg?: Maybe<CurrentFungibleAssetBalancesAvgFields>;
|
|
3010
2752
|
count: Scalars["Int"]["output"];
|
|
@@ -3018,7 +2760,7 @@ type CurrentFungibleAssetBalancesAggregateFields = {
|
|
|
3018
2760
|
var_samp?: Maybe<CurrentFungibleAssetBalancesVarSampFields>;
|
|
3019
2761
|
variance?: Maybe<CurrentFungibleAssetBalancesVarianceFields>;
|
|
3020
2762
|
};
|
|
3021
|
-
/** aggregate fields of "
|
|
2763
|
+
/** aggregate fields of "current_unified_fungible_asset_balances_to_be_renamed" */
|
|
3022
2764
|
type CurrentFungibleAssetBalancesAggregateFieldsCountArgs = {
|
|
3023
2765
|
columns?: InputMaybe<Array<CurrentFungibleAssetBalancesSelectColumn>>;
|
|
3024
2766
|
distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
@@ -3026,31 +2768,19 @@ type CurrentFungibleAssetBalancesAggregateFieldsCountArgs = {
|
|
|
3026
2768
|
/** aggregate avg on columns */
|
|
3027
2769
|
type CurrentFungibleAssetBalancesAvgFields = {
|
|
3028
2770
|
amount?: Maybe<Scalars["Float"]["output"]>;
|
|
3029
|
-
amount_v1?: Maybe<Scalars["Float"]["output"]>;
|
|
3030
|
-
amount_v2?: Maybe<Scalars["Float"]["output"]>;
|
|
3031
2771
|
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
3032
|
-
last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
|
|
3033
|
-
last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
|
|
3034
2772
|
};
|
|
3035
|
-
/** Boolean expression to filter rows from the table "
|
|
2773
|
+
/** Boolean expression to filter rows from the table "current_unified_fungible_asset_balances_to_be_renamed". All fields are combined with a logical 'AND'. */
|
|
3036
2774
|
type CurrentFungibleAssetBalancesBoolExp = {
|
|
3037
2775
|
_and?: InputMaybe<Array<CurrentFungibleAssetBalancesBoolExp>>;
|
|
3038
2776
|
_not?: InputMaybe<CurrentFungibleAssetBalancesBoolExp>;
|
|
3039
2777
|
_or?: InputMaybe<Array<CurrentFungibleAssetBalancesBoolExp>>;
|
|
3040
2778
|
amount?: InputMaybe<NumericComparisonExp>;
|
|
3041
|
-
amount_v1?: InputMaybe<NumericComparisonExp>;
|
|
3042
|
-
amount_v2?: InputMaybe<NumericComparisonExp>;
|
|
3043
2779
|
asset_type?: InputMaybe<StringComparisonExp>;
|
|
3044
|
-
asset_type_v1?: InputMaybe<StringComparisonExp>;
|
|
3045
|
-
asset_type_v2?: InputMaybe<StringComparisonExp>;
|
|
3046
2780
|
is_frozen?: InputMaybe<BooleanComparisonExp>;
|
|
3047
2781
|
is_primary?: InputMaybe<BooleanComparisonExp>;
|
|
3048
2782
|
last_transaction_timestamp?: InputMaybe<TimestampComparisonExp>;
|
|
3049
|
-
last_transaction_timestamp_v1?: InputMaybe<TimestampComparisonExp>;
|
|
3050
|
-
last_transaction_timestamp_v2?: InputMaybe<TimestampComparisonExp>;
|
|
3051
2783
|
last_transaction_version?: InputMaybe<BigintComparisonExp>;
|
|
3052
|
-
last_transaction_version_v1?: InputMaybe<BigintComparisonExp>;
|
|
3053
|
-
last_transaction_version_v2?: InputMaybe<BigintComparisonExp>;
|
|
3054
2784
|
metadata?: InputMaybe<FungibleAssetMetadataBoolExp>;
|
|
3055
2785
|
owner_address?: InputMaybe<StringComparisonExp>;
|
|
3056
2786
|
storage_id?: InputMaybe<StringComparisonExp>;
|
|
@@ -3059,17 +2789,9 @@ type CurrentFungibleAssetBalancesBoolExp = {
|
|
|
3059
2789
|
/** aggregate max on columns */
|
|
3060
2790
|
type CurrentFungibleAssetBalancesMaxFields = {
|
|
3061
2791
|
amount?: Maybe<Scalars["numeric"]["output"]>;
|
|
3062
|
-
amount_v1?: Maybe<Scalars["numeric"]["output"]>;
|
|
3063
|
-
amount_v2?: Maybe<Scalars["numeric"]["output"]>;
|
|
3064
2792
|
asset_type?: Maybe<Scalars["String"]["output"]>;
|
|
3065
|
-
asset_type_v1?: Maybe<Scalars["String"]["output"]>;
|
|
3066
|
-
asset_type_v2?: Maybe<Scalars["String"]["output"]>;
|
|
3067
2793
|
last_transaction_timestamp?: Maybe<Scalars["timestamp"]["output"]>;
|
|
3068
|
-
last_transaction_timestamp_v1?: Maybe<Scalars["timestamp"]["output"]>;
|
|
3069
|
-
last_transaction_timestamp_v2?: Maybe<Scalars["timestamp"]["output"]>;
|
|
3070
2794
|
last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
|
|
3071
|
-
last_transaction_version_v1?: Maybe<Scalars["bigint"]["output"]>;
|
|
3072
|
-
last_transaction_version_v2?: Maybe<Scalars["bigint"]["output"]>;
|
|
3073
2795
|
owner_address?: Maybe<Scalars["String"]["output"]>;
|
|
3074
2796
|
storage_id?: Maybe<Scalars["String"]["output"]>;
|
|
3075
2797
|
token_standard?: Maybe<Scalars["String"]["output"]>;
|
|
@@ -3077,73 +2799,41 @@ type CurrentFungibleAssetBalancesMaxFields = {
|
|
|
3077
2799
|
/** aggregate min on columns */
|
|
3078
2800
|
type CurrentFungibleAssetBalancesMinFields = {
|
|
3079
2801
|
amount?: Maybe<Scalars["numeric"]["output"]>;
|
|
3080
|
-
amount_v1?: Maybe<Scalars["numeric"]["output"]>;
|
|
3081
|
-
amount_v2?: Maybe<Scalars["numeric"]["output"]>;
|
|
3082
2802
|
asset_type?: Maybe<Scalars["String"]["output"]>;
|
|
3083
|
-
asset_type_v1?: Maybe<Scalars["String"]["output"]>;
|
|
3084
|
-
asset_type_v2?: Maybe<Scalars["String"]["output"]>;
|
|
3085
2803
|
last_transaction_timestamp?: Maybe<Scalars["timestamp"]["output"]>;
|
|
3086
|
-
last_transaction_timestamp_v1?: Maybe<Scalars["timestamp"]["output"]>;
|
|
3087
|
-
last_transaction_timestamp_v2?: Maybe<Scalars["timestamp"]["output"]>;
|
|
3088
2804
|
last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
|
|
3089
|
-
last_transaction_version_v1?: Maybe<Scalars["bigint"]["output"]>;
|
|
3090
|
-
last_transaction_version_v2?: Maybe<Scalars["bigint"]["output"]>;
|
|
3091
2805
|
owner_address?: Maybe<Scalars["String"]["output"]>;
|
|
3092
2806
|
storage_id?: Maybe<Scalars["String"]["output"]>;
|
|
3093
2807
|
token_standard?: Maybe<Scalars["String"]["output"]>;
|
|
3094
2808
|
};
|
|
3095
|
-
/** Ordering options when selecting data from "
|
|
2809
|
+
/** Ordering options when selecting data from "current_unified_fungible_asset_balances_to_be_renamed". */
|
|
3096
2810
|
type CurrentFungibleAssetBalancesOrderBy = {
|
|
3097
2811
|
amount?: InputMaybe<OrderBy>;
|
|
3098
|
-
amount_v1?: InputMaybe<OrderBy>;
|
|
3099
|
-
amount_v2?: InputMaybe<OrderBy>;
|
|
3100
2812
|
asset_type?: InputMaybe<OrderBy>;
|
|
3101
|
-
asset_type_v1?: InputMaybe<OrderBy>;
|
|
3102
|
-
asset_type_v2?: InputMaybe<OrderBy>;
|
|
3103
2813
|
is_frozen?: InputMaybe<OrderBy>;
|
|
3104
2814
|
is_primary?: InputMaybe<OrderBy>;
|
|
3105
2815
|
last_transaction_timestamp?: InputMaybe<OrderBy>;
|
|
3106
|
-
last_transaction_timestamp_v1?: InputMaybe<OrderBy>;
|
|
3107
|
-
last_transaction_timestamp_v2?: InputMaybe<OrderBy>;
|
|
3108
2816
|
last_transaction_version?: InputMaybe<OrderBy>;
|
|
3109
|
-
last_transaction_version_v1?: InputMaybe<OrderBy>;
|
|
3110
|
-
last_transaction_version_v2?: InputMaybe<OrderBy>;
|
|
3111
2817
|
metadata?: InputMaybe<FungibleAssetMetadataOrderBy>;
|
|
3112
2818
|
owner_address?: InputMaybe<OrderBy>;
|
|
3113
2819
|
storage_id?: InputMaybe<OrderBy>;
|
|
3114
2820
|
token_standard?: InputMaybe<OrderBy>;
|
|
3115
2821
|
};
|
|
3116
|
-
/** select columns of table "
|
|
2822
|
+
/** select columns of table "current_unified_fungible_asset_balances_to_be_renamed" */
|
|
3117
2823
|
declare enum CurrentFungibleAssetBalancesSelectColumn {
|
|
3118
2824
|
/** column name */
|
|
3119
2825
|
Amount = "amount",
|
|
3120
2826
|
/** column name */
|
|
3121
|
-
AmountV1 = "amount_v1",
|
|
3122
|
-
/** column name */
|
|
3123
|
-
AmountV2 = "amount_v2",
|
|
3124
|
-
/** column name */
|
|
3125
2827
|
AssetType = "asset_type",
|
|
3126
2828
|
/** column name */
|
|
3127
|
-
AssetTypeV1 = "asset_type_v1",
|
|
3128
|
-
/** column name */
|
|
3129
|
-
AssetTypeV2 = "asset_type_v2",
|
|
3130
|
-
/** column name */
|
|
3131
2829
|
IsFrozen = "is_frozen",
|
|
3132
2830
|
/** column name */
|
|
3133
2831
|
IsPrimary = "is_primary",
|
|
3134
2832
|
/** column name */
|
|
3135
2833
|
LastTransactionTimestamp = "last_transaction_timestamp",
|
|
3136
2834
|
/** column name */
|
|
3137
|
-
LastTransactionTimestampV1 = "last_transaction_timestamp_v1",
|
|
3138
|
-
/** column name */
|
|
3139
|
-
LastTransactionTimestampV2 = "last_transaction_timestamp_v2",
|
|
3140
|
-
/** column name */
|
|
3141
2835
|
LastTransactionVersion = "last_transaction_version",
|
|
3142
2836
|
/** column name */
|
|
3143
|
-
LastTransactionVersionV1 = "last_transaction_version_v1",
|
|
3144
|
-
/** column name */
|
|
3145
|
-
LastTransactionVersionV2 = "last_transaction_version_v2",
|
|
3146
|
-
/** column name */
|
|
3147
2837
|
OwnerAddress = "owner_address",
|
|
3148
2838
|
/** column name */
|
|
3149
2839
|
StorageId = "storage_id",
|
|
@@ -3153,29 +2843,17 @@ declare enum CurrentFungibleAssetBalancesSelectColumn {
|
|
|
3153
2843
|
/** aggregate stddev on columns */
|
|
3154
2844
|
type CurrentFungibleAssetBalancesStddevFields = {
|
|
3155
2845
|
amount?: Maybe<Scalars["Float"]["output"]>;
|
|
3156
|
-
amount_v1?: Maybe<Scalars["Float"]["output"]>;
|
|
3157
|
-
amount_v2?: Maybe<Scalars["Float"]["output"]>;
|
|
3158
2846
|
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
3159
|
-
last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
|
|
3160
|
-
last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
|
|
3161
2847
|
};
|
|
3162
2848
|
/** aggregate stddev_pop on columns */
|
|
3163
2849
|
type CurrentFungibleAssetBalancesStddevPopFields = {
|
|
3164
2850
|
amount?: Maybe<Scalars["Float"]["output"]>;
|
|
3165
|
-
amount_v1?: Maybe<Scalars["Float"]["output"]>;
|
|
3166
|
-
amount_v2?: Maybe<Scalars["Float"]["output"]>;
|
|
3167
2851
|
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
3168
|
-
last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
|
|
3169
|
-
last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
|
|
3170
2852
|
};
|
|
3171
2853
|
/** aggregate stddev_samp on columns */
|
|
3172
2854
|
type CurrentFungibleAssetBalancesStddevSampFields = {
|
|
3173
2855
|
amount?: Maybe<Scalars["Float"]["output"]>;
|
|
3174
|
-
amount_v1?: Maybe<Scalars["Float"]["output"]>;
|
|
3175
|
-
amount_v2?: Maybe<Scalars["Float"]["output"]>;
|
|
3176
2856
|
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
3177
|
-
last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
|
|
3178
|
-
last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
|
|
3179
2857
|
};
|
|
3180
2858
|
/** Streaming cursor of the table "current_fungible_asset_balances" */
|
|
3181
2859
|
type CurrentFungibleAssetBalancesStreamCursorInput = {
|
|
@@ -3187,19 +2865,11 @@ type CurrentFungibleAssetBalancesStreamCursorInput = {
|
|
|
3187
2865
|
/** Initial value of the column from where the streaming should start */
|
|
3188
2866
|
type CurrentFungibleAssetBalancesStreamCursorValueInput = {
|
|
3189
2867
|
amount?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
3190
|
-
amount_v1?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
3191
|
-
amount_v2?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
3192
2868
|
asset_type?: InputMaybe<Scalars["String"]["input"]>;
|
|
3193
|
-
asset_type_v1?: InputMaybe<Scalars["String"]["input"]>;
|
|
3194
|
-
asset_type_v2?: InputMaybe<Scalars["String"]["input"]>;
|
|
3195
2869
|
is_frozen?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
3196
2870
|
is_primary?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
3197
2871
|
last_transaction_timestamp?: InputMaybe<Scalars["timestamp"]["input"]>;
|
|
3198
|
-
last_transaction_timestamp_v1?: InputMaybe<Scalars["timestamp"]["input"]>;
|
|
3199
|
-
last_transaction_timestamp_v2?: InputMaybe<Scalars["timestamp"]["input"]>;
|
|
3200
2872
|
last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
|
|
3201
|
-
last_transaction_version_v1?: InputMaybe<Scalars["bigint"]["input"]>;
|
|
3202
|
-
last_transaction_version_v2?: InputMaybe<Scalars["bigint"]["input"]>;
|
|
3203
2873
|
owner_address?: InputMaybe<Scalars["String"]["input"]>;
|
|
3204
2874
|
storage_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
3205
2875
|
token_standard?: InputMaybe<Scalars["String"]["input"]>;
|
|
@@ -3207,38 +2877,22 @@ type CurrentFungibleAssetBalancesStreamCursorValueInput = {
|
|
|
3207
2877
|
/** aggregate sum on columns */
|
|
3208
2878
|
type CurrentFungibleAssetBalancesSumFields = {
|
|
3209
2879
|
amount?: Maybe<Scalars["numeric"]["output"]>;
|
|
3210
|
-
amount_v1?: Maybe<Scalars["numeric"]["output"]>;
|
|
3211
|
-
amount_v2?: Maybe<Scalars["numeric"]["output"]>;
|
|
3212
2880
|
last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
|
|
3213
|
-
last_transaction_version_v1?: Maybe<Scalars["bigint"]["output"]>;
|
|
3214
|
-
last_transaction_version_v2?: Maybe<Scalars["bigint"]["output"]>;
|
|
3215
2881
|
};
|
|
3216
2882
|
/** aggregate var_pop on columns */
|
|
3217
2883
|
type CurrentFungibleAssetBalancesVarPopFields = {
|
|
3218
2884
|
amount?: Maybe<Scalars["Float"]["output"]>;
|
|
3219
|
-
amount_v1?: Maybe<Scalars["Float"]["output"]>;
|
|
3220
|
-
amount_v2?: Maybe<Scalars["Float"]["output"]>;
|
|
3221
2885
|
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
3222
|
-
last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
|
|
3223
|
-
last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
|
|
3224
2886
|
};
|
|
3225
2887
|
/** aggregate var_samp on columns */
|
|
3226
2888
|
type CurrentFungibleAssetBalancesVarSampFields = {
|
|
3227
2889
|
amount?: Maybe<Scalars["Float"]["output"]>;
|
|
3228
|
-
amount_v1?: Maybe<Scalars["Float"]["output"]>;
|
|
3229
|
-
amount_v2?: Maybe<Scalars["Float"]["output"]>;
|
|
3230
2890
|
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
3231
|
-
last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
|
|
3232
|
-
last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
|
|
3233
2891
|
};
|
|
3234
2892
|
/** aggregate variance on columns */
|
|
3235
2893
|
type CurrentFungibleAssetBalancesVarianceFields = {
|
|
3236
2894
|
amount?: Maybe<Scalars["Float"]["output"]>;
|
|
3237
|
-
amount_v1?: Maybe<Scalars["Float"]["output"]>;
|
|
3238
|
-
amount_v2?: Maybe<Scalars["Float"]["output"]>;
|
|
3239
2895
|
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
3240
|
-
last_transaction_version_v1?: Maybe<Scalars["Float"]["output"]>;
|
|
3241
|
-
last_transaction_version_v2?: Maybe<Scalars["Float"]["output"]>;
|
|
3242
2896
|
};
|
|
3243
2897
|
/** columns and relationships of "current_objects" */
|
|
3244
2898
|
type CurrentObjects = {
|
|
@@ -3622,8 +3276,6 @@ type CurrentTokenDatasV2 = {
|
|
|
3622
3276
|
collection_id: Scalars["String"]["output"];
|
|
3623
3277
|
/** An object relationship */
|
|
3624
3278
|
current_collection?: Maybe<CurrentCollectionsV2>;
|
|
3625
|
-
/** An object relationship */
|
|
3626
|
-
current_royalty_v1?: Maybe<CurrentTokenRoyaltyV1>;
|
|
3627
3279
|
/** An array relationship */
|
|
3628
3280
|
current_token_ownerships: Array<CurrentTokenOwnershipsV2>;
|
|
3629
3281
|
/** An aggregate relationship */
|
|
@@ -3672,7 +3324,6 @@ type CurrentTokenDatasV2BoolExp = {
|
|
|
3672
3324
|
cdn_asset_uris?: InputMaybe<NftMetadataCrawlerParsedAssetUrisBoolExp>;
|
|
3673
3325
|
collection_id?: InputMaybe<StringComparisonExp>;
|
|
3674
3326
|
current_collection?: InputMaybe<CurrentCollectionsV2BoolExp>;
|
|
3675
|
-
current_royalty_v1?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
|
|
3676
3327
|
current_token_ownerships?: InputMaybe<CurrentTokenOwnershipsV2BoolExp>;
|
|
3677
3328
|
current_token_ownerships_aggregate?: InputMaybe<CurrentTokenOwnershipsV2AggregateBoolExp>;
|
|
3678
3329
|
decimals?: InputMaybe<BigintComparisonExp>;
|
|
@@ -3696,7 +3347,6 @@ type CurrentTokenDatasV2OrderBy = {
|
|
|
3696
3347
|
cdn_asset_uris?: InputMaybe<NftMetadataCrawlerParsedAssetUrisOrderBy>;
|
|
3697
3348
|
collection_id?: InputMaybe<OrderBy>;
|
|
3698
3349
|
current_collection?: InputMaybe<CurrentCollectionsV2OrderBy>;
|
|
3699
|
-
current_royalty_v1?: InputMaybe<CurrentTokenRoyaltyV1OrderBy>;
|
|
3700
3350
|
current_token_ownerships_aggregate?: InputMaybe<CurrentTokenOwnershipsV2AggregateOrderBy>;
|
|
3701
3351
|
decimals?: InputMaybe<OrderBy>;
|
|
3702
3352
|
description?: InputMaybe<OrderBy>;
|
|
@@ -4569,67 +4219,6 @@ type CurrentTokenPendingClaimsStreamCursorValueInput = {
|
|
|
4569
4219
|
token_data_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
4570
4220
|
token_data_id_hash?: InputMaybe<Scalars["String"]["input"]>;
|
|
4571
4221
|
};
|
|
4572
|
-
/** columns and relationships of "current_token_royalty_v1" */
|
|
4573
|
-
type CurrentTokenRoyaltyV1 = {
|
|
4574
|
-
last_transaction_timestamp: Scalars["timestamp"]["output"];
|
|
4575
|
-
last_transaction_version: Scalars["bigint"]["output"];
|
|
4576
|
-
payee_address: Scalars["String"]["output"];
|
|
4577
|
-
royalty_points_denominator: Scalars["numeric"]["output"];
|
|
4578
|
-
royalty_points_numerator: Scalars["numeric"]["output"];
|
|
4579
|
-
token_data_id: Scalars["String"]["output"];
|
|
4580
|
-
};
|
|
4581
|
-
/** Boolean expression to filter rows from the table "current_token_royalty_v1". All fields are combined with a logical 'AND'. */
|
|
4582
|
-
type CurrentTokenRoyaltyV1BoolExp = {
|
|
4583
|
-
_and?: InputMaybe<Array<CurrentTokenRoyaltyV1BoolExp>>;
|
|
4584
|
-
_not?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
|
|
4585
|
-
_or?: InputMaybe<Array<CurrentTokenRoyaltyV1BoolExp>>;
|
|
4586
|
-
last_transaction_timestamp?: InputMaybe<TimestampComparisonExp>;
|
|
4587
|
-
last_transaction_version?: InputMaybe<BigintComparisonExp>;
|
|
4588
|
-
payee_address?: InputMaybe<StringComparisonExp>;
|
|
4589
|
-
royalty_points_denominator?: InputMaybe<NumericComparisonExp>;
|
|
4590
|
-
royalty_points_numerator?: InputMaybe<NumericComparisonExp>;
|
|
4591
|
-
token_data_id?: InputMaybe<StringComparisonExp>;
|
|
4592
|
-
};
|
|
4593
|
-
/** Ordering options when selecting data from "current_token_royalty_v1". */
|
|
4594
|
-
type CurrentTokenRoyaltyV1OrderBy = {
|
|
4595
|
-
last_transaction_timestamp?: InputMaybe<OrderBy>;
|
|
4596
|
-
last_transaction_version?: InputMaybe<OrderBy>;
|
|
4597
|
-
payee_address?: InputMaybe<OrderBy>;
|
|
4598
|
-
royalty_points_denominator?: InputMaybe<OrderBy>;
|
|
4599
|
-
royalty_points_numerator?: InputMaybe<OrderBy>;
|
|
4600
|
-
token_data_id?: InputMaybe<OrderBy>;
|
|
4601
|
-
};
|
|
4602
|
-
/** select columns of table "current_token_royalty_v1" */
|
|
4603
|
-
declare enum CurrentTokenRoyaltyV1SelectColumn {
|
|
4604
|
-
/** column name */
|
|
4605
|
-
LastTransactionTimestamp = "last_transaction_timestamp",
|
|
4606
|
-
/** column name */
|
|
4607
|
-
LastTransactionVersion = "last_transaction_version",
|
|
4608
|
-
/** column name */
|
|
4609
|
-
PayeeAddress = "payee_address",
|
|
4610
|
-
/** column name */
|
|
4611
|
-
RoyaltyPointsDenominator = "royalty_points_denominator",
|
|
4612
|
-
/** column name */
|
|
4613
|
-
RoyaltyPointsNumerator = "royalty_points_numerator",
|
|
4614
|
-
/** column name */
|
|
4615
|
-
TokenDataId = "token_data_id"
|
|
4616
|
-
}
|
|
4617
|
-
/** Streaming cursor of the table "current_token_royalty_v1" */
|
|
4618
|
-
type CurrentTokenRoyaltyV1StreamCursorInput = {
|
|
4619
|
-
/** Stream column input with initial value */
|
|
4620
|
-
initial_value: CurrentTokenRoyaltyV1StreamCursorValueInput;
|
|
4621
|
-
/** cursor ordering */
|
|
4622
|
-
ordering?: InputMaybe<CursorOrdering>;
|
|
4623
|
-
};
|
|
4624
|
-
/** Initial value of the column from where the streaming should start */
|
|
4625
|
-
type CurrentTokenRoyaltyV1StreamCursorValueInput = {
|
|
4626
|
-
last_transaction_timestamp?: InputMaybe<Scalars["timestamp"]["input"]>;
|
|
4627
|
-
last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
|
|
4628
|
-
payee_address?: InputMaybe<Scalars["String"]["input"]>;
|
|
4629
|
-
royalty_points_denominator?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
4630
|
-
royalty_points_numerator?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
4631
|
-
token_data_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
4632
|
-
};
|
|
4633
4222
|
/** ordering argument of a cursor */
|
|
4634
4223
|
declare enum CursorOrdering {
|
|
4635
4224
|
/** ascending ordering of the cursor */
|
|
@@ -5704,67 +5293,834 @@ type MoveResourcesVarSampFields = {
|
|
|
5704
5293
|
type MoveResourcesVarianceFields = {
|
|
5705
5294
|
transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
5706
5295
|
};
|
|
5707
|
-
/** columns and relationships of "
|
|
5708
|
-
type
|
|
5709
|
-
|
|
5710
|
-
|
|
5711
|
-
|
|
5712
|
-
|
|
5713
|
-
|
|
5714
|
-
|
|
5715
|
-
|
|
5716
|
-
|
|
5717
|
-
|
|
5296
|
+
/** columns and relationships of "nft_marketplace_v2.current_nft_marketplace_auctions" */
|
|
5297
|
+
type NftMarketplaceV2CurrentNftMarketplaceAuctions = {
|
|
5298
|
+
buy_it_now_price?: Maybe<Scalars["numeric"]["output"]>;
|
|
5299
|
+
coin_type?: Maybe<Scalars["String"]["output"]>;
|
|
5300
|
+
collection_id: Scalars["String"]["output"];
|
|
5301
|
+
contract_address: Scalars["String"]["output"];
|
|
5302
|
+
current_bid_price?: Maybe<Scalars["numeric"]["output"]>;
|
|
5303
|
+
current_bidder?: Maybe<Scalars["String"]["output"]>;
|
|
5304
|
+
/** An object relationship */
|
|
5305
|
+
current_token_data?: Maybe<CurrentTokenDatasV2>;
|
|
5306
|
+
entry_function_id_str: Scalars["String"]["output"];
|
|
5307
|
+
expiration_time: Scalars["numeric"]["output"];
|
|
5308
|
+
fee_schedule_id: Scalars["String"]["output"];
|
|
5309
|
+
is_deleted: Scalars["Boolean"]["output"];
|
|
5310
|
+
last_transaction_timestamp: Scalars["timestamptz"]["output"];
|
|
5311
|
+
last_transaction_version: Scalars["bigint"]["output"];
|
|
5312
|
+
listing_id: Scalars["String"]["output"];
|
|
5313
|
+
marketplace: Scalars["String"]["output"];
|
|
5314
|
+
seller: Scalars["String"]["output"];
|
|
5315
|
+
starting_bid_price: Scalars["numeric"]["output"];
|
|
5316
|
+
token_amount: Scalars["numeric"]["output"];
|
|
5317
|
+
token_data_id: Scalars["String"]["output"];
|
|
5318
|
+
token_standard: Scalars["String"]["output"];
|
|
5718
5319
|
};
|
|
5719
|
-
/** Boolean expression to filter rows from the table "
|
|
5720
|
-
type
|
|
5721
|
-
_and?: InputMaybe<Array<
|
|
5722
|
-
_not?: InputMaybe<
|
|
5723
|
-
_or?: InputMaybe<Array<
|
|
5724
|
-
|
|
5725
|
-
|
|
5726
|
-
|
|
5727
|
-
|
|
5728
|
-
|
|
5729
|
-
|
|
5730
|
-
|
|
5731
|
-
|
|
5732
|
-
|
|
5320
|
+
/** Boolean expression to filter rows from the table "nft_marketplace_v2.current_nft_marketplace_auctions". All fields are combined with a logical 'AND'. */
|
|
5321
|
+
type NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp = {
|
|
5322
|
+
_and?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp>>;
|
|
5323
|
+
_not?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp>;
|
|
5324
|
+
_or?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp>>;
|
|
5325
|
+
buy_it_now_price?: InputMaybe<NumericComparisonExp>;
|
|
5326
|
+
coin_type?: InputMaybe<StringComparisonExp>;
|
|
5327
|
+
collection_id?: InputMaybe<StringComparisonExp>;
|
|
5328
|
+
contract_address?: InputMaybe<StringComparisonExp>;
|
|
5329
|
+
current_bid_price?: InputMaybe<NumericComparisonExp>;
|
|
5330
|
+
current_bidder?: InputMaybe<StringComparisonExp>;
|
|
5331
|
+
current_token_data?: InputMaybe<CurrentTokenDatasV2BoolExp>;
|
|
5332
|
+
entry_function_id_str?: InputMaybe<StringComparisonExp>;
|
|
5333
|
+
expiration_time?: InputMaybe<NumericComparisonExp>;
|
|
5334
|
+
fee_schedule_id?: InputMaybe<StringComparisonExp>;
|
|
5335
|
+
is_deleted?: InputMaybe<BooleanComparisonExp>;
|
|
5336
|
+
last_transaction_timestamp?: InputMaybe<TimestamptzComparisonExp>;
|
|
5337
|
+
last_transaction_version?: InputMaybe<BigintComparisonExp>;
|
|
5338
|
+
listing_id?: InputMaybe<StringComparisonExp>;
|
|
5339
|
+
marketplace?: InputMaybe<StringComparisonExp>;
|
|
5340
|
+
seller?: InputMaybe<StringComparisonExp>;
|
|
5341
|
+
starting_bid_price?: InputMaybe<NumericComparisonExp>;
|
|
5342
|
+
token_amount?: InputMaybe<NumericComparisonExp>;
|
|
5343
|
+
token_data_id?: InputMaybe<StringComparisonExp>;
|
|
5344
|
+
token_standard?: InputMaybe<StringComparisonExp>;
|
|
5733
5345
|
};
|
|
5734
|
-
/** Ordering options when selecting data from "
|
|
5735
|
-
type
|
|
5736
|
-
|
|
5737
|
-
|
|
5738
|
-
|
|
5739
|
-
|
|
5740
|
-
|
|
5741
|
-
|
|
5742
|
-
|
|
5743
|
-
|
|
5744
|
-
|
|
5346
|
+
/** Ordering options when selecting data from "nft_marketplace_v2.current_nft_marketplace_auctions". */
|
|
5347
|
+
type NftMarketplaceV2CurrentNftMarketplaceAuctionsOrderBy = {
|
|
5348
|
+
buy_it_now_price?: InputMaybe<OrderBy>;
|
|
5349
|
+
coin_type?: InputMaybe<OrderBy>;
|
|
5350
|
+
collection_id?: InputMaybe<OrderBy>;
|
|
5351
|
+
contract_address?: InputMaybe<OrderBy>;
|
|
5352
|
+
current_bid_price?: InputMaybe<OrderBy>;
|
|
5353
|
+
current_bidder?: InputMaybe<OrderBy>;
|
|
5354
|
+
current_token_data?: InputMaybe<CurrentTokenDatasV2OrderBy>;
|
|
5355
|
+
entry_function_id_str?: InputMaybe<OrderBy>;
|
|
5356
|
+
expiration_time?: InputMaybe<OrderBy>;
|
|
5357
|
+
fee_schedule_id?: InputMaybe<OrderBy>;
|
|
5358
|
+
is_deleted?: InputMaybe<OrderBy>;
|
|
5359
|
+
last_transaction_timestamp?: InputMaybe<OrderBy>;
|
|
5360
|
+
last_transaction_version?: InputMaybe<OrderBy>;
|
|
5361
|
+
listing_id?: InputMaybe<OrderBy>;
|
|
5362
|
+
marketplace?: InputMaybe<OrderBy>;
|
|
5363
|
+
seller?: InputMaybe<OrderBy>;
|
|
5364
|
+
starting_bid_price?: InputMaybe<OrderBy>;
|
|
5365
|
+
token_amount?: InputMaybe<OrderBy>;
|
|
5366
|
+
token_data_id?: InputMaybe<OrderBy>;
|
|
5367
|
+
token_standard?: InputMaybe<OrderBy>;
|
|
5745
5368
|
};
|
|
5746
|
-
/** select columns of table "
|
|
5747
|
-
declare enum
|
|
5369
|
+
/** select columns of table "nft_marketplace_v2.current_nft_marketplace_auctions" */
|
|
5370
|
+
declare enum NftMarketplaceV2CurrentNftMarketplaceAuctionsSelectColumn {
|
|
5748
5371
|
/** column name */
|
|
5749
|
-
|
|
5372
|
+
BuyItNowPrice = "buy_it_now_price",
|
|
5750
5373
|
/** column name */
|
|
5751
|
-
|
|
5374
|
+
CoinType = "coin_type",
|
|
5752
5375
|
/** column name */
|
|
5753
|
-
|
|
5376
|
+
CollectionId = "collection_id",
|
|
5754
5377
|
/** column name */
|
|
5755
|
-
|
|
5378
|
+
ContractAddress = "contract_address",
|
|
5756
5379
|
/** column name */
|
|
5757
|
-
|
|
5380
|
+
CurrentBidPrice = "current_bid_price",
|
|
5758
5381
|
/** column name */
|
|
5759
|
-
|
|
5382
|
+
CurrentBidder = "current_bidder",
|
|
5760
5383
|
/** column name */
|
|
5761
|
-
|
|
5384
|
+
EntryFunctionIdStr = "entry_function_id_str",
|
|
5762
5385
|
/** column name */
|
|
5763
|
-
|
|
5386
|
+
ExpirationTime = "expiration_time",
|
|
5764
5387
|
/** column name */
|
|
5765
|
-
|
|
5766
|
-
|
|
5767
|
-
|
|
5388
|
+
FeeScheduleId = "fee_schedule_id",
|
|
5389
|
+
/** column name */
|
|
5390
|
+
IsDeleted = "is_deleted",
|
|
5391
|
+
/** column name */
|
|
5392
|
+
LastTransactionTimestamp = "last_transaction_timestamp",
|
|
5393
|
+
/** column name */
|
|
5394
|
+
LastTransactionVersion = "last_transaction_version",
|
|
5395
|
+
/** column name */
|
|
5396
|
+
ListingId = "listing_id",
|
|
5397
|
+
/** column name */
|
|
5398
|
+
Marketplace = "marketplace",
|
|
5399
|
+
/** column name */
|
|
5400
|
+
Seller = "seller",
|
|
5401
|
+
/** column name */
|
|
5402
|
+
StartingBidPrice = "starting_bid_price",
|
|
5403
|
+
/** column name */
|
|
5404
|
+
TokenAmount = "token_amount",
|
|
5405
|
+
/** column name */
|
|
5406
|
+
TokenDataId = "token_data_id",
|
|
5407
|
+
/** column name */
|
|
5408
|
+
TokenStandard = "token_standard"
|
|
5409
|
+
}
|
|
5410
|
+
/** Streaming cursor of the table "nft_marketplace_v2_current_nft_marketplace_auctions" */
|
|
5411
|
+
type NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorInput = {
|
|
5412
|
+
/** Stream column input with initial value */
|
|
5413
|
+
initial_value: NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorValueInput;
|
|
5414
|
+
/** cursor ordering */
|
|
5415
|
+
ordering?: InputMaybe<CursorOrdering>;
|
|
5416
|
+
};
|
|
5417
|
+
/** Initial value of the column from where the streaming should start */
|
|
5418
|
+
type NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorValueInput = {
|
|
5419
|
+
buy_it_now_price?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
5420
|
+
coin_type?: InputMaybe<Scalars["String"]["input"]>;
|
|
5421
|
+
collection_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
5422
|
+
contract_address?: InputMaybe<Scalars["String"]["input"]>;
|
|
5423
|
+
current_bid_price?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
5424
|
+
current_bidder?: InputMaybe<Scalars["String"]["input"]>;
|
|
5425
|
+
entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
|
|
5426
|
+
expiration_time?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
5427
|
+
fee_schedule_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
5428
|
+
is_deleted?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5429
|
+
last_transaction_timestamp?: InputMaybe<Scalars["timestamptz"]["input"]>;
|
|
5430
|
+
last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
|
|
5431
|
+
listing_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
5432
|
+
marketplace?: InputMaybe<Scalars["String"]["input"]>;
|
|
5433
|
+
seller?: InputMaybe<Scalars["String"]["input"]>;
|
|
5434
|
+
starting_bid_price?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
5435
|
+
token_amount?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
5436
|
+
token_data_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
5437
|
+
token_standard?: InputMaybe<Scalars["String"]["input"]>;
|
|
5438
|
+
};
|
|
5439
|
+
/** columns and relationships of "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
|
|
5440
|
+
type NftMarketplaceV2CurrentNftMarketplaceCollectionOffers = {
|
|
5441
|
+
buyer: Scalars["String"]["output"];
|
|
5442
|
+
coin_type?: Maybe<Scalars["String"]["output"]>;
|
|
5443
|
+
collection_id: Scalars["String"]["output"];
|
|
5444
|
+
collection_offer_id: Scalars["String"]["output"];
|
|
5445
|
+
contract_address: Scalars["String"]["output"];
|
|
5446
|
+
/** An object relationship */
|
|
5447
|
+
current_collection_v2?: Maybe<CurrentCollectionsV2>;
|
|
5448
|
+
entry_function_id_str: Scalars["String"]["output"];
|
|
5449
|
+
expiration_time: Scalars["numeric"]["output"];
|
|
5450
|
+
fee_schedule_id: Scalars["String"]["output"];
|
|
5451
|
+
is_deleted: Scalars["Boolean"]["output"];
|
|
5452
|
+
item_price: Scalars["numeric"]["output"];
|
|
5453
|
+
last_transaction_timestamp: Scalars["timestamptz"]["output"];
|
|
5454
|
+
last_transaction_version: Scalars["bigint"]["output"];
|
|
5455
|
+
marketplace: Scalars["String"]["output"];
|
|
5456
|
+
remaining_token_amount: Scalars["numeric"]["output"];
|
|
5457
|
+
token_standard: Scalars["String"]["output"];
|
|
5458
|
+
};
|
|
5459
|
+
/** Boolean expression to filter rows from the table "nft_marketplace_v2.current_nft_marketplace_collection_offers". All fields are combined with a logical 'AND'. */
|
|
5460
|
+
type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp = {
|
|
5461
|
+
_and?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>>;
|
|
5462
|
+
_not?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>;
|
|
5463
|
+
_or?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>>;
|
|
5464
|
+
buyer?: InputMaybe<StringComparisonExp>;
|
|
5465
|
+
coin_type?: InputMaybe<StringComparisonExp>;
|
|
5466
|
+
collection_id?: InputMaybe<StringComparisonExp>;
|
|
5467
|
+
collection_offer_id?: InputMaybe<StringComparisonExp>;
|
|
5468
|
+
contract_address?: InputMaybe<StringComparisonExp>;
|
|
5469
|
+
current_collection_v2?: InputMaybe<CurrentCollectionsV2BoolExp>;
|
|
5470
|
+
entry_function_id_str?: InputMaybe<StringComparisonExp>;
|
|
5471
|
+
expiration_time?: InputMaybe<NumericComparisonExp>;
|
|
5472
|
+
fee_schedule_id?: InputMaybe<StringComparisonExp>;
|
|
5473
|
+
is_deleted?: InputMaybe<BooleanComparisonExp>;
|
|
5474
|
+
item_price?: InputMaybe<NumericComparisonExp>;
|
|
5475
|
+
last_transaction_timestamp?: InputMaybe<TimestamptzComparisonExp>;
|
|
5476
|
+
last_transaction_version?: InputMaybe<BigintComparisonExp>;
|
|
5477
|
+
marketplace?: InputMaybe<StringComparisonExp>;
|
|
5478
|
+
remaining_token_amount?: InputMaybe<NumericComparisonExp>;
|
|
5479
|
+
token_standard?: InputMaybe<StringComparisonExp>;
|
|
5480
|
+
};
|
|
5481
|
+
/** Ordering options when selecting data from "nft_marketplace_v2.current_nft_marketplace_collection_offers". */
|
|
5482
|
+
type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersOrderBy = {
|
|
5483
|
+
buyer?: InputMaybe<OrderBy>;
|
|
5484
|
+
coin_type?: InputMaybe<OrderBy>;
|
|
5485
|
+
collection_id?: InputMaybe<OrderBy>;
|
|
5486
|
+
collection_offer_id?: InputMaybe<OrderBy>;
|
|
5487
|
+
contract_address?: InputMaybe<OrderBy>;
|
|
5488
|
+
current_collection_v2?: InputMaybe<CurrentCollectionsV2OrderBy>;
|
|
5489
|
+
entry_function_id_str?: InputMaybe<OrderBy>;
|
|
5490
|
+
expiration_time?: InputMaybe<OrderBy>;
|
|
5491
|
+
fee_schedule_id?: InputMaybe<OrderBy>;
|
|
5492
|
+
is_deleted?: InputMaybe<OrderBy>;
|
|
5493
|
+
item_price?: InputMaybe<OrderBy>;
|
|
5494
|
+
last_transaction_timestamp?: InputMaybe<OrderBy>;
|
|
5495
|
+
last_transaction_version?: InputMaybe<OrderBy>;
|
|
5496
|
+
marketplace?: InputMaybe<OrderBy>;
|
|
5497
|
+
remaining_token_amount?: InputMaybe<OrderBy>;
|
|
5498
|
+
token_standard?: InputMaybe<OrderBy>;
|
|
5499
|
+
};
|
|
5500
|
+
/** select columns of table "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
|
|
5501
|
+
declare enum NftMarketplaceV2CurrentNftMarketplaceCollectionOffersSelectColumn {
|
|
5502
|
+
/** column name */
|
|
5503
|
+
Buyer = "buyer",
|
|
5504
|
+
/** column name */
|
|
5505
|
+
CoinType = "coin_type",
|
|
5506
|
+
/** column name */
|
|
5507
|
+
CollectionId = "collection_id",
|
|
5508
|
+
/** column name */
|
|
5509
|
+
CollectionOfferId = "collection_offer_id",
|
|
5510
|
+
/** column name */
|
|
5511
|
+
ContractAddress = "contract_address",
|
|
5512
|
+
/** column name */
|
|
5513
|
+
EntryFunctionIdStr = "entry_function_id_str",
|
|
5514
|
+
/** column name */
|
|
5515
|
+
ExpirationTime = "expiration_time",
|
|
5516
|
+
/** column name */
|
|
5517
|
+
FeeScheduleId = "fee_schedule_id",
|
|
5518
|
+
/** column name */
|
|
5519
|
+
IsDeleted = "is_deleted",
|
|
5520
|
+
/** column name */
|
|
5521
|
+
ItemPrice = "item_price",
|
|
5522
|
+
/** column name */
|
|
5523
|
+
LastTransactionTimestamp = "last_transaction_timestamp",
|
|
5524
|
+
/** column name */
|
|
5525
|
+
LastTransactionVersion = "last_transaction_version",
|
|
5526
|
+
/** column name */
|
|
5527
|
+
Marketplace = "marketplace",
|
|
5528
|
+
/** column name */
|
|
5529
|
+
RemainingTokenAmount = "remaining_token_amount",
|
|
5530
|
+
/** column name */
|
|
5531
|
+
TokenStandard = "token_standard"
|
|
5532
|
+
}
|
|
5533
|
+
/** Streaming cursor of the table "nft_marketplace_v2_current_nft_marketplace_collection_offers" */
|
|
5534
|
+
type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorInput = {
|
|
5535
|
+
/** Stream column input with initial value */
|
|
5536
|
+
initial_value: NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorValueInput;
|
|
5537
|
+
/** cursor ordering */
|
|
5538
|
+
ordering?: InputMaybe<CursorOrdering>;
|
|
5539
|
+
};
|
|
5540
|
+
/** Initial value of the column from where the streaming should start */
|
|
5541
|
+
type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorValueInput = {
|
|
5542
|
+
buyer?: InputMaybe<Scalars["String"]["input"]>;
|
|
5543
|
+
coin_type?: InputMaybe<Scalars["String"]["input"]>;
|
|
5544
|
+
collection_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
5545
|
+
collection_offer_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
5546
|
+
contract_address?: InputMaybe<Scalars["String"]["input"]>;
|
|
5547
|
+
entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
|
|
5548
|
+
expiration_time?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
5549
|
+
fee_schedule_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
5550
|
+
is_deleted?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5551
|
+
item_price?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
5552
|
+
last_transaction_timestamp?: InputMaybe<Scalars["timestamptz"]["input"]>;
|
|
5553
|
+
last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
|
|
5554
|
+
marketplace?: InputMaybe<Scalars["String"]["input"]>;
|
|
5555
|
+
remaining_token_amount?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
5556
|
+
token_standard?: InputMaybe<Scalars["String"]["input"]>;
|
|
5557
|
+
};
|
|
5558
|
+
/** columns and relationships of "nft_marketplace_v2.current_nft_marketplace_listings" */
|
|
5559
|
+
type NftMarketplaceV2CurrentNftMarketplaceListings = {
|
|
5560
|
+
coin_type?: Maybe<Scalars["String"]["output"]>;
|
|
5561
|
+
collection_id: Scalars["String"]["output"];
|
|
5562
|
+
contract_address: Scalars["String"]["output"];
|
|
5563
|
+
/** An object relationship */
|
|
5564
|
+
current_token_data?: Maybe<CurrentTokenDatasV2>;
|
|
5565
|
+
entry_function_id_str: Scalars["String"]["output"];
|
|
5566
|
+
fee_schedule_id: Scalars["String"]["output"];
|
|
5567
|
+
is_deleted: Scalars["Boolean"]["output"];
|
|
5568
|
+
last_transaction_timestamp: Scalars["timestamptz"]["output"];
|
|
5569
|
+
last_transaction_version: Scalars["bigint"]["output"];
|
|
5570
|
+
listing_id: Scalars["String"]["output"];
|
|
5571
|
+
marketplace: Scalars["String"]["output"];
|
|
5572
|
+
price: Scalars["numeric"]["output"];
|
|
5573
|
+
seller: Scalars["String"]["output"];
|
|
5574
|
+
token_amount: Scalars["numeric"]["output"];
|
|
5575
|
+
token_data_id: Scalars["String"]["output"];
|
|
5576
|
+
token_standard: Scalars["String"]["output"];
|
|
5577
|
+
};
|
|
5578
|
+
/** aggregated selection of "nft_marketplace_v2.current_nft_marketplace_listings" */
|
|
5579
|
+
type NftMarketplaceV2CurrentNftMarketplaceListingsAggregate = {
|
|
5580
|
+
aggregate?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsAggregateFields>;
|
|
5581
|
+
nodes: Array<NftMarketplaceV2CurrentNftMarketplaceListings>;
|
|
5582
|
+
};
|
|
5583
|
+
/** aggregate fields of "nft_marketplace_v2.current_nft_marketplace_listings" */
|
|
5584
|
+
type NftMarketplaceV2CurrentNftMarketplaceListingsAggregateFields = {
|
|
5585
|
+
avg?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsAvgFields>;
|
|
5586
|
+
count: Scalars["Int"]["output"];
|
|
5587
|
+
max?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsMaxFields>;
|
|
5588
|
+
min?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsMinFields>;
|
|
5589
|
+
stddev?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsStddevFields>;
|
|
5590
|
+
stddev_pop?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsStddevPopFields>;
|
|
5591
|
+
stddev_samp?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsStddevSampFields>;
|
|
5592
|
+
sum?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsSumFields>;
|
|
5593
|
+
var_pop?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsVarPopFields>;
|
|
5594
|
+
var_samp?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsVarSampFields>;
|
|
5595
|
+
variance?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListingsVarianceFields>;
|
|
5596
|
+
};
|
|
5597
|
+
/** aggregate fields of "nft_marketplace_v2.current_nft_marketplace_listings" */
|
|
5598
|
+
type NftMarketplaceV2CurrentNftMarketplaceListingsAggregateFieldsCountArgs = {
|
|
5599
|
+
columns?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn>>;
|
|
5600
|
+
distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5601
|
+
};
|
|
5602
|
+
/** aggregate avg on columns */
|
|
5603
|
+
type NftMarketplaceV2CurrentNftMarketplaceListingsAvgFields = {
|
|
5604
|
+
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
5605
|
+
price?: Maybe<Scalars["Float"]["output"]>;
|
|
5606
|
+
token_amount?: Maybe<Scalars["Float"]["output"]>;
|
|
5607
|
+
};
|
|
5608
|
+
/** Boolean expression to filter rows from the table "nft_marketplace_v2.current_nft_marketplace_listings". All fields are combined with a logical 'AND'. */
|
|
5609
|
+
type NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp = {
|
|
5610
|
+
_and?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>>;
|
|
5611
|
+
_not?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>;
|
|
5612
|
+
_or?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>>;
|
|
5613
|
+
coin_type?: InputMaybe<StringComparisonExp>;
|
|
5614
|
+
collection_id?: InputMaybe<StringComparisonExp>;
|
|
5615
|
+
contract_address?: InputMaybe<StringComparisonExp>;
|
|
5616
|
+
current_token_data?: InputMaybe<CurrentTokenDatasV2BoolExp>;
|
|
5617
|
+
entry_function_id_str?: InputMaybe<StringComparisonExp>;
|
|
5618
|
+
fee_schedule_id?: InputMaybe<StringComparisonExp>;
|
|
5619
|
+
is_deleted?: InputMaybe<BooleanComparisonExp>;
|
|
5620
|
+
last_transaction_timestamp?: InputMaybe<TimestamptzComparisonExp>;
|
|
5621
|
+
last_transaction_version?: InputMaybe<BigintComparisonExp>;
|
|
5622
|
+
listing_id?: InputMaybe<StringComparisonExp>;
|
|
5623
|
+
marketplace?: InputMaybe<StringComparisonExp>;
|
|
5624
|
+
price?: InputMaybe<NumericComparisonExp>;
|
|
5625
|
+
seller?: InputMaybe<StringComparisonExp>;
|
|
5626
|
+
token_amount?: InputMaybe<NumericComparisonExp>;
|
|
5627
|
+
token_data_id?: InputMaybe<StringComparisonExp>;
|
|
5628
|
+
token_standard?: InputMaybe<StringComparisonExp>;
|
|
5629
|
+
};
|
|
5630
|
+
/** aggregate max on columns */
|
|
5631
|
+
type NftMarketplaceV2CurrentNftMarketplaceListingsMaxFields = {
|
|
5632
|
+
coin_type?: Maybe<Scalars["String"]["output"]>;
|
|
5633
|
+
collection_id?: Maybe<Scalars["String"]["output"]>;
|
|
5634
|
+
contract_address?: Maybe<Scalars["String"]["output"]>;
|
|
5635
|
+
entry_function_id_str?: Maybe<Scalars["String"]["output"]>;
|
|
5636
|
+
fee_schedule_id?: Maybe<Scalars["String"]["output"]>;
|
|
5637
|
+
last_transaction_timestamp?: Maybe<Scalars["timestamptz"]["output"]>;
|
|
5638
|
+
last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
|
|
5639
|
+
listing_id?: Maybe<Scalars["String"]["output"]>;
|
|
5640
|
+
marketplace?: Maybe<Scalars["String"]["output"]>;
|
|
5641
|
+
price?: Maybe<Scalars["numeric"]["output"]>;
|
|
5642
|
+
seller?: Maybe<Scalars["String"]["output"]>;
|
|
5643
|
+
token_amount?: Maybe<Scalars["numeric"]["output"]>;
|
|
5644
|
+
token_data_id?: Maybe<Scalars["String"]["output"]>;
|
|
5645
|
+
token_standard?: Maybe<Scalars["String"]["output"]>;
|
|
5646
|
+
};
|
|
5647
|
+
/** aggregate min on columns */
|
|
5648
|
+
type NftMarketplaceV2CurrentNftMarketplaceListingsMinFields = {
|
|
5649
|
+
coin_type?: Maybe<Scalars["String"]["output"]>;
|
|
5650
|
+
collection_id?: Maybe<Scalars["String"]["output"]>;
|
|
5651
|
+
contract_address?: Maybe<Scalars["String"]["output"]>;
|
|
5652
|
+
entry_function_id_str?: Maybe<Scalars["String"]["output"]>;
|
|
5653
|
+
fee_schedule_id?: Maybe<Scalars["String"]["output"]>;
|
|
5654
|
+
last_transaction_timestamp?: Maybe<Scalars["timestamptz"]["output"]>;
|
|
5655
|
+
last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
|
|
5656
|
+
listing_id?: Maybe<Scalars["String"]["output"]>;
|
|
5657
|
+
marketplace?: Maybe<Scalars["String"]["output"]>;
|
|
5658
|
+
price?: Maybe<Scalars["numeric"]["output"]>;
|
|
5659
|
+
seller?: Maybe<Scalars["String"]["output"]>;
|
|
5660
|
+
token_amount?: Maybe<Scalars["numeric"]["output"]>;
|
|
5661
|
+
token_data_id?: Maybe<Scalars["String"]["output"]>;
|
|
5662
|
+
token_standard?: Maybe<Scalars["String"]["output"]>;
|
|
5663
|
+
};
|
|
5664
|
+
/** Ordering options when selecting data from "nft_marketplace_v2.current_nft_marketplace_listings". */
|
|
5665
|
+
type NftMarketplaceV2CurrentNftMarketplaceListingsOrderBy = {
|
|
5666
|
+
coin_type?: InputMaybe<OrderBy>;
|
|
5667
|
+
collection_id?: InputMaybe<OrderBy>;
|
|
5668
|
+
contract_address?: InputMaybe<OrderBy>;
|
|
5669
|
+
current_token_data?: InputMaybe<CurrentTokenDatasV2OrderBy>;
|
|
5670
|
+
entry_function_id_str?: InputMaybe<OrderBy>;
|
|
5671
|
+
fee_schedule_id?: InputMaybe<OrderBy>;
|
|
5672
|
+
is_deleted?: InputMaybe<OrderBy>;
|
|
5673
|
+
last_transaction_timestamp?: InputMaybe<OrderBy>;
|
|
5674
|
+
last_transaction_version?: InputMaybe<OrderBy>;
|
|
5675
|
+
listing_id?: InputMaybe<OrderBy>;
|
|
5676
|
+
marketplace?: InputMaybe<OrderBy>;
|
|
5677
|
+
price?: InputMaybe<OrderBy>;
|
|
5678
|
+
seller?: InputMaybe<OrderBy>;
|
|
5679
|
+
token_amount?: InputMaybe<OrderBy>;
|
|
5680
|
+
token_data_id?: InputMaybe<OrderBy>;
|
|
5681
|
+
token_standard?: InputMaybe<OrderBy>;
|
|
5682
|
+
};
|
|
5683
|
+
/** select columns of table "nft_marketplace_v2.current_nft_marketplace_listings" */
|
|
5684
|
+
declare enum NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn {
|
|
5685
|
+
/** column name */
|
|
5686
|
+
CoinType = "coin_type",
|
|
5687
|
+
/** column name */
|
|
5688
|
+
CollectionId = "collection_id",
|
|
5689
|
+
/** column name */
|
|
5690
|
+
ContractAddress = "contract_address",
|
|
5691
|
+
/** column name */
|
|
5692
|
+
EntryFunctionIdStr = "entry_function_id_str",
|
|
5693
|
+
/** column name */
|
|
5694
|
+
FeeScheduleId = "fee_schedule_id",
|
|
5695
|
+
/** column name */
|
|
5696
|
+
IsDeleted = "is_deleted",
|
|
5697
|
+
/** column name */
|
|
5698
|
+
LastTransactionTimestamp = "last_transaction_timestamp",
|
|
5699
|
+
/** column name */
|
|
5700
|
+
LastTransactionVersion = "last_transaction_version",
|
|
5701
|
+
/** column name */
|
|
5702
|
+
ListingId = "listing_id",
|
|
5703
|
+
/** column name */
|
|
5704
|
+
Marketplace = "marketplace",
|
|
5705
|
+
/** column name */
|
|
5706
|
+
Price = "price",
|
|
5707
|
+
/** column name */
|
|
5708
|
+
Seller = "seller",
|
|
5709
|
+
/** column name */
|
|
5710
|
+
TokenAmount = "token_amount",
|
|
5711
|
+
/** column name */
|
|
5712
|
+
TokenDataId = "token_data_id",
|
|
5713
|
+
/** column name */
|
|
5714
|
+
TokenStandard = "token_standard"
|
|
5715
|
+
}
|
|
5716
|
+
/** aggregate stddev on columns */
|
|
5717
|
+
type NftMarketplaceV2CurrentNftMarketplaceListingsStddevFields = {
|
|
5718
|
+
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
5719
|
+
price?: Maybe<Scalars["Float"]["output"]>;
|
|
5720
|
+
token_amount?: Maybe<Scalars["Float"]["output"]>;
|
|
5721
|
+
};
|
|
5722
|
+
/** aggregate stddev_pop on columns */
|
|
5723
|
+
type NftMarketplaceV2CurrentNftMarketplaceListingsStddevPopFields = {
|
|
5724
|
+
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
5725
|
+
price?: Maybe<Scalars["Float"]["output"]>;
|
|
5726
|
+
token_amount?: Maybe<Scalars["Float"]["output"]>;
|
|
5727
|
+
};
|
|
5728
|
+
/** aggregate stddev_samp on columns */
|
|
5729
|
+
type NftMarketplaceV2CurrentNftMarketplaceListingsStddevSampFields = {
|
|
5730
|
+
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
5731
|
+
price?: Maybe<Scalars["Float"]["output"]>;
|
|
5732
|
+
token_amount?: Maybe<Scalars["Float"]["output"]>;
|
|
5733
|
+
};
|
|
5734
|
+
/** Streaming cursor of the table "nft_marketplace_v2_current_nft_marketplace_listings" */
|
|
5735
|
+
type NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorInput = {
|
|
5736
|
+
/** Stream column input with initial value */
|
|
5737
|
+
initial_value: NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorValueInput;
|
|
5738
|
+
/** cursor ordering */
|
|
5739
|
+
ordering?: InputMaybe<CursorOrdering>;
|
|
5740
|
+
};
|
|
5741
|
+
/** Initial value of the column from where the streaming should start */
|
|
5742
|
+
type NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorValueInput = {
|
|
5743
|
+
coin_type?: InputMaybe<Scalars["String"]["input"]>;
|
|
5744
|
+
collection_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
5745
|
+
contract_address?: InputMaybe<Scalars["String"]["input"]>;
|
|
5746
|
+
entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
|
|
5747
|
+
fee_schedule_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
5748
|
+
is_deleted?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5749
|
+
last_transaction_timestamp?: InputMaybe<Scalars["timestamptz"]["input"]>;
|
|
5750
|
+
last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
|
|
5751
|
+
listing_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
5752
|
+
marketplace?: InputMaybe<Scalars["String"]["input"]>;
|
|
5753
|
+
price?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
5754
|
+
seller?: InputMaybe<Scalars["String"]["input"]>;
|
|
5755
|
+
token_amount?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
5756
|
+
token_data_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
5757
|
+
token_standard?: InputMaybe<Scalars["String"]["input"]>;
|
|
5758
|
+
};
|
|
5759
|
+
/** aggregate sum on columns */
|
|
5760
|
+
type NftMarketplaceV2CurrentNftMarketplaceListingsSumFields = {
|
|
5761
|
+
last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
|
|
5762
|
+
price?: Maybe<Scalars["numeric"]["output"]>;
|
|
5763
|
+
token_amount?: Maybe<Scalars["numeric"]["output"]>;
|
|
5764
|
+
};
|
|
5765
|
+
/** aggregate var_pop on columns */
|
|
5766
|
+
type NftMarketplaceV2CurrentNftMarketplaceListingsVarPopFields = {
|
|
5767
|
+
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
5768
|
+
price?: Maybe<Scalars["Float"]["output"]>;
|
|
5769
|
+
token_amount?: Maybe<Scalars["Float"]["output"]>;
|
|
5770
|
+
};
|
|
5771
|
+
/** aggregate var_samp on columns */
|
|
5772
|
+
type NftMarketplaceV2CurrentNftMarketplaceListingsVarSampFields = {
|
|
5773
|
+
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
5774
|
+
price?: Maybe<Scalars["Float"]["output"]>;
|
|
5775
|
+
token_amount?: Maybe<Scalars["Float"]["output"]>;
|
|
5776
|
+
};
|
|
5777
|
+
/** aggregate variance on columns */
|
|
5778
|
+
type NftMarketplaceV2CurrentNftMarketplaceListingsVarianceFields = {
|
|
5779
|
+
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
5780
|
+
price?: Maybe<Scalars["Float"]["output"]>;
|
|
5781
|
+
token_amount?: Maybe<Scalars["Float"]["output"]>;
|
|
5782
|
+
};
|
|
5783
|
+
/** columns and relationships of "nft_marketplace_v2.current_nft_marketplace_token_offers" */
|
|
5784
|
+
type NftMarketplaceV2CurrentNftMarketplaceTokenOffers = {
|
|
5785
|
+
buyer: Scalars["String"]["output"];
|
|
5786
|
+
coin_type?: Maybe<Scalars["String"]["output"]>;
|
|
5787
|
+
collection_id: Scalars["String"]["output"];
|
|
5788
|
+
contract_address: Scalars["String"]["output"];
|
|
5789
|
+
/** An object relationship */
|
|
5790
|
+
current_token_data?: Maybe<CurrentTokenDatasV2>;
|
|
5791
|
+
entry_function_id_str: Scalars["String"]["output"];
|
|
5792
|
+
expiration_time: Scalars["numeric"]["output"];
|
|
5793
|
+
fee_schedule_id: Scalars["String"]["output"];
|
|
5794
|
+
is_deleted: Scalars["Boolean"]["output"];
|
|
5795
|
+
last_transaction_timestamp: Scalars["timestamptz"]["output"];
|
|
5796
|
+
last_transaction_version: Scalars["bigint"]["output"];
|
|
5797
|
+
marketplace: Scalars["String"]["output"];
|
|
5798
|
+
offer_id: Scalars["String"]["output"];
|
|
5799
|
+
price: Scalars["numeric"]["output"];
|
|
5800
|
+
token_amount: Scalars["numeric"]["output"];
|
|
5801
|
+
token_data_id: Scalars["String"]["output"];
|
|
5802
|
+
token_standard: Scalars["String"]["output"];
|
|
5803
|
+
};
|
|
5804
|
+
/** Boolean expression to filter rows from the table "nft_marketplace_v2.current_nft_marketplace_token_offers". All fields are combined with a logical 'AND'. */
|
|
5805
|
+
type NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp = {
|
|
5806
|
+
_and?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>>;
|
|
5807
|
+
_not?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>;
|
|
5808
|
+
_or?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>>;
|
|
5809
|
+
buyer?: InputMaybe<StringComparisonExp>;
|
|
5810
|
+
coin_type?: InputMaybe<StringComparisonExp>;
|
|
5811
|
+
collection_id?: InputMaybe<StringComparisonExp>;
|
|
5812
|
+
contract_address?: InputMaybe<StringComparisonExp>;
|
|
5813
|
+
current_token_data?: InputMaybe<CurrentTokenDatasV2BoolExp>;
|
|
5814
|
+
entry_function_id_str?: InputMaybe<StringComparisonExp>;
|
|
5815
|
+
expiration_time?: InputMaybe<NumericComparisonExp>;
|
|
5816
|
+
fee_schedule_id?: InputMaybe<StringComparisonExp>;
|
|
5817
|
+
is_deleted?: InputMaybe<BooleanComparisonExp>;
|
|
5818
|
+
last_transaction_timestamp?: InputMaybe<TimestamptzComparisonExp>;
|
|
5819
|
+
last_transaction_version?: InputMaybe<BigintComparisonExp>;
|
|
5820
|
+
marketplace?: InputMaybe<StringComparisonExp>;
|
|
5821
|
+
offer_id?: InputMaybe<StringComparisonExp>;
|
|
5822
|
+
price?: InputMaybe<NumericComparisonExp>;
|
|
5823
|
+
token_amount?: InputMaybe<NumericComparisonExp>;
|
|
5824
|
+
token_data_id?: InputMaybe<StringComparisonExp>;
|
|
5825
|
+
token_standard?: InputMaybe<StringComparisonExp>;
|
|
5826
|
+
};
|
|
5827
|
+
/** Ordering options when selecting data from "nft_marketplace_v2.current_nft_marketplace_token_offers". */
|
|
5828
|
+
type NftMarketplaceV2CurrentNftMarketplaceTokenOffersOrderBy = {
|
|
5829
|
+
buyer?: InputMaybe<OrderBy>;
|
|
5830
|
+
coin_type?: InputMaybe<OrderBy>;
|
|
5831
|
+
collection_id?: InputMaybe<OrderBy>;
|
|
5832
|
+
contract_address?: InputMaybe<OrderBy>;
|
|
5833
|
+
current_token_data?: InputMaybe<CurrentTokenDatasV2OrderBy>;
|
|
5834
|
+
entry_function_id_str?: InputMaybe<OrderBy>;
|
|
5835
|
+
expiration_time?: InputMaybe<OrderBy>;
|
|
5836
|
+
fee_schedule_id?: InputMaybe<OrderBy>;
|
|
5837
|
+
is_deleted?: InputMaybe<OrderBy>;
|
|
5838
|
+
last_transaction_timestamp?: InputMaybe<OrderBy>;
|
|
5839
|
+
last_transaction_version?: InputMaybe<OrderBy>;
|
|
5840
|
+
marketplace?: InputMaybe<OrderBy>;
|
|
5841
|
+
offer_id?: InputMaybe<OrderBy>;
|
|
5842
|
+
price?: InputMaybe<OrderBy>;
|
|
5843
|
+
token_amount?: InputMaybe<OrderBy>;
|
|
5844
|
+
token_data_id?: InputMaybe<OrderBy>;
|
|
5845
|
+
token_standard?: InputMaybe<OrderBy>;
|
|
5846
|
+
};
|
|
5847
|
+
/** select columns of table "nft_marketplace_v2.current_nft_marketplace_token_offers" */
|
|
5848
|
+
declare enum NftMarketplaceV2CurrentNftMarketplaceTokenOffersSelectColumn {
|
|
5849
|
+
/** column name */
|
|
5850
|
+
Buyer = "buyer",
|
|
5851
|
+
/** column name */
|
|
5852
|
+
CoinType = "coin_type",
|
|
5853
|
+
/** column name */
|
|
5854
|
+
CollectionId = "collection_id",
|
|
5855
|
+
/** column name */
|
|
5856
|
+
ContractAddress = "contract_address",
|
|
5857
|
+
/** column name */
|
|
5858
|
+
EntryFunctionIdStr = "entry_function_id_str",
|
|
5859
|
+
/** column name */
|
|
5860
|
+
ExpirationTime = "expiration_time",
|
|
5861
|
+
/** column name */
|
|
5862
|
+
FeeScheduleId = "fee_schedule_id",
|
|
5863
|
+
/** column name */
|
|
5864
|
+
IsDeleted = "is_deleted",
|
|
5865
|
+
/** column name */
|
|
5866
|
+
LastTransactionTimestamp = "last_transaction_timestamp",
|
|
5867
|
+
/** column name */
|
|
5868
|
+
LastTransactionVersion = "last_transaction_version",
|
|
5869
|
+
/** column name */
|
|
5870
|
+
Marketplace = "marketplace",
|
|
5871
|
+
/** column name */
|
|
5872
|
+
OfferId = "offer_id",
|
|
5873
|
+
/** column name */
|
|
5874
|
+
Price = "price",
|
|
5875
|
+
/** column name */
|
|
5876
|
+
TokenAmount = "token_amount",
|
|
5877
|
+
/** column name */
|
|
5878
|
+
TokenDataId = "token_data_id",
|
|
5879
|
+
/** column name */
|
|
5880
|
+
TokenStandard = "token_standard"
|
|
5881
|
+
}
|
|
5882
|
+
/** Streaming cursor of the table "nft_marketplace_v2_current_nft_marketplace_token_offers" */
|
|
5883
|
+
type NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorInput = {
|
|
5884
|
+
/** Stream column input with initial value */
|
|
5885
|
+
initial_value: NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorValueInput;
|
|
5886
|
+
/** cursor ordering */
|
|
5887
|
+
ordering?: InputMaybe<CursorOrdering>;
|
|
5888
|
+
};
|
|
5889
|
+
/** Initial value of the column from where the streaming should start */
|
|
5890
|
+
type NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorValueInput = {
|
|
5891
|
+
buyer?: InputMaybe<Scalars["String"]["input"]>;
|
|
5892
|
+
coin_type?: InputMaybe<Scalars["String"]["input"]>;
|
|
5893
|
+
collection_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
5894
|
+
contract_address?: InputMaybe<Scalars["String"]["input"]>;
|
|
5895
|
+
entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
|
|
5896
|
+
expiration_time?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
5897
|
+
fee_schedule_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
5898
|
+
is_deleted?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5899
|
+
last_transaction_timestamp?: InputMaybe<Scalars["timestamptz"]["input"]>;
|
|
5900
|
+
last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
|
|
5901
|
+
marketplace?: InputMaybe<Scalars["String"]["input"]>;
|
|
5902
|
+
offer_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
5903
|
+
price?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
5904
|
+
token_amount?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
5905
|
+
token_data_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
5906
|
+
token_standard?: InputMaybe<Scalars["String"]["input"]>;
|
|
5907
|
+
};
|
|
5908
|
+
/** columns and relationships of "nft_marketplace_v2.nft_marketplace_activities" */
|
|
5909
|
+
type NftMarketplaceV2NftMarketplaceActivities = {
|
|
5910
|
+
buyer?: Maybe<Scalars["String"]["output"]>;
|
|
5911
|
+
coin_type?: Maybe<Scalars["String"]["output"]>;
|
|
5912
|
+
collection_id: Scalars["String"]["output"];
|
|
5913
|
+
collection_name: Scalars["String"]["output"];
|
|
5914
|
+
contract_address: Scalars["String"]["output"];
|
|
5915
|
+
creator_address: Scalars["String"]["output"];
|
|
5916
|
+
/** An object relationship */
|
|
5917
|
+
current_token_data?: Maybe<CurrentTokenDatasV2>;
|
|
5918
|
+
entry_function_id_str: Scalars["String"]["output"];
|
|
5919
|
+
event_index: Scalars["bigint"]["output"];
|
|
5920
|
+
event_type: Scalars["String"]["output"];
|
|
5921
|
+
fee_schedule_id: Scalars["String"]["output"];
|
|
5922
|
+
marketplace: Scalars["String"]["output"];
|
|
5923
|
+
offer_or_listing_id: Scalars["String"]["output"];
|
|
5924
|
+
price: Scalars["numeric"]["output"];
|
|
5925
|
+
property_version?: Maybe<Scalars["String"]["output"]>;
|
|
5926
|
+
seller?: Maybe<Scalars["String"]["output"]>;
|
|
5927
|
+
token_amount: Scalars["numeric"]["output"];
|
|
5928
|
+
token_data_id?: Maybe<Scalars["String"]["output"]>;
|
|
5929
|
+
token_name?: Maybe<Scalars["String"]["output"]>;
|
|
5930
|
+
token_standard: Scalars["String"]["output"];
|
|
5931
|
+
transaction_timestamp: Scalars["timestamptz"]["output"];
|
|
5932
|
+
transaction_version: Scalars["bigint"]["output"];
|
|
5933
|
+
};
|
|
5934
|
+
/** Boolean expression to filter rows from the table "nft_marketplace_v2.nft_marketplace_activities". All fields are combined with a logical 'AND'. */
|
|
5935
|
+
type NftMarketplaceV2NftMarketplaceActivitiesBoolExp = {
|
|
5936
|
+
_and?: InputMaybe<Array<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>>;
|
|
5937
|
+
_not?: InputMaybe<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>;
|
|
5938
|
+
_or?: InputMaybe<Array<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>>;
|
|
5939
|
+
buyer?: InputMaybe<StringComparisonExp>;
|
|
5940
|
+
coin_type?: InputMaybe<StringComparisonExp>;
|
|
5941
|
+
collection_id?: InputMaybe<StringComparisonExp>;
|
|
5942
|
+
collection_name?: InputMaybe<StringComparisonExp>;
|
|
5943
|
+
contract_address?: InputMaybe<StringComparisonExp>;
|
|
5944
|
+
creator_address?: InputMaybe<StringComparisonExp>;
|
|
5945
|
+
current_token_data?: InputMaybe<CurrentTokenDatasV2BoolExp>;
|
|
5946
|
+
entry_function_id_str?: InputMaybe<StringComparisonExp>;
|
|
5947
|
+
event_index?: InputMaybe<BigintComparisonExp>;
|
|
5948
|
+
event_type?: InputMaybe<StringComparisonExp>;
|
|
5949
|
+
fee_schedule_id?: InputMaybe<StringComparisonExp>;
|
|
5950
|
+
marketplace?: InputMaybe<StringComparisonExp>;
|
|
5951
|
+
offer_or_listing_id?: InputMaybe<StringComparisonExp>;
|
|
5952
|
+
price?: InputMaybe<NumericComparisonExp>;
|
|
5953
|
+
property_version?: InputMaybe<StringComparisonExp>;
|
|
5954
|
+
seller?: InputMaybe<StringComparisonExp>;
|
|
5955
|
+
token_amount?: InputMaybe<NumericComparisonExp>;
|
|
5956
|
+
token_data_id?: InputMaybe<StringComparisonExp>;
|
|
5957
|
+
token_name?: InputMaybe<StringComparisonExp>;
|
|
5958
|
+
token_standard?: InputMaybe<StringComparisonExp>;
|
|
5959
|
+
transaction_timestamp?: InputMaybe<TimestamptzComparisonExp>;
|
|
5960
|
+
transaction_version?: InputMaybe<BigintComparisonExp>;
|
|
5961
|
+
};
|
|
5962
|
+
/** Ordering options when selecting data from "nft_marketplace_v2.nft_marketplace_activities". */
|
|
5963
|
+
type NftMarketplaceV2NftMarketplaceActivitiesOrderBy = {
|
|
5964
|
+
buyer?: InputMaybe<OrderBy>;
|
|
5965
|
+
coin_type?: InputMaybe<OrderBy>;
|
|
5966
|
+
collection_id?: InputMaybe<OrderBy>;
|
|
5967
|
+
collection_name?: InputMaybe<OrderBy>;
|
|
5968
|
+
contract_address?: InputMaybe<OrderBy>;
|
|
5969
|
+
creator_address?: InputMaybe<OrderBy>;
|
|
5970
|
+
current_token_data?: InputMaybe<CurrentTokenDatasV2OrderBy>;
|
|
5971
|
+
entry_function_id_str?: InputMaybe<OrderBy>;
|
|
5972
|
+
event_index?: InputMaybe<OrderBy>;
|
|
5973
|
+
event_type?: InputMaybe<OrderBy>;
|
|
5974
|
+
fee_schedule_id?: InputMaybe<OrderBy>;
|
|
5975
|
+
marketplace?: InputMaybe<OrderBy>;
|
|
5976
|
+
offer_or_listing_id?: InputMaybe<OrderBy>;
|
|
5977
|
+
price?: InputMaybe<OrderBy>;
|
|
5978
|
+
property_version?: InputMaybe<OrderBy>;
|
|
5979
|
+
seller?: InputMaybe<OrderBy>;
|
|
5980
|
+
token_amount?: InputMaybe<OrderBy>;
|
|
5981
|
+
token_data_id?: InputMaybe<OrderBy>;
|
|
5982
|
+
token_name?: InputMaybe<OrderBy>;
|
|
5983
|
+
token_standard?: InputMaybe<OrderBy>;
|
|
5984
|
+
transaction_timestamp?: InputMaybe<OrderBy>;
|
|
5985
|
+
transaction_version?: InputMaybe<OrderBy>;
|
|
5986
|
+
};
|
|
5987
|
+
/** select columns of table "nft_marketplace_v2.nft_marketplace_activities" */
|
|
5988
|
+
declare enum NftMarketplaceV2NftMarketplaceActivitiesSelectColumn {
|
|
5989
|
+
/** column name */
|
|
5990
|
+
Buyer = "buyer",
|
|
5991
|
+
/** column name */
|
|
5992
|
+
CoinType = "coin_type",
|
|
5993
|
+
/** column name */
|
|
5994
|
+
CollectionId = "collection_id",
|
|
5995
|
+
/** column name */
|
|
5996
|
+
CollectionName = "collection_name",
|
|
5997
|
+
/** column name */
|
|
5998
|
+
ContractAddress = "contract_address",
|
|
5999
|
+
/** column name */
|
|
6000
|
+
CreatorAddress = "creator_address",
|
|
6001
|
+
/** column name */
|
|
6002
|
+
EntryFunctionIdStr = "entry_function_id_str",
|
|
6003
|
+
/** column name */
|
|
6004
|
+
EventIndex = "event_index",
|
|
6005
|
+
/** column name */
|
|
6006
|
+
EventType = "event_type",
|
|
6007
|
+
/** column name */
|
|
6008
|
+
FeeScheduleId = "fee_schedule_id",
|
|
6009
|
+
/** column name */
|
|
6010
|
+
Marketplace = "marketplace",
|
|
6011
|
+
/** column name */
|
|
6012
|
+
OfferOrListingId = "offer_or_listing_id",
|
|
6013
|
+
/** column name */
|
|
6014
|
+
Price = "price",
|
|
6015
|
+
/** column name */
|
|
6016
|
+
PropertyVersion = "property_version",
|
|
6017
|
+
/** column name */
|
|
6018
|
+
Seller = "seller",
|
|
6019
|
+
/** column name */
|
|
6020
|
+
TokenAmount = "token_amount",
|
|
6021
|
+
/** column name */
|
|
6022
|
+
TokenDataId = "token_data_id",
|
|
6023
|
+
/** column name */
|
|
6024
|
+
TokenName = "token_name",
|
|
6025
|
+
/** column name */
|
|
6026
|
+
TokenStandard = "token_standard",
|
|
6027
|
+
/** column name */
|
|
6028
|
+
TransactionTimestamp = "transaction_timestamp",
|
|
6029
|
+
/** column name */
|
|
6030
|
+
TransactionVersion = "transaction_version"
|
|
6031
|
+
}
|
|
6032
|
+
/** Streaming cursor of the table "nft_marketplace_v2_nft_marketplace_activities" */
|
|
6033
|
+
type NftMarketplaceV2NftMarketplaceActivitiesStreamCursorInput = {
|
|
6034
|
+
/** Stream column input with initial value */
|
|
6035
|
+
initial_value: NftMarketplaceV2NftMarketplaceActivitiesStreamCursorValueInput;
|
|
6036
|
+
/** cursor ordering */
|
|
6037
|
+
ordering?: InputMaybe<CursorOrdering>;
|
|
6038
|
+
};
|
|
6039
|
+
/** Initial value of the column from where the streaming should start */
|
|
6040
|
+
type NftMarketplaceV2NftMarketplaceActivitiesStreamCursorValueInput = {
|
|
6041
|
+
buyer?: InputMaybe<Scalars["String"]["input"]>;
|
|
6042
|
+
coin_type?: InputMaybe<Scalars["String"]["input"]>;
|
|
6043
|
+
collection_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
6044
|
+
collection_name?: InputMaybe<Scalars["String"]["input"]>;
|
|
6045
|
+
contract_address?: InputMaybe<Scalars["String"]["input"]>;
|
|
6046
|
+
creator_address?: InputMaybe<Scalars["String"]["input"]>;
|
|
6047
|
+
entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
|
|
6048
|
+
event_index?: InputMaybe<Scalars["bigint"]["input"]>;
|
|
6049
|
+
event_type?: InputMaybe<Scalars["String"]["input"]>;
|
|
6050
|
+
fee_schedule_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
6051
|
+
marketplace?: InputMaybe<Scalars["String"]["input"]>;
|
|
6052
|
+
offer_or_listing_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
6053
|
+
price?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
6054
|
+
property_version?: InputMaybe<Scalars["String"]["input"]>;
|
|
6055
|
+
seller?: InputMaybe<Scalars["String"]["input"]>;
|
|
6056
|
+
token_amount?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
6057
|
+
token_data_id?: InputMaybe<Scalars["String"]["input"]>;
|
|
6058
|
+
token_name?: InputMaybe<Scalars["String"]["input"]>;
|
|
6059
|
+
token_standard?: InputMaybe<Scalars["String"]["input"]>;
|
|
6060
|
+
transaction_timestamp?: InputMaybe<Scalars["timestamptz"]["input"]>;
|
|
6061
|
+
transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
|
|
6062
|
+
};
|
|
6063
|
+
/** columns and relationships of "nft_metadata_crawler.parsed_asset_uris" */
|
|
6064
|
+
type NftMetadataCrawlerParsedAssetUris = {
|
|
6065
|
+
animation_optimizer_retry_count: Scalars["Int"]["output"];
|
|
6066
|
+
asset_uri: Scalars["String"]["output"];
|
|
6067
|
+
cdn_animation_uri?: Maybe<Scalars["String"]["output"]>;
|
|
6068
|
+
cdn_image_uri?: Maybe<Scalars["String"]["output"]>;
|
|
6069
|
+
cdn_json_uri?: Maybe<Scalars["String"]["output"]>;
|
|
6070
|
+
image_optimizer_retry_count: Scalars["Int"]["output"];
|
|
6071
|
+
json_parser_retry_count: Scalars["Int"]["output"];
|
|
6072
|
+
raw_animation_uri?: Maybe<Scalars["String"]["output"]>;
|
|
6073
|
+
raw_image_uri?: Maybe<Scalars["String"]["output"]>;
|
|
6074
|
+
};
|
|
6075
|
+
/** Boolean expression to filter rows from the table "nft_metadata_crawler.parsed_asset_uris". All fields are combined with a logical 'AND'. */
|
|
6076
|
+
type NftMetadataCrawlerParsedAssetUrisBoolExp = {
|
|
6077
|
+
_and?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisBoolExp>>;
|
|
6078
|
+
_not?: InputMaybe<NftMetadataCrawlerParsedAssetUrisBoolExp>;
|
|
6079
|
+
_or?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisBoolExp>>;
|
|
6080
|
+
animation_optimizer_retry_count?: InputMaybe<IntComparisonExp>;
|
|
6081
|
+
asset_uri?: InputMaybe<StringComparisonExp>;
|
|
6082
|
+
cdn_animation_uri?: InputMaybe<StringComparisonExp>;
|
|
6083
|
+
cdn_image_uri?: InputMaybe<StringComparisonExp>;
|
|
6084
|
+
cdn_json_uri?: InputMaybe<StringComparisonExp>;
|
|
6085
|
+
image_optimizer_retry_count?: InputMaybe<IntComparisonExp>;
|
|
6086
|
+
json_parser_retry_count?: InputMaybe<IntComparisonExp>;
|
|
6087
|
+
raw_animation_uri?: InputMaybe<StringComparisonExp>;
|
|
6088
|
+
raw_image_uri?: InputMaybe<StringComparisonExp>;
|
|
6089
|
+
};
|
|
6090
|
+
/** Ordering options when selecting data from "nft_metadata_crawler.parsed_asset_uris". */
|
|
6091
|
+
type NftMetadataCrawlerParsedAssetUrisOrderBy = {
|
|
6092
|
+
animation_optimizer_retry_count?: InputMaybe<OrderBy>;
|
|
6093
|
+
asset_uri?: InputMaybe<OrderBy>;
|
|
6094
|
+
cdn_animation_uri?: InputMaybe<OrderBy>;
|
|
6095
|
+
cdn_image_uri?: InputMaybe<OrderBy>;
|
|
6096
|
+
cdn_json_uri?: InputMaybe<OrderBy>;
|
|
6097
|
+
image_optimizer_retry_count?: InputMaybe<OrderBy>;
|
|
6098
|
+
json_parser_retry_count?: InputMaybe<OrderBy>;
|
|
6099
|
+
raw_animation_uri?: InputMaybe<OrderBy>;
|
|
6100
|
+
raw_image_uri?: InputMaybe<OrderBy>;
|
|
6101
|
+
};
|
|
6102
|
+
/** select columns of table "nft_metadata_crawler.parsed_asset_uris" */
|
|
6103
|
+
declare enum NftMetadataCrawlerParsedAssetUrisSelectColumn {
|
|
6104
|
+
/** column name */
|
|
6105
|
+
AnimationOptimizerRetryCount = "animation_optimizer_retry_count",
|
|
6106
|
+
/** column name */
|
|
6107
|
+
AssetUri = "asset_uri",
|
|
6108
|
+
/** column name */
|
|
6109
|
+
CdnAnimationUri = "cdn_animation_uri",
|
|
6110
|
+
/** column name */
|
|
6111
|
+
CdnImageUri = "cdn_image_uri",
|
|
6112
|
+
/** column name */
|
|
6113
|
+
CdnJsonUri = "cdn_json_uri",
|
|
6114
|
+
/** column name */
|
|
6115
|
+
ImageOptimizerRetryCount = "image_optimizer_retry_count",
|
|
6116
|
+
/** column name */
|
|
6117
|
+
JsonParserRetryCount = "json_parser_retry_count",
|
|
6118
|
+
/** column name */
|
|
6119
|
+
RawAnimationUri = "raw_animation_uri",
|
|
6120
|
+
/** column name */
|
|
6121
|
+
RawImageUri = "raw_image_uri"
|
|
6122
|
+
}
|
|
6123
|
+
/** Streaming cursor of the table "nft_metadata_crawler_parsed_asset_uris" */
|
|
5768
6124
|
type NftMetadataCrawlerParsedAssetUrisStreamCursorInput = {
|
|
5769
6125
|
/** Stream column input with initial value */
|
|
5770
6126
|
initial_value: NftMetadataCrawlerParsedAssetUrisStreamCursorValueInput;
|
|
@@ -6053,131 +6409,6 @@ type ProposalVotesVarianceFields = {
|
|
|
6053
6409
|
proposal_id?: Maybe<Scalars["Float"]["output"]>;
|
|
6054
6410
|
transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
6055
6411
|
};
|
|
6056
|
-
/** columns and relationships of "public_key_auth_keys" */
|
|
6057
|
-
type PublicKeyAuthKeys = {
|
|
6058
|
-
auth_key: Scalars["String"]["output"];
|
|
6059
|
-
last_transaction_version: Scalars["bigint"]["output"];
|
|
6060
|
-
public_key: Scalars["String"]["output"];
|
|
6061
|
-
public_key_type: Scalars["String"]["output"];
|
|
6062
|
-
verified: Scalars["Boolean"]["output"];
|
|
6063
|
-
};
|
|
6064
|
-
/** aggregated selection of "public_key_auth_keys" */
|
|
6065
|
-
type PublicKeyAuthKeysAggregate = {
|
|
6066
|
-
aggregate?: Maybe<PublicKeyAuthKeysAggregateFields>;
|
|
6067
|
-
nodes: Array<PublicKeyAuthKeys>;
|
|
6068
|
-
};
|
|
6069
|
-
/** aggregate fields of "public_key_auth_keys" */
|
|
6070
|
-
type PublicKeyAuthKeysAggregateFields = {
|
|
6071
|
-
avg?: Maybe<PublicKeyAuthKeysAvgFields>;
|
|
6072
|
-
count: Scalars["Int"]["output"];
|
|
6073
|
-
max?: Maybe<PublicKeyAuthKeysMaxFields>;
|
|
6074
|
-
min?: Maybe<PublicKeyAuthKeysMinFields>;
|
|
6075
|
-
stddev?: Maybe<PublicKeyAuthKeysStddevFields>;
|
|
6076
|
-
stddev_pop?: Maybe<PublicKeyAuthKeysStddevPopFields>;
|
|
6077
|
-
stddev_samp?: Maybe<PublicKeyAuthKeysStddevSampFields>;
|
|
6078
|
-
sum?: Maybe<PublicKeyAuthKeysSumFields>;
|
|
6079
|
-
var_pop?: Maybe<PublicKeyAuthKeysVarPopFields>;
|
|
6080
|
-
var_samp?: Maybe<PublicKeyAuthKeysVarSampFields>;
|
|
6081
|
-
variance?: Maybe<PublicKeyAuthKeysVarianceFields>;
|
|
6082
|
-
};
|
|
6083
|
-
/** aggregate fields of "public_key_auth_keys" */
|
|
6084
|
-
type PublicKeyAuthKeysAggregateFieldsCountArgs = {
|
|
6085
|
-
columns?: InputMaybe<Array<PublicKeyAuthKeysSelectColumn>>;
|
|
6086
|
-
distinct?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
6087
|
-
};
|
|
6088
|
-
/** aggregate avg on columns */
|
|
6089
|
-
type PublicKeyAuthKeysAvgFields = {
|
|
6090
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
6091
|
-
};
|
|
6092
|
-
/** Boolean expression to filter rows from the table "public_key_auth_keys". All fields are combined with a logical 'AND'. */
|
|
6093
|
-
type PublicKeyAuthKeysBoolExp = {
|
|
6094
|
-
_and?: InputMaybe<Array<PublicKeyAuthKeysBoolExp>>;
|
|
6095
|
-
_not?: InputMaybe<PublicKeyAuthKeysBoolExp>;
|
|
6096
|
-
_or?: InputMaybe<Array<PublicKeyAuthKeysBoolExp>>;
|
|
6097
|
-
auth_key?: InputMaybe<StringComparisonExp>;
|
|
6098
|
-
last_transaction_version?: InputMaybe<BigintComparisonExp>;
|
|
6099
|
-
public_key?: InputMaybe<StringComparisonExp>;
|
|
6100
|
-
public_key_type?: InputMaybe<StringComparisonExp>;
|
|
6101
|
-
verified?: InputMaybe<BooleanComparisonExp>;
|
|
6102
|
-
};
|
|
6103
|
-
/** aggregate max on columns */
|
|
6104
|
-
type PublicKeyAuthKeysMaxFields = {
|
|
6105
|
-
auth_key?: Maybe<Scalars["String"]["output"]>;
|
|
6106
|
-
last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
|
|
6107
|
-
public_key?: Maybe<Scalars["String"]["output"]>;
|
|
6108
|
-
public_key_type?: Maybe<Scalars["String"]["output"]>;
|
|
6109
|
-
};
|
|
6110
|
-
/** aggregate min on columns */
|
|
6111
|
-
type PublicKeyAuthKeysMinFields = {
|
|
6112
|
-
auth_key?: Maybe<Scalars["String"]["output"]>;
|
|
6113
|
-
last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
|
|
6114
|
-
public_key?: Maybe<Scalars["String"]["output"]>;
|
|
6115
|
-
public_key_type?: Maybe<Scalars["String"]["output"]>;
|
|
6116
|
-
};
|
|
6117
|
-
/** Ordering options when selecting data from "public_key_auth_keys". */
|
|
6118
|
-
type PublicKeyAuthKeysOrderBy = {
|
|
6119
|
-
auth_key?: InputMaybe<OrderBy>;
|
|
6120
|
-
last_transaction_version?: InputMaybe<OrderBy>;
|
|
6121
|
-
public_key?: InputMaybe<OrderBy>;
|
|
6122
|
-
public_key_type?: InputMaybe<OrderBy>;
|
|
6123
|
-
verified?: InputMaybe<OrderBy>;
|
|
6124
|
-
};
|
|
6125
|
-
/** select columns of table "public_key_auth_keys" */
|
|
6126
|
-
declare enum PublicKeyAuthKeysSelectColumn {
|
|
6127
|
-
/** column name */
|
|
6128
|
-
AuthKey = "auth_key",
|
|
6129
|
-
/** column name */
|
|
6130
|
-
LastTransactionVersion = "last_transaction_version",
|
|
6131
|
-
/** column name */
|
|
6132
|
-
PublicKey = "public_key",
|
|
6133
|
-
/** column name */
|
|
6134
|
-
PublicKeyType = "public_key_type",
|
|
6135
|
-
/** column name */
|
|
6136
|
-
Verified = "verified"
|
|
6137
|
-
}
|
|
6138
|
-
/** aggregate stddev on columns */
|
|
6139
|
-
type PublicKeyAuthKeysStddevFields = {
|
|
6140
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
6141
|
-
};
|
|
6142
|
-
/** aggregate stddev_pop on columns */
|
|
6143
|
-
type PublicKeyAuthKeysStddevPopFields = {
|
|
6144
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
6145
|
-
};
|
|
6146
|
-
/** aggregate stddev_samp on columns */
|
|
6147
|
-
type PublicKeyAuthKeysStddevSampFields = {
|
|
6148
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
6149
|
-
};
|
|
6150
|
-
/** Streaming cursor of the table "public_key_auth_keys" */
|
|
6151
|
-
type PublicKeyAuthKeysStreamCursorInput = {
|
|
6152
|
-
/** Stream column input with initial value */
|
|
6153
|
-
initial_value: PublicKeyAuthKeysStreamCursorValueInput;
|
|
6154
|
-
/** cursor ordering */
|
|
6155
|
-
ordering?: InputMaybe<CursorOrdering>;
|
|
6156
|
-
};
|
|
6157
|
-
/** Initial value of the column from where the streaming should start */
|
|
6158
|
-
type PublicKeyAuthKeysStreamCursorValueInput = {
|
|
6159
|
-
auth_key?: InputMaybe<Scalars["String"]["input"]>;
|
|
6160
|
-
last_transaction_version?: InputMaybe<Scalars["bigint"]["input"]>;
|
|
6161
|
-
public_key?: InputMaybe<Scalars["String"]["input"]>;
|
|
6162
|
-
public_key_type?: InputMaybe<Scalars["String"]["input"]>;
|
|
6163
|
-
verified?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
6164
|
-
};
|
|
6165
|
-
/** aggregate sum on columns */
|
|
6166
|
-
type PublicKeyAuthKeysSumFields = {
|
|
6167
|
-
last_transaction_version?: Maybe<Scalars["bigint"]["output"]>;
|
|
6168
|
-
};
|
|
6169
|
-
/** aggregate var_pop on columns */
|
|
6170
|
-
type PublicKeyAuthKeysVarPopFields = {
|
|
6171
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
6172
|
-
};
|
|
6173
|
-
/** aggregate var_samp on columns */
|
|
6174
|
-
type PublicKeyAuthKeysVarSampFields = {
|
|
6175
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
6176
|
-
};
|
|
6177
|
-
/** aggregate variance on columns */
|
|
6178
|
-
type PublicKeyAuthKeysVarianceFields = {
|
|
6179
|
-
last_transaction_version?: Maybe<Scalars["Float"]["output"]>;
|
|
6180
|
-
};
|
|
6181
6412
|
type QueryRoot = {
|
|
6182
6413
|
/** fetch data from the table: "account_transactions" */
|
|
6183
6414
|
account_transactions: Array<AccountTransactions>;
|
|
@@ -6195,18 +6426,6 @@ type QueryRoot = {
|
|
|
6195
6426
|
address_version_from_move_resources: Array<AddressVersionFromMoveResources>;
|
|
6196
6427
|
/** fetch aggregated fields from the table: "legacy_migration_v1.address_version_from_move_resources" */
|
|
6197
6428
|
address_version_from_move_resources_aggregate: AddressVersionFromMoveResourcesAggregate;
|
|
6198
|
-
/** fetch data from the table: "auth_key_account_addresses" */
|
|
6199
|
-
auth_key_account_addresses: Array<AuthKeyAccountAddresses>;
|
|
6200
|
-
/** fetch aggregated fields from the table: "auth_key_account_addresses" */
|
|
6201
|
-
auth_key_account_addresses_aggregate: AuthKeyAccountAddressesAggregate;
|
|
6202
|
-
/** fetch data from the table: "auth_key_account_addresses" using primary key columns */
|
|
6203
|
-
auth_key_account_addresses_by_pk?: Maybe<AuthKeyAccountAddresses>;
|
|
6204
|
-
/** fetch data from the table: "auth_key_multikey_layout" */
|
|
6205
|
-
auth_key_multikey_layout: Array<AuthKeyMultikeyLayout>;
|
|
6206
|
-
/** fetch aggregated fields from the table: "auth_key_multikey_layout" */
|
|
6207
|
-
auth_key_multikey_layout_aggregate: AuthKeyMultikeyLayoutAggregate;
|
|
6208
|
-
/** fetch data from the table: "auth_key_multikey_layout" using primary key columns */
|
|
6209
|
-
auth_key_multikey_layout_by_pk?: Maybe<AuthKeyMultikeyLayout>;
|
|
6210
6429
|
/** fetch data from the table: "block_metadata_transactions" */
|
|
6211
6430
|
block_metadata_transactions: Array<BlockMetadataTransactions>;
|
|
6212
6431
|
/** fetch data from the table: "block_metadata_transactions" using primary key columns */
|
|
@@ -6259,11 +6478,11 @@ type QueryRoot = {
|
|
|
6259
6478
|
current_delegator_balances: Array<CurrentDelegatorBalances>;
|
|
6260
6479
|
/** fetch data from the table: "current_delegator_balances" using primary key columns */
|
|
6261
6480
|
current_delegator_balances_by_pk?: Maybe<CurrentDelegatorBalances>;
|
|
6262
|
-
/** fetch data from the table: "
|
|
6481
|
+
/** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
|
|
6263
6482
|
current_fungible_asset_balances: Array<CurrentFungibleAssetBalances>;
|
|
6264
|
-
/** fetch aggregated fields from the table: "
|
|
6483
|
+
/** fetch aggregated fields from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
|
|
6265
6484
|
current_fungible_asset_balances_aggregate: CurrentFungibleAssetBalancesAggregate;
|
|
6266
|
-
/** fetch data from the table: "
|
|
6485
|
+
/** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" using primary key columns */
|
|
6267
6486
|
current_fungible_asset_balances_by_pk?: Maybe<CurrentFungibleAssetBalances>;
|
|
6268
6487
|
/** fetch data from the table: "current_objects" */
|
|
6269
6488
|
current_objects: Array<CurrentObjects>;
|
|
@@ -6297,10 +6516,6 @@ type QueryRoot = {
|
|
|
6297
6516
|
current_token_pending_claims: Array<CurrentTokenPendingClaims>;
|
|
6298
6517
|
/** fetch data from the table: "current_token_pending_claims" using primary key columns */
|
|
6299
6518
|
current_token_pending_claims_by_pk?: Maybe<CurrentTokenPendingClaims>;
|
|
6300
|
-
/** fetch data from the table: "current_token_royalty_v1" */
|
|
6301
|
-
current_token_royalty_v1: Array<CurrentTokenRoyaltyV1>;
|
|
6302
|
-
/** fetch data from the table: "current_token_royalty_v1" using primary key columns */
|
|
6303
|
-
current_token_royalty_v1_by_pk?: Maybe<CurrentTokenRoyaltyV1>;
|
|
6304
6519
|
/** An array relationship */
|
|
6305
6520
|
delegated_staking_activities: Array<DelegatedStakingActivities>;
|
|
6306
6521
|
/** fetch data from the table: "delegated_staking_activities" using primary key columns */
|
|
@@ -6343,6 +6558,28 @@ type QueryRoot = {
|
|
|
6343
6558
|
move_resources: Array<MoveResources>;
|
|
6344
6559
|
/** fetch aggregated fields from the table: "legacy_migration_v1.move_resources" */
|
|
6345
6560
|
move_resources_aggregate: MoveResourcesAggregate;
|
|
6561
|
+
/** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" */
|
|
6562
|
+
nft_marketplace_v2_current_nft_marketplace_auctions: Array<NftMarketplaceV2CurrentNftMarketplaceAuctions>;
|
|
6563
|
+
/** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" using primary key columns */
|
|
6564
|
+
nft_marketplace_v2_current_nft_marketplace_auctions_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceAuctions>;
|
|
6565
|
+
/** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
|
|
6566
|
+
nft_marketplace_v2_current_nft_marketplace_collection_offers: Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffers>;
|
|
6567
|
+
/** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_collection_offers" using primary key columns */
|
|
6568
|
+
nft_marketplace_v2_current_nft_marketplace_collection_offers_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffers>;
|
|
6569
|
+
/** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_listings" */
|
|
6570
|
+
nft_marketplace_v2_current_nft_marketplace_listings: Array<NftMarketplaceV2CurrentNftMarketplaceListings>;
|
|
6571
|
+
/** fetch aggregated fields from the table: "nft_marketplace_v2.current_nft_marketplace_listings" */
|
|
6572
|
+
nft_marketplace_v2_current_nft_marketplace_listings_aggregate: NftMarketplaceV2CurrentNftMarketplaceListingsAggregate;
|
|
6573
|
+
/** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_listings" using primary key columns */
|
|
6574
|
+
nft_marketplace_v2_current_nft_marketplace_listings_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListings>;
|
|
6575
|
+
/** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_token_offers" */
|
|
6576
|
+
nft_marketplace_v2_current_nft_marketplace_token_offers: Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffers>;
|
|
6577
|
+
/** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_token_offers" using primary key columns */
|
|
6578
|
+
nft_marketplace_v2_current_nft_marketplace_token_offers_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffers>;
|
|
6579
|
+
/** fetch data from the table: "nft_marketplace_v2.nft_marketplace_activities" */
|
|
6580
|
+
nft_marketplace_v2_nft_marketplace_activities: Array<NftMarketplaceV2NftMarketplaceActivities>;
|
|
6581
|
+
/** fetch data from the table: "nft_marketplace_v2.nft_marketplace_activities" using primary key columns */
|
|
6582
|
+
nft_marketplace_v2_nft_marketplace_activities_by_pk?: Maybe<NftMarketplaceV2NftMarketplaceActivities>;
|
|
6346
6583
|
/** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" */
|
|
6347
6584
|
nft_metadata_crawler_parsed_asset_uris: Array<NftMetadataCrawlerParsedAssetUris>;
|
|
6348
6585
|
/** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" using primary key columns */
|
|
@@ -6359,12 +6596,6 @@ type QueryRoot = {
|
|
|
6359
6596
|
proposal_votes_aggregate: ProposalVotesAggregate;
|
|
6360
6597
|
/** fetch data from the table: "proposal_votes" using primary key columns */
|
|
6361
6598
|
proposal_votes_by_pk?: Maybe<ProposalVotes>;
|
|
6362
|
-
/** fetch data from the table: "public_key_auth_keys" */
|
|
6363
|
-
public_key_auth_keys: Array<PublicKeyAuthKeys>;
|
|
6364
|
-
/** fetch aggregated fields from the table: "public_key_auth_keys" */
|
|
6365
|
-
public_key_auth_keys_aggregate: PublicKeyAuthKeysAggregate;
|
|
6366
|
-
/** fetch data from the table: "public_key_auth_keys" using primary key columns */
|
|
6367
|
-
public_key_auth_keys_by_pk?: Maybe<PublicKeyAuthKeys>;
|
|
6368
6599
|
/** fetch data from the table: "signatures" */
|
|
6369
6600
|
signatures: Array<Signatures>;
|
|
6370
6601
|
/** fetch data from the table: "signatures" using primary key columns */
|
|
@@ -6451,40 +6682,6 @@ type QueryRootAddressVersionFromMoveResourcesAggregateArgs = {
|
|
|
6451
6682
|
order_by?: InputMaybe<Array<AddressVersionFromMoveResourcesOrderBy>>;
|
|
6452
6683
|
where?: InputMaybe<AddressVersionFromMoveResourcesBoolExp>;
|
|
6453
6684
|
};
|
|
6454
|
-
type QueryRootAuthKeyAccountAddressesArgs = {
|
|
6455
|
-
distinct_on?: InputMaybe<Array<AuthKeyAccountAddressesSelectColumn>>;
|
|
6456
|
-
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
6457
|
-
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
6458
|
-
order_by?: InputMaybe<Array<AuthKeyAccountAddressesOrderBy>>;
|
|
6459
|
-
where?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
|
|
6460
|
-
};
|
|
6461
|
-
type QueryRootAuthKeyAccountAddressesAggregateArgs = {
|
|
6462
|
-
distinct_on?: InputMaybe<Array<AuthKeyAccountAddressesSelectColumn>>;
|
|
6463
|
-
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
6464
|
-
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
6465
|
-
order_by?: InputMaybe<Array<AuthKeyAccountAddressesOrderBy>>;
|
|
6466
|
-
where?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
|
|
6467
|
-
};
|
|
6468
|
-
type QueryRootAuthKeyAccountAddressesByPkArgs = {
|
|
6469
|
-
address: Scalars["String"]["input"];
|
|
6470
|
-
};
|
|
6471
|
-
type QueryRootAuthKeyMultikeyLayoutArgs = {
|
|
6472
|
-
distinct_on?: InputMaybe<Array<AuthKeyMultikeyLayoutSelectColumn>>;
|
|
6473
|
-
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
6474
|
-
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
6475
|
-
order_by?: InputMaybe<Array<AuthKeyMultikeyLayoutOrderBy>>;
|
|
6476
|
-
where?: InputMaybe<AuthKeyMultikeyLayoutBoolExp>;
|
|
6477
|
-
};
|
|
6478
|
-
type QueryRootAuthKeyMultikeyLayoutAggregateArgs = {
|
|
6479
|
-
distinct_on?: InputMaybe<Array<AuthKeyMultikeyLayoutSelectColumn>>;
|
|
6480
|
-
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
6481
|
-
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
6482
|
-
order_by?: InputMaybe<Array<AuthKeyMultikeyLayoutOrderBy>>;
|
|
6483
|
-
where?: InputMaybe<AuthKeyMultikeyLayoutBoolExp>;
|
|
6484
|
-
};
|
|
6485
|
-
type QueryRootAuthKeyMultikeyLayoutByPkArgs = {
|
|
6486
|
-
auth_key: Scalars["String"]["input"];
|
|
6487
|
-
};
|
|
6488
6685
|
type QueryRootBlockMetadataTransactionsArgs = {
|
|
6489
6686
|
distinct_on?: InputMaybe<Array<BlockMetadataTransactionsSelectColumn>>;
|
|
6490
6687
|
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
@@ -6758,16 +6955,6 @@ type QueryRootCurrentTokenPendingClaimsByPkArgs = {
|
|
|
6758
6955
|
to_address: Scalars["String"]["input"];
|
|
6759
6956
|
token_data_id_hash: Scalars["String"]["input"];
|
|
6760
6957
|
};
|
|
6761
|
-
type QueryRootCurrentTokenRoyaltyV1Args = {
|
|
6762
|
-
distinct_on?: InputMaybe<Array<CurrentTokenRoyaltyV1SelectColumn>>;
|
|
6763
|
-
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
6764
|
-
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
6765
|
-
order_by?: InputMaybe<Array<CurrentTokenRoyaltyV1OrderBy>>;
|
|
6766
|
-
where?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
|
|
6767
|
-
};
|
|
6768
|
-
type QueryRootCurrentTokenRoyaltyV1ByPkArgs = {
|
|
6769
|
-
token_data_id: Scalars["String"]["input"];
|
|
6770
|
-
};
|
|
6771
6958
|
type QueryRootDelegatedStakingActivitiesArgs = {
|
|
6772
6959
|
distinct_on?: InputMaybe<Array<DelegatedStakingActivitiesSelectColumn>>;
|
|
6773
6960
|
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
@@ -6887,6 +7074,68 @@ type QueryRootMoveResourcesAggregateArgs = {
|
|
|
6887
7074
|
order_by?: InputMaybe<Array<MoveResourcesOrderBy>>;
|
|
6888
7075
|
where?: InputMaybe<MoveResourcesBoolExp>;
|
|
6889
7076
|
};
|
|
7077
|
+
type QueryRootNftMarketplaceV2CurrentNftMarketplaceAuctionsArgs = {
|
|
7078
|
+
distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceAuctionsSelectColumn>>;
|
|
7079
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7080
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7081
|
+
order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceAuctionsOrderBy>>;
|
|
7082
|
+
where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp>;
|
|
7083
|
+
};
|
|
7084
|
+
type QueryRootNftMarketplaceV2CurrentNftMarketplaceAuctionsByPkArgs = {
|
|
7085
|
+
listing_id: Scalars["String"]["input"];
|
|
7086
|
+
token_data_id: Scalars["String"]["input"];
|
|
7087
|
+
};
|
|
7088
|
+
type QueryRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersArgs = {
|
|
7089
|
+
distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersSelectColumn>>;
|
|
7090
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7091
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7092
|
+
order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersOrderBy>>;
|
|
7093
|
+
where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>;
|
|
7094
|
+
};
|
|
7095
|
+
type QueryRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersByPkArgs = {
|
|
7096
|
+
collection_id: Scalars["String"]["input"];
|
|
7097
|
+
collection_offer_id: Scalars["String"]["input"];
|
|
7098
|
+
};
|
|
7099
|
+
type QueryRootNftMarketplaceV2CurrentNftMarketplaceListingsArgs = {
|
|
7100
|
+
distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn>>;
|
|
7101
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7102
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7103
|
+
order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsOrderBy>>;
|
|
7104
|
+
where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>;
|
|
7105
|
+
};
|
|
7106
|
+
type QueryRootNftMarketplaceV2CurrentNftMarketplaceListingsAggregateArgs = {
|
|
7107
|
+
distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn>>;
|
|
7108
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7109
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7110
|
+
order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsOrderBy>>;
|
|
7111
|
+
where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>;
|
|
7112
|
+
};
|
|
7113
|
+
type QueryRootNftMarketplaceV2CurrentNftMarketplaceListingsByPkArgs = {
|
|
7114
|
+
listing_id: Scalars["String"]["input"];
|
|
7115
|
+
token_data_id: Scalars["String"]["input"];
|
|
7116
|
+
};
|
|
7117
|
+
type QueryRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersArgs = {
|
|
7118
|
+
distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffersSelectColumn>>;
|
|
7119
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7120
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7121
|
+
order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffersOrderBy>>;
|
|
7122
|
+
where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>;
|
|
7123
|
+
};
|
|
7124
|
+
type QueryRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersByPkArgs = {
|
|
7125
|
+
offer_id: Scalars["String"]["input"];
|
|
7126
|
+
token_data_id: Scalars["String"]["input"];
|
|
7127
|
+
};
|
|
7128
|
+
type QueryRootNftMarketplaceV2NftMarketplaceActivitiesArgs = {
|
|
7129
|
+
distinct_on?: InputMaybe<Array<NftMarketplaceV2NftMarketplaceActivitiesSelectColumn>>;
|
|
7130
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7131
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7132
|
+
order_by?: InputMaybe<Array<NftMarketplaceV2NftMarketplaceActivitiesOrderBy>>;
|
|
7133
|
+
where?: InputMaybe<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>;
|
|
7134
|
+
};
|
|
7135
|
+
type QueryRootNftMarketplaceV2NftMarketplaceActivitiesByPkArgs = {
|
|
7136
|
+
event_index: Scalars["bigint"]["input"];
|
|
7137
|
+
transaction_version: Scalars["bigint"]["input"];
|
|
7138
|
+
};
|
|
6890
7139
|
type QueryRootNftMetadataCrawlerParsedAssetUrisArgs = {
|
|
6891
7140
|
distinct_on?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisSelectColumn>>;
|
|
6892
7141
|
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
@@ -6933,25 +7182,6 @@ type QueryRootProposalVotesByPkArgs = {
|
|
|
6933
7182
|
transaction_version: Scalars["bigint"]["input"];
|
|
6934
7183
|
voter_address: Scalars["String"]["input"];
|
|
6935
7184
|
};
|
|
6936
|
-
type QueryRootPublicKeyAuthKeysArgs = {
|
|
6937
|
-
distinct_on?: InputMaybe<Array<PublicKeyAuthKeysSelectColumn>>;
|
|
6938
|
-
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
6939
|
-
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
6940
|
-
order_by?: InputMaybe<Array<PublicKeyAuthKeysOrderBy>>;
|
|
6941
|
-
where?: InputMaybe<PublicKeyAuthKeysBoolExp>;
|
|
6942
|
-
};
|
|
6943
|
-
type QueryRootPublicKeyAuthKeysAggregateArgs = {
|
|
6944
|
-
distinct_on?: InputMaybe<Array<PublicKeyAuthKeysSelectColumn>>;
|
|
6945
|
-
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
6946
|
-
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
6947
|
-
order_by?: InputMaybe<Array<PublicKeyAuthKeysOrderBy>>;
|
|
6948
|
-
where?: InputMaybe<PublicKeyAuthKeysBoolExp>;
|
|
6949
|
-
};
|
|
6950
|
-
type QueryRootPublicKeyAuthKeysByPkArgs = {
|
|
6951
|
-
auth_key: Scalars["String"]["input"];
|
|
6952
|
-
public_key: Scalars["String"]["input"];
|
|
6953
|
-
public_key_type: Scalars["String"]["input"];
|
|
6954
|
-
};
|
|
6955
7185
|
type QueryRootSignaturesArgs = {
|
|
6956
7186
|
distinct_on?: InputMaybe<Array<SignaturesSelectColumn>>;
|
|
6957
7187
|
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
@@ -7169,22 +7399,6 @@ type SubscriptionRoot = {
|
|
|
7169
7399
|
address_version_from_move_resources_aggregate: AddressVersionFromMoveResourcesAggregate;
|
|
7170
7400
|
/** fetch data from the table in a streaming manner: "legacy_migration_v1.address_version_from_move_resources" */
|
|
7171
7401
|
address_version_from_move_resources_stream: Array<AddressVersionFromMoveResources>;
|
|
7172
|
-
/** fetch data from the table: "auth_key_account_addresses" */
|
|
7173
|
-
auth_key_account_addresses: Array<AuthKeyAccountAddresses>;
|
|
7174
|
-
/** fetch aggregated fields from the table: "auth_key_account_addresses" */
|
|
7175
|
-
auth_key_account_addresses_aggregate: AuthKeyAccountAddressesAggregate;
|
|
7176
|
-
/** fetch data from the table: "auth_key_account_addresses" using primary key columns */
|
|
7177
|
-
auth_key_account_addresses_by_pk?: Maybe<AuthKeyAccountAddresses>;
|
|
7178
|
-
/** fetch data from the table in a streaming manner: "auth_key_account_addresses" */
|
|
7179
|
-
auth_key_account_addresses_stream: Array<AuthKeyAccountAddresses>;
|
|
7180
|
-
/** fetch data from the table: "auth_key_multikey_layout" */
|
|
7181
|
-
auth_key_multikey_layout: Array<AuthKeyMultikeyLayout>;
|
|
7182
|
-
/** fetch aggregated fields from the table: "auth_key_multikey_layout" */
|
|
7183
|
-
auth_key_multikey_layout_aggregate: AuthKeyMultikeyLayoutAggregate;
|
|
7184
|
-
/** fetch data from the table: "auth_key_multikey_layout" using primary key columns */
|
|
7185
|
-
auth_key_multikey_layout_by_pk?: Maybe<AuthKeyMultikeyLayout>;
|
|
7186
|
-
/** fetch data from the table in a streaming manner: "auth_key_multikey_layout" */
|
|
7187
|
-
auth_key_multikey_layout_stream: Array<AuthKeyMultikeyLayout>;
|
|
7188
7402
|
/** fetch data from the table: "block_metadata_transactions" */
|
|
7189
7403
|
block_metadata_transactions: Array<BlockMetadataTransactions>;
|
|
7190
7404
|
/** fetch data from the table: "block_metadata_transactions" using primary key columns */
|
|
@@ -7269,13 +7483,13 @@ type SubscriptionRoot = {
|
|
|
7269
7483
|
current_delegator_balances_by_pk?: Maybe<CurrentDelegatorBalances>;
|
|
7270
7484
|
/** fetch data from the table in a streaming manner: "current_delegator_balances" */
|
|
7271
7485
|
current_delegator_balances_stream: Array<CurrentDelegatorBalances>;
|
|
7272
|
-
/** fetch data from the table: "
|
|
7486
|
+
/** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
|
|
7273
7487
|
current_fungible_asset_balances: Array<CurrentFungibleAssetBalances>;
|
|
7274
|
-
/** fetch aggregated fields from the table: "
|
|
7488
|
+
/** fetch aggregated fields from the table: "current_unified_fungible_asset_balances_to_be_renamed" */
|
|
7275
7489
|
current_fungible_asset_balances_aggregate: CurrentFungibleAssetBalancesAggregate;
|
|
7276
|
-
/** fetch data from the table: "
|
|
7490
|
+
/** fetch data from the table: "current_unified_fungible_asset_balances_to_be_renamed" using primary key columns */
|
|
7277
7491
|
current_fungible_asset_balances_by_pk?: Maybe<CurrentFungibleAssetBalances>;
|
|
7278
|
-
/** fetch data from the table in a streaming manner: "
|
|
7492
|
+
/** fetch data from the table in a streaming manner: "current_unified_fungible_asset_balances_to_be_renamed" */
|
|
7279
7493
|
current_fungible_asset_balances_stream: Array<CurrentFungibleAssetBalances>;
|
|
7280
7494
|
/** fetch data from the table: "current_objects" */
|
|
7281
7495
|
current_objects: Array<CurrentObjects>;
|
|
@@ -7325,12 +7539,6 @@ type SubscriptionRoot = {
|
|
|
7325
7539
|
current_token_pending_claims_by_pk?: Maybe<CurrentTokenPendingClaims>;
|
|
7326
7540
|
/** fetch data from the table in a streaming manner: "current_token_pending_claims" */
|
|
7327
7541
|
current_token_pending_claims_stream: Array<CurrentTokenPendingClaims>;
|
|
7328
|
-
/** fetch data from the table: "current_token_royalty_v1" */
|
|
7329
|
-
current_token_royalty_v1: Array<CurrentTokenRoyaltyV1>;
|
|
7330
|
-
/** fetch data from the table: "current_token_royalty_v1" using primary key columns */
|
|
7331
|
-
current_token_royalty_v1_by_pk?: Maybe<CurrentTokenRoyaltyV1>;
|
|
7332
|
-
/** fetch data from the table in a streaming manner: "current_token_royalty_v1" */
|
|
7333
|
-
current_token_royalty_v1_stream: Array<CurrentTokenRoyaltyV1>;
|
|
7334
7542
|
/** An array relationship */
|
|
7335
7543
|
delegated_staking_activities: Array<DelegatedStakingActivities>;
|
|
7336
7544
|
/** fetch data from the table: "delegated_staking_activities" using primary key columns */
|
|
@@ -7393,6 +7601,38 @@ type SubscriptionRoot = {
|
|
|
7393
7601
|
move_resources_aggregate: MoveResourcesAggregate;
|
|
7394
7602
|
/** fetch data from the table in a streaming manner: "legacy_migration_v1.move_resources" */
|
|
7395
7603
|
move_resources_stream: Array<MoveResources>;
|
|
7604
|
+
/** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" */
|
|
7605
|
+
nft_marketplace_v2_current_nft_marketplace_auctions: Array<NftMarketplaceV2CurrentNftMarketplaceAuctions>;
|
|
7606
|
+
/** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_auctions" using primary key columns */
|
|
7607
|
+
nft_marketplace_v2_current_nft_marketplace_auctions_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceAuctions>;
|
|
7608
|
+
/** fetch data from the table in a streaming manner: "nft_marketplace_v2.current_nft_marketplace_auctions" */
|
|
7609
|
+
nft_marketplace_v2_current_nft_marketplace_auctions_stream: Array<NftMarketplaceV2CurrentNftMarketplaceAuctions>;
|
|
7610
|
+
/** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
|
|
7611
|
+
nft_marketplace_v2_current_nft_marketplace_collection_offers: Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffers>;
|
|
7612
|
+
/** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_collection_offers" using primary key columns */
|
|
7613
|
+
nft_marketplace_v2_current_nft_marketplace_collection_offers_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffers>;
|
|
7614
|
+
/** fetch data from the table in a streaming manner: "nft_marketplace_v2.current_nft_marketplace_collection_offers" */
|
|
7615
|
+
nft_marketplace_v2_current_nft_marketplace_collection_offers_stream: Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffers>;
|
|
7616
|
+
/** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_listings" */
|
|
7617
|
+
nft_marketplace_v2_current_nft_marketplace_listings: Array<NftMarketplaceV2CurrentNftMarketplaceListings>;
|
|
7618
|
+
/** fetch aggregated fields from the table: "nft_marketplace_v2.current_nft_marketplace_listings" */
|
|
7619
|
+
nft_marketplace_v2_current_nft_marketplace_listings_aggregate: NftMarketplaceV2CurrentNftMarketplaceListingsAggregate;
|
|
7620
|
+
/** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_listings" using primary key columns */
|
|
7621
|
+
nft_marketplace_v2_current_nft_marketplace_listings_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceListings>;
|
|
7622
|
+
/** fetch data from the table in a streaming manner: "nft_marketplace_v2.current_nft_marketplace_listings" */
|
|
7623
|
+
nft_marketplace_v2_current_nft_marketplace_listings_stream: Array<NftMarketplaceV2CurrentNftMarketplaceListings>;
|
|
7624
|
+
/** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_token_offers" */
|
|
7625
|
+
nft_marketplace_v2_current_nft_marketplace_token_offers: Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffers>;
|
|
7626
|
+
/** fetch data from the table: "nft_marketplace_v2.current_nft_marketplace_token_offers" using primary key columns */
|
|
7627
|
+
nft_marketplace_v2_current_nft_marketplace_token_offers_by_pk?: Maybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffers>;
|
|
7628
|
+
/** fetch data from the table in a streaming manner: "nft_marketplace_v2.current_nft_marketplace_token_offers" */
|
|
7629
|
+
nft_marketplace_v2_current_nft_marketplace_token_offers_stream: Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffers>;
|
|
7630
|
+
/** fetch data from the table: "nft_marketplace_v2.nft_marketplace_activities" */
|
|
7631
|
+
nft_marketplace_v2_nft_marketplace_activities: Array<NftMarketplaceV2NftMarketplaceActivities>;
|
|
7632
|
+
/** fetch data from the table: "nft_marketplace_v2.nft_marketplace_activities" using primary key columns */
|
|
7633
|
+
nft_marketplace_v2_nft_marketplace_activities_by_pk?: Maybe<NftMarketplaceV2NftMarketplaceActivities>;
|
|
7634
|
+
/** fetch data from the table in a streaming manner: "nft_marketplace_v2.nft_marketplace_activities" */
|
|
7635
|
+
nft_marketplace_v2_nft_marketplace_activities_stream: Array<NftMarketplaceV2NftMarketplaceActivities>;
|
|
7396
7636
|
/** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" */
|
|
7397
7637
|
nft_metadata_crawler_parsed_asset_uris: Array<NftMetadataCrawlerParsedAssetUris>;
|
|
7398
7638
|
/** fetch data from the table: "nft_metadata_crawler.parsed_asset_uris" using primary key columns */
|
|
@@ -7417,14 +7657,6 @@ type SubscriptionRoot = {
|
|
|
7417
7657
|
proposal_votes_by_pk?: Maybe<ProposalVotes>;
|
|
7418
7658
|
/** fetch data from the table in a streaming manner: "proposal_votes" */
|
|
7419
7659
|
proposal_votes_stream: Array<ProposalVotes>;
|
|
7420
|
-
/** fetch data from the table: "public_key_auth_keys" */
|
|
7421
|
-
public_key_auth_keys: Array<PublicKeyAuthKeys>;
|
|
7422
|
-
/** fetch aggregated fields from the table: "public_key_auth_keys" */
|
|
7423
|
-
public_key_auth_keys_aggregate: PublicKeyAuthKeysAggregate;
|
|
7424
|
-
/** fetch data from the table: "public_key_auth_keys" using primary key columns */
|
|
7425
|
-
public_key_auth_keys_by_pk?: Maybe<PublicKeyAuthKeys>;
|
|
7426
|
-
/** fetch data from the table in a streaming manner: "public_key_auth_keys" */
|
|
7427
|
-
public_key_auth_keys_stream: Array<PublicKeyAuthKeys>;
|
|
7428
7660
|
/** fetch data from the table: "signatures" */
|
|
7429
7661
|
signatures: Array<Signatures>;
|
|
7430
7662
|
/** fetch data from the table: "signatures" using primary key columns */
|
|
@@ -7549,50 +7781,6 @@ type SubscriptionRootAddressVersionFromMoveResourcesStreamArgs = {
|
|
|
7549
7781
|
cursor: Array<InputMaybe<AddressVersionFromMoveResourcesStreamCursorInput>>;
|
|
7550
7782
|
where?: InputMaybe<AddressVersionFromMoveResourcesBoolExp>;
|
|
7551
7783
|
};
|
|
7552
|
-
type SubscriptionRootAuthKeyAccountAddressesArgs = {
|
|
7553
|
-
distinct_on?: InputMaybe<Array<AuthKeyAccountAddressesSelectColumn>>;
|
|
7554
|
-
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7555
|
-
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7556
|
-
order_by?: InputMaybe<Array<AuthKeyAccountAddressesOrderBy>>;
|
|
7557
|
-
where?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
|
|
7558
|
-
};
|
|
7559
|
-
type SubscriptionRootAuthKeyAccountAddressesAggregateArgs = {
|
|
7560
|
-
distinct_on?: InputMaybe<Array<AuthKeyAccountAddressesSelectColumn>>;
|
|
7561
|
-
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7562
|
-
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7563
|
-
order_by?: InputMaybe<Array<AuthKeyAccountAddressesOrderBy>>;
|
|
7564
|
-
where?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
|
|
7565
|
-
};
|
|
7566
|
-
type SubscriptionRootAuthKeyAccountAddressesByPkArgs = {
|
|
7567
|
-
address: Scalars["String"]["input"];
|
|
7568
|
-
};
|
|
7569
|
-
type SubscriptionRootAuthKeyAccountAddressesStreamArgs = {
|
|
7570
|
-
batch_size: Scalars["Int"]["input"];
|
|
7571
|
-
cursor: Array<InputMaybe<AuthKeyAccountAddressesStreamCursorInput>>;
|
|
7572
|
-
where?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
|
|
7573
|
-
};
|
|
7574
|
-
type SubscriptionRootAuthKeyMultikeyLayoutArgs = {
|
|
7575
|
-
distinct_on?: InputMaybe<Array<AuthKeyMultikeyLayoutSelectColumn>>;
|
|
7576
|
-
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7577
|
-
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7578
|
-
order_by?: InputMaybe<Array<AuthKeyMultikeyLayoutOrderBy>>;
|
|
7579
|
-
where?: InputMaybe<AuthKeyMultikeyLayoutBoolExp>;
|
|
7580
|
-
};
|
|
7581
|
-
type SubscriptionRootAuthKeyMultikeyLayoutAggregateArgs = {
|
|
7582
|
-
distinct_on?: InputMaybe<Array<AuthKeyMultikeyLayoutSelectColumn>>;
|
|
7583
|
-
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7584
|
-
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7585
|
-
order_by?: InputMaybe<Array<AuthKeyMultikeyLayoutOrderBy>>;
|
|
7586
|
-
where?: InputMaybe<AuthKeyMultikeyLayoutBoolExp>;
|
|
7587
|
-
};
|
|
7588
|
-
type SubscriptionRootAuthKeyMultikeyLayoutByPkArgs = {
|
|
7589
|
-
auth_key: Scalars["String"]["input"];
|
|
7590
|
-
};
|
|
7591
|
-
type SubscriptionRootAuthKeyMultikeyLayoutStreamArgs = {
|
|
7592
|
-
batch_size: Scalars["Int"]["input"];
|
|
7593
|
-
cursor: Array<InputMaybe<AuthKeyMultikeyLayoutStreamCursorInput>>;
|
|
7594
|
-
where?: InputMaybe<AuthKeyMultikeyLayoutBoolExp>;
|
|
7595
|
-
};
|
|
7596
7784
|
type SubscriptionRootBlockMetadataTransactionsArgs = {
|
|
7597
7785
|
distinct_on?: InputMaybe<Array<BlockMetadataTransactionsSelectColumn>>;
|
|
7598
7786
|
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
@@ -7991,21 +8179,6 @@ type SubscriptionRootCurrentTokenPendingClaimsStreamArgs = {
|
|
|
7991
8179
|
cursor: Array<InputMaybe<CurrentTokenPendingClaimsStreamCursorInput>>;
|
|
7992
8180
|
where?: InputMaybe<CurrentTokenPendingClaimsBoolExp>;
|
|
7993
8181
|
};
|
|
7994
|
-
type SubscriptionRootCurrentTokenRoyaltyV1Args = {
|
|
7995
|
-
distinct_on?: InputMaybe<Array<CurrentTokenRoyaltyV1SelectColumn>>;
|
|
7996
|
-
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7997
|
-
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7998
|
-
order_by?: InputMaybe<Array<CurrentTokenRoyaltyV1OrderBy>>;
|
|
7999
|
-
where?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
|
|
8000
|
-
};
|
|
8001
|
-
type SubscriptionRootCurrentTokenRoyaltyV1ByPkArgs = {
|
|
8002
|
-
token_data_id: Scalars["String"]["input"];
|
|
8003
|
-
};
|
|
8004
|
-
type SubscriptionRootCurrentTokenRoyaltyV1StreamArgs = {
|
|
8005
|
-
batch_size: Scalars["Int"]["input"];
|
|
8006
|
-
cursor: Array<InputMaybe<CurrentTokenRoyaltyV1StreamCursorInput>>;
|
|
8007
|
-
where?: InputMaybe<CurrentTokenRoyaltyV1BoolExp>;
|
|
8008
|
-
};
|
|
8009
8182
|
type SubscriptionRootDelegatedStakingActivitiesArgs = {
|
|
8010
8183
|
distinct_on?: InputMaybe<Array<DelegatedStakingActivitiesSelectColumn>>;
|
|
8011
8184
|
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
@@ -8175,6 +8348,93 @@ type SubscriptionRootMoveResourcesStreamArgs = {
|
|
|
8175
8348
|
cursor: Array<InputMaybe<MoveResourcesStreamCursorInput>>;
|
|
8176
8349
|
where?: InputMaybe<MoveResourcesBoolExp>;
|
|
8177
8350
|
};
|
|
8351
|
+
type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceAuctionsArgs = {
|
|
8352
|
+
distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceAuctionsSelectColumn>>;
|
|
8353
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
8354
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
8355
|
+
order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceAuctionsOrderBy>>;
|
|
8356
|
+
where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp>;
|
|
8357
|
+
};
|
|
8358
|
+
type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceAuctionsByPkArgs = {
|
|
8359
|
+
listing_id: Scalars["String"]["input"];
|
|
8360
|
+
token_data_id: Scalars["String"]["input"];
|
|
8361
|
+
};
|
|
8362
|
+
type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceAuctionsStreamArgs = {
|
|
8363
|
+
batch_size: Scalars["Int"]["input"];
|
|
8364
|
+
cursor: Array<InputMaybe<NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorInput>>;
|
|
8365
|
+
where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp>;
|
|
8366
|
+
};
|
|
8367
|
+
type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersArgs = {
|
|
8368
|
+
distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersSelectColumn>>;
|
|
8369
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
8370
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
8371
|
+
order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersOrderBy>>;
|
|
8372
|
+
where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>;
|
|
8373
|
+
};
|
|
8374
|
+
type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersByPkArgs = {
|
|
8375
|
+
collection_id: Scalars["String"]["input"];
|
|
8376
|
+
collection_offer_id: Scalars["String"]["input"];
|
|
8377
|
+
};
|
|
8378
|
+
type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamArgs = {
|
|
8379
|
+
batch_size: Scalars["Int"]["input"];
|
|
8380
|
+
cursor: Array<InputMaybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorInput>>;
|
|
8381
|
+
where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp>;
|
|
8382
|
+
};
|
|
8383
|
+
type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsArgs = {
|
|
8384
|
+
distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn>>;
|
|
8385
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
8386
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
8387
|
+
order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsOrderBy>>;
|
|
8388
|
+
where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>;
|
|
8389
|
+
};
|
|
8390
|
+
type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsAggregateArgs = {
|
|
8391
|
+
distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn>>;
|
|
8392
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
8393
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
8394
|
+
order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceListingsOrderBy>>;
|
|
8395
|
+
where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>;
|
|
8396
|
+
};
|
|
8397
|
+
type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsByPkArgs = {
|
|
8398
|
+
listing_id: Scalars["String"]["input"];
|
|
8399
|
+
token_data_id: Scalars["String"]["input"];
|
|
8400
|
+
};
|
|
8401
|
+
type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsStreamArgs = {
|
|
8402
|
+
batch_size: Scalars["Int"]["input"];
|
|
8403
|
+
cursor: Array<InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorInput>>;
|
|
8404
|
+
where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp>;
|
|
8405
|
+
};
|
|
8406
|
+
type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersArgs = {
|
|
8407
|
+
distinct_on?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffersSelectColumn>>;
|
|
8408
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
8409
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
8410
|
+
order_by?: InputMaybe<Array<NftMarketplaceV2CurrentNftMarketplaceTokenOffersOrderBy>>;
|
|
8411
|
+
where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>;
|
|
8412
|
+
};
|
|
8413
|
+
type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersByPkArgs = {
|
|
8414
|
+
offer_id: Scalars["String"]["input"];
|
|
8415
|
+
token_data_id: Scalars["String"]["input"];
|
|
8416
|
+
};
|
|
8417
|
+
type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamArgs = {
|
|
8418
|
+
batch_size: Scalars["Int"]["input"];
|
|
8419
|
+
cursor: Array<InputMaybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorInput>>;
|
|
8420
|
+
where?: InputMaybe<NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp>;
|
|
8421
|
+
};
|
|
8422
|
+
type SubscriptionRootNftMarketplaceV2NftMarketplaceActivitiesArgs = {
|
|
8423
|
+
distinct_on?: InputMaybe<Array<NftMarketplaceV2NftMarketplaceActivitiesSelectColumn>>;
|
|
8424
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
8425
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
8426
|
+
order_by?: InputMaybe<Array<NftMarketplaceV2NftMarketplaceActivitiesOrderBy>>;
|
|
8427
|
+
where?: InputMaybe<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>;
|
|
8428
|
+
};
|
|
8429
|
+
type SubscriptionRootNftMarketplaceV2NftMarketplaceActivitiesByPkArgs = {
|
|
8430
|
+
event_index: Scalars["bigint"]["input"];
|
|
8431
|
+
transaction_version: Scalars["bigint"]["input"];
|
|
8432
|
+
};
|
|
8433
|
+
type SubscriptionRootNftMarketplaceV2NftMarketplaceActivitiesStreamArgs = {
|
|
8434
|
+
batch_size: Scalars["Int"]["input"];
|
|
8435
|
+
cursor: Array<InputMaybe<NftMarketplaceV2NftMarketplaceActivitiesStreamCursorInput>>;
|
|
8436
|
+
where?: InputMaybe<NftMarketplaceV2NftMarketplaceActivitiesBoolExp>;
|
|
8437
|
+
};
|
|
8178
8438
|
type SubscriptionRootNftMetadataCrawlerParsedAssetUrisArgs = {
|
|
8179
8439
|
distinct_on?: InputMaybe<Array<NftMetadataCrawlerParsedAssetUrisSelectColumn>>;
|
|
8180
8440
|
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
@@ -8241,30 +8501,6 @@ type SubscriptionRootProposalVotesStreamArgs = {
|
|
|
8241
8501
|
cursor: Array<InputMaybe<ProposalVotesStreamCursorInput>>;
|
|
8242
8502
|
where?: InputMaybe<ProposalVotesBoolExp>;
|
|
8243
8503
|
};
|
|
8244
|
-
type SubscriptionRootPublicKeyAuthKeysArgs = {
|
|
8245
|
-
distinct_on?: InputMaybe<Array<PublicKeyAuthKeysSelectColumn>>;
|
|
8246
|
-
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
8247
|
-
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
8248
|
-
order_by?: InputMaybe<Array<PublicKeyAuthKeysOrderBy>>;
|
|
8249
|
-
where?: InputMaybe<PublicKeyAuthKeysBoolExp>;
|
|
8250
|
-
};
|
|
8251
|
-
type SubscriptionRootPublicKeyAuthKeysAggregateArgs = {
|
|
8252
|
-
distinct_on?: InputMaybe<Array<PublicKeyAuthKeysSelectColumn>>;
|
|
8253
|
-
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
8254
|
-
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
8255
|
-
order_by?: InputMaybe<Array<PublicKeyAuthKeysOrderBy>>;
|
|
8256
|
-
where?: InputMaybe<PublicKeyAuthKeysBoolExp>;
|
|
8257
|
-
};
|
|
8258
|
-
type SubscriptionRootPublicKeyAuthKeysByPkArgs = {
|
|
8259
|
-
auth_key: Scalars["String"]["input"];
|
|
8260
|
-
public_key: Scalars["String"]["input"];
|
|
8261
|
-
public_key_type: Scalars["String"]["input"];
|
|
8262
|
-
};
|
|
8263
|
-
type SubscriptionRootPublicKeyAuthKeysStreamArgs = {
|
|
8264
|
-
batch_size: Scalars["Int"]["input"];
|
|
8265
|
-
cursor: Array<InputMaybe<PublicKeyAuthKeysStreamCursorInput>>;
|
|
8266
|
-
where?: InputMaybe<PublicKeyAuthKeysBoolExp>;
|
|
8267
|
-
};
|
|
8268
8504
|
type SubscriptionRootSignaturesArgs = {
|
|
8269
8505
|
distinct_on?: InputMaybe<Array<SignaturesSelectColumn>>;
|
|
8270
8506
|
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
@@ -8531,6 +8767,18 @@ type TimestampComparisonExp = {
|
|
|
8531
8767
|
_neq?: InputMaybe<Scalars["timestamp"]["input"]>;
|
|
8532
8768
|
_nin?: InputMaybe<Array<Scalars["timestamp"]["input"]>>;
|
|
8533
8769
|
};
|
|
8770
|
+
/** Boolean expression to compare columns of type "timestamptz". All fields are combined with logical 'AND'. */
|
|
8771
|
+
type TimestamptzComparisonExp = {
|
|
8772
|
+
_eq?: InputMaybe<Scalars["timestamptz"]["input"]>;
|
|
8773
|
+
_gt?: InputMaybe<Scalars["timestamptz"]["input"]>;
|
|
8774
|
+
_gte?: InputMaybe<Scalars["timestamptz"]["input"]>;
|
|
8775
|
+
_in?: InputMaybe<Array<Scalars["timestamptz"]["input"]>>;
|
|
8776
|
+
_is_null?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
8777
|
+
_lt?: InputMaybe<Scalars["timestamptz"]["input"]>;
|
|
8778
|
+
_lte?: InputMaybe<Scalars["timestamptz"]["input"]>;
|
|
8779
|
+
_neq?: InputMaybe<Scalars["timestamptz"]["input"]>;
|
|
8780
|
+
_nin?: InputMaybe<Array<Scalars["timestamptz"]["input"]>>;
|
|
8781
|
+
};
|
|
8534
8782
|
/** columns and relationships of "legacy_migration_v1.token_activities" */
|
|
8535
8783
|
type TokenActivities = {
|
|
8536
8784
|
/** An array relationship */
|
|
@@ -9743,10 +9991,7 @@ type TokensStreamCursorValueInput = {
|
|
|
9743
9991
|
/** columns and relationships of "user_transactions" */
|
|
9744
9992
|
type UserTransactions = {
|
|
9745
9993
|
block_height: Scalars["bigint"]["output"];
|
|
9746
|
-
entry_function_contract_address?: Maybe<Scalars["String"]["output"]>;
|
|
9747
|
-
entry_function_function_name?: Maybe<Scalars["String"]["output"]>;
|
|
9748
9994
|
entry_function_id_str: Scalars["String"]["output"];
|
|
9749
|
-
entry_function_module_name?: Maybe<Scalars["String"]["output"]>;
|
|
9750
9995
|
epoch: Scalars["bigint"]["output"];
|
|
9751
9996
|
expiration_timestamp_secs: Scalars["timestamp"]["output"];
|
|
9752
9997
|
gas_unit_price: Scalars["numeric"]["output"];
|
|
@@ -9763,10 +10008,7 @@ type UserTransactionsBoolExp = {
|
|
|
9763
10008
|
_not?: InputMaybe<UserTransactionsBoolExp>;
|
|
9764
10009
|
_or?: InputMaybe<Array<UserTransactionsBoolExp>>;
|
|
9765
10010
|
block_height?: InputMaybe<BigintComparisonExp>;
|
|
9766
|
-
entry_function_contract_address?: InputMaybe<StringComparisonExp>;
|
|
9767
|
-
entry_function_function_name?: InputMaybe<StringComparisonExp>;
|
|
9768
10011
|
entry_function_id_str?: InputMaybe<StringComparisonExp>;
|
|
9769
|
-
entry_function_module_name?: InputMaybe<StringComparisonExp>;
|
|
9770
10012
|
epoch?: InputMaybe<BigintComparisonExp>;
|
|
9771
10013
|
expiration_timestamp_secs?: InputMaybe<TimestampComparisonExp>;
|
|
9772
10014
|
gas_unit_price?: InputMaybe<NumericComparisonExp>;
|
|
@@ -9780,10 +10022,7 @@ type UserTransactionsBoolExp = {
|
|
|
9780
10022
|
/** Ordering options when selecting data from "user_transactions". */
|
|
9781
10023
|
type UserTransactionsOrderBy = {
|
|
9782
10024
|
block_height?: InputMaybe<OrderBy>;
|
|
9783
|
-
entry_function_contract_address?: InputMaybe<OrderBy>;
|
|
9784
|
-
entry_function_function_name?: InputMaybe<OrderBy>;
|
|
9785
10025
|
entry_function_id_str?: InputMaybe<OrderBy>;
|
|
9786
|
-
entry_function_module_name?: InputMaybe<OrderBy>;
|
|
9787
10026
|
epoch?: InputMaybe<OrderBy>;
|
|
9788
10027
|
expiration_timestamp_secs?: InputMaybe<OrderBy>;
|
|
9789
10028
|
gas_unit_price?: InputMaybe<OrderBy>;
|
|
@@ -9799,14 +10038,8 @@ declare enum UserTransactionsSelectColumn {
|
|
|
9799
10038
|
/** column name */
|
|
9800
10039
|
BlockHeight = "block_height",
|
|
9801
10040
|
/** column name */
|
|
9802
|
-
EntryFunctionContractAddress = "entry_function_contract_address",
|
|
9803
|
-
/** column name */
|
|
9804
|
-
EntryFunctionFunctionName = "entry_function_function_name",
|
|
9805
|
-
/** column name */
|
|
9806
10041
|
EntryFunctionIdStr = "entry_function_id_str",
|
|
9807
10042
|
/** column name */
|
|
9808
|
-
EntryFunctionModuleName = "entry_function_module_name",
|
|
9809
|
-
/** column name */
|
|
9810
10043
|
Epoch = "epoch",
|
|
9811
10044
|
/** column name */
|
|
9812
10045
|
ExpirationTimestampSecs = "expiration_timestamp_secs",
|
|
@@ -9835,10 +10068,7 @@ type UserTransactionsStreamCursorInput = {
|
|
|
9835
10068
|
/** Initial value of the column from where the streaming should start */
|
|
9836
10069
|
type UserTransactionsStreamCursorValueInput = {
|
|
9837
10070
|
block_height?: InputMaybe<Scalars["bigint"]["input"]>;
|
|
9838
|
-
entry_function_contract_address?: InputMaybe<Scalars["String"]["input"]>;
|
|
9839
|
-
entry_function_function_name?: InputMaybe<Scalars["String"]["input"]>;
|
|
9840
10071
|
entry_function_id_str?: InputMaybe<Scalars["String"]["input"]>;
|
|
9841
|
-
entry_function_module_name?: InputMaybe<Scalars["String"]["input"]>;
|
|
9842
10072
|
epoch?: InputMaybe<Scalars["bigint"]["input"]>;
|
|
9843
10073
|
expiration_timestamp_secs?: InputMaybe<Scalars["timestamp"]["input"]>;
|
|
9844
10074
|
gas_unit_price?: InputMaybe<Scalars["numeric"]["input"]>;
|
|
@@ -9850,4 +10080,4 @@ type UserTransactionsStreamCursorValueInput = {
|
|
|
9850
10080
|
version?: InputMaybe<Scalars["bigint"]["input"]>;
|
|
9851
10081
|
};
|
|
9852
10082
|
|
|
9853
|
-
export { type AccountTransactions, type AccountTransactionsAggregate, type AccountTransactionsAggregateFields, type AccountTransactionsAggregateFieldsCountArgs, type AccountTransactionsAvgFields, type AccountTransactionsBoolExp, type AccountTransactionsCoinActivitiesAggregateArgs, type AccountTransactionsCoinActivitiesArgs, type AccountTransactionsDelegatedStakingActivitiesArgs, type AccountTransactionsFungibleAssetActivitiesArgs, type AccountTransactionsMaxFields, type AccountTransactionsMinFields, type AccountTransactionsOrderBy, AccountTransactionsSelectColumn, type AccountTransactionsStddevFields, type AccountTransactionsStddevPopFields, type AccountTransactionsStddevSampFields, type AccountTransactionsStreamCursorInput, type AccountTransactionsStreamCursorValueInput, type AccountTransactionsSumFields, type AccountTransactionsTokenActivitiesAggregateArgs, type AccountTransactionsTokenActivitiesArgs, type AccountTransactionsTokenActivitiesV2AggregateArgs, type AccountTransactionsTokenActivitiesV2Args, type AccountTransactionsVarPopFields, type AccountTransactionsVarSampFields, type AccountTransactionsVarianceFields, type AddressEventsSummary, type AddressEventsSummaryBoolExp, type AddressEventsSummaryOrderBy, AddressEventsSummarySelectColumn, type AddressEventsSummaryStreamCursorInput, type AddressEventsSummaryStreamCursorValueInput, type AddressVersionFromEvents, type AddressVersionFromEventsAggregate, type AddressVersionFromEventsAggregateFields, type AddressVersionFromEventsAggregateFieldsCountArgs, type AddressVersionFromEventsAvgFields, type AddressVersionFromEventsBoolExp, type AddressVersionFromEventsCoinActivitiesAggregateArgs, type AddressVersionFromEventsCoinActivitiesArgs, type AddressVersionFromEventsDelegatedStakingActivitiesArgs, type AddressVersionFromEventsMaxFields, type AddressVersionFromEventsMinFields, type AddressVersionFromEventsOrderBy, AddressVersionFromEventsSelectColumn, type AddressVersionFromEventsStddevFields, type AddressVersionFromEventsStddevPopFields, type AddressVersionFromEventsStddevSampFields, type AddressVersionFromEventsStreamCursorInput, type AddressVersionFromEventsStreamCursorValueInput, type AddressVersionFromEventsSumFields, type AddressVersionFromEventsTokenActivitiesAggregateArgs, type AddressVersionFromEventsTokenActivitiesArgs, type AddressVersionFromEventsTokenActivitiesV2AggregateArgs, type AddressVersionFromEventsTokenActivitiesV2Args, type AddressVersionFromEventsVarPopFields, type AddressVersionFromEventsVarSampFields, type AddressVersionFromEventsVarianceFields, type AddressVersionFromMoveResources, type AddressVersionFromMoveResourcesAggregate, type AddressVersionFromMoveResourcesAggregateFields, type AddressVersionFromMoveResourcesAggregateFieldsCountArgs, type AddressVersionFromMoveResourcesAvgFields, type AddressVersionFromMoveResourcesBoolExp, type AddressVersionFromMoveResourcesCoinActivitiesAggregateArgs, type AddressVersionFromMoveResourcesCoinActivitiesArgs, type AddressVersionFromMoveResourcesDelegatedStakingActivitiesArgs, type AddressVersionFromMoveResourcesMaxFields, type AddressVersionFromMoveResourcesMinFields, type AddressVersionFromMoveResourcesOrderBy, AddressVersionFromMoveResourcesSelectColumn, type AddressVersionFromMoveResourcesStddevFields, type AddressVersionFromMoveResourcesStddevPopFields, type AddressVersionFromMoveResourcesStddevSampFields, type AddressVersionFromMoveResourcesStreamCursorInput, type AddressVersionFromMoveResourcesStreamCursorValueInput, type AddressVersionFromMoveResourcesSumFields, type AddressVersionFromMoveResourcesTokenActivitiesAggregateArgs, type AddressVersionFromMoveResourcesTokenActivitiesArgs, type AddressVersionFromMoveResourcesTokenActivitiesV2AggregateArgs, type AddressVersionFromMoveResourcesTokenActivitiesV2Args, type AddressVersionFromMoveResourcesVarPopFields, type AddressVersionFromMoveResourcesVarSampFields, type AddressVersionFromMoveResourcesVarianceFields, type AuthKeyAccountAddresses, type AuthKeyAccountAddressesAggregate, type AuthKeyAccountAddressesAggregateFields, type AuthKeyAccountAddressesAggregateFieldsCountArgs, type AuthKeyAccountAddressesAvgFields, type AuthKeyAccountAddressesBoolExp, type AuthKeyAccountAddressesMaxFields, type AuthKeyAccountAddressesMinFields, type AuthKeyAccountAddressesOrderBy, AuthKeyAccountAddressesSelectColumn, type AuthKeyAccountAddressesStddevFields, type AuthKeyAccountAddressesStddevPopFields, type AuthKeyAccountAddressesStddevSampFields, type AuthKeyAccountAddressesStreamCursorInput, type AuthKeyAccountAddressesStreamCursorValueInput, type AuthKeyAccountAddressesSumFields, type AuthKeyAccountAddressesVarPopFields, type AuthKeyAccountAddressesVarSampFields, type AuthKeyAccountAddressesVarianceFields, type AuthKeyMultikeyLayout, type AuthKeyMultikeyLayoutAggregate, type AuthKeyMultikeyLayoutAggregateFields, type AuthKeyMultikeyLayoutAggregateFieldsCountArgs, type AuthKeyMultikeyLayoutAvgFields, type AuthKeyMultikeyLayoutBoolExp, type AuthKeyMultikeyLayoutMaxFields, type AuthKeyMultikeyLayoutMinFields, type AuthKeyMultikeyLayoutMultikeyLayoutWithPrefixesArgs, type AuthKeyMultikeyLayoutOrderBy, AuthKeyMultikeyLayoutSelectColumn, type AuthKeyMultikeyLayoutStddevFields, type AuthKeyMultikeyLayoutStddevPopFields, type AuthKeyMultikeyLayoutStddevSampFields, type AuthKeyMultikeyLayoutStreamCursorInput, type AuthKeyMultikeyLayoutStreamCursorValueInput, type AuthKeyMultikeyLayoutSumFields, type AuthKeyMultikeyLayoutVarPopFields, type AuthKeyMultikeyLayoutVarSampFields, type AuthKeyMultikeyLayoutVarianceFields, type BigintComparisonExp, type BlockMetadataTransactions, type BlockMetadataTransactionsBoolExp, type BlockMetadataTransactionsFailedProposerIndicesArgs, type BlockMetadataTransactionsOrderBy, type BlockMetadataTransactionsPreviousBlockVotesBitvecArgs, BlockMetadataTransactionsSelectColumn, type BlockMetadataTransactionsStreamCursorInput, type BlockMetadataTransactionsStreamCursorValueInput, type BooleanComparisonExp, type CoinActivities, type CoinActivitiesAggregate, type CoinActivitiesAggregateBoolExp, type CoinActivitiesAggregateBoolExpBoolAnd, type CoinActivitiesAggregateBoolExpBoolOr, type CoinActivitiesAggregateBoolExpCount, type CoinActivitiesAggregateFields, type CoinActivitiesAggregateFieldsCountArgs, type CoinActivitiesAggregateOrderBy, type CoinActivitiesAptosNamesAggregateArgs, type CoinActivitiesAptosNamesArgs, type CoinActivitiesAvgFields, type CoinActivitiesAvgOrderBy, type CoinActivitiesBoolExp, type CoinActivitiesMaxFields, type CoinActivitiesMaxOrderBy, type CoinActivitiesMinFields, type CoinActivitiesMinOrderBy, type CoinActivitiesOrderBy, CoinActivitiesSelectColumn, CoinActivitiesSelectColumnCoinActivitiesAggregateBoolExpBoolAndArgumentsColumns, CoinActivitiesSelectColumnCoinActivitiesAggregateBoolExpBoolOrArgumentsColumns, type CoinActivitiesStddevFields, type CoinActivitiesStddevOrderBy, type CoinActivitiesStddevPopFields, type CoinActivitiesStddevPopOrderBy, type CoinActivitiesStddevSampFields, type CoinActivitiesStddevSampOrderBy, type CoinActivitiesStreamCursorInput, type CoinActivitiesStreamCursorValueInput, type CoinActivitiesSumFields, type CoinActivitiesSumOrderBy, type CoinActivitiesVarPopFields, type CoinActivitiesVarPopOrderBy, type CoinActivitiesVarSampFields, type CoinActivitiesVarSampOrderBy, type CoinActivitiesVarianceFields, type CoinActivitiesVarianceOrderBy, type CoinBalances, type CoinBalancesBoolExp, type CoinBalancesOrderBy, CoinBalancesSelectColumn, type CoinBalancesStreamCursorInput, type CoinBalancesStreamCursorValueInput, type CoinInfos, type CoinInfosBoolExp, type CoinInfosOrderBy, CoinInfosSelectColumn, type CoinInfosStreamCursorInput, type CoinInfosStreamCursorValueInput, type CoinSupply, type CoinSupplyBoolExp, type CoinSupplyOrderBy, CoinSupplySelectColumn, type CoinSupplyStreamCursorInput, type CoinSupplyStreamCursorValueInput, type CollectionDatas, type CollectionDatasBoolExp, type CollectionDatasOrderBy, CollectionDatasSelectColumn, type CollectionDatasStreamCursorInput, type CollectionDatasStreamCursorValueInput, type CurrentAnsLookup, type CurrentAnsLookupAllTokenOwnershipsAggregateArgs, type CurrentAnsLookupAllTokenOwnershipsArgs, type CurrentAnsLookupBoolExp, type CurrentAnsLookupOrderBy, CurrentAnsLookupSelectColumn, type CurrentAnsLookupStreamCursorInput, type CurrentAnsLookupStreamCursorValueInput, type CurrentAnsLookupV2, type CurrentAnsLookupV2BoolExp, type CurrentAnsLookupV2OrderBy, CurrentAnsLookupV2SelectColumn, type CurrentAnsLookupV2StreamCursorInput, type CurrentAnsLookupV2StreamCursorValueInput, type CurrentAptosNames, type CurrentAptosNamesAggregate, type CurrentAptosNamesAggregateBoolExp, type CurrentAptosNamesAggregateBoolExpBoolAnd, type CurrentAptosNamesAggregateBoolExpBoolOr, type CurrentAptosNamesAggregateBoolExpCount, type CurrentAptosNamesAggregateFields, type CurrentAptosNamesAggregateFieldsCountArgs, type CurrentAptosNamesAggregateOrderBy, type CurrentAptosNamesAvgFields, type CurrentAptosNamesAvgOrderBy, type CurrentAptosNamesBoolExp, type CurrentAptosNamesMaxFields, type CurrentAptosNamesMaxOrderBy, type CurrentAptosNamesMinFields, type CurrentAptosNamesMinOrderBy, type CurrentAptosNamesOrderBy, CurrentAptosNamesSelectColumn, CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolAndArgumentsColumns, CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolOrArgumentsColumns, type CurrentAptosNamesStddevFields, type CurrentAptosNamesStddevOrderBy, type CurrentAptosNamesStddevPopFields, type CurrentAptosNamesStddevPopOrderBy, type CurrentAptosNamesStddevSampFields, type CurrentAptosNamesStddevSampOrderBy, type CurrentAptosNamesStreamCursorInput, type CurrentAptosNamesStreamCursorValueInput, type CurrentAptosNamesSumFields, type CurrentAptosNamesSumOrderBy, type CurrentAptosNamesVarPopFields, type CurrentAptosNamesVarPopOrderBy, type CurrentAptosNamesVarSampFields, type CurrentAptosNamesVarSampOrderBy, type CurrentAptosNamesVarianceFields, type CurrentAptosNamesVarianceOrderBy, type CurrentCoinBalances, type CurrentCoinBalancesBoolExp, type CurrentCoinBalancesOrderBy, CurrentCoinBalancesSelectColumn, type CurrentCoinBalancesStreamCursorInput, type CurrentCoinBalancesStreamCursorValueInput, type CurrentCollectionDatas, type CurrentCollectionDatasBoolExp, type CurrentCollectionDatasOrderBy, CurrentCollectionDatasSelectColumn, type CurrentCollectionDatasStreamCursorInput, type CurrentCollectionDatasStreamCursorValueInput, type CurrentCollectionOwnershipV2View, type CurrentCollectionOwnershipV2ViewAggregate, type CurrentCollectionOwnershipV2ViewAggregateFields, type CurrentCollectionOwnershipV2ViewAggregateFieldsCountArgs, type CurrentCollectionOwnershipV2ViewAvgFields, type CurrentCollectionOwnershipV2ViewBoolExp, type CurrentCollectionOwnershipV2ViewMaxFields, type CurrentCollectionOwnershipV2ViewMinFields, type CurrentCollectionOwnershipV2ViewOrderBy, CurrentCollectionOwnershipV2ViewSelectColumn, type CurrentCollectionOwnershipV2ViewStddevFields, type CurrentCollectionOwnershipV2ViewStddevPopFields, type CurrentCollectionOwnershipV2ViewStddevSampFields, type CurrentCollectionOwnershipV2ViewStreamCursorInput, type CurrentCollectionOwnershipV2ViewStreamCursorValueInput, type CurrentCollectionOwnershipV2ViewSumFields, type CurrentCollectionOwnershipV2ViewVarPopFields, type CurrentCollectionOwnershipV2ViewVarSampFields, type CurrentCollectionOwnershipV2ViewVarianceFields, type CurrentCollectionsV2, type CurrentCollectionsV2BoolExp, type CurrentCollectionsV2CollectionPropertiesArgs, type CurrentCollectionsV2OrderBy, CurrentCollectionsV2SelectColumn, type CurrentCollectionsV2StreamCursorInput, type CurrentCollectionsV2StreamCursorValueInput, type CurrentDelegatedStakingPoolBalances, type CurrentDelegatedStakingPoolBalancesBoolExp, type CurrentDelegatedStakingPoolBalancesOrderBy, CurrentDelegatedStakingPoolBalancesSelectColumn, type CurrentDelegatedStakingPoolBalancesStreamCursorInput, type CurrentDelegatedStakingPoolBalancesStreamCursorValueInput, type CurrentDelegatedVoter, type CurrentDelegatedVoterBoolExp, type CurrentDelegatedVoterOrderBy, CurrentDelegatedVoterSelectColumn, type CurrentDelegatedVoterStreamCursorInput, type CurrentDelegatedVoterStreamCursorValueInput, type CurrentDelegatorBalances, type CurrentDelegatorBalancesBoolExp, type CurrentDelegatorBalancesOrderBy, CurrentDelegatorBalancesSelectColumn, type CurrentDelegatorBalancesStreamCursorInput, type CurrentDelegatorBalancesStreamCursorValueInput, type CurrentFungibleAssetBalances, type CurrentFungibleAssetBalancesAggregate, type CurrentFungibleAssetBalancesAggregateFields, type CurrentFungibleAssetBalancesAggregateFieldsCountArgs, type CurrentFungibleAssetBalancesAvgFields, type CurrentFungibleAssetBalancesBoolExp, type CurrentFungibleAssetBalancesMaxFields, type CurrentFungibleAssetBalancesMinFields, type CurrentFungibleAssetBalancesOrderBy, CurrentFungibleAssetBalancesSelectColumn, type CurrentFungibleAssetBalancesStddevFields, type CurrentFungibleAssetBalancesStddevPopFields, type CurrentFungibleAssetBalancesStddevSampFields, type CurrentFungibleAssetBalancesStreamCursorInput, type CurrentFungibleAssetBalancesStreamCursorValueInput, type CurrentFungibleAssetBalancesSumFields, type CurrentFungibleAssetBalancesVarPopFields, type CurrentFungibleAssetBalancesVarSampFields, type CurrentFungibleAssetBalancesVarianceFields, type CurrentObjects, type CurrentObjectsBoolExp, type CurrentObjectsOrderBy, CurrentObjectsSelectColumn, type CurrentObjectsStreamCursorInput, type CurrentObjectsStreamCursorValueInput, type CurrentStakingPoolVoter, type CurrentStakingPoolVoterBoolExp, type CurrentStakingPoolVoterOperatorAptosNameAggregateArgs, type CurrentStakingPoolVoterOperatorAptosNameArgs, type CurrentStakingPoolVoterOrderBy, CurrentStakingPoolVoterSelectColumn, type CurrentStakingPoolVoterStreamCursorInput, type CurrentStakingPoolVoterStreamCursorValueInput, type CurrentTableItems, type CurrentTableItemsBoolExp, type CurrentTableItemsDecodedKeyArgs, type CurrentTableItemsDecodedValueArgs, type CurrentTableItemsOrderBy, CurrentTableItemsSelectColumn, type CurrentTableItemsStreamCursorInput, type CurrentTableItemsStreamCursorValueInput, type CurrentTokenDatas, type CurrentTokenDatasBoolExp, type CurrentTokenDatasDefaultPropertiesArgs, type CurrentTokenDatasOrderBy, CurrentTokenDatasSelectColumn, type CurrentTokenDatasStreamCursorInput, type CurrentTokenDatasStreamCursorValueInput, type CurrentTokenDatasV2, type CurrentTokenDatasV2BoolExp, type CurrentTokenDatasV2CurrentTokenOwnershipsAggregateArgs, type CurrentTokenDatasV2CurrentTokenOwnershipsArgs, type CurrentTokenDatasV2OrderBy, CurrentTokenDatasV2SelectColumn, type CurrentTokenDatasV2StreamCursorInput, type CurrentTokenDatasV2StreamCursorValueInput, type CurrentTokenDatasV2TokenPropertiesArgs, type CurrentTokenOwnerships, type CurrentTokenOwnershipsAggregate, type CurrentTokenOwnershipsAggregateBoolExp, type CurrentTokenOwnershipsAggregateBoolExpCount, type CurrentTokenOwnershipsAggregateFields, type CurrentTokenOwnershipsAggregateFieldsCountArgs, type CurrentTokenOwnershipsAggregateOrderBy, type CurrentTokenOwnershipsAvgFields, type CurrentTokenOwnershipsAvgOrderBy, type CurrentTokenOwnershipsBoolExp, type CurrentTokenOwnershipsMaxFields, type CurrentTokenOwnershipsMaxOrderBy, type CurrentTokenOwnershipsMinFields, type CurrentTokenOwnershipsMinOrderBy, type CurrentTokenOwnershipsOrderBy, CurrentTokenOwnershipsSelectColumn, type CurrentTokenOwnershipsStddevFields, type CurrentTokenOwnershipsStddevOrderBy, type CurrentTokenOwnershipsStddevPopFields, type CurrentTokenOwnershipsStddevPopOrderBy, type CurrentTokenOwnershipsStddevSampFields, type CurrentTokenOwnershipsStddevSampOrderBy, type CurrentTokenOwnershipsStreamCursorInput, type CurrentTokenOwnershipsStreamCursorValueInput, type CurrentTokenOwnershipsSumFields, type CurrentTokenOwnershipsSumOrderBy, type CurrentTokenOwnershipsTokenPropertiesArgs, type CurrentTokenOwnershipsV2, type CurrentTokenOwnershipsV2Aggregate, type CurrentTokenOwnershipsV2AggregateBoolExp, type CurrentTokenOwnershipsV2AggregateBoolExpBoolAnd, type CurrentTokenOwnershipsV2AggregateBoolExpBoolOr, type CurrentTokenOwnershipsV2AggregateBoolExpCount, type CurrentTokenOwnershipsV2AggregateFields, type CurrentTokenOwnershipsV2AggregateFieldsCountArgs, type CurrentTokenOwnershipsV2AggregateOrderBy, type CurrentTokenOwnershipsV2AvgFields, type CurrentTokenOwnershipsV2AvgOrderBy, type CurrentTokenOwnershipsV2BoolExp, type CurrentTokenOwnershipsV2ComposedNftsAggregateArgs, type CurrentTokenOwnershipsV2ComposedNftsArgs, type CurrentTokenOwnershipsV2MaxFields, type CurrentTokenOwnershipsV2MaxOrderBy, type CurrentTokenOwnershipsV2MinFields, type CurrentTokenOwnershipsV2MinOrderBy, type CurrentTokenOwnershipsV2OrderBy, CurrentTokenOwnershipsV2SelectColumn, CurrentTokenOwnershipsV2SelectColumnCurrentTokenOwnershipsV2AggregateBoolExpBoolAndArgumentsColumns, CurrentTokenOwnershipsV2SelectColumnCurrentTokenOwnershipsV2AggregateBoolExpBoolOrArgumentsColumns, type CurrentTokenOwnershipsV2StddevFields, type CurrentTokenOwnershipsV2StddevOrderBy, type CurrentTokenOwnershipsV2StddevPopFields, type CurrentTokenOwnershipsV2StddevPopOrderBy, type CurrentTokenOwnershipsV2StddevSampFields, type CurrentTokenOwnershipsV2StddevSampOrderBy, type CurrentTokenOwnershipsV2StreamCursorInput, type CurrentTokenOwnershipsV2StreamCursorValueInput, type CurrentTokenOwnershipsV2SumFields, type CurrentTokenOwnershipsV2SumOrderBy, type CurrentTokenOwnershipsV2TokenPropertiesMutatedV1Args, type CurrentTokenOwnershipsV2VarPopFields, type CurrentTokenOwnershipsV2VarPopOrderBy, type CurrentTokenOwnershipsV2VarSampFields, type CurrentTokenOwnershipsV2VarSampOrderBy, type CurrentTokenOwnershipsV2VarianceFields, type CurrentTokenOwnershipsV2VarianceOrderBy, type CurrentTokenOwnershipsVarPopFields, type CurrentTokenOwnershipsVarPopOrderBy, type CurrentTokenOwnershipsVarSampFields, type CurrentTokenOwnershipsVarSampOrderBy, type CurrentTokenOwnershipsVarianceFields, type CurrentTokenOwnershipsVarianceOrderBy, type CurrentTokenPendingClaims, type CurrentTokenPendingClaimsBoolExp, type CurrentTokenPendingClaimsOrderBy, CurrentTokenPendingClaimsSelectColumn, type CurrentTokenPendingClaimsStreamCursorInput, type CurrentTokenPendingClaimsStreamCursorValueInput, type CurrentTokenRoyaltyV1, type CurrentTokenRoyaltyV1BoolExp, type CurrentTokenRoyaltyV1OrderBy, CurrentTokenRoyaltyV1SelectColumn, type CurrentTokenRoyaltyV1StreamCursorInput, type CurrentTokenRoyaltyV1StreamCursorValueInput, CursorOrdering, type DelegatedStakingActivities, type DelegatedStakingActivitiesAggregateOrderBy, type DelegatedStakingActivitiesAvgOrderBy, type DelegatedStakingActivitiesBoolExp, type DelegatedStakingActivitiesMaxOrderBy, type DelegatedStakingActivitiesMinOrderBy, type DelegatedStakingActivitiesOrderBy, DelegatedStakingActivitiesSelectColumn, type DelegatedStakingActivitiesStddevOrderBy, type DelegatedStakingActivitiesStddevPopOrderBy, type DelegatedStakingActivitiesStddevSampOrderBy, type DelegatedStakingActivitiesStreamCursorInput, type DelegatedStakingActivitiesStreamCursorValueInput, type DelegatedStakingActivitiesSumOrderBy, type DelegatedStakingActivitiesVarPopOrderBy, type DelegatedStakingActivitiesVarSampOrderBy, type DelegatedStakingActivitiesVarianceOrderBy, type DelegatedStakingPoolBalances, type DelegatedStakingPoolBalancesAggregate, type DelegatedStakingPoolBalancesAggregateFields, type DelegatedStakingPoolBalancesAggregateFieldsCountArgs, type DelegatedStakingPoolBalancesAvgFields, type DelegatedStakingPoolBalancesBoolExp, type DelegatedStakingPoolBalancesMaxFields, type DelegatedStakingPoolBalancesMinFields, type DelegatedStakingPoolBalancesOrderBy, DelegatedStakingPoolBalancesSelectColumn, type DelegatedStakingPoolBalancesStddevFields, type DelegatedStakingPoolBalancesStddevPopFields, type DelegatedStakingPoolBalancesStddevSampFields, type DelegatedStakingPoolBalancesStreamCursorInput, type DelegatedStakingPoolBalancesStreamCursorValueInput, type DelegatedStakingPoolBalancesSumFields, type DelegatedStakingPoolBalancesVarPopFields, type DelegatedStakingPoolBalancesVarSampFields, type DelegatedStakingPoolBalancesVarianceFields, type DelegatedStakingPools, type DelegatedStakingPoolsBoolExp, type DelegatedStakingPoolsOrderBy, DelegatedStakingPoolsSelectColumn, type DelegatedStakingPoolsStreamCursorInput, type DelegatedStakingPoolsStreamCursorValueInput, type DelegatorDistinctPool, type DelegatorDistinctPoolAggregate, type DelegatorDistinctPoolAggregateFields, type DelegatorDistinctPoolAggregateFieldsCountArgs, type DelegatorDistinctPoolBoolExp, type DelegatorDistinctPoolMaxFields, type DelegatorDistinctPoolMinFields, type DelegatorDistinctPoolOrderBy, DelegatorDistinctPoolSelectColumn, type DelegatorDistinctPoolStreamCursorInput, type DelegatorDistinctPoolStreamCursorValueInput, type Events, type EventsBoolExp, type EventsDataArgs, type EventsOrderBy, EventsSelectColumn, type EventsStreamCursorInput, type EventsStreamCursorValueInput, type Exact, type FungibleAssetActivities, type FungibleAssetActivitiesAggregateOrderBy, type FungibleAssetActivitiesAvgOrderBy, type FungibleAssetActivitiesBoolExp, type FungibleAssetActivitiesMaxOrderBy, type FungibleAssetActivitiesMinOrderBy, type FungibleAssetActivitiesOrderBy, type FungibleAssetActivitiesOwnerAptosNamesAggregateArgs, type FungibleAssetActivitiesOwnerAptosNamesArgs, FungibleAssetActivitiesSelectColumn, type FungibleAssetActivitiesStddevOrderBy, type FungibleAssetActivitiesStddevPopOrderBy, type FungibleAssetActivitiesStddevSampOrderBy, type FungibleAssetActivitiesStreamCursorInput, type FungibleAssetActivitiesStreamCursorValueInput, type FungibleAssetActivitiesSumOrderBy, type FungibleAssetActivitiesVarPopOrderBy, type FungibleAssetActivitiesVarSampOrderBy, type FungibleAssetActivitiesVarianceOrderBy, type FungibleAssetMetadata, type FungibleAssetMetadataBoolExp, type FungibleAssetMetadataOrderBy, FungibleAssetMetadataSelectColumn, type FungibleAssetMetadataStreamCursorInput, type FungibleAssetMetadataStreamCursorValueInput, type Incremental, type IndexerStatus, type IndexerStatusBoolExp, type IndexerStatusOrderBy, IndexerStatusSelectColumn, type IndexerStatusStreamCursorInput, type IndexerStatusStreamCursorValueInput, type InputMaybe, type IntComparisonExp, type JsonbCastExp, type JsonbComparisonExp, type LedgerInfos, type LedgerInfosBoolExp, type LedgerInfosOrderBy, LedgerInfosSelectColumn, type LedgerInfosStreamCursorInput, type LedgerInfosStreamCursorValueInput, type MakeEmpty, type MakeMaybe, type MakeOptional, type Maybe, type MoveResources, type MoveResourcesAggregate, type MoveResourcesAggregateFields, type MoveResourcesAggregateFieldsCountArgs, type MoveResourcesAvgFields, type MoveResourcesBoolExp, type MoveResourcesMaxFields, type MoveResourcesMinFields, type MoveResourcesOrderBy, MoveResourcesSelectColumn, type MoveResourcesStddevFields, type MoveResourcesStddevPopFields, type MoveResourcesStddevSampFields, type MoveResourcesStreamCursorInput, type MoveResourcesStreamCursorValueInput, type MoveResourcesSumFields, type MoveResourcesVarPopFields, type MoveResourcesVarSampFields, type MoveResourcesVarianceFields, type NftMetadataCrawlerParsedAssetUris, type NftMetadataCrawlerParsedAssetUrisBoolExp, type NftMetadataCrawlerParsedAssetUrisOrderBy, NftMetadataCrawlerParsedAssetUrisSelectColumn, type NftMetadataCrawlerParsedAssetUrisStreamCursorInput, type NftMetadataCrawlerParsedAssetUrisStreamCursorValueInput, type NumActiveDelegatorPerPool, type NumActiveDelegatorPerPoolBoolExp, type NumActiveDelegatorPerPoolOrderBy, NumActiveDelegatorPerPoolSelectColumn, type NumActiveDelegatorPerPoolStreamCursorInput, type NumActiveDelegatorPerPoolStreamCursorValueInput, type NumericComparisonExp, OrderBy, type ProcessorStatus, type ProcessorStatusBoolExp, type ProcessorStatusOrderBy, ProcessorStatusSelectColumn, type ProcessorStatusStreamCursorInput, type ProcessorStatusStreamCursorValueInput, type ProposalVotes, type ProposalVotesAggregate, type ProposalVotesAggregateFields, type ProposalVotesAggregateFieldsCountArgs, type ProposalVotesAvgFields, type ProposalVotesBoolExp, type ProposalVotesMaxFields, type ProposalVotesMinFields, type ProposalVotesOrderBy, ProposalVotesSelectColumn, type ProposalVotesStddevFields, type ProposalVotesStddevPopFields, type ProposalVotesStddevSampFields, type ProposalVotesStreamCursorInput, type ProposalVotesStreamCursorValueInput, type ProposalVotesSumFields, type ProposalVotesVarPopFields, type ProposalVotesVarSampFields, type ProposalVotesVarianceFields, type PublicKeyAuthKeys, type PublicKeyAuthKeysAggregate, type PublicKeyAuthKeysAggregateFields, type PublicKeyAuthKeysAggregateFieldsCountArgs, type PublicKeyAuthKeysAvgFields, type PublicKeyAuthKeysBoolExp, type PublicKeyAuthKeysMaxFields, type PublicKeyAuthKeysMinFields, type PublicKeyAuthKeysOrderBy, PublicKeyAuthKeysSelectColumn, type PublicKeyAuthKeysStddevFields, type PublicKeyAuthKeysStddevPopFields, type PublicKeyAuthKeysStddevSampFields, type PublicKeyAuthKeysStreamCursorInput, type PublicKeyAuthKeysStreamCursorValueInput, type PublicKeyAuthKeysSumFields, type PublicKeyAuthKeysVarPopFields, type PublicKeyAuthKeysVarSampFields, type PublicKeyAuthKeysVarianceFields, type QueryRoot, type QueryRootAccountTransactionsAggregateArgs, type QueryRootAccountTransactionsArgs, type QueryRootAccountTransactionsByPkArgs, type QueryRootAddressEventsSummaryArgs, type QueryRootAddressVersionFromEventsAggregateArgs, type QueryRootAddressVersionFromEventsArgs, type QueryRootAddressVersionFromMoveResourcesAggregateArgs, type QueryRootAddressVersionFromMoveResourcesArgs, type QueryRootAuthKeyAccountAddressesAggregateArgs, type QueryRootAuthKeyAccountAddressesArgs, type QueryRootAuthKeyAccountAddressesByPkArgs, type QueryRootAuthKeyMultikeyLayoutAggregateArgs, type QueryRootAuthKeyMultikeyLayoutArgs, type QueryRootAuthKeyMultikeyLayoutByPkArgs, type QueryRootBlockMetadataTransactionsArgs, type QueryRootBlockMetadataTransactionsByPkArgs, type QueryRootCoinActivitiesAggregateArgs, type QueryRootCoinActivitiesArgs, type QueryRootCoinBalancesArgs, type QueryRootCoinInfosArgs, type QueryRootCoinSupplyArgs, type QueryRootCoinSupplyByPkArgs, type QueryRootCollectionDatasArgs, type QueryRootCurrentAnsLookupArgs, type QueryRootCurrentAnsLookupV2Args, type QueryRootCurrentAnsLookupV2ByPkArgs, type QueryRootCurrentAptosNamesAggregateArgs, type QueryRootCurrentAptosNamesArgs, type QueryRootCurrentCoinBalancesArgs, type QueryRootCurrentCollectionDatasArgs, type QueryRootCurrentCollectionOwnershipV2ViewAggregateArgs, type QueryRootCurrentCollectionOwnershipV2ViewArgs, type QueryRootCurrentCollectionsV2Args, type QueryRootCurrentCollectionsV2ByPkArgs, type QueryRootCurrentDelegatedStakingPoolBalancesArgs, type QueryRootCurrentDelegatedStakingPoolBalancesByPkArgs, type QueryRootCurrentDelegatedVoterArgs, type QueryRootCurrentDelegatedVoterByPkArgs, type QueryRootCurrentDelegatorBalancesArgs, type QueryRootCurrentDelegatorBalancesByPkArgs, type QueryRootCurrentFungibleAssetBalancesAggregateArgs, type QueryRootCurrentFungibleAssetBalancesArgs, type QueryRootCurrentFungibleAssetBalancesByPkArgs, type QueryRootCurrentObjectsArgs, type QueryRootCurrentObjectsByPkArgs, type QueryRootCurrentStakingPoolVoterArgs, type QueryRootCurrentStakingPoolVoterByPkArgs, type QueryRootCurrentTableItemsArgs, type QueryRootCurrentTableItemsByPkArgs, type QueryRootCurrentTokenDatasArgs, type QueryRootCurrentTokenDatasV2Args, type QueryRootCurrentTokenDatasV2ByPkArgs, type QueryRootCurrentTokenOwnershipsAggregateArgs, type QueryRootCurrentTokenOwnershipsArgs, type QueryRootCurrentTokenOwnershipsV2AggregateArgs, type QueryRootCurrentTokenOwnershipsV2Args, type QueryRootCurrentTokenOwnershipsV2ByPkArgs, type QueryRootCurrentTokenPendingClaimsArgs, type QueryRootCurrentTokenPendingClaimsByPkArgs, type QueryRootCurrentTokenRoyaltyV1Args, type QueryRootCurrentTokenRoyaltyV1ByPkArgs, type QueryRootDelegatedStakingActivitiesArgs, type QueryRootDelegatedStakingActivitiesByPkArgs, type QueryRootDelegatedStakingPoolBalancesAggregateArgs, type QueryRootDelegatedStakingPoolBalancesArgs, type QueryRootDelegatedStakingPoolBalancesByPkArgs, type QueryRootDelegatedStakingPoolsArgs, type QueryRootDelegatedStakingPoolsByPkArgs, type QueryRootDelegatorDistinctPoolAggregateArgs, type QueryRootDelegatorDistinctPoolArgs, type QueryRootEventsArgs, type QueryRootEventsByPkArgs, type QueryRootFungibleAssetActivitiesArgs, type QueryRootFungibleAssetActivitiesByPkArgs, type QueryRootFungibleAssetMetadataArgs, type QueryRootFungibleAssetMetadataByPkArgs, type QueryRootIndexerStatusArgs, type QueryRootIndexerStatusByPkArgs, type QueryRootLedgerInfosArgs, type QueryRootLedgerInfosByPkArgs, type QueryRootMoveResourcesAggregateArgs, type QueryRootMoveResourcesArgs, type QueryRootNftMetadataCrawlerParsedAssetUrisArgs, type QueryRootNftMetadataCrawlerParsedAssetUrisByPkArgs, type QueryRootNumActiveDelegatorPerPoolArgs, type QueryRootProcessorStatusArgs, type QueryRootProcessorStatusByPkArgs, type QueryRootProposalVotesAggregateArgs, type QueryRootProposalVotesArgs, type QueryRootProposalVotesByPkArgs, type QueryRootPublicKeyAuthKeysAggregateArgs, type QueryRootPublicKeyAuthKeysArgs, type QueryRootPublicKeyAuthKeysByPkArgs, type QueryRootSignaturesArgs, type QueryRootSignaturesByPkArgs, type QueryRootTableItemsArgs, type QueryRootTableItemsByPkArgs, type QueryRootTableMetadatasArgs, type QueryRootTableMetadatasByPkArgs, type QueryRootTokenActivitiesAggregateArgs, type QueryRootTokenActivitiesArgs, type QueryRootTokenActivitiesV2AggregateArgs, type QueryRootTokenActivitiesV2Args, type QueryRootTokenActivitiesV2ByPkArgs, type QueryRootTokenDatasArgs, type QueryRootTokenOwnershipsArgs, type QueryRootTokensArgs, type QueryRootUserTransactionsArgs, type QueryRootUserTransactionsByPkArgs, type Scalars, type Signatures, type SignaturesBoolExp, type SignaturesOrderBy, type SignaturesPublicKeyIndicesArgs, SignaturesSelectColumn, type SignaturesStreamCursorInput, type SignaturesStreamCursorValueInput, type StringComparisonExp, type SubscriptionRoot, type SubscriptionRootAccountTransactionsAggregateArgs, type SubscriptionRootAccountTransactionsArgs, type SubscriptionRootAccountTransactionsByPkArgs, type SubscriptionRootAccountTransactionsStreamArgs, type SubscriptionRootAddressEventsSummaryArgs, type SubscriptionRootAddressEventsSummaryStreamArgs, type SubscriptionRootAddressVersionFromEventsAggregateArgs, type SubscriptionRootAddressVersionFromEventsArgs, type SubscriptionRootAddressVersionFromEventsStreamArgs, type SubscriptionRootAddressVersionFromMoveResourcesAggregateArgs, type SubscriptionRootAddressVersionFromMoveResourcesArgs, type SubscriptionRootAddressVersionFromMoveResourcesStreamArgs, type SubscriptionRootAuthKeyAccountAddressesAggregateArgs, type SubscriptionRootAuthKeyAccountAddressesArgs, type SubscriptionRootAuthKeyAccountAddressesByPkArgs, type SubscriptionRootAuthKeyAccountAddressesStreamArgs, type SubscriptionRootAuthKeyMultikeyLayoutAggregateArgs, type SubscriptionRootAuthKeyMultikeyLayoutArgs, type SubscriptionRootAuthKeyMultikeyLayoutByPkArgs, type SubscriptionRootAuthKeyMultikeyLayoutStreamArgs, type SubscriptionRootBlockMetadataTransactionsArgs, type SubscriptionRootBlockMetadataTransactionsByPkArgs, type SubscriptionRootBlockMetadataTransactionsStreamArgs, type SubscriptionRootCoinActivitiesAggregateArgs, type SubscriptionRootCoinActivitiesArgs, type SubscriptionRootCoinActivitiesStreamArgs, type SubscriptionRootCoinBalancesArgs, type SubscriptionRootCoinBalancesStreamArgs, type SubscriptionRootCoinInfosArgs, type SubscriptionRootCoinInfosStreamArgs, type SubscriptionRootCoinSupplyArgs, type SubscriptionRootCoinSupplyByPkArgs, type SubscriptionRootCoinSupplyStreamArgs, type SubscriptionRootCollectionDatasArgs, type SubscriptionRootCollectionDatasStreamArgs, type SubscriptionRootCurrentAnsLookupArgs, type SubscriptionRootCurrentAnsLookupStreamArgs, type SubscriptionRootCurrentAnsLookupV2Args, type SubscriptionRootCurrentAnsLookupV2ByPkArgs, type SubscriptionRootCurrentAnsLookupV2StreamArgs, type SubscriptionRootCurrentAptosNamesAggregateArgs, type SubscriptionRootCurrentAptosNamesArgs, type SubscriptionRootCurrentAptosNamesStreamArgs, type SubscriptionRootCurrentCoinBalancesArgs, type SubscriptionRootCurrentCoinBalancesStreamArgs, type SubscriptionRootCurrentCollectionDatasArgs, type SubscriptionRootCurrentCollectionDatasStreamArgs, type SubscriptionRootCurrentCollectionOwnershipV2ViewAggregateArgs, type SubscriptionRootCurrentCollectionOwnershipV2ViewArgs, type SubscriptionRootCurrentCollectionOwnershipV2ViewStreamArgs, type SubscriptionRootCurrentCollectionsV2Args, type SubscriptionRootCurrentCollectionsV2ByPkArgs, type SubscriptionRootCurrentCollectionsV2StreamArgs, type SubscriptionRootCurrentDelegatedStakingPoolBalancesArgs, type SubscriptionRootCurrentDelegatedStakingPoolBalancesByPkArgs, type SubscriptionRootCurrentDelegatedStakingPoolBalancesStreamArgs, type SubscriptionRootCurrentDelegatedVoterArgs, type SubscriptionRootCurrentDelegatedVoterByPkArgs, type SubscriptionRootCurrentDelegatedVoterStreamArgs, type SubscriptionRootCurrentDelegatorBalancesArgs, type SubscriptionRootCurrentDelegatorBalancesByPkArgs, type SubscriptionRootCurrentDelegatorBalancesStreamArgs, type SubscriptionRootCurrentFungibleAssetBalancesAggregateArgs, type SubscriptionRootCurrentFungibleAssetBalancesArgs, type SubscriptionRootCurrentFungibleAssetBalancesByPkArgs, type SubscriptionRootCurrentFungibleAssetBalancesStreamArgs, type SubscriptionRootCurrentObjectsArgs, type SubscriptionRootCurrentObjectsByPkArgs, type SubscriptionRootCurrentObjectsStreamArgs, type SubscriptionRootCurrentStakingPoolVoterArgs, type SubscriptionRootCurrentStakingPoolVoterByPkArgs, type SubscriptionRootCurrentStakingPoolVoterStreamArgs, type SubscriptionRootCurrentTableItemsArgs, type SubscriptionRootCurrentTableItemsByPkArgs, type SubscriptionRootCurrentTableItemsStreamArgs, type SubscriptionRootCurrentTokenDatasArgs, type SubscriptionRootCurrentTokenDatasStreamArgs, type SubscriptionRootCurrentTokenDatasV2Args, type SubscriptionRootCurrentTokenDatasV2ByPkArgs, type SubscriptionRootCurrentTokenDatasV2StreamArgs, type SubscriptionRootCurrentTokenOwnershipsAggregateArgs, type SubscriptionRootCurrentTokenOwnershipsArgs, type SubscriptionRootCurrentTokenOwnershipsStreamArgs, type SubscriptionRootCurrentTokenOwnershipsV2AggregateArgs, type SubscriptionRootCurrentTokenOwnershipsV2Args, type SubscriptionRootCurrentTokenOwnershipsV2ByPkArgs, type SubscriptionRootCurrentTokenOwnershipsV2StreamArgs, type SubscriptionRootCurrentTokenPendingClaimsArgs, type SubscriptionRootCurrentTokenPendingClaimsByPkArgs, type SubscriptionRootCurrentTokenPendingClaimsStreamArgs, type SubscriptionRootCurrentTokenRoyaltyV1Args, type SubscriptionRootCurrentTokenRoyaltyV1ByPkArgs, type SubscriptionRootCurrentTokenRoyaltyV1StreamArgs, type SubscriptionRootDelegatedStakingActivitiesArgs, type SubscriptionRootDelegatedStakingActivitiesByPkArgs, type SubscriptionRootDelegatedStakingActivitiesStreamArgs, type SubscriptionRootDelegatedStakingPoolBalancesAggregateArgs, type SubscriptionRootDelegatedStakingPoolBalancesArgs, type SubscriptionRootDelegatedStakingPoolBalancesByPkArgs, type SubscriptionRootDelegatedStakingPoolBalancesStreamArgs, type SubscriptionRootDelegatedStakingPoolsArgs, type SubscriptionRootDelegatedStakingPoolsByPkArgs, type SubscriptionRootDelegatedStakingPoolsStreamArgs, type SubscriptionRootDelegatorDistinctPoolAggregateArgs, type SubscriptionRootDelegatorDistinctPoolArgs, type SubscriptionRootDelegatorDistinctPoolStreamArgs, type SubscriptionRootEventsArgs, type SubscriptionRootEventsByPkArgs, type SubscriptionRootEventsStreamArgs, type SubscriptionRootFungibleAssetActivitiesArgs, type SubscriptionRootFungibleAssetActivitiesByPkArgs, type SubscriptionRootFungibleAssetActivitiesStreamArgs, type SubscriptionRootFungibleAssetMetadataArgs, type SubscriptionRootFungibleAssetMetadataByPkArgs, type SubscriptionRootFungibleAssetMetadataStreamArgs, type SubscriptionRootIndexerStatusArgs, type SubscriptionRootIndexerStatusByPkArgs, type SubscriptionRootIndexerStatusStreamArgs, type SubscriptionRootLedgerInfosArgs, type SubscriptionRootLedgerInfosByPkArgs, type SubscriptionRootLedgerInfosStreamArgs, type SubscriptionRootMoveResourcesAggregateArgs, type SubscriptionRootMoveResourcesArgs, type SubscriptionRootMoveResourcesStreamArgs, type SubscriptionRootNftMetadataCrawlerParsedAssetUrisArgs, type SubscriptionRootNftMetadataCrawlerParsedAssetUrisByPkArgs, type SubscriptionRootNftMetadataCrawlerParsedAssetUrisStreamArgs, type SubscriptionRootNumActiveDelegatorPerPoolArgs, type SubscriptionRootNumActiveDelegatorPerPoolStreamArgs, type SubscriptionRootProcessorStatusArgs, type SubscriptionRootProcessorStatusByPkArgs, type SubscriptionRootProcessorStatusStreamArgs, type SubscriptionRootProposalVotesAggregateArgs, type SubscriptionRootProposalVotesArgs, type SubscriptionRootProposalVotesByPkArgs, type SubscriptionRootProposalVotesStreamArgs, type SubscriptionRootPublicKeyAuthKeysAggregateArgs, type SubscriptionRootPublicKeyAuthKeysArgs, type SubscriptionRootPublicKeyAuthKeysByPkArgs, type SubscriptionRootPublicKeyAuthKeysStreamArgs, type SubscriptionRootSignaturesArgs, type SubscriptionRootSignaturesByPkArgs, type SubscriptionRootSignaturesStreamArgs, type SubscriptionRootTableItemsArgs, type SubscriptionRootTableItemsByPkArgs, type SubscriptionRootTableItemsStreamArgs, type SubscriptionRootTableMetadatasArgs, type SubscriptionRootTableMetadatasByPkArgs, type SubscriptionRootTableMetadatasStreamArgs, type SubscriptionRootTokenActivitiesAggregateArgs, type SubscriptionRootTokenActivitiesArgs, type SubscriptionRootTokenActivitiesStreamArgs, type SubscriptionRootTokenActivitiesV2AggregateArgs, type SubscriptionRootTokenActivitiesV2Args, type SubscriptionRootTokenActivitiesV2ByPkArgs, type SubscriptionRootTokenActivitiesV2StreamArgs, type SubscriptionRootTokenDatasArgs, type SubscriptionRootTokenDatasStreamArgs, type SubscriptionRootTokenOwnershipsArgs, type SubscriptionRootTokenOwnershipsStreamArgs, type SubscriptionRootTokensArgs, type SubscriptionRootTokensStreamArgs, type SubscriptionRootUserTransactionsArgs, type SubscriptionRootUserTransactionsByPkArgs, type SubscriptionRootUserTransactionsStreamArgs, type TableItems, type TableItemsBoolExp, type TableItemsDecodedKeyArgs, type TableItemsDecodedValueArgs, type TableItemsOrderBy, TableItemsSelectColumn, type TableItemsStreamCursorInput, type TableItemsStreamCursorValueInput, type TableMetadatas, type TableMetadatasBoolExp, type TableMetadatasOrderBy, TableMetadatasSelectColumn, type TableMetadatasStreamCursorInput, type TableMetadatasStreamCursorValueInput, type TimestampComparisonExp, type TokenActivities, type TokenActivitiesAggregate, type TokenActivitiesAggregateBoolExp, type TokenActivitiesAggregateBoolExpCount, type TokenActivitiesAggregateFields, type TokenActivitiesAggregateFieldsCountArgs, type TokenActivitiesAggregateOrderBy, type TokenActivitiesAptosNamesOwnerAggregateArgs, type TokenActivitiesAptosNamesOwnerArgs, type TokenActivitiesAptosNamesToAggregateArgs, type TokenActivitiesAptosNamesToArgs, type TokenActivitiesAvgFields, type TokenActivitiesAvgOrderBy, type TokenActivitiesBoolExp, type TokenActivitiesMaxFields, type TokenActivitiesMaxOrderBy, type TokenActivitiesMinFields, type TokenActivitiesMinOrderBy, type TokenActivitiesOrderBy, TokenActivitiesSelectColumn, type TokenActivitiesStddevFields, type TokenActivitiesStddevOrderBy, type TokenActivitiesStddevPopFields, type TokenActivitiesStddevPopOrderBy, type TokenActivitiesStddevSampFields, type TokenActivitiesStddevSampOrderBy, type TokenActivitiesStreamCursorInput, type TokenActivitiesStreamCursorValueInput, type TokenActivitiesSumFields, type TokenActivitiesSumOrderBy, type TokenActivitiesV2, type TokenActivitiesV2Aggregate, type TokenActivitiesV2AggregateBoolExp, type TokenActivitiesV2AggregateBoolExpBoolAnd, type TokenActivitiesV2AggregateBoolExpBoolOr, type TokenActivitiesV2AggregateBoolExpCount, type TokenActivitiesV2AggregateFields, type TokenActivitiesV2AggregateFieldsCountArgs, type TokenActivitiesV2AggregateOrderBy, type TokenActivitiesV2AptosNamesFromAggregateArgs, type TokenActivitiesV2AptosNamesFromArgs, type TokenActivitiesV2AptosNamesToAggregateArgs, type TokenActivitiesV2AptosNamesToArgs, type TokenActivitiesV2AvgFields, type TokenActivitiesV2AvgOrderBy, type TokenActivitiesV2BoolExp, type TokenActivitiesV2MaxFields, type TokenActivitiesV2MaxOrderBy, type TokenActivitiesV2MinFields, type TokenActivitiesV2MinOrderBy, type TokenActivitiesV2OrderBy, TokenActivitiesV2SelectColumn, TokenActivitiesV2SelectColumnTokenActivitiesV2AggregateBoolExpBoolAndArgumentsColumns, TokenActivitiesV2SelectColumnTokenActivitiesV2AggregateBoolExpBoolOrArgumentsColumns, type TokenActivitiesV2StddevFields, type TokenActivitiesV2StddevOrderBy, type TokenActivitiesV2StddevPopFields, type TokenActivitiesV2StddevPopOrderBy, type TokenActivitiesV2StddevSampFields, type TokenActivitiesV2StddevSampOrderBy, type TokenActivitiesV2StreamCursorInput, type TokenActivitiesV2StreamCursorValueInput, type TokenActivitiesV2SumFields, type TokenActivitiesV2SumOrderBy, type TokenActivitiesV2VarPopFields, type TokenActivitiesV2VarPopOrderBy, type TokenActivitiesV2VarSampFields, type TokenActivitiesV2VarSampOrderBy, type TokenActivitiesV2VarianceFields, type TokenActivitiesV2VarianceOrderBy, type TokenActivitiesVarPopFields, type TokenActivitiesVarPopOrderBy, type TokenActivitiesVarSampFields, type TokenActivitiesVarSampOrderBy, type TokenActivitiesVarianceFields, type TokenActivitiesVarianceOrderBy, type TokenDatas, type TokenDatasBoolExp, type TokenDatasDefaultPropertiesArgs, type TokenDatasOrderBy, TokenDatasSelectColumn, type TokenDatasStreamCursorInput, type TokenDatasStreamCursorValueInput, type TokenOwnerships, type TokenOwnershipsBoolExp, type TokenOwnershipsOrderBy, TokenOwnershipsSelectColumn, type TokenOwnershipsStreamCursorInput, type TokenOwnershipsStreamCursorValueInput, type Tokens, type TokensBoolExp, type TokensOrderBy, TokensSelectColumn, type TokensStreamCursorInput, type TokensStreamCursorValueInput, type TokensTokenPropertiesArgs, type UserTransactions, type UserTransactionsBoolExp, type UserTransactionsOrderBy, UserTransactionsSelectColumn, type UserTransactionsStreamCursorInput, type UserTransactionsStreamCursorValueInput };
|
|
10083
|
+
export { type AccountTransactions, type AccountTransactionsAggregate, type AccountTransactionsAggregateFields, type AccountTransactionsAggregateFieldsCountArgs, type AccountTransactionsAvgFields, type AccountTransactionsBoolExp, type AccountTransactionsCoinActivitiesAggregateArgs, type AccountTransactionsCoinActivitiesArgs, type AccountTransactionsDelegatedStakingActivitiesArgs, type AccountTransactionsFungibleAssetActivitiesArgs, type AccountTransactionsMaxFields, type AccountTransactionsMinFields, type AccountTransactionsOrderBy, AccountTransactionsSelectColumn, type AccountTransactionsStddevFields, type AccountTransactionsStddevPopFields, type AccountTransactionsStddevSampFields, type AccountTransactionsStreamCursorInput, type AccountTransactionsStreamCursorValueInput, type AccountTransactionsSumFields, type AccountTransactionsTokenActivitiesAggregateArgs, type AccountTransactionsTokenActivitiesArgs, type AccountTransactionsTokenActivitiesV2AggregateArgs, type AccountTransactionsTokenActivitiesV2Args, type AccountTransactionsVarPopFields, type AccountTransactionsVarSampFields, type AccountTransactionsVarianceFields, type AddressEventsSummary, type AddressEventsSummaryBoolExp, type AddressEventsSummaryOrderBy, AddressEventsSummarySelectColumn, type AddressEventsSummaryStreamCursorInput, type AddressEventsSummaryStreamCursorValueInput, type AddressVersionFromEvents, type AddressVersionFromEventsAggregate, type AddressVersionFromEventsAggregateFields, type AddressVersionFromEventsAggregateFieldsCountArgs, type AddressVersionFromEventsAvgFields, type AddressVersionFromEventsBoolExp, type AddressVersionFromEventsCoinActivitiesAggregateArgs, type AddressVersionFromEventsCoinActivitiesArgs, type AddressVersionFromEventsDelegatedStakingActivitiesArgs, type AddressVersionFromEventsMaxFields, type AddressVersionFromEventsMinFields, type AddressVersionFromEventsOrderBy, AddressVersionFromEventsSelectColumn, type AddressVersionFromEventsStddevFields, type AddressVersionFromEventsStddevPopFields, type AddressVersionFromEventsStddevSampFields, type AddressVersionFromEventsStreamCursorInput, type AddressVersionFromEventsStreamCursorValueInput, type AddressVersionFromEventsSumFields, type AddressVersionFromEventsTokenActivitiesAggregateArgs, type AddressVersionFromEventsTokenActivitiesArgs, type AddressVersionFromEventsTokenActivitiesV2AggregateArgs, type AddressVersionFromEventsTokenActivitiesV2Args, type AddressVersionFromEventsVarPopFields, type AddressVersionFromEventsVarSampFields, type AddressVersionFromEventsVarianceFields, type AddressVersionFromMoveResources, type AddressVersionFromMoveResourcesAggregate, type AddressVersionFromMoveResourcesAggregateFields, type AddressVersionFromMoveResourcesAggregateFieldsCountArgs, type AddressVersionFromMoveResourcesAvgFields, type AddressVersionFromMoveResourcesBoolExp, type AddressVersionFromMoveResourcesCoinActivitiesAggregateArgs, type AddressVersionFromMoveResourcesCoinActivitiesArgs, type AddressVersionFromMoveResourcesDelegatedStakingActivitiesArgs, type AddressVersionFromMoveResourcesMaxFields, type AddressVersionFromMoveResourcesMinFields, type AddressVersionFromMoveResourcesOrderBy, AddressVersionFromMoveResourcesSelectColumn, type AddressVersionFromMoveResourcesStddevFields, type AddressVersionFromMoveResourcesStddevPopFields, type AddressVersionFromMoveResourcesStddevSampFields, type AddressVersionFromMoveResourcesStreamCursorInput, type AddressVersionFromMoveResourcesStreamCursorValueInput, type AddressVersionFromMoveResourcesSumFields, type AddressVersionFromMoveResourcesTokenActivitiesAggregateArgs, type AddressVersionFromMoveResourcesTokenActivitiesArgs, type AddressVersionFromMoveResourcesTokenActivitiesV2AggregateArgs, type AddressVersionFromMoveResourcesTokenActivitiesV2Args, type AddressVersionFromMoveResourcesVarPopFields, type AddressVersionFromMoveResourcesVarSampFields, type AddressVersionFromMoveResourcesVarianceFields, type BigintComparisonExp, type BlockMetadataTransactions, type BlockMetadataTransactionsBoolExp, type BlockMetadataTransactionsFailedProposerIndicesArgs, type BlockMetadataTransactionsOrderBy, type BlockMetadataTransactionsPreviousBlockVotesBitvecArgs, BlockMetadataTransactionsSelectColumn, type BlockMetadataTransactionsStreamCursorInput, type BlockMetadataTransactionsStreamCursorValueInput, type BooleanComparisonExp, type CoinActivities, type CoinActivitiesAggregate, type CoinActivitiesAggregateBoolExp, type CoinActivitiesAggregateBoolExpBoolAnd, type CoinActivitiesAggregateBoolExpBoolOr, type CoinActivitiesAggregateBoolExpCount, type CoinActivitiesAggregateFields, type CoinActivitiesAggregateFieldsCountArgs, type CoinActivitiesAggregateOrderBy, type CoinActivitiesAptosNamesAggregateArgs, type CoinActivitiesAptosNamesArgs, type CoinActivitiesAvgFields, type CoinActivitiesAvgOrderBy, type CoinActivitiesBoolExp, type CoinActivitiesMaxFields, type CoinActivitiesMaxOrderBy, type CoinActivitiesMinFields, type CoinActivitiesMinOrderBy, type CoinActivitiesOrderBy, CoinActivitiesSelectColumn, CoinActivitiesSelectColumnCoinActivitiesAggregateBoolExpBoolAndArgumentsColumns, CoinActivitiesSelectColumnCoinActivitiesAggregateBoolExpBoolOrArgumentsColumns, type CoinActivitiesStddevFields, type CoinActivitiesStddevOrderBy, type CoinActivitiesStddevPopFields, type CoinActivitiesStddevPopOrderBy, type CoinActivitiesStddevSampFields, type CoinActivitiesStddevSampOrderBy, type CoinActivitiesStreamCursorInput, type CoinActivitiesStreamCursorValueInput, type CoinActivitiesSumFields, type CoinActivitiesSumOrderBy, type CoinActivitiesVarPopFields, type CoinActivitiesVarPopOrderBy, type CoinActivitiesVarSampFields, type CoinActivitiesVarSampOrderBy, type CoinActivitiesVarianceFields, type CoinActivitiesVarianceOrderBy, type CoinBalances, type CoinBalancesBoolExp, type CoinBalancesOrderBy, CoinBalancesSelectColumn, type CoinBalancesStreamCursorInput, type CoinBalancesStreamCursorValueInput, type CoinInfos, type CoinInfosBoolExp, type CoinInfosOrderBy, CoinInfosSelectColumn, type CoinInfosStreamCursorInput, type CoinInfosStreamCursorValueInput, type CoinSupply, type CoinSupplyBoolExp, type CoinSupplyOrderBy, CoinSupplySelectColumn, type CoinSupplyStreamCursorInput, type CoinSupplyStreamCursorValueInput, type CollectionDatas, type CollectionDatasBoolExp, type CollectionDatasOrderBy, CollectionDatasSelectColumn, type CollectionDatasStreamCursorInput, type CollectionDatasStreamCursorValueInput, type CurrentAnsLookup, type CurrentAnsLookupAllTokenOwnershipsAggregateArgs, type CurrentAnsLookupAllTokenOwnershipsArgs, type CurrentAnsLookupBoolExp, type CurrentAnsLookupOrderBy, CurrentAnsLookupSelectColumn, type CurrentAnsLookupStreamCursorInput, type CurrentAnsLookupStreamCursorValueInput, type CurrentAnsLookupV2, type CurrentAnsLookupV2BoolExp, type CurrentAnsLookupV2OrderBy, CurrentAnsLookupV2SelectColumn, type CurrentAnsLookupV2StreamCursorInput, type CurrentAnsLookupV2StreamCursorValueInput, type CurrentAptosNames, type CurrentAptosNamesAggregate, type CurrentAptosNamesAggregateBoolExp, type CurrentAptosNamesAggregateBoolExpBoolAnd, type CurrentAptosNamesAggregateBoolExpBoolOr, type CurrentAptosNamesAggregateBoolExpCount, type CurrentAptosNamesAggregateFields, type CurrentAptosNamesAggregateFieldsCountArgs, type CurrentAptosNamesAggregateOrderBy, type CurrentAptosNamesAvgFields, type CurrentAptosNamesAvgOrderBy, type CurrentAptosNamesBoolExp, type CurrentAptosNamesMaxFields, type CurrentAptosNamesMaxOrderBy, type CurrentAptosNamesMinFields, type CurrentAptosNamesMinOrderBy, type CurrentAptosNamesOrderBy, CurrentAptosNamesSelectColumn, CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolAndArgumentsColumns, CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolOrArgumentsColumns, type CurrentAptosNamesStddevFields, type CurrentAptosNamesStddevOrderBy, type CurrentAptosNamesStddevPopFields, type CurrentAptosNamesStddevPopOrderBy, type CurrentAptosNamesStddevSampFields, type CurrentAptosNamesStddevSampOrderBy, type CurrentAptosNamesStreamCursorInput, type CurrentAptosNamesStreamCursorValueInput, type CurrentAptosNamesSumFields, type CurrentAptosNamesSumOrderBy, type CurrentAptosNamesVarPopFields, type CurrentAptosNamesVarPopOrderBy, type CurrentAptosNamesVarSampFields, type CurrentAptosNamesVarSampOrderBy, type CurrentAptosNamesVarianceFields, type CurrentAptosNamesVarianceOrderBy, type CurrentCoinBalances, type CurrentCoinBalancesBoolExp, type CurrentCoinBalancesOrderBy, CurrentCoinBalancesSelectColumn, type CurrentCoinBalancesStreamCursorInput, type CurrentCoinBalancesStreamCursorValueInput, type CurrentCollectionDatas, type CurrentCollectionDatasBoolExp, type CurrentCollectionDatasOrderBy, CurrentCollectionDatasSelectColumn, type CurrentCollectionDatasStreamCursorInput, type CurrentCollectionDatasStreamCursorValueInput, type CurrentCollectionOwnershipV2View, type CurrentCollectionOwnershipV2ViewAggregate, type CurrentCollectionOwnershipV2ViewAggregateFields, type CurrentCollectionOwnershipV2ViewAggregateFieldsCountArgs, type CurrentCollectionOwnershipV2ViewAvgFields, type CurrentCollectionOwnershipV2ViewBoolExp, type CurrentCollectionOwnershipV2ViewMaxFields, type CurrentCollectionOwnershipV2ViewMinFields, type CurrentCollectionOwnershipV2ViewOrderBy, CurrentCollectionOwnershipV2ViewSelectColumn, type CurrentCollectionOwnershipV2ViewStddevFields, type CurrentCollectionOwnershipV2ViewStddevPopFields, type CurrentCollectionOwnershipV2ViewStddevSampFields, type CurrentCollectionOwnershipV2ViewStreamCursorInput, type CurrentCollectionOwnershipV2ViewStreamCursorValueInput, type CurrentCollectionOwnershipV2ViewSumFields, type CurrentCollectionOwnershipV2ViewVarPopFields, type CurrentCollectionOwnershipV2ViewVarSampFields, type CurrentCollectionOwnershipV2ViewVarianceFields, type CurrentCollectionsV2, type CurrentCollectionsV2BoolExp, type CurrentCollectionsV2CollectionPropertiesArgs, type CurrentCollectionsV2OrderBy, CurrentCollectionsV2SelectColumn, type CurrentCollectionsV2StreamCursorInput, type CurrentCollectionsV2StreamCursorValueInput, type CurrentDelegatedStakingPoolBalances, type CurrentDelegatedStakingPoolBalancesBoolExp, type CurrentDelegatedStakingPoolBalancesOrderBy, CurrentDelegatedStakingPoolBalancesSelectColumn, type CurrentDelegatedStakingPoolBalancesStreamCursorInput, type CurrentDelegatedStakingPoolBalancesStreamCursorValueInput, type CurrentDelegatedVoter, type CurrentDelegatedVoterBoolExp, type CurrentDelegatedVoterOrderBy, CurrentDelegatedVoterSelectColumn, type CurrentDelegatedVoterStreamCursorInput, type CurrentDelegatedVoterStreamCursorValueInput, type CurrentDelegatorBalances, type CurrentDelegatorBalancesBoolExp, type CurrentDelegatorBalancesOrderBy, CurrentDelegatorBalancesSelectColumn, type CurrentDelegatorBalancesStreamCursorInput, type CurrentDelegatorBalancesStreamCursorValueInput, type CurrentFungibleAssetBalances, type CurrentFungibleAssetBalancesAggregate, type CurrentFungibleAssetBalancesAggregateFields, type CurrentFungibleAssetBalancesAggregateFieldsCountArgs, type CurrentFungibleAssetBalancesAvgFields, type CurrentFungibleAssetBalancesBoolExp, type CurrentFungibleAssetBalancesMaxFields, type CurrentFungibleAssetBalancesMinFields, type CurrentFungibleAssetBalancesOrderBy, CurrentFungibleAssetBalancesSelectColumn, type CurrentFungibleAssetBalancesStddevFields, type CurrentFungibleAssetBalancesStddevPopFields, type CurrentFungibleAssetBalancesStddevSampFields, type CurrentFungibleAssetBalancesStreamCursorInput, type CurrentFungibleAssetBalancesStreamCursorValueInput, type CurrentFungibleAssetBalancesSumFields, type CurrentFungibleAssetBalancesVarPopFields, type CurrentFungibleAssetBalancesVarSampFields, type CurrentFungibleAssetBalancesVarianceFields, type CurrentObjects, type CurrentObjectsBoolExp, type CurrentObjectsOrderBy, CurrentObjectsSelectColumn, type CurrentObjectsStreamCursorInput, type CurrentObjectsStreamCursorValueInput, type CurrentStakingPoolVoter, type CurrentStakingPoolVoterBoolExp, type CurrentStakingPoolVoterOperatorAptosNameAggregateArgs, type CurrentStakingPoolVoterOperatorAptosNameArgs, type CurrentStakingPoolVoterOrderBy, CurrentStakingPoolVoterSelectColumn, type CurrentStakingPoolVoterStreamCursorInput, type CurrentStakingPoolVoterStreamCursorValueInput, type CurrentTableItems, type CurrentTableItemsBoolExp, type CurrentTableItemsDecodedKeyArgs, type CurrentTableItemsDecodedValueArgs, type CurrentTableItemsOrderBy, CurrentTableItemsSelectColumn, type CurrentTableItemsStreamCursorInput, type CurrentTableItemsStreamCursorValueInput, type CurrentTokenDatas, type CurrentTokenDatasBoolExp, type CurrentTokenDatasDefaultPropertiesArgs, type CurrentTokenDatasOrderBy, CurrentTokenDatasSelectColumn, type CurrentTokenDatasStreamCursorInput, type CurrentTokenDatasStreamCursorValueInput, type CurrentTokenDatasV2, type CurrentTokenDatasV2BoolExp, type CurrentTokenDatasV2CurrentTokenOwnershipsAggregateArgs, type CurrentTokenDatasV2CurrentTokenOwnershipsArgs, type CurrentTokenDatasV2OrderBy, CurrentTokenDatasV2SelectColumn, type CurrentTokenDatasV2StreamCursorInput, type CurrentTokenDatasV2StreamCursorValueInput, type CurrentTokenDatasV2TokenPropertiesArgs, type CurrentTokenOwnerships, type CurrentTokenOwnershipsAggregate, type CurrentTokenOwnershipsAggregateBoolExp, type CurrentTokenOwnershipsAggregateBoolExpCount, type CurrentTokenOwnershipsAggregateFields, type CurrentTokenOwnershipsAggregateFieldsCountArgs, type CurrentTokenOwnershipsAggregateOrderBy, type CurrentTokenOwnershipsAvgFields, type CurrentTokenOwnershipsAvgOrderBy, type CurrentTokenOwnershipsBoolExp, type CurrentTokenOwnershipsMaxFields, type CurrentTokenOwnershipsMaxOrderBy, type CurrentTokenOwnershipsMinFields, type CurrentTokenOwnershipsMinOrderBy, type CurrentTokenOwnershipsOrderBy, CurrentTokenOwnershipsSelectColumn, type CurrentTokenOwnershipsStddevFields, type CurrentTokenOwnershipsStddevOrderBy, type CurrentTokenOwnershipsStddevPopFields, type CurrentTokenOwnershipsStddevPopOrderBy, type CurrentTokenOwnershipsStddevSampFields, type CurrentTokenOwnershipsStddevSampOrderBy, type CurrentTokenOwnershipsStreamCursorInput, type CurrentTokenOwnershipsStreamCursorValueInput, type CurrentTokenOwnershipsSumFields, type CurrentTokenOwnershipsSumOrderBy, type CurrentTokenOwnershipsTokenPropertiesArgs, type CurrentTokenOwnershipsV2, type CurrentTokenOwnershipsV2Aggregate, type CurrentTokenOwnershipsV2AggregateBoolExp, type CurrentTokenOwnershipsV2AggregateBoolExpBoolAnd, type CurrentTokenOwnershipsV2AggregateBoolExpBoolOr, type CurrentTokenOwnershipsV2AggregateBoolExpCount, type CurrentTokenOwnershipsV2AggregateFields, type CurrentTokenOwnershipsV2AggregateFieldsCountArgs, type CurrentTokenOwnershipsV2AggregateOrderBy, type CurrentTokenOwnershipsV2AvgFields, type CurrentTokenOwnershipsV2AvgOrderBy, type CurrentTokenOwnershipsV2BoolExp, type CurrentTokenOwnershipsV2ComposedNftsAggregateArgs, type CurrentTokenOwnershipsV2ComposedNftsArgs, type CurrentTokenOwnershipsV2MaxFields, type CurrentTokenOwnershipsV2MaxOrderBy, type CurrentTokenOwnershipsV2MinFields, type CurrentTokenOwnershipsV2MinOrderBy, type CurrentTokenOwnershipsV2OrderBy, CurrentTokenOwnershipsV2SelectColumn, CurrentTokenOwnershipsV2SelectColumnCurrentTokenOwnershipsV2AggregateBoolExpBoolAndArgumentsColumns, CurrentTokenOwnershipsV2SelectColumnCurrentTokenOwnershipsV2AggregateBoolExpBoolOrArgumentsColumns, type CurrentTokenOwnershipsV2StddevFields, type CurrentTokenOwnershipsV2StddevOrderBy, type CurrentTokenOwnershipsV2StddevPopFields, type CurrentTokenOwnershipsV2StddevPopOrderBy, type CurrentTokenOwnershipsV2StddevSampFields, type CurrentTokenOwnershipsV2StddevSampOrderBy, type CurrentTokenOwnershipsV2StreamCursorInput, type CurrentTokenOwnershipsV2StreamCursorValueInput, type CurrentTokenOwnershipsV2SumFields, type CurrentTokenOwnershipsV2SumOrderBy, type CurrentTokenOwnershipsV2TokenPropertiesMutatedV1Args, type CurrentTokenOwnershipsV2VarPopFields, type CurrentTokenOwnershipsV2VarPopOrderBy, type CurrentTokenOwnershipsV2VarSampFields, type CurrentTokenOwnershipsV2VarSampOrderBy, type CurrentTokenOwnershipsV2VarianceFields, type CurrentTokenOwnershipsV2VarianceOrderBy, type CurrentTokenOwnershipsVarPopFields, type CurrentTokenOwnershipsVarPopOrderBy, type CurrentTokenOwnershipsVarSampFields, type CurrentTokenOwnershipsVarSampOrderBy, type CurrentTokenOwnershipsVarianceFields, type CurrentTokenOwnershipsVarianceOrderBy, type CurrentTokenPendingClaims, type CurrentTokenPendingClaimsBoolExp, type CurrentTokenPendingClaimsOrderBy, CurrentTokenPendingClaimsSelectColumn, type CurrentTokenPendingClaimsStreamCursorInput, type CurrentTokenPendingClaimsStreamCursorValueInput, CursorOrdering, type DelegatedStakingActivities, type DelegatedStakingActivitiesAggregateOrderBy, type DelegatedStakingActivitiesAvgOrderBy, type DelegatedStakingActivitiesBoolExp, type DelegatedStakingActivitiesMaxOrderBy, type DelegatedStakingActivitiesMinOrderBy, type DelegatedStakingActivitiesOrderBy, DelegatedStakingActivitiesSelectColumn, type DelegatedStakingActivitiesStddevOrderBy, type DelegatedStakingActivitiesStddevPopOrderBy, type DelegatedStakingActivitiesStddevSampOrderBy, type DelegatedStakingActivitiesStreamCursorInput, type DelegatedStakingActivitiesStreamCursorValueInput, type DelegatedStakingActivitiesSumOrderBy, type DelegatedStakingActivitiesVarPopOrderBy, type DelegatedStakingActivitiesVarSampOrderBy, type DelegatedStakingActivitiesVarianceOrderBy, type DelegatedStakingPoolBalances, type DelegatedStakingPoolBalancesAggregate, type DelegatedStakingPoolBalancesAggregateFields, type DelegatedStakingPoolBalancesAggregateFieldsCountArgs, type DelegatedStakingPoolBalancesAvgFields, type DelegatedStakingPoolBalancesBoolExp, type DelegatedStakingPoolBalancesMaxFields, type DelegatedStakingPoolBalancesMinFields, type DelegatedStakingPoolBalancesOrderBy, DelegatedStakingPoolBalancesSelectColumn, type DelegatedStakingPoolBalancesStddevFields, type DelegatedStakingPoolBalancesStddevPopFields, type DelegatedStakingPoolBalancesStddevSampFields, type DelegatedStakingPoolBalancesStreamCursorInput, type DelegatedStakingPoolBalancesStreamCursorValueInput, type DelegatedStakingPoolBalancesSumFields, type DelegatedStakingPoolBalancesVarPopFields, type DelegatedStakingPoolBalancesVarSampFields, type DelegatedStakingPoolBalancesVarianceFields, type DelegatedStakingPools, type DelegatedStakingPoolsBoolExp, type DelegatedStakingPoolsOrderBy, DelegatedStakingPoolsSelectColumn, type DelegatedStakingPoolsStreamCursorInput, type DelegatedStakingPoolsStreamCursorValueInput, type DelegatorDistinctPool, type DelegatorDistinctPoolAggregate, type DelegatorDistinctPoolAggregateFields, type DelegatorDistinctPoolAggregateFieldsCountArgs, type DelegatorDistinctPoolBoolExp, type DelegatorDistinctPoolMaxFields, type DelegatorDistinctPoolMinFields, type DelegatorDistinctPoolOrderBy, DelegatorDistinctPoolSelectColumn, type DelegatorDistinctPoolStreamCursorInput, type DelegatorDistinctPoolStreamCursorValueInput, type Events, type EventsBoolExp, type EventsDataArgs, type EventsOrderBy, EventsSelectColumn, type EventsStreamCursorInput, type EventsStreamCursorValueInput, type Exact, type FungibleAssetActivities, type FungibleAssetActivitiesAggregateOrderBy, type FungibleAssetActivitiesAvgOrderBy, type FungibleAssetActivitiesBoolExp, type FungibleAssetActivitiesMaxOrderBy, type FungibleAssetActivitiesMinOrderBy, type FungibleAssetActivitiesOrderBy, type FungibleAssetActivitiesOwnerAptosNamesAggregateArgs, type FungibleAssetActivitiesOwnerAptosNamesArgs, FungibleAssetActivitiesSelectColumn, type FungibleAssetActivitiesStddevOrderBy, type FungibleAssetActivitiesStddevPopOrderBy, type FungibleAssetActivitiesStddevSampOrderBy, type FungibleAssetActivitiesStreamCursorInput, type FungibleAssetActivitiesStreamCursorValueInput, type FungibleAssetActivitiesSumOrderBy, type FungibleAssetActivitiesVarPopOrderBy, type FungibleAssetActivitiesVarSampOrderBy, type FungibleAssetActivitiesVarianceOrderBy, type FungibleAssetMetadata, type FungibleAssetMetadataBoolExp, type FungibleAssetMetadataOrderBy, FungibleAssetMetadataSelectColumn, type FungibleAssetMetadataStreamCursorInput, type FungibleAssetMetadataStreamCursorValueInput, type Incremental, type IndexerStatus, type IndexerStatusBoolExp, type IndexerStatusOrderBy, IndexerStatusSelectColumn, type IndexerStatusStreamCursorInput, type IndexerStatusStreamCursorValueInput, type InputMaybe, type IntComparisonExp, type JsonbCastExp, type JsonbComparisonExp, type LedgerInfos, type LedgerInfosBoolExp, type LedgerInfosOrderBy, LedgerInfosSelectColumn, type LedgerInfosStreamCursorInput, type LedgerInfosStreamCursorValueInput, type MakeEmpty, type MakeMaybe, type MakeOptional, type Maybe, type MoveResources, type MoveResourcesAggregate, type MoveResourcesAggregateFields, type MoveResourcesAggregateFieldsCountArgs, type MoveResourcesAvgFields, type MoveResourcesBoolExp, type MoveResourcesMaxFields, type MoveResourcesMinFields, type MoveResourcesOrderBy, MoveResourcesSelectColumn, type MoveResourcesStddevFields, type MoveResourcesStddevPopFields, type MoveResourcesStddevSampFields, type MoveResourcesStreamCursorInput, type MoveResourcesStreamCursorValueInput, type MoveResourcesSumFields, type MoveResourcesVarPopFields, type MoveResourcesVarSampFields, type MoveResourcesVarianceFields, type NftMarketplaceV2CurrentNftMarketplaceAuctions, type NftMarketplaceV2CurrentNftMarketplaceAuctionsBoolExp, type NftMarketplaceV2CurrentNftMarketplaceAuctionsOrderBy, NftMarketplaceV2CurrentNftMarketplaceAuctionsSelectColumn, type NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorInput, type NftMarketplaceV2CurrentNftMarketplaceAuctionsStreamCursorValueInput, type NftMarketplaceV2CurrentNftMarketplaceCollectionOffers, type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersBoolExp, type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersOrderBy, NftMarketplaceV2CurrentNftMarketplaceCollectionOffersSelectColumn, type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorInput, type NftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamCursorValueInput, type NftMarketplaceV2CurrentNftMarketplaceListings, type NftMarketplaceV2CurrentNftMarketplaceListingsAggregate, type NftMarketplaceV2CurrentNftMarketplaceListingsAggregateFields, type NftMarketplaceV2CurrentNftMarketplaceListingsAggregateFieldsCountArgs, type NftMarketplaceV2CurrentNftMarketplaceListingsAvgFields, type NftMarketplaceV2CurrentNftMarketplaceListingsBoolExp, type NftMarketplaceV2CurrentNftMarketplaceListingsMaxFields, type NftMarketplaceV2CurrentNftMarketplaceListingsMinFields, type NftMarketplaceV2CurrentNftMarketplaceListingsOrderBy, NftMarketplaceV2CurrentNftMarketplaceListingsSelectColumn, type NftMarketplaceV2CurrentNftMarketplaceListingsStddevFields, type NftMarketplaceV2CurrentNftMarketplaceListingsStddevPopFields, type NftMarketplaceV2CurrentNftMarketplaceListingsStddevSampFields, type NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorInput, type NftMarketplaceV2CurrentNftMarketplaceListingsStreamCursorValueInput, type NftMarketplaceV2CurrentNftMarketplaceListingsSumFields, type NftMarketplaceV2CurrentNftMarketplaceListingsVarPopFields, type NftMarketplaceV2CurrentNftMarketplaceListingsVarSampFields, type NftMarketplaceV2CurrentNftMarketplaceListingsVarianceFields, type NftMarketplaceV2CurrentNftMarketplaceTokenOffers, type NftMarketplaceV2CurrentNftMarketplaceTokenOffersBoolExp, type NftMarketplaceV2CurrentNftMarketplaceTokenOffersOrderBy, NftMarketplaceV2CurrentNftMarketplaceTokenOffersSelectColumn, type NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorInput, type NftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamCursorValueInput, type NftMarketplaceV2NftMarketplaceActivities, type NftMarketplaceV2NftMarketplaceActivitiesBoolExp, type NftMarketplaceV2NftMarketplaceActivitiesOrderBy, NftMarketplaceV2NftMarketplaceActivitiesSelectColumn, type NftMarketplaceV2NftMarketplaceActivitiesStreamCursorInput, type NftMarketplaceV2NftMarketplaceActivitiesStreamCursorValueInput, type NftMetadataCrawlerParsedAssetUris, type NftMetadataCrawlerParsedAssetUrisBoolExp, type NftMetadataCrawlerParsedAssetUrisOrderBy, NftMetadataCrawlerParsedAssetUrisSelectColumn, type NftMetadataCrawlerParsedAssetUrisStreamCursorInput, type NftMetadataCrawlerParsedAssetUrisStreamCursorValueInput, type NumActiveDelegatorPerPool, type NumActiveDelegatorPerPoolBoolExp, type NumActiveDelegatorPerPoolOrderBy, NumActiveDelegatorPerPoolSelectColumn, type NumActiveDelegatorPerPoolStreamCursorInput, type NumActiveDelegatorPerPoolStreamCursorValueInput, type NumericComparisonExp, OrderBy, type ProcessorStatus, type ProcessorStatusBoolExp, type ProcessorStatusOrderBy, ProcessorStatusSelectColumn, type ProcessorStatusStreamCursorInput, type ProcessorStatusStreamCursorValueInput, type ProposalVotes, type ProposalVotesAggregate, type ProposalVotesAggregateFields, type ProposalVotesAggregateFieldsCountArgs, type ProposalVotesAvgFields, type ProposalVotesBoolExp, type ProposalVotesMaxFields, type ProposalVotesMinFields, type ProposalVotesOrderBy, ProposalVotesSelectColumn, type ProposalVotesStddevFields, type ProposalVotesStddevPopFields, type ProposalVotesStddevSampFields, type ProposalVotesStreamCursorInput, type ProposalVotesStreamCursorValueInput, type ProposalVotesSumFields, type ProposalVotesVarPopFields, type ProposalVotesVarSampFields, type ProposalVotesVarianceFields, type QueryRoot, type QueryRootAccountTransactionsAggregateArgs, type QueryRootAccountTransactionsArgs, type QueryRootAccountTransactionsByPkArgs, type QueryRootAddressEventsSummaryArgs, type QueryRootAddressVersionFromEventsAggregateArgs, type QueryRootAddressVersionFromEventsArgs, type QueryRootAddressVersionFromMoveResourcesAggregateArgs, type QueryRootAddressVersionFromMoveResourcesArgs, type QueryRootBlockMetadataTransactionsArgs, type QueryRootBlockMetadataTransactionsByPkArgs, type QueryRootCoinActivitiesAggregateArgs, type QueryRootCoinActivitiesArgs, type QueryRootCoinBalancesArgs, type QueryRootCoinInfosArgs, type QueryRootCoinSupplyArgs, type QueryRootCoinSupplyByPkArgs, type QueryRootCollectionDatasArgs, type QueryRootCurrentAnsLookupArgs, type QueryRootCurrentAnsLookupV2Args, type QueryRootCurrentAnsLookupV2ByPkArgs, type QueryRootCurrentAptosNamesAggregateArgs, type QueryRootCurrentAptosNamesArgs, type QueryRootCurrentCoinBalancesArgs, type QueryRootCurrentCollectionDatasArgs, type QueryRootCurrentCollectionOwnershipV2ViewAggregateArgs, type QueryRootCurrentCollectionOwnershipV2ViewArgs, type QueryRootCurrentCollectionsV2Args, type QueryRootCurrentCollectionsV2ByPkArgs, type QueryRootCurrentDelegatedStakingPoolBalancesArgs, type QueryRootCurrentDelegatedStakingPoolBalancesByPkArgs, type QueryRootCurrentDelegatedVoterArgs, type QueryRootCurrentDelegatedVoterByPkArgs, type QueryRootCurrentDelegatorBalancesArgs, type QueryRootCurrentDelegatorBalancesByPkArgs, type QueryRootCurrentFungibleAssetBalancesAggregateArgs, type QueryRootCurrentFungibleAssetBalancesArgs, type QueryRootCurrentFungibleAssetBalancesByPkArgs, type QueryRootCurrentObjectsArgs, type QueryRootCurrentObjectsByPkArgs, type QueryRootCurrentStakingPoolVoterArgs, type QueryRootCurrentStakingPoolVoterByPkArgs, type QueryRootCurrentTableItemsArgs, type QueryRootCurrentTableItemsByPkArgs, type QueryRootCurrentTokenDatasArgs, type QueryRootCurrentTokenDatasV2Args, type QueryRootCurrentTokenDatasV2ByPkArgs, type QueryRootCurrentTokenOwnershipsAggregateArgs, type QueryRootCurrentTokenOwnershipsArgs, type QueryRootCurrentTokenOwnershipsV2AggregateArgs, type QueryRootCurrentTokenOwnershipsV2Args, type QueryRootCurrentTokenOwnershipsV2ByPkArgs, type QueryRootCurrentTokenPendingClaimsArgs, type QueryRootCurrentTokenPendingClaimsByPkArgs, type QueryRootDelegatedStakingActivitiesArgs, type QueryRootDelegatedStakingActivitiesByPkArgs, type QueryRootDelegatedStakingPoolBalancesAggregateArgs, type QueryRootDelegatedStakingPoolBalancesArgs, type QueryRootDelegatedStakingPoolBalancesByPkArgs, type QueryRootDelegatedStakingPoolsArgs, type QueryRootDelegatedStakingPoolsByPkArgs, type QueryRootDelegatorDistinctPoolAggregateArgs, type QueryRootDelegatorDistinctPoolArgs, type QueryRootEventsArgs, type QueryRootEventsByPkArgs, type QueryRootFungibleAssetActivitiesArgs, type QueryRootFungibleAssetActivitiesByPkArgs, type QueryRootFungibleAssetMetadataArgs, type QueryRootFungibleAssetMetadataByPkArgs, type QueryRootIndexerStatusArgs, type QueryRootIndexerStatusByPkArgs, type QueryRootLedgerInfosArgs, type QueryRootLedgerInfosByPkArgs, type QueryRootMoveResourcesAggregateArgs, type QueryRootMoveResourcesArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceAuctionsArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceAuctionsByPkArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersByPkArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceListingsAggregateArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceListingsArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceListingsByPkArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersArgs, type QueryRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersByPkArgs, type QueryRootNftMarketplaceV2NftMarketplaceActivitiesArgs, type QueryRootNftMarketplaceV2NftMarketplaceActivitiesByPkArgs, type QueryRootNftMetadataCrawlerParsedAssetUrisArgs, type QueryRootNftMetadataCrawlerParsedAssetUrisByPkArgs, type QueryRootNumActiveDelegatorPerPoolArgs, type QueryRootProcessorStatusArgs, type QueryRootProcessorStatusByPkArgs, type QueryRootProposalVotesAggregateArgs, type QueryRootProposalVotesArgs, type QueryRootProposalVotesByPkArgs, type QueryRootSignaturesArgs, type QueryRootSignaturesByPkArgs, type QueryRootTableItemsArgs, type QueryRootTableItemsByPkArgs, type QueryRootTableMetadatasArgs, type QueryRootTableMetadatasByPkArgs, type QueryRootTokenActivitiesAggregateArgs, type QueryRootTokenActivitiesArgs, type QueryRootTokenActivitiesV2AggregateArgs, type QueryRootTokenActivitiesV2Args, type QueryRootTokenActivitiesV2ByPkArgs, type QueryRootTokenDatasArgs, type QueryRootTokenOwnershipsArgs, type QueryRootTokensArgs, type QueryRootUserTransactionsArgs, type QueryRootUserTransactionsByPkArgs, type Scalars, type Signatures, type SignaturesBoolExp, type SignaturesOrderBy, type SignaturesPublicKeyIndicesArgs, SignaturesSelectColumn, type SignaturesStreamCursorInput, type SignaturesStreamCursorValueInput, type StringComparisonExp, type SubscriptionRoot, type SubscriptionRootAccountTransactionsAggregateArgs, type SubscriptionRootAccountTransactionsArgs, type SubscriptionRootAccountTransactionsByPkArgs, type SubscriptionRootAccountTransactionsStreamArgs, type SubscriptionRootAddressEventsSummaryArgs, type SubscriptionRootAddressEventsSummaryStreamArgs, type SubscriptionRootAddressVersionFromEventsAggregateArgs, type SubscriptionRootAddressVersionFromEventsArgs, type SubscriptionRootAddressVersionFromEventsStreamArgs, type SubscriptionRootAddressVersionFromMoveResourcesAggregateArgs, type SubscriptionRootAddressVersionFromMoveResourcesArgs, type SubscriptionRootAddressVersionFromMoveResourcesStreamArgs, type SubscriptionRootBlockMetadataTransactionsArgs, type SubscriptionRootBlockMetadataTransactionsByPkArgs, type SubscriptionRootBlockMetadataTransactionsStreamArgs, type SubscriptionRootCoinActivitiesAggregateArgs, type SubscriptionRootCoinActivitiesArgs, type SubscriptionRootCoinActivitiesStreamArgs, type SubscriptionRootCoinBalancesArgs, type SubscriptionRootCoinBalancesStreamArgs, type SubscriptionRootCoinInfosArgs, type SubscriptionRootCoinInfosStreamArgs, type SubscriptionRootCoinSupplyArgs, type SubscriptionRootCoinSupplyByPkArgs, type SubscriptionRootCoinSupplyStreamArgs, type SubscriptionRootCollectionDatasArgs, type SubscriptionRootCollectionDatasStreamArgs, type SubscriptionRootCurrentAnsLookupArgs, type SubscriptionRootCurrentAnsLookupStreamArgs, type SubscriptionRootCurrentAnsLookupV2Args, type SubscriptionRootCurrentAnsLookupV2ByPkArgs, type SubscriptionRootCurrentAnsLookupV2StreamArgs, type SubscriptionRootCurrentAptosNamesAggregateArgs, type SubscriptionRootCurrentAptosNamesArgs, type SubscriptionRootCurrentAptosNamesStreamArgs, type SubscriptionRootCurrentCoinBalancesArgs, type SubscriptionRootCurrentCoinBalancesStreamArgs, type SubscriptionRootCurrentCollectionDatasArgs, type SubscriptionRootCurrentCollectionDatasStreamArgs, type SubscriptionRootCurrentCollectionOwnershipV2ViewAggregateArgs, type SubscriptionRootCurrentCollectionOwnershipV2ViewArgs, type SubscriptionRootCurrentCollectionOwnershipV2ViewStreamArgs, type SubscriptionRootCurrentCollectionsV2Args, type SubscriptionRootCurrentCollectionsV2ByPkArgs, type SubscriptionRootCurrentCollectionsV2StreamArgs, type SubscriptionRootCurrentDelegatedStakingPoolBalancesArgs, type SubscriptionRootCurrentDelegatedStakingPoolBalancesByPkArgs, type SubscriptionRootCurrentDelegatedStakingPoolBalancesStreamArgs, type SubscriptionRootCurrentDelegatedVoterArgs, type SubscriptionRootCurrentDelegatedVoterByPkArgs, type SubscriptionRootCurrentDelegatedVoterStreamArgs, type SubscriptionRootCurrentDelegatorBalancesArgs, type SubscriptionRootCurrentDelegatorBalancesByPkArgs, type SubscriptionRootCurrentDelegatorBalancesStreamArgs, type SubscriptionRootCurrentFungibleAssetBalancesAggregateArgs, type SubscriptionRootCurrentFungibleAssetBalancesArgs, type SubscriptionRootCurrentFungibleAssetBalancesByPkArgs, type SubscriptionRootCurrentFungibleAssetBalancesStreamArgs, type SubscriptionRootCurrentObjectsArgs, type SubscriptionRootCurrentObjectsByPkArgs, type SubscriptionRootCurrentObjectsStreamArgs, type SubscriptionRootCurrentStakingPoolVoterArgs, type SubscriptionRootCurrentStakingPoolVoterByPkArgs, type SubscriptionRootCurrentStakingPoolVoterStreamArgs, type SubscriptionRootCurrentTableItemsArgs, type SubscriptionRootCurrentTableItemsByPkArgs, type SubscriptionRootCurrentTableItemsStreamArgs, type SubscriptionRootCurrentTokenDatasArgs, type SubscriptionRootCurrentTokenDatasStreamArgs, type SubscriptionRootCurrentTokenDatasV2Args, type SubscriptionRootCurrentTokenDatasV2ByPkArgs, type SubscriptionRootCurrentTokenDatasV2StreamArgs, type SubscriptionRootCurrentTokenOwnershipsAggregateArgs, type SubscriptionRootCurrentTokenOwnershipsArgs, type SubscriptionRootCurrentTokenOwnershipsStreamArgs, type SubscriptionRootCurrentTokenOwnershipsV2AggregateArgs, type SubscriptionRootCurrentTokenOwnershipsV2Args, type SubscriptionRootCurrentTokenOwnershipsV2ByPkArgs, type SubscriptionRootCurrentTokenOwnershipsV2StreamArgs, type SubscriptionRootCurrentTokenPendingClaimsArgs, type SubscriptionRootCurrentTokenPendingClaimsByPkArgs, type SubscriptionRootCurrentTokenPendingClaimsStreamArgs, type SubscriptionRootDelegatedStakingActivitiesArgs, type SubscriptionRootDelegatedStakingActivitiesByPkArgs, type SubscriptionRootDelegatedStakingActivitiesStreamArgs, type SubscriptionRootDelegatedStakingPoolBalancesAggregateArgs, type SubscriptionRootDelegatedStakingPoolBalancesArgs, type SubscriptionRootDelegatedStakingPoolBalancesByPkArgs, type SubscriptionRootDelegatedStakingPoolBalancesStreamArgs, type SubscriptionRootDelegatedStakingPoolsArgs, type SubscriptionRootDelegatedStakingPoolsByPkArgs, type SubscriptionRootDelegatedStakingPoolsStreamArgs, type SubscriptionRootDelegatorDistinctPoolAggregateArgs, type SubscriptionRootDelegatorDistinctPoolArgs, type SubscriptionRootDelegatorDistinctPoolStreamArgs, type SubscriptionRootEventsArgs, type SubscriptionRootEventsByPkArgs, type SubscriptionRootEventsStreamArgs, type SubscriptionRootFungibleAssetActivitiesArgs, type SubscriptionRootFungibleAssetActivitiesByPkArgs, type SubscriptionRootFungibleAssetActivitiesStreamArgs, type SubscriptionRootFungibleAssetMetadataArgs, type SubscriptionRootFungibleAssetMetadataByPkArgs, type SubscriptionRootFungibleAssetMetadataStreamArgs, type SubscriptionRootIndexerStatusArgs, type SubscriptionRootIndexerStatusByPkArgs, type SubscriptionRootIndexerStatusStreamArgs, type SubscriptionRootLedgerInfosArgs, type SubscriptionRootLedgerInfosByPkArgs, type SubscriptionRootLedgerInfosStreamArgs, type SubscriptionRootMoveResourcesAggregateArgs, type SubscriptionRootMoveResourcesArgs, type SubscriptionRootMoveResourcesStreamArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceAuctionsArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceAuctionsByPkArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceAuctionsStreamArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersByPkArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceCollectionOffersStreamArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsAggregateArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsByPkArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceListingsStreamArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersByPkArgs, type SubscriptionRootNftMarketplaceV2CurrentNftMarketplaceTokenOffersStreamArgs, type SubscriptionRootNftMarketplaceV2NftMarketplaceActivitiesArgs, type SubscriptionRootNftMarketplaceV2NftMarketplaceActivitiesByPkArgs, type SubscriptionRootNftMarketplaceV2NftMarketplaceActivitiesStreamArgs, type SubscriptionRootNftMetadataCrawlerParsedAssetUrisArgs, type SubscriptionRootNftMetadataCrawlerParsedAssetUrisByPkArgs, type SubscriptionRootNftMetadataCrawlerParsedAssetUrisStreamArgs, type SubscriptionRootNumActiveDelegatorPerPoolArgs, type SubscriptionRootNumActiveDelegatorPerPoolStreamArgs, type SubscriptionRootProcessorStatusArgs, type SubscriptionRootProcessorStatusByPkArgs, type SubscriptionRootProcessorStatusStreamArgs, type SubscriptionRootProposalVotesAggregateArgs, type SubscriptionRootProposalVotesArgs, type SubscriptionRootProposalVotesByPkArgs, type SubscriptionRootProposalVotesStreamArgs, type SubscriptionRootSignaturesArgs, type SubscriptionRootSignaturesByPkArgs, type SubscriptionRootSignaturesStreamArgs, type SubscriptionRootTableItemsArgs, type SubscriptionRootTableItemsByPkArgs, type SubscriptionRootTableItemsStreamArgs, type SubscriptionRootTableMetadatasArgs, type SubscriptionRootTableMetadatasByPkArgs, type SubscriptionRootTableMetadatasStreamArgs, type SubscriptionRootTokenActivitiesAggregateArgs, type SubscriptionRootTokenActivitiesArgs, type SubscriptionRootTokenActivitiesStreamArgs, type SubscriptionRootTokenActivitiesV2AggregateArgs, type SubscriptionRootTokenActivitiesV2Args, type SubscriptionRootTokenActivitiesV2ByPkArgs, type SubscriptionRootTokenActivitiesV2StreamArgs, type SubscriptionRootTokenDatasArgs, type SubscriptionRootTokenDatasStreamArgs, type SubscriptionRootTokenOwnershipsArgs, type SubscriptionRootTokenOwnershipsStreamArgs, type SubscriptionRootTokensArgs, type SubscriptionRootTokensStreamArgs, type SubscriptionRootUserTransactionsArgs, type SubscriptionRootUserTransactionsByPkArgs, type SubscriptionRootUserTransactionsStreamArgs, type TableItems, type TableItemsBoolExp, type TableItemsDecodedKeyArgs, type TableItemsDecodedValueArgs, type TableItemsOrderBy, TableItemsSelectColumn, type TableItemsStreamCursorInput, type TableItemsStreamCursorValueInput, type TableMetadatas, type TableMetadatasBoolExp, type TableMetadatasOrderBy, TableMetadatasSelectColumn, type TableMetadatasStreamCursorInput, type TableMetadatasStreamCursorValueInput, type TimestampComparisonExp, type TimestamptzComparisonExp, type TokenActivities, type TokenActivitiesAggregate, type TokenActivitiesAggregateBoolExp, type TokenActivitiesAggregateBoolExpCount, type TokenActivitiesAggregateFields, type TokenActivitiesAggregateFieldsCountArgs, type TokenActivitiesAggregateOrderBy, type TokenActivitiesAptosNamesOwnerAggregateArgs, type TokenActivitiesAptosNamesOwnerArgs, type TokenActivitiesAptosNamesToAggregateArgs, type TokenActivitiesAptosNamesToArgs, type TokenActivitiesAvgFields, type TokenActivitiesAvgOrderBy, type TokenActivitiesBoolExp, type TokenActivitiesMaxFields, type TokenActivitiesMaxOrderBy, type TokenActivitiesMinFields, type TokenActivitiesMinOrderBy, type TokenActivitiesOrderBy, TokenActivitiesSelectColumn, type TokenActivitiesStddevFields, type TokenActivitiesStddevOrderBy, type TokenActivitiesStddevPopFields, type TokenActivitiesStddevPopOrderBy, type TokenActivitiesStddevSampFields, type TokenActivitiesStddevSampOrderBy, type TokenActivitiesStreamCursorInput, type TokenActivitiesStreamCursorValueInput, type TokenActivitiesSumFields, type TokenActivitiesSumOrderBy, type TokenActivitiesV2, type TokenActivitiesV2Aggregate, type TokenActivitiesV2AggregateBoolExp, type TokenActivitiesV2AggregateBoolExpBoolAnd, type TokenActivitiesV2AggregateBoolExpBoolOr, type TokenActivitiesV2AggregateBoolExpCount, type TokenActivitiesV2AggregateFields, type TokenActivitiesV2AggregateFieldsCountArgs, type TokenActivitiesV2AggregateOrderBy, type TokenActivitiesV2AptosNamesFromAggregateArgs, type TokenActivitiesV2AptosNamesFromArgs, type TokenActivitiesV2AptosNamesToAggregateArgs, type TokenActivitiesV2AptosNamesToArgs, type TokenActivitiesV2AvgFields, type TokenActivitiesV2AvgOrderBy, type TokenActivitiesV2BoolExp, type TokenActivitiesV2MaxFields, type TokenActivitiesV2MaxOrderBy, type TokenActivitiesV2MinFields, type TokenActivitiesV2MinOrderBy, type TokenActivitiesV2OrderBy, TokenActivitiesV2SelectColumn, TokenActivitiesV2SelectColumnTokenActivitiesV2AggregateBoolExpBoolAndArgumentsColumns, TokenActivitiesV2SelectColumnTokenActivitiesV2AggregateBoolExpBoolOrArgumentsColumns, type TokenActivitiesV2StddevFields, type TokenActivitiesV2StddevOrderBy, type TokenActivitiesV2StddevPopFields, type TokenActivitiesV2StddevPopOrderBy, type TokenActivitiesV2StddevSampFields, type TokenActivitiesV2StddevSampOrderBy, type TokenActivitiesV2StreamCursorInput, type TokenActivitiesV2StreamCursorValueInput, type TokenActivitiesV2SumFields, type TokenActivitiesV2SumOrderBy, type TokenActivitiesV2VarPopFields, type TokenActivitiesV2VarPopOrderBy, type TokenActivitiesV2VarSampFields, type TokenActivitiesV2VarSampOrderBy, type TokenActivitiesV2VarianceFields, type TokenActivitiesV2VarianceOrderBy, type TokenActivitiesVarPopFields, type TokenActivitiesVarPopOrderBy, type TokenActivitiesVarSampFields, type TokenActivitiesVarSampOrderBy, type TokenActivitiesVarianceFields, type TokenActivitiesVarianceOrderBy, type TokenDatas, type TokenDatasBoolExp, type TokenDatasDefaultPropertiesArgs, type TokenDatasOrderBy, TokenDatasSelectColumn, type TokenDatasStreamCursorInput, type TokenDatasStreamCursorValueInput, type TokenOwnerships, type TokenOwnershipsBoolExp, type TokenOwnershipsOrderBy, TokenOwnershipsSelectColumn, type TokenOwnershipsStreamCursorInput, type TokenOwnershipsStreamCursorValueInput, type Tokens, type TokensBoolExp, type TokensOrderBy, TokensSelectColumn, type TokensStreamCursorInput, type TokensStreamCursorValueInput, type TokensTokenPropertiesArgs, type UserTransactions, type UserTransactionsBoolExp, type UserTransactionsOrderBy, UserTransactionsSelectColumn, type UserTransactionsStreamCursorInput, type UserTransactionsStreamCursorValueInput };
|