@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
@@ -1,2 +1,2 @@
1
- import{Xd 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 AptosObject};
1
+ import{Zd 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 AptosObject};
2
2
  //# sourceMappingURL=object.mjs.map
@@ -1,2 +1,2 @@
1
- import{Gd 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 Staking};
1
+ import{Id 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 Staking};
2
2
  //# sourceMappingURL=staking.mjs.map
@@ -1,2 +1,2 @@
1
- import{a}from"../chunk-TORMKDQG.mjs";import"../chunk-2RBINVFA.mjs";import"../chunk-6QJWFV2M.mjs";import"../chunk-DH32UXHB.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-M7W6FZ5Z.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-YVRPD7Z6.mjs";import"../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 Table};
1
+ import{a}from"../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-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-L33JDCWL.mjs";import"../chunk-KDMSOCZY.mjs";export{a as Table};
2
2
  //# sourceMappingURL=table.mjs.map
@@ -3,8 +3,8 @@ import { PaginationArgs, TransactionResponse, AnyNumber, HexInput, WaitForTransa
3
3
  import { FeePayerOrFeePayerAuthenticatorOrNeither } from '../internal/transactionSubmission.mjs';
4
4
  import { AccountAuthenticator } from '../transactions/authenticator/account.mjs';
5
5
  import { AccountAddressInput } from '../core/accountAddress.mjs';
6
- import { A as AuthenticationKey } from '../publicKey-pDHBAZlT.mjs';
7
- import { A as Account } from '../Ed25519Account-C-AS-Kgv.mjs';
6
+ import { A as AuthenticationKey } from '../publicKey-CJOcUwJK.mjs';
7
+ import { A as Account } from '../Ed25519Account-D9XrCLfE.mjs';
8
8
  import { AnyRawTransaction, InputGenerateTransactionOptions, InputGenerateTransactionPayloadData } from '../transactions/types.mjs';
9
9
  import { Ed25519PrivateKey } from '../core/crypto/ed25519.mjs';
10
10
  import { SimpleTransaction } from '../transactions/instances/simpleTransaction.mjs';
@@ -1,2 +1,2 @@
1
- import{Pd 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 Transaction};
1
+ import{Rd 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 Transaction};
2
2
  //# sourceMappingURL=transaction.mjs.map
@@ -18,7 +18,7 @@ import '../../transactions/instances/transactionArgument.mjs';
18
18
  import '../../bcs/serializable/moveStructs.mjs';
19
19
  import '../../bcs/serializable/movePrimitives.mjs';
20
20
  import '../../bcs/serializable/fixedBytes.mjs';
21
- import '../../publicKey-pDHBAZlT.mjs';
21
+ import '../../publicKey-CJOcUwJK.mjs';
22
22
  import '../../core/crypto/signature.mjs';
23
23
  import '../../transactions/authenticator/account.mjs';
24
24
  import '../../core/crypto/ed25519.mjs';
@@ -1,2 +1,2 @@
1
- import{Hd 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 Build};
1
+ import{Jd 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 Build};
2
2
  //# sourceMappingURL=build.mjs.map
@@ -1,7 +1,7 @@
1
1
  import EventEmitter from 'eventemitter3';
2
2
  import { AptosConfig } from '../aptosConfig.mjs';
3
3
  import { InputGenerateTransactionPayloadData, InputGenerateTransactionOptions } from '../../transactions/types.mjs';
4
- import { A as Account } from '../../Ed25519Account-C-AS-Kgv.mjs';
4
+ import { A as Account } from '../../Ed25519Account-D9XrCLfE.mjs';
5
5
  import { TransactionWorkerEvents, TransactionWorker } from '../../transactions/management/transactionWorker.mjs';
6
6
  import '../../types/types.mjs';
7
7
  import '../../types/indexer.mjs';
@@ -19,7 +19,7 @@ import '../../core/common.mjs';
19
19
  import '../../transactions/instances/transactionArgument.mjs';
20
20
  import '../../bcs/serializable/fixedBytes.mjs';
21
21
  import '../../core/accountAddress.mjs';
22
- import '../../publicKey-pDHBAZlT.mjs';
22
+ import '../../publicKey-CJOcUwJK.mjs';
23
23
  import '../../core/crypto/signature.mjs';
24
24
  import '../../transactions/authenticator/account.mjs';
25
25
  import '../../core/crypto/ed25519.mjs';
@@ -1,2 +1,2 @@
1
- import{Od 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 TransactionManagement};
1
+ import{Qd 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 TransactionManagement};
2
2
  //# sourceMappingURL=management.mjs.map
@@ -1,7 +1,7 @@
1
1
  import { AccountAuthenticator } from '../../transactions/authenticator/account.mjs';
2
2
  import { AptosConfig } from '../aptosConfig.mjs';
3
3
  import { AnyRawTransaction } from '../../transactions/types.mjs';
4
- import { A as Account } from '../../Ed25519Account-C-AS-Kgv.mjs';
4
+ import { A as Account } from '../../Ed25519Account-D9XrCLfE.mjs';
5
5
  import '../../bcs/deserializer.mjs';
6
6
  import '../../types/types.mjs';
7
7
  import '../../types/indexer.mjs';
@@ -13,7 +13,7 @@ import '../../bcs/serializer.mjs';
13
13
  import '../../core/hex.mjs';
14
14
  import '../../core/common.mjs';
15
15
  import '../../core/crypto/ed25519.mjs';
16
- import '../../publicKey-pDHBAZlT.mjs';
16
+ import '../../publicKey-CJOcUwJK.mjs';
17
17
  import '../../core/accountAddress.mjs';
18
18
  import '../../transactions/instances/transactionArgument.mjs';
19
19
  import '../../core/crypto/signature.mjs';
@@ -1,2 +1,2 @@
1
- import{Pb as o}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";var a=class{constructor(n){this.config=n}transaction(n){return o({...n})}transactionAsFeePayer(n){let{signer:r,transaction:t}=n;if(!t.feePayerAddress)throw new Error(`Transaction ${t} is not a Fee Payer transaction`);return t.feePayerAddress=r.accountAddress,o({signer:r,transaction:t})}};export{a as Sign};
1
+ import{Qb as o}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";var a=class{constructor(n){this.config=n}transaction(n){return o({...n})}transactionAsFeePayer(n){let{signer:r,transaction:t}=n;if(!t.feePayerAddress)throw new Error(`Transaction ${t} is not a Fee Payer transaction`);return t.feePayerAddress=r.accountAddress,o({signer:r,transaction:t})}};export{a as Sign};
2
2
  //# sourceMappingURL=sign.mjs.map
@@ -1,5 +1,5 @@
1
1
  import { UserTransactionResponse } from '../../types/types.mjs';
2
- import { P as PublicKey } from '../../publicKey-pDHBAZlT.mjs';
2
+ import { P as PublicKey } from '../../publicKey-CJOcUwJK.mjs';
3
3
  import { AnyRawTransaction, InputSimulateTransactionOptions } from '../../transactions/types.mjs';
4
4
  import { AptosConfig } from '../aptosConfig.mjs';
5
5
  import '../../types/indexer.mjs';
@@ -1,2 +1,2 @@
1
- import{Id 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 Simulate};
1
+ import{Kd 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 Simulate};
2
2
  //# sourceMappingURL=simulate.mjs.map
@@ -12,7 +12,7 @@ import '../../bcs/serializer.mjs';
12
12
  import '../../core/hex.mjs';
13
13
  import '../../core/common.mjs';
14
14
  import '../../core/crypto/ed25519.mjs';
15
- import '../../publicKey-pDHBAZlT.mjs';
15
+ import '../../publicKey-CJOcUwJK.mjs';
16
16
  import '../../core/accountAddress.mjs';
17
17
  import '../../transactions/instances/transactionArgument.mjs';
18
18
  import '../../core/crypto/signature.mjs';
@@ -1,2 +1,2 @@
1
- import{Jd 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 Submit};
1
+ import{Ld 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 Submit};
2
2
  //# sourceMappingURL=submit.mjs.map
@@ -1,2 +1,2 @@
1
- import{a}from"../chunk-2RBINVFA.mjs";import"../chunk-DH32UXHB.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-M7W6FZ5Z.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-YVRPD7Z6.mjs";import"../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 waitForIndexerOnVersion};
1
+ import{a}from"../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-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-L33JDCWL.mjs";import"../chunk-KDMSOCZY.mjs";export{a as waitForIndexerOnVersion};
2
2
  //# sourceMappingURL=utils.mjs.map
@@ -1,2 +1,2 @@
1
- import{a}from"../chunk-BE3OXYYX.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-VHY6ZATX.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-KDMSOCZY.mjs";export{a as Deserializer};
1
+ import{a}from"../chunk-JGFKIUG5.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-KDMSOCZY.mjs";export{a as Deserializer};
2
2
  //# sourceMappingURL=deserializer.mjs.map
@@ -1,2 +1,2 @@
1
- import"../chunk-FZY4PMEE.mjs";import{a as p,b as q,c as r,d as s}from"../chunk-H3NZHL45.mjs";import{a as i,b as j,c as k,d as l,e as m,f as n,g as o}from"../chunk-4FBUZY6C.mjs";import{a as h}from"../chunk-DGH7NXHM.mjs";import{a as g}from"../chunk-UQKQH5C7.mjs";import{a}from"../chunk-BE3OXYYX.mjs";import{a as b,b as c,c as d,d as e,e as f}from"../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{i as Bool,a as Deserializer,h as EntryFunctionBytes,g as FixedBytes,s as MoveOption,r as MoveString,p as MoveVector,b as Serializable,q as Serialized,c as Serializer,n as U128,k as U16,o as U256,l as U32,m as U64,j as U8,d as ensureBoolean,e as outOfRangeErrorMessage,f as validateNumberInRange};
1
+ import"../chunk-FZY4PMEE.mjs";import{a as h}from"../chunk-IXYGZ57N.mjs";import{a as g}from"../chunk-WLUXOUZH.mjs";import{a as p,b as q,c as r,d as s}from"../chunk-SOJ3OG6X.mjs";import{a as i,b as j,c as k,d as l,e as m,f as n,g as o}from"../chunk-C6JRJNK3.mjs";import{a}from"../chunk-JGFKIUG5.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-ODAAZLPK.mjs";import{a as b,b as c,c as d,d as e,e as f}from"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-KDMSOCZY.mjs";export{i as Bool,a as Deserializer,h as EntryFunctionBytes,g as FixedBytes,s as MoveOption,r as MoveString,p as MoveVector,b as Serializable,q as Serialized,c as Serializer,n as U128,k as U16,o as U256,l as U32,m as U64,j as U8,d as ensureBoolean,e as outOfRangeErrorMessage,f as validateNumberInRange};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1,2 +1,2 @@
1
- import{a}from"../../chunk-DGH7NXHM.mjs";import"../../chunk-UQKQH5C7.mjs";import"../../chunk-CZOZTNXJ.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-VHY6ZATX.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as EntryFunctionBytes};
1
+ import{a}from"../../chunk-IXYGZ57N.mjs";import"../../chunk-WLUXOUZH.mjs";import"../../chunk-NJN3EAOM.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as EntryFunctionBytes};
2
2
  //# sourceMappingURL=entryFunctionBytes.mjs.map
@@ -1,2 +1,2 @@
1
- import{a}from"../../chunk-UQKQH5C7.mjs";import"../../chunk-CZOZTNXJ.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-VHY6ZATX.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as FixedBytes};
1
+ import{a}from"../../chunk-WLUXOUZH.mjs";import"../../chunk-NJN3EAOM.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as FixedBytes};
2
2
  //# sourceMappingURL=fixedBytes.mjs.map
@@ -1,2 +1,2 @@
1
- import{a,b,c,d,e,f,g}from"../../chunk-4FBUZY6C.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 Bool,f as U128,c as U16,g as U256,d as U32,e as U64,b as U8};
1
+ import{a,b,c,d,e,f,g}from"../../chunk-C6JRJNK3.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 Bool,f as U128,c as U16,g as U256,d as U32,e as U64,b as U8};
2
2
  //# sourceMappingURL=movePrimitives.mjs.map
@@ -1,2 +1,2 @@
1
- import{a,b,c,d}from"../../chunk-H3NZHL45.mjs";import"../../chunk-4FBUZY6C.mjs";import"../../chunk-BE3OXYYX.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{d as MoveOption,c as MoveString,a as MoveVector,b as Serialized};
1
+ import{a,b,c,d}from"../../chunk-SOJ3OG6X.mjs";import"../../chunk-C6JRJNK3.mjs";import"../../chunk-JGFKIUG5.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{d as MoveOption,c as MoveString,a as MoveVector,b as Serialized};
2
2
  //# sourceMappingURL=moveStructs.mjs.map
@@ -1,2 +1,2 @@
1
- import{a,b,c,d,e}from"../chunk-CZOZTNXJ.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-VHY6ZATX.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-KDMSOCZY.mjs";export{a as Serializable,b as Serializer,c as ensureBoolean,d as outOfRangeErrorMessage,e as validateNumberInRange};
1
+ import{a,b,c,d,e}from"../chunk-NJN3EAOM.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-KDMSOCZY.mjs";export{a as Serializable,b as Serializer,c as ensureBoolean,d as outOfRangeErrorMessage,e as validateNumberInRange};
2
2
  //# sourceMappingURL=serializer.mjs.map
@@ -0,0 +1,2 @@
1
+ import{e as r}from"./chunk-6Y6ZO7TS.mjs";import{a as d}from"./chunk-L33JDCWL.mjs";async function A(s,u){let{url:t,method:n,body:i,contentType:a,params:o,overrides:e,originMethod:R}=s,p={...e?.HEADERS,"x-aptos-client":`aptos-typescript-sdk/${d}`,"content-type":a??"application/json","x-aptos-typescript-sdk-origin-method":R};return e?.AUTH_TOKEN&&(p.Authorization=`Bearer ${e?.AUTH_TOKEN}`),e?.API_KEY&&(p.Authorization=`Bearer ${e?.API_KEY}`),u.provider({url:t,method:n,body:i,params:o,headers:p,overrides:e})}async function P(s,u,t){let{url:n,path:i}=s,a=i?`${n}/${i}`:n,o=await A({...s,url:a},u.client),e={status:o.status,statusText:o.statusText??"No status text provided",data:o.data,headers:o.headers,config:o.config,request:o.request,url:a};if(e.status===401)throw new r({apiType:t,aptosRequest:s,aptosResponse:e});if(t==="Indexer"){let R=e.data;if(R.errors)throw new r({apiType:t,aptosRequest:s,aptosResponse:e});e.data=R.data}else if((t==="Pepper"||t==="Prover")&&e.status>=400)throw new r({apiType:t,aptosRequest:s,aptosResponse:e});if(e.status>=200&&e.status<300)return e;throw new r({apiType:t,aptosRequest:s,aptosResponse:e})}export{A as a,P as b};
2
+ //# sourceMappingURL=chunk-25O4L7YR.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/client/core.ts"],"sourcesContent":["// Copyright © Aptos Foundation\n// SPDX-License-Identifier: Apache-2.0\n\nimport { AptosConfig } from \"../api/aptosConfig\";\nimport { VERSION } from \"../version\";\nimport { AnyNumber, AptosRequest, AptosResponse, Client, ClientRequest, ClientResponse, MimeType } from \"../types\";\nimport { AptosApiType } from \"../utils\";\nimport { AptosApiError } from \"../errors\";\n\n/**\n * Sends a request using the specified options and returns the response.\n *\n * @param options - The options for the request.\n * @param options.url - The URL to send the request to.\n * @param options.method - The HTTP method to use for the request.\n * @param options.body - The body of the request.\n * @param options.contentType - The content type of the request.\n * @param options.params - The query parameters to include in the request.\n * @param options.overrides - Additional overrides for the request.\n * @param options.overrides.HEADERS - Custom headers to include in the request.\n * @param options.overrides.AUTH_TOKEN - The authorization token for the request.\n * @param options.overrides.API_KEY - The API key for the request.\n * @param options.originMethod - The origin method for the request.\n * @param client - The client used to make the request.\n *\n * @returns The response from the request.\n * @group Implementation\n * @category Client\n */\nexport async function request<Req, Res>(options: ClientRequest<Req>, client: Client): Promise<ClientResponse<Res>> {\n const { url, method, body, contentType, params, overrides, originMethod } = options;\n const headers: Record<string, string | AnyNumber | boolean | undefined> = {\n ...overrides?.HEADERS,\n \"x-aptos-client\": `aptos-typescript-sdk/${VERSION}`,\n \"content-type\": contentType ?? MimeType.JSON,\n \"x-aptos-typescript-sdk-origin-method\": originMethod,\n };\n\n if (overrides?.AUTH_TOKEN) {\n headers.Authorization = `Bearer ${overrides?.AUTH_TOKEN}`;\n }\n if (overrides?.API_KEY) {\n headers.Authorization = `Bearer ${overrides?.API_KEY}`;\n }\n\n /*\n * make a call using the @aptos-labs/aptos-client package\n * {@link https://www.npmjs.com/package/@aptos-labs/aptos-client}\n */\n return client.provider<Req, Res>({\n url,\n method,\n body,\n params,\n headers,\n overrides,\n });\n}\n\n/**\n * The main function to use when making an API request, returning the response or throwing an AptosApiError on failure.\n *\n * @param aptosRequestOpts - Options for the Aptos request, including the URL and path.\n * @param aptosConfig - The configuration information for the SDK client instance.\n * @param apiType - The type of API being accessed, which determines how the response is handled.\n * @returns The response from the API request or throws an AptosApiError if the request fails.\n * @group Implementation\n * @category Client\n */\nexport async function aptosRequest<Req extends {}, Res extends {}>(\n aptosRequestOpts: AptosRequest,\n aptosConfig: AptosConfig,\n apiType: AptosApiType,\n): Promise<AptosResponse<Req, Res>> {\n const { url, path } = aptosRequestOpts;\n const fullUrl = path ? `${url}/${path}` : url;\n const clientResponse = await request<Req, Res>({ ...aptosRequestOpts, url: fullUrl }, aptosConfig.client);\n\n const aptosResponse: AptosResponse<Req, Res> = {\n status: clientResponse.status,\n statusText: clientResponse.statusText ?? \"No status text provided\",\n data: clientResponse.data,\n headers: clientResponse.headers,\n config: clientResponse.config,\n request: clientResponse.request,\n url: fullUrl,\n };\n\n // Handle case for `Unauthorized` error (i.e. API_KEY error)\n if (aptosResponse.status === 401) {\n throw new AptosApiError({ apiType, aptosRequest: aptosRequestOpts, aptosResponse });\n }\n\n // to support both fullnode and indexer responses,\n // check if it is an indexer query, and adjust response.data\n if (apiType === AptosApiType.INDEXER) {\n const indexerResponse = aptosResponse.data as any;\n // Handle Indexer general errors\n if (indexerResponse.errors) {\n throw new AptosApiError({\n apiType,\n aptosRequest: aptosRequestOpts,\n aptosResponse,\n });\n }\n aptosResponse.data = indexerResponse.data as Res;\n } else if (apiType === AptosApiType.PEPPER || apiType === AptosApiType.PROVER) {\n if (aptosResponse.status >= 400) {\n throw new AptosApiError({ apiType, aptosRequest: aptosRequestOpts, aptosResponse });\n }\n }\n\n if (aptosResponse.status >= 200 && aptosResponse.status < 300) {\n return aptosResponse;\n }\n\n // We have to explicitly check for all request types, because if the error is a non-indexer error, but\n // comes from an indexer request (e.g. 404), we'll need to mention it appropriately\n throw new AptosApiError({ apiType, aptosRequest: aptosRequestOpts, aptosResponse });\n}\n"],"mappings":"kFA6BA,eAAsBA,EAAkBC,EAA6BC,EAA8C,CACjH,GAAM,CAAE,IAAAC,EAAK,OAAAC,EAAQ,KAAAC,EAAM,YAAAC,EAAa,OAAAC,EAAQ,UAAAC,EAAW,aAAAC,CAAa,EAAIR,EACtES,EAAoE,CACxE,GAAGF,GAAW,QACd,iBAAkB,wBAAwBG,CAAO,GACjD,eAAgBL,GAAe,mBAC/B,uCAAwCG,CAC1C,EAEA,OAAID,GAAW,aACbE,EAAQ,cAAgB,UAAUF,GAAW,UAAU,IAErDA,GAAW,UACbE,EAAQ,cAAgB,UAAUF,GAAW,OAAO,IAO/CN,EAAO,SAAmB,CAC/B,IAAAC,EACA,OAAAC,EACA,KAAAC,EACA,OAAAE,EACA,QAAAG,EACA,UAAAF,CACF,CAAC,CACH,CAYA,eAAsBI,EACpBC,EACAC,EACAC,EACkC,CAClC,GAAM,CAAE,IAAAZ,EAAK,KAAAa,CAAK,EAAIH,EAChBI,EAAUD,EAAO,GAAGb,CAAG,IAAIa,CAAI,GAAKb,EACpCe,EAAiB,MAAMlB,EAAkB,CAAE,GAAGa,EAAkB,IAAKI,CAAQ,EAAGH,EAAY,MAAM,EAElGK,EAAyC,CAC7C,OAAQD,EAAe,OACvB,WAAYA,EAAe,YAAc,0BACzC,KAAMA,EAAe,KACrB,QAASA,EAAe,QACxB,OAAQA,EAAe,OACvB,QAASA,EAAe,QACxB,IAAKD,CACP,EAGA,GAAIE,EAAc,SAAW,IAC3B,MAAM,IAAIC,EAAc,CAAE,QAAAL,EAAS,aAAcF,EAAkB,cAAAM,CAAc,CAAC,EAKpF,GAAIJ,IAAY,UAAsB,CACpC,IAAMM,EAAkBF,EAAc,KAEtC,GAAIE,EAAgB,OAClB,MAAM,IAAID,EAAc,CACtB,QAAAL,EACA,aAAcF,EACd,cAAAM,CACF,CAAC,EAEHA,EAAc,KAAOE,EAAgB,IACvC,UAAWN,IAAY,UAAuBA,IAAY,WACpDI,EAAc,QAAU,IAC1B,MAAM,IAAIC,EAAc,CAAE,QAAAL,EAAS,aAAcF,EAAkB,cAAAM,CAAc,CAAC,EAItF,GAAIA,EAAc,QAAU,KAAOA,EAAc,OAAS,IACxD,OAAOA,EAKT,MAAM,IAAIC,EAAc,CAAE,QAAAL,EAAS,aAAcF,EAAkB,cAAAM,CAAc,CAAC,CACpF","names":["request","options","client","url","method","body","contentType","params","overrides","originMethod","headers","VERSION","aptosRequest","aptosRequestOpts","aptosConfig","apiType","path","fullUrl","clientResponse","aptosResponse","AptosApiError","indexerResponse"]}
@@ -1,2 +1,2 @@
1
- import{a as d}from"./chunk-YOZBVVKL.mjs";import{c as s}from"./chunk-YVRPD7Z6.mjs";import{b as r}from"./chunk-SZYA6IG4.mjs";async function g(o){let{aptosConfig:e,accountAddress:t}=o,{data:n}=await s({aptosConfig:e,originMethod:"getInfo",path:`accounts/${r.from(t).toString()}`});return n}async function f(o){return o.options?.ledgerVersion!==void 0?c(o):d(async()=>c(o),`module-${o.accountAddress}-${o.moduleName}`,1e3*60*5)()}async function c(o){let{aptosConfig:e,accountAddress:t,moduleName:n,options:i}=o,{data:u}=await s({aptosConfig:e,originMethod:"getModule",path:`accounts/${r.from(t).toString()}/module/${n}`,params:{ledger_version:i?.ledgerVersion}});return u}export{g as a,f as b};
2
- //# sourceMappingURL=chunk-KIMU5PYJ.mjs.map
1
+ import{a as d}from"./chunk-YOZBVVKL.mjs";import{b as s}from"./chunk-GJ7STZEW.mjs";import{b as r}from"./chunk-GYVSI3TS.mjs";async function g(o){let{aptosConfig:e,accountAddress:t}=o,{data:n}=await s({aptosConfig:e,originMethod:"getInfo",path:`accounts/${r.from(t).toString()}`});return n}async function f(o){return o.options?.ledgerVersion!==void 0?c(o):d(async()=>c(o),`module-${o.accountAddress}-${o.moduleName}`,1e3*60*5)()}async function c(o){let{aptosConfig:e,accountAddress:t,moduleName:n,options:i}=o,{data:u}=await s({aptosConfig:e,originMethod:"getModule",path:`accounts/${r.from(t).toString()}/module/${n}`,params:{ledger_version:i?.ledgerVersion}});return u}export{g as a,f as b};
2
+ //# sourceMappingURL=chunk-3IHKQH5O.mjs.map
@@ -1,2 +1,2 @@
1
- import{b as c}from"./chunk-SZYA6IG4.mjs";import{a as o}from"./chunk-CZOZTNXJ.mjs";import{b as n}from"./chunk-VHY6ZATX.mjs";import{sha3_256 as d}from"@noble/hashes/sha3";var r=class r extends o{constructor(t){super();let{data:e}=t,i=n.fromHexInput(e);if(i.toUint8Array().length!==r.LENGTH)throw new Error(`Authentication Key length should be ${r.LENGTH}`);this.data=i}serialize(t){t.serializeFixedBytes(this.data.toUint8Array())}static deserialize(t){let e=t.deserializeFixedBytes(r.LENGTH);return new r({data:e})}toUint8Array(){return this.data.toUint8Array()}static fromSchemeAndBytes(t){let{scheme:e,input:i}=t,u=n.fromHexInput(i).toUint8Array(),h=new Uint8Array([...u,e]),a=d.create();a.update(h);let y=a.digest();return new r({data:y})}static fromPublicKeyAndScheme(t){let{publicKey:e}=t;return e.authKey()}static fromPublicKey(t){let{publicKey:e}=t;return e.authKey()}derivedAddress(){return new c(this.data.toUint8Array())}};r.LENGTH=32;var s=r;export{s as a};
2
- //# sourceMappingURL=chunk-L5C44K6H.mjs.map
1
+ import{b as c}from"./chunk-GYVSI3TS.mjs";import{a as o}from"./chunk-NJN3EAOM.mjs";import{b as n}from"./chunk-STY74NUA.mjs";import{sha3_256 as d}from"@noble/hashes/sha3";var r=class r extends o{constructor(t){super();let{data:e}=t,i=n.fromHexInput(e);if(i.toUint8Array().length!==r.LENGTH)throw new Error(`Authentication Key length should be ${r.LENGTH}`);this.data=i}serialize(t){t.serializeFixedBytes(this.data.toUint8Array())}static deserialize(t){let e=t.deserializeFixedBytes(r.LENGTH);return new r({data:e})}toUint8Array(){return this.data.toUint8Array()}static fromSchemeAndBytes(t){let{scheme:e,input:i}=t,u=n.fromHexInput(i).toUint8Array(),h=new Uint8Array([...u,e]),a=d.create();a.update(h);let y=a.digest();return new r({data:y})}static fromPublicKeyAndScheme(t){let{publicKey:e}=t;return e.authKey()}static fromPublicKey(t){let{publicKey:e}=t;return e.authKey()}derivedAddress(){return new c(this.data.toUint8Array())}};r.LENGTH=32;var s=r;export{s as a};
2
+ //# sourceMappingURL=chunk-6PKBXYG3.mjs.map
@@ -1,7 +1,7 @@
1
- import{b as a}from"./chunk-DC5IVW4W.mjs";var l=(t=>(t[t.API_ERROR=0]="API_ERROR",t[t.EXTERNAL_API_ERROR=1]="EXTERNAL_API_ERROR",t[t.SESSION_EXPIRED=2]="SESSION_EXPIRED",t[t.INVALID_STATE=3]="INVALID_STATE",t[t.INVALID_SIGNATURE=4]="INVALID_SIGNATURE",t[t.UNKNOWN=5]="UNKNOWN",t))(l||{}),O=(s=>(s.REAUTHENTICATE="Re-authentiate to continue using your keyless account",s.REAUTHENTICATE_UNSURE="Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support",s.UPDATE_REQUEST_PARAMS="Update the invalid request parameters and reauthenticate.",s.RATE_LIMIT_EXCEEDED="Cache the keyless account and reuse it to avoid making too many requests. Keyless accounts are valid until either the EphemeralKeyPair expires, when the JWK is rotated, or when the proof verifying key is changed, whichever comes soonest.",s.SERVER_ERROR="Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx",s.CALL_PRECHECK="Call `await account.checkKeylessAccountValidity()` to wait for asyncronous changes and check for account validity before signing or serializing.",s.REINSTANTIATE="Try instantiating the account again. Avoid manipulating the account object directly",s.JOIN_SUPPORT_GROUP="For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx",s.UNKNOWN="Error unknown. For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx",s))(O||{}),u=(e=>(e[e.EPHEMERAL_KEY_PAIR_EXPIRED=0]="EPHEMERAL_KEY_PAIR_EXPIRED",e[e.PROOF_NOT_FOUND=1]="PROOF_NOT_FOUND",e[e.ASYNC_PROOF_FETCH_FAILED=2]="ASYNC_PROOF_FETCH_FAILED",e[e.INVALID_PROOF_VERIFICATION_FAILED=3]="INVALID_PROOF_VERIFICATION_FAILED",e[e.INVALID_PROOF_VERIFICATION_KEY_NOT_FOUND=4]="INVALID_PROOF_VERIFICATION_KEY_NOT_FOUND",e[e.INVALID_JWT_SIG=5]="INVALID_JWT_SIG",e[e.INVALID_JWT_JWK_NOT_FOUND=6]="INVALID_JWT_JWK_NOT_FOUND",e[e.INVALID_JWT_ISS_NOT_RECOGNIZED=7]="INVALID_JWT_ISS_NOT_RECOGNIZED",e[e.INVALID_JWT_FEDERATED_ISS_NOT_SUPPORTED=8]="INVALID_JWT_FEDERATED_ISS_NOT_SUPPORTED",e[e.INVALID_TW_SIG_VERIFICATION_FAILED=9]="INVALID_TW_SIG_VERIFICATION_FAILED",e[e.INVALID_TW_SIG_PUBLIC_KEY_NOT_FOUND=10]="INVALID_TW_SIG_PUBLIC_KEY_NOT_FOUND",e[e.INVALID_EXPIRY_HORIZON=11]="INVALID_EXPIRY_HORIZON",e[e.JWT_PARSING_ERROR=12]="JWT_PARSING_ERROR",e[e.JWK_FETCH_FAILED=13]="JWK_FETCH_FAILED",e[e.JWK_FETCH_FAILED_FEDERATED=14]="JWK_FETCH_FAILED_FEDERATED",e[e.RATE_LIMIT_EXCEEDED=15]="RATE_LIMIT_EXCEEDED",e[e.PEPPER_SERVICE_INTERNAL_ERROR=16]="PEPPER_SERVICE_INTERNAL_ERROR",e[e.PEPPER_SERVICE_BAD_REQUEST=17]="PEPPER_SERVICE_BAD_REQUEST",e[e.PEPPER_SERVICE_OTHER=18]="PEPPER_SERVICE_OTHER",e[e.PROVER_SERVICE_INTERNAL_ERROR=19]="PROVER_SERVICE_INTERNAL_ERROR",e[e.PROVER_SERVICE_BAD_REQUEST=20]="PROVER_SERVICE_BAD_REQUEST",e[e.PROVER_SERVICE_OTHER=21]="PROVER_SERVICE_OTHER",e[e.FULL_NODE_CONFIG_LOOKUP_ERROR=22]="FULL_NODE_CONFIG_LOOKUP_ERROR",e[e.FULL_NODE_VERIFICATION_KEY_LOOKUP_ERROR=23]="FULL_NODE_VERIFICATION_KEY_LOOKUP_ERROR",e[e.FULL_NODE_JWKS_LOOKUP_ERROR=24]="FULL_NODE_JWKS_LOOKUP_ERROR",e[e.FULL_NODE_OTHER=25]="FULL_NODE_OTHER",e[e.SIGNATURE_TYPE_INVALID=26]="SIGNATURE_TYPE_INVALID",e[e.SIGNATURE_EXPIRED=27]="SIGNATURE_EXPIRED",e[e.MAX_EXPIRY_HORIZON_EXCEEDED=28]="MAX_EXPIRY_HORIZON_EXCEEDED",e[e.EPHEMERAL_SIGNATURE_VERIFICATION_FAILED=29]="EPHEMERAL_SIGNATURE_VERIFICATION_FAILED",e[e.TRAINING_WHEELS_SIGNATURE_MISSING=30]="TRAINING_WHEELS_SIGNATURE_MISSING",e[e.TRAINING_WHEELS_SIGNATURE_VERIFICATION_FAILED=31]="TRAINING_WHEELS_SIGNATURE_VERIFICATION_FAILED",e[e.PROOF_VERIFICATION_FAILED=32]="PROOF_VERIFICATION_FAILED",e[e.UNKNOWN=33]="UNKNOWN",e))(u||{}),A={0:["The ephemeral keypair has expired.",2,"Re-authentiate to continue using your keyless account"],1:["The required proof could not be found.",3,"Call `await account.checkKeylessAccountValidity()` to wait for asyncronous changes and check for account validity before signing or serializing."],2:["The required proof failed to fetch.",3,"Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support"],3:["The provided proof is invalid.",3,"Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support"],4:["The verification key used to authenticate was updated.",2,"Re-authentiate to continue using your keyless account"],5:["The JWK was found, but JWT failed verification",3,"Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support"],6:["The JWK required to verify the JWT could not be found. The JWK may have been rotated out.",2,"Re-authentiate to continue using your keyless account"],7:["The JWT issuer is not recognized.",3,"Update the invalid request parameters and reauthenticate."],8:["The JWT issuer is not supported by the Federated Keyless ",0,"Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support"],9:["The training wheels signature is invalid.",3,"Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support"],10:["The public key used to verify the training wheels signature was not found.",2,"Re-authentiate to continue using your keyless account"],11:["The expiry horizon is invalid.",2,"Re-authentiate to continue using your keyless account"],13:["Failed to fetch JWKS.",1,"For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],14:["Failed to fetch JWKS for Federated Keyless provider.",1,"For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],15:["Rate limit exceeded. Too many requests in a short period.",0,"Cache the keyless account and reuse it to avoid making too many requests. Keyless accounts are valid until either the EphemeralKeyPair expires, when the JWK is rotated, or when the proof verifying key is changed, whichever comes soonest."],16:["Internal error from Pepper service.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],17:["Bad request sent to Pepper service.",0,"Update the invalid request parameters and reauthenticate."],18:["Unknown error from Pepper service.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],19:["Internal error from Prover service.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],20:["Bad request sent to Prover service.",0,"Update the invalid request parameters and reauthenticate."],21:["Unknown error from Prover service.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],12:["Error when parsing JWT. This should never happen. Join https://t.me/+h5CN-W35yUFiYzkx for support",3,"Try instantiating the account again. Avoid manipulating the account object directly"],22:["Error when looking up on-chain keyless configuration.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],23:["Error when looking up on-chain verification key.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],24:["Error when looking up on-chain JWKS.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],25:["Unknown error from full node.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],26:["The signature is not a valid Keyless signature.",4,"For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],27:["The ephemeral key pair used to sign the message has expired.",4,"Re-authentiate to continue using your keyless account"],28:["The expiry horizon on the signature exceeds the maximum allowed value.",4,"Re-authentiate to continue using your keyless account"],29:["Failed to verify the ephemeral signature with the ephemeral public key.",4,"Re-authentiate to continue using your keyless account"],30:["The training wheels signature is missing but is required by the Keyless configuration.",4,"Re-authentiate to continue using your keyless account"],31:["Failed to verify the training wheels signature with the training wheels public key.",4,"Re-authentiate to continue using your keyless account"],32:["The proof verification failed.",4,"Re-authentiate to continue using your keyless account"],33:["An unknown error has occurred.",5,"Error unknown. For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"]},N=class _ extends Error{constructor(o){let{innerError:r,category:E,resolutionTip:i,type:R,message:t=A[R][0],details:I}=o;super(t),this.name="KeylessError",this.innerError=r,this.category=E,this.resolutionTip=i,this.type=R,this.details=I,this.message=_.constructMessage(t,i,r,I)}static constructMessage(o,r,E,i){let R=`
1
+ import{b as a}from"./chunk-YFFDF22R.mjs";var l=(t=>(t[t.API_ERROR=0]="API_ERROR",t[t.EXTERNAL_API_ERROR=1]="EXTERNAL_API_ERROR",t[t.SESSION_EXPIRED=2]="SESSION_EXPIRED",t[t.INVALID_STATE=3]="INVALID_STATE",t[t.INVALID_SIGNATURE=4]="INVALID_SIGNATURE",t[t.UNKNOWN=5]="UNKNOWN",t))(l||{}),O=(s=>(s.REAUTHENTICATE="Re-authentiate to continue using your keyless account",s.REAUTHENTICATE_UNSURE="Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support",s.UPDATE_REQUEST_PARAMS="Update the invalid request parameters and reauthenticate.",s.RATE_LIMIT_EXCEEDED="Cache the keyless account and reuse it to avoid making too many requests. Keyless accounts are valid until either the EphemeralKeyPair expires, when the JWK is rotated, or when the proof verifying key is changed, whichever comes soonest.",s.SERVER_ERROR="Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx",s.CALL_PRECHECK="Call `await account.checkKeylessAccountValidity()` to wait for asyncronous changes and check for account validity before signing or serializing.",s.REINSTANTIATE="Try instantiating the account again. Avoid manipulating the account object directly",s.JOIN_SUPPORT_GROUP="For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx",s.UNKNOWN="Error unknown. For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx",s))(O||{}),u=(e=>(e[e.EPHEMERAL_KEY_PAIR_EXPIRED=0]="EPHEMERAL_KEY_PAIR_EXPIRED",e[e.PROOF_NOT_FOUND=1]="PROOF_NOT_FOUND",e[e.ASYNC_PROOF_FETCH_FAILED=2]="ASYNC_PROOF_FETCH_FAILED",e[e.INVALID_PROOF_VERIFICATION_FAILED=3]="INVALID_PROOF_VERIFICATION_FAILED",e[e.INVALID_PROOF_VERIFICATION_KEY_NOT_FOUND=4]="INVALID_PROOF_VERIFICATION_KEY_NOT_FOUND",e[e.INVALID_JWT_SIG=5]="INVALID_JWT_SIG",e[e.INVALID_JWT_JWK_NOT_FOUND=6]="INVALID_JWT_JWK_NOT_FOUND",e[e.INVALID_JWT_ISS_NOT_RECOGNIZED=7]="INVALID_JWT_ISS_NOT_RECOGNIZED",e[e.INVALID_JWT_FEDERATED_ISS_NOT_SUPPORTED=8]="INVALID_JWT_FEDERATED_ISS_NOT_SUPPORTED",e[e.INVALID_TW_SIG_VERIFICATION_FAILED=9]="INVALID_TW_SIG_VERIFICATION_FAILED",e[e.INVALID_TW_SIG_PUBLIC_KEY_NOT_FOUND=10]="INVALID_TW_SIG_PUBLIC_KEY_NOT_FOUND",e[e.INVALID_EXPIRY_HORIZON=11]="INVALID_EXPIRY_HORIZON",e[e.JWT_PARSING_ERROR=12]="JWT_PARSING_ERROR",e[e.JWK_FETCH_FAILED=13]="JWK_FETCH_FAILED",e[e.JWK_FETCH_FAILED_FEDERATED=14]="JWK_FETCH_FAILED_FEDERATED",e[e.RATE_LIMIT_EXCEEDED=15]="RATE_LIMIT_EXCEEDED",e[e.PEPPER_SERVICE_INTERNAL_ERROR=16]="PEPPER_SERVICE_INTERNAL_ERROR",e[e.PEPPER_SERVICE_BAD_REQUEST=17]="PEPPER_SERVICE_BAD_REQUEST",e[e.PEPPER_SERVICE_OTHER=18]="PEPPER_SERVICE_OTHER",e[e.PROVER_SERVICE_INTERNAL_ERROR=19]="PROVER_SERVICE_INTERNAL_ERROR",e[e.PROVER_SERVICE_BAD_REQUEST=20]="PROVER_SERVICE_BAD_REQUEST",e[e.PROVER_SERVICE_OTHER=21]="PROVER_SERVICE_OTHER",e[e.FULL_NODE_CONFIG_LOOKUP_ERROR=22]="FULL_NODE_CONFIG_LOOKUP_ERROR",e[e.FULL_NODE_VERIFICATION_KEY_LOOKUP_ERROR=23]="FULL_NODE_VERIFICATION_KEY_LOOKUP_ERROR",e[e.FULL_NODE_JWKS_LOOKUP_ERROR=24]="FULL_NODE_JWKS_LOOKUP_ERROR",e[e.FULL_NODE_OTHER=25]="FULL_NODE_OTHER",e[e.SIGNATURE_TYPE_INVALID=26]="SIGNATURE_TYPE_INVALID",e[e.SIGNATURE_EXPIRED=27]="SIGNATURE_EXPIRED",e[e.MAX_EXPIRY_HORIZON_EXCEEDED=28]="MAX_EXPIRY_HORIZON_EXCEEDED",e[e.EPHEMERAL_SIGNATURE_VERIFICATION_FAILED=29]="EPHEMERAL_SIGNATURE_VERIFICATION_FAILED",e[e.TRAINING_WHEELS_SIGNATURE_MISSING=30]="TRAINING_WHEELS_SIGNATURE_MISSING",e[e.TRAINING_WHEELS_SIGNATURE_VERIFICATION_FAILED=31]="TRAINING_WHEELS_SIGNATURE_VERIFICATION_FAILED",e[e.PROOF_VERIFICATION_FAILED=32]="PROOF_VERIFICATION_FAILED",e[e.UNKNOWN=33]="UNKNOWN",e))(u||{}),A={0:["The ephemeral keypair has expired.",2,"Re-authentiate to continue using your keyless account"],1:["The required proof could not be found.",3,"Call `await account.checkKeylessAccountValidity()` to wait for asyncronous changes and check for account validity before signing or serializing."],2:["The required proof failed to fetch.",3,"Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support"],3:["The provided proof is invalid.",3,"Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support"],4:["The verification key used to authenticate was updated.",2,"Re-authentiate to continue using your keyless account"],5:["The JWK was found, but JWT failed verification",3,"Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support"],6:["The JWK required to verify the JWT could not be found. The JWK may have been rotated out.",2,"Re-authentiate to continue using your keyless account"],7:["The JWT issuer is not recognized.",3,"Update the invalid request parameters and reauthenticate."],8:["The JWT issuer is not supported by the Federated Keyless ",0,"Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support"],9:["The training wheels signature is invalid.",3,"Try re-authentiating. If the error persists join the telegram group at https://t.me/+h5CN-W35yUFiYzkx for further support"],10:["The public key used to verify the training wheels signature was not found.",2,"Re-authentiate to continue using your keyless account"],11:["The expiry horizon is invalid.",2,"Re-authentiate to continue using your keyless account"],13:["Failed to fetch JWKS.",1,"For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],14:["Failed to fetch JWKS for Federated Keyless provider.",1,"For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],15:["Rate limit exceeded. Too many requests in a short period.",0,"Cache the keyless account and reuse it to avoid making too many requests. Keyless accounts are valid until either the EphemeralKeyPair expires, when the JWK is rotated, or when the proof verifying key is changed, whichever comes soonest."],16:["Internal error from Pepper service.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],17:["Bad request sent to Pepper service.",0,"Update the invalid request parameters and reauthenticate."],18:["Unknown error from Pepper service.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],19:["Internal error from Prover service.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],20:["Bad request sent to Prover service.",0,"Update the invalid request parameters and reauthenticate."],21:["Unknown error from Prover service.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],12:["Error when parsing JWT. This should never happen. Join https://t.me/+h5CN-W35yUFiYzkx for support",3,"Try instantiating the account again. Avoid manipulating the account object directly"],22:["Error when looking up on-chain keyless configuration.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],23:["Error when looking up on-chain verification key.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],24:["Error when looking up on-chain JWKS.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],25:["Unknown error from full node.",0,"Try again later. See aptosApiError error for more context. For additional support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],26:["The signature is not a valid Keyless signature.",4,"For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"],27:["The ephemeral key pair used to sign the message has expired.",4,"Re-authentiate to continue using your keyless account"],28:["The expiry horizon on the signature exceeds the maximum allowed value.",4,"Re-authentiate to continue using your keyless account"],29:["Failed to verify the ephemeral signature with the ephemeral public key.",4,"Re-authentiate to continue using your keyless account"],30:["The training wheels signature is missing but is required by the Keyless configuration.",4,"Re-authentiate to continue using your keyless account"],31:["Failed to verify the training wheels signature with the training wheels public key.",4,"Re-authentiate to continue using your keyless account"],32:["The proof verification failed.",4,"Re-authentiate to continue using your keyless account"],33:["An unknown error has occurred.",5,"Error unknown. For support join the telegram group at https://t.me/+h5CN-W35yUFiYzkx"]},N=class _ extends Error{constructor(o){let{innerError:r,category:E,resolutionTip:i,type:R,message:t=A[R][0],details:I}=o;super(t),this.name="KeylessError",this.innerError=r,this.category=E,this.resolutionTip=i,this.type=R,this.details=I,this.message=_.constructMessage(t,i,r,I)}static constructMessage(o,r,E,i){let R=`
2
2
  Message: ${o}`;return i&&(R+=`
3
3
  Details: ${i}`),E instanceof T?R+=`
4
4
  AptosApiError: ${E.message}`:E!==void 0&&(R+=`
5
5
  Error: ${a(E)}`),R+=`
6
6
  KeylessErrorResolutionTip: ${r}`,R}static fromErrorType(o){let{error:r,type:E,details:i}=o,[R,t,I]=A[E];return new _({message:R,details:i,innerError:r,category:t,resolutionTip:I,type:E})}},T=class extends Error{constructor({apiType:o,aptosRequest:r,aptosResponse:E}){super(S({apiType:o,aptosRequest:r,aptosResponse:E})),this.name="AptosApiError",this.url=E.url,this.status=E.status,this.statusText=E.statusText,this.data=E.data,this.request=r}};function S({apiType:_,aptosRequest:o,aptosResponse:r}){let E=r.headers?.traceparent?.split("-")[1],i=E?`(trace_id:${E}) `:"",R=`Request to [${_}]: ${o.method} ${r.url??o.url} ${i}failed with`;return _==="Indexer"&&r.data?.errors?.[0]?.message!=null?`${R}: ${r.data.errors[0].message}`:r.data?.message!=null&&r.data?.error_code!=null?`${R}: ${JSON.stringify(r.data)}`:`${R} status: ${r.statusText}(code:${r.status}) and response body: ${P(r.data)}`}var n=400;function P(_){let o=JSON.stringify(_);return o.length<=n?o:`truncated(original_size:${o.length}): ${o.slice(0,n/2)}...${o.slice(-n/2)}`}export{l as a,O as b,u as c,N as d,T as e};
7
- //# sourceMappingURL=chunk-ZKOF4KST.mjs.map
7
+ //# sourceMappingURL=chunk-6Y6ZO7TS.mjs.map
@@ -1,2 +1,2 @@
1
- import{a as t}from"./chunk-2RBINVFA.mjs";import{a as o,b as r,c as s}from"./chunk-6QJWFV2M.mjs";var a=class{constructor(e){this.config=e}async getTableItem(e){return o({aptosConfig:this.config,...e})}async getTableItemsData(e){return await t({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"default_processor"}),r({aptosConfig:this.config,...e})}async getTableItemsMetadata(e){return await t({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"default_processor"}),s({aptosConfig:this.config,...e})}};export{a};
2
- //# sourceMappingURL=chunk-TORMKDQG.mjs.map
1
+ import{a as o,b as r,c as s}from"./chunk-GLFZJNF3.mjs";import{a as t}from"./chunk-KAYKTT4S.mjs";var a=class{constructor(e){this.config=e}async getTableItem(e){return o({aptosConfig:this.config,...e})}async getTableItemsData(e){return await t({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"default_processor"}),r({aptosConfig:this.config,...e})}async getTableItemsMetadata(e){return await t({config:this.config,minimumLedgerVersion:e.minimumLedgerVersion,processorType:"default_processor"}),s({aptosConfig:this.config,...e})}};export{a};
2
+ //# sourceMappingURL=chunk-ARNW34PP.mjs.map
@@ -1,2 +1,2 @@
1
- import{b as c}from"./chunk-SZYA6IG4.mjs";import{sha3_256 as n}from"@noble/hashes/sha3";var d=(e,r)=>{let t=e.bcsToBytes(),s=typeof r=="string"?Buffer.from(r,"utf8"):r,o=new Uint8Array([...t,...s,254]);return new c(n(o))},f=(e,r)=>{let t=e.bcsToBytes(),s=typeof r=="string"?Buffer.from(r,"utf8"):r,o=new Uint8Array([...t,...s,255]);return new c(n(o))},a=(e,r,t)=>{let s=`${r}::${t}`;return d(e,s)};export{d as a,f as b,a as c};
2
- //# sourceMappingURL=chunk-F2GWK4YJ.mjs.map
1
+ import{b as c}from"./chunk-GYVSI3TS.mjs";import{sha3_256 as n}from"@noble/hashes/sha3";var d=(e,r)=>{let t=e.bcsToBytes(),s=typeof r=="string"?Buffer.from(r,"utf8"):r,o=new Uint8Array([...t,...s,254]);return new c(n(o))},f=(e,r)=>{let t=e.bcsToBytes(),s=typeof r=="string"?Buffer.from(r,"utf8"):r,o=new Uint8Array([...t,...s,255]);return new c(n(o))},a=(e,r,t)=>{let s=`${r}::${t}`;return d(e,s)};export{d as a,f as b,a as c};
2
+ //# sourceMappingURL=chunk-BUUV6B4P.mjs.map
@@ -1,2 +1,2 @@
1
- import{l as c,v as n}from"./chunk-VHNX2NUR.mjs";import{c as i}from"./chunk-YVRPD7Z6.mjs";import{e as p}from"./chunk-2DISMLR6.mjs";async function d(o){let{aptosConfig:s}=o,{data:e}=await i({aptosConfig:s,originMethod:"getLedgerInfo",path:""});return e}async function C(o){let{aptosConfig:s,limit:e}=o;return(await a({aptosConfig:s,query:{query:c,variables:{limit:e}},originMethod:"getChainTopUserTransactions"})).user_transactions}async function a(o){let{aptosConfig:s,query:e,originMethod:t}=o,{data:r}=await p({aptosConfig:s,originMethod:t??"queryIndexer",path:"",body:e,overrides:{WITH_CREDENTIALS:!1}});return r}async function u(o){let{aptosConfig:s}=o;return(await a({aptosConfig:s,query:{query:n},originMethod:"getProcessorStatuses"})).processor_status}async function h(o){let s=await u({aptosConfig:o.aptosConfig});return BigInt(s[0].last_success_version)}async function T(o){let{aptosConfig:s,processorType:e}=o;return(await a({aptosConfig:s,query:{query:n,variables:{where_condition:{processor:{_eq:e}}}},originMethod:"getProcessorStatus"})).processor_status[0]}export{d as a,C as b,a as c,u as d,h as e,T as f};
2
- //# sourceMappingURL=chunk-M7W6FZ5Z.mjs.map
1
+ import{l as c,v as n}from"./chunk-VHNX2NUR.mjs";import{b as i}from"./chunk-GJ7STZEW.mjs";import{c as p}from"./chunk-GQ557FEA.mjs";async function d(o){let{aptosConfig:s}=o,{data:e}=await i({aptosConfig:s,originMethod:"getLedgerInfo",path:""});return e}async function C(o){let{aptosConfig:s,limit:e}=o;return(await a({aptosConfig:s,query:{query:c,variables:{limit:e}},originMethod:"getChainTopUserTransactions"})).user_transactions}async function a(o){let{aptosConfig:s,query:e,originMethod:t}=o,{data:r}=await p({aptosConfig:s,originMethod:t??"queryIndexer",path:"",body:e,overrides:{WITH_CREDENTIALS:!1}});return r}async function u(o){let{aptosConfig:s}=o;return(await a({aptosConfig:s,query:{query:n},originMethod:"getProcessorStatuses"})).processor_status}async function h(o){let s=await u({aptosConfig:o.aptosConfig});return BigInt(s[0].last_success_version)}async function T(o){let{aptosConfig:s,processorType:e}=o;return(await a({aptosConfig:s,query:{query:n,variables:{where_condition:{processor:{_eq:e}}}},originMethod:"getProcessorStatus"})).processor_status[0]}export{d as a,C as b,a as c,u as d,h as e,T as f};
2
+ //# sourceMappingURL=chunk-BXRBOMHW.mjs.map
@@ -0,0 +1,2 @@
1
+ import{a as i}from"./chunk-NJN3EAOM.mjs";import{b as e}from"./chunk-STY74NUA.mjs";var r=class extends i{async verifySignatureAsync(t){return this.verifySignature(t)}toUint8Array(){return this.bcsToBytes()}toString(){let t=this.toUint8Array();return e.fromHexInput(t).toString()}},n=class extends r{};export{r as a,n as b};
2
+ //# sourceMappingURL=chunk-BYINW7I2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/core/crypto/publicKey.ts"],"sourcesContent":["import { AptosConfig } from \"../../api\";\nimport { Serializable } from \"../../bcs\";\nimport { HexInput } from \"../../types\";\nimport { AuthenticationKey } from \"../authenticationKey\";\nimport { Hex } from \"../hex\";\nimport { Signature } from \"./signature\";\n\n/**\n * Represents the arguments required to verify a digital signature.\n *\n * @param message - The original message that was signed.\n * @param signature - The signature to be verified against the message.\n * @group Implementation\n * @category Serialization\n */\nexport interface VerifySignatureArgs {\n message: HexInput;\n signature: Signature;\n}\n\n/**\n * Represents the arguments required to verify a digital signature asynchronously.\n *\n * The validity of certain types of signatures are dependent on network state. This is the case for\n * Keyless signatures which need to lookup the verification key and keyless configuration.\n *\n * @param aptosConfig - The Aptos configuration to use\n * @param message - The original message that was signed.\n * @param signature - The signature to be verified against the message.\n * @group Implementation\n * @category Serialization\n */\nexport type VerifySignatureAsyncArgs = VerifySignatureArgs & {\n aptosConfig: AptosConfig;\n options?: any;\n};\n\n/**\n * Represents an abstract public key.\n *\n * This class provides a common interface for verifying signatures associated with the public key.\n * It allows for the retrieval of the raw public key bytes and the public key in a hexadecimal string format.\n * @group Implementation\n * @category Serialization\n */\nexport abstract class PublicKey extends Serializable {\n /**\n * Verifies that the private key associated with this public key signed the message with the given signature.\n * @param args.message The message that was signed\n * @param args.signature The signature to verify\n * @group Implementation\n * @category Serialization\n */\n abstract verifySignature(args: VerifySignatureArgs): boolean;\n\n /**\n * Verifies signature with the public key and makes any network calls required to get state required to verify the signature.\n * @param args.aptosConfig The Aptos configuration\n * @param args.message The message that was signed\n * @param args.signature The signature to verify\n * @group Implementation\n * @category Serialization\n */\n abstract verifySignatureAsync(args: VerifySignatureAsyncArgs): Promise<boolean>;\n\n /**\n * Get the raw public key bytes\n * @group Implementation\n * @category Serialization\n */\n toUint8Array(): Uint8Array {\n return this.bcsToBytes();\n }\n\n /**\n * Get the public key as a hex string with a 0x prefix.\n *\n * @returns The public key in hex format.\n * @group Implementation\n * @category Serialization\n */\n toString(): string {\n const bytes = this.toUint8Array();\n return Hex.fromHexInput(bytes).toString();\n }\n}\n\n/**\n * An abstract representation of an account public key.\n *\n * Provides a common interface for deriving an authentication key.\n *\n * @abstract\n * @group Implementation\n * @category Serialization\n */\nexport abstract class AccountPublicKey extends PublicKey {\n /**\n * Get the authentication key associated with this public key\n * @group Implementation\n * @category Serialization\n */\n abstract authKey(): AuthenticationKey;\n}\n"],"mappings":"kFA6CO,IAAeA,EAAf,cAAiCC,CAAa,CAyBnD,cAA2B,CACzB,OAAO,KAAK,WAAW,CACzB,CASA,UAAmB,CACjB,IAAMC,EAAQ,KAAK,aAAa,EAChC,OAAOC,EAAI,aAAaD,CAAK,EAAE,SAAS,CAC1C,CACF,EAWsBE,EAAf,cAAwCJ,CAAU,CAOzD","names":["PublicKey","Serializable","bytes","Hex","AccountPublicKey"]}
1
+ {"version":3,"sources":["../../src/core/crypto/publicKey.ts"],"sourcesContent":["import { AptosConfig } from \"../../api\";\nimport { Serializable } from \"../../bcs\";\nimport { HexInput } from \"../../types\";\nimport { AuthenticationKey } from \"../authenticationKey\";\nimport { Hex } from \"../hex\";\nimport { Signature } from \"./signature\";\n\n/**\n * Represents the arguments required to verify a digital signature.\n *\n * @param message - The original message that was signed.\n * @param signature - The signature to be verified against the message.\n * @group Implementation\n * @category Serialization\n */\nexport interface VerifySignatureArgs {\n message: HexInput;\n signature: Signature;\n}\n\n/**\n * Represents the arguments required to verify a digital signature asynchronously.\n *\n * The validity of certain types of signatures are dependent on network state. This is the case for\n * Keyless signatures which need to lookup the verification key and keyless configuration.\n *\n * @param aptosConfig - The Aptos configuration to use\n * @param message - The original message that was signed.\n * @param signature - The signature to be verified against the message.\n * @group Implementation\n * @category Serialization\n */\nexport type VerifySignatureAsyncArgs = VerifySignatureArgs & {\n aptosConfig: AptosConfig;\n options?: any;\n};\n\n/**\n * Represents an abstract public key.\n *\n * This class provides a common interface for verifying signatures associated with the public key.\n * It allows for the retrieval of the raw public key bytes and the public key in a hexadecimal string format.\n * @group Implementation\n * @category Serialization\n */\nexport abstract class PublicKey extends Serializable {\n /**\n * Verifies that the private key associated with this public key signed the message with the given signature.\n * @param args.message The message that was signed\n * @param args.signature The signature to verify\n * @group Implementation\n * @category Serialization\n */\n abstract verifySignature(args: VerifySignatureArgs): boolean;\n\n /**\n * Verifies signature with the public key and makes any network calls required to get state required to verify the signature.\n * @param args.aptosConfig The Aptos configuration\n * @param args.message The message that was signed\n * @param args.signature The signature to verify\n * @group Implementation\n * @category Serialization\n */\n async verifySignatureAsync(args: VerifySignatureAsyncArgs): Promise<boolean> {\n return this.verifySignature(args);\n }\n\n /**\n * Get the raw public key bytes\n * @group Implementation\n * @category Serialization\n */\n toUint8Array(): Uint8Array {\n return this.bcsToBytes();\n }\n\n /**\n * Get the public key as a hex string with a 0x prefix.\n *\n * @returns The public key in hex format.\n * @group Implementation\n * @category Serialization\n */\n toString(): string {\n const bytes = this.toUint8Array();\n return Hex.fromHexInput(bytes).toString();\n }\n}\n\n/**\n * An abstract representation of an account public key.\n *\n * Provides a common interface for deriving an authentication key.\n *\n * @abstract\n * @group Implementation\n * @category Serialization\n */\nexport abstract class AccountPublicKey extends PublicKey {\n /**\n * Get the authentication key associated with this public key\n * @group Implementation\n * @category Serialization\n */\n abstract authKey(): AuthenticationKey;\n}\n"],"mappings":"kFA6CO,IAAeA,EAAf,cAAiCC,CAAa,CAkBnD,MAAM,qBAAqBC,EAAkD,CAC3E,OAAO,KAAK,gBAAgBA,CAAI,CAClC,CAOA,cAA2B,CACzB,OAAO,KAAK,WAAW,CACzB,CASA,UAAmB,CACjB,IAAMC,EAAQ,KAAK,aAAa,EAChC,OAAOC,EAAI,aAAaD,CAAK,EAAE,SAAS,CAC1C,CACF,EAWsBE,EAAf,cAAwCL,CAAU,CAOzD","names":["PublicKey","Serializable","args","bytes","Hex","AccountPublicKey"]}
@@ -1,2 +1,2 @@
1
- import{a as s,c as d,e as t}from"./chunk-CZOZTNXJ.mjs";import{a as l,b as n,c as o,d as z,e as c,f as u}from"./chunk-56CNRT2K.mjs";var U=class i extends s{constructor(e){super(),d(e),this.value=e}serialize(e){e.serializeBool(this.value)}serializeForEntryFunction(e){let r=this.bcsToBytes();e.serializeBytes(r)}serializeForScriptFunction(e){e.serializeU32AsUleb128(5),e.serialize(this)}deserialize(e){return new a(e.deserializeU256())}static deserialize(e){return new i(e.deserializeBool())}},p=class i extends s{constructor(e){super(),t(e,0,l),this.value=e}serialize(e){e.serializeU8(this.value)}serializeForEntryFunction(e){let r=this.bcsToBytes();e.serializeBytes(r)}serializeForScriptFunction(e){e.serializeU32AsUleb128(0),e.serialize(this)}static deserialize(e){return new i(e.deserializeU8())}},b=class i extends s{constructor(e){super(),t(e,0,n),this.value=e}serialize(e){e.serializeU16(this.value)}serializeForEntryFunction(e){let r=this.bcsToBytes();e.serializeBytes(r)}serializeForScriptFunction(e){e.serializeU32AsUleb128(6),e.serialize(this)}static deserialize(e){return new i(e.deserializeU16())}},y=class i extends s{constructor(e){super(),t(e,0,o),this.value=e}serialize(e){e.serializeU32(this.value)}serializeForEntryFunction(e){let r=this.bcsToBytes();e.serializeBytes(r)}serializeForScriptFunction(e){e.serializeU32AsUleb128(7),e.serialize(this)}static deserialize(e){return new i(e.deserializeU32())}},m=class i extends s{constructor(e){super(),t(e,BigInt(0),z),this.value=BigInt(e)}serialize(e){e.serializeU64(this.value)}serializeForEntryFunction(e){let r=this.bcsToBytes();e.serializeBytes(r)}serializeForScriptFunction(e){e.serializeU32AsUleb128(1),e.serialize(this)}static deserialize(e){return new i(e.deserializeU64())}},B=class i extends s{constructor(e){super(),t(e,BigInt(0),c),this.value=BigInt(e)}serialize(e){e.serializeU128(this.value)}serializeForEntryFunction(e){let r=this.bcsToBytes();e.serializeBytes(r)}serializeForScriptFunction(e){e.serializeU32AsUleb128(2),e.serialize(this)}static deserialize(e){return new i(e.deserializeU128())}},a=class i extends s{constructor(e){super(),t(e,BigInt(0),u),this.value=BigInt(e)}serialize(e){e.serializeU256(this.value)}serializeForEntryFunction(e){let r=this.bcsToBytes();e.serializeBytes(r)}serializeForScriptFunction(e){e.serializeU32AsUleb128(8),e.serialize(this)}static deserialize(e){return new i(e.deserializeU256())}};export{U as a,p as b,b as c,y as d,m as e,B as f,a as g};
2
- //# sourceMappingURL=chunk-4FBUZY6C.mjs.map
1
+ import{a as s,c as d,e as t}from"./chunk-NJN3EAOM.mjs";import{a as l,b as n,c as o,d as z,e as c,f as u}from"./chunk-56CNRT2K.mjs";var U=class i extends s{constructor(e){super(),d(e),this.value=e}serialize(e){e.serializeBool(this.value)}serializeForEntryFunction(e){let r=this.bcsToBytes();e.serializeBytes(r)}serializeForScriptFunction(e){e.serializeU32AsUleb128(5),e.serialize(this)}deserialize(e){return new a(e.deserializeU256())}static deserialize(e){return new i(e.deserializeBool())}},p=class i extends s{constructor(e){super(),t(e,0,l),this.value=e}serialize(e){e.serializeU8(this.value)}serializeForEntryFunction(e){let r=this.bcsToBytes();e.serializeBytes(r)}serializeForScriptFunction(e){e.serializeU32AsUleb128(0),e.serialize(this)}static deserialize(e){return new i(e.deserializeU8())}},b=class i extends s{constructor(e){super(),t(e,0,n),this.value=e}serialize(e){e.serializeU16(this.value)}serializeForEntryFunction(e){let r=this.bcsToBytes();e.serializeBytes(r)}serializeForScriptFunction(e){e.serializeU32AsUleb128(6),e.serialize(this)}static deserialize(e){return new i(e.deserializeU16())}},y=class i extends s{constructor(e){super(),t(e,0,o),this.value=e}serialize(e){e.serializeU32(this.value)}serializeForEntryFunction(e){let r=this.bcsToBytes();e.serializeBytes(r)}serializeForScriptFunction(e){e.serializeU32AsUleb128(7),e.serialize(this)}static deserialize(e){return new i(e.deserializeU32())}},m=class i extends s{constructor(e){super(),t(e,BigInt(0),z),this.value=BigInt(e)}serialize(e){e.serializeU64(this.value)}serializeForEntryFunction(e){let r=this.bcsToBytes();e.serializeBytes(r)}serializeForScriptFunction(e){e.serializeU32AsUleb128(1),e.serialize(this)}static deserialize(e){return new i(e.deserializeU64())}},B=class i extends s{constructor(e){super(),t(e,BigInt(0),c),this.value=BigInt(e)}serialize(e){e.serializeU128(this.value)}serializeForEntryFunction(e){let r=this.bcsToBytes();e.serializeBytes(r)}serializeForScriptFunction(e){e.serializeU32AsUleb128(2),e.serialize(this)}static deserialize(e){return new i(e.deserializeU128())}},a=class i extends s{constructor(e){super(),t(e,BigInt(0),u),this.value=BigInt(e)}serialize(e){e.serializeU256(this.value)}serializeForEntryFunction(e){let r=this.bcsToBytes();e.serializeBytes(r)}serializeForScriptFunction(e){e.serializeU32AsUleb128(8),e.serialize(this)}static deserialize(e){return new i(e.deserializeU256())}};export{U as a,p as b,b as c,y as d,m as e,B as f,a as g};
2
+ //# sourceMappingURL=chunk-C6JRJNK3.mjs.map
@@ -0,0 +1,2 @@
1
+ import{b as t}from"./chunk-STY74NUA.mjs";var o=n=>typeof n=="string"?t.isValid(n).valid?n:new TextEncoder().encode(n):n;export{o as a};
2
+ //# sourceMappingURL=chunk-DPW6ELCQ.mjs.map
@@ -0,0 +1,2 @@
1
+ import{a as o,b as n,c as i,d as r,e as t}from"./chunk-4RXKALLC.mjs";import f from"@aptos-labs/aptos-client";var s=class{constructor(e){this.network=e?.network??"devnet",this.fullnode=e?.fullnode,this.faucet=e?.faucet,this.pepper=e?.pepper,this.prover=e?.prover,this.indexer=e?.indexer,this.client=e?.client??{provider:f},this.clientConfig=e?.clientConfig??{},this.fullnodeConfig=e?.fullnodeConfig??{},this.indexerConfig=e?.indexerConfig??{},this.faucetConfig=e?.faucetConfig??{}}getRequestUrl(e){switch(e){case"Fullnode":if(this.fullnode!==void 0)return this.fullnode;if(this.network==="custom")throw new Error("Please provide a custom full node url");return n[this.network];case"Faucet":if(this.faucet!==void 0)return this.faucet;if(this.network==="testnet")throw new Error("There is no way to programmatically mint testnet APT, you must use the minting site at https://aptos.dev/network/faucet");if(this.network==="mainnet")throw new Error("There is no mainnet faucet");if(this.network==="custom")throw new Error("Please provide a custom faucet url");return i[this.network];case"Indexer":if(this.indexer!==void 0)return this.indexer;if(this.network==="custom")throw new Error("Please provide a custom indexer url");return o[this.network];case"Pepper":if(this.pepper!==void 0)return this.pepper;if(this.network==="custom")throw new Error("Please provide a custom pepper service url");return r[this.network];case"Prover":if(this.prover!==void 0)return this.prover;if(this.network==="custom")throw new Error("Please provide a custom prover service url");return t[this.network];default:throw Error(`apiType ${e} is not supported`)}}isPepperServiceRequest(e){return r[this.network]===e}isProverServiceRequest(e){return t[this.network]===e}};export{s as a};
2
+ //# sourceMappingURL=chunk-F2ZTBAJJ.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/api/aptosConfig.ts"],"sourcesContent":["// Copyright © Aptos Foundation\n// SPDX-License-Identifier: Apache-2.0\n\nimport aptosClient from \"@aptos-labs/aptos-client\";\nimport { AptosSettings, ClientConfig, Client, FullNodeConfig, IndexerConfig, FaucetConfig } from \"../types\";\nimport {\n NetworkToNodeAPI,\n NetworkToFaucetAPI,\n NetworkToIndexerAPI,\n Network,\n NetworkToPepperAPI,\n NetworkToProverAPI,\n} from \"../utils/apiEndpoints\";\nimport { AptosApiType } from \"../utils/const\";\n\n/**\n * Represents the configuration settings for an Aptos SDK client instance.\n * This class allows customization of various endpoints and client settings.\n *\n * @example\n * ```typescript\n * import { Aptos, AptosConfig, Network } from \"@aptos-labs/ts-sdk\";\n *\n * async function runExample() {\n * // Create a configuration for connecting to the Aptos testnet\n * const config = new AptosConfig({ network: Network.TESTNET });\n *\n * // Initialize the Aptos client with the configuration\n * const aptos = new Aptos(config);\n *\n * console.log(\"Aptos client initialized:\", aptos);\n * }\n * runExample().catch(console.error);\n * ```\n * @group Client\n */\nexport class AptosConfig {\n /**\n * The Network that this SDK is associated with. Defaults to DEVNET\n * @group Client\n */\n readonly network: Network;\n\n /**\n * The client instance the SDK uses. Defaults to `@aptos-labs/aptos-client\n * @group Client\n */\n readonly client: Client;\n\n /**\n * The optional hardcoded fullnode URL to send requests to instead of using the network\n * @group Client\n */\n readonly fullnode?: string;\n\n /**\n * The optional hardcoded faucet URL to send requests to instead of using the network\n * @group Client\n */\n readonly faucet?: string;\n\n /**\n * The optional hardcoded pepper service URL to send requests to instead of using the network\n * @group Client\n */\n readonly pepper?: string;\n\n /**\n * The optional hardcoded prover service URL to send requests to instead of using the network\n * @group Client\n */\n readonly prover?: string;\n\n /**\n * The optional hardcoded indexer URL to send requests to instead of using the network\n * @group Client\n */\n readonly indexer?: string;\n\n /**\n * Optional client configurations\n * @group Client\n */\n readonly clientConfig?: ClientConfig;\n\n /**\n * Optional specific Fullnode configurations\n * @group Client\n */\n readonly fullnodeConfig?: FullNodeConfig;\n\n /**\n * Optional specific Indexer configurations\n * @group Client\n */\n readonly indexerConfig?: IndexerConfig;\n\n /**\n * Optional specific Faucet configurations\n * @group Client\n */\n readonly faucetConfig?: FaucetConfig;\n\n /**\n * Initializes an instance of the Aptos client with the specified settings.\n * This allows users to configure various aspects of the client, such as network and endpoints.\n *\n * @param settings - Optional configuration settings for the Aptos client.\n * @param settings.network - The network to connect to, defaults to `Network.DEVNET`.\n * @param settings.fullnode - The fullnode endpoint to use for requests.\n * @param settings.faucet - The faucet endpoint for obtaining test tokens.\n * @param settings.pepper - The pepper used for transaction signing.\n * @param settings.prover - The prover endpoint for transaction verification.\n * @param settings.indexer - The indexer endpoint for querying blockchain data.\n * @param settings.client - Custom client settings, defaults to a standard Aptos client.\n * @param settings.clientConfig - Additional configuration for the client.\n * @param settings.fullnodeConfig - Additional configuration for the fullnode.\n * @param settings.indexerConfig - Additional configuration for the indexer.\n * @param settings.faucetConfig - Additional configuration for the faucet.\n *\n * @example\n * ```typescript\n * import { Aptos, AptosConfig, Network } from \"@aptos-labs/ts-sdk\";\n *\n * async function runExample() {\n * // Create a new Aptos client with default settings\n * const config = new AptosConfig({ network: Network.TESTNET }); // Specify the network\n * const aptos = new Aptos(config);\n *\n * console.log(\"Aptos client initialized:\", aptos);\n * }\n * runExample().catch(console.error);\n * ```\n * @group Client\n */\n constructor(settings?: AptosSettings) {\n this.network = settings?.network ?? Network.DEVNET;\n this.fullnode = settings?.fullnode;\n this.faucet = settings?.faucet;\n this.pepper = settings?.pepper;\n this.prover = settings?.prover;\n this.indexer = settings?.indexer;\n this.client = settings?.client ?? { provider: aptosClient };\n this.clientConfig = settings?.clientConfig ?? {};\n this.fullnodeConfig = settings?.fullnodeConfig ?? {};\n this.indexerConfig = settings?.indexerConfig ?? {};\n this.faucetConfig = settings?.faucetConfig ?? {};\n }\n\n /**\n * Returns the URL endpoint to send the request to based on the specified API type.\n * If a custom URL was provided in the configuration, that URL is returned. Otherwise, the URL endpoint is derived from the network.\n *\n * @param apiType - The type of Aptos API to get the URL for. This can be one of the following: FULLNODE, FAUCET, INDEXER, PEPPER, PROVER.\n *\n * @example\n * ```typescript\n * import { Aptos, AptosConfig, Network, AptosApiType } from \"@aptos-labs/ts-sdk\";\n *\n * const config = new AptosConfig({ network: Network.TESTNET });\n * const aptos = new Aptos(config);\n *\n * async function runExample() {\n * // Getting the request URL for the FULLNODE API\n * const url = config.getRequestUrl(AptosApiType.FULLNODE);\n * console.log(\"Request URL for FULLNODE:\", url);\n * }\n * runExample().catch(console.error);\n * ```\n * @group Client\n */\n getRequestUrl(apiType: AptosApiType): string {\n switch (apiType) {\n case AptosApiType.FULLNODE:\n if (this.fullnode !== undefined) return this.fullnode;\n if (this.network === Network.CUSTOM) throw new Error(\"Please provide a custom full node url\");\n return NetworkToNodeAPI[this.network];\n case AptosApiType.FAUCET:\n if (this.faucet !== undefined) return this.faucet;\n if (this.network === Network.TESTNET) {\n throw new Error(\n \"There is no way to programmatically mint testnet APT, you must use the minting site at https://aptos.dev/network/faucet\",\n );\n }\n if (this.network === Network.MAINNET) {\n throw new Error(\"There is no mainnet faucet\");\n }\n if (this.network === Network.CUSTOM) throw new Error(\"Please provide a custom faucet url\");\n return NetworkToFaucetAPI[this.network];\n case AptosApiType.INDEXER:\n if (this.indexer !== undefined) return this.indexer;\n if (this.network === Network.CUSTOM) throw new Error(\"Please provide a custom indexer url\");\n return NetworkToIndexerAPI[this.network];\n case AptosApiType.PEPPER:\n if (this.pepper !== undefined) return this.pepper;\n if (this.network === Network.CUSTOM) throw new Error(\"Please provide a custom pepper service url\");\n return NetworkToPepperAPI[this.network];\n case AptosApiType.PROVER:\n if (this.prover !== undefined) return this.prover;\n if (this.network === Network.CUSTOM) throw new Error(\"Please provide a custom prover service url\");\n return NetworkToProverAPI[this.network];\n default:\n throw Error(`apiType ${apiType} is not supported`);\n }\n }\n\n /**\n * Checks if the provided URL is a known pepper service endpoint.\n *\n * @param url - The URL to check against the known pepper service endpoints.\n *\n * @example\n * ```typescript\n * import { Aptos, AptosConfig, Network } from \"@aptos-labs/ts-sdk\";\n *\n * const config = new AptosConfig({ network: Network.TESTNET });\n * const aptos = new Aptos(config);\n *\n * async function runExample() {\n * const url = \"https://example.pepper.service\"; // replace with a real pepper service URL\n *\n * // Check if the URL is a known pepper service endpoint\n * const isPepperService = config.isPepperServiceRequest(url);\n *\n * console.log(`Is the URL a known pepper service? ${isPepperService}`);\n * }\n * runExample().catch(console.error);\n * ```\n * @group Client\n */\n isPepperServiceRequest(url: string): boolean {\n return NetworkToPepperAPI[this.network] === url;\n }\n\n /**\n * Checks if the provided URL is a known prover service endpoint.\n *\n * @param url - The URL to check against known prover service endpoints.\n * @returns A boolean indicating whether the URL is a known prover service endpoint.\n *\n * @example\n * ```typescript\n * import { Aptos, AptosConfig, Network } from \"@aptos-labs/ts-sdk\";\n *\n * const config = new AptosConfig({ network: Network.TESTNET });\n * const aptos = new Aptos(config);\n *\n * // Check if the URL is a known prover service endpoint\n * const url = \"https://prover.testnet.aptos.dev\"; // replace with a real URL if needed\n * const isProver = config.isProverServiceRequest(url);\n *\n * console.log(`Is the URL a known prover service? ${isProver}`);\n * ```\n * @group Client\n */\n isProverServiceRequest(url: string): boolean {\n return NetworkToProverAPI[this.network] === url;\n }\n}\n"],"mappings":"qEAGA,OAAOA,MAAiB,2BAiCjB,IAAMC,EAAN,KAAkB,CAmGvB,YAAYC,EAA0B,CACpC,KAAK,QAAUA,GAAU,SAAW,SACpC,KAAK,SAAWA,GAAU,SAC1B,KAAK,OAASA,GAAU,OACxB,KAAK,OAASA,GAAU,OACxB,KAAK,OAASA,GAAU,OACxB,KAAK,QAAUA,GAAU,QACzB,KAAK,OAASA,GAAU,QAAU,CAAE,SAAUC,CAAY,EAC1D,KAAK,aAAeD,GAAU,cAAgB,CAAC,EAC/C,KAAK,eAAiBA,GAAU,gBAAkB,CAAC,EACnD,KAAK,cAAgBA,GAAU,eAAiB,CAAC,EACjD,KAAK,aAAeA,GAAU,cAAgB,CAAC,CACjD,CAwBA,cAAcE,EAA+B,CAC3C,OAAQA,EAAS,CACf,eACE,GAAI,KAAK,WAAa,OAAW,OAAO,KAAK,SAC7C,GAAI,KAAK,UAAY,SAAgB,MAAM,IAAI,MAAM,uCAAuC,EAC5F,OAAOC,EAAiB,KAAK,OAAO,EACtC,aACE,GAAI,KAAK,SAAW,OAAW,OAAO,KAAK,OAC3C,GAAI,KAAK,UAAY,UACnB,MAAM,IAAI,MACR,yHACF,EAEF,GAAI,KAAK,UAAY,UACnB,MAAM,IAAI,MAAM,4BAA4B,EAE9C,GAAI,KAAK,UAAY,SAAgB,MAAM,IAAI,MAAM,oCAAoC,EACzF,OAAOC,EAAmB,KAAK,OAAO,EACxC,cACE,GAAI,KAAK,UAAY,OAAW,OAAO,KAAK,QAC5C,GAAI,KAAK,UAAY,SAAgB,MAAM,IAAI,MAAM,qCAAqC,EAC1F,OAAOC,EAAoB,KAAK,OAAO,EACzC,aACE,GAAI,KAAK,SAAW,OAAW,OAAO,KAAK,OAC3C,GAAI,KAAK,UAAY,SAAgB,MAAM,IAAI,MAAM,4CAA4C,EACjG,OAAOC,EAAmB,KAAK,OAAO,EACxC,aACE,GAAI,KAAK,SAAW,OAAW,OAAO,KAAK,OAC3C,GAAI,KAAK,UAAY,SAAgB,MAAM,IAAI,MAAM,4CAA4C,EACjG,OAAOC,EAAmB,KAAK,OAAO,EACxC,QACE,MAAM,MAAM,WAAWL,CAAO,mBAAmB,CACrD,CACF,CA0BA,uBAAuBM,EAAsB,CAC3C,OAAOF,EAAmB,KAAK,OAAO,IAAME,CAC9C,CAuBA,uBAAuBA,EAAsB,CAC3C,OAAOD,EAAmB,KAAK,OAAO,IAAMC,CAC9C,CACF","names":["aptosClient","AptosConfig","settings","aptosClient","apiType","NetworkToNodeAPI","NetworkToFaucetAPI","NetworkToIndexerAPI","NetworkToPepperAPI","NetworkToProverAPI","url"]}
@@ -1,2 +1,2 @@
1
- import{b as o}from"./chunk-7WPEGMD6.mjs";import{a as s}from"./chunk-BRGQM252.mjs";import{a as t}from"./chunk-L5C44K6H.mjs";import{b as i}from"./chunk-VHY6ZATX.mjs";var n=class e extends s{constructor(r){super(),this.value=i.fromHexInput(r)}serialize(r){r.serializeBytes(this.value.toUint8Array())}static deserialize(r){return new e(r.deserializeBytes())}},a=class extends o{constructor(r){super(),this.accountAddress=r}authKey(){return new t({data:this.accountAddress.toUint8Array()})}verifySignature(r){throw new Error("This function is not implemented for AbstractPublicKey.")}async verifySignatureAsync(r){throw new Error("This function is not implemented for AbstractPublicKey.")}serialize(r){throw new Error("This function is not implemented for AbstractPublicKey.")}};export{n as a,a as b};
2
- //# sourceMappingURL=chunk-DFRHNDOS.mjs.map
1
+ import{b as o}from"./chunk-BYINW7I2.mjs";import{a as s}from"./chunk-Z6KQX6VX.mjs";import{a as t}from"./chunk-6PKBXYG3.mjs";import{b as i}from"./chunk-STY74NUA.mjs";var n=class e extends s{constructor(r){super(),this.value=i.fromHexInput(r).toUint8Array()}serialize(r){r.serializeBytes(this.value)}static deserialize(r){return new e(r.deserializeBytes())}},a=class extends o{constructor(r){super(),this.accountAddress=r}authKey(){return new t({data:this.accountAddress.toUint8Array()})}verifySignature(r){throw new Error("This function is not implemented for AbstractPublicKey.")}async verifySignatureAsync(r){throw new Error("This function is not implemented for AbstractPublicKey.")}serialize(r){throw new Error("This function is not implemented for AbstractPublicKey.")}};export{n as a,a as b};
2
+ //# sourceMappingURL=chunk-FBCXUC7J.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/core/crypto/abstraction.ts"],"sourcesContent":["import { Deserializer, Serializer } from \"../../bcs\";\nimport { HexInput } from \"../../types\";\nimport { AccountAddress } from \"../accountAddress\";\nimport { AuthenticationKey } from \"../authenticationKey\";\nimport { Hex } from \"../hex\";\nimport { AccountPublicKey, VerifySignatureArgs, VerifySignatureAsyncArgs } from \"./publicKey\";\nimport { Signature } from \"./signature\";\n\nexport class AbstractSignature extends Signature {\n readonly value: Uint8Array;\n\n constructor(value: HexInput) {\n super();\n this.value = Hex.fromHexInput(value).toUint8Array();\n }\n\n serialize(serializer: Serializer): void {\n serializer.serializeBytes(this.value);\n }\n\n static deserialize(deserializer: Deserializer): AbstractSignature {\n return new AbstractSignature(deserializer.deserializeBytes());\n }\n}\n\nexport class AbstractPublicKey extends AccountPublicKey {\n readonly accountAddress: AccountAddress;\n\n constructor(accountAddress: AccountAddress) {\n super();\n this.accountAddress = accountAddress;\n }\n\n authKey(): AuthenticationKey {\n return new AuthenticationKey({ data: this.accountAddress.toUint8Array() });\n }\n\n // eslint-disable-next-line class-methods-use-this, @typescript-eslint/no-unused-vars\n verifySignature(args: VerifySignatureArgs): boolean {\n throw new Error(\"This function is not implemented for AbstractPublicKey.\");\n }\n\n // eslint-disable-next-line class-methods-use-this, @typescript-eslint/no-unused-vars\n async verifySignatureAsync(args: VerifySignatureAsyncArgs): Promise<boolean> {\n throw new Error(\"This function is not implemented for AbstractPublicKey.\");\n }\n\n // eslint-disable-next-line class-methods-use-this, @typescript-eslint/no-unused-vars\n serialize(serializer: Serializer): void {\n throw new Error(\"This function is not implemented for AbstractPublicKey.\");\n }\n}\n"],"mappings":"oKAQO,IAAMA,EAAN,MAAMC,UAA0BC,CAAU,CAG/C,YAAYC,EAAiB,CAC3B,MAAM,EACN,KAAK,MAAQC,EAAI,aAAaD,CAAK,EAAE,aAAa,CACpD,CAEA,UAAUE,EAA8B,CACtCA,EAAW,eAAe,KAAK,KAAK,CACtC,CAEA,OAAO,YAAYC,EAA+C,CAChE,OAAO,IAAIL,EAAkBK,EAAa,iBAAiB,CAAC,CAC9D,CACF,EAEaC,EAAN,cAAgCC,CAAiB,CAGtD,YAAYC,EAAgC,CAC1C,MAAM,EACN,KAAK,eAAiBA,CACxB,CAEA,SAA6B,CAC3B,OAAO,IAAIC,EAAkB,CAAE,KAAM,KAAK,eAAe,aAAa,CAAE,CAAC,CAC3E,CAGA,gBAAgBC,EAAoC,CAClD,MAAM,IAAI,MAAM,yDAAyD,CAC3E,CAGA,MAAM,qBAAqBA,EAAkD,CAC3E,MAAM,IAAI,MAAM,yDAAyD,CAC3E,CAGA,UAAUN,EAA8B,CACtC,MAAM,IAAI,MAAM,yDAAyD,CAC3E,CACF","names":["AbstractSignature","_AbstractSignature","Signature","value","Hex","serializer","deserializer","AbstractPublicKey","AccountPublicKey","accountAddress","AuthenticationKey","args"]}
@@ -0,0 +1,2 @@
1
+ import{b as u}from"./chunk-25O4L7YR.mjs";async function i(e){let{aptosConfig:t,overrides:s,params:r,contentType:n,acceptType:a,path:p,originMethod:o,type:R}=e,d=t.getRequestUrl(R);return u({url:d,method:"GET",originMethod:o,path:p,contentType:n,acceptType:a,params:r,overrides:{...t.clientConfig,...s}},t,e.type)}async function y(e){let{aptosConfig:t}=e;return i({...e,type:"Fullnode",overrides:{...t.clientConfig,...t.fullnodeConfig,...e.overrides,HEADERS:{...t.clientConfig?.HEADERS,...t.fullnodeConfig?.HEADERS}}})}async function l(e){return i({...e,type:"Pepper"})}async function q(e){let t=new Array(0),s,r=e.params;do{let n=await i({type:"Fullnode",aptosConfig:e.aptosConfig,originMethod:e.originMethod,path:e.path,params:r,overrides:e.overrides});s=n.headers["x-aptos-cursor"],delete n.headers,t.push(...n.data),r.start=s}while(s!=null);return t}async function A(e){let t=new Array(0),s,r=e.params,n=r.limit;do{let{response:a,cursor:p}=await m({...e});if(s=p,t.push(...a.data),e?.params&&(e.params.start=s),n!==void 0){let o=n-t.length;if(o<=0)break;r.limit=o}}while(s!=null);return t}async function m(e){let t,s={};typeof e.params?.cursor=="string"&&(s.start=e.params.cursor),typeof e.params?.limit=="number"&&(s.limit=e.params.limit);let r=await i({type:"Fullnode",aptosConfig:e.aptosConfig,originMethod:e.originMethod,path:e.path,params:s,overrides:e.overrides});return t=r.headers["x-aptos-cursor"],{response:r,cursor:t}}export{i as a,y as b,l as c,q as d,A as e,m as f};
2
+ //# sourceMappingURL=chunk-GJ7STZEW.mjs.map