@aptos-labs/ts-sdk 1.37.1 → 1.39.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 (660) hide show
  1. package/dist/common/{accountAddress-DU4ds4Bf.d.ts → accountAddress-D0xKX-UM.d.ts} +0 -19
  2. package/dist/common/chunk-66TIRJFD.js +4 -0
  3. package/dist/common/chunk-66TIRJFD.js.map +1 -0
  4. package/dist/common/cli/index.d.ts +1 -1
  5. package/dist/common/cli/index.js +1 -1
  6. package/dist/common/cli/index.js.map +1 -1
  7. package/dist/common/index.d.ts +113 -161
  8. package/dist/common/index.js +32 -32
  9. package/dist/common/index.js.map +1 -1
  10. package/dist/esm/{Ed25519Account-C-AS-Kgv.d.mts → Ed25519Account-D9XrCLfE.d.mts} +1 -1
  11. package/dist/esm/account/AbstractKeylessAccount.d.mts +3 -3
  12. package/dist/esm/account/AbstractKeylessAccount.mjs +1 -1
  13. package/dist/esm/account/AbstractedAccount.d.mts +3 -3
  14. package/dist/esm/account/AbstractedAccount.mjs +1 -1
  15. package/dist/esm/account/Account.d.mts +2 -2
  16. package/dist/esm/account/Account.mjs +1 -1
  17. package/dist/esm/account/AccountUtils.d.mts +3 -3
  18. package/dist/esm/account/AccountUtils.mjs +1 -1
  19. package/dist/esm/account/DerivableAbstractedAccount.d.mts +87 -0
  20. package/dist/esm/account/DerivableAbstractedAccount.mjs +2 -0
  21. package/dist/esm/account/Ed25519Account.d.mts +2 -2
  22. package/dist/esm/account/Ed25519Account.mjs +1 -1
  23. package/dist/esm/account/EphemeralKeyPair.d.mts +1 -1
  24. package/dist/esm/account/EphemeralKeyPair.mjs +1 -1
  25. package/dist/esm/account/FederatedKeylessAccount.d.mts +3 -3
  26. package/dist/esm/account/FederatedKeylessAccount.mjs +1 -1
  27. package/dist/esm/account/KeylessAccount.d.mts +3 -3
  28. package/dist/esm/account/KeylessAccount.mjs +1 -1
  29. package/dist/esm/account/MultiEd25519Account.d.mts +2 -2
  30. package/dist/esm/account/MultiEd25519Account.mjs +1 -1
  31. package/dist/esm/account/MultiKeyAccount.d.mts +3 -3
  32. package/dist/esm/account/MultiKeyAccount.mjs +1 -1
  33. package/dist/esm/account/SingleKeyAccount.d.mts +2 -2
  34. package/dist/esm/account/SingleKeyAccount.mjs +1 -1
  35. package/dist/esm/account/index.d.mts +4 -3
  36. package/dist/esm/account/index.mjs +1 -1
  37. package/dist/esm/account/utils.mjs +1 -1
  38. package/dist/esm/api/account/abstraction.d.mts +1 -1
  39. package/dist/esm/api/account/abstraction.mjs +1 -1
  40. package/dist/esm/api/account.d.mts +3 -2
  41. package/dist/esm/api/account.mjs +1 -1
  42. package/dist/esm/api/ans.d.mts +2 -2
  43. package/dist/esm/api/ans.mjs +1 -1
  44. package/dist/esm/api/aptos.d.mts +4 -6
  45. package/dist/esm/api/aptos.mjs +1 -1
  46. package/dist/esm/api/aptosConfig.mjs +1 -1
  47. package/dist/esm/api/coin.d.mts +4 -4
  48. package/dist/esm/api/coin.mjs +1 -1
  49. package/dist/esm/api/digitalAsset.d.mts +3 -3
  50. package/dist/esm/api/digitalAsset.mjs +1 -1
  51. package/dist/esm/api/event.mjs +1 -1
  52. package/dist/esm/api/faucet.mjs +1 -1
  53. package/dist/esm/api/fungibleAsset.d.mts +52 -3
  54. package/dist/esm/api/fungibleAsset.mjs +1 -1
  55. package/dist/esm/api/general.d.mts +1 -1
  56. package/dist/esm/api/general.mjs +1 -1
  57. package/dist/esm/api/index.d.mts +3 -4
  58. package/dist/esm/api/index.mjs +1 -1
  59. package/dist/esm/api/keyless.d.mts +3 -3
  60. package/dist/esm/api/keyless.mjs +1 -1
  61. package/dist/esm/api/object.mjs +1 -1
  62. package/dist/esm/api/staking.mjs +1 -1
  63. package/dist/esm/api/table.mjs +1 -1
  64. package/dist/esm/api/transaction.d.mts +2 -2
  65. package/dist/esm/api/transaction.mjs +1 -1
  66. package/dist/esm/api/transactionSubmission/build.d.mts +1 -1
  67. package/dist/esm/api/transactionSubmission/build.mjs +1 -1
  68. package/dist/esm/api/transactionSubmission/management.d.mts +2 -2
  69. package/dist/esm/api/transactionSubmission/management.mjs +1 -1
  70. package/dist/esm/api/transactionSubmission/sign.d.mts +2 -2
  71. package/dist/esm/api/transactionSubmission/sign.mjs +1 -1
  72. package/dist/esm/api/transactionSubmission/simulate.d.mts +1 -1
  73. package/dist/esm/api/transactionSubmission/simulate.mjs +1 -1
  74. package/dist/esm/api/transactionSubmission/submit.d.mts +1 -1
  75. package/dist/esm/api/transactionSubmission/submit.mjs +1 -1
  76. package/dist/esm/api/utils.mjs +1 -1
  77. package/dist/esm/bcs/deserializer.mjs +1 -1
  78. package/dist/esm/bcs/index.mjs +1 -1
  79. package/dist/esm/bcs/serializable/entryFunctionBytes.mjs +1 -1
  80. package/dist/esm/bcs/serializable/fixedBytes.mjs +1 -1
  81. package/dist/esm/bcs/serializable/movePrimitives.mjs +1 -1
  82. package/dist/esm/bcs/serializable/moveStructs.mjs +1 -1
  83. package/dist/esm/bcs/serializer.mjs +1 -1
  84. package/dist/esm/chunk-25O4L7YR.mjs +2 -0
  85. package/dist/esm/chunk-25O4L7YR.mjs.map +1 -0
  86. package/dist/esm/{chunk-KIMU5PYJ.mjs → chunk-3IHKQH5O.mjs} +2 -2
  87. package/dist/esm/{chunk-L5C44K6H.mjs → chunk-6PKBXYG3.mjs} +2 -2
  88. package/dist/esm/{chunk-ZKOF4KST.mjs → chunk-6Y6ZO7TS.mjs} +2 -2
  89. package/dist/esm/{chunk-TORMKDQG.mjs → chunk-ARNW34PP.mjs} +2 -2
  90. package/dist/esm/{chunk-F2GWK4YJ.mjs → chunk-BUUV6B4P.mjs} +2 -2
  91. package/dist/esm/{chunk-M7W6FZ5Z.mjs → chunk-BXRBOMHW.mjs} +2 -2
  92. package/dist/esm/chunk-BYINW7I2.mjs +2 -0
  93. package/dist/esm/{chunk-7WPEGMD6.mjs.map → chunk-BYINW7I2.mjs.map} +1 -1
  94. package/dist/esm/{chunk-4FBUZY6C.mjs → chunk-C6JRJNK3.mjs} +2 -2
  95. package/dist/esm/chunk-DPW6ELCQ.mjs +2 -0
  96. package/dist/esm/chunk-F2ZTBAJJ.mjs +2 -0
  97. package/dist/esm/chunk-F2ZTBAJJ.mjs.map +1 -0
  98. package/dist/esm/{chunk-DFRHNDOS.mjs → chunk-FBCXUC7J.mjs} +2 -2
  99. package/dist/esm/chunk-FBCXUC7J.mjs.map +1 -0
  100. package/dist/esm/chunk-GJ7STZEW.mjs +2 -0
  101. package/dist/esm/chunk-GJ7STZEW.mjs.map +1 -0
  102. package/dist/esm/{chunk-6QJWFV2M.mjs → chunk-GLFZJNF3.mjs} +2 -2
  103. package/dist/esm/chunk-GQ557FEA.mjs +2 -0
  104. package/dist/esm/chunk-GQ557FEA.mjs.map +1 -0
  105. package/dist/esm/{chunk-SZYA6IG4.mjs → chunk-GYVSI3TS.mjs} +2 -2
  106. package/dist/esm/{chunk-DGH7NXHM.mjs → chunk-IXYGZ57N.mjs} +2 -2
  107. package/dist/esm/{chunk-BE3OXYYX.mjs → chunk-JGFKIUG5.mjs} +2 -2
  108. package/dist/esm/{chunk-2RBINVFA.mjs → chunk-KAYKTT4S.mjs} +2 -2
  109. package/dist/esm/chunk-KJH4KKG6.mjs +2 -0
  110. package/dist/esm/chunk-KJH4KKG6.mjs.map +1 -0
  111. package/dist/esm/chunk-L33JDCWL.mjs +2 -0
  112. package/dist/esm/{chunk-NDXMDJV4.mjs.map → chunk-L33JDCWL.mjs.map} +1 -1
  113. package/dist/esm/{chunk-CZOZTNXJ.mjs → chunk-NJN3EAOM.mjs} +2 -2
  114. package/dist/esm/{chunk-B373VRCY.mjs → chunk-ODAAZLPK.mjs} +2 -2
  115. package/dist/esm/chunk-ODAAZLPK.mjs.map +1 -0
  116. package/dist/esm/{chunk-FU65NEDT.mjs → chunk-OYH2T6V5.mjs} +2 -2
  117. package/dist/esm/chunk-OYUW6ZN2.mjs +2 -0
  118. package/dist/esm/{chunk-DH32UXHB.mjs → chunk-P237G6YB.mjs} +2 -2
  119. package/dist/esm/{chunk-7JRZLDWV.mjs → chunk-PRUQZNAP.mjs} +2 -2
  120. package/dist/esm/{chunk-7CRQNXR5.mjs → chunk-ROT6S6BM.mjs} +2 -2
  121. package/dist/esm/{chunk-H3NZHL45.mjs → chunk-SOJ3OG6X.mjs} +2 -2
  122. package/dist/esm/chunk-STY74NUA.mjs +2 -0
  123. package/dist/esm/chunk-STY74NUA.mjs.map +1 -0
  124. package/dist/esm/chunk-TAEOFYOF.mjs +4 -0
  125. package/dist/esm/chunk-TAEOFYOF.mjs.map +1 -0
  126. package/dist/esm/chunk-TUZHLTDU.mjs +2 -0
  127. package/dist/esm/{chunk-3AS5BVKL.mjs → chunk-V7U5Y4AU.mjs} +2 -2
  128. package/dist/esm/{chunk-UQKQH5C7.mjs → chunk-WLUXOUZH.mjs} +2 -2
  129. package/dist/esm/{chunk-V5IPL4SJ.mjs → chunk-WTLQD6MR.mjs} +2 -2
  130. package/dist/esm/{chunk-P5CIZZDK.mjs → chunk-XF6BISPI.mjs} +2 -2
  131. package/dist/esm/{chunk-DC5IVW4W.mjs → chunk-YFFDF22R.mjs} +2 -2
  132. package/dist/esm/{chunk-HEYMZZRE.mjs → chunk-YQIAWAPY.mjs} +2 -2
  133. package/dist/esm/chunk-Z6KQX6VX.mjs +2 -0
  134. package/dist/esm/{chunk-DCVGWCZD.mjs → chunk-ZMT2M6YT.mjs} +2 -2
  135. package/dist/esm/cli/index.mjs +1 -1
  136. package/dist/esm/cli/localNode.mjs +1 -1
  137. package/dist/esm/client/core.d.mts +1 -36
  138. package/dist/esm/client/core.mjs +1 -1
  139. package/dist/esm/client/get.d.mts +1 -35
  140. package/dist/esm/client/get.mjs +1 -1
  141. package/dist/esm/client/index.d.mts +3 -3
  142. package/dist/esm/client/index.mjs +1 -1
  143. package/dist/esm/client/post.d.mts +1 -34
  144. package/dist/esm/client/post.mjs +1 -1
  145. package/dist/esm/core/account/index.mjs +1 -1
  146. package/dist/esm/core/account/utils/address.mjs +1 -1
  147. package/dist/esm/core/account/utils/index.mjs +1 -1
  148. package/dist/esm/core/accountAddress.mjs +1 -1
  149. package/dist/esm/core/authenticationKey.d.mts +1 -1
  150. package/dist/esm/core/authenticationKey.mjs +1 -1
  151. package/dist/esm/core/crypto/abstraction.d.mts +3 -3
  152. package/dist/esm/core/crypto/abstraction.mjs +1 -1
  153. package/dist/esm/core/crypto/ed25519.d.mts +1 -1
  154. package/dist/esm/core/crypto/ed25519.mjs +1 -1
  155. package/dist/esm/core/crypto/ephemeral.d.mts +1 -1
  156. package/dist/esm/core/crypto/ephemeral.mjs +1 -1
  157. package/dist/esm/core/crypto/federatedKeyless.d.mts +2 -2
  158. package/dist/esm/core/crypto/federatedKeyless.mjs +1 -1
  159. package/dist/esm/core/crypto/index.d.mts +2 -2
  160. package/dist/esm/core/crypto/index.mjs +1 -1
  161. package/dist/esm/core/crypto/keyless.d.mts +2 -2
  162. package/dist/esm/core/crypto/keyless.mjs +1 -1
  163. package/dist/esm/core/crypto/multiEd25519.d.mts +1 -1
  164. package/dist/esm/core/crypto/multiEd25519.mjs +1 -1
  165. package/dist/esm/core/crypto/multiKey.d.mts +1 -1
  166. package/dist/esm/core/crypto/multiKey.mjs +1 -1
  167. package/dist/esm/core/crypto/privateKey.d.mts +1 -1
  168. package/dist/esm/core/crypto/privateKey.mjs +1 -1
  169. package/dist/esm/core/crypto/proof.mjs +1 -1
  170. package/dist/esm/core/crypto/publicKey.d.mts +1 -1
  171. package/dist/esm/core/crypto/publicKey.mjs +1 -1
  172. package/dist/esm/core/crypto/secp256k1.d.mts +1 -1
  173. package/dist/esm/core/crypto/secp256k1.mjs +1 -1
  174. package/dist/esm/core/crypto/signature.mjs +1 -1
  175. package/dist/esm/core/crypto/singleKey.d.mts +3 -3
  176. package/dist/esm/core/crypto/singleKey.mjs +1 -1
  177. package/dist/esm/core/crypto/utils.mjs +1 -1
  178. package/dist/esm/core/hex.mjs +1 -1
  179. package/dist/esm/core/index.d.mts +2 -2
  180. package/dist/esm/core/index.mjs +1 -1
  181. package/dist/esm/errors/index.mjs +1 -1
  182. package/dist/esm/{federatedKeyless-DVfVovSR.d.mts → federatedKeyless-DAYXjY2Y.d.mts} +1 -1
  183. package/dist/esm/index.d.mts +7 -7
  184. package/dist/esm/index.mjs +1 -1
  185. package/dist/esm/internal/abstraction.d.mts +2 -2
  186. package/dist/esm/internal/abstraction.mjs +1 -1
  187. package/dist/esm/internal/account.d.mts +3 -2
  188. package/dist/esm/internal/account.mjs +1 -1
  189. package/dist/esm/internal/ans.d.mts +2 -2
  190. package/dist/esm/internal/ans.mjs +1 -1
  191. package/dist/esm/internal/coin.d.mts +5 -5
  192. package/dist/esm/internal/coin.mjs +1 -1
  193. package/dist/esm/internal/digitalAsset.d.mts +2 -2
  194. package/dist/esm/internal/digitalAsset.mjs +1 -1
  195. package/dist/esm/internal/event.mjs +1 -1
  196. package/dist/esm/internal/faucet.mjs +1 -1
  197. package/dist/esm/internal/fungibleAsset.d.mts +26 -3
  198. package/dist/esm/internal/fungibleAsset.mjs +1 -1
  199. package/dist/esm/internal/general.mjs +1 -1
  200. package/dist/esm/internal/keyless.d.mts +3 -3
  201. package/dist/esm/internal/keyless.mjs +1 -1
  202. package/dist/esm/internal/object.mjs +1 -1
  203. package/dist/esm/internal/staking.mjs +1 -1
  204. package/dist/esm/internal/table.mjs +1 -1
  205. package/dist/esm/internal/transaction.mjs +1 -1
  206. package/dist/esm/internal/transactionSubmission.d.mts +2 -2
  207. package/dist/esm/internal/transactionSubmission.mjs +1 -1
  208. package/dist/esm/internal/utils/index.mjs +1 -1
  209. package/dist/esm/internal/utils/utils.mjs +1 -1
  210. package/dist/esm/internal/view.d.mts +1 -1
  211. package/dist/esm/internal/view.mjs +1 -1
  212. package/dist/esm/{publicKey-pDHBAZlT.d.mts → publicKey-CJOcUwJK.d.mts} +1 -1
  213. package/dist/esm/transactions/authenticator/account.d.mts +7 -3
  214. package/dist/esm/transactions/authenticator/account.mjs +1 -1
  215. package/dist/esm/transactions/authenticator/index.d.mts +1 -1
  216. package/dist/esm/transactions/authenticator/index.mjs +1 -1
  217. package/dist/esm/transactions/authenticator/transaction.d.mts +1 -1
  218. package/dist/esm/transactions/authenticator/transaction.mjs +1 -1
  219. package/dist/esm/transactions/index.d.mts +1 -1
  220. package/dist/esm/transactions/index.mjs +1 -1
  221. package/dist/esm/transactions/instances/chainId.mjs +1 -1
  222. package/dist/esm/transactions/instances/identifier.mjs +1 -1
  223. package/dist/esm/transactions/instances/index.d.mts +1 -1
  224. package/dist/esm/transactions/instances/index.mjs +1 -1
  225. package/dist/esm/transactions/instances/moduleId.mjs +1 -1
  226. package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -1
  227. package/dist/esm/transactions/instances/rawTransaction.mjs +1 -1
  228. package/dist/esm/transactions/instances/rotationProofChallenge.d.mts +1 -1
  229. package/dist/esm/transactions/instances/rotationProofChallenge.mjs +1 -1
  230. package/dist/esm/transactions/instances/signedTransaction.d.mts +1 -1
  231. package/dist/esm/transactions/instances/signedTransaction.mjs +1 -1
  232. package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -1
  233. package/dist/esm/transactions/instances/transactionPayload.mjs +1 -1
  234. package/dist/esm/transactions/management/accountSequenceNumber.d.mts +2 -2
  235. package/dist/esm/transactions/management/accountSequenceNumber.mjs +1 -1
  236. package/dist/esm/transactions/management/index.d.mts +2 -2
  237. package/dist/esm/transactions/management/index.mjs +1 -1
  238. package/dist/esm/transactions/management/transactionWorker.d.mts +2 -2
  239. package/dist/esm/transactions/management/transactionWorker.mjs +1 -1
  240. package/dist/esm/transactions/scriptComposer/index.d.mts +1 -1
  241. package/dist/esm/transactions/scriptComposer/index.mjs +1 -1
  242. package/dist/esm/transactions/transactionBuilder/helpers.d.mts +1 -1
  243. package/dist/esm/transactions/transactionBuilder/helpers.mjs +1 -1
  244. package/dist/esm/transactions/transactionBuilder/index.d.mts +1 -1
  245. package/dist/esm/transactions/transactionBuilder/index.mjs +1 -1
  246. package/dist/esm/transactions/transactionBuilder/remoteAbi.d.mts +1 -1
  247. package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +1 -1
  248. package/dist/esm/transactions/transactionBuilder/signingMessage.d.mts +1 -1
  249. package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +1 -1
  250. package/dist/esm/transactions/transactionBuilder/transactionBuilder.d.mts +1 -1
  251. package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -1
  252. package/dist/esm/transactions/typeTag/index.mjs +1 -1
  253. package/dist/esm/transactions/typeTag/parser.mjs +1 -1
  254. package/dist/esm/transactions/types.d.mts +1 -1
  255. package/dist/esm/types/abstraction.d.mts +2 -1
  256. package/dist/esm/types/abstraction.mjs +1 -1
  257. package/dist/esm/types/index.mjs +1 -1
  258. package/dist/esm/types/types.d.mts +0 -19
  259. package/dist/esm/types/types.mjs +1 -1
  260. package/dist/esm/utils/helpers.mjs +1 -1
  261. package/dist/esm/utils/index.mjs +1 -1
  262. package/dist/esm/utils/normalizeBundle.mjs +1 -1
  263. package/dist/esm/version.d.mts +1 -1
  264. package/dist/esm/version.mjs +1 -1
  265. package/package.json +20 -26
  266. package/src/account/AbstractedAccount.ts +1 -1
  267. package/src/account/DerivableAbstractedAccount.ts +101 -0
  268. package/src/account/index.ts +1 -0
  269. package/src/api/account.ts +1 -0
  270. package/src/api/aptos.ts +0 -6
  271. package/src/api/aptosConfig.ts +2 -2
  272. package/src/api/fungibleAsset.ts +54 -1
  273. package/src/client/core.ts +0 -120
  274. package/src/client/get.ts +1 -73
  275. package/src/client/post.ts +1 -70
  276. package/src/core/crypto/abstraction.ts +3 -3
  277. package/src/core/crypto/publicKey.ts +3 -1
  278. package/src/core/crypto/singleKey.ts +2 -2
  279. package/src/core/hex.ts +1 -3
  280. package/src/internal/account.ts +10 -9
  281. package/src/internal/fungibleAsset.ts +37 -0
  282. package/src/internal/view.ts +4 -4
  283. package/src/transactions/authenticator/account.ts +40 -5
  284. package/src/types/abstraction.ts +1 -0
  285. package/src/types/types.ts +0 -20
  286. package/src/version.ts +1 -1
  287. package/dist/common/chunk-MVCKMP5U.js +0 -4
  288. package/dist/common/chunk-MVCKMP5U.js.map +0 -1
  289. package/dist/esm/api/experimental.d.mts +0 -83
  290. package/dist/esm/api/experimental.mjs +0 -2
  291. package/dist/esm/chunk-2DISMLR6.mjs +0 -2
  292. package/dist/esm/chunk-2DISMLR6.mjs.map +0 -1
  293. package/dist/esm/chunk-5WNHYEW2.mjs +0 -2
  294. package/dist/esm/chunk-7WPEGMD6.mjs +0 -2
  295. package/dist/esm/chunk-B373VRCY.mjs.map +0 -1
  296. package/dist/esm/chunk-BRGQM252.mjs +0 -2
  297. package/dist/esm/chunk-CICJRLYU.mjs +0 -2
  298. package/dist/esm/chunk-CICJRLYU.mjs.map +0 -1
  299. package/dist/esm/chunk-DFRHNDOS.mjs.map +0 -1
  300. package/dist/esm/chunk-DOVH6HPL.mjs +0 -2
  301. package/dist/esm/chunk-EXXY72UN.mjs +0 -2
  302. package/dist/esm/chunk-IMTC3J2M.mjs +0 -2
  303. package/dist/esm/chunk-IMTC3J2M.mjs.map +0 -1
  304. package/dist/esm/chunk-KSLLV3ZC.mjs +0 -2
  305. package/dist/esm/chunk-KSLLV3ZC.mjs.map +0 -1
  306. package/dist/esm/chunk-NDXMDJV4.mjs +0 -2
  307. package/dist/esm/chunk-URNCRLHO.mjs +0 -4
  308. package/dist/esm/chunk-URNCRLHO.mjs.map +0 -1
  309. package/dist/esm/chunk-VHY6ZATX.mjs +0 -2
  310. package/dist/esm/chunk-VHY6ZATX.mjs.map +0 -1
  311. package/dist/esm/chunk-YVRPD7Z6.mjs +0 -2
  312. package/dist/esm/chunk-YVRPD7Z6.mjs.map +0 -1
  313. package/dist/esm/internal/experimental.d.mts +0 -52
  314. package/dist/esm/internal/experimental.mjs +0 -2
  315. package/dist/esm/internal/experimental.mjs.map +0 -1
  316. package/src/api/experimental.ts +0 -64
  317. package/src/internal/experimental.ts +0 -55
  318. package/src/internal/move/jwks/build/jwk/BuildInfo.yaml +0 -56
  319. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/account.mv +0 -0
  320. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator.mv +0 -0
  321. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_factory.mv +0 -0
  322. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_v2.mv +0 -0
  323. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_account.mv +0 -0
  324. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_coin.mv +0 -0
  325. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_governance.mv +0 -0
  326. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/block.mv +0 -0
  327. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_id.mv +0 -0
  328. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_status.mv +0 -0
  329. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/code.mv +0 -0
  330. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/coin.mv +0 -0
  331. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/config_buffer.mv +0 -0
  332. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/consensus_config.mv +0 -0
  333. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/create_signer.mv +0 -0
  334. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/delegation_pool.mv +0 -0
  335. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dispatchable_fungible_asset.mv +0 -0
  336. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dkg.mv +0 -0
  337. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/event.mv +0 -0
  338. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/execution_config.mv +0 -0
  339. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/function_info.mv +0 -0
  340. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/fungible_asset.mv +0 -0
  341. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/gas_schedule.mv +0 -0
  342. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/genesis.mv +0 -0
  343. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/governance_proposal.mv +0 -0
  344. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/guid.mv +0 -0
  345. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwk_consensus_config.mv +0 -0
  346. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwks.mv +0 -0
  347. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/keyless_account.mv +0 -0
  348. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/managed_coin.mv +0 -0
  349. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/multisig_account.mv +0 -0
  350. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object.mv +0 -0
  351. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object_code_deployment.mv +0 -0
  352. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/optional_aggregator.mv +0 -0
  353. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/primary_fungible_store.mv +0 -0
  354. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness.mv +0 -0
  355. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_api_v0_config.mv +0 -0
  356. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config.mv +0 -0
  357. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config_seqnum.mv +0 -0
  358. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration.mv +0 -0
  359. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_state.mv +0 -0
  360. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_with_dkg.mv +0 -0
  361. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/resource_account.mv +0 -0
  362. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/stake.mv +0 -0
  363. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_config.mv +0 -0
  364. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_contract.mv +0 -0
  365. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_proxy.mv +0 -0
  366. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/state_storage.mv +0 -0
  367. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/storage_gas.mv +0 -0
  368. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/system_addresses.mv +0 -0
  369. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/timestamp.mv +0 -0
  370. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_context.mv +0 -0
  371. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_fee.mv +0 -0
  372. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_validation.mv +0 -0
  373. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/util.mv +0 -0
  374. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/validator_consensus_info.mv +0 -0
  375. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/version.mv +0 -0
  376. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/vesting.mv +0 -0
  377. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/voting.mv +0 -0
  378. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/any.mv +0 -0
  379. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/aptos_hash.mv +0 -0
  380. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/big_vector.mv +0 -0
  381. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381.mv +0 -0
  382. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381_algebra.mv +0 -0
  383. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bn254_algebra.mv +0 -0
  384. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/capability.mv +0 -0
  385. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/comparator.mv +0 -0
  386. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/copyable_any.mv +0 -0
  387. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/crypto_algebra.mv +0 -0
  388. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/debug.mv +0 -0
  389. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ed25519.mv +0 -0
  390. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/fixed_point64.mv +0 -0
  391. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/from_bcs.mv +0 -0
  392. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math128.mv +0 -0
  393. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math64.mv +0 -0
  394. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed.mv +0 -0
  395. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed64.mv +0 -0
  396. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/multi_ed25519.mv +0 -0
  397. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64.mv +0 -0
  398. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64_unbound.mv +0 -0
  399. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255.mv +0 -0
  400. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_bulletproofs.mv +0 -0
  401. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_elgamal.mv +0 -0
  402. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_pedersen.mv +0 -0
  403. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/secp256k1.mv +0 -0
  404. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/simple_map.mv +0 -0
  405. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_table.mv +0 -0
  406. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_vector.mv +0 -0
  407. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/string_utils.mv +0 -0
  408. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table.mv +0 -0
  409. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table_with_length.mv +0 -0
  410. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/type_info.mv +0 -0
  411. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/acl.mv +0 -0
  412. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bcs.mv +0 -0
  413. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bit_vector.mv +0 -0
  414. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/error.mv +0 -0
  415. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/features.mv +0 -0
  416. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/fixed_point32.mv +0 -0
  417. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/hash.mv +0 -0
  418. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/option.mv +0 -0
  419. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/signer.mv +0 -0
  420. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/string.mv +0 -0
  421. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/vector.mv +0 -0
  422. package/src/internal/move/jwks/build/jwk/bytecode_scripts/main.mv +0 -0
  423. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/account.mvsm +0 -0
  424. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator.mvsm +0 -0
  425. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_factory.mvsm +0 -0
  426. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_v2.mvsm +0 -0
  427. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_account.mvsm +0 -0
  428. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_coin.mvsm +0 -0
  429. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_governance.mvsm +0 -0
  430. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/block.mvsm +0 -0
  431. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_id.mvsm +0 -0
  432. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_status.mvsm +0 -0
  433. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/code.mvsm +0 -0
  434. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/coin.mvsm +0 -0
  435. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/config_buffer.mvsm +0 -0
  436. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/consensus_config.mvsm +0 -0
  437. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/create_signer.mvsm +0 -0
  438. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/delegation_pool.mvsm +0 -0
  439. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dispatchable_fungible_asset.mvsm +0 -0
  440. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dkg.mvsm +0 -0
  441. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/event.mvsm +0 -0
  442. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/execution_config.mvsm +0 -0
  443. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/function_info.mvsm +0 -0
  444. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/fungible_asset.mvsm +0 -0
  445. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/gas_schedule.mvsm +0 -0
  446. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/genesis.mvsm +0 -0
  447. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/governance_proposal.mvsm +0 -0
  448. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/guid.mvsm +0 -0
  449. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwk_consensus_config.mvsm +0 -0
  450. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwks.mvsm +0 -0
  451. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/keyless_account.mvsm +0 -0
  452. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/managed_coin.mvsm +0 -0
  453. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/multisig_account.mvsm +0 -0
  454. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object.mvsm +0 -0
  455. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object_code_deployment.mvsm +0 -0
  456. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/optional_aggregator.mvsm +0 -0
  457. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/primary_fungible_store.mvsm +0 -0
  458. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness.mvsm +0 -0
  459. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_api_v0_config.mvsm +0 -0
  460. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config.mvsm +0 -0
  461. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config_seqnum.mvsm +0 -0
  462. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration.mvsm +0 -0
  463. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_state.mvsm +0 -0
  464. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_with_dkg.mvsm +0 -0
  465. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/resource_account.mvsm +0 -0
  466. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/stake.mvsm +0 -0
  467. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_config.mvsm +0 -0
  468. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_contract.mvsm +0 -0
  469. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_proxy.mvsm +0 -0
  470. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/state_storage.mvsm +0 -0
  471. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/storage_gas.mvsm +0 -0
  472. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/system_addresses.mvsm +0 -0
  473. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/timestamp.mvsm +0 -0
  474. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_context.mvsm +0 -0
  475. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_fee.mvsm +0 -0
  476. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_validation.mvsm +0 -0
  477. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/util.mvsm +0 -0
  478. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/validator_consensus_info.mvsm +0 -0
  479. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/version.mvsm +0 -0
  480. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/vesting.mvsm +0 -0
  481. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/voting.mvsm +0 -0
  482. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/any.mvsm +0 -0
  483. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/aptos_hash.mvsm +0 -0
  484. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/big_vector.mvsm +0 -0
  485. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381.mvsm +0 -0
  486. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381_algebra.mvsm +0 -0
  487. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bn254_algebra.mvsm +0 -0
  488. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/capability.mvsm +0 -0
  489. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/comparator.mvsm +0 -0
  490. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/copyable_any.mvsm +0 -0
  491. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/crypto_algebra.mvsm +0 -0
  492. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/debug.mvsm +0 -0
  493. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ed25519.mvsm +0 -0
  494. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/fixed_point64.mvsm +0 -0
  495. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/from_bcs.mvsm +0 -0
  496. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math128.mvsm +0 -0
  497. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math64.mvsm +0 -0
  498. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed.mvsm +0 -0
  499. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed64.mvsm +0 -0
  500. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/multi_ed25519.mvsm +0 -0
  501. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64.mvsm +0 -0
  502. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64_unbound.mvsm +0 -0
  503. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255.mvsm +0 -0
  504. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_bulletproofs.mvsm +0 -0
  505. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_elgamal.mvsm +0 -0
  506. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_pedersen.mvsm +0 -0
  507. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/secp256k1.mvsm +0 -0
  508. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/simple_map.mvsm +0 -0
  509. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_table.mvsm +0 -0
  510. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_vector.mvsm +0 -0
  511. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/string_utils.mvsm +0 -0
  512. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table.mvsm +0 -0
  513. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table_with_length.mvsm +0 -0
  514. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/type_info.mvsm +0 -0
  515. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/acl.mvsm +0 -0
  516. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bcs.mvsm +0 -0
  517. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bit_vector.mvsm +0 -0
  518. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/error.mvsm +0 -0
  519. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/features.mvsm +0 -0
  520. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/fixed_point32.mvsm +0 -0
  521. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/hash.mvsm +0 -0
  522. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/option.mvsm +0 -0
  523. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/signer.mvsm +0 -0
  524. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/string.mvsm +0 -0
  525. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/vector.mvsm +0 -0
  526. package/src/internal/move/jwks/build/jwk/source_maps/main.mvsm +0 -0
  527. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/account.move +0 -1533
  528. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator.move +0 -48
  529. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_factory.move +0 -66
  530. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_v2.move +0 -280
  531. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_account.move +0 -443
  532. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_coin.move +0 -204
  533. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_governance.move +0 -1387
  534. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/block.move +0 -394
  535. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_id.move +0 -41
  536. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_status.move +0 -48
  537. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/code.move +0 -367
  538. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/coin.move +0 -2214
  539. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/config_buffer.move +0 -101
  540. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/consensus_config.move +0 -77
  541. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/create_signer.move +0 -21
  542. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/delegation_pool.move +0 -5568
  543. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dispatchable_fungible_asset.move +0 -228
  544. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dkg.move +0 -121
  545. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/event.move +0 -92
  546. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/execution_config.move +0 -66
  547. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/function_info.move +0 -100
  548. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/fungible_asset.move +0 -1566
  549. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/gas_schedule.move +0 -176
  550. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/genesis.move +0 -550
  551. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/governance_proposal.move +0 -23
  552. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/guid.move +0 -68
  553. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwk_consensus_config.move +0 -148
  554. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwks.move +0 -817
  555. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/keyless_account.move +0 -312
  556. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/managed_coin.move +0 -205
  557. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/multisig_account.move +0 -2477
  558. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object.move +0 -1073
  559. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object_code_deployment.move +0 -147
  560. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/optional_aggregator.move +0 -295
  561. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/primary_fungible_store.move +0 -405
  562. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness.move +0 -574
  563. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_api_v0_config.move +0 -57
  564. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config.move +0 -153
  565. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config_seqnum.move +0 -49
  566. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration.move +0 -237
  567. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_state.move +0 -132
  568. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_with_dkg.move +0 -69
  569. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/resource_account.move +0 -267
  570. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/stake.move +0 -3286
  571. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_config.move +0 -686
  572. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_contract.move +0 -1618
  573. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_proxy.move +0 -228
  574. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/state_storage.move +0 -90
  575. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/storage_gas.move +0 -622
  576. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/system_addresses.move +0 -82
  577. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/timestamp.move +0 -88
  578. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_context.move +0 -262
  579. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_fee.move +0 -457
  580. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_validation.move +0 -501
  581. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/util.move +0 -16
  582. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/validator_consensus_info.move +0 -42
  583. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/version.move +0 -115
  584. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/vesting.move +0 -2183
  585. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/voting.move +0 -1279
  586. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/any.move +0 -57
  587. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/aptos_hash.move +0 -253
  588. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/big_vector.move +0 -469
  589. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381.move +0 -985
  590. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381_algebra.move +0 -802
  591. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bn254_algebra.move +0 -855
  592. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/capability.move +0 -193
  593. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/comparator.move +0 -173
  594. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/copyable_any.move +0 -45
  595. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/crypto_algebra.move +0 -351
  596. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/debug.move +0 -278
  597. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ed25519.move +0 -262
  598. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/fixed_point64.move +0 -447
  599. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/from_bcs.move +0 -91
  600. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math128.move +0 -381
  601. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math64.move +0 -336
  602. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed.move +0 -139
  603. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed64.move +0 -142
  604. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/multi_ed25519.move +0 -482
  605. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64.move +0 -571
  606. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64_unbound.move +0 -270
  607. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255.move +0 -1310
  608. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_bulletproofs.move +0 -253
  609. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_elgamal.move +0 -234
  610. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_pedersen.move +0 -158
  611. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/secp256k1.move +0 -114
  612. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/simple_map.move +0 -319
  613. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_table.move +0 -769
  614. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_vector.move +0 -766
  615. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/string_utils.move +0 -148
  616. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table.move +0 -152
  617. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table_with_length.move +0 -141
  618. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/type_info.move +0 -351
  619. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/acl.move +0 -46
  620. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bcs.move +0 -27
  621. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bit_vector.move +0 -239
  622. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/error.move +0 -88
  623. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/features.move +0 -780
  624. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/fixed_point32.move +0 -295
  625. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/hash.move +0 -8
  626. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/option.move +0 -356
  627. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/signer.move +0 -21
  628. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/string.move +0 -93
  629. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/vector.move +0 -669
  630. package/src/internal/move/jwks/build/jwk/sources/main.move +0 -20
  631. /package/dist/esm/{api/experimental.mjs.map → account/DerivableAbstractedAccount.mjs.map} +0 -0
  632. /package/dist/esm/{chunk-KIMU5PYJ.mjs.map → chunk-3IHKQH5O.mjs.map} +0 -0
  633. /package/dist/esm/{chunk-L5C44K6H.mjs.map → chunk-6PKBXYG3.mjs.map} +0 -0
  634. /package/dist/esm/{chunk-ZKOF4KST.mjs.map → chunk-6Y6ZO7TS.mjs.map} +0 -0
  635. /package/dist/esm/{chunk-TORMKDQG.mjs.map → chunk-ARNW34PP.mjs.map} +0 -0
  636. /package/dist/esm/{chunk-F2GWK4YJ.mjs.map → chunk-BUUV6B4P.mjs.map} +0 -0
  637. /package/dist/esm/{chunk-M7W6FZ5Z.mjs.map → chunk-BXRBOMHW.mjs.map} +0 -0
  638. /package/dist/esm/{chunk-4FBUZY6C.mjs.map → chunk-C6JRJNK3.mjs.map} +0 -0
  639. /package/dist/esm/{chunk-DOVH6HPL.mjs.map → chunk-DPW6ELCQ.mjs.map} +0 -0
  640. /package/dist/esm/{chunk-6QJWFV2M.mjs.map → chunk-GLFZJNF3.mjs.map} +0 -0
  641. /package/dist/esm/{chunk-SZYA6IG4.mjs.map → chunk-GYVSI3TS.mjs.map} +0 -0
  642. /package/dist/esm/{chunk-DGH7NXHM.mjs.map → chunk-IXYGZ57N.mjs.map} +0 -0
  643. /package/dist/esm/{chunk-BE3OXYYX.mjs.map → chunk-JGFKIUG5.mjs.map} +0 -0
  644. /package/dist/esm/{chunk-2RBINVFA.mjs.map → chunk-KAYKTT4S.mjs.map} +0 -0
  645. /package/dist/esm/{chunk-CZOZTNXJ.mjs.map → chunk-NJN3EAOM.mjs.map} +0 -0
  646. /package/dist/esm/{chunk-FU65NEDT.mjs.map → chunk-OYH2T6V5.mjs.map} +0 -0
  647. /package/dist/esm/{chunk-EXXY72UN.mjs.map → chunk-OYUW6ZN2.mjs.map} +0 -0
  648. /package/dist/esm/{chunk-DH32UXHB.mjs.map → chunk-P237G6YB.mjs.map} +0 -0
  649. /package/dist/esm/{chunk-7JRZLDWV.mjs.map → chunk-PRUQZNAP.mjs.map} +0 -0
  650. /package/dist/esm/{chunk-7CRQNXR5.mjs.map → chunk-ROT6S6BM.mjs.map} +0 -0
  651. /package/dist/esm/{chunk-H3NZHL45.mjs.map → chunk-SOJ3OG6X.mjs.map} +0 -0
  652. /package/dist/esm/{chunk-5WNHYEW2.mjs.map → chunk-TUZHLTDU.mjs.map} +0 -0
  653. /package/dist/esm/{chunk-3AS5BVKL.mjs.map → chunk-V7U5Y4AU.mjs.map} +0 -0
  654. /package/dist/esm/{chunk-UQKQH5C7.mjs.map → chunk-WLUXOUZH.mjs.map} +0 -0
  655. /package/dist/esm/{chunk-V5IPL4SJ.mjs.map → chunk-WTLQD6MR.mjs.map} +0 -0
  656. /package/dist/esm/{chunk-P5CIZZDK.mjs.map → chunk-XF6BISPI.mjs.map} +0 -0
  657. /package/dist/esm/{chunk-DC5IVW4W.mjs.map → chunk-YFFDF22R.mjs.map} +0 -0
  658. /package/dist/esm/{chunk-HEYMZZRE.mjs.map → chunk-YQIAWAPY.mjs.map} +0 -0
  659. /package/dist/esm/{chunk-BRGQM252.mjs.map → chunk-Z6KQX6VX.mjs.map} +0 -0
  660. /package/dist/esm/{chunk-DCVGWCZD.mjs.map → chunk-ZMT2M6YT.mjs.map} +0 -0
