@aptos-labs/ts-sdk 1.29.0 → 1.30.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.
Files changed (693) hide show
  1. package/README.md +2 -2
  2. package/dist/common/{accountAddress-DUCC2ffJ.d.ts → accountAddress-DnSqjhSl.d.ts} +700 -245
  3. package/dist/common/{chunk-HBPH2AD3.js → chunk-7IYTZDXV.js} +1 -1
  4. package/dist/common/chunk-7IYTZDXV.js.map +1 -0
  5. package/dist/common/cli/index.d.ts +123 -126
  6. package/dist/common/cli/index.js +1 -1
  7. package/dist/common/cli/index.js.map +1 -1
  8. package/dist/common/index.d.ts +5921 -1627
  9. package/dist/common/index.js +8 -8
  10. package/dist/common/index.js.map +1 -1
  11. package/dist/esm/Ed25519Account-DpH9qAcg.d.mts +470 -0
  12. package/dist/esm/account/AbstractKeylessAccount.d.mts +6 -5
  13. package/dist/esm/account/AbstractKeylessAccount.mjs +1 -1
  14. package/dist/esm/account/Account.d.mts +2 -2
  15. package/dist/esm/account/Account.mjs +1 -1
  16. package/dist/esm/account/Ed25519Account.d.mts +2 -2
  17. package/dist/esm/account/Ed25519Account.mjs +1 -1
  18. package/dist/esm/account/EphemeralKeyPair.d.mts +49 -14
  19. package/dist/esm/account/EphemeralKeyPair.mjs +1 -1
  20. package/dist/esm/account/FederatedKeylessAccount.d.mts +3 -3
  21. package/dist/esm/account/FederatedKeylessAccount.mjs +1 -1
  22. package/dist/esm/account/KeylessAccount.d.mts +42 -4
  23. package/dist/esm/account/KeylessAccount.mjs +1 -1
  24. package/dist/esm/account/MultiKeyAccount.d.mts +54 -34
  25. package/dist/esm/account/MultiKeyAccount.mjs +1 -1
  26. package/dist/esm/account/SingleKeyAccount.d.mts +2 -2
  27. package/dist/esm/account/SingleKeyAccount.mjs +1 -1
  28. package/dist/esm/account/index.d.mts +2 -2
  29. package/dist/esm/account/index.mjs +1 -1
  30. package/dist/esm/api/account.d.mts +446 -161
  31. package/dist/esm/api/account.mjs +1 -1
  32. package/dist/esm/api/ans.d.mts +369 -122
  33. package/dist/esm/api/ans.mjs +1 -1
  34. package/dist/esm/api/aptos.d.mts +40 -7
  35. package/dist/esm/api/aptos.mjs +1 -1
  36. package/dist/esm/api/aptosConfig.d.mts +102 -14
  37. package/dist/esm/api/aptosConfig.mjs +1 -1
  38. package/dist/esm/api/coin.d.mts +52 -15
  39. package/dist/esm/api/coin.mjs +1 -1
  40. package/dist/esm/api/digitalAsset.d.mts +710 -300
  41. package/dist/esm/api/digitalAsset.mjs +1 -1
  42. package/dist/esm/api/event.d.mts +129 -26
  43. package/dist/esm/api/event.mjs +1 -1
  44. package/dist/esm/api/faucet.d.mts +44 -7
  45. package/dist/esm/api/faucet.mjs +1 -1
  46. package/dist/esm/api/fungibleAsset.d.mts +152 -49
  47. package/dist/esm/api/fungibleAsset.mjs +1 -1
  48. package/dist/esm/api/general.d.mts +171 -55
  49. package/dist/esm/api/general.mjs +1 -1
  50. package/dist/esm/api/index.d.mts +2 -2
  51. package/dist/esm/api/index.mjs +1 -1
  52. package/dist/esm/api/keyless.d.mts +82 -11
  53. package/dist/esm/api/keyless.mjs +1 -1
  54. package/dist/esm/api/object.d.mts +51 -7
  55. package/dist/esm/api/object.mjs +1 -1
  56. package/dist/esm/api/staking.d.mts +86 -17
  57. package/dist/esm/api/staking.mjs +1 -1
  58. package/dist/esm/api/table.d.mts +118 -38
  59. package/dist/esm/api/table.mjs +1 -1
  60. package/dist/esm/api/transaction.d.mts +440 -109
  61. package/dist/esm/api/transaction.mjs +1 -1
  62. package/dist/esm/api/transactionSubmission/build.d.mts +99 -13
  63. package/dist/esm/api/transactionSubmission/build.mjs +1 -1
  64. package/dist/esm/api/transactionSubmission/helpers.d.mts +79 -0
  65. package/dist/esm/api/transactionSubmission/helpers.mjs +1 -1
  66. package/dist/esm/api/transactionSubmission/management.d.mts +111 -12
  67. package/dist/esm/api/transactionSubmission/management.mjs +1 -1
  68. package/dist/esm/api/transactionSubmission/sign.d.mts +97 -3
  69. package/dist/esm/api/transactionSubmission/sign.mjs +1 -1
  70. package/dist/esm/api/transactionSubmission/sign.mjs.map +1 -1
  71. package/dist/esm/api/transactionSubmission/simulate.d.mts +140 -15
  72. package/dist/esm/api/transactionSubmission/simulate.mjs +1 -1
  73. package/dist/esm/api/transactionSubmission/submit.d.mts +104 -13
  74. package/dist/esm/api/transactionSubmission/submit.mjs +1 -1
  75. package/dist/esm/api/utils.d.mts +26 -3
  76. package/dist/esm/api/utils.mjs +1 -1
  77. package/dist/esm/bcs/consts.mjs +1 -1
  78. package/dist/esm/bcs/deserializer.d.mts +82 -32
  79. package/dist/esm/bcs/deserializer.mjs +1 -1
  80. package/dist/esm/bcs/index.mjs +1 -1
  81. package/dist/esm/bcs/serializable/entryFunctionBytes.d.mts +25 -6
  82. package/dist/esm/bcs/serializable/entryFunctionBytes.mjs +1 -1
  83. package/dist/esm/bcs/serializable/fixedBytes.d.mts +51 -21
  84. package/dist/esm/bcs/serializable/fixedBytes.mjs +1 -1
  85. package/dist/esm/bcs/serializable/movePrimitives.d.mts +79 -0
  86. package/dist/esm/bcs/serializable/movePrimitives.mjs +1 -1
  87. package/dist/esm/bcs/serializable/moveStructs.d.mts +119 -32
  88. package/dist/esm/bcs/serializable/moveStructs.mjs +1 -1
  89. package/dist/esm/bcs/serializer.d.mts +111 -76
  90. package/dist/esm/bcs/serializer.mjs +1 -1
  91. package/dist/esm/{chunk-U6Z4FNB7.mjs → chunk-2CJC43CV.mjs} +1 -1
  92. package/dist/esm/chunk-2CJC43CV.mjs.map +1 -0
  93. package/dist/esm/{chunk-P2EIZ7WL.mjs → chunk-2I56E4T2.mjs} +2 -2
  94. package/dist/esm/chunk-2I56E4T2.mjs.map +1 -0
  95. package/dist/esm/{chunk-P3TAY5PP.mjs → chunk-2QRWGJJA.mjs} +2 -2
  96. package/dist/esm/chunk-2QRWGJJA.mjs.map +1 -0
  97. package/dist/esm/chunk-37UZKMJI.mjs +2 -0
  98. package/dist/esm/chunk-37UZKMJI.mjs.map +1 -0
  99. package/dist/esm/chunk-4CDDWSKZ.mjs +2 -0
  100. package/dist/esm/chunk-4CDDWSKZ.mjs.map +1 -0
  101. package/dist/esm/chunk-4OV7QU2U.mjs +2 -0
  102. package/dist/esm/chunk-4OV7QU2U.mjs.map +1 -0
  103. package/dist/esm/{chunk-SWNFKKRE.mjs → chunk-5AAFF2PV.mjs} +2 -2
  104. package/dist/esm/chunk-5AAFF2PV.mjs.map +1 -0
  105. package/dist/esm/chunk-5CCHECTE.mjs +2 -0
  106. package/dist/esm/chunk-5CCHECTE.mjs.map +1 -0
  107. package/dist/esm/{chunk-KUOB4DDE.mjs → chunk-5XXIIWG7.mjs} +2 -2
  108. package/dist/esm/chunk-5XXIIWG7.mjs.map +1 -0
  109. package/dist/esm/chunk-5ZBHIUWG.mjs +2 -0
  110. package/dist/esm/chunk-5ZBHIUWG.mjs.map +1 -0
  111. package/dist/esm/chunk-6AGTDRNM.mjs +2 -0
  112. package/dist/esm/chunk-6AGTDRNM.mjs.map +1 -0
  113. package/dist/esm/chunk-6FLHGOKP.mjs +2 -0
  114. package/dist/esm/chunk-6FLHGOKP.mjs.map +1 -0
  115. package/dist/esm/{chunk-LG7RJQ57.mjs → chunk-6Q2O5G3J.mjs} +1 -1
  116. package/dist/esm/chunk-6Q2O5G3J.mjs.map +1 -0
  117. package/dist/esm/chunk-7D3RY73L.mjs +2 -0
  118. package/dist/esm/chunk-7D3RY73L.mjs.map +1 -0
  119. package/dist/esm/{chunk-QBSU3L5Q.mjs → chunk-7PVIWKGT.mjs} +2 -2
  120. package/dist/esm/chunk-7PVIWKGT.mjs.map +1 -0
  121. package/dist/esm/chunk-7V6RL27I.mjs +2 -0
  122. package/dist/esm/chunk-7V6RL27I.mjs.map +1 -0
  123. package/dist/esm/{chunk-44GYWUSH.mjs → chunk-7XS45O6M.mjs} +1 -1
  124. package/dist/esm/chunk-7XS45O6M.mjs.map +1 -0
  125. package/dist/esm/{chunk-YUNDX5I7.mjs → chunk-AGBA3Y7A.mjs} +2 -2
  126. package/dist/esm/chunk-AGBA3Y7A.mjs.map +1 -0
  127. package/dist/esm/{chunk-OKAQO57B.mjs → chunk-BQXVHY7J.mjs} +2 -2
  128. package/dist/esm/chunk-BQXVHY7J.mjs.map +1 -0
  129. package/dist/esm/chunk-CRL4WGOH.mjs +2 -0
  130. package/dist/esm/chunk-CRL4WGOH.mjs.map +1 -0
  131. package/dist/esm/{chunk-APN6AV5Q.mjs → chunk-D3KBNFZR.mjs} +2 -2
  132. package/dist/esm/chunk-D3KBNFZR.mjs.map +1 -0
  133. package/dist/esm/{chunk-SCHZ67F3.mjs → chunk-D3OEQLUE.mjs} +1 -1
  134. package/dist/esm/{chunk-SCHZ67F3.mjs.map → chunk-D3OEQLUE.mjs.map} +1 -1
  135. package/dist/esm/{chunk-FZ5EYP3D.mjs → chunk-DCUVV3VY.mjs} +2 -2
  136. package/dist/esm/chunk-DCUVV3VY.mjs.map +1 -0
  137. package/dist/esm/{chunk-S2KDCIZN.mjs → chunk-DXQT55L3.mjs} +2 -2
  138. package/dist/esm/chunk-DXQT55L3.mjs.map +1 -0
  139. package/dist/esm/chunk-DZJXOL64.mjs +2 -0
  140. package/dist/esm/chunk-DZJXOL64.mjs.map +1 -0
  141. package/dist/esm/{chunk-Y2GWUE7C.mjs → chunk-EF2PUPUH.mjs} +2 -2
  142. package/dist/esm/chunk-EF2PUPUH.mjs.map +1 -0
  143. package/dist/esm/{chunk-J64ARI4E.mjs → chunk-EKZQ3EYX.mjs} +2 -2
  144. package/dist/esm/chunk-EKZQ3EYX.mjs.map +1 -0
  145. package/dist/esm/{chunk-F76N4MQO.mjs → chunk-EN2HDNFE.mjs} +2 -2
  146. package/dist/esm/chunk-EN2HDNFE.mjs.map +1 -0
  147. package/dist/esm/{chunk-L2QXU6F4.mjs → chunk-FO4F3OJJ.mjs} +2 -2
  148. package/dist/esm/chunk-FO4F3OJJ.mjs.map +1 -0
  149. package/dist/esm/{chunk-HKBBA653.mjs → chunk-FPF4KZ5M.mjs} +2 -2
  150. package/dist/esm/chunk-FPF4KZ5M.mjs.map +1 -0
  151. package/dist/esm/{chunk-OMV7445F.mjs → chunk-FY7TSOUU.mjs} +2 -2
  152. package/dist/esm/chunk-FY7TSOUU.mjs.map +1 -0
  153. package/dist/esm/{chunk-ELYS7CWV.mjs → chunk-GIQQF2PD.mjs} +2 -2
  154. package/dist/esm/chunk-GIQQF2PD.mjs.map +1 -0
  155. package/dist/esm/{chunk-SRPI2FFA.mjs → chunk-GMKKHGXK.mjs} +1 -1
  156. package/dist/esm/chunk-GMKKHGXK.mjs.map +1 -0
  157. package/dist/esm/chunk-GPZRGLU2.mjs +2 -0
  158. package/dist/esm/chunk-GPZRGLU2.mjs.map +1 -0
  159. package/dist/esm/{chunk-TDGQGILY.mjs → chunk-GQABU3RQ.mjs} +1 -1
  160. package/dist/esm/chunk-GQABU3RQ.mjs.map +1 -0
  161. package/dist/esm/{chunk-JH6VLTMS.mjs → chunk-HAMXSLWF.mjs} +2 -2
  162. package/dist/esm/chunk-HAMXSLWF.mjs.map +1 -0
  163. package/dist/esm/{chunk-AH44UPM4.mjs → chunk-HBIDHQ2M.mjs} +1 -1
  164. package/dist/esm/chunk-HBIDHQ2M.mjs.map +1 -0
  165. package/dist/esm/{chunk-QPB6EJVM.mjs → chunk-HCV3NGLS.mjs} +2 -2
  166. package/dist/esm/chunk-HCV3NGLS.mjs.map +1 -0
  167. package/dist/esm/{chunk-2BTTX2KO.mjs → chunk-HDTKBFRX.mjs} +2 -2
  168. package/dist/esm/chunk-HDTKBFRX.mjs.map +1 -0
  169. package/dist/esm/chunk-HGVZ7ULA.mjs +2 -0
  170. package/dist/esm/chunk-HGVZ7ULA.mjs.map +1 -0
  171. package/dist/esm/{chunk-6EMN3BOV.mjs → chunk-I2NMCLNW.mjs} +1 -1
  172. package/dist/esm/chunk-I2NMCLNW.mjs.map +1 -0
  173. package/dist/esm/chunk-IBLZ6MZU.mjs +2 -0
  174. package/dist/esm/chunk-IBLZ6MZU.mjs.map +1 -0
  175. package/dist/esm/chunk-IECDO22V.mjs +2 -0
  176. package/dist/esm/chunk-IECDO22V.mjs.map +1 -0
  177. package/dist/esm/{chunk-KUZ2YTJH.mjs → chunk-IFHQSZLK.mjs} +2 -2
  178. package/dist/esm/chunk-IFHQSZLK.mjs.map +1 -0
  179. package/dist/esm/{chunk-EXP5STXZ.mjs → chunk-J245N3XF.mjs} +1 -1
  180. package/dist/esm/chunk-J245N3XF.mjs.map +1 -0
  181. package/dist/esm/{chunk-7VKFXX5Q.mjs → chunk-JDYASF3E.mjs} +2 -2
  182. package/dist/esm/chunk-JDYASF3E.mjs.map +1 -0
  183. package/dist/esm/{chunk-H6YNXJNF.mjs → chunk-JGNMNCQB.mjs} +2 -2
  184. package/dist/esm/chunk-JGNMNCQB.mjs.map +1 -0
  185. package/dist/esm/{chunk-R76DHMGR.mjs → chunk-JNHFQTFC.mjs} +2 -2
  186. package/dist/esm/chunk-JNHFQTFC.mjs.map +1 -0
  187. package/dist/esm/{chunk-5PCNWXRN.mjs → chunk-JY3JJ55D.mjs} +2 -2
  188. package/dist/esm/chunk-JY3JJ55D.mjs.map +1 -0
  189. package/dist/esm/{chunk-3W2DHZXK.mjs → chunk-K6MZXKVV.mjs} +2 -2
  190. package/dist/esm/chunk-K6MZXKVV.mjs.map +1 -0
  191. package/dist/esm/{chunk-FVA2OPG4.mjs → chunk-KDMSOCZY.mjs} +1 -1
  192. package/dist/esm/{chunk-BCUSI3N6.mjs → chunk-KFNDDPOW.mjs} +2 -2
  193. package/dist/esm/chunk-KFNDDPOW.mjs.map +1 -0
  194. package/dist/esm/{chunk-4TB3AWQE.mjs → chunk-KFSVKIFO.mjs} +2 -2
  195. package/dist/esm/chunk-KFSVKIFO.mjs.map +1 -0
  196. package/dist/esm/chunk-KIW54KWR.mjs +2 -0
  197. package/dist/esm/{chunk-OHRL766V.mjs → chunk-KM6UXNC7.mjs} +2 -2
  198. package/dist/esm/chunk-KM6UXNC7.mjs.map +1 -0
  199. package/dist/esm/{chunk-NWOMSL6K.mjs → chunk-KRVLR3L4.mjs} +2 -2
  200. package/dist/esm/chunk-KRVLR3L4.mjs.map +1 -0
  201. package/dist/esm/{chunk-4HR32TSY.mjs → chunk-KSKQVOBA.mjs} +2 -2
  202. package/dist/esm/chunk-KSKQVOBA.mjs.map +1 -0
  203. package/dist/esm/{chunk-ZROQH5YL.mjs → chunk-KSUZS6EL.mjs} +2 -2
  204. package/dist/esm/chunk-L5I7F3NZ.mjs +2 -0
  205. package/dist/esm/chunk-L5I7F3NZ.mjs.map +1 -0
  206. package/dist/esm/{chunk-MAMPMCO7.mjs → chunk-LD5MUWGW.mjs} +2 -2
  207. package/dist/esm/chunk-LD5MUWGW.mjs.map +1 -0
  208. package/dist/esm/{chunk-UAL27G6B.mjs → chunk-LEKBJ2EG.mjs} +1 -1
  209. package/dist/esm/chunk-LEKBJ2EG.mjs.map +1 -0
  210. package/dist/esm/chunk-LZS7BQ2B.mjs +2 -0
  211. package/dist/esm/chunk-LZS7BQ2B.mjs.map +1 -0
  212. package/dist/esm/{chunk-53RB2PRH.mjs → chunk-N3OYD6VZ.mjs} +2 -2
  213. package/dist/esm/chunk-N3OYD6VZ.mjs.map +1 -0
  214. package/dist/esm/{chunk-KEYAPEAX.mjs → chunk-N47FTRYO.mjs} +1 -1
  215. package/dist/esm/chunk-N47FTRYO.mjs.map +1 -0
  216. package/dist/esm/{chunk-YDZBU2DJ.mjs → chunk-NODYW7DM.mjs} +2 -2
  217. package/dist/esm/chunk-NODYW7DM.mjs.map +1 -0
  218. package/dist/esm/{chunk-HVMFZF6P.mjs → chunk-NV6DHDM3.mjs} +2 -2
  219. package/dist/esm/chunk-NV6DHDM3.mjs.map +1 -0
  220. package/dist/esm/{chunk-YU3IYJRL.mjs → chunk-OLPI7QAH.mjs} +2 -2
  221. package/dist/esm/chunk-OLPI7QAH.mjs.map +1 -0
  222. package/dist/esm/chunk-ONBFUPEC.mjs +2 -0
  223. package/dist/esm/chunk-ONBFUPEC.mjs.map +1 -0
  224. package/dist/esm/{chunk-A42BPAD4.mjs → chunk-OS2EG6AE.mjs} +2 -2
  225. package/dist/esm/chunk-OS2EG6AE.mjs.map +1 -0
  226. package/dist/esm/chunk-OTY3NO7Q.mjs +2 -0
  227. package/dist/esm/chunk-OTY3NO7Q.mjs.map +1 -0
  228. package/dist/esm/{chunk-MNVUSJEK.mjs → chunk-OV5UQ75K.mjs} +2 -2
  229. package/dist/esm/chunk-OV5UQ75K.mjs.map +1 -0
  230. package/dist/esm/{chunk-P5V7OZNN.mjs → chunk-OZN3OOJV.mjs} +2 -2
  231. package/dist/esm/chunk-OZN3OOJV.mjs.map +1 -0
  232. package/dist/esm/{chunk-WRRQ7L5K.mjs → chunk-PCLU4KLY.mjs} +2 -2
  233. package/dist/esm/chunk-PCLU4KLY.mjs.map +1 -0
  234. package/dist/esm/{chunk-Q3TAEOH5.mjs → chunk-PGZWRY7A.mjs} +2 -2
  235. package/dist/esm/chunk-PGZWRY7A.mjs.map +1 -0
  236. package/dist/esm/{chunk-X34JJPW5.mjs → chunk-PHG2IWZW.mjs} +2 -2
  237. package/dist/esm/chunk-PHG2IWZW.mjs.map +1 -0
  238. package/dist/esm/{chunk-LR65XHSF.mjs → chunk-PHP47DI4.mjs} +2 -2
  239. package/dist/esm/chunk-PHP47DI4.mjs.map +1 -0
  240. package/dist/esm/chunk-PRZ7AIGA.mjs +2 -0
  241. package/dist/esm/chunk-PRZ7AIGA.mjs.map +1 -0
  242. package/dist/esm/{chunk-6UZ3VI5Y.mjs → chunk-QBP4XJT5.mjs} +2 -2
  243. package/dist/esm/chunk-QBP4XJT5.mjs.map +1 -0
  244. package/dist/esm/{chunk-5VD4MHB3.mjs → chunk-QBWGWHJK.mjs} +2 -2
  245. package/dist/esm/chunk-QBWGWHJK.mjs.map +1 -0
  246. package/dist/esm/chunk-QQIVWB6G.mjs +2 -0
  247. package/dist/esm/chunk-QQIVWB6G.mjs.map +1 -0
  248. package/dist/esm/{chunk-367OG3DB.mjs → chunk-QRTZYRH2.mjs} +2 -2
  249. package/dist/esm/chunk-QRTZYRH2.mjs.map +1 -0
  250. package/dist/esm/{chunk-2F7Z7RMW.mjs → chunk-R3Y6WH2U.mjs} +2 -2
  251. package/dist/esm/chunk-R3Y6WH2U.mjs.map +1 -0
  252. package/dist/esm/{chunk-S2W4D6NZ.mjs → chunk-RAXP3STS.mjs} +2 -2
  253. package/dist/esm/chunk-RAXP3STS.mjs.map +1 -0
  254. package/dist/esm/{chunk-F3M2UQA4.mjs → chunk-RNAKZVRN.mjs} +2 -2
  255. package/dist/esm/chunk-RNAKZVRN.mjs.map +1 -0
  256. package/dist/esm/{chunk-TQWGQLM6.mjs → chunk-RUDS7RSB.mjs} +2 -2
  257. package/dist/esm/chunk-RUDS7RSB.mjs.map +1 -0
  258. package/dist/esm/{chunk-GMBSQDPO.mjs → chunk-S3FVA55H.mjs} +2 -2
  259. package/dist/esm/chunk-S3FVA55H.mjs.map +1 -0
  260. package/dist/esm/{chunk-BSAHPS6E.mjs → chunk-TIZL5YVP.mjs} +2 -2
  261. package/dist/esm/chunk-TIZL5YVP.mjs.map +1 -0
  262. package/dist/esm/{chunk-SDWE6WMM.mjs → chunk-TRU3EK64.mjs} +2 -2
  263. package/dist/esm/chunk-TRU3EK64.mjs.map +1 -0
  264. package/dist/esm/chunk-UI3AKMZX.mjs +2 -0
  265. package/dist/esm/{chunk-UAEODDZS.mjs.map → chunk-UI3AKMZX.mjs.map} +1 -1
  266. package/dist/esm/{chunk-ADE6MVXC.mjs → chunk-UKAXCARD.mjs} +2 -2
  267. package/dist/esm/chunk-UKAXCARD.mjs.map +1 -0
  268. package/dist/esm/{chunk-NMD45OTM.mjs → chunk-V5NDNR36.mjs} +2 -2
  269. package/dist/esm/chunk-V5NDNR36.mjs.map +1 -0
  270. package/dist/esm/{chunk-O2BPA6TS.mjs → chunk-VQTEGTUQ.mjs} +2 -2
  271. package/dist/esm/chunk-VQTEGTUQ.mjs.map +1 -0
  272. package/dist/esm/{chunk-45IUUCAV.mjs → chunk-WIXNX7HY.mjs} +2 -2
  273. package/dist/esm/chunk-WIXNX7HY.mjs.map +1 -0
  274. package/dist/esm/{chunk-CRA2MFJC.mjs → chunk-WOOH5MMX.mjs} +2 -2
  275. package/dist/esm/chunk-WOOH5MMX.mjs.map +1 -0
  276. package/dist/esm/{chunk-GWSDIX6C.mjs → chunk-WSVOJSAC.mjs} +2 -2
  277. package/dist/esm/chunk-WSVOJSAC.mjs.map +1 -0
  278. package/dist/esm/{chunk-IR4SLC2M.mjs → chunk-WUCPTRXU.mjs} +2 -2
  279. package/dist/esm/chunk-WUCPTRXU.mjs.map +1 -0
  280. package/dist/esm/chunk-XHCALZ7X.mjs +2 -0
  281. package/dist/esm/chunk-XHCALZ7X.mjs.map +1 -0
  282. package/dist/esm/{chunk-WJRZWAIS.mjs → chunk-XIY2VORC.mjs} +2 -2
  283. package/dist/esm/chunk-XIY2VORC.mjs.map +1 -0
  284. package/dist/esm/chunk-XOCRDV2V.mjs +2 -0
  285. package/dist/esm/chunk-XOCRDV2V.mjs.map +1 -0
  286. package/dist/esm/{chunk-D3Q4BC3I.mjs → chunk-Z36WHOZV.mjs} +2 -2
  287. package/dist/esm/chunk-Z36WHOZV.mjs.map +1 -0
  288. package/dist/esm/{chunk-BOYYQAB4.mjs → chunk-ZINOJTLU.mjs} +2 -2
  289. package/dist/esm/chunk-ZINOJTLU.mjs.map +1 -0
  290. package/dist/esm/{chunk-RXE6NNOL.mjs → chunk-ZS3EWM5A.mjs} +2 -2
  291. package/dist/esm/chunk-ZS3EWM5A.mjs.map +1 -0
  292. package/dist/esm/{chunk-GDUAFXIQ.mjs → chunk-ZUTOMGB7.mjs} +2 -2
  293. package/dist/esm/chunk-ZUTOMGB7.mjs.map +1 -0
  294. package/dist/esm/cli/index.mjs +1 -1
  295. package/dist/esm/cli/localNode.d.mts +26 -10
  296. package/dist/esm/cli/localNode.mjs +1 -1
  297. package/dist/esm/cli/move.d.mts +104 -123
  298. package/dist/esm/cli/move.mjs +1 -1
  299. package/dist/esm/client/core.d.mts +21 -6
  300. package/dist/esm/client/core.mjs +1 -1
  301. package/dist/esm/client/get.d.mts +34 -6
  302. package/dist/esm/client/get.mjs +1 -1
  303. package/dist/esm/client/index.mjs +1 -1
  304. package/dist/esm/client/post.d.mts +63 -6
  305. package/dist/esm/client/post.mjs +1 -1
  306. package/dist/esm/client/types.d.mts +21 -8
  307. package/dist/esm/client/types.mjs +1 -1
  308. package/dist/esm/core/account/index.mjs +1 -1
  309. package/dist/esm/core/account/utils/address.d.mts +1 -1
  310. package/dist/esm/core/account/utils/address.mjs +1 -1
  311. package/dist/esm/core/account/utils/index.mjs +1 -1
  312. package/dist/esm/core/accountAddress.d.mts +63 -48
  313. package/dist/esm/core/accountAddress.mjs +1 -1
  314. package/dist/esm/core/authenticationKey.d.mts +1 -1
  315. package/dist/esm/core/authenticationKey.mjs +1 -1
  316. package/dist/esm/core/common.d.mts +6 -0
  317. package/dist/esm/core/common.mjs +1 -1
  318. package/dist/esm/core/crypto/ed25519.d.mts +77 -26
  319. package/dist/esm/core/crypto/ed25519.mjs +1 -1
  320. package/dist/esm/core/crypto/ephemeral.d.mts +36 -14
  321. package/dist/esm/core/crypto/ephemeral.mjs +1 -1
  322. package/dist/esm/core/crypto/federatedKeyless.d.mts +2 -14
  323. package/dist/esm/core/crypto/federatedKeyless.mjs +1 -1
  324. package/dist/esm/core/crypto/hdKey.d.mts +9 -6
  325. package/dist/esm/core/crypto/hdKey.mjs +1 -1
  326. package/dist/esm/core/crypto/index.d.mts +1 -1
  327. package/dist/esm/core/crypto/index.mjs +1 -1
  328. package/dist/esm/core/crypto/keyless.d.mts +126 -45
  329. package/dist/esm/core/crypto/keyless.mjs +1 -1
  330. package/dist/esm/core/crypto/multiEd25519.d.mts +45 -6
  331. package/dist/esm/core/crypto/multiEd25519.mjs +1 -1
  332. package/dist/esm/core/crypto/multiKey.d.mts +58 -7
  333. package/dist/esm/core/crypto/multiKey.mjs +1 -1
  334. package/dist/esm/core/crypto/poseidon.d.mts +35 -5
  335. package/dist/esm/core/crypto/poseidon.mjs +1 -1
  336. package/dist/esm/core/crypto/privateKey.d.mts +10 -6
  337. package/dist/esm/core/crypto/proof.d.mts +2 -6
  338. package/dist/esm/core/crypto/proof.mjs +1 -1
  339. package/dist/esm/core/crypto/publicKey.d.mts +1 -1
  340. package/dist/esm/core/crypto/publicKey.mjs +1 -1
  341. package/dist/esm/core/crypto/secp256k1.d.mts +72 -27
  342. package/dist/esm/core/crypto/secp256k1.mjs +1 -1
  343. package/dist/esm/core/crypto/signature.d.mts +5 -4
  344. package/dist/esm/core/crypto/signature.mjs +1 -1
  345. package/dist/esm/core/crypto/singleKey.d.mts +63 -5
  346. package/dist/esm/core/crypto/singleKey.mjs +1 -1
  347. package/dist/esm/core/crypto/utils.mjs +1 -1
  348. package/dist/esm/core/hex.d.mts +27 -28
  349. package/dist/esm/core/hex.mjs +1 -1
  350. package/dist/esm/core/index.d.mts +1 -1
  351. package/dist/esm/core/index.mjs +1 -1
  352. package/dist/esm/index.d.mts +2 -2
  353. package/dist/esm/index.mjs +1 -1
  354. package/dist/esm/internal/account.d.mts +191 -12
  355. package/dist/esm/internal/account.mjs +1 -1
  356. package/dist/esm/internal/ans.d.mts +206 -14
  357. package/dist/esm/internal/ans.mjs +1 -1
  358. package/dist/esm/internal/coin.d.mts +13 -1
  359. package/dist/esm/internal/coin.mjs +1 -1
  360. package/dist/esm/internal/digitalAsset.d.mts +330 -2
  361. package/dist/esm/internal/digitalAsset.mjs +1 -1
  362. package/dist/esm/internal/event.d.mts +39 -0
  363. package/dist/esm/internal/event.mjs +1 -1
  364. package/dist/esm/internal/faucet.d.mts +14 -0
  365. package/dist/esm/internal/faucet.mjs +1 -1
  366. package/dist/esm/internal/fungibleAsset.d.mts +48 -2
  367. package/dist/esm/internal/fungibleAsset.mjs +1 -1
  368. package/dist/esm/internal/general.d.mts +46 -0
  369. package/dist/esm/internal/general.mjs +1 -1
  370. package/dist/esm/internal/keyless.d.mts +38 -2
  371. package/dist/esm/internal/keyless.mjs +1 -1
  372. package/dist/esm/internal/object.d.mts +21 -0
  373. package/dist/esm/internal/object.mjs +1 -1
  374. package/dist/esm/internal/staking.d.mts +26 -0
  375. package/dist/esm/internal/staking.mjs +1 -1
  376. package/dist/esm/internal/table.d.mts +33 -1
  377. package/dist/esm/internal/table.mjs +1 -1
  378. package/dist/esm/internal/transaction.d.mts +107 -5
  379. package/dist/esm/internal/transaction.mjs +1 -1
  380. package/dist/esm/internal/transactionSubmission.d.mts +72 -29
  381. package/dist/esm/internal/transactionSubmission.mjs +1 -1
  382. package/dist/esm/internal/view.d.mts +1 -1
  383. package/dist/esm/internal/view.mjs +1 -1
  384. package/dist/esm/publicKey-_tPa99ea.d.mts +151 -0
  385. package/dist/esm/transactions/authenticator/account.d.mts +66 -17
  386. package/dist/esm/transactions/authenticator/account.mjs +1 -1
  387. package/dist/esm/transactions/authenticator/index.d.mts +1 -1
  388. package/dist/esm/transactions/authenticator/index.mjs +1 -1
  389. package/dist/esm/transactions/authenticator/transaction.d.mts +53 -20
  390. package/dist/esm/transactions/authenticator/transaction.mjs +1 -1
  391. package/dist/esm/transactions/index.d.mts +1 -1
  392. package/dist/esm/transactions/index.mjs +1 -1
  393. package/dist/esm/transactions/instances/chainId.d.mts +20 -1
  394. package/dist/esm/transactions/instances/chainId.mjs +1 -1
  395. package/dist/esm/transactions/instances/identifier.d.mts +21 -3
  396. package/dist/esm/transactions/instances/identifier.mjs +1 -1
  397. package/dist/esm/transactions/instances/index.d.mts +1 -1
  398. package/dist/esm/transactions/instances/index.mjs +1 -1
  399. package/dist/esm/transactions/instances/moduleId.d.mts +22 -8
  400. package/dist/esm/transactions/instances/moduleId.mjs +1 -1
  401. package/dist/esm/transactions/instances/multiAgentTransaction.d.mts +24 -8
  402. package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -1
  403. package/dist/esm/transactions/instances/rawTransaction.d.mts +31 -4
  404. package/dist/esm/transactions/instances/rawTransaction.mjs +1 -1
  405. package/dist/esm/transactions/instances/rotationProofChallenge.d.mts +25 -3
  406. package/dist/esm/transactions/instances/rotationProofChallenge.mjs +1 -1
  407. package/dist/esm/transactions/instances/signedTransaction.d.mts +29 -7
  408. package/dist/esm/transactions/instances/signedTransaction.mjs +1 -1
  409. package/dist/esm/transactions/instances/simpleTransaction.d.mts +23 -8
  410. package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -1
  411. package/dist/esm/transactions/instances/transactionArgument.d.mts +23 -0
  412. package/dist/esm/transactions/instances/transactionPayload.d.mts +72 -26
  413. package/dist/esm/transactions/instances/transactionPayload.mjs +1 -1
  414. package/dist/esm/transactions/management/accountSequenceNumber.d.mts +37 -11
  415. package/dist/esm/transactions/management/accountSequenceNumber.mjs +1 -1
  416. package/dist/esm/transactions/management/asyncQueue.d.mts +22 -19
  417. package/dist/esm/transactions/management/asyncQueue.mjs +1 -1
  418. package/dist/esm/transactions/management/index.d.mts +2 -2
  419. package/dist/esm/transactions/management/index.mjs +1 -1
  420. package/dist/esm/transactions/management/transactionWorker.d.mts +67 -36
  421. package/dist/esm/transactions/management/transactionWorker.mjs +1 -1
  422. package/dist/esm/transactions/transactionBuilder/helpers.d.mts +74 -4
  423. package/dist/esm/transactions/transactionBuilder/helpers.mjs +1 -1
  424. package/dist/esm/transactions/transactionBuilder/index.d.mts +1 -1
  425. package/dist/esm/transactions/transactionBuilder/index.mjs +1 -1
  426. package/dist/esm/transactions/transactionBuilder/remoteAbi.d.mts +45 -23
  427. package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +1 -1
  428. package/dist/esm/transactions/transactionBuilder/signingMessage.d.mts +20 -15
  429. package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +1 -1
  430. package/dist/esm/transactions/transactionBuilder/transactionBuilder.d.mts +101 -30
  431. package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -1
  432. package/dist/esm/transactions/typeTag/index.d.mts +244 -3
  433. package/dist/esm/transactions/typeTag/index.mjs +1 -1
  434. package/dist/esm/transactions/typeTag/parser.d.mts +31 -2
  435. package/dist/esm/transactions/typeTag/parser.mjs +1 -1
  436. package/dist/esm/transactions/types.d.mts +82 -34
  437. package/dist/esm/types/generated/queries.mjs +1 -1
  438. package/dist/esm/types/generated/types.mjs +1 -1
  439. package/dist/esm/types/index.d.mts +320 -59
  440. package/dist/esm/types/index.mjs +1 -1
  441. package/dist/esm/types/indexer.d.mts +65 -2
  442. package/dist/esm/types/keyless.d.mts +18 -0
  443. package/dist/esm/utils/apiEndpoints.d.mts +3 -0
  444. package/dist/esm/utils/apiEndpoints.mjs +1 -1
  445. package/dist/esm/utils/const.d.mts +2 -4
  446. package/dist/esm/utils/const.mjs +1 -1
  447. package/dist/esm/utils/helpers.d.mts +25 -10
  448. package/dist/esm/utils/helpers.mjs +1 -1
  449. package/dist/esm/utils/index.mjs +1 -1
  450. package/dist/esm/utils/memoize.d.mts +12 -10
  451. package/dist/esm/utils/memoize.mjs +1 -1
  452. package/dist/esm/utils/normalizeBundle.d.mts +11 -5
  453. package/dist/esm/utils/normalizeBundle.mjs +1 -1
  454. package/dist/esm/version.d.mts +1 -1
  455. package/dist/esm/version.mjs +1 -1
  456. package/package.json +23 -22
  457. package/src/account/AbstractKeylessAccount.ts +7 -5
  458. package/src/account/Account.ts +88 -54
  459. package/src/account/Ed25519Account.ts +56 -21
  460. package/src/account/EphemeralKeyPair.ts +50 -15
  461. package/src/account/FederatedKeylessAccount.ts +4 -3
  462. package/src/account/KeylessAccount.ts +46 -3
  463. package/src/account/MultiKeyAccount.ts +56 -35
  464. package/src/account/SingleKeyAccount.ts +60 -28
  465. package/src/api/account.ts +443 -159
  466. package/src/api/ans.ts +367 -120
  467. package/src/api/aptos.ts +38 -5
  468. package/src/api/aptosConfig.ts +102 -14
  469. package/src/api/coin.ts +49 -12
  470. package/src/api/digitalAsset.ts +707 -296
  471. package/src/api/event.ts +128 -25
  472. package/src/api/faucet.ts +44 -7
  473. package/src/api/fungibleAsset.ts +149 -46
  474. package/src/api/general.ts +168 -52
  475. package/src/api/keyless.ts +117 -21
  476. package/src/api/object.ts +49 -5
  477. package/src/api/staking.ts +84 -15
  478. package/src/api/table.ts +117 -37
  479. package/src/api/transaction.ts +438 -107
  480. package/src/api/transactionSubmission/build.ts +98 -12
  481. package/src/api/transactionSubmission/helpers.ts +79 -0
  482. package/src/api/transactionSubmission/management.ts +110 -10
  483. package/src/api/transactionSubmission/sign.ts +96 -2
  484. package/src/api/transactionSubmission/simulate.ts +139 -14
  485. package/src/api/transactionSubmission/submit.ts +103 -12
  486. package/src/api/utils.ts +26 -3
  487. package/src/bcs/deserializer.ts +82 -32
  488. package/src/bcs/serializable/entryFunctionBytes.ts +27 -6
  489. package/src/bcs/serializable/fixedBytes.ts +55 -25
  490. package/src/bcs/serializable/movePrimitives.ts +91 -0
  491. package/src/bcs/serializable/moveStructs.ts +123 -35
  492. package/src/bcs/serializer.ts +131 -84
  493. package/src/cli/localNode.ts +46 -17
  494. package/src/cli/move.ts +119 -136
  495. package/src/client/core.ts +23 -8
  496. package/src/client/get.ts +34 -6
  497. package/src/client/post.ts +63 -6
  498. package/src/client/types.ts +40 -13
  499. package/src/core/account/utils/address.ts +1 -1
  500. package/src/core/accountAddress.ts +63 -50
  501. package/src/core/authenticationKey.ts +47 -20
  502. package/src/core/common.ts +6 -0
  503. package/src/core/crypto/ed25519.ts +76 -25
  504. package/src/core/crypto/ephemeral.ts +37 -21
  505. package/src/core/crypto/federatedKeyless.ts +1 -20
  506. package/src/core/crypto/hdKey.ts +10 -7
  507. package/src/core/crypto/keyless.ts +140 -63
  508. package/src/core/crypto/multiEd25519.ts +44 -5
  509. package/src/core/crypto/multiKey.ts +66 -19
  510. package/src/core/crypto/poseidon.ts +72 -5
  511. package/src/core/crypto/privateKey.ts +9 -5
  512. package/src/core/crypto/proof.ts +3 -12
  513. package/src/core/crypto/publicKey.ts +15 -5
  514. package/src/core/crypto/secp256k1.ts +76 -26
  515. package/src/core/crypto/signature.ts +7 -4
  516. package/src/core/crypto/singleKey.ts +62 -5
  517. package/src/core/hex.ts +27 -28
  518. package/src/internal/account.ts +248 -12
  519. package/src/internal/ans.ts +219 -15
  520. package/src/internal/coin.ts +12 -0
  521. package/src/internal/digitalAsset.ts +344 -3
  522. package/src/internal/event.ts +51 -0
  523. package/src/internal/faucet.ts +14 -0
  524. package/src/internal/fungibleAsset.ts +46 -0
  525. package/src/internal/general.ts +46 -0
  526. package/src/internal/keyless.ts +37 -1
  527. package/src/internal/object.ts +21 -0
  528. package/src/internal/queries/getTableItemsData.graphql +1 -1
  529. package/src/internal/queries/getTableItemsMetadata.graphql +1 -1
  530. package/src/internal/staking.ts +27 -1
  531. package/src/internal/table.ts +32 -0
  532. package/src/internal/transaction.ts +120 -7
  533. package/src/internal/transactionSubmission.ts +86 -30
  534. package/src/transactions/authenticator/account.ts +65 -16
  535. package/src/transactions/authenticator/transaction.ts +52 -19
  536. package/src/transactions/instances/chainId.ts +20 -1
  537. package/src/transactions/instances/identifier.ts +21 -3
  538. package/src/transactions/instances/moduleId.ts +22 -8
  539. package/src/transactions/instances/multiAgentTransaction.ts +26 -10
  540. package/src/transactions/instances/rawTransaction.ts +31 -4
  541. package/src/transactions/instances/rotationProofChallenge.ts +24 -2
  542. package/src/transactions/instances/signedTransaction.ts +28 -6
  543. package/src/transactions/instances/simpleTransaction.ts +26 -11
  544. package/src/transactions/instances/transactionArgument.ts +26 -0
  545. package/src/transactions/instances/transactionPayload.ts +73 -26
  546. package/src/transactions/management/accountSequenceNumber.ts +38 -11
  547. package/src/transactions/management/asyncQueue.ts +22 -19
  548. package/src/transactions/management/transactionWorker.ts +66 -40
  549. package/src/transactions/transactionBuilder/helpers.ts +130 -3
  550. package/src/transactions/transactionBuilder/remoteAbi.ts +71 -30
  551. package/src/transactions/transactionBuilder/signingMessage.ts +19 -14
  552. package/src/transactions/transactionBuilder/transactionBuilder.ts +166 -42
  553. package/src/transactions/typeTag/index.ts +264 -3
  554. package/src/transactions/typeTag/parser.ts +54 -20
  555. package/src/transactions/types.ts +81 -33
  556. package/src/types/index.ts +338 -61
  557. package/src/types/indexer.ts +82 -2
  558. package/src/types/keyless.ts +21 -0
  559. package/src/utils/apiEndpoints.ts +3 -0
  560. package/src/utils/const.ts +2 -4
  561. package/src/utils/helpers.ts +25 -10
  562. package/src/utils/memoize.ts +12 -10
  563. package/src/utils/normalizeBundle.ts +11 -5
  564. package/src/version.ts +1 -1
  565. package/dist/common/chunk-HBPH2AD3.js.map +0 -1
  566. package/dist/esm/Ed25519Account-B1VMJOY2.d.mts +0 -361
  567. package/dist/esm/chunk-2BTTX2KO.mjs.map +0 -1
  568. package/dist/esm/chunk-2F7Z7RMW.mjs.map +0 -1
  569. package/dist/esm/chunk-367OG3DB.mjs.map +0 -1
  570. package/dist/esm/chunk-3W2DHZXK.mjs.map +0 -1
  571. package/dist/esm/chunk-44GYWUSH.mjs.map +0 -1
  572. package/dist/esm/chunk-45IUUCAV.mjs.map +0 -1
  573. package/dist/esm/chunk-4HR32TSY.mjs.map +0 -1
  574. package/dist/esm/chunk-4TB3AWQE.mjs.map +0 -1
  575. package/dist/esm/chunk-53RB2PRH.mjs.map +0 -1
  576. package/dist/esm/chunk-5PCNWXRN.mjs.map +0 -1
  577. package/dist/esm/chunk-5VD4MHB3.mjs.map +0 -1
  578. package/dist/esm/chunk-6EMN3BOV.mjs.map +0 -1
  579. package/dist/esm/chunk-6UZ3VI5Y.mjs.map +0 -1
  580. package/dist/esm/chunk-76OH2Z4Q.mjs +0 -2
  581. package/dist/esm/chunk-76OH2Z4Q.mjs.map +0 -1
  582. package/dist/esm/chunk-7VKFXX5Q.mjs.map +0 -1
  583. package/dist/esm/chunk-A42BPAD4.mjs.map +0 -1
  584. package/dist/esm/chunk-A63SMUOU.mjs +0 -2
  585. package/dist/esm/chunk-A63SMUOU.mjs.map +0 -1
  586. package/dist/esm/chunk-ADE6MVXC.mjs.map +0 -1
  587. package/dist/esm/chunk-AH44UPM4.mjs.map +0 -1
  588. package/dist/esm/chunk-APN6AV5Q.mjs.map +0 -1
  589. package/dist/esm/chunk-B5NYEWNM.mjs +0 -2
  590. package/dist/esm/chunk-B5NYEWNM.mjs.map +0 -1
  591. package/dist/esm/chunk-BA4RBST6.mjs +0 -2
  592. package/dist/esm/chunk-BA4RBST6.mjs.map +0 -1
  593. package/dist/esm/chunk-BCUSI3N6.mjs.map +0 -1
  594. package/dist/esm/chunk-BOYYQAB4.mjs.map +0 -1
  595. package/dist/esm/chunk-BSAHPS6E.mjs.map +0 -1
  596. package/dist/esm/chunk-BSUYPXRD.mjs +0 -2
  597. package/dist/esm/chunk-BSUYPXRD.mjs.map +0 -1
  598. package/dist/esm/chunk-BWNTSJOC.mjs +0 -2
  599. package/dist/esm/chunk-BWNTSJOC.mjs.map +0 -1
  600. package/dist/esm/chunk-CB6H4VMZ.mjs +0 -2
  601. package/dist/esm/chunk-CB6H4VMZ.mjs.map +0 -1
  602. package/dist/esm/chunk-CRA2MFJC.mjs.map +0 -1
  603. package/dist/esm/chunk-D3Q4BC3I.mjs.map +0 -1
  604. package/dist/esm/chunk-E4O26ZJB.mjs +0 -2
  605. package/dist/esm/chunk-E4O26ZJB.mjs.map +0 -1
  606. package/dist/esm/chunk-ELYS7CWV.mjs.map +0 -1
  607. package/dist/esm/chunk-EXP5STXZ.mjs.map +0 -1
  608. package/dist/esm/chunk-F3M2UQA4.mjs.map +0 -1
  609. package/dist/esm/chunk-F63E4CR7.mjs +0 -2
  610. package/dist/esm/chunk-F63E4CR7.mjs.map +0 -1
  611. package/dist/esm/chunk-F76N4MQO.mjs.map +0 -1
  612. package/dist/esm/chunk-FZ5EYP3D.mjs.map +0 -1
  613. package/dist/esm/chunk-G5MGSV7Y.mjs +0 -2
  614. package/dist/esm/chunk-G5MGSV7Y.mjs.map +0 -1
  615. package/dist/esm/chunk-G5XLMQ5E.mjs +0 -2
  616. package/dist/esm/chunk-G5XLMQ5E.mjs.map +0 -1
  617. package/dist/esm/chunk-GDO6Q2FI.mjs +0 -2
  618. package/dist/esm/chunk-GDO6Q2FI.mjs.map +0 -1
  619. package/dist/esm/chunk-GDUAFXIQ.mjs.map +0 -1
  620. package/dist/esm/chunk-GMBSQDPO.mjs.map +0 -1
  621. package/dist/esm/chunk-GWSDIX6C.mjs.map +0 -1
  622. package/dist/esm/chunk-H6YNXJNF.mjs.map +0 -1
  623. package/dist/esm/chunk-HAT5S2XX.mjs +0 -2
  624. package/dist/esm/chunk-HAT5S2XX.mjs.map +0 -1
  625. package/dist/esm/chunk-HHGJXVAE.mjs +0 -2
  626. package/dist/esm/chunk-HHGJXVAE.mjs.map +0 -1
  627. package/dist/esm/chunk-HKBBA653.mjs.map +0 -1
  628. package/dist/esm/chunk-HVMFZF6P.mjs.map +0 -1
  629. package/dist/esm/chunk-IR4SLC2M.mjs.map +0 -1
  630. package/dist/esm/chunk-J64ARI4E.mjs.map +0 -1
  631. package/dist/esm/chunk-JH6VLTMS.mjs.map +0 -1
  632. package/dist/esm/chunk-KEYAPEAX.mjs.map +0 -1
  633. package/dist/esm/chunk-KUOB4DDE.mjs.map +0 -1
  634. package/dist/esm/chunk-KUZ2YTJH.mjs.map +0 -1
  635. package/dist/esm/chunk-L2QXU6F4.mjs.map +0 -1
  636. package/dist/esm/chunk-LG7RJQ57.mjs.map +0 -1
  637. package/dist/esm/chunk-LNEZEYYE.mjs +0 -2
  638. package/dist/esm/chunk-LNEZEYYE.mjs.map +0 -1
  639. package/dist/esm/chunk-LR65XHSF.mjs.map +0 -1
  640. package/dist/esm/chunk-MAMPMCO7.mjs.map +0 -1
  641. package/dist/esm/chunk-MDJ66AA3.mjs +0 -2
  642. package/dist/esm/chunk-MDJ66AA3.mjs.map +0 -1
  643. package/dist/esm/chunk-MLDQ2TY2.mjs +0 -2
  644. package/dist/esm/chunk-MLDQ2TY2.mjs.map +0 -1
  645. package/dist/esm/chunk-MNVUSJEK.mjs.map +0 -1
  646. package/dist/esm/chunk-MQGW234H.mjs +0 -2
  647. package/dist/esm/chunk-MQGW234H.mjs.map +0 -1
  648. package/dist/esm/chunk-NMD45OTM.mjs.map +0 -1
  649. package/dist/esm/chunk-NWOMSL6K.mjs.map +0 -1
  650. package/dist/esm/chunk-O2BPA6TS.mjs.map +0 -1
  651. package/dist/esm/chunk-OHRL766V.mjs.map +0 -1
  652. package/dist/esm/chunk-OKAQO57B.mjs.map +0 -1
  653. package/dist/esm/chunk-OMV7445F.mjs.map +0 -1
  654. package/dist/esm/chunk-P2EIZ7WL.mjs.map +0 -1
  655. package/dist/esm/chunk-P3TAY5PP.mjs.map +0 -1
  656. package/dist/esm/chunk-P5V7OZNN.mjs.map +0 -1
  657. package/dist/esm/chunk-Q3TAEOH5.mjs.map +0 -1
  658. package/dist/esm/chunk-Q4XR6QOZ.mjs +0 -2
  659. package/dist/esm/chunk-QBSU3L5Q.mjs.map +0 -1
  660. package/dist/esm/chunk-QPB6EJVM.mjs.map +0 -1
  661. package/dist/esm/chunk-R76DHMGR.mjs.map +0 -1
  662. package/dist/esm/chunk-RXE6NNOL.mjs.map +0 -1
  663. package/dist/esm/chunk-S2KDCIZN.mjs.map +0 -1
  664. package/dist/esm/chunk-S2W4D6NZ.mjs.map +0 -1
  665. package/dist/esm/chunk-SDWE6WMM.mjs.map +0 -1
  666. package/dist/esm/chunk-SRPI2FFA.mjs.map +0 -1
  667. package/dist/esm/chunk-STUXKQVZ.mjs +0 -2
  668. package/dist/esm/chunk-STUXKQVZ.mjs.map +0 -1
  669. package/dist/esm/chunk-SUJLWCRN.mjs +0 -2
  670. package/dist/esm/chunk-SUJLWCRN.mjs.map +0 -1
  671. package/dist/esm/chunk-SWNFKKRE.mjs.map +0 -1
  672. package/dist/esm/chunk-TDGQGILY.mjs.map +0 -1
  673. package/dist/esm/chunk-TQWGQLM6.mjs.map +0 -1
  674. package/dist/esm/chunk-U6Z4FNB7.mjs.map +0 -1
  675. package/dist/esm/chunk-UAEODDZS.mjs +0 -2
  676. package/dist/esm/chunk-UAL27G6B.mjs.map +0 -1
  677. package/dist/esm/chunk-WJRZWAIS.mjs.map +0 -1
  678. package/dist/esm/chunk-WRRQ7L5K.mjs.map +0 -1
  679. package/dist/esm/chunk-X34JJPW5.mjs.map +0 -1
  680. package/dist/esm/chunk-XMW65WCQ.mjs +0 -2
  681. package/dist/esm/chunk-XMW65WCQ.mjs.map +0 -1
  682. package/dist/esm/chunk-Y2GWUE7C.mjs.map +0 -1
  683. package/dist/esm/chunk-Y3BATGHX.mjs +0 -2
  684. package/dist/esm/chunk-Y3BATGHX.mjs.map +0 -1
  685. package/dist/esm/chunk-YDZBU2DJ.mjs.map +0 -1
  686. package/dist/esm/chunk-YPHH6CAO.mjs +0 -2
  687. package/dist/esm/chunk-YPHH6CAO.mjs.map +0 -1
  688. package/dist/esm/chunk-YU3IYJRL.mjs.map +0 -1
  689. package/dist/esm/chunk-YUNDX5I7.mjs.map +0 -1
  690. package/dist/esm/publicKey-B3XRNhHO.d.mts +0 -113
  691. /package/dist/esm/{chunk-FVA2OPG4.mjs.map → chunk-KDMSOCZY.mjs.map} +0 -0
  692. /package/dist/esm/{chunk-Q4XR6QOZ.mjs.map → chunk-KIW54KWR.mjs.map} +0 -0
  693. /package/dist/esm/{chunk-ZROQH5YL.mjs.map → chunk-KSUZS6EL.mjs.map} +0 -0
