@aptos-labs/ts-sdk 3.1.3 → 4.0.0-zeta.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 (645) hide show
  1. package/dist/common/{account-Bb5REyaT.d.ts → account-D4dsN-1K.d.ts} +1 -1
  2. package/dist/common/chunk-MU4IJVW5.js +1390 -0
  3. package/dist/common/chunk-MU4IJVW5.js.map +1 -0
  4. package/dist/common/cli/index.d.ts +1 -1
  5. package/dist/common/cli/index.js +480 -1
  6. package/dist/common/cli/index.js.map +1 -1
  7. package/dist/common/index.d.ts +598 -511
  8. package/dist/common/index.js +19842 -451
  9. package/dist/common/index.js.map +1 -1
  10. package/dist/esm/account/AbstractKeylessAccount.mjs +66 -1
  11. package/dist/esm/account/AbstractedAccount.mjs +62 -1
  12. package/dist/esm/account/Account.mjs +62 -1
  13. package/dist/esm/account/AccountUtils.mjs +62 -1
  14. package/dist/esm/account/DerivableAbstractedAccount.mjs +62 -1
  15. package/dist/esm/account/Ed25519Account.mjs +62 -1
  16. package/dist/esm/account/EphemeralKeyPair.mjs +62 -1
  17. package/dist/esm/account/FederatedKeylessAccount.mjs +62 -1
  18. package/dist/esm/account/KeylessAccount.mjs +62 -1
  19. package/dist/esm/account/MultiEd25519Account.mjs +62 -1
  20. package/dist/esm/account/MultiKeyAccount.mjs +62 -1
  21. package/dist/esm/account/SingleKeyAccount.mjs +64 -1
  22. package/dist/esm/account/index.mjs +90 -1
  23. package/dist/esm/account/utils.mjs +62 -1
  24. package/dist/esm/api/account/abstraction.mjs +62 -1
  25. package/dist/esm/api/account.d.mts +1 -0
  26. package/dist/esm/api/account.mjs +62 -1
  27. package/dist/esm/api/ans.mjs +62 -1
  28. package/dist/esm/api/aptos.d.mts +3 -4
  29. package/dist/esm/api/aptos.mjs +62 -1
  30. package/dist/esm/api/aptosConfig.mjs +9 -1
  31. package/dist/esm/api/coin.mjs +62 -1
  32. package/dist/esm/api/digitalAsset.mjs +62 -1
  33. package/dist/esm/api/faucet.mjs +62 -1
  34. package/dist/esm/api/fungibleAsset.mjs +62 -1
  35. package/dist/esm/api/general.mjs +62 -1
  36. package/dist/esm/api/index.d.mts +2 -1
  37. package/dist/esm/api/index.mjs +67 -1
  38. package/dist/esm/api/keyless.mjs +62 -1
  39. package/dist/esm/api/manager.d.mts +313 -0
  40. package/dist/esm/api/manager.mjs +63 -0
  41. package/dist/esm/api/object.mjs +62 -1
  42. package/dist/esm/api/staking.mjs +62 -1
  43. package/dist/esm/api/table.mjs +39 -1
  44. package/dist/esm/api/transaction.d.mts +56 -36
  45. package/dist/esm/api/transaction.mjs +62 -1
  46. package/dist/esm/api/transactionSubmission/build.mjs +62 -1
  47. package/dist/esm/api/transactionSubmission/helpers.mjs +9 -1
  48. package/dist/esm/api/transactionSubmission/management.mjs +62 -1
  49. package/dist/esm/api/transactionSubmission/sign.mjs +182 -1
  50. package/dist/esm/api/transactionSubmission/sign.mjs.map +1 -1
  51. package/dist/esm/api/transactionSubmission/simulate.mjs +62 -1
  52. package/dist/esm/api/transactionSubmission/submit.mjs +62 -1
  53. package/dist/esm/api/utils.mjs +37 -1
  54. package/dist/esm/bcs/consts.mjs +17 -1
  55. package/dist/esm/bcs/deserializer.mjs +10 -1
  56. package/dist/esm/bcs/index.mjs +60 -1
  57. package/dist/esm/bcs/serializable/entryFunctionBytes.mjs +12 -1
  58. package/dist/esm/bcs/serializable/fixedBytes.mjs +11 -1
  59. package/dist/esm/bcs/serializable/movePrimitives.mjs +26 -1
  60. package/dist/esm/bcs/serializable/moveStructs.mjs +22 -1
  61. package/dist/esm/bcs/serializer.mjs +18 -1
  62. package/dist/esm/chunk-2EQWS4BO.mjs +15 -0
  63. package/dist/esm/{chunk-CW35YAMN.mjs.map → chunk-2EQWS4BO.mjs.map} +1 -1
  64. package/dist/esm/chunk-3WEOSEUE.mjs +221 -0
  65. package/dist/esm/{chunk-Y7ZQTLH4.mjs.map → chunk-3WEOSEUE.mjs.map} +1 -1
  66. package/dist/esm/chunk-4OAWQT57.mjs +281 -0
  67. package/dist/esm/{chunk-DAGUHPTV.mjs.map → chunk-4OAWQT57.mjs.map} +1 -1
  68. package/dist/esm/chunk-53SXUNRK.mjs +12 -0
  69. package/dist/esm/{chunk-XJJVJOX5.mjs.map → chunk-53SXUNRK.mjs.map} +1 -1
  70. package/dist/esm/chunk-55VEYGKK.mjs +46 -0
  71. package/dist/esm/{chunk-XKUIMGKU.mjs.map → chunk-55VEYGKK.mjs.map} +1 -1
  72. package/dist/esm/chunk-6ZZZXQX5.mjs +138 -0
  73. package/dist/esm/{chunk-FGFLPH5K.mjs.map → chunk-6ZZZXQX5.mjs.map} +1 -1
  74. package/dist/esm/chunk-A4IKXI43.mjs +339 -0
  75. package/dist/esm/{chunk-6WDVDEQZ.mjs.map → chunk-A4IKXI43.mjs.map} +1 -1
  76. package/dist/esm/{chunk-UL777LTI.mjs → chunk-A5FS7NAD.mjs} +380 -31
  77. package/dist/esm/{chunk-UL777LTI.mjs.map → chunk-A5FS7NAD.mjs.map} +1 -1
  78. package/dist/esm/chunk-APM7OSLS.mjs +122 -0
  79. package/dist/esm/{chunk-GOXRBEIJ.mjs.map → chunk-APM7OSLS.mjs.map} +1 -1
  80. package/dist/esm/chunk-BEYIOC2H.mjs +34 -0
  81. package/dist/esm/{chunk-YOZBVVKL.mjs.map → chunk-BEYIOC2H.mjs.map} +1 -1
  82. package/dist/esm/chunk-BQCCGCK4.mjs +22 -0
  83. package/dist/esm/{chunk-QREVMGQZ.mjs.map → chunk-BQCCGCK4.mjs.map} +1 -1
  84. package/dist/esm/chunk-CYKMZPCW.mjs +71 -0
  85. package/dist/esm/{chunk-2XQKGWHQ.mjs.map → chunk-CYKMZPCW.mjs.map} +1 -1
  86. package/dist/esm/chunk-DTLPTPJW.mjs +7 -0
  87. package/dist/esm/{chunk-ZIB2TU7B.mjs.map → chunk-DTLPTPJW.mjs.map} +1 -1
  88. package/dist/esm/chunk-DUYTCDXO.mjs +29 -0
  89. package/dist/esm/{chunk-HNBVYE3N.mjs.map → chunk-DUYTCDXO.mjs.map} +1 -1
  90. package/dist/esm/chunk-EPKBDH2H.mjs +177 -0
  91. package/dist/esm/{chunk-GMEBV7NZ.mjs.map → chunk-EPKBDH2H.mjs.map} +1 -1
  92. package/dist/esm/chunk-F7W7KS5C.mjs +52 -0
  93. package/dist/esm/{chunk-C3Q23D22.mjs.map → chunk-F7W7KS5C.mjs.map} +1 -1
  94. package/dist/esm/chunk-FHHBIGGL.mjs +43 -0
  95. package/dist/esm/{chunk-JCFTAG5Z.mjs.map → chunk-FHHBIGGL.mjs.map} +1 -1
  96. package/dist/esm/chunk-FJJ3KCPC.mjs +376 -0
  97. package/dist/esm/{chunk-EBMEXURY.mjs.map → chunk-FJJ3KCPC.mjs.map} +1 -1
  98. package/dist/esm/chunk-GHQTJGG6.mjs +196 -0
  99. package/dist/esm/{chunk-STY74NUA.mjs.map → chunk-GHQTJGG6.mjs.map} +1 -1
  100. package/dist/esm/chunk-GREMFKLA.mjs +84 -0
  101. package/dist/esm/{chunk-QVLV73OB.mjs.map → chunk-GREMFKLA.mjs.map} +1 -1
  102. package/dist/esm/chunk-GUA5YTIK.mjs +362 -0
  103. package/dist/esm/{chunk-35DKMW7Q.mjs.map → chunk-GUA5YTIK.mjs.map} +1 -1
  104. package/dist/esm/chunk-HKXZMGVA.mjs +73 -0
  105. package/dist/esm/{chunk-MT2RJ7H3.mjs.map → chunk-HKXZMGVA.mjs.map} +1 -1
  106. package/dist/esm/chunk-HXS6ZS4S.mjs +16311 -0
  107. package/dist/esm/chunk-HXS6ZS4S.mjs.map +1 -0
  108. package/dist/esm/chunk-IBRCEHIR.mjs +77 -0
  109. package/dist/esm/{chunk-TOBQ5UE6.mjs.map → chunk-IBRCEHIR.mjs.map} +1 -1
  110. package/dist/esm/chunk-ITS22VZT.mjs +48 -0
  111. package/dist/esm/{chunk-WSR5EBJM.mjs.map → chunk-ITS22VZT.mjs.map} +1 -1
  112. package/dist/esm/chunk-KJY6HBMF.mjs +114 -0
  113. package/dist/esm/{chunk-MGMCLJQC.mjs.map → chunk-KJY6HBMF.mjs.map} +1 -1
  114. package/dist/esm/chunk-MOQKSDHO.mjs +33 -0
  115. package/dist/esm/{chunk-WCMW2L3P.mjs.map → chunk-MOQKSDHO.mjs.map} +1 -1
  116. package/dist/esm/chunk-NATYEXGE.mjs +45 -0
  117. package/dist/esm/{chunk-N6YTF76Q.mjs.map → chunk-NATYEXGE.mjs.map} +1 -1
  118. package/dist/esm/chunk-O3EP3HB3.mjs +257 -0
  119. package/dist/esm/{chunk-IJE2LVZG.mjs.map → chunk-O3EP3HB3.mjs.map} +1 -1
  120. package/dist/esm/chunk-ORIVGO5I.mjs +73 -0
  121. package/dist/esm/{chunk-KJW3XYRT.mjs.map → chunk-ORIVGO5I.mjs.map} +1 -1
  122. package/dist/esm/chunk-OWG3TOG6.mjs +11 -0
  123. package/dist/esm/{chunk-KJH4KKG6.mjs.map → chunk-OWG3TOG6.mjs.map} +1 -1
  124. package/dist/esm/chunk-P6RWWRGG.mjs +440 -0
  125. package/dist/esm/{chunk-RGKRCZ36.mjs.map → chunk-P6RWWRGG.mjs.map} +1 -1
  126. package/dist/esm/chunk-PT2QHUB6.mjs +96 -0
  127. package/dist/esm/{chunk-A5L76YP7.mjs.map → chunk-PT2QHUB6.mjs.map} +1 -1
  128. package/dist/esm/chunk-Q5W46UAQ.mjs +123 -0
  129. package/dist/esm/{chunk-B563XRSZ.mjs.map → chunk-Q5W46UAQ.mjs.map} +1 -1
  130. package/dist/esm/chunk-QIM243UU.mjs +89 -0
  131. package/dist/esm/{chunk-TZRRQMCT.mjs.map → chunk-QIM243UU.mjs.map} +1 -1
  132. package/dist/esm/chunk-QPT4BSAB.mjs +20 -0
  133. package/dist/esm/{chunk-IF4UU2MT.mjs.map → chunk-QPT4BSAB.mjs.map} +1 -1
  134. package/dist/esm/chunk-SAWN7RJP.mjs +15 -0
  135. package/dist/esm/chunk-SBB4YEPT.mjs +17 -0
  136. package/dist/esm/{chunk-56CNRT2K.mjs.map → chunk-SBB4YEPT.mjs.map} +1 -1
  137. package/dist/esm/chunk-SCWOUBOV.mjs +101 -0
  138. package/dist/esm/{chunk-7DQDJ2SA.mjs.map → chunk-SCWOUBOV.mjs.map} +1 -1
  139. package/dist/esm/chunk-SFLQPB72.mjs +63 -0
  140. package/dist/esm/{chunk-4RXKALLC.mjs.map → chunk-SFLQPB72.mjs.map} +1 -1
  141. package/dist/esm/chunk-SQ3VDIBO.mjs +47 -0
  142. package/dist/esm/{chunk-NIXUOEWL.mjs.map → chunk-SQ3VDIBO.mjs.map} +1 -1
  143. package/dist/esm/chunk-TPJY5GTS.mjs +502 -0
  144. package/dist/esm/{chunk-Q4W3WJ2U.mjs.map → chunk-TPJY5GTS.mjs.map} +1 -1
  145. package/dist/esm/chunk-TSXVHRQB.mjs +216 -0
  146. package/dist/esm/{chunk-ORMOQWWH.mjs.map → chunk-TSXVHRQB.mjs.map} +1 -1
  147. package/dist/esm/chunk-UAXZDOSV.mjs +19 -0
  148. package/dist/esm/{chunk-XZQAMU5W.mjs.map → chunk-UAXZDOSV.mjs.map} +1 -1
  149. package/dist/esm/chunk-UKXKN5YN.mjs +72 -0
  150. package/dist/esm/{chunk-ROT6S6BM.mjs.map → chunk-UKXKN5YN.mjs.map} +1 -1
  151. package/dist/esm/chunk-WZD3K77H.mjs +53 -0
  152. package/dist/esm/{chunk-RQX6JOEN.mjs.map → chunk-WZD3K77H.mjs.map} +1 -1
  153. package/dist/esm/chunk-XBBBLYRH.mjs +66 -0
  154. package/dist/esm/{chunk-JEEUU42Q.mjs.map → chunk-XBBBLYRH.mjs.map} +1 -1
  155. package/dist/esm/chunk-YJJUYS67.mjs +329 -0
  156. package/dist/esm/{chunk-FLZPUYXQ.mjs.map → chunk-YJJUYS67.mjs.map} +1 -1
  157. package/dist/esm/cli/index.mjs +21 -1
  158. package/dist/esm/cli/localNode.mjs +17 -1
  159. package/dist/esm/cli/move.mjs +7 -1
  160. package/dist/esm/client/core.mjs +31 -1
  161. package/dist/esm/client/get.mjs +40 -1
  162. package/dist/esm/client/index.mjs +60 -1
  163. package/dist/esm/client/post.mjs +40 -1
  164. package/dist/esm/core/account/index.mjs +21 -1
  165. package/dist/esm/core/account/utils/address.mjs +19 -1
  166. package/dist/esm/core/account/utils/index.mjs +20 -1
  167. package/dist/esm/core/accountAddress.mjs +16 -1
  168. package/dist/esm/core/authenticationKey.mjs +15 -1
  169. package/dist/esm/core/common.mjs +7 -1
  170. package/dist/esm/core/crypto/abstraction.mjs +26 -1
  171. package/dist/esm/core/crypto/deserializationUtils.mjs +64 -1
  172. package/dist/esm/core/crypto/ed25519.mjs +68 -1
  173. package/dist/esm/core/crypto/ephemeral.mjs +64 -1
  174. package/dist/esm/core/crypto/federatedKeyless.mjs +62 -1
  175. package/dist/esm/core/crypto/hdKey.mjs +25 -1
  176. package/dist/esm/core/crypto/index.mjs +196 -1
  177. package/dist/esm/core/crypto/keyless.mjs +110 -1
  178. package/dist/esm/core/crypto/multiEd25519.mjs +64 -1
  179. package/dist/esm/core/crypto/multiKey.mjs +66 -1
  180. package/dist/esm/core/crypto/poseidon.mjs +15 -1
  181. package/dist/esm/core/crypto/privateKey.mjs +12 -1
  182. package/dist/esm/core/crypto/proof.mjs +20 -1
  183. package/dist/esm/core/crypto/publicKey.mjs +22 -1
  184. package/dist/esm/core/crypto/secp256k1.mjs +66 -1
  185. package/dist/esm/core/crypto/signature.mjs +20 -1
  186. package/dist/esm/core/crypto/singleKey.mjs +64 -1
  187. package/dist/esm/core/crypto/types.mjs +1 -1
  188. package/dist/esm/core/crypto/utils.d.mts +5 -2
  189. package/dist/esm/core/crypto/utils.mjs +66 -1
  190. package/dist/esm/core/hex.mjs +12 -1
  191. package/dist/esm/core/index.mjs +221 -1
  192. package/dist/esm/errors/index.mjs +26 -1
  193. package/dist/esm/index.d.mts +1 -1
  194. package/dist/esm/index.mjs +716 -1
  195. package/dist/esm/internal/abstraction.mjs +66 -1
  196. package/dist/esm/internal/account.d.mts +27 -21
  197. package/dist/esm/internal/account.mjs +108 -1
  198. package/dist/esm/internal/ans.d.mts +19 -8
  199. package/dist/esm/internal/ans.mjs +100 -1
  200. package/dist/esm/internal/coin.mjs +62 -1
  201. package/dist/esm/internal/digitalAsset.mjs +108 -1
  202. package/dist/esm/internal/faucet.mjs +62 -1
  203. package/dist/esm/internal/fungibleAsset.mjs +70 -1
  204. package/dist/esm/internal/general.mjs +44 -1
  205. package/dist/esm/internal/keyless.mjs +68 -1
  206. package/dist/esm/internal/object.mjs +64 -1
  207. package/dist/esm/internal/staking.mjs +66 -1
  208. package/dist/esm/internal/table.mjs +39 -1
  209. package/dist/esm/internal/transaction.mjs +58 -1
  210. package/dist/esm/internal/transactionSubmission.mjs +82 -1
  211. package/dist/esm/internal/utils/index.mjs +37 -1
  212. package/dist/esm/internal/utils/utils.mjs +36 -1
  213. package/dist/esm/internal/view.mjs +64 -1
  214. package/dist/esm/transactions/authenticator/account.mjs +74 -1
  215. package/dist/esm/transactions/authenticator/index.mjs +86 -1
  216. package/dist/esm/transactions/authenticator/transaction.mjs +72 -1
  217. package/dist/esm/transactions/index.mjs +277 -1
  218. package/dist/esm/transactions/instances/chainId.mjs +11 -1
  219. package/dist/esm/transactions/instances/identifier.mjs +11 -1
  220. package/dist/esm/transactions/instances/index.mjs +119 -1
  221. package/dist/esm/transactions/instances/moduleId.mjs +62 -1
  222. package/dist/esm/transactions/instances/multiAgentTransaction.mjs +62 -1
  223. package/dist/esm/transactions/instances/rawTransaction.mjs +68 -1
  224. package/dist/esm/transactions/instances/rotationProofChallenge.mjs +21 -1
  225. package/dist/esm/transactions/instances/signedTransaction.mjs +62 -1
  226. package/dist/esm/transactions/instances/simpleTransaction.mjs +62 -1
  227. package/dist/esm/transactions/instances/transactionArgument.mjs +1 -1
  228. package/dist/esm/transactions/instances/transactionPayload.mjs +94 -1
  229. package/dist/esm/transactions/management/accountSequenceNumber.mjs +62 -1
  230. package/dist/esm/transactions/management/asyncQueue.mjs +9 -1
  231. package/dist/esm/transactions/management/index.mjs +68 -1
  232. package/dist/esm/transactions/management/transactionWorker.mjs +66 -1
  233. package/dist/esm/transactions/transactionBuilder/helpers.mjs +100 -1
  234. package/dist/esm/transactions/transactionBuilder/index.mjs +148 -1
  235. package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +76 -1
  236. package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +68 -1
  237. package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +84 -1
  238. package/dist/esm/transactions/typeTag/index.mjs +98 -1
  239. package/dist/esm/transactions/typeTag/parser.mjs +66 -1
  240. package/dist/esm/transactions/types.mjs +1 -1
  241. package/dist/esm/types/abstraction.mjs +7 -1
  242. package/dist/esm/types/generated/queries.mjs +65 -1
  243. package/dist/esm/types/generated/types.mjs +758 -1
  244. package/dist/esm/types/generated/types.mjs.map +1 -1
  245. package/dist/esm/types/index.mjs +83 -1
  246. package/dist/esm/types/indexer.d.mts +1 -1
  247. package/dist/esm/types/indexer.mjs +1 -1
  248. package/dist/esm/types/types.mjs +81 -1
  249. package/dist/esm/utils/apiEndpoints.mjs +21 -1
  250. package/dist/esm/utils/const.mjs +25 -1
  251. package/dist/esm/utils/helpers.mjs +42 -1
  252. package/dist/esm/utils/index.mjs +93 -1
  253. package/dist/esm/utils/memoize.mjs +9 -1
  254. package/dist/esm/utils/normalizeBundle.mjs +20 -1
  255. package/dist/esm/version.d.mts +1 -1
  256. package/dist/esm/version.mjs +7 -1
  257. package/package.json +1 -1
  258. package/src/api/aptos.ts +10 -9
  259. package/src/api/index.ts +1 -0
  260. package/src/api/manager.ts +872 -0
  261. package/src/api/transaction.ts +59 -36
  262. package/src/core/crypto/utils.ts +38 -1
  263. package/src/internal/account.ts +36 -83
  264. package/src/internal/ans.ts +19 -8
  265. package/src/internal/move/jwks/build/jwk/BuildInfo.yaml +56 -0
  266. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/account.mv +0 -0
  267. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator.mv +0 -0
  268. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_factory.mv +0 -0
  269. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_v2.mv +0 -0
  270. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_account.mv +0 -0
  271. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_coin.mv +0 -0
  272. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_governance.mv +0 -0
  273. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/block.mv +0 -0
  274. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_id.mv +0 -0
  275. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_status.mv +0 -0
  276. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/code.mv +0 -0
  277. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/coin.mv +0 -0
  278. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/config_buffer.mv +0 -0
  279. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/consensus_config.mv +0 -0
  280. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/create_signer.mv +0 -0
  281. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/delegation_pool.mv +0 -0
  282. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dispatchable_fungible_asset.mv +0 -0
  283. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dkg.mv +0 -0
  284. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/event.mv +0 -0
  285. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/execution_config.mv +0 -0
  286. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/function_info.mv +0 -0
  287. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/fungible_asset.mv +0 -0
  288. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/gas_schedule.mv +0 -0
  289. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/genesis.mv +0 -0
  290. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/governance_proposal.mv +0 -0
  291. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/guid.mv +0 -0
  292. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwk_consensus_config.mv +0 -0
  293. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwks.mv +0 -0
  294. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/keyless_account.mv +0 -0
  295. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/managed_coin.mv +0 -0
  296. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/multisig_account.mv +0 -0
  297. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object.mv +0 -0
  298. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object_code_deployment.mv +0 -0
  299. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/optional_aggregator.mv +0 -0
  300. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/primary_fungible_store.mv +0 -0
  301. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness.mv +0 -0
  302. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_api_v0_config.mv +0 -0
  303. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config.mv +0 -0
  304. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config_seqnum.mv +0 -0
  305. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration.mv +0 -0
  306. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_state.mv +0 -0
  307. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_with_dkg.mv +0 -0
  308. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/resource_account.mv +0 -0
  309. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/stake.mv +0 -0
  310. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_config.mv +0 -0
  311. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_contract.mv +0 -0
  312. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_proxy.mv +0 -0
  313. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/state_storage.mv +0 -0
  314. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/storage_gas.mv +0 -0
  315. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/system_addresses.mv +0 -0
  316. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/timestamp.mv +0 -0
  317. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_context.mv +0 -0
  318. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_fee.mv +0 -0
  319. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_validation.mv +0 -0
  320. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/util.mv +0 -0
  321. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/validator_consensus_info.mv +0 -0
  322. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/version.mv +0 -0
  323. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/vesting.mv +0 -0
  324. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/voting.mv +0 -0
  325. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/any.mv +0 -0
  326. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/aptos_hash.mv +0 -0
  327. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/big_vector.mv +0 -0
  328. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381.mv +0 -0
  329. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381_algebra.mv +0 -0
  330. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bn254_algebra.mv +0 -0
  331. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/capability.mv +0 -0
  332. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/comparator.mv +0 -0
  333. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/copyable_any.mv +0 -0
  334. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/crypto_algebra.mv +0 -0
  335. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/debug.mv +0 -0
  336. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ed25519.mv +0 -0
  337. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/fixed_point64.mv +0 -0
  338. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/from_bcs.mv +0 -0
  339. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math128.mv +0 -0
  340. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math64.mv +0 -0
  341. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed.mv +0 -0
  342. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed64.mv +0 -0
  343. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/multi_ed25519.mv +0 -0
  344. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64.mv +0 -0
  345. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64_unbound.mv +0 -0
  346. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255.mv +0 -0
  347. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_bulletproofs.mv +0 -0
  348. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_elgamal.mv +0 -0
  349. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_pedersen.mv +0 -0
  350. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/secp256k1.mv +0 -0
  351. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/simple_map.mv +0 -0
  352. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_table.mv +0 -0
  353. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_vector.mv +0 -0
  354. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/string_utils.mv +0 -0
  355. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table.mv +0 -0
  356. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table_with_length.mv +0 -0
  357. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/type_info.mv +0 -0
  358. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/acl.mv +0 -0
  359. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bcs.mv +0 -0
  360. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bit_vector.mv +0 -0
  361. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/error.mv +0 -0
  362. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/features.mv +0 -0
  363. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/fixed_point32.mv +0 -0
  364. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/hash.mv +0 -0
  365. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/option.mv +0 -0
  366. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/signer.mv +0 -0
  367. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/string.mv +0 -0
  368. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/vector.mv +0 -0
  369. package/src/internal/move/jwks/build/jwk/bytecode_scripts/main.mv +0 -0
  370. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/account.mvsm +0 -0
  371. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator.mvsm +0 -0
  372. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_factory.mvsm +0 -0
  373. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_v2.mvsm +0 -0
  374. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_account.mvsm +0 -0
  375. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_coin.mvsm +0 -0
  376. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_governance.mvsm +0 -0
  377. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/block.mvsm +0 -0
  378. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_id.mvsm +0 -0
  379. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_status.mvsm +0 -0
  380. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/code.mvsm +0 -0
  381. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/coin.mvsm +0 -0
  382. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/config_buffer.mvsm +0 -0
  383. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/consensus_config.mvsm +0 -0
  384. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/create_signer.mvsm +0 -0
  385. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/delegation_pool.mvsm +0 -0
  386. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dispatchable_fungible_asset.mvsm +0 -0
  387. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dkg.mvsm +0 -0
  388. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/event.mvsm +0 -0
  389. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/execution_config.mvsm +0 -0
  390. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/function_info.mvsm +0 -0
  391. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/fungible_asset.mvsm +0 -0
  392. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/gas_schedule.mvsm +0 -0
  393. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/genesis.mvsm +0 -0
  394. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/governance_proposal.mvsm +0 -0
  395. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/guid.mvsm +0 -0
  396. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwk_consensus_config.mvsm +0 -0
  397. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwks.mvsm +0 -0
  398. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/keyless_account.mvsm +0 -0
  399. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/managed_coin.mvsm +0 -0
  400. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/multisig_account.mvsm +0 -0
  401. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object.mvsm +0 -0
  402. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object_code_deployment.mvsm +0 -0
  403. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/optional_aggregator.mvsm +0 -0
  404. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/primary_fungible_store.mvsm +0 -0
  405. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness.mvsm +0 -0
  406. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_api_v0_config.mvsm +0 -0
  407. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config.mvsm +0 -0
  408. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config_seqnum.mvsm +0 -0
  409. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration.mvsm +0 -0
  410. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_state.mvsm +0 -0
  411. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_with_dkg.mvsm +0 -0
  412. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/resource_account.mvsm +0 -0
  413. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/stake.mvsm +0 -0
  414. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_config.mvsm +0 -0
  415. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_contract.mvsm +0 -0
  416. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_proxy.mvsm +0 -0
  417. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/state_storage.mvsm +0 -0
  418. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/storage_gas.mvsm +0 -0
  419. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/system_addresses.mvsm +0 -0
  420. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/timestamp.mvsm +0 -0
  421. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_context.mvsm +0 -0
  422. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_fee.mvsm +0 -0
  423. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_validation.mvsm +0 -0
  424. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/util.mvsm +0 -0
  425. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/validator_consensus_info.mvsm +0 -0
  426. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/version.mvsm +0 -0
  427. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/vesting.mvsm +0 -0
  428. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/voting.mvsm +0 -0
  429. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/any.mvsm +0 -0
  430. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/aptos_hash.mvsm +0 -0
  431. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/big_vector.mvsm +0 -0
  432. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381.mvsm +0 -0
  433. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381_algebra.mvsm +0 -0
  434. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bn254_algebra.mvsm +0 -0
  435. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/capability.mvsm +0 -0
  436. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/comparator.mvsm +0 -0
  437. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/copyable_any.mvsm +0 -0
  438. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/crypto_algebra.mvsm +0 -0
  439. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/debug.mvsm +0 -0
  440. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ed25519.mvsm +0 -0
  441. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/fixed_point64.mvsm +0 -0
  442. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/from_bcs.mvsm +0 -0
  443. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math128.mvsm +0 -0
  444. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math64.mvsm +0 -0
  445. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed.mvsm +0 -0
  446. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed64.mvsm +0 -0
  447. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/multi_ed25519.mvsm +0 -0
  448. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64.mvsm +0 -0
  449. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64_unbound.mvsm +0 -0
  450. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255.mvsm +0 -0
  451. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_bulletproofs.mvsm +0 -0
  452. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_elgamal.mvsm +0 -0
  453. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_pedersen.mvsm +0 -0
  454. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/secp256k1.mvsm +0 -0
  455. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/simple_map.mvsm +0 -0
  456. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_table.mvsm +0 -0
  457. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_vector.mvsm +0 -0
  458. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/string_utils.mvsm +0 -0
  459. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table.mvsm +0 -0
  460. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table_with_length.mvsm +0 -0
  461. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/type_info.mvsm +0 -0
  462. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/acl.mvsm +0 -0
  463. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bcs.mvsm +0 -0
  464. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bit_vector.mvsm +0 -0
  465. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/error.mvsm +0 -0
  466. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/features.mvsm +0 -0
  467. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/fixed_point32.mvsm +0 -0
  468. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/hash.mvsm +0 -0
  469. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/option.mvsm +0 -0
  470. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/signer.mvsm +0 -0
  471. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/string.mvsm +0 -0
  472. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/vector.mvsm +0 -0
  473. package/src/internal/move/jwks/build/jwk/source_maps/main.mvsm +0 -0
  474. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/account.move +1533 -0
  475. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator.move +48 -0
  476. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_factory.move +66 -0
  477. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_v2.move +280 -0
  478. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_account.move +443 -0
  479. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_coin.move +204 -0
  480. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_governance.move +1387 -0
  481. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/block.move +394 -0
  482. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_id.move +41 -0
  483. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_status.move +48 -0
  484. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/code.move +367 -0
  485. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/coin.move +2214 -0
  486. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/config_buffer.move +101 -0
  487. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/consensus_config.move +77 -0
  488. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/create_signer.move +21 -0
  489. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/delegation_pool.move +5568 -0
  490. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dispatchable_fungible_asset.move +228 -0
  491. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dkg.move +121 -0
  492. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/event.move +92 -0
  493. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/execution_config.move +66 -0
  494. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/function_info.move +100 -0
  495. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/fungible_asset.move +1566 -0
  496. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/gas_schedule.move +176 -0
  497. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/genesis.move +550 -0
  498. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/governance_proposal.move +23 -0
  499. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/guid.move +68 -0
  500. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwk_consensus_config.move +148 -0
  501. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwks.move +817 -0
  502. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/keyless_account.move +312 -0
  503. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/managed_coin.move +205 -0
  504. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/multisig_account.move +2477 -0
  505. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object.move +1073 -0
  506. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object_code_deployment.move +147 -0
  507. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/optional_aggregator.move +295 -0
  508. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/primary_fungible_store.move +405 -0
  509. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness.move +574 -0
  510. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_api_v0_config.move +57 -0
  511. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config.move +153 -0
  512. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config_seqnum.move +49 -0
  513. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration.move +237 -0
  514. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_state.move +132 -0
  515. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_with_dkg.move +69 -0
  516. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/resource_account.move +267 -0
  517. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/stake.move +3286 -0
  518. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_config.move +686 -0
  519. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_contract.move +1618 -0
  520. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_proxy.move +228 -0
  521. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/state_storage.move +90 -0
  522. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/storage_gas.move +622 -0
  523. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/system_addresses.move +82 -0
  524. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/timestamp.move +88 -0
  525. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_context.move +262 -0
  526. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_fee.move +457 -0
  527. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_validation.move +501 -0
  528. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/util.move +16 -0
  529. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/validator_consensus_info.move +42 -0
  530. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/version.move +115 -0
  531. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/vesting.move +2183 -0
  532. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/voting.move +1279 -0
  533. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/any.move +57 -0
  534. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/aptos_hash.move +253 -0
  535. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/big_vector.move +469 -0
  536. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381.move +985 -0
  537. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381_algebra.move +802 -0
  538. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bn254_algebra.move +855 -0
  539. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/capability.move +193 -0
  540. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/comparator.move +173 -0
  541. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/copyable_any.move +45 -0
  542. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/crypto_algebra.move +351 -0
  543. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/debug.move +278 -0
  544. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ed25519.move +262 -0
  545. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/fixed_point64.move +447 -0
  546. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/from_bcs.move +91 -0
  547. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math128.move +381 -0
  548. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math64.move +336 -0
  549. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed.move +139 -0
  550. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed64.move +142 -0
  551. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/multi_ed25519.move +482 -0
  552. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64.move +571 -0
  553. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64_unbound.move +270 -0
  554. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255.move +1310 -0
  555. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_bulletproofs.move +253 -0
  556. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_elgamal.move +234 -0
  557. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_pedersen.move +158 -0
  558. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/secp256k1.move +114 -0
  559. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/simple_map.move +319 -0
  560. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_table.move +769 -0
  561. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_vector.move +766 -0
  562. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/string_utils.move +148 -0
  563. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table.move +152 -0
  564. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table_with_length.move +141 -0
  565. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/type_info.move +351 -0
  566. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/acl.move +46 -0
  567. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bcs.move +27 -0
  568. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bit_vector.move +239 -0
  569. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/error.move +88 -0
  570. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/features.move +780 -0
  571. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/fixed_point32.move +295 -0
  572. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/hash.move +8 -0
  573. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/option.move +356 -0
  574. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/signer.move +21 -0
  575. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/string.move +93 -0
  576. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/vector.move +669 -0
  577. package/src/internal/move/jwks/build/jwk/sources/main.move +20 -0
  578. package/src/version.ts +1 -1
  579. package/dist/common/chunk-6MMUUJHX.js +0 -4
  580. package/dist/common/chunk-6MMUUJHX.js.map +0 -1
  581. package/dist/esm/api/event.d.mts +0 -193
  582. package/dist/esm/api/event.mjs +0 -2
  583. package/dist/esm/chunk-2XQKGWHQ.mjs +0 -2
  584. package/dist/esm/chunk-35DKMW7Q.mjs +0 -2
  585. package/dist/esm/chunk-4RXKALLC.mjs +0 -2
  586. package/dist/esm/chunk-56CNRT2K.mjs +0 -2
  587. package/dist/esm/chunk-6WDVDEQZ.mjs +0 -7
  588. package/dist/esm/chunk-7DQDJ2SA.mjs +0 -2
  589. package/dist/esm/chunk-A5L76YP7.mjs +0 -2
  590. package/dist/esm/chunk-B563XRSZ.mjs +0 -2
  591. package/dist/esm/chunk-C3Q23D22.mjs +0 -2
  592. package/dist/esm/chunk-CFQFFP6N.mjs +0 -2
  593. package/dist/esm/chunk-CFQFFP6N.mjs.map +0 -1
  594. package/dist/esm/chunk-CO67Y6YE.mjs +0 -2
  595. package/dist/esm/chunk-CO67Y6YE.mjs.map +0 -1
  596. package/dist/esm/chunk-CW35YAMN.mjs +0 -2
  597. package/dist/esm/chunk-DAGUHPTV.mjs +0 -2
  598. package/dist/esm/chunk-DPW6ELCQ.mjs +0 -2
  599. package/dist/esm/chunk-DPW6ELCQ.mjs.map +0 -1
  600. package/dist/esm/chunk-EBMEXURY.mjs +0 -2
  601. package/dist/esm/chunk-FGFLPH5K.mjs +0 -2
  602. package/dist/esm/chunk-FLZPUYXQ.mjs +0 -2
  603. package/dist/esm/chunk-GMEBV7NZ.mjs +0 -2
  604. package/dist/esm/chunk-GOXRBEIJ.mjs +0 -2
  605. package/dist/esm/chunk-GXDOOLCG.mjs +0 -6
  606. package/dist/esm/chunk-GXDOOLCG.mjs.map +0 -1
  607. package/dist/esm/chunk-HNBVYE3N.mjs +0 -2
  608. package/dist/esm/chunk-IF4UU2MT.mjs +0 -2
  609. package/dist/esm/chunk-IJE2LVZG.mjs +0 -2
  610. package/dist/esm/chunk-JCFTAG5Z.mjs +0 -2
  611. package/dist/esm/chunk-JEEUU42Q.mjs +0 -2
  612. package/dist/esm/chunk-KDMSOCZY.mjs +0 -2
  613. package/dist/esm/chunk-KJH4KKG6.mjs +0 -2
  614. package/dist/esm/chunk-KJW3XYRT.mjs +0 -2
  615. package/dist/esm/chunk-MGMCLJQC.mjs +0 -2
  616. package/dist/esm/chunk-MT2RJ7H3.mjs +0 -2
  617. package/dist/esm/chunk-N6YTF76Q.mjs +0 -2
  618. package/dist/esm/chunk-NIXUOEWL.mjs +0 -2
  619. package/dist/esm/chunk-ORMOQWWH.mjs +0 -2
  620. package/dist/esm/chunk-Q4W3WJ2U.mjs +0 -2
  621. package/dist/esm/chunk-QREVMGQZ.mjs +0 -2
  622. package/dist/esm/chunk-QVLV73OB.mjs +0 -2
  623. package/dist/esm/chunk-RGKRCZ36.mjs +0 -4
  624. package/dist/esm/chunk-ROT6S6BM.mjs +0 -2
  625. package/dist/esm/chunk-RQX6JOEN.mjs +0 -2
  626. package/dist/esm/chunk-STY74NUA.mjs +0 -2
  627. package/dist/esm/chunk-TOBQ5UE6.mjs +0 -2
  628. package/dist/esm/chunk-TZRRQMCT.mjs +0 -2
  629. package/dist/esm/chunk-UQWF24SS.mjs +0 -2
  630. package/dist/esm/chunk-UQWF24SS.mjs.map +0 -1
  631. package/dist/esm/chunk-WCMW2L3P.mjs +0 -2
  632. package/dist/esm/chunk-WSR5EBJM.mjs +0 -2
  633. package/dist/esm/chunk-XJJVJOX5.mjs +0 -2
  634. package/dist/esm/chunk-XKUIMGKU.mjs +0 -2
  635. package/dist/esm/chunk-XZQAMU5W.mjs +0 -2
  636. package/dist/esm/chunk-Y7ZQTLH4.mjs +0 -2
  637. package/dist/esm/chunk-YOZBVVKL.mjs +0 -2
  638. package/dist/esm/chunk-ZIB2TU7B.mjs +0 -2
  639. package/dist/esm/internal/event.d.mts +0 -82
  640. package/dist/esm/internal/event.mjs +0 -2
  641. package/dist/esm/internal/event.mjs.map +0 -1
  642. package/src/api/event.ts +0 -230
  643. package/src/internal/event.ts +0 -171
  644. /package/dist/esm/api/{event.mjs.map → manager.mjs.map} +0 -0
  645. /package/dist/esm/{chunk-KDMSOCZY.mjs.map → chunk-SAWN7RJP.mjs.map} +0 -0