@@ -0,0 +1,2 @@
1
+ import{a as e}from"./chunk-JGFKIUG5.mjs";function t(i,r){let l=r.bcsToBytes(),a=new e(l);return i.deserialize(a)}export{t as a};
2
+ //# sourceMappingURL=chunk-TUZHLTDU.mjs.map
@@ -1,2 +1,2 @@
1
- import{a as p}from"./chunk-DOVH6HPL.mjs";import{a as u}from"./chunk-7CRQNXR5.mjs";import{a as f}from"./chunk-7WPEGMD6.mjs";import{a as h}from"./chunk-BRGQM252.mjs";import{e as d,j as S}from"./chunk-C3Q23D22.mjs";import{a as g}from"./chunk-CZOZTNXJ.mjs";import{b as s}from"./chunk-VHY6ZATX.mjs";import{sha3_256 as H}from"@noble/hashes/sha3";import{secp256k1 as y}from"@noble/curves/secp256k1";import{HDKey as A}from"@scure/bip32";var i=class i extends f{constructor(e){super();let t=s.fromHexInput(e),{length:r}=t.toUint8Array();if(r===i.LENGTH)this.key=t;else if(r===i.COMPRESSED_LENGTH){let o=y.ProjectivePoint.fromHex(t.toUint8Array());this.key=s.fromHexInput(o.toRawBytes(!1))}else throw new Error(`PublicKey length should be ${i.LENGTH} or ${i.COMPRESSED_LENGTH}, received ${r}`)}verifySignature(e){let{message:t,signature:r}=e,o=p(t),c=s.fromHexInput(o).toUint8Array(),x=H(c),P=r.toUint8Array();return y.verify(P,x,this.key.toUint8Array(),{lowS:!0})}async verifySignatureAsync(e){return this.verifySignature(e)}toUint8Array(){return this.key.toUint8Array()}serialize(e){e.serializeBytes(this.key.toUint8Array())}deserialize(e){let t=e.deserializeBytes();return new l(t)}static deserialize(e){let t=e.deserializeBytes();return new i(t)}static isPublicKey(e){return e instanceof i}static isInstance(e){return"key"in e&&e.key?.data?.length===i.LENGTH}};i.LENGTH=65,i.COMPRESSED_LENGTH=33;var m=i,n=class n extends g{constructor(e,t){super();let r=u.parseHexInput(e,"secp256k1",t);if(r.toUint8Array().length!==n.LENGTH)throw new Error(`PrivateKey length should be ${n.LENGTH}`);this.key=r}static generate(){let e=y.utils.randomPrivateKey();return new n(e,!1)}static fromDerivationPath(e,t){if(!d(e))throw new Error(`Invalid derivation path ${e}`);return n.fromDerivationPathInner(e,S(t))}static fromDerivationPathInner(e,t){let{privateKey:r}=A.fromMasterSeed(t).derive(e);if(r===null)throw new Error("Invalid key");return new n(r,!1)}sign(e){let t=p(e),r=s.fromHexInput(t),o=H(r.toUint8Array()),c=y.sign(o,this.key.toUint8Array(),{lowS:!0});return new l(c.toCompactRawBytes())}publicKey(){let e=y.getPublicKey(this.key.toUint8Array(),!1);return new m(e)}toUint8Array(){return this.key.toUint8Array()}toString(){return this.toHexString()}toHexString(){return this.key.toString()}toAIP80String(){return u.formatPrivateKey(this.key.toString(),"secp256k1")}serialize(e){e.serializeBytes(this.toUint8Array())}static deserialize(e){let t=e.deserializeBytes();return new n(t,!1)}static isPrivateKey(e){return e instanceof n}};n.LENGTH=32;var v=n,a=class a extends h{constructor(e){super();let t=s.fromHexInput(e);if(t.toUint8Array().length!==a.LENGTH)throw new Error(`Signature length should be ${a.LENGTH}, received ${t.toUint8Array().length}`);this.data=t}toUint8Array(){return this.data.toUint8Array()}serialize(e){e.serializeBytes(this.data.toUint8Array())}static deserialize(e){let t=e.deserializeBytes();return new a(t)}};a.LENGTH=64;var l=a;export{m as a,v as b,l as c};
2
- //# sourceMappingURL=chunk-3AS5BVKL.mjs.map
1
+ import{a as u}from"./chunk-ROT6S6BM.mjs";import{a as p}from"./chunk-DPW6ELCQ.mjs";import{e as d,j as S}from"./chunk-C3Q23D22.mjs";import{a as f}from"./chunk-BYINW7I2.mjs";import{a as h}from"./chunk-Z6KQX6VX.mjs";import{a as g}from"./chunk-NJN3EAOM.mjs";import{b as s}from"./chunk-STY74NUA.mjs";import{sha3_256 as H}from"@noble/hashes/sha3";import{secp256k1 as y}from"@noble/curves/secp256k1";import{HDKey as A}from"@scure/bip32";var i=class i extends f{constructor(e){super();let t=s.fromHexInput(e),{length:r}=t.toUint8Array();if(r===i.LENGTH)this.key=t;else if(r===i.COMPRESSED_LENGTH){let o=y.ProjectivePoint.fromHex(t.toUint8Array());this.key=s.fromHexInput(o.toRawBytes(!1))}else throw new Error(`PublicKey length should be ${i.LENGTH} or ${i.COMPRESSED_LENGTH}, received ${r}`)}verifySignature(e){let{message:t,signature:r}=e,o=p(t),c=s.fromHexInput(o).toUint8Array(),x=H(c),P=r.toUint8Array();return y.verify(P,x,this.key.toUint8Array(),{lowS:!0})}async verifySignatureAsync(e){return this.verifySignature(e)}toUint8Array(){return this.key.toUint8Array()}serialize(e){e.serializeBytes(this.key.toUint8Array())}deserialize(e){let t=e.deserializeBytes();return new l(t)}static deserialize(e){let t=e.deserializeBytes();return new i(t)}static isPublicKey(e){return e instanceof i}static isInstance(e){return"key"in e&&e.key?.data?.length===i.LENGTH}};i.LENGTH=65,i.COMPRESSED_LENGTH=33;var m=i,n=class n extends g{constructor(e,t){super();let r=u.parseHexInput(e,"secp256k1",t);if(r.toUint8Array().length!==n.LENGTH)throw new Error(`PrivateKey length should be ${n.LENGTH}`);this.key=r}static generate(){let e=y.utils.randomPrivateKey();return new n(e,!1)}static fromDerivationPath(e,t){if(!d(e))throw new Error(`Invalid derivation path ${e}`);return n.fromDerivationPathInner(e,S(t))}static fromDerivationPathInner(e,t){let{privateKey:r}=A.fromMasterSeed(t).derive(e);if(r===null)throw new Error("Invalid key");return new n(r,!1)}sign(e){let t=p(e),r=s.fromHexInput(t),o=H(r.toUint8Array()),c=y.sign(o,this.key.toUint8Array(),{lowS:!0});return new l(c.toCompactRawBytes())}publicKey(){let e=y.getPublicKey(this.key.toUint8Array(),!1);return new m(e)}toUint8Array(){return this.key.toUint8Array()}toString(){return this.toHexString()}toHexString(){return this.key.toString()}toAIP80String(){return u.formatPrivateKey(this.key.toString(),"secp256k1")}serialize(e){e.serializeBytes(this.toUint8Array())}static deserialize(e){let t=e.deserializeBytes();return new n(t,!1)}static isPrivateKey(e){return e instanceof n}};n.LENGTH=32;var v=n,a=class a extends h{constructor(e){super();let t=s.fromHexInput(e);if(t.toUint8Array().length!==a.LENGTH)throw new Error(`Signature length should be ${a.LENGTH}, received ${t.toUint8Array().length}`);this.data=t}toUint8Array(){return this.data.toUint8Array()}serialize(e){e.serializeBytes(this.data.toUint8Array())}static deserialize(e){let t=e.deserializeBytes();return new a(t)}};a.LENGTH=64;var l=a;export{m as a,v as b,l as c};
2
+ //# sourceMappingURL=chunk-V7U5Y4AU.mjs.map
@@ -1,2 +1,2 @@
1
- import{a as r}from"./chunk-CZOZTNXJ.mjs";import{b as i}from"./chunk-VHY6ZATX.mjs";var t=class a extends r{constructor(e){super(),this.value=i.fromHexInput(e).toUint8Array()}serialize(e){e.serializeFixedBytes(this.value)}serializeForEntryFunction(e){e.serialize(this)}serializeForScriptFunction(e){e.serialize(this)}static deserialize(e,s){let o=e.deserializeFixedBytes(s);return new a(o)}};export{t as a};
2
- //# sourceMappingURL=chunk-UQKQH5C7.mjs.map
1
+ import{a as r}from"./chunk-NJN3EAOM.mjs";import{b as i}from"./chunk-STY74NUA.mjs";var t=class a extends r{constructor(e){super(),this.value=i.fromHexInput(e).toUint8Array()}serialize(e){e.serializeFixedBytes(this.value)}serializeForEntryFunction(e){e.serialize(this)}serializeForScriptFunction(e){e.serialize(this)}static deserialize(e,s){let o=e.deserializeFixedBytes(s);return new a(o)}};export{t as a};
2
+ //# sourceMappingURL=chunk-WLUXOUZH.mjs.map
@@ -1,2 +1,2 @@
1
- import{b as t,d as n}from"./chunk-HEYMZZRE.mjs";import{a as u}from"./chunk-7WPEGMD6.mjs";import{a as l}from"./chunk-BRGQM252.mjs";import{a as o}from"./chunk-BE3OXYYX.mjs";import{b as s}from"./chunk-VHY6ZATX.mjs";var c=class i extends u{constructor(e){super();let r=e.constructor.name;switch(r){case t.name:this.publicKey=e,this.variant=0;break;default:throw new Error(`Unsupported key for EphemeralPublicKey - ${r}`)}}verifySignature(e){let{message:r,signature:a}=e;return this.publicKey.verifySignature({message:r,signature:a.signature})}async verifySignatureAsync(e){return this.verifySignature(e)}serialize(e){if(this.publicKey instanceof t)e.serializeU32AsUleb128(0),this.publicKey.serialize(e);else throw new Error("Unknown public key type")}static deserialize(e){let r=e.deserializeUleb128AsU32();switch(r){case 0:return new i(t.deserialize(e));default:throw new Error(`Unknown variant index for EphemeralPublicKey: ${r}`)}}static isPublicKey(e){return e instanceof i}},p=class i extends l{constructor(e){super();let r=e.constructor.name;switch(r){case n.name:this.signature=e;break;default:throw new Error(`Unsupported signature for EphemeralSignature - ${r}`)}}static fromHex(e){let r=s.fromHexInput(e),a=new o(r.toUint8Array());return i.deserialize(a)}serialize(e){if(this.signature instanceof n)e.serializeU32AsUleb128(0),this.signature.serialize(e);else throw new Error("Unknown signature type")}static deserialize(e){let r=e.deserializeUleb128AsU32();switch(r){case 0:return new i(n.deserialize(e));default:throw new Error(`Unknown variant index for EphemeralSignature: ${r}`)}}};export{c as a,p as b};
2
- //# sourceMappingURL=chunk-V5IPL4SJ.mjs.map
1
+ import{b as t,d as n}from"./chunk-YQIAWAPY.mjs";import{a as u}from"./chunk-BYINW7I2.mjs";import{a as l}from"./chunk-Z6KQX6VX.mjs";import{a as o}from"./chunk-JGFKIUG5.mjs";import{b as s}from"./chunk-STY74NUA.mjs";var c=class i extends u{constructor(e){super();let r=e.constructor.name;switch(r){case t.name:this.publicKey=e,this.variant=0;break;default:throw new Error(`Unsupported key for EphemeralPublicKey - ${r}`)}}verifySignature(e){let{message:r,signature:a}=e;return this.publicKey.verifySignature({message:r,signature:a.signature})}async verifySignatureAsync(e){return this.verifySignature(e)}serialize(e){if(this.publicKey instanceof t)e.serializeU32AsUleb128(0),this.publicKey.serialize(e);else throw new Error("Unknown public key type")}static deserialize(e){let r=e.deserializeUleb128AsU32();switch(r){case 0:return new i(t.deserialize(e));default:throw new Error(`Unknown variant index for EphemeralPublicKey: ${r}`)}}static isPublicKey(e){return e instanceof i}},p=class i extends l{constructor(e){super();let r=e.constructor.name;switch(r){case n.name:this.signature=e;break;default:throw new Error(`Unsupported signature for EphemeralSignature - ${r}`)}}static fromHex(e){let r=s.fromHexInput(e),a=new o(r.toUint8Array());return i.deserialize(a)}serialize(e){if(this.signature instanceof n)e.serializeU32AsUleb128(0),this.signature.serialize(e);else throw new Error("Unknown signature type")}static deserialize(e){let r=e.deserializeUleb128AsU32();switch(r){case 0:return new i(n.deserialize(e));default:throw new Error(`Unknown variant index for EphemeralSignature: ${r}`)}}};export{c as a,p as b};
2
+ //# sourceMappingURL=chunk-WTLQD6MR.mjs.map
@@ -1,2 +1,2 @@
1
- import{a as u,c as r}from"./chunk-H3NZHL45.mjs";import{e as t}from"./chunk-4FBUZY6C.mjs";import{b as o}from"./chunk-SZYA6IG4.mjs";import{a as i}from"./chunk-CZOZTNXJ.mjs";var c=class extends i{constructor(e){super();this.accountAddress=o.ONE;this.moduleName=new r("account");this.structName=new r("RotationProofChallenge");this.sequenceNumber=new t(e.sequenceNumber),this.originator=e.originator,this.currentAuthKey=e.currentAuthKey,this.newPublicKey=u.U8(e.newPublicKey.toUint8Array())}serialize(e){e.serialize(this.accountAddress),e.serialize(this.moduleName),e.serialize(this.structName),e.serialize(this.sequenceNumber),e.serialize(this.originator),e.serialize(this.currentAuthKey),e.serialize(this.newPublicKey)}};export{c as a};
2
- //# sourceMappingURL=chunk-P5CIZZDK.mjs.map
1
+ import{a as u,c as r}from"./chunk-SOJ3OG6X.mjs";import{e as t}from"./chunk-C6JRJNK3.mjs";import{b as o}from"./chunk-GYVSI3TS.mjs";import{a as i}from"./chunk-NJN3EAOM.mjs";var c=class extends i{constructor(e){super();this.accountAddress=o.ONE;this.moduleName=new r("account");this.structName=new r("RotationProofChallenge");this.sequenceNumber=new t(e.sequenceNumber),this.originator=e.originator,this.currentAuthKey=e.currentAuthKey,this.newPublicKey=u.U8(e.newPublicKey.toUint8Array())}serialize(e){e.serialize(this.accountAddress),e.serialize(this.moduleName),e.serialize(this.structName),e.serialize(this.sequenceNumber),e.serialize(this.originator),e.serialize(this.currentAuthKey),e.serialize(this.newPublicKey)}};export{c as a};
2
+ //# sourceMappingURL=chunk-XF6BISPI.mjs.map
@@ -1,2 +1,2 @@
1
- import{a as i}from"./chunk-F2GWK4YJ.mjs";import{b as r}from"./chunk-SZYA6IG4.mjs";import{decode as u}from"js-base64";async function f(n){return new Promise(e=>{setTimeout(e,n)})}function A(n){return n instanceof Error?n.message:String(n)}var _=()=>Math.floor(Date.now()/1e3);function x(n){let e=new Date(n*1e3);return e.setMinutes(0),e.setSeconds(0),e.setMilliseconds(0),Math.floor(e.getTime()/1e3)}function S(n){let e=n.replace(/-/g,"+").replace(/_/g,"/"),t=e+"==".substring(0,(3-e.length%3)%3);return u(t)}function h(n){let e=n.replace(/-/g,"+").replace(/_/g,"/");for(;e.length%4!==0;)e+="=";return new Uint8Array(Buffer.from(e,"base64"))}var T=(n,e)=>n*10**e,b=(n,e)=>n/10**e,a=n=>{let e="";for(let t=2;t<n.length;t+=2)e+=String.fromCharCode(parseInt(n.substring(t,t+2),16));return e},M=n=>{let{account_address:e,module_name:t,struct_name:o}=n,s=a(t),c=a(o);return`${e}::${s}::${c}`},y=n=>typeof n=="object"&&!Array.isArray(n)&&n!==null&&"account_address"in n&&"module_name"in n&&"struct_name"in n&&typeof n.account_address=="string"&&typeof n.module_name=="string"&&typeof n.struct_name=="string";function v(n){let e=n.split("::");if(e.length!==3)throw new Error(`Invalid function ${n}`);let t=e[0],o=e[1],s=e[2];return{moduleAddress:t,moduleName:o,functionName:s}}function w(n){let e=n.split("::");return e.length===3&&r.isValid({input:e[0]}).valid}function E(n,e=6,t=5){return`${n.slice(0,e)}...${n.slice(-t)}`}var d="0x1::aptos_coin::AptosCoin",I=r.A.toStringLong();function m(n){let e=/0x[0-9a-fA-F]+/g;return n.replace(e,t=>r.from(t,{maxMissingChars:63}).toStringShort())}function $(n){let e=m(n);return e===d?r.A:i(r.A,e)}export{f as a,A as b,_ as c,x as d,S as e,h as f,T as g,b as h,M as i,y as j,v as k,w as l,E as m,$ as n};
2
- //# sourceMappingURL=chunk-DC5IVW4W.mjs.map
1
+ import{a as i}from"./chunk-BUUV6B4P.mjs";import{b as r}from"./chunk-GYVSI3TS.mjs";import{decode as u}from"js-base64";async function f(n){return new Promise(e=>{setTimeout(e,n)})}function A(n){return n instanceof Error?n.message:String(n)}var _=()=>Math.floor(Date.now()/1e3);function x(n){let e=new Date(n*1e3);return e.setMinutes(0),e.setSeconds(0),e.setMilliseconds(0),Math.floor(e.getTime()/1e3)}function S(n){let e=n.replace(/-/g,"+").replace(/_/g,"/"),t=e+"==".substring(0,(3-e.length%3)%3);return u(t)}function h(n){let e=n.replace(/-/g,"+").replace(/_/g,"/");for(;e.length%4!==0;)e+="=";return new Uint8Array(Buffer.from(e,"base64"))}var T=(n,e)=>n*10**e,b=(n,e)=>n/10**e,a=n=>{let e="";for(let t=2;t<n.length;t+=2)e+=String.fromCharCode(parseInt(n.substring(t,t+2),16));return e},M=n=>{let{account_address:e,module_name:t,struct_name:o}=n,s=a(t),c=a(o);return`${e}::${s}::${c}`},y=n=>typeof n=="object"&&!Array.isArray(n)&&n!==null&&"account_address"in n&&"module_name"in n&&"struct_name"in n&&typeof n.account_address=="string"&&typeof n.module_name=="string"&&typeof n.struct_name=="string";function v(n){let e=n.split("::");if(e.length!==3)throw new Error(`Invalid function ${n}`);let t=e[0],o=e[1],s=e[2];return{moduleAddress:t,moduleName:o,functionName:s}}function w(n){let e=n.split("::");return e.length===3&&r.isValid({input:e[0]}).valid}function E(n,e=6,t=5){return`${n.slice(0,e)}...${n.slice(-t)}`}var d="0x1::aptos_coin::AptosCoin",I=r.A.toStringLong();function m(n){let e=/0x[0-9a-fA-F]+/g;return n.replace(e,t=>r.from(t,{maxMissingChars:63}).toStringShort())}function $(n){let e=m(n);return e===d?r.A:i(r.A,e)}export{f as a,A as b,_ as c,x as d,S as e,h as f,T as g,b as h,M as i,y as j,v as k,w as l,E as m,$ as n};
2
+ //# sourceMappingURL=chunk-YFFDF22R.mjs.map
@@ -1,2 +1,2 @@
1
- import{a as d}from"./chunk-DOVH6HPL.mjs";import{a as x}from"./chunk-7CRQNXR5.mjs";import{b as K}from"./chunk-7WPEGMD6.mjs";import{a as S}from"./chunk-BRGQM252.mjs";import{d as v,f as P,g as E,h as H,i as b,j as U}from"./chunk-C3Q23D22.mjs";import{a as A}from"./chunk-L5C44K6H.mjs";import{a as p}from"./chunk-CZOZTNXJ.mjs";import{b as o}from"./chunk-VHY6ZATX.mjs";import{ed25519 as y}from"@noble/curves/ed25519";var m=[237,211,245,92,26,99,18,88,214,156,247,162,222,249,222,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16];function T(I){let e=I.toUint8Array().slice(32);for(let t=m.length-1;t>=0;t-=1){if(e[t]<m[t])return!0;if(e[t]>m[t])return!1}return!1}var n=class n extends K{constructor(e){super();let t=o.fromHexInput(e);if(t.toUint8Array().length!==n.LENGTH)throw new Error(`PublicKey length should be ${n.LENGTH}`);this.key=t}verifySignature(e){let{message:t,signature:i}=e;if(!T(i))return!1;let a=d(t),u=o.fromHexInput(a).toUint8Array(),c=i.toUint8Array(),l=this.key.toUint8Array();return y.verify(c,u,l)}async verifySignatureAsync(e){return this.verifySignature(e)}authKey(){return A.fromSchemeAndBytes({scheme:0,input:this.toUint8Array()})}toUint8Array(){return this.key.toUint8Array()}serialize(e){e.serializeBytes(this.key.toUint8Array())}static deserialize(e){let t=e.deserializeBytes();return new n(t)}static isPublicKey(e){return e instanceof n}static isInstance(e){return"key"in e&&e.key?.data?.length===n.LENGTH}};n.LENGTH=32;var f=n,r=class r extends p{constructor(e,t){super();let i=x.parseHexInput(e,"ed25519",t);if(i.toUint8Array().length!==r.LENGTH)throw new Error(`PrivateKey length should be ${r.LENGTH}`);this.signingKey=i}static generate(){let e=y.utils.randomPrivateKey();return new r(e,!1)}static fromDerivationPath(e,t){if(!P(e))throw new Error(`Invalid derivation path ${e}`);return r.fromDerivationPathInner(e,U(t))}static fromDerivationPathInner(e,t,i=v){let{key:a,chainCode:u}=E(r.SLIP_0010_SEED,t),c=b(e).map(g=>parseInt(g,10)),{key:l}=c.reduce((g,w)=>H(g,w+i),{key:a,chainCode:u});return new r(l,!1)}publicKey(){let e=y.getPublicKey(this.signingKey.toUint8Array());return new f(e)}sign(e){let t=d(e),i=o.fromHexInput(t).toUint8Array(),a=y.sign(i,this.signingKey.toUint8Array());return new h(a)}toUint8Array(){return this.signingKey.toUint8Array()}toString(){return this.toHexString()}toHexString(){return this.signingKey.toString()}toAIP80String(){return x.formatPrivateKey(this.signingKey.toString(),"ed25519")}serialize(e){e.serializeBytes(this.toUint8Array())}static deserialize(e){let t=e.deserializeBytes();return new r(t,!1)}static isPrivateKey(e){return e instanceof r}};r.LENGTH=32,r.SLIP_0010_SEED="ed25519 seed";var z=r,s=class s extends S{constructor(e){super();let t=o.fromHexInput(e);if(t.toUint8Array().length!==s.LENGTH)throw new Error(`Signature length should be ${s.LENGTH}`);this.data=t}toUint8Array(){return this.data.toUint8Array()}serialize(e){e.serializeBytes(this.data.toUint8Array())}static deserialize(e){let t=e.deserializeBytes();return new s(t)}};s.LENGTH=64;var h=s;export{T as a,f as b,z as c,h as d};
2
- //# sourceMappingURL=chunk-HEYMZZRE.mjs.map
1
+ import{a as x}from"./chunk-ROT6S6BM.mjs";import{a as d}from"./chunk-DPW6ELCQ.mjs";import{d as v,f as P,g as E,h as H,i as b,j as U}from"./chunk-C3Q23D22.mjs";import{b as K}from"./chunk-BYINW7I2.mjs";import{a as S}from"./chunk-Z6KQX6VX.mjs";import{a as A}from"./chunk-6PKBXYG3.mjs";import{a as p}from"./chunk-NJN3EAOM.mjs";import{b as o}from"./chunk-STY74NUA.mjs";import{ed25519 as y}from"@noble/curves/ed25519";var m=[237,211,245,92,26,99,18,88,214,156,247,162,222,249,222,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16];function T(I){let e=I.toUint8Array().slice(32);for(let t=m.length-1;t>=0;t-=1){if(e[t]<m[t])return!0;if(e[t]>m[t])return!1}return!1}var n=class n extends K{constructor(e){super();let t=o.fromHexInput(e);if(t.toUint8Array().length!==n.LENGTH)throw new Error(`PublicKey length should be ${n.LENGTH}`);this.key=t}verifySignature(e){let{message:t,signature:i}=e;if(!T(i))return!1;let a=d(t),u=o.fromHexInput(a).toUint8Array(),c=i.toUint8Array(),l=this.key.toUint8Array();return y.verify(c,u,l)}async verifySignatureAsync(e){return this.verifySignature(e)}authKey(){return A.fromSchemeAndBytes({scheme:0,input:this.toUint8Array()})}toUint8Array(){return this.key.toUint8Array()}serialize(e){e.serializeBytes(this.key.toUint8Array())}static deserialize(e){let t=e.deserializeBytes();return new n(t)}static isPublicKey(e){return e instanceof n}static isInstance(e){return"key"in e&&e.key?.data?.length===n.LENGTH}};n.LENGTH=32;var f=n,r=class r extends p{constructor(e,t){super();let i=x.parseHexInput(e,"ed25519",t);if(i.toUint8Array().length!==r.LENGTH)throw new Error(`PrivateKey length should be ${r.LENGTH}`);this.signingKey=i}static generate(){let e=y.utils.randomPrivateKey();return new r(e,!1)}static fromDerivationPath(e,t){if(!P(e))throw new Error(`Invalid derivation path ${e}`);return r.fromDerivationPathInner(e,U(t))}static fromDerivationPathInner(e,t,i=v){let{key:a,chainCode:u}=E(r.SLIP_0010_SEED,t),c=b(e).map(g=>parseInt(g,10)),{key:l}=c.reduce((g,w)=>H(g,w+i),{key:a,chainCode:u});return new r(l,!1)}publicKey(){let e=y.getPublicKey(this.signingKey.toUint8Array());return new f(e)}sign(e){let t=d(e),i=o.fromHexInput(t).toUint8Array(),a=y.sign(i,this.signingKey.toUint8Array());return new h(a)}toUint8Array(){return this.signingKey.toUint8Array()}toString(){return this.toHexString()}toHexString(){return this.signingKey.toString()}toAIP80String(){return x.formatPrivateKey(this.signingKey.toString(),"ed25519")}serialize(e){e.serializeBytes(this.toUint8Array())}static deserialize(e){let t=e.deserializeBytes();return new r(t,!1)}static isPrivateKey(e){return e instanceof r}};r.LENGTH=32,r.SLIP_0010_SEED="ed25519 seed";var z=r,s=class s extends S{constructor(e){super();let t=o.fromHexInput(e);if(t.toUint8Array().length!==s.LENGTH)throw new Error(`Signature length should be ${s.LENGTH}`);this.data=t}toUint8Array(){return this.data.toUint8Array()}serialize(e){e.serializeBytes(this.data.toUint8Array())}static deserialize(e){let t=e.deserializeBytes();return new s(t)}};s.LENGTH=64;var h=s;export{T as a,f as b,z as c,h as d};
2
+ //# sourceMappingURL=chunk-YQIAWAPY.mjs.map
@@ -0,0 +1,2 @@
1
+ import{a as r}from"./chunk-NJN3EAOM.mjs";import{b as t}from"./chunk-STY74NUA.mjs";var o=class extends r{toUint8Array(){return this.bcsToBytes()}toString(){let i=this.toUint8Array();return t.fromHexInput(i).toString()}};export{o as a};
2
+ //# sourceMappingURL=chunk-Z6KQX6VX.mjs.map
@@ -1,2 +1,2 @@
1
- import{a as r}from"./chunk-DC5IVW4W.mjs";import{spawn as c}from"child_process";import l from"tree-kill";import{platform as h}from"os";var e=class{constructor(t){this.MAXIMUM_WAIT_TIME_SEC=75;this.READINESS_ENDPOINT="http://127.0.0.1:8070/";this.showStdout=!0;this.process=null;this.showStdout=t?.showStdout??!0}async stop(){await new Promise((t,o)=>{this.process?.pid&&l(this.process.pid,s=>{s?o(s):t(!0)})})}async run(){await this.checkIfProcessIsUp()||(this.start(),await this.waitUntilProcessIsUp())}start(){let t="npx",o=["aptos","node","run-localnet","--force-restart","--assume-yes","--with-indexer-api"],s=h(),a={env:{...process.env,ENABLE_KEYLESS_DEFAULT:"1"},...s==="win32"&&{shell:!0}};this.process=c(t,o,a),this.process.stdout?.on("data",i=>{let n=i.toString();this.showStdout&&console.log(n)})}async waitUntilProcessIsUp(){let t=await this.checkIfProcessIsUp(),o=Date.now()/1e3,s=o;for(;!t&&o+this.MAXIMUM_WAIT_TIME_SEC>s;)await r(1e3),t=await this.checkIfProcessIsUp(),s=Date.now()/1e3;if(!t)throw new Error("Process failed to start");return!0}async checkIfProcessIsUp(){try{return(await fetch(this.READINESS_ENDPOINT)).status===200}catch{return!1}}};export{e as a};
2
- //# sourceMappingURL=chunk-DCVGWCZD.mjs.map
1
+ import{a as r}from"./chunk-YFFDF22R.mjs";import{spawn as c}from"child_process";import l from"tree-kill";import{platform as h}from"os";var e=class{constructor(t){this.MAXIMUM_WAIT_TIME_SEC=75;this.READINESS_ENDPOINT="http://127.0.0.1:8070/";this.showStdout=!0;this.process=null;this.showStdout=t?.showStdout??!0}async stop(){await new Promise((t,o)=>{this.process?.pid&&l(this.process.pid,s=>{s?o(s):t(!0)})})}async run(){await this.checkIfProcessIsUp()||(this.start(),await this.waitUntilProcessIsUp())}start(){let t="npx",o=["aptos","node","run-localnet","--force-restart","--assume-yes","--with-indexer-api"],s=h(),a={env:{...process.env,ENABLE_KEYLESS_DEFAULT:"1"},...s==="win32"&&{shell:!0}};this.process=c(t,o,a),this.process.stdout?.on("data",i=>{let n=i.toString();this.showStdout&&console.log(n)})}async waitUntilProcessIsUp(){let t=await this.checkIfProcessIsUp(),o=Date.now()/1e3,s=o;for(;!t&&o+this.MAXIMUM_WAIT_TIME_SEC>s;)await r(1e3),t=await this.checkIfProcessIsUp(),s=Date.now()/1e3;if(!t)throw new Error("Process failed to start");return!0}async checkIfProcessIsUp(){try{return(await fetch(this.READINESS_ENDPOINT)).status===200}catch{return!1}}};export{e as a};
2
+ //# sourceMappingURL=chunk-ZMT2M6YT.mjs.map
@@ -1,2 +1,2 @@
1
- import{a as o}from"../chunk-DCVGWCZD.mjs";import{a as r}from"../chunk-35DKMW7Q.mjs";import"../chunk-DC5IVW4W.mjs";import"../chunk-F2GWK4YJ.mjs";import"../chunk-SZYA6IG4.mjs";import"../chunk-CZOZTNXJ.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-B373VRCY.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-VHY6ZATX.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-KDMSOCZY.mjs";export{o as LocalNode,r as Move};
1
+ import{a as o}from"../chunk-ZMT2M6YT.mjs";import{a as r}from"../chunk-35DKMW7Q.mjs";import"../chunk-YFFDF22R.mjs";import"../chunk-BUUV6B4P.mjs";import"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-KDMSOCZY.mjs";export{o as LocalNode,r as Move};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1,2 +1,2 @@
1
- import{a}from"../chunk-DCVGWCZD.mjs";import"../chunk-DC5IVW4W.mjs";import"../chunk-F2GWK4YJ.mjs";import"../chunk-SZYA6IG4.mjs";import"../chunk-CZOZTNXJ.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-B373VRCY.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-VHY6ZATX.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-KDMSOCZY.mjs";export{a as LocalNode};
1
+ import{a}from"../chunk-ZMT2M6YT.mjs";import"../chunk-YFFDF22R.mjs";import"../chunk-BUUV6B4P.mjs";import"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-KDMSOCZY.mjs";export{a as LocalNode};
2
2
  //# sourceMappingURL=localNode.mjs.map