@@ -1,35 +1,51 @@
1
1
  import { ChildProcessWithoutNullStreams } from 'child_process';
2
2
 
3
+ /**
4
+ * Represents a local node for running a testnet environment.
5
+ * This class provides methods to start, stop, and check the status of the local testnet process.
6
+ * It manages the lifecycle of the node process and ensures that it is operational before executing tests.
7
+ */
3
8
  declare class LocalNode {
4
9
  readonly MAXIMUM_WAIT_TIME_SEC = 75;
5
10
  readonly READINESS_ENDPOINT = "http://127.0.0.1:8070/";
11
+ showStdout: boolean;
6
12
  process: ChildProcessWithoutNullStreams | null;
13
+ constructor(args?: {
14
+ showStdout?: boolean;
15
+ });
7
16
  /**
8
- * kills all the descendent processes
9
- * of the node process, including the node process itself
17
+ * Kills the current process and all its descendant processes.
18
+ *
19
+ * @returns {Promise<void>} A promise that resolves to true if the process was successfully killed.
20
+ * @throws {Error} If there is an error while attempting to kill the process.
10
21
  */
11
22
  stop(): Promise<void>;
12
23
  /**
13
- * Runs a local testnet and waits for process to be up.
24
+ * Runs a local testnet and waits for the process to be up.
25
+ * If the local node process is already running, it returns without starting the process.
14
26
  *
15
- * If local node process is already up it returns and does
16
- * not start the process
27
+ * @returns {Promise<void>} A promise that resolves when the process is up.
17
28
  */
18
29
  run(): Promise<void>;
19
30
  /**
20
- * Starts the local testnet by running the aptos node run-local-testnet command
31
+ * Starts the local testnet by running the Aptos node with the specified command-line arguments.
32
+ *
33
+ * @returns {void}
34
+ *
35
+ * @throws {Error} If there is an issue starting the local testnet.
21
36
  */
22
37
  start(): void;
23
38
  /**
24
- * Waits for the local testnet process to be up
39
+ * Waits for the local testnet process to be operational within a specified maximum wait time.
40
+ * This function continuously checks if the process is up and will throw an error if it fails to start.
25
41
  *
26
- * @returns Promise<boolean>
42
+ * @returns Promise<boolean> - Resolves to true if the process is up, otherwise throws an error.
27
43
  */
28
44
  waitUntilProcessIsUp(): Promise<boolean>;
29
45
  /**
30
- * Checks if the local testnet is up
46
+ * Checks if the local testnet is up by querying the readiness endpoint.
31
47
  *
32
- * @returns Promise<boolean>
48
+ * @returns Promise<boolean> - A promise that resolves to true if the testnet is up, otherwise false.
33
49
  */
34
50
  checkIfProcessIsUp(): Promise<boolean>;
35
51
  }
