@aptos-labs/ts-sdk 5.1.2 → 5.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/{account-147vfOGb.d.ts → account-DefhsHe3.d.ts} +325 -1
- package/dist/common/chunk-HO5ESTN4.js +4 -0
- package/dist/common/chunk-HO5ESTN4.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 +2 -2
- package/dist/common/index.js +34 -34
- package/dist/common/index.js.map +1 -1
- package/dist/esm/{Ed25519Account-CPwej6wB.d.mts → Ed25519Account-CVg5T_jc.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 +2 -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-BortO8g2.d.mts → account-DOs8SpoQ.d.mts} +325 -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 +2 -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 +3 -3
- package/dist/esm/api/aptos.mjs +1 -1
- package/dist/esm/api/aptosConfig.d.mts +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 +3 -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 +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/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/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 +14 -2
- package/dist/esm/bcs/consts.mjs +1 -1
- package/dist/esm/bcs/deserializer.d.mts +1 -1
- package/dist/esm/bcs/deserializer.mjs +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/entryFunctionBytes.mjs +1 -1
- package/dist/esm/bcs/serializable/fixedBytes.d.mts +1 -1
- package/dist/esm/bcs/serializable/fixedBytes.mjs +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/bcs/serializer.mjs +1 -1
- package/dist/esm/chunk-3JDGB4IL.mjs +2 -0
- package/dist/esm/chunk-3JDGB4IL.mjs.map +1 -0
- package/dist/esm/{chunk-N6YTF76Q.mjs → chunk-3P474TWM.mjs} +2 -2
- package/dist/esm/{chunk-TOBQ5UE6.mjs → chunk-43LWUUXS.mjs} +2 -2
- package/dist/esm/chunk-5ABS6RDR.mjs +2 -0
- package/dist/esm/chunk-5ABS6RDR.mjs.map +1 -0
- package/dist/esm/{chunk-WSR5EBJM.mjs → chunk-5FNZUL2Y.mjs} +2 -2
- package/dist/esm/{chunk-XKUIMGKU.mjs → chunk-6IWGTO2J.mjs} +2 -2
- package/dist/esm/{chunk-2OPKZKOB.mjs → chunk-7WIDI4FZ.mjs} +2 -2
- package/dist/esm/{chunk-626KB2UQ.mjs → chunk-AVOTC5EI.mjs} +2 -2
- package/dist/esm/{chunk-Q4W3WJ2U.mjs → chunk-BIQOJ3OK.mjs} +2 -2
- package/dist/esm/{chunk-ZYE7UTJZ.mjs → chunk-C5UZZHA4.mjs} +2 -2
- package/dist/esm/{chunk-MT2RJ7H3.mjs → chunk-DIFSO4N6.mjs} +2 -2
- package/dist/esm/{chunk-YZHAI55C.mjs → chunk-G3HAIETV.mjs} +2 -2
- package/dist/esm/{chunk-RQX6JOEN.mjs → chunk-GRF3NBRO.mjs} +2 -2
- package/dist/esm/{chunk-R7FWJP3N.mjs → chunk-GTRHYHQK.mjs} +2 -2
- package/dist/esm/chunk-I42Z32Q2.mjs +2 -0
- package/dist/esm/chunk-I42Z32Q2.mjs.map +1 -0
- package/dist/esm/{chunk-V74WPKSY.mjs → chunk-IKTH33UN.mjs} +2 -2
- package/dist/esm/chunk-IQPLJ32K.mjs +4 -0
- package/dist/esm/chunk-IQPLJ32K.mjs.map +1 -0
- package/dist/esm/{chunk-LAPXUUHK.mjs → chunk-IXRGCQQU.mjs} +2 -2
- package/dist/esm/{chunk-E2U27PNC.mjs → chunk-JYDVO4K3.mjs} +2 -2
- package/dist/esm/chunk-KUF4DKN5.mjs +2 -0
- package/dist/esm/chunk-LD3I4CYO.mjs +2 -0
- package/dist/esm/{chunk-RGKRCZ36.mjs → chunk-MEG27LEV.mjs} +2 -2
- package/dist/esm/{chunk-LA56UDUK.mjs → chunk-PYVKCTUN.mjs} +2 -2
- package/dist/esm/{chunk-WCMW2L3P.mjs → chunk-QDJDZ3ON.mjs} +2 -2
- package/dist/esm/{chunk-FGFLPH5K.mjs → chunk-RYOICF37.mjs} +2 -2
- package/dist/esm/{chunk-AQW4BUKF.mjs → chunk-SGZPRMLE.mjs} +2 -2
- package/dist/esm/{chunk-QNARIAVM.mjs → chunk-VO3JD6U6.mjs} +2 -2
- package/dist/esm/{chunk-GQ3UIDPQ.mjs → chunk-VS5NYRHW.mjs} +2 -2
- package/dist/esm/{chunk-FC72YL4B.mjs → chunk-VV6OTOMS.mjs} +2 -2
- package/dist/esm/chunk-WGRSKMNQ.mjs +2 -0
- package/dist/esm/{chunk-H3EP5CGP.mjs.map → chunk-WGRSKMNQ.mjs.map} +1 -1
- package/dist/esm/{chunk-PSSIJHHC.mjs → chunk-WOEH45Q2.mjs} +2 -2
- package/dist/esm/chunk-X2TPNKLV.mjs +2 -0
- package/dist/esm/chunk-X2TPNKLV.mjs.map +1 -0
- package/dist/esm/{chunk-YS5IUILF.mjs → chunk-X5BUBEJH.mjs} +2 -2
- package/dist/esm/{chunk-FLZPUYXQ.mjs → chunk-Y426VCPM.mjs} +2 -2
- package/dist/esm/{chunk-FLZPUYXQ.mjs.map → chunk-Y426VCPM.mjs.map} +1 -1
- 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 +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.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 +1 -1
- package/dist/esm/core/crypto/secp256r1.mjs +1 -1
- 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 +1 -1
- 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 +2 -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-CTzDAQTu.d.mts → federatedKeyless-CxdU4W95.d.mts} +1 -1
- package/dist/esm/index.d.mts +3 -3
- 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 +2 -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 +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/chainId.mjs +1 -1
- package/dist/esm/transactions/instances/identifier.d.mts +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.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/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/helpers.d.mts +1 -1
- package/dist/esm/utils/helpers.mjs +1 -1
- package/dist/esm/utils/index.d.mts +1 -1
- 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 +19 -18
- package/src/bcs/consts.ts +15 -1
- package/src/bcs/deserializer.ts +105 -0
- package/src/bcs/serializable/movePrimitives.ts +237 -1
- package/src/bcs/serializer.ts +111 -0
- package/src/transactions/typeTag/index.ts +173 -1
- package/src/transactions/typeTag/parser.ts +24 -0
- package/src/types/types.ts +36 -0
- package/src/version.ts +1 -1
- package/dist/common/chunk-347THBDE.js +0 -4
- package/dist/common/chunk-347THBDE.js.map +0 -1
- package/dist/esm/chunk-56CNRT2K.mjs +0 -2
- package/dist/esm/chunk-56CNRT2K.mjs.map +0 -1
- package/dist/esm/chunk-CW35YAMN.mjs +0 -2
- package/dist/esm/chunk-EBMEXURY.mjs +0 -2
- package/dist/esm/chunk-EBMEXURY.mjs.map +0 -1
- package/dist/esm/chunk-H3EP5CGP.mjs +0 -2
- package/dist/esm/chunk-MCFQE4GC.mjs +0 -2
- package/dist/esm/chunk-MCFQE4GC.mjs.map +0 -1
- package/dist/esm/chunk-ORMOQWWH.mjs +0 -2
- package/dist/esm/chunk-ORMOQWWH.mjs.map +0 -1
- package/dist/esm/chunk-PJTG745G.mjs +0 -4
- package/dist/esm/chunk-PJTG745G.mjs.map +0 -1
- package/dist/esm/chunk-XJJVJOX5.mjs +0 -2
- /package/dist/esm/{chunk-N6YTF76Q.mjs.map → chunk-3P474TWM.mjs.map} +0 -0
- /package/dist/esm/{chunk-TOBQ5UE6.mjs.map → chunk-43LWUUXS.mjs.map} +0 -0
- /package/dist/esm/{chunk-WSR5EBJM.mjs.map → chunk-5FNZUL2Y.mjs.map} +0 -0
- /package/dist/esm/{chunk-XKUIMGKU.mjs.map → chunk-6IWGTO2J.mjs.map} +0 -0
- /package/dist/esm/{chunk-2OPKZKOB.mjs.map → chunk-7WIDI4FZ.mjs.map} +0 -0
- /package/dist/esm/{chunk-626KB2UQ.mjs.map → chunk-AVOTC5EI.mjs.map} +0 -0
- /package/dist/esm/{chunk-Q4W3WJ2U.mjs.map → chunk-BIQOJ3OK.mjs.map} +0 -0
- /package/dist/esm/{chunk-ZYE7UTJZ.mjs.map → chunk-C5UZZHA4.mjs.map} +0 -0
- /package/dist/esm/{chunk-MT2RJ7H3.mjs.map → chunk-DIFSO4N6.mjs.map} +0 -0
- /package/dist/esm/{chunk-YZHAI55C.mjs.map → chunk-G3HAIETV.mjs.map} +0 -0
- /package/dist/esm/{chunk-RQX6JOEN.mjs.map → chunk-GRF3NBRO.mjs.map} +0 -0
- /package/dist/esm/{chunk-R7FWJP3N.mjs.map → chunk-GTRHYHQK.mjs.map} +0 -0
- /package/dist/esm/{chunk-V74WPKSY.mjs.map → chunk-IKTH33UN.mjs.map} +0 -0
- /package/dist/esm/{chunk-LAPXUUHK.mjs.map → chunk-IXRGCQQU.mjs.map} +0 -0
- /package/dist/esm/{chunk-E2U27PNC.mjs.map → chunk-JYDVO4K3.mjs.map} +0 -0
- /package/dist/esm/{chunk-XJJVJOX5.mjs.map → chunk-KUF4DKN5.mjs.map} +0 -0
- /package/dist/esm/{chunk-CW35YAMN.mjs.map → chunk-LD3I4CYO.mjs.map} +0 -0
- /package/dist/esm/{chunk-RGKRCZ36.mjs.map → chunk-MEG27LEV.mjs.map} +0 -0
- /package/dist/esm/{chunk-LA56UDUK.mjs.map → chunk-PYVKCTUN.mjs.map} +0 -0
- /package/dist/esm/{chunk-WCMW2L3P.mjs.map → chunk-QDJDZ3ON.mjs.map} +0 -0
- /package/dist/esm/{chunk-FGFLPH5K.mjs.map → chunk-RYOICF37.mjs.map} +0 -0
- /package/dist/esm/{chunk-AQW4BUKF.mjs.map → chunk-SGZPRMLE.mjs.map} +0 -0
- /package/dist/esm/{chunk-QNARIAVM.mjs.map → chunk-VO3JD6U6.mjs.map} +0 -0
- /package/dist/esm/{chunk-GQ3UIDPQ.mjs.map → chunk-VS5NYRHW.mjs.map} +0 -0
- /package/dist/esm/{chunk-FC72YL4B.mjs.map → chunk-VV6OTOMS.mjs.map} +0 -0
- /package/dist/esm/{chunk-PSSIJHHC.mjs.map → chunk-WOEH45Q2.mjs.map} +0 -0
- /package/dist/esm/{chunk-YS5IUILF.mjs.map → chunk-X5BUBEJH.mjs.map} +0 -0
|
@@ -367,6 +367,57 @@ declare class Serializer {
|
|
|
367
367
|
* @category BCS
|
|
368
368
|
*/
|
|
369
369
|
serializeU256(value: AnyNumber): void;
|
|
370
|
+
/**
|
|
371
|
+
* Serializes an 8-bit signed integer value.
|
|
372
|
+
* BCS layout for "int8": One byte. Binary format in little-endian representation.
|
|
373
|
+
*
|
|
374
|
+
* @param value - The 8-bit signed integer value to serialize.
|
|
375
|
+
* @group Implementation
|
|
376
|
+
* @category BCS
|
|
377
|
+
*/
|
|
378
|
+
serializeI8(value: number): void;
|
|
379
|
+
/**
|
|
380
|
+
* Serializes a 16-bit signed integer value into a binary format.
|
|
381
|
+
* BCS layout for "int16": Two bytes. Binary format in little-endian representation.
|
|
382
|
+
*
|
|
383
|
+
* @param value - The 16-bit signed integer value to serialize.
|
|
384
|
+
* @group Implementation
|
|
385
|
+
* @category BCS
|
|
386
|
+
*/
|
|
387
|
+
serializeI16(value: number): void;
|
|
388
|
+
/**
|
|
389
|
+
* Serializes a 32-bit signed integer value into a binary format.
|
|
390
|
+
*
|
|
391
|
+
* @param value - The 32-bit signed integer value to serialize.
|
|
392
|
+
* @group Implementation
|
|
393
|
+
* @category BCS
|
|
394
|
+
*/
|
|
395
|
+
serializeI32(value: number): void;
|
|
396
|
+
/**
|
|
397
|
+
* Serializes a 64-bit signed integer into a format suitable for storage or transmission.
|
|
398
|
+
* This function uses two's complement representation for negative values.
|
|
399
|
+
*
|
|
400
|
+
* @param value - The 64-bit signed integer to serialize.
|
|
401
|
+
* @group Implementation
|
|
402
|
+
* @category BCS
|
|
403
|
+
*/
|
|
404
|
+
serializeI64(value: AnyNumber): void;
|
|
405
|
+
/**
|
|
406
|
+
* Serializes a 128-bit signed integer value.
|
|
407
|
+
*
|
|
408
|
+
* @param value - The 128-bit signed integer value to serialize.
|
|
409
|
+
* @group Implementation
|
|
410
|
+
* @category BCS
|
|
411
|
+
*/
|
|
412
|
+
serializeI128(value: AnyNumber): void;
|
|
413
|
+
/**
|
|
414
|
+
* Serializes a 256-bit signed integer value.
|
|
415
|
+
*
|
|
416
|
+
* @param value - The 256-bit signed integer value to serialize.
|
|
417
|
+
* @group Implementation
|
|
418
|
+
* @category BCS
|
|
419
|
+
*/
|
|
420
|
+
serializeI256(value: AnyNumber): void;
|
|
370
421
|
/**
|
|
371
422
|
* Serializes a 32-bit unsigned integer as a variable-length ULEB128 encoded byte array.
|
|
372
423
|
* BCS uses uleb128 encoding in two cases: (1) lengths of variable-length sequences and (2) tags of enum values
|
|
@@ -2785,6 +2836,13 @@ declare abstract class TypeTag extends Serializable {
|
|
|
2785
2836
|
* @category Transactions
|
|
2786
2837
|
*/
|
|
2787
2838
|
isU256(): this is TypeTagU256;
|
|
2839
|
+
/** Signed integer helpers */
|
|
2840
|
+
isI8(): this is TypeTagI8;
|
|
2841
|
+
isI16(): this is TypeTagI16;
|
|
2842
|
+
isI32(): this is TypeTagI32;
|
|
2843
|
+
isI64(): this is TypeTagI64;
|
|
2844
|
+
isI128(): this is TypeTagI128;
|
|
2845
|
+
isI256(): this is TypeTagI256;
|
|
2788
2846
|
isPrimitive(): boolean;
|
|
2789
2847
|
}
|
|
2790
2848
|
/**
|
|
@@ -2838,6 +2896,20 @@ declare class TypeTagU8 extends TypeTag {
|
|
|
2838
2896
|
serialize(serializer: Serializer): void;
|
|
2839
2897
|
static load(_deserializer: Deserializer): TypeTagU8;
|
|
2840
2898
|
}
|
|
2899
|
+
/**
|
|
2900
|
+
* Represents a type tag for an 8-bit signed integer (i8).
|
|
2901
|
+
* This class extends the base TypeTag class and provides methods
|
|
2902
|
+
* for serialization and deserialization specific to the i8 type.
|
|
2903
|
+
*
|
|
2904
|
+
* @extends TypeTag
|
|
2905
|
+
* @group Implementation
|
|
2906
|
+
* @category Transactions
|
|
2907
|
+
*/
|
|
2908
|
+
declare class TypeTagI8 extends TypeTag {
|
|
2909
|
+
toString(): string;
|
|
2910
|
+
serialize(serializer: Serializer): void;
|
|
2911
|
+
static load(_deserializer: Deserializer): TypeTagI8;
|
|
2912
|
+
}
|
|
2841
2913
|
/**
|
|
2842
2914
|
* Represents a type tag for unsigned 16-bit integers (u16).
|
|
2843
2915
|
* This class extends the base TypeTag class and provides methods for serialization and deserialization.
|
|
@@ -2851,6 +2923,19 @@ declare class TypeTagU16 extends TypeTag {
|
|
|
2851
2923
|
serialize(serializer: Serializer): void;
|
|
2852
2924
|
static load(_deserializer: Deserializer): TypeTagU16;
|
|
2853
2925
|
}
|
|
2926
|
+
/**
|
|
2927
|
+
* Represents a type tag for signed 16-bit integers (i16).
|
|
2928
|
+
* This class extends the base TypeTag class and provides methods for serialization and deserialization.
|
|
2929
|
+
*
|
|
2930
|
+
* @extends TypeTag
|
|
2931
|
+
* @group Implementation
|
|
2932
|
+
* @category Transactions
|
|
2933
|
+
*/
|
|
2934
|
+
declare class TypeTagI16 extends TypeTag {
|
|
2935
|
+
toString(): string;
|
|
2936
|
+
serialize(serializer: Serializer): void;
|
|
2937
|
+
static load(_deserializer: Deserializer): TypeTagI16;
|
|
2938
|
+
}
|
|
2854
2939
|
/**
|
|
2855
2940
|
* Represents a type tag for a 32-bit unsigned integer (u32).
|
|
2856
2941
|
* This class extends the base TypeTag class and provides methods for serialization
|
|
@@ -2865,6 +2950,20 @@ declare class TypeTagU32 extends TypeTag {
|
|
|
2865
2950
|
serialize(serializer: Serializer): void;
|
|
2866
2951
|
static load(_deserializer: Deserializer): TypeTagU32;
|
|
2867
2952
|
}
|
|
2953
|
+
/**
|
|
2954
|
+
* Represents a type tag for a 32-bit signed integer (i32).
|
|
2955
|
+
* This class extends the base TypeTag class and provides methods for serialization
|
|
2956
|
+
* and deserialization specific to the i32 type.
|
|
2957
|
+
*
|
|
2958
|
+
* @extends TypeTag
|
|
2959
|
+
* @group Implementation
|
|
2960
|
+
* @category Transactions
|
|
2961
|
+
*/
|
|
2962
|
+
declare class TypeTagI32 extends TypeTag {
|
|
2963
|
+
toString(): string;
|
|
2964
|
+
serialize(serializer: Serializer): void;
|
|
2965
|
+
static load(_deserializer: Deserializer): TypeTagI32;
|
|
2966
|
+
}
|
|
2868
2967
|
/**
|
|
2869
2968
|
* Represents a type tag for 64-bit unsigned integers (u64).
|
|
2870
2969
|
* This class extends the base TypeTag class and provides methods for serialization and deserialization.
|
|
@@ -2878,6 +2977,19 @@ declare class TypeTagU64 extends TypeTag {
|
|
|
2878
2977
|
serialize(serializer: Serializer): void;
|
|
2879
2978
|
static load(_deserializer: Deserializer): TypeTagU64;
|
|
2880
2979
|
}
|
|
2980
|
+
/**
|
|
2981
|
+
* Represents a type tag for 64-bit signed integers (i64).
|
|
2982
|
+
* This class extends the base TypeTag class and provides methods for serialization and deserialization.
|
|
2983
|
+
*
|
|
2984
|
+
* @extends TypeTag
|
|
2985
|
+
* @group Implementation
|
|
2986
|
+
* @category Transactions
|
|
2987
|
+
*/
|
|
2988
|
+
declare class TypeTagI64 extends TypeTag {
|
|
2989
|
+
toString(): string;
|
|
2990
|
+
serialize(serializer: Serializer): void;
|
|
2991
|
+
static load(_deserializer: Deserializer): TypeTagI64;
|
|
2992
|
+
}
|
|
2881
2993
|
/**
|
|
2882
2994
|
* Represents a type tag for the u128 data type.
|
|
2883
2995
|
* This class extends the base TypeTag class and provides methods for serialization and deserialization.
|
|
@@ -2891,6 +3003,19 @@ declare class TypeTagU128 extends TypeTag {
|
|
|
2891
3003
|
serialize(serializer: Serializer): void;
|
|
2892
3004
|
static load(_deserializer: Deserializer): TypeTagU128;
|
|
2893
3005
|
}
|
|
3006
|
+
/**
|
|
3007
|
+
* Represents a type tag for the i128 data type.
|
|
3008
|
+
* This class extends the base TypeTag class and provides methods for serialization and deserialization.
|
|
3009
|
+
*
|
|
3010
|
+
* @extends TypeTag
|
|
3011
|
+
* @group Implementation
|
|
3012
|
+
* @category Transactions
|
|
3013
|
+
*/
|
|
3014
|
+
declare class TypeTagI128 extends TypeTag {
|
|
3015
|
+
toString(): string;
|
|
3016
|
+
serialize(serializer: Serializer): void;
|
|
3017
|
+
static load(_deserializer: Deserializer): TypeTagI128;
|
|
3018
|
+
}
|
|
2894
3019
|
/**
|
|
2895
3020
|
* Represents a type tag for the U256 data type.
|
|
2896
3021
|
* This class extends the base TypeTag class and provides methods for serialization and deserialization.
|
|
@@ -2904,6 +3029,19 @@ declare class TypeTagU256 extends TypeTag {
|
|
|
2904
3029
|
serialize(serializer: Serializer): void;
|
|
2905
3030
|
static load(_deserializer: Deserializer): TypeTagU256;
|
|
2906
3031
|
}
|
|
3032
|
+
/**
|
|
3033
|
+
* Represents a type tag for the I256 data type.
|
|
3034
|
+
* This class extends the base TypeTag class and provides methods for serialization and deserialization.
|
|
3035
|
+
*
|
|
3036
|
+
* @extends TypeTag
|
|
3037
|
+
* @group Implementation
|
|
3038
|
+
* @category Transactions
|
|
3039
|
+
*/
|
|
3040
|
+
declare class TypeTagI256 extends TypeTag {
|
|
3041
|
+
toString(): string;
|
|
3042
|
+
serialize(serializer: Serializer): void;
|
|
3043
|
+
static load(_deserializer: Deserializer): TypeTagI256;
|
|
3044
|
+
}
|
|
2907
3045
|
/**
|
|
2908
3046
|
* Represents a type tag for an address in the system.
|
|
2909
3047
|
* This class extends the TypeTag class and provides functionality
|
|
@@ -3842,6 +3980,108 @@ declare class U256 extends Serializable implements TransactionArgument {
|
|
|
3842
3980
|
serializeForScriptFunction(serializer: Serializer): void;
|
|
3843
3981
|
static deserialize(deserializer: Deserializer): U256;
|
|
3844
3982
|
}
|
|
3983
|
+
/**
|
|
3984
|
+
* Represents an 8-bit signed integer (I8) value.
|
|
3985
|
+
* This class extends the Serializable class and provides methods for serialization and deserialization of I8 values.
|
|
3986
|
+
*
|
|
3987
|
+
* @extends Serializable
|
|
3988
|
+
* @group Implementation
|
|
3989
|
+
* @category BCS
|
|
3990
|
+
*/
|
|
3991
|
+
declare class I8 extends Serializable implements TransactionArgument {
|
|
3992
|
+
readonly value: Int8;
|
|
3993
|
+
constructor(value: Int8);
|
|
3994
|
+
serialize(serializer: Serializer): void;
|
|
3995
|
+
serializeForEntryFunction(serializer: Serializer): void;
|
|
3996
|
+
serializeForScriptFunction(serializer: Serializer): void;
|
|
3997
|
+
static deserialize(deserializer: Deserializer): I8;
|
|
3998
|
+
}
|
|
3999
|
+
/**
|
|
4000
|
+
* Represents a 16-bit signed integer (I16) value.
|
|
4001
|
+
* This class extends the Serializable class and provides methods for serialization
|
|
4002
|
+
* and deserialization of the I16 value.
|
|
4003
|
+
*
|
|
4004
|
+
* @extends Serializable
|
|
4005
|
+
* @group Implementation
|
|
4006
|
+
* @category BCS
|
|
4007
|
+
*/
|
|
4008
|
+
declare class I16 extends Serializable implements TransactionArgument {
|
|
4009
|
+
readonly value: Int16;
|
|
4010
|
+
constructor(value: Int16);
|
|
4011
|
+
serialize(serializer: Serializer): void;
|
|
4012
|
+
serializeForEntryFunction(serializer: Serializer): void;
|
|
4013
|
+
serializeForScriptFunction(serializer: Serializer): void;
|
|
4014
|
+
static deserialize(deserializer: Deserializer): I16;
|
|
4015
|
+
}
|
|
4016
|
+
/**
|
|
4017
|
+
* Represents a 32-bit signed integer (I32) that can be serialized and deserialized.
|
|
4018
|
+
* This class ensures that the value is within the valid range for an I32.
|
|
4019
|
+
*
|
|
4020
|
+
* @extends Serializable
|
|
4021
|
+
* @group Implementation
|
|
4022
|
+
* @category BCS
|
|
4023
|
+
*/
|
|
4024
|
+
declare class I32 extends Serializable implements TransactionArgument {
|
|
4025
|
+
readonly value: Int32;
|
|
4026
|
+
constructor(value: Int32);
|
|
4027
|
+
serialize(serializer: Serializer): void;
|
|
4028
|
+
serializeForEntryFunction(serializer: Serializer): void;
|
|
4029
|
+
serializeForScriptFunction(serializer: Serializer): void;
|
|
4030
|
+
static deserialize(deserializer: Deserializer): I32;
|
|
4031
|
+
}
|
|
4032
|
+
/**
|
|
4033
|
+
* Represents a 64-bit signed integer (I64) and provides methods for serialization.
|
|
4034
|
+
*
|
|
4035
|
+
* This class ensures that the value is within the valid range for an I64 and provides
|
|
4036
|
+
* functionality to serialize the value for various use cases, including entry functions
|
|
4037
|
+
* and script functions.
|
|
4038
|
+
*
|
|
4039
|
+
* @extends Serializable
|
|
4040
|
+
* @group Implementation
|
|
4041
|
+
* @category BCS
|
|
4042
|
+
*/
|
|
4043
|
+
declare class I64 extends Serializable implements TransactionArgument {
|
|
4044
|
+
readonly value: bigint;
|
|
4045
|
+
constructor(value: AnyNumber);
|
|
4046
|
+
serialize(serializer: Serializer): void;
|
|
4047
|
+
serializeForEntryFunction(serializer: Serializer): void;
|
|
4048
|
+
serializeForScriptFunction(serializer: Serializer): void;
|
|
4049
|
+
static deserialize(deserializer: Deserializer): I64;
|
|
4050
|
+
}
|
|
4051
|
+
/**
|
|
4052
|
+
* Represents a 128-bit signed integer value.
|
|
4053
|
+
* This class provides methods for serialization and deserialization
|
|
4054
|
+
* of I128 values, ensuring that the values are within the valid range.
|
|
4055
|
+
*
|
|
4056
|
+
* @extends Serializable
|
|
4057
|
+
* @group Implementation
|
|
4058
|
+
* @category BCS
|
|
4059
|
+
*/
|
|
4060
|
+
declare class I128 extends Serializable implements TransactionArgument {
|
|
4061
|
+
readonly value: bigint;
|
|
4062
|
+
constructor(value: AnyNumber);
|
|
4063
|
+
serialize(serializer: Serializer): void;
|
|
4064
|
+
serializeForEntryFunction(serializer: Serializer): void;
|
|
4065
|
+
serializeForScriptFunction(serializer: Serializer): void;
|
|
4066
|
+
static deserialize(deserializer: Deserializer): I128;
|
|
4067
|
+
}
|
|
4068
|
+
/**
|
|
4069
|
+
* Represents a 256-bit signed integer (I256) that extends the Serializable class.
|
|
4070
|
+
* This class provides methods for serialization and deserialization of I256 values,
|
|
4071
|
+
* ensuring that the values are within the valid range.
|
|
4072
|
+
*
|
|
4073
|
+
* @extends Serializable
|
|
4074
|
+
* @group Implementation
|
|
4075
|
+
* @category BCS
|
|
4076
|
+
*/
|
|
4077
|
+
declare class I256 extends Serializable implements TransactionArgument {
|
|
4078
|
+
readonly value: bigint;
|
|
4079
|
+
constructor(value: AnyNumber);
|
|
4080
|
+
serialize(serializer: Serializer): void;
|
|
4081
|
+
serializeForEntryFunction(serializer: Serializer): void;
|
|
4082
|
+
serializeForScriptFunction(serializer: Serializer): void;
|
|
4083
|
+
static deserialize(deserializer: Deserializer): I256;
|
|
4084
|
+
}
|
|
3845
4085
|
|
|
3846
4086
|
/**
|
|
3847
4087
|
* This class is the Aptos Typescript SDK representation of a Move `vector<T>`,
|
|
@@ -4787,6 +5027,12 @@ declare enum TypeTagVariants {
|
|
|
4787
5027
|
U16 = 8,
|
|
4788
5028
|
U32 = 9,
|
|
4789
5029
|
U256 = 10,
|
|
5030
|
+
I8 = 11,
|
|
5031
|
+
I16 = 12,
|
|
5032
|
+
I32 = 13,
|
|
5033
|
+
I64 = 14,
|
|
5034
|
+
I128 = 15,
|
|
5035
|
+
I256 = 16,
|
|
4790
5036
|
Reference = 254,// This is specifically a placeholder and does not represent a real type
|
|
4791
5037
|
Generic = 255
|
|
4792
5038
|
}
|
|
@@ -4949,6 +5195,30 @@ type Uint128 = bigint;
|
|
|
4949
5195
|
* A 256-bit unsigned integer used for precise numerical calculations.
|
|
4950
5196
|
*/
|
|
4951
5197
|
type Uint256 = bigint;
|
|
5198
|
+
/**
|
|
5199
|
+
* A signed 8-bit integer.
|
|
5200
|
+
*/
|
|
5201
|
+
type Int8 = number;
|
|
5202
|
+
/**
|
|
5203
|
+
* A signed 16-bit integer.
|
|
5204
|
+
*/
|
|
5205
|
+
type Int16 = number;
|
|
5206
|
+
/**
|
|
5207
|
+
* A signed 32-bit integer.
|
|
5208
|
+
*/
|
|
5209
|
+
type Int32 = number;
|
|
5210
|
+
/**
|
|
5211
|
+
* A signed 64-bit integer.
|
|
5212
|
+
*/
|
|
5213
|
+
type Int64 = bigint;
|
|
5214
|
+
/**
|
|
5215
|
+
* A signed 128-bit integer.
|
|
5216
|
+
*/
|
|
5217
|
+
type Int128 = bigint;
|
|
5218
|
+
/**
|
|
5219
|
+
* A signed 256-bit integer.
|
|
5220
|
+
*/
|
|
5221
|
+
type Int256 = bigint;
|
|
4952
5222
|
/**
|
|
4953
5223
|
* A number or a bigint value.
|
|
4954
5224
|
*/
|
|
@@ -6412,6 +6682,60 @@ declare class Deserializer {
|
|
|
6412
6682
|
* @category BCS
|
|
6413
6683
|
*/
|
|
6414
6684
|
deserializeU256(): Uint256;
|
|
6685
|
+
/**
|
|
6686
|
+
* Deserializes an 8-bit signed integer from the binary data.
|
|
6687
|
+
* BCS layout for "int8": One byte. Binary format in little-endian representation.
|
|
6688
|
+
*
|
|
6689
|
+
* @returns {number} The deserialized int8 number.
|
|
6690
|
+
* @group Implementation
|
|
6691
|
+
* @category BCS
|
|
6692
|
+
*/
|
|
6693
|
+
deserializeI8(): number;
|
|
6694
|
+
/**
|
|
6695
|
+
* Deserializes a 16-bit signed integer from a binary format in little-endian representation.
|
|
6696
|
+
* BCS layout for "int16": Two bytes.
|
|
6697
|
+
*
|
|
6698
|
+
* @returns {number} The deserialized int16 number.
|
|
6699
|
+
* @group Implementation
|
|
6700
|
+
* @category BCS
|
|
6701
|
+
*/
|
|
6702
|
+
deserializeI16(): number;
|
|
6703
|
+
/**
|
|
6704
|
+
* Deserializes a 32-bit signed integer from a binary format in little-endian representation.
|
|
6705
|
+
* BCS layout for "int32": Four bytes.
|
|
6706
|
+
*
|
|
6707
|
+
* @returns {number} The deserialized int32 number.
|
|
6708
|
+
* @group Implementation
|
|
6709
|
+
* @category BCS
|
|
6710
|
+
*/
|
|
6711
|
+
deserializeI32(): number;
|
|
6712
|
+
/**
|
|
6713
|
+
* Deserializes a 64-bit signed integer.
|
|
6714
|
+
* This function combines two 32-bit values to return a 64-bit signed integer in little-endian representation.
|
|
6715
|
+
*
|
|
6716
|
+
* @returns {bigint} The deserialized int64 number.
|
|
6717
|
+
* @group Implementation
|
|
6718
|
+
* @category BCS
|
|
6719
|
+
*/
|
|
6720
|
+
deserializeI64(): bigint;
|
|
6721
|
+
/**
|
|
6722
|
+
* Deserializes a 128-bit signed integer from its binary representation.
|
|
6723
|
+
* This function combines two 64-bit values to return a single int128 value in little-endian format.
|
|
6724
|
+
*
|
|
6725
|
+
* @returns {bigint} The deserialized int128 number.
|
|
6726
|
+
* @group Implementation
|
|
6727
|
+
* @category BCS
|
|
6728
|
+
*/
|
|
6729
|
+
deserializeI128(): bigint;
|
|
6730
|
+
/**
|
|
6731
|
+
* Deserializes a 256-bit signed integer from its binary representation.
|
|
6732
|
+
* BCS layout for "int256": Thirty-two bytes in little-endian format.
|
|
6733
|
+
*
|
|
6734
|
+
* @returns {bigint} The deserialized int256 number.
|
|
6735
|
+
* @group Implementation
|
|
6736
|
+
* @category BCS
|
|
6737
|
+
*/
|
|
6738
|
+
deserializeI256(): bigint;
|
|
6415
6739
|
/**
|
|
6416
6740
|
* Deserializes a uleb128 encoded uint32 number.
|
|
6417
6741
|
*
|
|
@@ -6652,4 +6976,4 @@ declare class AccountAbstractionMessage extends Serializable {
|
|
|
6652
6976
|
static deserialize(deserializer: Deserializer): AccountAbstractionMessage;
|
|
6653
6977
|
}
|
|
6654
6978
|
|
|
6655
|
-
export {
|
|
6979
|
+
export { hexToAsciiString as $, AptosConfig as A, Bool as B, MultiEd25519Signature as C, type Deserializable as D, Ed25519PublicKey as E, FixedBytes as F, AbstractMultiKey as G, MultiKey as H, I8 as I, MultiKeySignature as J, type VerifySignatureAsyncArgs as K, PublicKey as L, MoveVector as M, AccountPublicKey as N, Secp256k1PublicKey as O, PrivateKey as P, Secp256k1PrivateKey as Q, Secp256k1Signature as R, Serializable as S, Signature as T, U8 as U, type VerifySignatureArgs as V, type PrivateKeyInput as W, AnyPublicKey as X, AnySignature as Y, HexInvalidReason as Z, Hex as _, Deserializer as a, type EntryFunctionArgumentTypes as a$, AccountAuthenticator as a0, AccountAuthenticatorEd25519 as a1, AccountAuthenticatorMultiEd25519 as a2, AccountAuthenticatorSingleKey as a3, AccountAuthenticatorMultiKey as a4, AccountAuthenticatorNoAccountAuthenticator as a5, AccountAuthenticatorAbstraction as a6, AccountAbstractionMessage as a7, ChainId as a8, Identifier as a9, MultiAgentTransaction as aA, TypeTag as aB, TypeTagBool as aC, TypeTagU8 as aD, TypeTagI8 as aE, TypeTagU16 as aF, TypeTagI16 as aG, TypeTagU32 as aH, TypeTagI32 as aI, TypeTagU64 as aJ, TypeTagI64 as aK, TypeTagU128 as aL, TypeTagI128 as aM, TypeTagU256 as aN, TypeTagI256 as aO, TypeTagAddress as aP, TypeTagSigner as aQ, TypeTagReference as aR, TypeTagGeneric as aS, TypeTagVector as aT, TypeTagStruct as aU, StructTag as aV, aptosCoinStructTag as aW, stringStructTag as aX, optionStructTag as aY, objectStructTag as aZ, type SimpleEntryFunctionArgumentTypes as a_, ModuleId as aa, RawTransaction as ab, RawTransactionWithData as ac, MultiAgentRawTransaction as ad, FeePayerRawTransaction as ae, type TransactionArgument as af, type EntryFunctionArgument as ag, type ScriptFunctionArgument as ah, deserializeFromScriptArgument as ai, TransactionPayload as aj, TransactionPayloadScript as ak, TransactionPayloadEntryFunction as al, TransactionPayloadMultiSig as am, EntryFunction as an, Script as ao, MultiSig as ap, MultiSigTransactionPayload as aq, TransactionInnerPayload as ar, TransactionInnerPayloadV1 as as, TransactionExecutable as at, TransactionExecutableScript as au, TransactionExecutableEntryFunction as av, TransactionExecutableEmpty as aw, TransactionExtraConfig as ax, TransactionExtraConfigV1 as ay, SimpleTransaction as az, Serializer as b, type Int32 as b$, type ScriptFunctionArgumentTypes as b0, type TypeArgument as b1, type AnyRawTransactionInstance as b2, type InputGenerateTransactionOptions as b3, type InputGenerateSequenceNumberTransactionOptions as b4, type InputGenerateOrderlessTransactionOptions as b5, type AnyTransactionPayloadInstance as b6, type InputGenerateTransactionPayloadData as b7, type InputGenerateTransactionPayloadDataWithRemoteABI as b8, type InputEntryFunctionData as b9, MimeType as bA, type HexInput as bB, TypeTagVariants as bC, ScriptTransactionArgumentVariants as bD, TransactionPayloadVariants as bE, TransactionInnerPayloadVariants as bF, TransactionExecutableVariants as bG, TransactionExtraConfigVariants as bH, TransactionVariants as bI, TransactionAuthenticatorVariant as bJ, AccountAuthenticatorVariant as bK, PrivateKeyVariants as bL, AnyPublicKeyVariant as bM, anyPublicKeyVariantToString as bN, AnySignatureVariant as bO, EphemeralPublicKeyVariant as bP, EphemeralSignatureVariant as bQ, EphemeralCertificateVariant as bR, ZkpVariant as bS, type Uint8 as bT, type Uint16 as bU, type Uint32 as bV, type Uint64 as bW, type Uint128 as bX, type Uint256 as bY, type Int8 as bZ, type Int16 as b_, type InputGenerateTransactionPayloadDataWithABI as ba, type InputEntryFunctionDataWithABI as bb, type InputMultiSigDataWithABI as bc, type InputEntryFunctionDataWithRemoteABI as bd, type InputMultiSigData as be, type InputMultiSigDataWithRemoteABI as bf, type InputScriptData as bg, type InputViewFunctionData as bh, type InputViewFunctionJsonData as bi, type ViewFunctionJsonPayload as bj, type InputViewFunctionDataWithRemoteABI as bk, type InputViewFunctionDataWithABI as bl, type FunctionABI as bm, type EntryFunctionABI as bn, type ViewFunctionABI as bo, type InputGenerateSingleSignerRawTransactionArgs as bp, type InputGenerateMultiAgentRawTransactionArgs as bq, type InputGenerateRawTransactionArgs as br, type AnyRawTransaction as bs, type InputSimulateTransactionData as bt, type InputSimulateTransactionOptions as bu, type InputGenerateSingleSignerRawTransactionData as bv, type InputGenerateMultiAgentRawTransactionData as bw, type InputGenerateTransactionData as bx, type InputTransactionPluginData as by, type InputSubmitTransactionData as bz, U16 as c, isEd25519Signature as c$, type Int64 as c0, type Int128 as c1, type Int256 as c2, type AnyNumber as c3, type AptosSettings as c4, type PaginationArgs as c5, type CursorPaginationArgs as c6, type TokenStandardArg as c7, type OrderByArg as c8, type WhereArg as c9, isStateCheckpointTransactionResponse as cA, isValidatorTransactionResponse as cB, isBlockEpilogueTransactionResponse as cC, type PendingTransactionResponse as cD, type UserTransactionResponse as cE, type GenesisTransactionResponse as cF, type BlockMetadataTransactionResponse as cG, type StateCheckpointTransactionResponse as cH, type ValidatorTransactionResponse as cI, type BlockEndInfo as cJ, type BlockEpilogueTransactionResponse as cK, type WriteSetChange as cL, type WriteSetChangeDeleteModule as cM, type WriteSetChangeDeleteResource as cN, type WriteSetChangeDeleteTableItem as cO, type WriteSetChangeWriteModule as cP, type WriteSetChangeWriteResource as cQ, type WriteSetChangeWriteTableItem as cR, type DecodedTableData as cS, type DeletedTableData as cT, type TransactionPayloadResponse as cU, type EntryFunctionPayloadResponse as cV, type ScriptPayloadResponse as cW, type MultisigPayloadResponse as cX, type GenesisPayload as cY, type MoveScriptBytecode as cZ, type TransactionSignature as c_, type ClientConfig as ca, type FullNodeConfig as cb, type IndexerConfig as cc, type FaucetConfig as cd, type TransactionGenerationConfig as ce, type ClientHeadersType as cf, type PluginConfig as cg, type PluginSettings as ch, type TransactionSubmitter as ci, type ClientRequest as cj, type ClientResponse as ck, type Client as cl, type AptosRequest as cm, type AptosResponse as cn, type LedgerVersionArg as co, type GasEstimation as cp, type MoveResource as cq, type AccountData as cr, type MoveModuleBytecode as cs, TransactionResponseType as ct, type TransactionResponse as cu, type CommittedTransactionResponse as cv, isPendingTransactionResponse as cw, isUserTransactionResponse as cx, isGenesisTransactionResponse as cy, isBlockMetadataTransactionResponse as cz, U32 as d, isSecp256k1Signature as d0, isMultiAgentSignature as d1, isFeePayerSignature as d2, isMultiEd25519Signature as d3, isSingleSenderSignature as d4, type TransactionEd25519Signature as d5, type TransactionSecp256k1Signature as d6, type TransactionSingleSenderSignature as d7, type TransactionMultiEd25519Signature as d8, type TransactionMultiAgentSignature as d9, type MoveStructField as dA, type MoveModule as dB, type MoveStruct as dC, type MoveFunction as dD, RoleType as dE, type LedgerInfo as dF, type Block as dG, type TableItemRequest as dH, type AuthenticationKeyScheme as dI, SigningScheme as dJ, SigningSchemeInput as dK, DeriveScheme as dL, type WaitForTransactionOptions as dM, type GenerateAccountWithEd25519 as dN, type GenerateAccountWithSingleSignerSecp256k1Key as dO, type GenerateAccount as dP, type TransactionFeePayerSignature as da, type AccountSignature as db, type WriteSet as dc, type ScriptWriteSet as dd, type DirectWriteSet as de, type EventGuid as df, type Event as dg, type MoveUint8Type as dh, type MoveUint16Type as di, type MoveUint32Type as dj, type MoveUint64Type as dk, type MoveUint128Type as dl, type MoveUint256Type as dm, type MoveAddressType as dn, type MoveObjectType as dp, type MoveOptionType as dq, type MoveStructId as dr, type MoveFunctionId as ds, type MoveStructType as dt, type MoveType as du, type MoveValue as dv, type MoveModuleId as dw, MoveFunctionVisibility as dx, MoveAbility as dy, type MoveFunctionGenericTypeParam as dz, ensureBoolean as e, U64 as f, U128 as g, U256 as h, I16 as i, I32 as j, I64 as k, I128 as l, I256 as m, Serialized as n, outOfRangeErrorMessage as o, MoveString as p, MoveOption as q, AddressInvalidReason as r, type AccountAddressInput as s, AccountAddress as t, AuthenticationKey as u, validateNumberInRange as v, isCanonicalEd25519Signature as w, Ed25519PrivateKey as x, Ed25519Signature as y, MultiEd25519PublicKey as z };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as AptosConfig,
|
|
1
|
+
import { A as AptosConfig, s as AccountAddressInput, b3 as InputGenerateTransactionOptions, az as SimpleTransaction, t as AccountAddress } from '../../account-DOs8SpoQ.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{$c as a}from"../../chunk-IQPLJ32K.mjs";import"../../chunk-G3MHXDYA.mjs";import"../../chunk-AVOTC5EI.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-A5L76YP7.mjs";import"../../chunk-6IWGTO2J.mjs";import"../../chunk-3P474TWM.mjs";import"../../chunk-IKTH33UN.mjs";import"../../chunk-5HXLZHDW.mjs";import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-GOXRBEIJ.mjs";import"../../chunk-KUF4DKN5.mjs";import"../../chunk-VO3JD6U6.mjs";import"../../chunk-2PASUPUO.mjs";import"../../chunk-GRF3NBRO.mjs";import"../../chunk-QDJDZ3ON.mjs";import"../../chunk-5FNZUL2Y.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-QREVMGQZ.mjs";import"../../chunk-ZP4DWSQA.mjs";import"../../chunk-V3MBJJTL.mjs";import"../../chunk-RYOICF37.mjs";import"../../chunk-7WIDI4FZ.mjs";import"../../chunk-VV6OTOMS.mjs";import"../../chunk-X5BUBEJH.mjs";import"../../chunk-WOEH45Q2.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-GTRHYHQK.mjs";import"../../chunk-UL777LTI.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-JYDVO4K3.mjs";import"../../chunk-SGZPRMLE.mjs";import"../../chunk-IXRGCQQU.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-LD3I4CYO.mjs";import"../../chunk-G3HAIETV.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-43LWUUXS.mjs";import"../../chunk-DIFSO4N6.mjs";import"../../chunk-BIQOJ3OK.mjs";import"../../chunk-5ABS6RDR.mjs";import"../../chunk-Y426VCPM.mjs";import"../../chunk-PYVKCTUN.mjs";import"../../chunk-C5UZZHA4.mjs";import"../../chunk-MEG27LEV.mjs";import"../../chunk-FD6FGKYY.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-3JDGB4IL.mjs";import"../../chunk-I42Z32Q2.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-X2TPNKLV.mjs";import"../../chunk-NCKJ7X57.mjs";import"../../chunk-P5HCJN3A.mjs";import"../../chunk-OLILO7VD.mjs";import"../../chunk-WGRSKMNQ.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,
|
|
2
|
+
import { A as AptosConfig, s as AccountAddressInput, cr as AccountData, co as LedgerVersionArg, cs as MoveModuleBytecode, c6 as CursorPaginationArgs, c5 as PaginationArgs, cu as TransactionResponse, cq as MoveResource, dr as MoveStructId, c3 as AnyNumber, t as AccountAddress, c7 as TokenStandardArg, c8 as OrderByArg, c9 as WhereArg, W as PrivateKeyInput } from '../account-DOs8SpoQ.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-CVg5T_jc.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';
|
package/dist/esm/api/account.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{ad as a}from"../chunk-IQPLJ32K.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-AVOTC5EI.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-6IWGTO2J.mjs";import"../chunk-3P474TWM.mjs";import"../chunk-IKTH33UN.mjs";import"../chunk-5HXLZHDW.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-KUF4DKN5.mjs";import"../chunk-VO3JD6U6.mjs";import"../chunk-2PASUPUO.mjs";import"../chunk-GRF3NBRO.mjs";import"../chunk-QDJDZ3ON.mjs";import"../chunk-5FNZUL2Y.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-QREVMGQZ.mjs";import"../chunk-ZP4DWSQA.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-RYOICF37.mjs";import"../chunk-7WIDI4FZ.mjs";import"../chunk-VV6OTOMS.mjs";import"../chunk-X5BUBEJH.mjs";import"../chunk-WOEH45Q2.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-GTRHYHQK.mjs";import"../chunk-UL777LTI.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-JYDVO4K3.mjs";import"../chunk-SGZPRMLE.mjs";import"../chunk-IXRGCQQU.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-LD3I4CYO.mjs";import"../chunk-G3HAIETV.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-43LWUUXS.mjs";import"../chunk-DIFSO4N6.mjs";import"../chunk-BIQOJ3OK.mjs";import"../chunk-5ABS6RDR.mjs";import"../chunk-Y426VCPM.mjs";import"../chunk-PYVKCTUN.mjs";import"../chunk-C5UZZHA4.mjs";import"../chunk-MEG27LEV.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-3JDGB4IL.mjs";import"../chunk-I42Z32Q2.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-X2TPNKLV.mjs";import"../chunk-NCKJ7X57.mjs";import"../chunk-P5HCJN3A.mjs";import"../chunk-OLILO7VD.mjs";import"../chunk-WGRSKMNQ.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,
|
|
3
|
-
import { A as Account } from '../Ed25519Account-
|
|
2
|
+
import { A as AptosConfig, t as AccountAddress, s as AccountAddressInput, b3 as InputGenerateTransactionOptions, az as SimpleTransaction } from '../account-DOs8SpoQ.mjs';
|
|
3
|
+
import { A as Account } from '../Ed25519Account-CVg5T_jc.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{de as a}from"../chunk-IQPLJ32K.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-AVOTC5EI.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-6IWGTO2J.mjs";import"../chunk-3P474TWM.mjs";import"../chunk-IKTH33UN.mjs";import"../chunk-5HXLZHDW.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-KUF4DKN5.mjs";import"../chunk-VO3JD6U6.mjs";import"../chunk-2PASUPUO.mjs";import"../chunk-GRF3NBRO.mjs";import"../chunk-QDJDZ3ON.mjs";import"../chunk-5FNZUL2Y.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-QREVMGQZ.mjs";import"../chunk-ZP4DWSQA.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-RYOICF37.mjs";import"../chunk-7WIDI4FZ.mjs";import"../chunk-VV6OTOMS.mjs";import"../chunk-X5BUBEJH.mjs";import"../chunk-WOEH45Q2.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-GTRHYHQK.mjs";import"../chunk-UL777LTI.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-JYDVO4K3.mjs";import"../chunk-SGZPRMLE.mjs";import"../chunk-IXRGCQQU.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-LD3I4CYO.mjs";import"../chunk-G3HAIETV.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-43LWUUXS.mjs";import"../chunk-DIFSO4N6.mjs";import"../chunk-BIQOJ3OK.mjs";import"../chunk-5ABS6RDR.mjs";import"../chunk-Y426VCPM.mjs";import"../chunk-PYVKCTUN.mjs";import"../chunk-C5UZZHA4.mjs";import"../chunk-MEG27LEV.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-3JDGB4IL.mjs";import"../chunk-I42Z32Q2.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-X2TPNKLV.mjs";import"../chunk-NCKJ7X57.mjs";import"../chunk-P5HCJN3A.mjs";import"../chunk-OLILO7VD.mjs";import"../chunk-WGRSKMNQ.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-DOs8SpoQ.mjs';
|
|
3
3
|
import { Coin } from './coin.mjs';
|
|
4
4
|
import { DigitalAsset } from './digitalAsset.mjs';
|
|
5
5
|
import { Faucet } from './faucet.mjs';
|
|
@@ -14,7 +14,7 @@ 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-CVg5T_jc.mjs';
|
|
18
18
|
import '../core/crypto/types.mjs';
|
|
19
19
|
import '../utils/apiEndpoints.mjs';
|
|
20
20
|
import '../utils/const.mjs';
|
|
@@ -33,7 +33,7 @@ import 'eventemitter3';
|
|
|
33
33
|
import '../transactions/management/transactionWorker.mjs';
|
|
34
34
|
import '../transactions/management/accountSequenceNumber.mjs';
|
|
35
35
|
import '../transactions/management/asyncQueue.mjs';
|
|
36
|
-
import '../federatedKeyless-
|
|
36
|
+
import '../federatedKeyless-CxdU4W95.mjs';
|
|
37
37
|
import '../core/crypto/ephemeral.mjs';
|
|
38
38
|
import '../core/crypto/proof.mjs';
|
|
39
39
|
import '../types/keyless.mjs';
|
package/dist/esm/api/aptos.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{ze as a}from"../chunk-IQPLJ32K.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-AVOTC5EI.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-6IWGTO2J.mjs";import"../chunk-3P474TWM.mjs";import"../chunk-IKTH33UN.mjs";import"../chunk-5HXLZHDW.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-KUF4DKN5.mjs";import"../chunk-VO3JD6U6.mjs";import"../chunk-2PASUPUO.mjs";import"../chunk-GRF3NBRO.mjs";import"../chunk-QDJDZ3ON.mjs";import"../chunk-5FNZUL2Y.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-QREVMGQZ.mjs";import"../chunk-ZP4DWSQA.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-RYOICF37.mjs";import"../chunk-7WIDI4FZ.mjs";import"../chunk-VV6OTOMS.mjs";import"../chunk-X5BUBEJH.mjs";import"../chunk-WOEH45Q2.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-GTRHYHQK.mjs";import"../chunk-UL777LTI.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-JYDVO4K3.mjs";import"../chunk-SGZPRMLE.mjs";import"../chunk-IXRGCQQU.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-LD3I4CYO.mjs";import"../chunk-G3HAIETV.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-43LWUUXS.mjs";import"../chunk-DIFSO4N6.mjs";import"../chunk-BIQOJ3OK.mjs";import"../chunk-5ABS6RDR.mjs";import"../chunk-Y426VCPM.mjs";import"../chunk-PYVKCTUN.mjs";import"../chunk-C5UZZHA4.mjs";import"../chunk-MEG27LEV.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-3JDGB4IL.mjs";import"../chunk-I42Z32Q2.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-X2TPNKLV.mjs";import"../chunk-NCKJ7X57.mjs";import"../chunk-P5HCJN3A.mjs";import"../chunk-OLILO7VD.mjs";import"../chunk-WGRSKMNQ.mjs";import"../chunk-KDMSOCZY.mjs";export{a as Aptos};
|
|
2
2
|
//# sourceMappingURL=aptos.mjs.map
|
package/dist/esm/api/coin.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as AptosConfig,
|
|
1
|
+
import { A as AptosConfig, s as AccountAddressInput, c3 as AnyNumber, dr as MoveStructId, b3 as InputGenerateTransactionOptions, az as SimpleTransaction } from '../account-DOs8SpoQ.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{cd as a}from"../chunk-IQPLJ32K.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-AVOTC5EI.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-6IWGTO2J.mjs";import"../chunk-3P474TWM.mjs";import"../chunk-IKTH33UN.mjs";import"../chunk-5HXLZHDW.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-KUF4DKN5.mjs";import"../chunk-VO3JD6U6.mjs";import"../chunk-2PASUPUO.mjs";import"../chunk-GRF3NBRO.mjs";import"../chunk-QDJDZ3ON.mjs";import"../chunk-5FNZUL2Y.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-QREVMGQZ.mjs";import"../chunk-ZP4DWSQA.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-RYOICF37.mjs";import"../chunk-7WIDI4FZ.mjs";import"../chunk-VV6OTOMS.mjs";import"../chunk-X5BUBEJH.mjs";import"../chunk-WOEH45Q2.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-GTRHYHQK.mjs";import"../chunk-UL777LTI.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-JYDVO4K3.mjs";import"../chunk-SGZPRMLE.mjs";import"../chunk-IXRGCQQU.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-LD3I4CYO.mjs";import"../chunk-G3HAIETV.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-43LWUUXS.mjs";import"../chunk-DIFSO4N6.mjs";import"../chunk-BIQOJ3OK.mjs";import"../chunk-5ABS6RDR.mjs";import"../chunk-Y426VCPM.mjs";import"../chunk-PYVKCTUN.mjs";import"../chunk-C5UZZHA4.mjs";import"../chunk-MEG27LEV.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-3JDGB4IL.mjs";import"../chunk-I42Z32Q2.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-X2TPNKLV.mjs";import"../chunk-NCKJ7X57.mjs";import"../chunk-P5HCJN3A.mjs";import"../chunk-OLILO7VD.mjs";import"../chunk-WGRSKMNQ.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,
|
|
3
|
-
import { A as Account } from '../Ed25519Account-
|
|
2
|
+
import { A as AptosConfig, s as AccountAddressInput, c3 as AnyNumber, c7 as TokenStandardArg, c5 as PaginationArgs, c8 as OrderByArg, b3 as InputGenerateTransactionOptions, az as SimpleTransaction, t as AccountAddress, dr as MoveStructId } from '../account-DOs8SpoQ.mjs';
|
|
3
|
+
import { A as Account } from '../Ed25519Account-CVg5T_jc.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';
|