@@ -15,7 +15,6 @@ import '@aptos-labs/script-composer-pack';
15
15
  * @param options.method - The HTTP method to use for the request.
16
16
  * @param options.body - The body of the request.
17
17
  * @param options.contentType - The content type of the request.
18
- * @param options.acceptType - The accept type of the request.
19
18
  * @param options.params - The query parameters to include in the request.
20
19
  * @param options.overrides - Additional overrides for the request.
21
20
  * @param options.overrides.HEADERS - Custom headers to include in the request.
@@ -29,28 +28,6 @@ import '@aptos-labs/script-composer-pack';
29
28
  * @category Client
30
29
  */
31
30
  declare function request<Req, Res>(options: ClientRequest<Req>, client: Client): Promise<ClientResponse<Res>>;
32
- /**
33
- * Sends a request using the specified options and returns the response.
34
- *
35
- * @param options - The options for the request.
36
- * @param options.url - The URL to send the request to.
37
- * @param options.method - The HTTP method to use for the request.
38
- * @param options.body - The body of the request.
39
- * @param options.contentType - The content type of the request.
40
- * @param options.acceptType - The accept type of the request.
41
- * @param options.params - The query parameters to include in the request.
42
- * @param options.overrides - Additional overrides for the request.
43
- * @param options.overrides.HEADERS - Custom headers to include in the request.
44
- * @param options.overrides.AUTH_TOKEN - The authorization token for the request.
45
- * @param options.overrides.API_KEY - The API key for the request.
46
- * @param options.originMethod - The origin method for the request.
47
- * @param client - The client used to make the request.
48
- *
49
- * @returns The response from the request.
50
- * @group Implementation
51
- * @category Client
52
- */
53
- declare function binaryRequest<Req>(options: ClientRequest<Req>, client: Client): Promise<ClientResponse<Buffer>>;
54
31
  /**
55
32
  * The main function to use when making an API request, returning the response or throwing an AptosApiError on failure.
56
33
  *
@@ -62,17 +39,5 @@ declare function binaryRequest<Req>(options: ClientRequest<Req>, client: Client)
62
39
  * @category Client
63
40
  */