@@ -1,2 +1,2 @@
1
- import{a}from"../chunk-B5NYEWNM.mjs";import"../chunk-UAL27G6B.mjs";import"../chunk-FVA2OPG4.mjs";export{a as LocalNode};
1
+ import{a}from"../chunk-XOCRDV2V.mjs";import"../chunk-LEKBJ2EG.mjs";import"../chunk-KDMSOCZY.mjs";export{a as LocalNode};
2
2
  //# sourceMappingURL=localNode.mjs.map
@@ -10,85 +10,78 @@ import '../types/generated/types.mjs';
10
10
  import '../bcs/deserializer.mjs';
11
11
  import '../transactions/instances/transactionArgument.mjs';
12
12
 
13
+ /**
14
+ * Class representing a Move package management utility for the Aptos blockchain.
15
+ * This class provides methods to initialize directories, compile packages, run tests, publish modules, create objects, upgrade
16
+ * packages, build transaction payloads, and run scripts.
17
+ */
13
18
  declare class Move {
14
19
  /**
15
- * Function to initialize current directory for Aptos
16
- *
17
- * Configuration will be pushed into .aptos/config.yaml
18
- * @param args.network optional Network type argument to use for default settings, default is local
19
- * @param args.profile optional Profile to use from the config file, default is 'default'
20
- * This will be used to override associated settings such as the REST URL, the Faucet URL, and the private key arguments.
21
- * @param args.extraArguments (optional) Any extra arguments to include in the form of an array of strings
22
- * @example
23
- * ["--assume-yes","--gas-unit-price=10"]
24
- *
20
+ * Initialize the current directory for Aptos by configuring the necessary settings.
21
+ * Configuration will be pushed into .aptos/config.yaml.
22
+ *
23
+ * @param args - The arguments for initialization.
24
+ * @param args.network - Optional Network type argument to use for default settings; defaults to local.
25
+ * @param args.profile - Optional Profile to use from the config file; defaults to 'default'. This will override associated
26
+ * settings such as the REST URL, the Faucet URL, and the private key arguments.
27
+ * @param args.extraArguments - Optional extra arguments to include in the form of an array of strings.
28
+ * Ex. ["--assume-yes","--gas-unit-price=10"]
25
29
  * @returns stdout
26
30
  */
27
31
  init(args: {
28
32
  network?: Network;
29
33
  profile?: string;
30
34
  extraArguments?: Array<string>;
35
+ showStdout?: boolean;
31
36
  }): Promise<{
32
37
  output: string;
33
38
  }>;
34
39
  /**
35
- * Function to compile a package
36
- *
37
- * @param args.packageDirectoryPath Path to a move package (the folder with a Move.toml file)
38
- * @param args.namedAddresses Named addresses for the move binary
39
- * @param args.extraArguments (optional) Any extra arguments to include in the form of an array of strings
40
- * @example
41
- * ["--assume-yes","--gas-unit-price=10"]
42
- * @example
43
- * {
44
- * alice:0x1234, bob:0x5678
45
- * }
46
- *
40
+ * Compile a Move package located at the specified directory path.
41
+ * This function helps in preparing the Move package for deployment or further processing.
42
+ *
43
+ * @param args - The arguments for compiling the package.
44
+ * @param args.packageDirectoryPath - Path to a Move package (the folder with a Move.toml file).
45
+ * @param args.namedAddresses - Named addresses for the move binary. Ex. { alice: 0x1234, bob: 0x5678 }
46
+ * @param args.extraArguments - Optional extra arguments to include in the form of an array of strings.
47
+ * Ex. ["--assume-yes","--gas-unit-price=10"]
47
48
  * @returns stdout
48
49
  */
49
50
  compile(args: {
50
51
  packageDirectoryPath: string;
51
52
  namedAddresses: Record<string, AccountAddress>;
52
53
  extraArguments?: Array<string>;
54
+ showStdout?: boolean;
53
55
  }): Promise<{
54
56
  output: string;
55
57
  }>;
56
58
  /**
57
- * Function to run Move unit tests for a package
58
- *
59
- * @param args.packageDirectoryPath Path to a move package (the folder with a Move.toml file)
60
- * @param args.namedAddresses Named addresses for the move binary
61
- * @example
62
- * {
63
- * alice:0x1234, bob:0x5678
64
- * }
65
- * @param args.extraArguments (optional) Any extra arguments to include in the form of an array of strings
66
- * @example
67
- * ["--assume-yes","--gas-unit-price=10"]
68
- *
69
- * @returns stdout
59
+ * Run Move unit tests for a specified package.
60
+ *
61
+ * @param args - The arguments for running the tests.
62
+ * @param args.packageDirectoryPath - The path to a Move package (the folder containing a Move.toml file).
63
+ * @param args.namedAddresses - Named addresses for the move binary. Ex. { alice: 0x1234, bob: 0x5678 }
64
+ * @param args.extraArguments - Optional extra arguments to include in the form of an array of strings.
65
+ * Ex. ["--assume-yes","--gas-unit-price=10"]
66
+ * @returns The stdout output from running the tests.
70
67
  */
71
68
  test(args: {
72
69
  packageDirectoryPath: string;
73
70
  namedAddresses: Record<string, AccountAddress>;
74
71
  extraArguments?: Array<string>;
72
+ showStdout?: boolean;
75
73
  }): Promise<{
76
74
  output: string;
77
75
  }>;
78
76
  /**
79
- * Function to publish the modules to the publisher account on the Aptos blockchain
80
- *
81
- * @param args.packageDirectoryPath Path to a move package (the folder with a Move.toml file)
82
- * @param args.namedAddresses Named addresses for the move binary
83
- * @example
84
- * {
85
- * alice:0x1234, bob:0x5678
86
- * }
87
- * @param args.profile optional Profile to use from the config file.
88
- * @param args.extraArguments (optional) Any extra arguments to include in the form of an array of strings
89
- * @example
90
- * ["--assume-yes","--gas-unit-price=10"]
91
- *
77
+ * Publishes the modules to the publisher account on the Aptos blockchain.
78
+ *
79
+ * @param args - The arguments for publishing the modules.
80
+ * @param args.packageDirectoryPath - The path to a move package (the folder with a Move.toml file).
81
+ * @param args.namedAddresses - Named addresses for the move binary. Ex. { alice: 0x1234, bob: 0x5678 }
82
+ * @param args.profile - Optional profile to use from the config file.
83
+ * @param args.extraArguments - Optional extra arguments to include in the form of an array of strings.
84
+ * Ex. ["--assume-yes","--gas-unit-price=10"]
92
85
  * @returns stdout
93
86
  */
94
87
  publish(args: {
@@ -96,34 +89,29 @@ declare class Move {
96
89
  namedAddresses: Record<string, AccountAddress>;
97
90
  profile?: string;
98
91
  extraArguments?: Array<string>;
92
+ showStdout?: boolean;
99
93
  }): Promise<{
100
94
  output: string;
101
95
  }>;
102
96
  /**
103
- * Function to create a new object and publish the Move package to it on the Aptos blockchain
104
- *
105
- * @param args.packageDirectoryPath Path to a move package (the folder with a Move.toml file)
106
- * @param args.addressName Address name for the Move package
107
- * @example
108
- * MoonCoin, please find the actual address name in Move.toml
109
- * @param args.namedAddresses Named addresses for the move binary
110
- * @example
111
- * {
112
- * alice:0x1234, bob:0x5678
113
- * }
114
- * @param args.profile optional Profile to use from the config file.
115
- * @param args.extraArguments (optional) Any extra arguments to include in the form of an array of strings
116
- * @example
117
- * ["--assume-yes","--gas-unit-price=10"]
118
- *
119
- * A complete example in cli
97
+ * Create a new object and publish the Move package to it on the Aptos blockchain.
98
+ *
99
+ * @param args - The arguments for creating the object and publishing the package.
100
+ * @param args.packageDirectoryPath - Path to a Move package (the folder with a Move.toml file).
101
+ * @param args.addressName - Address name for the Move package.
102
+ * @param args.namedAddresses - Named addresses for the Move binary.
103
+ * @param args.profile - Optional profile to use from the config file.
104
+ * @param args.extraArguments - Optional extra arguments to include in the form of an array of strings.
105
+ * Ex. ["--assume-yes","--gas-unit-price=10"]
106
+ * @returns The object address.
107
+ *
108
+ * A complete example in CLI:
120
109
  * aptos move create-object-and-publish-package \
121
110
  * --package-dir path_to_directory_that_has_move.toml \
122
111
  * --address-name launchpad_addr \
123
- * --named-addresses "launchpad_addr=0x123,initial_creator_addr=0x456"\
112
+ * --named-addresses "launchpad_addr=0x123,initial_creator_addr=0x456" \
124
113
  * --profile my_profile \
125
114
  * --assume-yes
126
- * @returns object address
127
115
  */
128
116
  createObjectAndPublishPackage(args: {
129
117
  packageDirectoryPath: string;
@@ -131,27 +119,21 @@ declare class Move {
131
119
  namedAddresses: Record<string, AccountAddress>;
132
120
  profile?: string;
133
121
  extraArguments?: Array<string>;
122
+ showStdout?: boolean;
134
123
  }): Promise<{
135
124
  objectAddress: string;
136
125
  }>;
137
126
  /**
138
- * Function to upgrade a Move package previously published to an object on the Aptos blockchain
139
- * Caller must be the object owner to call this function
140
- *
141
- * @param args.packageDirectoryPath Path to a move package (the folder with a Move.toml file)
142
- * @param args.objectAddress Address of the object that the Move package published to
143
- * @example
144
- * 0x1000
145
- * @param args.namedAddresses Named addresses for the move binary
146
- * @example
147
- * {
148
- * alice:0x1234, bob:0x5678
149
- * }
150
- * @param args.profile optional Profile to use from the config file.
151
- * @param args.extraArguments (optional) Any extra arguments to include in the form of an array of strings
152
- * @example
153
- * ["--assume-yes","--gas-unit-price=10"]
154
- *
127
+ * Upgrade a Move package previously published to an object on the Aptos blockchain.
128
+ * The caller must be the object owner to execute this function.
129
+ *
130
+ * @param args - The arguments for upgrading the object package.
131
+ * @param args.packageDirectoryPath - Path to a Move package (the folder with a Move.toml file).
132
+ * @param args.objectAddress - Address of the object that the Move package published to. Ex. 0x1000
133
+ * @param args.namedAddresses - Named addresses for the move binary. Ex. { alice: 0x1234, bob: 0x5678 }
134
+ * @param args.profile - Optional profile to use from the config file.
135
+ * @param args.extraArguments - Optional extra arguments to include in the form of an array of strings.
136
+ * Ex. ["--assume-yes","--gas-unit-price=10"]
155
137
  * @returns stdout
156
138
  */
157
139
  upgradeObjectPackage(args: {
@@ -160,23 +142,19 @@ declare class Move {
160
142
  namedAddresses: Record<string, AccountAddress>;
161
143
  profile?: string;
162
144
  extraArguments?: Array<string>;
145
+ showStdout?: boolean;
163
146
  }): Promise<{
164
147
  output: string;
165
148
  }>;
166
149
  /**
167
- * Build a publication transaction payload and store it in a JSON output file
168
- *
169
- * @param args.packageDirectoryPath Path to a move package (the folder with a Move.toml file)
170
- * @param args.outputFile Output file to write publication transaction to
171
- * @param args.namedAddresses Named addresses for the move binary
172
- * @example
173
- * {
174
- * alice:0x1234, bob:0x5678
175
- * }
176
- * @param args.extraArguments (optional) Any extra arguments to include in the form of an array of strings
177
- * @example
178
- * ["--assume-yes","--gas-unit-price=10"]
179
- *
150
+ * Build a publication transaction payload and store it in a JSON output file.
151
+ *
152
+ * @param args - The arguments for building the publishing payload.
153
+ * @param args.packageDirectoryPath - Path to a move package (the folder with a Move.toml file).
154
+ * @param args.outputFile - Output file to write the publication transaction to.
155
+ * @param args.namedAddresses - Named addresses for the move binary. Ex. { alice: 0x1234, bob: 0x5678 }
156
+ * @param args.extraArguments - Optional extra arguments to include in the form of an array of strings.
157
+ * Ex. ["--assume-yes","--gas-unit-price=10"] *
180
158
  * @returns stdout
181
159
  */
182
160
  buildPublishPayload(args: {
@@ -184,60 +162,63 @@ declare class Move {
184
162
  outputFile: string;
185
163
  namedAddresses: Record<string, AccountAddress>;
186
164
  extraArguments?: Array<string>;
165
+ showStdout?: boolean;
187
166
  }): Promise<{
188
167
  output: string;
189
168
  }>;
190
169
  /**
191
- * Function to run a Move script, please run compile before running this
170
+ * Runs a Move script using the provided compiled script path and optional parameters. Ensure that the script is compiled
171
+ * before executing this function.
192
172
  *
193
- * @param args.compiledScriptPath Path to a compiled Move script bytecode file
194
- * @param args.namedAddresses Named addresses for the move binary
195
- * @example
196
- * build/my_package/bytecode_scripts/my_move_script.mv
197
- * @param args.profile optional Profile to use from the config file.
198
- * @param args.extraArguments (optional) Any extra arguments to include in the form of an array of strings
199
- * @example
200
- * ["--assume-yes","--gas-unit-price=10"]
173
+ * @param args - The arguments for running the script.
174
+ * @param args.compiledScriptPath - Path to a compiled Move script bytecode file.
175
+ * Ex. "build/my_package/bytecode_scripts/my_move_script.mv"
176
+ * @param args.profile - Optional profile to use from the config file.
177
+ * @param args.extraArguments - Optional extra arguments to include in the form of an array of strings.
178
+ * Ex. ["--assume-yes","--gas-unit-price=10"]
201
179
  *
202
- * @returns stdout
180
+ * @returns The standard output from running the script.
203
181
  */
204
182
  runScript(args: {
205
183
  compiledScriptPath: string;
206
184
  profile?: string;
207
185
  extraArguments?: Array<string>;
186
+ showStdout?: boolean;
208
187
  }): Promise<{
209
188
  output: string;
210
189
  }>;
211
190
  /**
212
- * Run a move command
191
+ * Run a command with the specified arguments and return the output.
213
192
  *
214
- * @param args
215
- * @returns stdout
193
+ * @param args - An array of strings representing the command-line arguments to be passed to the command.
194
+ * @param showStdout - Show the standard output generated by the command.
195
+ * @returns The standard output generated by the command.
216
196
  */
217
197
  private runCommand;
218
198
  /**
219
- * Convert named addresses from a Map into an array seperated by a comma
199
+ * Convert named addresses from a Map into an array separated by a comma.
220
200
  *
221
- * @example
222
- * input: {'alice' => '0x123', 'bob' => '0x456'}
223
- * output: "alice=0x123,bob=0x456"
224
- *
225
- * @param namedAddresses
226
- * @returns An array of names addresses seperated by a comma
201
+ * @param namedAddresses - A Map where the key is a string representing the name and the value is an AccountAddress.
202
+ * Ex. {'alice' => '0x123', 'bob' => '0x456'}
203
+ * @returns An array of named addresses formatted as strings separated by a comma. Ex. "alice=0x123,bob=0x456"
227
204
  */
228
205
  private prepareNamedAddresses;
229
206
  /**
230
- * Parse named addresses from a Record type into a Map
207
+ * Parse named addresses from a Record type into a Map.
208
+ *
209
+ * This function transforms a collection of named addresses into a more accessible format by mapping each name to its
210
+ * corresponding address.
231
211
  *
232
- * @param namedAddresses
233
- * @returns Map<name,address>
212
+ * @param namedAddresses - A record containing named addresses where the key is the name and the value is the AccountAddress.
213
+ * @returns A Map where each key is a name and each value is the corresponding address.
234
214
  */
235
215
  private parseNamedAddresses;
236
216
  /**
237
- * Extract object address from the output
217
+ * Extracts the object address from the provided output string.
238
218
  *
239
- * @param output
240
- * @returns object address
219
+ * @param output - The output string containing the object address.
220
+ * @returns The extracted object address.
221
+ * @throws Error if the object address cannot be extracted from the output.
241
222
  */
242
223
  private extractAddressFromOutput;
243
224
  }
@@ -1,2 +1,2 @@
1
- import{a}from"../chunk-HAT5S2XX.mjs";import"../chunk-FVA2OPG4.mjs";export{a as Move};
1
+ import{a}from"../chunk-GPZRGLU2.mjs";import"../chunk-KDMSOCZY.mjs";export{a as Move};
2
2
  //# sourceMappingURL=move.mjs.map
@@ -8,16 +8,31 @@ import '../types/generated/operations.mjs';
8
8
  import '../types/generated/types.mjs';
9
9
 
10
10
  /**
11
- * Given a url and method, sends the request with axios and
12
- * returns the response.
11
+ * Sends a request using the specified options and returns the response.
12
+ *
13
+ * @param options - The options for the request.
14
+ * @param options.url - The URL to send the request to.
15
+ * @param options.method - The HTTP method to use for the request.
16
+ * @param options.body - The body of the request.
17
+ * @param options.contentType - The content type of the request.
18
+ * @param options.params - The query parameters to include in the request.
19
+ * @param options.overrides - Additional overrides for the request.
20
+ * @param options.overrides.HEADERS - Custom headers to include in the request.
21
+ * @param options.overrides.AUTH_TOKEN - The authorization token for the request.
22
+ * @param options.overrides.API_KEY - The API key for the request.
23
+ * @param options.originMethod - The origin method for the request.
24
+ * @param client - The client used to make the request.
25
+ *
26
+ * @returns The response from the request.
13
27
  */
14
28
  declare function request<Req, Res>(options: ClientRequest<Req>, client: Client): Promise<ClientResponse<Res>>;
15
29
  /**
16
- * The main function to use when doing an API request.
30
+ * The main function to use when making an API request, returning the response or throwing an AptosApiError on failure.
17
31
  *
18
- * @param aptosRequestOpts AptosRequest
19
- * @param aptosConfig The config information for the SDK client instance
20
- * @returns the response or AptosApiError
32
+ * @param aptosRequestOpts - Options for the Aptos request, including the URL and path.
33
+ * @param aptosConfig - The configuration information for the SDK client instance.
34
+ * @param apiType - The type of API being accessed, which determines how the response is handled.
35
+ * @returns The response from the API request or throws an AptosApiError if the request fails.
21
36
  */
22
37
  declare function aptosRequest<Req extends {}, Res extends {}>(aptosRequestOpts: AptosRequest, aptosConfig: AptosConfig, apiType: AptosApiType): Promise<AptosResponse<Req, Res>>;
23
38
 
@@ -1,2 +1,2 @@
1
- import{a,b}from"../chunk-XMW65WCQ.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-BSUYPXRD.mjs";import"../chunk-SCHZ67F3.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-LNEZEYYE.mjs";import"../chunk-YPHH6CAO.mjs";import"../chunk-P5V7OZNN.mjs";import"../chunk-H6YNXJNF.mjs";import"../chunk-44GYWUSH.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-A63SMUOU.mjs";import"../chunk-BCUSI3N6.mjs";import"../chunk-LG7RJQ57.mjs";import"../chunk-TDGQGILY.mjs";import"../chunk-EXP5STXZ.mjs";import"../chunk-UAL27G6B.mjs";import"../chunk-KEYAPEAX.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-UAEODDZS.mjs";import"../chunk-FVA2OPG4.mjs";export{b as aptosRequest,a as request};
1
+ import{a,b}from"../chunk-CRL4WGOH.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-4CDDWSKZ.mjs";import"../chunk-LEKBJ2EG.mjs";import"../chunk-GQABU3RQ.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-IECDO22V.mjs";import"../chunk-OZN3OOJV.mjs";import"../chunk-JGNMNCQB.mjs";import"../chunk-6FLHGOKP.mjs";import"../chunk-N47FTRYO.mjs";import"../chunk-7XS45O6M.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-QQIVWB6G.mjs";import"../chunk-KFNDDPOW.mjs";import"../chunk-6Q2O5G3J.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-UI3AKMZX.mjs";import"../chunk-D3OEQLUE.mjs";import"../chunk-J245N3XF.mjs";import"../chunk-KDMSOCZY.mjs";export{b as aptosRequest,a as request};
2
2
  //# sourceMappingURL=core.mjs.map
@@ -7,6 +7,9 @@ import '../types/indexer.mjs';
7
7
  import '../types/generated/operations.mjs';
8
8
  import '../types/generated/types.mjs';
9
9
 
10
+ /**
11
+ * Options for making a GET request, including configuration for the API client.
12
+ */
10
13
  type GetRequestOptions = {
11
14
  /**
12
15
  * The config for the API client
@@ -41,20 +44,45 @@ type GetRequestOptions = {
41
44
  */
42
45
  overrides?: ClientConfig;
43
46
  };
47
+ /**
48
+ * Options for making a request to the Aptos API, excluding the "type" field.
49
+ */
44
50
  type GetAptosRequestOptions = Omit<GetRequestOptions, "type">;
45
51
  /**
46
- * Main function to do a Get request
52
+ * Executes a GET request to retrieve data based on the provided options.
47
53
  *
48
- * @param options GetRequestOptions
49
- * @returns
54
+ * @param options - The options for the GET request.
55
+ * @param options.aptosConfig - The configuration object for Aptos requests.
56
+ * @param options.overrides - Optional overrides for the request configuration.
57
+ * @param options.params - Query parameters to include in the request.
58
+ * @param options.contentType - The content type of the request.
59
+ * @param options.acceptType - The accepted response type.
60
+ * @param options.path - The specific path for the request.
61
+ * @param options.originMethod - The original method of the request.
62
+ * @param options.type - The type of request being made.
63
+ * @returns The response from the GET request.
50
64
  */
51
65
  declare function get<Req extends {}, Res extends {}>(options: GetRequestOptions): Promise<AptosResponse<Req, Res>>;
66
+ /**
67
+ * Retrieves data from the Aptos full node using the provided options.
68
+ *
69
+ * @param options - The options for the request to the Aptos full node.
70
+ * @param options.aptosConfig - Configuration settings specific to the Aptos client and full node.
71
+ * @param options.aptosConfig.clientConfig - The client configuration settings.
72
+ * @param options.aptosConfig.fullnodeConfig - The full node configuration settings.
73
+ * @param options.overrides - Additional overrides for the request.
74
+ * @param options.type - The type of API request being made.
75
+ *
76
+ * @returns A promise that resolves with the response from the Aptos full node.
77
+ */
52
78
  declare function getAptosFullNode<Req extends {}, Res extends {}>(options: GetAptosRequestOptions): Promise<AptosResponse<Req, Res>>;
53
79
  /**
54
- * Makes a get request to the pepper service
80
+ * Makes a GET request to the Aptos Pepper service to retrieve data.
55
81
  *
56
- * @param options GetAptosRequestOptions
57
- * @returns AptosResponse
82
+ * @param options - The options for the request.
83
+ * @param options.param1 - Description of param1.
84
+ * @param options.param2 - Description of param2.
85
+ * @returns AptosResponse - The response from the Aptos Pepper service.
58
86
  */
59
87
  declare function getAptosPepperService<Req extends {}, Res extends {}>(options: GetAptosRequestOptions): Promise<AptosResponse<Req, Res>>;
60
88
  declare function paginateWithCursor<Req extends Record<string, any>, Res extends Array<{}>>(options: GetAptosRequestOptions): Promise<Res>;
@@ -1,2 +1,2 @@
1
- import{a,b,c,d}from"../chunk-YU3IYJRL.mjs";import"../chunk-XMW65WCQ.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-BSUYPXRD.mjs";import"../chunk-SCHZ67F3.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-LNEZEYYE.mjs";import"../chunk-YPHH6CAO.mjs";import"../chunk-P5V7OZNN.mjs";import"../chunk-H6YNXJNF.mjs";import"../chunk-44GYWUSH.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-A63SMUOU.mjs";import"../chunk-BCUSI3N6.mjs";import"../chunk-LG7RJQ57.mjs";import"../chunk-TDGQGILY.mjs";import"../chunk-EXP5STXZ.mjs";import"../chunk-UAL27G6B.mjs";import"../chunk-KEYAPEAX.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-UAEODDZS.mjs";import"../chunk-FVA2OPG4.mjs";export{a as get,b as getAptosFullNode,c as getAptosPepperService,d as paginateWithCursor};
1
+ import{a,b,c,d}from"../chunk-OLPI7QAH.mjs";import"../chunk-CRL4WGOH.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-4CDDWSKZ.mjs";import"../chunk-LEKBJ2EG.mjs";import"../chunk-GQABU3RQ.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-IECDO22V.mjs";import"../chunk-OZN3OOJV.mjs";import"../chunk-JGNMNCQB.mjs";import"../chunk-6FLHGOKP.mjs";import"../chunk-N47FTRYO.mjs";import"../chunk-7XS45O6M.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-QQIVWB6G.mjs";import"../chunk-KFNDDPOW.mjs";import"../chunk-6Q2O5G3J.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-UI3AKMZX.mjs";import"../chunk-D3OEQLUE.mjs";import"../chunk-J245N3XF.mjs";import"../chunk-KDMSOCZY.mjs";export{a as get,b as getAptosFullNode,c as getAptosPepperService,d as paginateWithCursor};
2
2
  //# sourceMappingURL=get.mjs.map
@@ -1,2 +1,2 @@
1
- import"../chunk-N2FKVZ4D.mjs";import{a as d,b as e,c as f,d as g}from"../chunk-YU3IYJRL.mjs";import{a as h,b as i,c as j,d as k,e as l,f as m}from"../chunk-CRA2MFJC.mjs";import{a as b,b as c}from"../chunk-XMW65WCQ.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-BSUYPXRD.mjs";import"../chunk-SCHZ67F3.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-LNEZEYYE.mjs";import"../chunk-YPHH6CAO.mjs";import"../chunk-P5V7OZNN.mjs";import"../chunk-H6YNXJNF.mjs";import"../chunk-44GYWUSH.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-A63SMUOU.mjs";import"../chunk-BCUSI3N6.mjs";import"../chunk-LG7RJQ57.mjs";import{a}from"../chunk-TDGQGILY.mjs";import"../chunk-EXP5STXZ.mjs";import"../chunk-UAL27G6B.mjs";import"../chunk-KEYAPEAX.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-UAEODDZS.mjs";import"../chunk-FVA2OPG4.mjs";export{a as AptosApiError,c as aptosRequest,d as get,e as getAptosFullNode,f as getAptosPepperService,g as paginateWithCursor,h as post,k as postAptosFaucet,i as postAptosFullNode,j as postAptosIndexer,l as postAptosPepperService,m as postAptosProvingService,b as request};
1
+ import"../chunk-N2FKVZ4D.mjs";import{a as d,b as e,c as f,d as g}from"../chunk-OLPI7QAH.mjs";import{a as h,b as i,c as j,d as k,e as l,f as m}from"../chunk-WOOH5MMX.mjs";import{a as b,b as c}from"../chunk-CRL4WGOH.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-4CDDWSKZ.mjs";import"../chunk-LEKBJ2EG.mjs";import{a}from"../chunk-GQABU3RQ.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-IECDO22V.mjs";import"../chunk-OZN3OOJV.mjs";import"../chunk-JGNMNCQB.mjs";import"../chunk-6FLHGOKP.mjs";import"../chunk-N47FTRYO.mjs";import"../chunk-7XS45O6M.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-QQIVWB6G.mjs";import"../chunk-KFNDDPOW.mjs";import"../chunk-6Q2O5G3J.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-UI3AKMZX.mjs";import"../chunk-D3OEQLUE.mjs";import"../chunk-J245N3XF.mjs";import"../chunk-KDMSOCZY.mjs";export{a as AptosApiError,c as aptosRequest,d as get,e as getAptosFullNode,f as getAptosPepperService,g as paginateWithCursor,h as post,k as postAptosFaucet,i as postAptosFullNode,j as postAptosIndexer,l as postAptosPepperService,m as postAptosProvingService,b as request};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -7,6 +7,9 @@ import '../types/indexer.mjs';
7
7
  import '../types/generated/operations.mjs';
8
8
  import '../types/generated/types.mjs';
9
9
 
10
+ /**
11
+ * Options for making a POST request, including the API client configuration.
12
+ */
10
13
  type PostRequestOptions = {
11
14
  /**
12
15
  * The config for the API client
@@ -45,24 +48,78 @@ type PostRequestOptions = {
45
48
  */
46
49
  overrides?: ClientConfig;
47
50
  };
51
+ /**
52
+ * Options for posting a request to Aptos, excluding the type field.
53
+ */
48
54
  type PostAptosRequestOptions = Omit<PostRequestOptions, "type">;
49
55
  /**
50
- * Main function to do a Post request
56
+ * Executes a POST request to the specified URL with the provided options.
51
57
  *
52
- * @param options PostRequestOptions
53
- * @returns
58
+ * @param options - The options for the POST request.
59
+ * @param options.type - The type of the request.
60
+ * @param options.originMethod - The original method that initiated the request.
61
+ * @param options.path - The path for the request.
62
+ * @param options.body - The body content to be sent with the request.
63
+ * @param options.acceptType - The type of response expected from the server.
64
+ * @param options.contentType - The content type of the request body.
65
+ * @param options.params - Additional parameters to include in the request.
66
+ * @param options.aptosConfig - Configuration settings for the Aptos request.
67
+ * @param options.overrides - Any overrides for the default request behavior.
68
+ * @returns The response from the POST request.
54
69
  */
55
70
  declare function post<Req extends {}, Res extends {}>(options: PostRequestOptions): Promise<AptosResponse<Req, Res>>;
71
+ /**
72
+ * Sends a request to the Aptos full node using the specified options.
73
+ * This function allows you to interact with the Aptos blockchain by sending requests to the full node.
74
+ *
75
+ * @param options - The options for the request.
76
+ * @param options.aptosConfig - Configuration settings for the Aptos client.
77
+ * @param options.aptosConfig.clientConfig - Client-specific configuration settings.
78
+ * @param options.aptosConfig.fullnodeConfig - Full node-specific configuration settings.
79
+ * @param options.overrides - Additional overrides for the request.
80
+ */
56
81
  declare function postAptosFullNode<Req extends {}, Res extends {}>(options: PostAptosRequestOptions): Promise<AptosResponse<Req, Res>>;
82
+ /**
83
+ * Sends a request to the Aptos indexer with the specified options.
84
+ * This function allows you to interact with the Aptos indexer and customize the request using various configurations.
85
+ *
86
+ * @param options - The options for the request to the Aptos indexer.
87
+ * @param options.aptosConfig - Configuration settings specific to the Aptos client and indexer.
88
+ * @param options.aptosConfig.clientConfig - The client configuration settings.
89
+ * @param options.aptosConfig.indexerConfig - The indexer configuration settings.
90
+ * @param options.overrides - Additional overrides for the request.
91
+ * @param options.overrides.HEADERS - Custom headers to include in the request.
92
+ */
57
93
  declare function postAptosIndexer<Req extends {}, Res extends {}>(options: PostAptosRequestOptions): Promise<AptosResponse<Req, Res>>;
94
+ /**
95
+ * Sends a request to the Aptos faucet to obtain test tokens.
96
+ * This function modifies the provided configuration to ensure that the API_KEY is not included in the request.
97
+ *
98
+ * @param options - The options for the request.
99
+ * @param options.aptosConfig - The configuration settings for the Aptos client.
100
+ * @param options.aptosConfig.clientConfig - The client-specific configuration settings.
101
+ * @param options.aptosConfig.clientConfig.HEADERS - Optional headers to include in the request.
102
+ * @param options.aptosConfig.faucetConfig - The configuration settings specific to the faucet.
103
+ * @param options.overrides - Additional overrides for the request configuration.
104
+ */
58
105
  declare function postAptosFaucet<Req extends {}, Res extends {}>(options: PostAptosRequestOptions): Promise<AptosResponse<Req, Res>>;
59
106
  /**
60
- * Makes a post request to the pepper service
107
+ * Makes a post request to the pepper service.
61
108
  *
62
- * @param options GetAptosRequestOptions
63
- * @returns AptosResponse
109
+ * @param options - The options for the request.
110
+ * @param options.url - The URL to which the request is sent.
111
+ * @param options.headers - The headers to include in the request.
112
+ * @param options.body - The body of the request.
113
+ * @returns A promise that resolves to the response from the pepper service.
64
114
  */
65
115
  declare function postAptosPepperService<Req extends {}, Res extends {}>(options: PostAptosRequestOptions): Promise<AptosResponse<Req, Res>>;
116
+ /**
117
+ * Sends a request to the Aptos proving service with the specified options.
118
+ *
119
+ * @param options - The options for the request to the Aptos proving service.
120
+ * @param options.type - The type of the request, which should be set to AptosApiType.PROVER.
121
+ * @param options.data - The data to be included in the request.
122
+ */
66
123
  declare function postAptosProvingService<Req extends {}, Res extends {}>(options: PostAptosRequestOptions): Promise<AptosResponse<Req, Res>>;
67
124
 
68
125
  export { type PostAptosRequestOptions, type PostRequestOptions, post, postAptosFaucet, postAptosFullNode, postAptosIndexer, postAptosPepperService, postAptosProvingService };