@@ -1,6 +1,7 @@
1
- import { A as AptosConfig, bO as PaginationArgs, cb as TransactionResponse, bM as AnyNumber, bo as HexInput, dt as WaitForTransactionOptions, cc as CommittedTransactionResponse, c6 as GasEstimation, bf as AnyRawTransaction, m as AccountAddressInput, aS as InputGenerateTransactionOptions, as as SimpleTransaction, r as Ed25519PrivateKey, p as AuthenticationKey, ck as PendingTransactionResponse, W as AccountAuthenticator, aW as InputGenerateTransactionPayloadData, bl as InputTransactionPluginData } from '../account--Q9z_xMN.mjs';
1
+ import { A as AptosConfig, bO as PaginationArgs, cb as TransactionResponse, bM as AnyNumber, bo as HexInput, dt as WaitForTransactionOptions, cc as CommittedTransactionResponse, c6 as GasEstimation, bf as AnyRawTransaction, m as AccountAddressInput, aS as InputGenerateTransactionOptions, as as SimpleTransaction, r as Ed25519PrivateKey, G as AccountPublicKey, W as AccountAuthenticator, aW as InputGenerateTransactionPayloadData, bl as InputTransactionPluginData, ck as PendingTransactionResponse } from '../account--Q9z_xMN.mjs';
2
2
  import { FeePayerOrFeePayerAuthenticatorOrNeither } from '../internal/transactionSubmission.mjs';