64
41
  declare function aptosRequest<Req extends {}, Res extends {}>(aptosRequestOpts: AptosRequest, aptosConfig: AptosConfig, apiType: AptosApiType): Promise<AptosResponse<Req, Res>>;
65
- /**
66
- * The main function to use when making an API request, returning the response or throwing an AptosApiError on failure.
67
- *
68
- * @param aptosRequestOpts - Options for the Aptos request, including the URL and path.
69
- * @param aptosConfig - The configuration information for the SDK client instance.
70
- * @param apiType - The type of API being accessed, which determines how the response is handled.
71
- * @returns The response from the API request or throws an AptosApiError if the request fails.
72
- * @group Implementation
73
- * @category Client
74
- * @experimental
75
- */
76
- declare function aptosBinaryRequest<Req extends {}>(aptosRequestOpts: AptosRequest, aptosConfig: AptosConfig, apiType: AptosApiType): Promise<AptosResponse<Req, Buffer>>;
77
42
 
78
- export { aptosBinaryRequest, aptosRequest, binaryRequest, request };
43
+ export { aptosRequest, request };
@@ -1,2 +1,2 @@
1
- import{a,b,c,d}from"../chunk-CICJRLYU.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-5WNHYEW2.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-H3NZHL45.mjs";import"../chunk-4FBUZY6C.mjs";import"../chunk-DGH7NXHM.mjs";import"../chunk-UQKQH5C7.mjs";import"../chunk-BE3OXYYX.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-ZKOF4KST.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-DC5IVW4W.mjs";import"../chunk-F2GWK4YJ.mjs";import"../chunk-SZYA6IG4.mjs";import"../chunk-CZOZTNXJ.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-B373VRCY.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-VHY6ZATX.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-NDXMDJV4.mjs";import"../chunk-KDMSOCZY.mjs";export{d as aptosBinaryRequest,c as aptosRequest,b as binaryRequest,a as request};
1
+ import{a,b}from"../chunk-25O4L7YR.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-TUZHLTDU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-IXYGZ57N.mjs";import"../chunk-WLUXOUZH.mjs";import"../chunk-SOJ3OG6X.mjs";import"../chunk-C6JRJNK3.mjs";import"../chunk-JGFKIUG5.mjs";import"../chunk-6Y6ZO7TS.mjs";import"../chunk-YFFDF22R.mjs";import"../chunk-BUUV6B4P.mjs";import"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-L33JDCWL.mjs";import"../chunk-KDMSOCZY.mjs";export{b as aptosRequest,a as request};
2
2
  //# sourceMappingURL=core.mjs.map
