@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,580 @@
|
|
|
1
|
+
import { c3 as AnyNumber, t as AccountAddress, M as MovementConfig, s as AccountAddressInput, c5 as PaginationArgs, c8 as OrderByArg, aG as InputGenerateTransactionOptions, ag as SimpleTransaction, c7 as TokenStandardArg, c9 as WhereArg, dr as MoveStructId } from '../accountAddress-CNXtapt1.mjs';
|
|
2
|
+
import { GetTokenDataResponse, GetCurrentTokenOwnershipResponse, GetTokenActivityResponse, GetOwnedTokensResponse, GetCollectionDataResponse } from '../types/indexer.mjs';
|
|
3
|
+
import { CurrentCollectionsV2BoolExp } from '../types/generated/types.mjs';
|
|
4
|
+
import { A as Account } from '../Ed25519Account-DsqenvLJ.mjs';
|
|
5
|
+
import '../utils/apiEndpoints.mjs';
|
|
6
|
+
import '../utils/const.mjs';
|
|
7
|
+
import '../core/common.mjs';
|
|
8
|
+
import '../types/generated/operations.mjs';
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* This file contains the underlying implementations for exposed API surface in
|
|
12
|
+
* the {@link api/digitalAsset}. By moving the methods out into a separate file,
|
|
13
|
+
* other namespaces and processes can access these methods without depending on the entire
|
|
14
|
+
* digitalAsset namespace and without having a dependency cycle error.
|
|
15
|
+
* @group Implementation
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
declare const PropertyTypeMap: {
|
|
19
|
+
BOOLEAN: string;
|
|
20
|
+
U8: string;
|
|
21
|
+
U16: string;
|
|
22
|
+
U32: string;
|
|
23
|
+
U64: string;
|
|
24
|
+
U128: string;
|
|
25
|
+
U256: string;
|
|
26
|
+
ADDRESS: string;
|
|
27
|
+
STRING: string;
|
|
28
|
+
ARRAY: string;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* The keys of the PropertyTypeMap, representing different property types.
|
|
32
|
+
* @group Implementation
|
|
33
|
+
*/
|
|
34
|
+
type PropertyType = keyof typeof PropertyTypeMap;
|
|
35
|
+
/**
|
|
36
|
+
* Accepted property value types for user input, including boolean, number, bigint, string, AccountAddress, and Uint8Array.
|
|
37
|
+
* To pass in an Array, use Uint8Array type
|
|
38
|
+
* for example `new MoveVector([new MoveString("hello"), new MoveString("world")]).bcsToBytes()`
|
|
39
|
+
* @group Implementation
|
|
40
|
+
*/
|
|
41
|
+
type PropertyValue = boolean | number | bigint | string | AccountAddress | Uint8Array;
|
|
42
|
+
/**
|
|
43
|
+
* Retrieves data for a specific digital asset using its address.
|
|
44
|
+
*
|
|
45
|
+
* @param args - The arguments for fetching digital asset data.
|
|
46
|
+
* @param args.movementConfig - The configuration settings for Movement.
|
|
47
|
+
* @param args.digitalAssetAddress - The address of the digital asset to retrieve data for.
|
|
48
|
+
* @returns The data of the specified digital asset.
|
|
49
|
+
* @group Implementation
|
|
50
|
+
*/
|
|
51
|
+
declare function getDigitalAssetData(args: {
|
|
52
|
+
movementConfig: MovementConfig;
|
|
53
|
+
digitalAssetAddress: AccountAddressInput;
|
|
54
|
+
}): Promise<GetTokenDataResponse>;
|
|
55
|
+
/**
|
|
56
|
+
* Retrieves the current ownership details of a specified digital asset.
|
|
57
|
+
*
|
|
58
|
+
* @param args - The arguments for the function.
|
|
59
|
+
* @param args.movementConfig - The configuration settings for Movement.
|
|
60
|
+
* @param args.digitalAssetAddress - The address of the digital asset to query ownership for.
|
|
61
|
+
* @returns The current ownership details of the specified digital asset.
|
|
62
|
+
* @group Implementation
|
|
63
|
+
*/
|
|
64
|
+
declare function getCurrentDigitalAssetOwnership(args: {
|
|
65
|
+
movementConfig: MovementConfig;
|
|
66
|
+
digitalAssetAddress: AccountAddressInput;
|
|
67
|
+
}): Promise<GetCurrentTokenOwnershipResponse>;
|
|
68
|
+
/**
|
|
69
|
+
* Retrieves the digital assets owned by a specified account address.
|
|
70
|
+
*
|
|
71
|
+
* @param args - The arguments for retrieving owned digital assets.
|
|
72
|
+
* @param args.movementConfig - The configuration for connecting to the Movement network.
|
|
73
|
+
* @param args.ownerAddress - The address of the account whose owned digital assets are being queried.
|
|
74
|
+
* @param args.options - Optional pagination and ordering parameters for the query.
|
|
75
|
+
* @param args.options.offset - The number of records to skip for pagination.
|
|
76
|
+
* @param args.options.limit - The maximum number of records to return.
|
|
77
|
+
* @param args.options.orderBy - The criteria for ordering the results.
|
|
78
|
+
*
|
|
79
|
+
* @returns An array of digital assets currently owned by the specified account.
|
|
80
|
+
* @group Implementation
|
|
81
|
+
*/
|
|
82
|
+
declare function getOwnedDigitalAssets(args: {
|
|
83
|
+
movementConfig: MovementConfig;
|
|
84
|
+
ownerAddress: AccountAddressInput;
|
|
85
|
+
options?: PaginationArgs & OrderByArg<GetTokenActivityResponse[0]>;
|
|
86
|
+
}): Promise<GetOwnedTokensResponse>;
|
|
87
|
+
/**
|
|
88
|
+
* Retrieves the activity associated with a specific digital asset.
|
|
89
|
+
* This function allows you to track the token activities for a given digital asset address.
|
|
90
|
+
*
|
|
91
|
+
* @param args - The arguments for retrieving digital asset activity.
|
|
92
|
+
* @param args.movementConfig - The configuration settings for Movement.
|
|
93
|
+
* @param args.digitalAssetAddress - The address of the digital asset to query.
|
|
94
|
+
* @param args.options - Optional parameters for pagination and ordering.
|
|
95
|
+
* @param args.options.offset - The number of records to skip before starting to collect the result set.
|
|
96
|
+
* @param args.options.limit - The maximum number of records to return.
|
|
97
|
+
* @param args.options.orderBy - The criteria to order the results by.
|
|
98
|
+
* @returns A promise that resolves to an array of token activities for the specified digital asset.
|
|
99
|
+
* @group Implementation
|
|
100
|
+
*/
|
|
101
|
+
declare function getDigitalAssetActivity(args: {
|
|
102
|
+
movementConfig: MovementConfig;
|
|
103
|
+
digitalAssetAddress: AccountAddressInput;
|
|
104
|
+
options?: PaginationArgs & OrderByArg<GetTokenActivityResponse[0]>;
|
|
105
|
+
}): Promise<GetTokenActivityResponse>;
|
|
106
|
+
/**
|
|
107
|
+
* Options for creating a collection, allowing customization of various attributes such as supply limits, mutability of metadata,
|
|
108
|
+
* and royalty settings.
|
|
109
|
+
*
|
|
110
|
+
* @param maxSupply - Maximum number of tokens that can be minted in the collection.
|
|
111
|
+
* @param mutableDescription - Indicates if the collection description can be changed after creation.
|
|
112
|
+
* @param mutableRoyalty - Indicates if the royalty settings can be modified after creation.
|
|
113
|
+
* @param mutableURI - Indicates if the collection URI can be updated.
|
|
114
|
+
* @param mutableTokenDescription - Indicates if individual token descriptions can be modified.
|
|
115
|
+
* @param mutableTokenName - Indicates if individual token names can be changed.
|
|
116
|
+
* @param mutableTokenProperties - Indicates if individual token properties can be altered.
|
|
117
|
+
* @param mutableTokenURI - Indicates if individual token URIs can be updated.
|
|
118
|
+
* @param tokensBurnableByCreator - Indicates if the creator can burn tokens from the collection.
|
|
119
|
+
* @param tokensFreezableByCreator - Indicates if the creator can freeze tokens in the collection.
|
|
120
|
+
* @param royaltyNumerator - The numerator for calculating royalties.
|
|
121
|
+
* @param royaltyDenominator - The denominator for calculating royalties.
|
|
122
|
+
* @group Implementation
|
|
123
|
+
*/
|
|
124
|
+
interface CreateCollectionOptions {
|
|
125
|
+
maxSupply?: AnyNumber;
|
|
126
|
+
mutableDescription?: boolean;
|
|
127
|
+
mutableRoyalty?: boolean;
|
|
128
|
+
mutableURI?: boolean;
|
|
129
|
+
mutableTokenDescription?: boolean;
|
|
130
|
+
mutableTokenName?: boolean;
|
|
131
|
+
mutableTokenProperties?: boolean;
|
|
132
|
+
mutableTokenURI?: boolean;
|
|
133
|
+
tokensBurnableByCreator?: boolean;
|
|
134
|
+
tokensFreezableByCreator?: boolean;
|
|
135
|
+
royaltyNumerator?: number;
|
|
136
|
+
royaltyDenominator?: number;
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* Creates a new collection transaction on the Movement blockchain.
|
|
140
|
+
* This function allows you to define the properties of the collection, including its name, description, and URI.
|
|
141
|
+
*
|
|
142
|
+
* @param args - The parameters for creating the collection transaction.
|
|
143
|
+
* @param args.movementConfig - The configuration settings for the Movement network.
|
|
144
|
+
* @param args.creator - The account that will create the collection.
|
|
145
|
+
* @param args.description - A description of the collection.
|
|
146
|
+
* @param args.name - The name of the collection.
|
|
147
|
+
* @param args.uri - The URI associated with the collection.
|
|
148
|
+
* @param args.options - Optional parameters for generating the transaction.
|
|
149
|
+
* @param args.maxSupply - The maximum supply of tokens in the collection (optional).
|
|
150
|
+
* @param args.mutableDescription - Indicates if the collection description can be changed (optional, defaults to true).
|
|
151
|
+
* @param args.mutableRoyalty - Indicates if the royalty settings can be changed (optional, defaults to true).
|
|
152
|
+
* @param args.mutableURI - Indicates if the URI can be changed (optional, defaults to true).
|
|
153
|
+
* @param args.mutableTokenDescription - Indicates if the token description can be changed (optional, defaults to true).
|
|
154
|
+
* @param args.mutableTokenName - Indicates if the token name can be changed (optional, defaults to true).
|
|
155
|
+
* @param args.mutableTokenProperties - Indicates if the token properties can be changed (optional, defaults to true).
|
|
156
|
+
* @param args.mutableTokenURI - Indicates if the token URI can be changed (optional, defaults to true).
|
|
157
|
+
* @param args.tokensBurnableByCreator - Indicates if tokens can be burned by the creator (optional, defaults to true).
|
|
158
|
+
* @param args.tokensFreezableByCreator - Indicates if tokens can be frozen by the creator (optional, defaults to true).
|
|
159
|
+
* @param args.royaltyNumerator - The numerator for calculating royalties (optional, defaults to 0).
|
|
160
|
+
* @param args.royaltyDenominator - The denominator for calculating royalties (optional, defaults to 1).
|
|
161
|
+
* @group Implementation
|
|
162
|
+
*/
|
|
163
|
+
declare function createCollectionTransaction(args: {
|
|
164
|
+
movementConfig: MovementConfig;
|
|
165
|
+
creator: Account;
|
|
166
|
+
description: string;
|
|
167
|
+
name: string;
|
|
168
|
+
uri: string;
|
|
169
|
+
options?: InputGenerateTransactionOptions;
|
|
170
|
+
} & CreateCollectionOptions): Promise<SimpleTransaction>;
|
|
171
|
+
/**
|
|
172
|
+
* Retrieves data for the current collections based on specified options.
|
|
173
|
+
*
|
|
174
|
+
* @param args - The arguments for the function.
|
|
175
|
+
* @param args.movementConfig - The configuration object for Movement.
|
|
176
|
+
* @param args.options - Optional parameters for filtering and pagination.
|
|
177
|
+
* @param args.options.tokenStandard - The token standard to filter the collections (default is "v2").
|
|
178
|
+
* @param args.options.offset - The offset for pagination.
|
|
179
|
+
* @param args.options.limit - The limit for pagination.
|
|
180
|
+
* @param args.options.where - The conditions to filter the collections.
|
|
181
|
+
* @returns The data of the current collections.
|
|
182
|
+
* @group Implementation
|
|
183
|
+
*/
|
|
184
|
+
declare function getCollectionData(args: {
|
|
185
|
+
movementConfig: MovementConfig;
|
|
186
|
+
options?: TokenStandardArg & PaginationArgs & WhereArg<CurrentCollectionsV2BoolExp>;
|
|
187
|
+
}): Promise<GetCollectionDataResponse>;
|
|
188
|
+
/**
|
|
189
|
+
* Retrieves collection data based on the creator's address and the collection name.
|
|
190
|
+
*
|
|
191
|
+
* @param args - The arguments for retrieving the collection data.
|
|
192
|
+
* @param args.movementConfig - The Movement configuration object.
|
|
193
|
+
* @param args.creatorAddress - The address of the creator whose collection data is being retrieved.
|
|
194
|
+
* @param args.collectionName - The name of the collection to fetch data for.
|
|
195
|
+
* @param args.options - Optional parameters for filtering the results, including token standard and pagination options.
|
|
196
|
+
* @param args.options.tokenStandard - The token standard to filter the results by (optional).
|
|
197
|
+
* @param args.options.pagination - Pagination options for the results (optional).
|
|
198
|
+
* @group Implementation
|
|
199
|
+
*/
|
|
200
|
+
declare function getCollectionDataByCreatorAddressAndCollectionName(args: {
|
|
201
|
+
movementConfig: MovementConfig;
|
|
202
|
+
creatorAddress: AccountAddressInput;
|
|
203
|
+
collectionName: string;
|
|
204
|
+
options?: TokenStandardArg & PaginationArgs;
|
|
205
|
+
}): Promise<GetCollectionDataResponse>;
|
|
206
|
+
/**
|
|
207
|
+
* Retrieves collection data associated with a specific creator's address.
|
|
208
|
+
* This function allows you to filter the collections based on the creator's address and optional token standards.
|
|
209
|
+
*
|
|
210
|
+
* @param args - The arguments for retrieving collection data.
|
|
211
|
+
* @param args.movementConfig - The configuration for the Movement network.
|
|
212
|
+
* @param args.creatorAddress - The address of the creator whose collection data is being retrieved.
|
|
213
|
+
* @param args.options - Optional parameters for filtering the results.
|
|
214
|
+
* @param args.options.tokenStandard - The token standard to filter the collections by.
|
|
215
|
+
* @param args.options.pagination - Pagination options for the results.
|
|
216
|
+
* @group Implementation
|
|
217
|
+
*/
|
|
218
|
+
declare function getCollectionDataByCreatorAddress(args: {
|
|
219
|
+
movementConfig: MovementConfig;
|
|
220
|
+
creatorAddress: AccountAddressInput;
|
|
221
|
+
options?: TokenStandardArg & PaginationArgs;
|
|
222
|
+
}): Promise<GetCollectionDataResponse>;
|
|
223
|
+
/**
|
|
224
|
+
* Retrieves data for a specific collection using its unique identifier.
|
|
225
|
+
* This function allows you to filter the collection data based on the token standard and pagination options.
|
|
226
|
+
*
|
|
227
|
+
* @param args - The arguments for retrieving collection data.
|
|
228
|
+
* @param args.movementConfig - The configuration settings for Movement.
|
|
229
|
+
* @param args.collectionId - The unique identifier for the collection.
|
|
230
|
+
* @param args.options - Optional parameters for filtering by token standard and pagination.
|
|
231
|
+
* @param args.options.tokenStandard - The standard of the token to filter the collection data.
|
|
232
|
+
* @param args.options.page - The page number for pagination.
|
|
233
|
+
* @param args.options.limit - The number of items per page for pagination.
|
|
234
|
+
* @group Implementation
|
|
235
|
+
*/
|
|
236
|
+
declare function getCollectionDataByCollectionId(args: {
|
|
237
|
+
movementConfig: MovementConfig;
|
|
238
|
+
collectionId: AccountAddressInput;
|
|
239
|
+
options?: TokenStandardArg & PaginationArgs;
|
|
240
|
+
}): Promise<GetCollectionDataResponse>;
|
|
241
|
+
/**
|
|
242
|
+
* Retrieves the collection ID based on the creator's address and the collection name.
|
|
243
|
+
* This function helps in identifying a specific collection within the Movement ecosystem.
|
|
244
|
+
*
|
|
245
|
+
* @param args - The parameters for retrieving the collection ID.
|
|
246
|
+
* @param args.movementConfig - The configuration settings for Movement.
|
|
247
|
+
* @param args.creatorAddress - The address of the creator of the collection.
|
|
248
|
+
* @param args.collectionName - The name of the collection to look up.
|
|
249
|
+
* @param args.options - Optional parameters for additional filtering.
|
|
250
|
+
* @param args.options.tokenStandard - The token standard to filter the collection (default is "v2").
|
|
251
|
+
* @returns The ID of the specified collection.
|
|
252
|
+
* @group Implementation
|
|
253
|
+
*/
|
|
254
|
+
declare function getCollectionId(args: {
|
|
255
|
+
movementConfig: MovementConfig;
|
|
256
|
+
creatorAddress: AccountAddressInput;
|
|
257
|
+
collectionName: string;
|
|
258
|
+
options?: TokenStandardArg;
|
|
259
|
+
}): Promise<string>;
|
|
260
|
+
/**
|
|
261
|
+
* Creates a transaction to mint a digital asset on the Movement blockchain.
|
|
262
|
+
* This function allows you to specify various attributes of the asset, including its collection, description, name, and URI.
|
|
263
|
+
*
|
|
264
|
+
* @param args - The arguments for minting the digital asset.
|
|
265
|
+
* @param args.movementConfig - The configuration settings for the Movement network.
|
|
266
|
+
* @param args.creator - The account that will create the digital asset.
|
|
267
|
+
* @param args.collection - The name of the collection to which the asset belongs.
|
|
268
|
+
* @param args.description - A brief description of the digital asset.
|
|
269
|
+
* @param args.name - The name of the digital asset.
|
|
270
|
+
* @param args.uri - The URI pointing to the asset's metadata.
|
|
271
|
+
* @param [args.propertyKeys] - Optional array of property keys associated with the asset.
|
|
272
|
+
* @param [args.propertyTypes] - Optional array of property types corresponding to the asset's properties.
|
|
273
|
+
* @param [args.propertyValues] - Optional array of property values for the asset's properties.
|
|
274
|
+
* @param [args.options] - Optional transaction generation options.
|
|
275
|
+
* @group Implementation
|
|
276
|
+
*/
|
|
277
|
+
declare function mintDigitalAssetTransaction(args: {
|
|
278
|
+
movementConfig: MovementConfig;
|
|
279
|
+
creator: Account;
|
|
280
|
+
collection: string;
|
|
281
|
+
description: string;
|
|
282
|
+
name: string;
|
|
283
|
+
uri: string;
|
|
284
|
+
propertyKeys?: Array<string>;
|
|
285
|
+
propertyTypes?: Array<PropertyType>;
|
|
286
|
+
propertyValues?: Array<PropertyValue>;
|
|
287
|
+
options?: InputGenerateTransactionOptions;
|
|
288
|
+
}): Promise<SimpleTransaction>;
|
|
289
|
+
/**
|
|
290
|
+
* Initiates a transaction to transfer a digital asset from one account to another.
|
|
291
|
+
* This function helps in executing the transfer of digital assets securely and efficiently.
|
|
292
|
+
*
|
|
293
|
+
* @param args - The arguments required to perform the transfer.
|
|
294
|
+
* @param args.movementConfig - Configuration settings for the Movement client.
|
|
295
|
+
* @param args.sender - The account initiating the transfer.
|
|
296
|
+
* @param args.digitalAssetAddress - The address of the digital asset being transferred.
|
|
297
|
+
* @param args.recipient - The address of the account receiving the digital asset.
|
|
298
|
+
* @param args.digitalAssetType - (Optional) The type of the digital asset being transferred.
|
|
299
|
+
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
300
|
+
* @group Implementation
|
|
301
|
+
*/
|
|
302
|
+
declare function transferDigitalAssetTransaction(args: {
|
|
303
|
+
movementConfig: MovementConfig;
|
|
304
|
+
sender: Account;
|
|
305
|
+
digitalAssetAddress: AccountAddressInput;
|
|
306
|
+
recipient: AccountAddressInput;
|
|
307
|
+
digitalAssetType?: MoveStructId;
|
|
308
|
+
options?: InputGenerateTransactionOptions;
|
|
309
|
+
}): Promise<SimpleTransaction>;
|
|
310
|
+
/**
|
|
311
|
+
* Creates a transaction to mint a soul-bound token.
|
|
312
|
+
* This function allows you to specify the token's attributes and recipient, facilitating the creation of unique digital assets.
|
|
313
|
+
*
|
|
314
|
+
* @param args - The parameters required to mint the soul-bound token.
|
|
315
|
+
* @param args.movementConfig - The configuration settings for the Movement network.
|
|
316
|
+
* @param args.account - The account initiating the minting transaction.
|
|
317
|
+
* @param args.collection - The name of the collection to which the token belongs.
|
|
318
|
+
* @param args.description - A description of the token being minted.
|
|
319
|
+
* @param args.name - The name of the token.
|
|
320
|
+
* @param args.uri - The URI pointing to the token's metadata.
|
|
321
|
+
* @param args.recipient - The address of the account that will receive the minted token.
|
|
322
|
+
* @param [args.propertyKeys] - Optional array of property keys associated with the token.
|
|
323
|
+
* @param [args.propertyTypes] - Optional array of property types corresponding to the property keys.
|
|
324
|
+
* @param [args.propertyValues] - Optional array of property values that match the property keys and types.
|
|
325
|
+
* @param [args.options] - Optional transaction generation options.
|
|
326
|
+
* @throws Error if the counts of property keys, property types, and property values do not match.
|
|
327
|
+
* @group Implementation
|
|
328
|
+
*/
|
|
329
|
+
declare function mintSoulBoundTransaction(args: {
|
|
330
|
+
movementConfig: MovementConfig;
|
|
331
|
+
account: Account;
|
|
332
|
+
collection: string;
|
|
333
|
+
description: string;
|
|
334
|
+
name: string;
|
|
335
|
+
uri: string;
|
|
336
|
+
recipient: AccountAddressInput;
|
|
337
|
+
propertyKeys?: Array<string>;
|
|
338
|
+
propertyTypes?: Array<PropertyType>;
|
|
339
|
+
propertyValues?: Array<PropertyValue>;
|
|
340
|
+
options?: InputGenerateTransactionOptions;
|
|
341
|
+
}): Promise<SimpleTransaction>;
|
|
342
|
+
/**
|
|
343
|
+
* Creates a transaction to burn a specified digital asset.
|
|
344
|
+
* This function allows users to permanently remove a digital asset from their account.
|
|
345
|
+
*
|
|
346
|
+
* @param args - The arguments for the transaction.
|
|
347
|
+
* @param args.movementConfig - The configuration settings for the Movement network.
|
|
348
|
+
* @param args.creator - The account that is initiating the burn transaction.
|
|
349
|
+
* @param args.digitalAssetAddress - The address of the digital asset to be burned.
|
|
350
|
+
* @param args.digitalAssetType - Optional; the type of the digital asset being burned.
|
|
351
|
+
* @param args.options - Optional; additional options for generating the transaction.
|
|
352
|
+
* @group Implementation
|
|
353
|
+
*/
|
|
354
|
+
declare function burnDigitalAssetTransaction(args: {
|
|
355
|
+
movementConfig: MovementConfig;
|
|
356
|
+
creator: Account;
|
|
357
|
+
digitalAssetAddress: AccountAddressInput;
|
|
358
|
+
digitalAssetType?: MoveStructId;
|
|
359
|
+
options?: InputGenerateTransactionOptions;
|
|
360
|
+
}): Promise<SimpleTransaction>;
|
|
361
|
+
/**
|
|
362
|
+
* Creates a transaction to freeze the transfer of a digital asset.
|
|
363
|
+
* This function helps you prevent the transfer of a specified digital asset by generating the appropriate transaction.
|
|
364
|
+
*
|
|
365
|
+
* @param args - The parameters for the transaction.
|
|
366
|
+
* @param args.movementConfig - The configuration settings for the Movement client.
|
|
367
|
+
* @param args.creator - The account that is creating the transaction.
|
|
368
|
+
* @param args.digitalAssetAddress - The address of the digital asset to be frozen.
|
|
369
|
+
* @param args.digitalAssetType - (Optional) The type of the digital asset as a Move struct ID.
|
|
370
|
+
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
371
|
+
* @group Implementation
|
|
372
|
+
*/
|
|
373
|
+
declare function freezeDigitalAssetTransferTransaction(args: {
|
|
374
|
+
movementConfig: MovementConfig;
|
|
375
|
+
creator: Account;
|
|
376
|
+
digitalAssetAddress: AccountAddressInput;
|
|
377
|
+
digitalAssetType?: MoveStructId;
|
|
378
|
+
options?: InputGenerateTransactionOptions;
|
|
379
|
+
}): Promise<SimpleTransaction>;
|
|
380
|
+
/**
|
|
381
|
+
* Unfreezes a digital asset transfer transaction, allowing the transfer of the specified digital asset.
|
|
382
|
+
*
|
|
383
|
+
* @param args - The arguments for unfreezing the digital asset transfer transaction.
|
|
384
|
+
* @param args.movementConfig - The Movement configuration settings.
|
|
385
|
+
* @param args.creator - The account that is initiating the unfreeze transaction.
|
|
386
|
+
* @param args.digitalAssetAddress - The address of the digital asset to be unfrozen.
|
|
387
|
+
* @param args.digitalAssetType - (Optional) The type of the digital asset being unfrozen.
|
|
388
|
+
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
389
|
+
* @group Implementation
|
|
390
|
+
*/
|
|
391
|
+
declare function unfreezeDigitalAssetTransferTransaction(args: {
|
|
392
|
+
movementConfig: MovementConfig;
|
|
393
|
+
creator: Account;
|
|
394
|
+
digitalAssetAddress: AccountAddressInput;
|
|
395
|
+
digitalAssetType?: MoveStructId;
|
|
396
|
+
options?: InputGenerateTransactionOptions;
|
|
397
|
+
}): Promise<SimpleTransaction>;
|
|
398
|
+
/**
|
|
399
|
+
* Sets the description for a digital asset, allowing users to provide additional context or information about the asset.
|
|
400
|
+
*
|
|
401
|
+
* @param args - The arguments for setting the digital asset description.
|
|
402
|
+
* @param args.movementConfig - The Movement configuration to use for the transaction.
|
|
403
|
+
* @param args.creator - The account that is creating the transaction.
|
|
404
|
+
* @param args.description - The new description for the digital asset.
|
|
405
|
+
* @param args.digitalAssetAddress - The address of the digital asset whose description is being set.
|
|
406
|
+
* @param args.digitalAssetType - (Optional) The type of the digital asset.
|
|
407
|
+
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
408
|
+
* @group Implementation
|
|
409
|
+
*/
|
|
410
|
+
declare function setDigitalAssetDescriptionTransaction(args: {
|
|
411
|
+
movementConfig: MovementConfig;
|
|
412
|
+
creator: Account;
|
|
413
|
+
description: string;
|
|
414
|
+
digitalAssetAddress: AccountAddressInput;
|
|
415
|
+
digitalAssetType?: MoveStructId;
|
|
416
|
+
options?: InputGenerateTransactionOptions;
|
|
417
|
+
}): Promise<SimpleTransaction>;
|
|
418
|
+
/**
|
|
419
|
+
* Sets the name of a digital asset on the Movement blockchain.
|
|
420
|
+
* This function allows you to update the name of a specified digital asset, enabling better identification and categorization.
|
|
421
|
+
*
|
|
422
|
+
* @param args - The parameters for setting the digital asset name.
|
|
423
|
+
* @param args.movementConfig - The configuration settings for the Movement network.
|
|
424
|
+
* @param args.creator - The account that is creating the transaction.
|
|
425
|
+
* @param args.name - The new name to assign to the digital asset.
|
|
426
|
+
* @param args.digitalAssetAddress - The address of the digital asset to update.
|
|
427
|
+
* @param args.digitalAssetType - (Optional) The type of the digital asset, represented as a Move struct ID.
|
|
428
|
+
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
429
|
+
* @group Implementation
|
|
430
|
+
*/
|
|
431
|
+
declare function setDigitalAssetNameTransaction(args: {
|
|
432
|
+
movementConfig: MovementConfig;
|
|
433
|
+
creator: Account;
|
|
434
|
+
name: string;
|
|
435
|
+
digitalAssetAddress: AccountAddressInput;
|
|
436
|
+
digitalAssetType?: MoveStructId;
|
|
437
|
+
options?: InputGenerateTransactionOptions;
|
|
438
|
+
}): Promise<SimpleTransaction>;
|
|
439
|
+
/**
|
|
440
|
+
* Sets the URI for a digital asset, allowing you to update the metadata associated with it.
|
|
441
|
+
*
|
|
442
|
+
* @param args - The arguments for setting the digital asset URI.
|
|
443
|
+
* @param args.movementConfig - The configuration settings for Movement.
|
|
444
|
+
* @param args.creator - The account that is creating the transaction.
|
|
445
|
+
* @param args.uri - The new URI to be set for the digital asset.
|
|
446
|
+
* @param args.digitalAssetAddress - The address of the digital asset whose URI is being set.
|
|
447
|
+
* @param args.digitalAssetType - The optional type of the digital asset; defaults to a predefined type if not provided.
|
|
448
|
+
* @param args.options - Optional settings for generating the transaction.
|
|
449
|
+
* @group Implementation
|
|
450
|
+
*/
|
|
451
|
+
declare function setDigitalAssetURITransaction(args: {
|
|
452
|
+
movementConfig: MovementConfig;
|
|
453
|
+
creator: Account;
|
|
454
|
+
uri: string;
|
|
455
|
+
digitalAssetAddress: AccountAddressInput;
|
|
456
|
+
digitalAssetType?: MoveStructId;
|
|
457
|
+
options?: InputGenerateTransactionOptions;
|
|
458
|
+
}): Promise<SimpleTransaction>;
|
|
459
|
+
/**
|
|
460
|
+
* Creates a transaction to add a property to a digital asset.
|
|
461
|
+
* This function helps in enhancing the metadata associated with a digital asset by allowing the addition of custom properties.
|
|
462
|
+
*
|
|
463
|
+
* @param args - The arguments for the transaction.
|
|
464
|
+
* @param args.movementConfig - The configuration settings for Movement.
|
|
465
|
+
* @param args.creator - The account that is creating the transaction.
|
|
466
|
+
* @param args.propertyKey - The key for the property being added.
|
|
467
|
+
* @param args.propertyType - The type of the property being added.
|
|
468
|
+
* @param args.propertyValue - The value of the property being added.
|
|
469
|
+
* @param args.digitalAssetAddress - The address of the digital asset to which the property is being added.
|
|
470
|
+
* @param args.digitalAssetType - The optional type of the digital asset.
|
|
471
|
+
* @param args.options - Optional transaction generation options.
|
|
472
|
+
* @group Implementation
|
|
473
|
+
*/
|
|
474
|
+
declare function addDigitalAssetPropertyTransaction(args: {
|
|
475
|
+
movementConfig: MovementConfig;
|
|
476
|
+
creator: Account;
|
|
477
|
+
propertyKey: string;
|
|
478
|
+
propertyType: PropertyType;
|
|
479
|
+
propertyValue: PropertyValue;
|
|
480
|
+
digitalAssetAddress: AccountAddressInput;
|
|
481
|
+
digitalAssetType?: MoveStructId;
|
|
482
|
+
options?: InputGenerateTransactionOptions;
|
|
483
|
+
}): Promise<SimpleTransaction>;
|
|
484
|
+
/**
|
|
485
|
+
* Removes a property from a digital asset on the Movement blockchain.
|
|
486
|
+
* This function helps in managing the attributes of digital assets by allowing the removal of specific properties.
|
|
487
|
+
*
|
|
488
|
+
* @param args - The arguments for the transaction.
|
|
489
|
+
* @param args.movementConfig - The configuration object for Movement.
|
|
490
|
+
* @param args.creator - The account that is creating the transaction.
|
|
491
|
+
* @param args.propertyKey - The key of the property to be removed.
|
|
492
|
+
* @param args.digitalAssetAddress - The address of the digital asset from which the property will be removed.
|
|
493
|
+
* @param args.digitalAssetType - The type of the digital asset (optional).
|
|
494
|
+
* @param args.options - Additional options for generating the transaction (optional).
|
|
495
|
+
* @group Implementation
|
|
496
|
+
*/
|
|
497
|
+
declare function removeDigitalAssetPropertyTransaction(args: {
|
|
498
|
+
movementConfig: MovementConfig;
|
|
499
|
+
creator: Account;
|
|
500
|
+
propertyKey: string;
|
|
501
|
+
digitalAssetAddress: AccountAddressInput;
|
|
502
|
+
digitalAssetType?: MoveStructId;
|
|
503
|
+
options?: InputGenerateTransactionOptions;
|
|
504
|
+
}): Promise<SimpleTransaction>;
|
|
505
|
+
/**
|
|
506
|
+
* Updates a property of a digital asset by generating a transaction for the Movement blockchain.
|
|
507
|
+
* This function allows you to modify attributes of a digital asset, facilitating dynamic changes to its properties.
|
|
508
|
+
*
|
|
509
|
+
* @param args - The arguments for updating the digital asset property.
|
|
510
|
+
* @param args.movementConfig - The configuration settings for the Movement blockchain.
|
|
511
|
+
* @param args.creator - The account that is creating the transaction.
|
|
512
|
+
* @param args.propertyKey - The key of the property to be updated.
|
|
513
|
+
* @param args.propertyType - The type of the property being updated.
|
|
514
|
+
* @param args.propertyValue - The new value for the property.
|
|
515
|
+
* @param args.digitalAssetAddress - The address of the digital asset to update.
|
|
516
|
+
* @param args.digitalAssetType - (Optional) The type of the digital asset.
|
|
517
|
+
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
518
|
+
* @group Implementation
|
|
519
|
+
*/
|
|
520
|
+
declare function updateDigitalAssetPropertyTransaction(args: {
|
|
521
|
+
movementConfig: MovementConfig;
|
|
522
|
+
creator: Account;
|
|
523
|
+
propertyKey: string;
|
|
524
|
+
propertyType: PropertyType;
|
|
525
|
+
propertyValue: PropertyValue;
|
|
526
|
+
digitalAssetAddress: AccountAddressInput;
|
|
527
|
+
digitalAssetType?: MoveStructId;
|
|
528
|
+
options?: InputGenerateTransactionOptions;
|
|
529
|
+
}): Promise<SimpleTransaction>;
|
|
530
|
+
/**
|
|
531
|
+
* Creates a transaction to add a typed property to a digital asset.
|
|
532
|
+
* This function helps in customizing digital assets by associating them with specific properties.
|
|
533
|
+
*
|
|
534
|
+
* @param args - The arguments required to create the transaction.
|
|
535
|
+
* @param args.movementConfig - The configuration settings for Movement.
|
|
536
|
+
* @param args.creator - The account that is creating the transaction.
|
|
537
|
+
* @param args.propertyKey - The key for the property being added.
|
|
538
|
+
* @param args.propertyType - The type of the property being added.
|
|
539
|
+
* @param args.propertyValue - The value of the property being added.
|
|
540
|
+
* @param args.digitalAssetAddress - The address of the digital asset to which the property is being added.
|
|
541
|
+
* @param args.digitalAssetType - (Optional) The type of the digital asset.
|
|
542
|
+
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
543
|
+
* @group Implementation
|
|
544
|
+
*/
|
|
545
|
+
declare function addDigitalAssetTypedPropertyTransaction(args: {
|
|
546
|
+
movementConfig: MovementConfig;
|
|
547
|
+
creator: Account;
|
|
548
|
+
propertyKey: string;
|
|
549
|
+
propertyType: PropertyType;
|
|
550
|
+
propertyValue: PropertyValue;
|
|
551
|
+
digitalAssetAddress: AccountAddressInput;
|
|
552
|
+
digitalAssetType?: MoveStructId;
|
|
553
|
+
options?: InputGenerateTransactionOptions;
|
|
554
|
+
}): Promise<SimpleTransaction>;
|
|
555
|
+
/**
|
|
556
|
+
* Updates the typed property of a digital asset by generating a transaction for the Movement blockchain.
|
|
557
|
+
*
|
|
558
|
+
* @param args - The arguments for updating the digital asset typed property.
|
|
559
|
+
* @param args.movementConfig - The configuration settings for the Movement network.
|
|
560
|
+
* @param args.creator - The account that is creating the transaction.
|
|
561
|
+
* @param args.propertyKey - The key of the property to be updated.
|
|
562
|
+
* @param args.propertyType - The type of the property being updated.
|
|
563
|
+
* @param args.propertyValue - The new value for the property.
|
|
564
|
+
* @param args.digitalAssetAddress - The address of the digital asset to be updated.
|
|
565
|
+
* @param args.digitalAssetType - Optional. The type of the digital asset, if not provided, defaults to the standard type.
|
|
566
|
+
* @param args.options - Optional. Additional options for generating the transaction.
|
|
567
|
+
* @group Implementation
|
|
568
|
+
*/
|
|
569
|
+
declare function updateDigitalAssetTypedPropertyTransaction(args: {
|
|
570
|
+
movementConfig: MovementConfig;
|
|
571
|
+
creator: Account;
|
|
572
|
+
propertyKey: string;
|
|
573
|
+
propertyType: PropertyType;
|
|
574
|
+
propertyValue: PropertyValue;
|
|
575
|
+
digitalAssetAddress: AccountAddressInput;
|
|
576
|
+
digitalAssetType?: MoveStructId;
|
|
577
|
+
options?: InputGenerateTransactionOptions;
|
|
578
|
+
}): Promise<SimpleTransaction>;
|
|
579
|
+
|
|
580
|
+
export { type CreateCollectionOptions, type PropertyType, type PropertyValue, addDigitalAssetPropertyTransaction, addDigitalAssetTypedPropertyTransaction, burnDigitalAssetTransaction, createCollectionTransaction, freezeDigitalAssetTransferTransaction, getCollectionData, getCollectionDataByCollectionId, getCollectionDataByCreatorAddress, getCollectionDataByCreatorAddressAndCollectionName, getCollectionId, getCurrentDigitalAssetOwnership, getDigitalAssetActivity, getDigitalAssetData, getOwnedDigitalAssets, mintDigitalAssetTransaction, mintSoulBoundTransaction, removeDigitalAssetPropertyTransaction, setDigitalAssetDescriptionTransaction, setDigitalAssetNameTransaction, setDigitalAssetURITransaction, transferDigitalAssetTransaction, unfreezeDigitalAssetTransferTransaction, updateDigitalAssetPropertyTransaction, updateDigitalAssetTypedPropertyTransaction };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{Ad as c,Bd as d,Cd as e,Dd as f,Ed as g,Fd as h,Gd as i,Hd as j,Id as k,Jd as l,Kd as m,Ld as n,Md as o,Nd as p,Od as q,Pd as r,Qd as s,Rd as t,Sd as u,Td as v,Ud as w,Vd as x,yd as a,zd as b}from"../chunk-47V7UGV5.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-YFFYA5U3.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-RUIFVDWM.mjs";import"../chunk-WVDICMU4.mjs";import"../chunk-2KDUIZKB.mjs";import"../chunk-OOOAVIMQ.mjs";import"../chunk-V3O2SBO4.mjs";import"../chunk-D6HPXGEP.mjs";import"../chunk-5HXLZHDW.mjs";import"../chunk-7TTTMBAK.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-2QTV4AOE.mjs";import"../chunk-PHRRBT44.mjs";import"../chunk-VEZCMPUG.mjs";import"../chunk-CHWDP6AR.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-ZP4DWSQA.mjs";import"../chunk-NUB6KE73.mjs";import"../chunk-I6YGBK5S.mjs";import"../chunk-S4D2KBYN.mjs";import"../chunk-CRCE7R4D.mjs";import"../chunk-NQUZ4UHR.mjs";import"../chunk-NMFJJOGW.mjs";import"../chunk-5ZKA765G.mjs";import"../chunk-FJRPU2NH.mjs";import"../chunk-UL777LTI.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-SYXDZA4K.mjs";import"../chunk-R2G23RIY.mjs";import"../chunk-MEWW7VTQ.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-ANTEUWH6.mjs";import"../chunk-KPJGWDSQ.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-6NO4QKAO.mjs";import"../chunk-FS5ZJKO7.mjs";import"../chunk-UVP74ONT.mjs";import"../chunk-XCURF77K.mjs";import"../chunk-RXHPS4IU.mjs";import"../chunk-WFAH73WN.mjs";import"../chunk-Y6YW4BAZ.mjs";import"../chunk-DS6QB6HG.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-YOHEYPDP.mjs";import"../chunk-SRXFRTHK.mjs";import"../chunk-5IMQPJ6J.mjs";import"../chunk-RL4YPMN4.mjs";import"../chunk-UI4OF6CP.mjs";import"../chunk-PZ233FIY.mjs";import"../chunk-VW3WBAAD.mjs";import"../chunk-PCESRJYO.mjs";import"../chunk-KDMSOCZY.mjs";export{t as addDigitalAssetPropertyTransaction,w as addDigitalAssetTypedPropertyTransaction,n as burnDigitalAssetTransaction,e as createCollectionTransaction,o as freezeDigitalAssetTransferTransaction,f as getCollectionData,i as getCollectionDataByCollectionId,h as getCollectionDataByCreatorAddress,g as getCollectionDataByCreatorAddressAndCollectionName,j as getCollectionId,b as getCurrentDigitalAssetOwnership,d as getDigitalAssetActivity,a as getDigitalAssetData,c as getOwnedDigitalAssets,k as mintDigitalAssetTransaction,m as mintSoulBoundTransaction,u as removeDigitalAssetPropertyTransaction,q as setDigitalAssetDescriptionTransaction,r as setDigitalAssetNameTransaction,s as setDigitalAssetURITransaction,l as transferDigitalAssetTransaction,p as unfreezeDigitalAssetTransferTransaction,v as updateDigitalAssetPropertyTransaction,x as updateDigitalAssetTypedPropertyTransaction};
|
|
2
|
+
//# sourceMappingURL=digitalAsset.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { M as MovementConfig, s as AccountAddressInput, dM as WaitForTransactionOptions, cE as UserTransactionResponse } from '../accountAddress-CNXtapt1.mjs';
|
|
2
|
+
import '../types/indexer.mjs';
|
|
3
|
+
import '../types/generated/operations.mjs';
|
|
4
|
+
import '../types/generated/types.mjs';
|
|
5
|
+
import '../utils/apiEndpoints.mjs';
|
|
6
|
+
import '../utils/const.mjs';
|
|
7
|
+
import '../core/common.mjs';
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* This file contains the underlying implementations for exposed API surface in
|
|
11
|
+
* the {@link api/faucet}. By moving the methods out into a separate file,
|
|
12
|
+
* other namespaces and processes can access these methods without depending on the entire
|
|
13
|
+
* faucet namespace and without having a dependency cycle error.
|
|
14
|
+
* @group Implementation
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Funds an account with a specified amount of tokens from the Movement faucet.
|
|
19
|
+
* This function is useful for quickly providing a new or existing account with tokens to facilitate transactions.
|
|
20
|
+
*
|
|
21
|
+
* @param args - The arguments for funding the account.
|
|
22
|
+
* @param args.movementConfig - The configuration settings for connecting to the Movement network.
|
|
23
|
+
* @param args.accountAddress - The address of the account to be funded.
|
|
24
|
+
* @param args.amount - The amount of tokens to fund the account with.
|
|
25
|
+
* @param args.options - Optional parameters for the transaction.
|
|
26
|
+
* @param args.options.timeoutSecs - The maximum time to wait for the transaction to complete, in seconds.
|
|
27
|
+
* @param args.options.checkSuccess - A flag indicating whether to check if the transaction was successful.
|
|
28
|
+
*
|
|
29
|
+
* @throws Error if the transaction does not return a user transaction type.
|
|
30
|
+
* @group Implementation
|
|
31
|
+
*/
|
|
32
|
+
declare function fundAccount(args: {
|
|
33
|
+
movementConfig: MovementConfig;
|
|
34
|
+
accountAddress: AccountAddressInput;
|
|
35
|
+
amount: number;
|
|
36
|
+
options?: WaitForTransactionOptions;
|
|
37
|
+
}): Promise<UserTransactionResponse>;
|
|
38
|
+
|
|
39
|
+
export { fundAccount };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{Xd as a}from"../chunk-47V7UGV5.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-YFFYA5U3.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-RUIFVDWM.mjs";import"../chunk-WVDICMU4.mjs";import"../chunk-2KDUIZKB.mjs";import"../chunk-OOOAVIMQ.mjs";import"../chunk-V3O2SBO4.mjs";import"../chunk-D6HPXGEP.mjs";import"../chunk-5HXLZHDW.mjs";import"../chunk-7TTTMBAK.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-2QTV4AOE.mjs";import"../chunk-PHRRBT44.mjs";import"../chunk-VEZCMPUG.mjs";import"../chunk-CHWDP6AR.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-ZP4DWSQA.mjs";import"../chunk-NUB6KE73.mjs";import"../chunk-I6YGBK5S.mjs";import"../chunk-S4D2KBYN.mjs";import"../chunk-CRCE7R4D.mjs";import"../chunk-NQUZ4UHR.mjs";import"../chunk-NMFJJOGW.mjs";import"../chunk-5ZKA765G.mjs";import"../chunk-FJRPU2NH.mjs";import"../chunk-UL777LTI.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-SYXDZA4K.mjs";import"../chunk-R2G23RIY.mjs";import"../chunk-MEWW7VTQ.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-ANTEUWH6.mjs";import"../chunk-KPJGWDSQ.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-6NO4QKAO.mjs";import"../chunk-FS5ZJKO7.mjs";import"../chunk-UVP74ONT.mjs";import"../chunk-XCURF77K.mjs";import"../chunk-RXHPS4IU.mjs";import"../chunk-WFAH73WN.mjs";import"../chunk-Y6YW4BAZ.mjs";import"../chunk-DS6QB6HG.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-YOHEYPDP.mjs";import"../chunk-SRXFRTHK.mjs";import"../chunk-5IMQPJ6J.mjs";import"../chunk-RL4YPMN4.mjs";import"../chunk-UI4OF6CP.mjs";import"../chunk-PZ233FIY.mjs";import"../chunk-VW3WBAAD.mjs";import"../chunk-PCESRJYO.mjs";import"../chunk-KDMSOCZY.mjs";export{a as fundAccount};
|
|
2
|
+
//# sourceMappingURL=faucet.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|