@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,4 +1,4 @@
|
|
|
1
|
-
import { a as AccountPublicKey, A as AuthenticationKey, P as PublicKey } from '../../publicKey-
|
|
1
|
+
import { a as AccountPublicKey, A as AuthenticationKey, P as PublicKey } from '../../publicKey-BMtGNNLg.mjs';
|
|
2
2
|
import { Deserializer } from '../../bcs/deserializer.mjs';
|
|
3
3
|
import { Serializer } from '../../bcs/serializer.mjs';
|
|
4
4
|
import { HexInput } from '../../types/types.mjs';
|
|
@@ -11,6 +11,7 @@ import '../../types/indexer.mjs';
|
|
|
11
11
|
import '../../types/generated/operations.mjs';
|
|
12
12
|
import '../../types/generated/types.mjs';
|
|
13
13
|
import '../../utils/apiEndpoints.mjs';
|
|
14
|
+
import '@aptos-labs/script-composer-pack';
|
|
14
15
|
import '../../transactions/instances/transactionArgument.mjs';
|
|
15
16
|
import './ephemeral.mjs';
|
|
16
17
|
import './proof.mjs';
|
|
@@ -24,14 +25,20 @@ import '../../utils/const.mjs';
|
|
|
24
25
|
* These keys use an on-chain address as a source of truth for the JWK used to verify signatures.
|
|
25
26
|
*
|
|
26
27
|
* FederatedKeylessPublicKey authentication key is represented in the SDK as `AnyPublicKey`.
|
|
28
|
+
* @group Implementation
|
|
29
|
+
* @category Serialization
|
|
27
30
|
*/
|
|
28
31
|
declare class FederatedKeylessPublicKey extends AccountPublicKey {
|
|
29
32
|
/**
|
|
30
33
|
* The address that contains the JWK set to be used for verification.
|
|
34
|
+
* @group Implementation
|
|
35
|
+
* @category Serialization
|
|
31
36
|
*/
|
|
32
37
|
readonly jwkAddress: AccountAddress;
|
|
33
38
|
/**
|
|
34
39
|
* The inner public key which contains the standard Keyless public key.
|
|
40
|
+
* @group Implementation
|
|
41
|
+
* @category Serialization
|
|
35
42
|
*/
|
|
36
43
|
readonly keylessPublicKey: KeylessPublicKey;
|
|
37
44
|
constructor(jwkAddress: AccountAddressInput, keylessPublicKey: KeylessPublicKey);
|
|
@@ -39,6 +46,8 @@ declare class FederatedKeylessPublicKey extends AccountPublicKey {
|
|
|
39
46
|
* Get the authentication key for the federated keyless public key
|
|
40
47
|
*
|
|
41
48
|
* @returns AuthenticationKey
|
|
49
|
+
* @group Implementation
|
|
50
|
+
* @category Serialization
|
|
42
51
|
*/
|
|
43
52
|
authKey(): AuthenticationKey;
|
|
44
53
|
/**
|
|
@@ -47,6 +56,8 @@ declare class FederatedKeylessPublicKey extends AccountPublicKey {
|
|
|
47
56
|
* @param args.message message
|
|
48
57
|
* @param args.signature The signature
|
|
49
58
|
* @returns true if the signature is valid
|
|
59
|
+
* @group Implementation
|
|
60
|
+
* @category Serialization
|
|
50
61
|
*/
|
|
51
62
|
verifySignature(args: {
|
|
52
63
|
message: HexInput;
|
|
@@ -64,6 +75,8 @@ declare class FederatedKeylessPublicKey extends AccountPublicKey {
|
|
|
64
75
|
* @param args.aud the client ID of the application
|
|
65
76
|
* @param args.pepper The pepper used to maintain privacy of the account
|
|
66
77
|
* @returns FederatedKeylessPublicKey
|
|
78
|
+
* @group Implementation
|
|
79
|
+
* @category Serialization
|
|
67
80
|
*/
|
|
68
81
|
static create(args: {
|
|
69
82
|
iss: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a}from"../../chunk-
|
|
1
|
+
import{a}from"../../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 FederatedKeylessPublicKey};
|
|
2
2
|
//# sourceMappingURL=federatedKeyless.mjs.map
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Contains the derived cryptographic key as a Uint8Array.
|
|
3
|
+
* @group Implementation
|
|
4
|
+
* @category Serialization
|
|
3
5
|
*/
|
|
4
6
|
type DerivedKeys = {
|
|
5
7
|
key: Uint8Array;
|
|
@@ -7,15 +9,27 @@ type DerivedKeys = {
|
|
|
7
9
|
};
|
|
8
10
|
/**
|
|
9
11
|
* Aptos derive path is 637
|
|
12
|
+
* @group Implementation
|
|
13
|
+
* @category Serialization
|
|
10
14
|
*/
|
|
11
15
|
declare const APTOS_HARDENED_REGEX: RegExp;
|
|
16
|
+
/**
|
|
17
|
+
* @group Implementation
|
|
18
|
+
* @category Serialization
|
|
19
|
+
*/
|
|
12
20
|
declare const APTOS_BIP44_REGEX: RegExp;
|
|
13
21
|
/**
|
|
14
22
|
* Supported key types and their associated seeds.
|
|
23
|
+
* @group Implementation
|
|
24
|
+
* @category Serialization
|
|
15
25
|
*/
|
|
16
26
|
declare enum KeyType {
|
|
17
27
|
ED25519 = "ed25519 seed"
|
|
18
28
|
}
|
|
29
|
+
/**
|
|
30
|
+
* @group Implementation
|
|
31
|
+
* @category Serialization
|
|
32
|
+
*/
|
|
19
33
|
declare const HARDENED_OFFSET = 2147483648;
|
|
20
34
|
/**
|
|
21
35
|
* Validate a BIP-44 derivation path string to ensure it meets the required format.
|
|
@@ -26,6 +40,8 @@ declare const HARDENED_OFFSET = 2147483648;
|
|
|
26
40
|
* Note that for Secp256k1, the last two components must be non-hardened.
|
|
27
41
|
*
|
|
28
42
|
* @param path - The path string to validate (e.g. `m/44'/637'/0'/0/0`).
|
|
43
|
+
* @group Implementation
|
|
44
|
+
* @category Serialization
|
|
29
45
|
*/
|
|
30
46
|
declare function isValidBIP44Path(path: string): boolean;
|
|
31
47
|
/**
|
|
@@ -43,24 +59,36 @@ declare function isValidBIP44Path(path: string): boolean;
|
|
|
43
59
|
* with the hash function breaking the homomorphism.
|
|
44
60
|
*
|
|
45
61
|
* @param path - The derivation path string to validate (e.g. `m/44'/637'/0'/0'/0'`).
|
|
62
|
+
* @group Implementation
|
|
63
|
+
* @category Serialization
|
|
46
64
|
*/
|
|
47
65
|
declare function isValidHardenedPath(path: string): boolean;
|
|
66
|
+
/**
|
|
67
|
+
* @group Implementation
|
|
68
|
+
* @category Serialization
|
|
69
|
+
*/
|
|
48
70
|
declare const deriveKey: (hashSeed: Uint8Array | string, data: Uint8Array | string) => DerivedKeys;
|
|
49
71
|
/**
|
|
50
72
|
* Derive a child key from the private key
|
|
51
73
|
* @param key
|
|
52
74
|
* @param chainCode
|
|
53
75
|
* @param index
|
|
76
|
+
* @group Implementation
|
|
77
|
+
* @category Serialization
|
|
54
78
|
*/
|
|
55
79
|
declare const CKDPriv: ({ key, chainCode }: DerivedKeys, index: number) => DerivedKeys;
|
|
56
80
|
/**
|
|
57
81
|
* Splits derive path into segments
|
|
58
82
|
* @param path
|
|
83
|
+
* @group Implementation
|
|
84
|
+
* @category Serialization
|
|
59
85
|
*/
|
|
60
86
|
declare const splitPath: (path: string) => Array<string>;
|
|
61
87
|
/**
|
|
62
88
|
* Normalizes the mnemonic by removing extra whitespace and making it lowercase
|
|
63
89
|
* @param mnemonic the mnemonic seed phrase
|
|
90
|
+
* @group Implementation
|
|
91
|
+
* @category Serialization
|
|
64
92
|
*/
|
|
65
93
|
declare const mnemonicToSeed: (mnemonic: string) => Uint8Array;
|
|
66
94
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b,c,d,e,f,g,h,i,j}from"../../chunk-
|
|
1
|
+
import{a,b,c,d,e,f,g,h,i,j}from"../../chunk-C3Q23D22.mjs";import"../../chunk-KDMSOCZY.mjs";export{b as APTOS_BIP44_REGEX,a as APTOS_HARDENED_REGEX,h as CKDPriv,d as HARDENED_OFFSET,c as KeyType,g as deriveKey,e as isValidBIP44Path,f as isValidHardenedPath,j as mnemonicToSeed,i as splitPath};
|
|
2
2
|
//# sourceMappingURL=hdKey.mjs.map
|
|
@@ -7,16 +7,17 @@ export { FederatedKeylessPublicKey } from './federatedKeyless.mjs';
|
|
|
7
7
|
export { EPK_HORIZON_SECS, EphemeralCertificate, Groth16VerificationKey, Groth16Zkp, KeylessConfiguration, KeylessPublicKey, KeylessSignature, MAX_AUD_VAL_BYTES, MAX_COMMITED_EPK_BYTES, MAX_EXTRA_FIELD_BYTES, MAX_ISS_VAL_BYTES, MAX_JWT_HEADER_B64_BYTES, MAX_UID_KEY_BYTES, MAX_UID_VAL_BYTES, MoveJWK, ZeroKnowledgeSig, ZkProof, getIssAudAndUidVal, getKeylessConfig, getKeylessJWKs, parseJwtHeader } from './keyless.mjs';
|
|
8
8
|
export { bigIntToBytesLE, bytesToBigIntLE, hashStrToField, padAndPackBytesWithLen, poseidonHash } from './poseidon.mjs';
|
|
9
9
|
export { PrivateKey } from './privateKey.mjs';
|
|
10
|
-
export { a as AccountPublicKey, P as PublicKey, V as VerifySignatureArgs } from '../../publicKey-
|
|
10
|
+
export { a as AccountPublicKey, P as PublicKey, V as VerifySignatureArgs } from '../../publicKey-BMtGNNLg.mjs';
|
|
11
11
|
export { Secp256k1PrivateKey, Secp256k1PublicKey, Secp256k1Signature } from './secp256k1.mjs';
|
|
12
12
|
export { Signature } from './signature.mjs';
|
|
13
|
-
export { AnyPublicKey, AnySignature } from './singleKey.mjs';
|
|
13
|
+
export { AnyPublicKey, AnySignature, PrivateKeyInput } from './singleKey.mjs';
|
|
14
14
|
import '../../bcs/deserializer.mjs';
|
|
15
15
|
import '../../types/types.mjs';
|
|
16
16
|
import '../../types/indexer.mjs';
|
|
17
17
|
import '../../types/generated/operations.mjs';
|
|
18
18
|
import '../../types/generated/types.mjs';
|
|
19
19
|
import '../../utils/apiEndpoints.mjs';
|
|
20
|
+
import '@aptos-labs/script-composer-pack';
|
|
20
21
|
import '../../bcs/serializer.mjs';
|
|
21
22
|
import '../hex.mjs';
|
|
22
23
|
import '../common.mjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import"../../chunk-HEZ2ZYZA.mjs";import{a as s,b as t}from"../../chunk-
|
|
1
|
+
import"../../chunk-HEZ2ZYZA.mjs";import{a as s,b as t}from"../../chunk-ODEDSSQL.mjs";import{a as aa,b as ba}from"../../chunk-3XH3NNSR.mjs";import{a as _,b as $}from"../../chunk-4ZJJINCW.mjs";import{a as u,b as v,c as w}from"../../chunk-G5ZWH5T3.mjs";import{a as Z}from"../../chunk-NW2WUKWV.mjs";import{a as E,b as F,c as G,d as H,e as I,f as J,g as K,h as L,i as M,j as N,k as O,l as P,m as Q,n as R,o as S,p as T,q as U,r as V,s as W,t as X,u as Y}from"../../chunk-KG23XFU2.mjs";import{a as z,b as A,c as B,d as C,e as D}from"../../chunk-GOXRBEIJ.mjs";import"../../chunk-XJJVJOX5.mjs";import{a as x,b as y}from"../../chunk-T6NQDM7D.mjs";import{a as o,b as p,c as q,d as r}from"../../chunk-XGF7UNEW.mjs";import{a as l,b as m}from"../../chunk-EMURYYVO.mjs";import{a as n}from"../../chunk-WCMW2L3P.mjs";import"../../chunk-DPW6ELCQ.mjs";import{a,b,c,d,e,f,g,h,i,j}from"../../chunk-C3Q23D22.mjs";import{a as k}from"../../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 APTOS_BIP44_REGEX,a as APTOS_HARDENED_REGEX,m as AccountPublicKey,_ as AnyPublicKey,$ as AnySignature,h as CKDPriv,E as EPK_HORIZON_SECS,q as Ed25519PrivateKey,p as Ed25519PublicKey,r as Ed25519Signature,O as EphemeralCertificate,x as EphemeralPublicKey,y as EphemeralSignature,Z as FederatedKeylessPublicKey,T as Groth16VerificationKey,P as Groth16Zkp,d as HARDENED_OFFSET,c as KeyType,S as KeylessConfiguration,M as KeylessPublicKey,N as KeylessSignature,F as MAX_AUD_VAL_BYTES,L as MAX_COMMITED_EPK_BYTES,J as MAX_EXTRA_FIELD_BYTES,I as MAX_ISS_VAL_BYTES,K as MAX_JWT_HEADER_B64_BYTES,G as MAX_UID_KEY_BYTES,H as MAX_UID_VAL_BYTES,X as MoveJWK,s as MultiEd25519PublicKey,t as MultiEd25519Signature,aa as MultiKey,ba as MultiKeySignature,k as PrivateKey,l as PublicKey,v as Secp256k1PrivateKey,u as Secp256k1PublicKey,w as Secp256k1Signature,n as Signature,R as ZeroKnowledgeSig,Q as ZkProof,C as bigIntToBytesLE,B as bytesToBigIntLE,g as deriveKey,V as getIssAudAndUidVal,U as getKeylessConfig,W as getKeylessJWKs,z as hashStrToField,o as isCanonicalEd25519Signature,e as isValidBIP44Path,f as isValidHardenedPath,j as mnemonicToSeed,A as padAndPackBytesWithLen,Y as parseJwtHeader,D as poseidonHash,i as splitPath};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as AccountPublicKey, A as AuthenticationKey, P as PublicKey } from '../../publicKey-
|
|
1
|
+
import { a as AccountPublicKey, A as AuthenticationKey, P as PublicKey } from '../../publicKey-BMtGNNLg.mjs';
|
|
2
2
|
import { Signature } from './signature.mjs';
|
|
3
3
|
import { Deserializer } from '../../bcs/deserializer.mjs';
|
|
4
4
|
import { Serializer, Serializable } from '../../bcs/serializer.mjs';
|
|
@@ -14,16 +14,49 @@ import '../../types/indexer.mjs';
|
|
|
14
14
|
import '../../types/generated/operations.mjs';
|
|
15
15
|
import '../../types/generated/types.mjs';
|
|
16
16
|
import '../../utils/apiEndpoints.mjs';
|
|
17
|
+
import '@aptos-labs/script-composer-pack';
|
|
17
18
|
import '../../transactions/instances/transactionArgument.mjs';
|
|
18
19
|
import '../../utils/const.mjs';
|
|
19
20
|
|
|
21
|
+
/**
|
|
22
|
+
* @group Implementation
|
|
23
|
+
* @category Serialization
|
|
24
|
+
*/
|
|
20
25
|
declare const EPK_HORIZON_SECS = 10000000;
|
|
26
|
+
/**
|
|
27
|
+
* @group Implementation
|
|
28
|
+
* @category Serialization
|
|
29
|
+
*/
|
|
21
30
|
declare const MAX_AUD_VAL_BYTES = 120;
|
|
31
|
+
/**
|
|
32
|
+
* @group Implementation
|
|
33
|
+
* @category Serialization
|
|
34
|
+
*/
|
|
22
35
|
declare const MAX_UID_KEY_BYTES = 30;
|
|
36
|
+
/**
|
|
37
|
+
* @group Implementation
|
|
38
|
+
* @category Serialization
|
|
39
|
+
*/
|
|
23
40
|
declare const MAX_UID_VAL_BYTES = 330;
|
|
41
|
+
/**
|
|
42
|
+
* @group Implementation
|
|
43
|
+
* @category Serialization
|
|
44
|
+
*/
|
|
24
45
|
declare const MAX_ISS_VAL_BYTES = 120;
|
|
46
|
+
/**
|
|
47
|
+
* @group Implementation
|
|
48
|
+
* @category Serialization
|
|
49
|
+
*/
|
|
25
50
|
declare const MAX_EXTRA_FIELD_BYTES = 350;
|
|
51
|
+
/**
|
|
52
|
+
* @group Implementation
|
|
53
|
+
* @category Serialization
|
|
54
|
+
*/
|
|
26
55
|
declare const MAX_JWT_HEADER_B64_BYTES = 300;
|
|
56
|
+
/**
|
|
57
|
+
* @group Implementation
|
|
58
|
+
* @category Serialization
|
|
59
|
+
*/
|
|
27
60
|
declare const MAX_COMMITED_EPK_BYTES = 93;
|
|
28
61
|
/**
|
|
29
62
|
* Represents a Keyless Public Key used for authentication.
|
|
@@ -32,20 +65,28 @@ declare const MAX_COMMITED_EPK_BYTES = 93;
|
|
|
32
65
|
* including methods for generating and verifying signatures, as well as serialization
|
|
33
66
|
* and deserialization of the key. The KeylessPublicKey is represented in the SDK
|
|
34
67
|
* as `AnyPublicKey`.
|
|
68
|
+
* @group Implementation
|
|
69
|
+
* @category Serialization
|
|
35
70
|
*/
|
|
36
71
|
declare class KeylessPublicKey extends AccountPublicKey {
|
|
37
72
|
/**
|
|
38
73
|
* The number of bytes that `idCommitment` should be
|
|
74
|
+
* @group Implementation
|
|
75
|
+
* @category Serialization
|
|
39
76
|
*/
|
|
40
77
|
static readonly ID_COMMITMENT_LENGTH: number;
|
|
41
78
|
/**
|
|
42
79
|
* The value of the 'iss' claim on the JWT which identifies the OIDC provider.
|
|
80
|
+
* @group Implementation
|
|
81
|
+
* @category Serialization
|
|
43
82
|
*/
|
|
44
83
|
readonly iss: string;
|
|
45
84
|
/**
|
|
46
85
|
* A value representing a cryptographic commitment to a user identity.
|
|
47
86
|
*
|
|
48
87
|
* It is calculated from the aud, uidKey, uidVal, pepper.
|
|
88
|
+
* @group Implementation
|
|
89
|
+
* @category Serialization
|
|
49
90
|
*/
|
|
50
91
|
readonly idCommitment: Uint8Array;
|
|
51
92
|
/**
|
|
@@ -57,12 +98,16 @@ declare class KeylessPublicKey extends AccountPublicKey {
|
|
|
57
98
|
* @param args.deltaG2 - The hex representation of the delta G2 value.
|
|
58
99
|
* @param args.gammaAbcG1 - An array containing two hex representations for gamma ABC G1 values.
|
|
59
100
|
* @param args.gammaG2 - The hex representation of the gamma G2 value.
|
|
101
|
+
* @group Implementation
|
|
102
|
+
* @category Serialization
|
|
60
103
|
*/
|
|
61
104
|
constructor(iss: string, idCommitment: HexInput);
|
|
62
105
|
/**
|
|
63
106
|
* Get the authentication key for the keyless public key.
|
|
64
107
|
*
|
|
65
108
|
* @returns AuthenticationKey - The authentication key derived from the keyless public key.
|
|
109
|
+
* @group Implementation
|
|
110
|
+
* @category Serialization
|
|
66
111
|
*/
|
|
67
112
|
authKey(): AuthenticationKey;
|
|
68
113
|
/**
|
|
@@ -72,6 +117,8 @@ declare class KeylessPublicKey extends AccountPublicKey {
|
|
|
72
117
|
* @param args.message - The message that was signed.
|
|
73
118
|
* @param args.signature - The signature to verify against the message.
|
|
74
119
|
* @returns true if the signature is valid; otherwise, false.
|
|
120
|
+
* @group Implementation
|
|
121
|
+
* @category Serialization
|
|
75
122
|
*/
|
|
76
123
|
verifySignature(args: {
|
|
77
124
|
message: HexInput;
|
|
@@ -87,6 +134,8 @@ declare class KeylessPublicKey extends AccountPublicKey {
|
|
|
87
134
|
* @param serializer.extraField - An optional additional field for serialization.
|
|
88
135
|
* @param serializer.overrideAudVal - An optional override value for auditing.
|
|
89
136
|
* @param serializer.trainingWheelsSignature - An optional signature for training wheels.
|
|
137
|
+
* @group Implementation
|
|
138
|
+
* @category Serialization
|
|
90
139
|
*/
|
|
91
140
|
serialize(serializer: Serializer): void;
|
|
92
141
|
/**
|
|
@@ -95,6 +144,8 @@ declare class KeylessPublicKey extends AccountPublicKey {
|
|
|
95
144
|
*
|
|
96
145
|
* @param deserializer - The deserializer instance used to read the serialized data.
|
|
97
146
|
* @returns A new instance of ZeroKnowledgeSig.
|
|
147
|
+
* @group Implementation
|
|
148
|
+
* @category Serialization
|
|
98
149
|
*/
|
|
99
150
|
static deserialize(deserializer: Deserializer): KeylessPublicKey;
|
|
100
151
|
/**
|
|
@@ -105,6 +156,8 @@ declare class KeylessPublicKey extends AccountPublicKey {
|
|
|
105
156
|
* @param deserializer.deserializeStr - A method to deserialize a string value.
|
|
106
157
|
* @param deserializer.deserializeBytes - A method to deserialize byte data.
|
|
107
158
|
* @returns A new instance of KeylessPublicKey.
|
|
159
|
+
* @group Implementation
|
|
160
|
+
* @category Serialization
|
|
108
161
|
*/
|
|
109
162
|
static load(deserializer: Deserializer): KeylessPublicKey;
|
|
110
163
|
/**
|
|
@@ -112,6 +165,8 @@ declare class KeylessPublicKey extends AccountPublicKey {
|
|
|
112
165
|
*
|
|
113
166
|
* @param publicKey - The public key to check.
|
|
114
167
|
* @returns A boolean indicating whether the public key is a KeylessPublicKey instance.
|
|
168
|
+
* @group Implementation
|
|
169
|
+
* @category Serialization
|
|
115
170
|
*/
|
|
116
171
|
static isPublicKey(publicKey: PublicKey): publicKey is KeylessPublicKey;
|
|
117
172
|
/**
|
|
@@ -123,6 +178,8 @@ declare class KeylessPublicKey extends AccountPublicKey {
|
|
|
123
178
|
* @param args.aud the client ID of the application
|
|
124
179
|
* @param args.pepper The pepper used to maintain privacy of the account
|
|
125
180
|
* @returns KeylessPublicKey
|
|
181
|
+
* @group Implementation
|
|
182
|
+
* @category Serialization
|
|
126
183
|
*/
|
|
127
184
|
static create(args: {
|
|
128
185
|
iss: string;
|
|
@@ -140,6 +197,8 @@ declare class KeylessPublicKey extends AccountPublicKey {
|
|
|
140
197
|
* @param args.pepper - The pepper value used in the key creation process.
|
|
141
198
|
* @param args.uidKey - An optional key to retrieve the unique identifier from the JWT payload, defaults to "sub".
|
|
142
199
|
* @returns A KeylessPublicKey instance created from the provided JWT and pepper.
|
|
200
|
+
* @group Implementation
|
|
201
|
+
* @category Serialization
|
|
143
202
|
*/
|
|
144
203
|
static fromJwtAndPepper(args: {
|
|
145
204
|
jwt: string;
|
|
@@ -151,31 +210,45 @@ declare class KeylessPublicKey extends AccountPublicKey {
|
|
|
151
210
|
*
|
|
152
211
|
* @param publicKey - The public key to validate.
|
|
153
212
|
* @returns A boolean indicating whether the public key is a valid instance.
|
|
213
|
+
* @group Implementation
|
|
214
|
+
* @category Serialization
|
|
154
215
|
*/
|
|
155
216
|
static isInstance(publicKey: PublicKey): boolean;
|
|
156
217
|
}
|
|
157
218
|
/**
|
|
158
219
|
* Represents a signature of a message signed via a Keyless Account, utilizing proofs or a JWT token for authentication.
|
|
220
|
+
* @group Implementation
|
|
221
|
+
* @category Serialization
|
|
159
222
|
*/
|
|
160
223
|
declare class KeylessSignature extends Signature {
|
|
161
224
|
/**
|
|
162
225
|
* The inner signature ZeroKnowledgeSignature or OpenIdSignature
|
|
226
|
+
* @group Implementation
|
|
227
|
+
* @category Serialization
|
|
163
228
|
*/
|
|
164
229
|
readonly ephemeralCertificate: EphemeralCertificate;
|
|
165
230
|
/**
|
|
166
231
|
* The jwt header in the token used to create the proof/signature. In json string representation.
|
|
232
|
+
* @group Implementation
|
|
233
|
+
* @category Serialization
|
|
167
234
|
*/
|
|
168
235
|
readonly jwtHeader: string;
|
|
169
236
|
/**
|
|
170
237
|
* The expiry timestamp in seconds of the EphemeralKeyPair used to sign
|
|
238
|
+
* @group Implementation
|
|
239
|
+
* @category Serialization
|
|
171
240
|
*/
|
|
172
241
|
readonly expiryDateSecs: number;
|
|
173
242
|
/**
|
|
174
243
|
* The ephemeral public key used to verify the signature
|
|
244
|
+
* @group Implementation
|
|
245
|
+
* @category Serialization
|
|
175
246
|
*/
|
|
176
247
|
readonly ephemeralPublicKey: EphemeralPublicKey;
|
|
177
248
|
/**
|
|
178
249
|
* The signature resulting from signing with the private key of the EphemeralKeyPair
|
|
250
|
+
* @group Implementation
|
|
251
|
+
* @category Serialization
|
|
179
252
|
*/
|
|
180
253
|
readonly ephemeralSignature: EphemeralSignature;
|
|
181
254
|
constructor(args: {
|
|
@@ -201,11 +274,15 @@ declare class KeylessSignature extends Signature {
|
|
|
201
274
|
* This class can be extended to support additional signature types, such as OpenIdSignature.
|
|
202
275
|
*
|
|
203
276
|
* @extends Signature
|
|
277
|
+
* @group Implementation
|
|
278
|
+
* @category Serialization
|
|
204
279
|
*/
|
|
205
280
|
declare class EphemeralCertificate extends Signature {
|
|
206
281
|
readonly signature: Signature;
|
|
207
282
|
/**
|
|
208
283
|
* Index of the underlying enum variant
|
|
284
|
+
* @group Implementation
|
|
285
|
+
* @category Serialization
|
|
209
286
|
*/
|
|
210
287
|
private readonly variant;
|
|
211
288
|
constructor(signature: Signature, variant: EphemeralCertificateVariant);
|
|
@@ -213,6 +290,8 @@ declare class EphemeralCertificate extends Signature {
|
|
|
213
290
|
* Get the public key in bytes (Uint8Array).
|
|
214
291
|
*
|
|
215
292
|
* @returns Uint8Array representation of the public key
|
|
293
|
+
* @group Implementation
|
|
294
|
+
* @category Serialization
|
|
216
295
|
*/
|
|
217
296
|
toUint8Array(): Uint8Array;
|
|
218
297
|
serialize(serializer: Serializer): void;
|
|
@@ -223,6 +302,8 @@ declare class EphemeralCertificate extends Signature {
|
|
|
223
302
|
* This class is used for handling and serializing G1 bytes in cryptographic operations.
|
|
224
303
|
*
|
|
225
304
|
* @extends Serializable
|
|
305
|
+
* @group Implementation
|
|
306
|
+
* @category Serialization
|
|
226
307
|
*/
|
|
227
308
|
declare class G1Bytes extends Serializable {
|
|
228
309
|
data: Uint8Array;
|
|
@@ -235,6 +316,8 @@ declare class G1Bytes extends Serializable {
|
|
|
235
316
|
* This class provides methods for serialization and deserialization of G2 bytes.
|
|
236
317
|
*
|
|
237
318
|
* @extends Serializable
|
|
319
|
+
* @group Implementation
|
|
320
|
+
* @category Serialization
|
|
238
321
|
*/
|
|
239
322
|
declare class G2Bytes extends Serializable {
|
|
240
323
|
data: Uint8Array;
|
|
@@ -247,18 +330,26 @@ declare class G2Bytes extends Serializable {
|
|
|
247
330
|
* The points are the compressed serialization of affine representation of the proof.
|
|
248
331
|
*
|
|
249
332
|
* @extends Proof
|
|
333
|
+
* @group Implementation
|
|
334
|
+
* @category Serialization
|
|
250
335
|
*/
|
|
251
336
|
declare class Groth16Zkp extends Proof {
|
|
252
337
|
/**
|
|
253
338
|
* The bytes of G1 proof point a
|
|
339
|
+
* @group Implementation
|
|
340
|
+
* @category Serialization
|
|
254
341
|
*/
|
|
255
342
|
a: G1Bytes;
|
|
256
343
|
/**
|
|
257
344
|
* The bytes of G2 proof point b
|
|
345
|
+
* @group Implementation
|
|
346
|
+
* @category Serialization
|
|
258
347
|
*/
|
|
259
348
|
b: G2Bytes;
|
|
260
349
|
/**
|
|
261
350
|
* The bytes of G1 proof point c
|
|
351
|
+
* @group Implementation
|
|
352
|
+
* @category Serialization
|
|
262
353
|
*/
|
|
263
354
|
c: G1Bytes;
|
|
264
355
|
constructor(args: {
|
|
@@ -273,11 +364,15 @@ declare class Groth16Zkp extends Proof {
|
|
|
273
364
|
* Represents a container for different types of zero-knowledge proofs.
|
|
274
365
|
*
|
|
275
366
|
* @extends Serializable
|
|
367
|
+
* @group Implementation
|
|
368
|
+
* @category Serialization
|
|
276
369
|
*/
|
|
277
370
|
declare class ZkProof extends Serializable {
|
|
278
371
|
readonly proof: Proof;
|
|
279
372
|
/**
|
|
280
373
|
* Index of the underlying enum variant
|
|
374
|
+
* @group Implementation
|
|
375
|
+
* @category Serialization
|
|
281
376
|
*/
|
|
282
377
|
private readonly variant;
|
|
283
378
|
constructor(proof: Proof, variant: ZkpVariant);
|
|
@@ -288,27 +383,39 @@ declare class ZkProof extends Serializable {
|
|
|
288
383
|
* Represents a zero-knowledge signature, encapsulating the proof and its associated metadata.
|
|
289
384
|
*
|
|
290
385
|
* @extends Signature
|
|
386
|
+
* @group Implementation
|
|
387
|
+
* @category Serialization
|
|
291
388
|
*/
|
|
292
389
|
declare class ZeroKnowledgeSig extends Signature {
|
|
293
390
|
/**
|
|
294
391
|
* The proof
|
|
392
|
+
* @group Implementation
|
|
393
|
+
* @category Serialization
|
|
295
394
|
*/
|
|
296
395
|
readonly proof: ZkProof;
|
|
297
396
|
/**
|
|
298
397
|
* The max lifespan of the proof
|
|
398
|
+
* @group Implementation
|
|
399
|
+
* @category Serialization
|
|
299
400
|
*/
|
|
300
401
|
readonly expHorizonSecs: number;
|
|
301
402
|
/**
|
|
302
403
|
* A key value pair on the JWT token that can be specified on the signature which would reveal the value on chain.
|
|
303
404
|
* Can be used to assert identity or other attributes.
|
|
405
|
+
* @group Implementation
|
|
406
|
+
* @category Serialization
|
|
304
407
|
*/
|
|
305
408
|
readonly extraField?: string;
|
|
306
409
|
/**
|
|
307
410
|
* The 'aud' value of the recovery service which is set when recovering an account.
|
|
411
|
+
* @group Implementation
|
|
412
|
+
* @category Serialization
|
|
308
413
|
*/
|
|
309
414
|
readonly overrideAudVal?: string;
|
|
310
415
|
/**
|
|
311
416
|
* The training wheels signature
|
|
417
|
+
* @group Implementation
|
|
418
|
+
* @category Serialization
|
|
312
419
|
*/
|
|
313
420
|
readonly trainingWheelsSignature?: EphemeralSignature;
|
|
314
421
|
constructor(args: {
|
|
@@ -323,6 +430,8 @@ declare class ZeroKnowledgeSig extends Signature {
|
|
|
323
430
|
*
|
|
324
431
|
* @param bytes - The bytes representing the serialized ZeroKnowledgeSig.
|
|
325
432
|
* @returns ZeroKnowledgeSig - The deserialized ZeroKnowledgeSig object.
|
|
433
|
+
* @group Implementation
|
|
434
|
+
* @category Serialization
|
|
326
435
|
*/
|
|
327
436
|
static fromBytes(bytes: Uint8Array): ZeroKnowledgeSig;
|
|
328
437
|
serialize(serializer: Serializer): void;
|
|
@@ -334,14 +443,20 @@ declare class ZeroKnowledgeSig extends Signature {
|
|
|
334
443
|
* @remarks
|
|
335
444
|
* This class encapsulates the verification key and the maximum lifespan of ephemeral key pairs,
|
|
336
445
|
* which are essential for the functionality of Keyless accounts.
|
|
446
|
+
* @group Implementation
|
|
447
|
+
* @category Serialization
|
|
337
448
|
*/
|
|
338
449
|
declare class KeylessConfiguration {
|
|
339
450
|
/**
|
|
340
451
|
* The verification key used to verify Groth16 proofs on chain
|
|
452
|
+
* @group Implementation
|
|
453
|
+
* @category Serialization
|
|
341
454
|
*/
|
|
342
455
|
readonly verificationKey: Groth16VerificationKey;
|
|
343
456
|
/**
|
|
344
457
|
* The maximum lifespan of an ephemeral key pair. This is configured on chain.
|
|
458
|
+
* @group Implementation
|
|
459
|
+
* @category Serialization
|
|
345
460
|
*/
|
|
346
461
|
readonly maxExpHorizonSecs: number;
|
|
347
462
|
constructor(verificationKey: Groth16VerificationKey, maxExpHorizonSecs: number);
|
|
@@ -349,26 +464,38 @@ declare class KeylessConfiguration {
|
|
|
349
464
|
}
|
|
350
465
|
/**
|
|
351
466
|
* Represents the verification key stored on-chain used to verify Groth16 proofs.
|
|
467
|
+
* @group Implementation
|
|
468
|
+
* @category Serialization
|
|
352
469
|
*/
|
|
353
470
|
declare class Groth16VerificationKey {
|
|
354
471
|
/**
|
|
355
472
|
* The `alpha * G`, where `G` is the generator of G1
|
|
473
|
+
* @group Implementation
|
|
474
|
+
* @category Serialization
|
|
356
475
|
*/
|
|
357
476
|
readonly alphaG1: G1Bytes;
|
|
358
477
|
/**
|
|
359
478
|
* The `alpha * H`, where `H` is the generator of G2
|
|
479
|
+
* @group Implementation
|
|
480
|
+
* @category Serialization
|
|
360
481
|
*/
|
|
361
482
|
readonly betaG2: G2Bytes;
|
|
362
483
|
/**
|
|
363
484
|
* The `delta * H`, where `H` is the generator of G2
|
|
485
|
+
* @group Implementation
|
|
486
|
+
* @category Serialization
|
|
364
487
|
*/
|
|
365
488
|
readonly deltaG2: G2Bytes;
|
|
366
489
|
/**
|
|
367
490
|
* The `gamma^{-1} * (beta * a_i + alpha * b_i + c_i) * H`, where H is the generator of G1
|
|
491
|
+
* @group Implementation
|
|
492
|
+
* @category Serialization
|
|
368
493
|
*/
|
|
369
494
|
readonly gammaAbcG1: [G1Bytes, G1Bytes];
|
|
370
495
|
/**
|
|
371
496
|
* The `gamma * H`, where `H` is the generator of G2
|
|
497
|
+
* @group Implementation
|
|
498
|
+
* @category Serialization
|
|
372
499
|
*/
|
|
373
500
|
readonly gammaG2: G2Bytes;
|
|
374
501
|
constructor(args: {
|
|
@@ -396,6 +523,8 @@ declare class Groth16VerificationKey {
|
|
|
396
523
|
* @param res.gamma_abc_g1 - The gamma ABC G1 value from the response.
|
|
397
524
|
* @param res.gamma_g2 - The gamma G2 value from the response.
|
|
398
525
|
* @returns A Groth16VerificationKey instance constructed from the provided response data.
|
|
526
|
+
* @group Implementation
|
|
527
|
+
* @category Serialization
|
|
399
528
|
*/
|
|
400
529
|
static fromGroth16VerificationKeyResponse(res: Groth16VerificationKeyResponse): Groth16VerificationKey;
|
|
401
530
|
}
|
|
@@ -408,6 +537,8 @@ declare class Groth16VerificationKey {
|
|
|
408
537
|
* @param args.options - Optional parameters for the request.
|
|
409
538
|
* @param args.options.ledgerVersion - The ledger version to query; if not provided, the latest version will be used.
|
|
410
539
|
* @returns KeylessConfiguration - The configuration object containing the verifying key and maximum expiry horizon.
|
|
540
|
+
* @group Implementation
|
|
541
|
+
* @category Serialization
|
|
411
542
|
*/
|
|
412
543
|
declare function getKeylessConfig(args: {
|
|
413
544
|
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}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}from"../../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 EPK_HORIZON_SECS,k as EphemeralCertificate,p as Groth16VerificationKey,l as Groth16Zkp,o as KeylessConfiguration,i as KeylessPublicKey,j as KeylessSignature,b as MAX_AUD_VAL_BYTES,h as MAX_COMMITED_EPK_BYTES,f as MAX_EXTRA_FIELD_BYTES,e as MAX_ISS_VAL_BYTES,g as MAX_JWT_HEADER_B64_BYTES,c as MAX_UID_KEY_BYTES,d as MAX_UID_VAL_BYTES,t as MoveJWK,n as ZeroKnowledgeSig,m as ZkProof,r as getIssAudAndUidVal,q as getKeylessConfig,s as getKeylessJWKs,u as parseJwtHeader};
|
|
2
2
|
//# sourceMappingURL=keyless.mjs.map
|