@@ -85,24 +85,6 @@ type GetAptosRequestOptions = Omit<GetRequestOptions, "type">;
85
85
  * @category Client
86
86
  */
87
87
  declare function get<Req extends {}, Res extends {}>(options: GetRequestOptions): Promise<AptosResponse<Req, Res>>;
88
- /**
89
- * Executes a GET request to retrieve data based on the provided options.
90
- *
91
- * @param options - The options for the GET request.
92
- * @param options.aptosConfig - The configuration object for Aptos requests.
93
- * @param options.overrides - Optional overrides for the request configuration.
94
- * @param options.params - Query parameters to include in the request.
95
- * @param options.contentType - The content type of the request.
96
- * @param options.acceptType - The accepted response type.
97
- * @param options.path - The specific path for the request.
98
- * @param options.originMethod - The original method of the request.
99
- * @param options.type - The type of request being made.
100
- * @returns The response from the GET request.
101
- * @group Implementation
102
- * @category Client
103
- * @experimental
104
- */
105
- declare function getBinary<Req extends {}>(options: GetRequestOptions): Promise<AptosResponse<Req, Buffer>>;
106
88
  /**
107
89
  * Retrieves data from the Aptos full node using the provided options.
108
90
  *
@@ -118,22 +100,6 @@ declare function getBinary<Req extends {}>(options: GetRequestOptions): Promise<
118
100
  * @category Client
119
101
  */
