@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,12 +1,14 @@
|
|
|
1
1
|
import { AnyNumber, TokenStandardArg, PaginationArgs, OrderByArg, MoveStructId } from '../types/index.mjs';
|
|
2
2
|
import { AccountAddressInput, AccountAddress } from '../core/accountAddress.mjs';
|
|
3
|
-
import { A as Account } from '../Ed25519Account
|
|
3
|
+
import { A as Account } from '../Ed25519Account--qjfup2u.mjs';
|
|
4
4
|
import { InputGenerateTransactionOptions } from '../transactions/types.mjs';
|
|
5
5
|
import { CreateCollectionOptions, PropertyType, PropertyValue } from '../internal/digitalAsset.mjs';
|
|
6
6
|
import { AptosConfig } from './aptosConfig.mjs';
|
|
7
7
|
import { SimpleTransaction } from '../transactions/instances/simpleTransaction.mjs';
|
|
8
8
|
import { GetCollectionDataResponse, GetTokenDataResponse, GetCurrentTokenOwnershipResponse, GetOwnedTokensResponse, GetTokenActivityResponse } from '../types/indexer.mjs';
|
|
9
9
|
import '../utils/apiEndpoints.mjs';
|
|
10
|
+
import '../types/generated/operations.mjs';
|
|
11
|
+
import '../types/generated/types.mjs';
|
|
10
12
|
import '../bcs/serializer.mjs';
|
|
11
13
|
import '../core/hex.mjs';
|
|
12
14
|
import '../core/common.mjs';
|
|
@@ -14,7 +16,7 @@ import '../bcs/deserializer.mjs';
|
|
|
14
16
|
import '../transactions/instances/transactionArgument.mjs';
|
|
15
17
|
import '../transactions/authenticator/account.mjs';
|
|
16
18
|
import '../core/crypto/ed25519.mjs';
|
|
17
|
-
import '../publicKey-
|
|
19
|
+
import '../publicKey-lq5djCIY.mjs';
|
|
18
20
|
import '../core/crypto/signature.mjs';
|
|
19
21
|
import '../core/crypto/privateKey.mjs';
|
|
20
22
|
import '../core/crypto/multiEd25519.mjs';
|
|
@@ -31,8 +33,6 @@ import '../transactions/instances/moduleId.mjs';
|
|
|
31
33
|
import '../transactions/typeTag/index.mjs';
|
|
32
34
|
import '../transactions/instances/multiAgentTransaction.mjs';
|
|
33
35
|
import '../utils/const.mjs';
|
|
34
|
-
import '../types/generated/operations.mjs';
|
|
35
|
-
import '../types/generated/types.mjs';
|
|
36
36
|
|
|
37
37
|
/**
|
|
38
38
|
* A class to query all `DigitalAsset` related queries on Aptos.
|
|
@@ -46,6 +46,9 @@ declare class DigitalAsset {
|
|
|
46
46
|
* If, for some reason, a creator account has 2 collections with the same name in v1 and v2,
|
|
47
47
|
* can pass an optional `tokenStandard` parameter to query a specific standard
|
|
48
48
|
*
|
|
49
|
+
* @example
|
|
50
|
+
* const collection = await aptos.getCollectionData({creatorAddress:"0x123",collectionName:"myCollection"})
|
|
51
|
+
*
|
|
49
52
|
* @param args.creatorAddress the address of the collection's creator
|
|
50
53
|
* @param args.collectionName the name of the collection
|
|
51
54
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
@@ -61,6 +64,9 @@ declare class DigitalAsset {
|
|
|
61
64
|
/**
|
|
62
65
|
* Queries data of a specific collection by the collection ID.
|
|
63
66
|
*
|
|
67
|
+
* @example
|
|
68
|
+
* const collection = await aptos.getCollectionDataByCollectionId({collectionId:"0x123"})
|
|
69
|
+
*
|
|
64
70
|
* @param args.collectionId the ID of the collection, it's the same thing as the address of the collection object
|
|
65
71
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
66
72
|
* @returns GetCollectionDataResponse response type
|
|
@@ -75,6 +81,9 @@ declare class DigitalAsset {
|
|
|
75
81
|
* This is the same as the collection's object address in V2, but V1 does
|
|
76
82
|
* not use objects, and does not have an address
|
|
77
83
|
*
|
|
84
|
+
* @example
|
|
85
|
+
* const collection = await aptos.getCollectionId({creatorAddress:"0x123",collectionName:"myCollection"})
|
|
86
|
+
*
|
|
78
87
|
* @param args.creatorAddress the address of the collection's creator
|
|
79
88
|
* @param args.collectionName the name of the collection
|
|
80
89
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
@@ -90,6 +99,9 @@ declare class DigitalAsset {
|
|
|
90
99
|
/**
|
|
91
100
|
* Gets digital asset data given the address of a digital asset.
|
|
92
101
|
*
|
|
102
|
+
* @example
|
|
103
|
+
* const digitalAsset = await aptos.getDigitalAssetData({digitalAssetAddress:"0x123"})
|
|
104
|
+
*
|
|
93
105
|
* @param args.tokenAddress The address of the digital asset
|
|
94
106
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
95
107
|
* @returns GetTokenDataResponse containing relevant data to the digital asset.
|
|
@@ -101,6 +113,9 @@ declare class DigitalAsset {
|
|
|
101
113
|
/**
|
|
102
114
|
* Gets digital asset ownership data given the address of a digital asset.
|
|
103
115
|
*
|
|
116
|
+
* @example
|
|
117
|
+
* const digitalAssetOwner = await aptos.getCurrentDigitalAssetOwnership({digitalAssetAddress:"0x123"})
|
|
118
|
+
*
|
|
104
119
|
* @param args.tokenAddress The address of the digital asset
|
|
105
120
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
106
121
|
*
|
|
@@ -113,6 +128,9 @@ declare class DigitalAsset {
|
|
|
113
128
|
/**
|
|
114
129
|
* Gets the digital assets that the given address owns.
|
|
115
130
|
*
|
|
131
|
+
* @example
|
|
132
|
+
* const digitalAssets = await aptos.getOwnedDigitalAssets({ownerAddress:"0x123"})
|
|
133
|
+
*
|
|
116
134
|
* @param args.ownerAddress The address of the owner
|
|
117
135
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
118
136
|
*
|
|
@@ -126,6 +144,9 @@ declare class DigitalAsset {
|
|
|
126
144
|
/**
|
|
127
145
|
* Gets the activity data given the address of a digital asset.
|
|
128
146
|
*
|
|
147
|
+
* @example
|
|
148
|
+
* const digitalAssetActivity = await aptos.getDigitalAssetActivity({digitalAssetAddress:"0x123"})
|
|
149
|
+
*
|
|
129
150
|
* @param args.tokenAddress The address of the digital asset
|
|
130
151
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
131
152
|
*
|
|
@@ -139,6 +160,14 @@ declare class DigitalAsset {
|
|
|
139
160
|
/**
|
|
140
161
|
* Creates a new collection within the specified account
|
|
141
162
|
*
|
|
163
|
+
* @example
|
|
164
|
+
* const transaction = await aptos.createCollectionTransaction({
|
|
165
|
+
* creator: alice,
|
|
166
|
+
* description: "collectionDescription",
|
|
167
|
+
* name: "collectionName",
|
|
168
|
+
* uri: "collection-uri.com",
|
|
169
|
+
* });
|
|
170
|
+
*
|
|
142
171
|
* @param args.creator the account of the collection's creator
|
|
143
172
|
* @param args.description the description of the collection
|
|
144
173
|
* @param args.name the name of the collection
|
|
@@ -172,6 +201,15 @@ declare class DigitalAsset {
|
|
|
172
201
|
/**
|
|
173
202
|
* Create a transaction to mint a digital asset into the creators account within an existing collection.
|
|
174
203
|
*
|
|
204
|
+
* @example
|
|
205
|
+
* const transaction = await aptos.mintDigitalAssetTransaction({
|
|
206
|
+
* creator: alice,
|
|
207
|
+
* description: "collectionDescription",
|
|
208
|
+
* collection: "collectionName",
|
|
209
|
+
* name: "digitalAssetName",
|
|
210
|
+
* uri: "digital-asset-uri.com",
|
|
211
|
+
* });
|
|
212
|
+
*
|
|
175
213
|
* @param args.creator the creator of the collection
|
|
176
214
|
* @param args.collection the name of the collection the digital asset belongs to
|
|
177
215
|
* @param args.description the description of the digital asset
|
|
@@ -197,6 +235,13 @@ declare class DigitalAsset {
|
|
|
197
235
|
* We can transfer a digital asset only when the digital asset is not frozen
|
|
198
236
|
* (i.e. owner transfer is not disabled such as for soul bound digital assets)
|
|
199
237
|
*
|
|
238
|
+
* @example
|
|
239
|
+
* const transaction = await aptos.transferDigitalAssetTransaction({
|
|
240
|
+
* sender: alice,
|
|
241
|
+
* digitalAssetAddress: "0x123",
|
|
242
|
+
* recipient: "0x456",
|
|
243
|
+
* });
|
|
244
|
+
*
|
|
200
245
|
* @param args.sender The sender account of the current digital asset owner
|
|
201
246
|
* @param args.digitalAssetAddress The digital asset address
|
|
202
247
|
* @param args.recipient The recipient account address
|
|
@@ -214,6 +259,16 @@ declare class DigitalAsset {
|
|
|
214
259
|
/**
|
|
215
260
|
* Mint a soul bound digital asset into a recipient's account
|
|
216
261
|
*
|
|
262
|
+
* @example
|
|
263
|
+
* const transaction = await aptos.mintSoulBoundTransaction({
|
|
264
|
+
* account: alice,
|
|
265
|
+
* collection: "collectionName",
|
|
266
|
+
* description: "collectionDescription",
|
|
267
|
+
* name: "digitalAssetName",
|
|
268
|
+
* uri: "digital-asset-uri.com",
|
|
269
|
+
* recipient: "0x123"
|
|
270
|
+
* });
|
|
271
|
+
*
|
|
217
272
|
* @param args.account The account that mints the digital asset
|
|
218
273
|
* @param args.collection The collection name that the digital asset belongs to
|
|
219
274
|
* @param args.description The digital asset description
|
|
@@ -232,7 +287,7 @@ declare class DigitalAsset {
|
|
|
232
287
|
description: string;
|
|
233
288
|
name: string;
|
|
234
289
|
uri: string;
|
|
235
|
-
recipient:
|
|
290
|
+
recipient: AccountAddressInput;
|
|
236
291
|
propertyKeys?: Array<string>;
|
|
237
292
|
propertyTypes?: Array<PropertyType>;
|
|
238
293
|
propertyValues?: Array<PropertyValue>;
|
|
@@ -241,6 +296,12 @@ declare class DigitalAsset {
|
|
|
241
296
|
/**
|
|
242
297
|
* Burn a digital asset by its creator
|
|
243
298
|
*
|
|
299
|
+
* @example
|
|
300
|
+
* const transaction = await aptos.burnDigitalAssetTransaction({
|
|
301
|
+
* creator: alice,
|
|
302
|
+
* digitalAssetAddress: "0x123",
|
|
303
|
+
* });
|
|
304
|
+
*
|
|
244
305
|
* @param args.creator The creator account
|
|
245
306
|
* @param args.digitalAssetAddress The digital asset address
|
|
246
307
|
*
|
|
@@ -255,6 +316,12 @@ declare class DigitalAsset {
|
|
|
255
316
|
/**
|
|
256
317
|
* Freeze digital asset transfer ability
|
|
257
318
|
*
|
|
319
|
+
* @example
|
|
320
|
+
* const transaction = await aptos.freezeDigitalAssetTransaferTransaction({
|
|
321
|
+
* creator: alice,
|
|
322
|
+
* digitalAssetAddress: "0x123",
|
|
323
|
+
* });
|
|
324
|
+
*
|
|
258
325
|
* @param args.creator The creator account
|
|
259
326
|
* @param args.digitalAssetAddress The digital asset address
|
|
260
327
|
*
|
|
@@ -269,6 +336,12 @@ declare class DigitalAsset {
|
|
|
269
336
|
/**
|
|
270
337
|
* Unfreeze digital asset transfer ability
|
|
271
338
|
*
|
|
339
|
+
* @example
|
|
340
|
+
* const transaction = await aptos.unfreezeDigitalAssetTransaferTransaction({
|
|
341
|
+
* creator: alice,
|
|
342
|
+
* digitalAssetAddress: "0x123",
|
|
343
|
+
* });
|
|
344
|
+
*
|
|
272
345
|
* @param args.creator The creator account
|
|
273
346
|
* @param args.digitalAssetAddress The digital asset address
|
|
274
347
|
*
|
|
@@ -283,6 +356,13 @@ declare class DigitalAsset {
|
|
|
283
356
|
/**
|
|
284
357
|
* Set the digital asset description
|
|
285
358
|
*
|
|
359
|
+
* @example
|
|
360
|
+
* const transaction = await aptos.setDigitalAssetDescriptionTransaction({
|
|
361
|
+
* creator: alice,
|
|
362
|
+
* description: "digitalAssetDescription",
|
|
363
|
+
* digitalAssetAddress: "0x123",
|
|
364
|
+
* });
|
|
365
|
+
*
|
|
286
366
|
* @param args.creator The creator account
|
|
287
367
|
* @param args.description The digital asset description
|
|
288
368
|
* @param args.digitalAssetAddress The digital asset address
|
|
@@ -299,6 +379,13 @@ declare class DigitalAsset {
|
|
|
299
379
|
/**
|
|
300
380
|
* Set the digital asset name
|
|
301
381
|
*
|
|
382
|
+
* @example
|
|
383
|
+
* const transaction = await aptos.setDigitalAssetNameTransaction({
|
|
384
|
+
* creator: alice,
|
|
385
|
+
* name: "digitalAssetName",
|
|
386
|
+
* digitalAssetAddress: "0x123",
|
|
387
|
+
* });
|
|
388
|
+
*
|
|
302
389
|
* @param args.creator The creator account
|
|
303
390
|
* @param args.name The digital asset name
|
|
304
391
|
* @param args.digitalAssetAddress The digital asset address
|
|
@@ -315,6 +402,13 @@ declare class DigitalAsset {
|
|
|
315
402
|
/**
|
|
316
403
|
* Set the digital asset name
|
|
317
404
|
*
|
|
405
|
+
* @example
|
|
406
|
+
* const transaction = await aptos.setDigitalAssetURITransaction({
|
|
407
|
+
* creator: alice,
|
|
408
|
+
* uri: "digital-asset-uri.com",
|
|
409
|
+
* digitalAssetAddress: "0x123",
|
|
410
|
+
* });
|
|
411
|
+
*
|
|
318
412
|
* @param args.creator The creator account
|
|
319
413
|
* @param args.uri The digital asset uri
|
|
320
414
|
* @param args.digitalAssetAddress The digital asset address
|
|
@@ -331,6 +425,15 @@ declare class DigitalAsset {
|
|
|
331
425
|
/**
|
|
332
426
|
* Add a digital asset property
|
|
333
427
|
*
|
|
428
|
+
* @example
|
|
429
|
+
* const transaction = await aptos.addDigitalAssetPropertyTransaction({
|
|
430
|
+
* creator: alice,
|
|
431
|
+
* propertyKey: "newKey",
|
|
432
|
+
* propertyType: "BOOLEAN",
|
|
433
|
+
* propertyValue: true,
|
|
434
|
+
* digitalAssetAddress: "0x123",
|
|
435
|
+
* });
|
|
436
|
+
*
|
|
334
437
|
* @param args.account The account that mints the digital asset
|
|
335
438
|
* @param args.digitalAssetAddress The digital asset address
|
|
336
439
|
* @param args.propertyKey The property key for storing on-chain properties
|
|
@@ -351,6 +454,15 @@ declare class DigitalAsset {
|
|
|
351
454
|
/**
|
|
352
455
|
* Remove a digital asset property
|
|
353
456
|
*
|
|
457
|
+
* @example
|
|
458
|
+
* const transaction = await aptos.removeDigitalAssetPropertyTransaction({
|
|
459
|
+
* creator: alice,
|
|
460
|
+
* propertyKey: "newKey",
|
|
461
|
+
* propertyType: "BOOLEAN",
|
|
462
|
+
* propertyValue: true,
|
|
463
|
+
* digitalAssetAddress: "0x123",
|
|
464
|
+
* });
|
|
465
|
+
*
|
|
354
466
|
* @param args.account The account that mints the digital asset
|
|
355
467
|
* @param args.digitalAssetAddress The digital asset address
|
|
356
468
|
* @param args.propertyKey The property key for storing on-chain properties
|
|
@@ -371,6 +483,15 @@ declare class DigitalAsset {
|
|
|
371
483
|
/**
|
|
372
484
|
* Update a digital asset property
|
|
373
485
|
*
|
|
486
|
+
* @example
|
|
487
|
+
* const transaction = await aptos.updateDigitalAssetPropertyTransaction({
|
|
488
|
+
* creator: alice,
|
|
489
|
+
* propertyKey: "newKey",
|
|
490
|
+
* propertyType: "BOOLEAN",
|
|
491
|
+
* propertyValue: false,
|
|
492
|
+
* digitalAssetAddress: "0x123",
|
|
493
|
+
* });
|
|
494
|
+
*
|
|
374
495
|
* @param args.account The account that mints the digital asset
|
|
375
496
|
* @param args.digitalAssetAddress The digital asset address
|
|
376
497
|
* @param args.propertyKey The property key for storing on-chain properties
|
|
@@ -391,6 +512,15 @@ declare class DigitalAsset {
|
|
|
391
512
|
/**
|
|
392
513
|
* Add a typed digital asset property
|
|
393
514
|
*
|
|
515
|
+
* @example
|
|
516
|
+
* const transaction = await aptos.addDigitalAssetTypedPropertyTransaction({
|
|
517
|
+
* creator: alice,
|
|
518
|
+
* propertyKey: "typedKey",
|
|
519
|
+
* propertyType: "STRING",
|
|
520
|
+
* propertyValue: "hello",
|
|
521
|
+
* digitalAssetAddress: "0x123",
|
|
522
|
+
* });
|
|
523
|
+
*
|
|
394
524
|
* @param args.account The account that mints the digital asset
|
|
395
525
|
* @param args.digitalAssetAddress The digital asset address
|
|
396
526
|
* @param args.propertyKey The property key for storing on-chain properties
|
|
@@ -411,6 +541,15 @@ declare class DigitalAsset {
|
|
|
411
541
|
/**
|
|
412
542
|
* Update a typed digital asset property
|
|
413
543
|
*
|
|
544
|
+
* @example
|
|
545
|
+
* const transaction = await aptos.updateDigitalAssetTypedPropertyTransaction({
|
|
546
|
+
* creator: alice,
|
|
547
|
+
* propertyKey: "typedKey",
|
|
548
|
+
* propertyType: "U8",
|
|
549
|
+
* propertyValue: 2,
|
|
550
|
+
* digitalAssetAddress: "0x123",
|
|
551
|
+
* });
|
|
552
|
+
*
|
|
414
553
|
* @param args.account The account that mints the digital asset
|
|
415
554
|
* @param args.digitalAssetAddress The digital asset address
|
|
416
555
|
* @param args.propertyKey The property key for storing on-chain properties
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../chunk-
|
|
1
|
+
import{a}from"../chunk-IA6XM7QE.mjs";import"../chunk-QW3VNZJ7.mjs";import"../chunk-VM3EJYJU.mjs";import"../chunk-KL6VJ3UK.mjs";import"../chunk-I5OYNCZS.mjs";import"../chunk-R7G3CLRI.mjs";import"../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-BSCOVLWS.mjs";import"../chunk-KVIVMWN5.mjs";import"../chunk-V3MBJJTL.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{a as DigitalAsset};
|
|
2
2
|
//# sourceMappingURL=digitalAsset.mjs.map
|
package/dist/esm/api/event.d.mts
CHANGED
|
@@ -4,13 +4,13 @@ import { AccountAddressInput } from '../core/accountAddress.mjs';
|
|
|
4
4
|
import { AptosConfig } from './aptosConfig.mjs';
|
|
5
5
|
import { GetEventsResponse } from '../types/indexer.mjs';
|
|
6
6
|
import '../utils/apiEndpoints.mjs';
|
|
7
|
+
import '../types/generated/operations.mjs';
|
|
7
8
|
import '../bcs/serializer.mjs';
|
|
8
9
|
import '../core/hex.mjs';
|
|
9
10
|
import '../core/common.mjs';
|
|
10
11
|
import '../bcs/deserializer.mjs';
|
|
11
12
|
import '../transactions/instances/transactionArgument.mjs';
|
|
12
13
|
import '../utils/const.mjs';
|
|
13
|
-
import '../types/generated/operations.mjs';
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* A class to query all `Event` Aptos related queries
|
|
@@ -21,6 +21,9 @@ declare class Event {
|
|
|
21
21
|
/**
|
|
22
22
|
* Get module events by event type
|
|
23
23
|
*
|
|
24
|
+
* @example
|
|
25
|
+
* const events = await aptos.getModuleEventsByEventType({eventType:"0x1::transaction_fee::FeeStatement"})
|
|
26
|
+
*
|
|
24
27
|
* @param args.eventType - The event type
|
|
25
28
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
26
29
|
*
|
|
@@ -34,6 +37,9 @@ declare class Event {
|
|
|
34
37
|
/**
|
|
35
38
|
* Get events by creation number and an account address
|
|
36
39
|
*
|
|
40
|
+
* @example
|
|
41
|
+
* const events = await aptos.getAccountEventsByCreationNumber({accountAddress:"0x123",creationNumber: 0})
|
|
42
|
+
*
|
|
37
43
|
* @param args.accountAddress - The account address
|
|
38
44
|
* @param args.creationNumber - The event creation number
|
|
39
45
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
@@ -48,6 +54,9 @@ declare class Event {
|
|
|
48
54
|
/**
|
|
49
55
|
* Get events by event type and an account address
|
|
50
56
|
*
|
|
57
|
+
* @example
|
|
58
|
+
* const events = await aptos.getAccountEventsByEventType({accountAddress:"0x123",eventType: "0x1::transaction_fee::FeeStatement"})
|
|
59
|
+
*
|
|
51
60
|
* @param args.accountAddress - The account address
|
|
52
61
|
* @param args.eventType - The event type
|
|
53
62
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
@@ -64,15 +73,11 @@ declare class Event {
|
|
|
64
73
|
* Get all events
|
|
65
74
|
*
|
|
66
75
|
* An optional `where` can be passed in to filter out the response.
|
|
67
|
-
|
|
76
|
+
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
68
77
|
* @example
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
*
|
|
72
|
-
* transaction_version: { _eq: 123456 },
|
|
73
|
-
* }
|
|
74
|
-
* }
|
|
75
|
-
* ```
|
|
78
|
+
* const events = await aptos.getEvents()
|
|
79
|
+
* // with filtering
|
|
80
|
+
* const events = await aptos.getEvents({options: { where: { account_address: { _eq: "0x123" } } }});
|
|
76
81
|
*
|
|
77
82
|
* @returns GetEventsQuery response type
|
|
78
83
|
*/
|
package/dist/esm/api/event.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../chunk-
|
|
1
|
+
import{a}from"../chunk-2M6OT6DU.mjs";import"../chunk-QW3VNZJ7.mjs";import"../chunk-7CAEMK4R.mjs";import"../chunk-3JPVQHOR.mjs";import"../chunk-AH44UPM4.mjs";import"../chunk-V4YBGBCN.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{a as Event};
|
|
2
2
|
//# sourceMappingURL=event.mjs.map
|
|
@@ -22,6 +22,9 @@ declare class Faucet {
|
|
|
22
22
|
* This creates an account if it does not exist and mints the specified amount of
|
|
23
23
|
* coins into that account
|
|
24
24
|
*
|
|
25
|
+
* @example
|
|
26
|
+
* const transaction = await aptos.fundAccount({accountAddress:"0x123", amount: 100})
|
|
27
|
+
*
|
|
25
28
|
* @param args.accountAddress Address of the account to fund
|
|
26
29
|
* @param args.amount Amount of tokens to fund the account with
|
|
27
30
|
* @param args.options Configuration options for waitForTransaction
|
package/dist/esm/api/faucet.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../chunk-
|
|
1
|
+
import{a}from"../chunk-IS3OLRMB.mjs";import"../chunk-63AIRYJX.mjs";import"../chunk-7CAEMK4R.mjs";import"../chunk-3JPVQHOR.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{a as Faucet};
|
|
2
2
|
//# sourceMappingURL=faucet.mjs.map
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { AnyNumber, PaginationArgs, WhereArg } from '../types/index.mjs';
|
|
2
2
|
import { FungibleAssetMetadataBoolExp, FungibleAssetActivitiesBoolExp, CurrentFungibleAssetBalancesBoolExp } from '../types/generated/types.mjs';
|
|
3
3
|
import { AptosConfig } from './aptosConfig.mjs';
|
|
4
|
-
import {
|
|
5
|
-
import { A as Account } from '../Ed25519Account
|
|
4
|
+
import { AccountAddressInput } from '../core/accountAddress.mjs';
|
|
5
|
+
import { A as Account } from '../Ed25519Account--qjfup2u.mjs';
|
|
6
6
|
import { SimpleTransaction } from '../transactions/instances/simpleTransaction.mjs';
|
|
7
7
|
import { InputGenerateTransactionOptions } from '../transactions/types.mjs';
|
|
8
8
|
import { GetFungibleAssetMetadataResponse, GetFungibleAssetActivitiesResponse, GetCurrentFungibleAssetBalancesResponse } from '../types/indexer.mjs';
|
|
9
9
|
import '../utils/apiEndpoints.mjs';
|
|
10
|
+
import '../types/generated/operations.mjs';
|
|
10
11
|
import '../utils/const.mjs';
|
|
11
12
|
import '../bcs/serializer.mjs';
|
|
12
13
|
import '../core/hex.mjs';
|
|
@@ -15,7 +16,7 @@ import '../bcs/deserializer.mjs';
|
|
|
15
16
|
import '../transactions/instances/transactionArgument.mjs';
|
|
16
17
|
import '../transactions/authenticator/account.mjs';
|
|
17
18
|
import '../core/crypto/ed25519.mjs';
|
|
18
|
-
import '../publicKey-
|
|
19
|
+
import '../publicKey-lq5djCIY.mjs';
|
|
19
20
|
import '../core/crypto/signature.mjs';
|
|
20
21
|
import '../core/crypto/privateKey.mjs';
|
|
21
22
|
import '../core/crypto/multiEd25519.mjs';
|
|
@@ -31,7 +32,6 @@ import '../bcs/serializable/moveStructs.mjs';
|
|
|
31
32
|
import '../bcs/serializable/movePrimitives.mjs';
|
|
32
33
|
import '../bcs/serializable/fixedBytes.mjs';
|
|
33
34
|
import '../transactions/instances/multiAgentTransaction.mjs';
|
|
34
|
-
import '../types/generated/operations.mjs';
|
|
35
35
|
|
|
36
36
|
/**
|
|
37
37
|
* A class to query all `FungibleAsset` related queries on Aptos.
|
|
@@ -42,7 +42,11 @@ declare class FungibleAsset {
|
|
|
42
42
|
/**
|
|
43
43
|
* Queries all fungible asset metadata.
|
|
44
44
|
*
|
|
45
|
+
* @example
|
|
46
|
+
* const fungibleAsset = await aptos.getFungibleAssetMetadata()
|
|
47
|
+
*
|
|
45
48
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
49
|
+
* @param args.options Optional configuration for pagination and filtering
|
|
46
50
|
*
|
|
47
51
|
* @returns A list of fungible asset metadata
|
|
48
52
|
*/
|
|
@@ -55,6 +59,9 @@ declare class FungibleAsset {
|
|
|
55
59
|
*
|
|
56
60
|
* This query returns the fungible asset metadata for a specific fungible asset.
|
|
57
61
|
*
|
|
62
|
+
* @example
|
|
63
|
+
* const fungibleAsset = await aptos.getFungibleAssetMetadataByAssetType({assetType:"0x123::test_coin::TestCoin"})
|
|
64
|
+
*
|
|
58
65
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
59
66
|
* @param args.assetType The asset type of the fungible asset.
|
|
60
67
|
* e.g
|
|
@@ -70,7 +77,11 @@ declare class FungibleAsset {
|
|
|
70
77
|
/**
|
|
71
78
|
* Queries all fungible asset activities
|
|
72
79
|
*
|
|
80
|
+
* @example
|
|
81
|
+
* const fungibleAssetActivities = await aptos.getFungibleAssetActivities()
|
|
82
|
+
*
|
|
73
83
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
84
|
+
* @param args.options Optional configuration for pagination and filtering
|
|
74
85
|
*
|
|
75
86
|
* @returns A list of fungible asset metadata
|
|
76
87
|
*/
|
|
@@ -81,7 +92,11 @@ declare class FungibleAsset {
|
|
|
81
92
|
/**
|
|
82
93
|
* Queries all fungible asset balances
|
|
83
94
|
*
|
|
95
|
+
* @example
|
|
96
|
+
* const fungibleAssetBalances = await aptos.getCurrentFungibleAssetBalances()
|
|
97
|
+
*
|
|
84
98
|
* @param args.minimumLedgerVersion Optional ledger version to sync up to, before querying
|
|
99
|
+
* @param args.options Optional configuration for pagination and filtering
|
|
85
100
|
*
|
|
86
101
|
* @returns A list of fungible asset metadata
|
|
87
102
|
*/
|
|
@@ -90,10 +105,18 @@ declare class FungibleAsset {
|
|
|
90
105
|
options?: PaginationArgs & WhereArg<CurrentFungibleAssetBalancesBoolExp>;
|
|
91
106
|
}): Promise<GetCurrentFungibleAssetBalancesResponse>;
|
|
92
107
|
/**
|
|
93
|
-
*
|
|
108
|
+
* Transfer `amount` of fungible asset from sender's primary store to recipient's primary store.
|
|
94
109
|
*
|
|
95
110
|
* Use this method to transfer any fungible asset including fungible token.
|
|
96
111
|
*
|
|
112
|
+
* @example
|
|
113
|
+
* const transaction = await aptos.transferFungibleAsset({
|
|
114
|
+
* sender: alice,
|
|
115
|
+
* fungibleAssetMetadataAddress: "0x123",
|
|
116
|
+
* recipient: "0x456",
|
|
117
|
+
* amount: 5
|
|
118
|
+
* })
|
|
119
|
+
*
|
|
97
120
|
* @param sender The sender account
|
|
98
121
|
* @param fungibleAssetMetadataAddress The fungible asset account address.
|
|
99
122
|
* For example if you’re transferring USDT this would be the USDT address
|
|
@@ -104,8 +127,8 @@ declare class FungibleAsset {
|
|
|
104
127
|
*/
|
|
105
128
|
transferFungibleAsset(args: {
|
|
106
129
|
sender: Account;
|
|
107
|
-
fungibleAssetMetadataAddress:
|
|
108
|
-
recipient:
|
|
130
|
+
fungibleAssetMetadataAddress: AccountAddressInput;
|
|
131
|
+
recipient: AccountAddressInput;
|
|
109
132
|
amount: AnyNumber;
|
|
110
133
|
options?: InputGenerateTransactionOptions;
|
|
111
134
|
}): Promise<SimpleTransaction>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../chunk-
|
|
1
|
+
import{a}from"../chunk-7PYFGGHM.mjs";import"../chunk-QW3VNZJ7.mjs";import"../chunk-VX6LTXGB.mjs";import"../chunk-KL6VJ3UK.mjs";import"../chunk-I5OYNCZS.mjs";import"../chunk-R7G3CLRI.mjs";import"../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-BSCOVLWS.mjs";import"../chunk-KVIVMWN5.mjs";import"../chunk-V3MBJJTL.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{a as FungibleAsset};
|
|
2
2
|
//# sourceMappingURL=fungibleAsset.mjs.map
|