@aptos-labs/ts-sdk 1.37.1 → 1.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/{accountAddress-DU4ds4Bf.d.ts → accountAddress-D0xKX-UM.d.ts} +0 -19
- package/dist/common/chunk-66TIRJFD.js +4 -0
- package/dist/common/chunk-66TIRJFD.js.map +1 -0
- package/dist/common/cli/index.d.ts +1 -1
- package/dist/common/cli/index.js +1 -1
- package/dist/common/cli/index.js.map +1 -1
- package/dist/common/index.d.ts +113 -161
- package/dist/common/index.js +32 -32
- package/dist/common/index.js.map +1 -1
- package/dist/esm/{Ed25519Account-C-AS-Kgv.d.mts → Ed25519Account-D9XrCLfE.d.mts} +1 -1
- package/dist/esm/account/AbstractKeylessAccount.d.mts +3 -3
- package/dist/esm/account/AbstractKeylessAccount.mjs +1 -1
- package/dist/esm/account/AbstractedAccount.d.mts +3 -3
- package/dist/esm/account/AbstractedAccount.mjs +1 -1
- package/dist/esm/account/Account.d.mts +2 -2
- package/dist/esm/account/Account.mjs +1 -1
- package/dist/esm/account/AccountUtils.d.mts +3 -3
- package/dist/esm/account/AccountUtils.mjs +1 -1
- package/dist/esm/account/DerivableAbstractedAccount.d.mts +87 -0
- package/dist/esm/account/DerivableAbstractedAccount.mjs +2 -0
- package/dist/esm/account/Ed25519Account.d.mts +2 -2
- package/dist/esm/account/Ed25519Account.mjs +1 -1
- package/dist/esm/account/EphemeralKeyPair.d.mts +1 -1
- package/dist/esm/account/EphemeralKeyPair.mjs +1 -1
- package/dist/esm/account/FederatedKeylessAccount.d.mts +3 -3
- package/dist/esm/account/FederatedKeylessAccount.mjs +1 -1
- package/dist/esm/account/KeylessAccount.d.mts +3 -3
- package/dist/esm/account/KeylessAccount.mjs +1 -1
- package/dist/esm/account/MultiEd25519Account.d.mts +2 -2
- package/dist/esm/account/MultiEd25519Account.mjs +1 -1
- package/dist/esm/account/MultiKeyAccount.d.mts +3 -3
- package/dist/esm/account/MultiKeyAccount.mjs +1 -1
- package/dist/esm/account/SingleKeyAccount.d.mts +2 -2
- package/dist/esm/account/SingleKeyAccount.mjs +1 -1
- package/dist/esm/account/index.d.mts +4 -3
- package/dist/esm/account/index.mjs +1 -1
- package/dist/esm/account/utils.mjs +1 -1
- package/dist/esm/api/account/abstraction.d.mts +1 -1
- package/dist/esm/api/account/abstraction.mjs +1 -1
- package/dist/esm/api/account.d.mts +3 -2
- package/dist/esm/api/account.mjs +1 -1
- package/dist/esm/api/ans.d.mts +2 -2
- package/dist/esm/api/ans.mjs +1 -1
- package/dist/esm/api/aptos.d.mts +4 -6
- package/dist/esm/api/aptos.mjs +1 -1
- package/dist/esm/api/aptosConfig.mjs +1 -1
- package/dist/esm/api/coin.d.mts +4 -4
- package/dist/esm/api/coin.mjs +1 -1
- package/dist/esm/api/digitalAsset.d.mts +3 -3
- package/dist/esm/api/digitalAsset.mjs +1 -1
- package/dist/esm/api/event.mjs +1 -1
- package/dist/esm/api/faucet.mjs +1 -1
- package/dist/esm/api/fungibleAsset.d.mts +52 -3
- package/dist/esm/api/fungibleAsset.mjs +1 -1
- package/dist/esm/api/general.d.mts +1 -1
- package/dist/esm/api/general.mjs +1 -1
- package/dist/esm/api/index.d.mts +3 -4
- package/dist/esm/api/index.mjs +1 -1
- package/dist/esm/api/keyless.d.mts +3 -3
- package/dist/esm/api/keyless.mjs +1 -1
- package/dist/esm/api/object.mjs +1 -1
- package/dist/esm/api/staking.mjs +1 -1
- package/dist/esm/api/table.mjs +1 -1
- package/dist/esm/api/transaction.d.mts +2 -2
- package/dist/esm/api/transaction.mjs +1 -1
- package/dist/esm/api/transactionSubmission/build.d.mts +1 -1
- package/dist/esm/api/transactionSubmission/build.mjs +1 -1
- package/dist/esm/api/transactionSubmission/management.d.mts +2 -2
- package/dist/esm/api/transactionSubmission/management.mjs +1 -1
- package/dist/esm/api/transactionSubmission/sign.d.mts +2 -2
- package/dist/esm/api/transactionSubmission/sign.mjs +1 -1
- package/dist/esm/api/transactionSubmission/simulate.d.mts +1 -1
- package/dist/esm/api/transactionSubmission/simulate.mjs +1 -1
- package/dist/esm/api/transactionSubmission/submit.d.mts +1 -1
- package/dist/esm/api/transactionSubmission/submit.mjs +1 -1
- package/dist/esm/api/utils.mjs +1 -1
- package/dist/esm/bcs/deserializer.mjs +1 -1
- package/dist/esm/bcs/index.mjs +1 -1
- package/dist/esm/bcs/serializable/entryFunctionBytes.mjs +1 -1
- package/dist/esm/bcs/serializable/fixedBytes.mjs +1 -1
- package/dist/esm/bcs/serializable/movePrimitives.mjs +1 -1
- package/dist/esm/bcs/serializable/moveStructs.mjs +1 -1
- package/dist/esm/bcs/serializer.mjs +1 -1
- package/dist/esm/chunk-25O4L7YR.mjs +2 -0
- package/dist/esm/chunk-25O4L7YR.mjs.map +1 -0
- package/dist/esm/{chunk-KIMU5PYJ.mjs → chunk-3IHKQH5O.mjs} +2 -2
- package/dist/esm/{chunk-L5C44K6H.mjs → chunk-6PKBXYG3.mjs} +2 -2
- package/dist/esm/{chunk-ZKOF4KST.mjs → chunk-6Y6ZO7TS.mjs} +2 -2
- package/dist/esm/{chunk-TORMKDQG.mjs → chunk-ARNW34PP.mjs} +2 -2
- package/dist/esm/{chunk-F2GWK4YJ.mjs → chunk-BUUV6B4P.mjs} +2 -2
- package/dist/esm/{chunk-M7W6FZ5Z.mjs → chunk-BXRBOMHW.mjs} +2 -2
- package/dist/esm/chunk-BYINW7I2.mjs +2 -0
- package/dist/esm/{chunk-7WPEGMD6.mjs.map → chunk-BYINW7I2.mjs.map} +1 -1
- package/dist/esm/{chunk-4FBUZY6C.mjs → chunk-C6JRJNK3.mjs} +2 -2
- package/dist/esm/chunk-DPW6ELCQ.mjs +2 -0
- package/dist/esm/chunk-F2ZTBAJJ.mjs +2 -0
- package/dist/esm/chunk-F2ZTBAJJ.mjs.map +1 -0
- package/dist/esm/{chunk-DFRHNDOS.mjs → chunk-FBCXUC7J.mjs} +2 -2
- package/dist/esm/chunk-FBCXUC7J.mjs.map +1 -0
- package/dist/esm/chunk-GJ7STZEW.mjs +2 -0
- package/dist/esm/chunk-GJ7STZEW.mjs.map +1 -0
- package/dist/esm/{chunk-6QJWFV2M.mjs → chunk-GLFZJNF3.mjs} +2 -2
- package/dist/esm/chunk-GQ557FEA.mjs +2 -0
- package/dist/esm/chunk-GQ557FEA.mjs.map +1 -0
- package/dist/esm/{chunk-SZYA6IG4.mjs → chunk-GYVSI3TS.mjs} +2 -2
- package/dist/esm/{chunk-DGH7NXHM.mjs → chunk-IXYGZ57N.mjs} +2 -2
- package/dist/esm/{chunk-BE3OXYYX.mjs → chunk-JGFKIUG5.mjs} +2 -2
- package/dist/esm/{chunk-2RBINVFA.mjs → chunk-KAYKTT4S.mjs} +2 -2
- package/dist/esm/chunk-KJH4KKG6.mjs +2 -0
- package/dist/esm/chunk-KJH4KKG6.mjs.map +1 -0
- package/dist/esm/chunk-L33JDCWL.mjs +2 -0
- package/dist/esm/{chunk-NDXMDJV4.mjs.map → chunk-L33JDCWL.mjs.map} +1 -1
- package/dist/esm/{chunk-CZOZTNXJ.mjs → chunk-NJN3EAOM.mjs} +2 -2
- package/dist/esm/{chunk-B373VRCY.mjs → chunk-ODAAZLPK.mjs} +2 -2
- package/dist/esm/chunk-ODAAZLPK.mjs.map +1 -0
- package/dist/esm/{chunk-FU65NEDT.mjs → chunk-OYH2T6V5.mjs} +2 -2
- package/dist/esm/chunk-OYUW6ZN2.mjs +2 -0
- package/dist/esm/{chunk-DH32UXHB.mjs → chunk-P237G6YB.mjs} +2 -2
- package/dist/esm/{chunk-7JRZLDWV.mjs → chunk-PRUQZNAP.mjs} +2 -2
- package/dist/esm/{chunk-7CRQNXR5.mjs → chunk-ROT6S6BM.mjs} +2 -2
- package/dist/esm/{chunk-H3NZHL45.mjs → chunk-SOJ3OG6X.mjs} +2 -2
- package/dist/esm/chunk-STY74NUA.mjs +2 -0
- package/dist/esm/chunk-STY74NUA.mjs.map +1 -0
- package/dist/esm/chunk-TAEOFYOF.mjs +4 -0
- package/dist/esm/chunk-TAEOFYOF.mjs.map +1 -0
- package/dist/esm/chunk-TUZHLTDU.mjs +2 -0
- package/dist/esm/{chunk-3AS5BVKL.mjs → chunk-V7U5Y4AU.mjs} +2 -2
- package/dist/esm/{chunk-UQKQH5C7.mjs → chunk-WLUXOUZH.mjs} +2 -2
- package/dist/esm/{chunk-V5IPL4SJ.mjs → chunk-WTLQD6MR.mjs} +2 -2
- package/dist/esm/{chunk-P5CIZZDK.mjs → chunk-XF6BISPI.mjs} +2 -2
- package/dist/esm/{chunk-DC5IVW4W.mjs → chunk-YFFDF22R.mjs} +2 -2
- package/dist/esm/{chunk-HEYMZZRE.mjs → chunk-YQIAWAPY.mjs} +2 -2
- package/dist/esm/chunk-Z6KQX6VX.mjs +2 -0
- package/dist/esm/{chunk-DCVGWCZD.mjs → chunk-ZMT2M6YT.mjs} +2 -2
- package/dist/esm/cli/index.mjs +1 -1
- package/dist/esm/cli/localNode.mjs +1 -1
- package/dist/esm/client/core.d.mts +1 -36
- package/dist/esm/client/core.mjs +1 -1
- package/dist/esm/client/get.d.mts +1 -35
- package/dist/esm/client/get.mjs +1 -1
- package/dist/esm/client/index.d.mts +3 -3
- package/dist/esm/client/index.mjs +1 -1
- package/dist/esm/client/post.d.mts +1 -34
- package/dist/esm/client/post.mjs +1 -1
- package/dist/esm/core/account/index.mjs +1 -1
- package/dist/esm/core/account/utils/address.mjs +1 -1
- package/dist/esm/core/account/utils/index.mjs +1 -1
- package/dist/esm/core/accountAddress.mjs +1 -1
- package/dist/esm/core/authenticationKey.d.mts +1 -1
- package/dist/esm/core/authenticationKey.mjs +1 -1
- package/dist/esm/core/crypto/abstraction.d.mts +3 -3
- package/dist/esm/core/crypto/abstraction.mjs +1 -1
- package/dist/esm/core/crypto/ed25519.d.mts +1 -1
- package/dist/esm/core/crypto/ed25519.mjs +1 -1
- package/dist/esm/core/crypto/ephemeral.d.mts +1 -1
- package/dist/esm/core/crypto/ephemeral.mjs +1 -1
- package/dist/esm/core/crypto/federatedKeyless.d.mts +2 -2
- package/dist/esm/core/crypto/federatedKeyless.mjs +1 -1
- package/dist/esm/core/crypto/index.d.mts +2 -2
- package/dist/esm/core/crypto/index.mjs +1 -1
- package/dist/esm/core/crypto/keyless.d.mts +2 -2
- package/dist/esm/core/crypto/keyless.mjs +1 -1
- package/dist/esm/core/crypto/multiEd25519.d.mts +1 -1
- package/dist/esm/core/crypto/multiEd25519.mjs +1 -1
- package/dist/esm/core/crypto/multiKey.d.mts +1 -1
- package/dist/esm/core/crypto/multiKey.mjs +1 -1
- package/dist/esm/core/crypto/privateKey.d.mts +1 -1
- package/dist/esm/core/crypto/privateKey.mjs +1 -1
- package/dist/esm/core/crypto/proof.mjs +1 -1
- package/dist/esm/core/crypto/publicKey.d.mts +1 -1
- package/dist/esm/core/crypto/publicKey.mjs +1 -1
- package/dist/esm/core/crypto/secp256k1.d.mts +1 -1
- package/dist/esm/core/crypto/secp256k1.mjs +1 -1
- package/dist/esm/core/crypto/signature.mjs +1 -1
- package/dist/esm/core/crypto/singleKey.d.mts +3 -3
- package/dist/esm/core/crypto/singleKey.mjs +1 -1
- package/dist/esm/core/crypto/utils.mjs +1 -1
- package/dist/esm/core/hex.mjs +1 -1
- package/dist/esm/core/index.d.mts +2 -2
- package/dist/esm/core/index.mjs +1 -1
- package/dist/esm/errors/index.mjs +1 -1
- package/dist/esm/{federatedKeyless-DVfVovSR.d.mts → federatedKeyless-DAYXjY2Y.d.mts} +1 -1
- package/dist/esm/index.d.mts +7 -7
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/internal/abstraction.d.mts +2 -2
- package/dist/esm/internal/abstraction.mjs +1 -1
- package/dist/esm/internal/account.d.mts +3 -2
- package/dist/esm/internal/account.mjs +1 -1
- package/dist/esm/internal/ans.d.mts +2 -2
- package/dist/esm/internal/ans.mjs +1 -1
- package/dist/esm/internal/coin.d.mts +5 -5
- package/dist/esm/internal/coin.mjs +1 -1
- package/dist/esm/internal/digitalAsset.d.mts +2 -2
- package/dist/esm/internal/digitalAsset.mjs +1 -1
- package/dist/esm/internal/event.mjs +1 -1
- package/dist/esm/internal/faucet.mjs +1 -1
- package/dist/esm/internal/fungibleAsset.d.mts +26 -3
- package/dist/esm/internal/fungibleAsset.mjs +1 -1
- package/dist/esm/internal/general.mjs +1 -1
- package/dist/esm/internal/keyless.d.mts +3 -3
- package/dist/esm/internal/keyless.mjs +1 -1
- package/dist/esm/internal/object.mjs +1 -1
- package/dist/esm/internal/staking.mjs +1 -1
- package/dist/esm/internal/table.mjs +1 -1
- package/dist/esm/internal/transaction.mjs +1 -1
- package/dist/esm/internal/transactionSubmission.d.mts +2 -2
- package/dist/esm/internal/transactionSubmission.mjs +1 -1
- package/dist/esm/internal/utils/index.mjs +1 -1
- package/dist/esm/internal/utils/utils.mjs +1 -1
- package/dist/esm/internal/view.d.mts +1 -1
- package/dist/esm/internal/view.mjs +1 -1
- package/dist/esm/{publicKey-pDHBAZlT.d.mts → publicKey-CJOcUwJK.d.mts} +1 -1
- package/dist/esm/transactions/authenticator/account.d.mts +7 -3
- package/dist/esm/transactions/authenticator/account.mjs +1 -1
- package/dist/esm/transactions/authenticator/index.d.mts +1 -1
- package/dist/esm/transactions/authenticator/index.mjs +1 -1
- package/dist/esm/transactions/authenticator/transaction.d.mts +1 -1
- package/dist/esm/transactions/authenticator/transaction.mjs +1 -1
- package/dist/esm/transactions/index.d.mts +1 -1
- package/dist/esm/transactions/index.mjs +1 -1
- package/dist/esm/transactions/instances/chainId.mjs +1 -1
- package/dist/esm/transactions/instances/identifier.mjs +1 -1
- package/dist/esm/transactions/instances/index.d.mts +1 -1
- package/dist/esm/transactions/instances/index.mjs +1 -1
- package/dist/esm/transactions/instances/moduleId.mjs +1 -1
- package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/rawTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/rotationProofChallenge.d.mts +1 -1
- package/dist/esm/transactions/instances/rotationProofChallenge.mjs +1 -1
- package/dist/esm/transactions/instances/signedTransaction.d.mts +1 -1
- package/dist/esm/transactions/instances/signedTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/transactionPayload.mjs +1 -1
- package/dist/esm/transactions/management/accountSequenceNumber.d.mts +2 -2
- package/dist/esm/transactions/management/accountSequenceNumber.mjs +1 -1
- package/dist/esm/transactions/management/index.d.mts +2 -2
- package/dist/esm/transactions/management/index.mjs +1 -1
- package/dist/esm/transactions/management/transactionWorker.d.mts +2 -2
- package/dist/esm/transactions/management/transactionWorker.mjs +1 -1
- package/dist/esm/transactions/scriptComposer/index.d.mts +1 -1
- package/dist/esm/transactions/scriptComposer/index.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/helpers.d.mts +1 -1
- package/dist/esm/transactions/transactionBuilder/helpers.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/index.d.mts +1 -1
- package/dist/esm/transactions/transactionBuilder/index.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/remoteAbi.d.mts +1 -1
- package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/signingMessage.d.mts +1 -1
- package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/transactionBuilder.d.mts +1 -1
- package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -1
- package/dist/esm/transactions/typeTag/index.mjs +1 -1
- package/dist/esm/transactions/typeTag/parser.mjs +1 -1
- package/dist/esm/transactions/types.d.mts +1 -1
- package/dist/esm/types/abstraction.d.mts +2 -1
- package/dist/esm/types/abstraction.mjs +1 -1
- package/dist/esm/types/index.mjs +1 -1
- package/dist/esm/types/types.d.mts +0 -19
- package/dist/esm/types/types.mjs +1 -1
- package/dist/esm/utils/helpers.mjs +1 -1
- package/dist/esm/utils/index.mjs +1 -1
- package/dist/esm/utils/normalizeBundle.mjs +1 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +20 -26
- package/src/account/AbstractedAccount.ts +1 -1
- package/src/account/DerivableAbstractedAccount.ts +101 -0
- package/src/account/index.ts +1 -0
- package/src/api/account.ts +1 -0
- package/src/api/aptos.ts +0 -6
- package/src/api/aptosConfig.ts +2 -2
- package/src/api/fungibleAsset.ts +54 -1
- package/src/client/core.ts +0 -120
- package/src/client/get.ts +1 -73
- package/src/client/post.ts +1 -70
- package/src/core/crypto/abstraction.ts +3 -3
- package/src/core/crypto/publicKey.ts +3 -1
- package/src/core/crypto/singleKey.ts +2 -2
- package/src/core/hex.ts +1 -3
- package/src/internal/account.ts +10 -9
- package/src/internal/fungibleAsset.ts +37 -0
- package/src/internal/view.ts +4 -4
- package/src/transactions/authenticator/account.ts +40 -5
- package/src/types/abstraction.ts +1 -0
- package/src/types/types.ts +0 -20
- package/src/version.ts +1 -1
- package/dist/common/chunk-MVCKMP5U.js +0 -4
- package/dist/common/chunk-MVCKMP5U.js.map +0 -1
- package/dist/esm/api/experimental.d.mts +0 -83
- package/dist/esm/api/experimental.mjs +0 -2
- package/dist/esm/chunk-2DISMLR6.mjs +0 -2
- package/dist/esm/chunk-2DISMLR6.mjs.map +0 -1
- package/dist/esm/chunk-5WNHYEW2.mjs +0 -2
- package/dist/esm/chunk-7WPEGMD6.mjs +0 -2
- package/dist/esm/chunk-B373VRCY.mjs.map +0 -1
- package/dist/esm/chunk-BRGQM252.mjs +0 -2
- package/dist/esm/chunk-CICJRLYU.mjs +0 -2
- package/dist/esm/chunk-CICJRLYU.mjs.map +0 -1
- package/dist/esm/chunk-DFRHNDOS.mjs.map +0 -1
- package/dist/esm/chunk-DOVH6HPL.mjs +0 -2
- package/dist/esm/chunk-EXXY72UN.mjs +0 -2
- package/dist/esm/chunk-IMTC3J2M.mjs +0 -2
- package/dist/esm/chunk-IMTC3J2M.mjs.map +0 -1
- package/dist/esm/chunk-KSLLV3ZC.mjs +0 -2
- package/dist/esm/chunk-KSLLV3ZC.mjs.map +0 -1
- package/dist/esm/chunk-NDXMDJV4.mjs +0 -2
- package/dist/esm/chunk-URNCRLHO.mjs +0 -4
- package/dist/esm/chunk-URNCRLHO.mjs.map +0 -1
- package/dist/esm/chunk-VHY6ZATX.mjs +0 -2
- package/dist/esm/chunk-VHY6ZATX.mjs.map +0 -1
- package/dist/esm/chunk-YVRPD7Z6.mjs +0 -2
- package/dist/esm/chunk-YVRPD7Z6.mjs.map +0 -1
- package/dist/esm/internal/experimental.d.mts +0 -52
- package/dist/esm/internal/experimental.mjs +0 -2
- package/dist/esm/internal/experimental.mjs.map +0 -1
- package/src/api/experimental.ts +0 -64
- package/src/internal/experimental.ts +0 -55
- package/src/internal/move/jwks/build/jwk/BuildInfo.yaml +0 -56
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/account.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_factory.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_v2.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_account.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_coin.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_governance.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/block.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_id.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_status.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/code.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/coin.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/config_buffer.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/consensus_config.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/create_signer.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/delegation_pool.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dispatchable_fungible_asset.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dkg.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/event.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/execution_config.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/function_info.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/fungible_asset.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/gas_schedule.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/genesis.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/governance_proposal.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/guid.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwk_consensus_config.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwks.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/keyless_account.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/managed_coin.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/multisig_account.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object_code_deployment.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/optional_aggregator.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/primary_fungible_store.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_api_v0_config.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config_seqnum.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_state.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_with_dkg.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/resource_account.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/stake.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_config.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_contract.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_proxy.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/state_storage.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/storage_gas.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/system_addresses.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/timestamp.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_context.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_fee.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_validation.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/util.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/validator_consensus_info.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/version.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/vesting.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/voting.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/any.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/aptos_hash.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/big_vector.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381_algebra.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bn254_algebra.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/capability.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/comparator.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/copyable_any.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/crypto_algebra.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/debug.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ed25519.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/fixed_point64.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/from_bcs.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math128.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math64.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed64.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/multi_ed25519.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64_unbound.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_bulletproofs.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_elgamal.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_pedersen.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/secp256k1.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/simple_map.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_table.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_vector.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/string_utils.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table_with_length.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/type_info.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/acl.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bcs.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bit_vector.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/error.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/features.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/fixed_point32.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/hash.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/option.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/signer.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/string.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/vector.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_scripts/main.mv +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/account.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_factory.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_v2.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_account.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_coin.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_governance.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/block.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_id.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_status.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/code.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/coin.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/config_buffer.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/consensus_config.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/create_signer.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/delegation_pool.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dispatchable_fungible_asset.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dkg.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/event.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/execution_config.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/function_info.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/fungible_asset.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/gas_schedule.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/genesis.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/governance_proposal.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/guid.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwk_consensus_config.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwks.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/keyless_account.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/managed_coin.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/multisig_account.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object_code_deployment.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/optional_aggregator.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/primary_fungible_store.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_api_v0_config.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config_seqnum.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_state.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_with_dkg.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/resource_account.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/stake.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_config.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_contract.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_proxy.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/state_storage.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/storage_gas.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/system_addresses.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/timestamp.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_context.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_fee.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_validation.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/util.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/validator_consensus_info.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/version.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/vesting.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/voting.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/any.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/aptos_hash.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/big_vector.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381_algebra.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bn254_algebra.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/capability.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/comparator.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/copyable_any.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/crypto_algebra.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/debug.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ed25519.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/fixed_point64.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/from_bcs.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math128.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math64.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed64.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/multi_ed25519.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64_unbound.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_bulletproofs.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_elgamal.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_pedersen.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/secp256k1.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/simple_map.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_table.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_vector.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/string_utils.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table_with_length.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/type_info.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/acl.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bcs.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bit_vector.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/error.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/features.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/fixed_point32.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/hash.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/option.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/signer.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/string.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/vector.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/main.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/account.move +0 -1533
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator.move +0 -48
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_factory.move +0 -66
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_v2.move +0 -280
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_account.move +0 -443
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_coin.move +0 -204
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_governance.move +0 -1387
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/block.move +0 -394
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_id.move +0 -41
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_status.move +0 -48
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/code.move +0 -367
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/coin.move +0 -2214
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/config_buffer.move +0 -101
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/consensus_config.move +0 -77
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/create_signer.move +0 -21
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/delegation_pool.move +0 -5568
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dispatchable_fungible_asset.move +0 -228
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dkg.move +0 -121
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/event.move +0 -92
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/execution_config.move +0 -66
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/function_info.move +0 -100
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/fungible_asset.move +0 -1566
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/gas_schedule.move +0 -176
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/genesis.move +0 -550
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/governance_proposal.move +0 -23
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/guid.move +0 -68
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwk_consensus_config.move +0 -148
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwks.move +0 -817
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/keyless_account.move +0 -312
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/managed_coin.move +0 -205
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/multisig_account.move +0 -2477
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object.move +0 -1073
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object_code_deployment.move +0 -147
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/optional_aggregator.move +0 -295
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/primary_fungible_store.move +0 -405
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness.move +0 -574
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_api_v0_config.move +0 -57
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config.move +0 -153
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config_seqnum.move +0 -49
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration.move +0 -237
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_state.move +0 -132
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_with_dkg.move +0 -69
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/resource_account.move +0 -267
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/stake.move +0 -3286
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_config.move +0 -686
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_contract.move +0 -1618
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_proxy.move +0 -228
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/state_storage.move +0 -90
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/storage_gas.move +0 -622
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/system_addresses.move +0 -82
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/timestamp.move +0 -88
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_context.move +0 -262
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_fee.move +0 -457
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_validation.move +0 -501
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/util.move +0 -16
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/validator_consensus_info.move +0 -42
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/version.move +0 -115
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/vesting.move +0 -2183
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/voting.move +0 -1279
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/any.move +0 -57
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/aptos_hash.move +0 -253
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/big_vector.move +0 -469
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381.move +0 -985
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381_algebra.move +0 -802
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bn254_algebra.move +0 -855
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/capability.move +0 -193
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/comparator.move +0 -173
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/copyable_any.move +0 -45
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/crypto_algebra.move +0 -351
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/debug.move +0 -278
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ed25519.move +0 -262
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/fixed_point64.move +0 -447
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/from_bcs.move +0 -91
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math128.move +0 -381
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math64.move +0 -336
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed.move +0 -139
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed64.move +0 -142
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/multi_ed25519.move +0 -482
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64.move +0 -571
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64_unbound.move +0 -270
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255.move +0 -1310
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_bulletproofs.move +0 -253
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_elgamal.move +0 -234
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_pedersen.move +0 -158
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/secp256k1.move +0 -114
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/simple_map.move +0 -319
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_table.move +0 -769
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_vector.move +0 -766
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/string_utils.move +0 -148
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table.move +0 -152
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table_with_length.move +0 -141
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/type_info.move +0 -351
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/acl.move +0 -46
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bcs.move +0 -27
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bit_vector.move +0 -239
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/error.move +0 -88
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/features.move +0 -780
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/fixed_point32.move +0 -295
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/hash.move +0 -8
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/option.move +0 -356
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/signer.move +0 -21
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/string.move +0 -93
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/vector.move +0 -669
- package/src/internal/move/jwks/build/jwk/sources/main.move +0 -20
- /package/dist/esm/{api/experimental.mjs.map → account/DerivableAbstractedAccount.mjs.map} +0 -0
- /package/dist/esm/{chunk-KIMU5PYJ.mjs.map → chunk-3IHKQH5O.mjs.map} +0 -0
- /package/dist/esm/{chunk-L5C44K6H.mjs.map → chunk-6PKBXYG3.mjs.map} +0 -0
- /package/dist/esm/{chunk-ZKOF4KST.mjs.map → chunk-6Y6ZO7TS.mjs.map} +0 -0
- /package/dist/esm/{chunk-TORMKDQG.mjs.map → chunk-ARNW34PP.mjs.map} +0 -0
- /package/dist/esm/{chunk-F2GWK4YJ.mjs.map → chunk-BUUV6B4P.mjs.map} +0 -0
- /package/dist/esm/{chunk-M7W6FZ5Z.mjs.map → chunk-BXRBOMHW.mjs.map} +0 -0
- /package/dist/esm/{chunk-4FBUZY6C.mjs.map → chunk-C6JRJNK3.mjs.map} +0 -0
- /package/dist/esm/{chunk-DOVH6HPL.mjs.map → chunk-DPW6ELCQ.mjs.map} +0 -0
- /package/dist/esm/{chunk-6QJWFV2M.mjs.map → chunk-GLFZJNF3.mjs.map} +0 -0
- /package/dist/esm/{chunk-SZYA6IG4.mjs.map → chunk-GYVSI3TS.mjs.map} +0 -0
- /package/dist/esm/{chunk-DGH7NXHM.mjs.map → chunk-IXYGZ57N.mjs.map} +0 -0
- /package/dist/esm/{chunk-BE3OXYYX.mjs.map → chunk-JGFKIUG5.mjs.map} +0 -0
- /package/dist/esm/{chunk-2RBINVFA.mjs.map → chunk-KAYKTT4S.mjs.map} +0 -0
- /package/dist/esm/{chunk-CZOZTNXJ.mjs.map → chunk-NJN3EAOM.mjs.map} +0 -0
- /package/dist/esm/{chunk-FU65NEDT.mjs.map → chunk-OYH2T6V5.mjs.map} +0 -0
- /package/dist/esm/{chunk-EXXY72UN.mjs.map → chunk-OYUW6ZN2.mjs.map} +0 -0
- /package/dist/esm/{chunk-DH32UXHB.mjs.map → chunk-P237G6YB.mjs.map} +0 -0
- /package/dist/esm/{chunk-7JRZLDWV.mjs.map → chunk-PRUQZNAP.mjs.map} +0 -0
- /package/dist/esm/{chunk-7CRQNXR5.mjs.map → chunk-ROT6S6BM.mjs.map} +0 -0
- /package/dist/esm/{chunk-H3NZHL45.mjs.map → chunk-SOJ3OG6X.mjs.map} +0 -0
- /package/dist/esm/{chunk-5WNHYEW2.mjs.map → chunk-TUZHLTDU.mjs.map} +0 -0
- /package/dist/esm/{chunk-3AS5BVKL.mjs.map → chunk-V7U5Y4AU.mjs.map} +0 -0
- /package/dist/esm/{chunk-UQKQH5C7.mjs.map → chunk-WLUXOUZH.mjs.map} +0 -0
- /package/dist/esm/{chunk-V5IPL4SJ.mjs.map → chunk-WTLQD6MR.mjs.map} +0 -0
- /package/dist/esm/{chunk-P5CIZZDK.mjs.map → chunk-XF6BISPI.mjs.map} +0 -0
- /package/dist/esm/{chunk-DC5IVW4W.mjs.map → chunk-YFFDF22R.mjs.map} +0 -0
- /package/dist/esm/{chunk-HEYMZZRE.mjs.map → chunk-YQIAWAPY.mjs.map} +0 -0
- /package/dist/esm/{chunk-BRGQM252.mjs.map → chunk-Z6KQX6VX.mjs.map} +0 -0
- /package/dist/esm/{chunk-DCVGWCZD.mjs.map → chunk-ZMT2M6YT.mjs.map} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{Ga as a,Ha as b,Ia as c,Ja as d,Ka as e,La as f,Ma as g,Na as h,Oa as i,Pa as j,Qa as k,Ra as l,Ta as m,Ua as n}from"../chunk-
|
|
1
|
+
import{Ga as a,Ha as b,Ia as c,Ja as d,Ka as e,La as f,Ma as g,Na as h,Oa as i,Pa as j,Qa as k,Ra as l,Ta as m,Ua as n,Va as o}from"../chunk-TAEOFYOF.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-XF6BISPI.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-3IHKQH5O.mjs";import"../chunk-OYH2T6V5.mjs";import"../chunk-PRUQZNAP.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-OYUW6ZN2.mjs";import"../chunk-V7U5Y4AU.mjs";import"../chunk-WTLQD6MR.mjs";import"../chunk-YQIAWAPY.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-FBCXUC7J.mjs";import"../chunk-BYINW7I2.mjs";import"../chunk-Z6KQX6VX.mjs";import"../chunk-KJH4KKG6.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-6PKBXYG3.mjs";import"../chunk-ARNW34PP.mjs";import"../chunk-GLFZJNF3.mjs";import"../chunk-KAYKTT4S.mjs";import"../chunk-P237G6YB.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-BXRBOMHW.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-GJ7STZEW.mjs";import"../chunk-GQ557FEA.mjs";import"../chunk-25O4L7YR.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-TUZHLTDU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-IXYGZ57N.mjs";import"../chunk-WLUXOUZH.mjs";import"../chunk-SOJ3OG6X.mjs";import"../chunk-C6JRJNK3.mjs";import"../chunk-JGFKIUG5.mjs";import"../chunk-6Y6ZO7TS.mjs";import"../chunk-YFFDF22R.mjs";import"../chunk-BUUV6B4P.mjs";import"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-F2ZTBAJJ.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-L33JDCWL.mjs";import"../chunk-KDMSOCZY.mjs";export{g as AbstractKeylessAccount,n as AbstractedAccount,d as Account,m as AccountUtils,o as DerivableAbstractedAccount,a as Ed25519Account,e as EphemeralKeyPair,j as FederatedKeylessAccount,i as KeylessAccount,l as MultiEd25519Account,k as MultiKeyAccount,c as SingleKeyAccount,h as TransactionAndProof,f as isKeylessSigner,b as isSingleKeySigner};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{Sa as a}from"../chunk-
|
|
1
|
+
import{Sa as a}from"../chunk-TAEOFYOF.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-XF6BISPI.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-3IHKQH5O.mjs";import"../chunk-OYH2T6V5.mjs";import"../chunk-PRUQZNAP.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-OYUW6ZN2.mjs";import"../chunk-V7U5Y4AU.mjs";import"../chunk-WTLQD6MR.mjs";import"../chunk-YQIAWAPY.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-FBCXUC7J.mjs";import"../chunk-BYINW7I2.mjs";import"../chunk-Z6KQX6VX.mjs";import"../chunk-KJH4KKG6.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-6PKBXYG3.mjs";import"../chunk-ARNW34PP.mjs";import"../chunk-GLFZJNF3.mjs";import"../chunk-KAYKTT4S.mjs";import"../chunk-P237G6YB.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-BXRBOMHW.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-GJ7STZEW.mjs";import"../chunk-GQ557FEA.mjs";import"../chunk-25O4L7YR.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-TUZHLTDU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-IXYGZ57N.mjs";import"../chunk-WLUXOUZH.mjs";import"../chunk-SOJ3OG6X.mjs";import"../chunk-C6JRJNK3.mjs";import"../chunk-JGFKIUG5.mjs";import"../chunk-6Y6ZO7TS.mjs";import"../chunk-YFFDF22R.mjs";import"../chunk-BUUV6B4P.mjs";import"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-F2ZTBAJJ.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-L33JDCWL.mjs";import"../chunk-KDMSOCZY.mjs";export{a as deserializeSchemeAndAddress};
|
|
2
2
|
//# sourceMappingURL=utils.mjs.map
|
|
@@ -16,7 +16,7 @@ import '../../transactions/instances/transactionArgument.mjs';
|
|
|
16
16
|
import '../../bcs/serializable/moveStructs.mjs';
|
|
17
17
|
import '../../bcs/serializable/movePrimitives.mjs';
|
|
18
18
|
import '../../bcs/serializable/fixedBytes.mjs';
|
|
19
|
-
import '../../publicKey-
|
|
19
|
+
import '../../publicKey-CJOcUwJK.mjs';
|
|
20
20
|
import '../../core/crypto/signature.mjs';
|
|
21
21
|
import '../../transactions/authenticator/account.mjs';
|
|
22
22
|
import '../../core/crypto/ed25519.mjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{vc as a}from"../../chunk-TAEOFYOF.mjs";import"../../chunk-A5L76YP7.mjs";import"../../chunk-XF6BISPI.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-G3MHXDYA.mjs";import"../../chunk-3IHKQH5O.mjs";import"../../chunk-OYH2T6V5.mjs";import"../../chunk-PRUQZNAP.mjs";import"../../chunk-GOXRBEIJ.mjs";import"../../chunk-OYUW6ZN2.mjs";import"../../chunk-V7U5Y4AU.mjs";import"../../chunk-WTLQD6MR.mjs";import"../../chunk-YQIAWAPY.mjs";import"../../chunk-ROT6S6BM.mjs";import"../../chunk-DPW6ELCQ.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-W4BSN6SK.mjs";import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-FBCXUC7J.mjs";import"../../chunk-BYINW7I2.mjs";import"../../chunk-Z6KQX6VX.mjs";import"../../chunk-KJH4KKG6.mjs";import"../../chunk-V3MBJJTL.mjs";import"../../chunk-6PKBXYG3.mjs";import"../../chunk-ARNW34PP.mjs";import"../../chunk-GLFZJNF3.mjs";import"../../chunk-KAYKTT4S.mjs";import"../../chunk-P237G6YB.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-BXRBOMHW.mjs";import"../../chunk-VHNX2NUR.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-GJ7STZEW.mjs";import"../../chunk-GQ557FEA.mjs";import"../../chunk-25O4L7YR.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-TUZHLTDU.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-IXYGZ57N.mjs";import"../../chunk-WLUXOUZH.mjs";import"../../chunk-SOJ3OG6X.mjs";import"../../chunk-C6JRJNK3.mjs";import"../../chunk-JGFKIUG5.mjs";import"../../chunk-6Y6ZO7TS.mjs";import"../../chunk-YFFDF22R.mjs";import"../../chunk-BUUV6B4P.mjs";import"../../chunk-GYVSI3TS.mjs";import"../../chunk-3OLFJ65O.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-ODAAZLPK.mjs";import"../../chunk-NJN3EAOM.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-F2ZTBAJJ.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-RJ7F4JDV.mjs";import"../../chunk-L33JDCWL.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as AccountAbstraction};
|
|
2
2
|
//# sourceMappingURL=abstraction.mjs.map
|
|
@@ -4,7 +4,7 @@ import { AccountAddressInput, AccountAddress } from '../core/accountAddress.mjs'
|
|
|
4
4
|
import { AptosConfig } from './aptosConfig.mjs';
|
|
5
5
|
import { PrivateKey } from '../core/crypto/privateKey.mjs';
|
|
6
6
|
import { CurrentFungibleAssetBalancesBoolExp } from '../types/generated/types.mjs';
|
|
7
|
-
import { A as Account$1 } from '../Ed25519Account-
|
|
7
|
+
import { A as Account$1 } from '../Ed25519Account-D9XrCLfE.mjs';
|
|
8
8
|
import { AccountAbstraction } from './account/abstraction.mjs';
|
|
9
9
|
import '../types/generated/operations.mjs';
|
|
10
10
|
import '../utils/apiEndpoints.mjs';
|
|
@@ -15,7 +15,7 @@ import '../core/common.mjs';
|
|
|
15
15
|
import '../bcs/deserializer.mjs';
|
|
16
16
|
import '../transactions/instances/transactionArgument.mjs';
|
|
17
17
|
import '../utils/const.mjs';
|
|
18
|
-
import '../publicKey-
|
|
18
|
+
import '../publicKey-CJOcUwJK.mjs';
|
|
19
19
|
import '../core/crypto/signature.mjs';
|
|
20
20
|
import '../transactions/authenticator/account.mjs';
|
|
21
21
|
import '../core/crypto/ed25519.mjs';
|
|
@@ -761,6 +761,7 @@ declare class Account {
|
|
|
761
761
|
* runExample().catch(console.error);
|
|
762
762
|
* ```
|
|
763
763
|
* @group Account
|
|
764
|
+
* @deprecated Note that more inspection is needed by the user to determine which account exists on-chain
|
|
764
765
|
*/
|
|
765
766
|
deriveAccountFromPrivateKey(args: {
|
|
766
767
|
privateKey: PrivateKey;
|
package/dist/esm/api/account.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{wc as a}from"../chunk-TAEOFYOF.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-XF6BISPI.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-3IHKQH5O.mjs";import"../chunk-OYH2T6V5.mjs";import"../chunk-PRUQZNAP.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-OYUW6ZN2.mjs";import"../chunk-V7U5Y4AU.mjs";import"../chunk-WTLQD6MR.mjs";import"../chunk-YQIAWAPY.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-FBCXUC7J.mjs";import"../chunk-BYINW7I2.mjs";import"../chunk-Z6KQX6VX.mjs";import"../chunk-KJH4KKG6.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-6PKBXYG3.mjs";import"../chunk-ARNW34PP.mjs";import"../chunk-GLFZJNF3.mjs";import"../chunk-KAYKTT4S.mjs";import"../chunk-P237G6YB.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-BXRBOMHW.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-GJ7STZEW.mjs";import"../chunk-GQ557FEA.mjs";import"../chunk-25O4L7YR.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-TUZHLTDU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-IXYGZ57N.mjs";import"../chunk-WLUXOUZH.mjs";import"../chunk-SOJ3OG6X.mjs";import"../chunk-C6JRJNK3.mjs";import"../chunk-JGFKIUG5.mjs";import"../chunk-6Y6ZO7TS.mjs";import"../chunk-YFFDF22R.mjs";import"../chunk-BUUV6B4P.mjs";import"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-F2ZTBAJJ.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-L33JDCWL.mjs";import"../chunk-KDMSOCZY.mjs";export{a as Account};
|
|
2
2
|
//# sourceMappingURL=account.mjs.map
|
package/dist/esm/api/ans.d.mts
CHANGED
|
@@ -3,7 +3,7 @@ import { AccountAddress, AccountAddressInput } from '../core/accountAddress.mjs'
|
|
|
3
3
|
import { AptosConfig } from './aptosConfig.mjs';
|
|
4
4
|
import { SimpleTransaction } from '../transactions/instances/simpleTransaction.mjs';
|
|
5
5
|
import { InputGenerateTransactionOptions } from '../transactions/types.mjs';
|
|
6
|
-
import { A as Account } from '../Ed25519Account-
|
|
6
|
+
import { A as Account } from '../Ed25519Account-D9XrCLfE.mjs';
|
|
7
7
|
import { RegisterNameParameters, GetAccountNamesArgs, GetAccountDomainsArgs, GetAccountSubdomainsArgs, GetDomainSubdomainsArgs } from '../internal/ans.mjs';
|
|
8
8
|
import '../types/generated/operations.mjs';
|
|
9
9
|
import '../types/generated/types.mjs';
|
|
@@ -25,7 +25,7 @@ import '../transactions/typeTag/index.mjs';
|
|
|
25
25
|
import '../bcs/serializable/moveStructs.mjs';
|
|
26
26
|
import '../bcs/serializable/movePrimitives.mjs';
|
|
27
27
|
import '../bcs/serializable/fixedBytes.mjs';
|
|
28
|
-
import '../publicKey-
|
|
28
|
+
import '../publicKey-CJOcUwJK.mjs';
|
|
29
29
|
import '../core/crypto/signature.mjs';
|
|
30
30
|
import '../transactions/authenticator/account.mjs';
|
|
31
31
|
import '../core/crypto/ed25519.mjs';
|
package/dist/esm/api/ans.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{Ed as a}from"../chunk-TAEOFYOF.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-XF6BISPI.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-3IHKQH5O.mjs";import"../chunk-OYH2T6V5.mjs";import"../chunk-PRUQZNAP.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-OYUW6ZN2.mjs";import"../chunk-V7U5Y4AU.mjs";import"../chunk-WTLQD6MR.mjs";import"../chunk-YQIAWAPY.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-FBCXUC7J.mjs";import"../chunk-BYINW7I2.mjs";import"../chunk-Z6KQX6VX.mjs";import"../chunk-KJH4KKG6.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-6PKBXYG3.mjs";import"../chunk-ARNW34PP.mjs";import"../chunk-GLFZJNF3.mjs";import"../chunk-KAYKTT4S.mjs";import"../chunk-P237G6YB.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-BXRBOMHW.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-GJ7STZEW.mjs";import"../chunk-GQ557FEA.mjs";import"../chunk-25O4L7YR.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-TUZHLTDU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-IXYGZ57N.mjs";import"../chunk-WLUXOUZH.mjs";import"../chunk-SOJ3OG6X.mjs";import"../chunk-C6JRJNK3.mjs";import"../chunk-JGFKIUG5.mjs";import"../chunk-6Y6ZO7TS.mjs";import"../chunk-YFFDF22R.mjs";import"../chunk-BUUV6B4P.mjs";import"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-F2ZTBAJJ.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-L33JDCWL.mjs";import"../chunk-KDMSOCZY.mjs";export{a as ANS};
|
|
2
2
|
//# sourceMappingURL=ans.mjs.map
|
package/dist/esm/api/aptos.d.mts
CHANGED
|
@@ -12,7 +12,6 @@ import { Transaction } from './transaction.mjs';
|
|
|
12
12
|
import { Table } from './table.mjs';
|
|
13
13
|
import { Keyless } from './keyless.mjs';
|
|
14
14
|
import { AptosObject } from './object.mjs';
|
|
15
|
-
import { Experimental } from './experimental.mjs';
|
|
16
15
|
import '../types/indexer.mjs';
|
|
17
16
|
import '../types/generated/operations.mjs';
|
|
18
17
|
import '../types/generated/types.mjs';
|
|
@@ -26,10 +25,10 @@ import '../core/common.mjs';
|
|
|
26
25
|
import '../bcs/deserializer.mjs';
|
|
27
26
|
import '../transactions/instances/transactionArgument.mjs';
|
|
28
27
|
import '../core/crypto/privateKey.mjs';
|
|
29
|
-
import '../publicKey-
|
|
28
|
+
import '../publicKey-CJOcUwJK.mjs';
|
|
30
29
|
import '../core/crypto/signature.mjs';
|
|
31
30
|
import '../utils/const.mjs';
|
|
32
|
-
import '../Ed25519Account-
|
|
31
|
+
import '../Ed25519Account-D9XrCLfE.mjs';
|
|
33
32
|
import '../transactions/authenticator/account.mjs';
|
|
34
33
|
import '../core/crypto/ed25519.mjs';
|
|
35
34
|
import '../core/crypto/multiEd25519.mjs';
|
|
@@ -61,7 +60,7 @@ import 'eventemitter3';
|
|
|
61
60
|
import '../transactions/management/transactionWorker.mjs';
|
|
62
61
|
import '../transactions/management/accountSequenceNumber.mjs';
|
|
63
62
|
import '../transactions/management/asyncQueue.mjs';
|
|
64
|
-
import '../federatedKeyless-
|
|
63
|
+
import '../federatedKeyless-DAYXjY2Y.mjs';
|
|
65
64
|
import '../core/crypto/ephemeral.mjs';
|
|
66
65
|
import '../core/crypto/proof.mjs';
|
|
67
66
|
import '../types/keyless.mjs';
|
|
@@ -104,7 +103,6 @@ declare class Aptos {
|
|
|
104
103
|
readonly coin: Coin;
|
|
105
104
|
readonly digitalAsset: DigitalAsset;
|
|
106
105
|
readonly event: Event;
|
|
107
|
-
readonly experimental: Experimental;
|
|
108
106
|
readonly faucet: Faucet;
|
|
109
107
|
readonly fungibleAsset: FungibleAsset;
|
|
110
108
|
readonly general: General;
|
|
@@ -136,7 +134,7 @@ declare class Aptos {
|
|
|
136
134
|
*/
|
|
137
135
|
constructor(settings?: AptosConfig);
|
|
138
136
|
}
|
|
139
|
-
interface Aptos extends Account, ANS, Coin, DigitalAsset, Event,
|
|
137
|
+
interface Aptos extends Account, ANS, Coin, DigitalAsset, Event, Faucet, FungibleAsset, General, Keyless, Staking, Table, AptosObject, Omit<Transaction, "build" | "simulate" | "submit" | "batch"> {
|
|
140
138
|
}
|
|
141
139
|
|
|
142
140
|
export { Aptos };
|
package/dist/esm/api/aptos.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{_d as a}from"../chunk-
|
|
1
|
+
import{_d as a}from"../chunk-TAEOFYOF.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-XF6BISPI.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-3IHKQH5O.mjs";import"../chunk-OYH2T6V5.mjs";import"../chunk-PRUQZNAP.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-OYUW6ZN2.mjs";import"../chunk-V7U5Y4AU.mjs";import"../chunk-WTLQD6MR.mjs";import"../chunk-YQIAWAPY.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-FBCXUC7J.mjs";import"../chunk-BYINW7I2.mjs";import"../chunk-Z6KQX6VX.mjs";import"../chunk-KJH4KKG6.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-6PKBXYG3.mjs";import"../chunk-ARNW34PP.mjs";import"../chunk-GLFZJNF3.mjs";import"../chunk-KAYKTT4S.mjs";import"../chunk-P237G6YB.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-BXRBOMHW.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-GJ7STZEW.mjs";import"../chunk-GQ557FEA.mjs";import"../chunk-25O4L7YR.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-TUZHLTDU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-IXYGZ57N.mjs";import"../chunk-WLUXOUZH.mjs";import"../chunk-SOJ3OG6X.mjs";import"../chunk-C6JRJNK3.mjs";import"../chunk-JGFKIUG5.mjs";import"../chunk-6Y6ZO7TS.mjs";import"../chunk-YFFDF22R.mjs";import"../chunk-BUUV6B4P.mjs";import"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-F2ZTBAJJ.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-L33JDCWL.mjs";import"../chunk-KDMSOCZY.mjs";export{a as Aptos};
|
|
2
2
|
//# sourceMappingURL=aptos.mjs.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../chunk-
|
|
1
|
+
import{a}from"../chunk-F2ZTBAJJ.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-KDMSOCZY.mjs";export{a as AptosConfig};
|
|
2
2
|
//# sourceMappingURL=aptosConfig.mjs.map
|
package/dist/esm/api/coin.d.mts
CHANGED
|
@@ -6,22 +6,21 @@ import { SimpleTransaction } from '../transactions/instances/simpleTransaction.m
|
|
|
6
6
|
import '../bcs/serializer.mjs';
|
|
7
7
|
import '../core/hex.mjs';
|
|
8
8
|
import '../core/common.mjs';
|
|
9
|
+
import '../bcs/deserializer.mjs';
|
|
10
|
+
import '../transactions/instances/transactionArgument.mjs';
|
|
9
11
|
import '../types/indexer.mjs';
|
|
10
12
|
import '../types/generated/operations.mjs';
|
|
11
13
|
import '../types/generated/types.mjs';
|
|
12
14
|
import '../utils/apiEndpoints.mjs';
|
|
13
15
|
import '@aptos-labs/script-composer-pack';
|
|
14
|
-
import '../bcs/deserializer.mjs';
|
|
15
|
-
import '../transactions/instances/transactionArgument.mjs';
|
|
16
16
|
import '../bcs/serializable/moveStructs.mjs';
|
|
17
17
|
import '../bcs/serializable/movePrimitives.mjs';
|
|
18
18
|
import '../bcs/serializable/fixedBytes.mjs';
|
|
19
|
-
import '../publicKey-
|
|
19
|
+
import '../publicKey-CJOcUwJK.mjs';
|
|
20
20
|
import '../core/crypto/signature.mjs';
|
|
21
21
|
import '../transactions/authenticator/account.mjs';
|
|
22
22
|
import '../core/crypto/ed25519.mjs';
|
|
23
23
|
import '../core/crypto/privateKey.mjs';
|
|
24
|
-
import '../utils/const.mjs';
|
|
25
24
|
import '../core/crypto/multiEd25519.mjs';
|
|
26
25
|
import '../core/crypto/multiKey.mjs';
|
|
27
26
|
import '../core/crypto/singleKey.mjs';
|
|
@@ -33,6 +32,7 @@ import '../transactions/instances/identifier.mjs';
|
|
|
33
32
|
import '../transactions/instances/moduleId.mjs';
|
|
34
33
|
import '../transactions/typeTag/index.mjs';
|
|
35
34
|
import '../transactions/instances/multiAgentTransaction.mjs';
|
|
35
|
+
import '../utils/const.mjs';
|
|
36
36
|
|
|
37
37
|
/**
|
|
38
38
|
* A class to handle all `Coin` operations.
|
package/dist/esm/api/coin.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{yc as a}from"../chunk-TAEOFYOF.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-XF6BISPI.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-3IHKQH5O.mjs";import"../chunk-OYH2T6V5.mjs";import"../chunk-PRUQZNAP.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-OYUW6ZN2.mjs";import"../chunk-V7U5Y4AU.mjs";import"../chunk-WTLQD6MR.mjs";import"../chunk-YQIAWAPY.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-FBCXUC7J.mjs";import"../chunk-BYINW7I2.mjs";import"../chunk-Z6KQX6VX.mjs";import"../chunk-KJH4KKG6.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-6PKBXYG3.mjs";import"../chunk-ARNW34PP.mjs";import"../chunk-GLFZJNF3.mjs";import"../chunk-KAYKTT4S.mjs";import"../chunk-P237G6YB.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-BXRBOMHW.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-GJ7STZEW.mjs";import"../chunk-GQ557FEA.mjs";import"../chunk-25O4L7YR.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-TUZHLTDU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-IXYGZ57N.mjs";import"../chunk-WLUXOUZH.mjs";import"../chunk-SOJ3OG6X.mjs";import"../chunk-C6JRJNK3.mjs";import"../chunk-JGFKIUG5.mjs";import"../chunk-6Y6ZO7TS.mjs";import"../chunk-YFFDF22R.mjs";import"../chunk-BUUV6B4P.mjs";import"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-F2ZTBAJJ.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-L33JDCWL.mjs";import"../chunk-KDMSOCZY.mjs";export{a as Coin};
|
|
2
2
|
//# sourceMappingURL=coin.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GetCollectionDataResponse, GetTokenDataResponse, GetCurrentTokenOwnershipResponse, GetOwnedTokensResponse, GetTokenActivityResponse } from '../types/indexer.mjs';
|
|
2
2
|
import { AnyNumber, TokenStandardArg, PaginationArgs, OrderByArg, MoveStructId } from '../types/types.mjs';
|
|
3
3
|
import { AccountAddressInput, AccountAddress } from '../core/accountAddress.mjs';
|
|
4
|
-
import { A as Account } from '../Ed25519Account-
|
|
4
|
+
import { A as Account } from '../Ed25519Account-D9XrCLfE.mjs';
|
|
5
5
|
import { InputGenerateTransactionOptions } from '../transactions/types.mjs';
|
|
6
6
|
import { AptosConfig } from './aptosConfig.mjs';
|
|
7
7
|
import { SimpleTransaction } from '../transactions/instances/simpleTransaction.mjs';
|
|
@@ -17,10 +17,9 @@ import '../bcs/deserializer.mjs';
|
|
|
17
17
|
import '../transactions/instances/transactionArgument.mjs';
|
|
18
18
|
import '../transactions/authenticator/account.mjs';
|
|
19
19
|
import '../core/crypto/ed25519.mjs';
|
|
20
|
-
import '../publicKey-
|
|
20
|
+
import '../publicKey-CJOcUwJK.mjs';
|
|
21
21
|
import '../core/crypto/signature.mjs';
|
|
22
22
|
import '../core/crypto/privateKey.mjs';
|
|
23
|
-
import '../utils/const.mjs';
|
|
24
23
|
import '../core/crypto/multiEd25519.mjs';
|
|
25
24
|
import '../core/crypto/multiKey.mjs';
|
|
26
25
|
import '../core/crypto/singleKey.mjs';
|
|
@@ -35,6 +34,7 @@ import '../transactions/instances/identifier.mjs';
|
|
|
35
34
|
import '../transactions/instances/moduleId.mjs';
|
|
36
35
|
import '../transactions/typeTag/index.mjs';
|
|
37
36
|
import '../transactions/instances/multiAgentTransaction.mjs';
|
|
37
|
+
import '../utils/const.mjs';
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
40
|
* A class to query all `DigitalAsset` related queries on Aptos.
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{Xc as a}from"../chunk-TAEOFYOF.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-XF6BISPI.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-3IHKQH5O.mjs";import"../chunk-OYH2T6V5.mjs";import"../chunk-PRUQZNAP.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-OYUW6ZN2.mjs";import"../chunk-V7U5Y4AU.mjs";import"../chunk-WTLQD6MR.mjs";import"../chunk-YQIAWAPY.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-FBCXUC7J.mjs";import"../chunk-BYINW7I2.mjs";import"../chunk-Z6KQX6VX.mjs";import"../chunk-KJH4KKG6.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-6PKBXYG3.mjs";import"../chunk-ARNW34PP.mjs";import"../chunk-GLFZJNF3.mjs";import"../chunk-KAYKTT4S.mjs";import"../chunk-P237G6YB.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-BXRBOMHW.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-GJ7STZEW.mjs";import"../chunk-GQ557FEA.mjs";import"../chunk-25O4L7YR.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-TUZHLTDU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-IXYGZ57N.mjs";import"../chunk-WLUXOUZH.mjs";import"../chunk-SOJ3OG6X.mjs";import"../chunk-C6JRJNK3.mjs";import"../chunk-JGFKIUG5.mjs";import"../chunk-6Y6ZO7TS.mjs";import"../chunk-YFFDF22R.mjs";import"../chunk-BUUV6B4P.mjs";import"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-F2ZTBAJJ.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-L33JDCWL.mjs";import"../chunk-KDMSOCZY.mjs";export{a as DigitalAsset};
|
|
2
2
|
//# sourceMappingURL=digitalAsset.mjs.map
|
package/dist/esm/api/event.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{ad as a}from"../chunk-TAEOFYOF.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-XF6BISPI.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-3IHKQH5O.mjs";import"../chunk-OYH2T6V5.mjs";import"../chunk-PRUQZNAP.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-OYUW6ZN2.mjs";import"../chunk-V7U5Y4AU.mjs";import"../chunk-WTLQD6MR.mjs";import"../chunk-YQIAWAPY.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-FBCXUC7J.mjs";import"../chunk-BYINW7I2.mjs";import"../chunk-Z6KQX6VX.mjs";import"../chunk-KJH4KKG6.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-6PKBXYG3.mjs";import"../chunk-ARNW34PP.mjs";import"../chunk-GLFZJNF3.mjs";import"../chunk-KAYKTT4S.mjs";import"../chunk-P237G6YB.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-BXRBOMHW.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-GJ7STZEW.mjs";import"../chunk-GQ557FEA.mjs";import"../chunk-25O4L7YR.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-TUZHLTDU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-IXYGZ57N.mjs";import"../chunk-WLUXOUZH.mjs";import"../chunk-SOJ3OG6X.mjs";import"../chunk-C6JRJNK3.mjs";import"../chunk-JGFKIUG5.mjs";import"../chunk-6Y6ZO7TS.mjs";import"../chunk-YFFDF22R.mjs";import"../chunk-BUUV6B4P.mjs";import"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-F2ZTBAJJ.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-L33JDCWL.mjs";import"../chunk-KDMSOCZY.mjs";export{a as Event};
|
|
2
2
|
//# sourceMappingURL=event.mjs.map
|
package/dist/esm/api/faucet.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{cd as a}from"../chunk-TAEOFYOF.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-XF6BISPI.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-3IHKQH5O.mjs";import"../chunk-OYH2T6V5.mjs";import"../chunk-PRUQZNAP.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-OYUW6ZN2.mjs";import"../chunk-V7U5Y4AU.mjs";import"../chunk-WTLQD6MR.mjs";import"../chunk-YQIAWAPY.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-FBCXUC7J.mjs";import"../chunk-BYINW7I2.mjs";import"../chunk-Z6KQX6VX.mjs";import"../chunk-KJH4KKG6.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-6PKBXYG3.mjs";import"../chunk-ARNW34PP.mjs";import"../chunk-GLFZJNF3.mjs";import"../chunk-KAYKTT4S.mjs";import"../chunk-P237G6YB.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-BXRBOMHW.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-GJ7STZEW.mjs";import"../chunk-GQ557FEA.mjs";import"../chunk-25O4L7YR.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-TUZHLTDU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-IXYGZ57N.mjs";import"../chunk-WLUXOUZH.mjs";import"../chunk-SOJ3OG6X.mjs";import"../chunk-C6JRJNK3.mjs";import"../chunk-JGFKIUG5.mjs";import"../chunk-6Y6ZO7TS.mjs";import"../chunk-YFFDF22R.mjs";import"../chunk-BUUV6B4P.mjs";import"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-F2ZTBAJJ.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-L33JDCWL.mjs";import"../chunk-KDMSOCZY.mjs";export{a as Faucet};
|
|
2
2
|
//# sourceMappingURL=faucet.mjs.map
|
|
@@ -5,7 +5,7 @@ import { AptosConfig } from './aptosConfig.mjs';
|
|
|
5
5
|
import { AccountAddressInput } from '../core/accountAddress.mjs';
|
|
6
6
|
import { SimpleTransaction } from '../transactions/instances/simpleTransaction.mjs';
|
|
7
7
|
import { InputGenerateTransactionOptions } from '../transactions/types.mjs';
|
|
8
|
-
import { A as Account } from '../Ed25519Account-
|
|
8
|
+
import { A as Account } from '../Ed25519Account-D9XrCLfE.mjs';
|
|
9
9
|
import '../types/generated/operations.mjs';
|
|
10
10
|
import '../utils/apiEndpoints.mjs';
|
|
11
11
|
import '@aptos-labs/script-composer-pack';
|
|
@@ -24,7 +24,7 @@ import '../transactions/typeTag/index.mjs';
|
|
|
24
24
|
import '../bcs/serializable/moveStructs.mjs';
|
|
25
25
|
import '../bcs/serializable/movePrimitives.mjs';
|
|
26
26
|
import '../bcs/serializable/fixedBytes.mjs';
|
|
27
|
-
import '../publicKey-
|
|
27
|
+
import '../publicKey-CJOcUwJK.mjs';
|
|
28
28
|
import '../core/crypto/signature.mjs';
|
|
29
29
|
import '../transactions/authenticator/account.mjs';
|
|
30
30
|
import '../core/crypto/ed25519.mjs';
|
|
@@ -225,7 +225,7 @@ declare class FungibleAsset {
|
|
|
225
225
|
*
|
|
226
226
|
* @param args - The arguments for the transfer operation.
|
|
227
227
|
* @param args.sender - The sender account.
|
|
228
|
-
* @param args.fungibleAssetMetadataAddress - The fungible asset account address. For example, if you
|
|
228
|
+
* @param args.fungibleAssetMetadataAddress - The fungible asset account address. For example, if you're transferring USDT,
|
|
229
229
|
* this would be the USDT address.
|
|
230
230
|
* @param args.recipient - The recipient account address.
|
|
231
231
|
* @param args.amount - The number of assets to transfer.
|
|
@@ -262,6 +262,55 @@ declare class FungibleAsset {
|
|
|
262
262
|
amount: AnyNumber;
|
|
263
263
|
options?: InputGenerateTransactionOptions;
|
|
264
264
|
}): Promise<SimpleTransaction>;
|
|
265
|
+
/**
|
|
266
|
+
* Transfer a specified amount of fungible asset from the sender's any (primary or secondary) fungible store to any (primary or secondary) fungible store.
|
|
267
|
+
* This method allows you to transfer any fungible asset, including fungible tokens.
|
|
268
|
+
*
|
|
269
|
+
* @param args - The arguments for the transfer operation.
|
|
270
|
+
* @param args.sender - The sender account initiating the transfer.
|
|
271
|
+
* @param args.fromStore - The fungible store address initiating the transfer.
|
|
272
|
+
* @param args.toStore - The fungible store address receiving the asset.
|
|
273
|
+
* @param args.amount - The number of assets to transfer. Must be a positive number.
|
|
274
|
+
* @param args.options - Optional parameters for generating the transaction.
|
|
275
|
+
*
|
|
276
|
+
* @returns A SimpleTransaction that can be simulated or submitted to the chain.
|
|
277
|
+
*
|
|
278
|
+
* @throws Error if:
|
|
279
|
+
* - The sender account is invalid
|
|
280
|
+
* - The store addresses are invalid
|
|
281
|
+
* - The amount is negative or zero
|
|
282
|
+
* - The transaction fails to generate
|
|
283
|
+
*
|
|
284
|
+
* @example
|
|
285
|
+
* ```typescript
|
|
286
|
+
* import { Aptos, AptosConfig, Network, Account } from "@aptos-labs/ts-sdk";
|
|
287
|
+
*
|
|
288
|
+
* const config = new AptosConfig({ network: Network.TESTNET });
|
|
289
|
+
* const aptos = new Aptos(config);
|
|
290
|
+
*
|
|
291
|
+
* async function transferAssets() {
|
|
292
|
+
* // Transfer 100 units of the asset from senderStore to recipientStore
|
|
293
|
+
* const transaction = await aptos.transferFungibleAssetBetweenStores({
|
|
294
|
+
* sender: Account.generate(), // replace with a real sender account
|
|
295
|
+
* fromStore: "0x123", // replace with a real fungible store address
|
|
296
|
+
* toStore: "0x456", // replace with a real fungible store address
|
|
297
|
+
* amount: 100
|
|
298
|
+
* });
|
|
299
|
+
*
|
|
300
|
+
* console.log(transaction);
|
|
301
|
+
* }
|
|
302
|
+
*
|
|
303
|
+
* transferAssets().catch(console.error);
|
|
304
|
+
* ```
|
|
305
|
+
* @group FungibleAsset
|
|
306
|
+
*/
|
|
307
|
+
transferFungibleAssetBetweenStores(args: {
|
|
308
|
+
sender: Account;
|
|
309
|
+
fromStore: AccountAddressInput;
|
|
310
|
+
toStore: AccountAddressInput;
|
|
311
|
+
amount: AnyNumber;
|
|
312
|
+
options?: InputGenerateTransactionOptions;
|
|
313
|
+
}): Promise<SimpleTransaction>;
|
|
265
314
|
}
|
|
266
315
|
|
|
267
316
|
export { FungibleAsset };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{id as a}from"../chunk-TAEOFYOF.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-XF6BISPI.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-3IHKQH5O.mjs";import"../chunk-OYH2T6V5.mjs";import"../chunk-PRUQZNAP.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-OYUW6ZN2.mjs";import"../chunk-V7U5Y4AU.mjs";import"../chunk-WTLQD6MR.mjs";import"../chunk-YQIAWAPY.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-FBCXUC7J.mjs";import"../chunk-BYINW7I2.mjs";import"../chunk-Z6KQX6VX.mjs";import"../chunk-KJH4KKG6.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-6PKBXYG3.mjs";import"../chunk-ARNW34PP.mjs";import"../chunk-GLFZJNF3.mjs";import"../chunk-KAYKTT4S.mjs";import"../chunk-P237G6YB.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-BXRBOMHW.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-GJ7STZEW.mjs";import"../chunk-GQ557FEA.mjs";import"../chunk-25O4L7YR.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-TUZHLTDU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-IXYGZ57N.mjs";import"../chunk-WLUXOUZH.mjs";import"../chunk-SOJ3OG6X.mjs";import"../chunk-C6JRJNK3.mjs";import"../chunk-JGFKIUG5.mjs";import"../chunk-6Y6ZO7TS.mjs";import"../chunk-YFFDF22R.mjs";import"../chunk-BUUV6B4P.mjs";import"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-F2ZTBAJJ.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-L33JDCWL.mjs";import"../chunk-KDMSOCZY.mjs";export{a as FungibleAsset};
|
|
2
2
|
//# sourceMappingURL=fungibleAsset.mjs.map
|
|
@@ -16,7 +16,7 @@ import '../core/common.mjs';
|
|
|
16
16
|
import '../transactions/instances/transactionArgument.mjs';
|
|
17
17
|
import '../bcs/serializable/fixedBytes.mjs';
|
|
18
18
|
import '../core/accountAddress.mjs';
|
|
19
|
-
import '../publicKey-
|
|
19
|
+
import '../publicKey-CJOcUwJK.mjs';
|
|
20
20
|
import '../core/crypto/signature.mjs';
|
|
21
21
|
import '../transactions/authenticator/account.mjs';
|
|
22
22
|
import '../core/crypto/ed25519.mjs';
|
package/dist/esm/api/general.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{jd as a}from"../chunk-TAEOFYOF.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-XF6BISPI.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-3IHKQH5O.mjs";import"../chunk-OYH2T6V5.mjs";import"../chunk-PRUQZNAP.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-OYUW6ZN2.mjs";import"../chunk-V7U5Y4AU.mjs";import"../chunk-WTLQD6MR.mjs";import"../chunk-YQIAWAPY.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-FBCXUC7J.mjs";import"../chunk-BYINW7I2.mjs";import"../chunk-Z6KQX6VX.mjs";import"../chunk-KJH4KKG6.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-6PKBXYG3.mjs";import"../chunk-ARNW34PP.mjs";import"../chunk-GLFZJNF3.mjs";import"../chunk-KAYKTT4S.mjs";import"../chunk-P237G6YB.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-BXRBOMHW.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-GJ7STZEW.mjs";import"../chunk-GQ557FEA.mjs";import"../chunk-25O4L7YR.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-TUZHLTDU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-IXYGZ57N.mjs";import"../chunk-WLUXOUZH.mjs";import"../chunk-SOJ3OG6X.mjs";import"../chunk-C6JRJNK3.mjs";import"../chunk-JGFKIUG5.mjs";import"../chunk-6Y6ZO7TS.mjs";import"../chunk-YFFDF22R.mjs";import"../chunk-BUUV6B4P.mjs";import"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-F2ZTBAJJ.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-L33JDCWL.mjs";import"../chunk-KDMSOCZY.mjs";export{a as General};
|
|
2
2
|
//# sourceMappingURL=general.mjs.map
|
package/dist/esm/api/index.d.mts
CHANGED
|
@@ -14,10 +14,10 @@ import '../core/common.mjs';
|
|
|
14
14
|
import '../bcs/deserializer.mjs';
|
|
15
15
|
import '../transactions/instances/transactionArgument.mjs';
|
|
16
16
|
import '../core/crypto/privateKey.mjs';
|
|
17
|
-
import '../publicKey-
|
|
17
|
+
import '../publicKey-CJOcUwJK.mjs';
|
|
18
18
|
import '../core/crypto/signature.mjs';
|
|
19
19
|
import '../utils/const.mjs';
|
|
20
|
-
import '../Ed25519Account-
|
|
20
|
+
import '../Ed25519Account-D9XrCLfE.mjs';
|
|
21
21
|
import '../transactions/authenticator/account.mjs';
|
|
22
22
|
import '../core/crypto/ed25519.mjs';
|
|
23
23
|
import '../core/crypto/multiEd25519.mjs';
|
|
@@ -60,7 +60,7 @@ import '../transactions/management/accountSequenceNumber.mjs';
|
|
|
60
60
|
import '../transactions/management/asyncQueue.mjs';
|
|
61
61
|
import './table.mjs';
|
|
62
62
|
import './keyless.mjs';
|
|
63
|
-
import '../federatedKeyless-
|
|
63
|
+
import '../federatedKeyless-DAYXjY2Y.mjs';
|
|
64
64
|
import '../core/crypto/ephemeral.mjs';
|
|
65
65
|
import '../core/crypto/proof.mjs';
|
|
66
66
|
import '../types/keyless.mjs';
|
|
@@ -71,4 +71,3 @@ import '../account/KeylessAccount.mjs';
|
|
|
71
71
|
import '../account/AbstractKeylessAccount.mjs';
|
|
72
72
|
import '../account/FederatedKeylessAccount.mjs';
|
|
73
73
|
import './object.mjs';
|
|
74
|
-
import './experimental.mjs';
|
package/dist/esm/api/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{_d as b}from"../chunk-
|
|
1
|
+
import{_d as b}from"../chunk-TAEOFYOF.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-XF6BISPI.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-3IHKQH5O.mjs";import"../chunk-OYH2T6V5.mjs";import"../chunk-PRUQZNAP.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-OYUW6ZN2.mjs";import"../chunk-V7U5Y4AU.mjs";import"../chunk-WTLQD6MR.mjs";import"../chunk-YQIAWAPY.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-FBCXUC7J.mjs";import"../chunk-BYINW7I2.mjs";import"../chunk-Z6KQX6VX.mjs";import"../chunk-KJH4KKG6.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-6PKBXYG3.mjs";import"../chunk-ARNW34PP.mjs";import"../chunk-GLFZJNF3.mjs";import"../chunk-KAYKTT4S.mjs";import"../chunk-P237G6YB.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-BXRBOMHW.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-GJ7STZEW.mjs";import"../chunk-GQ557FEA.mjs";import"../chunk-25O4L7YR.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-TUZHLTDU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-IXYGZ57N.mjs";import"../chunk-WLUXOUZH.mjs";import"../chunk-SOJ3OG6X.mjs";import"../chunk-C6JRJNK3.mjs";import"../chunk-JGFKIUG5.mjs";import"../chunk-6Y6ZO7TS.mjs";import"../chunk-YFFDF22R.mjs";import"../chunk-BUUV6B4P.mjs";import"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import{a}from"../chunk-F2ZTBAJJ.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-L33JDCWL.mjs";import"../chunk-KDMSOCZY.mjs";export{b as Aptos,a as AptosConfig};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -3,8 +3,8 @@ import { AccountAddressInput } from '../core/accountAddress.mjs';
|
|
|
3
3
|
import { AptosConfig } from './aptosConfig.mjs';
|
|
4
4
|
import { SimpleTransaction } from '../transactions/instances/simpleTransaction.mjs';
|
|
5
5
|
import { InputGenerateTransactionOptions } from '../transactions/types.mjs';
|
|
6
|
-
import { l as ZeroKnowledgeSig } from '../federatedKeyless-
|
|
7
|
-
import { A as Account } from '../Ed25519Account-
|
|
6
|
+
import { l as ZeroKnowledgeSig } from '../federatedKeyless-DAYXjY2Y.mjs';
|
|
7
|
+
import { A as Account } from '../Ed25519Account-D9XrCLfE.mjs';
|
|
8
8
|
import { EphemeralKeyPair } from '../account/EphemeralKeyPair.mjs';
|
|
9
9
|
import { KeylessAccount } from '../account/KeylessAccount.mjs';
|
|
10
10
|
import { ProofFetchCallback } from '../account/AbstractKeylessAccount.mjs';
|
|
@@ -29,7 +29,7 @@ import '../transactions/typeTag/index.mjs';
|
|
|
29
29
|
import '../bcs/serializable/moveStructs.mjs';
|
|
30
30
|
import '../bcs/serializable/movePrimitives.mjs';
|
|
31
31
|
import '../bcs/serializable/fixedBytes.mjs';
|
|
32
|
-
import '../publicKey-
|
|
32
|
+
import '../publicKey-CJOcUwJK.mjs';
|
|
33
33
|
import '../core/crypto/signature.mjs';
|
|
34
34
|
import '../transactions/authenticator/account.mjs';
|
|
35
35
|
import '../core/crypto/ed25519.mjs';
|
package/dist/esm/api/keyless.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{Wd as a}from"../chunk-TAEOFYOF.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-XF6BISPI.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-3IHKQH5O.mjs";import"../chunk-OYH2T6V5.mjs";import"../chunk-PRUQZNAP.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-OYUW6ZN2.mjs";import"../chunk-V7U5Y4AU.mjs";import"../chunk-WTLQD6MR.mjs";import"../chunk-YQIAWAPY.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-FBCXUC7J.mjs";import"../chunk-BYINW7I2.mjs";import"../chunk-Z6KQX6VX.mjs";import"../chunk-KJH4KKG6.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-6PKBXYG3.mjs";import"../chunk-ARNW34PP.mjs";import"../chunk-GLFZJNF3.mjs";import"../chunk-KAYKTT4S.mjs";import"../chunk-P237G6YB.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-BXRBOMHW.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-GJ7STZEW.mjs";import"../chunk-GQ557FEA.mjs";import"../chunk-25O4L7YR.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-TUZHLTDU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-IXYGZ57N.mjs";import"../chunk-WLUXOUZH.mjs";import"../chunk-SOJ3OG6X.mjs";import"../chunk-C6JRJNK3.mjs";import"../chunk-JGFKIUG5.mjs";import"../chunk-6Y6ZO7TS.mjs";import"../chunk-YFFDF22R.mjs";import"../chunk-BUUV6B4P.mjs";import"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-F2ZTBAJJ.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-L33JDCWL.mjs";import"../chunk-KDMSOCZY.mjs";export{a as Keyless};
|
|
2
2
|
//# sourceMappingURL=keyless.mjs.map
|