120
102
  declare function getAptosFullNode<Req extends {}, Res extends {}>(options: GetAptosRequestOptions): Promise<AptosResponse<Req, Res>>;
121
- /**
122
- * Retrieves data from the Aptos full node using the provided options.
123
- *
124
- * @param options - The options for the request to the Aptos full node.
125
- * @param options.aptosConfig - Configuration settings specific to the Aptos client and full node.
126
- * @param options.aptosConfig.clientConfig - The client configuration settings.
127
- * @param options.aptosConfig.fullnodeConfig - The full node configuration settings.
128
- * @param options.overrides - Additional overrides for the request.
129
- * @param options.type - The type of API request being made.
130
- *
131
- * @returns A promise that resolves with the response from the Aptos full node.
132
- * @group Implementation
133
- * @category Client
134
- * @experimental
135
- */
136
- declare function getBinaryAptosFullNode<Req extends {}>(options: GetAptosRequestOptions): Promise<AptosResponse<Req, Buffer>>;
137
103
  /**
138
104
  * Makes a GET request to the Aptos Pepper service to retrieve data.
139
105
  *
@@ -157,4 +123,4 @@ declare function getPageWithObfuscatedCursor<Req extends Record<string, any>, Re
157
123
  cursor: string | undefined;
158
124
  }>;
159
125
 
160
- export { type GetAptosRequestOptions, type GetRequestOptions, get, getAptosFullNode, getAptosPepperService, getBinary, getBinaryAptosFullNode, getPageWithObfuscatedCursor, paginateWithCursor, paginateWithObfuscatedCursor };
126
+ export { type GetAptosRequestOptions, type GetRequestOptions, get, getAptosFullNode, getAptosPepperService, getPageWithObfuscatedCursor, paginateWithCursor, paginateWithObfuscatedCursor };
@@ -1,2 +1,2 @@
1
- import{a,b,c,d,e,f,g,h}from"../chunk-YVRPD7Z6.mjs";import"../chunk-CICJRLYU.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-5WNHYEW2.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-H3NZHL45.mjs";import"../chunk-4FBUZY6C.mjs";import"../chunk-DGH7NXHM.mjs";import"../chunk-UQKQH5C7.mjs";import"../chunk-BE3OXYYX.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-ZKOF4KST.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-DC5IVW4W.mjs";import"../chunk-F2GWK4YJ.mjs";import"../chunk-SZYA6IG4.mjs";import"../chunk-CZOZTNXJ.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-B373VRCY.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-VHY6ZATX.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-NDXMDJV4.mjs";import"../chunk-KDMSOCZY.mjs";export{a as get,c as getAptosFullNode,e as getAptosPepperService,b as getBinary,d as getBinaryAptosFullNode,h as getPageWithObfuscatedCursor,f as paginateWithCursor,g as paginateWithObfuscatedCursor};
1
+ import{a,b,c,d,e,f}from"../chunk-GJ7STZEW.mjs";import"../chunk-25O4L7YR.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-TUZHLTDU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-IXYGZ57N.mjs";import"../chunk-WLUXOUZH.mjs";import"../chunk-SOJ3OG6X.mjs";import"../chunk-C6JRJNK3.mjs";import"../chunk-JGFKIUG5.mjs";import"../chunk-6Y6ZO7TS.mjs";import"../chunk-YFFDF22R.mjs";import"../chunk-BUUV6B4P.mjs";import"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-L33JDCWL.mjs";import"../chunk-KDMSOCZY.mjs";export{a as get,b as getAptosFullNode,c as getAptosPepperService,f as getPageWithObfuscatedCursor,d as paginateWithCursor,e as paginateWithObfuscatedCursor};
2
2
  //# sourceMappingURL=get.mjs.map
@@ -1,6 +1,6 @@
1
- export { aptosBinaryRequest, aptosRequest, binaryRequest, request } from './core.mjs';
2
- export { GetAptosRequestOptions, GetRequestOptions, get, getAptosFullNode, getAptosPepperService, getBinary, getBinaryAptosFullNode, getPageWithObfuscatedCursor, paginateWithCursor, paginateWithObfuscatedCursor } from './get.mjs';
3
- export { PostAptosRequestOptions, PostRequestOptions, post, postAptosFaucet, postAptosFullNode, postAptosIndexer, postAptosPepperService, postAptosProvingService, postBinary, postBinaryAptosFullNode } from './post.mjs';
1
+ export { aptosRequest, request } from './core.mjs';
2
+ export { GetAptosRequestOptions, GetRequestOptions, get, getAptosFullNode, getAptosPepperService, getPageWithObfuscatedCursor, paginateWithCursor, paginateWithObfuscatedCursor } from './get.mjs';
3
+ export { PostAptosRequestOptions, PostRequestOptions, post, postAptosFaucet, postAptosFullNode, postAptosIndexer, postAptosPepperService, postAptosProvingService } from './post.mjs';
4
4
  import '../api/aptosConfig.mjs';
5
5
  import '../types/types.mjs';
6
6
  import '../types/indexer.mjs';
@@ -1,2 +1,2 @@
1
- import"../chunk-7ECCT6PK.mjs";import{a as e,b as f,c as g,d as h,e as i,f as j,g as k,h as l}from"../chunk-YVRPD7Z6.mjs";import{a as m,b as n,c as o,d as p,e as q,f as r,g as s,h as t}from"../chunk-2DISMLR6.mjs";import{a,b,c,d}from"../chunk-CICJRLYU.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-5WNHYEW2.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-H3NZHL45.mjs";import"../chunk-4FBUZY6C.mjs";import"../chunk-DGH7NXHM.mjs";import"../chunk-UQKQH5C7.mjs";import"../chunk-BE3OXYYX.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-ZKOF4KST.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-DC5IVW4W.mjs";import"../chunk-F2GWK4YJ.mjs";import"../chunk-SZYA6IG4.mjs";import"../chunk-CZOZTNXJ.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-B373VRCY.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-VHY6ZATX.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-NDXMDJV4.mjs";import"../chunk-KDMSOCZY.mjs";export{d as aptosBinaryRequest,c as aptosRequest,b as binaryRequest,e as get,g as getAptosFullNode,i as getAptosPepperService,f as getBinary,h as getBinaryAptosFullNode,l as getPageWithObfuscatedCursor,j as paginateWithCursor,k as paginateWithObfuscatedCursor,m as post,r as postAptosFaucet,o as postAptosFullNode,q as postAptosIndexer,s as postAptosPepperService,t as postAptosProvingService,n as postBinary,p as postBinaryAptosFullNode,a as request};
1
+ import"../chunk-7ECCT6PK.mjs";import{a as c,b as d,c as e,d as f,e as g,f as h}from"../chunk-GJ7STZEW.mjs";import{a as i,b as j,c as k,d as l,e as m,f as n}from"../chunk-GQ557FEA.mjs";import{a,b}from"../chunk-25O4L7YR.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-TUZHLTDU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-IXYGZ57N.mjs";import"../chunk-WLUXOUZH.mjs";import"../chunk-SOJ3OG6X.mjs";import"../chunk-C6JRJNK3.mjs";import"../chunk-JGFKIUG5.mjs";import"../chunk-6Y6ZO7TS.mjs";import"../chunk-YFFDF22R.mjs";import"../chunk-BUUV6B4P.mjs";import"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-L33JDCWL.mjs";import"../chunk-KDMSOCZY.mjs";export{b as aptosRequest,c as get,d as getAptosFullNode,e as getAptosPepperService,h as getPageWithObfuscatedCursor,f as paginateWithCursor,g as paginateWithObfuscatedCursor,i as post,l as postAptosFaucet,j as postAptosFullNode,k as postAptosIndexer,m as postAptosPepperService,n as postAptosProvingService,a as request};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -92,25 +92,6 @@ type PostAptosRequestOptions = Omit<PostRequestOptions, "type">;
92
92
  * @category Client
93
93
  */
94
94
  declare function post<Req extends {}, Res extends {}>(options: PostRequestOptions): Promise<AptosResponse<Req, Res>>;
95
- /**
96
- * Executes a POST request to the specified URL with the provided options.
97
- *
98
- * @param options - The options for the POST request.
99
- * @param options.type - The type of the request.
100
- * @param options.originMethod - The original method that initiated the request.
101
- * @param options.path - The path for the request.
102
- * @param options.body - The body content to be sent with the request.
103
- * @param options.acceptType - The type of response expected from the server.
104
- * @param options.contentType - The content type of the request body.
105
- * @param options.params - Additional parameters to include in the request.
106
- * @param options.aptosConfig - Configuration settings for the Aptos request.
107
- * @param options.overrides - Any overrides for the default request behavior.
108
- * @returns The response from the POST request.
109
- * @group Implementation
110
- * @category Client
111
- * @experimental
112
- */
113
- declare function postBinary<Req extends {}>(options: PostRequestOptions): Promise<AptosResponse<Req, Buffer>>;
114
95
  /**
115
96
  * Sends a request to the Aptos full node using the specified options.
116
97
  * This function allows you to interact with the Aptos blockchain by sending requests to the full node.
@@ -124,20 +105,6 @@ declare function postBinary<Req extends {}>(options: PostRequestOptions): Promis
124
105
  * @category Client
125
106
  */
126
107
  declare function postAptosFullNode<Req extends {}, Res extends {}>(options: PostAptosRequestOptions): Promise<AptosResponse<Req, Res>>;
127
- /**
128
- * Sends a request to the Aptos full node using the specified options.
129
- * This function allows you to interact with the Aptos blockchain by sending requests to the full node.
130
- *
131
- * @param options - The options for the request.
132
- * @param options.aptosConfig - Configuration settings for the Aptos client.
133
- * @param options.aptosConfig.clientConfig - Client-specific configuration settings.
134
- * @param options.aptosConfig.fullnodeConfig - Full node-specific configuration settings.
135
- * @param options.overrides - Additional overrides for the request.
136
- * @group Implementation
137
- * @category Client
138
- * @experimental
139
- */
140
- declare function postBinaryAptosFullNode<Req extends {}>(options: PostAptosRequestOptions): Promise<AptosResponse<Req, Buffer>>;
141
108
  /**
142
109
  * Sends a request to the Aptos indexer with the specified options.
143
110
  * This function allows you to interact with the Aptos indexer and customize the request using various configurations.
@@ -192,4 +159,4 @@ declare function postAptosPepperService<Req extends {}, Res extends {}>(options:
192
159
  */
193
160
  declare function postAptosProvingService<Req extends {}, Res extends {}>(options: PostAptosRequestOptions): Promise<AptosResponse<Req, Res>>;
194
161
 
195
- export { type PostAptosRequestOptions, type PostRequestOptions, post, postAptosFaucet, postAptosFullNode, postAptosIndexer, postAptosPepperService, postAptosProvingService, postBinary, postBinaryAptosFullNode };
162
+ export { type PostAptosRequestOptions, type PostRequestOptions, post, postAptosFaucet, postAptosFullNode, postAptosIndexer, postAptosPepperService, postAptosProvingService };
@@ -1,2 +1,2 @@
1
- import{a,b,c,d,e,f,g,h}from"../chunk-2DISMLR6.mjs";import"../chunk-CICJRLYU.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-5WNHYEW2.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-H3NZHL45.mjs";import"../chunk-4FBUZY6C.mjs";import"../chunk-DGH7NXHM.mjs";import"../chunk-UQKQH5C7.mjs";import"../chunk-BE3OXYYX.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-ZKOF4KST.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-DC5IVW4W.mjs";import"../chunk-F2GWK4YJ.mjs";import"../chunk-SZYA6IG4.mjs";import"../chunk-CZOZTNXJ.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-B373VRCY.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-VHY6ZATX.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-NDXMDJV4.mjs";import"../chunk-KDMSOCZY.mjs";export{a as post,f as postAptosFaucet,c as postAptosFullNode,e as postAptosIndexer,g as postAptosPepperService,h as postAptosProvingService,b as postBinary,d as postBinaryAptosFullNode};
1
+ import{a,b,c,d,e,f}from"../chunk-GQ557FEA.mjs";import"../chunk-25O4L7YR.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-TUZHLTDU.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-IXYGZ57N.mjs";import"../chunk-WLUXOUZH.mjs";import"../chunk-SOJ3OG6X.mjs";import"../chunk-C6JRJNK3.mjs";import"../chunk-JGFKIUG5.mjs";import"../chunk-6Y6ZO7TS.mjs";import"../chunk-YFFDF22R.mjs";import"../chunk-BUUV6B4P.mjs";import"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-L33JDCWL.mjs";import"../chunk-KDMSOCZY.mjs";export{a as post,d as postAptosFaucet,b as postAptosFullNode,c as postAptosIndexer,e as postAptosPepperService,f as postAptosProvingService};
2
2
  //# sourceMappingURL=post.mjs.map
@@ -1,2 +1,2 @@
1
- import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import{a,b,c}from"../../chunk-F2GWK4YJ.mjs";import"../../chunk-SZYA6IG4.mjs";import"../../chunk-CZOZTNXJ.mjs";import"../../chunk-3OLFJ65O.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-B373VRCY.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-VHY6ZATX.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as createObjectAddress,b as createResourceAddress,c as createTokenAddress};
1
+ import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import{a,b,c}from"../../chunk-BUUV6B4P.mjs";import"../../chunk-GYVSI3TS.mjs";import"../../chunk-3OLFJ65O.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-ODAAZLPK.mjs";import"../../chunk-NJN3EAOM.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as createObjectAddress,b as createResourceAddress,c as createTokenAddress};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1,2 +1,2 @@
1
- import{a,b,c}from"../../../chunk-F2GWK4YJ.mjs";import"../../../chunk-SZYA6IG4.mjs";import"../../../chunk-CZOZTNXJ.mjs";import"../../../chunk-3OLFJ65O.mjs";import"../../../chunk-4WPQQPUF.mjs";import"../../../chunk-B373VRCY.mjs";import"../../../chunk-56CNRT2K.mjs";import"../../../chunk-VHY6ZATX.mjs";import"../../../chunk-IF4UU2MT.mjs";import"../../../chunk-KDMSOCZY.mjs";export{a as createObjectAddress,b as createResourceAddress,c as createTokenAddress};
1
+ import{a,b,c}from"../../../chunk-BUUV6B4P.mjs";import"../../../chunk-GYVSI3TS.mjs";import"../../../chunk-3OLFJ65O.mjs";import"../../../chunk-4WPQQPUF.mjs";import"../../../chunk-ODAAZLPK.mjs";import"../../../chunk-NJN3EAOM.mjs";import"../../../chunk-56CNRT2K.mjs";import"../../../chunk-STY74NUA.mjs";import"../../../chunk-IF4UU2MT.mjs";import"../../../chunk-KDMSOCZY.mjs";export{a as createObjectAddress,b as createResourceAddress,c as createTokenAddress};
2
2
  //# sourceMappingURL=address.mjs.map
