@aptos-labs/ts-sdk 1.12.1 → 1.13.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/chunk-KSEUZTKY.js +2 -0
- package/dist/common/chunk-KSEUZTKY.js.map +1 -0
- package/dist/common/cli/index.d.ts +37 -0
- package/dist/common/cli/index.js +2 -0
- package/dist/common/cli/index.js.map +1 -0
- package/dist/common/index.d.ts +384 -111
- package/dist/common/index.js +24 -24
- package/dist/common/index.js.map +1 -1
- package/dist/esm/{Ed25519Account-DHqzsb8B.d.mts → Ed25519Account--qjfup2u.d.mts} +1 -1
- package/dist/esm/api/account.d.mts +51 -10
- package/dist/esm/api/account.mjs +1 -1
- package/dist/esm/api/ans.d.mts +10 -18
- package/dist/esm/api/ans.mjs +1 -1
- package/dist/esm/api/aptos.d.mts +6 -2
- package/dist/esm/api/aptos.mjs +1 -1
- package/dist/esm/api/aptosConfig.d.mts +4 -0
- package/dist/esm/api/aptosConfig.mjs +1 -1
- package/dist/esm/api/coin.d.mts +8 -1
- package/dist/esm/api/coin.mjs +1 -1
- package/dist/esm/api/digitalAsset.d.mts +144 -5
- package/dist/esm/api/digitalAsset.mjs +1 -1
- package/dist/esm/api/event.d.mts +14 -9
- package/dist/esm/api/event.mjs +1 -1
- package/dist/esm/api/faucet.d.mts +3 -0
- package/dist/esm/api/faucet.mjs +1 -1
- package/dist/esm/api/fungibleAsset.d.mts +30 -7
- package/dist/esm/api/fungibleAsset.mjs +1 -1
- package/dist/esm/api/general.d.mts +51 -28
- package/dist/esm/api/general.mjs +1 -1
- package/dist/esm/api/index.d.mts +2 -2
- package/dist/esm/api/index.mjs +1 -1
- package/dist/esm/api/staking.d.mts +11 -2
- package/dist/esm/api/staking.mjs +1 -1
- package/dist/esm/api/transaction.d.mts +60 -17
- package/dist/esm/api/transaction.mjs +1 -1
- package/dist/esm/api/transactionSubmission/build.d.mts +1 -1
- package/dist/esm/api/transactionSubmission/build.mjs +1 -1
- package/dist/esm/api/transactionSubmission/management.d.mts +2 -2
- package/dist/esm/api/transactionSubmission/management.mjs +1 -1
- package/dist/esm/api/transactionSubmission/sign.d.mts +2 -2
- package/dist/esm/api/transactionSubmission/sign.mjs +1 -1
- package/dist/esm/api/transactionSubmission/simulate.d.mts +1 -1
- package/dist/esm/api/transactionSubmission/simulate.mjs +1 -1
- package/dist/esm/api/transactionSubmission/submit.d.mts +1 -1
- package/dist/esm/api/transactionSubmission/submit.mjs +1 -1
- package/dist/esm/api/utils.mjs +1 -1
- package/dist/esm/bcs/index.mjs +1 -1
- package/dist/esm/bcs/serializable/entryFunctionBytes.mjs +1 -1
- package/dist/esm/bcs/serializable/fixedBytes.mjs +1 -1
- package/dist/esm/bcs/serializable/movePrimitives.mjs +1 -1
- package/dist/esm/bcs/serializable/moveStructs.mjs +1 -1
- package/dist/esm/bcs/serializer.mjs +1 -1
- package/dist/esm/{chunk-T4C6BVXK.mjs → chunk-2M6OT6DU.mjs} +2 -2
- package/dist/esm/chunk-2M6OT6DU.mjs.map +1 -0
- package/dist/esm/chunk-3CLYWZYZ.mjs +2 -0
- package/dist/esm/{chunk-A7XZTJ3D.mjs → chunk-3F6EYD5O.mjs} +2 -2
- package/dist/esm/{chunk-36QXVFR5.mjs → chunk-52C73T26.mjs} +2 -2
- package/dist/esm/{chunk-GJDGR3KQ.mjs → chunk-54BANKLA.mjs} +2 -2
- package/dist/esm/{chunk-CQS6ZCJ7.mjs → chunk-5AQEETAC.mjs} +1 -1
- package/dist/esm/chunk-5AQEETAC.mjs.map +1 -0
- package/dist/esm/{chunk-3RQ5V3F3.mjs → chunk-63AIRYJX.mjs} +2 -2
- package/dist/esm/{chunk-HJYT6LDB.mjs → chunk-647IOEXV.mjs} +2 -2
- package/dist/esm/{chunk-M4SQNMCW.mjs → chunk-6CBPMYW5.mjs} +2 -2
- package/dist/esm/chunk-6CBPMYW5.mjs.map +1 -0
- package/dist/esm/{chunk-GHYE26Q5.mjs → chunk-6FBKUTGF.mjs} +2 -2
- package/dist/esm/chunk-7CAEMK4R.mjs +2 -0
- package/dist/esm/chunk-7CAEMK4R.mjs.map +1 -0
- package/dist/esm/{chunk-AIPKOP3K.mjs → chunk-7PYFGGHM.mjs} +2 -2
- package/dist/esm/chunk-7PYFGGHM.mjs.map +1 -0
- package/dist/esm/{chunk-5ID6W7XL.mjs → chunk-A7MSW6OL.mjs} +2 -2
- package/dist/esm/{chunk-BCUSI3N6.mjs → chunk-AOCNYMMX.mjs} +2 -2
- package/dist/esm/{chunk-RIUFW2OG.mjs → chunk-AP7UZTPZ.mjs} +2 -2
- package/dist/esm/{chunk-FXHXOVL4.mjs → chunk-BMKDEIRL.mjs} +2 -2
- package/dist/esm/chunk-BMKDEIRL.mjs.map +1 -0
- package/dist/esm/{chunk-EV75CYGN.mjs → chunk-BSEQPVD6.mjs} +2 -2
- package/dist/esm/chunk-BWFJHFBQ.mjs +2 -0
- package/dist/esm/{chunk-U3YYSIIT.mjs → chunk-DMKUAQB7.mjs} +2 -2
- package/dist/esm/chunk-DSTKXJMA.mjs +2 -0
- package/dist/esm/chunk-FBPNHF54.mjs +2 -0
- package/dist/esm/{chunk-G56GPLTB.mjs → chunk-FS3NSGBF.mjs} +2 -2
- package/dist/esm/{chunk-UEKKYJGA.mjs → chunk-G2QII3AT.mjs} +2 -2
- package/dist/esm/{chunk-527DYQ3X.mjs → chunk-GMVVQD72.mjs} +2 -2
- package/dist/esm/chunk-GMVVQD72.mjs.map +1 -0
- package/dist/esm/{chunk-DUP7XY5P.mjs → chunk-GXVUN32G.mjs} +2 -2
- package/dist/esm/{chunk-VNIABDOT.mjs → chunk-H4UVHJ3M.mjs} +2 -2
- package/dist/esm/{chunk-KXFMI7RM.mjs → chunk-HB6T27S2.mjs} +2 -2
- package/dist/esm/{chunk-5NWTYUKC.mjs → chunk-HXN2WRUX.mjs} +2 -2
- package/dist/esm/{chunk-SUTBXHYU.mjs → chunk-I7YI22IW.mjs} +2 -2
- package/dist/esm/chunk-I7YI22IW.mjs.map +1 -0
- package/dist/esm/{chunk-FVMJDRHO.mjs → chunk-IA6XM7QE.mjs} +2 -2
- package/dist/esm/chunk-IA6XM7QE.mjs.map +1 -0
- package/dist/esm/{chunk-QRS4DGP3.mjs → chunk-IOSQVDZI.mjs} +2 -2
- package/dist/esm/{chunk-QRS4DGP3.mjs.map → chunk-IOSQVDZI.mjs.map} +1 -1
- package/dist/esm/{chunk-NF5OUPPU.mjs → chunk-IS3OLRMB.mjs} +2 -2
- package/dist/esm/chunk-IS3OLRMB.mjs.map +1 -0
- package/dist/esm/{chunk-DGLW7OBS.mjs → chunk-KL6VJ3UK.mjs} +2 -2
- package/dist/esm/{chunk-QRVYLV76.mjs → chunk-KOAUBVO6.mjs} +2 -2
- package/dist/esm/{chunk-25UTAIJG.mjs → chunk-KUOIRTNL.mjs} +2 -2
- package/dist/esm/chunk-KVIVMWN5.mjs +2 -0
- package/dist/esm/chunk-L4Q2XTHT.mjs +2 -0
- package/dist/esm/chunk-MIEV7J74.mjs +2 -0
- package/dist/esm/chunk-MIEV7J74.mjs.map +1 -0
- package/dist/esm/{chunk-5EN52MUT.mjs → chunk-NPFNYP75.mjs} +2 -2
- package/dist/esm/chunk-OKCU4GHN.mjs +2 -0
- package/dist/esm/chunk-OKCU4GHN.mjs.map +1 -0
- package/dist/esm/{chunk-6O5ZR5ME.mjs → chunk-ONDQ4MK7.mjs} +2 -2
- package/dist/esm/{chunk-NJRNZEHX.mjs → chunk-OWW6SIDP.mjs} +1 -1
- package/dist/esm/chunk-OWW6SIDP.mjs.map +1 -0
- package/dist/esm/chunk-QIAHBEEW.mjs +2 -0
- package/dist/esm/{chunk-SRDIYE3M.mjs.map → chunk-QIAHBEEW.mjs.map} +1 -1
- package/dist/esm/{chunk-EJBUUMWV.mjs → chunk-QK4P26SH.mjs} +2 -2
- package/dist/esm/{chunk-FPD4JBPV.mjs → chunk-QTSECE7R.mjs} +2 -2
- package/dist/esm/chunk-QTSECE7R.mjs.map +1 -0
- package/dist/esm/{chunk-FC5MU6ZN.mjs → chunk-QVKMFPAV.mjs} +2 -2
- package/dist/esm/{chunk-O3YFCZJ5.mjs → chunk-QW3VNZJ7.mjs} +2 -2
- package/dist/esm/chunk-R5QUBEH6.mjs +2 -0
- package/dist/esm/{chunk-JOLLCFQL.mjs → chunk-RAYJRFIG.mjs} +2 -2
- package/dist/esm/{chunk-JOLLCFQL.mjs.map → chunk-RAYJRFIG.mjs.map} +1 -1
- package/dist/esm/{chunk-35EWRSDK.mjs → chunk-RHBCVCOS.mjs} +2 -2
- package/dist/esm/{chunk-VLNBGWGX.mjs → chunk-SDUIZ3FY.mjs} +2 -2
- package/dist/esm/chunk-SDUIZ3FY.mjs.map +1 -0
- package/dist/esm/{chunk-XDXI3TRT.mjs → chunk-TBFLWWV4.mjs} +2 -2
- package/dist/esm/chunk-TBMAJ6AW.mjs +2 -0
- package/dist/esm/chunk-TGLSJGFO.mjs +2 -0
- package/dist/esm/chunk-TJDC5PWD.mjs +2 -0
- package/dist/esm/chunk-TLKV4NHK.mjs +2 -0
- package/dist/esm/chunk-TLKV4NHK.mjs.map +1 -0
- package/dist/esm/{chunk-YG6YYQRG.mjs → chunk-TR2YS7DT.mjs} +2 -2
- package/dist/esm/chunk-TR2YS7DT.mjs.map +1 -0
- package/dist/esm/{chunk-MJPUASSD.mjs → chunk-U43IJHQN.mjs} +2 -2
- package/dist/esm/{chunk-KAGLWBIJ.mjs → chunk-UML2VQZT.mjs} +2 -2
- package/dist/esm/{chunk-KQB7A4OX.mjs → chunk-V4YBGBCN.mjs} +2 -2
- package/dist/esm/{chunk-B4DWWHNL.mjs → chunk-V6SPPOWX.mjs} +2 -2
- package/dist/esm/{chunk-CP4QCRBZ.mjs → chunk-VBTJVPAM.mjs} +2 -2
- package/dist/esm/{chunk-3PMUIXFS.mjs → chunk-VM3EJYJU.mjs} +2 -2
- package/dist/esm/chunk-VM3EJYJU.mjs.map +1 -0
- package/dist/esm/chunk-VX6LTXGB.mjs +2 -0
- package/dist/esm/chunk-VX6LTXGB.mjs.map +1 -0
- package/dist/esm/chunk-WEZXFWPR.mjs +2 -0
- package/dist/esm/{chunk-CXR7MOBW.mjs.map → chunk-WEZXFWPR.mjs.map} +1 -1
- package/dist/esm/chunk-WFZDFFBM.mjs +2 -0
- package/dist/esm/{chunk-5ZQJLHJA.mjs → chunk-XYLYHSEI.mjs} +2 -2
- package/dist/esm/chunk-Y2VA7F5D.mjs +2 -0
- package/dist/esm/chunk-Y2VA7F5D.mjs.map +1 -0
- package/dist/esm/{chunk-FNLRLSGJ.mjs → chunk-Y5M5DD64.mjs} +2 -2
- package/dist/esm/{chunk-CAGDOGXS.mjs → chunk-YWQLLV2R.mjs} +2 -2
- package/dist/esm/chunk-ZEXZ4CX5.mjs +2 -0
- package/dist/esm/{chunk-3MFILHZT.mjs → chunk-ZKNM27TR.mjs} +2 -2
- package/dist/esm/{chunk-QJAI7DNA.mjs → chunk-ZPNCA4C7.mjs} +2 -2
- package/dist/esm/chunk-ZYYK3UXP.mjs +2 -0
- package/dist/esm/cli/index.mjs +1 -1
- package/dist/esm/client/core.mjs +1 -1
- package/dist/esm/client/get.mjs +1 -1
- package/dist/esm/client/index.mjs +1 -1
- package/dist/esm/client/post.mjs +1 -1
- package/dist/esm/client/types.mjs +1 -1
- package/dist/esm/core/account/Account.d.mts +2 -2
- package/dist/esm/core/account/Account.mjs +1 -1
- package/dist/esm/core/account/Ed25519Account.d.mts +2 -2
- package/dist/esm/core/account/Ed25519Account.mjs +1 -1
- package/dist/esm/core/account/SingleKeyAccount.d.mts +2 -2
- package/dist/esm/core/account/SingleKeyAccount.mjs +1 -1
- package/dist/esm/core/account/index.d.mts +2 -2
- package/dist/esm/core/account/index.mjs +1 -1
- package/dist/esm/core/account/utils/address.mjs +1 -1
- package/dist/esm/core/account/utils/index.mjs +1 -1
- package/dist/esm/core/accountAddress.mjs +1 -1
- package/dist/esm/core/authenticationKey.d.mts +1 -1
- package/dist/esm/core/authenticationKey.mjs +1 -1
- package/dist/esm/core/common.mjs +1 -1
- package/dist/esm/core/crypto/ed25519.d.mts +9 -2
- package/dist/esm/core/crypto/ed25519.mjs +1 -1
- package/dist/esm/core/crypto/index.d.mts +1 -1
- package/dist/esm/core/crypto/index.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/publicKey.d.mts +1 -1
- package/dist/esm/core/crypto/publicKey.mjs +1 -1
- package/dist/esm/core/crypto/secp256k1.d.mts +8 -1
- package/dist/esm/core/crypto/secp256k1.mjs +1 -1
- package/dist/esm/core/crypto/signature.mjs +1 -1
- package/dist/esm/core/crypto/singleKey.d.mts +1 -1
- package/dist/esm/core/crypto/singleKey.mjs +1 -1
- package/dist/esm/core/crypto/utils.mjs +1 -1
- package/dist/esm/core/hex.mjs +1 -1
- package/dist/esm/core/index.d.mts +2 -2
- package/dist/esm/core/index.mjs +1 -1
- package/dist/esm/index.d.mts +2 -4
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/internal/account.d.mts +3 -3
- 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 +3 -3
- package/dist/esm/internal/digitalAsset.mjs +1 -1
- package/dist/esm/internal/event.d.mts +1 -1
- package/dist/esm/internal/event.mjs +1 -1
- package/dist/esm/internal/faucet.mjs +1 -1
- package/dist/esm/internal/fungibleAsset.d.mts +6 -6
- package/dist/esm/internal/fungibleAsset.mjs +1 -1
- package/dist/esm/internal/general.mjs +1 -1
- package/dist/esm/internal/staking.d.mts +2 -2
- package/dist/esm/internal/staking.mjs +1 -1
- package/dist/esm/internal/transaction.d.mts +5 -1
- package/dist/esm/internal/transaction.mjs +1 -1
- package/dist/esm/internal/transactionSubmission.d.mts +6 -6
- package/dist/esm/internal/transactionSubmission.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 +2 -2
- package/dist/esm/transactions/index.mjs +1 -1
- package/dist/esm/transactions/instances/chainId.mjs +1 -1
- package/dist/esm/transactions/instances/identifier.mjs +1 -1
- package/dist/esm/transactions/instances/index.d.mts +1 -1
- package/dist/esm/transactions/instances/index.mjs +1 -1
- package/dist/esm/transactions/instances/moduleId.mjs +1 -1
- package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/rawTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/rotationProofChallenge.d.mts +1 -1
- package/dist/esm/transactions/instances/rotationProofChallenge.mjs +1 -1
- package/dist/esm/transactions/instances/signedTransaction.d.mts +1 -1
- package/dist/esm/transactions/instances/signedTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/transactionPayload.mjs +1 -1
- package/dist/esm/transactions/management/accountSequenceNumber.d.mts +2 -2
- package/dist/esm/transactions/management/accountSequenceNumber.mjs +1 -1
- package/dist/esm/transactions/management/index.d.mts +2 -2
- package/dist/esm/transactions/management/index.mjs +1 -1
- package/dist/esm/transactions/management/transactionWorker.d.mts +2 -2
- package/dist/esm/transactions/management/transactionWorker.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/helpers.d.mts +1 -1
- package/dist/esm/transactions/transactionBuilder/helpers.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/index.d.mts +2 -2
- 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/transactionBuilder.d.mts +2 -2
- package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -1
- package/dist/esm/transactions/typeTag/index.mjs +1 -1
- package/dist/esm/transactions/typeTag/parser.mjs +1 -1
- package/dist/esm/transactions/types.d.mts +1 -1
- package/dist/esm/types/index.d.mts +1 -0
- package/dist/esm/types/index.mjs +1 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +7 -6
- package/src/api/account.ts +48 -7
- package/src/api/ans.ts +8 -16
- package/src/api/aptos.ts +4 -0
- package/src/api/aptosConfig.ts +4 -0
- package/src/api/coin.ts +7 -0
- package/src/api/digitalAsset.ts +140 -1
- package/src/api/event.ts +13 -8
- package/src/api/faucet.ts +3 -0
- package/src/api/fungibleAsset.ts +27 -4
- package/src/api/general.ts +48 -25
- package/src/api/staking.ts +9 -0
- package/src/api/transaction.ts +57 -14
- package/src/client/core.ts +2 -1
- package/src/core/crypto/ed25519.ts +44 -10
- package/src/core/crypto/secp256k1.ts +9 -3
- package/src/index.ts +0 -1
- package/src/internal/account.ts +6 -9
- package/src/internal/digitalAsset.ts +1 -1
- package/src/internal/fungibleAsset.ts +3 -3
- package/src/internal/transaction.ts +48 -10
- package/src/types/index.ts +1 -0
- package/src/version.ts +1 -1
- package/dist/esm/chunk-3PMUIXFS.mjs.map +0 -1
- package/dist/esm/chunk-4AVC2RCH.mjs +0 -2
- package/dist/esm/chunk-4AVC2RCH.mjs.map +0 -1
- package/dist/esm/chunk-4NHWV5AI.mjs +0 -2
- package/dist/esm/chunk-527DYQ3X.mjs.map +0 -1
- package/dist/esm/chunk-AIPKOP3K.mjs.map +0 -1
- package/dist/esm/chunk-ARGODLTZ.mjs +0 -2
- package/dist/esm/chunk-ARGODLTZ.mjs.map +0 -1
- package/dist/esm/chunk-ASXXZH2D.mjs +0 -2
- package/dist/esm/chunk-ASXXZH2D.mjs.map +0 -1
- package/dist/esm/chunk-B7X6PSE7.mjs +0 -2
- package/dist/esm/chunk-BAYKVJBZ.mjs +0 -2
- package/dist/esm/chunk-CEHCDA3G.mjs +0 -2
- package/dist/esm/chunk-CQS6ZCJ7.mjs.map +0 -1
- package/dist/esm/chunk-CXR7MOBW.mjs +0 -2
- package/dist/esm/chunk-F7EMGK4M.mjs +0 -2
- package/dist/esm/chunk-FPD4JBPV.mjs.map +0 -1
- package/dist/esm/chunk-FVMJDRHO.mjs.map +0 -1
- package/dist/esm/chunk-FXHXOVL4.mjs.map +0 -1
- package/dist/esm/chunk-IZF6DFAL.mjs +0 -2
- package/dist/esm/chunk-LG7RJQ57.mjs +0 -2
- package/dist/esm/chunk-M4SQNMCW.mjs.map +0 -1
- package/dist/esm/chunk-N3U47Y6Y.mjs +0 -2
- package/dist/esm/chunk-NF5OUPPU.mjs.map +0 -1
- package/dist/esm/chunk-NJRNZEHX.mjs.map +0 -1
- package/dist/esm/chunk-PF57EOJY.mjs +0 -2
- package/dist/esm/chunk-SRDIYE3M.mjs +0 -2
- package/dist/esm/chunk-SUTBXHYU.mjs.map +0 -1
- package/dist/esm/chunk-SWZOGZJ6.mjs +0 -2
- package/dist/esm/chunk-SWZOGZJ6.mjs.map +0 -1
- package/dist/esm/chunk-SZKJ3TC5.mjs +0 -1
- package/dist/esm/chunk-SZKJ3TC5.mjs.map +0 -1
- package/dist/esm/chunk-T4C6BVXK.mjs.map +0 -1
- package/dist/esm/chunk-UGPALAPN.mjs +0 -2
- package/dist/esm/chunk-UQCSBLD5.mjs +0 -2
- package/dist/esm/chunk-VBDMQERT.mjs +0 -2
- package/dist/esm/chunk-VHANL47W.mjs +0 -2
- package/dist/esm/chunk-VHANL47W.mjs.map +0 -1
- package/dist/esm/chunk-VLNBGWGX.mjs.map +0 -1
- package/dist/esm/chunk-XX5J7KKC.mjs +0 -2
- package/dist/esm/chunk-YG6YYQRG.mjs.map +0 -1
- package/dist/esm/chunk-YIGDWPGM.mjs +0 -2
- package/dist/esm/chunk-YIGDWPGM.mjs.map +0 -1
- /package/dist/esm/{chunk-VBDMQERT.mjs.map → chunk-3CLYWZYZ.mjs.map} +0 -0
- /package/dist/esm/{chunk-A7XZTJ3D.mjs.map → chunk-3F6EYD5O.mjs.map} +0 -0
- /package/dist/esm/{chunk-36QXVFR5.mjs.map → chunk-52C73T26.mjs.map} +0 -0
- /package/dist/esm/{chunk-GJDGR3KQ.mjs.map → chunk-54BANKLA.mjs.map} +0 -0
- /package/dist/esm/{chunk-3RQ5V3F3.mjs.map → chunk-63AIRYJX.mjs.map} +0 -0
- /package/dist/esm/{chunk-HJYT6LDB.mjs.map → chunk-647IOEXV.mjs.map} +0 -0
- /package/dist/esm/{chunk-GHYE26Q5.mjs.map → chunk-6FBKUTGF.mjs.map} +0 -0
- /package/dist/esm/{chunk-5ID6W7XL.mjs.map → chunk-A7MSW6OL.mjs.map} +0 -0
- /package/dist/esm/{chunk-BCUSI3N6.mjs.map → chunk-AOCNYMMX.mjs.map} +0 -0
- /package/dist/esm/{chunk-RIUFW2OG.mjs.map → chunk-AP7UZTPZ.mjs.map} +0 -0
- /package/dist/esm/{chunk-EV75CYGN.mjs.map → chunk-BSEQPVD6.mjs.map} +0 -0
- /package/dist/esm/{chunk-PF57EOJY.mjs.map → chunk-BWFJHFBQ.mjs.map} +0 -0
- /package/dist/esm/{chunk-U3YYSIIT.mjs.map → chunk-DMKUAQB7.mjs.map} +0 -0
- /package/dist/esm/{chunk-B7X6PSE7.mjs.map → chunk-DSTKXJMA.mjs.map} +0 -0
- /package/dist/esm/{chunk-LG7RJQ57.mjs.map → chunk-FBPNHF54.mjs.map} +0 -0
- /package/dist/esm/{chunk-G56GPLTB.mjs.map → chunk-FS3NSGBF.mjs.map} +0 -0
- /package/dist/esm/{chunk-UEKKYJGA.mjs.map → chunk-G2QII3AT.mjs.map} +0 -0
- /package/dist/esm/{chunk-DUP7XY5P.mjs.map → chunk-GXVUN32G.mjs.map} +0 -0
- /package/dist/esm/{chunk-VNIABDOT.mjs.map → chunk-H4UVHJ3M.mjs.map} +0 -0
- /package/dist/esm/{chunk-KXFMI7RM.mjs.map → chunk-HB6T27S2.mjs.map} +0 -0
- /package/dist/esm/{chunk-5NWTYUKC.mjs.map → chunk-HXN2WRUX.mjs.map} +0 -0
- /package/dist/esm/{chunk-DGLW7OBS.mjs.map → chunk-KL6VJ3UK.mjs.map} +0 -0
- /package/dist/esm/{chunk-QRVYLV76.mjs.map → chunk-KOAUBVO6.mjs.map} +0 -0
- /package/dist/esm/{chunk-25UTAIJG.mjs.map → chunk-KUOIRTNL.mjs.map} +0 -0
- /package/dist/esm/{chunk-IZF6DFAL.mjs.map → chunk-KVIVMWN5.mjs.map} +0 -0
- /package/dist/esm/{chunk-UQCSBLD5.mjs.map → chunk-L4Q2XTHT.mjs.map} +0 -0
- /package/dist/esm/{chunk-5EN52MUT.mjs.map → chunk-NPFNYP75.mjs.map} +0 -0
- /package/dist/esm/{chunk-6O5ZR5ME.mjs.map → chunk-ONDQ4MK7.mjs.map} +0 -0
- /package/dist/esm/{chunk-EJBUUMWV.mjs.map → chunk-QK4P26SH.mjs.map} +0 -0
- /package/dist/esm/{chunk-FC5MU6ZN.mjs.map → chunk-QVKMFPAV.mjs.map} +0 -0
- /package/dist/esm/{chunk-O3YFCZJ5.mjs.map → chunk-QW3VNZJ7.mjs.map} +0 -0
- /package/dist/esm/{chunk-UGPALAPN.mjs.map → chunk-R5QUBEH6.mjs.map} +0 -0
- /package/dist/esm/{chunk-35EWRSDK.mjs.map → chunk-RHBCVCOS.mjs.map} +0 -0
- /package/dist/esm/{chunk-XDXI3TRT.mjs.map → chunk-TBFLWWV4.mjs.map} +0 -0
- /package/dist/esm/{chunk-CEHCDA3G.mjs.map → chunk-TBMAJ6AW.mjs.map} +0 -0
- /package/dist/esm/{chunk-BAYKVJBZ.mjs.map → chunk-TGLSJGFO.mjs.map} +0 -0
- /package/dist/esm/{chunk-F7EMGK4M.mjs.map → chunk-TJDC5PWD.mjs.map} +0 -0
- /package/dist/esm/{chunk-MJPUASSD.mjs.map → chunk-U43IJHQN.mjs.map} +0 -0
- /package/dist/esm/{chunk-KAGLWBIJ.mjs.map → chunk-UML2VQZT.mjs.map} +0 -0
- /package/dist/esm/{chunk-KQB7A4OX.mjs.map → chunk-V4YBGBCN.mjs.map} +0 -0
- /package/dist/esm/{chunk-B4DWWHNL.mjs.map → chunk-V6SPPOWX.mjs.map} +0 -0
- /package/dist/esm/{chunk-CP4QCRBZ.mjs.map → chunk-VBTJVPAM.mjs.map} +0 -0
- /package/dist/esm/{chunk-4NHWV5AI.mjs.map → chunk-WFZDFFBM.mjs.map} +0 -0
- /package/dist/esm/{chunk-5ZQJLHJA.mjs.map → chunk-XYLYHSEI.mjs.map} +0 -0
- /package/dist/esm/{chunk-FNLRLSGJ.mjs.map → chunk-Y5M5DD64.mjs.map} +0 -0
- /package/dist/esm/{chunk-CAGDOGXS.mjs.map → chunk-YWQLLV2R.mjs.map} +0 -0
- /package/dist/esm/{chunk-XX5J7KKC.mjs.map → chunk-ZEXZ4CX5.mjs.map} +0 -0
- /package/dist/esm/{chunk-3MFILHZT.mjs.map → chunk-ZKNM27TR.mjs.map} +0 -0
- /package/dist/esm/{chunk-QJAI7DNA.mjs.map → chunk-ZPNCA4C7.mjs.map} +0 -0
- /package/dist/esm/{chunk-N3U47Y6Y.mjs.map → chunk-ZYYK3UXP.mjs.map} +0 -0
- /package/dist/esm/{publicKey-B3XRNhHO.d.mts → publicKey-lq5djCIY.d.mts} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import"../../chunk-R7G3CLRI.mjs";import{a as A,b as B,c as C,d as D,e as E,f as F,g as G,h as H,i as I,j as J,k as K,l as L,m as M,n as N,o as O}from"../../chunk-
|
|
1
|
+
import"../../chunk-R7G3CLRI.mjs";import{a as A,b as B,c as C,d as D,e as E,f as F,g as G,h as H,i as I,j as J,k as K,l as L,m as M,n as N,o as O}from"../../chunk-54BANKLA.mjs";import{a as u,b as v,c as w,d as x,e as y,f as z}from"../../chunk-VBTJVPAM.mjs";import"../../chunk-U43IJHQN.mjs";import{a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t}from"../../chunk-KOAUBVO6.mjs";import"../../chunk-ICXA3DZH.mjs";import"../../chunk-V6SPPOWX.mjs";import"../../chunk-3CLYWZYZ.mjs";import"../../chunk-ONDQ4MK7.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-KUOIRTNL.mjs";import"../../chunk-L4Q2XTHT.mjs";import"../../chunk-TGLSJGFO.mjs";import"../../chunk-DMKUAQB7.mjs";import"../../chunk-BWFJHFBQ.mjs";import"../../chunk-RHBCVCOS.mjs";import"../../chunk-DSTKXJMA.mjs";import"../../chunk-KVIVMWN5.mjs";import"../../chunk-7CAEMK4R.mjs";import"../../chunk-3JPVQHOR.mjs";import"../../chunk-MIEV7J74.mjs";import"../../chunk-AH44UPM4.mjs";import"../../chunk-Y5M5DD64.mjs";import"../../chunk-S4SEFF4K.mjs";import"../../chunk-N2FKVZ4D.mjs";import"../../chunk-GXVUN32G.mjs";import"../../chunk-YWQLLV2R.mjs";import"../../chunk-TLKV4NHK.mjs";import"../../chunk-CYDWEPFL.mjs";import"../../chunk-6FBKUTGF.mjs";import"../../chunk-C67BKZND.mjs";import"../../chunk-CYNQRMO5.mjs";import"../../chunk-E7FWVXGX.mjs";import"../../chunk-MLWIHWNH.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-UML2VQZT.mjs";import"../../chunk-G2QII3AT.mjs";import"../../chunk-ZPNCA4C7.mjs";import"../../chunk-AP7UZTPZ.mjs";import"../../chunk-ZEXZ4CX5.mjs";import"../../chunk-UVSRX4SV.mjs";import"../../chunk-TBFLWWV4.mjs";import"../../chunk-BSEQPVD6.mjs";import"../../chunk-KUX6GQ2E.mjs";import"../../chunk-RAYJRFIG.mjs";import"../../chunk-OKCU4GHN.mjs";import"../../chunk-Y2VA7F5D.mjs";import"../../chunk-TJDC5PWD.mjs";import"../../chunk-WFZDFFBM.mjs";import"../../chunk-R5QUBEH6.mjs";import"../../chunk-LR65XHSF.mjs";import"../../chunk-WEZXFWPR.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-FS3NSGBF.mjs";import"../../chunk-ZYYK3UXP.mjs";import"../../chunk-TBMAJ6AW.mjs";import"../../chunk-QIAHBEEW.mjs";import"../../chunk-6IFMQ5AS.mjs";import"../../chunk-NPFNYP75.mjs";import"../../chunk-IOSQVDZI.mjs";import"../../chunk-OWW6SIDP.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-52C73T26.mjs";import"../../chunk-AOCNYMMX.mjs";import"../../chunk-FBPNHF54.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-FVA2OPG4.mjs";export{F as buildTransaction,z as checkOrConvertArgument,y as convertArgument,M as deriveTransactionType,w as fetchEntryFunctionAbi,v as fetchFunctionAbi,x as fetchViewFunctionAbi,s as findFirstNonSignerArg,N as generateMultiSignersSignedTransaction,E as generateRawTransaction,J as generateSignedTransaction,G as generateSignedTransactionForSimulation,O as generateSigningMessage,A as generateTransactionPayload,B as generateTransactionPayloadWithABI,L as generateUserTransactionHash,C as generateViewFunctionPayload,D as generateViewFunctionPayloadWithABI,H as getAuthenticatorForSimulation,t as getFunctionParts,K as hashValues,h as isBcsAddress,g as isBcsBool,j as isBcsFixedBytes,i as isBcsString,o as isBcsU128,l as isBcsU16,p as isBcsU256,m as isBcsU32,n as isBcsU64,k as isBcsU8,a as isBool,f as isEncodedEntryFunctionArgument,d as isLargeNumber,e as isNull,c as isNumber,q as isScriptDataInput,b as isString,I as sign,u as standardizeTypeTags,r as throwTypeMismatch};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -19,7 +19,7 @@ import '../../bcs/serializable/movePrimitives.mjs';
|
|
|
19
19
|
import '../../bcs/serializable/fixedBytes.mjs';
|
|
20
20
|
import '../authenticator/account.mjs';
|
|
21
21
|
import '../../core/crypto/ed25519.mjs';
|
|
22
|
-
import '../../publicKey-
|
|
22
|
+
import '../../publicKey-lq5djCIY.mjs';
|
|
23
23
|
import '../../core/crypto/signature.mjs';
|
|
24
24
|
import '../../core/crypto/privateKey.mjs';
|
|
25
25
|
import '../../core/crypto/multiEd25519.mjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b,c,d,e,f}from"../../chunk-
|
|
1
|
+
import{a,b,c,d,e,f}from"../../chunk-VBTJVPAM.mjs";import"../../chunk-U43IJHQN.mjs";import"../../chunk-KOAUBVO6.mjs";import"../../chunk-DMKUAQB7.mjs";import"../../chunk-DSTKXJMA.mjs";import"../../chunk-MIEV7J74.mjs";import"../../chunk-AH44UPM4.mjs";import"../../chunk-Y5M5DD64.mjs";import"../../chunk-S4SEFF4K.mjs";import"../../chunk-N2FKVZ4D.mjs";import"../../chunk-GXVUN32G.mjs";import"../../chunk-YWQLLV2R.mjs";import"../../chunk-TLKV4NHK.mjs";import"../../chunk-CYDWEPFL.mjs";import"../../chunk-6FBKUTGF.mjs";import"../../chunk-C67BKZND.mjs";import"../../chunk-CYNQRMO5.mjs";import"../../chunk-E7FWVXGX.mjs";import"../../chunk-MLWIHWNH.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-UML2VQZT.mjs";import"../../chunk-G2QII3AT.mjs";import"../../chunk-ZPNCA4C7.mjs";import"../../chunk-AP7UZTPZ.mjs";import"../../chunk-ZEXZ4CX5.mjs";import"../../chunk-UVSRX4SV.mjs";import"../../chunk-TBFLWWV4.mjs";import"../../chunk-BSEQPVD6.mjs";import"../../chunk-KUX6GQ2E.mjs";import"../../chunk-RAYJRFIG.mjs";import"../../chunk-OKCU4GHN.mjs";import"../../chunk-Y2VA7F5D.mjs";import"../../chunk-TJDC5PWD.mjs";import"../../chunk-WFZDFFBM.mjs";import"../../chunk-R5QUBEH6.mjs";import"../../chunk-LR65XHSF.mjs";import"../../chunk-WEZXFWPR.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-FS3NSGBF.mjs";import"../../chunk-ZYYK3UXP.mjs";import"../../chunk-TBMAJ6AW.mjs";import"../../chunk-QIAHBEEW.mjs";import"../../chunk-6IFMQ5AS.mjs";import"../../chunk-NPFNYP75.mjs";import"../../chunk-IOSQVDZI.mjs";import"../../chunk-OWW6SIDP.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-52C73T26.mjs";import"../../chunk-AOCNYMMX.mjs";import"../../chunk-FBPNHF54.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-FVA2OPG4.mjs";export{f as checkOrConvertArgument,e as convertArgument,c as fetchEntryFunctionAbi,b as fetchFunctionAbi,d as fetchViewFunctionAbi,a as standardizeTypeTags};
|
|
2
2
|
//# sourceMappingURL=remoteAbi.mjs.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { AptosConfig } from '../../api/aptosConfig.mjs';
|
|
2
2
|
import { AccountAuthenticatorEd25519, AccountAuthenticatorSingleKey, AccountAuthenticator } from '../authenticator/account.mjs';
|
|
3
3
|
import { AccountAddressInput } from '../../core/accountAddress.mjs';
|
|
4
|
-
import { P as PublicKey } from '../../publicKey-
|
|
5
|
-
import { A as Account } from '../../Ed25519Account
|
|
4
|
+
import { P as PublicKey } from '../../publicKey-lq5djCIY.mjs';
|
|
5
|
+
import { A as Account } from '../../Ed25519Account--qjfup2u.mjs';
|
|
6
6
|
import { RawTransaction, MultiAgentRawTransaction, FeePayerRawTransaction } from '../instances/rawTransaction.mjs';
|
|
7
7
|
import { TransactionPayloadScript, TransactionPayloadEntryFunction, TransactionPayloadMultiSig, EntryFunction } from '../instances/transactionPayload.mjs';
|
|
8
8
|
import { SimpleTransaction } from '../instances/simpleTransaction.mjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b,c,d,e,f,g,h,i,j,k,l,m,n,o}from"../../chunk-
|
|
1
|
+
import{a,b,c,d,e,f,g,h,i,j,k,l,m,n,o}from"../../chunk-54BANKLA.mjs";import"../../chunk-VBTJVPAM.mjs";import"../../chunk-U43IJHQN.mjs";import"../../chunk-KOAUBVO6.mjs";import"../../chunk-ICXA3DZH.mjs";import"../../chunk-V6SPPOWX.mjs";import"../../chunk-3CLYWZYZ.mjs";import"../../chunk-ONDQ4MK7.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-KUOIRTNL.mjs";import"../../chunk-L4Q2XTHT.mjs";import"../../chunk-TGLSJGFO.mjs";import"../../chunk-DMKUAQB7.mjs";import"../../chunk-BWFJHFBQ.mjs";import"../../chunk-RHBCVCOS.mjs";import"../../chunk-DSTKXJMA.mjs";import"../../chunk-KVIVMWN5.mjs";import"../../chunk-7CAEMK4R.mjs";import"../../chunk-3JPVQHOR.mjs";import"../../chunk-MIEV7J74.mjs";import"../../chunk-AH44UPM4.mjs";import"../../chunk-Y5M5DD64.mjs";import"../../chunk-S4SEFF4K.mjs";import"../../chunk-N2FKVZ4D.mjs";import"../../chunk-GXVUN32G.mjs";import"../../chunk-YWQLLV2R.mjs";import"../../chunk-TLKV4NHK.mjs";import"../../chunk-CYDWEPFL.mjs";import"../../chunk-6FBKUTGF.mjs";import"../../chunk-C67BKZND.mjs";import"../../chunk-CYNQRMO5.mjs";import"../../chunk-E7FWVXGX.mjs";import"../../chunk-MLWIHWNH.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-UML2VQZT.mjs";import"../../chunk-G2QII3AT.mjs";import"../../chunk-ZPNCA4C7.mjs";import"../../chunk-AP7UZTPZ.mjs";import"../../chunk-ZEXZ4CX5.mjs";import"../../chunk-UVSRX4SV.mjs";import"../../chunk-TBFLWWV4.mjs";import"../../chunk-BSEQPVD6.mjs";import"../../chunk-KUX6GQ2E.mjs";import"../../chunk-RAYJRFIG.mjs";import"../../chunk-OKCU4GHN.mjs";import"../../chunk-Y2VA7F5D.mjs";import"../../chunk-TJDC5PWD.mjs";import"../../chunk-WFZDFFBM.mjs";import"../../chunk-R5QUBEH6.mjs";import"../../chunk-LR65XHSF.mjs";import"../../chunk-WEZXFWPR.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-FS3NSGBF.mjs";import"../../chunk-ZYYK3UXP.mjs";import"../../chunk-TBMAJ6AW.mjs";import"../../chunk-QIAHBEEW.mjs";import"../../chunk-6IFMQ5AS.mjs";import"../../chunk-NPFNYP75.mjs";import"../../chunk-IOSQVDZI.mjs";import"../../chunk-OWW6SIDP.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-52C73T26.mjs";import"../../chunk-AOCNYMMX.mjs";import"../../chunk-FBPNHF54.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-FVA2OPG4.mjs";export{f as buildTransaction,m as deriveTransactionType,n as generateMultiSignersSignedTransaction,e as generateRawTransaction,j as generateSignedTransaction,g as generateSignedTransactionForSimulation,o as generateSigningMessage,a as generateTransactionPayload,b as generateTransactionPayloadWithABI,l as generateUserTransactionHash,c as generateViewFunctionPayload,d as generateViewFunctionPayloadWithABI,h as getAuthenticatorForSimulation,k as hashValues,i as sign};
|
|
2
2
|
//# sourceMappingURL=transactionBuilder.mjs.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s}from"../../chunk-
|
|
1
|
+
import{a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s}from"../../chunk-DMKUAQB7.mjs";import"../../chunk-DSTKXJMA.mjs";import"../../chunk-E7FWVXGX.mjs";import"../../chunk-MLWIHWNH.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-UML2VQZT.mjs";import"../../chunk-G2QII3AT.mjs";import"../../chunk-ZPNCA4C7.mjs";import"../../chunk-AP7UZTPZ.mjs";import"../../chunk-ZEXZ4CX5.mjs";import"../../chunk-UVSRX4SV.mjs";import"../../chunk-TBFLWWV4.mjs";import"../../chunk-BSEQPVD6.mjs";import"../../chunk-KUX6GQ2E.mjs";import"../../chunk-RAYJRFIG.mjs";import"../../chunk-OKCU4GHN.mjs";import"../../chunk-Y2VA7F5D.mjs";import"../../chunk-TJDC5PWD.mjs";import"../../chunk-WFZDFFBM.mjs";import"../../chunk-R5QUBEH6.mjs";import"../../chunk-LR65XHSF.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-FS3NSGBF.mjs";import"../../chunk-ZYYK3UXP.mjs";import"../../chunk-TBMAJ6AW.mjs";import"../../chunk-QIAHBEEW.mjs";import"../../chunk-6IFMQ5AS.mjs";import"../../chunk-NPFNYP75.mjs";import"../../chunk-IOSQVDZI.mjs";import"../../chunk-OWW6SIDP.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-52C73T26.mjs";import"../../chunk-AOCNYMMX.mjs";import"../../chunk-FBPNHF54.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-FVA2OPG4.mjs";export{o as StructTag,a as TypeTag,i as TypeTagAddress,b as TypeTagBool,l as TypeTagGeneric,k as TypeTagReference,j as TypeTagSigner,n as TypeTagStruct,g as TypeTagU128,d as TypeTagU16,h as TypeTagU256,e as TypeTagU32,f as TypeTagU64,c as TypeTagU8,m as TypeTagVector,p as aptosCoinStructTag,s as objectStructTag,r as optionStructTag,q as stringStructTag};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b,c}from"../../chunk-
|
|
1
|
+
import{a,b,c}from"../../chunk-U43IJHQN.mjs";import"../../chunk-DMKUAQB7.mjs";import"../../chunk-DSTKXJMA.mjs";import"../../chunk-E7FWVXGX.mjs";import"../../chunk-MLWIHWNH.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-UML2VQZT.mjs";import"../../chunk-G2QII3AT.mjs";import"../../chunk-ZPNCA4C7.mjs";import"../../chunk-AP7UZTPZ.mjs";import"../../chunk-ZEXZ4CX5.mjs";import"../../chunk-UVSRX4SV.mjs";import"../../chunk-TBFLWWV4.mjs";import"../../chunk-BSEQPVD6.mjs";import"../../chunk-KUX6GQ2E.mjs";import"../../chunk-RAYJRFIG.mjs";import"../../chunk-OKCU4GHN.mjs";import"../../chunk-Y2VA7F5D.mjs";import"../../chunk-TJDC5PWD.mjs";import"../../chunk-WFZDFFBM.mjs";import"../../chunk-R5QUBEH6.mjs";import"../../chunk-LR65XHSF.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-FS3NSGBF.mjs";import"../../chunk-ZYYK3UXP.mjs";import"../../chunk-TBMAJ6AW.mjs";import"../../chunk-QIAHBEEW.mjs";import"../../chunk-6IFMQ5AS.mjs";import"../../chunk-NPFNYP75.mjs";import"../../chunk-IOSQVDZI.mjs";import"../../chunk-OWW6SIDP.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-52C73T26.mjs";import"../../chunk-AOCNYMMX.mjs";import"../../chunk-FBPNHF54.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-FVA2OPG4.mjs";export{b as TypeTagParserError,a as TypeTagParserErrorType,c as parseTypeTag};
|
|
2
2
|
//# sourceMappingURL=parser.mjs.map
|
|
@@ -5,7 +5,7 @@ import { FixedBytes } from '../bcs/serializable/fixedBytes.mjs';
|
|
|
5
5
|
import { AccountAuthenticator } from './authenticator/account.mjs';
|
|
6
6
|
import { AnyNumber, MoveFunctionId, HexInput, MoveFunctionGenericTypeParam } from '../types/index.mjs';
|
|
7
7
|
import { AccountAddress, AccountAddressInput } from '../core/accountAddress.mjs';
|
|
8
|
-
import { P as PublicKey } from '../publicKey-
|
|
8
|
+
import { P as PublicKey } from '../publicKey-lq5djCIY.mjs';
|
|
9
9
|
import { RawTransaction, MultiAgentRawTransaction, FeePayerRawTransaction } from './instances/rawTransaction.mjs';
|
|
10
10
|
import { TransactionPayloadEntryFunction, TransactionPayloadScript, TransactionPayloadMultiSig } from './instances/transactionPayload.mjs';
|
|
11
11
|
import { SimpleTransaction } from './instances/simpleTransaction.mjs';
|
package/dist/esm/types/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{A,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"../chunk-
|
|
1
|
+
import{A,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"../chunk-OWW6SIDP.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-FVA2OPG4.mjs";export{g as AccountAuthenticatorVariant,h as AnyPublicKeyVariant,i as AnySignatureVariant,A as DeriveScheme,a as MimeType,w as MoveAbility,v as MoveFunctionVisibility,x as RoleType,c as ScriptTransactionArgumentVariants,y as SigningScheme,z as SigningSchemeInput,f as TransactionAuthenticatorVariant,d as TransactionPayloadVariants,j as TransactionResponseType,e as TransactionVariants,b as TypeTagVariants,n as isBlockMetadataTransactionResponse,q as isEd25519Signature,t as isFeePayerSignature,m as isGenesisTransactionResponse,s as isMultiAgentSignature,u as isMultiEd25519Signature,k as isPendingTransactionResponse,r as isSecp256k1Signature,o as isStateCheckpointTransactionResponse,l as isUserTransactionResponse,p as isValidatorTransactionResponse};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/dist/esm/version.d.mts
CHANGED
package/dist/esm/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"./chunk-
|
|
1
|
+
import{a}from"./chunk-WEZXFWPR.mjs";import"./chunk-FVA2OPG4.mjs";export{a as VERSION};
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|
package/package.json
CHANGED
|
@@ -24,6 +24,8 @@
|
|
|
24
24
|
"default": "./dist/esm/index.mjs"
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
|
+
"./dist/common/cli/index.js": "./dist/common/cli/index.js",
|
|
28
|
+
"./dist/esm/cli/index.mjs": "./dist/esm/cli/index.mjs",
|
|
27
29
|
"./package.json": "./package.json"
|
|
28
30
|
},
|
|
29
31
|
"files": [
|
|
@@ -46,12 +48,11 @@
|
|
|
46
48
|
},
|
|
47
49
|
"dependencies": {
|
|
48
50
|
"@aptos-labs/aptos-client": "^0.1.0",
|
|
49
|
-
"@noble/curves": "^1.
|
|
50
|
-
"@noble/hashes": "^1.
|
|
51
|
-
"@scure/bip32": "^1.
|
|
52
|
-
"@scure/bip39": "^1.
|
|
51
|
+
"@noble/curves": "^1.4.0",
|
|
52
|
+
"@noble/hashes": "^1.4.0",
|
|
53
|
+
"@scure/bip32": "^1.4.0",
|
|
54
|
+
"@scure/bip39": "^1.3.0",
|
|
53
55
|
"form-data": "^4.0.0",
|
|
54
|
-
"tweetnacl": "^1.0.3",
|
|
55
56
|
"eventemitter3": "^5.0.1"
|
|
56
57
|
},
|
|
57
58
|
"devDependencies": {
|
|
@@ -84,5 +85,5 @@
|
|
|
84
85
|
"typedoc": "^0.25.4",
|
|
85
86
|
"typescript": "^5.3.3"
|
|
86
87
|
},
|
|
87
|
-
"version": "1.
|
|
88
|
+
"version": "1.13.0"
|
|
88
89
|
}
|
package/src/api/account.ts
CHANGED
|
@@ -99,7 +99,9 @@ export class Account {
|
|
|
99
99
|
*
|
|
100
100
|
* @returns Account module
|
|
101
101
|
*
|
|
102
|
-
* @example
|
|
102
|
+
* @example
|
|
103
|
+
* const module = await aptos.getAccountModule({accountAddress:"0x456"})
|
|
104
|
+
* // An example of an account module response
|
|
103
105
|
* ```
|
|
104
106
|
* {
|
|
105
107
|
* bytecode: "0xa11ceb0b0600000006010002030206050807070f0d081c200",
|
|
@@ -121,6 +123,9 @@ export class Account {
|
|
|
121
123
|
* Note: In order to get all account transactions, this function may call the API
|
|
122
124
|
* multiple times as it auto paginates.
|
|
123
125
|
*
|
|
126
|
+
* @example
|
|
127
|
+
* const transactions = await aptos.getAccountTransactions({accountAddress:"0x456"})
|
|
128
|
+
*
|
|
124
129
|
* @param args.accountAddress Aptos account address
|
|
125
130
|
* @param args.options.offset The number transaction to start returning results from
|
|
126
131
|
* @param args.options.limit The number of results to return
|
|
@@ -143,6 +148,9 @@ export class Account {
|
|
|
143
148
|
* Note: In order to get all account resources, this function may call the API
|
|
144
149
|
* multiple times as it auto paginates.
|
|
145
150
|
*
|
|
151
|
+
* @example
|
|
152
|
+
* const resources = await aptos.getAccountResources({accountAddress:"0x456"})
|
|
153
|
+
*
|
|
146
154
|
* @param args.accountAddress Aptos account address
|
|
147
155
|
* @param args.options.offset The number resource to start returning results from
|
|
148
156
|
* @param args.options.limit The number of results to return
|
|
@@ -167,12 +175,9 @@ export class Account {
|
|
|
167
175
|
*
|
|
168
176
|
* @returns Account resource
|
|
169
177
|
*
|
|
170
|
-
* @example
|
|
171
|
-
*
|
|
172
|
-
*
|
|
173
|
-
* value: 6
|
|
174
|
-
* }
|
|
175
|
-
* ```
|
|
178
|
+
* @example
|
|
179
|
+
* const resource = await aptos.getAccountResource({accountAddress:"0x456"})
|
|
180
|
+
*
|
|
176
181
|
*/
|
|
177
182
|
async getAccountResource<T extends {} = any>(args: {
|
|
178
183
|
accountAddress: AccountAddressInput;
|
|
@@ -187,6 +192,9 @@ export class Account {
|
|
|
187
192
|
*
|
|
188
193
|
* This handles both if the account's authentication key has been rotated or not.
|
|
189
194
|
*
|
|
195
|
+
* @example
|
|
196
|
+
* const accountAddress = await aptos.lookupOriginalAccountAddress({authenticationKey:account.accountAddress})
|
|
197
|
+
*
|
|
190
198
|
* @param args.authenticationKey The authentication key
|
|
191
199
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
192
200
|
* @param args.options.ledgerVersion The ledger version to query, if not provided it will get the latest version
|
|
@@ -203,6 +211,9 @@ export class Account {
|
|
|
203
211
|
/**
|
|
204
212
|
* Queries the current count of tokens owned by an account
|
|
205
213
|
*
|
|
214
|
+
* @example
|
|
215
|
+
* const tokensCount = await aptos.getAccountTokensCount({accountAddress:"0x456"})
|
|
216
|
+
*
|
|
206
217
|
* @param args.accountAddress The account address
|
|
207
218
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
208
219
|
* @returns Current count of tokens owned by the account
|
|
@@ -228,6 +239,9 @@ export class Account {
|
|
|
228
239
|
* This query returns all tokens (v1 and v2 standards) an account owns, including NFTs, fungible, soulbound, etc.
|
|
229
240
|
* If you want to get only the token from a specific standard, you can pass an optional tokenStandard param
|
|
230
241
|
*
|
|
242
|
+
* @example
|
|
243
|
+
* const accountOwnedTokens = await aptos.getAccountOwnedTokens({accountAddress:"0x456"})
|
|
244
|
+
*
|
|
231
245
|
* @param args.accountAddress The account address we want to get the tokens for
|
|
232
246
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
233
247
|
* @param args.options.tokenStandard The NFT standard to query for
|
|
@@ -258,6 +272,9 @@ export class Account {
|
|
|
258
272
|
* This query returns all tokens (v1 and v2 standards) an account owns, including NFTs, fungible, soulbound, etc.
|
|
259
273
|
* If you want to get only the token from a specific standard, you can pass an optional tokenStandard param
|
|
260
274
|
*
|
|
275
|
+
* @example
|
|
276
|
+
* const accountOwnedTokens = await aptos.getAccountOwnedTokensFromCollectionAddress({accountAddress:"0x123", collectionAddress:"0x456"})
|
|
277
|
+
*
|
|
261
278
|
* @param args.accountAddress The account address we want to get the tokens for
|
|
262
279
|
* @param args.collectionAddress The address of the collection being queried
|
|
263
280
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
@@ -290,6 +307,9 @@ export class Account {
|
|
|
290
307
|
* This query returns all tokens (v1 and v2 standards) an account owns, including NFTs, fungible, soulbound, etc.
|
|
291
308
|
* If you want to get only the token from a specific standard, you can pass an optional tokenStandard param
|
|
292
309
|
*
|
|
310
|
+
* @example
|
|
311
|
+
* const accountCollectionsWithOwnedTokens = await aptos.getAccountCollectionsWithOwnedTokens({accountAddress:"0x123"})
|
|
312
|
+
*
|
|
293
313
|
* @param args.accountAddress The account address we want to get the collections for
|
|
294
314
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
295
315
|
* @param args.options.tokenStandard The NFT standard to query for
|
|
@@ -317,6 +337,9 @@ export class Account {
|
|
|
317
337
|
/**
|
|
318
338
|
* Queries the current count of transactions submitted by an account
|
|
319
339
|
*
|
|
340
|
+
* @example
|
|
341
|
+
* const accountTransactionsCount = await aptos.getAccountTransactionsCount({accountAddress:"0x123"})
|
|
342
|
+
*
|
|
320
343
|
* @param args.accountAddress The account address we want to get the total count for
|
|
321
344
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
322
345
|
* @returns Current count of transactions made by an account
|
|
@@ -339,6 +362,9 @@ export class Account {
|
|
|
339
362
|
/**
|
|
340
363
|
* Queries an account's coins data
|
|
341
364
|
*
|
|
365
|
+
* @example
|
|
366
|
+
* const accountCoinsData = await aptos.getAccountCoinsData({accountAddress:"0x123"})
|
|
367
|
+
*
|
|
342
368
|
* @param args.accountAddress The account address we want to get the coins data for
|
|
343
369
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
344
370
|
* @param args.options.offset optional. The number coin to start returning results from
|
|
@@ -368,6 +394,9 @@ export class Account {
|
|
|
368
394
|
/**
|
|
369
395
|
* Queries the current count of an account's coins aggregated
|
|
370
396
|
*
|
|
397
|
+
* @example
|
|
398
|
+
* const accountCoinsCount = await aptos.getAccountCoinsCount({accountAddress:"0x123"})
|
|
399
|
+
*
|
|
371
400
|
* @param args.accountAddress The account address we want to get the total count for
|
|
372
401
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
373
402
|
* @returns Current count of the aggregated count of all account's coins
|
|
@@ -387,6 +416,9 @@ export class Account {
|
|
|
387
416
|
/**
|
|
388
417
|
* Queries the account's APT amount
|
|
389
418
|
*
|
|
419
|
+
* @example
|
|
420
|
+
* const accountAPTAmount = await aptos.getAccountAPTAmount({accountAddress:"0x123"})
|
|
421
|
+
*
|
|
390
422
|
* @param args.accountAddress The account address we want to get the total count for
|
|
391
423
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
392
424
|
* @returns Current amount of account's APT
|
|
@@ -401,6 +433,9 @@ export class Account {
|
|
|
401
433
|
/**
|
|
402
434
|
* Queries the account's coin amount by the coin type
|
|
403
435
|
*
|
|
436
|
+
* @example
|
|
437
|
+
* const accountCoinAmount = await aptos.getAccountCoinAmount({accountAddress:"0x123", coinType:"0x1::aptos_coin::AptosCoin"})
|
|
438
|
+
*
|
|
404
439
|
* @param args.accountAddress The account address we want to get the total count for
|
|
405
440
|
* @param args.coinType The coin type to query
|
|
406
441
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
@@ -422,6 +457,9 @@ export class Account {
|
|
|
422
457
|
/**
|
|
423
458
|
* Queries an account's owned objects
|
|
424
459
|
*
|
|
460
|
+
* @example
|
|
461
|
+
* const accountOwnedObjects = await aptos.getAccountOwnedObjects({accountAddress:"0x123"})
|
|
462
|
+
*
|
|
425
463
|
* @param args.accountAddress The account address we want to get the objects for
|
|
426
464
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
427
465
|
* @param args.options.offset The starting position to start returning results from
|
|
@@ -456,6 +494,9 @@ export class Account {
|
|
|
456
494
|
* whether it is a Legacy ED25519 key or a Unified ED25519 key. It then derives the account based
|
|
457
495
|
* on that.
|
|
458
496
|
*
|
|
497
|
+
* @example
|
|
498
|
+
* const account = await aptos.deriveAccountFromPrivateKey({privateKey:new Ed25519PrivateKey("0x123")})
|
|
499
|
+
*
|
|
459
500
|
* @param args.privateKey An account private key
|
|
460
501
|
* @returns Account type
|
|
461
502
|
*/
|
package/src/api/ans.ts
CHANGED
|
@@ -36,11 +36,10 @@ export class ANS {
|
|
|
36
36
|
/**
|
|
37
37
|
* Retrieve the owner address of a domain name or subdomain name from the contract.
|
|
38
38
|
*
|
|
39
|
-
*
|
|
39
|
+
* @example
|
|
40
40
|
* // Will return the owner address of "test.aptos.apt" or undefined
|
|
41
41
|
* const owner = await aptos.getOwnerAddress({name: "test.aptos"})
|
|
42
42
|
* // owner = 0x123...
|
|
43
|
-
* ```
|
|
44
43
|
*
|
|
45
44
|
* @param args.name - A string of the name to retrieve
|
|
46
45
|
*
|
|
@@ -53,11 +52,10 @@ export class ANS {
|
|
|
53
52
|
/**
|
|
54
53
|
* Retrieve the expiration time of a domain name or subdomain name from the contract.
|
|
55
54
|
*
|
|
56
|
-
*
|
|
55
|
+
* @example
|
|
57
56
|
* // Will return the expiration of "test.aptos.apt" or undefined
|
|
58
57
|
* const exp = await aptos.getExpiration({name: "test.aptos"})
|
|
59
58
|
* // new Date(exp) would give you the date in question: 2021-01-01T00:00:00.000Z
|
|
60
|
-
* ```
|
|
61
59
|
*
|
|
62
60
|
* @param args.name - A string of the name to retrieve
|
|
63
61
|
*
|
|
@@ -72,10 +70,9 @@ export class ANS {
|
|
|
72
70
|
* address the name points to for use on chain. Note, the target address can
|
|
73
71
|
* point to addresses that are not the owner of the name
|
|
74
72
|
*
|
|
75
|
-
*
|
|
73
|
+
* @example
|
|
76
74
|
* const targetAddr = await aptos.getTargetAddress({name: "test.aptos"})
|
|
77
75
|
* // targetAddr = 0x123...
|
|
78
|
-
* ```
|
|
79
76
|
*
|
|
80
77
|
* @param args.name - A string of the name: primary, primary.apt, secondary.primary, secondary.primary.apt, etc.
|
|
81
78
|
*
|
|
@@ -90,11 +87,10 @@ export class ANS {
|
|
|
90
87
|
* address the name points to for use on chain. Note, the target address can
|
|
91
88
|
* point to addresses that are not the owner of the name
|
|
92
89
|
*
|
|
93
|
-
*
|
|
90
|
+
* @example
|
|
94
91
|
* await aptos.setTargetAddress({sender: alice, name: "test.aptos", address: bob.accountAddress})
|
|
95
92
|
* const address = await aptos.getTargetAddress({name: "test.aptos"})
|
|
96
93
|
* // address = bob.accountAddress
|
|
97
|
-
* ```
|
|
98
94
|
*
|
|
99
95
|
* @param args.name - A string of the name: test.aptos.apt, test.apt, test, test.aptos, etc.
|
|
100
96
|
* @param args.address - A AccountAddressInput of the address to set the domain or subdomain to
|
|
@@ -115,10 +111,9 @@ export class ANS {
|
|
|
115
111
|
* multiple names that target it, but only a single name that is primary. An
|
|
116
112
|
* account also may not have a primary name.
|
|
117
113
|
*
|
|
118
|
-
*
|
|
114
|
+
* @example
|
|
119
115
|
* const name = await aptos.getPrimaryName({address: alice.accountAddress})
|
|
120
116
|
* // name = test.aptos
|
|
121
|
-
* ```
|
|
122
117
|
*
|
|
123
118
|
* @param args.address - A AccountAddressInput (address) of the account
|
|
124
119
|
*
|
|
@@ -133,11 +128,10 @@ export class ANS {
|
|
|
133
128
|
* multiple names that target it, but only a single name that is primary. An
|
|
134
129
|
* account also may not have a primary name.
|
|
135
130
|
*
|
|
136
|
-
*
|
|
131
|
+
* @example
|
|
137
132
|
* await aptos.setPrimaryName({sender: alice, name: "test.aptos"})
|
|
138
133
|
* const primaryName = await aptos.getPrimaryName({address: alice.accountAddress})
|
|
139
134
|
* // primaryName = test.aptos
|
|
140
|
-
* ```
|
|
141
135
|
*
|
|
142
136
|
* @param args.sender - The sender account
|
|
143
137
|
* @param args.name - A string of the name: test, test.apt, test.aptos, test.aptos.apt, etc.
|
|
@@ -155,7 +149,7 @@ export class ANS {
|
|
|
155
149
|
/**
|
|
156
150
|
* Registers a new name
|
|
157
151
|
*
|
|
158
|
-
*
|
|
152
|
+
* @example
|
|
159
153
|
* // An example of registering a subdomain name assuming def.apt is already registered
|
|
160
154
|
* // and belongs to the sender alice.
|
|
161
155
|
* const txn = aptos.registerName({
|
|
@@ -166,7 +160,6 @@ export class ANS {
|
|
|
166
160
|
* expirationDate: Date.now() + 30 * 24 * 60 * 60 * 1000,
|
|
167
161
|
* },
|
|
168
162
|
* });
|
|
169
|
-
* ```
|
|
170
163
|
*
|
|
171
164
|
* @param args.sender - The sender account
|
|
172
165
|
* @param args.name - A string of the name to register. This can be inclusive or exclusive of the .apt suffix.
|
|
@@ -196,10 +189,9 @@ export class ANS {
|
|
|
196
189
|
*
|
|
197
190
|
* Note: If a domain name was minted with V1 of the contract, it will automatically be upgraded to V2 via this transaction.
|
|
198
191
|
*
|
|
199
|
-
*
|
|
192
|
+
* @example
|
|
200
193
|
* await aptos.renewDomain({sender: alice, name: "test"})
|
|
201
194
|
* // test.apt will be renewed for one year
|
|
202
|
-
* ```
|
|
203
195
|
*
|
|
204
196
|
* @param args.sender - The sender account
|
|
205
197
|
* @param args.name - A string of the domain the subdomain will be under. The signer must be the domain owner.
|
package/src/api/aptos.ts
CHANGED
|
@@ -19,6 +19,10 @@ import { Transaction } from "./transaction";
|
|
|
19
19
|
*
|
|
20
20
|
* To use the SDK, create a new Aptos instance to get access
|
|
21
21
|
* to all the sdk functionality.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
*
|
|
25
|
+
* const aptos = new Aptos();
|
|
22
26
|
*/
|
|
23
27
|
export class Aptos {
|
|
24
28
|
readonly config: AptosConfig;
|
package/src/api/aptosConfig.ts
CHANGED
|
@@ -8,6 +8,10 @@ import { AptosApiType } from "../utils/const";
|
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* This class holds the config information for the SDK client instance.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
*
|
|
14
|
+
* const aptosConfig = new AptosConfig({network:Network.TESTNET})
|
|
11
15
|
*/
|
|
12
16
|
export class AptosConfig {
|
|
13
17
|
/**
|
package/src/api/coin.ts
CHANGED
|
@@ -17,6 +17,13 @@ export class Coin {
|
|
|
17
17
|
/**
|
|
18
18
|
* Generate a transfer coin transaction that can be simulated and/or signed and submitted
|
|
19
19
|
*
|
|
20
|
+
* @example
|
|
21
|
+
* const transferCoinTransaction = await aptos.transferCoinTransaction({
|
|
22
|
+
* sender: "0x123",
|
|
23
|
+
* recipient:"0x456",
|
|
24
|
+
* amount: 10,
|
|
25
|
+
* })
|
|
26
|
+
*
|
|
20
27
|
* @param args.sender The sender account
|
|
21
28
|
* @param args.recipient The recipient address
|
|
22
29
|
* @param args.amount The amount to transfer
|