3
- import { A as Account } from '../Ed25519Account-ndmdpFe9.mjs';
3
+ import { A as Account, b as Ed25519Account } from '../Ed25519Account-ndmdpFe9.mjs';
4
+ import { MultiEd25519Account } from '../account/MultiEd25519Account.mjs';
4
5
  import { Build } from './transactionSubmission/build.mjs';
5
6
  import { Simulate } from './transactionSubmission/simulate.mjs';
6
7
  import { Submit } from './transactionSubmission/submit.mjs';
@@ -407,43 +408,33 @@ declare class Transaction {
407
408
  *
408
409
  * @param args - The arguments for rotating the authentication key.
409
410
  * @param args.fromAccount - The account from which the authentication key will be rotated.
410
- * @param args.toAccount - (Optional) The target account to rotate to. Required if not using toNewPrivateKey or toAuthKey.
411
- * @param args.toNewPrivateKey - (Optional) The new private key to rotate to. Required if not using toAccount or toAuthKey.
412
- * @param args.toAuthKey - (Optional) The new authentication key to rotate to. Can only be used with dangerouslySkipVerification=true.
413
- * @param args.dangerouslySkipVerification - (Optional) If true, skips verification steps after rotation. Required when using toAuthKey.
411
+ * @param args.toAccount - (Optional) The target account to rotate to. Required if not using toNewPrivateKey.
412
+ * @param args.toNewPrivateKey - (Optional) The new private key to rotate to. Required if not using toAccount.
414
413
  *
415
414
  * @remarks
416
415
  * This function supports three modes of rotation:
417
416
  * 1. Using a target Account object (toAccount)
418
417
  * 2. Using a new private key (toNewPrivateKey)
419
- * 3. Using a raw authentication key (toAuthKey) - requires dangerouslySkipVerification=true
420
418
  *
421
- * When not using dangerouslySkipVerification, the function performs additional safety checks and account setup.
419
+ * For Ed25519 accounts, the function will use a challenge-based rotation that requires signatures from both the old and new keys.
420
+ * For multi-key accounts like MultiEd25519Account, the function will use a challenge-based rotation that requires signatures from both keys.
421
+ * For other account types, the function will use an unverified rotation that only requires the new public key.
422
422
  *
423
- * If the new key is a multi key, skipping verification is dangerous because verification will publish the public key onchain and
424
- * prevent users from being locked out of the account from loss of knowledge of one of the public keys.
425
- *
426
- * @returns PendingTransactionResponse
423
+ * @returns SimpleTransaction that can be submitted to rotate the auth key
427
424
  *
428
425
  * @example
429
426
  * ```typescript
430
- * import { Aptos, AptosConfig, Network, Account, PrivateKey } from "@aptos-labs/ts-sdk";
431
- *
432
- * const config = new AptosConfig({ network: Network.TESTNET });
433
- * const aptos = new Aptos(config);
434
- *
435
- * async function runExample() {
436
- * // Rotate the authentication key for an account
437
- * const response = await aptos.rotateAuthKey({
438
- * // replace with a real account
439
- * fromAccount: Account.generate(),
440
- * // replace with a real private key
441
- * toNewPrivateKey: new PrivateKey("0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"),
442
- * });
443
- *
444
- * console.log(response);
445
- * }
446
- * runExample().catch(console.error);
427
+ * // Create and submit transaction to rotate the auth key
428
+ * const transaction = await aptos.rotateAuthKey({
429
+ * fromAccount,
430
+ * toAccount: toAccount,
431
+ * });
432
+ *
433
+ * // Sign and submit the transaction
434
+ * const pendingTransaction = await aptos.signAndSubmitTransaction({
435
+ * signer: fromAccount,
436
+ * transaction,
437
+ * });
447
438
  * ```
448
439
  * @group Transaction
449
440
  */
@@ -451,15 +442,44 @@ declare class Transaction {
451
442
  fromAccount: Account;
452
443
  options?: InputGenerateTransactionOptions;
453
444
  } & ({
454
- toAccount: Account;
455
- dangerouslySkipVerification?: never;
445
+ toAccount: Ed25519Account | MultiEd25519Account;
456
446
  } | {
457
447
  toNewPrivateKey: Ed25519PrivateKey;
458
- dangerouslySkipVerification?: never;
459
- } | {
460
- toAuthKey: AuthenticationKey;
461
- dangerouslySkipVerification: true;
462
- })): Promise<PendingTransactionResponse>;
448
+ })): Promise<SimpleTransaction>;
449
+ /**
450
+ * Rotates the authentication key for a given account without verifying the new key.
451
+ *
452
+ * Accounts with their auth key rotated via this function will be derivable via the `getAccountsForPublicKey` and
453
+ * `deriveOwnedAccountsFromSigner` functions however the public key will be unverified (no proof of ownership). Thus
454
+ * includeUnverified must be set to true to derive the account until the public key is verified via signing a transaction.
455
+ *
456
+ * @param args - The arguments for rotating the authentication key.
457
+ * @param args.fromAccount - The account from which the authentication key will be rotated.
458
+ * @param args.toNewPublicKey - The new public key to rotate to.
459
+ *
460
+ * @returns A simple transaction object that can be submitted to the network.
461
+ *
462
+ * @example
463
+ * ```typescript
464
+ * // Create and submit transaction to rotate the auth key
465
+ * const transaction = await aptos.rotateAuthKeyUnverified({
466
+ * fromAccount,
467
+ * toNewPublicKey,
468
+ * });
469
+ *
470
+ * // Sign and submit the transaction
471
+ * const pendingTransaction = await aptos.signAndSubmitTransaction({
472
+ * signer: fromAccount,
473
+ * transaction,
474
+ * });
475
+ * ```
476
+ * @group Transaction
477
+ */
478
+ rotateAuthKeyUnverified(args: {
479
+ fromAccount: Account;
480
+ options?: InputGenerateTransactionOptions;
481
+ toNewPublicKey: AccountPublicKey;
482
+ }): Promise<SimpleTransaction>;
463
483
  /**
464
484
  * Sign a transaction that can later be submitted to the chain.
465
485
  * This function is essential for ensuring the authenticity of the transaction by using the provided account's signing capabilities.
@@ -1,2 +1,63 @@
1
- import{ae as a}from"../chunk-GXDOOLCG.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-NIXUOEWL.mjs";import"../chunk-CO67Y6YE.mjs";import"../chunk-5HXLZHDW.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-RQX6JOEN.mjs";import"../chunk-CFQFFP6N.mjs";import"../chunk-UQWF24SS.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-WSR5EBJM.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-2XQKGWHQ.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-XKUIMGKU.mjs";import"../chunk-N6YTF76Q.mjs";import"../chunk-QREVMGQZ.mjs";import"../chunk-KJH4KKG6.mjs";import"../chunk-FGFLPH5K.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-GMEBV7NZ.mjs";import"../chunk-JEEUU42Q.mjs";import"../chunk-XZQAMU5W.mjs";import"../chunk-DAGUHPTV.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-TZRRQMCT.mjs";import"../chunk-UL777LTI.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-MGMCLJQC.mjs";import"../chunk-QVLV73OB.mjs";import"../chunk-KJW3XYRT.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-CW35YAMN.mjs";import"../chunk-6WDVDEQZ.mjs";import"../chunk-Y7ZQTLH4.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-JCFTAG5Z.mjs";import"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-Q4W3WJ2U.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-IJE2LVZG.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-ZIB2TU7B.mjs";import"../chunk-KDMSOCZY.mjs";export{a as Transaction};
1
+ import {
2
+ Transaction
3
+ } from "../chunk-HXS6ZS4S.mjs";
4
+ import "../chunk-UYVPNUH3.mjs";
5
+ import "../chunk-55VEYGKK.mjs";
6
+ import "../chunk-NATYEXGE.mjs";
7
+ import "../chunk-CYKMZPCW.mjs";
8
+ import "../chunk-PT2QHUB6.mjs";
9
+ import "../chunk-5HXLZHDW.mjs";
10
+ import "../chunk-G3MHXDYA.mjs";
11
+ import "../chunk-SQ3VDIBO.mjs";
12
+ import "../chunk-APM7OSLS.mjs";
13
+ import "../chunk-UKXKN5YN.mjs";
14
+ import "../chunk-53SXUNRK.mjs";
15
+ import "../chunk-NECL5FCQ.mjs";
16
+ import "../chunk-4QMXOWHP.mjs";
17
+ import "../chunk-WZD3K77H.mjs";
18
+ import "../chunk-MOQKSDHO.mjs";
19
+ import "../chunk-ITS22VZT.mjs";
20
+ import "../chunk-F7W7KS5C.mjs";
21
+ import "../chunk-BQCCGCK4.mjs";
22
+ import "../chunk-V3MBJJTL.mjs";
23
+ import "../chunk-OWG3TOG6.mjs";
24
+ import "../chunk-6ZZZXQX5.mjs";
25
+ import "../chunk-EPKBDH2H.mjs";
26
+ import "../chunk-XBBBLYRH.mjs";
27
+ import "../chunk-UAXZDOSV.mjs";
28
+ import "../chunk-4OAWQT57.mjs";
29
+ import "../chunk-BEYIOC2H.mjs";
30
+ import "../chunk-QIM243UU.mjs";
31
+ import "../chunk-A5FS7NAD.mjs";
32
+ import "../chunk-7ECCT6PK.mjs";
33
+ import "../chunk-GREMFKLA.mjs";
34
+ import "../chunk-KJY6HBMF.mjs";
35
+ import "../chunk-ORIVGO5I.mjs";
36
+ import "../chunk-HGLO5LDS.mjs";
37
+ import "../chunk-2EQWS4BO.mjs";
38
+ import "../chunk-A4IKXI43.mjs";
39
+ import "../chunk-SCWOUBOV.mjs";
40
+ import "../chunk-DUYTCDXO.mjs";
41
+ import "../chunk-P6RWWRGG.mjs";
42
+ import "../chunk-FZY4PMEE.mjs";
43
+ import "../chunk-TPJY5GTS.mjs";
44
+ import "../chunk-TSXVHRQB.mjs";
45
+ import "../chunk-IBRCEHIR.mjs";
46
+ import "../chunk-HKXZMGVA.mjs";
47
+ import "../chunk-FD6FGKYY.mjs";
48
+ import "../chunk-4WPQQPUF.mjs";
49
+ import "../chunk-O3EP3HB3.mjs";
50
+ import "../chunk-YJJUYS67.mjs";
51
+ import "../chunk-FJJ3KCPC.mjs";
52
+ import "../chunk-GHQTJGG6.mjs";
53
+ import "../chunk-QPT4BSAB.mjs";
54
+ import "../chunk-SBB4YEPT.mjs";
55
+ import "../chunk-3WEOSEUE.mjs";
56
+ import "../chunk-SFLQPB72.mjs";
57
+ import "../chunk-FHHBIGGL.mjs";
58
+ import "../chunk-DTLPTPJW.mjs";
59
+ import "../chunk-SAWN7RJP.mjs";
60
+ export {
61
+ Transaction
62
+ };
2
63
  //# sourceMappingURL=transaction.mjs.map
@@ -1,2 +1,63 @@
1
- import{Ud as a}from"../../chunk-GXDOOLCG.mjs";import"../../chunk-G3MHXDYA.mjs";import"../../chunk-NIXUOEWL.mjs";import"../../chunk-CO67Y6YE.mjs";import"../../chunk-5HXLZHDW.mjs";import"../../chunk-A5L76YP7.mjs";import"../../chunk-GOXRBEIJ.mjs";import"../../chunk-XJJVJOX5.mjs";import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-RQX6JOEN.mjs";import"../../chunk-CFQFFP6N.mjs";import"../../chunk-UQWF24SS.mjs";import"../../chunk-DPW6ELCQ.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-ROT6S6BM.mjs";import"../../chunk-WSR5EBJM.mjs";import"../../chunk-WCMW2L3P.mjs";import"../../chunk-2XQKGWHQ.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-XKUIMGKU.mjs";import"../../chunk-N6YTF76Q.mjs";import"../../chunk-QREVMGQZ.mjs";import"../../chunk-KJH4KKG6.mjs";import"../../chunk-FGFLPH5K.mjs";import"../../chunk-V3MBJJTL.mjs";import"../../chunk-GMEBV7NZ.mjs";import"../../chunk-JEEUU42Q.mjs";import"../../chunk-XZQAMU5W.mjs";import"../../chunk-DAGUHPTV.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-TZRRQMCT.mjs";import"../../chunk-UL777LTI.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-MGMCLJQC.mjs";import"../../chunk-QVLV73OB.mjs";import"../../chunk-KJW3XYRT.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-CW35YAMN.mjs";import"../../chunk-6WDVDEQZ.mjs";import"../../chunk-Y7ZQTLH4.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-JCFTAG5Z.mjs";import"../../chunk-7DQDJ2SA.mjs";import"../../chunk-HNBVYE3N.mjs";import"../../chunk-RGKRCZ36.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-Q4W3WJ2U.mjs";import"../../chunk-ORMOQWWH.mjs";import"../../chunk-TOBQ5UE6.mjs";import"../../chunk-MT2RJ7H3.mjs";import"../../chunk-FD6FGKYY.mjs";import"../../chunk-IJE2LVZG.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-FLZPUYXQ.mjs";import"../../chunk-EBMEXURY.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-ZIB2TU7B.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as Build};
1
+ import {
2
+ Build
3
+ } from "../../chunk-HXS6ZS4S.mjs";
4
+ import "../../chunk-UYVPNUH3.mjs";
5
+ import "../../chunk-55VEYGKK.mjs";
6
+ import "../../chunk-NATYEXGE.mjs";
7
+ import "../../chunk-CYKMZPCW.mjs";
8
+ import "../../chunk-PT2QHUB6.mjs";
9
+ import "../../chunk-5HXLZHDW.mjs";
10
+ import "../../chunk-G3MHXDYA.mjs";
11
+ import "../../chunk-SQ3VDIBO.mjs";
12
+ import "../../chunk-APM7OSLS.mjs";
13
+ import "../../chunk-UKXKN5YN.mjs";
14
+ import "../../chunk-53SXUNRK.mjs";
15
+ import "../../chunk-NECL5FCQ.mjs";
16
+ import "../../chunk-4QMXOWHP.mjs";
17
+ import "../../chunk-WZD3K77H.mjs";
18
+ import "../../chunk-MOQKSDHO.mjs";
19
+ import "../../chunk-ITS22VZT.mjs";
20
+ import "../../chunk-F7W7KS5C.mjs";
21
+ import "../../chunk-BQCCGCK4.mjs";
22
+ import "../../chunk-V3MBJJTL.mjs";
23
+ import "../../chunk-OWG3TOG6.mjs";
24
+ import "../../chunk-6ZZZXQX5.mjs";
25
+ import "../../chunk-EPKBDH2H.mjs";
26
+ import "../../chunk-XBBBLYRH.mjs";
27
+ import "../../chunk-UAXZDOSV.mjs";
28
+ import "../../chunk-4OAWQT57.mjs";
29
+ import "../../chunk-BEYIOC2H.mjs";
30
+ import "../../chunk-QIM243UU.mjs";
31
+ import "../../chunk-A5FS7NAD.mjs";
32
+ import "../../chunk-7ECCT6PK.mjs";
33
+ import "../../chunk-GREMFKLA.mjs";
34
+ import "../../chunk-KJY6HBMF.mjs";
35
+ import "../../chunk-ORIVGO5I.mjs";
36
+ import "../../chunk-HGLO5LDS.mjs";
37
+ import "../../chunk-2EQWS4BO.mjs";
38
+ import "../../chunk-A4IKXI43.mjs";
39
+ import "../../chunk-SCWOUBOV.mjs";
40
+ import "../../chunk-DUYTCDXO.mjs";
41
+ import "../../chunk-P6RWWRGG.mjs";
42
+ import "../../chunk-FZY4PMEE.mjs";
43
+ import "../../chunk-TPJY5GTS.mjs";
44
+ import "../../chunk-TSXVHRQB.mjs";
45
+ import "../../chunk-IBRCEHIR.mjs";
46
+ import "../../chunk-HKXZMGVA.mjs";
47
+ import "../../chunk-FD6FGKYY.mjs";
48
+ import "../../chunk-4WPQQPUF.mjs";
49
+ import "../../chunk-O3EP3HB3.mjs";
50
+ import "../../chunk-YJJUYS67.mjs";
51
+ import "../../chunk-FJJ3KCPC.mjs";
52
+ import "../../chunk-GHQTJGG6.mjs";
53
+ import "../../chunk-QPT4BSAB.mjs";
54
+ import "../../chunk-SBB4YEPT.mjs";
55
+ import "../../chunk-3WEOSEUE.mjs";
56
+ import "../../chunk-SFLQPB72.mjs";
57
+ import "../../chunk-FHHBIGGL.mjs";
58
+ import "../../chunk-DTLPTPJW.mjs";
59
+ import "../../chunk-SAWN7RJP.mjs";
60
+ export {
61
+ Build
62
+ };
2
63
  //# sourceMappingURL=build.mjs.map
@@ -1,2 +1,10 @@
1
- import{a,b}from"../../chunk-QREVMGQZ.mjs";import"../../chunk-KDMSOCZY.mjs";export{b as ValidateFeePayerDataOnSimulation,a as validateFeePayerDataOnSubmission};
1
+ import {
2
+ ValidateFeePayerDataOnSimulation,
3
+ validateFeePayerDataOnSubmission
4
+ } from "../../chunk-BQCCGCK4.mjs";
5
+ import "../../chunk-SAWN7RJP.mjs";
6
+ export {
7
+ ValidateFeePayerDataOnSimulation,
8
+ validateFeePayerDataOnSubmission
9
+ };
2
10
  //# sourceMappingURL=helpers.mjs.map
@@ -1,2 +1,63 @@
1
- import{$d as a}from"../../chunk-GXDOOLCG.mjs";import"../../chunk-G3MHXDYA.mjs";import"../../chunk-NIXUOEWL.mjs";import"../../chunk-CO67Y6YE.mjs";import"../../chunk-5HXLZHDW.mjs";import"../../chunk-A5L76YP7.mjs";import"../../chunk-GOXRBEIJ.mjs";import"../../chunk-XJJVJOX5.mjs";import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-RQX6JOEN.mjs";import"../../chunk-CFQFFP6N.mjs";import"../../chunk-UQWF24SS.mjs";import"../../chunk-DPW6ELCQ.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-ROT6S6BM.mjs";import"../../chunk-WSR5EBJM.mjs";import"../../chunk-WCMW2L3P.mjs";import"../../chunk-2XQKGWHQ.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-XKUIMGKU.mjs";import"../../chunk-N6YTF76Q.mjs";import"../../chunk-QREVMGQZ.mjs";import"../../chunk-KJH4KKG6.mjs";import"../../chunk-FGFLPH5K.mjs";import"../../chunk-V3MBJJTL.mjs";import"../../chunk-GMEBV7NZ.mjs";import"../../chunk-JEEUU42Q.mjs";import"../../chunk-XZQAMU5W.mjs";import"../../chunk-DAGUHPTV.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-TZRRQMCT.mjs";import"../../chunk-UL777LTI.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-MGMCLJQC.mjs";import"../../chunk-QVLV73OB.mjs";import"../../chunk-KJW3XYRT.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-CW35YAMN.mjs";import"../../chunk-6WDVDEQZ.mjs";import"../../chunk-Y7ZQTLH4.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-JCFTAG5Z.mjs";import"../../chunk-7DQDJ2SA.mjs";import"../../chunk-HNBVYE3N.mjs";import"../../chunk-RGKRCZ36.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-Q4W3WJ2U.mjs";import"../../chunk-ORMOQWWH.mjs";import"../../chunk-TOBQ5UE6.mjs";import"../../chunk-MT2RJ7H3.mjs";import"../../chunk-FD6FGKYY.mjs";import"../../chunk-IJE2LVZG.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-FLZPUYXQ.mjs";import"../../chunk-EBMEXURY.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-ZIB2TU7B.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as TransactionManagement};
1
+ import {
2
+ TransactionManagement
3
+ } from "../../chunk-HXS6ZS4S.mjs";
4
+ import "../../chunk-UYVPNUH3.mjs";
5
+ import "../../chunk-55VEYGKK.mjs";
6
+ import "../../chunk-NATYEXGE.mjs";
7
+ import "../../chunk-CYKMZPCW.mjs";
8
+ import "../../chunk-PT2QHUB6.mjs";
9
+ import "../../chunk-5HXLZHDW.mjs";
10
+ import "../../chunk-G3MHXDYA.mjs";
11
+ import "../../chunk-SQ3VDIBO.mjs";
12
+ import "../../chunk-APM7OSLS.mjs";
13
+ import "../../chunk-UKXKN5YN.mjs";
14
+ import "../../chunk-53SXUNRK.mjs";
15
+ import "../../chunk-NECL5FCQ.mjs";
16
+ import "../../chunk-4QMXOWHP.mjs";
17
+ import "../../chunk-WZD3K77H.mjs";
18
+ import "../../chunk-MOQKSDHO.mjs";
19
+ import "../../chunk-ITS22VZT.mjs";
20
+ import "../../chunk-F7W7KS5C.mjs";
21
+ import "../../chunk-BQCCGCK4.mjs";
22
+ import "../../chunk-V3MBJJTL.mjs";
23
+ import "../../chunk-OWG3TOG6.mjs";
24
+ import "../../chunk-6ZZZXQX5.mjs";
25
+ import "../../chunk-EPKBDH2H.mjs";
26
+ import "../../chunk-XBBBLYRH.mjs";
27
+ import "../../chunk-UAXZDOSV.mjs";
28
+ import "../../chunk-4OAWQT57.mjs";
29
+ import "../../chunk-BEYIOC2H.mjs";
30
+ import "../../chunk-QIM243UU.mjs";
31
+ import "../../chunk-A5FS7NAD.mjs";
32
+ import "../../chunk-7ECCT6PK.mjs";
33
+ import "../../chunk-GREMFKLA.mjs";
34
+ import "../../chunk-KJY6HBMF.mjs";
35
+ import "../../chunk-ORIVGO5I.mjs";
36
+ import "../../chunk-HGLO5LDS.mjs";
37
+ import "../../chunk-2EQWS4BO.mjs";
38
+ import "../../chunk-A4IKXI43.mjs";
39
+ import "../../chunk-SCWOUBOV.mjs";
40
+ import "../../chunk-DUYTCDXO.mjs";
41
+ import "../../chunk-P6RWWRGG.mjs";
42
+ import "../../chunk-FZY4PMEE.mjs";
43
+ import "../../chunk-TPJY5GTS.mjs";
44
+ import "../../chunk-TSXVHRQB.mjs";
45
+ import "../../chunk-IBRCEHIR.mjs";
46
+ import "../../chunk-HKXZMGVA.mjs";
47
+ import "../../chunk-FD6FGKYY.mjs";
48
+ import "../../chunk-4WPQQPUF.mjs";
49
+ import "../../chunk-O3EP3HB3.mjs";
50
+ import "../../chunk-YJJUYS67.mjs";
51
+ import "../../chunk-FJJ3KCPC.mjs";
52
+ import "../../chunk-GHQTJGG6.mjs";
53
+ import "../../chunk-QPT4BSAB.mjs";
54
+ import "../../chunk-SBB4YEPT.mjs";
55
+ import "../../chunk-3WEOSEUE.mjs";
56
+ import "../../chunk-SFLQPB72.mjs";
57
+ import "../../chunk-FHHBIGGL.mjs";
58
+ import "../../chunk-DTLPTPJW.mjs";
59
+ import "../../chunk-SAWN7RJP.mjs";
60
+ export {
61
+ TransactionManagement
62
+ };
2
63
  //# sourceMappingURL=management.mjs.map
@@ -1,2 +1,183 @@
1
- import{Zb as o}from"../../chunk-GXDOOLCG.mjs";import"../../chunk-G3MHXDYA.mjs";import"../../chunk-NIXUOEWL.mjs";import"../../chunk-CO67Y6YE.mjs";import"../../chunk-5HXLZHDW.mjs";import"../../chunk-A5L76YP7.mjs";import"../../chunk-GOXRBEIJ.mjs";import"../../chunk-XJJVJOX5.mjs";import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-RQX6JOEN.mjs";import"../../chunk-CFQFFP6N.mjs";import"../../chunk-UQWF24SS.mjs";import"../../chunk-DPW6ELCQ.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-ROT6S6BM.mjs";import"../../chunk-WSR5EBJM.mjs";import"../../chunk-WCMW2L3P.mjs";import"../../chunk-2XQKGWHQ.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-XKUIMGKU.mjs";import"../../chunk-N6YTF76Q.mjs";import"../../chunk-QREVMGQZ.mjs";import"../../chunk-KJH4KKG6.mjs";import"../../chunk-FGFLPH5K.mjs";import"../../chunk-V3MBJJTL.mjs";import"../../chunk-GMEBV7NZ.mjs";import"../../chunk-JEEUU42Q.mjs";import"../../chunk-XZQAMU5W.mjs";import"../../chunk-DAGUHPTV.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-TZRRQMCT.mjs";import"../../chunk-UL777LTI.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-MGMCLJQC.mjs";import"../../chunk-QVLV73OB.mjs";import"../../chunk-KJW3XYRT.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-CW35YAMN.mjs";import"../../chunk-6WDVDEQZ.mjs";import"../../chunk-Y7ZQTLH4.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-JCFTAG5Z.mjs";import"../../chunk-7DQDJ2SA.mjs";import"../../chunk-HNBVYE3N.mjs";import"../../chunk-RGKRCZ36.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-Q4W3WJ2U.mjs";import"../../chunk-ORMOQWWH.mjs";import"../../chunk-TOBQ5UE6.mjs";import"../../chunk-MT2RJ7H3.mjs";import"../../chunk-FD6FGKYY.mjs";import"../../chunk-IJE2LVZG.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-FLZPUYXQ.mjs";import"../../chunk-EBMEXURY.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-ZIB2TU7B.mjs";import"../../chunk-KDMSOCZY.mjs";var a=class{constructor(n){this.config=n}transaction(n){return o({...n})}transactionAsFeePayer(n){let{signer:r,transaction:t}=n;if(!t.feePayerAddress)throw new Error(`Transaction ${t} is not a Fee Payer transaction`);return t.feePayerAddress=r.accountAddress,o({signer:r,transaction:t})}};export{a as Sign};
1
+ import {
2
+ signTransaction
3
+ } from "../../chunk-HXS6ZS4S.mjs";
4
+ import "../../chunk-UYVPNUH3.mjs";
5
+ import "../../chunk-55VEYGKK.mjs";
6
+ import "../../chunk-NATYEXGE.mjs";
7
+ import "../../chunk-CYKMZPCW.mjs";
8
+ import "../../chunk-PT2QHUB6.mjs";
9
+ import "../../chunk-5HXLZHDW.mjs";
10
+ import "../../chunk-G3MHXDYA.mjs";
11
+ import "../../chunk-SQ3VDIBO.mjs";
12
+ import "../../chunk-APM7OSLS.mjs";
13
+ import "../../chunk-UKXKN5YN.mjs";
14
+ import "../../chunk-53SXUNRK.mjs";
15
+ import "../../chunk-NECL5FCQ.mjs";
16
+ import "../../chunk-4QMXOWHP.mjs";
17
+ import "../../chunk-WZD3K77H.mjs";
18
+ import "../../chunk-MOQKSDHO.mjs";
19
+ import "../../chunk-ITS22VZT.mjs";
20
+ import "../../chunk-F7W7KS5C.mjs";
21
+ import "../../chunk-BQCCGCK4.mjs";
22
+ import "../../chunk-V3MBJJTL.mjs";
23
+ import "../../chunk-OWG3TOG6.mjs";
24
+ import "../../chunk-6ZZZXQX5.mjs";
25
+ import "../../chunk-EPKBDH2H.mjs";
26
+ import "../../chunk-XBBBLYRH.mjs";
27
+ import "../../chunk-UAXZDOSV.mjs";
28
+ import "../../chunk-4OAWQT57.mjs";
29
+ import "../../chunk-BEYIOC2H.mjs";
30
+ import "../../chunk-QIM243UU.mjs";
31
+ import "../../chunk-A5FS7NAD.mjs";
32
+ import "../../chunk-7ECCT6PK.mjs";
33
+ import "../../chunk-GREMFKLA.mjs";
34
+ import "../../chunk-KJY6HBMF.mjs";
35
+ import "../../chunk-ORIVGO5I.mjs";
36
+ import "../../chunk-HGLO5LDS.mjs";
37
+ import "../../chunk-2EQWS4BO.mjs";
38
+ import "../../chunk-A4IKXI43.mjs";
39
+ import "../../chunk-SCWOUBOV.mjs";
40
+ import "../../chunk-DUYTCDXO.mjs";
41
+ import "../../chunk-P6RWWRGG.mjs";
42
+ import "../../chunk-FZY4PMEE.mjs";
43
+ import "../../chunk-TPJY5GTS.mjs";
44
+ import "../../chunk-TSXVHRQB.mjs";
45
+ import "../../chunk-IBRCEHIR.mjs";
46
+ import "../../chunk-HKXZMGVA.mjs";
47
+ import "../../chunk-FD6FGKYY.mjs";
48
+ import "../../chunk-4WPQQPUF.mjs";
49
+ import "../../chunk-O3EP3HB3.mjs";
50
+ import "../../chunk-YJJUYS67.mjs";
51
+ import "../../chunk-FJJ3KCPC.mjs";
52
+ import "../../chunk-GHQTJGG6.mjs";
53
+ import "../../chunk-QPT4BSAB.mjs";
54
+ import "../../chunk-SBB4YEPT.mjs";
55
+ import "../../chunk-3WEOSEUE.mjs";
56
+ import "../../chunk-SFLQPB72.mjs";
57
+ import "../../chunk-FHHBIGGL.mjs";
58
+ import "../../chunk-DTLPTPJW.mjs";
59
+ import "../../chunk-SAWN7RJP.mjs";
60
+
61
+ // src/api/transactionSubmission/sign.ts
62
+ var Sign = class {
63
+ /**
64
+ * Creates an instance of the Aptos client with the specified configuration.
65
+ *
66
+ * @param config - The configuration settings for the Aptos client.
67
+ *
68
+ * @example
69
+ * ```typescript
70
+ * import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";
71
+ *
72
+ * async function runExample() {
73
+ * // Create a new Aptos client with testnet configuration
74
+ * const config = new AptosConfig({ network: Network.TESTNET });
75
+ * const aptos = new Aptos(config);
76
+ *
77
+ * console.log("Aptos client created with config:", config);
78
+ * }
79
+ * runExample().catch(console.error);
80
+ * ```
81
+ * @group Implementation
82
+ */
83
+ constructor(config) {
84
+ this.config = config;
85
+ }
86
+ /**
87
+ * Signs a transaction using the provided account signer. This function is essential for ensuring that transactions are properly
88
+ * authenticated before being sent to the network.
89
+ *
90
+ * @param args - The arguments for signing the transaction.
91
+ * @param args.signer - The account that will sign the transaction.
92
+ * @param args.transaction - The raw transaction data to be signed.
93
+ *
94
+ * @example
95
+ * ```typescript
96
+ * import { Aptos, AptosConfig, Network, Account } from "@aptos-labs/ts-sdk";
97
+ *
98
+ * const config = new AptosConfig({ network: Network.TESTNET });
99
+ * const aptos = new Aptos(config);
100
+ *
101
+ * async function runExample() {
102
+ * const sender = Account.generate(); // Generate a new account for signing
103
+ * const transaction = await aptos.transaction.build.simple({
104
+ * sender: sender.accountAddress,
105
+ * data: {
106
+ * function: "0x1::aptos_account::transfer",
107
+ * functionArguments: [ "0x1", 100 ], // replace with a real account address and amount
108
+ * },
109
+ * });
110
+ *
111
+ * // Sign the transaction
112
+ * const signedTransaction = await aptos.transaction.sign({
113
+ * signer: sender,
114
+ * transaction: transaction,
115
+ * });
116
+ *
117
+ * console.log("Signed Transaction:", signedTransaction);
118
+ * }
119
+ * runExample().catch(console.error);
120
+ * ```
121
+ * @group Implementation
122
+ */
123
+ // eslint-disable-next-line class-methods-use-this
124
+ transaction(args) {
125
+ return signTransaction({
126
+ ...args
127
+ });
128
+ }
129
+ /**
130
+ * Sets the fee payer address for a transaction and signs it with the provided account.
131
+ * This function is essential for transactions that require a designated fee payer.
132
+ *
133
+ * @param args - The arguments for the function.
134
+ * @param args.signer - The account that will sign the transaction.
135
+ * @param args.transaction - The transaction object that requires a fee payer address.
136
+ *
137
+ * @throws Error if the transaction does not have a feePayerAddress property.
138
+ *
139
+ * @example
140
+ * ```typescript
141
+ * import { Aptos, AptosConfig, Network, Account } from "@aptos-labs/ts-sdk";
142
+ *
143
+ * const config = new AptosConfig({ network: Network.TESTNET });
144
+ * const aptos = new Aptos(config);
145
+ *
146
+ * async function runExample() {
147
+ * const sender = Account.generate(); // Generate a new account for signing
148
+ * const transaction = await aptos.transaction.build.simple({
149
+ * sender: sender.accountAddress,
150
+ * data: {
151
+ * function: "0x1::aptos_account::transfer",
152
+ * functionArguments: ["0x1", 100], // replace with a real recipient address
153
+ * },
154
+ * });
155
+ *
156
+ * // Set the fee payer for the transaction
157
+ * transaction.feePayerAddress = "0x1"; // replace with a real fee payer address
158
+ *
159
+ * const signedTransaction = await aptos.transactionAsFeePayer({ signer: sender, transaction });
160
+ *
161
+ * console.log("Signed Transaction:", signedTransaction);
162
+ * }
163
+ * runExample().catch(console.error);
164
+ * ```
165
+ * @group Implementation
166
+ */
167
+ // eslint-disable-next-line class-methods-use-this
168
+ transactionAsFeePayer(args) {
169
+ const { signer, transaction } = args;
170
+ if (!transaction.feePayerAddress) {
171
+ throw new Error(`Transaction ${transaction} is not a Fee Payer transaction`);
172
+ }
173
+ transaction.feePayerAddress = signer.accountAddress;
174
+ return signTransaction({
175
+ signer,
176
+ transaction
177
+ });
178
+ }
179
+ };
180
+ export {
181
+ Sign
182
+ };
2
183
  //# sourceMappingURL=sign.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/api/transactionSubmission/sign.ts"],"sourcesContent":["// Copyright © Aptos Foundation\n// SPDX-License-Identifier: Apache-2.0\n\nimport { Account } from \"../../account\";\nimport { signTransaction } from \"../../internal/transactionSubmission\";\nimport { AccountAuthenticator, AnyRawTransaction } from \"../../transactions\";\nimport { AptosConfig } from \"../aptosConfig\";\n\n/**\n * A class to handle all `Sign` transaction operations.\n *\n * @param config - The configuration object for Aptos.\n * @group Implementation\n */\nexport class Sign {\n readonly config: AptosConfig;\n\n /**\n * Creates an instance of the Aptos client with the specified configuration.\n *\n * @param config - The configuration settings for the Aptos client.\n *\n * @example\n * ```typescript\n * import { Aptos, AptosConfig, Network } from \"@aptos-labs/ts-sdk\";\n *\n * async function runExample() {\n * // Create a new Aptos client with testnet configuration\n * const config = new AptosConfig({ network: Network.TESTNET });\n * const aptos = new Aptos(config);\n *\n * console.log(\"Aptos client created with config:\", config);\n * }\n * runExample().catch(console.error);\n * ```\n * @group Implementation\n */\n constructor(config: AptosConfig) {\n this.config = config;\n }\n\n /**\n * Signs a transaction using the provided account signer. This function is essential for ensuring that transactions are properly\n * authenticated before being sent to the network.\n *\n * @param args - The arguments for signing the transaction.\n * @param args.signer - The account that will sign the transaction.\n * @param args.transaction - The raw transaction data to be signed.\n *\n * @example\n * ```typescript\n * import { Aptos, AptosConfig, Network, Account } from \"@aptos-labs/ts-sdk\";\n *\n * const config = new AptosConfig({ network: Network.TESTNET });\n * const aptos = new Aptos(config);\n *\n * async function runExample() {\n * const sender = Account.generate(); // Generate a new account for signing\n * const transaction = await aptos.transaction.build.simple({\n * sender: sender.accountAddress,\n * data: {\n * function: \"0x1::aptos_account::transfer\",\n * functionArguments: [ \"0x1\", 100 ], // replace with a real account address and amount\n * },\n * });\n *\n * // Sign the transaction\n * const signedTransaction = await aptos.transaction.sign({\n * signer: sender,\n * transaction: transaction,\n * });\n *\n * console.log(\"Signed Transaction:\", signedTransaction);\n * }\n * runExample().catch(console.error);\n * ```\n * @group Implementation\n */\n // eslint-disable-next-line class-methods-use-this\n transaction(args: { signer: Account; transaction: AnyRawTransaction }): AccountAuthenticator {\n return signTransaction({\n ...args,\n });\n }\n\n /**\n * Sets the fee payer address for a transaction and signs it with the provided account.\n * This function is essential for transactions that require a designated fee payer.\n *\n * @param args - The arguments for the function.\n * @param args.signer - The account that will sign the transaction.\n * @param args.transaction - The transaction object that requires a fee payer address.\n *\n * @throws Error if the transaction does not have a feePayerAddress property.\n *\n * @example\n * ```typescript\n * import { Aptos, AptosConfig, Network, Account } from \"@aptos-labs/ts-sdk\";\n *\n * const config = new AptosConfig({ network: Network.TESTNET });\n * const aptos = new Aptos(config);\n *\n * async function runExample() {\n * const sender = Account.generate(); // Generate a new account for signing\n * const transaction = await aptos.transaction.build.simple({\n * sender: sender.accountAddress,\n * data: {\n * function: \"0x1::aptos_account::transfer\",\n * functionArguments: [\"0x1\", 100], // replace with a real recipient address\n * },\n * });\n *\n * // Set the fee payer for the transaction\n * transaction.feePayerAddress = \"0x1\"; // replace with a real fee payer address\n *\n * const signedTransaction = await aptos.transactionAsFeePayer({ signer: sender, transaction });\n *\n * console.log(\"Signed Transaction:\", signedTransaction);\n * }\n * runExample().catch(console.error);\n * ```\n * @group Implementation\n */\n // eslint-disable-next-line class-methods-use-this\n transactionAsFeePayer(args: { signer: Account; transaction: AnyRawTransaction }): AccountAuthenticator {\n const { signer, transaction } = args;\n\n // if transaction doesn't hold a \"feePayerAddress\" prop it means\n // this is not a fee payer transaction\n if (!transaction.feePayerAddress) {\n throw new Error(`Transaction ${transaction} is not a Fee Payer transaction`);\n }\n\n // Set the feePayerAddress to the signer account address\n transaction.feePayerAddress = signer.accountAddress;\n\n return signTransaction({\n signer,\n transaction,\n });\n }\n}\n"],"mappings":"0+DAcO,IAAMA,EAAN,KAAW,CAuBhB,YAAYC,EAAqB,CAC/B,KAAK,OAASA,CAChB,CAwCA,YAAYC,EAAiF,CAC3F,OAAOC,EAAgB,CACrB,GAAGD,CACL,CAAC,CACH,CAyCA,sBAAsBA,EAAiF,CACrG,GAAM,CAAE,OAAAE,EAAQ,YAAAC,CAAY,EAAIH,EAIhC,GAAI,CAACG,EAAY,gBACf,MAAM,IAAI,MAAM,eAAeA,CAAW,iCAAiC,EAI7E,OAAAA,EAAY,gBAAkBD,EAAO,eAE9BD,EAAgB,CACrB,OAAAC,EACA,YAAAC,CACF,CAAC,CACH,CACF","names":["Sign","config","args","signTransaction","signer","transaction"]}
