@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,7 +1,7 @@
|
|
|
1
1
|
import { AccountAuthenticatorSingleKey, AccountAuthenticator, AccountAuthenticatorEd25519 } from './transactions/authenticator/account.mjs';
|
|
2
2
|
import { SigningScheme, SigningSchemeInput, HexInput } from './types/types.mjs';
|
|
3
3
|
import { AccountAddress, AccountAddressInput } from './core/accountAddress.mjs';
|
|
4
|
-
import { b as AccountPublicKey, A as AuthenticationKey, V as VerifySignatureArgs } from './publicKey-
|
|
4
|
+
import { b as AccountPublicKey, A as AuthenticationKey, V as VerifySignatureArgs } from './publicKey-CJOcUwJK.mjs';
|
|
5
5
|
import { Signature } from './core/crypto/signature.mjs';
|
|
6
6
|
import { Ed25519PrivateKey, Ed25519Signature, Ed25519PublicKey } from './core/crypto/ed25519.mjs';
|
|
7
7
|
import { AnyRawTransaction } from './transactions/types.mjs';
|
|
@@ -3,10 +3,10 @@ import { AccountAddress } from '../core/accountAddress.mjs';
|
|
|
3
3
|
import { Deserializer } from '../bcs/deserializer.mjs';
|
|
4
4
|
import { Serializable, Serializer } from '../bcs/serializer.mjs';
|
|
5
5
|
import { AccountAuthenticatorSingleKey } from '../transactions/authenticator/account.mjs';
|
|
6
|
-
import { A as Account, S as SingleKeySigner } from '../Ed25519Account-
|
|
6
|
+
import { A as Account, S as SingleKeySigner } from '../Ed25519Account-D9XrCLfE.mjs';
|
|
7
7
|
import { AnyRawTransaction, AnyRawTransactionInstance } from '../transactions/types.mjs';
|
|
8
8
|
import { EphemeralKeyPair } from './EphemeralKeyPair.mjs';
|
|
9
|
-
import { K as KeylessPublicKey, F as FederatedKeylessPublicKey, l as ZeroKnowledgeSig, i as KeylessSignature, r as MoveJWK, m as KeylessConfiguration, Z as ZkProof } from '../federatedKeyless-
|
|
9
|
+
import { K as KeylessPublicKey, F as FederatedKeylessPublicKey, l as ZeroKnowledgeSig, i as KeylessSignature, r as MoveJWK, m as KeylessConfiguration, Z as ZkProof } from '../federatedKeyless-DAYXjY2Y.mjs';
|
|
10
10
|
import { AptosConfig } from '../api/aptosConfig.mjs';
|
|
11
11
|
import { AnyPublicKey } from '../core/crypto/singleKey.mjs';
|
|
12
12
|
import '../types/indexer.mjs';
|
|
@@ -18,7 +18,7 @@ import '../core/common.mjs';
|
|
|
18
18
|
import '../transactions/instances/transactionArgument.mjs';
|
|
19
19
|
import '../core/hex.mjs';
|
|
20
20
|
import '../core/crypto/ed25519.mjs';
|
|
21
|
-
import '../publicKey-
|
|
21
|
+
import '../publicKey-CJOcUwJK.mjs';
|
|
22
22
|
import '../core/crypto/signature.mjs';
|
|
23
23
|
import '../core/crypto/privateKey.mjs';
|
|
24
24
|
import '../core/crypto/multiEd25519.mjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{La as a,Ma as b,Na as c}from"../chunk-
|
|
1
|
+
import{La as a,Ma as b,Na as c}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{b as AbstractKeylessAccount,c as TransactionAndProof,a as isKeylessSigner};
|
|
2
2
|
//# sourceMappingURL=AbstractKeylessAccount.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AccountAddress } from '../core/accountAddress.mjs';
|
|
2
2
|
import { AbstractPublicKey, AbstractSignature } from '../core/crypto/abstraction.mjs';
|
|
3
3
|
import { SigningScheme, HexInput } from '../types/types.mjs';
|
|
4
|
-
import { A as Account, b as Ed25519Account } from '../Ed25519Account-
|
|
4
|
+
import { A as Account, b as Ed25519Account } from '../Ed25519Account-D9XrCLfE.mjs';
|
|
5
5
|
import { AccountAuthenticatorAbstraction } from '../transactions/authenticator/account.mjs';
|
|
6
6
|
import { AnyRawTransaction } from '../transactions/types.mjs';
|
|
7
7
|
import '../bcs/serializer.mjs';
|
|
@@ -9,7 +9,7 @@ import '../core/hex.mjs';
|
|
|
9
9
|
import '../core/common.mjs';
|
|
10
10
|
import '../bcs/deserializer.mjs';
|
|
11
11
|
import '../transactions/instances/transactionArgument.mjs';
|
|
12
|
-
import '../publicKey-
|
|
12
|
+
import '../publicKey-CJOcUwJK.mjs';
|
|
13
13
|
import '../core/crypto/signature.mjs';
|
|
14
14
|
import '../api/aptosConfig.mjs';
|
|
15
15
|
import '../utils/apiEndpoints.mjs';
|
|
@@ -47,7 +47,7 @@ type AbstractedAccountConstructorArgs = {
|
|
|
47
47
|
* @param digest - The SHA256 hash of the transaction signing message
|
|
48
48
|
* @returns The `authenticator` bytes that can be used to verify the signature.
|
|
49
49
|
*/
|
|
50
|
-
signer: (digest: HexInput) =>
|
|
50
|
+
signer: (digest: HexInput) => Uint8Array;
|
|
51
51
|
/**
|
|
52
52
|
* The authentication function that will be used to verify the signature.
|
|
53
53
|
*
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{Ua as a}from"../chunk-
|
|
1
|
+
import{Ua 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 AbstractedAccount};
|
|
2
2
|
//# sourceMappingURL=AbstractedAccount.mjs.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import '../transactions/authenticator/account.mjs';
|
|
2
2
|
import '../types/types.mjs';
|
|
3
3
|
import '../core/accountAddress.mjs';
|
|
4
|
-
import '../publicKey-
|
|
4
|
+
import '../publicKey-CJOcUwJK.mjs';
|
|
5
5
|
import '../core/crypto/signature.mjs';
|
|
6
6
|
import '../core/crypto/ed25519.mjs';
|
|
7
|
-
export { A as Account, e as CreateAccountFromPrivateKeyArgs, C as CreateEd25519AccountFromPrivateKeyArgs, c as CreateEd25519SingleKeyAccountFromPrivateKeyArgs, d as CreateSingleKeyAccountFromPrivateKeyArgs, h as GenerateAccountArgs, G as GenerateEd25519AccountArgs, f as GenerateEd25519SingleKeyAccountArgs, g as GenerateSingleKeyAccountArgs, P as PrivateKeyFromDerivationPathArgs } from '../Ed25519Account-
|
|
7
|
+
export { A as Account, e as CreateAccountFromPrivateKeyArgs, C as CreateEd25519AccountFromPrivateKeyArgs, c as CreateEd25519SingleKeyAccountFromPrivateKeyArgs, d as CreateSingleKeyAccountFromPrivateKeyArgs, h as GenerateAccountArgs, G as GenerateEd25519AccountArgs, f as GenerateEd25519SingleKeyAccountArgs, g as GenerateSingleKeyAccountArgs, P as PrivateKeyFromDerivationPathArgs } from '../Ed25519Account-D9XrCLfE.mjs';
|
|
8
8
|
import '../transactions/types.mjs';
|
|
9
9
|
import '../api/aptosConfig.mjs';
|
|
10
10
|
import '../core/crypto/singleKey.mjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{Ja as a}from"../chunk-
|
|
1
|
+
import{Ja 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
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Deserializer } from '../bcs/deserializer.mjs';
|
|
2
2
|
import { HexInput } from '../types/types.mjs';
|
|
3
3
|
import { MultiKeyAccount } from './MultiKeyAccount.mjs';
|
|
4
|
-
import { A as Account, o as SingleKeyAccount, b as Ed25519Account } from '../Ed25519Account-
|
|
4
|
+
import { A as Account, o as SingleKeyAccount, b as Ed25519Account } from '../Ed25519Account-D9XrCLfE.mjs';
|
|
5
5
|
import { KeylessAccount } from './KeylessAccount.mjs';
|
|
6
6
|
import { FederatedKeylessAccount } from './FederatedKeylessAccount.mjs';
|
|
7
7
|
import '../types/indexer.mjs';
|
|
@@ -14,7 +14,7 @@ import '../bcs/serializer.mjs';
|
|
|
14
14
|
import '../core/hex.mjs';
|
|
15
15
|
import '../core/common.mjs';
|
|
16
16
|
import '../transactions/instances/transactionArgument.mjs';
|
|
17
|
-
import '../publicKey-
|
|
17
|
+
import '../publicKey-CJOcUwJK.mjs';
|
|
18
18
|
import '../core/crypto/signature.mjs';
|
|
19
19
|
import '../api/aptosConfig.mjs';
|
|
20
20
|
import '../utils/const.mjs';
|
|
@@ -40,7 +40,7 @@ import '../transactions/instances/multiAgentTransaction.mjs';
|
|
|
40
40
|
import './AbstractKeylessAccount.mjs';
|
|
41
41
|
import './EphemeralKeyPair.mjs';
|
|
42
42
|
import '../core/crypto/ephemeral.mjs';
|
|
43
|
-
import '../federatedKeyless-
|
|
43
|
+
import '../federatedKeyless-DAYXjY2Y.mjs';
|
|
44
44
|
import '../core/crypto/proof.mjs';
|
|
45
45
|
import '../types/keyless.mjs';
|
|
46
46
|
import '@noble/curves/abstract/weierstrass';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{Ta as a}from"../chunk-
|
|
1
|
+
import{Ta 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 AccountUtils};
|
|
2
2
|
//# sourceMappingURL=AccountUtils.mjs.map
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { AccountAuthenticatorAbstraction } from '../transactions/authenticator/account.mjs';
|
|
2
|
+
import { HexInput } from '../types/types.mjs';
|
|
3
|
+
import { AbstractedAccount } from './AbstractedAccount.mjs';
|
|
4
|
+
import '../bcs/deserializer.mjs';
|
|
5
|
+
import '../bcs/serializer.mjs';
|
|
6
|
+
import '../core/hex.mjs';
|
|
7
|
+
import '../core/common.mjs';
|
|
8
|
+
import '../core/crypto/ed25519.mjs';
|
|
9
|
+
import '../publicKey-CJOcUwJK.mjs';
|
|
10
|
+
import '../core/accountAddress.mjs';
|
|
11
|
+
import '../transactions/instances/transactionArgument.mjs';
|
|
12
|
+
import '../core/crypto/signature.mjs';
|
|
13
|
+
import '../api/aptosConfig.mjs';
|
|
14
|
+
import '../utils/apiEndpoints.mjs';
|
|
15
|
+
import '../utils/const.mjs';
|
|
16
|
+
import '../core/crypto/privateKey.mjs';
|
|
17
|
+
import '../core/crypto/multiEd25519.mjs';
|
|
18
|
+
import '../core/crypto/multiKey.mjs';
|
|
19
|
+
import '../core/crypto/singleKey.mjs';
|
|
20
|
+
import '../core/crypto/secp256k1.mjs';
|
|
21
|
+
import '../types/indexer.mjs';
|
|
22
|
+
import '../types/generated/operations.mjs';
|
|
23
|
+
import '../types/generated/types.mjs';
|
|
24
|
+
import '@aptos-labs/script-composer-pack';
|
|
25
|
+
import '../core/crypto/abstraction.mjs';
|
|
26
|
+
import '../Ed25519Account-D9XrCLfE.mjs';
|
|
27
|
+
import '../transactions/types.mjs';
|
|
28
|
+
import '../bcs/serializable/moveStructs.mjs';
|
|
29
|
+
import '../bcs/serializable/movePrimitives.mjs';
|
|
30
|
+
import '../bcs/serializable/fixedBytes.mjs';
|
|
31
|
+
import '../transactions/instances/rawTransaction.mjs';
|
|
32
|
+
import '../transactions/instances/chainId.mjs';
|
|
33
|
+
import '../transactions/instances/transactionPayload.mjs';
|
|
34
|
+
import '../transactions/instances/identifier.mjs';
|
|
35
|
+
import '../transactions/instances/moduleId.mjs';
|
|
36
|
+
import '../transactions/typeTag/index.mjs';
|
|
37
|
+
import '../transactions/instances/simpleTransaction.mjs';
|
|
38
|
+
import '../transactions/instances/multiAgentTransaction.mjs';
|
|
39
|
+
|
|
40
|
+
type DerivableAbstractedAccountArgs = {
|
|
41
|
+
/**
|
|
42
|
+
* The signer function signs transactions and returns the `authenticator` bytes in the `AbstractionAuthData`.
|
|
43
|
+
*
|
|
44
|
+
* @param digest - The SHA256 hash of the transaction signing message
|
|
45
|
+
* @returns The `authenticator` bytes that can be used to verify the signature.
|
|
46
|
+
*/
|
|
47
|
+
signer: (digest: HexInput) => Uint8Array;
|
|
48
|
+
/**
|
|
49
|
+
* The authentication function that will be used to verify the signature.
|
|
50
|
+
*
|
|
51
|
+
* @example
|
|
52
|
+
* ```ts
|
|
53
|
+
* const authenticationFunction = `${accountAddress}::permissioned_delegation::authenticate`;
|
|
54
|
+
* ```
|
|
55
|
+
*/
|
|
56
|
+
authenticationFunction: string;
|
|
57
|
+
/**
|
|
58
|
+
* The abstract public key that is used to identify the account.
|
|
59
|
+
* Depends on the use cases, most of the time it is the public key of the source wallet
|
|
60
|
+
*/
|
|
61
|
+
abstractPublicKey: Uint8Array;
|
|
62
|
+
};
|
|
63
|
+
declare class DerivableAbstractedAccount extends AbstractedAccount {
|
|
64
|
+
/**
|
|
65
|
+
* The abstract public key that is used to identify the account.
|
|
66
|
+
* Depends on the use cases, most of the time it is the public key of the source wallet
|
|
67
|
+
*/
|
|
68
|
+
readonly abstractPublicKey: Uint8Array;
|
|
69
|
+
/**
|
|
70
|
+
* The domain separator used to calculate the DAA account address.
|
|
71
|
+
*/
|
|
72
|
+
static readonly ADDRESS_DOMAIN_SEPERATOR: number;
|
|
73
|
+
constructor({ signer, authenticationFunction, abstractPublicKey }: DerivableAbstractedAccountArgs);
|
|
74
|
+
/**
|
|
75
|
+
* Compute the account address of the DAA
|
|
76
|
+
* The DAA account address is computed by hashing the function info and the account identity
|
|
77
|
+
* and appending the domain separator (5)
|
|
78
|
+
*
|
|
79
|
+
* @param functionInfo - The authentication function
|
|
80
|
+
* @param accountIdentifier - The account identity
|
|
81
|
+
* @returns The account address
|
|
82
|
+
*/
|
|
83
|
+
static computeAccountAddress(functionInfo: string, accountIdentifier: Uint8Array): Uint8Array;
|
|
84
|
+
signWithAuthenticator(message: HexInput): AccountAuthenticatorAbstraction;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export { DerivableAbstractedAccount };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{Va 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 DerivableAbstractedAccount};
|
|
2
|
+
//# sourceMappingURL=DerivableAbstractedAccount.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '../transactions/authenticator/account.mjs';
|
|
2
2
|
import '../types/types.mjs';
|
|
3
3
|
import '../core/accountAddress.mjs';
|
|
4
|
-
export { b as Ed25519Account, E as Ed25519SignerConstructorArgs, a as Ed25519SignerFromDerivationPathArgs, V as VerifyEd25519SignatureArgs } from '../Ed25519Account-
|
|
4
|
+
export { b as Ed25519Account, E as Ed25519SignerConstructorArgs, a as Ed25519SignerFromDerivationPathArgs, V as VerifyEd25519SignatureArgs } from '../Ed25519Account-D9XrCLfE.mjs';
|
|
5
5
|
import '../transactions/types.mjs';
|
|
6
6
|
import '../core/crypto/signature.mjs';
|
|
7
7
|
import '../api/aptosConfig.mjs';
|
|
@@ -16,7 +16,7 @@ import '../bcs/serializer.mjs';
|
|
|
16
16
|
import '../core/hex.mjs';
|
|
17
17
|
import '../core/common.mjs';
|
|
18
18
|
import '../core/crypto/multiEd25519.mjs';
|
|
19
|
-
import '../publicKey-
|
|
19
|
+
import '../publicKey-CJOcUwJK.mjs';
|
|
20
20
|
import '../core/crypto/multiKey.mjs';
|
|
21
21
|
import '../core/crypto/singleKey.mjs';
|
|
22
22
|
import '../core/crypto/secp256k1.mjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{Ga as a}from"../chunk-
|
|
1
|
+
import{Ga 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 Ed25519Account};
|
|
2
2
|
//# sourceMappingURL=Ed25519Account.mjs.map
|
|
@@ -10,7 +10,7 @@ import '../types/generated/operations.mjs';
|
|
|
10
10
|
import '../types/generated/types.mjs';
|
|
11
11
|
import '../utils/apiEndpoints.mjs';
|
|
12
12
|
import '@aptos-labs/script-composer-pack';
|
|
13
|
-
import '../publicKey-
|
|
13
|
+
import '../publicKey-CJOcUwJK.mjs';
|
|
14
14
|
import '../core/accountAddress.mjs';
|
|
15
15
|
import '../transactions/instances/transactionArgument.mjs';
|
|
16
16
|
import '../core/crypto/signature.mjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{Ka as a}from"../chunk-
|
|
1
|
+
import{Ka 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 EphemeralKeyPair};
|
|
2
2
|
//# sourceMappingURL=EphemeralKeyPair.mjs.map
|
|
@@ -4,7 +4,7 @@ import { Deserializer } from '../bcs/deserializer.mjs';
|
|
|
4
4
|
import { Serializer } from '../bcs/serializer.mjs';
|
|
5
5
|
import { EphemeralKeyPair } from './EphemeralKeyPair.mjs';
|
|
6
6
|
import { AbstractKeylessAccount, ProofFetchCallback } from './AbstractKeylessAccount.mjs';
|
|
7
|
-
import { F as FederatedKeylessPublicKey, l as ZeroKnowledgeSig, n as Groth16VerificationKey } from '../federatedKeyless-
|
|
7
|
+
import { F as FederatedKeylessPublicKey, l as ZeroKnowledgeSig, n as Groth16VerificationKey } from '../federatedKeyless-DAYXjY2Y.mjs';
|
|
8
8
|
import '../types/indexer.mjs';
|
|
9
9
|
import '../types/generated/operations.mjs';
|
|
10
10
|
import '../types/generated/types.mjs';
|
|
@@ -14,7 +14,7 @@ import '../core/common.mjs';
|
|
|
14
14
|
import '../transactions/instances/transactionArgument.mjs';
|
|
15
15
|
import '../core/hex.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 '../api/aptosConfig.mjs';
|
|
20
20
|
import '../utils/const.mjs';
|
|
@@ -25,7 +25,7 @@ import '../core/crypto/multiEd25519.mjs';
|
|
|
25
25
|
import '../core/crypto/multiKey.mjs';
|
|
26
26
|
import '../core/crypto/singleKey.mjs';
|
|
27
27
|
import '../core/crypto/secp256k1.mjs';
|
|
28
|
-
import '../Ed25519Account-
|
|
28
|
+
import '../Ed25519Account-D9XrCLfE.mjs';
|
|
29
29
|
import '../transactions/types.mjs';
|
|
30
30
|
import '../bcs/serializable/moveStructs.mjs';
|
|
31
31
|
import '../bcs/serializable/movePrimitives.mjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{Pa as a}from"../chunk-
|
|
1
|
+
import{Pa 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 FederatedKeylessAccount};
|
|
2
2
|
//# sourceMappingURL=FederatedKeylessAccount.mjs.map
|
|
@@ -4,7 +4,7 @@ import { Deserializer } from '../bcs/deserializer.mjs';
|
|
|
4
4
|
import { Serializer } from '../bcs/serializer.mjs';
|
|
5
5
|
import { EphemeralKeyPair } from './EphemeralKeyPair.mjs';
|
|
6
6
|
import { AbstractKeylessAccount, ProofFetchCallback } from './AbstractKeylessAccount.mjs';
|
|
7
|
-
import { K as KeylessPublicKey, l as ZeroKnowledgeSig, n as Groth16VerificationKey } from '../federatedKeyless-
|
|
7
|
+
import { K as KeylessPublicKey, l as ZeroKnowledgeSig, n as Groth16VerificationKey } from '../federatedKeyless-DAYXjY2Y.mjs';
|
|
8
8
|
import '../types/indexer.mjs';
|
|
9
9
|
import '../types/generated/operations.mjs';
|
|
10
10
|
import '../types/generated/types.mjs';
|
|
@@ -14,7 +14,7 @@ import '../core/common.mjs';
|
|
|
14
14
|
import '../transactions/instances/transactionArgument.mjs';
|
|
15
15
|
import '../core/hex.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 '../api/aptosConfig.mjs';
|
|
20
20
|
import '../utils/const.mjs';
|
|
@@ -25,7 +25,7 @@ import '../core/crypto/multiEd25519.mjs';
|
|
|
25
25
|
import '../core/crypto/multiKey.mjs';
|
|
26
26
|
import '../core/crypto/singleKey.mjs';
|
|
27
27
|
import '../core/crypto/secp256k1.mjs';
|
|
28
|
-
import '../Ed25519Account-
|
|
28
|
+
import '../Ed25519Account-D9XrCLfE.mjs';
|
|
29
29
|
import '../transactions/types.mjs';
|
|
30
30
|
import '../bcs/serializable/moveStructs.mjs';
|
|
31
31
|
import '../bcs/serializable/movePrimitives.mjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{Oa as a}from"../chunk-
|
|
1
|
+
import{Oa 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 KeylessAccount};
|
|
2
2
|
//# sourceMappingURL=KeylessAccount.mjs.map
|
|
@@ -5,14 +5,14 @@ import { Signature } from '../core/crypto/signature.mjs';
|
|
|
5
5
|
import { Ed25519PrivateKey } from '../core/crypto/ed25519.mjs';
|
|
6
6
|
import { AptosConfig } from '../api/aptosConfig.mjs';
|
|
7
7
|
import { MultiEd25519PublicKey, MultiEd25519Signature } from '../core/crypto/multiEd25519.mjs';
|
|
8
|
-
import { A as Account } from '../Ed25519Account-
|
|
8
|
+
import { A as Account } from '../Ed25519Account-D9XrCLfE.mjs';
|
|
9
9
|
import { AnyRawTransaction } from '../transactions/types.mjs';
|
|
10
10
|
import '../bcs/deserializer.mjs';
|
|
11
11
|
import '../bcs/serializer.mjs';
|
|
12
12
|
import '../core/hex.mjs';
|
|
13
13
|
import '../core/common.mjs';
|
|
14
14
|
import '../core/crypto/multiKey.mjs';
|
|
15
|
-
import '../publicKey-
|
|
15
|
+
import '../publicKey-CJOcUwJK.mjs';
|
|
16
16
|
import '../core/crypto/singleKey.mjs';
|
|
17
17
|
import '../core/crypto/secp256k1.mjs';
|
|
18
18
|
import '../core/crypto/privateKey.mjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{Ra as a}from"../chunk-
|
|
1
|
+
import{Ra 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 MultiEd25519Account};
|
|
2
2
|
//# sourceMappingURL=MultiEd25519Account.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { A as Account, j as SingleKeySignerOrLegacyEd25519Account } from '../Ed25519Account-
|
|
1
|
+
import { A as Account, j as SingleKeySignerOrLegacyEd25519Account } from '../Ed25519Account-D9XrCLfE.mjs';
|
|
2
2
|
import { HexInput, SigningScheme } from '../types/types.mjs';
|
|
3
3
|
import { AccountAddress, AccountAddressInput } from '../core/accountAddress.mjs';
|
|
4
|
-
import { P as PublicKey } from '../publicKey-
|
|
4
|
+
import { P as PublicKey } from '../publicKey-CJOcUwJK.mjs';
|
|
5
5
|
import { AccountAuthenticatorMultiKey } from '../transactions/authenticator/account.mjs';
|
|
6
6
|
import { AnyRawTransaction } from '../transactions/types.mjs';
|
|
7
7
|
import { KeylessSigner } from './AbstractKeylessAccount.mjs';
|
|
@@ -36,7 +36,7 @@ import '../transactions/instances/simpleTransaction.mjs';
|
|
|
36
36
|
import '../transactions/instances/multiAgentTransaction.mjs';
|
|
37
37
|
import './EphemeralKeyPair.mjs';
|
|
38
38
|
import '../core/crypto/ephemeral.mjs';
|
|
39
|
-
import '../federatedKeyless-
|
|
39
|
+
import '../federatedKeyless-DAYXjY2Y.mjs';
|
|
40
40
|
import '../core/crypto/proof.mjs';
|
|
41
41
|
import '../types/keyless.mjs';
|
|
42
42
|
import '@noble/curves/abstract/weierstrass';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{Qa as a}from"../chunk-
|
|
1
|
+
import{Qa 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 MultiKeyAccount};
|
|
2
2
|
//# sourceMappingURL=MultiKeyAccount.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '../transactions/authenticator/account.mjs';
|
|
2
2
|
import '../types/types.mjs';
|
|
3
3
|
import '../core/accountAddress.mjs';
|
|
4
|
-
export { o as SingleKeyAccount, S as SingleKeySigner, k as SingleKeySignerConstructorArgs, m as SingleKeySignerFromDerivationPathArgs, l as SingleKeySignerGenerateArgs, j as SingleKeySignerOrLegacyEd25519Account, n as VerifySingleKeySignatureArgs, i as isSingleKeySigner } from '../Ed25519Account-
|
|
4
|
+
export { o as SingleKeyAccount, S as SingleKeySigner, k as SingleKeySignerConstructorArgs, m as SingleKeySignerFromDerivationPathArgs, l as SingleKeySignerGenerateArgs, j as SingleKeySignerOrLegacyEd25519Account, n as VerifySingleKeySignatureArgs, i as isSingleKeySigner } from '../Ed25519Account-D9XrCLfE.mjs';
|
|
5
5
|
import '../transactions/types.mjs';
|
|
6
6
|
import '../core/crypto/signature.mjs';
|
|
7
7
|
import '../api/aptosConfig.mjs';
|
|
@@ -16,7 +16,7 @@ import '../bcs/serializer.mjs';
|
|
|
16
16
|
import '../core/hex.mjs';
|
|
17
17
|
import '../core/common.mjs';
|
|
18
18
|
import '../core/crypto/ed25519.mjs';
|
|
19
|
-
import '../publicKey-
|
|
19
|
+
import '../publicKey-CJOcUwJK.mjs';
|
|
20
20
|
import '../core/crypto/privateKey.mjs';
|
|
21
21
|
import '../transactions/instances/transactionArgument.mjs';
|
|
22
22
|
import '../utils/const.mjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{Ha as a,Ia as b}from"../chunk-
|
|
1
|
+
import{Ha as a,Ia 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"../chunk-F2ZTBAJJ.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-L33JDCWL.mjs";import"../chunk-KDMSOCZY.mjs";export{b as SingleKeyAccount,a as isSingleKeySigner};
|
|
2
2
|
//# sourceMappingURL=SingleKeyAccount.mjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as Account, e as CreateAccountFromPrivateKeyArgs, C as CreateEd25519AccountFromPrivateKeyArgs, c as CreateEd25519SingleKeyAccountFromPrivateKeyArgs, d as CreateSingleKeyAccountFromPrivateKeyArgs, b as Ed25519Account, E as Ed25519SignerConstructorArgs, a as Ed25519SignerFromDerivationPathArgs, h as GenerateAccountArgs, G as GenerateEd25519AccountArgs, f as GenerateEd25519SingleKeyAccountArgs, g as GenerateSingleKeyAccountArgs, P as PrivateKeyFromDerivationPathArgs, o as SingleKeyAccount, S as SingleKeySigner, k as SingleKeySignerConstructorArgs, m as SingleKeySignerFromDerivationPathArgs, l as SingleKeySignerGenerateArgs, j as SingleKeySignerOrLegacyEd25519Account, V as VerifyEd25519SignatureArgs, n as VerifySingleKeySignatureArgs, i as isSingleKeySigner } from '../Ed25519Account-
|
|
1
|
+
export { A as Account, e as CreateAccountFromPrivateKeyArgs, C as CreateEd25519AccountFromPrivateKeyArgs, c as CreateEd25519SingleKeyAccountFromPrivateKeyArgs, d as CreateSingleKeyAccountFromPrivateKeyArgs, b as Ed25519Account, E as Ed25519SignerConstructorArgs, a as Ed25519SignerFromDerivationPathArgs, h as GenerateAccountArgs, G as GenerateEd25519AccountArgs, f as GenerateEd25519SingleKeyAccountArgs, g as GenerateSingleKeyAccountArgs, P as PrivateKeyFromDerivationPathArgs, o as SingleKeyAccount, S as SingleKeySigner, k as SingleKeySignerConstructorArgs, m as SingleKeySignerFromDerivationPathArgs, l as SingleKeySignerGenerateArgs, j as SingleKeySignerOrLegacyEd25519Account, V as VerifyEd25519SignatureArgs, n as VerifySingleKeySignatureArgs, i as isSingleKeySigner } from '../Ed25519Account-D9XrCLfE.mjs';
|
|
2
2
|
export { EphemeralKeyPair } from './EphemeralKeyPair.mjs';
|
|
3
3
|
export { KeylessAccount } from './KeylessAccount.mjs';
|
|
4
4
|
export { AbstractKeylessAccount, KeylessSigner, ProofFetchCallback, ProofFetchEvents, ProofFetchFailure, ProofFetchStatus, ProofFetchSuccess, TransactionAndProof, isKeylessSigner } from './AbstractKeylessAccount.mjs';
|
|
@@ -7,6 +7,7 @@ export { MultiKeyAccount, VerifyMultiKeySignatureArgs } from './MultiKeyAccount.
|
|
|
7
7
|
export { MultiEd25519Account, MultiEd25519SignerConstructorArgs, VerifyMultiEd25519SignatureArgs } from './MultiEd25519Account.mjs';
|
|
8
8
|
export { AccountUtils } from './AccountUtils.mjs';
|
|
9
9
|
export { AbstractedAccount } from './AbstractedAccount.mjs';
|
|
10
|
+
export { DerivableAbstractedAccount } from './DerivableAbstractedAccount.mjs';
|
|
10
11
|
import '../transactions/authenticator/account.mjs';
|
|
11
12
|
import '../bcs/deserializer.mjs';
|
|
12
13
|
import '../types/types.mjs';
|
|
@@ -19,7 +20,7 @@ import '../bcs/serializer.mjs';
|
|
|
19
20
|
import '../core/hex.mjs';
|
|
20
21
|
import '../core/common.mjs';
|
|
21
22
|
import '../core/crypto/ed25519.mjs';
|
|
22
|
-
import '../publicKey-
|
|
23
|
+
import '../publicKey-CJOcUwJK.mjs';
|
|
23
24
|
import '../core/accountAddress.mjs';
|
|
24
25
|
import '../transactions/instances/transactionArgument.mjs';
|
|
25
26
|
import '../core/crypto/signature.mjs';
|
|
@@ -43,7 +44,7 @@ import '../transactions/typeTag/index.mjs';
|
|
|
43
44
|
import '../transactions/instances/simpleTransaction.mjs';
|
|
44
45
|
import '../transactions/instances/multiAgentTransaction.mjs';
|
|
45
46
|
import '../core/crypto/ephemeral.mjs';
|
|
46
|
-
import '../federatedKeyless-
|
|
47
|
+
import '../federatedKeyless-DAYXjY2Y.mjs';
|
|
47
48
|
import '../core/crypto/proof.mjs';
|
|
48
49
|
import '../types/keyless.mjs';
|
|
49
50
|
import '@noble/curves/abstract/weierstrass';
|