@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
|
@@ -24,6 +24,8 @@ import { Serialized } from "../bcs";
|
|
|
24
24
|
|
|
25
25
|
/**
|
|
26
26
|
* Entry function arguments for building a raw transaction using remote ABI, supporting various data types including primitives and arrays.
|
|
27
|
+
* @group Implementation
|
|
28
|
+
* @category Transactions
|
|
27
29
|
*/
|
|
28
30
|
export type SimpleEntryFunctionArgumentTypes =
|
|
29
31
|
| boolean
|
|
@@ -38,6 +40,8 @@ export type SimpleEntryFunctionArgumentTypes =
|
|
|
38
40
|
|
|
39
41
|
/**
|
|
40
42
|
* Entry function arguments for building a raw transaction using BCS serialized arguments.
|
|
43
|
+
* @group Implementation
|
|
44
|
+
* @category Transactions
|
|
41
45
|
*/
|
|
42
46
|
export type EntryFunctionArgumentTypes =
|
|
43
47
|
| Bool
|
|
@@ -55,6 +59,8 @@ export type EntryFunctionArgumentTypes =
|
|
|
55
59
|
|
|
56
60
|
/**
|
|
57
61
|
* Script function arguments for building raw transactions using BCS serialized arguments.
|
|
62
|
+
* @group Implementation
|
|
63
|
+
* @category Transactions
|
|
58
64
|
*/
|
|
59
65
|
export type ScriptFunctionArgumentTypes =
|
|
60
66
|
| Bool
|
|
@@ -88,11 +94,15 @@ export type ScriptFunctionArgumentTypes =
|
|
|
88
94
|
* - vector<Type>
|
|
89
95
|
* - address::module::struct
|
|
90
96
|
* - address::module::struct<Type1, Type2>
|
|
97
|
+
* @group Implementation
|
|
98
|
+
* @category Transactions
|
|
91
99
|
*/
|
|
92
100
|
export type TypeArgument = TypeTag | string;
|
|
93
101
|
|
|
94
102
|
/**
|
|
95
103
|
* Holds all return interfaces for generating different transaction types.
|
|
104
|
+
* @group Implementation
|
|
105
|
+
* @category Transactions
|
|
96
106
|
*/
|
|
97
107
|
export type AnyRawTransactionInstance = RawTransaction | MultiAgentRawTransaction | FeePayerRawTransaction;
|
|
98
108
|
|
|
@@ -100,6 +110,8 @@ export type AnyRawTransactionInstance = RawTransaction | MultiAgentRawTransactio
|
|
|
100
110
|
|
|
101
111
|
/**
|
|
102
112
|
* Optional options to set when generating a transaction, including a maximum gas amount.
|
|
113
|
+
* @group Implementation
|
|
114
|
+
* @category Transactions
|
|
103
115
|
*/
|
|
104
116
|
export type InputGenerateTransactionOptions = {
|
|
105
117
|
maxGasAmount?: number;
|
|
@@ -111,6 +123,8 @@ export type InputGenerateTransactionOptions = {
|
|
|
111
123
|
/**
|
|
112
124
|
* The transaction payload type generated from the `generateTransactionPayload()` function, which can be an entry function,
|
|
113
125
|
* script, or multi-signature payload.
|
|
126
|
+
* @group Implementation
|
|
127
|
+
* @category Transactions
|
|
114
128
|
*/
|
|
115
129
|
export type AnyTransactionPayloadInstance =
|
|
116
130
|
| TransactionPayloadEntryFunction
|
|
@@ -119,12 +133,16 @@ export type AnyTransactionPayloadInstance =
|
|
|
119
133
|
|
|
120
134
|
/**
|
|
121
135
|
* The data needed to generate a transaction payload for Entry Function, Script, or Multi Sig types.
|
|
136
|
+
* @group Implementation
|
|
137
|
+
* @category Transactions
|
|
122
138
|
*/
|
|
123
139
|
export type InputGenerateTransactionPayloadData = InputEntryFunctionData | InputScriptData | InputMultiSigData;
|
|
124
140
|
|
|
125
141
|
/**
|
|
126
142
|
* The payload for generating a transaction, which can be either script data, entry function data with remote ABI, or
|
|
127
143
|
* multi-signature data.
|
|
144
|
+
* @group Implementation
|
|
145
|
+
* @category Transactions
|
|
128
146
|
*/
|
|
129
147
|
export type InputGenerateTransactionPayloadDataWithRemoteABI =
|
|
130
148
|
| InputScriptData
|
|
@@ -133,6 +151,8 @@ export type InputGenerateTransactionPayloadDataWithRemoteABI =
|
|
|
133
151
|
|
|
134
152
|
/**
|
|
135
153
|
* The data needed to generate an Entry Function payload.
|
|
154
|
+
* @group Implementation
|
|
155
|
+
* @category Transactions
|
|
136
156
|
*/
|
|
137
157
|
export type InputEntryFunctionData = {
|
|
138
158
|
function: MoveFunctionId;
|
|
@@ -143,11 +163,15 @@ export type InputEntryFunctionData = {
|
|
|
143
163
|
|
|
144
164
|
/**
|
|
145
165
|
* The payload for generating a transaction, which can be either an entry function or a multi-signature transaction.
|
|
166
|
+
* @group Implementation
|
|
167
|
+
* @category Transactions
|
|
146
168
|
*/
|
|
147
169
|
export type InputGenerateTransactionPayloadDataWithABI = InputEntryFunctionDataWithABI | InputMultiSigDataWithABI;
|
|
148
170
|
|
|
149
171
|
/**
|
|
150
172
|
* The input data for an entry function, including its associated ABI.
|
|
173
|
+
* @group Implementation
|
|
174
|
+
* @category Transactions
|
|
151
175
|
*/
|
|
152
176
|
export type InputEntryFunctionDataWithABI = Omit<InputEntryFunctionData, "abi"> & {
|
|
153
177
|
abi: EntryFunctionABI;
|
|
@@ -155,6 +179,8 @@ export type InputEntryFunctionDataWithABI = Omit<InputEntryFunctionData, "abi">
|
|
|
155
179
|
|
|
156
180
|
/**
|
|
157
181
|
* The data needed to generate a Multi Sig payload, including the multisig address.
|
|
182
|
+
* @group Implementation
|
|
183
|
+
* @category Transactions
|
|
158
184
|
*/
|
|
159
185
|
export type InputMultiSigDataWithABI = {
|
|
160
186
|
multisigAddress: AccountAddressInput;
|
|
@@ -162,10 +188,14 @@ export type InputMultiSigDataWithABI = {
|
|
|
162
188
|
|
|
163
189
|
/**
|
|
164
190
|
* Combines input function data with Aptos configuration for remote ABI interactions.
|
|
191
|
+
* @group Implementation
|
|
192
|
+
* @category Transactions
|
|
165
193
|
*/
|
|
166
194
|
export type InputEntryFunctionDataWithRemoteABI = InputEntryFunctionData & { aptosConfig: AptosConfig };
|
|
167
195
|
/**
|
|
168
196
|
* The data needed to generate a Multi Sig payload
|
|
197
|
+
* @group Implementation
|
|
198
|
+
* @category Transactions
|
|
169
199
|
*/
|
|
170
200
|
export type InputMultiSigData = {
|
|
171
201
|
multisigAddress: AccountAddressInput;
|
|
@@ -173,6 +203,8 @@ export type InputMultiSigData = {
|
|
|
173
203
|
|
|
174
204
|
/**
|
|
175
205
|
* The data needed to generate a Multi Sig payload, including the multisig address.
|
|
206
|
+
* @group Implementation
|
|
207
|
+
* @category Transactions
|
|
176
208
|
*/
|
|
177
209
|
export type InputMultiSigDataWithRemoteABI = {
|
|
178
210
|
multisigAddress: AccountAddressInput;
|
|
@@ -180,6 +212,8 @@ export type InputMultiSigDataWithRemoteABI = {
|
|
|
180
212
|
|
|
181
213
|
/**
|
|
182
214
|
* The data needed to generate a Script payload.
|
|
215
|
+
* @group Implementation
|
|
216
|
+
* @category Transactions
|
|
183
217
|
*/
|
|
184
218
|
export type InputScriptData = {
|
|
185
219
|
bytecode: HexInput;
|
|
@@ -189,6 +223,8 @@ export type InputScriptData = {
|
|
|
189
223
|
|
|
190
224
|
/**
|
|
191
225
|
* The data needed to generate a View Function payload.
|
|
226
|
+
* @group Implementation
|
|
227
|
+
* @category Transactions
|
|
192
228
|
*/
|
|
193
229
|
export type InputViewFunctionData = {
|
|
194
230
|
function: MoveFunctionId;
|
|
@@ -199,6 +235,8 @@ export type InputViewFunctionData = {
|
|
|
199
235
|
|
|
200
236
|
/**
|
|
201
237
|
* The data needed to generate a View Function payload in JSON format.
|
|
238
|
+
* @group Implementation
|
|
239
|
+
* @category Transactions
|
|
202
240
|
*/
|
|
203
241
|
export type InputViewFunctionJsonData = {
|
|
204
242
|
function: MoveFunctionId;
|
|
@@ -208,6 +246,8 @@ export type InputViewFunctionJsonData = {
|
|
|
208
246
|
|
|
209
247
|
/**
|
|
210
248
|
* The payload sent to the fullnode for a JSON view request.
|
|
249
|
+
* @group Implementation
|
|
250
|
+
* @category Transactions
|
|
211
251
|
*/
|
|
212
252
|
export type ViewFunctionJsonPayload = {
|
|
213
253
|
function: MoveFunctionId;
|
|
@@ -217,16 +257,22 @@ export type ViewFunctionJsonPayload = {
|
|
|
217
257
|
|
|
218
258
|
/**
|
|
219
259
|
* Data required to create a view function payload and retrieve the remote ABI, including Aptos configuration.
|
|
260
|
+
* @group Implementation
|
|
261
|
+
* @category Transactions
|
|
220
262
|
*/
|
|
221
263
|
export type InputViewFunctionDataWithRemoteABI = InputViewFunctionData & { aptosConfig: AptosConfig };
|
|
222
264
|
|
|
223
265
|
/**
|
|
224
266
|
* Data needed to generate a view function, including the fetched ABI.
|
|
267
|
+
* @group Implementation
|
|
268
|
+
* @category Transactions
|
|
225
269
|
*/
|
|
226
270
|
export type InputViewFunctionDataWithABI = InputViewFunctionData & { abi: ViewFunctionABI };
|
|
227
271
|
|
|
228
272
|
/**
|
|
229
273
|
* Data needed for a generic function ABI, applicable to both view and entry functions.
|
|
274
|
+
* @group Implementation
|
|
275
|
+
* @category Transactions
|
|
230
276
|
*/
|
|
231
277
|
export type FunctionABI = {
|
|
232
278
|
typeParameters: Array<MoveFunctionGenericTypeParam>;
|
|
@@ -235,6 +281,8 @@ export type FunctionABI = {
|
|
|
235
281
|
|
|
236
282
|
/**
|
|
237
283
|
* Interface for an Entry function's ABI, enabling type checking and input conversion for ABI-based transaction submissions.
|
|
284
|
+
* @group Implementation
|
|
285
|
+
* @category Transactions
|
|
238
286
|
*/
|
|
239
287
|
export type EntryFunctionABI = FunctionABI & {
|
|
240
288
|
signers?: number;
|
|
@@ -242,6 +290,8 @@ export type EntryFunctionABI = FunctionABI & {
|
|
|
242
290
|
|
|
243
291
|
/**
|
|
244
292
|
* Interface for a view function's ABI, providing type checking and input conversion for ABI-based transaction submissions.
|
|
293
|
+
* @group Implementation
|
|
294
|
+
* @category Transactions
|
|
245
295
|
*/
|
|
246
296
|
export type ViewFunctionABI = FunctionABI & {
|
|
247
297
|
returnTypes: Array<TypeTag>;
|
|
@@ -255,6 +305,8 @@ export type ViewFunctionABI = FunctionABI & {
|
|
|
255
305
|
* @param payload - The transaction payload.
|
|
256
306
|
* @param options - Optional transaction generation options.
|
|
257
307
|
* @param feePayerAddress - Optional address of the fee payer.
|
|
308
|
+
* @group Implementation
|
|
309
|
+
* @category Transactions
|
|
258
310
|
*/
|
|
259
311
|
export interface InputGenerateSingleSignerRawTransactionArgs {
|
|
260
312
|
aptosConfig: AptosConfig;
|
|
@@ -273,6 +325,8 @@ export interface InputGenerateSingleSignerRawTransactionArgs {
|
|
|
273
325
|
* @param secondarySignerAddresses - List of secondary signer addresses.
|
|
274
326
|
* @param options - Optional settings for transaction generation.
|
|
275
327
|
* @param feePayerAddress - Optional address of the fee payer.
|
|
328
|
+
* @group Implementation
|
|
329
|
+
* @category Transactions
|
|
276
330
|
*/
|
|
277
331
|
export interface InputGenerateMultiAgentRawTransactionArgs {
|
|
278
332
|
aptosConfig: AptosConfig;
|
|
@@ -285,6 +339,8 @@ export interface InputGenerateMultiAgentRawTransactionArgs {
|
|
|
285
339
|
|
|
286
340
|
/**
|
|
287
341
|
* A unified type for generating various transaction types.
|
|
342
|
+
* @group Implementation
|
|
343
|
+
* @category Transactions
|
|
288
344
|
*/
|
|
289
345
|
export type InputGenerateRawTransactionArgs =
|
|
290
346
|
| InputGenerateSingleSignerRawTransactionArgs
|
|
@@ -292,6 +348,8 @@ export type InputGenerateRawTransactionArgs =
|
|
|
292
348
|
|
|
293
349
|
/**
|
|
294
350
|
* Unified type that holds all the return interfaces when generating different transaction types
|
|
351
|
+
* @group Implementation
|
|
352
|
+
* @category Transactions
|
|
295
353
|
*/
|
|
296
354
|
export type AnyRawTransaction = SimpleTransaction | MultiAgentTransaction;
|
|
297
355
|
|
|
@@ -299,23 +357,33 @@ export type AnyRawTransaction = SimpleTransaction | MultiAgentTransaction;
|
|
|
299
357
|
|
|
300
358
|
/**
|
|
301
359
|
* The data required to simulate a transaction, typically generated by `generateTransaction()`.
|
|
360
|
+
* @group Implementation
|
|
361
|
+
* @category Transactions
|
|
302
362
|
*/
|
|
303
363
|
export type InputSimulateTransactionData = {
|
|
304
364
|
/**
|
|
305
365
|
* The transaction to simulate, probably generated by `generateTransaction()`
|
|
366
|
+
* @group Implementation
|
|
367
|
+
* @category Transactions
|
|
306
368
|
*/
|
|
307
369
|
transaction: AnyRawTransaction;
|
|
308
370
|
/**
|
|
309
371
|
* For a single signer transaction
|
|
372
|
+
* @group Implementation
|
|
373
|
+
* @category Transactions
|
|
310
374
|
* This is optional and can be undefined to skip the public/auth key check during the transaction simulation.
|
|
311
375
|
*/
|
|
312
376
|
signerPublicKey?: PublicKey;
|
|
313
377
|
/**
|
|
314
378
|
* For a fee payer or multi-agent transaction that requires additional signers in
|
|
379
|
+
* @group Implementation
|
|
380
|
+
* @category Transactions
|
|
315
381
|
*/
|
|
316
382
|
secondarySignersPublicKeys?: Array<PublicKey | undefined>;
|
|
317
383
|
/**
|
|
318
384
|
* For a fee payer transaction (aka Sponsored Transaction)
|
|
385
|
+
* @group Implementation
|
|
386
|
+
* @category Transactions
|
|
319
387
|
*/
|
|
320
388
|
feePayerPublicKey?: PublicKey;
|
|
321
389
|
options?: InputSimulateTransactionOptions;
|
|
@@ -323,6 +391,8 @@ export type InputSimulateTransactionData = {
|
|
|
323
391
|
|
|
324
392
|
/**
|
|
325
393
|
* Options for simulating a transaction input, including whether to estimate the gas unit price.
|
|
394
|
+
* @group Implementation
|
|
395
|
+
* @category Transactions
|
|
326
396
|
*/
|
|
327
397
|
export type InputSimulateTransactionOptions = {
|
|
328
398
|
estimateGasUnitPrice?: boolean;
|
|
@@ -340,6 +410,8 @@ export type InputSimulateTransactionOptions = {
|
|
|
340
410
|
* @param options - Optional transaction options.
|
|
341
411
|
* @param withFeePayer - Indicates if the fee payer is included.
|
|
342
412
|
* @param secondarySignerAddresses - Addresses for any secondary signers (not used in single signer transactions).
|
|
413
|
+
* @group Implementation
|
|
414
|
+
* @category Transactions
|
|
343
415
|
*/
|
|
344
416
|
export interface InputGenerateSingleSignerRawTransactionData {
|
|
345
417
|
sender: AccountAddressInput;
|
|
@@ -357,6 +429,8 @@ export interface InputGenerateSingleSignerRawTransactionData {
|
|
|
357
429
|
* @param secondarySignerAddresses - An array of addresses for secondary signers.
|
|
358
430
|
* @param options - Optional transaction options.
|
|
359
431
|
* @param withFeePayer - Indicates if a fee payer is included.
|
|
432
|
+
* @group Implementation
|
|
433
|
+
* @category Transactions
|
|
360
434
|
*/
|
|
361
435
|
export interface InputGenerateMultiAgentRawTransactionData {
|
|
362
436
|
sender: AccountAddressInput;
|
|
@@ -368,6 +442,8 @@ export interface InputGenerateMultiAgentRawTransactionData {
|
|
|
368
442
|
|
|
369
443
|
/**
|
|
370
444
|
* Unified type holding user data input interfaces for generating various transaction types.
|
|
445
|
+
* @group Implementation
|
|
446
|
+
* @category Transactions
|
|
371
447
|
*/
|
|
372
448
|
export type InputGenerateTransactionData =
|
|
373
449
|
| InputGenerateSingleSignerRawTransactionData
|
|
@@ -380,6 +456,8 @@ export type InputGenerateTransactionData =
|
|
|
380
456
|
* @param senderAuthenticator - The authenticator for the sender's account.
|
|
381
457
|
* @param feePayerAuthenticator - Optional authenticator for the fee payer's account.
|
|
382
458
|
* @param additionalSignersAuthenticators - Optional array of authenticators for additional signers.
|
|
459
|
+
* @group Implementation
|
|
460
|
+
* @category Transactions
|
|
383
461
|
*/
|
|
384
462
|
export interface InputSubmitTransactionData {
|
|
385
463
|
transaction: AnyRawTransaction;
|
package/src/types/indexer.ts
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
*
|
|
10
10
|
* These types are used as the return type when making the actual request (usually
|
|
11
11
|
* under the /internal/ folder)
|
|
12
|
+
* @group Implementation
|
|
13
|
+
* @category Types
|
|
12
14
|
*/
|
|
13
15
|
|
|
14
16
|
import {
|
|
@@ -43,120 +45,166 @@ import {
|
|
|
43
45
|
*
|
|
44
46
|
* These types are used as the return type when calling a sdk api function
|
|
45
47
|
* that calls the function that queries the server (usually under the /api/ folder)
|
|
48
|
+
* @group Implementation
|
|
49
|
+
* @category Types
|
|
46
50
|
*/
|
|
47
51
|
export type GetObjectDataQueryResponse = GetObjectDataQuery["current_objects"];
|
|
48
52
|
|
|
49
53
|
/**
|
|
50
54
|
* The response structure for querying tokens owned by an account.
|
|
55
|
+
* @group Implementation
|
|
56
|
+
* @category Types
|
|
51
57
|
*/
|
|
52
58
|
export type GetAccountOwnedTokensQueryResponse = GetAccountOwnedTokensQuery["current_token_ownerships_v2"];
|
|
53
59
|
|
|
54
60
|
/**
|
|
55
61
|
* The response containing the current token ownerships for an account from a specific collection.
|
|
62
|
+
* @group Implementation
|
|
63
|
+
* @category Types
|
|
56
64
|
*/
|
|
57
65
|
export type GetAccountOwnedTokensFromCollectionResponse =
|
|
58
66
|
GetAccountOwnedTokensFromCollectionQuery["current_token_ownerships_v2"];
|
|
59
67
|
|
|
60
68
|
/**
|
|
61
69
|
* The response structure for retrieving account collections associated with owned tokens.
|
|
70
|
+
* @group Implementation
|
|
71
|
+
* @category Types
|
|
62
72
|
*/
|
|
63
73
|
export type GetAccountCollectionsWithOwnedTokenResponse =
|
|
64
74
|
GetAccountCollectionsWithOwnedTokensQuery["current_collection_ownership_v2_view"];
|
|
65
75
|
|
|
66
76
|
/**
|
|
67
77
|
* The current balances of fungible assets for an account.
|
|
78
|
+
* @group Implementation
|
|
79
|
+
* @category Types
|
|
68
80
|
*/
|
|
69
81
|
export type GetAccountCoinsDataResponse = GetAccountCoinsDataQuery["current_fungible_asset_balances"];
|
|
70
82
|
|
|
71
83
|
/**
|
|
72
84
|
* The response structure for retrieving user transactions from the top of the blockchain.
|
|
85
|
+
* @group Implementation
|
|
86
|
+
* @category Types
|
|
73
87
|
*/
|
|
74
88
|
export type GetChainTopUserTransactionsResponse = GetChainTopUserTransactionsQuery["user_transactions"];
|
|
75
89
|
|
|
76
90
|
/**
|
|
77
91
|
* The response containing the events from the GetEventsQuery.
|
|
92
|
+
* @group Implementation
|
|
93
|
+
* @category Types
|
|
78
94
|
*/
|
|
79
95
|
export type GetEventsResponse = GetEventsQuery["events"];
|
|
80
96
|
|
|
81
97
|
/**
|
|
82
98
|
* The number of active delegators per pool in response to a query.
|
|
99
|
+
* @group Implementation
|
|
100
|
+
* @category Types
|
|
83
101
|
*/
|
|
84
102
|
export type GetNumberOfDelegatorsResponse = GetNumberOfDelegatorsQuery["num_active_delegator_per_pool"];
|
|
85
103
|
|
|
86
104
|
/**
|
|
87
105
|
* The response containing the delegated staking activities from the query.
|
|
106
|
+
* @group Implementation
|
|
107
|
+
* @category Types
|
|
88
108
|
*/
|
|
89
109
|
export type GetDelegatedStakingActivitiesResponse = GetDelegatedStakingActivitiesQuery["delegated_staking_activities"];
|
|
90
110
|
|
|
91
111
|
/**
|
|
92
112
|
* The response structure for retrieving data from the current collections.
|
|
113
|
+
* @group Implementation
|
|
114
|
+
* @category Types
|
|
93
115
|
*/
|
|
94
116
|
export type GetCollectionDataResponse = GetCollectionDataQuery["current_collections_v2"][0];
|
|
95
117
|
|
|
96
118
|
/**
|
|
97
119
|
* The response structure for retrieving token data, containing the current token information.
|
|
120
|
+
* @group Implementation
|
|
121
|
+
* @category Types
|
|
98
122
|
*/
|
|
99
123
|
export type GetTokenDataResponse = GetTokenDataQuery["current_token_datas_v2"][0];
|
|
100
124
|
|
|
101
125
|
/**
|
|
102
126
|
* The status of the processor as returned by the GetProcessorStatusQuery.
|
|
127
|
+
* @group Implementation
|
|
128
|
+
* @category Types
|
|
103
129
|
*/
|
|
104
130
|
export type GetProcessorStatusResponse = GetProcessorStatusQuery["processor_status"];
|
|
105
131
|
|
|
106
132
|
/**
|
|
107
133
|
* The response containing metadata for a fungible asset.
|
|
134
|
+
* @group Implementation
|
|
135
|
+
* @category Types
|
|
108
136
|
*/
|
|
109
137
|
export type GetFungibleAssetMetadataResponse = GetFungibleAssetMetadataQuery["fungible_asset_metadata"];
|
|
110
138
|
|
|
111
139
|
/**
|
|
112
140
|
* The response containing the activities related to fungible assets.
|
|
141
|
+
* @group Implementation
|
|
142
|
+
* @category Types
|
|
113
143
|
*/
|
|
114
144
|
export type GetFungibleAssetActivitiesResponse = GetFungibleAssetActivitiesQuery["fungible_asset_activities"];
|
|
115
145
|
|
|
116
146
|
/**
|
|
117
147
|
* The current balances of fungible assets for a specific query.
|
|
148
|
+
* @group Implementation
|
|
149
|
+
* @category Types
|
|
118
150
|
*/
|
|
119
151
|
export type GetCurrentFungibleAssetBalancesResponse =
|
|
120
152
|
GetCurrentFungibleAssetBalancesQuery["current_fungible_asset_balances"];
|
|
121
153
|
|
|
122
154
|
/**
|
|
123
155
|
* The response structure for retrieving token activity data.
|
|
156
|
+
* @group Implementation
|
|
157
|
+
* @category Types
|
|
124
158
|
*/
|
|
125
159
|
export type GetTokenActivityResponse = GetTokenActivityQuery["token_activities_v2"];
|
|
126
160
|
|
|
127
161
|
/**
|
|
128
162
|
* The response structure for retrieving the current token ownership details.
|
|
163
|
+
* @group Implementation
|
|
164
|
+
* @category Types
|
|
129
165
|
*/
|
|
130
166
|
export type GetCurrentTokenOwnershipResponse = GetCurrentTokenOwnershipQuery["current_token_ownerships_v2"][0];
|
|
131
167
|
|
|
132
168
|
/**
|
|
133
169
|
* The response containing the current token ownerships for a user.
|
|
170
|
+
* @group Implementation
|
|
171
|
+
* @category Types
|
|
134
172
|
*/
|
|
135
173
|
export type GetOwnedTokensResponse = GetCurrentTokenOwnershipQuery["current_token_ownerships_v2"];
|
|
136
174
|
|
|
137
175
|
/**
|
|
138
176
|
* The response structure for retrieving items from a table.
|
|
177
|
+
* @group Implementation
|
|
178
|
+
* @category Types
|
|
139
179
|
*/
|
|
140
180
|
export type GetTableItemsDataResponse = GetTableItemsDataQuery["table_items"];
|
|
141
181
|
|
|
142
182
|
/**
|
|
143
183
|
* The metadata for table items retrieved from a query.
|
|
184
|
+
* @group Implementation
|
|
185
|
+
* @category Types
|
|
144
186
|
*/
|
|
145
187
|
export type GetTableItemsMetadataResponse = GetTableItemsMetadataQuery["table_metadatas"];
|
|
146
188
|
|
|
147
189
|
/**
|
|
148
190
|
* The response containing the current Aptos names from the GetNamesQuery.
|
|
191
|
+
* @group Implementation
|
|
192
|
+
* @category Types
|
|
149
193
|
*/
|
|
150
194
|
export type GetANSNameResponse = GetNamesQuery["current_aptos_names"];
|
|
151
195
|
|
|
152
196
|
/**
|
|
153
197
|
* A generic type that being passed by each function and holds an
|
|
154
198
|
* array of properties we can sort the query by
|
|
199
|
+
* @group Implementation
|
|
200
|
+
* @category Types
|
|
155
201
|
*/
|
|
156
202
|
export type OrderBy<T> = Array<{ [K in keyof T]?: OrderByValue }>;
|
|
157
203
|
|
|
158
204
|
/**
|
|
159
205
|
* Specifies the order direction for sorting, including options for handling null values.
|
|
206
|
+
* @group Implementation
|
|
207
|
+
* @category Types
|
|
160
208
|
*/
|
|
161
209
|
export type OrderByValue =
|
|
162
210
|
| "asc"
|
|
@@ -168,11 +216,15 @@ export type OrderByValue =
|
|
|
168
216
|
|
|
169
217
|
/**
|
|
170
218
|
* The token standard to query for, which can be either version "v1" or "v2".
|
|
219
|
+
* @group Implementation
|
|
220
|
+
* @category Types
|
|
171
221
|
*/
|
|
172
222
|
export type TokenStandard = "v1" | "v2";
|
|
173
223
|
|
|
174
224
|
/**
|
|
175
225
|
* The GraphQL query to pass into the `queryIndexer` function.
|
|
226
|
+
* @group Implementation
|
|
227
|
+
* @category Types
|
|
176
228
|
*/
|
|
177
229
|
export type GraphqlQuery = {
|
|
178
230
|
query: string;
|
package/src/types/keyless.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The payload for a prover request, containing a Base64-encoded JWT.
|
|
3
|
+
* @group Implementation
|
|
4
|
+
* @category Types
|
|
3
5
|
*/
|
|
4
6
|
export type ProverRequest = {
|
|
5
7
|
jwt_b64: string;
|
|
@@ -13,6 +15,8 @@ export type ProverRequest = {
|
|
|
13
15
|
|
|
14
16
|
/**
|
|
15
17
|
* The response from the prover containing the proof data.
|
|
18
|
+
* @group Implementation
|
|
19
|
+
* @category Types
|
|
16
20
|
*/
|
|
17
21
|
export type ProverResponse = {
|
|
18
22
|
proof: { a: string; b: string; c: string };
|
|
@@ -22,6 +26,8 @@ export type ProverResponse = {
|
|
|
22
26
|
|
|
23
27
|
/**
|
|
24
28
|
* The request payload for fetching data, containing a base64 encoded JWT.
|
|
29
|
+
* @group Implementation
|
|
30
|
+
* @category Types
|
|
25
31
|
*/
|
|
26
32
|
export type PepperFetchRequest = {
|
|
27
33
|
jwt_b64: number;
|
|
@@ -34,11 +40,15 @@ export type PepperFetchRequest = {
|
|
|
34
40
|
|
|
35
41
|
/**
|
|
36
42
|
* The response object containing the fetched pepper string.
|
|
43
|
+
* @group Implementation
|
|
44
|
+
* @category Types
|
|
37
45
|
*/
|
|
38
46
|
export type PepperFetchResponse = { pepper: string; address: string };
|
|
39
47
|
|
|
40
48
|
/**
|
|
41
49
|
* The response for keyless configuration containing the maximum committed EPK bytes.
|
|
50
|
+
* @group Implementation
|
|
51
|
+
* @category Types
|
|
42
52
|
*/
|
|
43
53
|
export type KeylessConfigurationResponse = {
|
|
44
54
|
max_commited_epk_bytes: number;
|
|
@@ -53,6 +63,8 @@ export type KeylessConfigurationResponse = {
|
|
|
53
63
|
|
|
54
64
|
/**
|
|
55
65
|
* The response containing the Groth16 verification key, including the alpha_g1 component.
|
|
66
|
+
* @group Implementation
|
|
67
|
+
* @category Types
|
|
56
68
|
*/
|
|
57
69
|
export type Groth16VerificationKeyResponse = {
|
|
58
70
|
alpha_g1: string;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
// Copyright © Aptos Foundation
|
|
2
2
|
// SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
|
|
4
|
+
/**
|
|
5
|
+
* @group Implementation
|
|
6
|
+
* @category Network
|
|
7
|
+
*/
|
|
4
8
|
export const NetworkToIndexerAPI: Record<string, string> = {
|
|
5
9
|
mainnet: "https://api.mainnet.aptoslabs.com/v1/graphql",
|
|
6
10
|
testnet: "https://api.testnet.aptoslabs.com/v1/graphql",
|
|
@@ -8,6 +12,10 @@ export const NetworkToIndexerAPI: Record<string, string> = {
|
|
|
8
12
|
local: "http://127.0.0.1:8090/v1/graphql",
|
|
9
13
|
};
|
|
10
14
|
|
|
15
|
+
/**
|
|
16
|
+
* @group Implementation
|
|
17
|
+
* @category Network
|
|
18
|
+
*/
|
|
11
19
|
export const NetworkToNodeAPI: Record<string, string> = {
|
|
12
20
|
mainnet: "https://api.mainnet.aptoslabs.com/v1",
|
|
13
21
|
testnet: "https://api.testnet.aptoslabs.com/v1",
|
|
@@ -15,13 +23,19 @@ export const NetworkToNodeAPI: Record<string, string> = {
|
|
|
15
23
|
local: "http://127.0.0.1:8080/v1",
|
|
16
24
|
};
|
|
17
25
|
|
|
26
|
+
/**
|
|
27
|
+
* @group Implementation
|
|
28
|
+
* @category Network
|
|
29
|
+
*/
|
|
18
30
|
export const NetworkToFaucetAPI: Record<string, string> = {
|
|
19
|
-
mainnet: "https://faucet.mainnet.aptoslabs.com",
|
|
20
|
-
testnet: "https://faucet.testnet.aptoslabs.com",
|
|
21
31
|
devnet: "https://faucet.devnet.aptoslabs.com",
|
|
22
32
|
local: "http://127.0.0.1:8081",
|
|
23
33
|
};
|
|
24
34
|
|
|
35
|
+
/**
|
|
36
|
+
* @group Implementation
|
|
37
|
+
* @category Network
|
|
38
|
+
*/
|
|
25
39
|
export const NetworkToPepperAPI: Record<string, string> = {
|
|
26
40
|
mainnet: "https://api.mainnet.aptoslabs.com/keyless/pepper/v0",
|
|
27
41
|
testnet: "https://api.testnet.aptoslabs.com/keyless/pepper/v0",
|
|
@@ -30,6 +44,10 @@ export const NetworkToPepperAPI: Record<string, string> = {
|
|
|
30
44
|
local: "https://api.devnet.aptoslabs.com/keyless/pepper/v0",
|
|
31
45
|
};
|
|
32
46
|
|
|
47
|
+
/**
|
|
48
|
+
* @group Implementation
|
|
49
|
+
* @category Network
|
|
50
|
+
*/
|
|
33
51
|
export const NetworkToProverAPI: Record<string, string> = {
|
|
34
52
|
mainnet: "https://api.mainnet.aptoslabs.com/keyless/prover/v0",
|
|
35
53
|
testnet: "https://api.testnet.aptoslabs.com/keyless/prover/v0",
|
|
@@ -40,6 +58,8 @@ export const NetworkToProverAPI: Record<string, string> = {
|
|
|
40
58
|
|
|
41
59
|
/**
|
|
42
60
|
* Different network environments for connecting to services, ranging from production to development setups.
|
|
61
|
+
* @group Implementation
|
|
62
|
+
* @category Network
|
|
43
63
|
*/
|
|
44
64
|
export enum Network {
|
|
45
65
|
MAINNET = "mainnet",
|
|
@@ -49,12 +69,20 @@ export enum Network {
|
|
|
49
69
|
CUSTOM = "custom",
|
|
50
70
|
}
|
|
51
71
|
|
|
72
|
+
/**
|
|
73
|
+
* @group Implementation
|
|
74
|
+
* @category Network
|
|
75
|
+
*/
|
|
52
76
|
export const NetworkToChainId: Record<string, number> = {
|
|
53
77
|
mainnet: 1,
|
|
54
78
|
testnet: 2,
|
|
55
79
|
local: 4,
|
|
56
80
|
};
|
|
57
81
|
|
|
82
|
+
/**
|
|
83
|
+
* @group Implementation
|
|
84
|
+
* @category Network
|
|
85
|
+
*/
|
|
58
86
|
export const NetworkToNetworkName: Record<string, Network> = {
|
|
59
87
|
mainnet: Network.MAINNET,
|
|
60
88
|
testnet: Network.TESTNET,
|