@aptos-labs/ts-sdk 1.33.1 → 1.33.2
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/README.md +4 -6
- package/dist/common/{accountAddress-BHsGaOsa.d.ts → accountAddress-Cf1amU98.d.ts} +279 -0
- package/dist/common/{chunk-F43XVDYJ.js → chunk-IHUCZKG2.js} +1 -1
- package/dist/common/chunk-IHUCZKG2.js.map +1 -0
- package/dist/common/cli/index.d.ts +47 -9
- package/dist/common/cli/index.js +1 -1
- package/dist/common/cli/index.js.map +1 -1
- package/dist/common/index.d.ts +1941 -225
- package/dist/common/index.js +33 -33
- package/dist/common/index.js.map +1 -1
- package/dist/esm/{Ed25519Account-B3xHXAQe.d.mts → Ed25519Account-D4j3_WIS.d.mts} +122 -12
- package/dist/esm/account/AbstractKeylessAccount.d.mts +81 -7
- package/dist/esm/account/AbstractKeylessAccount.mjs +1 -1
- package/dist/esm/account/Account.d.mts +5 -4
- package/dist/esm/account/Account.mjs +1 -1
- package/dist/esm/account/AccountUtils.d.mts +64 -0
- package/dist/esm/account/AccountUtils.mjs +2 -0
- package/dist/esm/account/Ed25519Account.d.mts +3 -2
- package/dist/esm/account/Ed25519Account.mjs +1 -1
- package/dist/esm/account/EphemeralKeyPair.d.mts +29 -1
- package/dist/esm/account/EphemeralKeyPair.mjs +1 -1
- package/dist/esm/account/FederatedKeylessAccount.d.mts +25 -5
- package/dist/esm/account/FederatedKeylessAccount.mjs +1 -1
- package/dist/esm/account/KeylessAccount.d.mts +30 -5
- package/dist/esm/account/KeylessAccount.mjs +1 -1
- package/dist/esm/account/MultiKeyAccount.d.mts +40 -5
- package/dist/esm/account/MultiKeyAccount.mjs +1 -1
- package/dist/esm/account/SingleKeyAccount.d.mts +4 -3
- package/dist/esm/account/SingleKeyAccount.mjs +1 -1
- package/dist/esm/account/index.d.mts +4 -2
- package/dist/esm/account/index.mjs +1 -1
- package/dist/esm/account/utils.d.mts +18 -0
- package/dist/esm/account/utils.mjs +2 -0
- package/dist/esm/account/utils.mjs.map +1 -0
- package/dist/esm/api/account.d.mts +25 -4
- package/dist/esm/api/account.mjs +1 -1
- package/dist/esm/api/ans.d.mts +18 -2
- package/dist/esm/api/ans.mjs +1 -1
- package/dist/esm/api/aptos.d.mts +5 -2
- package/dist/esm/api/aptos.mjs +1 -1
- package/dist/esm/api/aptosConfig.d.mts +16 -0
- package/dist/esm/api/aptosConfig.mjs +1 -1
- package/dist/esm/api/coin.d.mts +5 -1
- package/dist/esm/api/coin.mjs +1 -1
- package/dist/esm/api/digitalAsset.d.mts +29 -2
- package/dist/esm/api/digitalAsset.mjs +1 -1
- package/dist/esm/api/event.d.mts +6 -0
- package/dist/esm/api/event.mjs +1 -1
- package/dist/esm/api/faucet.d.mts +11 -2
- package/dist/esm/api/faucet.mjs +1 -1
- package/dist/esm/api/fungibleAsset.d.mts +11 -2
- package/dist/esm/api/fungibleAsset.mjs +1 -1
- package/dist/esm/api/general.d.mts +14 -1
- package/dist/esm/api/general.mjs +1 -1
- package/dist/esm/api/index.d.mts +3 -2
- package/dist/esm/api/index.mjs +1 -1
- package/dist/esm/api/keyless.d.mts +8 -2
- package/dist/esm/api/keyless.mjs +1 -1
- package/dist/esm/api/object.d.mts +3 -0
- package/dist/esm/api/object.mjs +1 -1
- package/dist/esm/api/staking.d.mts +5 -0
- package/dist/esm/api/staking.mjs +1 -1
- package/dist/esm/api/table.d.mts +5 -0
- package/dist/esm/api/table.mjs +1 -1
- package/dist/esm/api/transaction.d.mts +23 -6
- package/dist/esm/api/transaction.mjs +1 -1
- package/dist/esm/api/transactionSubmission/build.d.mts +6 -1
- package/dist/esm/api/transactionSubmission/build.mjs +1 -1
- package/dist/esm/api/transactionSubmission/helpers.d.mts +2 -0
- package/dist/esm/api/transactionSubmission/helpers.mjs +1 -1
- package/dist/esm/api/transactionSubmission/management.d.mts +8 -2
- package/dist/esm/api/transactionSubmission/management.mjs +1 -1
- package/dist/esm/api/transactionSubmission/sign.d.mts +7 -2
- package/dist/esm/api/transactionSubmission/sign.mjs +1 -1
- package/dist/esm/api/transactionSubmission/sign.mjs.map +1 -1
- package/dist/esm/api/transactionSubmission/simulate.d.mts +6 -1
- package/dist/esm/api/transactionSubmission/simulate.mjs +1 -1
- package/dist/esm/api/transactionSubmission/submit.d.mts +6 -1
- package/dist/esm/api/transactionSubmission/submit.mjs +1 -1
- package/dist/esm/api/utils.d.mts +1 -0
- package/dist/esm/api/utils.mjs +1 -1
- package/dist/esm/bcs/deserializer.d.mts +42 -1
- package/dist/esm/bcs/deserializer.mjs +1 -1
- package/dist/esm/bcs/index.mjs +1 -1
- package/dist/esm/bcs/serializable/entryFunctionBytes.d.mts +10 -0
- package/dist/esm/bcs/serializable/entryFunctionBytes.mjs +1 -1
- package/dist/esm/bcs/serializable/fixedBytes.d.mts +12 -0
- package/dist/esm/bcs/serializable/fixedBytes.mjs +1 -1
- package/dist/esm/bcs/serializable/movePrimitives.d.mts +24 -0
- package/dist/esm/bcs/serializable/movePrimitives.mjs +1 -1
- package/dist/esm/bcs/serializable/moveStructs.d.mts +56 -0
- package/dist/esm/bcs/serializable/moveStructs.mjs +1 -1
- package/dist/esm/bcs/serializer.d.mts +60 -0
- package/dist/esm/bcs/serializer.mjs +1 -1
- package/dist/esm/{chunk-PMGK5IHB.mjs → chunk-2FBJWTJD.mjs} +2 -2
- package/dist/esm/chunk-2FBJWTJD.mjs.map +1 -0
- package/dist/esm/{chunk-L4SWQLAJ.mjs → chunk-2N5KYALM.mjs} +2 -2
- package/dist/esm/chunk-2N5KYALM.mjs.map +1 -0
- package/dist/esm/{chunk-7V35JAAF.mjs → chunk-2TJ6OTVD.mjs} +2 -2
- package/dist/esm/chunk-2TJ6OTVD.mjs.map +1 -0
- package/dist/esm/{chunk-GVNK3UMT.mjs → chunk-2UXW3EB7.mjs} +2 -2
- package/dist/esm/chunk-2UXW3EB7.mjs.map +1 -0
- package/dist/esm/{chunk-UJSTWN32.mjs → chunk-2WCATZVL.mjs} +2 -2
- package/dist/esm/{chunk-UJSTWN32.mjs.map → chunk-2WCATZVL.mjs.map} +1 -1
- package/dist/esm/{chunk-FZDEGDUY.mjs → chunk-35DKMW7Q.mjs} +1 -1
- package/dist/esm/chunk-35DKMW7Q.mjs.map +1 -0
- package/dist/esm/{chunk-WFK3XRQX.mjs → chunk-3RCAJICY.mjs} +2 -2
- package/dist/esm/chunk-3RCAJICY.mjs.map +1 -0
- package/dist/esm/{chunk-KCWRCWNT.mjs → chunk-43GCGE6C.mjs} +2 -2
- package/dist/esm/chunk-43GCGE6C.mjs.map +1 -0
- package/dist/esm/{chunk-4DP3PEYK.mjs → chunk-4EUS4E6S.mjs} +2 -2
- package/dist/esm/chunk-4EUS4E6S.mjs.map +1 -0
- package/dist/esm/chunk-4RXKALLC.mjs +2 -0
- package/dist/esm/chunk-4RXKALLC.mjs.map +1 -0
- package/dist/esm/chunk-4YLUM62M.mjs +2 -0
- package/dist/esm/chunk-4YLUM62M.mjs.map +1 -0
- package/dist/esm/{chunk-SNYYEVJA.mjs → chunk-4ZYPDCSP.mjs} +2 -2
- package/dist/esm/chunk-4ZYPDCSP.mjs.map +1 -0
- package/dist/esm/{chunk-F2WY2DEY.mjs → chunk-5EBUWO2M.mjs} +2 -2
- package/dist/esm/chunk-5EBUWO2M.mjs.map +1 -0
- package/dist/esm/{chunk-5LGKGWLX.mjs → chunk-5EYTHMRZ.mjs} +2 -2
- package/dist/esm/chunk-5EYTHMRZ.mjs.map +1 -0
- package/dist/esm/{chunk-DBTKJMLV.mjs → chunk-5PXDPMF2.mjs} +2 -2
- package/dist/esm/chunk-5PXDPMF2.mjs.map +1 -0
- package/dist/esm/chunk-5VMAJTTV.mjs +2 -0
- package/dist/esm/chunk-5VMAJTTV.mjs.map +1 -0
- package/dist/esm/{chunk-YEWZAR76.mjs → chunk-5YWH3XPN.mjs} +2 -2
- package/dist/esm/chunk-5YWH3XPN.mjs.map +1 -0
- package/dist/esm/{chunk-QI7OREBM.mjs → chunk-67ZVDKJF.mjs} +2 -2
- package/dist/esm/chunk-67ZVDKJF.mjs.map +1 -0
- package/dist/esm/{chunk-U6OCK6T4.mjs → chunk-6CXMDJQR.mjs} +2 -2
- package/dist/esm/chunk-6CXMDJQR.mjs.map +1 -0
- package/dist/esm/chunk-6IEZPA4H.mjs +2 -0
- package/dist/esm/chunk-6IEZPA4H.mjs.map +1 -0
- package/dist/esm/{chunk-N62NUAHT.mjs → chunk-6YHDZLRN.mjs} +2 -2
- package/dist/esm/chunk-6YHDZLRN.mjs.map +1 -0
- package/dist/esm/chunk-6YWYAVFS.mjs +2 -0
- package/dist/esm/chunk-6YWYAVFS.mjs.map +1 -0
- package/dist/esm/chunk-77AEKF7K.mjs +2 -0
- package/dist/esm/{chunk-YD2BMHH7.mjs.map → chunk-77AEKF7K.mjs.map} +1 -1
- package/dist/esm/{chunk-XOLU6UP3.mjs → chunk-7IY3DTEF.mjs} +2 -2
- package/dist/esm/chunk-7IY3DTEF.mjs.map +1 -0
- package/dist/esm/{chunk-2CJC43CV.mjs → chunk-A5L76YP7.mjs} +1 -1
- package/dist/esm/chunk-A5L76YP7.mjs.map +1 -0
- package/dist/esm/{chunk-ICMELYCL.mjs → chunk-AFEHO5PP.mjs} +2 -2
- package/dist/esm/chunk-AFEHO5PP.mjs.map +1 -0
- package/dist/esm/{chunk-NK67FECB.mjs → chunk-AXYARCYT.mjs} +2 -2
- package/dist/esm/chunk-AXYARCYT.mjs.map +1 -0
- package/dist/esm/{chunk-AOROYJ74.mjs → chunk-AZWVCBK2.mjs} +2 -2
- package/dist/esm/chunk-AZWVCBK2.mjs.map +1 -0
- package/dist/esm/{chunk-U3T4ZT7B.mjs → chunk-BGSEBFFC.mjs} +2 -2
- package/dist/esm/chunk-BGSEBFFC.mjs.map +1 -0
- package/dist/esm/{chunk-6ZOVTYLJ.mjs → chunk-BI3BTSUB.mjs} +2 -2
- package/dist/esm/chunk-BI3BTSUB.mjs.map +1 -0
- package/dist/esm/{chunk-OIOGOW6I.mjs → chunk-C3Q23D22.mjs} +1 -1
- package/dist/esm/chunk-C3Q23D22.mjs.map +1 -0
- package/dist/esm/{chunk-VQZMI3EZ.mjs → chunk-CWKNJZB6.mjs} +2 -2
- package/dist/esm/chunk-CWKNJZB6.mjs.map +1 -0
- package/dist/esm/{chunk-V4FKFCBL.mjs → chunk-DAFSKSZ5.mjs} +1 -1
- package/dist/esm/chunk-DAFSKSZ5.mjs.map +1 -0
- package/dist/esm/{chunk-IBZKCBN5.mjs → chunk-DOQV5BSA.mjs} +2 -2
- package/dist/esm/chunk-DOQV5BSA.mjs.map +1 -0
- package/dist/esm/chunk-DPW6ELCQ.mjs +2 -0
- package/dist/esm/chunk-DPW6ELCQ.mjs.map +1 -0
- package/dist/esm/{chunk-IK2NYNKG.mjs → chunk-DYATTONT.mjs} +2 -2
- package/dist/esm/chunk-DYATTONT.mjs.map +1 -0
- package/dist/esm/{chunk-ALNQK276.mjs → chunk-E5HGSOG2.mjs} +2 -2
- package/dist/esm/chunk-E5HGSOG2.mjs.map +1 -0
- package/dist/esm/{chunk-2MN7DW2J.mjs → chunk-E7JDVKFY.mjs} +2 -2
- package/dist/esm/chunk-E7JDVKFY.mjs.map +1 -0
- package/dist/esm/{chunk-AJ5JHBAE.mjs → chunk-EBMEXURY.mjs} +2 -2
- package/dist/esm/chunk-EBMEXURY.mjs.map +1 -0
- package/dist/esm/chunk-EMURYYVO.mjs +2 -0
- package/dist/esm/chunk-EMURYYVO.mjs.map +1 -0
- package/dist/esm/chunk-F2ZTBAJJ.mjs +2 -0
- package/dist/esm/chunk-F2ZTBAJJ.mjs.map +1 -0
- package/dist/esm/{chunk-UGIHQFID.mjs → chunk-FIEMUPXF.mjs} +2 -2
- package/dist/esm/chunk-FIEMUPXF.mjs.map +1 -0
- package/dist/esm/{chunk-AKIO3OIT.mjs → chunk-FN4C3CKC.mjs} +2 -2
- package/dist/esm/chunk-FN4C3CKC.mjs.map +1 -0
- package/dist/esm/{chunk-H3C3VTHS.mjs → chunk-FZD5RWSZ.mjs} +2 -2
- package/dist/esm/chunk-FZD5RWSZ.mjs.map +1 -0
- package/dist/esm/{chunk-T6ADNZE5.mjs → chunk-G4O6FXCF.mjs} +2 -2
- package/dist/esm/chunk-G4O6FXCF.mjs.map +1 -0
- package/dist/esm/{chunk-GMKKHGXK.mjs → chunk-GOXRBEIJ.mjs} +1 -1
- package/dist/esm/chunk-GOXRBEIJ.mjs.map +1 -0
- package/dist/esm/chunk-GP4TLDVZ.mjs +1 -0
- package/dist/esm/chunk-GP4TLDVZ.mjs.map +1 -0
- package/dist/esm/{chunk-BAEIZAP7.mjs → chunk-HBH2NQKU.mjs} +2 -2
- package/dist/esm/chunk-HBH2NQKU.mjs.map +1 -0
- package/dist/esm/{chunk-ZMMLM6ZJ.mjs → chunk-IDTLNF4M.mjs} +2 -2
- package/dist/esm/chunk-IDTLNF4M.mjs.map +1 -0
- package/dist/esm/{chunk-PXMNAP2Q.mjs → chunk-IEUEMBFD.mjs} +2 -2
- package/dist/esm/chunk-IEUEMBFD.mjs.map +1 -0
- package/dist/esm/{chunk-6Q2O5G3J.mjs → chunk-IF4UU2MT.mjs} +1 -1
- package/dist/esm/chunk-IF4UU2MT.mjs.map +1 -0
- package/dist/esm/{chunk-LPVGVTWT.mjs → chunk-JBEUUULP.mjs} +2 -2
- package/dist/esm/chunk-JBEUUULP.mjs.map +1 -0
- package/dist/esm/chunk-JJM6ELMS.mjs +2 -0
- package/dist/esm/chunk-JJM6ELMS.mjs.map +1 -0
- package/dist/esm/{chunk-2ESU5N3V.mjs → chunk-KOORZTHC.mjs} +2 -2
- package/dist/esm/chunk-KOORZTHC.mjs.map +1 -0
- package/dist/esm/{chunk-2QGJDHME.mjs → chunk-KVM2SGSF.mjs} +2 -2
- package/dist/esm/chunk-KVM2SGSF.mjs.map +1 -0
- package/dist/esm/{chunk-5PVZ4N42.mjs → chunk-M77M6NSB.mjs} +2 -2
- package/dist/esm/chunk-M77M6NSB.mjs.map +1 -0
- package/dist/esm/{chunk-G4KAHJXB.mjs → chunk-MCLYDS3O.mjs} +2 -2
- package/dist/esm/chunk-MCLYDS3O.mjs.map +1 -0
- package/dist/esm/{chunk-46O23AOD.mjs → chunk-MLSAZJZK.mjs} +2 -2
- package/dist/esm/chunk-MLSAZJZK.mjs.map +1 -0
- package/dist/esm/{chunk-BRV3RLKW.mjs → chunk-MT2RJ7H3.mjs} +2 -2
- package/dist/esm/chunk-MT2RJ7H3.mjs.map +1 -0
- package/dist/esm/chunk-MWBRD43V.mjs +2 -0
- package/dist/esm/chunk-MWBRD43V.mjs.map +1 -0
- package/dist/esm/{chunk-ACVIE7IE.mjs → chunk-N4DM5FYH.mjs} +2 -2
- package/dist/esm/chunk-N4DM5FYH.mjs.map +1 -0
- package/dist/esm/{chunk-LGTOOAQI.mjs → chunk-N6YTF76Q.mjs} +2 -2
- package/dist/esm/chunk-N6YTF76Q.mjs.map +1 -0
- package/dist/esm/{chunk-7N7FEBZA.mjs → chunk-NBNZ53ZV.mjs} +2 -2
- package/dist/esm/chunk-NBNZ53ZV.mjs.map +1 -0
- package/dist/esm/{chunk-CX6KECGV.mjs → chunk-NWLJ6RW7.mjs} +2 -2
- package/dist/esm/chunk-NWLJ6RW7.mjs.map +1 -0
- package/dist/esm/{chunk-VIZHWYI5.mjs → chunk-NYETBDSR.mjs} +2 -2
- package/dist/esm/chunk-NYETBDSR.mjs.map +1 -0
- package/dist/esm/{chunk-SK3LIS4Z.mjs → chunk-OEQ2U7GK.mjs} +2 -2
- package/dist/esm/chunk-OEQ2U7GK.mjs.map +1 -0
- package/dist/esm/{chunk-2C27NY4D.mjs → chunk-OHZURQPY.mjs} +2 -2
- package/dist/esm/chunk-OHZURQPY.mjs.map +1 -0
- package/dist/esm/{chunk-333QBK32.mjs → chunk-ONTWK5FU.mjs} +2 -2
- package/dist/esm/chunk-ONTWK5FU.mjs.map +1 -0
- package/dist/esm/chunk-OR6GFWLG.mjs +2 -0
- package/dist/esm/chunk-OR6GFWLG.mjs.map +1 -0
- package/dist/esm/{chunk-42H7WETG.mjs → chunk-ORMOQWWH.mjs} +2 -2
- package/dist/esm/chunk-ORMOQWWH.mjs.map +1 -0
- package/dist/esm/{chunk-S5SQJRAV.mjs → chunk-OROPNHRY.mjs} +2 -2
- package/dist/esm/chunk-OROPNHRY.mjs.map +1 -0
- package/dist/esm/{chunk-VWGB5BHW.mjs → chunk-OSBRPVVI.mjs} +2 -2
- package/dist/esm/chunk-OSBRPVVI.mjs.map +1 -0
- package/dist/esm/{chunk-NZ7M6NG2.mjs → chunk-P7A5RILV.mjs} +2 -2
- package/dist/esm/{chunk-JNO7KPMG.mjs → chunk-Q4C4U6I4.mjs} +2 -2
- package/dist/esm/chunk-Q4C4U6I4.mjs.map +1 -0
- package/dist/esm/{chunk-HMMNQFVM.mjs → chunk-QHC5DKVZ.mjs} +2 -2
- package/dist/esm/chunk-QHC5DKVZ.mjs.map +1 -0
- package/dist/esm/{chunk-F45G3GP3.mjs → chunk-QHEKBHNU.mjs} +2 -2
- package/dist/esm/chunk-QQEK7WVP.mjs +2 -0
- package/dist/esm/chunk-QQEK7WVP.mjs.map +1 -0
- package/dist/esm/{chunk-J7PJSK3J.mjs → chunk-RJ7F4JDV.mjs} +1 -1
- package/dist/esm/chunk-RJ7F4JDV.mjs.map +1 -0
- package/dist/esm/{chunk-BUAHUVAD.mjs → chunk-ROT6S6BM.mjs} +2 -2
- package/dist/esm/chunk-ROT6S6BM.mjs.map +1 -0
- package/dist/esm/{chunk-LKKI2KAP.mjs → chunk-S4LZMY2L.mjs} +2 -2
- package/dist/esm/chunk-S4LZMY2L.mjs.map +1 -0
- package/dist/esm/{chunk-33CVOPIN.mjs → chunk-S7RZGC56.mjs} +2 -2
- package/dist/esm/{chunk-33CVOPIN.mjs.map → chunk-S7RZGC56.mjs.map} +1 -1
- package/dist/esm/{chunk-SPRNSFUV.mjs → chunk-STY74NUA.mjs} +2 -2
- package/dist/esm/chunk-STY74NUA.mjs.map +1 -0
- package/dist/esm/{chunk-ZMBXHMVQ.mjs → chunk-TOBQ5UE6.mjs} +2 -2
- package/dist/esm/chunk-TOBQ5UE6.mjs.map +1 -0
- package/dist/esm/{chunk-7T26VA2W.mjs → chunk-UC23V7PU.mjs} +2 -2
- package/dist/esm/chunk-UC23V7PU.mjs.map +1 -0
- package/dist/esm/{chunk-4MTSP4S2.mjs → chunk-V6VPMNWJ.mjs} +2 -2
- package/dist/esm/chunk-V6VPMNWJ.mjs.map +1 -0
- package/dist/esm/{chunk-JMPHD4BP.mjs → chunk-VUIHJIMX.mjs} +2 -2
- package/dist/esm/chunk-VUIHJIMX.mjs.map +1 -0
- package/dist/esm/{chunk-2KSMV5KD.mjs → chunk-VV4HCOJQ.mjs} +2 -2
- package/dist/esm/chunk-VV4HCOJQ.mjs.map +1 -0
- package/dist/esm/{chunk-XZN344G4.mjs → chunk-VVXBVJXD.mjs} +2 -2
- package/dist/esm/chunk-VVXBVJXD.mjs.map +1 -0
- package/dist/esm/{chunk-IHGA5KAD.mjs → chunk-W4BSN6SK.mjs} +1 -1
- package/dist/esm/chunk-W4BSN6SK.mjs.map +1 -0
- package/dist/esm/chunk-WCMW2L3P.mjs +2 -0
- package/dist/esm/chunk-WCMW2L3P.mjs.map +1 -0
- package/dist/esm/{chunk-UFPYCROT.mjs → chunk-WQRGDSPD.mjs} +2 -2
- package/dist/esm/chunk-WQRGDSPD.mjs.map +1 -0
- package/dist/esm/chunk-WUWPN7XV.mjs +2 -0
- package/dist/esm/chunk-WUWPN7XV.mjs.map +1 -0
- package/dist/esm/{chunk-LA5HJILW.mjs → chunk-X6UNY6YM.mjs} +2 -2
- package/dist/esm/chunk-X6UNY6YM.mjs.map +1 -0
- package/dist/esm/chunk-XJJVJOX5.mjs +2 -0
- package/dist/esm/{chunk-UGTIALNW.mjs.map → chunk-XJJVJOX5.mjs.map} +1 -1
- package/dist/esm/{chunk-OPO5EYF7.mjs → chunk-XKUIMGKU.mjs} +2 -2
- package/dist/esm/chunk-XKUIMGKU.mjs.map +1 -0
- package/dist/esm/chunk-XTJOA5QN.mjs +2 -0
- package/dist/esm/chunk-XTJOA5QN.mjs.map +1 -0
- package/dist/esm/chunk-XTOIL6MB.mjs +2 -0
- package/dist/esm/chunk-XTOIL6MB.mjs.map +1 -0
- package/dist/esm/{chunk-ZMS3AOEZ.mjs → chunk-XY43TPRH.mjs} +2 -2
- package/dist/esm/chunk-XY43TPRH.mjs.map +1 -0
- package/dist/esm/{chunk-EGV3HFE3.mjs → chunk-XYB6KYKW.mjs} +2 -2
- package/dist/esm/chunk-XYB6KYKW.mjs.map +1 -0
- package/dist/esm/{chunk-RCA73RVB.mjs → chunk-XZ4JRYCE.mjs} +2 -2
- package/dist/esm/chunk-XZ4JRYCE.mjs.map +1 -0
- package/dist/esm/{chunk-4XB3BB5Z.mjs → chunk-YCQUYDZI.mjs} +2 -2
- package/dist/esm/chunk-YCQUYDZI.mjs.map +1 -0
- package/dist/esm/{chunk-HBIDHQ2M.mjs → chunk-YOZBVVKL.mjs} +1 -1
- package/dist/esm/chunk-YOZBVVKL.mjs.map +1 -0
- package/dist/esm/chunk-ZAIVZDOL.mjs +2 -0
- package/dist/esm/chunk-ZAIVZDOL.mjs.map +1 -0
- package/dist/esm/{chunk-ZXVN3HXB.mjs → chunk-ZGVNZE7J.mjs} +2 -2
- package/dist/esm/chunk-ZGVNZE7J.mjs.map +1 -0
- package/dist/esm/{chunk-YJVZFYBX.mjs → chunk-ZPV7HPA4.mjs} +2 -2
- package/dist/esm/chunk-ZPV7HPA4.mjs.map +1 -0
- package/dist/esm/cli/index.mjs +1 -1
- package/dist/esm/cli/localNode.d.mts +20 -8
- package/dist/esm/cli/localNode.mjs +1 -1
- package/dist/esm/cli/move.d.mts +26 -0
- package/dist/esm/cli/move.mjs +1 -1
- package/dist/esm/client/core.d.mts +4 -0
- package/dist/esm/client/core.mjs +1 -1
- package/dist/esm/client/get.d.mts +33 -1
- package/dist/esm/client/get.mjs +1 -1
- package/dist/esm/client/index.d.mts +1 -1
- package/dist/esm/client/index.mjs +1 -1
- package/dist/esm/client/post.d.mts +37 -0
- package/dist/esm/client/post.mjs +1 -1
- package/dist/esm/core/account/index.mjs +1 -1
- package/dist/esm/core/account/utils/address.d.mts +6 -0
- 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.d.mts +46 -0
- 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.d.mts +14 -0
- package/dist/esm/core/common.mjs +1 -1
- package/dist/esm/core/crypto/ed25519.d.mts +57 -5
- package/dist/esm/core/crypto/ed25519.mjs +1 -1
- package/dist/esm/core/crypto/ephemeral.d.mts +23 -1
- package/dist/esm/core/crypto/ephemeral.mjs +1 -1
- package/dist/esm/core/crypto/federatedKeyless.d.mts +13 -1
- package/dist/esm/core/crypto/federatedKeyless.mjs +1 -1
- package/dist/esm/core/crypto/hdKey.d.mts +28 -0
- package/dist/esm/core/crypto/hdKey.mjs +1 -1
- package/dist/esm/core/crypto/index.d.mts +2 -2
- package/dist/esm/core/crypto/index.mjs +1 -1
- package/dist/esm/core/crypto/keyless.d.mts +131 -1
- package/dist/esm/core/crypto/keyless.mjs +1 -1
- package/dist/esm/core/crypto/multiEd25519.d.mts +41 -1
- package/dist/esm/core/crypto/multiEd25519.mjs +1 -1
- package/dist/esm/core/crypto/multiKey.d.mts +38 -1
- package/dist/esm/core/crypto/multiKey.mjs +1 -1
- package/dist/esm/core/crypto/poseidon.d.mts +10 -0
- package/dist/esm/core/crypto/poseidon.mjs +1 -1
- package/dist/esm/core/crypto/privateKey.d.mts +9 -1
- package/dist/esm/core/crypto/privateKey.mjs +1 -1
- package/dist/esm/core/crypto/proof.d.mts +2 -0
- package/dist/esm/core/crypto/proof.mjs +1 -1
- package/dist/esm/core/crypto/publicKey.d.mts +1 -1
- package/dist/esm/core/crypto/publicKey.mjs +1 -1
- package/dist/esm/core/crypto/secp256k1.d.mts +50 -3
- package/dist/esm/core/crypto/secp256k1.mjs +1 -1
- package/dist/esm/core/crypto/signature.d.mts +6 -0
- package/dist/esm/core/crypto/signature.mjs +1 -1
- package/dist/esm/core/crypto/singleKey.d.mts +36 -2
- package/dist/esm/core/crypto/singleKey.mjs +1 -1
- package/dist/esm/core/crypto/utils.d.mts +2 -0
- package/dist/esm/core/crypto/utils.mjs +1 -1
- package/dist/esm/core/hex.d.mts +20 -0
- 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/errors/index.mjs +1 -1
- package/dist/esm/index.d.mts +5 -4
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/internal/account.d.mts +24 -4
- package/dist/esm/internal/account.mjs +1 -1
- package/dist/esm/internal/ans.d.mts +27 -2
- package/dist/esm/internal/ans.mjs +1 -1
- package/dist/esm/internal/coin.d.mts +3 -1
- package/dist/esm/internal/coin.mjs +1 -1
- package/dist/esm/internal/digitalAsset.d.mts +31 -2
- package/dist/esm/internal/digitalAsset.mjs +1 -1
- package/dist/esm/internal/event.d.mts +5 -0
- package/dist/esm/internal/event.mjs +1 -1
- package/dist/esm/internal/faucet.d.mts +5 -0
- package/dist/esm/internal/faucet.mjs +1 -1
- package/dist/esm/internal/fungibleAsset.d.mts +8 -2
- package/dist/esm/internal/fungibleAsset.mjs +1 -1
- package/dist/esm/internal/general.d.mts +7 -0
- package/dist/esm/internal/general.mjs +1 -1
- package/dist/esm/internal/keyless.d.mts +6 -2
- package/dist/esm/internal/keyless.mjs +1 -1
- package/dist/esm/internal/object.d.mts +2 -0
- package/dist/esm/internal/object.mjs +1 -1
- package/dist/esm/internal/staking.d.mts +5 -1
- package/dist/esm/internal/staking.mjs +1 -1
- package/dist/esm/internal/table.d.mts +3 -0
- package/dist/esm/internal/table.mjs +1 -1
- package/dist/esm/internal/transaction.d.mts +14 -0
- package/dist/esm/internal/transaction.mjs +1 -1
- package/dist/esm/internal/transactionSubmission.d.mts +16 -5
- package/dist/esm/internal/transactionSubmission.mjs +1 -1
- package/dist/esm/internal/view.d.mts +2 -1
- package/dist/esm/internal/view.mjs +1 -1
- package/dist/esm/{publicKey-BVXX1nVl.d.mts → publicKey-BMtGNNLg.d.mts} +36 -0
- package/dist/esm/transactions/authenticator/account.d.mts +28 -1
- package/dist/esm/transactions/authenticator/account.mjs +1 -1
- package/dist/esm/transactions/authenticator/index.d.mts +2 -1
- package/dist/esm/transactions/authenticator/index.mjs +1 -1
- package/dist/esm/transactions/authenticator/transaction.d.mts +23 -2
- package/dist/esm/transactions/authenticator/transaction.mjs +1 -1
- package/dist/esm/transactions/index.d.mts +2 -1
- package/dist/esm/transactions/index.mjs +1 -1
- package/dist/esm/transactions/instances/chainId.d.mts +8 -0
- package/dist/esm/transactions/instances/chainId.mjs +1 -1
- package/dist/esm/transactions/instances/identifier.d.mts +8 -0
- package/dist/esm/transactions/instances/identifier.mjs +1 -1
- package/dist/esm/transactions/instances/index.d.mts +2 -1
- package/dist/esm/transactions/instances/index.mjs +1 -1
- package/dist/esm/transactions/instances/moduleId.d.mts +10 -0
- package/dist/esm/transactions/instances/moduleId.mjs +1 -1
- package/dist/esm/transactions/instances/multiAgentTransaction.d.mts +8 -0
- package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/rawTransaction.d.mts +30 -0
- package/dist/esm/transactions/instances/rawTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/rotationProofChallenge.d.mts +7 -1
- package/dist/esm/transactions/instances/rotationProofChallenge.mjs +1 -1
- package/dist/esm/transactions/instances/signedTransaction.d.mts +10 -1
- package/dist/esm/transactions/instances/signedTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/simpleTransaction.d.mts +8 -0
- package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/transactionArgument.d.mts +16 -0
- package/dist/esm/transactions/instances/transactionPayload.d.mts +48 -0
- package/dist/esm/transactions/instances/transactionPayload.mjs +1 -1
- package/dist/esm/transactions/management/accountSequenceNumber.d.mts +19 -2
- package/dist/esm/transactions/management/accountSequenceNumber.mjs +1 -1
- package/dist/esm/transactions/management/asyncQueue.d.mts +16 -0
- package/dist/esm/transactions/management/asyncQueue.mjs +1 -1
- package/dist/esm/transactions/management/index.d.mts +3 -2
- package/dist/esm/transactions/management/index.mjs +1 -1
- package/dist/esm/transactions/management/transactionWorker.d.mts +45 -7
- package/dist/esm/transactions/management/transactionWorker.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/helpers.d.mts +64 -1
- package/dist/esm/transactions/transactionBuilder/helpers.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/index.d.mts +2 -1
- package/dist/esm/transactions/transactionBuilder/index.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/remoteAbi.d.mts +14 -1
- package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/signingMessage.d.mts +10 -1
- package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/transactionBuilder.d.mts +42 -1
- package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -1
- package/dist/esm/transactions/typeTag/index.d.mts +82 -0
- package/dist/esm/transactions/typeTag/index.mjs +1 -1
- package/dist/esm/transactions/typeTag/parser.d.mts +8 -0
- package/dist/esm/transactions/typeTag/parser.mjs +1 -1
- package/dist/esm/transactions/types.d.mts +80 -1
- package/dist/esm/types/index.mjs +1 -1
- package/dist/esm/types/indexer.d.mts +52 -0
- package/dist/esm/types/keyless.d.mts +12 -0
- package/dist/esm/utils/apiEndpoints.d.mts +30 -0
- package/dist/esm/utils/apiEndpoints.mjs +1 -1
- package/dist/esm/utils/const.d.mts +24 -0
- package/dist/esm/utils/const.mjs +1 -1
- package/dist/esm/utils/helpers.d.mts +20 -0
- package/dist/esm/utils/helpers.mjs +1 -1
- package/dist/esm/utils/index.mjs +1 -1
- package/dist/esm/utils/memoize.d.mts +4 -0
- package/dist/esm/utils/memoize.mjs +1 -1
- package/dist/esm/utils/normalizeBundle.d.mts +8 -0
- package/dist/esm/utils/normalizeBundle.mjs +1 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +19 -20
- package/src/account/AbstractKeylessAccount.ts +80 -9
- package/src/account/Account.ts +51 -6
- package/src/account/AccountUtils.ts +216 -0
- package/src/account/Ed25519Account.ts +26 -0
- package/src/account/EphemeralKeyPair.ts +30 -0
- package/src/account/FederatedKeylessAccount.ts +10 -3
- package/src/account/KeylessAccount.ts +13 -1
- package/src/account/MultiKeyAccount.ts +75 -12
- package/src/account/SingleKeyAccount.ts +63 -6
- package/src/account/index.ts +1 -0
- package/src/account/utils.ts +16 -0
- package/src/api/account.ts +22 -2
- package/src/api/ans.ts +15 -0
- package/src/api/aptos.ts +3 -0
- package/src/api/aptosConfig.ts +24 -0
- package/src/api/coin.ts +3 -0
- package/src/api/digitalAsset.ts +26 -0
- package/src/api/event.ts +6 -0
- package/src/api/faucet.ts +11 -2
- package/src/api/fungibleAsset.ts +8 -0
- package/src/api/general.ts +12 -0
- package/src/api/keyless.ts +6 -0
- package/src/api/object.ts +3 -0
- package/src/api/staking.ts +5 -0
- package/src/api/table.ts +5 -0
- package/src/api/transaction.ts +19 -3
- package/src/api/transactionSubmission/build.ts +4 -0
- package/src/api/transactionSubmission/helpers.ts +2 -0
- package/src/api/transactionSubmission/management.ts +5 -0
- package/src/api/transactionSubmission/sign.ts +4 -0
- package/src/api/transactionSubmission/simulate.ts +4 -0
- package/src/api/transactionSubmission/submit.ts +4 -0
- package/src/api/utils.ts +1 -0
- package/src/bcs/deserializer.ts +47 -1
- package/src/bcs/serializable/entryFunctionBytes.ts +10 -0
- package/src/bcs/serializable/fixedBytes.ts +12 -0
- package/src/bcs/serializable/movePrimitives.ts +26 -0
- package/src/bcs/serializable/moveStructs.ts +56 -0
- package/src/bcs/serializer.ts +64 -1
- package/src/cli/localNode.ts +22 -8
- package/src/cli/move.ts +26 -0
- package/src/client/core.ts +4 -0
- package/src/client/get.ts +75 -1
- package/src/client/post.ts +37 -0
- package/src/core/account/utils/address.ts +6 -0
- package/src/core/accountAddress.ts +46 -0
- package/src/core/authenticationKey.ts +22 -0
- package/src/core/common.ts +14 -0
- package/src/core/crypto/ed25519.ts +58 -4
- package/src/core/crypto/ephemeral.ts +22 -0
- package/src/core/crypto/federatedKeyless.ts +12 -0
- package/src/core/crypto/hdKey.ts +29 -0
- package/src/core/crypto/keyless.ts +134 -0
- package/src/core/crypto/multiEd25519.ts +40 -0
- package/src/core/crypto/multiKey.ts +37 -1
- package/src/core/crypto/poseidon.ts +20 -0
- package/src/core/crypto/privateKey.ts +8 -0
- package/src/core/crypto/proof.ts +2 -0
- package/src/core/crypto/publicKey.ts +14 -0
- package/src/core/crypto/secp256k1.ts +49 -2
- package/src/core/crypto/signature.ts +8 -0
- package/src/core/crypto/singleKey.ts +34 -2
- package/src/core/crypto/utils.ts +2 -0
- package/src/core/hex.ts +20 -0
- package/src/internal/account.ts +27 -7
- package/src/internal/ans.ts +27 -0
- package/src/internal/coin.ts +1 -0
- package/src/internal/digitalAsset.ts +30 -0
- package/src/internal/event.ts +6 -0
- package/src/internal/faucet.ts +5 -0
- package/src/internal/fungibleAsset.ts +5 -0
- package/src/internal/general.ts +7 -0
- package/src/internal/keyless.ts +4 -0
- package/src/internal/object.ts +2 -0
- package/src/internal/staking.ts +5 -1
- package/src/internal/table.ts +3 -0
- package/src/internal/transaction.ts +16 -0
- package/src/internal/transactionSubmission.ts +15 -2
- package/src/transactions/authenticator/account.ts +26 -0
- package/src/transactions/authenticator/transaction.ts +20 -0
- package/src/transactions/instances/chainId.ts +8 -0
- package/src/transactions/instances/identifier.ts +8 -0
- package/src/transactions/instances/moduleId.ts +10 -0
- package/src/transactions/instances/multiAgentTransaction.ts +8 -0
- package/src/transactions/instances/rawTransaction.ts +30 -0
- package/src/transactions/instances/rotationProofChallenge.ts +6 -0
- package/src/transactions/instances/signedTransaction.ts +8 -0
- package/src/transactions/instances/simpleTransaction.ts +8 -0
- package/src/transactions/instances/transactionArgument.ts +16 -0
- package/src/transactions/instances/transactionPayload.ts +50 -0
- package/src/transactions/management/accountSequenceNumber.ts +16 -0
- package/src/transactions/management/asyncQueue.ts +16 -0
- package/src/transactions/management/transactionWorker.ts +42 -5
- package/src/transactions/transactionBuilder/helpers.ts +82 -10
- package/src/transactions/transactionBuilder/remoteAbi.ts +20 -0
- package/src/transactions/transactionBuilder/signingMessage.ts +10 -0
- package/src/transactions/transactionBuilder/transactionBuilder.ts +58 -0
- package/src/transactions/typeTag/index.ts +82 -0
- package/src/transactions/typeTag/parser.ts +24 -0
- package/src/transactions/types.ts +78 -0
- package/src/types/indexer.ts +52 -0
- package/src/types/keyless.ts +12 -0
- package/src/utils/apiEndpoints.ts +30 -2
- package/src/utils/const.ts +24 -1
- package/src/utils/helpers.ts +22 -0
- package/src/utils/memoize.ts +6 -0
- package/src/utils/normalizeBundle.ts +8 -1
- package/src/version.ts +1 -1
- package/dist/common/chunk-F43XVDYJ.js.map +0 -1
- package/dist/esm/chunk-2C27NY4D.mjs.map +0 -1
- package/dist/esm/chunk-2CJC43CV.mjs.map +0 -1
- package/dist/esm/chunk-2ESU5N3V.mjs.map +0 -1
- package/dist/esm/chunk-2KSMV5KD.mjs.map +0 -1
- package/dist/esm/chunk-2MN7DW2J.mjs.map +0 -1
- package/dist/esm/chunk-2QGJDHME.mjs.map +0 -1
- package/dist/esm/chunk-333QBK32.mjs.map +0 -1
- package/dist/esm/chunk-372SLYVR.mjs +0 -2
- package/dist/esm/chunk-372SLYVR.mjs.map +0 -1
- package/dist/esm/chunk-42H7WETG.mjs.map +0 -1
- package/dist/esm/chunk-46O23AOD.mjs.map +0 -1
- package/dist/esm/chunk-4DI5SPSK.mjs +0 -2
- package/dist/esm/chunk-4DI5SPSK.mjs.map +0 -1
- package/dist/esm/chunk-4DP3PEYK.mjs.map +0 -1
- package/dist/esm/chunk-4MTSP4S2.mjs.map +0 -1
- package/dist/esm/chunk-4O5XDQDO.mjs +0 -2
- package/dist/esm/chunk-4O5XDQDO.mjs.map +0 -1
- package/dist/esm/chunk-4OV2A6PJ.mjs +0 -2
- package/dist/esm/chunk-4OV2A6PJ.mjs.map +0 -1
- package/dist/esm/chunk-4XB3BB5Z.mjs.map +0 -1
- package/dist/esm/chunk-5B3SMBXQ.mjs +0 -2
- package/dist/esm/chunk-5B3SMBXQ.mjs.map +0 -1
- package/dist/esm/chunk-5LGKGWLX.mjs.map +0 -1
- package/dist/esm/chunk-5PVZ4N42.mjs.map +0 -1
- package/dist/esm/chunk-6Q2O5G3J.mjs.map +0 -1
- package/dist/esm/chunk-6ZOVTYLJ.mjs.map +0 -1
- package/dist/esm/chunk-7N7FEBZA.mjs.map +0 -1
- package/dist/esm/chunk-7T26VA2W.mjs.map +0 -1
- package/dist/esm/chunk-7V35JAAF.mjs.map +0 -1
- package/dist/esm/chunk-ACVIE7IE.mjs.map +0 -1
- package/dist/esm/chunk-AJ5JHBAE.mjs.map +0 -1
- package/dist/esm/chunk-AKIO3OIT.mjs.map +0 -1
- package/dist/esm/chunk-ALNQK276.mjs.map +0 -1
- package/dist/esm/chunk-AOROYJ74.mjs.map +0 -1
- package/dist/esm/chunk-BAEIZAP7.mjs.map +0 -1
- package/dist/esm/chunk-BRV3RLKW.mjs.map +0 -1
- package/dist/esm/chunk-BUAHUVAD.mjs.map +0 -1
- package/dist/esm/chunk-C2HCRGQU.mjs +0 -2
- package/dist/esm/chunk-C2HCRGQU.mjs.map +0 -1
- package/dist/esm/chunk-CDEYH77E.mjs +0 -2
- package/dist/esm/chunk-CDEYH77E.mjs.map +0 -1
- package/dist/esm/chunk-CX6KECGV.mjs.map +0 -1
- package/dist/esm/chunk-D3OEQLUE.mjs +0 -2
- package/dist/esm/chunk-D3OEQLUE.mjs.map +0 -1
- package/dist/esm/chunk-DBTKJMLV.mjs.map +0 -1
- package/dist/esm/chunk-DC2IESER.mjs +0 -2
- package/dist/esm/chunk-DC2IESER.mjs.map +0 -1
- package/dist/esm/chunk-EGV3HFE3.mjs.map +0 -1
- package/dist/esm/chunk-ELXJ5A4B.mjs +0 -2
- package/dist/esm/chunk-ELXJ5A4B.mjs.map +0 -1
- package/dist/esm/chunk-F2WY2DEY.mjs.map +0 -1
- package/dist/esm/chunk-FZDEGDUY.mjs.map +0 -1
- package/dist/esm/chunk-G4KAHJXB.mjs.map +0 -1
- package/dist/esm/chunk-GAEAYY44.mjs +0 -1
- package/dist/esm/chunk-GMKKHGXK.mjs.map +0 -1
- package/dist/esm/chunk-GVNK3UMT.mjs.map +0 -1
- package/dist/esm/chunk-H3C3VTHS.mjs.map +0 -1
- package/dist/esm/chunk-HBIDHQ2M.mjs.map +0 -1
- package/dist/esm/chunk-HMMNQFVM.mjs.map +0 -1
- package/dist/esm/chunk-IBZKCBN5.mjs.map +0 -1
- package/dist/esm/chunk-ICMELYCL.mjs.map +0 -1
- package/dist/esm/chunk-IHGA5KAD.mjs.map +0 -1
- package/dist/esm/chunk-IK2NYNKG.mjs.map +0 -1
- package/dist/esm/chunk-J3E4UMBB.mjs +0 -2
- package/dist/esm/chunk-J3E4UMBB.mjs.map +0 -1
- package/dist/esm/chunk-J7PJSK3J.mjs.map +0 -1
- package/dist/esm/chunk-JMPHD4BP.mjs.map +0 -1
- package/dist/esm/chunk-JNO7KPMG.mjs.map +0 -1
- package/dist/esm/chunk-KCWRCWNT.mjs.map +0 -1
- package/dist/esm/chunk-L4SWQLAJ.mjs.map +0 -1
- package/dist/esm/chunk-LA5HJILW.mjs.map +0 -1
- package/dist/esm/chunk-LGTOOAQI.mjs.map +0 -1
- package/dist/esm/chunk-LKKI2KAP.mjs.map +0 -1
- package/dist/esm/chunk-LPVGVTWT.mjs.map +0 -1
- package/dist/esm/chunk-MHN6XY4Z.mjs +0 -2
- package/dist/esm/chunk-MHN6XY4Z.mjs.map +0 -1
- package/dist/esm/chunk-N62NUAHT.mjs.map +0 -1
- package/dist/esm/chunk-NK67FECB.mjs.map +0 -1
- package/dist/esm/chunk-OIOGOW6I.mjs.map +0 -1
- package/dist/esm/chunk-OPO5EYF7.mjs.map +0 -1
- package/dist/esm/chunk-P6KX7AS2.mjs +0 -2
- package/dist/esm/chunk-P6KX7AS2.mjs.map +0 -1
- package/dist/esm/chunk-PMGK5IHB.mjs.map +0 -1
- package/dist/esm/chunk-PXMNAP2Q.mjs.map +0 -1
- package/dist/esm/chunk-QI7OREBM.mjs.map +0 -1
- package/dist/esm/chunk-RCA73RVB.mjs.map +0 -1
- package/dist/esm/chunk-S5SQJRAV.mjs.map +0 -1
- package/dist/esm/chunk-SK3LIS4Z.mjs.map +0 -1
- package/dist/esm/chunk-SNYYEVJA.mjs.map +0 -1
- package/dist/esm/chunk-SPRNSFUV.mjs.map +0 -1
- package/dist/esm/chunk-T6ADNZE5.mjs.map +0 -1
- package/dist/esm/chunk-TCXYTPUR.mjs +0 -2
- package/dist/esm/chunk-TCXYTPUR.mjs.map +0 -1
- package/dist/esm/chunk-U3T4ZT7B.mjs.map +0 -1
- package/dist/esm/chunk-U6OCK6T4.mjs.map +0 -1
- package/dist/esm/chunk-UFPYCROT.mjs.map +0 -1
- package/dist/esm/chunk-UGIHQFID.mjs.map +0 -1
- package/dist/esm/chunk-UGTIALNW.mjs +0 -2
- package/dist/esm/chunk-V4FKFCBL.mjs.map +0 -1
- package/dist/esm/chunk-V5NDNR36.mjs +0 -2
- package/dist/esm/chunk-V5NDNR36.mjs.map +0 -1
- package/dist/esm/chunk-VIZHWYI5.mjs.map +0 -1
- package/dist/esm/chunk-VQZMI3EZ.mjs.map +0 -1
- package/dist/esm/chunk-VWGB5BHW.mjs.map +0 -1
- package/dist/esm/chunk-WFK3XRQX.mjs.map +0 -1
- package/dist/esm/chunk-XOLU6UP3.mjs.map +0 -1
- package/dist/esm/chunk-XZN344G4.mjs.map +0 -1
- package/dist/esm/chunk-YD2BMHH7.mjs +0 -2
- package/dist/esm/chunk-YEWZAR76.mjs.map +0 -1
- package/dist/esm/chunk-YJVZFYBX.mjs.map +0 -1
- package/dist/esm/chunk-ZMBXHMVQ.mjs.map +0 -1
- package/dist/esm/chunk-ZMMLM6ZJ.mjs.map +0 -1
- package/dist/esm/chunk-ZMS3AOEZ.mjs.map +0 -1
- package/dist/esm/chunk-ZXVN3HXB.mjs.map +0 -1
- /package/dist/esm/{chunk-GAEAYY44.mjs.map → account/AccountUtils.mjs.map} +0 -0
- /package/dist/esm/{chunk-NZ7M6NG2.mjs.map → chunk-P7A5RILV.mjs.map} +0 -0
- /package/dist/esm/{chunk-F45G3GP3.mjs.map → chunk-QHEKBHNU.mjs.map} +0 -0
|
@@ -2,7 +2,7 @@ import { AptosConfig } from '../api/aptosConfig.mjs';
|
|
|
2
2
|
import { GetANSNameResponse } from '../types/indexer.mjs';
|
|
3
3
|
import { PaginationArgs, OrderByArg, WhereArg } from '../types/types.mjs';
|
|
4
4
|
import { AccountAddress, AccountAddressInput } from '../core/accountAddress.mjs';
|
|
5
|
-
import { A as Account } from '../Ed25519Account-
|
|
5
|
+
import { A as Account } from '../Ed25519Account-D4j3_WIS.mjs';
|
|
6
6
|
import { InputGenerateTransactionOptions } from '../transactions/types.mjs';
|
|
7
7
|
import { CurrentAptosNamesBoolExp } from '../types/generated/types.mjs';
|
|
8
8
|
import { SimpleTransaction } from '../transactions/instances/simpleTransaction.mjs';
|
|
@@ -16,12 +16,13 @@ import '../bcs/deserializer.mjs';
|
|
|
16
16
|
import '../transactions/instances/transactionArgument.mjs';
|
|
17
17
|
import '../transactions/authenticator/account.mjs';
|
|
18
18
|
import '../core/crypto/ed25519.mjs';
|
|
19
|
-
import '../publicKey-
|
|
19
|
+
import '../publicKey-BMtGNNLg.mjs';
|
|
20
20
|
import '../core/crypto/signature.mjs';
|
|
21
21
|
import '../core/crypto/privateKey.mjs';
|
|
22
22
|
import '../core/crypto/multiEd25519.mjs';
|
|
23
23
|
import '../core/crypto/multiKey.mjs';
|
|
24
24
|
import '../core/crypto/singleKey.mjs';
|
|
25
|
+
import '../core/crypto/secp256k1.mjs';
|
|
25
26
|
import '../bcs/serializable/moveStructs.mjs';
|
|
26
27
|
import '../bcs/serializable/movePrimitives.mjs';
|
|
27
28
|
import '../bcs/serializable/fixedBytes.mjs';
|
|
@@ -38,6 +39,7 @@ import '../transactions/instances/multiAgentTransaction.mjs';
|
|
|
38
39
|
* the {@link api/name}. By moving the methods out into a separate file,
|
|
39
40
|
* other namespaces and processes can access these methods without depending on the entire
|
|
40
41
|
* name namespace and without having a dependency cycle error.
|
|
42
|
+
* @group Implementation
|
|
41
43
|
*/
|
|
42
44
|
|
|
43
45
|
declare const VALIDATION_RULES_DESCRIPTION: string;
|
|
@@ -47,12 +49,14 @@ declare const VALIDATION_RULES_DESCRIPTION: string;
|
|
|
47
49
|
*
|
|
48
50
|
* @param fragment - A fragment of a name, either the domain or subdomain.
|
|
49
51
|
* @returns A boolean indicating if the fragment is a valid fragment.
|
|
52
|
+
* @group Implementation
|
|
50
53
|
*/
|
|
51
54
|
declare function isValidANSSegment(fragment: string): boolean;
|
|
52
55
|
/**
|
|
53
56
|
* Checks if an ANS name is valid or not.
|
|
54
57
|
*
|
|
55
58
|
* @param name - A string of the domain name, which can include or exclude the .apt suffix.
|
|
59
|
+
* @group Implementation
|
|
56
60
|
*/
|
|
57
61
|
declare function isValidANSName(name: string): {
|
|
58
62
|
domainName: string;
|
|
@@ -60,6 +64,7 @@ declare function isValidANSName(name: string): {
|
|
|
60
64
|
};
|
|
61
65
|
/**
|
|
62
66
|
* Policy for determining how subdomains expire in relation to their parent domain.
|
|
67
|
+
* @group Implementation
|
|
63
68
|
*/
|
|
64
69
|
declare enum SubdomainExpirationPolicy {
|
|
65
70
|
Independent = 0,
|
|
@@ -73,6 +78,7 @@ declare enum SubdomainExpirationPolicy {
|
|
|
73
78
|
*
|
|
74
79
|
* @param name - An ANS name returned from one of the functions of the SDK.
|
|
75
80
|
* @returns A boolean indicating whether the contract considers the name active or not.
|
|
81
|
+
* @group Implementation
|
|
76
82
|
*/
|
|
77
83
|
declare function isActiveANSName(name: GetANSNameResponse[0]): boolean;
|
|
78
84
|
declare const LOCAL_ANS_ACCOUNT_PK: string;
|
|
@@ -84,6 +90,7 @@ declare const LOCAL_ANS_ACCOUNT_ADDRESS: string;
|
|
|
84
90
|
* @param args.aptosConfig - The Aptos configuration object.
|
|
85
91
|
* @param args.name - The name of the domain or subdomain to query.
|
|
86
92
|
* @returns The account address of the owner, or undefined if not found.
|
|
93
|
+
* @group Implementation
|
|
87
94
|
*/
|
|
88
95
|
declare function getOwnerAddress(args: {
|
|
89
96
|
aptosConfig: AptosConfig;
|
|
@@ -96,6 +103,7 @@ declare function getOwnerAddress(args: {
|
|
|
96
103
|
* @param sender - The account initiating the name registration.
|
|
97
104
|
* @param name - The name to be registered.
|
|
98
105
|
* @param expiration - The expiration policy for the name registration.
|
|
106
|
+
* @group Implementation
|
|
99
107
|
*/
|
|
100
108
|
interface RegisterNameParameters {
|
|
101
109
|
aptosConfig: AptosConfig;
|
|
@@ -134,6 +142,7 @@ interface RegisterNameParameters {
|
|
|
134
142
|
* @throws Error if the subdomain expiration time exceeds the domain expiration time.
|
|
135
143
|
*
|
|
136
144
|
* @returns A transaction object representing the registration process.
|
|
145
|
+
* @group Implementation
|
|
137
146
|
*/
|
|
138
147
|
declare function registerName(args: RegisterNameParameters): Promise<SimpleTransaction>;
|
|
139
148
|
/**
|
|
@@ -143,6 +152,7 @@ declare function registerName(args: RegisterNameParameters): Promise<SimpleTrans
|
|
|
143
152
|
* @param args.aptosConfig - The configuration object for Aptos.
|
|
144
153
|
* @param args.name - The name of the domain or subdomain to check.
|
|
145
154
|
* @returns The expiration time in epoch milliseconds, or undefined if an error occurs.
|
|
155
|
+
* @group Implementation
|
|
146
156
|
*/
|
|
147
157
|
declare function getExpiration(args: {
|
|
148
158
|
aptosConfig: AptosConfig;
|
|
@@ -156,6 +166,7 @@ declare function getExpiration(args: {
|
|
|
156
166
|
* @param args.aptosConfig - The Aptos configuration object.
|
|
157
167
|
* @param args.address - The account address for which to retrieve the primary name.
|
|
158
168
|
* @returns The primary name as a string, or undefined if no domain name exists.
|
|
169
|
+
* @group Implementation
|
|
159
170
|
*/
|
|
160
171
|
declare function getPrimaryName(args: {
|
|
161
172
|
aptosConfig: AptosConfig;
|
|
@@ -171,6 +182,7 @@ declare function getPrimaryName(args: {
|
|
|
171
182
|
* @param args.name - The name to set as the primary name. If omitted, the function will clear the primary name.
|
|
172
183
|
* @param args.options - Optional transaction generation options.
|
|
173
184
|
* @returns A transaction object representing the operation.
|
|
185
|
+
* @group Implementation
|
|
174
186
|
*/
|
|
175
187
|
declare function setPrimaryName(args: {
|
|
176
188
|
aptosConfig: AptosConfig;
|
|
@@ -185,6 +197,7 @@ declare function setPrimaryName(args: {
|
|
|
185
197
|
* @param args.aptosConfig - The Aptos configuration object.
|
|
186
198
|
* @param args.name - The name of the domain, which may include a subdomain.
|
|
187
199
|
* @returns The target address as an AccountAddress, or undefined if not found.
|
|
200
|
+
* @group Implementation
|
|
188
201
|
*/
|
|
189
202
|
declare function getTargetAddress(args: {
|
|
190
203
|
aptosConfig: AptosConfig;
|
|
@@ -202,6 +215,7 @@ declare function getTargetAddress(args: {
|
|
|
202
215
|
* @param args.options - Optional parameters for generating the transaction.
|
|
203
216
|
*
|
|
204
217
|
* @returns A transaction object representing the set target address operation.
|
|
218
|
+
* @group Implementation
|
|
205
219
|
*/
|
|
206
220
|
declare function setTargetAddress(args: {
|
|
207
221
|
aptosConfig: AptosConfig;
|
|
@@ -217,6 +231,7 @@ declare function setTargetAddress(args: {
|
|
|
217
231
|
* @param args.aptosConfig - The configuration object for Aptos.
|
|
218
232
|
* @param args.name - The name to look up, which includes the domain and optional subdomain.
|
|
219
233
|
* @returns The active Aptos name if it exists; otherwise, returns undefined.
|
|
234
|
+
* @group Implementation
|
|
220
235
|
*/
|
|
221
236
|
declare function getName(args: {
|
|
222
237
|
aptosConfig: AptosConfig;
|
|
@@ -226,6 +241,7 @@ declare function getName(args: {
|
|
|
226
241
|
* Options for querying names, including pagination, ordering, and filtering criteria.
|
|
227
242
|
*
|
|
228
243
|
* @param options - Pagination and filtering options for the query.
|
|
244
|
+
* @group Implementation
|
|
229
245
|
*/
|
|
230
246
|
interface QueryNamesOptions {
|
|
231
247
|
options?: PaginationArgs & OrderByArg<GetANSNameResponse[0]> & WhereArg<CurrentAptosNamesBoolExp>;
|
|
@@ -234,6 +250,7 @@ interface QueryNamesOptions {
|
|
|
234
250
|
* Arguments for retrieving account names based on the specified account address.
|
|
235
251
|
*
|
|
236
252
|
* @param accountAddress - The address of the account for which names are to be retrieved.
|
|
253
|
+
* @group Implementation
|
|
237
254
|
*/
|
|
238
255
|
interface GetAccountNamesArgs extends QueryNamesOptions {
|
|
239
256
|
accountAddress: AccountAddressInput;
|
|
@@ -251,6 +268,7 @@ interface GetAccountNamesArgs extends QueryNamesOptions {
|
|
|
251
268
|
* @param args.accountAddress - The address of the account for which to retrieve names.
|
|
252
269
|
*
|
|
253
270
|
* @returns An array of sanitized Aptos names associated with the specified account address.
|
|
271
|
+
* @group Implementation
|
|
254
272
|
*/
|
|
255
273
|
declare function getAccountNames(args: {
|
|
256
274
|
aptosConfig: AptosConfig;
|
|
@@ -259,6 +277,7 @@ declare function getAccountNames(args: {
|
|
|
259
277
|
* Arguments for retrieving the domains associated with a specific account.
|
|
260
278
|
*
|
|
261
279
|
* @param accountAddress - The address of the account for which to fetch domains.
|
|
280
|
+
* @group Implementation
|
|
262
281
|
*/
|
|
263
282
|
interface GetAccountDomainsArgs extends QueryNamesOptions {
|
|
264
283
|
accountAddress: AccountAddressInput;
|
|
@@ -278,6 +297,7 @@ interface GetAccountDomainsArgs extends QueryNamesOptions {
|
|
|
278
297
|
* @param args.options.where.subdomain - The specific subdomain to filter by.
|
|
279
298
|
*
|
|
280
299
|
* @returns An array of sanitized domain names owned by the specified account.
|
|
300
|
+
* @group Implementation
|
|
281
301
|
*/
|
|
282
302
|
declare function getAccountDomains(args: {
|
|
283
303
|
aptosConfig: AptosConfig;
|
|
@@ -286,6 +306,7 @@ declare function getAccountDomains(args: {
|
|
|
286
306
|
* Arguments for retrieving subdomains associated with a specific account.
|
|
287
307
|
*
|
|
288
308
|
* @param accountAddress - The address of the account for which to fetch subdomains.
|
|
309
|
+
* @group Implementation
|
|
289
310
|
*/
|
|
290
311
|
interface GetAccountSubdomainsArgs extends QueryNamesOptions {
|
|
291
312
|
accountAddress: AccountAddressInput;
|
|
@@ -305,6 +326,7 @@ interface GetAccountSubdomainsArgs extends QueryNamesOptions {
|
|
|
305
326
|
* @param args.options.where.expiration_timestamp - The expiration timestamp to filter by.
|
|
306
327
|
* @param args.options.where.subdomain - The subdomain condition to filter by.
|
|
307
328
|
* @param args.accountAddress - The address of the account whose subdomains are being queried.
|
|
329
|
+
* @group Implementation
|
|
308
330
|
*/
|
|
309
331
|
declare function getAccountSubdomains(args: {
|
|
310
332
|
aptosConfig: AptosConfig;
|
|
@@ -313,6 +335,7 @@ declare function getAccountSubdomains(args: {
|
|
|
313
335
|
* Arguments for retrieving subdomains associated with a specific domain.
|
|
314
336
|
*
|
|
315
337
|
* @param domain - The domain for which to fetch subdomains.
|
|
338
|
+
* @group Implementation
|
|
316
339
|
*/
|
|
317
340
|
interface GetDomainSubdomainsArgs extends QueryNamesOptions {
|
|
318
341
|
domain: string;
|
|
@@ -330,6 +353,7 @@ interface GetDomainSubdomainsArgs extends QueryNamesOptions {
|
|
|
330
353
|
* @param args.domain - The domain for which to retrieve subdomains.
|
|
331
354
|
*
|
|
332
355
|
* @returns An array of active subdomain names.
|
|
356
|
+
* @group Implementation
|
|
333
357
|
*/
|
|
334
358
|
declare function getDomainSubdomains(args: {
|
|
335
359
|
aptosConfig: AptosConfig;
|
|
@@ -344,6 +368,7 @@ declare function getDomainSubdomains(args: {
|
|
|
344
368
|
* @param args.years - The number of years to renew the domain for. Currently, only 1 year renewals are supported. (optional, default is 1)
|
|
345
369
|
* @param args.options - Additional options for generating the transaction. (optional)
|
|
346
370
|
* @throws Error if the name contains a subdomain or if the years parameter is not equal to 1.
|
|
371
|
+
* @group Implementation
|
|
347
372
|
*/
|
|
348
373
|
declare function renewDomain(args: {
|
|
349
374
|
aptosConfig: AptosConfig;
|
|
@@ -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,t}from"../chunk-
|
|
1
|
+
import{a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t}from"../chunk-NWLJ6RW7.mjs";import"../chunk-OEQ2U7GK.mjs";import"../chunk-P7A5RILV.mjs";import"../chunk-I5OYNCZS.mjs";import"../chunk-JXCZTOYC.mjs";import"../chunk-JBEUUULP.mjs";import"../chunk-MLSAZJZK.mjs";import"../chunk-AZWVCBK2.mjs";import"../chunk-HBH2NQKU.mjs";import"../chunk-BSCOVLWS.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-WUWPN7XV.mjs";import"../chunk-6YHDZLRN.mjs";import"../chunk-3RCAJICY.mjs";import"../chunk-VV4HCOJQ.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-GP4TLDVZ.mjs";import"../chunk-XTJOA5QN.mjs";import"../chunk-OR6GFWLG.mjs";import"../chunk-M77M6NSB.mjs";import"../chunk-MWBRD43V.mjs";import"../chunk-JJM6ELMS.mjs";import"../chunk-5VMAJTTV.mjs";import"../chunk-2N5KYALM.mjs";import"../chunk-ZAIVZDOL.mjs";import"../chunk-QQEK7WVP.mjs";import"../chunk-4ZYPDCSP.mjs";import"../chunk-4NMDYPUD.mjs";import"../chunk-MCLYDS3O.mjs";import"../chunk-OHZURQPY.mjs";import"../chunk-5EBUWO2M.mjs";import"../chunk-DYATTONT.mjs";import"../chunk-QHC5DKVZ.mjs";import"../chunk-UC23V7PU.mjs";import"../chunk-7IY3DTEF.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-ONTWK5FU.mjs";import"../chunk-G4O6FXCF.mjs";import"../chunk-XKUIMGKU.mjs";import"../chunk-N4DM5FYH.mjs";import"../chunk-N6YTF76Q.mjs";import"../chunk-E7FWVXGX.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-BI3BTSUB.mjs";import"../chunk-YCQUYDZI.mjs";import"../chunk-HEZ2ZYZA.mjs";import"../chunk-VVXBVJXD.mjs";import"../chunk-6YWYAVFS.mjs";import"../chunk-VUIHJIMX.mjs";import"../chunk-NBNZ53ZV.mjs";import"../chunk-BGSEBFFC.mjs";import"../chunk-IEUEMBFD.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-43GCGE6C.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-FZD5RWSZ.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-EMURYYVO.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-FN4C3CKC.mjs";import"../chunk-Q4C4U6I4.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-S4LZMY2L.mjs";import"../chunk-6IEZPA4H.mjs";import"../chunk-OSBRPVVI.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-4YLUM62M.mjs";import"../chunk-QHEKBHNU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-IDTLNF4M.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-U2PRGW4O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-DAFSKSZ5.mjs";import"../chunk-XTOIL6MB.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-77AEKF7K.mjs";import"../chunk-KDMSOCZY.mjs";export{g as LOCAL_ANS_ACCOUNT_ADDRESS,f as LOCAL_ANS_ACCOUNT_PK,d as SubdomainExpirationPolicy,a as VALIDATION_RULES_DESCRIPTION,q as getAccountDomains,p as getAccountNames,r as getAccountSubdomains,s as getDomainSubdomains,j as getExpiration,o as getName,h as getOwnerAddress,k as getPrimaryName,m as getTargetAddress,e as isActiveANSName,c as isValidANSName,b as isValidANSSegment,i as registerName,t as renewDomain,l as setPrimaryName,n as setTargetAddress};
|
|
2
2
|
//# sourceMappingURL=ans.mjs.map
|
|
@@ -16,7 +16,7 @@ import '../transactions/instances/transactionArgument.mjs';
|
|
|
16
16
|
import '../bcs/serializable/moveStructs.mjs';
|
|
17
17
|
import '../bcs/serializable/movePrimitives.mjs';
|
|
18
18
|
import '../bcs/serializable/fixedBytes.mjs';
|
|
19
|
-
import '../publicKey-
|
|
19
|
+
import '../publicKey-BMtGNNLg.mjs';
|
|
20
20
|
import '../core/crypto/signature.mjs';
|
|
21
21
|
import '../transactions/instances/rawTransaction.mjs';
|
|
22
22
|
import '../transactions/instances/chainId.mjs';
|
|
@@ -30,6 +30,7 @@ import '../core/crypto/privateKey.mjs';
|
|
|
30
30
|
import '../core/crypto/multiEd25519.mjs';
|
|
31
31
|
import '../core/crypto/multiKey.mjs';
|
|
32
32
|
import '../core/crypto/singleKey.mjs';
|
|
33
|
+
import '../core/crypto/secp256k1.mjs';
|
|
33
34
|
import '../transactions/instances/multiAgentTransaction.mjs';
|
|
34
35
|
|
|
35
36
|
/**
|
|
@@ -43,6 +44,7 @@ import '../transactions/instances/multiAgentTransaction.mjs';
|
|
|
43
44
|
* @param args.amount - The amount of coins to transfer.
|
|
44
45
|
* @param args.coinType - (Optional) The type of coin to transfer, defaults to Aptos Coin if not specified.
|
|
45
46
|
* @param args.options - (Optional) Options for generating the transaction.
|
|
47
|
+
* @group Implementation
|
|
46
48
|
*/
|
|
47
49
|
declare function transferCoinTransaction(args: {
|
|
48
50
|
aptosConfig: AptosConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../chunk-
|
|
1
|
+
import{a}from"../chunk-2WCATZVL.mjs";import"../chunk-OEQ2U7GK.mjs";import"../chunk-I5OYNCZS.mjs";import"../chunk-JXCZTOYC.mjs";import"../chunk-JBEUUULP.mjs";import"../chunk-MLSAZJZK.mjs";import"../chunk-AZWVCBK2.mjs";import"../chunk-HBH2NQKU.mjs";import"../chunk-BSCOVLWS.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-WUWPN7XV.mjs";import"../chunk-6YHDZLRN.mjs";import"../chunk-3RCAJICY.mjs";import"../chunk-VV4HCOJQ.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-GP4TLDVZ.mjs";import"../chunk-XTJOA5QN.mjs";import"../chunk-OR6GFWLG.mjs";import"../chunk-M77M6NSB.mjs";import"../chunk-MWBRD43V.mjs";import"../chunk-JJM6ELMS.mjs";import"../chunk-5VMAJTTV.mjs";import"../chunk-2N5KYALM.mjs";import"../chunk-ZAIVZDOL.mjs";import"../chunk-QQEK7WVP.mjs";import"../chunk-4ZYPDCSP.mjs";import"../chunk-4NMDYPUD.mjs";import"../chunk-MCLYDS3O.mjs";import"../chunk-OHZURQPY.mjs";import"../chunk-5EBUWO2M.mjs";import"../chunk-DYATTONT.mjs";import"../chunk-QHC5DKVZ.mjs";import"../chunk-UC23V7PU.mjs";import"../chunk-7IY3DTEF.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-ONTWK5FU.mjs";import"../chunk-G4O6FXCF.mjs";import"../chunk-XKUIMGKU.mjs";import"../chunk-N4DM5FYH.mjs";import"../chunk-N6YTF76Q.mjs";import"../chunk-E7FWVXGX.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-BI3BTSUB.mjs";import"../chunk-YCQUYDZI.mjs";import"../chunk-HEZ2ZYZA.mjs";import"../chunk-VVXBVJXD.mjs";import"../chunk-6YWYAVFS.mjs";import"../chunk-VUIHJIMX.mjs";import"../chunk-NBNZ53ZV.mjs";import"../chunk-BGSEBFFC.mjs";import"../chunk-IEUEMBFD.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-43GCGE6C.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-FZD5RWSZ.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-EMURYYVO.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-FN4C3CKC.mjs";import"../chunk-Q4C4U6I4.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-S4LZMY2L.mjs";import"../chunk-6IEZPA4H.mjs";import"../chunk-OSBRPVVI.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-4YLUM62M.mjs";import"../chunk-QHEKBHNU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-IDTLNF4M.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-U2PRGW4O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-DAFSKSZ5.mjs";import"../chunk-XTOIL6MB.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-77AEKF7K.mjs";import"../chunk-KDMSOCZY.mjs";export{a as transferCoinTransaction};
|
|
2
2
|
//# sourceMappingURL=coin.mjs.map
|
|
@@ -2,7 +2,7 @@ import { AptosConfig } from '../api/aptosConfig.mjs';
|
|
|
2
2
|
import { AccountAddress, AccountAddressInput } from '../core/accountAddress.mjs';
|
|
3
3
|
import { GetTokenDataResponse, GetCurrentTokenOwnershipResponse, GetTokenActivityResponse, GetOwnedTokensResponse, GetCollectionDataResponse } from '../types/indexer.mjs';
|
|
4
4
|
import { PaginationArgs, OrderByArg, AnyNumber, TokenStandardArg, WhereArg, MoveStructId } from '../types/types.mjs';
|
|
5
|
-
import { A as Account } from '../Ed25519Account-
|
|
5
|
+
import { A as Account } from '../Ed25519Account-D4j3_WIS.mjs';
|
|
6
6
|
import { InputGenerateTransactionOptions } from '../transactions/types.mjs';
|
|
7
7
|
import { CurrentCollectionsV2BoolExp } from '../types/generated/types.mjs';
|
|
8
8
|
import { SimpleTransaction } from '../transactions/instances/simpleTransaction.mjs';
|
|
@@ -16,12 +16,13 @@ import '../bcs/deserializer.mjs';
|
|
|
16
16
|
import '../transactions/instances/transactionArgument.mjs';
|
|
17
17
|
import '../transactions/authenticator/account.mjs';
|
|
18
18
|
import '../core/crypto/ed25519.mjs';
|
|
19
|
-
import '../publicKey-
|
|
19
|
+
import '../publicKey-BMtGNNLg.mjs';
|
|
20
20
|
import '../core/crypto/signature.mjs';
|
|
21
21
|
import '../core/crypto/privateKey.mjs';
|
|
22
22
|
import '../core/crypto/multiEd25519.mjs';
|
|
23
23
|
import '../core/crypto/multiKey.mjs';
|
|
24
24
|
import '../core/crypto/singleKey.mjs';
|
|
25
|
+
import '../core/crypto/secp256k1.mjs';
|
|
25
26
|
import '../bcs/serializable/moveStructs.mjs';
|
|
26
27
|
import '../bcs/serializable/movePrimitives.mjs';
|
|
27
28
|
import '../bcs/serializable/fixedBytes.mjs';
|
|
@@ -38,6 +39,7 @@ import '../transactions/instances/multiAgentTransaction.mjs';
|
|
|
38
39
|
* the {@link api/digitalAsset}. By moving the methods out into a separate file,
|
|
39
40
|
* other namespaces and processes can access these methods without depending on the entire
|
|
40
41
|
* digitalAsset namespace and without having a dependency cycle error.
|
|
42
|
+
* @group Implementation
|
|
41
43
|
*/
|
|
42
44
|
|
|
43
45
|
declare const PropertyTypeMap: {
|
|
@@ -54,12 +56,14 @@ declare const PropertyTypeMap: {
|
|
|
54
56
|
};
|
|
55
57
|
/**
|
|
56
58
|
* The keys of the PropertyTypeMap, representing different property types.
|
|
59
|
+
* @group Implementation
|
|
57
60
|
*/
|
|
58
61
|
type PropertyType = keyof typeof PropertyTypeMap;
|
|
59
62
|
/**
|
|
60
63
|
* Accepted property value types for user input, including boolean, number, bigint, string, AccountAddress, and Uint8Array.
|
|
61
64
|
* To pass in an Array, use Uint8Array type
|
|
62
65
|
* for example `new MoveVector([new MoveString("hello"), new MoveString("world")]).bcsToBytes()`
|
|
66
|
+
* @group Implementation
|
|
63
67
|
*/
|
|
64
68
|
type PropertyValue = boolean | number | bigint | string | AccountAddress | Uint8Array;
|
|
65
69
|
/**
|
|
@@ -69,6 +73,7 @@ type PropertyValue = boolean | number | bigint | string | AccountAddress | Uint8
|
|
|
69
73
|
* @param args.aptosConfig - The configuration settings for Aptos.
|
|
70
74
|
* @param args.digitalAssetAddress - The address of the digital asset to retrieve data for.
|
|
71
75
|
* @returns The data of the specified digital asset.
|
|
76
|
+
* @group Implementation
|
|
72
77
|
*/
|
|
73
78
|
declare function getDigitalAssetData(args: {
|
|
74
79
|
aptosConfig: AptosConfig;
|
|
@@ -81,6 +86,7 @@ declare function getDigitalAssetData(args: {
|
|
|
81
86
|
* @param args.aptosConfig - The configuration settings for Aptos.
|
|
82
87
|
* @param args.digitalAssetAddress - The address of the digital asset to query ownership for.
|
|
83
88
|
* @returns The current ownership details of the specified digital asset.
|
|
89
|
+
* @group Implementation
|
|
84
90
|
*/
|
|
85
91
|
declare function getCurrentDigitalAssetOwnership(args: {
|
|
86
92
|
aptosConfig: AptosConfig;
|
|
@@ -98,6 +104,7 @@ declare function getCurrentDigitalAssetOwnership(args: {
|
|
|
98
104
|
* @param args.options.orderBy - The criteria for ordering the results.
|
|
99
105
|
*
|
|
100
106
|
* @returns An array of digital assets currently owned by the specified account.
|
|
107
|
+
* @group Implementation
|
|
101
108
|
*/
|
|
102
109
|
declare function getOwnedDigitalAssets(args: {
|
|
103
110
|
aptosConfig: AptosConfig;
|
|
@@ -116,6 +123,7 @@ declare function getOwnedDigitalAssets(args: {
|
|
|
116
123
|
* @param args.options.limit - The maximum number of records to return.
|
|
117
124
|
* @param args.options.orderBy - The criteria to order the results by.
|
|
118
125
|
* @returns A promise that resolves to an array of token activities for the specified digital asset.
|
|
126
|
+
* @group Implementation
|
|
119
127
|
*/
|
|
120
128
|
declare function getDigitalAssetActivity(args: {
|
|
121
129
|
aptosConfig: AptosConfig;
|
|
@@ -138,6 +146,7 @@ declare function getDigitalAssetActivity(args: {
|
|
|
138
146
|
* @param tokensFreezableByCreator - Indicates if the creator can freeze tokens in the collection.
|
|
139
147
|
* @param royaltyNumerator - The numerator for calculating royalties.
|
|
140
148
|
* @param royaltyDenominator - The denominator for calculating royalties.
|
|
149
|
+
* @group Implementation
|
|
141
150
|
*/
|
|
142
151
|
interface CreateCollectionOptions {
|
|
143
152
|
maxSupply?: AnyNumber;
|
|
@@ -176,6 +185,7 @@ interface CreateCollectionOptions {
|
|
|
176
185
|
* @param args.tokensFreezableByCreator - Indicates if tokens can be frozen by the creator (optional, defaults to true).
|
|
177
186
|
* @param args.royaltyNumerator - The numerator for calculating royalties (optional, defaults to 0).
|
|
178
187
|
* @param args.royaltyDenominator - The denominator for calculating royalties (optional, defaults to 1).
|
|
188
|
+
* @group Implementation
|
|
179
189
|
*/
|
|
180
190
|
declare function createCollectionTransaction(args: {
|
|
181
191
|
aptosConfig: AptosConfig;
|
|
@@ -196,6 +206,7 @@ declare function createCollectionTransaction(args: {
|
|
|
196
206
|
* @param args.options.limit - The limit for pagination.
|
|
197
207
|
* @param args.options.where - The conditions to filter the collections.
|
|
198
208
|
* @returns The data of the current collections.
|
|
209
|
+
* @group Implementation
|
|
199
210
|
*/
|
|
200
211
|
declare function getCollectionData(args: {
|
|
201
212
|
aptosConfig: AptosConfig;
|
|
@@ -211,6 +222,7 @@ declare function getCollectionData(args: {
|
|
|
211
222
|
* @param args.options - Optional parameters for filtering the results, including token standard and pagination options.
|
|
212
223
|
* @param args.options.tokenStandard - The token standard to filter the results by (optional).
|
|
213
224
|
* @param args.options.pagination - Pagination options for the results (optional).
|
|
225
|
+
* @group Implementation
|
|
214
226
|
*/
|
|
215
227
|
declare function getCollectionDataByCreatorAddressAndCollectionName(args: {
|
|
216
228
|
aptosConfig: AptosConfig;
|
|
@@ -228,6 +240,7 @@ declare function getCollectionDataByCreatorAddressAndCollectionName(args: {
|
|
|
228
240
|
* @param args.options - Optional parameters for filtering the results.
|
|
229
241
|
* @param args.options.tokenStandard - The token standard to filter the collections by.
|
|
230
242
|
* @param args.options.pagination - Pagination options for the results.
|
|
243
|
+
* @group Implementation
|
|
231
244
|
*/
|
|
232
245
|
declare function getCollectionDataByCreatorAddress(args: {
|
|
233
246
|
aptosConfig: AptosConfig;
|
|
@@ -245,6 +258,7 @@ declare function getCollectionDataByCreatorAddress(args: {
|
|
|
245
258
|
* @param args.options.tokenStandard - The standard of the token to filter the collection data.
|
|
246
259
|
* @param args.options.page - The page number for pagination.
|
|
247
260
|
* @param args.options.limit - The number of items per page for pagination.
|
|
261
|
+
* @group Implementation
|
|
248
262
|
*/
|
|
249
263
|
declare function getCollectionDataByCollectionId(args: {
|
|
250
264
|
aptosConfig: AptosConfig;
|
|
@@ -262,6 +276,7 @@ declare function getCollectionDataByCollectionId(args: {
|
|
|
262
276
|
* @param args.options - Optional parameters for additional filtering.
|
|
263
277
|
* @param args.options.tokenStandard - The token standard to filter the collection (default is "v2").
|
|
264
278
|
* @returns The ID of the specified collection.
|
|
279
|
+
* @group Implementation
|
|
265
280
|
*/
|
|
266
281
|
declare function getCollectionId(args: {
|
|
267
282
|
aptosConfig: AptosConfig;
|
|
@@ -284,6 +299,7 @@ declare function getCollectionId(args: {
|
|
|
284
299
|
* @param [args.propertyTypes] - Optional array of property types corresponding to the asset's properties.
|
|
285
300
|
* @param [args.propertyValues] - Optional array of property values for the asset's properties.
|
|
286
301
|
* @param [args.options] - Optional transaction generation options.
|
|
302
|
+
* @group Implementation
|
|
287
303
|
*/
|
|
288
304
|
declare function mintDigitalAssetTransaction(args: {
|
|
289
305
|
aptosConfig: AptosConfig;
|
|
@@ -308,6 +324,7 @@ declare function mintDigitalAssetTransaction(args: {
|
|
|
308
324
|
* @param args.recipient - The address of the account receiving the digital asset.
|
|
309
325
|
* @param args.digitalAssetType - (Optional) The type of the digital asset being transferred.
|
|
310
326
|
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
327
|
+
* @group Implementation
|
|
311
328
|
*/
|
|
312
329
|
declare function transferDigitalAssetTransaction(args: {
|
|
313
330
|
aptosConfig: AptosConfig;
|
|
@@ -334,6 +351,7 @@ declare function transferDigitalAssetTransaction(args: {
|
|
|
334
351
|
* @param [args.propertyValues] - Optional array of property values that match the property keys and types.
|
|
335
352
|
* @param [args.options] - Optional transaction generation options.
|
|
336
353
|
* @throws Error if the counts of property keys, property types, and property values do not match.
|
|
354
|
+
* @group Implementation
|
|
337
355
|
*/
|
|
338
356
|
declare function mintSoulBoundTransaction(args: {
|
|
339
357
|
aptosConfig: AptosConfig;
|
|
@@ -358,6 +376,7 @@ declare function mintSoulBoundTransaction(args: {
|
|
|
358
376
|
* @param args.digitalAssetAddress - The address of the digital asset to be burned.
|
|
359
377
|
* @param args.digitalAssetType - Optional; the type of the digital asset being burned.
|
|
360
378
|
* @param args.options - Optional; additional options for generating the transaction.
|
|
379
|
+
* @group Implementation
|
|
361
380
|
*/
|
|
362
381
|
declare function burnDigitalAssetTransaction(args: {
|
|
363
382
|
aptosConfig: AptosConfig;
|
|
@@ -376,6 +395,7 @@ declare function burnDigitalAssetTransaction(args: {
|
|
|
376
395
|
* @param args.digitalAssetAddress - The address of the digital asset to be frozen.
|
|
377
396
|
* @param args.digitalAssetType - (Optional) The type of the digital asset as a Move struct ID.
|
|
378
397
|
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
398
|
+
* @group Implementation
|
|
379
399
|
*/
|
|
380
400
|
declare function freezeDigitalAssetTransferTransaction(args: {
|
|
381
401
|
aptosConfig: AptosConfig;
|
|
@@ -393,6 +413,7 @@ declare function freezeDigitalAssetTransferTransaction(args: {
|
|
|
393
413
|
* @param args.digitalAssetAddress - The address of the digital asset to be unfrozen.
|
|
394
414
|
* @param args.digitalAssetType - (Optional) The type of the digital asset being unfrozen.
|
|
395
415
|
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
416
|
+
* @group Implementation
|
|
396
417
|
*/
|
|
397
418
|
declare function unfreezeDigitalAssetTransferTransaction(args: {
|
|
398
419
|
aptosConfig: AptosConfig;
|
|
@@ -411,6 +432,7 @@ declare function unfreezeDigitalAssetTransferTransaction(args: {
|
|
|
411
432
|
* @param args.digitalAssetAddress - The address of the digital asset whose description is being set.
|
|
412
433
|
* @param args.digitalAssetType - (Optional) The type of the digital asset.
|
|
413
434
|
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
435
|
+
* @group Implementation
|
|
414
436
|
*/
|
|
415
437
|
declare function setDigitalAssetDescriptionTransaction(args: {
|
|
416
438
|
aptosConfig: AptosConfig;
|
|
@@ -431,6 +453,7 @@ declare function setDigitalAssetDescriptionTransaction(args: {
|
|
|
431
453
|
* @param args.digitalAssetAddress - The address of the digital asset to update.
|
|
432
454
|
* @param args.digitalAssetType - (Optional) The type of the digital asset, represented as a Move struct ID.
|
|
433
455
|
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
456
|
+
* @group Implementation
|
|
434
457
|
*/
|
|
435
458
|
declare function setDigitalAssetNameTransaction(args: {
|
|
436
459
|
aptosConfig: AptosConfig;
|
|
@@ -450,6 +473,7 @@ declare function setDigitalAssetNameTransaction(args: {
|
|
|
450
473
|
* @param args.digitalAssetAddress - The address of the digital asset whose URI is being set.
|
|
451
474
|
* @param args.digitalAssetType - The optional type of the digital asset; defaults to a predefined type if not provided.
|
|
452
475
|
* @param args.options - Optional settings for generating the transaction.
|
|
476
|
+
* @group Implementation
|
|
453
477
|
*/
|
|
454
478
|
declare function setDigitalAssetURITransaction(args: {
|
|
455
479
|
aptosConfig: AptosConfig;
|
|
@@ -472,6 +496,7 @@ declare function setDigitalAssetURITransaction(args: {
|
|
|
472
496
|
* @param args.digitalAssetAddress - The address of the digital asset to which the property is being added.
|
|
473
497
|
* @param args.digitalAssetType - The optional type of the digital asset.
|
|
474
498
|
* @param args.options - Optional transaction generation options.
|
|
499
|
+
* @group Implementation
|
|
475
500
|
*/
|
|
476
501
|
declare function addDigitalAssetPropertyTransaction(args: {
|
|
477
502
|
aptosConfig: AptosConfig;
|
|
@@ -494,6 +519,7 @@ declare function addDigitalAssetPropertyTransaction(args: {
|
|
|
494
519
|
* @param args.digitalAssetAddress - The address of the digital asset from which the property will be removed.
|
|
495
520
|
* @param args.digitalAssetType - The type of the digital asset (optional).
|
|
496
521
|
* @param args.options - Additional options for generating the transaction (optional).
|
|
522
|
+
* @group Implementation
|
|
497
523
|
*/
|
|
498
524
|
declare function removeDigitalAssetPropertyTransaction(args: {
|
|
499
525
|
aptosConfig: AptosConfig;
|
|
@@ -516,6 +542,7 @@ declare function removeDigitalAssetPropertyTransaction(args: {
|
|
|
516
542
|
* @param args.digitalAssetAddress - The address of the digital asset to update.
|
|
517
543
|
* @param args.digitalAssetType - (Optional) The type of the digital asset.
|
|
518
544
|
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
545
|
+
* @group Implementation
|
|
519
546
|
*/
|
|
520
547
|
declare function updateDigitalAssetPropertyTransaction(args: {
|
|
521
548
|
aptosConfig: AptosConfig;
|
|
@@ -540,6 +567,7 @@ declare function updateDigitalAssetPropertyTransaction(args: {
|
|
|
540
567
|
* @param args.digitalAssetAddress - The address of the digital asset to which the property is being added.
|
|
541
568
|
* @param args.digitalAssetType - (Optional) The type of the digital asset.
|
|
542
569
|
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
570
|
+
* @group Implementation
|
|
543
571
|
*/
|
|
544
572
|
declare function addDigitalAssetTypedPropertyTransaction(args: {
|
|
545
573
|
aptosConfig: AptosConfig;
|
|
@@ -563,6 +591,7 @@ declare function addDigitalAssetTypedPropertyTransaction(args: {
|
|
|
563
591
|
* @param args.digitalAssetAddress - The address of the digital asset to be updated.
|
|
564
592
|
* @param args.digitalAssetType - Optional. The type of the digital asset, if not provided, defaults to the standard type.
|
|
565
593
|
* @param args.options - Optional. Additional options for generating the transaction.
|
|
594
|
+
* @group Implementation
|
|
566
595
|
*/
|
|
567
596
|
declare function updateDigitalAssetTypedPropertyTransaction(args: {
|
|
568
597
|
aptosConfig: AptosConfig;
|
|
@@ -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,t,u,v,w,x}from"../chunk-
|
|
1
|
+
import{a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x}from"../chunk-KOORZTHC.mjs";import"../chunk-OEQ2U7GK.mjs";import"../chunk-I5OYNCZS.mjs";import"../chunk-JXCZTOYC.mjs";import"../chunk-JBEUUULP.mjs";import"../chunk-MLSAZJZK.mjs";import"../chunk-AZWVCBK2.mjs";import"../chunk-HBH2NQKU.mjs";import"../chunk-BSCOVLWS.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-WUWPN7XV.mjs";import"../chunk-6YHDZLRN.mjs";import"../chunk-3RCAJICY.mjs";import"../chunk-VV4HCOJQ.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-GP4TLDVZ.mjs";import"../chunk-XTJOA5QN.mjs";import"../chunk-OR6GFWLG.mjs";import"../chunk-M77M6NSB.mjs";import"../chunk-MWBRD43V.mjs";import"../chunk-JJM6ELMS.mjs";import"../chunk-5VMAJTTV.mjs";import"../chunk-2N5KYALM.mjs";import"../chunk-ZAIVZDOL.mjs";import"../chunk-QQEK7WVP.mjs";import"../chunk-4ZYPDCSP.mjs";import"../chunk-4NMDYPUD.mjs";import"../chunk-MCLYDS3O.mjs";import"../chunk-OHZURQPY.mjs";import"../chunk-5EBUWO2M.mjs";import"../chunk-DYATTONT.mjs";import"../chunk-QHC5DKVZ.mjs";import"../chunk-UC23V7PU.mjs";import"../chunk-7IY3DTEF.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-ONTWK5FU.mjs";import"../chunk-G4O6FXCF.mjs";import"../chunk-XKUIMGKU.mjs";import"../chunk-N4DM5FYH.mjs";import"../chunk-N6YTF76Q.mjs";import"../chunk-E7FWVXGX.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-BI3BTSUB.mjs";import"../chunk-YCQUYDZI.mjs";import"../chunk-HEZ2ZYZA.mjs";import"../chunk-VVXBVJXD.mjs";import"../chunk-6YWYAVFS.mjs";import"../chunk-VUIHJIMX.mjs";import"../chunk-NBNZ53ZV.mjs";import"../chunk-BGSEBFFC.mjs";import"../chunk-IEUEMBFD.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-43GCGE6C.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-FZD5RWSZ.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-EMURYYVO.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-FN4C3CKC.mjs";import"../chunk-Q4C4U6I4.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-S4LZMY2L.mjs";import"../chunk-6IEZPA4H.mjs";import"../chunk-OSBRPVVI.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-4YLUM62M.mjs";import"../chunk-QHEKBHNU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-IDTLNF4M.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-U2PRGW4O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-DAFSKSZ5.mjs";import"../chunk-XTOIL6MB.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-77AEKF7K.mjs";import"../chunk-KDMSOCZY.mjs";export{t as addDigitalAssetPropertyTransaction,w as addDigitalAssetTypedPropertyTransaction,n as burnDigitalAssetTransaction,e as createCollectionTransaction,o as freezeDigitalAssetTransferTransaction,f as getCollectionData,i as getCollectionDataByCollectionId,h as getCollectionDataByCreatorAddress,g as getCollectionDataByCreatorAddressAndCollectionName,j as getCollectionId,b as getCurrentDigitalAssetOwnership,d as getDigitalAssetActivity,a as getDigitalAssetData,c as getOwnedDigitalAssets,k as mintDigitalAssetTransaction,m as mintSoulBoundTransaction,u as removeDigitalAssetPropertyTransaction,q as setDigitalAssetDescriptionTransaction,r as setDigitalAssetNameTransaction,s as setDigitalAssetURITransaction,l as transferDigitalAssetTransaction,p as unfreezeDigitalAssetTransferTransaction,v as updateDigitalAssetPropertyTransaction,x as updateDigitalAssetTypedPropertyTransaction};
|
|
2
2
|
//# sourceMappingURL=digitalAsset.mjs.map
|
|
@@ -17,6 +17,7 @@ import '../transactions/instances/transactionArgument.mjs';
|
|
|
17
17
|
* the {@link api/event}. By moving the methods out into a separate file,
|
|
18
18
|
* other namespaces and processes can access these methods without depending on the entire
|
|
19
19
|
* event namespace and without having a dependency cycle error.
|
|
20
|
+
* @group Implementation
|
|
20
21
|
*/
|
|
21
22
|
|
|
22
23
|
/**
|
|
@@ -27,6 +28,7 @@ import '../transactions/instances/transactionArgument.mjs';
|
|
|
27
28
|
* @param args.aptosConfig - The configuration object for Aptos.
|
|
28
29
|
* @param args.eventType - The MoveStructId representing the type of event to retrieve.
|
|
29
30
|
* @param [args.options] - Optional pagination and ordering parameters for the event retrieval.
|
|
31
|
+
* @group Implementation
|
|
30
32
|
*/
|
|
31
33
|
declare function getModuleEventsByEventType(args: {
|
|
32
34
|
aptosConfig: AptosConfig;
|
|
@@ -41,6 +43,7 @@ declare function getModuleEventsByEventType(args: {
|
|
|
41
43
|
* @param args.accountAddress - The address of the account for which events are being retrieved.
|
|
42
44
|
* @param args.creationNumber - The creation number to filter events.
|
|
43
45
|
* @param args.options - Optional pagination and ordering parameters for the event retrieval.
|
|
46
|
+
* @group Implementation
|
|
44
47
|
*/
|
|
45
48
|
declare function getAccountEventsByCreationNumber(args: {
|
|
46
49
|
aptosConfig: AptosConfig;
|
|
@@ -56,6 +59,7 @@ declare function getAccountEventsByCreationNumber(args: {
|
|
|
56
59
|
* @param args.accountAddress - The address of the account for which to retrieve events.
|
|
57
60
|
* @param args.eventType - The type of event to filter by.
|
|
58
61
|
* @param args.options - Optional pagination and ordering parameters for the event retrieval.
|
|
62
|
+
* @group Implementation
|
|
59
63
|
*/
|
|
60
64
|
declare function getAccountEventsByEventType(args: {
|
|
61
65
|
aptosConfig: AptosConfig;
|
|
@@ -74,6 +78,7 @@ declare function getAccountEventsByEventType(args: {
|
|
|
74
78
|
* @param [args.options.orderBy] - Defines the order in which to return the events.
|
|
75
79
|
* @param [args.options.where] - Conditions to filter the events.
|
|
76
80
|
* @param [args.options.where.indexed_type] - Filters events by the indexed type.
|
|
81
|
+
* @group Implementation
|
|
77
82
|
*/
|
|
78
83
|
declare function getEvents(args: {
|
|
79
84
|
aptosConfig: AptosConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b,c,d}from"../chunk-
|
|
1
|
+
import{a,b,c,d}from"../chunk-ZGVNZE7J.mjs";import"../chunk-VV4HCOJQ.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-E7FWVXGX.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-BI3BTSUB.mjs";import"../chunk-HEZ2ZYZA.mjs";import"../chunk-VVXBVJXD.mjs";import"../chunk-6YWYAVFS.mjs";import"../chunk-VUIHJIMX.mjs";import"../chunk-NBNZ53ZV.mjs";import"../chunk-BGSEBFFC.mjs";import"../chunk-IEUEMBFD.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-43GCGE6C.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-FZD5RWSZ.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-EMURYYVO.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-FN4C3CKC.mjs";import"../chunk-Q4C4U6I4.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-S4LZMY2L.mjs";import"../chunk-6IEZPA4H.mjs";import"../chunk-OSBRPVVI.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-4YLUM62M.mjs";import"../chunk-QHEKBHNU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-IDTLNF4M.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-U2PRGW4O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-DAFSKSZ5.mjs";import"../chunk-XTOIL6MB.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-77AEKF7K.mjs";import"../chunk-KDMSOCZY.mjs";export{b as getAccountEventsByCreationNumber,c as getAccountEventsByEventType,d as getEvents,a as getModuleEventsByEventType};
|
|
2
2
|
//# sourceMappingURL=event.mjs.map
|
|
@@ -17,12 +17,16 @@ import '../transactions/instances/transactionArgument.mjs';
|
|
|
17
17
|
* the {@link api/faucet}. By moving the methods out into a separate file,
|
|
18
18
|
* other namespaces and processes can access these methods without depending on the entire
|
|
19
19
|
* faucet namespace and without having a dependency cycle error.
|
|
20
|
+
* @group Implementation
|
|
20
21
|
*/
|
|
21
22
|
|
|
22
23
|
/**
|
|
23
24
|
* Funds an account with a specified amount of tokens from the Aptos faucet.
|
|
24
25
|
* This function is useful for quickly providing a new or existing account with tokens to facilitate transactions.
|
|
25
26
|
*
|
|
27
|
+
* Note that only devnet has a publicly accessible faucet. For testnet, you must use
|
|
28
|
+
* the minting page at https://aptos.dev/network/faucet.
|
|
29
|
+
*
|
|
26
30
|
* @param args - The arguments for funding the account.
|
|
27
31
|
* @param args.aptosConfig - The configuration settings for connecting to the Aptos network.
|
|
28
32
|
* @param args.accountAddress - The address of the account to be funded.
|
|
@@ -32,6 +36,7 @@ import '../transactions/instances/transactionArgument.mjs';
|
|
|
32
36
|
* @param args.options.checkSuccess - A flag indicating whether to check if the transaction was successful.
|
|
33
37
|
*
|
|
34
38
|
* @throws Error if the transaction does not return a user transaction type.
|
|
39
|
+
* @group Implementation
|
|
35
40
|
*/
|
|
36
41
|
declare function fundAccount(args: {
|
|
37
42
|
aptosConfig: AptosConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../chunk-
|
|
1
|
+
import{a}from"../chunk-NYETBDSR.mjs";import"../chunk-3RCAJICY.mjs";import"../chunk-VV4HCOJQ.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-E7FWVXGX.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-BI3BTSUB.mjs";import"../chunk-HEZ2ZYZA.mjs";import"../chunk-VVXBVJXD.mjs";import"../chunk-6YWYAVFS.mjs";import"../chunk-VUIHJIMX.mjs";import"../chunk-NBNZ53ZV.mjs";import"../chunk-BGSEBFFC.mjs";import"../chunk-IEUEMBFD.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-43GCGE6C.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-FZD5RWSZ.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-EMURYYVO.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-FN4C3CKC.mjs";import"../chunk-Q4C4U6I4.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-S4LZMY2L.mjs";import"../chunk-6IEZPA4H.mjs";import"../chunk-OSBRPVVI.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-4YLUM62M.mjs";import"../chunk-QHEKBHNU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-IDTLNF4M.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-U2PRGW4O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-DAFSKSZ5.mjs";import"../chunk-XTOIL6MB.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-77AEKF7K.mjs";import"../chunk-KDMSOCZY.mjs";export{a as fundAccount};
|
|
2
2
|
//# sourceMappingURL=faucet.mjs.map
|