@aptos-labs/ts-sdk 4.0.0 → 5.1.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/{account-CmEgDBH6.d.ts → account-BW99GTa5.d.ts} +35 -4
- package/dist/common/chunk-A2XB7TVI.js +4 -0
- package/dist/common/chunk-A2XB7TVI.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 +381 -47
- package/dist/common/index.js +34 -36
- package/dist/common/index.js.map +1 -1
- package/dist/esm/{Ed25519Account-ndmdpFe9.d.mts → Ed25519Account-CPwej6wB.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 -2
- 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 +2 -2
- package/dist/esm/account/DerivableAbstractedAccount.mjs +1 -1
- 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 +3 -3
- package/dist/esm/account/index.mjs +1 -1
- package/dist/esm/account/utils.d.mts +1 -1
- package/dist/esm/account/utils.mjs +1 -1
- package/dist/esm/{account--Q9z_xMN.d.mts → account-BortO8g2.d.mts} +34 -4
- 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 +31 -13
- 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 -3
- package/dist/esm/api/aptos.mjs +1 -1
- package/dist/esm/api/aptosConfig.d.mts +1 -1
- package/dist/esm/api/aptosConfig.mjs +1 -1
- package/dist/esm/api/coin.d.mts +1 -1
- package/dist/esm/api/coin.mjs +1 -1
- package/dist/esm/api/digitalAsset.d.mts +2 -2
- package/dist/esm/api/digitalAsset.mjs +1 -1
- package/dist/esm/api/faucet.d.mts +1 -1
- package/dist/esm/api/faucet.mjs +1 -1
- package/dist/esm/api/fungibleAsset.d.mts +2 -2
- 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 +4 -3
- 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.d.mts +1 -1
- package/dist/esm/api/object.mjs +1 -1
- package/dist/esm/api/staking.d.mts +1 -1
- package/dist/esm/api/staking.mjs +1 -1
- package/dist/esm/api/table.d.mts +1 -1
- package/dist/esm/api/table.mjs +1 -1
- package/dist/esm/api/transaction.d.mts +56 -36
- 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/helpers.d.mts +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/sign.mjs.map +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.d.mts +1 -1
- package/dist/esm/api/utils.mjs +1 -1
- package/dist/esm/bcs/consts.d.mts +1 -1
- package/dist/esm/bcs/deserializer.d.mts +1 -1
- package/dist/esm/bcs/index.d.mts +1 -1
- package/dist/esm/bcs/index.mjs +1 -1
- package/dist/esm/bcs/serializable/entryFunctionBytes.d.mts +1 -1
- package/dist/esm/bcs/serializable/fixedBytes.d.mts +1 -1
- package/dist/esm/bcs/serializable/movePrimitives.d.mts +1 -1
- package/dist/esm/bcs/serializable/movePrimitives.mjs +1 -1
- package/dist/esm/bcs/serializable/moveStructs.d.mts +1 -1
- package/dist/esm/bcs/serializable/moveStructs.mjs +1 -1
- package/dist/esm/bcs/serializer.d.mts +1 -1
- package/dist/esm/chunk-2PASUPUO.mjs +2 -0
- package/dist/esm/chunk-2PASUPUO.mjs.map +1 -0
- package/dist/esm/{chunk-6JYQ5P36.mjs → chunk-4AI7KQQ7.mjs} +2 -2
- package/dist/esm/{chunk-V6C6NWFU.mjs → chunk-6OWBKU7N.mjs} +2 -2
- package/dist/esm/{chunk-BPWSOC2Y.mjs → chunk-7EER7GWV.mjs} +2 -2
- package/dist/esm/{chunk-PLI53ZU6.mjs → chunk-AMXZQPUQ.mjs} +2 -2
- package/dist/esm/chunk-CIJA7ONS.mjs +2 -0
- package/dist/esm/{chunk-6SLY7UV2.mjs.map → chunk-CIJA7ONS.mjs.map} +1 -1
- package/dist/esm/chunk-I7XT6L7S.mjs +2 -0
- package/dist/esm/chunk-I7XT6L7S.mjs.map +1 -0
- package/dist/esm/{chunk-UQZTHVWC.mjs → chunk-JABP65XD.mjs} +2 -2
- package/dist/esm/chunk-L72TIN7T.mjs +4 -0
- package/dist/esm/chunk-L72TIN7T.mjs.map +1 -0
- package/dist/esm/{chunk-3BMZKCLH.mjs → chunk-M3AO73ZL.mjs} +2 -2
- package/dist/esm/chunk-MCFQE4GC.mjs +2 -0
- package/dist/esm/chunk-MCFQE4GC.mjs.map +1 -0
- package/dist/esm/chunk-OLILO7VD.mjs +2 -0
- package/dist/esm/{chunk-JCFTAG5Z.mjs.map → chunk-OLILO7VD.mjs.map} +1 -1
- package/dist/esm/{chunk-NF73V673.mjs → chunk-QP2BY4PK.mjs} +2 -2
- package/dist/esm/{chunk-Y7ZQTLH4.mjs → chunk-RCSJFTST.mjs} +2 -2
- package/dist/esm/{chunk-XYXBAU4J.mjs → chunk-SJDCGNWU.mjs} +2 -2
- package/dist/esm/{chunk-HZVN4JSO.mjs → chunk-WHSTLR3F.mjs} +2 -2
- package/dist/esm/chunk-ZP4DWSQA.mjs +2 -0
- package/dist/esm/chunk-ZP4DWSQA.mjs.map +1 -0
- package/dist/esm/cli/index.d.mts +1 -1
- package/dist/esm/cli/index.mjs +1 -1
- package/dist/esm/cli/localNode.mjs +1 -1
- package/dist/esm/cli/move.d.mts +1 -1
- package/dist/esm/client/core.d.mts +1 -1
- package/dist/esm/client/core.mjs +1 -1
- package/dist/esm/client/get.d.mts +1 -1
- package/dist/esm/client/get.mjs +1 -1
- package/dist/esm/client/index.d.mts +1 -1
- package/dist/esm/client/index.mjs +1 -1
- package/dist/esm/client/post.d.mts +1 -1
- package/dist/esm/client/post.mjs +1 -1
- package/dist/esm/core/account/index.d.mts +1 -1
- package/dist/esm/core/account/index.mjs +1 -1
- package/dist/esm/core/account/utils/address.d.mts +1 -1
- package/dist/esm/core/account/utils/address.mjs +1 -1
- package/dist/esm/core/account/utils/index.d.mts +1 -1
- package/dist/esm/core/account/utils/index.mjs +1 -1
- package/dist/esm/core/accountAddress.d.mts +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 +1 -1
- package/dist/esm/core/crypto/abstraction.mjs +1 -1
- package/dist/esm/core/crypto/deserializationUtils.d.mts +1 -1
- package/dist/esm/core/crypto/deserializationUtils.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 +3 -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.d.mts +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/secp256r1.d.mts +306 -0
- package/dist/esm/core/crypto/secp256r1.mjs +2 -0
- package/dist/esm/core/crypto/secp256r1.mjs.map +1 -0
- package/dist/esm/core/crypto/signature.d.mts +1 -1
- package/dist/esm/core/crypto/signature.mjs +1 -1
- package/dist/esm/core/crypto/singleKey.d.mts +1 -1
- package/dist/esm/core/crypto/singleKey.mjs +1 -1
- package/dist/esm/core/crypto/types.d.mts +1 -1
- package/dist/esm/core/crypto/utils.d.mts +5 -2
- package/dist/esm/core/crypto/utils.mjs +1 -1
- package/dist/esm/core/hex.d.mts +1 -1
- package/dist/esm/core/index.d.mts +3 -2
- package/dist/esm/core/index.mjs +1 -1
- package/dist/esm/errors/index.d.mts +1 -1
- package/dist/esm/errors/index.mjs +1 -1
- package/dist/esm/{federatedKeyless-CiyplsOB.d.mts → federatedKeyless-CTzDAQTu.d.mts} +1 -1
- package/dist/esm/index.d.mts +5 -4
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/internal/abstraction.d.mts +1 -1
- package/dist/esm/internal/abstraction.mjs +1 -1
- package/dist/esm/internal/account.d.mts +45 -21
- 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 +1 -1
- 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/faucet.d.mts +1 -1
- package/dist/esm/internal/faucet.mjs +1 -1
- package/dist/esm/internal/fungibleAsset.d.mts +2 -2
- package/dist/esm/internal/fungibleAsset.mjs +1 -1
- package/dist/esm/internal/general.d.mts +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.d.mts +1 -1
- package/dist/esm/internal/object.mjs +1 -1
- package/dist/esm/internal/staking.d.mts +1 -1
- package/dist/esm/internal/staking.mjs +1 -1
- package/dist/esm/internal/table.d.mts +1 -1
- package/dist/esm/internal/table.mjs +1 -1
- package/dist/esm/internal/transaction.d.mts +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.d.mts +1 -1
- package/dist/esm/internal/utils/index.mjs +1 -1
- package/dist/esm/internal/utils/utils.d.mts +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/transactions/authenticator/account.d.mts +1 -1
- 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.d.mts +1 -1
- package/dist/esm/transactions/instances/identifier.d.mts +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.d.mts +1 -1
- package/dist/esm/transactions/instances/moduleId.mjs +1 -1
- package/dist/esm/transactions/instances/multiAgentTransaction.d.mts +1 -1
- package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/rawTransaction.d.mts +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.d.mts +1 -1
- package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/transactionArgument.d.mts +1 -1
- package/dist/esm/transactions/instances/transactionPayload.d.mts +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/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 +2 -2
- package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -1
- package/dist/esm/transactions/typeTag/index.d.mts +1 -1
- package/dist/esm/transactions/typeTag/index.mjs +1 -1
- package/dist/esm/transactions/typeTag/parser.d.mts +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 +9 -3
- package/dist/esm/types/abstraction.mjs +1 -1
- package/dist/esm/types/index.d.mts +1 -1
- package/dist/esm/types/index.mjs +1 -1
- package/dist/esm/types/types.d.mts +1 -1
- package/dist/esm/types/types.mjs +1 -1
- package/dist/esm/utils/const.d.mts +2 -1
- package/dist/esm/utils/const.mjs +1 -1
- package/dist/esm/utils/helpers.d.mts +1 -1
- package/dist/esm/utils/helpers.mjs +1 -1
- package/dist/esm/utils/index.d.mts +2 -2
- package/dist/esm/utils/index.mjs +1 -1
- package/dist/esm/utils/normalizeBundle.d.mts +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 +27 -28
- package/src/account/AbstractedAccount.ts +16 -3
- package/src/account/DerivableAbstractedAccount.ts +3 -1
- package/src/api/account.ts +36 -23
- package/src/api/transaction.ts +59 -36
- package/src/core/crypto/index.ts +1 -0
- package/src/core/crypto/privateKey.ts +1 -0
- package/src/core/crypto/secp256k1.ts +9 -1
- package/src/core/crypto/secp256r1.ts +495 -0
- package/src/core/crypto/singleKey.ts +11 -0
- package/src/core/crypto/utils.ts +38 -1
- package/src/internal/account.ts +69 -83
- package/src/transactions/authenticator/account.ts +71 -17
- package/src/types/abstraction.ts +9 -2
- package/src/types/types.ts +5 -0
- package/src/utils/const.ts +2 -0
- package/src/version.ts +1 -1
- package/dist/common/chunk-6MMUUJHX.js +0 -4
- package/dist/common/chunk-6MMUUJHX.js.map +0 -1
- package/dist/esm/chunk-4JT5AESZ.mjs +0 -2
- package/dist/esm/chunk-4JT5AESZ.mjs.map +0 -1
- package/dist/esm/chunk-55Q7BSZT.mjs +0 -6
- package/dist/esm/chunk-55Q7BSZT.mjs.map +0 -1
- package/dist/esm/chunk-6SLY7UV2.mjs +0 -2
- package/dist/esm/chunk-DPW6ELCQ.mjs +0 -2
- package/dist/esm/chunk-DPW6ELCQ.mjs.map +0 -1
- package/dist/esm/chunk-IJE2LVZG.mjs +0 -2
- package/dist/esm/chunk-IJE2LVZG.mjs.map +0 -1
- package/dist/esm/chunk-JCFTAG5Z.mjs +0 -2
- package/dist/esm/chunk-K43K3YG7.mjs +0 -2
- package/dist/esm/chunk-K43K3YG7.mjs.map +0 -1
- package/dist/esm/chunk-KJH4KKG6.mjs +0 -2
- package/dist/esm/chunk-KJH4KKG6.mjs.map +0 -1
- package/dist/esm/chunk-MSMFHPDT.mjs +0 -2
- package/dist/esm/chunk-MSMFHPDT.mjs.map +0 -1
- package/dist/esm/chunk-ROT6S6BM.mjs +0 -2
- package/dist/esm/chunk-ROT6S6BM.mjs.map +0 -1
- /package/dist/esm/{chunk-6JYQ5P36.mjs.map → chunk-4AI7KQQ7.mjs.map} +0 -0
- /package/dist/esm/{chunk-V6C6NWFU.mjs.map → chunk-6OWBKU7N.mjs.map} +0 -0
- /package/dist/esm/{chunk-BPWSOC2Y.mjs.map → chunk-7EER7GWV.mjs.map} +0 -0
- /package/dist/esm/{chunk-PLI53ZU6.mjs.map → chunk-AMXZQPUQ.mjs.map} +0 -0
- /package/dist/esm/{chunk-UQZTHVWC.mjs.map → chunk-JABP65XD.mjs.map} +0 -0
- /package/dist/esm/{chunk-3BMZKCLH.mjs.map → chunk-M3AO73ZL.mjs.map} +0 -0
- /package/dist/esm/{chunk-NF73V673.mjs.map → chunk-QP2BY4PK.mjs.map} +0 -0
- /package/dist/esm/{chunk-Y7ZQTLH4.mjs.map → chunk-RCSJFTST.mjs.map} +0 -0
- /package/dist/esm/{chunk-XYXBAU4J.mjs.map → chunk-SJDCGNWU.mjs.map} +0 -0
- /package/dist/esm/{chunk-HZVN4JSO.mjs.map → chunk-WHSTLR3F.mjs.map} +0 -0
|
@@ -1014,6 +1014,7 @@ declare class PrivateKey {
|
|
|
1014
1014
|
static readonly AIP80_PREFIXES: {
|
|
1015
1015
|
ed25519: string;
|
|
1016
1016
|
secp256k1: string;
|
|
1017
|
+
secp256r1: string;
|
|
1017
1018
|
};
|
|
1018
1019
|
/**
|
|
1019
1020
|
* Format a HexInput to an AIP-80 compliant string.
|
|
@@ -1548,6 +1549,7 @@ declare class Secp256k1PublicKey extends PublicKey {
|
|
|
1548
1549
|
static readonly LENGTH: number;
|
|
1549
1550
|
static readonly COMPRESSED_LENGTH: number;
|
|
1550
1551
|
private readonly key;
|
|
1552
|
+
readonly keyType: string;
|
|
1551
1553
|
/**
|
|
1552
1554
|
* Create a new PublicKey instance from a HexInput, which can be a string or Uint8Array.
|
|
1553
1555
|
* This constructor validates the length of the provided signature data.
|
|
@@ -4876,7 +4878,8 @@ declare enum AccountAuthenticatorVariant {
|
|
|
4876
4878
|
*/
|
|
4877
4879
|
declare enum PrivateKeyVariants {
|
|
4878
4880
|
Ed25519 = "ed25519",
|
|
4879
|
-
Secp256k1 = "secp256k1"
|
|
4881
|
+
Secp256k1 = "secp256k1",
|
|
4882
|
+
Secp256r1 = "secp256r1"
|
|
4880
4883
|
}
|
|
4881
4884
|
/**
|
|
4882
4885
|
* Variants of public keys used in cryptographic operations.
|
|
@@ -4884,6 +4887,7 @@ declare enum PrivateKeyVariants {
|
|
|
4884
4887
|
declare enum AnyPublicKeyVariant {
|
|
4885
4888
|
Ed25519 = 0,
|
|
4886
4889
|
Secp256k1 = 1,
|
|
4890
|
+
Secp256r1 = 2,
|
|
4887
4891
|
Keyless = 3,
|
|
4888
4892
|
FederatedKeyless = 4
|
|
4889
4893
|
}
|
|
@@ -4894,6 +4898,7 @@ declare function anyPublicKeyVariantToString(variant: AnyPublicKeyVariant): stri
|
|
|
4894
4898
|
declare enum AnySignatureVariant {
|
|
4895
4899
|
Ed25519 = 0,
|
|
4896
4900
|
Secp256k1 = 1,
|
|
4901
|
+
WebAuthn = 2,
|
|
4897
4902
|
Keyless = 3
|
|
4898
4903
|
}
|
|
4899
4904
|
/**
|
|
@@ -6609,17 +6614,42 @@ declare class AccountAuthenticatorNoAccountAuthenticator extends AccountAuthenti
|
|
|
6609
6614
|
serialize(serializer: Serializer): void;
|
|
6610
6615
|
static load(deserializer: Deserializer): AccountAuthenticatorNoAccountAuthenticator;
|
|
6611
6616
|
}
|
|
6617
|
+
/**
|
|
6618
|
+
* Represents an account authenticator that supports abstract authentication.
|
|
6619
|
+
*
|
|
6620
|
+
* @param functionInfo - The function info of the authentication function.
|
|
6621
|
+
* @param signingMessageDigest - The digest of the signing message.
|
|
6622
|
+
* @param abstractionSignature - The signature of the authentication function.
|
|
6623
|
+
* @param accountIdentity - optional. The account identity for DAA.
|
|
6624
|
+
* @group Implementation
|
|
6625
|
+
* @category Transactions
|
|
6626
|
+
*/
|
|
6612
6627
|
declare class AccountAuthenticatorAbstraction extends AccountAuthenticator {
|
|
6613
6628
|
readonly functionInfo: string;
|
|
6614
6629
|
readonly signingMessageDigest: Hex;
|
|
6615
|
-
readonly
|
|
6630
|
+
readonly abstractionSignature: Uint8Array;
|
|
6616
6631
|
/**
|
|
6617
6632
|
* DAA, which is extended of the AA module, requires an account identity
|
|
6618
6633
|
*/
|
|
6619
6634
|
readonly accountIdentity?: Uint8Array;
|
|
6620
|
-
constructor(functionInfo: string, signingMessageDigest: HexInput,
|
|
6635
|
+
constructor(functionInfo: string, signingMessageDigest: HexInput, abstractionSignature: Uint8Array, accountIdentity?: Uint8Array);
|
|
6621
6636
|
serialize(serializer: Serializer): void;
|
|
6622
6637
|
static load(deserializer: Deserializer): AccountAuthenticatorAbstraction;
|
|
6623
6638
|
}
|
|
6639
|
+
/**
|
|
6640
|
+
* Represents an account abstraction message that contains the original signing message and the function info.
|
|
6641
|
+
*
|
|
6642
|
+
* @param originalSigningMessage - The original signing message.
|
|
6643
|
+
* @param functionInfo - The function info of the authentication function.
|
|
6644
|
+
* @group Implementation
|
|
6645
|
+
* @category Transactions
|
|
6646
|
+
*/
|
|
6647
|
+
declare class AccountAbstractionMessage extends Serializable {
|
|
6648
|
+
readonly originalSigningMessage: Hex;
|
|
6649
|
+
readonly functionInfo: string;
|
|
6650
|
+
constructor(originalSigningMessage: HexInput, functionInfo: string);
|
|
6651
|
+
serialize(serializer: Serializer): void;
|
|
6652
|
+
static deserialize(deserializer: Deserializer): AccountAbstractionMessage;
|
|
6653
|
+
}
|
|
6624
6654
|
|
|
6625
|
-
export { AccountAuthenticatorNoAccountAuthenticator as $, AptosConfig as A, Bool as B, PublicKey as C, type Deserializable as D, Ed25519PublicKey as E, FixedBytes as F, AccountPublicKey as G, Secp256k1PublicKey as H, Secp256k1PrivateKey as I, Secp256k1Signature as J, Signature as K, type PrivateKeyInput as L, MoveVector as M, AnyPublicKey as N, AnySignature as O, PrivateKey as P, HexInvalidReason as Q, Hex as R, Serializable as S, hexToAsciiString as T, U8 as U, type VerifySignatureArgs as V, AccountAuthenticator as W, AccountAuthenticatorEd25519 as X, AccountAuthenticatorMultiEd25519 as Y, AccountAuthenticatorSingleKey as Z, AccountAuthenticatorMultiKey as _, Deserializer as a, type
|
|
6655
|
+
export { AccountAuthenticatorNoAccountAuthenticator as $, AptosConfig as A, Bool as B, PublicKey as C, type Deserializable as D, Ed25519PublicKey as E, FixedBytes as F, AccountPublicKey as G, Secp256k1PublicKey as H, Secp256k1PrivateKey as I, Secp256k1Signature as J, Signature as K, type PrivateKeyInput as L, MoveVector as M, AnyPublicKey as N, AnySignature as O, PrivateKey as P, HexInvalidReason as Q, Hex as R, Serializable as S, hexToAsciiString as T, U8 as U, type VerifySignatureArgs as V, AccountAuthenticator as W, AccountAuthenticatorEd25519 as X, AccountAuthenticatorMultiEd25519 as Y, AccountAuthenticatorSingleKey as Z, AccountAuthenticatorMultiKey as _, Deserializer as a, type InputEntryFunctionDataWithABI as a$, AccountAuthenticatorAbstraction as a0, AccountAbstractionMessage as a1, ChainId as a2, Identifier as a3, ModuleId as a4, RawTransaction as a5, RawTransactionWithData as a6, MultiAgentRawTransaction as a7, FeePayerRawTransaction as a8, type TransactionArgument as a9, TypeTagU64 as aA, TypeTagU128 as aB, TypeTagU256 as aC, TypeTagAddress as aD, TypeTagSigner as aE, TypeTagReference as aF, TypeTagGeneric as aG, TypeTagVector as aH, TypeTagStruct as aI, StructTag as aJ, aptosCoinStructTag as aK, stringStructTag as aL, optionStructTag as aM, objectStructTag as aN, type SimpleEntryFunctionArgumentTypes as aO, type EntryFunctionArgumentTypes as aP, type ScriptFunctionArgumentTypes as aQ, type TypeArgument as aR, type AnyRawTransactionInstance as aS, type InputGenerateTransactionOptions as aT, type InputGenerateSequenceNumberTransactionOptions as aU, type InputGenerateOrderlessTransactionOptions as aV, type AnyTransactionPayloadInstance as aW, type InputGenerateTransactionPayloadData as aX, type InputGenerateTransactionPayloadDataWithRemoteABI as aY, type InputEntryFunctionData as aZ, type InputGenerateTransactionPayloadDataWithABI as a_, type EntryFunctionArgument as aa, type ScriptFunctionArgument as ab, deserializeFromScriptArgument as ac, TransactionPayload as ad, TransactionPayloadScript as ae, TransactionPayloadEntryFunction as af, TransactionPayloadMultiSig as ag, EntryFunction as ah, Script as ai, MultiSig as aj, MultiSigTransactionPayload as ak, TransactionInnerPayload as al, TransactionInnerPayloadV1 as am, TransactionExecutable as an, TransactionExecutableScript as ao, TransactionExecutableEntryFunction as ap, TransactionExecutableEmpty as aq, TransactionExtraConfig as ar, TransactionExtraConfigV1 as as, SimpleTransaction as at, MultiAgentTransaction as au, TypeTag as av, TypeTagBool as aw, TypeTagU8 as ax, TypeTagU16 as ay, TypeTagU32 as az, Serializer as b, type PluginSettings as b$, type InputMultiSigDataWithABI as b0, type InputEntryFunctionDataWithRemoteABI as b1, type InputMultiSigData as b2, type InputMultiSigDataWithRemoteABI as b3, type InputScriptData as b4, type InputViewFunctionData as b5, type InputViewFunctionJsonData as b6, type ViewFunctionJsonPayload as b7, type InputViewFunctionDataWithRemoteABI as b8, type InputViewFunctionDataWithABI as b9, AnyPublicKeyVariant as bA, anyPublicKeyVariantToString as bB, AnySignatureVariant as bC, EphemeralPublicKeyVariant as bD, EphemeralSignatureVariant as bE, EphemeralCertificateVariant as bF, ZkpVariant as bG, type Uint8 as bH, type Uint16 as bI, type Uint32 as bJ, type Uint64 as bK, type Uint128 as bL, type Uint256 as bM, type AnyNumber as bN, type AptosSettings as bO, type PaginationArgs as bP, type CursorPaginationArgs as bQ, type TokenStandardArg as bR, type OrderByArg as bS, type WhereArg as bT, type ClientConfig as bU, type FullNodeConfig as bV, type IndexerConfig as bW, type FaucetConfig as bX, type TransactionGenerationConfig as bY, type ClientHeadersType as bZ, type PluginConfig as b_, type FunctionABI as ba, type EntryFunctionABI as bb, type ViewFunctionABI as bc, type InputGenerateSingleSignerRawTransactionArgs as bd, type InputGenerateMultiAgentRawTransactionArgs as be, type InputGenerateRawTransactionArgs as bf, type AnyRawTransaction as bg, type InputSimulateTransactionData as bh, type InputSimulateTransactionOptions as bi, type InputGenerateSingleSignerRawTransactionData as bj, type InputGenerateMultiAgentRawTransactionData as bk, type InputGenerateTransactionData as bl, type InputTransactionPluginData as bm, type InputSubmitTransactionData as bn, MimeType as bo, type HexInput as bp, TypeTagVariants as bq, ScriptTransactionArgumentVariants as br, TransactionPayloadVariants as bs, TransactionInnerPayloadVariants as bt, TransactionExecutableVariants as bu, TransactionExtraConfigVariants as bv, TransactionVariants as bw, TransactionAuthenticatorVariant as bx, AccountAuthenticatorVariant as by, PrivateKeyVariants as bz, U16 as c, type MoveUint8Type as c$, type TransactionSubmitter as c0, type ClientRequest as c1, type ClientResponse as c2, type Client as c3, type AptosRequest as c4, type AptosResponse as c5, type LedgerVersionArg as c6, type GasEstimation as c7, type MoveResource as c8, type AccountData as c9, type DecodedTableData as cA, type DeletedTableData as cB, type TransactionPayloadResponse as cC, type EntryFunctionPayloadResponse as cD, type ScriptPayloadResponse as cE, type MultisigPayloadResponse as cF, type GenesisPayload as cG, type MoveScriptBytecode as cH, type TransactionSignature as cI, isEd25519Signature as cJ, isSecp256k1Signature as cK, isMultiAgentSignature as cL, isFeePayerSignature as cM, isMultiEd25519Signature as cN, isSingleSenderSignature as cO, type TransactionEd25519Signature as cP, type TransactionSecp256k1Signature as cQ, type TransactionSingleSenderSignature as cR, type TransactionMultiEd25519Signature as cS, type TransactionMultiAgentSignature as cT, type TransactionFeePayerSignature as cU, type AccountSignature as cV, type WriteSet as cW, type ScriptWriteSet as cX, type DirectWriteSet as cY, type EventGuid as cZ, type Event as c_, type MoveModuleBytecode as ca, TransactionResponseType as cb, type TransactionResponse as cc, type CommittedTransactionResponse as cd, isPendingTransactionResponse as ce, isUserTransactionResponse as cf, isGenesisTransactionResponse as cg, isBlockMetadataTransactionResponse as ch, isStateCheckpointTransactionResponse as ci, isValidatorTransactionResponse as cj, isBlockEpilogueTransactionResponse as ck, type PendingTransactionResponse as cl, type UserTransactionResponse as cm, type GenesisTransactionResponse as cn, type BlockMetadataTransactionResponse as co, type StateCheckpointTransactionResponse as cp, type ValidatorTransactionResponse as cq, type BlockEndInfo as cr, type BlockEpilogueTransactionResponse as cs, type WriteSetChange as ct, type WriteSetChangeDeleteModule as cu, type WriteSetChangeDeleteResource as cv, type WriteSetChangeDeleteTableItem as cw, type WriteSetChangeWriteModule as cx, type WriteSetChangeWriteResource as cy, type WriteSetChangeWriteTableItem as cz, U32 as d, type MoveUint16Type as d0, type MoveUint32Type as d1, type MoveUint64Type as d2, type MoveUint128Type as d3, type MoveUint256Type as d4, type MoveAddressType as d5, type MoveObjectType as d6, type MoveOptionType as d7, type MoveStructId as d8, type MoveFunctionId as d9, type MoveStructType as da, type MoveType as db, type MoveValue as dc, type MoveModuleId as dd, MoveFunctionVisibility as de, MoveAbility as df, type MoveFunctionGenericTypeParam as dg, type MoveStructField as dh, type MoveModule as di, type MoveStruct as dj, type MoveFunction as dk, RoleType as dl, type LedgerInfo as dm, type Block as dn, type TableItemRequest as dp, type AuthenticationKeyScheme as dq, SigningScheme as dr, SigningSchemeInput as ds, DeriveScheme as dt, type WaitForTransactionOptions as du, type GenerateAccountWithEd25519 as dv, type GenerateAccountWithSingleSignerSecp256k1Key as dw, type GenerateAccount as dx, ensureBoolean as e, U64 as f, U128 as g, U256 as h, Serialized as i, MoveString as j, MoveOption as k, AddressInvalidReason as l, type AccountAddressInput as m, AccountAddress as n, outOfRangeErrorMessage as o, AuthenticationKey as p, isCanonicalEd25519Signature as q, Ed25519PrivateKey as r, Ed25519Signature as s, MultiEd25519PublicKey as t, MultiEd25519Signature as u, validateNumberInRange as v, AbstractMultiKey as w, MultiKey as x, MultiKeySignature as y, type VerifySignatureAsyncArgs as z };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as AptosConfig, m as AccountAddressInput,
|
|
1
|
+
import { A as AptosConfig, m as AccountAddressInput, aT as InputGenerateTransactionOptions, at as SimpleTransaction, n as AccountAddress } from '../../account-BortO8g2.mjs';
|
|
2
2
|
import '../../types/indexer.mjs';
|
|
3
3
|
import '../../types/generated/operations.mjs';
|
|
4
4
|
import '../../types/generated/types.mjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{Vc as a}from"../../chunk-L72TIN7T.mjs";import"../../chunk-2XQKGWHQ.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-XKUIMGKU.mjs";import"../../chunk-N6YTF76Q.mjs";import"../../chunk-A5L76YP7.mjs";import"../../chunk-I7XT6L7S.mjs";import"../../chunk-5HXLZHDW.mjs";import"../../chunk-G3MHXDYA.mjs";import"../../chunk-JABP65XD.mjs";import"../../chunk-GOXRBEIJ.mjs";import"../../chunk-2PASUPUO.mjs";import"../../chunk-XJJVJOX5.mjs";import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-EF4FA5I6.mjs";import"../../chunk-WCMW2L3P.mjs";import"../../chunk-WSR5EBJM.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-QREVMGQZ.mjs";import"../../chunk-V3MBJJTL.mjs";import"../../chunk-ZP4DWSQA.mjs";import"../../chunk-FGFLPH5K.mjs";import"../../chunk-WHSTLR3F.mjs";import"../../chunk-M3AO73ZL.mjs";import"../../chunk-6OWBKU7N.mjs";import"../../chunk-AMXZQPUQ.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-SJDCGNWU.mjs";import"../../chunk-UL777LTI.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-4AI7KQQ7.mjs";import"../../chunk-7EER7GWV.mjs";import"../../chunk-QP2BY4PK.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-CW35YAMN.mjs";import"../../chunk-6WDVDEQZ.mjs";import"../../chunk-RCSJFTST.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-OLILO7VD.mjs";import"../../chunk-7DQDJ2SA.mjs";import"../../chunk-HNBVYE3N.mjs";import"../../chunk-RGKRCZ36.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-Q4W3WJ2U.mjs";import"../../chunk-TOBQ5UE6.mjs";import"../../chunk-MT2RJ7H3.mjs";import"../../chunk-ORMOQWWH.mjs";import"../../chunk-FD6FGKYY.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-MCFQE4GC.mjs";import"../../chunk-FLZPUYXQ.mjs";import"../../chunk-EBMEXURY.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-CIJA7ONS.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as AccountAbstraction};
|
|
2
2
|
//# sourceMappingURL=abstraction.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GetAccountOwnedTokensQueryResponse, GetAccountOwnedTokensFromCollectionResponse, GetAccountCollectionsWithOwnedTokenResponse, GetAccountCoinsDataResponse, GetObjectDataQueryResponse } from '../types/indexer.mjs';
|
|
2
|
-
import { A as AptosConfig, m as AccountAddressInput,
|
|
2
|
+
import { A as AptosConfig, m as AccountAddressInput, c9 as AccountData, c6 as LedgerVersionArg, ca as MoveModuleBytecode, bQ as CursorPaginationArgs, bP as PaginationArgs, cc as TransactionResponse, c8 as MoveResource, d8 as MoveStructId, bN as AnyNumber, n as AccountAddress, bR as TokenStandardArg, bS as OrderByArg, bT as WhereArg, L as PrivateKeyInput } from '../account-BortO8g2.mjs';
|
|
3
3
|
import { CurrentFungibleAssetBalancesBoolExp } from '../types/generated/types.mjs';
|
|
4
|
-
import { A as Account$1 } from '../Ed25519Account-
|
|
4
|
+
import { A as Account$1 } from '../Ed25519Account-CPwej6wB.mjs';
|
|
5
5
|
import { BaseAccountPublicKey } from '../core/crypto/types.mjs';
|
|
6
6
|
import { AccountInfo } from '../internal/account.mjs';
|
|
7
7
|
import { AccountAbstraction } from './account/abstraction.mjs';
|
|
@@ -9,6 +9,7 @@ import '../types/generated/operations.mjs';
|
|
|
9
9
|
import '../utils/apiEndpoints.mjs';
|
|
10
10
|
import '../utils/const.mjs';
|
|
11
11
|
import '../core/common.mjs';
|
|
12
|
+
import '../account/MultiEd25519Account.mjs';
|
|
12
13
|
|
|
13
14
|
/**
|
|
14
15
|
* A class to query all `Account` related queries on Aptos.
|
|
@@ -627,15 +628,15 @@ declare class Account {
|
|
|
627
628
|
/**
|
|
628
629
|
* Queries the current amount of a specified coin held by an account.
|
|
629
630
|
*
|
|
631
|
+
* @deprecated Use `getBalance({ accountAddress, asset })` instead.
|
|
632
|
+
* This method is slated for removal in a future release.
|
|
633
|
+
*
|
|
630
634
|
* @param args The parameters for querying the account's coin amount.
|
|
631
635
|
* @param args.accountAddress The account address to query for the coin amount.
|
|
632
636
|
* @param args.coinType The coin type to query. Note: If not provided, it may be automatically populated if `faMetadataAddress`
|
|
633
637
|
* is specified.
|
|
634
638
|
* @param args.faMetadataAddress The fungible asset metadata address to query. Note: If not provided, it may be automatically
|
|
635
639
|
* populated if `coinType` is specified.
|
|
636
|
-
* @param args.minimumLedgerVersion Not used anymore, here for backward compatibility
|
|
637
|
-
* see https://github.com/aptos-labs/aptos-ts-sdk/pull/519, will be removed in the near future.
|
|
638
|
-
* Optional ledger version to sync up to before querying.
|
|
639
640
|
* @returns The current amount of the specified coin held by the account.
|
|
640
641
|
*
|
|
641
642
|
* @example
|
|
@@ -646,13 +647,9 @@ declare class Account {
|
|
|
646
647
|
* const aptos = new Aptos(config);
|
|
647
648
|
*
|
|
648
649
|
* async function runExample() {
|
|
649
|
-
* //
|
|
650
|
-
* const
|
|
651
|
-
*
|
|
652
|
-
* coinType: "0x1::aptos_coin::AptosCoin" // specify the coin type
|
|
653
|
-
* });
|
|
654
|
-
*
|
|
655
|
-
* console.log(`Account coin amount: ${accountCoinAmount}`);
|
|
650
|
+
* // Prefer the new API
|
|
651
|
+
* const amount = await aptos.getBalance({ accountAddress: "0x1", asset: "0x1::aptos_coin::AptosCoin" });
|
|
652
|
+
* console.log(`Balance: ${amount}`);
|
|
656
653
|
* }
|
|
657
654
|
* runExample().catch(console.error);
|
|
658
655
|
* ```
|
|
@@ -662,7 +659,28 @@ declare class Account {
|
|
|
662
659
|
accountAddress: AccountAddressInput;
|
|
663
660
|
coinType?: MoveStructId;
|
|
664
661
|
faMetadataAddress?: AccountAddressInput;
|
|
665
|
-
|
|
662
|
+
}): Promise<number>;
|
|
663
|
+
/**
|
|
664
|
+
* Retrieves the balance for an account and asset.
|
|
665
|
+
*
|
|
666
|
+
* @param args The parameters for the balance query.
|
|
667
|
+
* @param args.accountAddress The account address to query.
|
|
668
|
+
* @param args.asset The asset to query: Move struct ID (e.g., `0x1::aptos_coin::AptosCoin`) or FA metadata address.
|
|
669
|
+
* @returns The balance as a number.
|
|
670
|
+
*
|
|
671
|
+
* @example
|
|
672
|
+
* ```ts
|
|
673
|
+
* const aptos = new Aptos(new AptosConfig());
|
|
674
|
+
* // APT coin by type
|
|
675
|
+
* const apt = await aptos.getBalance({ accountAddress: "0x1", asset: "0x1::aptos_coin::AptosCoin" });
|
|
676
|
+
* // Some FA by metadata address
|
|
677
|
+
* const fa = await aptos.getBalance({ accountAddress: "0x1", asset: "0xa" });
|
|
678
|
+
* ```
|
|
679
|
+
* @group Account
|
|
680
|
+
*/
|
|
681
|
+
getBalance(args: {
|
|
682
|
+
accountAddress: AccountAddressInput;
|
|
683
|
+
asset: MoveStructId | AccountAddressInput;
|
|
666
684
|
}): Promise<number>;
|
|
667
685
|
/**
|
|
668
686
|
* Queries an account's owned objects.
|
package/dist/esm/api/account.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{Wc as a}from"../chunk-L72TIN7T.mjs";import"../chunk-2XQKGWHQ.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-XKUIMGKU.mjs";import"../chunk-N6YTF76Q.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-I7XT6L7S.mjs";import"../chunk-5HXLZHDW.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-JABP65XD.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-2PASUPUO.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-EF4FA5I6.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-WSR5EBJM.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-QREVMGQZ.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-ZP4DWSQA.mjs";import"../chunk-FGFLPH5K.mjs";import"../chunk-WHSTLR3F.mjs";import"../chunk-M3AO73ZL.mjs";import"../chunk-6OWBKU7N.mjs";import"../chunk-AMXZQPUQ.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-SJDCGNWU.mjs";import"../chunk-UL777LTI.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-4AI7KQQ7.mjs";import"../chunk-7EER7GWV.mjs";import"../chunk-QP2BY4PK.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-CW35YAMN.mjs";import"../chunk-6WDVDEQZ.mjs";import"../chunk-RCSJFTST.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-OLILO7VD.mjs";import"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-Q4W3WJ2U.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-MCFQE4GC.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-CIJA7ONS.mjs";import"../chunk-KDMSOCZY.mjs";export{a as Account};
|
|
2
2
|
//# sourceMappingURL=account.mjs.map
|
package/dist/esm/api/ans.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { GetANSNameResponse } from '../types/indexer.mjs';
|
|
2
|
-
import { A as AptosConfig, n as AccountAddress, m as AccountAddressInput,
|
|
3
|
-
import { A as Account } from '../Ed25519Account-
|
|
2
|
+
import { A as AptosConfig, n as AccountAddress, m as AccountAddressInput, aT as InputGenerateTransactionOptions, at as SimpleTransaction } from '../account-BortO8g2.mjs';
|
|
3
|
+
import { A as Account } from '../Ed25519Account-CPwej6wB.mjs';
|
|
4
4
|
import { RegisterNameParameters, GetAccountNamesArgs, GetAccountDomainsArgs, GetAccountSubdomainsArgs, GetDomainSubdomainsArgs } from '../internal/ans.mjs';
|
|
5
5
|
import '../types/generated/operations.mjs';
|
|
6
6
|
import '../types/generated/types.mjs';
|
package/dist/esm/api/ans.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{Zd as a}from"../chunk-L72TIN7T.mjs";import"../chunk-2XQKGWHQ.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-XKUIMGKU.mjs";import"../chunk-N6YTF76Q.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-I7XT6L7S.mjs";import"../chunk-5HXLZHDW.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-JABP65XD.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-2PASUPUO.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-EF4FA5I6.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-WSR5EBJM.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-QREVMGQZ.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-ZP4DWSQA.mjs";import"../chunk-FGFLPH5K.mjs";import"../chunk-WHSTLR3F.mjs";import"../chunk-M3AO73ZL.mjs";import"../chunk-6OWBKU7N.mjs";import"../chunk-AMXZQPUQ.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-SJDCGNWU.mjs";import"../chunk-UL777LTI.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-4AI7KQQ7.mjs";import"../chunk-7EER7GWV.mjs";import"../chunk-QP2BY4PK.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-CW35YAMN.mjs";import"../chunk-6WDVDEQZ.mjs";import"../chunk-RCSJFTST.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-OLILO7VD.mjs";import"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-Q4W3WJ2U.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-MCFQE4GC.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-CIJA7ONS.mjs";import"../chunk-KDMSOCZY.mjs";export{a as ANS};
|
|
2
2
|
//# sourceMappingURL=ans.mjs.map
|
package/dist/esm/api/aptos.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Account } from './account.mjs';
|
|
2
|
-
import { A as AptosConfig } from '../account
|
|
2
|
+
import { A as AptosConfig } from '../account-BortO8g2.mjs';
|
|
3
3
|
import { Coin } from './coin.mjs';
|
|
4
4
|
import { DigitalAsset } from './digitalAsset.mjs';
|
|
5
5
|
import { Faucet } from './faucet.mjs';
|
|
@@ -14,12 +14,13 @@ import { AptosObject } from './object.mjs';
|
|
|
14
14
|
import '../types/indexer.mjs';
|
|
15
15
|
import '../types/generated/operations.mjs';
|
|
16
16
|
import '../types/generated/types.mjs';
|
|
17
|
-
import '../Ed25519Account-
|
|
17
|
+
import '../Ed25519Account-CPwej6wB.mjs';
|
|
18
18
|
import '../core/crypto/types.mjs';
|
|
19
19
|
import '../utils/apiEndpoints.mjs';
|
|
20
20
|
import '../utils/const.mjs';
|
|
21
21
|
import '../core/common.mjs';
|
|
22
22
|
import '../internal/account.mjs';
|
|
23
|
+
import '../account/MultiEd25519Account.mjs';
|
|
23
24
|
import './account/abstraction.mjs';
|
|
24
25
|
import '../internal/digitalAsset.mjs';
|
|
25
26
|
import '../internal/ans.mjs';
|
|
@@ -32,7 +33,7 @@ import 'eventemitter3';
|
|
|
32
33
|
import '../transactions/management/transactionWorker.mjs';
|
|
33
34
|
import '../transactions/management/accountSequenceNumber.mjs';
|
|
34
35
|
import '../transactions/management/asyncQueue.mjs';
|
|
35
|
-
import '../federatedKeyless-
|
|
36
|
+
import '../federatedKeyless-CTzDAQTu.mjs';
|
|
36
37
|
import '../core/crypto/ephemeral.mjs';
|
|
37
38
|
import '../core/crypto/proof.mjs';
|
|
38
39
|
import '../types/keyless.mjs';
|
package/dist/esm/api/aptos.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{te as a}from"../chunk-L72TIN7T.mjs";import"../chunk-2XQKGWHQ.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-XKUIMGKU.mjs";import"../chunk-N6YTF76Q.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-I7XT6L7S.mjs";import"../chunk-5HXLZHDW.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-JABP65XD.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-2PASUPUO.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-EF4FA5I6.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-WSR5EBJM.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-QREVMGQZ.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-ZP4DWSQA.mjs";import"../chunk-FGFLPH5K.mjs";import"../chunk-WHSTLR3F.mjs";import"../chunk-M3AO73ZL.mjs";import"../chunk-6OWBKU7N.mjs";import"../chunk-AMXZQPUQ.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-SJDCGNWU.mjs";import"../chunk-UL777LTI.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-4AI7KQQ7.mjs";import"../chunk-7EER7GWV.mjs";import"../chunk-QP2BY4PK.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-CW35YAMN.mjs";import"../chunk-6WDVDEQZ.mjs";import"../chunk-RCSJFTST.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-OLILO7VD.mjs";import"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-Q4W3WJ2U.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-MCFQE4GC.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-CIJA7ONS.mjs";import"../chunk-KDMSOCZY.mjs";export{a as Aptos};
|
|
2
2
|
//# sourceMappingURL=aptos.mjs.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../chunk-
|
|
1
|
+
import{a}from"../chunk-RCSJFTST.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-OLILO7VD.mjs";import"../chunk-KDMSOCZY.mjs";export{a as AptosConfig};
|
|
2
2
|
//# sourceMappingURL=aptosConfig.mjs.map
|
package/dist/esm/api/coin.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as AptosConfig, m as AccountAddressInput,
|
|
1
|
+
import { A as AptosConfig, m as AccountAddressInput, bN as AnyNumber, d8 as MoveStructId, aT as InputGenerateTransactionOptions, at as SimpleTransaction } from '../account-BortO8g2.mjs';
|
|
2
2
|
import '../types/indexer.mjs';
|
|
3
3
|
import '../types/generated/operations.mjs';
|
|
4
4
|
import '../types/generated/types.mjs';
|
package/dist/esm/api/coin.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{Yc as a}from"../chunk-L72TIN7T.mjs";import"../chunk-2XQKGWHQ.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-XKUIMGKU.mjs";import"../chunk-N6YTF76Q.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-I7XT6L7S.mjs";import"../chunk-5HXLZHDW.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-JABP65XD.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-2PASUPUO.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-EF4FA5I6.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-WSR5EBJM.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-QREVMGQZ.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-ZP4DWSQA.mjs";import"../chunk-FGFLPH5K.mjs";import"../chunk-WHSTLR3F.mjs";import"../chunk-M3AO73ZL.mjs";import"../chunk-6OWBKU7N.mjs";import"../chunk-AMXZQPUQ.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-SJDCGNWU.mjs";import"../chunk-UL777LTI.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-4AI7KQQ7.mjs";import"../chunk-7EER7GWV.mjs";import"../chunk-QP2BY4PK.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-CW35YAMN.mjs";import"../chunk-6WDVDEQZ.mjs";import"../chunk-RCSJFTST.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-OLILO7VD.mjs";import"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-Q4W3WJ2U.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-MCFQE4GC.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-CIJA7ONS.mjs";import"../chunk-KDMSOCZY.mjs";export{a as Coin};
|
|
2
2
|
//# sourceMappingURL=coin.mjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { GetCollectionDataResponse, GetTokenDataResponse, GetCurrentTokenOwnershipResponse, GetOwnedTokensResponse, GetTokenActivityResponse } from '../types/indexer.mjs';
|
|
2
|
-
import { A as AptosConfig, m as AccountAddressInput,
|
|
3
|
-
import { A as Account } from '../Ed25519Account-
|
|
2
|
+
import { A as AptosConfig, m as AccountAddressInput, bN as AnyNumber, bR as TokenStandardArg, bP as PaginationArgs, bS as OrderByArg, aT as InputGenerateTransactionOptions, at as SimpleTransaction, n as AccountAddress, d8 as MoveStructId } from '../account-BortO8g2.mjs';
|
|
3
|
+
import { A as Account } from '../Ed25519Account-CPwej6wB.mjs';
|
|
4
4
|
import { CreateCollectionOptions, PropertyType, PropertyValue } from '../internal/digitalAsset.mjs';
|
|
5
5
|
import '../types/generated/operations.mjs';
|
|
6
6
|
import '../types/generated/types.mjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{vd as a}from"../chunk-L72TIN7T.mjs";import"../chunk-2XQKGWHQ.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-XKUIMGKU.mjs";import"../chunk-N6YTF76Q.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-I7XT6L7S.mjs";import"../chunk-5HXLZHDW.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-JABP65XD.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-2PASUPUO.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-EF4FA5I6.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-WSR5EBJM.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-QREVMGQZ.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-ZP4DWSQA.mjs";import"../chunk-FGFLPH5K.mjs";import"../chunk-WHSTLR3F.mjs";import"../chunk-M3AO73ZL.mjs";import"../chunk-6OWBKU7N.mjs";import"../chunk-AMXZQPUQ.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-SJDCGNWU.mjs";import"../chunk-UL777LTI.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-4AI7KQQ7.mjs";import"../chunk-7EER7GWV.mjs";import"../chunk-QP2BY4PK.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-CW35YAMN.mjs";import"../chunk-6WDVDEQZ.mjs";import"../chunk-RCSJFTST.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-OLILO7VD.mjs";import"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-Q4W3WJ2U.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-MCFQE4GC.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-CIJA7ONS.mjs";import"../chunk-KDMSOCZY.mjs";export{a as DigitalAsset};
|
|
2
2
|
//# sourceMappingURL=digitalAsset.mjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as AptosConfig, m as AccountAddressInput,
|
|
1
|
+
import { A as AptosConfig, m as AccountAddressInput, du as WaitForTransactionOptions, cm as UserTransactionResponse } from '../account-BortO8g2.mjs';
|
|
2
2
|
import '../types/indexer.mjs';
|
|
3
3
|
import '../types/generated/operations.mjs';
|
|
4
4
|
import '../types/generated/types.mjs';
|
package/dist/esm/api/faucet.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{xd as a}from"../chunk-L72TIN7T.mjs";import"../chunk-2XQKGWHQ.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-XKUIMGKU.mjs";import"../chunk-N6YTF76Q.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-I7XT6L7S.mjs";import"../chunk-5HXLZHDW.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-JABP65XD.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-2PASUPUO.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-EF4FA5I6.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-WSR5EBJM.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-QREVMGQZ.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-ZP4DWSQA.mjs";import"../chunk-FGFLPH5K.mjs";import"../chunk-WHSTLR3F.mjs";import"../chunk-M3AO73ZL.mjs";import"../chunk-6OWBKU7N.mjs";import"../chunk-AMXZQPUQ.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-SJDCGNWU.mjs";import"../chunk-UL777LTI.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-4AI7KQQ7.mjs";import"../chunk-7EER7GWV.mjs";import"../chunk-QP2BY4PK.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-CW35YAMN.mjs";import"../chunk-6WDVDEQZ.mjs";import"../chunk-RCSJFTST.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-OLILO7VD.mjs";import"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-Q4W3WJ2U.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-MCFQE4GC.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-CIJA7ONS.mjs";import"../chunk-KDMSOCZY.mjs";export{a as Faucet};
|
|
2
2
|
//# sourceMappingURL=faucet.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GetFungibleAssetMetadataResponse, GetFungibleAssetActivitiesResponse, GetCurrentFungibleAssetBalancesResponse } from '../types/indexer.mjs';
|
|
2
|
-
import { A as AptosConfig,
|
|
2
|
+
import { A as AptosConfig, bN as AnyNumber, bP as PaginationArgs, bT as WhereArg, m as AccountAddressInput, aT as InputGenerateTransactionOptions, at as SimpleTransaction } from '../account-BortO8g2.mjs';
|
|
3
3
|
import { FungibleAssetMetadataBoolExp, FungibleAssetActivitiesBoolExp, CurrentFungibleAssetBalancesBoolExp } from '../types/generated/types.mjs';
|
|
4
|
-
import { A as Account } from '../Ed25519Account-
|
|
4
|
+
import { A as Account } from '../Ed25519Account-CPwej6wB.mjs';
|
|
5
5
|
import '../types/generated/operations.mjs';
|
|
6
6
|
import '../utils/apiEndpoints.mjs';
|
|
7
7
|
import '../utils/const.mjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{Dd as a}from"../chunk-L72TIN7T.mjs";import"../chunk-2XQKGWHQ.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-XKUIMGKU.mjs";import"../chunk-N6YTF76Q.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-I7XT6L7S.mjs";import"../chunk-5HXLZHDW.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-JABP65XD.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-2PASUPUO.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-EF4FA5I6.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-WSR5EBJM.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-QREVMGQZ.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-ZP4DWSQA.mjs";import"../chunk-FGFLPH5K.mjs";import"../chunk-WHSTLR3F.mjs";import"../chunk-M3AO73ZL.mjs";import"../chunk-6OWBKU7N.mjs";import"../chunk-AMXZQPUQ.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-SJDCGNWU.mjs";import"../chunk-UL777LTI.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-4AI7KQQ7.mjs";import"../chunk-7EER7GWV.mjs";import"../chunk-QP2BY4PK.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-CW35YAMN.mjs";import"../chunk-6WDVDEQZ.mjs";import"../chunk-RCSJFTST.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-OLILO7VD.mjs";import"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-Q4W3WJ2U.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-MCFQE4GC.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-CIJA7ONS.mjs";import"../chunk-KDMSOCZY.mjs";export{a as FungibleAsset};
|
|
2
2
|
//# sourceMappingURL=fungibleAsset.mjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as AptosConfig,
|
|
1
|
+
import { A as AptosConfig, dm as LedgerInfo, bN as AnyNumber, dn as Block, dc as MoveValue, b5 as InputViewFunctionData, c6 as LedgerVersionArg, b6 as InputViewFunctionJsonData } from '../account-BortO8g2.mjs';
|
|
2
2
|
import { GetChainTopUserTransactionsResponse, GraphqlQuery, GetProcessorStatusResponse } from '../types/indexer.mjs';
|
|
3
3
|
import { ProcessorType } from '../utils/const.mjs';
|
|
4
4
|
import '../utils/apiEndpoints.mjs';
|
package/dist/esm/api/general.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{Ed as a}from"../chunk-L72TIN7T.mjs";import"../chunk-2XQKGWHQ.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-XKUIMGKU.mjs";import"../chunk-N6YTF76Q.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-I7XT6L7S.mjs";import"../chunk-5HXLZHDW.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-JABP65XD.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-2PASUPUO.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-EF4FA5I6.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-WSR5EBJM.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-QREVMGQZ.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-ZP4DWSQA.mjs";import"../chunk-FGFLPH5K.mjs";import"../chunk-WHSTLR3F.mjs";import"../chunk-M3AO73ZL.mjs";import"../chunk-6OWBKU7N.mjs";import"../chunk-AMXZQPUQ.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-SJDCGNWU.mjs";import"../chunk-UL777LTI.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-4AI7KQQ7.mjs";import"../chunk-7EER7GWV.mjs";import"../chunk-QP2BY4PK.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-CW35YAMN.mjs";import"../chunk-6WDVDEQZ.mjs";import"../chunk-RCSJFTST.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-OLILO7VD.mjs";import"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-Q4W3WJ2U.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-MCFQE4GC.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-CIJA7ONS.mjs";import"../chunk-KDMSOCZY.mjs";export{a as General};
|
|
2
2
|
//# sourceMappingURL=general.mjs.map
|
package/dist/esm/api/index.d.mts
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
export { Aptos } from './aptos.mjs';
|
|
2
|
-
export { A as AptosConfig } from '../account
|
|
2
|
+
export { A as AptosConfig } from '../account-BortO8g2.mjs';
|
|
3
3
|
import './account.mjs';
|
|
4
4
|
import '../types/indexer.mjs';
|
|
5
5
|
import '../types/generated/operations.mjs';
|
|
6
6
|
import '../types/generated/types.mjs';
|
|
7
|
-
import '../Ed25519Account-
|
|
7
|
+
import '../Ed25519Account-CPwej6wB.mjs';
|
|
8
8
|
import '../core/crypto/types.mjs';
|
|
9
9
|
import '../utils/apiEndpoints.mjs';
|
|
10
10
|
import '../utils/const.mjs';
|
|
11
11
|
import '../core/common.mjs';
|
|
12
12
|
import '../internal/account.mjs';
|
|
13
|
+
import '../account/MultiEd25519Account.mjs';
|
|
13
14
|
import './account/abstraction.mjs';
|
|
14
15
|
import './coin.mjs';
|
|
15
16
|
import './digitalAsset.mjs';
|
|
@@ -32,7 +33,7 @@ import '../transactions/management/accountSequenceNumber.mjs';
|
|
|
32
33
|
import '../transactions/management/asyncQueue.mjs';
|
|
33
34
|
import './table.mjs';
|
|
34
35
|
import './keyless.mjs';
|
|
35
|
-
import '../federatedKeyless-
|
|
36
|
+
import '../federatedKeyless-CTzDAQTu.mjs';
|
|
36
37
|
import '../core/crypto/ephemeral.mjs';
|
|
37
38
|
import '../core/crypto/proof.mjs';
|
|
38
39
|
import '../types/keyless.mjs';
|
package/dist/esm/api/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{te as b}from"../chunk-L72TIN7T.mjs";import"../chunk-2XQKGWHQ.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-XKUIMGKU.mjs";import"../chunk-N6YTF76Q.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-I7XT6L7S.mjs";import"../chunk-5HXLZHDW.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-JABP65XD.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-2PASUPUO.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-EF4FA5I6.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-WSR5EBJM.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-QREVMGQZ.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-ZP4DWSQA.mjs";import"../chunk-FGFLPH5K.mjs";import"../chunk-WHSTLR3F.mjs";import"../chunk-M3AO73ZL.mjs";import"../chunk-6OWBKU7N.mjs";import"../chunk-AMXZQPUQ.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-SJDCGNWU.mjs";import"../chunk-UL777LTI.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-4AI7KQQ7.mjs";import"../chunk-7EER7GWV.mjs";import"../chunk-QP2BY4PK.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-CW35YAMN.mjs";import"../chunk-6WDVDEQZ.mjs";import{a}from"../chunk-RCSJFTST.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-OLILO7VD.mjs";import"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-Q4W3WJ2U.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-MCFQE4GC.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-CIJA7ONS.mjs";import"../chunk-KDMSOCZY.mjs";export{b as Aptos,a as AptosConfig};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { A as AptosConfig,
|
|
2
|
-
import { l as ZeroKnowledgeSig } from '../federatedKeyless-
|
|
3
|
-
import { A as Account } from '../Ed25519Account-
|
|
1
|
+
import { A as AptosConfig, bp as HexInput, m as AccountAddressInput, aT as InputGenerateTransactionOptions, at as SimpleTransaction } from '../account-BortO8g2.mjs';
|
|
2
|
+
import { l as ZeroKnowledgeSig } from '../federatedKeyless-CTzDAQTu.mjs';
|
|
3
|
+
import { A as Account } from '../Ed25519Account-CPwej6wB.mjs';
|
|
4
4
|
import { EphemeralKeyPair } from '../account/EphemeralKeyPair.mjs';
|
|
5
5
|
import { KeylessAccount } from '../account/KeylessAccount.mjs';
|
|
6
6
|
import { ProofFetchCallback } from '../account/AbstractKeylessAccount.mjs';
|
package/dist/esm/api/keyless.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{pe as a}from"../chunk-L72TIN7T.mjs";import"../chunk-2XQKGWHQ.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-XKUIMGKU.mjs";import"../chunk-N6YTF76Q.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-I7XT6L7S.mjs";import"../chunk-5HXLZHDW.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-JABP65XD.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-2PASUPUO.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-EF4FA5I6.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-WSR5EBJM.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-QREVMGQZ.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-ZP4DWSQA.mjs";import"../chunk-FGFLPH5K.mjs";import"../chunk-WHSTLR3F.mjs";import"../chunk-M3AO73ZL.mjs";import"../chunk-6OWBKU7N.mjs";import"../chunk-AMXZQPUQ.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-SJDCGNWU.mjs";import"../chunk-UL777LTI.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-4AI7KQQ7.mjs";import"../chunk-7EER7GWV.mjs";import"../chunk-QP2BY4PK.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-CW35YAMN.mjs";import"../chunk-6WDVDEQZ.mjs";import"../chunk-RCSJFTST.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-OLILO7VD.mjs";import"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-Q4W3WJ2U.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-MCFQE4GC.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-CIJA7ONS.mjs";import"../chunk-KDMSOCZY.mjs";export{a as Keyless};
|
|
2
2
|
//# sourceMappingURL=keyless.mjs.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GetObjectDataQueryResponse } from '../types/indexer.mjs';
|
|
2
|
-
import { A as AptosConfig, m as AccountAddressInput,
|
|
2
|
+
import { A as AptosConfig, m as AccountAddressInput, bN as AnyNumber, bP as PaginationArgs, bS as OrderByArg } from '../account-BortO8g2.mjs';
|
|
3
3
|
import '../types/generated/operations.mjs';
|
|
4
4
|
import '../types/generated/types.mjs';
|
|
5
5
|
import '../utils/apiEndpoints.mjs';
|
package/dist/esm/api/object.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{se as a}from"../chunk-L72TIN7T.mjs";import"../chunk-2XQKGWHQ.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-XKUIMGKU.mjs";import"../chunk-N6YTF76Q.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-I7XT6L7S.mjs";import"../chunk-5HXLZHDW.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-JABP65XD.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-2PASUPUO.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-EF4FA5I6.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-WSR5EBJM.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-QREVMGQZ.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-ZP4DWSQA.mjs";import"../chunk-FGFLPH5K.mjs";import"../chunk-WHSTLR3F.mjs";import"../chunk-M3AO73ZL.mjs";import"../chunk-6OWBKU7N.mjs";import"../chunk-AMXZQPUQ.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-SJDCGNWU.mjs";import"../chunk-UL777LTI.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-4AI7KQQ7.mjs";import"../chunk-7EER7GWV.mjs";import"../chunk-QP2BY4PK.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-CW35YAMN.mjs";import"../chunk-6WDVDEQZ.mjs";import"../chunk-RCSJFTST.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-OLILO7VD.mjs";import"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-Q4W3WJ2U.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-MCFQE4GC.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-CIJA7ONS.mjs";import"../chunk-KDMSOCZY.mjs";export{a as AptosObject};
|
|
2
2
|
//# sourceMappingURL=object.mjs.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GetNumberOfDelegatorsResponse, GetDelegatedStakingActivitiesResponse } from '../types/indexer.mjs';
|
|
2
|
-
import { A as AptosConfig, m as AccountAddressInput,
|
|
2
|
+
import { A as AptosConfig, m as AccountAddressInput, bN as AnyNumber, bS as OrderByArg } from '../account-BortO8g2.mjs';
|
|
3
3
|
import '../types/generated/operations.mjs';
|
|
4
4
|
import '../types/generated/types.mjs';
|
|
5
5
|
import '../utils/apiEndpoints.mjs';
|