@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,67 @@
|
|
|
1
|
+
import { ChildProcessWithoutNullStreams } from 'child_process';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Represents a local node for running a localnet environment.
|
|
5
|
+
* This class provides methods to start, stop, and check the status of the localnet process.
|
|
6
|
+
* It manages the lifecycle of the node process and ensures that it is operational before executing tests.
|
|
7
|
+
* @group Implementation
|
|
8
|
+
* @category CLI
|
|
9
|
+
*/
|
|
10
|
+
declare class LocalNode {
|
|
11
|
+
readonly MAXIMUM_WAIT_TIME_SEC = 75;
|
|
12
|
+
readonly READINESS_ENDPOINT = "http://127.0.0.1:8070/";
|
|
13
|
+
showStdout: boolean;
|
|
14
|
+
process: ChildProcessWithoutNullStreams | null;
|
|
15
|
+
extraArgs: string[];
|
|
16
|
+
constructor(args?: {
|
|
17
|
+
showStdout?: boolean;
|
|
18
|
+
extraArgs?: string[];
|
|
19
|
+
});
|
|
20
|
+
/**
|
|
21
|
+
* Kills the current process and all its descendant processes.
|
|
22
|
+
*
|
|
23
|
+
* @returns {Promise<void>} A promise that resolves to true if the process was successfully killed.
|
|
24
|
+
* @throws {Error} If there is an error while attempting to kill the process.
|
|
25
|
+
* @group Implementation
|
|
26
|
+
* @category CLI
|
|
27
|
+
*/
|
|
28
|
+
stop(): Promise<void>;
|
|
29
|
+
/**
|
|
30
|
+
* Runs a localnet and waits for the process to be up.
|
|
31
|
+
* If the local node process is already running, it returns without starting the process.
|
|
32
|
+
*
|
|
33
|
+
* @returns {Promise<void>} A promise that resolves when the process is up.
|
|
34
|
+
* @group Implementation
|
|
35
|
+
* @category CLI
|
|
36
|
+
*/
|
|
37
|
+
run(): Promise<void>;
|
|
38
|
+
/**
|
|
39
|
+
* Starts the localnet by running the Movement node with the specified command-line arguments.
|
|
40
|
+
*
|
|
41
|
+
* @returns {void}
|
|
42
|
+
*
|
|
43
|
+
* @throws {Error} If there is an issue starting the localnet.
|
|
44
|
+
* @group Implementation
|
|
45
|
+
* @category CLI
|
|
46
|
+
*/
|
|
47
|
+
start(): void;
|
|
48
|
+
/**
|
|
49
|
+
* Waits for the localnet process to be operational within a specified maximum wait time.
|
|
50
|
+
* This function continuously checks if the process is up and will throw an error if it fails to start.
|
|
51
|
+
*
|
|
52
|
+
* @returns Promise<boolean> - Resolves to true if the process is up, otherwise throws an error.
|
|
53
|
+
* @group Implementation
|
|
54
|
+
* @category CLI
|
|
55
|
+
*/
|
|
56
|
+
waitUntilProcessIsUp(): Promise<boolean>;
|
|
57
|
+
/**
|
|
58
|
+
* Checks if the localnet is up by querying the readiness endpoint.
|
|
59
|
+
*
|
|
60
|
+
* @returns Promise<boolean> - A promise that resolves to true if the localnet is up, otherwise false.
|
|
61
|
+
* @group Implementation
|
|
62
|
+
* @category CLI
|
|
63
|
+
*/
|
|
64
|
+
checkIfProcessIsUp(): Promise<boolean>;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export { LocalNode };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{a}from"../chunk-HL2JMZ7N.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-KDMSOCZY.mjs";export{a as LocalNode};
|
|
2
|
+
//# sourceMappingURL=localNode.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
import { t as AccountAddress } from '../accountAddress-CNXtapt1.mjs';
|
|
2
|
+
import { Network } from '../utils/apiEndpoints.mjs';
|
|
3
|
+
import '../types/indexer.mjs';
|
|
4
|
+
import '../types/generated/operations.mjs';
|
|
5
|
+
import '../types/generated/types.mjs';
|
|
6
|
+
import '../utils/const.mjs';
|
|
7
|
+
import '../core/common.mjs';
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Class representing a Move package management utility for the Movement blockchain.
|
|
11
|
+
* This class provides methods to initialize directories, compile packages, run tests, publish modules, create objects, upgrade
|
|
12
|
+
* packages, build transaction payloads, and run scripts.
|
|
13
|
+
* @group Implementation
|
|
14
|
+
* @category CLI
|
|
15
|
+
*/
|
|
16
|
+
declare class Move {
|
|
17
|
+
/**
|
|
18
|
+
* Initialize the current directory for Movement by configuring the necessary settings.
|
|
19
|
+
* Configuration will be pushed into .aptos/config.yaml.
|
|
20
|
+
*
|
|
21
|
+
* @param args - The arguments for initialization.
|
|
22
|
+
* @param args.network - Optional Network type argument to use for default settings; defaults to local.
|
|
23
|
+
* @param args.profile - Optional Profile to use from the config file; defaults to 'default'. This will override associated
|
|
24
|
+
* settings such as the REST URL, the Faucet URL, and the private key arguments.
|
|
25
|
+
* @param args.extraArguments - Optional extra arguments to include in the form of an array of strings.
|
|
26
|
+
* Ex. ["--assume-yes","--gas-unit-price=10"]
|
|
27
|
+
* @returns stdout
|
|
28
|
+
* @group Implementation
|
|
29
|
+
* @category CLI
|
|
30
|
+
*/
|
|
31
|
+
init(args: {
|
|
32
|
+
network?: Network;
|
|
33
|
+
profile?: string;
|
|
34
|
+
extraArguments?: Array<string>;
|
|
35
|
+
showStdout?: boolean;
|
|
36
|
+
}): Promise<{
|
|
37
|
+
output: string;
|
|
38
|
+
}>;
|
|
39
|
+
/**
|
|
40
|
+
* Compile a Move package located at the specified directory path.
|
|
41
|
+
* This function helps in preparing the Move package for deployment or further processing.
|
|
42
|
+
*
|
|
43
|
+
* @param args - The arguments for compiling the package.
|
|
44
|
+
* @param args.packageDirectoryPath - Path to a Move package (the folder with a Move.toml file).
|
|
45
|
+
* @param args.namedAddresses - Named addresses for the move binary. Ex. { alice: 0x1234, bob: 0x5678 }
|
|
46
|
+
* @param args.extraArguments - Optional extra arguments to include in the form of an array of strings.
|
|
47
|
+
* Ex. ["--assume-yes","--gas-unit-price=10"]
|
|
48
|
+
* @returns stdout
|
|
49
|
+
* @group Implementation
|
|
50
|
+
* @category CLI
|
|
51
|
+
*/
|
|
52
|
+
compile(args: {
|
|
53
|
+
packageDirectoryPath: string;
|
|
54
|
+
namedAddresses: Record<string, AccountAddress>;
|
|
55
|
+
extraArguments?: Array<string>;
|
|
56
|
+
showStdout?: boolean;
|
|
57
|
+
}): Promise<{
|
|
58
|
+
output: string;
|
|
59
|
+
}>;
|
|
60
|
+
/**
|
|
61
|
+
* Run Move unit tests for a specified package.
|
|
62
|
+
*
|
|
63
|
+
* @param args - The arguments for running the tests.
|
|
64
|
+
* @param args.packageDirectoryPath - The path to a Move package (the folder containing a Move.toml file).
|
|
65
|
+
* @param args.namedAddresses - Named addresses for the move binary. Ex. { alice: 0x1234, bob: 0x5678 }
|
|
66
|
+
* @param args.extraArguments - Optional extra arguments to include in the form of an array of strings.
|
|
67
|
+
* Ex. ["--assume-yes","--gas-unit-price=10"]
|
|
68
|
+
* @returns The stdout output from running the tests.
|
|
69
|
+
* @group Implementation
|
|
70
|
+
* @category CLI
|
|
71
|
+
*/
|
|
72
|
+
test(args: {
|
|
73
|
+
packageDirectoryPath: string;
|
|
74
|
+
namedAddresses: Record<string, AccountAddress>;
|
|
75
|
+
extraArguments?: Array<string>;
|
|
76
|
+
showStdout?: boolean;
|
|
77
|
+
}): Promise<{
|
|
78
|
+
output: string;
|
|
79
|
+
}>;
|
|
80
|
+
/**
|
|
81
|
+
* Publishes the modules to the publisher account on the Movement blockchain.
|
|
82
|
+
*
|
|
83
|
+
* @param args - The arguments for publishing the modules.
|
|
84
|
+
* @param args.packageDirectoryPath - The path to a move package (the folder with a Move.toml file).
|
|
85
|
+
* @param args.namedAddresses - Named addresses for the move binary. Ex. { alice: 0x1234, bob: 0x5678 }
|
|
86
|
+
* @param args.profile - Optional profile to use from the config file.
|
|
87
|
+
* @param args.extraArguments - Optional extra arguments to include in the form of an array of strings.
|
|
88
|
+
* Ex. ["--assume-yes","--gas-unit-price=10"]
|
|
89
|
+
* @returns stdout
|
|
90
|
+
* @group Implementation
|
|
91
|
+
* @category CLI
|
|
92
|
+
*/
|
|
93
|
+
publish(args: {
|
|
94
|
+
packageDirectoryPath: string;
|
|
95
|
+
namedAddresses: Record<string, AccountAddress>;
|
|
96
|
+
profile?: string;
|
|
97
|
+
extraArguments?: Array<string>;
|
|
98
|
+
showStdout?: boolean;
|
|
99
|
+
}): Promise<{
|
|
100
|
+
output: string;
|
|
101
|
+
}>;
|
|
102
|
+
/**
|
|
103
|
+
* Create a new object and publish the Move package to it on the Movement blockchain.
|
|
104
|
+
*
|
|
105
|
+
* @param args - The arguments for creating the object and publishing the package.
|
|
106
|
+
* @param args.packageDirectoryPath - Path to a Move package (the folder with a Move.toml file).
|
|
107
|
+
* @param args.addressName - Address name for the Move package.
|
|
108
|
+
* @param args.namedAddresses - Named addresses for the Move binary.
|
|
109
|
+
* @param args.profile - Optional profile to use from the config file.
|
|
110
|
+
* @param args.extraArguments - Optional extra arguments to include in the form of an array of strings.
|
|
111
|
+
* Ex. ["--assume-yes","--gas-unit-price=10"]
|
|
112
|
+
* @returns The object address.
|
|
113
|
+
*
|
|
114
|
+
* A complete example in CLI:
|
|
115
|
+
* aptos move create-object-and-publish-package \
|
|
116
|
+
* --package-dir path_to_directory_that_has_move.toml \
|
|
117
|
+
* --address-name launchpad_addr \
|
|
118
|
+
* --named-addresses "launchpad_addr=0x123,initial_creator_addr=0x456" \
|
|
119
|
+
* --profile my_profile \
|
|
120
|
+
* --assume-yes
|
|
121
|
+
* @group Implementation
|
|
122
|
+
* @category CLI
|
|
123
|
+
*/
|
|
124
|
+
createObjectAndPublishPackage(args: {
|
|
125
|
+
packageDirectoryPath: string;
|
|
126
|
+
addressName: string;
|
|
127
|
+
namedAddresses: Record<string, AccountAddress>;
|
|
128
|
+
profile?: string;
|
|
129
|
+
extraArguments?: Array<string>;
|
|
130
|
+
showStdout?: boolean;
|
|
131
|
+
}): Promise<{
|
|
132
|
+
objectAddress: string;
|
|
133
|
+
}>;
|
|
134
|
+
/**
|
|
135
|
+
* Upgrade a Move package previously published to an object on the Movement blockchain.
|
|
136
|
+
* The caller must be the object owner to execute this function.
|
|
137
|
+
*
|
|
138
|
+
* @param args - The arguments for upgrading the object package.
|
|
139
|
+
* @param args.packageDirectoryPath - Path to a Move package (the folder with a Move.toml file).
|
|
140
|
+
* @param args.objectAddress - Address of the object that the Move package published to. Ex. 0x1000
|
|
141
|
+
* @param args.namedAddresses - Named addresses for the move binary. Ex. { alice: 0x1234, bob: 0x5678 }
|
|
142
|
+
* @param args.profile - Optional profile to use from the config file.
|
|
143
|
+
* @param args.extraArguments - Optional extra arguments to include in the form of an array of strings.
|
|
144
|
+
* Ex. ["--assume-yes","--gas-unit-price=10"]
|
|
145
|
+
* @returns stdout
|
|
146
|
+
* @group Implementation
|
|
147
|
+
* @category CLI
|
|
148
|
+
*/
|
|
149
|
+
upgradeObjectPackage(args: {
|
|
150
|
+
packageDirectoryPath: string;
|
|
151
|
+
objectAddress: string;
|
|
152
|
+
namedAddresses: Record<string, AccountAddress>;
|
|
153
|
+
profile?: string;
|
|
154
|
+
extraArguments?: Array<string>;
|
|
155
|
+
showStdout?: boolean;
|
|
156
|
+
}): Promise<{
|
|
157
|
+
output: string;
|
|
158
|
+
}>;
|
|
159
|
+
/**
|
|
160
|
+
* Build a publication transaction payload and store it in a JSON output file.
|
|
161
|
+
*
|
|
162
|
+
* @param args - The arguments for building the publishing payload.
|
|
163
|
+
* @param args.packageDirectoryPath - Path to a move package (the folder with a Move.toml file).
|
|
164
|
+
* @param args.outputFile - Output file to write the publication transaction to.
|
|
165
|
+
* @param args.namedAddresses - Named addresses for the move binary. Ex. { alice: 0x1234, bob: 0x5678 }
|
|
166
|
+
* @param args.extraArguments - Optional extra arguments to include in the form of an array of strings.
|
|
167
|
+
* Ex. ["--assume-yes","--gas-unit-price=10"] *
|
|
168
|
+
* @returns stdout
|
|
169
|
+
* @group Implementation
|
|
170
|
+
* @category CLI
|
|
171
|
+
*/
|
|
172
|
+
buildPublishPayload(args: {
|
|
173
|
+
packageDirectoryPath: string;
|
|
174
|
+
outputFile: string;
|
|
175
|
+
namedAddresses: Record<string, AccountAddress>;
|
|
176
|
+
extraArguments?: Array<string>;
|
|
177
|
+
showStdout?: boolean;
|
|
178
|
+
}): Promise<{
|
|
179
|
+
output: string;
|
|
180
|
+
}>;
|
|
181
|
+
/**
|
|
182
|
+
* Runs a Move script using the provided compiled script path and optional parameters. Ensure that the script is compiled
|
|
183
|
+
* before executing this function.
|
|
184
|
+
*
|
|
185
|
+
* @param args - The arguments for running the script.
|
|
186
|
+
* @param args.compiledScriptPath - Path to a compiled Move script bytecode file.
|
|
187
|
+
* Ex. "build/my_package/bytecode_scripts/my_move_script.mv"
|
|
188
|
+
* @param args.profile - Optional profile to use from the config file.
|
|
189
|
+
* @param args.extraArguments - Optional extra arguments to include in the form of an array of strings.
|
|
190
|
+
* Ex. ["--assume-yes","--gas-unit-price=10"]
|
|
191
|
+
*
|
|
192
|
+
* @returns The standard output from running the script.
|
|
193
|
+
* @group Implementation
|
|
194
|
+
* @category CLI
|
|
195
|
+
*/
|
|
196
|
+
runScript(args: {
|
|
197
|
+
compiledScriptPath: string;
|
|
198
|
+
profile?: string;
|
|
199
|
+
extraArguments?: Array<string>;
|
|
200
|
+
showStdout?: boolean;
|
|
201
|
+
}): Promise<{
|
|
202
|
+
output: string;
|
|
203
|
+
}>;
|
|
204
|
+
gasProfile(args: {
|
|
205
|
+
network: string;
|
|
206
|
+
transactionId: string;
|
|
207
|
+
extraArguments?: Array<string>;
|
|
208
|
+
showStdout?: boolean;
|
|
209
|
+
}): Promise<{
|
|
210
|
+
output: string;
|
|
211
|
+
result?: any;
|
|
212
|
+
}>;
|
|
213
|
+
/**
|
|
214
|
+
* Run a command with the specified arguments and return the output.
|
|
215
|
+
*
|
|
216
|
+
* @param args - An array of strings representing the command-line arguments to be passed to the command.
|
|
217
|
+
* @param showStdout - Show the standard output generated by the command.
|
|
218
|
+
* @returns The standard output generated by the command.
|
|
219
|
+
* @group Implementation
|
|
220
|
+
* @category CLI
|
|
221
|
+
*/
|
|
222
|
+
private runCommand;
|
|
223
|
+
/**
|
|
224
|
+
* Convert named addresses from a Map into an array separated by a comma.
|
|
225
|
+
*
|
|
226
|
+
* @param namedAddresses - A Map where the key is a string representing the name and the value is an AccountAddress.
|
|
227
|
+
* Ex. {'alice' => '0x123', 'bob' => '0x456'}
|
|
228
|
+
* @returns An array of named addresses formatted as strings separated by a comma. Ex. "alice=0x123,bob=0x456"
|
|
229
|
+
* @group Implementation
|
|
230
|
+
* @category CLI
|
|
231
|
+
*/
|
|
232
|
+
private prepareNamedAddresses;
|
|
233
|
+
/**
|
|
234
|
+
* Parse named addresses from a Record type into a Map.
|
|
235
|
+
*
|
|
236
|
+
* This function transforms a collection of named addresses into a more accessible format by mapping each name to its
|
|
237
|
+
* corresponding address.
|
|
238
|
+
*
|
|
239
|
+
* @param namedAddresses - A record containing named addresses where the key is the name and the value is the AccountAddress.
|
|
240
|
+
* @returns A Map where each key is a name and each value is the corresponding address.
|
|
241
|
+
* @group Implementation
|
|
242
|
+
* @category CLI
|
|
243
|
+
*/
|
|
244
|
+
private parseNamedAddresses;
|
|
245
|
+
/**
|
|
246
|
+
* Extracts the object address from the provided output string.
|
|
247
|
+
*
|
|
248
|
+
* @param output - The output string containing the object address.
|
|
249
|
+
* @returns The extracted object address.
|
|
250
|
+
* @throws Error if the object address cannot be extracted from the output.
|
|
251
|
+
* @group Implementation
|
|
252
|
+
* @category CLI
|
|
253
|
+
*/
|
|
254
|
+
private extractAddressFromOutput;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
export { Move };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { cj as ClientRequest, cl as Client, ck as ClientResponse, cm as MovementRequest, M as MovementConfig, cn as MovementResponse } from '../accountAddress-CNXtapt1.mjs';
|
|
2
|
+
import { MovementApiType } from '../utils/const.mjs';
|
|
3
|
+
import '../types/indexer.mjs';
|
|
4
|
+
import '../types/generated/operations.mjs';
|
|
5
|
+
import '../types/generated/types.mjs';
|
|
6
|
+
import '../utils/apiEndpoints.mjs';
|
|
7
|
+
import '../core/common.mjs';
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Sends a request using the specified options and returns the response.
|
|
11
|
+
*
|
|
12
|
+
* @param options - The options for the request.
|
|
13
|
+
* @param options.url - The URL to send the request to.
|
|
14
|
+
* @param options.method - The HTTP method to use for the request.
|
|
15
|
+
* @param options.body - The body of the request.
|
|
16
|
+
* @param options.contentType - The content type of the request.
|
|
17
|
+
* @param options.params - The query parameters to include in the request.
|
|
18
|
+
* @param options.overrides - Additional overrides for the request.
|
|
19
|
+
* @param options.overrides.HEADERS - Custom headers to include in the request.
|
|
20
|
+
* @param options.overrides.AUTH_TOKEN - The authorization token for the request.
|
|
21
|
+
* @param options.overrides.API_KEY - The API key for the request.
|
|
22
|
+
* @param options.originMethod - The origin method for the request.
|
|
23
|
+
* @param client - The client used to make the request.
|
|
24
|
+
*
|
|
25
|
+
* @returns The response from the request.
|
|
26
|
+
* @group Implementation
|
|
27
|
+
* @category Client
|
|
28
|
+
*/
|
|
29
|
+
declare function request<Req, Res>(options: ClientRequest<Req>, client: Client): Promise<ClientResponse<Res>>;
|
|
30
|
+
/**
|
|
31
|
+
* The main function to use when making an API request, returning the response or throwing an MovementApiError on failure.
|
|
32
|
+
*
|
|
33
|
+
* @param movementRequestOpts - Options for the Movement request, including the URL and path.
|
|
34
|
+
* @param movementConfig - The configuration information for the SDK client instance.
|
|
35
|
+
* @param apiType - The type of API being accessed, which determines how the response is handled.
|
|
36
|
+
* @returns The response from the API request or throws an MovementApiError if the request fails.
|
|
37
|
+
* @group Implementation
|
|
38
|
+
* @category Client
|
|
39
|
+
*/
|
|
40
|
+
declare function aptosRequest<Req extends {}, Res extends {}>(movementRequestOpts: MovementRequest, movementConfig: MovementConfig, apiType: MovementApiType): Promise<MovementResponse<Req, Res>>;
|
|
41
|
+
|
|
42
|
+
export { aptosRequest, request };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{a,b}from"../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{b as aptosRequest,a as request};
|
|
2
|
+
//# sourceMappingURL=core.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import { M as MovementConfig, bA as MimeType, c3 as AnyNumber, ca as ClientConfig, cn as MovementResponse } from '../accountAddress-CNXtapt1.mjs';
|
|
2
|
+
import { MovementApiType } from '../utils/const.mjs';
|
|
3
|
+
import '../types/indexer.mjs';
|
|
4
|
+
import '../types/generated/operations.mjs';
|
|
5
|
+
import '../types/generated/types.mjs';
|
|
6
|
+
import '../utils/apiEndpoints.mjs';
|
|
7
|
+
import '../core/common.mjs';
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Options for making a GET request, including configuration for the API client.
|
|
11
|
+
* @group Implementation
|
|
12
|
+
* @category Client
|
|
13
|
+
*/
|
|
14
|
+
type GetRequestOptions = {
|
|
15
|
+
/**
|
|
16
|
+
* The config for the API client
|
|
17
|
+
* @group Implementation
|
|
18
|
+
* @category Client
|
|
19
|
+
*/
|
|
20
|
+
movementConfig: MovementConfig;
|
|
21
|
+
/**
|
|
22
|
+
* The type of API endpoint to call e.g. fullnode, indexer, etc
|
|
23
|
+
* @group Implementation
|
|
24
|
+
* @category Client
|
|
25
|
+
*/
|
|
26
|
+
type: MovementApiType;
|
|
27
|
+
/**
|
|
28
|
+
* The name of the API method
|
|
29
|
+
* @group Implementation
|
|
30
|
+
* @category Client
|
|
31
|
+
*/
|
|
32
|
+
originMethod: string;
|
|
33
|
+
/**
|
|
34
|
+
* The URL path to the API method
|
|
35
|
+
* @group Implementation
|
|
36
|
+
* @category Client
|
|
37
|
+
*/
|
|
38
|
+
path: string;
|
|
39
|
+
/**
|
|
40
|
+
* The content type of the request body
|
|
41
|
+
* @group Implementation
|
|
42
|
+
* @category Client
|
|
43
|
+
*/
|
|
44
|
+
contentType?: MimeType;
|
|
45
|
+
/**
|
|
46
|
+
* The accepted content type of the response of the API
|
|
47
|
+
* @group Implementation
|
|
48
|
+
* @category Client
|
|
49
|
+
*/
|
|
50
|
+
acceptType?: MimeType;
|
|
51
|
+
/**
|
|
52
|
+
* The query parameters for the request
|
|
53
|
+
* @group Implementation
|
|
54
|
+
* @category Client
|
|
55
|
+
*/
|
|
56
|
+
params?: Record<string, string | AnyNumber | boolean | undefined>;
|
|
57
|
+
/**
|
|
58
|
+
* Specific client overrides for this request to override movementConfig
|
|
59
|
+
* @group Implementation
|
|
60
|
+
* @category Client
|
|
61
|
+
*/
|
|
62
|
+
overrides?: ClientConfig;
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* Options for making a request to the Movement API, excluding the "type" field.
|
|
66
|
+
* @group Implementation
|
|
67
|
+
* @category Client
|
|
68
|
+
*/
|
|
69
|
+
type GetAptosRequestOptions = Omit<GetRequestOptions, "type">;
|
|
70
|
+
/**
|
|
71
|
+
* Executes a GET request to retrieve data based on the provided options.
|
|
72
|
+
*
|
|
73
|
+
* @param options - The options for the GET request.
|
|
74
|
+
* @param options.movementConfig - The configuration object for Movement requests.
|
|
75
|
+
* @param options.overrides - Optional overrides for the request configuration.
|
|
76
|
+
* @param options.params - Query parameters to include in the request.
|
|
77
|
+
* @param options.contentType - The content type of the request.
|
|
78
|
+
* @param options.acceptType - The accepted response type.
|
|
79
|
+
* @param options.path - The specific path for the request.
|
|
80
|
+
* @param options.originMethod - The original method of the request.
|
|
81
|
+
* @param options.type - The type of request being made.
|
|
82
|
+
* @returns The response from the GET request.
|
|
83
|
+
* @group Implementation
|
|
84
|
+
* @category Client
|
|
85
|
+
*/
|
|
86
|
+
declare function get<Req extends {}, Res extends {}>(options: GetRequestOptions): Promise<MovementResponse<Req, Res>>;
|
|
87
|
+
/**
|
|
88
|
+
* Retrieves data from the Movement full node using the provided options.
|
|
89
|
+
*
|
|
90
|
+
* @param options - The options for the request to the Movement full node.
|
|
91
|
+
* @param options.movementConfig - Configuration settings specific to the Movement client and full node.
|
|
92
|
+
* @param options.movementConfig.clientConfig - The client configuration settings.
|
|
93
|
+
* @param options.movementConfig.fullnodeConfig - The full node configuration settings.
|
|
94
|
+
* @param options.overrides - Additional overrides for the request.
|
|
95
|
+
* @param options.type - The type of API request being made.
|
|
96
|
+
*
|
|
97
|
+
* @returns A promise that resolves with the response from the Movement full node.
|
|
98
|
+
* @group Implementation
|
|
99
|
+
* @category Client
|
|
100
|
+
*/
|
|
101
|
+
declare function getAptosFullNode<Req extends {}, Res extends {}>(options: GetAptosRequestOptions): Promise<MovementResponse<Req, Res>>;
|
|
102
|
+
/**
|
|
103
|
+
* Makes a GET request to the Movement Pepper service to retrieve data.
|
|
104
|
+
*
|
|
105
|
+
* @param options - The options for the request.
|
|
106
|
+
* @param options.param1 - Description of param1.
|
|
107
|
+
* @param options.param2 - Description of param2.
|
|
108
|
+
* @returns MovementResponse - The response from the Movement Pepper service.
|
|
109
|
+
* @group Implementation
|
|
110
|
+
* @category Client
|
|
111
|
+
*/
|
|
112
|
+
declare function getAptosPepperService<Req extends {}, Res extends {}>(options: GetAptosRequestOptions): Promise<MovementResponse<Req, Res>>;
|
|
113
|
+
/**
|
|
114
|
+
* This function is a helper for paginating using a function wrapping an API
|
|
115
|
+
* @group Implementation
|
|
116
|
+
* @category Client
|
|
117
|
+
*/
|
|
118
|
+
declare function paginateWithCursor<Req extends Record<string, any>, Res extends Array<{}>>(options: GetAptosRequestOptions): Promise<Res>;
|
|
119
|
+
declare function paginateWithObfuscatedCursor<Req extends Record<string, any>, Res extends Array<{}>>(options: GetAptosRequestOptions): Promise<Res>;
|
|
120
|
+
declare function getPageWithObfuscatedCursor<Req extends Record<string, any>, Res extends Array<{}>>(options: GetAptosRequestOptions): Promise<{
|
|
121
|
+
response: MovementResponse<Req, Res>;
|
|
122
|
+
cursor: string | undefined;
|
|
123
|
+
}>;
|
|
124
|
+
|
|
125
|
+
export { type GetAptosRequestOptions, type GetRequestOptions, get, getAptosFullNode, getAptosPepperService, getPageWithObfuscatedCursor, paginateWithCursor, paginateWithObfuscatedCursor };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{a,b,c,d,e,f}from"../chunk-SYXDZA4K.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 get,b as getAptosFullNode,c as getAptosPepperService,f as getPageWithObfuscatedCursor,d as paginateWithCursor,e as paginateWithObfuscatedCursor};
|
|
2
|
+
//# sourceMappingURL=get.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { aptosRequest, request } from './core.mjs';
|
|
2
|
+
export { GetAptosRequestOptions, GetRequestOptions, get, getAptosFullNode, getAptosPepperService, getPageWithObfuscatedCursor, paginateWithCursor, paginateWithObfuscatedCursor } from './get.mjs';
|
|
3
|
+
export { PostAptosRequestOptions, PostRequestOptions, post, postAptosFaucet, postAptosFullNode, postAptosIndexer, postAptosPepperService, postAptosProvingService } from './post.mjs';
|
|
4
|
+
import '../accountAddress-CNXtapt1.mjs';
|
|
5
|
+
import '../types/indexer.mjs';
|
|
6
|
+
import '../types/generated/operations.mjs';
|
|
7
|
+
import '../types/generated/types.mjs';
|
|
8
|
+
import '../utils/apiEndpoints.mjs';
|
|
9
|
+
import '../utils/const.mjs';
|
|
10
|
+
import '../core/common.mjs';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import"../chunk-7ECCT6PK.mjs";import{a as c,b as d,c as e,d as f,e as g,f as h}from"../chunk-SYXDZA4K.mjs";import{a as i,b as j,c as k,d as l,e as m,f as n}from"../chunk-R2G23RIY.mjs";import{a,b}from"../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{b as aptosRequest,c as get,d as getAptosFullNode,e as getAptosPepperService,h as getPageWithObfuscatedCursor,f as paginateWithCursor,g as paginateWithObfuscatedCursor,i as post,l as postAptosFaucet,j as postAptosFullNode,k as postAptosIndexer,m as postAptosPepperService,n as postAptosProvingService,a as request};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|