@moveindustries/ts-sdk 5.1.4
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/LICENSE +201 -0
- package/README.md +66 -0
- package/dist/common/accountAddress-DoqkxUqw.d.ts +7769 -0
- package/dist/common/chunk-56DGDNEY.js +4 -0
- package/dist/common/chunk-56DGDNEY.js.map +1 -0
- package/dist/common/cli/index.d.ts +316 -0
- package/dist/common/cli/index.js +2 -0
- package/dist/common/cli/index.js.map +1 -0
- package/dist/common/index.d.ts +10643 -0
- package/dist/common/index.js +482 -0
- package/dist/common/index.js.map +1 -0
- package/dist/esm/Ed25519Account-DsqenvLJ.d.mts +628 -0
- package/dist/esm/account/AbstractKeylessAccount.d.mts +336 -0
- package/dist/esm/account/AbstractKeylessAccount.mjs +2 -0
- package/dist/esm/account/AbstractKeylessAccount.mjs.map +1 -0
- package/dist/esm/account/AbstractedAccount.d.mts +64 -0
- package/dist/esm/account/AbstractedAccount.mjs +2 -0
- package/dist/esm/account/AbstractedAccount.mjs.map +1 -0
- package/dist/esm/account/Account.d.mts +8 -0
- package/dist/esm/account/Account.mjs +2 -0
- package/dist/esm/account/Account.mjs.map +1 -0
- package/dist/esm/account/AccountUtils.d.mts +38 -0
- package/dist/esm/account/AccountUtils.mjs +2 -0
- package/dist/esm/account/AccountUtils.mjs.map +1 -0
- package/dist/esm/account/DerivableAbstractedAccount.d.mts +59 -0
- package/dist/esm/account/DerivableAbstractedAccount.mjs +2 -0
- package/dist/esm/account/DerivableAbstractedAccount.mjs.map +1 -0
- package/dist/esm/account/Ed25519Account.d.mts +8 -0
- package/dist/esm/account/Ed25519Account.mjs +2 -0
- package/dist/esm/account/Ed25519Account.mjs.map +1 -0
- package/dist/esm/account/EphemeralKeyPair.d.mts +141 -0
- package/dist/esm/account/EphemeralKeyPair.mjs +2 -0
- package/dist/esm/account/EphemeralKeyPair.mjs.map +1 -0
- package/dist/esm/account/FederatedKeylessAccount.d.mts +118 -0
- package/dist/esm/account/FederatedKeylessAccount.mjs +2 -0
- package/dist/esm/account/FederatedKeylessAccount.mjs.map +1 -0
- package/dist/esm/account/KeylessAccount.d.mts +124 -0
- package/dist/esm/account/KeylessAccount.mjs +2 -0
- package/dist/esm/account/KeylessAccount.mjs.map +1 -0
- package/dist/esm/account/MultiEd25519Account.d.mts +102 -0
- package/dist/esm/account/MultiEd25519Account.mjs +2 -0
- package/dist/esm/account/MultiEd25519Account.mjs.map +1 -0
- package/dist/esm/account/MultiKeyAccount.d.mts +206 -0
- package/dist/esm/account/MultiKeyAccount.mjs +2 -0
- package/dist/esm/account/MultiKeyAccount.mjs.map +1 -0
- package/dist/esm/account/SingleKeyAccount.d.mts +8 -0
- package/dist/esm/account/SingleKeyAccount.mjs +2 -0
- package/dist/esm/account/SingleKeyAccount.mjs.map +1 -0
- package/dist/esm/account/index.d.mts +24 -0
- package/dist/esm/account/index.mjs +2 -0
- package/dist/esm/account/index.mjs.map +1 -0
- package/dist/esm/account/utils.d.mts +14 -0
- package/dist/esm/account/utils.mjs +2 -0
- package/dist/esm/account/utils.mjs.map +1 -0
- package/dist/esm/accountAddress-CNXtapt1.d.mts +6979 -0
- package/dist/esm/api/account/abstraction.d.mts +181 -0
- package/dist/esm/api/account/abstraction.mjs +2 -0
- package/dist/esm/api/account/abstraction.mjs.map +1 -0
- package/dist/esm/api/account.d.mts +852 -0
- package/dist/esm/api/account.mjs +2 -0
- package/dist/esm/api/account.mjs.map +1 -0
- package/dist/esm/api/ans.d.mts +504 -0
- package/dist/esm/api/ans.mjs +2 -0
- package/dist/esm/api/ans.mjs.map +1 -0
- package/dist/esm/api/coin.d.mts +81 -0
- package/dist/esm/api/coin.mjs +2 -0
- package/dist/esm/api/coin.mjs.map +1 -0
- package/dist/esm/api/digitalAsset.d.mts +1030 -0
- package/dist/esm/api/digitalAsset.mjs +2 -0
- package/dist/esm/api/digitalAsset.mjs.map +1 -0
- package/dist/esm/api/faucet.d.mts +80 -0
- package/dist/esm/api/faucet.mjs +2 -0
- package/dist/esm/api/faucet.mjs.map +1 -0
- package/dist/esm/api/fungibleAsset.d.mts +288 -0
- package/dist/esm/api/fungibleAsset.mjs +2 -0
- package/dist/esm/api/fungibleAsset.mjs.map +1 -0
- package/dist/esm/api/general.d.mts +303 -0
- package/dist/esm/api/general.mjs +2 -0
- package/dist/esm/api/general.mjs.map +1 -0
- package/dist/esm/api/index.d.mts +46 -0
- package/dist/esm/api/index.mjs +2 -0
- package/dist/esm/api/index.mjs.map +1 -0
- package/dist/esm/api/keyless.d.mts +170 -0
- package/dist/esm/api/keyless.mjs +2 -0
- package/dist/esm/api/keyless.mjs.map +1 -0
- package/dist/esm/api/movement.d.mts +113 -0
- package/dist/esm/api/movement.mjs +2 -0
- package/dist/esm/api/movement.mjs.map +1 -0
- package/dist/esm/api/movementConfig.d.mts +7 -0
- package/dist/esm/api/movementConfig.mjs +2 -0
- package/dist/esm/api/movementConfig.mjs.map +1 -0
- package/dist/esm/api/object.d.mts +80 -0
- package/dist/esm/api/object.mjs +2 -0
- package/dist/esm/api/object.mjs.map +1 -0
- package/dist/esm/api/staking.d.mts +134 -0
- package/dist/esm/api/staking.mjs +2 -0
- package/dist/esm/api/staking.mjs.map +1 -0
- package/dist/esm/api/table.d.mts +169 -0
- package/dist/esm/api/table.mjs +2 -0
- package/dist/esm/api/table.mjs.map +1 -0
- package/dist/esm/api/transaction.d.mts +679 -0
- package/dist/esm/api/transaction.mjs +2 -0
- package/dist/esm/api/transaction.mjs.map +1 -0
- package/dist/esm/api/transactionSubmission/build.d.mts +141 -0
- package/dist/esm/api/transactionSubmission/build.mjs +2 -0
- package/dist/esm/api/transactionSubmission/build.mjs.map +1 -0
- package/dist/esm/api/transactionSubmission/helpers.d.mts +98 -0
- package/dist/esm/api/transactionSubmission/helpers.mjs +2 -0
- package/dist/esm/api/transactionSubmission/helpers.mjs.map +1 -0
- package/dist/esm/api/transactionSubmission/management.d.mts +168 -0
- package/dist/esm/api/transactionSubmission/management.mjs +2 -0
- package/dist/esm/api/transactionSubmission/management.mjs.map +1 -0
- package/dist/esm/api/transactionSubmission/sign.d.mts +124 -0
- package/dist/esm/api/transactionSubmission/sign.mjs +2 -0
- package/dist/esm/api/transactionSubmission/sign.mjs.map +1 -0
- package/dist/esm/api/transactionSubmission/simulate.d.mts +181 -0
- package/dist/esm/api/transactionSubmission/simulate.mjs +2 -0
- package/dist/esm/api/transactionSubmission/simulate.mjs.map +1 -0
- package/dist/esm/api/transactionSubmission/submit.d.mts +142 -0
- package/dist/esm/api/transactionSubmission/submit.mjs +2 -0
- package/dist/esm/api/transactionSubmission/submit.mjs.map +1 -0
- package/dist/esm/api/utils.d.mts +45 -0
- package/dist/esm/api/utils.mjs +2 -0
- package/dist/esm/api/utils.mjs.map +1 -0
- package/dist/esm/bcs/consts.d.mts +28 -0
- package/dist/esm/bcs/consts.mjs +2 -0
- package/dist/esm/bcs/consts.mjs.map +1 -0
- package/dist/esm/bcs/deserializer.d.mts +7 -0
- package/dist/esm/bcs/deserializer.mjs +2 -0
- package/dist/esm/bcs/deserializer.mjs.map +1 -0
- package/dist/esm/bcs/index.d.mts +8 -0
- package/dist/esm/bcs/index.mjs +2 -0
- package/dist/esm/bcs/index.mjs.map +1 -0
- package/dist/esm/bcs/serializable/entryFunctionBytes.d.mts +65 -0
- package/dist/esm/bcs/serializable/entryFunctionBytes.mjs +2 -0
- package/dist/esm/bcs/serializable/entryFunctionBytes.mjs.map +1 -0
- package/dist/esm/bcs/serializable/fixedBytes.d.mts +7 -0
- package/dist/esm/bcs/serializable/fixedBytes.mjs +2 -0
- package/dist/esm/bcs/serializable/fixedBytes.mjs.map +1 -0
- package/dist/esm/bcs/serializable/movePrimitives.d.mts +7 -0
- package/dist/esm/bcs/serializable/movePrimitives.mjs +2 -0
- package/dist/esm/bcs/serializable/movePrimitives.mjs.map +1 -0
- package/dist/esm/bcs/serializable/moveStructs.d.mts +7 -0
- package/dist/esm/bcs/serializable/moveStructs.mjs +2 -0
- package/dist/esm/bcs/serializable/moveStructs.mjs.map +1 -0
- package/dist/esm/bcs/serializer.d.mts +7 -0
- package/dist/esm/bcs/serializer.mjs +2 -0
- package/dist/esm/bcs/serializer.mjs.map +1 -0
- package/dist/esm/chunk-2KDUIZKB.mjs +2 -0
- package/dist/esm/chunk-2KDUIZKB.mjs.map +1 -0
- package/dist/esm/chunk-2QTV4AOE.mjs +2 -0
- package/dist/esm/chunk-2QTV4AOE.mjs.map +1 -0
- package/dist/esm/chunk-47V7UGV5.mjs +4 -0
- package/dist/esm/chunk-47V7UGV5.mjs.map +1 -0
- package/dist/esm/chunk-4QMXOWHP.mjs +1 -0
- package/dist/esm/chunk-4QMXOWHP.mjs.map +1 -0
- package/dist/esm/chunk-4WPQQPUF.mjs +1 -0
- package/dist/esm/chunk-4WPQQPUF.mjs.map +1 -0
- package/dist/esm/chunk-5HXLZHDW.mjs +1 -0
- package/dist/esm/chunk-5HXLZHDW.mjs.map +1 -0
- package/dist/esm/chunk-5IMQPJ6J.mjs +2 -0
- package/dist/esm/chunk-5IMQPJ6J.mjs.map +1 -0
- package/dist/esm/chunk-5ZKA765G.mjs +2 -0
- package/dist/esm/chunk-5ZKA765G.mjs.map +1 -0
- package/dist/esm/chunk-6NO4QKAO.mjs +2 -0
- package/dist/esm/chunk-6NO4QKAO.mjs.map +1 -0
- package/dist/esm/chunk-7ECCT6PK.mjs +1 -0
- package/dist/esm/chunk-7ECCT6PK.mjs.map +1 -0
- package/dist/esm/chunk-7TTTMBAK.mjs +2 -0
- package/dist/esm/chunk-7TTTMBAK.mjs.map +1 -0
- package/dist/esm/chunk-A5L76YP7.mjs +2 -0
- package/dist/esm/chunk-A5L76YP7.mjs.map +1 -0
- package/dist/esm/chunk-ANTEUWH6.mjs +2 -0
- package/dist/esm/chunk-ANTEUWH6.mjs.map +1 -0
- package/dist/esm/chunk-CHWDP6AR.mjs +2 -0
- package/dist/esm/chunk-CHWDP6AR.mjs.map +1 -0
- package/dist/esm/chunk-CRCE7R4D.mjs +2 -0
- package/dist/esm/chunk-CRCE7R4D.mjs.map +1 -0
- package/dist/esm/chunk-D6HPXGEP.mjs +2 -0
- package/dist/esm/chunk-D6HPXGEP.mjs.map +1 -0
- package/dist/esm/chunk-DS6QB6HG.mjs +4 -0
- package/dist/esm/chunk-DS6QB6HG.mjs.map +1 -0
- package/dist/esm/chunk-FD6FGKYY.mjs +1 -0
- package/dist/esm/chunk-FD6FGKYY.mjs.map +1 -0
- package/dist/esm/chunk-FJRPU2NH.mjs +2 -0
- package/dist/esm/chunk-FJRPU2NH.mjs.map +1 -0
- package/dist/esm/chunk-FS5ZJKO7.mjs +2 -0
- package/dist/esm/chunk-FS5ZJKO7.mjs.map +1 -0
- package/dist/esm/chunk-FZY4PMEE.mjs +1 -0
- package/dist/esm/chunk-FZY4PMEE.mjs.map +1 -0
- package/dist/esm/chunk-G3MHXDYA.mjs +1 -0
- package/dist/esm/chunk-G3MHXDYA.mjs.map +1 -0
- package/dist/esm/chunk-GOXRBEIJ.mjs +2 -0
- package/dist/esm/chunk-GOXRBEIJ.mjs.map +1 -0
- package/dist/esm/chunk-HGLO5LDS.mjs +1 -0
- package/dist/esm/chunk-HGLO5LDS.mjs.map +1 -0
- package/dist/esm/chunk-HL2JMZ7N.mjs +2 -0
- package/dist/esm/chunk-HL2JMZ7N.mjs.map +1 -0
- package/dist/esm/chunk-I6YGBK5S.mjs +2 -0
- package/dist/esm/chunk-I6YGBK5S.mjs.map +1 -0
- package/dist/esm/chunk-K4NT6TTN.mjs +2 -0
- package/dist/esm/chunk-K4NT6TTN.mjs.map +1 -0
- package/dist/esm/chunk-KDMSOCZY.mjs +2 -0
- package/dist/esm/chunk-KDMSOCZY.mjs.map +1 -0
- package/dist/esm/chunk-KPJGWDSQ.mjs +7 -0
- package/dist/esm/chunk-KPJGWDSQ.mjs.map +1 -0
- package/dist/esm/chunk-MEWW7VTQ.mjs +2 -0
- package/dist/esm/chunk-MEWW7VTQ.mjs.map +1 -0
- package/dist/esm/chunk-NECL5FCQ.mjs +1 -0
- package/dist/esm/chunk-NECL5FCQ.mjs.map +1 -0
- package/dist/esm/chunk-NMFJJOGW.mjs +2 -0
- package/dist/esm/chunk-NMFJJOGW.mjs.map +1 -0
- package/dist/esm/chunk-NQUZ4UHR.mjs +2 -0
- package/dist/esm/chunk-NQUZ4UHR.mjs.map +1 -0
- package/dist/esm/chunk-NUB6KE73.mjs +2 -0
- package/dist/esm/chunk-NUB6KE73.mjs.map +1 -0
- package/dist/esm/chunk-OOOAVIMQ.mjs +2 -0
- package/dist/esm/chunk-OOOAVIMQ.mjs.map +1 -0
- package/dist/esm/chunk-PCESRJYO.mjs +2 -0
- package/dist/esm/chunk-PCESRJYO.mjs.map +1 -0
- package/dist/esm/chunk-PHRRBT44.mjs +2 -0
- package/dist/esm/chunk-PHRRBT44.mjs.map +1 -0
- package/dist/esm/chunk-PZ233FIY.mjs +2 -0
- package/dist/esm/chunk-PZ233FIY.mjs.map +1 -0
- package/dist/esm/chunk-R2G23RIY.mjs +2 -0
- package/dist/esm/chunk-R2G23RIY.mjs.map +1 -0
- package/dist/esm/chunk-RL4YPMN4.mjs +2 -0
- package/dist/esm/chunk-RL4YPMN4.mjs.map +1 -0
- package/dist/esm/chunk-RUIFVDWM.mjs +2 -0
- package/dist/esm/chunk-RUIFVDWM.mjs.map +1 -0
- package/dist/esm/chunk-RXHPS4IU.mjs +2 -0
- package/dist/esm/chunk-RXHPS4IU.mjs.map +1 -0
- package/dist/esm/chunk-S4D2KBYN.mjs +2 -0
- package/dist/esm/chunk-S4D2KBYN.mjs.map +1 -0
- package/dist/esm/chunk-SRXFRTHK.mjs +2 -0
- package/dist/esm/chunk-SRXFRTHK.mjs.map +1 -0
- package/dist/esm/chunk-SYXDZA4K.mjs +2 -0
- package/dist/esm/chunk-SYXDZA4K.mjs.map +1 -0
- package/dist/esm/chunk-UI4OF6CP.mjs +2 -0
- package/dist/esm/chunk-UI4OF6CP.mjs.map +1 -0
- package/dist/esm/chunk-UL777LTI.mjs +494 -0
- package/dist/esm/chunk-UL777LTI.mjs.map +1 -0
- package/dist/esm/chunk-UVP74ONT.mjs +2 -0
- package/dist/esm/chunk-UVP74ONT.mjs.map +1 -0
- package/dist/esm/chunk-UYVPNUH3.mjs +1 -0
- package/dist/esm/chunk-UYVPNUH3.mjs.map +1 -0
- package/dist/esm/chunk-V3MBJJTL.mjs +1 -0
- package/dist/esm/chunk-V3MBJJTL.mjs.map +1 -0
- package/dist/esm/chunk-V3O2SBO4.mjs +2 -0
- package/dist/esm/chunk-V3O2SBO4.mjs.map +1 -0
- package/dist/esm/chunk-VEZCMPUG.mjs +2 -0
- package/dist/esm/chunk-VEZCMPUG.mjs.map +1 -0
- package/dist/esm/chunk-VW3WBAAD.mjs +2 -0
- package/dist/esm/chunk-VW3WBAAD.mjs.map +1 -0
- package/dist/esm/chunk-WFAH73WN.mjs +2 -0
- package/dist/esm/chunk-WFAH73WN.mjs.map +1 -0
- package/dist/esm/chunk-WVDICMU4.mjs +2 -0
- package/dist/esm/chunk-WVDICMU4.mjs.map +1 -0
- package/dist/esm/chunk-XCURF77K.mjs +2 -0
- package/dist/esm/chunk-XCURF77K.mjs.map +1 -0
- package/dist/esm/chunk-Y6YW4BAZ.mjs +2 -0
- package/dist/esm/chunk-Y6YW4BAZ.mjs.map +1 -0
- package/dist/esm/chunk-YFFYA5U3.mjs +2 -0
- package/dist/esm/chunk-YFFYA5U3.mjs.map +1 -0
- package/dist/esm/chunk-YOHEYPDP.mjs +2 -0
- package/dist/esm/chunk-YOHEYPDP.mjs.map +1 -0
- package/dist/esm/chunk-ZP4DWSQA.mjs +2 -0
- package/dist/esm/chunk-ZP4DWSQA.mjs.map +1 -0
- package/dist/esm/cli/index.d.mts +10 -0
- package/dist/esm/cli/index.mjs +2 -0
- package/dist/esm/cli/index.mjs.map +1 -0
- package/dist/esm/cli/localNode.d.mts +67 -0
- package/dist/esm/cli/localNode.mjs +2 -0
- package/dist/esm/cli/localNode.mjs.map +1 -0
- package/dist/esm/cli/move.d.mts +257 -0
- package/dist/esm/cli/move.mjs +2 -0
- package/dist/esm/cli/move.mjs.map +1 -0
- package/dist/esm/client/core.d.mts +42 -0
- package/dist/esm/client/core.mjs +2 -0
- package/dist/esm/client/core.mjs.map +1 -0
- package/dist/esm/client/get.d.mts +125 -0
- package/dist/esm/client/get.mjs +2 -0
- package/dist/esm/client/get.mjs.map +1 -0
- package/dist/esm/client/index.d.mts +10 -0
- package/dist/esm/client/index.mjs +2 -0
- package/dist/esm/client/index.mjs.map +1 -0
- package/dist/esm/client/post.d.mts +158 -0
- package/dist/esm/client/post.mjs +2 -0
- package/dist/esm/client/post.mjs.map +1 -0
- package/dist/esm/core/account/index.d.mts +8 -0
- package/dist/esm/core/account/index.mjs +2 -0
- package/dist/esm/core/account/index.mjs.map +1 -0
- package/dist/esm/core/account/utils/address.d.mts +55 -0
- package/dist/esm/core/account/utils/address.mjs +2 -0
- package/dist/esm/core/account/utils/address.mjs.map +1 -0
- package/dist/esm/core/account/utils/index.d.mts +8 -0
- package/dist/esm/core/account/utils/index.mjs +2 -0
- package/dist/esm/core/account/utils/index.mjs.map +1 -0
- package/dist/esm/core/accountAddress.d.mts +7 -0
- package/dist/esm/core/accountAddress.mjs +2 -0
- package/dist/esm/core/accountAddress.mjs.map +1 -0
- package/dist/esm/core/authenticationKey.d.mts +7 -0
- package/dist/esm/core/authenticationKey.mjs +2 -0
- package/dist/esm/core/authenticationKey.mjs.map +1 -0
- package/dist/esm/core/common.d.mts +52 -0
- package/dist/esm/core/common.mjs +2 -0
- package/dist/esm/core/common.mjs.map +1 -0
- package/dist/esm/core/crypto/abstraction.d.mts +24 -0
- package/dist/esm/core/crypto/abstraction.mjs +2 -0
- package/dist/esm/core/crypto/abstraction.mjs.map +1 -0
- package/dist/esm/core/crypto/deserializationUtils.d.mts +28 -0
- package/dist/esm/core/crypto/deserializationUtils.mjs +2 -0
- package/dist/esm/core/crypto/deserializationUtils.mjs.map +1 -0
- package/dist/esm/core/crypto/ed25519.d.mts +7 -0
- package/dist/esm/core/crypto/ed25519.mjs +2 -0
- package/dist/esm/core/crypto/ed25519.mjs.map +1 -0
- package/dist/esm/core/crypto/ephemeral.d.mts +116 -0
- package/dist/esm/core/crypto/ephemeral.mjs +2 -0
- package/dist/esm/core/crypto/ephemeral.mjs.map +1 -0
- package/dist/esm/core/crypto/federatedKeyless.d.mts +13 -0
- package/dist/esm/core/crypto/federatedKeyless.mjs +2 -0
- package/dist/esm/core/crypto/federatedKeyless.mjs.map +1 -0
- package/dist/esm/core/crypto/hdKey.d.mts +95 -0
- package/dist/esm/core/crypto/hdKey.mjs +2 -0
- package/dist/esm/core/crypto/hdKey.mjs.map +1 -0
- package/dist/esm/core/crypto/index.d.mts +19 -0
- package/dist/esm/core/crypto/index.mjs +2 -0
- package/dist/esm/core/crypto/index.mjs.map +1 -0
- package/dist/esm/core/crypto/keyless.d.mts +13 -0
- package/dist/esm/core/crypto/keyless.mjs +2 -0
- package/dist/esm/core/crypto/keyless.mjs.map +1 -0
- package/dist/esm/core/crypto/multiEd25519.d.mts +7 -0
- package/dist/esm/core/crypto/multiEd25519.mjs +2 -0
- package/dist/esm/core/crypto/multiEd25519.mjs.map +1 -0
- package/dist/esm/core/crypto/multiKey.d.mts +7 -0
- package/dist/esm/core/crypto/multiKey.mjs +2 -0
- package/dist/esm/core/crypto/multiKey.mjs.map +1 -0
- package/dist/esm/core/crypto/poseidon.d.mts +59 -0
- package/dist/esm/core/crypto/poseidon.mjs +2 -0
- package/dist/esm/core/crypto/poseidon.mjs.map +1 -0
- package/dist/esm/core/crypto/privateKey.d.mts +7 -0
- package/dist/esm/core/crypto/privateKey.mjs +2 -0
- package/dist/esm/core/crypto/privateKey.mjs.map +1 -0
- package/dist/esm/core/crypto/proof.d.mts +18 -0
- package/dist/esm/core/crypto/proof.mjs +2 -0
- package/dist/esm/core/crypto/proof.mjs.map +1 -0
- package/dist/esm/core/crypto/publicKey.d.mts +7 -0
- package/dist/esm/core/crypto/publicKey.mjs +2 -0
- package/dist/esm/core/crypto/publicKey.mjs.map +1 -0
- package/dist/esm/core/crypto/secp256k1.d.mts +7 -0
- package/dist/esm/core/crypto/secp256k1.mjs +2 -0
- package/dist/esm/core/crypto/secp256k1.mjs.map +1 -0
- package/dist/esm/core/crypto/secp256r1.d.mts +306 -0
- package/dist/esm/core/crypto/secp256r1.mjs +2 -0
- package/dist/esm/core/crypto/secp256r1.mjs.map +1 -0
- package/dist/esm/core/crypto/signature.d.mts +7 -0
- package/dist/esm/core/crypto/signature.mjs +2 -0
- package/dist/esm/core/crypto/signature.mjs.map +1 -0
- package/dist/esm/core/crypto/singleKey.d.mts +7 -0
- package/dist/esm/core/crypto/singleKey.mjs +2 -0
- package/dist/esm/core/crypto/singleKey.mjs.map +1 -0
- package/dist/esm/core/crypto/types.d.mts +11 -0
- package/dist/esm/core/crypto/types.mjs +2 -0
- package/dist/esm/core/crypto/types.mjs.map +1 -0
- package/dist/esm/core/crypto/utils.d.mts +23 -0
- package/dist/esm/core/crypto/utils.mjs +2 -0
- package/dist/esm/core/crypto/utils.mjs.map +1 -0
- package/dist/esm/core/hex.d.mts +7 -0
- package/dist/esm/core/hex.mjs +2 -0
- package/dist/esm/core/hex.mjs.map +1 -0
- package/dist/esm/core/index.d.mts +20 -0
- package/dist/esm/core/index.mjs +2 -0
- package/dist/esm/core/index.mjs.map +1 -0
- package/dist/esm/errors/index.d.mts +131 -0
- package/dist/esm/errors/index.mjs +2 -0
- package/dist/esm/errors/index.mjs.map +1 -0
- package/dist/esm/federatedKeyless-D-d9d5aC.d.mts +869 -0
- package/dist/esm/index.d.mts +71 -0
- package/dist/esm/index.mjs +2 -0
- package/dist/esm/index.mjs.map +1 -0
- package/dist/esm/internal/abstraction.d.mts +27 -0
- package/dist/esm/internal/abstraction.mjs +2 -0
- package/dist/esm/internal/abstraction.mjs.map +1 -0
- package/dist/esm/internal/account.d.mts +453 -0
- package/dist/esm/internal/account.mjs +2 -0
- package/dist/esm/internal/account.mjs.map +1 -0
- package/dist/esm/internal/ans.d.mts +365 -0
- package/dist/esm/internal/ans.mjs +2 -0
- package/dist/esm/internal/ans.mjs.map +1 -0
- package/dist/esm/internal/coin.d.mts +31 -0
- package/dist/esm/internal/coin.mjs +2 -0
- package/dist/esm/internal/coin.mjs.map +1 -0
- package/dist/esm/internal/digitalAsset.d.mts +580 -0
- package/dist/esm/internal/digitalAsset.mjs +2 -0
- package/dist/esm/internal/digitalAsset.mjs.map +1 -0
- package/dist/esm/internal/faucet.d.mts +39 -0
- package/dist/esm/internal/faucet.mjs +2 -0
- package/dist/esm/internal/faucet.mjs.map +1 -0
- package/dist/esm/internal/fungibleAsset.d.mts +112 -0
- package/dist/esm/internal/fungibleAsset.mjs +2 -0
- package/dist/esm/internal/fungibleAsset.mjs.map +1 -0
- package/dist/esm/internal/general.d.mts +92 -0
- package/dist/esm/internal/general.mjs +2 -0
- package/dist/esm/internal/general.mjs.map +1 -0
- package/dist/esm/internal/keyless.d.mts +111 -0
- package/dist/esm/internal/keyless.mjs +2 -0
- package/dist/esm/internal/keyless.mjs.map +1 -0
- package/dist/esm/internal/object.d.mts +42 -0
- package/dist/esm/internal/object.mjs +2 -0
- package/dist/esm/internal/object.mjs.map +1 -0
- package/dist/esm/internal/staking.d.mts +60 -0
- package/dist/esm/internal/staking.mjs +2 -0
- package/dist/esm/internal/staking.mjs.map +1 -0
- package/dist/esm/internal/table.d.mts +66 -0
- package/dist/esm/internal/table.mjs +2 -0
- package/dist/esm/internal/table.mjs.map +1 -0
- package/dist/esm/internal/transaction.d.mts +199 -0
- package/dist/esm/internal/transaction.mjs +2 -0
- package/dist/esm/internal/transaction.mjs.map +1 -0
- package/dist/esm/internal/transactionSubmission.d.mts +165 -0
- package/dist/esm/internal/transactionSubmission.mjs +2 -0
- package/dist/esm/internal/transactionSubmission.mjs.map +1 -0
- package/dist/esm/internal/utils/index.d.mts +8 -0
- package/dist/esm/internal/utils/index.mjs +2 -0
- package/dist/esm/internal/utils/index.mjs.map +1 -0
- package/dist/esm/internal/utils/utils.d.mts +41 -0
- package/dist/esm/internal/utils/utils.mjs +2 -0
- package/dist/esm/internal/utils/utils.mjs.map +1 -0
- package/dist/esm/internal/view.d.mts +20 -0
- package/dist/esm/internal/view.mjs +2 -0
- package/dist/esm/internal/view.mjs.map +1 -0
- package/dist/esm/transactions/authenticator/account.d.mts +7 -0
- package/dist/esm/transactions/authenticator/account.mjs +2 -0
- package/dist/esm/transactions/authenticator/account.mjs.map +1 -0
- package/dist/esm/transactions/authenticator/index.d.mts +8 -0
- package/dist/esm/transactions/authenticator/index.mjs +2 -0
- package/dist/esm/transactions/authenticator/index.mjs.map +1 -0
- package/dist/esm/transactions/authenticator/transaction.d.mts +152 -0
- package/dist/esm/transactions/authenticator/transaction.mjs +2 -0
- package/dist/esm/transactions/authenticator/transaction.mjs.map +1 -0
- package/dist/esm/transactions/index.d.mts +15 -0
- package/dist/esm/transactions/index.mjs +2 -0
- package/dist/esm/transactions/index.mjs.map +1 -0
- package/dist/esm/transactions/instances/chainId.d.mts +7 -0
- package/dist/esm/transactions/instances/chainId.mjs +2 -0
- package/dist/esm/transactions/instances/chainId.mjs.map +1 -0
- package/dist/esm/transactions/instances/identifier.d.mts +7 -0
- package/dist/esm/transactions/instances/identifier.mjs +2 -0
- package/dist/esm/transactions/instances/identifier.mjs.map +1 -0
- package/dist/esm/transactions/instances/index.d.mts +10 -0
- package/dist/esm/transactions/instances/index.mjs +2 -0
- package/dist/esm/transactions/instances/index.mjs.map +1 -0
- package/dist/esm/transactions/instances/moduleId.d.mts +7 -0
- package/dist/esm/transactions/instances/moduleId.mjs +2 -0
- package/dist/esm/transactions/instances/moduleId.mjs.map +1 -0
- package/dist/esm/transactions/instances/multiAgentTransaction.d.mts +7 -0
- package/dist/esm/transactions/instances/multiAgentTransaction.mjs +2 -0
- package/dist/esm/transactions/instances/multiAgentTransaction.mjs.map +1 -0
- package/dist/esm/transactions/instances/rawTransaction.d.mts +7 -0
- package/dist/esm/transactions/instances/rawTransaction.mjs +2 -0
- package/dist/esm/transactions/instances/rawTransaction.mjs.map +1 -0
- package/dist/esm/transactions/instances/rotationProofChallenge.d.mts +58 -0
- package/dist/esm/transactions/instances/rotationProofChallenge.mjs +2 -0
- package/dist/esm/transactions/instances/rotationProofChallenge.mjs.map +1 -0
- package/dist/esm/transactions/instances/signedTransaction.d.mts +59 -0
- package/dist/esm/transactions/instances/signedTransaction.mjs +2 -0
- package/dist/esm/transactions/instances/signedTransaction.mjs.map +1 -0
- package/dist/esm/transactions/instances/simpleTransaction.d.mts +7 -0
- package/dist/esm/transactions/instances/simpleTransaction.mjs +2 -0
- package/dist/esm/transactions/instances/simpleTransaction.mjs.map +1 -0
- package/dist/esm/transactions/instances/transactionArgument.d.mts +7 -0
- package/dist/esm/transactions/instances/transactionArgument.mjs +2 -0
- package/dist/esm/transactions/instances/transactionArgument.mjs.map +1 -0
- package/dist/esm/transactions/instances/transactionPayload.d.mts +7 -0
- package/dist/esm/transactions/instances/transactionPayload.mjs +2 -0
- package/dist/esm/transactions/instances/transactionPayload.mjs.map +1 -0
- package/dist/esm/transactions/management/accountSequenceNumber.d.mts +123 -0
- package/dist/esm/transactions/management/accountSequenceNumber.mjs +2 -0
- package/dist/esm/transactions/management/accountSequenceNumber.mjs.map +1 -0
- package/dist/esm/transactions/management/asyncQueue.d.mts +77 -0
- package/dist/esm/transactions/management/asyncQueue.mjs +2 -0
- package/dist/esm/transactions/management/asyncQueue.mjs.map +1 -0
- package/dist/esm/transactions/management/index.d.mts +12 -0
- package/dist/esm/transactions/management/index.mjs +2 -0
- package/dist/esm/transactions/management/index.mjs.map +1 -0
- package/dist/esm/transactions/management/transactionWorker.d.mts +210 -0
- package/dist/esm/transactions/management/transactionWorker.mjs +2 -0
- package/dist/esm/transactions/management/transactionWorker.mjs.map +1 -0
- package/dist/esm/transactions/transactionBuilder/helpers.d.mts +159 -0
- package/dist/esm/transactions/transactionBuilder/helpers.mjs +2 -0
- package/dist/esm/transactions/transactionBuilder/helpers.mjs.map +1 -0
- package/dist/esm/transactions/transactionBuilder/index.d.mts +11 -0
- package/dist/esm/transactions/transactionBuilder/index.mjs +2 -0
- package/dist/esm/transactions/transactionBuilder/index.mjs.map +1 -0
- package/dist/esm/transactions/transactionBuilder/remoteAbi.d.mts +104 -0
- package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +2 -0
- package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs.map +1 -0
- package/dist/esm/transactions/transactionBuilder/signingMessage.d.mts +62 -0
- package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +2 -0
- package/dist/esm/transactions/transactionBuilder/signingMessage.mjs.map +1 -0
- package/dist/esm/transactions/transactionBuilder/transactionBuilder.d.mts +192 -0
- package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +2 -0
- package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs.map +1 -0
- package/dist/esm/transactions/typeTag/index.d.mts +7 -0
- package/dist/esm/transactions/typeTag/index.mjs +2 -0
- package/dist/esm/transactions/typeTag/index.mjs.map +1 -0
- package/dist/esm/transactions/typeTag/parser.d.mts +81 -0
- package/dist/esm/transactions/typeTag/parser.mjs +2 -0
- package/dist/esm/transactions/typeTag/parser.mjs.map +1 -0
- package/dist/esm/transactions/types.d.mts +7 -0
- package/dist/esm/transactions/types.mjs +2 -0
- package/dist/esm/transactions/types.mjs.map +1 -0
- package/dist/esm/types/abstraction.d.mts +15 -0
- package/dist/esm/types/abstraction.mjs +2 -0
- package/dist/esm/types/abstraction.mjs.map +1 -0
- package/dist/esm/types/generated/operations.d.mts +709 -0
- package/dist/esm/types/generated/operations.mjs +1 -0
- package/dist/esm/types/generated/operations.mjs.map +1 -0
- package/dist/esm/types/generated/queries.d.mts +66 -0
- package/dist/esm/types/generated/queries.mjs +2 -0
- package/dist/esm/types/generated/queries.mjs.map +1 -0
- package/dist/esm/types/generated/types.d.mts +9495 -0
- package/dist/esm/types/generated/types.mjs +2 -0
- package/dist/esm/types/generated/types.mjs.map +1 -0
- package/dist/esm/types/index.d.mts +7 -0
- package/dist/esm/types/index.mjs +2 -0
- package/dist/esm/types/index.mjs.map +1 -0
- package/dist/esm/types/indexer.d.mts +186 -0
- package/dist/esm/types/indexer.mjs +2 -0
- package/dist/esm/types/indexer.mjs.map +1 -0
- package/dist/esm/types/keyless.d.mts +102 -0
- package/dist/esm/types/keyless.mjs +1 -0
- package/dist/esm/types/keyless.mjs.map +1 -0
- package/dist/esm/types/types.d.mts +7 -0
- package/dist/esm/types/types.mjs +2 -0
- package/dist/esm/types/types.mjs.map +1 -0
- package/dist/esm/utils/apiEndpoints.d.mts +51 -0
- package/dist/esm/utils/apiEndpoints.mjs +2 -0
- package/dist/esm/utils/apiEndpoints.mjs.map +1 -0
- package/dist/esm/utils/const.d.mts +90 -0
- package/dist/esm/utils/const.mjs +2 -0
- package/dist/esm/utils/const.mjs.map +1 -0
- package/dist/esm/utils/helpers.d.mts +174 -0
- package/dist/esm/utils/helpers.mjs +2 -0
- package/dist/esm/utils/helpers.mjs.map +1 -0
- package/dist/esm/utils/index.d.mts +9 -0
- package/dist/esm/utils/index.mjs +2 -0
- package/dist/esm/utils/index.mjs.map +1 -0
- package/dist/esm/utils/memoize.d.mts +26 -0
- package/dist/esm/utils/memoize.mjs +2 -0
- package/dist/esm/utils/memoize.mjs.map +1 -0
- package/dist/esm/utils/normalizeBundle.d.mts +35 -0
- package/dist/esm/utils/normalizeBundle.mjs +2 -0
- package/dist/esm/utils/normalizeBundle.mjs.map +1 -0
- package/dist/esm/version.d.mts +8 -0
- package/dist/esm/version.mjs +2 -0
- package/dist/esm/version.mjs.map +1 -0
- package/package.json +98 -0
- package/src/account/AbstractKeylessAccount.ts +579 -0
- package/src/account/AbstractedAccount.ts +124 -0
- package/src/account/Account.ts +354 -0
- package/src/account/AccountUtils.ts +216 -0
- package/src/account/DerivableAbstractedAccount.ts +103 -0
- package/src/account/Ed25519Account.ts +210 -0
- package/src/account/EphemeralKeyPair.ts +222 -0
- package/src/account/FederatedKeylessAccount.ts +178 -0
- package/src/account/KeylessAccount.ts +179 -0
- package/src/account/MultiEd25519Account.ts +181 -0
- package/src/account/MultiKeyAccount.ts +296 -0
- package/src/account/SingleKeyAccount.ts +277 -0
- package/src/account/index.ts +12 -0
- package/src/account/utils.ts +16 -0
- package/src/api/account/abstraction.ts +239 -0
- package/src/api/account.ts +1128 -0
- package/src/api/ans.ts +550 -0
- package/src/api/coin.ts +83 -0
- package/src/api/digitalAsset.ts +1203 -0
- package/src/api/faucet.ts +94 -0
- package/src/api/fungibleAsset.ts +371 -0
- package/src/api/general.ts +351 -0
- package/src/api/index.ts +6 -0
- package/src/api/keyless.ts +227 -0
- package/src/api/movement.ts +171 -0
- package/src/api/movementConfig.ts +334 -0
- package/src/api/object.ts +90 -0
- package/src/api/staking.ts +161 -0
- package/src/api/table.ts +193 -0
- package/src/api/transaction.ts +784 -0
- package/src/api/transactionSubmission/build.ts +153 -0
- package/src/api/transactionSubmission/helpers.ts +112 -0
- package/src/api/transactionSubmission/management.ts +211 -0
- package/src/api/transactionSubmission/sign.ts +142 -0
- package/src/api/transactionSubmission/simulate.ts +192 -0
- package/src/api/transactionSubmission/submit.ts +156 -0
- package/src/api/utils.ts +48 -0
- package/src/bcs/consts.ts +28 -0
- package/src/bcs/deserializer.ts +550 -0
- package/src/bcs/index.ts +10 -0
- package/src/bcs/serializable/entryFunctionBytes.ts +92 -0
- package/src/bcs/serializable/fixedBytes.ts +107 -0
- package/src/bcs/serializable/movePrimitives.ts +564 -0
- package/src/bcs/serializable/moveStructs.ts +619 -0
- package/src/bcs/serializer.ts +641 -0
- package/src/cli/index.ts +2 -0
- package/src/cli/localNode.ts +169 -0
- package/src/cli/move.ts +474 -0
- package/src/client/core.ts +120 -0
- package/src/client/get.ts +262 -0
- package/src/client/index.ts +7 -0
- package/src/client/post.ts +245 -0
- package/src/core/account/index.ts +1 -0
- package/src/core/account/utils/address.ts +85 -0
- package/src/core/account/utils/index.ts +1 -0
- package/src/core/accountAddress.ts +524 -0
- package/src/core/authenticationKey.ts +157 -0
- package/src/core/common.ts +60 -0
- package/src/core/crypto/abstraction.ts +52 -0
- package/src/core/crypto/deserializationUtils.ts +106 -0
- package/src/core/crypto/ed25519.ts +493 -0
- package/src/core/crypto/ephemeral.ts +185 -0
- package/src/core/crypto/federatedKeyless.ts +169 -0
- package/src/core/crypto/hdKey.ts +136 -0
- package/src/core/crypto/index.ts +21 -0
- package/src/core/crypto/keyless.ts +1700 -0
- package/src/core/crypto/multiEd25519.ts +434 -0
- package/src/core/crypto/multiKey.ts +498 -0
- package/src/core/crypto/poseidon.ts +231 -0
- package/src/core/crypto/privateKey.ts +115 -0
- package/src/core/crypto/proof.ts +9 -0
- package/src/core/crypto/publicKey.ts +106 -0
- package/src/core/crypto/secp256k1.ts +451 -0
- package/src/core/crypto/secp256r1.ts +495 -0
- package/src/core/crypto/signature.ts +57 -0
- package/src/core/crypto/singleKey.ts +351 -0
- package/src/core/crypto/types.ts +9 -0
- package/src/core/crypto/utils.ts +63 -0
- package/src/core/hex.ts +241 -0
- package/src/core/index.ts +10 -0
- package/src/errors/index.ts +457 -0
- package/src/index.ts +14 -0
- package/src/internal/abstraction.ts +79 -0
- package/src/internal/account.ts +1484 -0
- package/src/internal/ans.ts +853 -0
- package/src/internal/coin.ts +49 -0
- package/src/internal/digitalAsset.ts +1291 -0
- package/src/internal/faucet.ts +71 -0
- package/src/internal/fungibleAsset.ts +233 -0
- package/src/internal/general.ts +161 -0
- package/src/internal/keyless.ts +297 -0
- package/src/internal/object.ts +68 -0
- package/src/internal/queries/TokenActivitiesFieldsFragment.graphql +17 -0
- package/src/internal/queries/ansTokenFragment.graphql +11 -0
- package/src/internal/queries/currentTokenOwnershipFieldsFragment.graphql +46 -0
- package/src/internal/queries/getAccountAddressesForAuthKey.graphql +8 -0
- package/src/internal/queries/getAccountCoinCount.graphql +7 -0
- package/src/internal/queries/getAccountCoinsData.graphql +32 -0
- package/src/internal/queries/getAccountCollectionsWithOwnedTokens.graphql +33 -0
- package/src/internal/queries/getAccountOwnedTokens.graphql +11 -0
- package/src/internal/queries/getAccountOwnedTokensByTokenData.graphql +11 -0
- package/src/internal/queries/getAccountOwnedTokensFromCollectionAddress.graphql +11 -0
- package/src/internal/queries/getAccountTokensCount.graphql +7 -0
- package/src/internal/queries/getAccountTransactionsCount.graphql +7 -0
- package/src/internal/queries/getAuthKeysForPublicKey.graphql +11 -0
- package/src/internal/queries/getChainTopUserTransactions.graphql +5 -0
- package/src/internal/queries/getCollectionData.graphql +29 -0
- package/src/internal/queries/getCurrentFungibleAssetBalances.graphql +17 -0
- package/src/internal/queries/getDelegatedStakingActivities.graphql +12 -0
- package/src/internal/queries/getEvents.graphql +13 -0
- package/src/internal/queries/getFungibleAssetActivities.graphql +20 -0
- package/src/internal/queries/getFungibleAssetMetadata.graphql +18 -0
- package/src/internal/queries/getNames.graphql +11 -0
- package/src/internal/queries/getNumberOfDelegatorsQuery.graphql +9 -0
- package/src/internal/queries/getObjectData.graphql +16 -0
- package/src/internal/queries/getProcessorStatus.graphql +7 -0
- package/src/internal/queries/getTableItemsData.graphql +15 -0
- package/src/internal/queries/getTableItemsMetadata.graphql +12 -0
- package/src/internal/queries/getTokenActivity.graphql +11 -0
- package/src/internal/queries/getTokenCurrentOwner.graphql +11 -0
- package/src/internal/queries/getTokenData.graphql +39 -0
- package/src/internal/staking.ts +96 -0
- package/src/internal/table.ts +117 -0
- package/src/internal/transaction.ts +503 -0
- package/src/internal/transactionSubmission.ts +454 -0
- package/src/internal/utils/index.ts +4 -0
- package/src/internal/utils/utils.ts +86 -0
- package/src/internal/view.ts +61 -0
- package/src/transactions/authenticator/account.ts +405 -0
- package/src/transactions/authenticator/index.ts +6 -0
- package/src/transactions/authenticator/transaction.ts +288 -0
- package/src/transactions/index.ts +10 -0
- package/src/transactions/instances/chainId.ts +53 -0
- package/src/transactions/instances/identifier.ts +54 -0
- package/src/transactions/instances/index.ts +14 -0
- package/src/transactions/instances/moduleId.ts +77 -0
- package/src/transactions/instances/multiAgentTransaction.ts +92 -0
- package/src/transactions/instances/rawTransaction.ts +256 -0
- package/src/transactions/instances/rotationProofChallenge.ts +86 -0
- package/src/transactions/instances/signedTransaction.ts +73 -0
- package/src/transactions/instances/simpleTransaction.ts +83 -0
- package/src/transactions/instances/transactionArgument.ts +79 -0
- package/src/transactions/instances/transactionPayload.ts +676 -0
- package/src/transactions/management/accountSequenceNumber.ts +226 -0
- package/src/transactions/management/asyncQueue.ts +126 -0
- package/src/transactions/management/index.ts +2 -0
- package/src/transactions/management/transactionWorker.ts +396 -0
- package/src/transactions/transactionBuilder/helpers.ts +319 -0
- package/src/transactions/transactionBuilder/index.ts +8 -0
- package/src/transactions/transactionBuilder/remoteAbi.ts +655 -0
- package/src/transactions/transactionBuilder/signingMessage.ts +111 -0
- package/src/transactions/transactionBuilder/transactionBuilder.ts +863 -0
- package/src/transactions/typeTag/index.ts +926 -0
- package/src/transactions/typeTag/parser.ts +434 -0
- package/src/transactions/types.ts +518 -0
- package/src/types/abstraction.ts +14 -0
- package/src/types/codegen.yaml +33 -0
- package/src/types/generated/operations.ts +738 -0
- package/src/types/generated/queries.ts +926 -0
- package/src/types/generated/types.ts +10421 -0
- package/src/types/index.ts +2 -0
- package/src/types/indexer.ts +240 -0
- package/src/types/keyless.ts +94 -0
- package/src/types/types.ts +1713 -0
- package/src/utils/apiEndpoints.ts +107 -0
- package/src/utils/const.ts +100 -0
- package/src/utils/helpers.ts +287 -0
- package/src/utils/index.ts +4 -0
- package/src/utils/memoize.ts +76 -0
- package/src/utils/normalizeBundle.ts +34 -0
- package/src/version.ts +9 -0
|
@@ -0,0 +1,709 @@
|
|
|
1
|
+
import { Exact, InputMaybe, AuthKeyAccountAddressesBoolExp, AuthKeyAccountAddressesOrderBy, Scalars, CurrentFungibleAssetBalancesBoolExp, CurrentFungibleAssetBalancesOrderBy, CurrentCollectionOwnershipV2ViewBoolExp, CurrentCollectionOwnershipV2ViewOrderBy, CurrentTokenOwnershipsV2BoolExp, CurrentTokenOwnershipsV2OrderBy, PublicKeyAuthKeysBoolExp, PublicKeyAuthKeysOrderBy, CurrentCollectionsV2BoolExp, EventsBoolExp, EventsOrderBy, FungibleAssetActivitiesBoolExp, FungibleAssetMetadataBoolExp, CurrentAptosNamesBoolExp, CurrentAptosNamesOrderBy, NumActiveDelegatorPerPoolBoolExp, NumActiveDelegatorPerPoolOrderBy, CurrentObjectsBoolExp, CurrentObjectsOrderBy, ProcessorStatusBoolExp, TableItemsBoolExp, TableItemsOrderBy, TableMetadatasBoolExp, TableMetadatasOrderBy, TokenActivitiesV2BoolExp, TokenActivitiesV2OrderBy, CurrentTokenDatasV2BoolExp, CurrentTokenDatasV2OrderBy } from './types.mjs';
|
|
2
|
+
|
|
3
|
+
type TokenActivitiesFieldsFragment = {
|
|
4
|
+
after_value?: string | null;
|
|
5
|
+
before_value?: string | null;
|
|
6
|
+
entry_function_id_str?: string | null;
|
|
7
|
+
event_account_address: string;
|
|
8
|
+
event_index: any;
|
|
9
|
+
from_address?: string | null;
|
|
10
|
+
is_fungible_v2?: boolean | null;
|
|
11
|
+
property_version_v1: any;
|
|
12
|
+
to_address?: string | null;
|
|
13
|
+
token_amount: any;
|
|
14
|
+
token_data_id: string;
|
|
15
|
+
token_standard: string;
|
|
16
|
+
transaction_timestamp: any;
|
|
17
|
+
transaction_version: any;
|
|
18
|
+
type: string;
|
|
19
|
+
};
|
|
20
|
+
type AnsTokenFragmentFragment = {
|
|
21
|
+
domain?: string | null;
|
|
22
|
+
expiration_timestamp?: any | null;
|
|
23
|
+
registered_address?: string | null;
|
|
24
|
+
subdomain?: string | null;
|
|
25
|
+
token_standard?: string | null;
|
|
26
|
+
is_primary?: boolean | null;
|
|
27
|
+
owner_address?: string | null;
|
|
28
|
+
subdomain_expiration_policy?: any | null;
|
|
29
|
+
domain_expiration_timestamp?: any | null;
|
|
30
|
+
};
|
|
31
|
+
type CurrentTokenOwnershipFieldsFragment = {
|
|
32
|
+
token_standard: string;
|
|
33
|
+
token_properties_mutated_v1?: any | null;
|
|
34
|
+
token_data_id: string;
|
|
35
|
+
table_type_v1?: string | null;
|
|
36
|
+
storage_id: string;
|
|
37
|
+
property_version_v1: any;
|
|
38
|
+
owner_address: string;
|
|
39
|
+
last_transaction_version: any;
|
|
40
|
+
last_transaction_timestamp: any;
|
|
41
|
+
is_soulbound_v2?: boolean | null;
|
|
42
|
+
is_fungible_v2?: boolean | null;
|
|
43
|
+
amount: any;
|
|
44
|
+
current_token_data?: {
|
|
45
|
+
collection_id: string;
|
|
46
|
+
description: string;
|
|
47
|
+
is_fungible_v2?: boolean | null;
|
|
48
|
+
largest_property_version_v1?: any | null;
|
|
49
|
+
last_transaction_timestamp: any;
|
|
50
|
+
last_transaction_version: any;
|
|
51
|
+
maximum?: any | null;
|
|
52
|
+
supply?: any | null;
|
|
53
|
+
token_data_id: string;
|
|
54
|
+
token_name: string;
|
|
55
|
+
token_properties: any;
|
|
56
|
+
token_standard: string;
|
|
57
|
+
token_uri: string;
|
|
58
|
+
decimals?: any | null;
|
|
59
|
+
current_collection?: {
|
|
60
|
+
collection_id: string;
|
|
61
|
+
collection_name: string;
|
|
62
|
+
creator_address: string;
|
|
63
|
+
current_supply: any;
|
|
64
|
+
description: string;
|
|
65
|
+
last_transaction_timestamp: any;
|
|
66
|
+
last_transaction_version: any;
|
|
67
|
+
max_supply?: any | null;
|
|
68
|
+
mutable_description?: boolean | null;
|
|
69
|
+
mutable_uri?: boolean | null;
|
|
70
|
+
table_handle_v1?: string | null;
|
|
71
|
+
token_standard: string;
|
|
72
|
+
total_minted_v2?: any | null;
|
|
73
|
+
uri: string;
|
|
74
|
+
} | null;
|
|
75
|
+
} | null;
|
|
76
|
+
};
|
|
77
|
+
type GetAccountAddressesForAuthKeyQueryVariables = Exact<{
|
|
78
|
+
where_condition?: InputMaybe<AuthKeyAccountAddressesBoolExp>;
|
|
79
|
+
order_by?: InputMaybe<Array<AuthKeyAccountAddressesOrderBy> | AuthKeyAccountAddressesOrderBy>;
|
|
80
|
+
}>;
|
|
81
|
+
type GetAccountAddressesForAuthKeyQuery = {
|
|
82
|
+
auth_key_account_addresses: Array<{
|
|
83
|
+
auth_key: string;
|
|
84
|
+
account_address: string;
|
|
85
|
+
last_transaction_version: any;
|
|
86
|
+
is_auth_key_used: boolean;
|
|
87
|
+
}>;
|
|
88
|
+
};
|
|
89
|
+
type GetAccountCoinsCountQueryVariables = Exact<{
|
|
90
|
+
address?: InputMaybe<Scalars["String"]["input"]>;
|
|
91
|
+
}>;
|
|
92
|
+
type GetAccountCoinsCountQuery = {
|
|
93
|
+
current_fungible_asset_balances_aggregate: {
|
|
94
|
+
aggregate?: {
|
|
95
|
+
count: number;
|
|
96
|
+
} | null;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
type GetAccountCoinsDataQueryVariables = Exact<{
|
|
100
|
+
where_condition: CurrentFungibleAssetBalancesBoolExp;
|
|
101
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
102
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
103
|
+
order_by?: InputMaybe<Array<CurrentFungibleAssetBalancesOrderBy> | CurrentFungibleAssetBalancesOrderBy>;
|
|
104
|
+
}>;
|
|
105
|
+
type GetAccountCoinsDataQuery = {
|
|
106
|
+
current_fungible_asset_balances: Array<{
|
|
107
|
+
amount: any;
|
|
108
|
+
asset_type: string;
|
|
109
|
+
is_frozen: boolean;
|
|
110
|
+
is_primary: boolean;
|
|
111
|
+
last_transaction_timestamp?: any | null;
|
|
112
|
+
last_transaction_version?: any | null;
|
|
113
|
+
owner_address: string;
|
|
114
|
+
storage_id: string;
|
|
115
|
+
token_standard: string;
|
|
116
|
+
metadata?: {
|
|
117
|
+
token_standard: string;
|
|
118
|
+
symbol: string;
|
|
119
|
+
supply_aggregator_table_key_v1?: string | null;
|
|
120
|
+
supply_aggregator_table_handle_v1?: string | null;
|
|
121
|
+
project_uri?: string | null;
|
|
122
|
+
name: string;
|
|
123
|
+
last_transaction_version: any;
|
|
124
|
+
last_transaction_timestamp: any;
|
|
125
|
+
icon_uri?: string | null;
|
|
126
|
+
decimals: number;
|
|
127
|
+
creator_address: string;
|
|
128
|
+
asset_type: string;
|
|
129
|
+
} | null;
|
|
130
|
+
}>;
|
|
131
|
+
};
|
|
132
|
+
type GetAccountCollectionsWithOwnedTokensQueryVariables = Exact<{
|
|
133
|
+
where_condition: CurrentCollectionOwnershipV2ViewBoolExp;
|
|
134
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
135
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
136
|
+
order_by?: InputMaybe<Array<CurrentCollectionOwnershipV2ViewOrderBy> | CurrentCollectionOwnershipV2ViewOrderBy>;
|
|
137
|
+
}>;
|
|
138
|
+
type GetAccountCollectionsWithOwnedTokensQuery = {
|
|
139
|
+
current_collection_ownership_v2_view: Array<{
|
|
140
|
+
collection_id?: string | null;
|
|
141
|
+
collection_name?: string | null;
|
|
142
|
+
collection_uri?: string | null;
|
|
143
|
+
creator_address?: string | null;
|
|
144
|
+
distinct_tokens?: any | null;
|
|
145
|
+
last_transaction_version?: any | null;
|
|
146
|
+
owner_address?: string | null;
|
|
147
|
+
single_token_uri?: string | null;
|
|
148
|
+
current_collection?: {
|
|
149
|
+
collection_id: string;
|
|
150
|
+
collection_name: string;
|
|
151
|
+
creator_address: string;
|
|
152
|
+
current_supply: any;
|
|
153
|
+
description: string;
|
|
154
|
+
last_transaction_timestamp: any;
|
|
155
|
+
last_transaction_version: any;
|
|
156
|
+
mutable_description?: boolean | null;
|
|
157
|
+
max_supply?: any | null;
|
|
158
|
+
mutable_uri?: boolean | null;
|
|
159
|
+
table_handle_v1?: string | null;
|
|
160
|
+
token_standard: string;
|
|
161
|
+
total_minted_v2?: any | null;
|
|
162
|
+
uri: string;
|
|
163
|
+
} | null;
|
|
164
|
+
}>;
|
|
165
|
+
};
|
|
166
|
+
type GetAccountOwnedTokensQueryVariables = Exact<{
|
|
167
|
+
where_condition: CurrentTokenOwnershipsV2BoolExp;
|
|
168
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
169
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
170
|
+
order_by?: InputMaybe<Array<CurrentTokenOwnershipsV2OrderBy> | CurrentTokenOwnershipsV2OrderBy>;
|
|
171
|
+
}>;
|
|
172
|
+
type GetAccountOwnedTokensQuery = {
|
|
173
|
+
current_token_ownerships_v2: Array<{
|
|
174
|
+
token_standard: string;
|
|
175
|
+
token_properties_mutated_v1?: any | null;
|
|
176
|
+
token_data_id: string;
|
|
177
|
+
table_type_v1?: string | null;
|
|
178
|
+
storage_id: string;
|
|
179
|
+
property_version_v1: any;
|
|
180
|
+
owner_address: string;
|
|
181
|
+
last_transaction_version: any;
|
|
182
|
+
last_transaction_timestamp: any;
|
|
183
|
+
is_soulbound_v2?: boolean | null;
|
|
184
|
+
is_fungible_v2?: boolean | null;
|
|
185
|
+
amount: any;
|
|
186
|
+
current_token_data?: {
|
|
187
|
+
collection_id: string;
|
|
188
|
+
description: string;
|
|
189
|
+
is_fungible_v2?: boolean | null;
|
|
190
|
+
largest_property_version_v1?: any | null;
|
|
191
|
+
last_transaction_timestamp: any;
|
|
192
|
+
last_transaction_version: any;
|
|
193
|
+
maximum?: any | null;
|
|
194
|
+
supply?: any | null;
|
|
195
|
+
token_data_id: string;
|
|
196
|
+
token_name: string;
|
|
197
|
+
token_properties: any;
|
|
198
|
+
token_standard: string;
|
|
199
|
+
token_uri: string;
|
|
200
|
+
decimals?: any | null;
|
|
201
|
+
current_collection?: {
|
|
202
|
+
collection_id: string;
|
|
203
|
+
collection_name: string;
|
|
204
|
+
creator_address: string;
|
|
205
|
+
current_supply: any;
|
|
206
|
+
description: string;
|
|
207
|
+
last_transaction_timestamp: any;
|
|
208
|
+
last_transaction_version: any;
|
|
209
|
+
max_supply?: any | null;
|
|
210
|
+
mutable_description?: boolean | null;
|
|
211
|
+
mutable_uri?: boolean | null;
|
|
212
|
+
table_handle_v1?: string | null;
|
|
213
|
+
token_standard: string;
|
|
214
|
+
total_minted_v2?: any | null;
|
|
215
|
+
uri: string;
|
|
216
|
+
} | null;
|
|
217
|
+
} | null;
|
|
218
|
+
}>;
|
|
219
|
+
};
|
|
220
|
+
type GetAccountOwnedTokensByTokenDataQueryVariables = Exact<{
|
|
221
|
+
where_condition: CurrentTokenOwnershipsV2BoolExp;
|
|
222
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
223
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
224
|
+
order_by?: InputMaybe<Array<CurrentTokenOwnershipsV2OrderBy> | CurrentTokenOwnershipsV2OrderBy>;
|
|
225
|
+
}>;
|
|
226
|
+
type GetAccountOwnedTokensByTokenDataQuery = {
|
|
227
|
+
current_token_ownerships_v2: Array<{
|
|
228
|
+
token_standard: string;
|
|
229
|
+
token_properties_mutated_v1?: any | null;
|
|
230
|
+
token_data_id: string;
|
|
231
|
+
table_type_v1?: string | null;
|
|
232
|
+
storage_id: string;
|
|
233
|
+
property_version_v1: any;
|
|
234
|
+
owner_address: string;
|
|
235
|
+
last_transaction_version: any;
|
|
236
|
+
last_transaction_timestamp: any;
|
|
237
|
+
is_soulbound_v2?: boolean | null;
|
|
238
|
+
is_fungible_v2?: boolean | null;
|
|
239
|
+
amount: any;
|
|
240
|
+
current_token_data?: {
|
|
241
|
+
collection_id: string;
|
|
242
|
+
description: string;
|
|
243
|
+
is_fungible_v2?: boolean | null;
|
|
244
|
+
largest_property_version_v1?: any | null;
|
|
245
|
+
last_transaction_timestamp: any;
|
|
246
|
+
last_transaction_version: any;
|
|
247
|
+
maximum?: any | null;
|
|
248
|
+
supply?: any | null;
|
|
249
|
+
token_data_id: string;
|
|
250
|
+
token_name: string;
|
|
251
|
+
token_properties: any;
|
|
252
|
+
token_standard: string;
|
|
253
|
+
token_uri: string;
|
|
254
|
+
decimals?: any | null;
|
|
255
|
+
current_collection?: {
|
|
256
|
+
collection_id: string;
|
|
257
|
+
collection_name: string;
|
|
258
|
+
creator_address: string;
|
|
259
|
+
current_supply: any;
|
|
260
|
+
description: string;
|
|
261
|
+
last_transaction_timestamp: any;
|
|
262
|
+
last_transaction_version: any;
|
|
263
|
+
max_supply?: any | null;
|
|
264
|
+
mutable_description?: boolean | null;
|
|
265
|
+
mutable_uri?: boolean | null;
|
|
266
|
+
table_handle_v1?: string | null;
|
|
267
|
+
token_standard: string;
|
|
268
|
+
total_minted_v2?: any | null;
|
|
269
|
+
uri: string;
|
|
270
|
+
} | null;
|
|
271
|
+
} | null;
|
|
272
|
+
}>;
|
|
273
|
+
};
|
|
274
|
+
type GetAccountOwnedTokensFromCollectionQueryVariables = Exact<{
|
|
275
|
+
where_condition: CurrentTokenOwnershipsV2BoolExp;
|
|
276
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
277
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
278
|
+
order_by?: InputMaybe<Array<CurrentTokenOwnershipsV2OrderBy> | CurrentTokenOwnershipsV2OrderBy>;
|
|
279
|
+
}>;
|
|
280
|
+
type GetAccountOwnedTokensFromCollectionQuery = {
|
|
281
|
+
current_token_ownerships_v2: Array<{
|
|
282
|
+
token_standard: string;
|
|
283
|
+
token_properties_mutated_v1?: any | null;
|
|
284
|
+
token_data_id: string;
|
|
285
|
+
table_type_v1?: string | null;
|
|
286
|
+
storage_id: string;
|
|
287
|
+
property_version_v1: any;
|
|
288
|
+
owner_address: string;
|
|
289
|
+
last_transaction_version: any;
|
|
290
|
+
last_transaction_timestamp: any;
|
|
291
|
+
is_soulbound_v2?: boolean | null;
|
|
292
|
+
is_fungible_v2?: boolean | null;
|
|
293
|
+
amount: any;
|
|
294
|
+
current_token_data?: {
|
|
295
|
+
collection_id: string;
|
|
296
|
+
description: string;
|
|
297
|
+
is_fungible_v2?: boolean | null;
|
|
298
|
+
largest_property_version_v1?: any | null;
|
|
299
|
+
last_transaction_timestamp: any;
|
|
300
|
+
last_transaction_version: any;
|
|
301
|
+
maximum?: any | null;
|
|
302
|
+
supply?: any | null;
|
|
303
|
+
token_data_id: string;
|
|
304
|
+
token_name: string;
|
|
305
|
+
token_properties: any;
|
|
306
|
+
token_standard: string;
|
|
307
|
+
token_uri: string;
|
|
308
|
+
decimals?: any | null;
|
|
309
|
+
current_collection?: {
|
|
310
|
+
collection_id: string;
|
|
311
|
+
collection_name: string;
|
|
312
|
+
creator_address: string;
|
|
313
|
+
current_supply: any;
|
|
314
|
+
description: string;
|
|
315
|
+
last_transaction_timestamp: any;
|
|
316
|
+
last_transaction_version: any;
|
|
317
|
+
max_supply?: any | null;
|
|
318
|
+
mutable_description?: boolean | null;
|
|
319
|
+
mutable_uri?: boolean | null;
|
|
320
|
+
table_handle_v1?: string | null;
|
|
321
|
+
token_standard: string;
|
|
322
|
+
total_minted_v2?: any | null;
|
|
323
|
+
uri: string;
|
|
324
|
+
} | null;
|
|
325
|
+
} | null;
|
|
326
|
+
}>;
|
|
327
|
+
};
|
|
328
|
+
type GetAccountTokensCountQueryVariables = Exact<{
|
|
329
|
+
where_condition?: InputMaybe<CurrentTokenOwnershipsV2BoolExp>;
|
|
330
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
331
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
332
|
+
}>;
|
|
333
|
+
type GetAccountTokensCountQuery = {
|
|
334
|
+
current_token_ownerships_v2_aggregate: {
|
|
335
|
+
aggregate?: {
|
|
336
|
+
count: number;
|
|
337
|
+
} | null;
|
|
338
|
+
};
|
|
339
|
+
};
|
|
340
|
+
type GetAccountTransactionsCountQueryVariables = Exact<{
|
|
341
|
+
address?: InputMaybe<Scalars["String"]["input"]>;
|
|
342
|
+
}>;
|
|
343
|
+
type GetAccountTransactionsCountQuery = {
|
|
344
|
+
account_transactions_aggregate: {
|
|
345
|
+
aggregate?: {
|
|
346
|
+
count: number;
|
|
347
|
+
} | null;
|
|
348
|
+
};
|
|
349
|
+
};
|
|
350
|
+
type GetAuthKeysForPublicKeyQueryVariables = Exact<{
|
|
351
|
+
where_condition?: InputMaybe<PublicKeyAuthKeysBoolExp>;
|
|
352
|
+
order_by?: InputMaybe<Array<PublicKeyAuthKeysOrderBy> | PublicKeyAuthKeysOrderBy>;
|
|
353
|
+
}>;
|
|
354
|
+
type GetAuthKeysForPublicKeyQuery = {
|
|
355
|
+
public_key_auth_keys: Array<{
|
|
356
|
+
public_key: string;
|
|
357
|
+
public_key_type: string;
|
|
358
|
+
auth_key: string;
|
|
359
|
+
account_public_key?: string | null;
|
|
360
|
+
last_transaction_version: any;
|
|
361
|
+
is_public_key_used: boolean;
|
|
362
|
+
signature_type: string;
|
|
363
|
+
}>;
|
|
364
|
+
};
|
|
365
|
+
type GetChainTopUserTransactionsQueryVariables = Exact<{
|
|
366
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
367
|
+
}>;
|
|
368
|
+
type GetChainTopUserTransactionsQuery = {
|
|
369
|
+
user_transactions: Array<{
|
|
370
|
+
version: any;
|
|
371
|
+
}>;
|
|
372
|
+
};
|
|
373
|
+
type GetCollectionDataQueryVariables = Exact<{
|
|
374
|
+
where_condition: CurrentCollectionsV2BoolExp;
|
|
375
|
+
}>;
|
|
376
|
+
type GetCollectionDataQuery = {
|
|
377
|
+
current_collections_v2: Array<{
|
|
378
|
+
uri: string;
|
|
379
|
+
total_minted_v2?: any | null;
|
|
380
|
+
token_standard: string;
|
|
381
|
+
table_handle_v1?: string | null;
|
|
382
|
+
mutable_uri?: boolean | null;
|
|
383
|
+
mutable_description?: boolean | null;
|
|
384
|
+
max_supply?: any | null;
|
|
385
|
+
collection_id: string;
|
|
386
|
+
collection_name: string;
|
|
387
|
+
creator_address: string;
|
|
388
|
+
current_supply: any;
|
|
389
|
+
description: string;
|
|
390
|
+
last_transaction_timestamp: any;
|
|
391
|
+
last_transaction_version: any;
|
|
392
|
+
cdn_asset_uris?: {
|
|
393
|
+
cdn_image_uri?: string | null;
|
|
394
|
+
asset_uri: string;
|
|
395
|
+
animation_optimizer_retry_count: number;
|
|
396
|
+
cdn_animation_uri?: string | null;
|
|
397
|
+
cdn_json_uri?: string | null;
|
|
398
|
+
image_optimizer_retry_count: number;
|
|
399
|
+
json_parser_retry_count: number;
|
|
400
|
+
raw_animation_uri?: string | null;
|
|
401
|
+
raw_image_uri?: string | null;
|
|
402
|
+
} | null;
|
|
403
|
+
}>;
|
|
404
|
+
};
|
|
405
|
+
type GetCurrentFungibleAssetBalancesQueryVariables = Exact<{
|
|
406
|
+
where_condition?: InputMaybe<CurrentFungibleAssetBalancesBoolExp>;
|
|
407
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
408
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
409
|
+
}>;
|
|
410
|
+
type GetCurrentFungibleAssetBalancesQuery = {
|
|
411
|
+
current_fungible_asset_balances: Array<{
|
|
412
|
+
amount: any;
|
|
413
|
+
asset_type: string;
|
|
414
|
+
is_frozen: boolean;
|
|
415
|
+
is_primary: boolean;
|
|
416
|
+
last_transaction_timestamp?: any | null;
|
|
417
|
+
last_transaction_version?: any | null;
|
|
418
|
+
owner_address: string;
|
|
419
|
+
storage_id: string;
|
|
420
|
+
token_standard: string;
|
|
421
|
+
}>;
|
|
422
|
+
};
|
|
423
|
+
type GetDelegatedStakingActivitiesQueryVariables = Exact<{
|
|
424
|
+
delegatorAddress?: InputMaybe<Scalars["String"]["input"]>;
|
|
425
|
+
poolAddress?: InputMaybe<Scalars["String"]["input"]>;
|
|
426
|
+
}>;
|
|
427
|
+
type GetDelegatedStakingActivitiesQuery = {
|
|
428
|
+
delegated_staking_activities: Array<{
|
|
429
|
+
amount: any;
|
|
430
|
+
delegator_address: string;
|
|
431
|
+
event_index: any;
|
|
432
|
+
event_type: string;
|
|
433
|
+
pool_address: string;
|
|
434
|
+
transaction_version: any;
|
|
435
|
+
}>;
|
|
436
|
+
};
|
|
437
|
+
type GetEventsQueryVariables = Exact<{
|
|
438
|
+
where_condition?: InputMaybe<EventsBoolExp>;
|
|
439
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
440
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
441
|
+
order_by?: InputMaybe<Array<EventsOrderBy> | EventsOrderBy>;
|
|
442
|
+
}>;
|
|
443
|
+
type GetEventsQuery = {
|
|
444
|
+
events: Array<{
|
|
445
|
+
account_address: string;
|
|
446
|
+
creation_number: any;
|
|
447
|
+
data: any;
|
|
448
|
+
event_index: any;
|
|
449
|
+
sequence_number: any;
|
|
450
|
+
transaction_block_height: any;
|
|
451
|
+
transaction_version: any;
|
|
452
|
+
type: string;
|
|
453
|
+
indexed_type: string;
|
|
454
|
+
}>;
|
|
455
|
+
};
|
|
456
|
+
type GetFungibleAssetActivitiesQueryVariables = Exact<{
|
|
457
|
+
where_condition?: InputMaybe<FungibleAssetActivitiesBoolExp>;
|
|
458
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
459
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
460
|
+
}>;
|
|
461
|
+
type GetFungibleAssetActivitiesQuery = {
|
|
462
|
+
fungible_asset_activities: Array<{
|
|
463
|
+
amount?: any | null;
|
|
464
|
+
asset_type?: string | null;
|
|
465
|
+
block_height: any;
|
|
466
|
+
entry_function_id_str?: string | null;
|
|
467
|
+
event_index: any;
|
|
468
|
+
gas_fee_payer_address?: string | null;
|
|
469
|
+
is_frozen?: boolean | null;
|
|
470
|
+
is_gas_fee: boolean;
|
|
471
|
+
is_transaction_success: boolean;
|
|
472
|
+
owner_address?: string | null;
|
|
473
|
+
storage_id: string;
|
|
474
|
+
storage_refund_amount: any;
|
|
475
|
+
token_standard: string;
|
|
476
|
+
transaction_timestamp: any;
|
|
477
|
+
transaction_version: any;
|
|
478
|
+
type: string;
|
|
479
|
+
}>;
|
|
480
|
+
};
|
|
481
|
+
type GetFungibleAssetMetadataQueryVariables = Exact<{
|
|
482
|
+
where_condition?: InputMaybe<FungibleAssetMetadataBoolExp>;
|
|
483
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
484
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
485
|
+
}>;
|
|
486
|
+
type GetFungibleAssetMetadataQuery = {
|
|
487
|
+
fungible_asset_metadata: Array<{
|
|
488
|
+
icon_uri?: string | null;
|
|
489
|
+
project_uri?: string | null;
|
|
490
|
+
supply_aggregator_table_handle_v1?: string | null;
|
|
491
|
+
supply_aggregator_table_key_v1?: string | null;
|
|
492
|
+
creator_address: string;
|
|
493
|
+
asset_type: string;
|
|
494
|
+
decimals: number;
|
|
495
|
+
last_transaction_timestamp: any;
|
|
496
|
+
last_transaction_version: any;
|
|
497
|
+
name: string;
|
|
498
|
+
symbol: string;
|
|
499
|
+
token_standard: string;
|
|
500
|
+
supply_v2?: any | null;
|
|
501
|
+
maximum_v2?: any | null;
|
|
502
|
+
}>;
|
|
503
|
+
};
|
|
504
|
+
type GetNamesQueryVariables = Exact<{
|
|
505
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
506
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
507
|
+
where_condition?: InputMaybe<CurrentAptosNamesBoolExp>;
|
|
508
|
+
order_by?: InputMaybe<Array<CurrentAptosNamesOrderBy> | CurrentAptosNamesOrderBy>;
|
|
509
|
+
}>;
|
|
510
|
+
type GetNamesQuery = {
|
|
511
|
+
current_aptos_names: Array<{
|
|
512
|
+
domain?: string | null;
|
|
513
|
+
expiration_timestamp?: any | null;
|
|
514
|
+
registered_address?: string | null;
|
|
515
|
+
subdomain?: string | null;
|
|
516
|
+
token_standard?: string | null;
|
|
517
|
+
is_primary?: boolean | null;
|
|
518
|
+
owner_address?: string | null;
|
|
519
|
+
subdomain_expiration_policy?: any | null;
|
|
520
|
+
domain_expiration_timestamp?: any | null;
|
|
521
|
+
}>;
|
|
522
|
+
};
|
|
523
|
+
type GetNumberOfDelegatorsQueryVariables = Exact<{
|
|
524
|
+
where_condition?: InputMaybe<NumActiveDelegatorPerPoolBoolExp>;
|
|
525
|
+
order_by?: InputMaybe<Array<NumActiveDelegatorPerPoolOrderBy> | NumActiveDelegatorPerPoolOrderBy>;
|
|
526
|
+
}>;
|
|
527
|
+
type GetNumberOfDelegatorsQuery = {
|
|
528
|
+
num_active_delegator_per_pool: Array<{
|
|
529
|
+
num_active_delegator?: any | null;
|
|
530
|
+
pool_address?: string | null;
|
|
531
|
+
}>;
|
|
532
|
+
};
|
|
533
|
+
type GetObjectDataQueryVariables = Exact<{
|
|
534
|
+
where_condition?: InputMaybe<CurrentObjectsBoolExp>;
|
|
535
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
536
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
537
|
+
order_by?: InputMaybe<Array<CurrentObjectsOrderBy> | CurrentObjectsOrderBy>;
|
|
538
|
+
}>;
|
|
539
|
+
type GetObjectDataQuery = {
|
|
540
|
+
current_objects: Array<{
|
|
541
|
+
allow_ungated_transfer: boolean;
|
|
542
|
+
state_key_hash: string;
|
|
543
|
+
owner_address: string;
|
|
544
|
+
object_address: string;
|
|
545
|
+
last_transaction_version: any;
|
|
546
|
+
last_guid_creation_num: any;
|
|
547
|
+
is_deleted: boolean;
|
|
548
|
+
}>;
|
|
549
|
+
};
|
|
550
|
+
type GetProcessorStatusQueryVariables = Exact<{
|
|
551
|
+
where_condition?: InputMaybe<ProcessorStatusBoolExp>;
|
|
552
|
+
}>;
|
|
553
|
+
type GetProcessorStatusQuery = {
|
|
554
|
+
processor_status: Array<{
|
|
555
|
+
last_success_version: any;
|
|
556
|
+
processor: string;
|
|
557
|
+
last_updated: any;
|
|
558
|
+
}>;
|
|
559
|
+
};
|
|
560
|
+
type GetTableItemsDataQueryVariables = Exact<{
|
|
561
|
+
where_condition: TableItemsBoolExp;
|
|
562
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
563
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
564
|
+
order_by?: InputMaybe<Array<TableItemsOrderBy> | TableItemsOrderBy>;
|
|
565
|
+
}>;
|
|
566
|
+
type GetTableItemsDataQuery = {
|
|
567
|
+
table_items: Array<{
|
|
568
|
+
decoded_key: any;
|
|
569
|
+
decoded_value?: any | null;
|
|
570
|
+
key: string;
|
|
571
|
+
table_handle: string;
|
|
572
|
+
transaction_version: any;
|
|
573
|
+
write_set_change_index: any;
|
|
574
|
+
}>;
|
|
575
|
+
};
|
|
576
|
+
type GetTableItemsMetadataQueryVariables = Exact<{
|
|
577
|
+
where_condition: TableMetadatasBoolExp;
|
|
578
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
579
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
580
|
+
order_by?: InputMaybe<Array<TableMetadatasOrderBy> | TableMetadatasOrderBy>;
|
|
581
|
+
}>;
|
|
582
|
+
type GetTableItemsMetadataQuery = {
|
|
583
|
+
table_metadatas: Array<{
|
|
584
|
+
handle: string;
|
|
585
|
+
key_type: string;
|
|
586
|
+
value_type: string;
|
|
587
|
+
}>;
|
|
588
|
+
};
|
|
589
|
+
type GetTokenActivityQueryVariables = Exact<{
|
|
590
|
+
where_condition: TokenActivitiesV2BoolExp;
|
|
591
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
592
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
593
|
+
order_by?: InputMaybe<Array<TokenActivitiesV2OrderBy> | TokenActivitiesV2OrderBy>;
|
|
594
|
+
}>;
|
|
595
|
+
type GetTokenActivityQuery = {
|
|
596
|
+
token_activities_v2: Array<{
|
|
597
|
+
after_value?: string | null;
|
|
598
|
+
before_value?: string | null;
|
|
599
|
+
entry_function_id_str?: string | null;
|
|
600
|
+
event_account_address: string;
|
|
601
|
+
event_index: any;
|
|
602
|
+
from_address?: string | null;
|
|
603
|
+
is_fungible_v2?: boolean | null;
|
|
604
|
+
property_version_v1: any;
|
|
605
|
+
to_address?: string | null;
|
|
606
|
+
token_amount: any;
|
|
607
|
+
token_data_id: string;
|
|
608
|
+
token_standard: string;
|
|
609
|
+
transaction_timestamp: any;
|
|
610
|
+
transaction_version: any;
|
|
611
|
+
type: string;
|
|
612
|
+
}>;
|
|
613
|
+
};
|
|
614
|
+
type GetCurrentTokenOwnershipQueryVariables = Exact<{
|
|
615
|
+
where_condition: CurrentTokenOwnershipsV2BoolExp;
|
|
616
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
617
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
618
|
+
order_by?: InputMaybe<Array<CurrentTokenOwnershipsV2OrderBy> | CurrentTokenOwnershipsV2OrderBy>;
|
|
619
|
+
}>;
|
|
620
|
+
type GetCurrentTokenOwnershipQuery = {
|
|
621
|
+
current_token_ownerships_v2: Array<{
|
|
622
|
+
token_standard: string;
|
|
623
|
+
token_properties_mutated_v1?: any | null;
|
|
624
|
+
token_data_id: string;
|
|
625
|
+
table_type_v1?: string | null;
|
|
626
|
+
storage_id: string;
|
|
627
|
+
property_version_v1: any;
|
|
628
|
+
owner_address: string;
|
|
629
|
+
last_transaction_version: any;
|
|
630
|
+
last_transaction_timestamp: any;
|
|
631
|
+
is_soulbound_v2?: boolean | null;
|
|
632
|
+
is_fungible_v2?: boolean | null;
|
|
633
|
+
amount: any;
|
|
634
|
+
current_token_data?: {
|
|
635
|
+
collection_id: string;
|
|
636
|
+
description: string;
|
|
637
|
+
is_fungible_v2?: boolean | null;
|
|
638
|
+
largest_property_version_v1?: any | null;
|
|
639
|
+
last_transaction_timestamp: any;
|
|
640
|
+
last_transaction_version: any;
|
|
641
|
+
maximum?: any | null;
|
|
642
|
+
supply?: any | null;
|
|
643
|
+
token_data_id: string;
|
|
644
|
+
token_name: string;
|
|
645
|
+
token_properties: any;
|
|
646
|
+
token_standard: string;
|
|
647
|
+
token_uri: string;
|
|
648
|
+
decimals?: any | null;
|
|
649
|
+
current_collection?: {
|
|
650
|
+
collection_id: string;
|
|
651
|
+
collection_name: string;
|
|
652
|
+
creator_address: string;
|
|
653
|
+
current_supply: any;
|
|
654
|
+
description: string;
|
|
655
|
+
last_transaction_timestamp: any;
|
|
656
|
+
last_transaction_version: any;
|
|
657
|
+
max_supply?: any | null;
|
|
658
|
+
mutable_description?: boolean | null;
|
|
659
|
+
mutable_uri?: boolean | null;
|
|
660
|
+
table_handle_v1?: string | null;
|
|
661
|
+
token_standard: string;
|
|
662
|
+
total_minted_v2?: any | null;
|
|
663
|
+
uri: string;
|
|
664
|
+
} | null;
|
|
665
|
+
} | null;
|
|
666
|
+
}>;
|
|
667
|
+
};
|
|
668
|
+
type GetTokenDataQueryVariables = Exact<{
|
|
669
|
+
where_condition?: InputMaybe<CurrentTokenDatasV2BoolExp>;
|
|
670
|
+
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
671
|
+
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
672
|
+
order_by?: InputMaybe<Array<CurrentTokenDatasV2OrderBy> | CurrentTokenDatasV2OrderBy>;
|
|
673
|
+
}>;
|
|
674
|
+
type GetTokenDataQuery = {
|
|
675
|
+
current_token_datas_v2: Array<{
|
|
676
|
+
collection_id: string;
|
|
677
|
+
description: string;
|
|
678
|
+
is_fungible_v2?: boolean | null;
|
|
679
|
+
largest_property_version_v1?: any | null;
|
|
680
|
+
last_transaction_timestamp: any;
|
|
681
|
+
last_transaction_version: any;
|
|
682
|
+
maximum?: any | null;
|
|
683
|
+
supply?: any | null;
|
|
684
|
+
token_data_id: string;
|
|
685
|
+
token_name: string;
|
|
686
|
+
token_properties: any;
|
|
687
|
+
token_standard: string;
|
|
688
|
+
token_uri: string;
|
|
689
|
+
decimals?: any | null;
|
|
690
|
+
current_collection?: {
|
|
691
|
+
collection_id: string;
|
|
692
|
+
collection_name: string;
|
|
693
|
+
creator_address: string;
|
|
694
|
+
current_supply: any;
|
|
695
|
+
description: string;
|
|
696
|
+
last_transaction_timestamp: any;
|
|
697
|
+
last_transaction_version: any;
|
|
698
|
+
max_supply?: any | null;
|
|
699
|
+
mutable_description?: boolean | null;
|
|
700
|
+
mutable_uri?: boolean | null;
|
|
701
|
+
table_handle_v1?: string | null;
|
|
702
|
+
token_standard: string;
|
|
703
|
+
total_minted_v2?: any | null;
|
|
704
|
+
uri: string;
|
|
705
|
+
} | null;
|
|
706
|
+
}>;
|
|
707
|
+
};
|
|
708
|
+
|
|
709
|
+
export type { AnsTokenFragmentFragment, CurrentTokenOwnershipFieldsFragment, GetAccountAddressesForAuthKeyQuery, GetAccountAddressesForAuthKeyQueryVariables, GetAccountCoinsCountQuery, GetAccountCoinsCountQueryVariables, GetAccountCoinsDataQuery, GetAccountCoinsDataQueryVariables, GetAccountCollectionsWithOwnedTokensQuery, GetAccountCollectionsWithOwnedTokensQueryVariables, GetAccountOwnedTokensByTokenDataQuery, GetAccountOwnedTokensByTokenDataQueryVariables, GetAccountOwnedTokensFromCollectionQuery, GetAccountOwnedTokensFromCollectionQueryVariables, GetAccountOwnedTokensQuery, GetAccountOwnedTokensQueryVariables, GetAccountTokensCountQuery, GetAccountTokensCountQueryVariables, GetAccountTransactionsCountQuery, GetAccountTransactionsCountQueryVariables, GetAuthKeysForPublicKeyQuery, GetAuthKeysForPublicKeyQueryVariables, GetChainTopUserTransactionsQuery, GetChainTopUserTransactionsQueryVariables, GetCollectionDataQuery, GetCollectionDataQueryVariables, GetCurrentFungibleAssetBalancesQuery, GetCurrentFungibleAssetBalancesQueryVariables, GetCurrentTokenOwnershipQuery, GetCurrentTokenOwnershipQueryVariables, GetDelegatedStakingActivitiesQuery, GetDelegatedStakingActivitiesQueryVariables, GetEventsQuery, GetEventsQueryVariables, GetFungibleAssetActivitiesQuery, GetFungibleAssetActivitiesQueryVariables, GetFungibleAssetMetadataQuery, GetFungibleAssetMetadataQueryVariables, GetNamesQuery, GetNamesQueryVariables, GetNumberOfDelegatorsQuery, GetNumberOfDelegatorsQueryVariables, GetObjectDataQuery, GetObjectDataQueryVariables, GetProcessorStatusQuery, GetProcessorStatusQueryVariables, GetTableItemsDataQuery, GetTableItemsDataQueryVariables, GetTableItemsMetadataQuery, GetTableItemsMetadataQueryVariables, GetTokenActivityQuery, GetTokenActivityQueryVariables, GetTokenDataQuery, GetTokenDataQueryVariables, TokenActivitiesFieldsFragment };
|