@@ -1,2 +1,2 @@
1
- import"../../../chunk-4QMXOWHP.mjs";import{a,b,c}from"../../../chunk-F2GWK4YJ.mjs";import"../../../chunk-SZYA6IG4.mjs";import"../../../chunk-CZOZTNXJ.mjs";import"../../../chunk-3OLFJ65O.mjs";import"../../../chunk-4WPQQPUF.mjs";import"../../../chunk-B373VRCY.mjs";import"../../../chunk-56CNRT2K.mjs";import"../../../chunk-VHY6ZATX.mjs";import"../../../chunk-IF4UU2MT.mjs";import"../../../chunk-KDMSOCZY.mjs";export{a as createObjectAddress,b as createResourceAddress,c as createTokenAddress};
1
+ import"../../../chunk-4QMXOWHP.mjs";import{a,b,c}from"../../../chunk-BUUV6B4P.mjs";import"../../../chunk-GYVSI3TS.mjs";import"../../../chunk-3OLFJ65O.mjs";import"../../../chunk-4WPQQPUF.mjs";import"../../../chunk-ODAAZLPK.mjs";import"../../../chunk-NJN3EAOM.mjs";import"../../../chunk-56CNRT2K.mjs";import"../../../chunk-STY74NUA.mjs";import"../../../chunk-IF4UU2MT.mjs";import"../../../chunk-KDMSOCZY.mjs";export{a as createObjectAddress,b as createResourceAddress,c as createTokenAddress};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1,2 +1,2 @@
1
- import{a,b}from"../chunk-SZYA6IG4.mjs";import"../chunk-CZOZTNXJ.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-B373VRCY.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-VHY6ZATX.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-KDMSOCZY.mjs";export{b as AccountAddress,a as AddressInvalidReason};
1
+ import{a,b}from"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-KDMSOCZY.mjs";export{b as AccountAddress,a as AddressInvalidReason};
2
2
  //# sourceMappingURL=accountAddress.mjs.map
@@ -3,7 +3,7 @@ import '../bcs/deserializer.mjs';
3
3
  import '../bcs/serializer.mjs';
4
4
  import '../types/types.mjs';
5
5
  import './hex.mjs';
6
- export { A as AuthenticationKey } from '../publicKey-pDHBAZlT.mjs';
6
+ export { A as AuthenticationKey } from '../publicKey-CJOcUwJK.mjs';
7
7
  import './common.mjs';
8
8
  import '../transactions/instances/transactionArgument.mjs';
9
9
  import '../types/indexer.mjs';
@@ -1,2 +1,2 @@
1
- import{a}from"../chunk-L5C44K6H.mjs";import"../chunk-SZYA6IG4.mjs";import"../chunk-CZOZTNXJ.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-B373VRCY.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-VHY6ZATX.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-KDMSOCZY.mjs";export{a as AuthenticationKey};
1
+ import{a}from"../chunk-6PKBXYG3.mjs";import"../chunk-GYVSI3TS.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-KDMSOCZY.mjs";export{a as AuthenticationKey};
2
2
  //# sourceMappingURL=authenticationKey.mjs.map
@@ -1,22 +1,22 @@
1
1
  import { Deserializer } from '../../bcs/deserializer.mjs';
2
2
  import { Serializer } from '../../bcs/serializer.mjs';
3
3
  import { HexInput } from '../../types/types.mjs';
4
- import { Hex } from '../hex.mjs';
5
4
  import { AccountAddress } from '../accountAddress.mjs';
6
- import { b as AccountPublicKey, A as AuthenticationKey, V as VerifySignatureArgs, a as VerifySignatureAsyncArgs } from '../../publicKey-pDHBAZlT.mjs';
5
+ import { b as AccountPublicKey, A as AuthenticationKey, V as VerifySignatureArgs, a as VerifySignatureAsyncArgs } from '../../publicKey-CJOcUwJK.mjs';
7
6
  import { Signature } from './signature.mjs';
8
7
  import '../../types/indexer.mjs';
9
8
  import '../../types/generated/operations.mjs';
10
9
  import '../../types/generated/types.mjs';
11
10
  import '../../utils/apiEndpoints.mjs';
12
11
  import '@aptos-labs/script-composer-pack';
12
+ import '../hex.mjs';
13
13
  import '../common.mjs';
14
14
  import '../../transactions/instances/transactionArgument.mjs';
15
15
  import '../../api/aptosConfig.mjs';
16
16
  import '../../utils/const.mjs';
17
17
 
18
18
  declare class AbstractSignature extends Signature {
19
- readonly value: Hex;
19
+ readonly value: Uint8Array;
20
20
  constructor(value: HexInput);
21
21
  serialize(serializer: Serializer): void;
22
22
  static deserialize(deserializer: Deserializer): AbstractSignature;
@@ -1,2 +1,2 @@
1
- import{a,b}from"../../chunk-DFRHNDOS.mjs";import"../../chunk-7WPEGMD6.mjs";import"../../chunk-BRGQM252.mjs";import"../../chunk-L5C44K6H.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-H3NZHL45.mjs";import"../../chunk-4FBUZY6C.mjs";import"../../chunk-DGH7NXHM.mjs";import"../../chunk-UQKQH5C7.mjs";import"../../chunk-BE3OXYYX.mjs";import"../../chunk-SZYA6IG4.mjs";import"../../chunk-CZOZTNXJ.mjs";import"../../chunk-3OLFJ65O.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-B373VRCY.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-VHY6ZATX.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-KDMSOCZY.mjs";export{b as AbstractPublicKey,a as AbstractSignature};
1
+ import{a,b}from"../../chunk-FBCXUC7J.mjs";import"../../chunk-BYINW7I2.mjs";import"../../chunk-Z6KQX6VX.mjs";import"../../chunk-6PKBXYG3.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-IXYGZ57N.mjs";import"../../chunk-WLUXOUZH.mjs";import"../../chunk-SOJ3OG6X.mjs";import"../../chunk-C6JRJNK3.mjs";import"../../chunk-JGFKIUG5.mjs";import"../../chunk-GYVSI3TS.mjs";import"../../chunk-3OLFJ65O.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-ODAAZLPK.mjs";import"../../chunk-NJN3EAOM.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-KDMSOCZY.mjs";export{b as AbstractPublicKey,a as AbstractSignature};
2
2
  //# sourceMappingURL=abstraction.mjs.map
@@ -1,6 +1,6 @@
1
1
  import { Deserializer } from '../../bcs/deserializer.mjs';
2
2
  import { Serializable, Serializer } from '../../bcs/serializer.mjs';
3
- import { b as AccountPublicKey, V as VerifySignatureArgs, a as VerifySignatureAsyncArgs, A as AuthenticationKey, P as PublicKey } from '../../publicKey-pDHBAZlT.mjs';
3
+ import { b as AccountPublicKey, V as VerifySignatureArgs, a as VerifySignatureAsyncArgs, A as AuthenticationKey, P as PublicKey } from '../../publicKey-CJOcUwJK.mjs';
4
4
  import { HexInput } from '../../types/types.mjs';
5
5
  import { PrivateKey } from './privateKey.mjs';
6
6
  import { Signature } from './signature.mjs';
@@ -1,2 +1,2 @@
1
- import{a,b,c,d}from"../../chunk-HEYMZZRE.mjs";import"../../chunk-DOVH6HPL.mjs";import"../../chunk-7CRQNXR5.mjs";import"../../chunk-7WPEGMD6.mjs";import"../../chunk-BRGQM252.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-L5C44K6H.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-H3NZHL45.mjs";import"../../chunk-4FBUZY6C.mjs";import"../../chunk-DGH7NXHM.mjs";import"../../chunk-UQKQH5C7.mjs";import"../../chunk-BE3OXYYX.mjs";import"../../chunk-SZYA6IG4.mjs";import"../../chunk-CZOZTNXJ.mjs";import"../../chunk-3OLFJ65O.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-B373VRCY.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-VHY6ZATX.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-KDMSOCZY.mjs";export{c as Ed25519PrivateKey,b as Ed25519PublicKey,d as Ed25519Signature,a as isCanonicalEd25519Signature};
1
+ import{a,b,c,d}from"../../chunk-YQIAWAPY.mjs";import"../../chunk-ROT6S6BM.mjs";import"../../chunk-DPW6ELCQ.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-BYINW7I2.mjs";import"../../chunk-Z6KQX6VX.mjs";import"../../chunk-6PKBXYG3.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-IXYGZ57N.mjs";import"../../chunk-WLUXOUZH.mjs";import"../../chunk-SOJ3OG6X.mjs";import"../../chunk-C6JRJNK3.mjs";import"../../chunk-JGFKIUG5.mjs";import"../../chunk-GYVSI3TS.mjs";import"../../chunk-3OLFJ65O.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-ODAAZLPK.mjs";import"../../chunk-NJN3EAOM.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-KDMSOCZY.mjs";export{c as Ed25519PrivateKey,b as Ed25519PublicKey,d as Ed25519Signature,a as isCanonicalEd25519Signature};
2
2
  //# sourceMappingURL=ed25519.mjs.map
@@ -1,7 +1,7 @@
1
1
  import { Deserializer } from '../../bcs/deserializer.mjs';
2
2
  import { Serializer } from '../../bcs/serializer.mjs';
3
3
  import { EphemeralPublicKeyVariant, HexInput } from '../../types/types.mjs';
4
- import { P as PublicKey } from '../../publicKey-pDHBAZlT.mjs';
4
+ import { P as PublicKey } from '../../publicKey-CJOcUwJK.mjs';
5
5
  import { Signature } from './signature.mjs';
6
6
  import { AptosConfig } from '../../api/aptosConfig.mjs';
7
7
  import '../../types/indexer.mjs';
@@ -1,2 +1,2 @@
1
- import{a,b}from"../../chunk-V5IPL4SJ.mjs";import"../../chunk-HEYMZZRE.mjs";import"../../chunk-DOVH6HPL.mjs";import"../../chunk-7CRQNXR5.mjs";import"../../chunk-7WPEGMD6.mjs";import"../../chunk-BRGQM252.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-L5C44K6H.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-H3NZHL45.mjs";import"../../chunk-4FBUZY6C.mjs";import"../../chunk-DGH7NXHM.mjs";import"../../chunk-UQKQH5C7.mjs";import"../../chunk-BE3OXYYX.mjs";import"../../chunk-SZYA6IG4.mjs";import"../../chunk-CZOZTNXJ.mjs";import"../../chunk-3OLFJ65O.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-B373VRCY.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-VHY6ZATX.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as EphemeralPublicKey,b as EphemeralSignature};
1
+ import{a,b}from"../../chunk-WTLQD6MR.mjs";import"../../chunk-YQIAWAPY.mjs";import"../../chunk-ROT6S6BM.mjs";import"../../chunk-DPW6ELCQ.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-BYINW7I2.mjs";import"../../chunk-Z6KQX6VX.mjs";import"../../chunk-6PKBXYG3.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-IXYGZ57N.mjs";import"../../chunk-WLUXOUZH.mjs";import"../../chunk-SOJ3OG6X.mjs";import"../../chunk-C6JRJNK3.mjs";import"../../chunk-JGFKIUG5.mjs";import"../../chunk-GYVSI3TS.mjs";import"../../chunk-3OLFJ65O.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-ODAAZLPK.mjs";import"../../chunk-NJN3EAOM.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as EphemeralPublicKey,b as EphemeralSignature};
2
2
  //# sourceMappingURL=ephemeral.mjs.map
@@ -1,9 +1,9 @@
1
- import '../../publicKey-pDHBAZlT.mjs';
1
+ import '../../publicKey-CJOcUwJK.mjs';
2
2
  import '../../bcs/deserializer.mjs';
3
3
  import '../../bcs/serializer.mjs';
4
4
  import '../../types/types.mjs';
5
5
  import '../accountAddress.mjs';
6
- export { F as FederatedKeylessPublicKey } from '../../federatedKeyless-DVfVovSR.mjs';
6
+ export { F as FederatedKeylessPublicKey } from '../../federatedKeyless-DAYXjY2Y.mjs';
7
7
  import './signature.mjs';
8
8
  import '../../api/aptosConfig.mjs';
9
9
  import '../hex.mjs';
@@ -1,2 +1,2 @@
1
- import{z as a}from"../../chunk-URNCRLHO.mjs";import"../../chunk-W4BSN6SK.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-A5L76YP7.mjs";import"../../chunk-7JRZLDWV.mjs";import"../../chunk-P5CIZZDK.mjs";import"../../chunk-G3MHXDYA.mjs";import"../../chunk-KIMU5PYJ.mjs";import"../../chunk-FU65NEDT.mjs";import"../../chunk-GOXRBEIJ.mjs";import"../../chunk-EXXY72UN.mjs";import"../../chunk-3AS5BVKL.mjs";import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-DFRHNDOS.mjs";import"../../chunk-V5IPL4SJ.mjs";import"../../chunk-HEYMZZRE.mjs";import"../../chunk-DOVH6HPL.mjs";import"../../chunk-7CRQNXR5.mjs";import"../../chunk-7WPEGMD6.mjs";import"../../chunk-BRGQM252.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-TORMKDQG.mjs";import"../../chunk-2RBINVFA.mjs";import"../../chunk-KSLLV3ZC.mjs";import"../../chunk-IMTC3J2M.mjs";import"../../chunk-6QJWFV2M.mjs";import"../../chunk-DH32UXHB.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-V3MBJJTL.mjs";import"../../chunk-M7W6FZ5Z.mjs";import"../../chunk-VHNX2NUR.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-YVRPD7Z6.mjs";import"../../chunk-2DISMLR6.mjs";import"../../chunk-L5C44K6H.mjs";import"../../chunk-CICJRLYU.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-5WNHYEW2.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-H3NZHL45.mjs";import"../../chunk-4FBUZY6C.mjs";import"../../chunk-DGH7NXHM.mjs";import"../../chunk-UQKQH5C7.mjs";import"../../chunk-BE3OXYYX.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-ZKOF4KST.mjs";import"../../chunk-RJ7F4JDV.mjs";import"../../chunk-DC5IVW4W.mjs";import"../../chunk-F2GWK4YJ.mjs";import"../../chunk-SZYA6IG4.mjs";import"../../chunk-CZOZTNXJ.mjs";import"../../chunk-3OLFJ65O.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-B373VRCY.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-VHY6ZATX.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-NDXMDJV4.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as FederatedKeylessPublicKey};
1
+ import{z as a}from"../../chunk-TAEOFYOF.mjs";import"../../chunk-A5L76YP7.mjs";import"../../chunk-XF6BISPI.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-G3MHXDYA.mjs";import"../../chunk-3IHKQH5O.mjs";import"../../chunk-OYH2T6V5.mjs";import"../../chunk-PRUQZNAP.mjs";import"../../chunk-GOXRBEIJ.mjs";import"../../chunk-OYUW6ZN2.mjs";import"../../chunk-V7U5Y4AU.mjs";import"../../chunk-WTLQD6MR.mjs";import"../../chunk-YQIAWAPY.mjs";import"../../chunk-ROT6S6BM.mjs";import"../../chunk-DPW6ELCQ.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-W4BSN6SK.mjs";import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-FBCXUC7J.mjs";import"../../chunk-BYINW7I2.mjs";import"../../chunk-Z6KQX6VX.mjs";import"../../chunk-KJH4KKG6.mjs";import"../../chunk-V3MBJJTL.mjs";import"../../chunk-6PKBXYG3.mjs";import"../../chunk-ARNW34PP.mjs";import"../../chunk-GLFZJNF3.mjs";import"../../chunk-KAYKTT4S.mjs";import"../../chunk-P237G6YB.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-BXRBOMHW.mjs";import"../../chunk-VHNX2NUR.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-GJ7STZEW.mjs";import"../../chunk-GQ557FEA.mjs";import"../../chunk-25O4L7YR.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-TUZHLTDU.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-IXYGZ57N.mjs";import"../../chunk-WLUXOUZH.mjs";import"../../chunk-SOJ3OG6X.mjs";import"../../chunk-C6JRJNK3.mjs";import"../../chunk-JGFKIUG5.mjs";import"../../chunk-6Y6ZO7TS.mjs";import"../../chunk-YFFDF22R.mjs";import"../../chunk-BUUV6B4P.mjs";import"../../chunk-GYVSI3TS.mjs";import"../../chunk-3OLFJ65O.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-ODAAZLPK.mjs";import"../../chunk-NJN3EAOM.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-F2ZTBAJJ.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-RJ7F4JDV.mjs";import"../../chunk-L33JDCWL.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as FederatedKeylessPublicKey};
2
2
  //# sourceMappingURL=federatedKeyless.mjs.map
@@ -1,13 +1,13 @@
1
1
  export { AbstractPublicKey, AbstractSignature } from './abstraction.mjs';
2
2
  export { Ed25519PrivateKey, Ed25519PublicKey, Ed25519Signature, isCanonicalEd25519Signature } from './ed25519.mjs';
3
3
  export { EphemeralPublicKey, EphemeralSignature } from './ephemeral.mjs';