1
+ {"version":3,"sources":["../../../../src/api/transactionSubmission/sign.ts"],"sourcesContent":["// Copyright © Aptos Foundation\n// SPDX-License-Identifier: Apache-2.0\n\nimport { Account } from \"../../account\";\nimport { signTransaction } from \"../../internal/transactionSubmission\";\nimport { AccountAuthenticator, AnyRawTransaction } from \"../../transactions\";\nimport { AptosConfig } from \"../aptosConfig\";\n\n/**\n * A class to handle all `Sign` transaction operations.\n *\n * @param config - The configuration object for Aptos.\n * @group Implementation\n */\nexport class Sign {\n readonly config: AptosConfig;\n\n /**\n * Creates an instance of the Aptos client with the specified configuration.\n *\n * @param config - The configuration settings for the Aptos client.\n *\n * @example\n * ```typescript\n * import { Aptos, AptosConfig, Network } from \"@aptos-labs/ts-sdk\";\n *\n * async function runExample() {\n * // Create a new Aptos client with testnet configuration\n * const config = new AptosConfig({ network: Network.TESTNET });\n * const aptos = new Aptos(config);\n *\n * console.log(\"Aptos client created with config:\", config);\n * }\n * runExample().catch(console.error);\n * ```\n * @group Implementation\n */\n constructor(config: AptosConfig) {\n this.config = config;\n }\n\n /**\n * Signs a transaction using the provided account signer. This function is essential for ensuring that transactions are properly\n * authenticated before being sent to the network.\n *\n * @param args - The arguments for signing the transaction.\n * @param args.signer - The account that will sign the transaction.\n * @param args.transaction - The raw transaction data to be signed.\n *\n * @example\n * ```typescript\n * import { Aptos, AptosConfig, Network, Account } from \"@aptos-labs/ts-sdk\";\n *\n * const config = new AptosConfig({ network: Network.TESTNET });\n * const aptos = new Aptos(config);\n *\n * async function runExample() {\n * const sender = Account.generate(); // Generate a new account for signing\n * const transaction = await aptos.transaction.build.simple({\n * sender: sender.accountAddress,\n * data: {\n * function: \"0x1::aptos_account::transfer\",\n * functionArguments: [ \"0x1\", 100 ], // replace with a real account address and amount\n * },\n * });\n *\n * // Sign the transaction\n * const signedTransaction = await aptos.transaction.sign({\n * signer: sender,\n * transaction: transaction,\n * });\n *\n * console.log(\"Signed Transaction:\", signedTransaction);\n * }\n * runExample().catch(console.error);\n * ```\n * @group Implementation\n */\n // eslint-disable-next-line class-methods-use-this\n transaction(args: { signer: Account; transaction: AnyRawTransaction }): AccountAuthenticator {\n return signTransaction({\n ...args,\n });\n }\n\n /**\n * Sets the fee payer address for a transaction and signs it with the provided account.\n * This function is essential for transactions that require a designated fee payer.\n *\n * @param args - The arguments for the function.\n * @param args.signer - The account that will sign the transaction.\n * @param args.transaction - The transaction object that requires a fee payer address.\n *\n * @throws Error if the transaction does not have a feePayerAddress property.\n *\n * @example\n * ```typescript\n * import { Aptos, AptosConfig, Network, Account } from \"@aptos-labs/ts-sdk\";\n *\n * const config = new AptosConfig({ network: Network.TESTNET });\n * const aptos = new Aptos(config);\n *\n * async function runExample() {\n * const sender = Account.generate(); // Generate a new account for signing\n * const transaction = await aptos.transaction.build.simple({\n * sender: sender.accountAddress,\n * data: {\n * function: \"0x1::aptos_account::transfer\",\n * functionArguments: [\"0x1\", 100], // replace with a real recipient address\n * },\n * });\n *\n * // Set the fee payer for the transaction\n * transaction.feePayerAddress = \"0x1\"; // replace with a real fee payer address\n *\n * const signedTransaction = await aptos.transactionAsFeePayer({ signer: sender, transaction });\n *\n * console.log(\"Signed Transaction:\", signedTransaction);\n * }\n * runExample().catch(console.error);\n * ```\n * @group Implementation\n */\n // eslint-disable-next-line class-methods-use-this\n transactionAsFeePayer(args: { signer: Account; transaction: AnyRawTransaction }): AccountAuthenticator {\n const { signer, transaction } = args;\n\n // if transaction doesn't hold a \"feePayerAddress\" prop it means\n // this is not a fee payer transaction\n if (!transaction.feePayerAddress) {\n throw new Error(`Transaction ${transaction} is not a Fee Payer transaction`);\n }\n\n // Set the feePayerAddress to the signer account address\n transaction.feePayerAddress = signer.accountAddress;\n\n return signTransaction({\n signer,\n transaction,\n });\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAcO,IAAM,OAAN,MAAW;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAuBhB,YAAY,QAAqB;AAC/B,SAAK,SAAS;AAAA,EAChB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAwCA,YAAY,MAAiF;AAC3F,WAAO,gBAAgB;AAAA,MACrB,GAAG;AAAA,IACL,CAAC;AAAA,EACH;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAyCA,sBAAsB,MAAiF;AACrG,UAAM,EAAE,QAAQ,YAAY,IAAI;AAIhC,QAAI,CAAC,YAAY,iBAAiB;AAChC,YAAM,IAAI,MAAM,eAAe,WAAW,iCAAiC;AAAA,IAC7E;AAGA,gBAAY,kBAAkB,OAAO;AAErC,WAAO,gBAAgB;AAAA,MACrB;AAAA,MACA;AAAA,IACF,CAAC;AAAA,EACH;AACF;","names":[]}
@@ -1,2 +1,63 @@
1
- import{Vd as a}from"../../chunk-GXDOOLCG.mjs";import"../../chunk-G3MHXDYA.mjs";import"../../chunk-NIXUOEWL.mjs";import"../../chunk-CO67Y6YE.mjs";import"../../chunk-5HXLZHDW.mjs";import"../../chunk-A5L76YP7.mjs";import"../../chunk-GOXRBEIJ.mjs";import"../../chunk-XJJVJOX5.mjs";import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-RQX6JOEN.mjs";import"../../chunk-CFQFFP6N.mjs";import"../../chunk-UQWF24SS.mjs";import"../../chunk-DPW6ELCQ.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-ROT6S6BM.mjs";import"../../chunk-WSR5EBJM.mjs";import"../../chunk-WCMW2L3P.mjs";import"../../chunk-2XQKGWHQ.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-XKUIMGKU.mjs";import"../../chunk-N6YTF76Q.mjs";import"../../chunk-QREVMGQZ.mjs";import"../../chunk-KJH4KKG6.mjs";import"../../chunk-FGFLPH5K.mjs";import"../../chunk-V3MBJJTL.mjs";import"../../chunk-GMEBV7NZ.mjs";import"../../chunk-JEEUU42Q.mjs";import"../../chunk-XZQAMU5W.mjs";import"../../chunk-DAGUHPTV.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-TZRRQMCT.mjs";import"../../chunk-UL777LTI.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-MGMCLJQC.mjs";import"../../chunk-QVLV73OB.mjs";import"../../chunk-KJW3XYRT.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-CW35YAMN.mjs";import"../../chunk-6WDVDEQZ.mjs";import"../../chunk-Y7ZQTLH4.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-JCFTAG5Z.mjs";import"../../chunk-7DQDJ2SA.mjs";import"../../chunk-HNBVYE3N.mjs";import"../../chunk-RGKRCZ36.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-Q4W3WJ2U.mjs";import"../../chunk-ORMOQWWH.mjs";import"../../chunk-TOBQ5UE6.mjs";import"../../chunk-MT2RJ7H3.mjs";import"../../chunk-FD6FGKYY.mjs";import"../../chunk-IJE2LVZG.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-FLZPUYXQ.mjs";import"../../chunk-EBMEXURY.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-ZIB2TU7B.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as Simulate};
1
+ import {
2
+ Simulate
3
+ } from "../../chunk-HXS6ZS4S.mjs";
4
+ import "../../chunk-UYVPNUH3.mjs";
5
+ import "../../chunk-55VEYGKK.mjs";
6
+ import "../../chunk-NATYEXGE.mjs";
7
+ import "../../chunk-CYKMZPCW.mjs";
8
+ import "../../chunk-PT2QHUB6.mjs";
9
+ import "../../chunk-5HXLZHDW.mjs";
10
+ import "../../chunk-G3MHXDYA.mjs";
11
+ import "../../chunk-SQ3VDIBO.mjs";
12
+ import "../../chunk-APM7OSLS.mjs";
13
+ import "../../chunk-UKXKN5YN.mjs";
14
+ import "../../chunk-53SXUNRK.mjs";
15
+ import "../../chunk-NECL5FCQ.mjs";
16
+ import "../../chunk-4QMXOWHP.mjs";
17
+ import "../../chunk-WZD3K77H.mjs";
18
+ import "../../chunk-MOQKSDHO.mjs";
19
+ import "../../chunk-ITS22VZT.mjs";
20
+ import "../../chunk-F7W7KS5C.mjs";
21
+ import "../../chunk-BQCCGCK4.mjs";
22
+ import "../../chunk-V3MBJJTL.mjs";
23
+ import "../../chunk-OWG3TOG6.mjs";
24
+ import "../../chunk-6ZZZXQX5.mjs";
25
+ import "../../chunk-EPKBDH2H.mjs";
26
+ import "../../chunk-XBBBLYRH.mjs";
27
+ import "../../chunk-UAXZDOSV.mjs";
28
+ import "../../chunk-4OAWQT57.mjs";
29
+ import "../../chunk-BEYIOC2H.mjs";
30
+ import "../../chunk-QIM243UU.mjs";
31
+ import "../../chunk-A5FS7NAD.mjs";
32
+ import "../../chunk-7ECCT6PK.mjs";
33
+ import "../../chunk-GREMFKLA.mjs";
34
+ import "../../chunk-KJY6HBMF.mjs";
35
+ import "../../chunk-ORIVGO5I.mjs";
36
+ import "../../chunk-HGLO5LDS.mjs";
37
+ import "../../chunk-2EQWS4BO.mjs";
38
+ import "../../chunk-A4IKXI43.mjs";
39
+ import "../../chunk-SCWOUBOV.mjs";
40
+ import "../../chunk-DUYTCDXO.mjs";
41
+ import "../../chunk-P6RWWRGG.mjs";
42
+ import "../../chunk-FZY4PMEE.mjs";
43
+ import "../../chunk-TPJY5GTS.mjs";
44
+ import "../../chunk-TSXVHRQB.mjs";
45
+ import "../../chunk-IBRCEHIR.mjs";
46
+ import "../../chunk-HKXZMGVA.mjs";
47
+ import "../../chunk-FD6FGKYY.mjs";
48
+ import "../../chunk-4WPQQPUF.mjs";
49
+ import "../../chunk-O3EP3HB3.mjs";
50
+ import "../../chunk-YJJUYS67.mjs";
51
+ import "../../chunk-FJJ3KCPC.mjs";
52
+ import "../../chunk-GHQTJGG6.mjs";
53
+ import "../../chunk-QPT4BSAB.mjs";
54
+ import "../../chunk-SBB4YEPT.mjs";
55
+ import "../../chunk-3WEOSEUE.mjs";
56
+ import "../../chunk-SFLQPB72.mjs";
57
+ import "../../chunk-FHHBIGGL.mjs";
58
+ import "../../chunk-DTLPTPJW.mjs";
59
+ import "../../chunk-SAWN7RJP.mjs";
60
+ export {
61
+ Simulate
62
+ };
2
63
  //# sourceMappingURL=simulate.mjs.map