@aptos-labs/ts-sdk 1.33.1 → 1.33.2-sc.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/README.md +11 -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 +2126 -306
- 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 +82 -7
- package/dist/esm/account/AbstractKeylessAccount.mjs +1 -1
- package/dist/esm/account/Account.d.mts +6 -4
- package/dist/esm/account/Account.mjs +1 -1
- package/dist/esm/account/AccountUtils.d.mts +65 -0
- package/dist/esm/account/AccountUtils.mjs +2 -0
- package/dist/esm/account/Ed25519Account.d.mts +4 -2
- package/dist/esm/account/Ed25519Account.mjs +1 -1
- package/dist/esm/account/EphemeralKeyPair.d.mts +30 -1
- package/dist/esm/account/EphemeralKeyPair.mjs +1 -1
- package/dist/esm/account/FederatedKeylessAccount.d.mts +26 -5
- package/dist/esm/account/FederatedKeylessAccount.mjs +1 -1
- package/dist/esm/account/KeylessAccount.d.mts +31 -5
- package/dist/esm/account/KeylessAccount.mjs +1 -1
- package/dist/esm/account/MultiKeyAccount.d.mts +41 -5
- package/dist/esm/account/MultiKeyAccount.mjs +1 -1
- package/dist/esm/account/SingleKeyAccount.d.mts +5 -3
- package/dist/esm/account/SingleKeyAccount.mjs +1 -1
- package/dist/esm/account/index.d.mts +5 -2
- package/dist/esm/account/index.mjs +1 -1
- package/dist/esm/account/utils.d.mts +19 -0
- package/dist/esm/account/utils.mjs +2 -0
- package/dist/esm/api/account.d.mts +26 -4
- package/dist/esm/api/account.mjs +1 -1
- package/dist/esm/api/ans.d.mts +19 -2
- package/dist/esm/api/ans.mjs +1 -1
- package/dist/esm/api/aptos.d.mts +7 -2
- package/dist/esm/api/aptos.mjs +1 -1
- package/dist/esm/api/aptosConfig.d.mts +17 -0
- package/dist/esm/api/aptosConfig.mjs +1 -1
- package/dist/esm/api/coin.d.mts +6 -1
- package/dist/esm/api/coin.mjs +1 -1
- package/dist/esm/api/digitalAsset.d.mts +30 -2
- package/dist/esm/api/digitalAsset.mjs +1 -1
- package/dist/esm/api/event.d.mts +7 -0
- package/dist/esm/api/event.mjs +1 -1
- package/dist/esm/api/faucet.d.mts +12 -2
- package/dist/esm/api/faucet.mjs +1 -1
- package/dist/esm/api/fungibleAsset.d.mts +12 -2
- package/dist/esm/api/fungibleAsset.mjs +1 -1
- package/dist/esm/api/general.d.mts +15 -1
- package/dist/esm/api/general.mjs +1 -1
- package/dist/esm/api/index.d.mts +5 -2
- package/dist/esm/api/index.mjs +1 -1
- package/dist/esm/api/keyless.d.mts +9 -2
- package/dist/esm/api/keyless.mjs +1 -1
- package/dist/esm/api/object.d.mts +4 -0
- package/dist/esm/api/object.mjs +1 -1
- package/dist/esm/api/staking.d.mts +6 -0
- package/dist/esm/api/staking.mjs +1 -1
- package/dist/esm/api/table.d.mts +6 -0
- package/dist/esm/api/table.mjs +1 -1
- package/dist/esm/api/transaction.d.mts +25 -6
- package/dist/esm/api/transaction.mjs +1 -1
- package/dist/esm/api/transactionSubmission/build.d.mts +72 -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 +9 -2
- package/dist/esm/api/transactionSubmission/management.mjs +1 -1
- package/dist/esm/api/transactionSubmission/sign.d.mts +8 -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 +7 -1
- package/dist/esm/api/transactionSubmission/simulate.mjs +1 -1
- package/dist/esm/api/transactionSubmission/submit.d.mts +7 -1
- package/dist/esm/api/transactionSubmission/submit.mjs +1 -1
- package/dist/esm/api/utils.d.mts +2 -0
- package/dist/esm/api/utils.mjs +1 -1
- package/dist/esm/bcs/consts.d.mts +1 -0
- package/dist/esm/bcs/deserializer.d.mts +43 -1
- package/dist/esm/bcs/deserializer.mjs +1 -1
- package/dist/esm/bcs/index.d.mts +1 -0
- package/dist/esm/bcs/index.mjs +1 -1
- package/dist/esm/bcs/serializable/entryFunctionBytes.d.mts +11 -0
- package/dist/esm/bcs/serializable/entryFunctionBytes.mjs +1 -1
- package/dist/esm/bcs/serializable/fixedBytes.d.mts +13 -0
- package/dist/esm/bcs/serializable/fixedBytes.mjs +1 -1
- package/dist/esm/bcs/serializable/movePrimitives.d.mts +25 -0
- package/dist/esm/bcs/serializable/movePrimitives.mjs +1 -1
- package/dist/esm/bcs/serializable/moveStructs.d.mts +57 -0
- package/dist/esm/bcs/serializable/moveStructs.mjs +1 -1
- package/dist/esm/bcs/serializer.d.mts +61 -0
- package/dist/esm/bcs/serializer.mjs +1 -1
- package/dist/esm/{chunk-4DP3PEYK.mjs → chunk-32WLD3F3.mjs} +2 -2
- package/dist/esm/chunk-32WLD3F3.mjs.map +1 -0
- package/dist/esm/{chunk-FZDEGDUY.mjs → chunk-35DKMW7Q.mjs} +1 -1
- package/dist/esm/chunk-35DKMW7Q.mjs.map +1 -0
- package/dist/esm/chunk-3OLFJ65O.mjs +2 -0
- package/dist/esm/chunk-3OLFJ65O.mjs.map +1 -0
- package/dist/esm/chunk-3XH3NNSR.mjs +2 -0
- package/dist/esm/chunk-3XH3NNSR.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-IBZKCBN5.mjs → chunk-4UYVRG5Z.mjs} +2 -2
- package/dist/esm/chunk-4UYVRG5Z.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-JMPHD4BP.mjs → chunk-4ZJJINCW.mjs} +2 -2
- package/dist/esm/chunk-4ZJJINCW.mjs.map +1 -0
- package/dist/esm/{chunk-ZXVN3HXB.mjs → chunk-66AQ2MJ6.mjs} +2 -2
- package/dist/esm/chunk-66AQ2MJ6.mjs.map +1 -0
- package/dist/esm/{chunk-4XB3BB5Z.mjs → chunk-67BUAZ6O.mjs} +2 -2
- package/dist/esm/chunk-67BUAZ6O.mjs.map +1 -0
- package/dist/esm/{chunk-333QBK32.mjs → chunk-67ZANQ3R.mjs} +2 -2
- package/dist/esm/chunk-67ZANQ3R.mjs.map +1 -0
- package/dist/esm/{chunk-UFPYCROT.mjs → chunk-6IIAGMDR.mjs} +2 -2
- package/dist/esm/chunk-6IIAGMDR.mjs.map +1 -0
- package/dist/esm/{chunk-F2WY2DEY.mjs → chunk-6IPM5P4L.mjs} +2 -2
- package/dist/esm/chunk-6IPM5P4L.mjs.map +1 -0
- package/dist/esm/{chunk-IK2NYNKG.mjs → chunk-6XHBRRS6.mjs} +2 -2
- package/dist/esm/chunk-6XHBRRS6.mjs.map +1 -0
- package/dist/esm/chunk-7HLNV3QL.mjs +2 -0
- package/dist/esm/chunk-7HLNV3QL.mjs.map +1 -0
- package/dist/esm/{chunk-2KSMV5KD.mjs → chunk-A3NEASNH.mjs} +2 -2
- package/dist/esm/chunk-A3NEASNH.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-5PVZ4N42.mjs → chunk-AD3A7DTH.mjs} +2 -2
- package/dist/esm/chunk-AD3A7DTH.mjs.map +1 -0
- package/dist/esm/chunk-AIABPCUF.mjs +2 -0
- package/dist/esm/{chunk-YD2BMHH7.mjs.map → chunk-AIABPCUF.mjs.map} +1 -1
- package/dist/esm/{chunk-AOROYJ74.mjs → chunk-AZWVCBK2.mjs} +2 -2
- package/dist/esm/chunk-AZWVCBK2.mjs.map +1 -0
- package/dist/esm/chunk-BFIXIXHO.mjs +2 -0
- package/dist/esm/chunk-BFIXIXHO.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-EGV3HFE3.mjs → chunk-CDYLZDD2.mjs} +2 -2
- package/dist/esm/chunk-CDYLZDD2.mjs.map +1 -0
- package/dist/esm/{chunk-LA5HJILW.mjs → chunk-CGTHWGSJ.mjs} +2 -2
- package/dist/esm/chunk-CGTHWGSJ.mjs.map +1 -0
- package/dist/esm/{chunk-VWGB5BHW.mjs → chunk-CNCRJ56P.mjs} +2 -2
- package/dist/esm/chunk-CNCRJ56P.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-CWRANLXZ.mjs +2 -0
- package/dist/esm/chunk-CWRANLXZ.mjs.map +1 -0
- package/dist/esm/{chunk-SK3LIS4Z.mjs → chunk-CYMVZJHC.mjs} +2 -2
- package/dist/esm/chunk-CYMVZJHC.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-DPW6ELCQ.mjs +2 -0
- package/dist/esm/chunk-DPW6ELCQ.mjs.map +1 -0
- package/dist/esm/{chunk-YEWZAR76.mjs → chunk-DW3ETAZB.mjs} +2 -2
- package/dist/esm/chunk-DW3ETAZB.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-G4KAHJXB.mjs → chunk-EBS4BKER.mjs} +2 -2
- package/dist/esm/chunk-EBS4BKER.mjs.map +1 -0
- package/dist/esm/{chunk-S5SQJRAV.mjs → chunk-ECZYQTNN.mjs} +2 -2
- package/dist/esm/chunk-ECZYQTNN.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-FC2IYWI7.mjs +2 -0
- package/dist/esm/chunk-FC2IYWI7.mjs.map +1 -0
- package/dist/esm/chunk-FKJ3GCBI.mjs +2 -0
- package/dist/esm/chunk-FKJ3GCBI.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-2ESU5N3V.mjs → chunk-FNXO3URE.mjs} +2 -2
- package/dist/esm/chunk-FNXO3URE.mjs.map +1 -0
- package/dist/esm/{chunk-7V35JAAF.mjs → chunk-FQECACH3.mjs} +2 -2
- package/dist/esm/chunk-FQECACH3.mjs.map +1 -0
- package/dist/esm/{chunk-2QGJDHME.mjs → chunk-FQXEX2HN.mjs} +2 -2
- package/dist/esm/chunk-FQXEX2HN.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-7N7FEBZA.mjs → chunk-G5ZWH5T3.mjs} +2 -2
- package/dist/esm/chunk-G5ZWH5T3.mjs.map +1 -0
- package/dist/esm/{chunk-UGIHQFID.mjs → chunk-GL4OJVYH.mjs} +2 -2
- package/dist/esm/chunk-GL4OJVYH.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-33CVOPIN.mjs → chunk-H3XZ3FZY.mjs} +2 -2
- package/dist/esm/{chunk-33CVOPIN.mjs.map → chunk-H3XZ3FZY.mjs.map} +1 -1
- package/dist/esm/{chunk-7T26VA2W.mjs → chunk-I7JGKVOC.mjs} +2 -2
- package/dist/esm/chunk-I7JGKVOC.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-IJ2QKE4W.mjs} +2 -2
- package/dist/esm/chunk-IJ2QKE4W.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-SNYYEVJA.mjs → chunk-K2CSACQY.mjs} +2 -2
- package/dist/esm/chunk-K2CSACQY.mjs.map +1 -0
- package/dist/esm/{chunk-NZ7M6NG2.mjs → chunk-KFCLSJC3.mjs} +2 -2
- package/dist/esm/chunk-KFGXOZ77.mjs +2 -0
- package/dist/esm/chunk-KFGXOZ77.mjs.map +1 -0
- package/dist/esm/{chunk-PXMNAP2Q.mjs → chunk-KG23XFU2.mjs} +2 -2
- package/dist/esm/chunk-KG23XFU2.mjs.map +1 -0
- package/dist/esm/chunk-KNTAED2Z.mjs +2 -0
- package/dist/esm/chunk-KNTAED2Z.mjs.map +1 -0
- package/dist/esm/{chunk-GVNK3UMT.mjs → chunk-KPLWOVKG.mjs} +2 -2
- package/dist/esm/chunk-KPLWOVKG.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-ACVIE7IE.mjs → chunk-N4DM5FYH.mjs} +2 -2
- package/dist/esm/chunk-N4DM5FYH.mjs.map +1 -0
- package/dist/esm/{chunk-ZMMLM6ZJ.mjs → chunk-N4VVDQA5.mjs} +2 -2
- package/dist/esm/chunk-N4VVDQA5.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-HMMNQFVM.mjs → chunk-NDUIXMIA.mjs} +2 -2
- package/dist/esm/chunk-NDUIXMIA.mjs.map +1 -0
- package/dist/esm/{chunk-U3T4ZT7B.mjs → chunk-NW2WUKWV.mjs} +2 -2
- package/dist/esm/chunk-NW2WUKWV.mjs.map +1 -0
- package/dist/esm/{chunk-XZN344G4.mjs → chunk-ODEDSSQL.mjs} +2 -2
- package/dist/esm/chunk-ODEDSSQL.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-4MTSP4S2.mjs → chunk-P4VF7BN4.mjs} +2 -2
- package/dist/esm/chunk-P4VF7BN4.mjs.map +1 -0
- package/dist/esm/chunk-P54RNN4V.mjs +2 -0
- package/dist/esm/chunk-P54RNN4V.mjs.map +1 -0
- package/dist/esm/{chunk-XOLU6UP3.mjs → chunk-PHJRCZQ3.mjs} +2 -2
- package/dist/esm/chunk-PHJRCZQ3.mjs.map +1 -0
- package/dist/esm/{chunk-VIZHWYI5.mjs → chunk-PNDCGNVH.mjs} +2 -2
- package/dist/esm/chunk-PNDCGNVH.mjs.map +1 -0
- package/dist/esm/{chunk-5LGKGWLX.mjs → chunk-PTS3BTOU.mjs} +2 -2
- package/dist/esm/chunk-PTS3BTOU.mjs.map +1 -0
- package/dist/esm/{chunk-NK67FECB.mjs → chunk-PUNTBVRJ.mjs} +2 -2
- package/dist/esm/chunk-PUNTBVRJ.mjs.map +1 -0
- package/dist/esm/{chunk-DBTKJMLV.mjs → chunk-Q2C6ZY5N.mjs} +2 -2
- package/dist/esm/chunk-Q2C6ZY5N.mjs.map +1 -0
- package/dist/esm/{chunk-UJSTWN32.mjs → chunk-Q3VS6AEN.mjs} +2 -2
- package/dist/esm/{chunk-UJSTWN32.mjs.map → chunk-Q3VS6AEN.mjs.map} +1 -1
- package/dist/esm/{chunk-JNO7KPMG.mjs → chunk-Q4C4U6I4.mjs} +2 -2
- package/dist/esm/chunk-Q4C4U6I4.mjs.map +1 -0
- package/dist/esm/{chunk-F45G3GP3.mjs → chunk-QHEKBHNU.mjs} +2 -2
- package/dist/esm/chunk-R7QOPBWA.mjs +2 -0
- package/dist/esm/chunk-R7QOPBWA.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-RCA73RVB.mjs → chunk-SOLQ5VON.mjs} +2 -2
- package/dist/esm/chunk-SOLQ5VON.mjs.map +1 -0
- package/dist/esm/{chunk-L4SWQLAJ.mjs → chunk-SQR3AIY7.mjs} +2 -2
- package/dist/esm/chunk-SQR3AIY7.mjs.map +1 -0
- package/dist/esm/{chunk-SPRNSFUV.mjs → chunk-STY74NUA.mjs} +2 -2
- package/dist/esm/chunk-STY74NUA.mjs.map +1 -0
- package/dist/esm/{chunk-LKKI2KAP.mjs → chunk-SZRZ3HIL.mjs} +2 -2
- package/dist/esm/chunk-SZRZ3HIL.mjs.map +1 -0
- package/dist/esm/{chunk-KCWRCWNT.mjs → chunk-T6NQDM7D.mjs} +2 -2
- package/dist/esm/chunk-T6NQDM7D.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-2MN7DW2J.mjs → chunk-UF6SI2QE.mjs} +2 -2
- package/dist/esm/chunk-UF6SI2QE.mjs.map +1 -0
- package/dist/esm/chunk-UIRAXHDH.mjs +1 -0
- package/dist/esm/chunk-UIRAXHDH.mjs.map +1 -0
- package/dist/esm/{chunk-ALNQK276.mjs → chunk-UONSJQUV.mjs} +2 -2
- package/dist/esm/chunk-UONSJQUV.mjs.map +1 -0
- package/dist/esm/{chunk-N62NUAHT.mjs → chunk-UQ7D5CSM.mjs} +2 -2
- package/dist/esm/chunk-UQ7D5CSM.mjs.map +1 -0
- package/dist/esm/{chunk-BAEIZAP7.mjs → chunk-UYONA6PP.mjs} +2 -2
- package/dist/esm/chunk-UYONA6PP.mjs.map +1 -0
- package/dist/esm/{chunk-YJVZFYBX.mjs → chunk-VCIJX6R4.mjs} +2 -2
- package/dist/esm/chunk-VCIJX6R4.mjs.map +1 -0
- package/dist/esm/{chunk-CX6KECGV.mjs → chunk-VVAKGJDN.mjs} +2 -2
- package/dist/esm/chunk-VVAKGJDN.mjs.map +1 -0
- package/dist/esm/chunk-VZELORLW.mjs +2 -0
- package/dist/esm/chunk-VZELORLW.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-PMGK5IHB.mjs → chunk-X3SO2LDX.mjs} +2 -2
- package/dist/esm/chunk-X3SO2LDX.mjs.map +1 -0
- package/dist/esm/{chunk-H3C3VTHS.mjs → chunk-XGF7UNEW.mjs} +2 -2
- package/dist/esm/chunk-XGF7UNEW.mjs.map +1 -0
- package/dist/esm/chunk-XHPWHA6B.mjs +2 -0
- package/dist/esm/chunk-XHPWHA6B.mjs.map +1 -0
- package/dist/esm/{chunk-2C27NY4D.mjs → chunk-XIFIACCB.mjs} +2 -2
- package/dist/esm/chunk-XIFIACCB.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-ZMS3AOEZ.mjs → chunk-XLFX2YQA.mjs} +2 -2
- package/dist/esm/chunk-XLFX2YQA.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-U6OCK6T4.mjs → chunk-Y6QTKAQO.mjs} +2 -2
- package/dist/esm/chunk-Y6QTKAQO.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-WFK3XRQX.mjs → chunk-YPGI5HAA.mjs} +2 -2
- package/dist/esm/chunk-YPGI5HAA.mjs.map +1 -0
- package/dist/esm/{chunk-QI7OREBM.mjs → chunk-ZJNPBHEI.mjs} +2 -2
- package/dist/esm/chunk-ZJNPBHEI.mjs.map +1 -0
- package/dist/esm/cli/index.d.mts +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 +27 -0
- package/dist/esm/cli/move.mjs +1 -1
- package/dist/esm/client/core.d.mts +5 -0
- package/dist/esm/client/core.mjs +1 -1
- package/dist/esm/client/get.d.mts +34 -1
- package/dist/esm/client/get.mjs +1 -1
- package/dist/esm/client/index.d.mts +2 -1
- package/dist/esm/client/index.mjs +1 -1
- package/dist/esm/client/post.d.mts +38 -0
- package/dist/esm/client/post.mjs +1 -1
- package/dist/esm/core/account/index.d.mts +1 -0
- package/dist/esm/core/account/index.mjs +1 -1
- package/dist/esm/core/account/utils/address.d.mts +7 -0
- package/dist/esm/core/account/utils/address.mjs +1 -1
- package/dist/esm/core/account/utils/index.d.mts +1 -0
- package/dist/esm/core/account/utils/index.mjs +1 -1
- package/dist/esm/core/accountAddress.d.mts +47 -0
- package/dist/esm/core/accountAddress.mjs +1 -1
- package/dist/esm/core/authenticationKey.d.mts +2 -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 +58 -5
- package/dist/esm/core/crypto/ed25519.mjs +1 -1
- package/dist/esm/core/crypto/ephemeral.d.mts +24 -1
- package/dist/esm/core/crypto/ephemeral.mjs +1 -1
- package/dist/esm/core/crypto/federatedKeyless.d.mts +14 -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 +3 -2
- package/dist/esm/core/crypto/index.mjs +1 -1
- package/dist/esm/core/crypto/keyless.d.mts +132 -1
- package/dist/esm/core/crypto/keyless.mjs +1 -1
- package/dist/esm/core/crypto/multiEd25519.d.mts +42 -1
- package/dist/esm/core/crypto/multiEd25519.mjs +1 -1
- package/dist/esm/core/crypto/multiKey.d.mts +39 -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 +10 -1
- package/dist/esm/core/crypto/privateKey.mjs +1 -1
- package/dist/esm/core/crypto/proof.d.mts +3 -0
- package/dist/esm/core/crypto/proof.mjs +1 -1
- package/dist/esm/core/crypto/publicKey.d.mts +2 -1
- package/dist/esm/core/crypto/publicKey.mjs +1 -1
- package/dist/esm/core/crypto/secp256k1.d.mts +51 -3
- package/dist/esm/core/crypto/secp256k1.mjs +1 -1
- package/dist/esm/core/crypto/signature.d.mts +7 -0
- package/dist/esm/core/crypto/signature.mjs +1 -1
- package/dist/esm/core/crypto/singleKey.d.mts +37 -2
- package/dist/esm/core/crypto/singleKey.mjs +1 -1
- package/dist/esm/core/crypto/utils.d.mts +3 -0
- package/dist/esm/core/crypto/utils.mjs +1 -1
- package/dist/esm/core/hex.d.mts +21 -0
- package/dist/esm/core/hex.mjs +1 -1
- package/dist/esm/core/index.d.mts +3 -2
- package/dist/esm/core/index.mjs +1 -1
- package/dist/esm/errors/index.d.mts +1 -0
- package/dist/esm/errors/index.mjs +1 -1
- package/dist/esm/index.d.mts +9 -6
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/internal/account.d.mts +25 -4
- package/dist/esm/internal/account.mjs +1 -1
- package/dist/esm/internal/ans.d.mts +28 -2
- package/dist/esm/internal/ans.mjs +1 -1
- package/dist/esm/internal/coin.d.mts +4 -1
- package/dist/esm/internal/coin.mjs +1 -1
- package/dist/esm/internal/digitalAsset.d.mts +32 -2
- package/dist/esm/internal/digitalAsset.mjs +1 -1
- package/dist/esm/internal/event.d.mts +6 -0
- package/dist/esm/internal/event.mjs +1 -1
- package/dist/esm/internal/faucet.d.mts +6 -0
- package/dist/esm/internal/faucet.mjs +1 -1
- package/dist/esm/internal/fungibleAsset.d.mts +9 -2
- package/dist/esm/internal/fungibleAsset.mjs +1 -1
- package/dist/esm/internal/general.d.mts +8 -0
- package/dist/esm/internal/general.mjs +1 -1
- package/dist/esm/internal/keyless.d.mts +7 -2
- package/dist/esm/internal/keyless.mjs +1 -1
- package/dist/esm/internal/object.d.mts +3 -0
- package/dist/esm/internal/object.mjs +1 -1
- package/dist/esm/internal/staking.d.mts +6 -1
- package/dist/esm/internal/staking.mjs +1 -1
- package/dist/esm/internal/table.d.mts +4 -0
- package/dist/esm/internal/table.mjs +1 -1
- package/dist/esm/internal/transaction.d.mts +15 -0
- package/dist/esm/internal/transaction.mjs +1 -1
- package/dist/esm/internal/transactionSubmission.d.mts +17 -5
- package/dist/esm/internal/transactionSubmission.mjs +1 -1
- package/dist/esm/internal/view.d.mts +3 -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 +29 -1
- package/dist/esm/transactions/authenticator/account.mjs +1 -1
- package/dist/esm/transactions/authenticator/index.d.mts +3 -1
- package/dist/esm/transactions/authenticator/index.mjs +1 -1
- package/dist/esm/transactions/authenticator/transaction.d.mts +24 -2
- package/dist/esm/transactions/authenticator/transaction.mjs +1 -1
- package/dist/esm/transactions/index.d.mts +6 -3
- package/dist/esm/transactions/index.mjs +1 -1
- package/dist/esm/transactions/instances/chainId.d.mts +9 -0
- package/dist/esm/transactions/instances/chainId.mjs +1 -1
- package/dist/esm/transactions/instances/identifier.d.mts +9 -0
- package/dist/esm/transactions/instances/identifier.mjs +1 -1
- package/dist/esm/transactions/instances/index.d.mts +3 -1
- package/dist/esm/transactions/instances/index.mjs +1 -1
- package/dist/esm/transactions/instances/moduleId.d.mts +11 -0
- package/dist/esm/transactions/instances/moduleId.mjs +1 -1
- package/dist/esm/transactions/instances/multiAgentTransaction.d.mts +9 -0
- package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/rawTransaction.d.mts +31 -0
- package/dist/esm/transactions/instances/rawTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/rotationProofChallenge.d.mts +8 -1
- package/dist/esm/transactions/instances/rotationProofChallenge.mjs +1 -1
- package/dist/esm/transactions/instances/signedTransaction.d.mts +11 -1
- package/dist/esm/transactions/instances/signedTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/simpleTransaction.d.mts +9 -0
- package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/transactionArgument.d.mts +17 -0
- package/dist/esm/transactions/instances/transactionPayload.d.mts +49 -0
- package/dist/esm/transactions/instances/transactionPayload.mjs +1 -1
- package/dist/esm/transactions/management/accountSequenceNumber.d.mts +20 -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 +4 -2
- package/dist/esm/transactions/management/index.mjs +1 -1
- package/dist/esm/transactions/management/transactionWorker.d.mts +46 -7
- package/dist/esm/transactions/management/transactionWorker.mjs +1 -1
- package/dist/esm/transactions/scriptComposer/index.d.mts +47 -0
- package/dist/esm/transactions/scriptComposer/index.mjs +2 -0
- package/dist/esm/transactions/scriptComposer/index.mjs.map +1 -0
- package/dist/esm/transactions/transactionBuilder/helpers.d.mts +65 -1
- package/dist/esm/transactions/transactionBuilder/helpers.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/index.d.mts +4 -2
- package/dist/esm/transactions/transactionBuilder/index.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/remoteAbi.d.mts +37 -3
- package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/signingMessage.d.mts +11 -1
- package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/transactionBuilder.d.mts +43 -1
- package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -1
- package/dist/esm/transactions/typeTag/index.d.mts +83 -0
- package/dist/esm/transactions/typeTag/index.mjs +1 -1
- package/dist/esm/transactions/typeTag/parser.d.mts +9 -0
- package/dist/esm/transactions/typeTag/parser.mjs +1 -1
- package/dist/esm/transactions/types.d.mts +90 -2
- package/dist/esm/types/index.d.mts +1 -0
- 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/types/types.d.mts +1 -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 +21 -0
- package/dist/esm/utils/helpers.mjs +1 -1
- package/dist/esm/utils/index.d.mts +1 -0
- 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 +9 -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 +10 -4
- 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 +89 -2
- 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/index.ts +1 -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/scriptComposer/index.ts +86 -0
- package/src/transactions/transactionBuilder/helpers.ts +82 -10
- package/src/transactions/transactionBuilder/remoteAbi.ts +75 -1
- 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 +89 -0
- package/src/types/index.ts +1 -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 +0 -2
- 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-FD6FGKYY.mjs +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-I5OYNCZS.mjs +0 -1
- package/dist/esm/chunk-IBZKCBN5.mjs.map +0 -1
- package/dist/esm/chunk-ICMELYCL.mjs +0 -2
- 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-FD6FGKYY.mjs.map → account/AccountUtils.mjs.map} +0 -0
- /package/dist/esm/{chunk-GAEAYY44.mjs.map → account/utils.mjs.map} +0 -0
- /package/dist/esm/{chunk-I5OYNCZS.mjs.map → chunk-GP4TLDVZ.mjs.map} +0 -0
- /package/dist/esm/{chunk-NZ7M6NG2.mjs.map → chunk-KFCLSJC3.mjs.map} +0 -0
- /package/dist/esm/{chunk-F45G3GP3.mjs.map → chunk-QHEKBHNU.mjs.map} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../chunk-
|
|
1
|
+
import{a}from"../chunk-Q3VS6AEN.mjs";import"../chunk-CYMVZJHC.mjs";import"../chunk-UIRAXHDH.mjs";import"../chunk-CWRANLXZ.mjs";import"../chunk-JXCZTOYC.mjs";import"../chunk-IJ2QKE4W.mjs";import"../chunk-XHPWHA6B.mjs";import"../chunk-AZWVCBK2.mjs";import"../chunk-UYONA6PP.mjs";import"../chunk-BSCOVLWS.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-P54RNN4V.mjs";import"../chunk-UQ7D5CSM.mjs";import"../chunk-YPGI5HAA.mjs";import"../chunk-A3NEASNH.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-GP4TLDVZ.mjs";import"../chunk-7HLNV3QL.mjs";import"../chunk-VZELORLW.mjs";import"../chunk-AD3A7DTH.mjs";import"../chunk-R7QOPBWA.mjs";import"../chunk-JJM6ELMS.mjs";import"../chunk-BFIXIXHO.mjs";import"../chunk-SQR3AIY7.mjs";import"../chunk-KFGXOZ77.mjs";import"../chunk-FC2IYWI7.mjs";import"../chunk-K2CSACQY.mjs";import"../chunk-4NMDYPUD.mjs";import"../chunk-XIFIACCB.mjs";import"../chunk-6IPM5P4L.mjs";import"../chunk-I7JGKVOC.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-6XHBRRS6.mjs";import"../chunk-NDUIXMIA.mjs";import"../chunk-EBS4BKER.mjs";import"../chunk-PHJRCZQ3.mjs";import"../chunk-67ZANQ3R.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-67BUAZ6O.mjs";import"../chunk-HEZ2ZYZA.mjs";import"../chunk-ODEDSSQL.mjs";import"../chunk-3XH3NNSR.mjs";import"../chunk-4ZJJINCW.mjs";import"../chunk-G5ZWH5T3.mjs";import"../chunk-NW2WUKWV.mjs";import"../chunk-KG23XFU2.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-T6NQDM7D.mjs";import"../chunk-XGF7UNEW.mjs";import"../chunk-EMURYYVO.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-FN4C3CKC.mjs";import"../chunk-Q4C4U6I4.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-SZRZ3HIL.mjs";import"../chunk-FKJ3GCBI.mjs";import"../chunk-CNCRJ56P.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-N4VVDQA5.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-U2PRGW4O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-XTOIL6MB.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-DAFSKSZ5.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-AIABPCUF.mjs";import"../chunk-KDMSOCZY.mjs";export{a as transferCoinTransaction};
|
|
2
2
|
//# sourceMappingURL=coin.mjs.map
|
|
@@ -2,13 +2,14 @@ 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';
|
|
9
9
|
import '../utils/apiEndpoints.mjs';
|
|
10
10
|
import '../utils/const.mjs';
|
|
11
11
|
import '../types/generated/operations.mjs';
|
|
12
|
+
import '@aptos-labs/script-composer-pack';
|
|
12
13
|
import '../bcs/serializer.mjs';
|
|
13
14
|
import '../core/hex.mjs';
|
|
14
15
|
import '../core/common.mjs';
|
|
@@ -16,12 +17,13 @@ import '../bcs/deserializer.mjs';
|
|
|
16
17
|
import '../transactions/instances/transactionArgument.mjs';
|
|
17
18
|
import '../transactions/authenticator/account.mjs';
|
|
18
19
|
import '../core/crypto/ed25519.mjs';
|
|
19
|
-
import '../publicKey-
|
|
20
|
+
import '../publicKey-BMtGNNLg.mjs';
|
|
20
21
|
import '../core/crypto/signature.mjs';
|
|
21
22
|
import '../core/crypto/privateKey.mjs';
|
|
22
23
|
import '../core/crypto/multiEd25519.mjs';
|
|
23
24
|
import '../core/crypto/multiKey.mjs';
|
|
24
25
|
import '../core/crypto/singleKey.mjs';
|
|
26
|
+
import '../core/crypto/secp256k1.mjs';
|
|
25
27
|
import '../bcs/serializable/moveStructs.mjs';
|
|
26
28
|
import '../bcs/serializable/movePrimitives.mjs';
|
|
27
29
|
import '../bcs/serializable/fixedBytes.mjs';
|
|
@@ -38,6 +40,7 @@ import '../transactions/instances/multiAgentTransaction.mjs';
|
|
|
38
40
|
* the {@link api/digitalAsset}. By moving the methods out into a separate file,
|
|
39
41
|
* other namespaces and processes can access these methods without depending on the entire
|
|
40
42
|
* digitalAsset namespace and without having a dependency cycle error.
|
|
43
|
+
* @group Implementation
|
|
41
44
|
*/
|
|
42
45
|
|
|
43
46
|
declare const PropertyTypeMap: {
|
|
@@ -54,12 +57,14 @@ declare const PropertyTypeMap: {
|
|
|
54
57
|
};
|
|
55
58
|
/**
|
|
56
59
|
* The keys of the PropertyTypeMap, representing different property types.
|
|
60
|
+
* @group Implementation
|
|
57
61
|
*/
|
|
58
62
|
type PropertyType = keyof typeof PropertyTypeMap;
|
|
59
63
|
/**
|
|
60
64
|
* Accepted property value types for user input, including boolean, number, bigint, string, AccountAddress, and Uint8Array.
|
|
61
65
|
* To pass in an Array, use Uint8Array type
|
|
62
66
|
* for example `new MoveVector([new MoveString("hello"), new MoveString("world")]).bcsToBytes()`
|
|
67
|
+
* @group Implementation
|
|
63
68
|
*/
|
|
64
69
|
type PropertyValue = boolean | number | bigint | string | AccountAddress | Uint8Array;
|
|
65
70
|
/**
|
|
@@ -69,6 +74,7 @@ type PropertyValue = boolean | number | bigint | string | AccountAddress | Uint8
|
|
|
69
74
|
* @param args.aptosConfig - The configuration settings for Aptos.
|
|
70
75
|
* @param args.digitalAssetAddress - The address of the digital asset to retrieve data for.
|
|
71
76
|
* @returns The data of the specified digital asset.
|
|
77
|
+
* @group Implementation
|
|
72
78
|
*/
|
|
73
79
|
declare function getDigitalAssetData(args: {
|
|
74
80
|
aptosConfig: AptosConfig;
|
|
@@ -81,6 +87,7 @@ declare function getDigitalAssetData(args: {
|
|
|
81
87
|
* @param args.aptosConfig - The configuration settings for Aptos.
|
|
82
88
|
* @param args.digitalAssetAddress - The address of the digital asset to query ownership for.
|
|
83
89
|
* @returns The current ownership details of the specified digital asset.
|
|
90
|
+
* @group Implementation
|
|
84
91
|
*/
|
|
85
92
|
declare function getCurrentDigitalAssetOwnership(args: {
|
|
86
93
|
aptosConfig: AptosConfig;
|
|
@@ -98,6 +105,7 @@ declare function getCurrentDigitalAssetOwnership(args: {
|
|
|
98
105
|
* @param args.options.orderBy - The criteria for ordering the results.
|
|
99
106
|
*
|
|
100
107
|
* @returns An array of digital assets currently owned by the specified account.
|
|
108
|
+
* @group Implementation
|
|
101
109
|
*/
|
|
102
110
|
declare function getOwnedDigitalAssets(args: {
|
|
103
111
|
aptosConfig: AptosConfig;
|
|
@@ -116,6 +124,7 @@ declare function getOwnedDigitalAssets(args: {
|
|
|
116
124
|
* @param args.options.limit - The maximum number of records to return.
|
|
117
125
|
* @param args.options.orderBy - The criteria to order the results by.
|
|
118
126
|
* @returns A promise that resolves to an array of token activities for the specified digital asset.
|
|
127
|
+
* @group Implementation
|
|
119
128
|
*/
|
|
120
129
|
declare function getDigitalAssetActivity(args: {
|
|
121
130
|
aptosConfig: AptosConfig;
|
|
@@ -138,6 +147,7 @@ declare function getDigitalAssetActivity(args: {
|
|
|
138
147
|
* @param tokensFreezableByCreator - Indicates if the creator can freeze tokens in the collection.
|
|
139
148
|
* @param royaltyNumerator - The numerator for calculating royalties.
|
|
140
149
|
* @param royaltyDenominator - The denominator for calculating royalties.
|
|
150
|
+
* @group Implementation
|
|
141
151
|
*/
|
|
142
152
|
interface CreateCollectionOptions {
|
|
143
153
|
maxSupply?: AnyNumber;
|
|
@@ -176,6 +186,7 @@ interface CreateCollectionOptions {
|
|
|
176
186
|
* @param args.tokensFreezableByCreator - Indicates if tokens can be frozen by the creator (optional, defaults to true).
|
|
177
187
|
* @param args.royaltyNumerator - The numerator for calculating royalties (optional, defaults to 0).
|
|
178
188
|
* @param args.royaltyDenominator - The denominator for calculating royalties (optional, defaults to 1).
|
|
189
|
+
* @group Implementation
|
|
179
190
|
*/
|
|
180
191
|
declare function createCollectionTransaction(args: {
|
|
181
192
|
aptosConfig: AptosConfig;
|
|
@@ -196,6 +207,7 @@ declare function createCollectionTransaction(args: {
|
|
|
196
207
|
* @param args.options.limit - The limit for pagination.
|
|
197
208
|
* @param args.options.where - The conditions to filter the collections.
|
|
198
209
|
* @returns The data of the current collections.
|
|
210
|
+
* @group Implementation
|
|
199
211
|
*/
|
|
200
212
|
declare function getCollectionData(args: {
|
|
201
213
|
aptosConfig: AptosConfig;
|
|
@@ -211,6 +223,7 @@ declare function getCollectionData(args: {
|
|
|
211
223
|
* @param args.options - Optional parameters for filtering the results, including token standard and pagination options.
|
|
212
224
|
* @param args.options.tokenStandard - The token standard to filter the results by (optional).
|
|
213
225
|
* @param args.options.pagination - Pagination options for the results (optional).
|
|
226
|
+
* @group Implementation
|
|
214
227
|
*/
|
|
215
228
|
declare function getCollectionDataByCreatorAddressAndCollectionName(args: {
|
|
216
229
|
aptosConfig: AptosConfig;
|
|
@@ -228,6 +241,7 @@ declare function getCollectionDataByCreatorAddressAndCollectionName(args: {
|
|
|
228
241
|
* @param args.options - Optional parameters for filtering the results.
|
|
229
242
|
* @param args.options.tokenStandard - The token standard to filter the collections by.
|
|
230
243
|
* @param args.options.pagination - Pagination options for the results.
|
|
244
|
+
* @group Implementation
|
|
231
245
|
*/
|
|
232
246
|
declare function getCollectionDataByCreatorAddress(args: {
|
|
233
247
|
aptosConfig: AptosConfig;
|
|
@@ -245,6 +259,7 @@ declare function getCollectionDataByCreatorAddress(args: {
|
|
|
245
259
|
* @param args.options.tokenStandard - The standard of the token to filter the collection data.
|
|
246
260
|
* @param args.options.page - The page number for pagination.
|
|
247
261
|
* @param args.options.limit - The number of items per page for pagination.
|
|
262
|
+
* @group Implementation
|
|
248
263
|
*/
|
|
249
264
|
declare function getCollectionDataByCollectionId(args: {
|
|
250
265
|
aptosConfig: AptosConfig;
|
|
@@ -262,6 +277,7 @@ declare function getCollectionDataByCollectionId(args: {
|
|
|
262
277
|
* @param args.options - Optional parameters for additional filtering.
|
|
263
278
|
* @param args.options.tokenStandard - The token standard to filter the collection (default is "v2").
|
|
264
279
|
* @returns The ID of the specified collection.
|
|
280
|
+
* @group Implementation
|
|
265
281
|
*/
|
|
266
282
|
declare function getCollectionId(args: {
|
|
267
283
|
aptosConfig: AptosConfig;
|
|
@@ -284,6 +300,7 @@ declare function getCollectionId(args: {
|
|
|
284
300
|
* @param [args.propertyTypes] - Optional array of property types corresponding to the asset's properties.
|
|
285
301
|
* @param [args.propertyValues] - Optional array of property values for the asset's properties.
|
|
286
302
|
* @param [args.options] - Optional transaction generation options.
|
|
303
|
+
* @group Implementation
|
|
287
304
|
*/
|
|
288
305
|
declare function mintDigitalAssetTransaction(args: {
|
|
289
306
|
aptosConfig: AptosConfig;
|
|
@@ -308,6 +325,7 @@ declare function mintDigitalAssetTransaction(args: {
|
|
|
308
325
|
* @param args.recipient - The address of the account receiving the digital asset.
|
|
309
326
|
* @param args.digitalAssetType - (Optional) The type of the digital asset being transferred.
|
|
310
327
|
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
328
|
+
* @group Implementation
|
|
311
329
|
*/
|
|
312
330
|
declare function transferDigitalAssetTransaction(args: {
|
|
313
331
|
aptosConfig: AptosConfig;
|
|
@@ -334,6 +352,7 @@ declare function transferDigitalAssetTransaction(args: {
|
|
|
334
352
|
* @param [args.propertyValues] - Optional array of property values that match the property keys and types.
|
|
335
353
|
* @param [args.options] - Optional transaction generation options.
|
|
336
354
|
* @throws Error if the counts of property keys, property types, and property values do not match.
|
|
355
|
+
* @group Implementation
|
|
337
356
|
*/
|
|
338
357
|
declare function mintSoulBoundTransaction(args: {
|
|
339
358
|
aptosConfig: AptosConfig;
|
|
@@ -358,6 +377,7 @@ declare function mintSoulBoundTransaction(args: {
|
|
|
358
377
|
* @param args.digitalAssetAddress - The address of the digital asset to be burned.
|
|
359
378
|
* @param args.digitalAssetType - Optional; the type of the digital asset being burned.
|
|
360
379
|
* @param args.options - Optional; additional options for generating the transaction.
|
|
380
|
+
* @group Implementation
|
|
361
381
|
*/
|
|
362
382
|
declare function burnDigitalAssetTransaction(args: {
|
|
363
383
|
aptosConfig: AptosConfig;
|
|
@@ -376,6 +396,7 @@ declare function burnDigitalAssetTransaction(args: {
|
|
|
376
396
|
* @param args.digitalAssetAddress - The address of the digital asset to be frozen.
|
|
377
397
|
* @param args.digitalAssetType - (Optional) The type of the digital asset as a Move struct ID.
|
|
378
398
|
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
399
|
+
* @group Implementation
|
|
379
400
|
*/
|
|
380
401
|
declare function freezeDigitalAssetTransferTransaction(args: {
|
|
381
402
|
aptosConfig: AptosConfig;
|
|
@@ -393,6 +414,7 @@ declare function freezeDigitalAssetTransferTransaction(args: {
|
|
|
393
414
|
* @param args.digitalAssetAddress - The address of the digital asset to be unfrozen.
|
|
394
415
|
* @param args.digitalAssetType - (Optional) The type of the digital asset being unfrozen.
|
|
395
416
|
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
417
|
+
* @group Implementation
|
|
396
418
|
*/
|
|
397
419
|
declare function unfreezeDigitalAssetTransferTransaction(args: {
|
|
398
420
|
aptosConfig: AptosConfig;
|
|
@@ -411,6 +433,7 @@ declare function unfreezeDigitalAssetTransferTransaction(args: {
|
|
|
411
433
|
* @param args.digitalAssetAddress - The address of the digital asset whose description is being set.
|
|
412
434
|
* @param args.digitalAssetType - (Optional) The type of the digital asset.
|
|
413
435
|
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
436
|
+
* @group Implementation
|
|
414
437
|
*/
|
|
415
438
|
declare function setDigitalAssetDescriptionTransaction(args: {
|
|
416
439
|
aptosConfig: AptosConfig;
|
|
@@ -431,6 +454,7 @@ declare function setDigitalAssetDescriptionTransaction(args: {
|
|
|
431
454
|
* @param args.digitalAssetAddress - The address of the digital asset to update.
|
|
432
455
|
* @param args.digitalAssetType - (Optional) The type of the digital asset, represented as a Move struct ID.
|
|
433
456
|
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
457
|
+
* @group Implementation
|
|
434
458
|
*/
|
|
435
459
|
declare function setDigitalAssetNameTransaction(args: {
|
|
436
460
|
aptosConfig: AptosConfig;
|
|
@@ -450,6 +474,7 @@ declare function setDigitalAssetNameTransaction(args: {
|
|
|
450
474
|
* @param args.digitalAssetAddress - The address of the digital asset whose URI is being set.
|
|
451
475
|
* @param args.digitalAssetType - The optional type of the digital asset; defaults to a predefined type if not provided.
|
|
452
476
|
* @param args.options - Optional settings for generating the transaction.
|
|
477
|
+
* @group Implementation
|
|
453
478
|
*/
|
|
454
479
|
declare function setDigitalAssetURITransaction(args: {
|
|
455
480
|
aptosConfig: AptosConfig;
|
|
@@ -472,6 +497,7 @@ declare function setDigitalAssetURITransaction(args: {
|
|
|
472
497
|
* @param args.digitalAssetAddress - The address of the digital asset to which the property is being added.
|
|
473
498
|
* @param args.digitalAssetType - The optional type of the digital asset.
|
|
474
499
|
* @param args.options - Optional transaction generation options.
|
|
500
|
+
* @group Implementation
|
|
475
501
|
*/
|
|
476
502
|
declare function addDigitalAssetPropertyTransaction(args: {
|
|
477
503
|
aptosConfig: AptosConfig;
|
|
@@ -494,6 +520,7 @@ declare function addDigitalAssetPropertyTransaction(args: {
|
|
|
494
520
|
* @param args.digitalAssetAddress - The address of the digital asset from which the property will be removed.
|
|
495
521
|
* @param args.digitalAssetType - The type of the digital asset (optional).
|
|
496
522
|
* @param args.options - Additional options for generating the transaction (optional).
|
|
523
|
+
* @group Implementation
|
|
497
524
|
*/
|
|
498
525
|
declare function removeDigitalAssetPropertyTransaction(args: {
|
|
499
526
|
aptosConfig: AptosConfig;
|
|
@@ -516,6 +543,7 @@ declare function removeDigitalAssetPropertyTransaction(args: {
|
|
|
516
543
|
* @param args.digitalAssetAddress - The address of the digital asset to update.
|
|
517
544
|
* @param args.digitalAssetType - (Optional) The type of the digital asset.
|
|
518
545
|
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
546
|
+
* @group Implementation
|
|
519
547
|
*/
|
|
520
548
|
declare function updateDigitalAssetPropertyTransaction(args: {
|
|
521
549
|
aptosConfig: AptosConfig;
|
|
@@ -540,6 +568,7 @@ declare function updateDigitalAssetPropertyTransaction(args: {
|
|
|
540
568
|
* @param args.digitalAssetAddress - The address of the digital asset to which the property is being added.
|
|
541
569
|
* @param args.digitalAssetType - (Optional) The type of the digital asset.
|
|
542
570
|
* @param args.options - (Optional) Additional options for generating the transaction.
|
|
571
|
+
* @group Implementation
|
|
543
572
|
*/
|
|
544
573
|
declare function addDigitalAssetTypedPropertyTransaction(args: {
|
|
545
574
|
aptosConfig: AptosConfig;
|
|
@@ -563,6 +592,7 @@ declare function addDigitalAssetTypedPropertyTransaction(args: {
|
|
|
563
592
|
* @param args.digitalAssetAddress - The address of the digital asset to be updated.
|
|
564
593
|
* @param args.digitalAssetType - Optional. The type of the digital asset, if not provided, defaults to the standard type.
|
|
565
594
|
* @param args.options - Optional. Additional options for generating the transaction.
|
|
595
|
+
* @group Implementation
|
|
566
596
|
*/
|
|
567
597
|
declare function updateDigitalAssetTypedPropertyTransaction(args: {
|
|
568
598
|
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-FNXO3URE.mjs";import"../chunk-CYMVZJHC.mjs";import"../chunk-UIRAXHDH.mjs";import"../chunk-CWRANLXZ.mjs";import"../chunk-JXCZTOYC.mjs";import"../chunk-IJ2QKE4W.mjs";import"../chunk-XHPWHA6B.mjs";import"../chunk-AZWVCBK2.mjs";import"../chunk-UYONA6PP.mjs";import"../chunk-BSCOVLWS.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-P54RNN4V.mjs";import"../chunk-UQ7D5CSM.mjs";import"../chunk-YPGI5HAA.mjs";import"../chunk-A3NEASNH.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-GP4TLDVZ.mjs";import"../chunk-7HLNV3QL.mjs";import"../chunk-VZELORLW.mjs";import"../chunk-AD3A7DTH.mjs";import"../chunk-R7QOPBWA.mjs";import"../chunk-JJM6ELMS.mjs";import"../chunk-BFIXIXHO.mjs";import"../chunk-SQR3AIY7.mjs";import"../chunk-KFGXOZ77.mjs";import"../chunk-FC2IYWI7.mjs";import"../chunk-K2CSACQY.mjs";import"../chunk-4NMDYPUD.mjs";import"../chunk-XIFIACCB.mjs";import"../chunk-6IPM5P4L.mjs";import"../chunk-I7JGKVOC.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-6XHBRRS6.mjs";import"../chunk-NDUIXMIA.mjs";import"../chunk-EBS4BKER.mjs";import"../chunk-PHJRCZQ3.mjs";import"../chunk-67ZANQ3R.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-67BUAZ6O.mjs";import"../chunk-HEZ2ZYZA.mjs";import"../chunk-ODEDSSQL.mjs";import"../chunk-3XH3NNSR.mjs";import"../chunk-4ZJJINCW.mjs";import"../chunk-G5ZWH5T3.mjs";import"../chunk-NW2WUKWV.mjs";import"../chunk-KG23XFU2.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-T6NQDM7D.mjs";import"../chunk-XGF7UNEW.mjs";import"../chunk-EMURYYVO.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-FN4C3CKC.mjs";import"../chunk-Q4C4U6I4.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-SZRZ3HIL.mjs";import"../chunk-FKJ3GCBI.mjs";import"../chunk-CNCRJ56P.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-N4VVDQA5.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-U2PRGW4O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-XTOIL6MB.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-DAFSKSZ5.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-AIABPCUF.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
|
|
@@ -6,6 +6,7 @@ import { EventsBoolExp } from '../types/generated/types.mjs';
|
|
|
6
6
|
import '../utils/apiEndpoints.mjs';
|
|
7
7
|
import '../utils/const.mjs';
|
|
8
8
|
import '../types/generated/operations.mjs';
|
|
9
|
+
import '@aptos-labs/script-composer-pack';
|
|
9
10
|
import '../bcs/serializer.mjs';
|
|
10
11
|
import '../core/hex.mjs';
|
|
11
12
|
import '../core/common.mjs';
|
|
@@ -17,6 +18,7 @@ import '../transactions/instances/transactionArgument.mjs';
|
|
|
17
18
|
* the {@link api/event}. By moving the methods out into a separate file,
|
|
18
19
|
* other namespaces and processes can access these methods without depending on the entire
|
|
19
20
|
* event namespace and without having a dependency cycle error.
|
|
21
|
+
* @group Implementation
|
|
20
22
|
*/
|
|
21
23
|
|
|
22
24
|
/**
|
|
@@ -27,6 +29,7 @@ import '../transactions/instances/transactionArgument.mjs';
|
|
|
27
29
|
* @param args.aptosConfig - The configuration object for Aptos.
|
|
28
30
|
* @param args.eventType - The MoveStructId representing the type of event to retrieve.
|
|
29
31
|
* @param [args.options] - Optional pagination and ordering parameters for the event retrieval.
|
|
32
|
+
* @group Implementation
|
|
30
33
|
*/
|
|
31
34
|
declare function getModuleEventsByEventType(args: {
|
|
32
35
|
aptosConfig: AptosConfig;
|
|
@@ -41,6 +44,7 @@ declare function getModuleEventsByEventType(args: {
|
|
|
41
44
|
* @param args.accountAddress - The address of the account for which events are being retrieved.
|
|
42
45
|
* @param args.creationNumber - The creation number to filter events.
|
|
43
46
|
* @param args.options - Optional pagination and ordering parameters for the event retrieval.
|
|
47
|
+
* @group Implementation
|
|
44
48
|
*/
|
|
45
49
|
declare function getAccountEventsByCreationNumber(args: {
|
|
46
50
|
aptosConfig: AptosConfig;
|
|
@@ -56,6 +60,7 @@ declare function getAccountEventsByCreationNumber(args: {
|
|
|
56
60
|
* @param args.accountAddress - The address of the account for which to retrieve events.
|
|
57
61
|
* @param args.eventType - The type of event to filter by.
|
|
58
62
|
* @param args.options - Optional pagination and ordering parameters for the event retrieval.
|
|
63
|
+
* @group Implementation
|
|
59
64
|
*/
|
|
60
65
|
declare function getAccountEventsByEventType(args: {
|
|
61
66
|
aptosConfig: AptosConfig;
|
|
@@ -74,6 +79,7 @@ declare function getAccountEventsByEventType(args: {
|
|
|
74
79
|
* @param [args.options.orderBy] - Defines the order in which to return the events.
|
|
75
80
|
* @param [args.options.where] - Conditions to filter the events.
|
|
76
81
|
* @param [args.options.where.indexed_type] - Filters events by the indexed type.
|
|
82
|
+
* @group Implementation
|
|
77
83
|
*/
|
|
78
84
|
declare function getEvents(args: {
|
|
79
85
|
aptosConfig: AptosConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b,c,d}from"../chunk-
|
|
1
|
+
import{a,b,c,d}from"../chunk-66AQ2MJ6.mjs";import"../chunk-A3NEASNH.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-ODEDSSQL.mjs";import"../chunk-3XH3NNSR.mjs";import"../chunk-4ZJJINCW.mjs";import"../chunk-G5ZWH5T3.mjs";import"../chunk-NW2WUKWV.mjs";import"../chunk-KG23XFU2.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-T6NQDM7D.mjs";import"../chunk-XGF7UNEW.mjs";import"../chunk-EMURYYVO.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-FN4C3CKC.mjs";import"../chunk-Q4C4U6I4.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-SZRZ3HIL.mjs";import"../chunk-FKJ3GCBI.mjs";import"../chunk-CNCRJ56P.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-N4VVDQA5.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-U2PRGW4O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-XTOIL6MB.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-DAFSKSZ5.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-AIABPCUF.mjs";import"../chunk-KDMSOCZY.mjs";export{b as getAccountEventsByCreationNumber,c as getAccountEventsByEventType,d as getEvents,a as getModuleEventsByEventType};
|
|
2
2
|
//# sourceMappingURL=event.mjs.map
|
|
@@ -6,6 +6,7 @@ import '../utils/const.mjs';
|
|
|
6
6
|
import '../types/indexer.mjs';
|
|
7
7
|
import '../types/generated/operations.mjs';
|
|
8
8
|
import '../types/generated/types.mjs';
|
|
9
|
+
import '@aptos-labs/script-composer-pack';
|
|
9
10
|
import '../bcs/serializer.mjs';
|
|
10
11
|
import '../core/hex.mjs';
|
|
11
12
|
import '../core/common.mjs';
|
|
@@ -17,12 +18,16 @@ import '../transactions/instances/transactionArgument.mjs';
|
|
|
17
18
|
* the {@link api/faucet}. By moving the methods out into a separate file,
|
|
18
19
|
* other namespaces and processes can access these methods without depending on the entire
|
|
19
20
|
* faucet namespace and without having a dependency cycle error.
|
|
21
|
+
* @group Implementation
|
|
20
22
|
*/
|
|
21
23
|
|
|
22
24
|
/**
|
|
23
25
|
* Funds an account with a specified amount of tokens from the Aptos faucet.
|
|
24
26
|
* This function is useful for quickly providing a new or existing account with tokens to facilitate transactions.
|
|
25
27
|
*
|
|
28
|
+
* Note that only devnet has a publicly accessible faucet. For testnet, you must use
|
|
29
|
+
* the minting page at https://aptos.dev/network/faucet.
|
|
30
|
+
*
|
|
26
31
|
* @param args - The arguments for funding the account.
|
|
27
32
|
* @param args.aptosConfig - The configuration settings for connecting to the Aptos network.
|
|
28
33
|
* @param args.accountAddress - The address of the account to be funded.
|
|
@@ -32,6 +37,7 @@ import '../transactions/instances/transactionArgument.mjs';
|
|
|
32
37
|
* @param args.options.checkSuccess - A flag indicating whether to check if the transaction was successful.
|
|
33
38
|
*
|
|
34
39
|
* @throws Error if the transaction does not return a user transaction type.
|
|
40
|
+
* @group Implementation
|
|
35
41
|
*/
|
|
36
42
|
declare function fundAccount(args: {
|
|
37
43
|
aptosConfig: AptosConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../chunk-
|
|
1
|
+
import{a}from"../chunk-PNDCGNVH.mjs";import"../chunk-YPGI5HAA.mjs";import"../chunk-A3NEASNH.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-ODEDSSQL.mjs";import"../chunk-3XH3NNSR.mjs";import"../chunk-4ZJJINCW.mjs";import"../chunk-G5ZWH5T3.mjs";import"../chunk-NW2WUKWV.mjs";import"../chunk-KG23XFU2.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-T6NQDM7D.mjs";import"../chunk-XGF7UNEW.mjs";import"../chunk-EMURYYVO.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-FN4C3CKC.mjs";import"../chunk-Q4C4U6I4.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-SZRZ3HIL.mjs";import"../chunk-FKJ3GCBI.mjs";import"../chunk-CNCRJ56P.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-N4VVDQA5.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-U2PRGW4O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-XTOIL6MB.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-DAFSKSZ5.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-AIABPCUF.mjs";import"../chunk-KDMSOCZY.mjs";export{a as fundAccount};
|
|
2
2
|
//# sourceMappingURL=faucet.mjs.map
|
|
@@ -3,12 +3,13 @@ import { GetFungibleAssetMetadataResponse, GetFungibleAssetActivitiesResponse, G
|
|
|
3
3
|
import { PaginationArgs, WhereArg, AnyNumber } from '../types/types.mjs';
|
|
4
4
|
import { FungibleAssetMetadataBoolExp, FungibleAssetActivitiesBoolExp, CurrentFungibleAssetBalancesBoolExp } from '../types/generated/types.mjs';
|
|
5
5
|
import { AccountAddressInput } from '../core/accountAddress.mjs';
|
|
6
|
-
import { A as Account } from '../Ed25519Account-
|
|
6
|
+
import { A as Account } from '../Ed25519Account-D4j3_WIS.mjs';
|
|
7
7
|
import { InputGenerateTransactionOptions } from '../transactions/types.mjs';
|
|
8
8
|
import { SimpleTransaction } from '../transactions/instances/simpleTransaction.mjs';
|
|
9
9
|
import '../utils/apiEndpoints.mjs';
|
|
10
10
|
import '../utils/const.mjs';
|
|
11
11
|
import '../types/generated/operations.mjs';
|
|
12
|
+
import '@aptos-labs/script-composer-pack';
|
|
12
13
|
import '../bcs/serializer.mjs';
|
|
13
14
|
import '../core/hex.mjs';
|
|
14
15
|
import '../core/common.mjs';
|
|
@@ -16,12 +17,13 @@ import '../bcs/deserializer.mjs';
|
|
|
16
17
|
import '../transactions/instances/transactionArgument.mjs';
|
|
17
18
|
import '../transactions/authenticator/account.mjs';
|
|
18
19
|
import '../core/crypto/ed25519.mjs';
|
|
19
|
-
import '../publicKey-
|
|
20
|
+
import '../publicKey-BMtGNNLg.mjs';
|
|
20
21
|
import '../core/crypto/signature.mjs';
|
|
21
22
|
import '../core/crypto/privateKey.mjs';
|
|
22
23
|
import '../core/crypto/multiEd25519.mjs';
|
|
23
24
|
import '../core/crypto/multiKey.mjs';
|
|
24
25
|
import '../core/crypto/singleKey.mjs';
|
|
26
|
+
import '../core/crypto/secp256k1.mjs';
|
|
25
27
|
import '../bcs/serializable/moveStructs.mjs';
|
|
26
28
|
import '../bcs/serializable/movePrimitives.mjs';
|
|
27
29
|
import '../bcs/serializable/fixedBytes.mjs';
|
|
@@ -38,6 +40,7 @@ import '../transactions/instances/multiAgentTransaction.mjs';
|
|
|
38
40
|
* the {@link api/fungible_asset}. By moving the methods out into a separate file,
|
|
39
41
|
* other namespaces and processes can access these methods without depending on the entire
|
|
40
42
|
* fungible_asset namespace and without having a dependency cycle error.
|
|
43
|
+
* @group Implementation
|
|
41
44
|
*/
|
|
42
45
|
|
|
43
46
|
/**
|
|
@@ -50,6 +53,7 @@ import '../transactions/instances/multiAgentTransaction.mjs';
|
|
|
50
53
|
* @param [args.options.limit] - The maximum number of results to return.
|
|
51
54
|
* @param [args.options.offset] - The number of results to skip before starting to collect the result set.
|
|
52
55
|
* @param [args.options.where] - Conditions to filter the results.
|
|
56
|
+
* @group Implementation
|
|
53
57
|
*/
|
|
54
58
|
declare function getFungibleAssetMetadata(args: {
|
|
55
59
|
aptosConfig: AptosConfig;
|
|
@@ -66,6 +70,7 @@ declare function getFungibleAssetMetadata(args: {
|
|
|
66
70
|
* @param [args.options.offset] - The number of activities to skip before starting to collect the result set.
|
|
67
71
|
* @param [args.options.where] - Conditions to filter the activities.
|
|
68
72
|
* @returns A promise that resolves to an array of fungible asset activities.
|
|
73
|
+
* @group Implementation
|
|
69
74
|
*/
|
|
70
75
|
declare function getFungibleAssetActivities(args: {
|
|
71
76
|
aptosConfig: AptosConfig;
|
|
@@ -81,6 +86,7 @@ declare function getFungibleAssetActivities(args: {
|
|
|
81
86
|
* @param args.options.offset - The number of results to skip before starting to collect the results.
|
|
82
87
|
* @param args.options.where - Conditions to filter the results based on specific criteria.
|
|
83
88
|
* @returns The current balances of fungible assets.
|
|
89
|
+
* @group Implementation
|
|
84
90
|
*/
|
|
85
91
|
declare function getCurrentFungibleAssetBalances(args: {
|
|
86
92
|
aptosConfig: AptosConfig;
|
|
@@ -97,6 +103,7 @@ declare function getCurrentFungibleAssetBalances(args: {
|
|
|
97
103
|
* @param args.recipient - The address of the account receiving the asset.
|
|
98
104
|
* @param args.amount - The amount of the fungible asset to transfer.
|
|
99
105
|
* @param args.options - Optional settings for generating the transaction.
|
|
106
|
+
* @group Implementation
|
|
100
107
|
*/
|
|
101
108
|
declare function transferFungibleAsset(args: {
|
|
102
109
|
aptosConfig: AptosConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b,c,d}from"../chunk-
|
|
1
|
+
import{a,b,c,d}from"../chunk-FQECACH3.mjs";import"../chunk-CYMVZJHC.mjs";import"../chunk-UIRAXHDH.mjs";import"../chunk-CWRANLXZ.mjs";import"../chunk-JXCZTOYC.mjs";import"../chunk-IJ2QKE4W.mjs";import"../chunk-XHPWHA6B.mjs";import"../chunk-AZWVCBK2.mjs";import"../chunk-UYONA6PP.mjs";import"../chunk-BSCOVLWS.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-P54RNN4V.mjs";import"../chunk-UQ7D5CSM.mjs";import"../chunk-YPGI5HAA.mjs";import"../chunk-A3NEASNH.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-GP4TLDVZ.mjs";import"../chunk-7HLNV3QL.mjs";import"../chunk-VZELORLW.mjs";import"../chunk-AD3A7DTH.mjs";import"../chunk-R7QOPBWA.mjs";import"../chunk-JJM6ELMS.mjs";import"../chunk-BFIXIXHO.mjs";import"../chunk-SQR3AIY7.mjs";import"../chunk-KFGXOZ77.mjs";import"../chunk-FC2IYWI7.mjs";import"../chunk-K2CSACQY.mjs";import"../chunk-4NMDYPUD.mjs";import"../chunk-XIFIACCB.mjs";import"../chunk-6IPM5P4L.mjs";import"../chunk-I7JGKVOC.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-6XHBRRS6.mjs";import"../chunk-NDUIXMIA.mjs";import"../chunk-EBS4BKER.mjs";import"../chunk-PHJRCZQ3.mjs";import"../chunk-67ZANQ3R.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-67BUAZ6O.mjs";import"../chunk-HEZ2ZYZA.mjs";import"../chunk-ODEDSSQL.mjs";import"../chunk-3XH3NNSR.mjs";import"../chunk-4ZJJINCW.mjs";import"../chunk-G5ZWH5T3.mjs";import"../chunk-NW2WUKWV.mjs";import"../chunk-KG23XFU2.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-T6NQDM7D.mjs";import"../chunk-XGF7UNEW.mjs";import"../chunk-EMURYYVO.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-FN4C3CKC.mjs";import"../chunk-Q4C4U6I4.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-SZRZ3HIL.mjs";import"../chunk-FKJ3GCBI.mjs";import"../chunk-CNCRJ56P.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-N4VVDQA5.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-U2PRGW4O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-XTOIL6MB.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-DAFSKSZ5.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-AIABPCUF.mjs";import"../chunk-KDMSOCZY.mjs";export{c as getCurrentFungibleAssetBalances,b as getFungibleAssetActivities,a as getFungibleAssetMetadata,d as transferFungibleAsset};
|
|
2
2
|
//# sourceMappingURL=fungibleAsset.mjs.map
|
|
@@ -5,12 +5,14 @@ import { ProcessorType } from '../utils/const.mjs';
|
|
|
5
5
|
import '../utils/apiEndpoints.mjs';
|
|
6
6
|
import '../types/generated/operations.mjs';
|
|
7
7
|
import '../types/generated/types.mjs';
|
|
8
|
+
import '@aptos-labs/script-composer-pack';
|
|
8
9
|
|
|
9
10
|
/**
|
|
10
11
|
* This file contains the underlying implementations for exposed API surface in
|
|
11
12
|
* the {@link api/general}. By moving the methods out into a separate file,
|
|
12
13
|
* other namespaces and processes can access these methods without depending on the entire
|
|
13
14
|
* general namespace and without having a dependency cycle error.
|
|
15
|
+
* @group Implementation
|
|
14
16
|
*/
|
|
15
17
|
|
|
16
18
|
/**
|
|
@@ -18,6 +20,7 @@ import '../types/generated/types.mjs';
|
|
|
18
20
|
*
|
|
19
21
|
* @param args - The arguments for retrieving ledger information.
|
|
20
22
|
* @param args.aptosConfig - The configuration object for connecting to the Aptos network.
|
|
23
|
+
* @group Implementation
|
|
21
24
|
*/
|
|
22
25
|
declare function getLedgerInfo(args: {
|
|
23
26
|
aptosConfig: AptosConfig;
|
|
@@ -29,6 +32,7 @@ declare function getLedgerInfo(args: {
|
|
|
29
32
|
* @param args.aptosConfig - The configuration object for Aptos.
|
|
30
33
|
* @param args.limit - The maximum number of transactions to retrieve.
|
|
31
34
|
* @returns An array of user transactions.
|
|
35
|
+
* @group Implementation
|
|
32
36
|
*/
|
|
33
37
|
declare function getChainTopUserTransactions(args: {
|
|
34
38
|
aptosConfig: AptosConfig;
|
|
@@ -42,6 +46,7 @@ declare function getChainTopUserTransactions(args: {
|
|
|
42
46
|
* @param args.query - The GraphQL query to be executed.
|
|
43
47
|
* @param args.originMethod - An optional string to specify the origin method for tracking purposes.
|
|
44
48
|
* @returns The data returned from the query execution.
|
|
49
|
+
* @group Implementation
|
|
45
50
|
*/
|
|
46
51
|
declare function queryIndexer<T extends {}>(args: {
|
|
47
52
|
aptosConfig: AptosConfig;
|
|
@@ -54,6 +59,7 @@ declare function queryIndexer<T extends {}>(args: {
|
|
|
54
59
|
* @param args - The arguments for the function.
|
|
55
60
|
* @param args.aptosConfig - The configuration object for Aptos.
|
|
56
61
|
* @returns The statuses of the processors.
|
|
62
|
+
* @group Implementation
|
|
57
63
|
*/
|
|
58
64
|
declare function getProcessorStatuses(args: {
|
|
59
65
|
aptosConfig: AptosConfig;
|
|
@@ -64,6 +70,7 @@ declare function getProcessorStatuses(args: {
|
|
|
64
70
|
* @param args - The arguments for the function.
|
|
65
71
|
* @param args.aptosConfig - The configuration object for Aptos.
|
|
66
72
|
* @returns The last success version as a BigInt.
|
|
73
|
+
* @group Implementation
|
|
67
74
|
*/
|
|
68
75
|
declare function getIndexerLastSuccessVersion(args: {
|
|
69
76
|
aptosConfig: AptosConfig;
|
|
@@ -76,6 +83,7 @@ declare function getIndexerLastSuccessVersion(args: {
|
|
|
76
83
|
* @param args.aptosConfig - The configuration object for connecting to the Aptos network.
|
|
77
84
|
* @param args.processorType - The type of processor whose status you want to retrieve.
|
|
78
85
|
* @returns The status of the specified processor.
|
|
86
|
+
* @group Implementation
|
|
79
87
|
*/
|
|
80
88
|
declare function getProcessorStatus(args: {
|
|
81
89
|
aptosConfig: AptosConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b,c,d,e,f}from"../chunk-
|
|
1
|
+
import{a,b,c,d,e,f}from"../chunk-A3NEASNH.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-SZRZ3HIL.mjs";import"../chunk-FKJ3GCBI.mjs";import"../chunk-CNCRJ56P.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-N4VVDQA5.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-U2PRGW4O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-XTOIL6MB.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-DAFSKSZ5.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-AIABPCUF.mjs";import"../chunk-KDMSOCZY.mjs";export{b as getChainTopUserTransactions,e as getIndexerLastSuccessVersion,a as getLedgerInfo,f as getProcessorStatus,d as getProcessorStatuses,c as queryIndexer};
|
|
2
2
|
//# sourceMappingURL=general.mjs.map
|
|
@@ -2,7 +2,7 @@ import { AptosConfig } from '../api/aptosConfig.mjs';
|
|
|
2
2
|
import { AccountAddressInput } from '../core/accountAddress.mjs';
|
|
3
3
|
import { HexInput } from '../types/types.mjs';
|
|
4
4
|
import { ZeroKnowledgeSig, MoveJWK } from '../core/crypto/keyless.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 { EphemeralKeyPair } from '../account/EphemeralKeyPair.mjs';
|
|
8
8
|
import { KeylessAccount } from '../account/KeylessAccount.mjs';
|
|
@@ -14,12 +14,13 @@ import '../utils/const.mjs';
|
|
|
14
14
|
import '../types/indexer.mjs';
|
|
15
15
|
import '../types/generated/operations.mjs';
|
|
16
16
|
import '../types/generated/types.mjs';
|
|
17
|
+
import '@aptos-labs/script-composer-pack';
|
|
17
18
|
import '../bcs/serializer.mjs';
|
|
18
19
|
import '../core/hex.mjs';
|
|
19
20
|
import '../core/common.mjs';
|
|
20
21
|
import '../bcs/deserializer.mjs';
|
|
21
22
|
import '../transactions/instances/transactionArgument.mjs';
|
|
22
|
-
import '../publicKey-
|
|
23
|
+
import '../publicKey-BMtGNNLg.mjs';
|
|
23
24
|
import '../core/crypto/signature.mjs';
|
|
24
25
|
import '../core/crypto/ephemeral.mjs';
|
|
25
26
|
import '../core/crypto/proof.mjs';
|
|
@@ -30,6 +31,7 @@ import '../core/crypto/privateKey.mjs';
|
|
|
30
31
|
import '../core/crypto/multiEd25519.mjs';
|
|
31
32
|
import '../core/crypto/multiKey.mjs';
|
|
32
33
|
import '../core/crypto/singleKey.mjs';
|
|
34
|
+
import '../core/crypto/secp256k1.mjs';
|
|
33
35
|
import '../bcs/serializable/moveStructs.mjs';
|
|
34
36
|
import '../bcs/serializable/movePrimitives.mjs';
|
|
35
37
|
import '../bcs/serializable/fixedBytes.mjs';
|
|
@@ -52,6 +54,7 @@ import '../core/crypto/federatedKeyless.mjs';
|
|
|
52
54
|
* @param args.uidKey - An optional unique identifier key (defaults to "sub").
|
|
53
55
|
* @param args.derivationPath - An optional derivation path for the key.
|
|
54
56
|
* @returns A Uint8Array containing the fetched pepper value.
|
|
57
|
+
* @group Implementation
|
|
55
58
|
*/
|
|
56
59
|
declare function getPepper(args: {
|
|
57
60
|
aptosConfig: AptosConfig;
|
|
@@ -71,6 +74,7 @@ declare function getPepper(args: {
|
|
|
71
74
|
* @param args.pepper - An optional hex input used to enhance security (default is generated if not provided).
|
|
72
75
|
* @param args.uidKey - An optional string that specifies the unique identifier key (defaults to "sub").
|
|
73
76
|
* @throws Error if the pepper length is not valid or if the ephemeral key pair's lifespan exceeds the maximum allowed.
|
|
77
|
+
* @group Implementation
|
|
74
78
|
*/
|
|
75
79
|
declare function getProof(args: {
|
|
76
80
|
aptosConfig: AptosConfig;
|
|
@@ -92,6 +96,7 @@ declare function getProof(args: {
|
|
|
92
96
|
* @param args.pepper - An optional hexadecimal input used for additional security.
|
|
93
97
|
* @param args.proofFetchCallback - An optional callback function to handle the proof fetch outcome.
|
|
94
98
|
* @returns A keyless account object.
|
|
99
|
+
* @group Implementation
|
|
95
100
|
*/
|
|
96
101
|
declare function deriveKeylessAccount(args: {
|
|
97
102
|
aptosConfig: AptosConfig;
|