@aptos-labs/ts-sdk 5.2.1 → 6.0.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-Dxsj5MIn.d.ts → account-Dpz_N9h-.d.ts} +7 -2
- package/dist/common/{chunk-3KK6QRXD.js → chunk-4RHBBU7C.js} +3 -3
- package/dist/common/{chunk-3KK6QRXD.js.map → chunk-4RHBBU7C.js.map} +1 -1
- 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 +198 -28
- package/dist/common/index.js +37 -32
- package/dist/common/index.js.map +1 -1
- package/dist/esm/{Ed25519Account-DIIE2Drw.d.mts → Ed25519Account-BW_kXHC2.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-CMR8C31P.d.mts → account-CcxnCdYZ.d.mts} +1 -1
- package/dist/esm/api/account/abstraction.d.mts +1 -1
- package/dist/esm/api/account/abstraction.mjs +1 -1
- package/dist/esm/api/account.d.mts +2 -2
- package/dist/esm/api/account.mjs +1 -1
- package/dist/esm/api/ans.d.mts +92 -26
- 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/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 +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/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-2DPQMXUG.mjs +4 -0
- package/dist/esm/chunk-2DPQMXUG.mjs.map +1 -0
- package/dist/esm/{chunk-VO3JD6U6.mjs → chunk-2LCPW76G.mjs} +2 -2
- package/dist/esm/{chunk-GRF3NBRO.mjs → chunk-52PWWLJJ.mjs} +2 -2
- package/dist/esm/{chunk-3GNYDMRA.mjs → chunk-76SVQZDX.mjs} +2 -2
- package/dist/esm/{chunk-Z6PXP6MJ.mjs → chunk-BGZDJ5SM.mjs} +2 -2
- package/dist/esm/{chunk-DLD62OFZ.mjs → chunk-CUXCVNES.mjs} +2 -2
- package/dist/esm/chunk-DE5K76I2.mjs +1 -0
- package/dist/esm/{chunk-EIQBQ62N.mjs → chunk-F3NI6N7R.mjs} +2 -2
- package/dist/esm/chunk-FW6UHAQV.mjs +2 -0
- package/dist/esm/{chunk-VS5NYRHW.mjs.map → chunk-FW6UHAQV.mjs.map} +1 -1
- package/dist/esm/{chunk-C622NWP7.mjs → chunk-JN65XG2P.mjs} +2 -2
- package/dist/esm/{chunk-UL777LTI.mjs → chunk-LS2HRAVW.mjs} +24 -19
- package/dist/esm/chunk-LS2HRAVW.mjs.map +1 -0
- package/dist/esm/chunk-NP2IAUME.mjs +2 -0
- package/dist/esm/chunk-NP2IAUME.mjs.map +1 -0
- package/dist/esm/{chunk-TBOR2W2F.mjs → chunk-NTLOKAPD.mjs} +2 -2
- package/dist/esm/{chunk-KY4GDJA6.mjs → chunk-PXJEKGEG.mjs} +2 -2
- package/dist/esm/chunk-RQN6LA7E.mjs +2 -0
- package/dist/esm/{chunk-K3Q5EONX.mjs.map → chunk-RQN6LA7E.mjs.map} +1 -1
- package/dist/esm/{chunk-WBG25H7H.mjs → chunk-WZ6FL7CH.mjs} +2 -2
- package/dist/esm/{chunk-QITAALVJ.mjs → chunk-X674XJNJ.mjs} +2 -2
- 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-DE7i_6s_.d.mts → federatedKeyless-BzaYmP03.d.mts} +1 -1
- package/dist/esm/index.d.mts +4 -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 +85 -33
- 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 +1 -1
- 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/ans.d.mts +109 -0
- package/dist/esm/types/ans.mjs +2 -0
- package/dist/esm/types/ans.mjs.map +1 -0
- package/dist/esm/types/generated/operations.d.mts +5 -0
- package/dist/esm/types/generated/queries.d.mts +27 -27
- package/dist/esm/types/generated/queries.mjs +1 -1
- package/dist/esm/types/generated/types.d.mts +191 -7
- package/dist/esm/types/generated/types.mjs +1 -1
- package/dist/esm/types/generated/types.mjs.map +1 -1
- package/dist/esm/types/index.d.mts +2 -1
- package/dist/esm/types/index.mjs +1 -1
- package/dist/esm/types/types.d.mts +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 +2 -2
- package/src/api/ans.ts +70 -25
- package/src/internal/ans.ts +279 -109
- package/src/internal/queries/getNames.graphql +5 -0
- package/src/transactions/transactionBuilder/transactionBuilder.ts +4 -4
- package/src/transactions/types.ts +1 -1
- package/src/types/ans.ts +110 -0
- package/src/types/generated/operations.ts +1 -0
- package/src/types/generated/queries.ts +163 -76
- package/src/types/generated/types.ts +216 -6
- package/src/types/index.ts +1 -0
- package/src/version.ts +1 -1
- package/dist/esm/chunk-FD6FGKYY.mjs +0 -1
- package/dist/esm/chunk-K3Q5EONX.mjs +0 -2
- package/dist/esm/chunk-UL777LTI.mjs.map +0 -1
- package/dist/esm/chunk-VS5NYRHW.mjs +0 -2
- package/dist/esm/chunk-ZSO5R7FV.mjs +0 -4
- package/dist/esm/chunk-ZSO5R7FV.mjs.map +0 -1
- /package/dist/esm/{chunk-VO3JD6U6.mjs.map → chunk-2LCPW76G.mjs.map} +0 -0
- /package/dist/esm/{chunk-GRF3NBRO.mjs.map → chunk-52PWWLJJ.mjs.map} +0 -0
- /package/dist/esm/{chunk-3GNYDMRA.mjs.map → chunk-76SVQZDX.mjs.map} +0 -0
- /package/dist/esm/{chunk-Z6PXP6MJ.mjs.map → chunk-BGZDJ5SM.mjs.map} +0 -0
- /package/dist/esm/{chunk-DLD62OFZ.mjs.map → chunk-CUXCVNES.mjs.map} +0 -0
- /package/dist/esm/{chunk-FD6FGKYY.mjs.map → chunk-DE5K76I2.mjs.map} +0 -0
- /package/dist/esm/{chunk-EIQBQ62N.mjs.map → chunk-F3NI6N7R.mjs.map} +0 -0
- /package/dist/esm/{chunk-C622NWP7.mjs.map → chunk-JN65XG2P.mjs.map} +0 -0
- /package/dist/esm/{chunk-TBOR2W2F.mjs.map → chunk-NTLOKAPD.mjs.map} +0 -0
- /package/dist/esm/{chunk-KY4GDJA6.mjs.map → chunk-PXJEKGEG.mjs.map} +0 -0
- /package/dist/esm/{chunk-WBG25H7H.mjs.map → chunk-WZ6FL7CH.mjs.map} +0 -0
- /package/dist/esm/{chunk-QITAALVJ.mjs.map → chunk-X674XJNJ.mjs.map} +0 -0
package/dist/common/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AccountAddress, a as AccountPublicKey, b as AuthenticationKey, V as VerifySignatureArgs, c as VerifySignatureAsyncArgs, S as Serializer, d as Signature, H as HexInput, D as Deserializer, P as PublicKey, E as EphemeralPublicKeyVariant, e as AptosConfig, f as Serializable, g as EphemeralCertificateVariant, Z as ZkpVariant, L as LedgerVersionArg, h as AccountAddressInput, i as PrivateKey, j as Hex, k as Ed25519PublicKey, l as AnyPublicKey, M as MultiKey, m as MultiEd25519PublicKey, n as Ed25519Signature, o as MultiEd25519Signature, p as AccountAuthenticator, q as MoveString, r as MoveVector, U as U8, s as U64, t as AnyNumber, R as RawTransaction, u as SimpleEntryFunctionArgumentTypes, v as EntryFunctionArgumentTypes, B as Bool, F as FixedBytes, w as U16, x as U32, y as U128, z as U256, I as I8, C as I16, G as I32, J as I64, K as I128, N as I256, O as InputGenerateTransactionPayloadDataWithRemoteABI, Q as InputGenerateTransactionPayloadData, T as InputScriptData, W as MoveFunction, X as TransactionPayloadScript, Y as InputEntryFunctionDataWithRemoteABI, _ as TransactionPayloadEntryFunction, $ as InputMultiSigDataWithRemoteABI, a0 as TransactionPayloadMultiSig, a1 as InputEntryFunctionDataWithABI, a2 as InputMultiSigDataWithABI, a3 as InputViewFunctionDataWithRemoteABI, a4 as EntryFunction, a5 as InputViewFunctionDataWithABI, a6 as AnyTransactionPayloadInstance, a7 as InputGenerateTransactionOptions, a8 as TransactionInnerPayload, a9 as InputGenerateSingleSignerRawTransactionArgs, aa as SimpleTransaction, ab as InputGenerateMultiAgentRawTransactionArgs, ac as MultiAgentTransaction, ad as InputSimulateTransactionData, ae as AccountAuthenticatorNoAccountAuthenticator, af as AccountAuthenticatorEd25519, ag as AccountAuthenticatorSingleKey, ah as AccountAuthenticatorMultiKey, ai as InputSubmitTransactionData, aj as TypeArgument, ak as TypeTag, al as MoveModule, am as FunctionABI, an as EntryFunctionABI, ao as ViewFunctionABI, ap as AnyRawTransaction, aq as AnyRawTransactionInstance, ar as AccountData, as as MoveModuleBytecode, at as CursorPaginationArgs, au as PaginationArgs, av as TransactionResponse, aw as MoveResource, ax as MoveStructId, ay as TokenStandardArg, az as OrderByArg, aA as GetAccountOwnedTokensQueryResponse, aB as GetAccountOwnedTokensFromCollectionResponse, aC as GetAccountCollectionsWithOwnedTokenResponse, aD as GetAccountCoinsDataResponse, aE as WhereArg, aF as GetObjectDataQueryResponse, aG as PrivateKeyInput, aH as GetCollectionDataResponse, aI as GetTokenDataResponse, aJ as GetCurrentTokenOwnershipResponse, aK as GetOwnedTokensResponse, aL as GetTokenActivityResponse, aM as WaitForTransactionOptions, aN as UserTransactionResponse, aO as GetFungibleAssetMetadataResponse, aP as GetFungibleAssetActivitiesResponse, aQ as GetCurrentFungibleAssetBalancesResponse, aR as LedgerInfo, aS as Block, aT as MoveValue, aU as InputViewFunctionData, aV as InputViewFunctionJsonData, aW as GetChainTopUserTransactionsResponse, aX as GraphqlQuery, aY as ProcessorType, aZ as GetProcessorStatusResponse, a_ as
|
|
2
|
-
export { eD as ACCOUNT_ABSTRACTION_SIGNING_DATA_SALT, ez as APTOS_COIN, eA as APTOS_FA,
|
|
1
|
+
import { A as AccountAddress, a as AccountPublicKey, b as AuthenticationKey, V as VerifySignatureArgs, c as VerifySignatureAsyncArgs, S as Serializer, d as Signature, H as HexInput, D as Deserializer, P as PublicKey, E as EphemeralPublicKeyVariant, e as AptosConfig, f as Serializable, g as EphemeralCertificateVariant, Z as ZkpVariant, L as LedgerVersionArg, h as AccountAddressInput, i as PrivateKey, j as Hex, k as Ed25519PublicKey, l as AnyPublicKey, M as MultiKey, m as MultiEd25519PublicKey, n as Ed25519Signature, o as MultiEd25519Signature, p as AccountAuthenticator, q as MoveString, r as MoveVector, U as U8, s as U64, t as AnyNumber, R as RawTransaction, u as SimpleEntryFunctionArgumentTypes, v as EntryFunctionArgumentTypes, B as Bool, F as FixedBytes, w as U16, x as U32, y as U128, z as U256, I as I8, C as I16, G as I32, J as I64, K as I128, N as I256, O as InputGenerateTransactionPayloadDataWithRemoteABI, Q as InputGenerateTransactionPayloadData, T as InputScriptData, W as MoveFunction, X as TransactionPayloadScript, Y as InputEntryFunctionDataWithRemoteABI, _ as TransactionPayloadEntryFunction, $ as InputMultiSigDataWithRemoteABI, a0 as TransactionPayloadMultiSig, a1 as InputEntryFunctionDataWithABI, a2 as InputMultiSigDataWithABI, a3 as InputViewFunctionDataWithRemoteABI, a4 as EntryFunction, a5 as InputViewFunctionDataWithABI, a6 as AnyTransactionPayloadInstance, a7 as InputGenerateTransactionOptions, a8 as TransactionInnerPayload, a9 as InputGenerateSingleSignerRawTransactionArgs, aa as SimpleTransaction, ab as InputGenerateMultiAgentRawTransactionArgs, ac as MultiAgentTransaction, ad as InputSimulateTransactionData, ae as AccountAuthenticatorNoAccountAuthenticator, af as AccountAuthenticatorEd25519, ag as AccountAuthenticatorSingleKey, ah as AccountAuthenticatorMultiKey, ai as InputSubmitTransactionData, aj as TypeArgument, ak as TypeTag, al as MoveModule, am as FunctionABI, an as EntryFunctionABI, ao as ViewFunctionABI, ap as AnyRawTransaction, aq as AnyRawTransactionInstance, ar as AccountData, as as MoveModuleBytecode, at as CursorPaginationArgs, au as PaginationArgs, av as TransactionResponse, aw as MoveResource, ax as MoveStructId, ay as TokenStandardArg, az as OrderByArg, aA as GetAccountOwnedTokensQueryResponse, aB as GetAccountOwnedTokensFromCollectionResponse, aC as GetAccountCollectionsWithOwnedTokenResponse, aD as GetAccountCoinsDataResponse, aE as WhereArg, aF as GetObjectDataQueryResponse, aG as PrivateKeyInput, aH as GetCollectionDataResponse, aI as GetTokenDataResponse, aJ as GetCurrentTokenOwnershipResponse, aK as GetOwnedTokensResponse, aL as GetTokenActivityResponse, aM as WaitForTransactionOptions, aN as UserTransactionResponse, aO as GetFungibleAssetMetadataResponse, aP as GetFungibleAssetActivitiesResponse, aQ as GetCurrentFungibleAssetBalancesResponse, aR as LedgerInfo, aS as Block, aT as MoveValue, aU as InputViewFunctionData, aV as InputViewFunctionJsonData, aW as GetChainTopUserTransactionsResponse, aX as GraphqlQuery, aY as ProcessorType, aZ as GetProcessorStatusResponse, a_ as InputEntryFunctionData, a$ as GetNumberOfDelegatorsResponse, b0 as GetDelegatedStakingActivitiesResponse, b1 as InputSimulateTransactionOptions, b2 as InputTransactionPluginData, b3 as PendingTransactionResponse, b4 as CommittedTransactionResponse, b5 as GasEstimation, b6 as Ed25519PrivateKey, b7 as TableItemRequest, b8 as GetTableItemsDataResponse, b9 as GetTableItemsMetadataResponse, ba as SigningScheme, bb as SigningSchemeInput, bc as AnySignature, bd as GetANSNameResponse, be as EntryFunctionArgument, bf as MultiKeySignature, bg as AccountAuthenticatorMultiEd25519, bh as AccountAuthenticatorAbstraction, bi as MoveFunctionId, bj as ClientRequest, bk as Client, bl as ClientResponse, bm as AptosRequest, bn as AptosApiType, bo as AptosResponse, bp as MimeType, bq as ClientConfig } from './account-Dpz_N9h-.js';
|
|
2
|
+
export { eD as ACCOUNT_ABSTRACTION_SIGNING_DATA_SALT, ez as APTOS_COIN, eA as APTOS_FA, bB as AbstractMultiKey, bH as AccountAbstractionMessage, cL as AccountAuthenticatorVariant, dR as AccountSignature, bx as AddressInvalidReason, cN as AnyPublicKeyVariant, cP as AnySignatureVariant, d1 as AptosSettings, ej as AuthenticationKeyScheme, dm as BlockEndInfo, dn as BlockEpilogueTransactionResponse, dj as BlockMetadataTransactionResponse, bI as ChainId, d6 as ClientHeadersType, ew as DEFAULT_MAX_GAS_AMOUNT, ex as DEFAULT_TXN_EXP_SEC_FROM_NOW, ey as DEFAULT_TXN_TIMEOUT_SEC, dw as DecodedTableData, dx as DeletedTableData, ek as DeriveScheme, br as Deserializable, dU as DirectWriteSet, dz as EntryFunctionPayloadResponse, cQ as EphemeralSignatureVariant, dW as Event, dV as EventGuid, eE as FIREBASE_AUTH_ISS_PATTERN, d4 as FaucetConfig, bN as FeePayerRawTransaction, d2 as FullNodeConfig, en as GenerateAccount, el as GenerateAccountWithEd25519, em as GenerateAccountWithSingleSignerSecp256k1Key, dC as GenesisPayload, di as GenesisTransactionResponse, cy as GetAccountAddressesForAuthKeyResponse, cz as GetEventsResponse, bF as HexInvalidReason, bJ as Identifier, d3 as IndexerConfig, cw as InputGenerateMultiAgentRawTransactionData, cq as InputGenerateOrderlessTransactionOptions, cu as InputGenerateRawTransactionArgs, cp as InputGenerateSequenceNumberTransactionOptions, cv as InputGenerateSingleSignerRawTransactionData, cx as InputGenerateTransactionData, cr as InputGenerateTransactionPayloadDataWithABI, cs as InputMultiSigData, c$ as Int128, cY as Int16, d0 as Int256, cZ as Int32, c_ as Int64, cX as Int8, bK as ModuleId, ee as MoveAbility, e7 as MoveAddressType, ef as MoveFunctionGenericTypeParam, ed as MoveFunctionVisibility, e5 as MoveInt128Type, e2 as MoveInt16Type, e6 as MoveInt256Type, e3 as MoveInt32Type, e4 as MoveInt64Type, e1 as MoveInt8Type, ec as MoveModuleId, e8 as MoveObjectType, bw as MoveOption, e9 as MoveOptionType, dD as MoveScriptBytecode, eh as MoveStruct, eg as MoveStructField, ea as MoveStructType, eb as MoveType, d$ as MoveUint128Type, dY as MoveUint16Type, e0 as MoveUint256Type, dZ as MoveUint32Type, d_ as MoveUint64Type, dX as MoveUint8Type, bM as MultiAgentRawTransaction, bT as MultiSig, bU as MultiSigTransactionPayload, dB as MultisigPayloadResponse, et as Network, eu as NetworkToChainId, eq as NetworkToFaucetAPI, eo as NetworkToIndexerAPI, ev as NetworkToNetworkName, ep as NetworkToNodeAPI, er as NetworkToPepperAPI, es as NetworkToProverAPI, cA as OrderBy, cB as OrderByValue, by as ParsingError, bz as ParsingResult, d7 as PluginConfig, d8 as PluginSettings, cM as PrivateKeyVariants, eB as RAW_TRANSACTION_SALT, eC as RAW_TRANSACTION_WITH_DATA_SALT, bL as RawTransactionWithData, ei as RoleType, bS as Script, bP as ScriptFunctionArgument, co as ScriptFunctionArgumentTypes, dA as ScriptPayloadResponse, cE as ScriptTransactionArgumentVariants, dT as ScriptWriteSet, bD as Secp256k1PrivateKey, bC as Secp256k1PublicKey, bE as Secp256k1Signature, bv as Serialized, dk as StateCheckpointTransactionResponse, cj as StructTag, cC as TokenStandard, bO as TransactionArgument, cK as TransactionAuthenticatorVariant, dL as TransactionEd25519Signature, bW as TransactionExecutable, bZ as TransactionExecutableEmpty, bY as TransactionExecutableEntryFunction, bX as TransactionExecutableScript, cH as TransactionExecutableVariants, b_ as TransactionExtraConfig, b$ as TransactionExtraConfigV1, cI as TransactionExtraConfigVariants, dQ as TransactionFeePayerSignature, d5 as TransactionGenerationConfig, bV as TransactionInnerPayloadV1, cG as TransactionInnerPayloadVariants, dP as TransactionMultiAgentSignature, dO as TransactionMultiEd25519Signature, bR as TransactionPayload, dy as TransactionPayloadResponse, cF as TransactionPayloadVariants, da as TransactionResponseType, dM as TransactionSecp256k1Signature, dE as TransactionSignature, dN as TransactionSingleSenderSignature, d9 as TransactionSubmitter, cJ as TransactionVariants, cd as TypeTagAddress, c0 as TypeTagBool, cg as TypeTagGeneric, ca as TypeTagI128, c4 as TypeTagI16, cc as TypeTagI256, c6 as TypeTagI32, c8 as TypeTagI64, c2 as TypeTagI8, cf as TypeTagReference, ce as TypeTagSigner, ci as TypeTagStruct, c9 as TypeTagU128, c3 as TypeTagU16, cb as TypeTagU256, c5 as TypeTagU32, c7 as TypeTagU64, c1 as TypeTagU8, cD as TypeTagVariants, ch as TypeTagVector, cV as Uint128, cS as Uint16, cW as Uint256, cT as Uint32, cU as Uint64, cR as Uint8, dl as ValidatorTransactionResponse, ct as ViewFunctionJsonPayload, dS as WriteSet, dp as WriteSetChange, dq as WriteSetChangeDeleteModule, dr as WriteSetChangeDeleteResource, ds as WriteSetChangeDeleteTableItem, dt as WriteSetChangeWriteModule, du as WriteSetChangeWriteResource, dv as WriteSetChangeWriteTableItem, cO as anyPublicKeyVariantToString, ck as aptosCoinStructTag, bQ as deserializeFromScriptArgument, bs as ensureBoolean, bG as hexToAsciiString, dh as isBlockEpilogueTransactionResponse, de as isBlockMetadataTransactionResponse, bA as isCanonicalEd25519Signature, dF as isEd25519Signature, dI as isFeePayerSignature, dd as isGenesisTransactionResponse, dH as isMultiAgentSignature, dJ as isMultiEd25519Signature, db as isPendingTransactionResponse, dG as isSecp256k1Signature, dK as isSingleSenderSignature, df as isStateCheckpointTransactionResponse, dc as isUserTransactionResponse, dg as isValidatorTransactionResponse, cn as objectStructTag, cm as optionStructTag, bt as outOfRangeErrorMessage, cl as stringStructTag, bu as validateNumberInRange } from './account-Dpz_N9h-.js';
|
|
3
3
|
import { ProjPointType } from '@noble/curves/abstract/weierstrass';
|
|
4
4
|
import { Fp2 } from '@noble/curves/abstract/tower';
|
|
5
5
|
import EventEmitter from 'eventemitter3';
|
|
@@ -5553,7 +5553,7 @@ declare class General {
|
|
|
5553
5553
|
*/
|
|
5554
5554
|
interface RegisterNameParameters {
|
|
5555
5555
|
aptosConfig: AptosConfig;
|
|
5556
|
-
sender:
|
|
5556
|
+
sender: AccountAddressInput;
|
|
5557
5557
|
name: string;
|
|
5558
5558
|
expiration: {
|
|
5559
5559
|
policy: "domain";
|
|
@@ -5576,7 +5576,7 @@ interface RegisterNameParameters {
|
|
|
5576
5576
|
* @group Implementation
|
|
5577
5577
|
*/
|
|
5578
5578
|
interface QueryNamesOptions {
|
|
5579
|
-
options?: PaginationArgs & OrderByArg<
|
|
5579
|
+
options?: PaginationArgs & OrderByArg<AnsName> & WhereArg<CurrentAptosNamesBoolExp>;
|
|
5580
5580
|
}
|
|
5581
5581
|
/**
|
|
5582
5582
|
* Arguments for retrieving account names based on the specified account address.
|
|
@@ -5744,7 +5744,7 @@ declare class ANS {
|
|
|
5744
5744
|
* @param args.address - The AccountAddressInput of the address to set the domain or subdomain to.
|
|
5745
5745
|
* @param args.options - Optional settings for generating the transaction.
|
|
5746
5746
|
*
|
|
5747
|
-
* @returns
|
|
5747
|
+
* @returns An object containing the transaction and the InputEntryFunctionData
|
|
5748
5748
|
*
|
|
5749
5749
|
* @example
|
|
5750
5750
|
* ```typescript
|
|
@@ -5758,10 +5758,10 @@ declare class ANS {
|
|
|
5758
5758
|
* const sender = Account.generate(); // replace with a real account
|
|
5759
5759
|
* const address = "0x1"; // replace with a real account address
|
|
5760
5760
|
*
|
|
5761
|
-
* await aptos.setTargetAddress({
|
|
5762
|
-
* sender
|
|
5761
|
+
* const { transaction, data } = await aptos.setTargetAddress({
|
|
5762
|
+
* sender,
|
|
5763
5763
|
* name: "test.aptos",
|
|
5764
|
-
* address
|
|
5764
|
+
* address,
|
|
5765
5765
|
* });
|
|
5766
5766
|
*
|
|
5767
5767
|
* const targetAddress = await aptos.getTargetAddress({ name: "test.aptos" });
|
|
@@ -5772,11 +5772,56 @@ declare class ANS {
|
|
|
5772
5772
|
* @group ANS
|
|
5773
5773
|
*/
|
|
5774
5774
|
setTargetAddress(args: {
|
|
5775
|
-
sender:
|
|
5775
|
+
sender: AccountAddressInput;
|
|
5776
5776
|
name: string;
|
|
5777
5777
|
address: AccountAddressInput;
|
|
5778
5778
|
options?: InputGenerateTransactionOptions;
|
|
5779
|
-
}): Promise<
|
|
5779
|
+
}): Promise<{
|
|
5780
|
+
transaction: SimpleTransaction;
|
|
5781
|
+
data: InputEntryFunctionData;
|
|
5782
|
+
}>;
|
|
5783
|
+
/**
|
|
5784
|
+
* Clears the target address of a domain or subdomain name, removing the address association.
|
|
5785
|
+
* After clearing, the name will no longer resolve to a specific address.
|
|
5786
|
+
*
|
|
5787
|
+
* @param args - The arguments for clearing the target address.
|
|
5788
|
+
* @param args.sender - The account initiating the transaction.
|
|
5789
|
+
* @param args.name - A string representing the domain or subdomain name (e.g., "test.aptos").
|
|
5790
|
+
* @param args.options - Optional settings for generating the transaction.
|
|
5791
|
+
*
|
|
5792
|
+
* @returns An object containing the transaction and the InputEntryFunctionData
|
|
5793
|
+
*
|
|
5794
|
+
* @example
|
|
5795
|
+
* ```typescript
|
|
5796
|
+
* import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";
|
|
5797
|
+
*
|
|
5798
|
+
* const config = new AptosConfig({ network: Network.TESTNET });
|
|
5799
|
+
* const aptos = new Aptos(config);
|
|
5800
|
+
*
|
|
5801
|
+
* async function runExample() {
|
|
5802
|
+
* // Clearing the target address for a domain name
|
|
5803
|
+
* const sender = Account.generate(); // replace with a real account
|
|
5804
|
+
*
|
|
5805
|
+
* const { transaction, data } = await aptos.clearTargetAddress({
|
|
5806
|
+
* sender,
|
|
5807
|
+
* name: "test.aptos",
|
|
5808
|
+
* });
|
|
5809
|
+
*
|
|
5810
|
+
* const targetAddress = await aptos.getTargetAddress({ name: "test.aptos" });
|
|
5811
|
+
* console.log(targetAddress); // Should log undefined after clearing
|
|
5812
|
+
* }
|
|
5813
|
+
* runExample().catch(console.error);
|
|
5814
|
+
* ```
|
|
5815
|
+
* @group ANS
|
|
5816
|
+
*/
|
|
5817
|
+
clearTargetAddress(args: {
|
|
5818
|
+
sender: AccountAddressInput;
|
|
5819
|
+
name: string;
|
|
5820
|
+
options?: InputGenerateTransactionOptions;
|
|
5821
|
+
}): Promise<{
|
|
5822
|
+
transaction: SimpleTransaction;
|
|
5823
|
+
data: InputEntryFunctionData;
|
|
5824
|
+
}>;
|
|
5780
5825
|
/**
|
|
5781
5826
|
* Retrieve the primary name for an account. An account can have multiple names, but only one primary name, which may not exist.
|
|
5782
5827
|
*
|
|
@@ -5813,7 +5858,7 @@ declare class ANS {
|
|
|
5813
5858
|
* @param args.name - A string representing the name to set as primary (e.g., "test.aptos").
|
|
5814
5859
|
* @param args.options - Optional transaction options.
|
|
5815
5860
|
*
|
|
5816
|
-
* @returns
|
|
5861
|
+
* @returns An object containing the transaction and the InputEntryFunctionData
|
|
5817
5862
|
*
|
|
5818
5863
|
* @example
|
|
5819
5864
|
* ```typescript
|
|
@@ -5825,7 +5870,7 @@ declare class ANS {
|
|
|
5825
5870
|
* async function runExample() {
|
|
5826
5871
|
* // Set the primary name for the sender account
|
|
5827
5872
|
* const sender = Account.generate(); // replace with a real account
|
|
5828
|
-
* await aptos.setPrimaryName({ sender, name: "test.aptos" });
|
|
5873
|
+
* const { transaction, data } = await aptos.setPrimaryName({ sender, name: "test.aptos" });
|
|
5829
5874
|
*
|
|
5830
5875
|
* const primaryName = await aptos.getPrimaryName({ address: sender.accountAddress });
|
|
5831
5876
|
* console.log("Primary Name:", primaryName); // Should log: "Primary Name: test.aptos"
|
|
@@ -5835,10 +5880,13 @@ declare class ANS {
|
|
|
5835
5880
|
* @group ANS
|
|
5836
5881
|
*/
|
|
5837
5882
|
setPrimaryName(args: {
|
|
5838
|
-
sender:
|
|
5883
|
+
sender: AccountAddressInput;
|
|
5839
5884
|
name?: string;
|
|
5840
5885
|
options?: InputGenerateTransactionOptions;
|
|
5841
|
-
}): Promise<
|
|
5886
|
+
}): Promise<{
|
|
5887
|
+
transaction: SimpleTransaction;
|
|
5888
|
+
data: InputEntryFunctionData;
|
|
5889
|
+
}>;
|
|
5842
5890
|
/**
|
|
5843
5891
|
* Registers a new name.
|
|
5844
5892
|
*
|
|
@@ -5860,7 +5908,7 @@ declare class ANS {
|
|
|
5860
5908
|
* @param args.toAddress optional - The address to send the domain name to. If not provided, the transaction will be sent to the
|
|
5861
5909
|
* router.
|
|
5862
5910
|
*
|
|
5863
|
-
* @returns
|
|
5911
|
+
* @returns An object containing the transaction and the InputEntryFunctionData
|
|
5864
5912
|
*
|
|
5865
5913
|
* @example
|
|
5866
5914
|
* ```typescript
|
|
@@ -5871,7 +5919,7 @@ declare class ANS {
|
|
|
5871
5919
|
*
|
|
5872
5920
|
* async function runExample() {
|
|
5873
5921
|
* // Registering a subdomain name assuming def.apt is already registered and belongs to the sender alice.
|
|
5874
|
-
* const
|
|
5922
|
+
* const { transaction, data } = await aptos.registerName({
|
|
5875
5923
|
* sender: "0x1", // replace with a real sender account
|
|
5876
5924
|
* name: "test.aptos.apt",
|
|
5877
5925
|
* expiration: {
|
|
@@ -5880,13 +5928,16 @@ declare class ANS {
|
|
|
5880
5928
|
* },
|
|
5881
5929
|
* });
|
|
5882
5930
|
*
|
|
5883
|
-
* console.log("Transaction:",
|
|
5931
|
+
* console.log("Transaction:", transaction);
|
|
5884
5932
|
* }
|
|
5885
5933
|
* runExample().catch(console.error);
|
|
5886
5934
|
* ```
|
|
5887
5935
|
* @group ANS
|
|
5888
5936
|
*/
|
|
5889
|
-
registerName(args: Omit<RegisterNameParameters, "aptosConfig">): Promise<
|
|
5937
|
+
registerName(args: Omit<RegisterNameParameters, "aptosConfig">): Promise<{
|
|
5938
|
+
transaction: SimpleTransaction;
|
|
5939
|
+
data: InputEntryFunctionData;
|
|
5940
|
+
}>;
|
|
5890
5941
|
/**
|
|
5891
5942
|
* Renews a domain name for one year.
|
|
5892
5943
|
* If a domain name was minted with V1 of the contract, it will automatically be upgraded to V2 via this transaction.
|
|
@@ -5897,7 +5948,7 @@ declare class ANS {
|
|
|
5897
5948
|
* @param args.years - The number of years to renew the name. Currently, only one year is permitted.
|
|
5898
5949
|
* @param args.options - Optional transaction options.
|
|
5899
5950
|
*
|
|
5900
|
-
* @returns
|
|
5951
|
+
* @returns An object containing the transaction and the InputEntryFunctionData
|
|
5901
5952
|
*
|
|
5902
5953
|
* @example
|
|
5903
5954
|
* ```typescript
|
|
@@ -5908,7 +5959,7 @@ declare class ANS {
|
|
|
5908
5959
|
*
|
|
5909
5960
|
* async function runExample() {
|
|
5910
5961
|
* // Renew the domain "test" for one year
|
|
5911
|
-
* const transaction = await aptos.renewDomain({
|
|
5962
|
+
* const { transaction, data } = await aptos.renewDomain({
|
|
5912
5963
|
* sender: Account.generate(), // replace with a real account
|
|
5913
5964
|
* name: "test"
|
|
5914
5965
|
* });
|
|
@@ -5920,11 +5971,14 @@ declare class ANS {
|
|
|
5920
5971
|
* @group ANS
|
|
5921
5972
|
*/
|
|
5922
5973
|
renewDomain(args: {
|
|
5923
|
-
sender:
|
|
5974
|
+
sender: AccountAddressInput;
|
|
5924
5975
|
name: string;
|
|
5925
5976
|
years?: 1;
|
|
5926
5977
|
options?: InputGenerateTransactionOptions;
|
|
5927
|
-
}): Promise<
|
|
5978
|
+
}): Promise<{
|
|
5979
|
+
transaction: SimpleTransaction;
|
|
5980
|
+
data: InputEntryFunctionData;
|
|
5981
|
+
}>;
|
|
5928
5982
|
/**
|
|
5929
5983
|
* Fetches a single name from the indexer based on the provided name argument.
|
|
5930
5984
|
*
|
|
@@ -5952,7 +6006,7 @@ declare class ANS {
|
|
|
5952
6006
|
*/
|
|
5953
6007
|
getName(args: {
|
|
5954
6008
|
name: string;
|
|
5955
|
-
}): Promise<
|
|
6009
|
+
}): Promise<AnsName | undefined>;
|
|
5956
6010
|
/**
|
|
5957
6011
|
* Fetches all names for an account, including both top-level domains and subdomains.
|
|
5958
6012
|
*
|
|
@@ -5989,7 +6043,10 @@ declare class ANS {
|
|
|
5989
6043
|
* ```
|
|
5990
6044
|
* @group ANS
|
|
5991
6045
|
*/
|
|
5992
|
-
getAccountNames(args: GetAccountNamesArgs): Promise<
|
|
6046
|
+
getAccountNames(args: GetAccountNamesArgs): Promise<{
|
|
6047
|
+
names: AnsName[];
|
|
6048
|
+
total: number;
|
|
6049
|
+
}>;
|
|
5993
6050
|
/**
|
|
5994
6051
|
* Fetches all top-level domain names for a specified account.
|
|
5995
6052
|
*
|
|
@@ -6029,7 +6086,10 @@ declare class ANS {
|
|
|
6029
6086
|
* ```
|
|
6030
6087
|
* @group ANS
|
|
6031
6088
|
*/
|
|
6032
|
-
getAccountDomains(args: GetAccountDomainsArgs): Promise<
|
|
6089
|
+
getAccountDomains(args: GetAccountDomainsArgs): Promise<{
|
|
6090
|
+
names: AnsName[];
|
|
6091
|
+
total: number;
|
|
6092
|
+
}>;
|
|
6033
6093
|
/**
|
|
6034
6094
|
* Fetches all subdomain names for a specified account.
|
|
6035
6095
|
*
|
|
@@ -6067,7 +6127,10 @@ declare class ANS {
|
|
|
6067
6127
|
* ```
|
|
6068
6128
|
* @group ANS
|
|
6069
6129
|
*/
|
|
6070
|
-
getAccountSubdomains(args: GetAccountSubdomainsArgs): Promise<
|
|
6130
|
+
getAccountSubdomains(args: GetAccountSubdomainsArgs): Promise<{
|
|
6131
|
+
names: AnsName[];
|
|
6132
|
+
total: number;
|
|
6133
|
+
}>;
|
|
6071
6134
|
/**
|
|
6072
6135
|
* Fetches all subdomain names for a given domain, excluding the domain itself.
|
|
6073
6136
|
*
|
|
@@ -6105,7 +6168,10 @@ declare class ANS {
|
|
|
6105
6168
|
* ```
|
|
6106
6169
|
* @group ANS
|
|
6107
6170
|
*/
|
|
6108
|
-
getDomainSubdomains(args: GetDomainSubdomainsArgs): Promise<
|
|
6171
|
+
getDomainSubdomains(args: GetDomainSubdomainsArgs): Promise<{
|
|
6172
|
+
names: AnsName[];
|
|
6173
|
+
total: number;
|
|
6174
|
+
}>;
|
|
6109
6175
|
}
|
|
6110
6176
|
|
|
6111
6177
|
/**
|
|
@@ -9346,6 +9412,110 @@ declare class Aptos {
|
|
|
9346
9412
|
interface Aptos extends Account$1, ANS, Coin, DigitalAsset, Faucet, FungibleAsset, General, Keyless, Staking, Table, AptosObject, Omit<Transaction, "build" | "simulate" | "submit" | "batch"> {
|
|
9347
9413
|
}
|
|
9348
9414
|
|
|
9415
|
+
type RawANSName = GetANSNameResponse[0];
|
|
9416
|
+
/**
|
|
9417
|
+
* The token standard for the ANS name. v1 is the original token standard, v2 is
|
|
9418
|
+
* the new token standard. v1 has been deprecated.
|
|
9419
|
+
*/
|
|
9420
|
+
type AnsTokenStandard = "v1" | "v2";
|
|
9421
|
+
/**
|
|
9422
|
+
* Policy for determining how subdomains expire in relation to their parent domain.
|
|
9423
|
+
*/
|
|
9424
|
+
declare enum SubdomainExpirationPolicy {
|
|
9425
|
+
/**
|
|
9426
|
+
* The subdomain will expire independently of the domain. The owner of the
|
|
9427
|
+
* domain can manually set when the subdomain expires.
|
|
9428
|
+
*/
|
|
9429
|
+
Independent = 0,
|
|
9430
|
+
/**
|
|
9431
|
+
* The subdomain will expire at the same time as the domain.
|
|
9432
|
+
*/
|
|
9433
|
+
FollowsDomain = 1
|
|
9434
|
+
}
|
|
9435
|
+
/**
|
|
9436
|
+
* The status of the name.
|
|
9437
|
+
*/
|
|
9438
|
+
declare enum ExpirationStatus {
|
|
9439
|
+
/**
|
|
9440
|
+
* The name no longer functions as a primary or target name. It is open to
|
|
9441
|
+
* being claimed by the public.
|
|
9442
|
+
*/
|
|
9443
|
+
Expired = "expired",
|
|
9444
|
+
/**
|
|
9445
|
+
* The name is past it's expiration date, but only claimable by the current
|
|
9446
|
+
* owner of the name. It does not function as a primary or target name.
|
|
9447
|
+
*/
|
|
9448
|
+
InGracePeriod = "in_grace_period",
|
|
9449
|
+
/**
|
|
9450
|
+
* The name is in good standing.
|
|
9451
|
+
*/
|
|
9452
|
+
Active = "active"
|
|
9453
|
+
}
|
|
9454
|
+
interface AnsName extends RawANSName {
|
|
9455
|
+
/**
|
|
9456
|
+
* The domain name. ie "aptos.apt" would have a domain of "aptos"
|
|
9457
|
+
*/
|
|
9458
|
+
domain: string;
|
|
9459
|
+
/**
|
|
9460
|
+
* The subdomain name, if the name is a subdomain. ie "name.aptos.apt" would have a subdomain of "name"
|
|
9461
|
+
*/
|
|
9462
|
+
subdomain?: string;
|
|
9463
|
+
/**
|
|
9464
|
+
* The expiration timestamp of the name in milliseconds since epoch. Note, if
|
|
9465
|
+
* the name is not a subdomain, this will be the same as the domain expiration
|
|
9466
|
+
* timestamp.
|
|
9467
|
+
*/
|
|
9468
|
+
expiration_timestamp: string;
|
|
9469
|
+
/**
|
|
9470
|
+
* The expiration timestamp of the domain in milliseconds since epoch.
|
|
9471
|
+
*/
|
|
9472
|
+
domain_expiration_timestamp: string;
|
|
9473
|
+
/**
|
|
9474
|
+
* This is a derived date value. It takes into consideration if the name is a
|
|
9475
|
+
* subdomain and its expiration policy.
|
|
9476
|
+
*/
|
|
9477
|
+
expiration: Date;
|
|
9478
|
+
/**
|
|
9479
|
+
* The status of the name's expiration.
|
|
9480
|
+
*
|
|
9481
|
+
* 1. Expired: The name has expired and is no longer resolvable.
|
|
9482
|
+
* 2. InGracePeriod: The name is within the grace period and is still
|
|
9483
|
+
* resolvable if it is renewed.
|
|
9484
|
+
* 3. Active: The name is active and is resolvable.
|
|
9485
|
+
*
|
|
9486
|
+
* @see {@link ExpirationStatus}
|
|
9487
|
+
*/
|
|
9488
|
+
expiration_status: ExpirationStatus;
|
|
9489
|
+
/**
|
|
9490
|
+
* The address that the name points to. For example, if you send a transaction
|
|
9491
|
+
* to "aptos.apt" with a target address of "0x1", the registered_address will
|
|
9492
|
+
* be "0x1".
|
|
9493
|
+
*/
|
|
9494
|
+
registered_address?: string;
|
|
9495
|
+
/**
|
|
9496
|
+
* The token standard for the name. See {@link AnsTokenStandard} for more details.
|
|
9497
|
+
*/
|
|
9498
|
+
token_standard: AnsTokenStandard;
|
|
9499
|
+
/**
|
|
9500
|
+
* If the name is registered as a primary name for _any_ account. It is
|
|
9501
|
+
* possible to have multiple primary names returned in a single query.
|
|
9502
|
+
*/
|
|
9503
|
+
is_primary: boolean;
|
|
9504
|
+
/**
|
|
9505
|
+
* The address of the wallet that owns the name.
|
|
9506
|
+
*/
|
|
9507
|
+
owner_address?: string;
|
|
9508
|
+
/**
|
|
9509
|
+
* The expiration policy for the subdomain. See {@link SubdomainExpirationPolicy} for more details.
|
|
9510
|
+
*/
|
|
9511
|
+
subdomain_expiration_policy: SubdomainExpirationPolicy;
|
|
9512
|
+
/**
|
|
9513
|
+
* Whether the name is in the renewable period. This incorporates leading time
|
|
9514
|
+
* before the name expires and the grace period after the name expires.
|
|
9515
|
+
*/
|
|
9516
|
+
isInRenewablePeriod: boolean;
|
|
9517
|
+
}
|
|
9518
|
+
|
|
9349
9519
|
/**
|
|
9350
9520
|
* This class exists solely to represent a sequence of fixed bytes as a serialized entry function, because
|
|
9351
9521
|
* serializing an entry function appends a prefix that's *only* used for entry function arguments.
|
|
@@ -10674,4 +10844,4 @@ declare class AptosApiError extends Error {
|
|
|
10674
10844
|
constructor({ apiType, aptosRequest, aptosResponse }: AptosApiErrorOpts);
|
|
10675
10845
|
}
|
|
10676
10846
|
|
|
10677
|
-
export { APTOS_BIP44_REGEX, APTOS_HARDENED_REGEX, AbstractKeylessAccount, AbstractPublicKey, AbstractSignature, AbstractedAccount, Account, AccountAddress, AccountAddressInput, AccountAuthenticator, AccountAuthenticatorAbstraction, AccountAuthenticatorEd25519, AccountAuthenticatorMultiEd25519, AccountAuthenticatorMultiKey, AccountAuthenticatorNoAccountAuthenticator, AccountAuthenticatorSingleKey, AccountData, AccountPublicKey, AccountSequenceNumber, AccountUtils, AnyNumber, AnyPublicKey, AnyRawTransaction, AnyRawTransactionInstance, AnySignature, AnyTransactionPayloadInstance, Aptos, AptosApiError, AptosApiType, AptosConfig, AptosRequest, AptosResponse, AuthenticationKey, type BaseAccountPublicKey, Block, Bool, CKDPriv, Client, ClientConfig, ClientRequest, ClientResponse, CommittedTransactionResponse, type CreateAccountFromPrivateKeyArgs, type CreateEd25519AccountFromPrivateKeyArgs, type CreateEd25519SingleKeyAccountFromPrivateKeyArgs, type CreateSingleKeyAccountFromPrivateKeyArgs, CursorPaginationArgs, DerivableAbstractedAccount, type DerivedKeys, type DeserializableClass, Deserializer, EPK_HORIZON_SECS, Ed25519Account, Ed25519PrivateKey, Ed25519PublicKey, Ed25519Signature, type Ed25519SignerConstructorArgs, type Ed25519SignerFromDerivationPathArgs, EntryFunction, EntryFunctionABI, EntryFunctionArgument, EntryFunctionArgumentTypes, EntryFunctionBytes, EphemeralCertificate, EphemeralCertificateVariant, EphemeralKeyPair, EphemeralPublicKey, EphemeralPublicKeyVariant, EphemeralSignature, type ExecutionFinishEventData, type FailureEventData, FederatedKeylessAccount, FederatedKeylessPublicKey, FixedBytes, FunctionABI, GasEstimation, type GenerateAccountArgs, type GenerateEd25519AccountArgs, type GenerateEd25519SingleKeyAccountArgs, type GenerateSingleKeyAccountArgs, GetANSNameResponse, GetAccountCoinsDataResponse, GetAccountCollectionsWithOwnedTokenResponse, GetAccountOwnedTokensFromCollectionResponse, GetAccountOwnedTokensQueryResponse, type GetAptosRequestOptions, GetChainTopUserTransactionsResponse, GetCollectionDataResponse, GetCurrentFungibleAssetBalancesResponse, GetCurrentTokenOwnershipResponse, GetDelegatedStakingActivitiesResponse, GetFungibleAssetActivitiesResponse, GetFungibleAssetMetadataResponse, GetNumberOfDelegatorsResponse, GetObjectDataQueryResponse, GetOwnedTokensResponse, GetProcessorStatusResponse, type GetRequestOptions, GetTableItemsDataResponse, GetTableItemsMetadataResponse, GetTokenActivityResponse, GetTokenDataResponse, GraphqlQuery, Groth16ProofAndStatement, Groth16VerificationKey, Groth16Zkp, HARDENED_OFFSET, Hex, HexInput, I128, I16, I256, I32, I64, I8, InputEntryFunctionDataWithABI, InputEntryFunctionDataWithRemoteABI, InputGenerateMultiAgentRawTransactionArgs, InputGenerateSingleSignerRawTransactionArgs, InputGenerateTransactionOptions, InputGenerateTransactionPayloadData, InputGenerateTransactionPayloadDataWithRemoteABI, InputMultiSigDataWithABI, InputMultiSigDataWithRemoteABI, InputScriptData, InputSimulateTransactionData, InputSimulateTransactionOptions, InputSubmitTransactionData, InputTransactionPluginData, InputViewFunctionData, InputViewFunctionDataWithABI, InputViewFunctionDataWithRemoteABI, InputViewFunctionJsonData, KeyType, KeylessAccount, KeylessConfiguration, KeylessError, KeylessErrorCategory, KeylessErrorResolutionTip, KeylessErrorType, KeylessPublicKey, KeylessSignature, type KeylessSigner, LedgerInfo, LedgerVersionArg, MAX_AUD_VAL_BYTES, MAX_COMMITED_EPK_BYTES, MAX_EXTRA_FIELD_BYTES, MAX_ISS_VAL_BYTES, MAX_JWT_HEADER_B64_BYTES, MAX_UID_KEY_BYTES, MAX_UID_VAL_BYTES, MimeType, MoveFunction, MoveFunctionId, MoveJWK, MoveModule, MoveModuleBytecode, MoveResource, MoveString, MoveStructId, MoveValue, MoveVector, MultiAgentTransaction, MultiEd25519Account, MultiEd25519PublicKey, MultiEd25519Signature, type MultiEd25519SignerConstructorArgs, MultiKey, MultiKeyAccount, MultiKeySignature, OrderByArg, PaginationArgs, PendingTransactionResponse, type PostAptosRequestOptions, type PostRequestOptions, PrivateKey, type PrivateKeyFromDerivationPathArgs, PrivateKeyInput, ProcessorType, type ProofFetchCallback, type ProofFetchEvents, type ProofFetchFailure, type ProofFetchStatus, type ProofFetchSuccess, PublicKey, RawTransaction, RotationProofChallenge, Secp256r1PrivateKey, Secp256r1PublicKey, Secp256r1Signature, Serializable, Serializer, Signature, SignedTransaction, SigningScheme, SigningSchemeInput, SimpleEntryFunctionArgumentTypes, SimpleTransaction, SingleKeyAccount, type SingleKeySigner, type SingleKeySignerConstructorArgs, type SingleKeySignerFromDerivationPathArgs, type SingleKeySignerGenerateArgs, type SingleKeySignerOrLegacyEd25519Account, type SuccessEventData, TableItemRequest, TokenStandardArg, TransactionAndProof, TransactionAuthenticator, TransactionAuthenticatorEd25519, TransactionAuthenticatorFeePayer, TransactionAuthenticatorMultiAgent, TransactionAuthenticatorMultiEd25519, TransactionAuthenticatorSingleSender, TransactionInnerPayload, TransactionPayloadEntryFunction, TransactionPayloadMultiSig, TransactionPayloadScript, TransactionResponse, TransactionWorker, type TransactionWorkerEvents, TransactionWorkerEventsEnum, TypeArgument, TypeTag, TypeTagParserError, TypeTagParserErrorType, U128, U16, U256, U32, U64, U8, UserTransactionResponse, type VerifyEd25519SignatureArgs, type VerifyMultiEd25519SignatureArgs, type VerifyMultiKeySignatureArgs, VerifySignatureArgs, VerifySignatureAsyncArgs, type VerifySingleKeySignatureArgs, ViewFunctionABI, WaitForTransactionOptions, WebAuthnSignature, WhereArg, ZeroKnowledgeSig, ZkProof, ZkpVariant, aptosRequest, base64UrlDecode, base64UrlToBytes, bigIntToBytesLE, buildTransaction, bytesToBigIntLE, checkOrConvertArgument, convertAmountFromHumanReadableToOnChain, convertAmountFromOnChainToHumanReadable, convertArgument, convertNumber, convertPayloadToInnerPayload, createObjectAddress, createResourceAddress, createTokenAddress, createUserDerivedObjectAddress, deriveKey, deriveTransactionType, deserializePublicKey, deserializeSignature, fetchEntryFunctionAbi, fetchFunctionAbi, fetchJWK, fetchModuleAbi, fetchMoveFunctionAbi, fetchViewFunctionAbi, findFirstNonSignerArg, floorToWholeHour, generateRawTransaction, generateSignedTransaction, generateSignedTransactionForSimulation, generateSigningMessage, generateSigningMessageForSerializable, generateSigningMessageForTransaction, generateTransactionPayload, generateTransactionPayloadWithABI, generateUserTransactionHash, generateViewFunctionPayload, generateViewFunctionPayloadWithABI, get, getAptosFullNode, getAptosPepperService, getAuthenticatorForSimulation, getErrorMessage, getFunctionParts, getIssAudAndUidVal, getKeylessConfig, getKeylessJWKs, getPageWithObfuscatedCursor, hashStrToField, hashValues, isBcsAddress, isBcsBool, isBcsFixedBytes, isBcsI128, isBcsI16, isBcsI256, isBcsI32, isBcsI64, isBcsI8, isBcsString, isBcsU128, isBcsU16, isBcsU256, isBcsU32, isBcsU64, isBcsU8, isBool, isEmptyOption, isEncodedEntryFunctionArgument, isEncodedStruct, isKeylessSigner, isLargeNumber, isNumber, isScriptDataInput, isSingleKeySigner, isString, isValidBIP44Path, isValidFunctionInfo, isValidHardenedPath, mnemonicToSeed, normalizeBundle, nowInSeconds, padAndPackBytesWithLen, paginateWithCursor, paginateWithObfuscatedCursor, pairedFaMetadataAddress, parseEncodedStruct, parseJwtHeader, parseTypeTag, poseidonHash, post, postAptosFaucet, postAptosFullNode, postAptosIndexer, postAptosPepperService, postAptosProvingService, promiseFulfilledStatus, request, sleep, splitPath, standardizeTypeTags, throwTypeMismatch, truncateAddress, verifyKeylessSignature, verifyKeylessSignatureWithJwkAndConfig };
|
|
10847
|
+
export { APTOS_BIP44_REGEX, APTOS_HARDENED_REGEX, AbstractKeylessAccount, AbstractPublicKey, AbstractSignature, AbstractedAccount, Account, AccountAddress, AccountAddressInput, AccountAuthenticator, AccountAuthenticatorAbstraction, AccountAuthenticatorEd25519, AccountAuthenticatorMultiEd25519, AccountAuthenticatorMultiKey, AccountAuthenticatorNoAccountAuthenticator, AccountAuthenticatorSingleKey, AccountData, AccountPublicKey, AccountSequenceNumber, AccountUtils, type AnsName, type AnsTokenStandard, AnyNumber, AnyPublicKey, AnyRawTransaction, AnyRawTransactionInstance, AnySignature, AnyTransactionPayloadInstance, Aptos, AptosApiError, AptosApiType, AptosConfig, AptosRequest, AptosResponse, AuthenticationKey, type BaseAccountPublicKey, Block, Bool, CKDPriv, Client, ClientConfig, ClientRequest, ClientResponse, CommittedTransactionResponse, type CreateAccountFromPrivateKeyArgs, type CreateEd25519AccountFromPrivateKeyArgs, type CreateEd25519SingleKeyAccountFromPrivateKeyArgs, type CreateSingleKeyAccountFromPrivateKeyArgs, CursorPaginationArgs, DerivableAbstractedAccount, type DerivedKeys, type DeserializableClass, Deserializer, EPK_HORIZON_SECS, Ed25519Account, Ed25519PrivateKey, Ed25519PublicKey, Ed25519Signature, type Ed25519SignerConstructorArgs, type Ed25519SignerFromDerivationPathArgs, EntryFunction, EntryFunctionABI, EntryFunctionArgument, EntryFunctionArgumentTypes, EntryFunctionBytes, EphemeralCertificate, EphemeralCertificateVariant, EphemeralKeyPair, EphemeralPublicKey, EphemeralPublicKeyVariant, EphemeralSignature, type ExecutionFinishEventData, ExpirationStatus, type FailureEventData, FederatedKeylessAccount, FederatedKeylessPublicKey, FixedBytes, FunctionABI, GasEstimation, type GenerateAccountArgs, type GenerateEd25519AccountArgs, type GenerateEd25519SingleKeyAccountArgs, type GenerateSingleKeyAccountArgs, GetANSNameResponse, GetAccountCoinsDataResponse, GetAccountCollectionsWithOwnedTokenResponse, GetAccountOwnedTokensFromCollectionResponse, GetAccountOwnedTokensQueryResponse, type GetAptosRequestOptions, GetChainTopUserTransactionsResponse, GetCollectionDataResponse, GetCurrentFungibleAssetBalancesResponse, GetCurrentTokenOwnershipResponse, GetDelegatedStakingActivitiesResponse, GetFungibleAssetActivitiesResponse, GetFungibleAssetMetadataResponse, GetNumberOfDelegatorsResponse, GetObjectDataQueryResponse, GetOwnedTokensResponse, GetProcessorStatusResponse, type GetRequestOptions, GetTableItemsDataResponse, GetTableItemsMetadataResponse, GetTokenActivityResponse, GetTokenDataResponse, GraphqlQuery, Groth16ProofAndStatement, Groth16VerificationKey, Groth16Zkp, HARDENED_OFFSET, Hex, HexInput, I128, I16, I256, I32, I64, I8, InputEntryFunctionData, InputEntryFunctionDataWithABI, InputEntryFunctionDataWithRemoteABI, InputGenerateMultiAgentRawTransactionArgs, InputGenerateSingleSignerRawTransactionArgs, InputGenerateTransactionOptions, InputGenerateTransactionPayloadData, InputGenerateTransactionPayloadDataWithRemoteABI, InputMultiSigDataWithABI, InputMultiSigDataWithRemoteABI, InputScriptData, InputSimulateTransactionData, InputSimulateTransactionOptions, InputSubmitTransactionData, InputTransactionPluginData, InputViewFunctionData, InputViewFunctionDataWithABI, InputViewFunctionDataWithRemoteABI, InputViewFunctionJsonData, KeyType, KeylessAccount, KeylessConfiguration, KeylessError, KeylessErrorCategory, KeylessErrorResolutionTip, KeylessErrorType, KeylessPublicKey, KeylessSignature, type KeylessSigner, LedgerInfo, LedgerVersionArg, MAX_AUD_VAL_BYTES, MAX_COMMITED_EPK_BYTES, MAX_EXTRA_FIELD_BYTES, MAX_ISS_VAL_BYTES, MAX_JWT_HEADER_B64_BYTES, MAX_UID_KEY_BYTES, MAX_UID_VAL_BYTES, MimeType, MoveFunction, MoveFunctionId, MoveJWK, MoveModule, MoveModuleBytecode, MoveResource, MoveString, MoveStructId, MoveValue, MoveVector, MultiAgentTransaction, MultiEd25519Account, MultiEd25519PublicKey, MultiEd25519Signature, type MultiEd25519SignerConstructorArgs, MultiKey, MultiKeyAccount, MultiKeySignature, OrderByArg, PaginationArgs, PendingTransactionResponse, type PostAptosRequestOptions, type PostRequestOptions, PrivateKey, type PrivateKeyFromDerivationPathArgs, PrivateKeyInput, ProcessorType, type ProofFetchCallback, type ProofFetchEvents, type ProofFetchFailure, type ProofFetchStatus, type ProofFetchSuccess, PublicKey, type RawANSName, RawTransaction, RotationProofChallenge, Secp256r1PrivateKey, Secp256r1PublicKey, Secp256r1Signature, Serializable, Serializer, Signature, SignedTransaction, SigningScheme, SigningSchemeInput, SimpleEntryFunctionArgumentTypes, SimpleTransaction, SingleKeyAccount, type SingleKeySigner, type SingleKeySignerConstructorArgs, type SingleKeySignerFromDerivationPathArgs, type SingleKeySignerGenerateArgs, type SingleKeySignerOrLegacyEd25519Account, SubdomainExpirationPolicy, type SuccessEventData, TableItemRequest, TokenStandardArg, TransactionAndProof, TransactionAuthenticator, TransactionAuthenticatorEd25519, TransactionAuthenticatorFeePayer, TransactionAuthenticatorMultiAgent, TransactionAuthenticatorMultiEd25519, TransactionAuthenticatorSingleSender, TransactionInnerPayload, TransactionPayloadEntryFunction, TransactionPayloadMultiSig, TransactionPayloadScript, TransactionResponse, TransactionWorker, type TransactionWorkerEvents, TransactionWorkerEventsEnum, TypeArgument, TypeTag, TypeTagParserError, TypeTagParserErrorType, U128, U16, U256, U32, U64, U8, UserTransactionResponse, type VerifyEd25519SignatureArgs, type VerifyMultiEd25519SignatureArgs, type VerifyMultiKeySignatureArgs, VerifySignatureArgs, VerifySignatureAsyncArgs, type VerifySingleKeySignatureArgs, ViewFunctionABI, WaitForTransactionOptions, WebAuthnSignature, WhereArg, ZeroKnowledgeSig, ZkProof, ZkpVariant, aptosRequest, base64UrlDecode, base64UrlToBytes, bigIntToBytesLE, buildTransaction, bytesToBigIntLE, checkOrConvertArgument, convertAmountFromHumanReadableToOnChain, convertAmountFromOnChainToHumanReadable, convertArgument, convertNumber, convertPayloadToInnerPayload, createObjectAddress, createResourceAddress, createTokenAddress, createUserDerivedObjectAddress, deriveKey, deriveTransactionType, deserializePublicKey, deserializeSignature, fetchEntryFunctionAbi, fetchFunctionAbi, fetchJWK, fetchModuleAbi, fetchMoveFunctionAbi, fetchViewFunctionAbi, findFirstNonSignerArg, floorToWholeHour, generateRawTransaction, generateSignedTransaction, generateSignedTransactionForSimulation, generateSigningMessage, generateSigningMessageForSerializable, generateSigningMessageForTransaction, generateTransactionPayload, generateTransactionPayloadWithABI, generateUserTransactionHash, generateViewFunctionPayload, generateViewFunctionPayloadWithABI, get, getAptosFullNode, getAptosPepperService, getAuthenticatorForSimulation, getErrorMessage, getFunctionParts, getIssAudAndUidVal, getKeylessConfig, getKeylessJWKs, getPageWithObfuscatedCursor, hashStrToField, hashValues, isBcsAddress, isBcsBool, isBcsFixedBytes, isBcsI128, isBcsI16, isBcsI256, isBcsI32, isBcsI64, isBcsI8, isBcsString, isBcsU128, isBcsU16, isBcsU256, isBcsU32, isBcsU64, isBcsU8, isBool, isEmptyOption, isEncodedEntryFunctionArgument, isEncodedStruct, isKeylessSigner, isLargeNumber, isNumber, isScriptDataInput, isSingleKeySigner, isString, isValidBIP44Path, isValidFunctionInfo, isValidHardenedPath, mnemonicToSeed, normalizeBundle, nowInSeconds, padAndPackBytesWithLen, paginateWithCursor, paginateWithObfuscatedCursor, pairedFaMetadataAddress, parseEncodedStruct, parseJwtHeader, parseTypeTag, poseidonHash, post, postAptosFaucet, postAptosFullNode, postAptosIndexer, postAptosPepperService, postAptosProvingService, promiseFulfilledStatus, request, sleep, splitPath, standardizeTypeTags, throwTypeMismatch, truncateAddress, verifyKeylessSignature, verifyKeylessSignatureWithJwkAndConfig };
|