4
- export { E as EPK_HORIZON_SECS, j as EphemeralCertificate, F as FederatedKeylessPublicKey, k as Groth16ProofAndStatement, n as Groth16VerificationKey, G as Groth16Zkp, m as KeylessConfiguration, K as KeylessPublicKey, i as KeylessSignature, M as MAX_AUD_VAL_BYTES, f as MAX_COMMITED_EPK_BYTES, d as MAX_EXTRA_FIELD_BYTES, c as MAX_ISS_VAL_BYTES, e as MAX_JWT_HEADER_B64_BYTES, a as MAX_UID_KEY_BYTES, b as MAX_UID_VAL_BYTES, r as MoveJWK, l as ZeroKnowledgeSig, Z as ZkProof, h as fetchJWK, p as getIssAudAndUidVal, o as getKeylessConfig, q as getKeylessJWKs, s as parseJwtHeader, v as verifyKeylessSignature, g as verifyKeylessSignatureWithJwkAndConfig } from '../../federatedKeyless-DVfVovSR.mjs';
4
+ export { E as EPK_HORIZON_SECS, j as EphemeralCertificate, F as FederatedKeylessPublicKey, k as Groth16ProofAndStatement, n as Groth16VerificationKey, G as Groth16Zkp, m as KeylessConfiguration, K as KeylessPublicKey, i as KeylessSignature, M as MAX_AUD_VAL_BYTES, f as MAX_COMMITED_EPK_BYTES, d as MAX_EXTRA_FIELD_BYTES, c as MAX_ISS_VAL_BYTES, e as MAX_JWT_HEADER_B64_BYTES, a as MAX_UID_KEY_BYTES, b as MAX_UID_VAL_BYTES, r as MoveJWK, l as ZeroKnowledgeSig, Z as ZkProof, h as fetchJWK, p as getIssAudAndUidVal, o as getKeylessConfig, q as getKeylessJWKs, s as parseJwtHeader, v as verifyKeylessSignature, g as verifyKeylessSignatureWithJwkAndConfig } from '../../federatedKeyless-DAYXjY2Y.mjs';
5
5
  export { APTOS_BIP44_REGEX, APTOS_HARDENED_REGEX, CKDPriv, DerivedKeys, HARDENED_OFFSET, KeyType, deriveKey, isValidBIP44Path, isValidHardenedPath, mnemonicToSeed, splitPath } from './hdKey.mjs';
6
6
  export { MultiEd25519PublicKey, MultiEd25519Signature } from './multiEd25519.mjs';
7
7
  export { AbstractMultiKey, MultiKey, MultiKeySignature } from './multiKey.mjs';
8
8
  export { bigIntToBytesLE, bytesToBigIntLE, hashStrToField, padAndPackBytesWithLen, poseidonHash } from './poseidon.mjs';
9
9
  export { PrivateKey } from './privateKey.mjs';
10
- export { b as AccountPublicKey, P as PublicKey, V as VerifySignatureArgs, a as VerifySignatureAsyncArgs } from '../../publicKey-pDHBAZlT.mjs';
10
+ export { b as AccountPublicKey, P as PublicKey, V as VerifySignatureArgs, a as VerifySignatureAsyncArgs } from '../../publicKey-CJOcUwJK.mjs';
11
11
  export { Secp256k1PrivateKey, Secp256k1PublicKey, Secp256k1Signature } from './secp256k1.mjs';
12
12
  export { Signature } from './signature.mjs';
13
13
  export { AnyPublicKey, AnySignature, PrivateKeyInput } from './singleKey.mjs';
@@ -1,2 +1,2 @@
1
- import{A as ca,B as da,C as ea,D as fa,E as ga,F as ha,G as ia,a as B,b as C,c as D,d as E,e as F,f as G,g as H,h as I,i as J,j as K,k as L,l as M,m as N,n as O,o as P,p as Q,q as R,r as S,s as T,t as U,u as V,v as W,w as X,x as Y,y as Z,z as _}from"../../chunk-URNCRLHO.mjs";import"../../chunk-W4BSN6SK.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-A5L76YP7.mjs";import"../../chunk-7JRZLDWV.mjs";import"../../chunk-P5CIZZDK.mjs";import"../../chunk-G3MHXDYA.mjs";import"../../chunk-KIMU5PYJ.mjs";import"../../chunk-FU65NEDT.mjs";import{a as w,b as x,c as y,d as z,e as A}from"../../chunk-GOXRBEIJ.mjs";import"../../chunk-EXXY72UN.mjs";import{a as $,b as aa,c as ba}from"../../chunk-3AS5BVKL.mjs";import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import{a as d,b as e}from"../../chunk-DFRHNDOS.mjs";import{a as u,b as v}from"../../chunk-V5IPL4SJ.mjs";import{a as q,b as r,c as s,d as t}from"../../chunk-HEYMZZRE.mjs";import"../../chunk-DOVH6HPL.mjs";import{a as p}from"../../chunk-7CRQNXR5.mjs";import{a,b}from"../../chunk-7WPEGMD6.mjs";import{a as c}from"../../chunk-BRGQM252.mjs";import{a as f,b as g,c as h,d as i,e as j,f as k,g as l,h as m,i as n,j as o}from"../../chunk-C3Q23D22.mjs";import"../../chunk-TORMKDQG.mjs";import"../../chunk-2RBINVFA.mjs";import"../../chunk-KSLLV3ZC.mjs";import"../../chunk-IMTC3J2M.mjs";import"../../chunk-6QJWFV2M.mjs";import"../../chunk-DH32UXHB.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-V3MBJJTL.mjs";import"../../chunk-M7W6FZ5Z.mjs";import"../../chunk-VHNX2NUR.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-YVRPD7Z6.mjs";import"../../chunk-2DISMLR6.mjs";import"../../chunk-L5C44K6H.mjs";import"../../chunk-CICJRLYU.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-5WNHYEW2.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-H3NZHL45.mjs";import"../../chunk-4FBUZY6C.mjs";import"../../chunk-DGH7NXHM.mjs";import"../../chunk-UQKQH5C7.mjs";import"../../chunk-BE3OXYYX.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-ZKOF4KST.mjs";import"../../chunk-RJ7F4JDV.mjs";import"../../chunk-DC5IVW4W.mjs";import"../../chunk-F2GWK4YJ.mjs";import"../../chunk-SZYA6IG4.mjs";import"../../chunk-CZOZTNXJ.mjs";import"../../chunk-3OLFJ65O.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-B373VRCY.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-VHY6ZATX.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-NDXMDJV4.mjs";import"../../chunk-KDMSOCZY.mjs";export{g as APTOS_BIP44_REGEX,f as APTOS_HARDENED_REGEX,ea as AbstractMultiKey,e as AbstractPublicKey,d as AbstractSignature,b as AccountPublicKey,ca as AnyPublicKey,da as AnySignature,m as CKDPriv,B as EPK_HORIZON_SECS,s as Ed25519PrivateKey,r as Ed25519PublicKey,t as Ed25519Signature,O as EphemeralCertificate,u as EphemeralPublicKey,v as EphemeralSignature,_ as FederatedKeylessPublicKey,Q as Groth16ProofAndStatement,U as Groth16VerificationKey,P as Groth16Zkp,i as HARDENED_OFFSET,h as KeyType,T as KeylessConfiguration,J as KeylessPublicKey,N as KeylessSignature,C as MAX_AUD_VAL_BYTES,I as MAX_COMMITED_EPK_BYTES,G as MAX_EXTRA_FIELD_BYTES,F as MAX_ISS_VAL_BYTES,H as MAX_JWT_HEADER_B64_BYTES,D as MAX_UID_KEY_BYTES,E as MAX_UID_VAL_BYTES,Y as MoveJWK,ha as MultiEd25519PublicKey,ia as MultiEd25519Signature,fa as MultiKey,ga as MultiKeySignature,p as PrivateKey,a as PublicKey,aa as Secp256k1PrivateKey,$ as Secp256k1PublicKey,ba as Secp256k1Signature,c as Signature,S as ZeroKnowledgeSig,R as ZkProof,z as bigIntToBytesLE,y as bytesToBigIntLE,l as deriveKey,M as fetchJWK,W as getIssAudAndUidVal,V as getKeylessConfig,X as getKeylessJWKs,w as hashStrToField,q as isCanonicalEd25519Signature,j as isValidBIP44Path,k as isValidHardenedPath,o as mnemonicToSeed,x as padAndPackBytesWithLen,Z as parseJwtHeader,A as poseidonHash,n as splitPath,K as verifyKeylessSignature,L as verifyKeylessSignatureWithJwkAndConfig};
1
+ import{A as ca,B as da,C as ea,D as fa,E as ga,F as ha,G as ia,a as B,b as C,c as D,d as E,e as F,f as G,g as H,h as I,i as J,j as K,k as L,l as M,m as N,n as O,o as P,p as Q,q as R,r as S,s as T,t as U,u as V,v as W,w as X,x as Y,y as Z,z as _}from"../../chunk-TAEOFYOF.mjs";import"../../chunk-A5L76YP7.mjs";import"../../chunk-XF6BISPI.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-G3MHXDYA.mjs";import"../../chunk-3IHKQH5O.mjs";import"../../chunk-OYH2T6V5.mjs";import"../../chunk-PRUQZNAP.mjs";import{a as w,b as x,c as y,d as z,e as A}from"../../chunk-GOXRBEIJ.mjs";import"../../chunk-OYUW6ZN2.mjs";import{a as $,b as aa,c as ba}from"../../chunk-V7U5Y4AU.mjs";import{a as u,b as v}from"../../chunk-WTLQD6MR.mjs";import{a as q,b as r,c as s,d as t}from"../../chunk-YQIAWAPY.mjs";import{a as p}from"../../chunk-ROT6S6BM.mjs";import"../../chunk-DPW6ELCQ.mjs";import{a as f,b as g,c as h,d as i,e as j,f as k,g as l,h as m,i as n,j as o}from"../../chunk-C3Q23D22.mjs";import"../../chunk-W4BSN6SK.mjs";import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import{a as d,b as e}from"../../chunk-FBCXUC7J.mjs";import{a,b}from"../../chunk-BYINW7I2.mjs";import{a as c}from"../../chunk-Z6KQX6VX.mjs";import"../../chunk-KJH4KKG6.mjs";import"../../chunk-V3MBJJTL.mjs";import"../../chunk-6PKBXYG3.mjs";import"../../chunk-ARNW34PP.mjs";import"../../chunk-GLFZJNF3.mjs";import"../../chunk-KAYKTT4S.mjs";import"../../chunk-P237G6YB.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-BXRBOMHW.mjs";import"../../chunk-VHNX2NUR.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-GJ7STZEW.mjs";import"../../chunk-GQ557FEA.mjs";import"../../chunk-25O4L7YR.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-TUZHLTDU.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-IXYGZ57N.mjs";import"../../chunk-WLUXOUZH.mjs";import"../../chunk-SOJ3OG6X.mjs";import"../../chunk-C6JRJNK3.mjs";import"../../chunk-JGFKIUG5.mjs";import"../../chunk-6Y6ZO7TS.mjs";import"../../chunk-YFFDF22R.mjs";import"../../chunk-BUUV6B4P.mjs";import"../../chunk-GYVSI3TS.mjs";import"../../chunk-3OLFJ65O.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-ODAAZLPK.mjs";import"../../chunk-NJN3EAOM.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-F2ZTBAJJ.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-RJ7F4JDV.mjs";import"../../chunk-L33JDCWL.mjs";import"../../chunk-KDMSOCZY.mjs";export{g as APTOS_BIP44_REGEX,f as APTOS_HARDENED_REGEX,ea as AbstractMultiKey,e as AbstractPublicKey,d as AbstractSignature,b as AccountPublicKey,ca as AnyPublicKey,da as AnySignature,m as CKDPriv,B as EPK_HORIZON_SECS,s as Ed25519PrivateKey,r as Ed25519PublicKey,t as Ed25519Signature,O as EphemeralCertificate,u as EphemeralPublicKey,v as EphemeralSignature,_ as FederatedKeylessPublicKey,Q as Groth16ProofAndStatement,U as Groth16VerificationKey,P as Groth16Zkp,i as HARDENED_OFFSET,h as KeyType,T as KeylessConfiguration,J as KeylessPublicKey,N as KeylessSignature,C as MAX_AUD_VAL_BYTES,I as MAX_COMMITED_EPK_BYTES,G as MAX_EXTRA_FIELD_BYTES,F as MAX_ISS_VAL_BYTES,H as MAX_JWT_HEADER_B64_BYTES,D as MAX_UID_KEY_BYTES,E as MAX_UID_VAL_BYTES,Y as MoveJWK,ha as MultiEd25519PublicKey,ia as MultiEd25519Signature,fa as MultiKey,ga as MultiKeySignature,p as PrivateKey,a as PublicKey,aa as Secp256k1PrivateKey,$ as Secp256k1PublicKey,ba as Secp256k1Signature,c as Signature,S as ZeroKnowledgeSig,R as ZkProof,z as bigIntToBytesLE,y as bytesToBigIntLE,l as deriveKey,M as fetchJWK,W as getIssAudAndUidVal,V as getKeylessConfig,X as getKeylessJWKs,w as hashStrToField,q as isCanonicalEd25519Signature,j as isValidBIP44Path,k as isValidHardenedPath,o as mnemonicToSeed,x as padAndPackBytesWithLen,Z as parseJwtHeader,A as poseidonHash,n as splitPath,K as verifyKeylessSignature,L as verifyKeylessSignatureWithJwkAndConfig};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1,4 +1,4 @@
1
- import '../../publicKey-pDHBAZlT.mjs';
1
+ import '../../publicKey-CJOcUwJK.mjs';
2
2
  import './signature.mjs';
3
3
  import '../../bcs/deserializer.mjs';
4
4
  import '../../bcs/serializer.mjs';
@@ -8,7 +8,7 @@ import './proof.mjs';
8
8
  import '../../types/keyless.mjs';
9
9
  import '../../api/aptosConfig.mjs';
10
10
  import '../accountAddress.mjs';
11
- export { E as EPK_HORIZON_SECS, j as EphemeralCertificate, k as Groth16ProofAndStatement, n as Groth16VerificationKey, G as Groth16Zkp, m as KeylessConfiguration, K as KeylessPublicKey, i as KeylessSignature, M as MAX_AUD_VAL_BYTES, f as MAX_COMMITED_EPK_BYTES, d as MAX_EXTRA_FIELD_BYTES, c as MAX_ISS_VAL_BYTES, e as MAX_JWT_HEADER_B64_BYTES, a as MAX_UID_KEY_BYTES, b as MAX_UID_VAL_BYTES, r as MoveJWK, l as ZeroKnowledgeSig, Z as ZkProof, h as fetchJWK, p as getIssAudAndUidVal, o as getKeylessConfig, q as getKeylessJWKs, s as parseJwtHeader, v as verifyKeylessSignature, g as verifyKeylessSignatureWithJwkAndConfig } from '../../federatedKeyless-DVfVovSR.mjs';
11
+ export { E as EPK_HORIZON_SECS, j as EphemeralCertificate, k as Groth16ProofAndStatement, n as Groth16VerificationKey, G as Groth16Zkp, m as KeylessConfiguration, K as KeylessPublicKey, i as KeylessSignature, M as MAX_AUD_VAL_BYTES, f as MAX_COMMITED_EPK_BYTES, d as MAX_EXTRA_FIELD_BYTES, c as MAX_ISS_VAL_BYTES, e as MAX_JWT_HEADER_B64_BYTES, a as MAX_UID_KEY_BYTES, b as MAX_UID_VAL_BYTES, r as MoveJWK, l as ZeroKnowledgeSig, Z as ZkProof, h as fetchJWK, p as getIssAudAndUidVal, o as getKeylessConfig, q as getKeylessJWKs, s as parseJwtHeader, v as verifyKeylessSignature, g as verifyKeylessSignatureWithJwkAndConfig } from '../../federatedKeyless-DAYXjY2Y.mjs';
12
12
  import '@noble/curves/abstract/weierstrass';
13
13
  import '@noble/curves/abstract/tower';
14
14
  import '../hex.mjs';