@aptos-labs/ts-sdk 2.0.1 → 3.0.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 (619) hide show
  1. package/dist/common/account-CEmLe1wW.d.ts +7363 -0
  2. package/dist/common/chunk-5JIJXVJ5.js +4 -0
  3. package/dist/common/chunk-5JIJXVJ5.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 +5756 -9761
  8. package/dist/common/index.js +34 -32
  9. package/dist/common/index.js.map +1 -1
  10. package/dist/esm/{Ed25519Account-D9XrCLfE.d.mts → Ed25519Account-Ccxj1zdx.d.mts} +1 -9
  11. package/dist/esm/account/AbstractKeylessAccount.d.mts +4 -31
  12. package/dist/esm/account/AbstractKeylessAccount.mjs +1 -1
  13. package/dist/esm/account/AbstractedAccount.d.mts +5 -32
  14. package/dist/esm/account/AbstractedAccount.mjs +1 -1
  15. package/dist/esm/account/Account.d.mts +3 -30
  16. package/dist/esm/account/Account.mjs +1 -1
  17. package/dist/esm/account/AccountUtils.d.mts +4 -31
  18. package/dist/esm/account/AccountUtils.mjs +1 -1
  19. package/dist/esm/account/DerivableAbstractedAccount.d.mts +5 -32
  20. package/dist/esm/account/DerivableAbstractedAccount.mjs +1 -1
  21. package/dist/esm/account/Ed25519Account.d.mts +3 -30
  22. package/dist/esm/account/Ed25519Account.mjs +1 -1
  23. package/dist/esm/account/EphemeralKeyPair.d.mts +2 -11
  24. package/dist/esm/account/EphemeralKeyPair.mjs +1 -1
  25. package/dist/esm/account/FederatedKeylessAccount.d.mts +4 -31
  26. package/dist/esm/account/FederatedKeylessAccount.mjs +1 -1
  27. package/dist/esm/account/KeylessAccount.d.mts +4 -31
  28. package/dist/esm/account/KeylessAccount.mjs +1 -1
  29. package/dist/esm/account/MultiEd25519Account.d.mts +3 -30
  30. package/dist/esm/account/MultiEd25519Account.mjs +1 -1
  31. package/dist/esm/account/MultiKeyAccount.d.mts +5 -32
  32. package/dist/esm/account/MultiKeyAccount.mjs +1 -1
  33. package/dist/esm/account/SingleKeyAccount.d.mts +3 -30
  34. package/dist/esm/account/SingleKeyAccount.mjs +1 -1
  35. package/dist/esm/account/index.d.mts +4 -31
  36. package/dist/esm/account/index.mjs +1 -1
  37. package/dist/esm/account/utils.d.mts +2 -6
  38. package/dist/esm/account/utils.mjs +1 -1
  39. package/dist/esm/account-9G6tix5T.d.mts +6591 -0
  40. package/dist/esm/api/account/abstraction.d.mts +2 -29
  41. package/dist/esm/api/account/abstraction.mjs +1 -1
  42. package/dist/esm/api/account.d.mts +3 -30
  43. package/dist/esm/api/account.mjs +1 -1
  44. package/dist/esm/api/ans.d.mts +3 -30
  45. package/dist/esm/api/ans.mjs +1 -1
  46. package/dist/esm/api/aptos.d.mts +7 -33
  47. package/dist/esm/api/aptos.mjs +1 -1
  48. package/dist/esm/api/aptosConfig.d.mts +4 -187
  49. package/dist/esm/api/aptosConfig.mjs +1 -1
  50. package/dist/esm/api/coin.d.mts +2 -29
  51. package/dist/esm/api/coin.mjs +1 -1
  52. package/dist/esm/api/digitalAsset.d.mts +3 -30
  53. package/dist/esm/api/digitalAsset.mjs +1 -1
  54. package/dist/esm/api/event.d.mts +2 -8
  55. package/dist/esm/api/event.mjs +1 -1
  56. package/dist/esm/api/faucet.d.mts +2 -8
  57. package/dist/esm/api/faucet.mjs +1 -1
  58. package/dist/esm/api/fungibleAsset.d.mts +2 -29
  59. package/dist/esm/api/fungibleAsset.mjs +1 -1
  60. package/dist/esm/api/general.d.mts +2 -29
  61. package/dist/esm/api/general.mjs +1 -1
  62. package/dist/esm/api/index.d.mts +5 -32
  63. package/dist/esm/api/index.mjs +1 -1
  64. package/dist/esm/api/keyless.d.mts +4 -31
  65. package/dist/esm/api/keyless.mjs +1 -1
  66. package/dist/esm/api/object.d.mts +2 -8
  67. package/dist/esm/api/object.mjs +1 -1
  68. package/dist/esm/api/staking.d.mts +2 -8
  69. package/dist/esm/api/staking.mjs +1 -1
  70. package/dist/esm/api/table.d.mts +2 -2
  71. package/dist/esm/api/table.mjs +1 -1
  72. package/dist/esm/api/transaction.d.mts +6 -33
  73. package/dist/esm/api/transaction.mjs +1 -1
  74. package/dist/esm/api/transactionSubmission/build.d.mts +2 -29
  75. package/dist/esm/api/transactionSubmission/build.mjs +1 -1
  76. package/dist/esm/api/transactionSubmission/management.d.mts +2 -29
  77. package/dist/esm/api/transactionSubmission/management.mjs +1 -1
  78. package/dist/esm/api/transactionSubmission/sign.d.mts +3 -30
  79. package/dist/esm/api/transactionSubmission/sign.mjs +1 -1
  80. package/dist/esm/api/transactionSubmission/simulate.d.mts +2 -29
  81. package/dist/esm/api/transactionSubmission/simulate.mjs +1 -1
  82. package/dist/esm/api/transactionSubmission/submit.d.mts +4 -31
  83. package/dist/esm/api/transactionSubmission/submit.mjs +1 -1
  84. package/dist/esm/api/utils.d.mts +2 -2
  85. package/dist/esm/api/utils.mjs +1 -1
  86. package/dist/esm/bcs/consts.d.mts +3 -1
  87. package/dist/esm/bcs/deserializer.d.mts +3 -304
  88. package/dist/esm/bcs/index.d.mts +2 -8
  89. package/dist/esm/bcs/index.mjs +1 -1
  90. package/dist/esm/bcs/serializable/entryFunctionBytes.d.mts +3 -7
  91. package/dist/esm/bcs/serializable/fixedBytes.d.mts +3 -90
  92. package/dist/esm/bcs/serializable/movePrimitives.d.mts +2 -167
  93. package/dist/esm/bcs/serializable/movePrimitives.mjs +1 -1
  94. package/dist/esm/bcs/serializable/moveStructs.d.mts +2 -430
  95. package/dist/esm/bcs/serializable/moveStructs.mjs +1 -1
  96. package/dist/esm/bcs/serializer.d.mts +3 -325
  97. package/dist/esm/{chunk-V74WPKSY.mjs → chunk-2XQKGWHQ.mjs} +2 -2
  98. package/dist/esm/chunk-4H2RMR7D.mjs +2 -0
  99. package/dist/esm/chunk-4H2RMR7D.mjs.map +1 -0
  100. package/dist/esm/{chunk-UOP7GBXB.mjs → chunk-5ZRPV4YI.mjs} +2 -2
  101. package/dist/esm/{chunk-V2QSMVJ5.mjs → chunk-7T62PEFI.mjs} +2 -2
  102. package/dist/esm/{chunk-U7HD6PQV.mjs → chunk-FSP4QM2T.mjs} +2 -2
  103. package/dist/esm/chunk-GMDBBVDH.mjs +6 -0
  104. package/dist/esm/chunk-GMDBBVDH.mjs.map +1 -0
  105. package/dist/esm/chunk-HMUIOIBG.mjs +2 -0
  106. package/dist/esm/{chunk-VEGW6HP5.mjs.map → chunk-HMUIOIBG.mjs.map} +1 -1
  107. package/dist/esm/{chunk-GBNAG7KK.mjs → chunk-IDHVW7HS.mjs} +2 -2
  108. package/dist/esm/{chunk-57J5YBMT.mjs → chunk-PFXXFUBL.mjs} +2 -2
  109. package/dist/esm/{chunk-KRBZ54CY.mjs → chunk-R7NQJWDG.mjs} +2 -2
  110. package/dist/esm/{chunk-AMAPBD4D.mjs → chunk-SAMHWS73.mjs} +2 -2
  111. package/dist/esm/chunk-UIVX6WSC.mjs +2 -0
  112. package/dist/esm/chunk-UIVX6WSC.mjs.map +1 -0
  113. package/dist/esm/{chunk-HETYL3WN.mjs → chunk-WOTQ7227.mjs} +2 -2
  114. package/dist/esm/{chunk-CZYH3G7E.mjs → chunk-YHGGNYYL.mjs} +2 -2
  115. package/dist/esm/cli/index.d.mts +3 -7
  116. package/dist/esm/cli/index.mjs +1 -1
  117. package/dist/esm/cli/localNode.mjs +1 -1
  118. package/dist/esm/cli/move.d.mts +3 -7
  119. package/dist/esm/client/core.d.mts +3 -3
  120. package/dist/esm/client/core.mjs +1 -1
  121. package/dist/esm/client/get.d.mts +3 -3
  122. package/dist/esm/client/get.mjs +1 -1
  123. package/dist/esm/client/index.d.mts +2 -2
  124. package/dist/esm/client/index.mjs +1 -1
  125. package/dist/esm/client/post.d.mts +3 -3
  126. package/dist/esm/client/post.mjs +1 -1
  127. package/dist/esm/core/account/index.d.mts +3 -7
  128. package/dist/esm/core/account/index.mjs +1 -1
  129. package/dist/esm/core/account/utils/address.d.mts +3 -7
  130. package/dist/esm/core/account/utils/address.mjs +1 -1
  131. package/dist/esm/core/account/utils/index.d.mts +3 -7
  132. package/dist/esm/core/account/utils/index.mjs +1 -1
  133. package/dist/esm/core/accountAddress.d.mts +3 -329
  134. package/dist/esm/core/accountAddress.mjs +1 -1
  135. package/dist/esm/core/authenticationKey.d.mts +2 -10
  136. package/dist/esm/core/authenticationKey.mjs +1 -1
  137. package/dist/esm/core/crypto/abstraction.d.mts +2 -10
  138. package/dist/esm/core/crypto/abstraction.mjs +1 -1
  139. package/dist/esm/core/crypto/deserializationUtils.d.mts +2 -10
  140. package/dist/esm/core/crypto/deserializationUtils.mjs +1 -1
  141. package/dist/esm/core/crypto/ed25519.d.mts +2 -301
  142. package/dist/esm/core/crypto/ed25519.mjs +1 -1
  143. package/dist/esm/core/crypto/ephemeral.d.mts +2 -10
  144. package/dist/esm/core/crypto/ephemeral.mjs +1 -1
  145. package/dist/esm/core/crypto/federatedKeyless.d.mts +4 -12
  146. package/dist/esm/core/crypto/federatedKeyless.mjs +1 -1
  147. package/dist/esm/core/crypto/index.d.mts +3 -17
  148. package/dist/esm/core/crypto/index.mjs +1 -1
  149. package/dist/esm/core/crypto/keyless.d.mts +3 -11
  150. package/dist/esm/core/crypto/keyless.mjs +1 -1
  151. package/dist/esm/core/crypto/multiEd25519.d.mts +2 -228
  152. package/dist/esm/core/crypto/multiEd25519.mjs +1 -1
  153. package/dist/esm/core/crypto/multiKey.d.mts +2 -254
  154. package/dist/esm/core/crypto/multiKey.mjs +1 -1
  155. package/dist/esm/core/crypto/privateKey.d.mts +2 -71
  156. package/dist/esm/core/crypto/privateKey.mjs +1 -1
  157. package/dist/esm/core/crypto/proof.d.mts +3 -4
  158. package/dist/esm/core/crypto/proof.mjs +1 -1
  159. package/dist/esm/core/crypto/publicKey.d.mts +2 -10
  160. package/dist/esm/core/crypto/publicKey.mjs +1 -1
  161. package/dist/esm/core/crypto/secp256k1.d.mts +2 -274
  162. package/dist/esm/core/crypto/secp256k1.mjs +1 -1
  163. package/dist/esm/core/crypto/signature.d.mts +3 -31
  164. package/dist/esm/core/crypto/signature.mjs +1 -1
  165. package/dist/esm/core/crypto/singleKey.d.mts +2 -182
  166. package/dist/esm/core/crypto/singleKey.mjs +1 -1
  167. package/dist/esm/core/crypto/utils.d.mts +3 -1
  168. package/dist/esm/core/hex.d.mts +3 -156
  169. package/dist/esm/core/index.d.mts +2 -16
  170. package/dist/esm/core/index.mjs +1 -1
  171. package/dist/esm/errors/index.d.mts +2 -1
  172. package/dist/esm/errors/index.mjs +1 -1
  173. package/dist/esm/{federatedKeyless-DAYXjY2Y.d.mts → federatedKeyless-CVKW5pnz.d.mts} +1 -7
  174. package/dist/esm/index.d.mts +4 -31
  175. package/dist/esm/index.mjs +1 -1
  176. package/dist/esm/internal/abstraction.d.mts +2 -29
  177. package/dist/esm/internal/abstraction.mjs +1 -1
  178. package/dist/esm/internal/account.d.mts +3 -30
  179. package/dist/esm/internal/account.mjs +1 -1
  180. package/dist/esm/internal/ans.d.mts +3 -30
  181. package/dist/esm/internal/ans.mjs +1 -1
  182. package/dist/esm/internal/coin.d.mts +3 -30
  183. package/dist/esm/internal/coin.mjs +1 -1
  184. package/dist/esm/internal/digitalAsset.d.mts +3 -30
  185. package/dist/esm/internal/digitalAsset.mjs +1 -1
  186. package/dist/esm/internal/event.d.mts +2 -8
  187. package/dist/esm/internal/event.mjs +1 -1
  188. package/dist/esm/internal/faucet.d.mts +3 -9
  189. package/dist/esm/internal/faucet.mjs +1 -1
  190. package/dist/esm/internal/fungibleAsset.d.mts +3 -30
  191. package/dist/esm/internal/fungibleAsset.mjs +1 -1
  192. package/dist/esm/internal/general.d.mts +2 -2
  193. package/dist/esm/internal/general.mjs +1 -1
  194. package/dist/esm/internal/keyless.d.mts +5 -32
  195. package/dist/esm/internal/keyless.mjs +1 -1
  196. package/dist/esm/internal/object.d.mts +2 -8
  197. package/dist/esm/internal/object.mjs +1 -1
  198. package/dist/esm/internal/staking.d.mts +2 -8
  199. package/dist/esm/internal/staking.mjs +1 -1
  200. package/dist/esm/internal/table.d.mts +2 -2
  201. package/dist/esm/internal/table.mjs +1 -1
  202. package/dist/esm/internal/transaction.d.mts +3 -3
  203. package/dist/esm/internal/transaction.mjs +1 -1
  204. package/dist/esm/internal/transactionSubmission.d.mts +6 -33
  205. package/dist/esm/internal/transactionSubmission.mjs +1 -1
  206. package/dist/esm/internal/utils/index.d.mts +2 -8
  207. package/dist/esm/internal/utils/index.mjs +1 -1
  208. package/dist/esm/internal/utils/utils.d.mts +2 -8
  209. package/dist/esm/internal/utils/utils.mjs +1 -1
  210. package/dist/esm/internal/view.d.mts +1 -28
  211. package/dist/esm/internal/view.mjs +1 -1
  212. package/dist/esm/transactions/authenticator/account.d.mts +2 -179
  213. package/dist/esm/transactions/authenticator/account.mjs +1 -1
  214. package/dist/esm/transactions/authenticator/index.d.mts +2 -17
  215. package/dist/esm/transactions/authenticator/index.mjs +1 -1
  216. package/dist/esm/transactions/authenticator/transaction.d.mts +2 -17
  217. package/dist/esm/transactions/authenticator/transaction.mjs +1 -1
  218. package/dist/esm/transactions/index.d.mts +3 -30
  219. package/dist/esm/transactions/index.mjs +1 -1
  220. package/dist/esm/transactions/instances/chainId.d.mts +3 -44
  221. package/dist/esm/transactions/instances/identifier.d.mts +2 -44
  222. package/dist/esm/transactions/instances/index.d.mts +2 -27
  223. package/dist/esm/transactions/instances/index.mjs +1 -1
  224. package/dist/esm/transactions/instances/moduleId.d.mts +3 -57
  225. package/dist/esm/transactions/instances/moduleId.mjs +1 -1
  226. package/dist/esm/transactions/instances/multiAgentTransaction.d.mts +2 -60
  227. package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -1
  228. package/dist/esm/transactions/instances/rawTransaction.d.mts +2 -150
  229. package/dist/esm/transactions/instances/rawTransaction.mjs +1 -1
  230. package/dist/esm/transactions/instances/rotationProofChallenge.d.mts +2 -12
  231. package/dist/esm/transactions/instances/rotationProofChallenge.mjs +1 -1
  232. package/dist/esm/transactions/instances/signedTransaction.d.mts +2 -23
  233. package/dist/esm/transactions/instances/signedTransaction.mjs +1 -1
  234. package/dist/esm/transactions/instances/simpleTransaction.d.mts +2 -59
  235. package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -1
  236. package/dist/esm/transactions/instances/transactionArgument.d.mts +2 -74
  237. package/dist/esm/transactions/instances/transactionPayload.d.mts +2 -300
  238. package/dist/esm/transactions/instances/transactionPayload.mjs +1 -1
  239. package/dist/esm/transactions/management/accountSequenceNumber.d.mts +2 -29
  240. package/dist/esm/transactions/management/accountSequenceNumber.mjs +1 -1
  241. package/dist/esm/transactions/management/index.d.mts +2 -29
  242. package/dist/esm/transactions/management/index.mjs +1 -1
  243. package/dist/esm/transactions/management/transactionWorker.d.mts +2 -29
  244. package/dist/esm/transactions/management/transactionWorker.mjs +1 -1
  245. package/dist/esm/transactions/transactionBuilder/helpers.d.mts +3 -30
  246. package/dist/esm/transactions/transactionBuilder/helpers.mjs +1 -1
  247. package/dist/esm/transactions/transactionBuilder/index.d.mts +2 -29
  248. package/dist/esm/transactions/transactionBuilder/index.mjs +1 -1
  249. package/dist/esm/transactions/transactionBuilder/remoteAbi.d.mts +2 -29
  250. package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +1 -1
  251. package/dist/esm/transactions/transactionBuilder/signingMessage.d.mts +1 -28
  252. package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +1 -1
  253. package/dist/esm/transactions/transactionBuilder/transactionBuilder.d.mts +3 -29
  254. package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -1
  255. package/dist/esm/transactions/typeTag/index.d.mts +2 -462
  256. package/dist/esm/transactions/typeTag/index.mjs +1 -1
  257. package/dist/esm/transactions/typeTag/parser.d.mts +2 -8
  258. package/dist/esm/transactions/typeTag/parser.mjs +1 -1
  259. package/dist/esm/transactions/types.d.mts +3 -399
  260. package/dist/esm/types/index.d.mts +3 -1
  261. package/dist/esm/types/index.mjs +1 -1
  262. package/dist/esm/types/types.d.mts +5 -1298
  263. package/dist/esm/types/types.mjs +1 -1
  264. package/dist/esm/utils/helpers.d.mts +2 -6
  265. package/dist/esm/utils/helpers.mjs +1 -1
  266. package/dist/esm/utils/index.d.mts +1 -6
  267. package/dist/esm/utils/index.mjs +1 -1
  268. package/dist/esm/utils/normalizeBundle.d.mts +2 -4
  269. package/dist/esm/utils/normalizeBundle.mjs +1 -1
  270. package/dist/esm/version.d.mts +1 -1
  271. package/dist/esm/version.mjs +1 -1
  272. package/package.json +18 -19
  273. package/src/api/aptos.ts +6 -2
  274. package/src/api/aptosConfig.ts +73 -2
  275. package/src/api/transaction.ts +9 -6
  276. package/src/api/transactionSubmission/build.ts +5 -1
  277. package/src/api/transactionSubmission/submit.ts +16 -12
  278. package/src/core/crypto/multiKey.ts +14 -1
  279. package/src/internal/transactionSubmission.ts +20 -10
  280. package/src/transactions/instances/transactionPayload.ts +165 -2
  281. package/src/transactions/management/transactionWorker.ts +1 -1
  282. package/src/transactions/transactionBuilder/transactionBuilder.ts +64 -5
  283. package/src/transactions/types.ts +61 -10
  284. package/src/types/types.ts +111 -0
  285. package/src/version.ts +1 -1
  286. package/dist/common/accountAddress-AL8HRxQC.d.ts +0 -3148
  287. package/dist/common/chunk-ZMDE3DNL.js +0 -4
  288. package/dist/common/chunk-ZMDE3DNL.js.map +0 -1
  289. package/dist/esm/chunk-BK56GLTP.mjs +0 -4
  290. package/dist/esm/chunk-BK56GLTP.mjs.map +0 -1
  291. package/dist/esm/chunk-ODAAZLPK.mjs +0 -2
  292. package/dist/esm/chunk-ODAAZLPK.mjs.map +0 -1
  293. package/dist/esm/chunk-VEGW6HP5.mjs +0 -2
  294. package/dist/esm/chunk-XTMUMN74.mjs +0 -2
  295. package/dist/esm/chunk-XTMUMN74.mjs.map +0 -1
  296. package/dist/esm/publicKey-CJOcUwJK.d.mts +0 -213
  297. package/src/internal/move/jwks/build/jwk/BuildInfo.yaml +0 -56
  298. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/account.mv +0 -0
  299. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator.mv +0 -0
  300. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_factory.mv +0 -0
  301. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_v2.mv +0 -0
  302. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_account.mv +0 -0
  303. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_coin.mv +0 -0
  304. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_governance.mv +0 -0
  305. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/block.mv +0 -0
  306. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_id.mv +0 -0
  307. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_status.mv +0 -0
  308. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/code.mv +0 -0
  309. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/coin.mv +0 -0
  310. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/config_buffer.mv +0 -0
  311. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/consensus_config.mv +0 -0
  312. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/create_signer.mv +0 -0
  313. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/delegation_pool.mv +0 -0
  314. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dispatchable_fungible_asset.mv +0 -0
  315. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dkg.mv +0 -0
  316. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/event.mv +0 -0
  317. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/execution_config.mv +0 -0
  318. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/function_info.mv +0 -0
  319. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/fungible_asset.mv +0 -0
  320. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/gas_schedule.mv +0 -0
  321. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/genesis.mv +0 -0
  322. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/governance_proposal.mv +0 -0
  323. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/guid.mv +0 -0
  324. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwk_consensus_config.mv +0 -0
  325. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwks.mv +0 -0
  326. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/keyless_account.mv +0 -0
  327. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/managed_coin.mv +0 -0
  328. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/multisig_account.mv +0 -0
  329. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object.mv +0 -0
  330. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object_code_deployment.mv +0 -0
  331. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/optional_aggregator.mv +0 -0
  332. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/primary_fungible_store.mv +0 -0
  333. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness.mv +0 -0
  334. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_api_v0_config.mv +0 -0
  335. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config.mv +0 -0
  336. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config_seqnum.mv +0 -0
  337. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration.mv +0 -0
  338. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_state.mv +0 -0
  339. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_with_dkg.mv +0 -0
  340. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/resource_account.mv +0 -0
  341. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/stake.mv +0 -0
  342. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_config.mv +0 -0
  343. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_contract.mv +0 -0
  344. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_proxy.mv +0 -0
  345. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/state_storage.mv +0 -0
  346. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/storage_gas.mv +0 -0
  347. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/system_addresses.mv +0 -0
  348. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/timestamp.mv +0 -0
  349. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_context.mv +0 -0
  350. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_fee.mv +0 -0
  351. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_validation.mv +0 -0
  352. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/util.mv +0 -0
  353. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/validator_consensus_info.mv +0 -0
  354. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/version.mv +0 -0
  355. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/vesting.mv +0 -0
  356. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/voting.mv +0 -0
  357. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/any.mv +0 -0
  358. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/aptos_hash.mv +0 -0
  359. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/big_vector.mv +0 -0
  360. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381.mv +0 -0
  361. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381_algebra.mv +0 -0
  362. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bn254_algebra.mv +0 -0
  363. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/capability.mv +0 -0
  364. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/comparator.mv +0 -0
  365. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/copyable_any.mv +0 -0
  366. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/crypto_algebra.mv +0 -0
  367. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/debug.mv +0 -0
  368. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ed25519.mv +0 -0
  369. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/fixed_point64.mv +0 -0
  370. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/from_bcs.mv +0 -0
  371. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math128.mv +0 -0
  372. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math64.mv +0 -0
  373. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed.mv +0 -0
  374. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed64.mv +0 -0
  375. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/multi_ed25519.mv +0 -0
  376. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64.mv +0 -0
  377. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64_unbound.mv +0 -0
  378. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255.mv +0 -0
  379. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_bulletproofs.mv +0 -0
  380. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_elgamal.mv +0 -0
  381. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_pedersen.mv +0 -0
  382. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/secp256k1.mv +0 -0
  383. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/simple_map.mv +0 -0
  384. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_table.mv +0 -0
  385. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_vector.mv +0 -0
  386. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/string_utils.mv +0 -0
  387. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table.mv +0 -0
  388. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table_with_length.mv +0 -0
  389. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/type_info.mv +0 -0
  390. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/acl.mv +0 -0
  391. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bcs.mv +0 -0
  392. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bit_vector.mv +0 -0
  393. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/error.mv +0 -0
  394. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/features.mv +0 -0
  395. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/fixed_point32.mv +0 -0
  396. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/hash.mv +0 -0
  397. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/option.mv +0 -0
  398. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/signer.mv +0 -0
  399. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/string.mv +0 -0
  400. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/vector.mv +0 -0
  401. package/src/internal/move/jwks/build/jwk/bytecode_scripts/main.mv +0 -0
  402. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/account.mvsm +0 -0
  403. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator.mvsm +0 -0
  404. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_factory.mvsm +0 -0
  405. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_v2.mvsm +0 -0
  406. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_account.mvsm +0 -0
  407. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_coin.mvsm +0 -0
  408. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_governance.mvsm +0 -0
  409. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/block.mvsm +0 -0
  410. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_id.mvsm +0 -0
  411. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_status.mvsm +0 -0
  412. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/code.mvsm +0 -0
  413. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/coin.mvsm +0 -0
  414. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/config_buffer.mvsm +0 -0
  415. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/consensus_config.mvsm +0 -0
  416. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/create_signer.mvsm +0 -0
  417. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/delegation_pool.mvsm +0 -0
  418. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dispatchable_fungible_asset.mvsm +0 -0
  419. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dkg.mvsm +0 -0
  420. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/event.mvsm +0 -0
  421. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/execution_config.mvsm +0 -0
  422. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/function_info.mvsm +0 -0
  423. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/fungible_asset.mvsm +0 -0
  424. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/gas_schedule.mvsm +0 -0
  425. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/genesis.mvsm +0 -0
  426. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/governance_proposal.mvsm +0 -0
  427. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/guid.mvsm +0 -0
  428. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwk_consensus_config.mvsm +0 -0
  429. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwks.mvsm +0 -0
  430. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/keyless_account.mvsm +0 -0
  431. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/managed_coin.mvsm +0 -0
  432. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/multisig_account.mvsm +0 -0
  433. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object.mvsm +0 -0
  434. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object_code_deployment.mvsm +0 -0
  435. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/optional_aggregator.mvsm +0 -0
  436. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/primary_fungible_store.mvsm +0 -0
  437. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness.mvsm +0 -0
  438. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_api_v0_config.mvsm +0 -0
  439. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config.mvsm +0 -0
  440. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config_seqnum.mvsm +0 -0
  441. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration.mvsm +0 -0
  442. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_state.mvsm +0 -0
  443. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_with_dkg.mvsm +0 -0
  444. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/resource_account.mvsm +0 -0
  445. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/stake.mvsm +0 -0
  446. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_config.mvsm +0 -0
  447. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_contract.mvsm +0 -0
  448. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_proxy.mvsm +0 -0
  449. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/state_storage.mvsm +0 -0
  450. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/storage_gas.mvsm +0 -0
  451. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/system_addresses.mvsm +0 -0
  452. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/timestamp.mvsm +0 -0
  453. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_context.mvsm +0 -0
  454. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_fee.mvsm +0 -0
  455. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_validation.mvsm +0 -0
  456. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/util.mvsm +0 -0
  457. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/validator_consensus_info.mvsm +0 -0
  458. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/version.mvsm +0 -0
  459. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/vesting.mvsm +0 -0
  460. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/voting.mvsm +0 -0
  461. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/any.mvsm +0 -0
  462. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/aptos_hash.mvsm +0 -0
  463. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/big_vector.mvsm +0 -0
  464. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381.mvsm +0 -0
  465. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381_algebra.mvsm +0 -0
  466. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bn254_algebra.mvsm +0 -0
  467. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/capability.mvsm +0 -0
  468. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/comparator.mvsm +0 -0
  469. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/copyable_any.mvsm +0 -0
  470. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/crypto_algebra.mvsm +0 -0
  471. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/debug.mvsm +0 -0
  472. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ed25519.mvsm +0 -0
  473. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/fixed_point64.mvsm +0 -0
  474. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/from_bcs.mvsm +0 -0
  475. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math128.mvsm +0 -0
  476. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math64.mvsm +0 -0
  477. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed.mvsm +0 -0
  478. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed64.mvsm +0 -0
  479. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/multi_ed25519.mvsm +0 -0
  480. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64.mvsm +0 -0
  481. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64_unbound.mvsm +0 -0
  482. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255.mvsm +0 -0
  483. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_bulletproofs.mvsm +0 -0
  484. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_elgamal.mvsm +0 -0
  485. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_pedersen.mvsm +0 -0
  486. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/secp256k1.mvsm +0 -0
  487. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/simple_map.mvsm +0 -0
  488. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_table.mvsm +0 -0
  489. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_vector.mvsm +0 -0
  490. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/string_utils.mvsm +0 -0
  491. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table.mvsm +0 -0
  492. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table_with_length.mvsm +0 -0
  493. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/type_info.mvsm +0 -0
  494. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/acl.mvsm +0 -0
  495. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bcs.mvsm +0 -0
  496. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bit_vector.mvsm +0 -0
  497. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/error.mvsm +0 -0
  498. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/features.mvsm +0 -0
  499. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/fixed_point32.mvsm +0 -0
  500. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/hash.mvsm +0 -0
  501. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/option.mvsm +0 -0
  502. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/signer.mvsm +0 -0
  503. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/string.mvsm +0 -0
  504. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/vector.mvsm +0 -0
  505. package/src/internal/move/jwks/build/jwk/source_maps/main.mvsm +0 -0
  506. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/account.move +0 -1533
  507. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator.move +0 -48
  508. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_factory.move +0 -66
  509. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_v2.move +0 -280
  510. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_account.move +0 -443
  511. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_coin.move +0 -204
  512. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_governance.move +0 -1387
  513. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/block.move +0 -394
  514. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_id.move +0 -41
  515. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_status.move +0 -48
  516. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/code.move +0 -367
  517. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/coin.move +0 -2214
  518. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/config_buffer.move +0 -101
  519. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/consensus_config.move +0 -77
  520. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/create_signer.move +0 -21
  521. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/delegation_pool.move +0 -5568
  522. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dispatchable_fungible_asset.move +0 -228
  523. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dkg.move +0 -121
  524. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/event.move +0 -92
  525. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/execution_config.move +0 -66
  526. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/function_info.move +0 -100
  527. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/fungible_asset.move +0 -1566
  528. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/gas_schedule.move +0 -176
  529. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/genesis.move +0 -550
  530. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/governance_proposal.move +0 -23
  531. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/guid.move +0 -68
  532. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwk_consensus_config.move +0 -148
  533. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwks.move +0 -817
  534. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/keyless_account.move +0 -312
  535. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/managed_coin.move +0 -205
  536. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/multisig_account.move +0 -2477
  537. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object.move +0 -1073
  538. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object_code_deployment.move +0 -147
  539. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/optional_aggregator.move +0 -295
  540. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/primary_fungible_store.move +0 -405
  541. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness.move +0 -574
  542. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_api_v0_config.move +0 -57
  543. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config.move +0 -153
  544. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config_seqnum.move +0 -49
  545. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration.move +0 -237
  546. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_state.move +0 -132
  547. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_with_dkg.move +0 -69
  548. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/resource_account.move +0 -267
  549. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/stake.move +0 -3286
  550. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_config.move +0 -686
  551. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_contract.move +0 -1618
  552. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_proxy.move +0 -228
  553. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/state_storage.move +0 -90
  554. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/storage_gas.move +0 -622
  555. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/system_addresses.move +0 -82
  556. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/timestamp.move +0 -88
  557. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_context.move +0 -262
  558. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_fee.move +0 -457
  559. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_validation.move +0 -501
  560. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/util.move +0 -16
  561. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/validator_consensus_info.move +0 -42
  562. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/version.move +0 -115
  563. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/vesting.move +0 -2183
  564. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/voting.move +0 -1279
  565. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/any.move +0 -57
  566. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/aptos_hash.move +0 -253
  567. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/big_vector.move +0 -469
  568. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381.move +0 -985
  569. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381_algebra.move +0 -802
  570. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bn254_algebra.move +0 -855
  571. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/capability.move +0 -193
  572. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/comparator.move +0 -173
  573. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/copyable_any.move +0 -45
  574. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/crypto_algebra.move +0 -351
  575. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/debug.move +0 -278
  576. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ed25519.move +0 -262
  577. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/fixed_point64.move +0 -447
  578. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/from_bcs.move +0 -91
  579. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math128.move +0 -381
  580. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math64.move +0 -336
  581. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed.move +0 -139
  582. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed64.move +0 -142
  583. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/multi_ed25519.move +0 -482
  584. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64.move +0 -571
  585. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64_unbound.move +0 -270
  586. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255.move +0 -1310
  587. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_bulletproofs.move +0 -253
  588. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_elgamal.move +0 -234
  589. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_pedersen.move +0 -158
  590. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/secp256k1.move +0 -114
  591. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/simple_map.move +0 -319
  592. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_table.move +0 -769
  593. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_vector.move +0 -766
  594. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/string_utils.move +0 -148
  595. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table.move +0 -152
  596. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table_with_length.move +0 -141
  597. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/type_info.move +0 -351
  598. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/acl.move +0 -46
  599. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bcs.move +0 -27
  600. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bit_vector.move +0 -239
  601. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/error.move +0 -88
  602. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/features.move +0 -780
  603. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/fixed_point32.move +0 -295
  604. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/hash.move +0 -8
  605. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/option.move +0 -356
  606. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/signer.move +0 -21
  607. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/string.move +0 -93
  608. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/vector.move +0 -669
  609. package/src/internal/move/jwks/build/jwk/sources/main.move +0 -20
  610. /package/dist/esm/{chunk-V74WPKSY.mjs.map → chunk-2XQKGWHQ.mjs.map} +0 -0
  611. /package/dist/esm/{chunk-UOP7GBXB.mjs.map → chunk-5ZRPV4YI.mjs.map} +0 -0
  612. /package/dist/esm/{chunk-V2QSMVJ5.mjs.map → chunk-7T62PEFI.mjs.map} +0 -0
  613. /package/dist/esm/{chunk-U7HD6PQV.mjs.map → chunk-FSP4QM2T.mjs.map} +0 -0
  614. /package/dist/esm/{chunk-GBNAG7KK.mjs.map → chunk-IDHVW7HS.mjs.map} +0 -0
  615. /package/dist/esm/{chunk-57J5YBMT.mjs.map → chunk-PFXXFUBL.mjs.map} +0 -0
  616. /package/dist/esm/{chunk-KRBZ54CY.mjs.map → chunk-R7NQJWDG.mjs.map} +0 -0
  617. /package/dist/esm/{chunk-AMAPBD4D.mjs.map → chunk-SAMHWS73.mjs.map} +0 -0
  618. /package/dist/esm/{chunk-HETYL3WN.mjs.map → chunk-WOTQ7227.mjs.map} +0 -0
  619. /package/dist/esm/{chunk-CZYH3G7E.mjs.map → chunk-YHGGNYYL.mjs.map} +0 -0
@@ -1,14 +1,8 @@
1
1
  export { getInfo, getModule } from './utils.mjs';
2
- import '../../core/accountAddress.mjs';
3
- import '../../bcs/serializer.mjs';
4
- import '../../core/hex.mjs';
5
- import '../../core/common.mjs';
6
- import '../../types/types.mjs';
2
+ import '../../account-9G6tix5T.mjs';
7
3
  import '../../types/indexer.mjs';
8
4
  import '../../types/generated/operations.mjs';
9
5
  import '../../types/generated/types.mjs';
10
6
  import '../../utils/apiEndpoints.mjs';
11
- import '../../bcs/deserializer.mjs';
12
- import '../../transactions/instances/transactionArgument.mjs';
13
- import '../../api/aptosConfig.mjs';
14
7
  import '../../utils/const.mjs';
8
+ import '../../core/common.mjs';
@@ -1,2 +1,2 @@
1
- import"../../chunk-G3MHXDYA.mjs";import{a,b}from"../../chunk-57J5YBMT.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-UOP7GBXB.mjs";import"../../chunk-CZYH3G7E.mjs";import"../../chunk-HETYL3WN.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-CW35YAMN.mjs";import"../../chunk-6WDVDEQZ.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-RJ7F4JDV.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-Q4W3WJ2U.mjs";import"../../chunk-ORMOQWWH.mjs";import"../../chunk-TOBQ5UE6.mjs";import"../../chunk-MT2RJ7H3.mjs";import"../../chunk-FLZPUYXQ.mjs";import"../../chunk-7DQDJ2SA.mjs";import"../../chunk-HNBVYE3N.mjs";import"../../chunk-RGKRCZ36.mjs";import"../../chunk-FD6FGKYY.mjs";import"../../chunk-ODAAZLPK.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-EBMEXURY.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-VEGW6HP5.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as getInfo,b as getModule};
1
+ import"../../chunk-G3MHXDYA.mjs";import{a,b}from"../../chunk-PFXXFUBL.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-YHGGNYYL.mjs";import"../../chunk-5ZRPV4YI.mjs";import"../../chunk-WOTQ7227.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-CW35YAMN.mjs";import"../../chunk-6WDVDEQZ.mjs";import"../../chunk-7DQDJ2SA.mjs";import"../../chunk-HNBVYE3N.mjs";import"../../chunk-RGKRCZ36.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-Q4W3WJ2U.mjs";import"../../chunk-ORMOQWWH.mjs";import"../../chunk-TOBQ5UE6.mjs";import"../../chunk-MT2RJ7H3.mjs";import"../../chunk-FD6FGKYY.mjs";import"../../chunk-4H2RMR7D.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-FLZPUYXQ.mjs";import"../../chunk-EBMEXURY.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-RJ7F4JDV.mjs";import"../../chunk-HMUIOIBG.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as getInfo,b as getModule};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1,16 +1,10 @@
1
- import { AccountAddressInput } from '../../core/accountAddress.mjs';
2
- import { AccountData, LedgerVersionArg, MoveModuleBytecode } from '../../types/types.mjs';
3
- import { AptosConfig } from '../../api/aptosConfig.mjs';
4
- import '../../bcs/serializer.mjs';
5
- import '../../core/hex.mjs';
6
- import '../../core/common.mjs';
1
+ import { A as AptosConfig, m as AccountAddressInput, c7 as AccountData, c4 as LedgerVersionArg, c8 as MoveModuleBytecode } from '../../account-9G6tix5T.mjs';
7
2
  import '../../types/indexer.mjs';
8
3
  import '../../types/generated/operations.mjs';
9
4
  import '../../types/generated/types.mjs';
10
5
  import '../../utils/apiEndpoints.mjs';
11
- import '../../bcs/deserializer.mjs';
12
- import '../../transactions/instances/transactionArgument.mjs';
13
6
  import '../../utils/const.mjs';
7
+ import '../../core/common.mjs';
14
8
 
15
9
  /**
16
10
  * Retrieves account information for a specified account address.
@@ -1,2 +1,2 @@
1
- import{a,b}from"../../chunk-57J5YBMT.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-UOP7GBXB.mjs";import"../../chunk-CZYH3G7E.mjs";import"../../chunk-HETYL3WN.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-CW35YAMN.mjs";import"../../chunk-6WDVDEQZ.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-RJ7F4JDV.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-Q4W3WJ2U.mjs";import"../../chunk-ORMOQWWH.mjs";import"../../chunk-TOBQ5UE6.mjs";import"../../chunk-MT2RJ7H3.mjs";import"../../chunk-FLZPUYXQ.mjs";import"../../chunk-7DQDJ2SA.mjs";import"../../chunk-HNBVYE3N.mjs";import"../../chunk-RGKRCZ36.mjs";import"../../chunk-FD6FGKYY.mjs";import"../../chunk-ODAAZLPK.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-EBMEXURY.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-VEGW6HP5.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as getInfo,b as getModule};
1
+ import{a,b}from"../../chunk-PFXXFUBL.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-YHGGNYYL.mjs";import"../../chunk-5ZRPV4YI.mjs";import"../../chunk-WOTQ7227.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-CW35YAMN.mjs";import"../../chunk-6WDVDEQZ.mjs";import"../../chunk-7DQDJ2SA.mjs";import"../../chunk-HNBVYE3N.mjs";import"../../chunk-RGKRCZ36.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-Q4W3WJ2U.mjs";import"../../chunk-ORMOQWWH.mjs";import"../../chunk-TOBQ5UE6.mjs";import"../../chunk-MT2RJ7H3.mjs";import"../../chunk-FD6FGKYY.mjs";import"../../chunk-4H2RMR7D.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-FLZPUYXQ.mjs";import"../../chunk-EBMEXURY.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-RJ7F4JDV.mjs";import"../../chunk-HMUIOIBG.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as getInfo,b as getModule};
2
2
  //# sourceMappingURL=utils.mjs.map
@@ -1,37 +1,10 @@
1
- import { MoveValue, LedgerVersionArg } from '../types/types.mjs';
2
- import { AptosConfig } from '../api/aptosConfig.mjs';
3
- import { InputViewFunctionData, InputViewFunctionJsonData } from '../transactions/types.mjs';
1
+ import { d8 as MoveValue, A as AptosConfig, b4 as InputViewFunctionData, c4 as LedgerVersionArg, b5 as InputViewFunctionJsonData } from '../account-9G6tix5T.mjs';
4
2
  import '../types/indexer.mjs';
5
3
  import '../types/generated/operations.mjs';
6
4
  import '../types/generated/types.mjs';
7
5
  import '../utils/apiEndpoints.mjs';
8
6
  import '../utils/const.mjs';
9
- import '../bcs/serializable/moveStructs.mjs';
10
- import '../bcs/serializable/movePrimitives.mjs';
11
- import '../bcs/deserializer.mjs';
12
- import '../bcs/serializer.mjs';
13
- import '../core/hex.mjs';
14
7
  import '../core/common.mjs';
15
- import '../transactions/instances/transactionArgument.mjs';
16
- import '../bcs/serializable/fixedBytes.mjs';
17
- import '../core/accountAddress.mjs';
18
- import '../publicKey-CJOcUwJK.mjs';
19
- import '../core/crypto/signature.mjs';
20
- import '../transactions/authenticator/account.mjs';
21
- import '../core/crypto/ed25519.mjs';
22
- import '../core/crypto/privateKey.mjs';
23
- import '../core/crypto/multiEd25519.mjs';
24
- import '../core/crypto/multiKey.mjs';
25
- import '../core/crypto/singleKey.mjs';
26
- import '../core/crypto/secp256k1.mjs';
27
- import '../transactions/instances/rawTransaction.mjs';
28
- import '../transactions/instances/chainId.mjs';
29
- import '../transactions/instances/transactionPayload.mjs';
30
- import '../transactions/instances/identifier.mjs';
31
- import '../transactions/instances/moduleId.mjs';
32
- import '../transactions/typeTag/index.mjs';
33
- import '../transactions/instances/simpleTransaction.mjs';
34
- import '../transactions/instances/multiAgentTransaction.mjs';
35
8
 
36
9
  declare function view<T extends Array<MoveValue> = Array<MoveValue>>(args: {
37
10
  aptosConfig: AptosConfig;
@@ -1,2 +1,2 @@
1
- import{qc as a,rc as b}from"../chunk-BK56GLTP.mjs";import"../chunk-V74WPKSY.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-XKUIMGKU.mjs";import"../chunk-N6YTF76Q.mjs";import"../chunk-CO67Y6YE.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-57J5YBMT.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-RQX6JOEN.mjs";import"../chunk-CFQFFP6N.mjs";import"../chunk-UQWF24SS.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-WSR5EBJM.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-KJH4KKG6.mjs";import"../chunk-FGFLPH5K.mjs";import"../chunk-U7HD6PQV.mjs";import"../chunk-AMAPBD4D.mjs";import"../chunk-V2QSMVJ5.mjs";import"../chunk-KRBZ54CY.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-GBNAG7KK.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-UOP7GBXB.mjs";import"../chunk-CZYH3G7E.mjs";import"../chunk-HETYL3WN.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-CW35YAMN.mjs";import"../chunk-6WDVDEQZ.mjs";import"../chunk-XTMUMN74.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-Q4W3WJ2U.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-VEGW6HP5.mjs";import"../chunk-KDMSOCZY.mjs";export{a as view,b as viewJson};
1
+ import{Ac as b,zc as a}from"../chunk-GMDBBVDH.mjs";import"../chunk-2XQKGWHQ.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-XKUIMGKU.mjs";import"../chunk-N6YTF76Q.mjs";import"../chunk-CO67Y6YE.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-PFXXFUBL.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-RQX6JOEN.mjs";import"../chunk-CFQFFP6N.mjs";import"../chunk-UQWF24SS.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-WSR5EBJM.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-KJH4KKG6.mjs";import"../chunk-FGFLPH5K.mjs";import"../chunk-FSP4QM2T.mjs";import"../chunk-SAMHWS73.mjs";import"../chunk-7T62PEFI.mjs";import"../chunk-R7NQJWDG.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-IDHVW7HS.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-YHGGNYYL.mjs";import"../chunk-5ZRPV4YI.mjs";import"../chunk-WOTQ7227.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-CW35YAMN.mjs";import"../chunk-6WDVDEQZ.mjs";import"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-Q4W3WJ2U.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4H2RMR7D.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-UIVX6WSC.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-HMUIOIBG.mjs";import"../chunk-KDMSOCZY.mjs";export{a as view,b as viewJson};
2
2
  //# sourceMappingURL=view.mjs.map
@@ -1,184 +1,7 @@
1
- import { Deserializer } from '../../bcs/deserializer.mjs';
2
- import { Serializable, Serializer } from '../../bcs/serializer.mjs';
3
- import { HexInput } from '../../types/types.mjs';
4
- import { Hex } from '../../core/hex.mjs';
5
- import { Ed25519PublicKey, Ed25519Signature } from '../../core/crypto/ed25519.mjs';
6
- import { MultiEd25519PublicKey, MultiEd25519Signature } from '../../core/crypto/multiEd25519.mjs';
7
- import { MultiKey, MultiKeySignature } from '../../core/crypto/multiKey.mjs';
8
- import { AnyPublicKey, AnySignature } from '../../core/crypto/singleKey.mjs';
1
+ export { W as AccountAuthenticator, a0 as AccountAuthenticatorAbstraction, X as AccountAuthenticatorEd25519, Y as AccountAuthenticatorMultiEd25519, _ as AccountAuthenticatorMultiKey, $ as AccountAuthenticatorNoAccountAuthenticator, Z as AccountAuthenticatorSingleKey } from '../../account-9G6tix5T.mjs';
9
2
  import '../../types/indexer.mjs';
10
3
  import '../../types/generated/operations.mjs';
11
4
  import '../../types/generated/types.mjs';
12
5
  import '../../utils/apiEndpoints.mjs';
13
- import '../../core/common.mjs';
14
- import '../../publicKey-CJOcUwJK.mjs';
15
- import '../../core/accountAddress.mjs';
16
- import '../instances/transactionArgument.mjs';
17
- import '../../core/crypto/signature.mjs';
18
- import '../../api/aptosConfig.mjs';
19
6
  import '../../utils/const.mjs';
20
- import '../../core/crypto/privateKey.mjs';
21
- import '../../core/crypto/secp256k1.mjs';
22
-
23
- /**
24
- * Represents an account authenticator that can handle multiple authentication variants.
25
- * This class serves as a base for different types of account authenticators, allowing for serialization
26
- * and deserialization of various authenticator types.
27
- *
28
- * @extends Serializable
29
- * @group Implementation
30
- * @category Transactions
31
- */
32
- declare abstract class AccountAuthenticator extends Serializable {
33
- abstract serialize(serializer: Serializer): void;
34
- /**
35
- * Deserializes an AccountAuthenticator from the provided deserializer.
36
- * This function helps in reconstructing the AccountAuthenticator object based on the variant index.
37
- *
38
- * @param deserializer - The deserializer instance used to read the serialized data.
39
- * @group Implementation
40
- * @category Transactions
41
- */
42
- static deserialize(deserializer: Deserializer): AccountAuthenticator;
43
- /**
44
- * Determines if the current instance is an Ed25519 account authenticator.
45
- *
46
- * @returns {boolean} True if the instance is of type AccountAuthenticatorEd25519, otherwise false.
47
- * @group Implementation
48
- * @category Transactions
49
- */
50
- isEd25519(): this is AccountAuthenticatorEd25519;
51
- /**
52
- * Determines if the current instance is of type AccountAuthenticatorMultiEd25519.
53
- *
54
- * @returns {boolean} True if the instance is a multi-signature Ed25519 account authenticator, otherwise false.
55
- * @group Implementation
56
- * @category Transactions
57
- */
58
- isMultiEd25519(): this is AccountAuthenticatorMultiEd25519;
59
- /**
60
- * Determines if the current instance is of the type AccountAuthenticatorSingleKey.
61
- *
62
- * @returns {boolean} True if the instance is an AccountAuthenticatorSingleKey, otherwise false.
63
- * @group Implementation
64
- * @category Transactions
65
- */
66
- isSingleKey(): this is AccountAuthenticatorSingleKey;
67
- /**
68
- * Determine if the current instance is of type AccountAuthenticatorMultiKey.
69
- *
70
- * @returns {boolean} Returns true if the instance is an AccountAuthenticatorMultiKey, otherwise false.
71
- * @group Implementation
72
- * @category Transactions
73
- */
74
- isMultiKey(): this is AccountAuthenticatorMultiKey;
75
- }
76
- /**
77
- * Represents an Ed25519 transaction authenticator for multi-signer transactions.
78
- * This class encapsulates the account's Ed25519 public key and signature.
79
- *
80
- * @param public_key - The Ed25519 public key associated with the account.
81
- * @param signature - The Ed25519 signature for the account.
82
- * @group Implementation
83
- * @category Transactions
84
- */
85
- declare class AccountAuthenticatorEd25519 extends AccountAuthenticator {
86
- readonly public_key: Ed25519PublicKey;
87
- readonly signature: Ed25519Signature;
88
- /**
89
- * Creates an instance of the class with the specified public keys and signatures.
90
- *
91
- * @param public_key The public key used for verification.
92
- * @param signature The signatures corresponding to the public keys.
93
- * @group Implementation
94
- * @category Transactions
95
- */
96
- constructor(public_key: Ed25519PublicKey, signature: Ed25519Signature);
97
- /**
98
- * Serializes the account authenticator data into the provided serializer.
99
- * This function captures the multi-key variant, public keys, and signatures for serialization.
100
- *
101
- * @param serializer - The serializer instance used to perform the serialization.
102
- * @group Implementation
103
- * @category Transactions
104
- */
105
- serialize(serializer: Serializer): void;
106
- /**
107
- * Loads an instance of AccountAuthenticatorMultiKey from the provided deserializer.
108
- * This function helps in reconstructing the authenticator object using the deserialized public keys and signatures.
109
- *
110
- * @param deserializer - The deserializer used to extract the necessary data for loading the authenticator.
111
- * @group Implementation
112
- * @category Transactions
113
- */
114
- static load(deserializer: Deserializer): AccountAuthenticatorEd25519;
115
- }
116
- /**
117
- * Represents a transaction authenticator for Multi Ed25519, designed for multi-signer transactions.
118
- *
119
- * @param public_key - The MultiEd25519 public key of the account.
120
- * @param signature - The MultiEd25519 signature of the account.
121
- * @group Implementation
122
- * @category Transactions
123
- */
124
- declare class AccountAuthenticatorMultiEd25519 extends AccountAuthenticator {
125
- readonly public_key: MultiEd25519PublicKey;
126
- readonly signature: MultiEd25519Signature;
127
- constructor(public_key: MultiEd25519PublicKey, signature: MultiEd25519Signature);
128
- serialize(serializer: Serializer): void;
129
- static load(deserializer: Deserializer): AccountAuthenticatorMultiEd25519;
130
- }
131
- /**
132
- * Represents an account authenticator that utilizes a single key for signing.
133
- * This class is designed to handle authentication using a public key and its corresponding signature.
134
- *
135
- * @param public_key - The public key used for authentication.
136
- * @param signature - The signature associated with the public key.
137
- * @group Implementation
138
- * @category Transactions
139
- */
140
- declare class AccountAuthenticatorSingleKey extends AccountAuthenticator {
141
- readonly public_key: AnyPublicKey;
142
- readonly signature: AnySignature;
143
- constructor(public_key: AnyPublicKey, signature: AnySignature);
144
- serialize(serializer: Serializer): void;
145
- static load(deserializer: Deserializer): AccountAuthenticatorSingleKey;
146
- }
147
- /**
148
- * Represents an account authenticator that supports multiple keys and signatures for multi-signature scenarios.
149
- *
150
- * @param public_keys - The public keys used for authentication.
151
- * @param signatures - The signatures corresponding to the public keys.
152
- * @group Implementation
153
- * @category Transactions
154
- */
155
- declare class AccountAuthenticatorMultiKey extends AccountAuthenticator {
156
- readonly public_keys: MultiKey;
157
- readonly signatures: MultiKeySignature;
158
- constructor(public_keys: MultiKey, signatures: MultiKeySignature);
159
- serialize(serializer: Serializer): void;
160
- static load(deserializer: Deserializer): AccountAuthenticatorMultiKey;
161
- }
162
- /**
163
- * AccountAuthenticatorNoAccountAuthenticator for no account authenticator
164
- * It represents the absence of a public key for transaction simulation.
165
- * It allows skipping the public/auth key check during the simulation.
166
- */
167
- declare class AccountAuthenticatorNoAccountAuthenticator extends AccountAuthenticator {
168
- serialize(serializer: Serializer): void;
169
- static load(deserializer: Deserializer): AccountAuthenticatorNoAccountAuthenticator;
170
- }
171
- declare class AccountAuthenticatorAbstraction extends AccountAuthenticator {
172
- readonly functionInfo: string;
173
- readonly signingMessageDigest: Hex;
174
- readonly authenticator: Uint8Array;
175
- /**
176
- * DAA, which is extended of the AA module, requires an account identity
177
- */
178
- readonly accountIdentity?: Uint8Array;
179
- constructor(functionInfo: string, signingMessageDigest: HexInput, authenticator: Uint8Array, accountIdentity?: Uint8Array);
180
- serialize(serializer: Serializer): void;
181
- static load(deserializer: Deserializer): AccountAuthenticatorAbstraction;
182
- }
183
-
184
- export { AccountAuthenticator, AccountAuthenticatorAbstraction, AccountAuthenticatorEd25519, AccountAuthenticatorMultiEd25519, AccountAuthenticatorMultiKey, AccountAuthenticatorNoAccountAuthenticator, AccountAuthenticatorSingleKey };
7
+ import '../../core/common.mjs';
@@ -1,2 +1,2 @@
1
- import{J as a,K as b,L as c,M as d,N as e,O as f,P as g}from"../../chunk-BK56GLTP.mjs";import"../../chunk-V74WPKSY.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-A5L76YP7.mjs";import"../../chunk-XKUIMGKU.mjs";import"../../chunk-N6YTF76Q.mjs";import"../../chunk-CO67Y6YE.mjs";import"../../chunk-G3MHXDYA.mjs";import"../../chunk-57J5YBMT.mjs";import"../../chunk-GOXRBEIJ.mjs";import"../../chunk-XJJVJOX5.mjs";import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-RQX6JOEN.mjs";import"../../chunk-CFQFFP6N.mjs";import"../../chunk-UQWF24SS.mjs";import"../../chunk-DPW6ELCQ.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-ROT6S6BM.mjs";import"../../chunk-WSR5EBJM.mjs";import"../../chunk-WCMW2L3P.mjs";import"../../chunk-W4BSN6SK.mjs";import"../../chunk-V3MBJJTL.mjs";import"../../chunk-KJH4KKG6.mjs";import"../../chunk-FGFLPH5K.mjs";import"../../chunk-U7HD6PQV.mjs";import"../../chunk-AMAPBD4D.mjs";import"../../chunk-V2QSMVJ5.mjs";import"../../chunk-KRBZ54CY.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-GBNAG7KK.mjs";import"../../chunk-VHNX2NUR.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-UOP7GBXB.mjs";import"../../chunk-CZYH3G7E.mjs";import"../../chunk-HETYL3WN.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-CW35YAMN.mjs";import"../../chunk-6WDVDEQZ.mjs";import"../../chunk-XTMUMN74.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-RJ7F4JDV.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-Q4W3WJ2U.mjs";import"../../chunk-ORMOQWWH.mjs";import"../../chunk-TOBQ5UE6.mjs";import"../../chunk-MT2RJ7H3.mjs";import"../../chunk-FLZPUYXQ.mjs";import"../../chunk-7DQDJ2SA.mjs";import"../../chunk-HNBVYE3N.mjs";import"../../chunk-RGKRCZ36.mjs";import"../../chunk-FD6FGKYY.mjs";import"../../chunk-ODAAZLPK.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-EBMEXURY.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-VEGW6HP5.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as AccountAuthenticator,g as AccountAuthenticatorAbstraction,b as AccountAuthenticatorEd25519,c as AccountAuthenticatorMultiEd25519,e as AccountAuthenticatorMultiKey,f as AccountAuthenticatorNoAccountAuthenticator,d as AccountAuthenticatorSingleKey};
1
+ import{J as a,K as b,L as c,M as d,N as e,O as f,P as g}from"../../chunk-GMDBBVDH.mjs";import"../../chunk-2XQKGWHQ.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-A5L76YP7.mjs";import"../../chunk-XKUIMGKU.mjs";import"../../chunk-N6YTF76Q.mjs";import"../../chunk-CO67Y6YE.mjs";import"../../chunk-G3MHXDYA.mjs";import"../../chunk-PFXXFUBL.mjs";import"../../chunk-GOXRBEIJ.mjs";import"../../chunk-XJJVJOX5.mjs";import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-RQX6JOEN.mjs";import"../../chunk-CFQFFP6N.mjs";import"../../chunk-UQWF24SS.mjs";import"../../chunk-DPW6ELCQ.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-ROT6S6BM.mjs";import"../../chunk-WSR5EBJM.mjs";import"../../chunk-WCMW2L3P.mjs";import"../../chunk-W4BSN6SK.mjs";import"../../chunk-V3MBJJTL.mjs";import"../../chunk-KJH4KKG6.mjs";import"../../chunk-FGFLPH5K.mjs";import"../../chunk-FSP4QM2T.mjs";import"../../chunk-SAMHWS73.mjs";import"../../chunk-7T62PEFI.mjs";import"../../chunk-R7NQJWDG.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-IDHVW7HS.mjs";import"../../chunk-VHNX2NUR.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-YHGGNYYL.mjs";import"../../chunk-5ZRPV4YI.mjs";import"../../chunk-WOTQ7227.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-CW35YAMN.mjs";import"../../chunk-6WDVDEQZ.mjs";import"../../chunk-7DQDJ2SA.mjs";import"../../chunk-HNBVYE3N.mjs";import"../../chunk-RGKRCZ36.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-Q4W3WJ2U.mjs";import"../../chunk-ORMOQWWH.mjs";import"../../chunk-TOBQ5UE6.mjs";import"../../chunk-MT2RJ7H3.mjs";import"../../chunk-FD6FGKYY.mjs";import"../../chunk-4H2RMR7D.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-FLZPUYXQ.mjs";import"../../chunk-EBMEXURY.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-UIVX6WSC.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-RJ7F4JDV.mjs";import"../../chunk-HMUIOIBG.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as AccountAuthenticator,g as AccountAuthenticatorAbstraction,b as AccountAuthenticatorEd25519,c as AccountAuthenticatorMultiEd25519,e as AccountAuthenticatorMultiKey,f as AccountAuthenticatorNoAccountAuthenticator,d as AccountAuthenticatorSingleKey};
2
2
  //# sourceMappingURL=account.mjs.map
@@ -1,23 +1,8 @@
1
- export { AccountAuthenticator, AccountAuthenticatorAbstraction, AccountAuthenticatorEd25519, AccountAuthenticatorMultiEd25519, AccountAuthenticatorMultiKey, AccountAuthenticatorNoAccountAuthenticator, AccountAuthenticatorSingleKey } from './account.mjs';
1
+ export { W as AccountAuthenticator, a0 as AccountAuthenticatorAbstraction, X as AccountAuthenticatorEd25519, Y as AccountAuthenticatorMultiEd25519, _ as AccountAuthenticatorMultiKey, $ as AccountAuthenticatorNoAccountAuthenticator, Z as AccountAuthenticatorSingleKey } from '../../account-9G6tix5T.mjs';
2
2
  export { TransactionAuthenticator, TransactionAuthenticatorEd25519, TransactionAuthenticatorFeePayer, TransactionAuthenticatorMultiAgent, TransactionAuthenticatorMultiEd25519, TransactionAuthenticatorSingleSender } from './transaction.mjs';
3
- import '../../bcs/deserializer.mjs';
4
- import '../../types/types.mjs';
5
3
  import '../../types/indexer.mjs';
6
4
  import '../../types/generated/operations.mjs';
7
5
  import '../../types/generated/types.mjs';
8
6
  import '../../utils/apiEndpoints.mjs';
9
- import '../../bcs/serializer.mjs';
10
- import '../../core/hex.mjs';
11
- import '../../core/common.mjs';
12
- import '../../core/crypto/ed25519.mjs';
13
- import '../../publicKey-CJOcUwJK.mjs';
14
- import '../../core/accountAddress.mjs';
15
- import '../instances/transactionArgument.mjs';
16
- import '../../core/crypto/signature.mjs';
17
- import '../../api/aptosConfig.mjs';
18
7
  import '../../utils/const.mjs';
19
- import '../../core/crypto/privateKey.mjs';
20
- import '../../core/crypto/multiEd25519.mjs';
21
- import '../../core/crypto/multiKey.mjs';
22
- import '../../core/crypto/singleKey.mjs';
23
- import '../../core/crypto/secp256k1.mjs';
8
+ import '../../core/common.mjs';
@@ -1,2 +1,2 @@
1
- import{Aa as m,J as a,K as b,L as c,M as d,N as e,O as f,P as g,va as h,wa as i,xa as j,ya as k,za as l}from"../../chunk-BK56GLTP.mjs";import"../../chunk-V74WPKSY.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-A5L76YP7.mjs";import"../../chunk-XKUIMGKU.mjs";import"../../chunk-N6YTF76Q.mjs";import"../../chunk-CO67Y6YE.mjs";import"../../chunk-G3MHXDYA.mjs";import"../../chunk-57J5YBMT.mjs";import"../../chunk-GOXRBEIJ.mjs";import"../../chunk-XJJVJOX5.mjs";import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-RQX6JOEN.mjs";import"../../chunk-CFQFFP6N.mjs";import"../../chunk-UQWF24SS.mjs";import"../../chunk-DPW6ELCQ.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-ROT6S6BM.mjs";import"../../chunk-WSR5EBJM.mjs";import"../../chunk-WCMW2L3P.mjs";import"../../chunk-W4BSN6SK.mjs";import"../../chunk-V3MBJJTL.mjs";import"../../chunk-KJH4KKG6.mjs";import"../../chunk-FGFLPH5K.mjs";import"../../chunk-U7HD6PQV.mjs";import"../../chunk-AMAPBD4D.mjs";import"../../chunk-V2QSMVJ5.mjs";import"../../chunk-KRBZ54CY.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-GBNAG7KK.mjs";import"../../chunk-VHNX2NUR.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-UOP7GBXB.mjs";import"../../chunk-CZYH3G7E.mjs";import"../../chunk-HETYL3WN.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-CW35YAMN.mjs";import"../../chunk-6WDVDEQZ.mjs";import"../../chunk-XTMUMN74.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-RJ7F4JDV.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-Q4W3WJ2U.mjs";import"../../chunk-ORMOQWWH.mjs";import"../../chunk-TOBQ5UE6.mjs";import"../../chunk-MT2RJ7H3.mjs";import"../../chunk-FLZPUYXQ.mjs";import"../../chunk-7DQDJ2SA.mjs";import"../../chunk-HNBVYE3N.mjs";import"../../chunk-RGKRCZ36.mjs";import"../../chunk-FD6FGKYY.mjs";import"../../chunk-ODAAZLPK.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-EBMEXURY.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-VEGW6HP5.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as AccountAuthenticator,g as AccountAuthenticatorAbstraction,b as AccountAuthenticatorEd25519,c as AccountAuthenticatorMultiEd25519,e as AccountAuthenticatorMultiKey,f as AccountAuthenticatorNoAccountAuthenticator,d as AccountAuthenticatorSingleKey,h as TransactionAuthenticator,i as TransactionAuthenticatorEd25519,l as TransactionAuthenticatorFeePayer,k as TransactionAuthenticatorMultiAgent,j as TransactionAuthenticatorMultiEd25519,m as TransactionAuthenticatorSingleSender};
1
+ import{Da as h,Ea as i,Fa as j,Ga as k,Ha as l,Ia as m,J as a,K as b,L as c,M as d,N as e,O as f,P as g}from"../../chunk-GMDBBVDH.mjs";import"../../chunk-2XQKGWHQ.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-A5L76YP7.mjs";import"../../chunk-XKUIMGKU.mjs";import"../../chunk-N6YTF76Q.mjs";import"../../chunk-CO67Y6YE.mjs";import"../../chunk-G3MHXDYA.mjs";import"../../chunk-PFXXFUBL.mjs";import"../../chunk-GOXRBEIJ.mjs";import"../../chunk-XJJVJOX5.mjs";import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-RQX6JOEN.mjs";import"../../chunk-CFQFFP6N.mjs";import"../../chunk-UQWF24SS.mjs";import"../../chunk-DPW6ELCQ.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-ROT6S6BM.mjs";import"../../chunk-WSR5EBJM.mjs";import"../../chunk-WCMW2L3P.mjs";import"../../chunk-W4BSN6SK.mjs";import"../../chunk-V3MBJJTL.mjs";import"../../chunk-KJH4KKG6.mjs";import"../../chunk-FGFLPH5K.mjs";import"../../chunk-FSP4QM2T.mjs";import"../../chunk-SAMHWS73.mjs";import"../../chunk-7T62PEFI.mjs";import"../../chunk-R7NQJWDG.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-IDHVW7HS.mjs";import"../../chunk-VHNX2NUR.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-YHGGNYYL.mjs";import"../../chunk-5ZRPV4YI.mjs";import"../../chunk-WOTQ7227.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-CW35YAMN.mjs";import"../../chunk-6WDVDEQZ.mjs";import"../../chunk-7DQDJ2SA.mjs";import"../../chunk-HNBVYE3N.mjs";import"../../chunk-RGKRCZ36.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-Q4W3WJ2U.mjs";import"../../chunk-ORMOQWWH.mjs";import"../../chunk-TOBQ5UE6.mjs";import"../../chunk-MT2RJ7H3.mjs";import"../../chunk-FD6FGKYY.mjs";import"../../chunk-4H2RMR7D.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-FLZPUYXQ.mjs";import"../../chunk-EBMEXURY.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-UIVX6WSC.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-RJ7F4JDV.mjs";import"../../chunk-HMUIOIBG.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as AccountAuthenticator,g as AccountAuthenticatorAbstraction,b as AccountAuthenticatorEd25519,c as AccountAuthenticatorMultiEd25519,e as AccountAuthenticatorMultiKey,f as AccountAuthenticatorNoAccountAuthenticator,d as AccountAuthenticatorSingleKey,h as TransactionAuthenticator,i as TransactionAuthenticatorEd25519,l as TransactionAuthenticatorFeePayer,k as TransactionAuthenticatorMultiAgent,j as TransactionAuthenticatorMultiEd25519,m as TransactionAuthenticatorSingleSender};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1,25 +1,10 @@
1
- import { AccountAuthenticator } from './account.mjs';
2
- import { Deserializer } from '../../bcs/deserializer.mjs';
3
- import { Serializable, Serializer } from '../../bcs/serializer.mjs';
4
- import { AccountAddress } from '../../core/accountAddress.mjs';
5
- import { MultiEd25519PublicKey, MultiEd25519Signature } from '../../core/crypto/multiEd25519.mjs';
6
- import { Ed25519PublicKey, Ed25519Signature } from '../../core/crypto/ed25519.mjs';
7
- import '../../types/types.mjs';
1
+ import { S as Serializable, b as Serializer, a as Deserializer, E as Ed25519PublicKey, s as Ed25519Signature, t as MultiEd25519PublicKey, u as MultiEd25519Signature, W as AccountAuthenticator, n as AccountAddress } from '../../account-9G6tix5T.mjs';
8
2
  import '../../types/indexer.mjs';
9
3
  import '../../types/generated/operations.mjs';
10
4
  import '../../types/generated/types.mjs';
11
5
  import '../../utils/apiEndpoints.mjs';
12
- import '../../core/hex.mjs';
13
- import '../../core/common.mjs';
14
- import '../../core/crypto/multiKey.mjs';
15
- import '../../publicKey-CJOcUwJK.mjs';
16
- import '../../core/crypto/signature.mjs';
17
- import '../../api/aptosConfig.mjs';
18
6
  import '../../utils/const.mjs';
19
- import '../../core/crypto/singleKey.mjs';
20
- import '../../core/crypto/secp256k1.mjs';
21
- import '../../core/crypto/privateKey.mjs';
22
- import '../instances/transactionArgument.mjs';
7
+ import '../../core/common.mjs';
23
8
 
24
9
  /**
25
10
  * Represents an abstract base class for transaction authenticators.
@@ -1,2 +1,2 @@
1
- import{Aa as f,va as a,wa as b,xa as c,ya as d,za as e}from"../../chunk-BK56GLTP.mjs";import"../../chunk-V74WPKSY.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-A5L76YP7.mjs";import"../../chunk-XKUIMGKU.mjs";import"../../chunk-N6YTF76Q.mjs";import"../../chunk-CO67Y6YE.mjs";import"../../chunk-G3MHXDYA.mjs";import"../../chunk-57J5YBMT.mjs";import"../../chunk-GOXRBEIJ.mjs";import"../../chunk-XJJVJOX5.mjs";import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-RQX6JOEN.mjs";import"../../chunk-CFQFFP6N.mjs";import"../../chunk-UQWF24SS.mjs";import"../../chunk-DPW6ELCQ.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-ROT6S6BM.mjs";import"../../chunk-WSR5EBJM.mjs";import"../../chunk-WCMW2L3P.mjs";import"../../chunk-W4BSN6SK.mjs";import"../../chunk-V3MBJJTL.mjs";import"../../chunk-KJH4KKG6.mjs";import"../../chunk-FGFLPH5K.mjs";import"../../chunk-U7HD6PQV.mjs";import"../../chunk-AMAPBD4D.mjs";import"../../chunk-V2QSMVJ5.mjs";import"../../chunk-KRBZ54CY.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-GBNAG7KK.mjs";import"../../chunk-VHNX2NUR.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-UOP7GBXB.mjs";import"../../chunk-CZYH3G7E.mjs";import"../../chunk-HETYL3WN.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-CW35YAMN.mjs";import"../../chunk-6WDVDEQZ.mjs";import"../../chunk-XTMUMN74.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-RJ7F4JDV.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-Q4W3WJ2U.mjs";import"../../chunk-ORMOQWWH.mjs";import"../../chunk-TOBQ5UE6.mjs";import"../../chunk-MT2RJ7H3.mjs";import"../../chunk-FLZPUYXQ.mjs";import"../../chunk-7DQDJ2SA.mjs";import"../../chunk-HNBVYE3N.mjs";import"../../chunk-RGKRCZ36.mjs";import"../../chunk-FD6FGKYY.mjs";import"../../chunk-ODAAZLPK.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-EBMEXURY.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-VEGW6HP5.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as TransactionAuthenticator,b as TransactionAuthenticatorEd25519,e as TransactionAuthenticatorFeePayer,d as TransactionAuthenticatorMultiAgent,c as TransactionAuthenticatorMultiEd25519,f as TransactionAuthenticatorSingleSender};
1
+ import{Da as a,Ea as b,Fa as c,Ga as d,Ha as e,Ia as f}from"../../chunk-GMDBBVDH.mjs";import"../../chunk-2XQKGWHQ.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-A5L76YP7.mjs";import"../../chunk-XKUIMGKU.mjs";import"../../chunk-N6YTF76Q.mjs";import"../../chunk-CO67Y6YE.mjs";import"../../chunk-G3MHXDYA.mjs";import"../../chunk-PFXXFUBL.mjs";import"../../chunk-GOXRBEIJ.mjs";import"../../chunk-XJJVJOX5.mjs";import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-RQX6JOEN.mjs";import"../../chunk-CFQFFP6N.mjs";import"../../chunk-UQWF24SS.mjs";import"../../chunk-DPW6ELCQ.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-ROT6S6BM.mjs";import"../../chunk-WSR5EBJM.mjs";import"../../chunk-WCMW2L3P.mjs";import"../../chunk-W4BSN6SK.mjs";import"../../chunk-V3MBJJTL.mjs";import"../../chunk-KJH4KKG6.mjs";import"../../chunk-FGFLPH5K.mjs";import"../../chunk-FSP4QM2T.mjs";import"../../chunk-SAMHWS73.mjs";import"../../chunk-7T62PEFI.mjs";import"../../chunk-R7NQJWDG.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-IDHVW7HS.mjs";import"../../chunk-VHNX2NUR.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-YHGGNYYL.mjs";import"../../chunk-5ZRPV4YI.mjs";import"../../chunk-WOTQ7227.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-CW35YAMN.mjs";import"../../chunk-6WDVDEQZ.mjs";import"../../chunk-7DQDJ2SA.mjs";import"../../chunk-HNBVYE3N.mjs";import"../../chunk-RGKRCZ36.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-Q4W3WJ2U.mjs";import"../../chunk-ORMOQWWH.mjs";import"../../chunk-TOBQ5UE6.mjs";import"../../chunk-MT2RJ7H3.mjs";import"../../chunk-FD6FGKYY.mjs";import"../../chunk-4H2RMR7D.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-FLZPUYXQ.mjs";import"../../chunk-EBMEXURY.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-UIVX6WSC.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-RJ7F4JDV.mjs";import"../../chunk-HMUIOIBG.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as TransactionAuthenticator,b as TransactionAuthenticatorEd25519,e as TransactionAuthenticatorFeePayer,d as TransactionAuthenticatorMultiAgent,c as TransactionAuthenticatorMultiEd25519,f as TransactionAuthenticatorSingleSender};
2
2
  //# sourceMappingURL=transaction.mjs.map
@@ -1,42 +1,15 @@
1
- export { AccountAuthenticator, AccountAuthenticatorAbstraction, AccountAuthenticatorEd25519, AccountAuthenticatorMultiEd25519, AccountAuthenticatorMultiKey, AccountAuthenticatorNoAccountAuthenticator, AccountAuthenticatorSingleKey } from './authenticator/account.mjs';
1
+ export { W as AccountAuthenticator, a0 as AccountAuthenticatorAbstraction, X as AccountAuthenticatorEd25519, Y as AccountAuthenticatorMultiEd25519, _ as AccountAuthenticatorMultiKey, $ as AccountAuthenticatorNoAccountAuthenticator, Z as AccountAuthenticatorSingleKey, bf as AnyRawTransaction, aR as AnyRawTransactionInstance, aV as AnyTransactionPayloadInstance, a1 as ChainId, ag as EntryFunction, ba as EntryFunctionABI, a9 as EntryFunctionArgument, aO as EntryFunctionArgumentTypes, a7 as FeePayerRawTransaction, b9 as FunctionABI, a2 as Identifier, aY as InputEntryFunctionData, a_ as InputEntryFunctionDataWithABI, b0 as InputEntryFunctionDataWithRemoteABI, bd as InputGenerateMultiAgentRawTransactionArgs, bj as InputGenerateMultiAgentRawTransactionData, aU as InputGenerateOrderlessTransactionOptions, be as InputGenerateRawTransactionArgs, aT as InputGenerateSequenceNumberTransactionOptions, bc as InputGenerateSingleSignerRawTransactionArgs, bi as InputGenerateSingleSignerRawTransactionData, bk as InputGenerateTransactionData, aS as InputGenerateTransactionOptions, aW as InputGenerateTransactionPayloadData, aZ as InputGenerateTransactionPayloadDataWithABI, aX as InputGenerateTransactionPayloadDataWithRemoteABI, b1 as InputMultiSigData, a$ as InputMultiSigDataWithABI, b2 as InputMultiSigDataWithRemoteABI, b3 as InputScriptData, bg as InputSimulateTransactionData, bh as InputSimulateTransactionOptions, bm as InputSubmitTransactionData, bl as InputTransactionPluginData, b4 as InputViewFunctionData, b8 as InputViewFunctionDataWithABI, b7 as InputViewFunctionDataWithRemoteABI, b5 as InputViewFunctionJsonData, a3 as ModuleId, a6 as MultiAgentRawTransaction, at as MultiAgentTransaction, ai as MultiSig, aj as MultiSigTransactionPayload, a4 as RawTransaction, a5 as RawTransactionWithData, ah as Script, aa as ScriptFunctionArgument, aP as ScriptFunctionArgumentTypes, aN as SimpleEntryFunctionArgumentTypes, as as SimpleTransaction, aI as StructTag, a8 as TransactionArgument, am as TransactionExecutable, ap as TransactionExecutableEmpty, ao as TransactionExecutableEntryFunction, an as TransactionExecutableScript, aq as TransactionExtraConfig, ar as TransactionExtraConfigV1, ak as TransactionInnerPayload, al as TransactionInnerPayloadV1, ac as TransactionPayload, ae as TransactionPayloadEntryFunction, af as TransactionPayloadMultiSig, ad as TransactionPayloadScript, aQ as TypeArgument, au as TypeTag, aC as TypeTagAddress, av as TypeTagBool, aF as TypeTagGeneric, aE as TypeTagReference, aD as TypeTagSigner, aH as TypeTagStruct, aA as TypeTagU128, ax as TypeTagU16, aB as TypeTagU256, ay as TypeTagU32, az as TypeTagU64, aw as TypeTagU8, aG as TypeTagVector, bb as ViewFunctionABI, b6 as ViewFunctionJsonPayload, aJ as aptosCoinStructTag, ab as deserializeFromScriptArgument, aM as objectStructTag, aL as optionStructTag, aK as stringStructTag } from '../account-9G6tix5T.mjs';
2
2
  export { TransactionAuthenticator, TransactionAuthenticatorEd25519, TransactionAuthenticatorFeePayer, TransactionAuthenticatorMultiAgent, TransactionAuthenticatorMultiEd25519, TransactionAuthenticatorSingleSender } from './authenticator/transaction.mjs';
3
- export { ChainId } from './instances/chainId.mjs';
4
- export { Identifier } from './instances/identifier.mjs';
5
- export { ModuleId } from './instances/moduleId.mjs';
6
- export { FeePayerRawTransaction, MultiAgentRawTransaction, RawTransaction, RawTransactionWithData } from './instances/rawTransaction.mjs';
7
3
  export { RotationProofChallenge } from './instances/rotationProofChallenge.mjs';
8
4
  export { SignedTransaction } from './instances/signedTransaction.mjs';
9
- export { EntryFunctionArgument, ScriptFunctionArgument, TransactionArgument } from './instances/transactionArgument.mjs';
10
- export { EntryFunction, MultiSig, MultiSigTransactionPayload, Script, TransactionPayload, TransactionPayloadEntryFunction, TransactionPayloadMultiSig, TransactionPayloadScript, deserializeFromScriptArgument } from './instances/transactionPayload.mjs';
11
- export { SimpleTransaction } from './instances/simpleTransaction.mjs';
12
- export { MultiAgentTransaction } from './instances/multiAgentTransaction.mjs';
13
5
  export { convertNumber, findFirstNonSignerArg, isBcsAddress, isBcsBool, isBcsFixedBytes, isBcsString, isBcsU128, isBcsU16, isBcsU256, isBcsU32, isBcsU64, isBcsU8, isBool, isEmptyOption, isEncodedEntryFunctionArgument, isLargeNumber, isNumber, isScriptDataInput, isString, throwTypeMismatch } from './transactionBuilder/helpers.mjs';
14
- export { buildTransaction, generateRawTransaction, generateSignedTransaction, generateSignedTransactionForSimulation, generateTransactionPayload, generateTransactionPayloadWithABI, generateUserTransactionHash, generateViewFunctionPayload, generateViewFunctionPayloadWithABI, getAuthenticatorForSimulation, hashValues } from './transactionBuilder/transactionBuilder.mjs';
6
+ export { buildTransaction, convertPayloadToInnerPayload, generateRawTransaction, generateSignedTransaction, generateSignedTransactionForSimulation, generateTransactionPayload, generateTransactionPayloadWithABI, generateUserTransactionHash, generateViewFunctionPayload, generateViewFunctionPayloadWithABI, getAuthenticatorForSimulation, hashValues } from './transactionBuilder/transactionBuilder.mjs';
15
7
  export { checkOrConvertArgument, convertArgument, fetchEntryFunctionAbi, fetchFunctionAbi, fetchModuleAbi, fetchMoveFunctionAbi, fetchViewFunctionAbi, standardizeTypeTags } from './transactionBuilder/remoteAbi.mjs';
16
8
  export { deriveTransactionType, generateSigningMessage, generateSigningMessageForSerializable, generateSigningMessageForTransaction } from './transactionBuilder/signingMessage.mjs';
17
- export { StructTag, TypeTag, TypeTagAddress, TypeTagBool, TypeTagGeneric, TypeTagReference, TypeTagSigner, TypeTagStruct, TypeTagU128, TypeTagU16, TypeTagU256, TypeTagU32, TypeTagU64, TypeTagU8, TypeTagVector, aptosCoinStructTag, objectStructTag, optionStructTag, stringStructTag } from './typeTag/index.mjs';
18
9
  export { TypeTagParserError, TypeTagParserErrorType, parseTypeTag } from './typeTag/parser.mjs';
19
- export { AnyRawTransaction, AnyRawTransactionInstance, AnyTransactionPayloadInstance, EntryFunctionABI, EntryFunctionArgumentTypes, FunctionABI, InputEntryFunctionData, InputEntryFunctionDataWithABI, InputEntryFunctionDataWithRemoteABI, InputGenerateMultiAgentRawTransactionArgs, InputGenerateMultiAgentRawTransactionData, InputGenerateRawTransactionArgs, InputGenerateSingleSignerRawTransactionArgs, InputGenerateSingleSignerRawTransactionData, InputGenerateTransactionData, InputGenerateTransactionOptions, InputGenerateTransactionPayloadData, InputGenerateTransactionPayloadDataWithABI, InputGenerateTransactionPayloadDataWithRemoteABI, InputMultiSigData, InputMultiSigDataWithABI, InputMultiSigDataWithRemoteABI, InputScriptData, InputSimulateTransactionData, InputSimulateTransactionOptions, InputSubmitTransactionData, InputViewFunctionData, InputViewFunctionDataWithABI, InputViewFunctionDataWithRemoteABI, InputViewFunctionJsonData, ScriptFunctionArgumentTypes, SimpleEntryFunctionArgumentTypes, TypeArgument, ViewFunctionABI, ViewFunctionJsonPayload } from './types.mjs';
20
- import '../bcs/deserializer.mjs';
21
- import '../types/types.mjs';
22
10
  import '../types/indexer.mjs';
23
11
  import '../types/generated/operations.mjs';
24
12
  import '../types/generated/types.mjs';
25
13
  import '../utils/apiEndpoints.mjs';
26
- import '../bcs/serializer.mjs';
27
- import '../core/hex.mjs';
28
- import '../core/common.mjs';
29
- import '../core/crypto/ed25519.mjs';
30
- import '../publicKey-CJOcUwJK.mjs';
31
- import '../core/accountAddress.mjs';
32
- import '../core/crypto/signature.mjs';
33
- import '../api/aptosConfig.mjs';
34
14
  import '../utils/const.mjs';
35
- import '../core/crypto/privateKey.mjs';
36
- import '../core/crypto/multiEd25519.mjs';
37
- import '../core/crypto/multiKey.mjs';
38
- import '../core/crypto/singleKey.mjs';
39
- import '../core/crypto/secp256k1.mjs';
40
- import '../bcs/serializable/movePrimitives.mjs';
41
- import '../bcs/serializable/moveStructs.mjs';
42
- import '../bcs/serializable/fixedBytes.mjs';
15
+ import '../core/common.mjs';
@@ -1,2 +1,2 @@
1
- import{$ as u,$a as fa,Aa as W,Ab as Ga,Ba as X,Bb as Ha,Ca as Y,Cb as Ia,Da as Z,Db as Ja,Ea as _,Eb as Ka,Fa as $,Fb as La,Ga as aa,Gb as Ma,Ha as ba,Hb as Na,Ib as Oa,J as a,Jb as Pa,K as b,Kb as Qa,L as c,Lb as Ra,M as d,N as e,O as f,P as g,Q as j,R as k,S as l,T as m,U as n,V as o,W as p,X as q,Y as r,Ya as ca,Z as s,Za as da,_ as t,_a as ea,aa as v,ab as ga,ba as w,bb as ha,ca as x,cb as ia,da as y,db as ja,ea as z,eb as ka,fa as A,fb as la,ga as B,gb as ma,ha as C,hb as na,ia as D,ib as oa,ja as E,jb as pa,ka as F,kb as qa,la as G,lb as ra,ma as H,mb as sa,na as I,nb as ta,oa as J,ob as ua,pa as K,pb as va,qa as L,qb as wa,ra as M,rb as xa,sa as N,sb as ya,ta as O,tb as za,ua as P,ub as Aa,va as R,vb as Ba,wa as S,wb as Ca,xa as T,xb as Da,ya as U,yb as Ea,za as V,zb as Fa}from"../chunk-BK56GLTP.mjs";import{a as Q}from"../chunk-V74WPKSY.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-A5L76YP7.mjs";import{a as h}from"../chunk-XKUIMGKU.mjs";import{a as i}from"../chunk-N6YTF76Q.mjs";import"../chunk-CO67Y6YE.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-57J5YBMT.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-RQX6JOEN.mjs";import"../chunk-CFQFFP6N.mjs";import"../chunk-UQWF24SS.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-WSR5EBJM.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-KJH4KKG6.mjs";import"../chunk-FGFLPH5K.mjs";import"../chunk-U7HD6PQV.mjs";import"../chunk-AMAPBD4D.mjs";import"../chunk-V2QSMVJ5.mjs";import"../chunk-KRBZ54CY.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-GBNAG7KK.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-UOP7GBXB.mjs";import"../chunk-CZYH3G7E.mjs";import"../chunk-HETYL3WN.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-CW35YAMN.mjs";import"../chunk-6WDVDEQZ.mjs";import"../chunk-XTMUMN74.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-Q4W3WJ2U.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-ODAAZLPK.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-VEGW6HP5.mjs";import"../chunk-KDMSOCZY.mjs";export{a as AccountAuthenticator,g as AccountAuthenticatorAbstraction,b as AccountAuthenticatorEd25519,c as AccountAuthenticatorMultiEd25519,e as AccountAuthenticatorMultiKey,f as AccountAuthenticatorNoAccountAuthenticator,d as AccountAuthenticatorSingleKey,h as ChainId,I as EntryFunction,P as FeePayerRawTransaction,i as Identifier,j as ModuleId,O as MultiAgentRawTransaction,Z as MultiAgentTransaction,K as MultiSig,L as MultiSigTransactionPayload,M as RawTransaction,N as RawTransactionWithData,Q as RotationProofChallenge,J as Script,X as SignedTransaction,Y as SimpleTransaction,y as StructTag,R as TransactionAuthenticator,S as TransactionAuthenticatorEd25519,V as TransactionAuthenticatorFeePayer,U as TransactionAuthenticatorMultiAgent,T as TransactionAuthenticatorMultiEd25519,W as TransactionAuthenticatorSingleSender,E as TransactionPayload,G as TransactionPayloadEntryFunction,H as TransactionPayloadMultiSig,F as TransactionPayloadScript,k as TypeTag,s as TypeTagAddress,l as TypeTagBool,v as TypeTagGeneric,da as TypeTagParserError,ca as TypeTagParserErrorType,u as TypeTagReference,t as TypeTagSigner,x as TypeTagStruct,q as TypeTagU128,n as TypeTagU16,r as TypeTagU256,o as TypeTagU32,p as TypeTagU64,m as TypeTagU8,w as TypeTagVector,z as aptosCoinStructTag,Ma as buildTransaction,Ga as checkOrConvertArgument,Fa as convertArgument,ia as convertNumber,_ as deriveTransactionType,D as deserializeFromScriptArgument,Da as fetchEntryFunctionAbi,Ba as fetchFunctionAbi,Aa as fetchModuleAbi,Ca as fetchMoveFunctionAbi,Ea as fetchViewFunctionAbi,ya as findFirstNonSignerArg,La as generateRawTransaction,Pa as generateSignedTransaction,Na as generateSignedTransactionForSimulation,$ as generateSigningMessage,aa as generateSigningMessageForSerializable,ba as generateSigningMessageForTransaction,Ha as generateTransactionPayload,Ia as generateTransactionPayloadWithABI,Ra as generateUserTransactionHash,Ja as generateViewFunctionPayload,Ka as generateViewFunctionPayloadWithABI,Oa as getAuthenticatorForSimulation,Qa as hashValues,na as isBcsAddress,ma as isBcsBool,pa as isBcsFixedBytes,oa as isBcsString,ua as isBcsU128,ra as isBcsU16,va as isBcsU256,sa as isBcsU32,ta as isBcsU64,qa as isBcsU8,fa as isBool,ka as isEmptyOption,la as isEncodedEntryFunctionArgument,ja as isLargeNumber,ha as isNumber,wa as isScriptDataInput,ga as isString,C as objectStructTag,B as optionStructTag,ea as parseTypeTag,za as standardizeTypeTags,A as stringStructTag,xa as throwTypeMismatch};
1
+ import{$ as u,Aa as V,Ab as Ga,Ba as W,Bb as Ha,Ca as X,Cb as Ia,Da as Z,Db as Ja,Ea as _,Eb as Ka,Fa as $,Fb as La,Ga as aa,Gb as Ma,Ha as ba,Hb as Na,Ia as ca,Ib as Oa,J as a,Ja as da,Jb as Pa,K as b,Ka as ea,Kb as Qa,L as c,La as fa,Lb as Ra,M as d,Ma as ga,Mb as Sa,N as e,Na as ha,Nb as Ta,O as f,Oa as ia,Ob as Ua,P as g,Pa as ja,Pb as Va,Q as j,Qb as Wa,R as k,Rb as Xa,S as l,Sb as Ya,T as m,Tb as Za,U as n,Ub as _a,V as o,W as p,X as q,Y as r,Z as s,_ as t,aa as v,ba as w,ca as x,da as y,ea as z,eb as ka,fa as A,fb as la,ga as B,gb as ma,ha as C,hb as na,ia as D,ib as oa,ja as E,jb as pa,ka as F,kb as qa,la as G,lb as ra,ma as H,mb as sa,na as I,nb as ta,oa as J,ob as ua,pa as K,pb as va,qa as L,qb as wa,ra as M,rb as xa,sa as N,sb as ya,ta as O,tb as za,ua as P,ub as Aa,va as Q,vb as Ba,wa as R,wb as Ca,xa as S,xb as Da,ya as T,yb as Ea,za as U,zb as Fa}from"../chunk-GMDBBVDH.mjs";import{a as Y}from"../chunk-2XQKGWHQ.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-A5L76YP7.mjs";import{a as h}from"../chunk-XKUIMGKU.mjs";import{a as i}from"../chunk-N6YTF76Q.mjs";import"../chunk-CO67Y6YE.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-PFXXFUBL.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-RQX6JOEN.mjs";import"../chunk-CFQFFP6N.mjs";import"../chunk-UQWF24SS.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-WSR5EBJM.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-KJH4KKG6.mjs";import"../chunk-FGFLPH5K.mjs";import"../chunk-FSP4QM2T.mjs";import"../chunk-SAMHWS73.mjs";import"../chunk-7T62PEFI.mjs";import"../chunk-R7NQJWDG.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-IDHVW7HS.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-YHGGNYYL.mjs";import"../chunk-5ZRPV4YI.mjs";import"../chunk-WOTQ7227.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-CW35YAMN.mjs";import"../chunk-6WDVDEQZ.mjs";import"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-Q4W3WJ2U.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4H2RMR7D.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-UIVX6WSC.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-HMUIOIBG.mjs";import"../chunk-KDMSOCZY.mjs";export{a as AccountAuthenticator,g as AccountAuthenticatorAbstraction,b as AccountAuthenticatorEd25519,c as AccountAuthenticatorMultiEd25519,e as AccountAuthenticatorMultiKey,f as AccountAuthenticatorNoAccountAuthenticator,d as AccountAuthenticatorSingleKey,h as ChainId,I as EntryFunction,X as FeePayerRawTransaction,i as Identifier,j as ModuleId,W as MultiAgentRawTransaction,fa as MultiAgentTransaction,K as MultiSig,L as MultiSigTransactionPayload,U as RawTransaction,V as RawTransactionWithData,Y as RotationProofChallenge,J as Script,da as SignedTransaction,ea as SimpleTransaction,y as StructTag,Z as TransactionAuthenticator,_ as TransactionAuthenticatorEd25519,ba as TransactionAuthenticatorFeePayer,aa as TransactionAuthenticatorMultiAgent,$ as TransactionAuthenticatorMultiEd25519,ca as TransactionAuthenticatorSingleSender,O as TransactionExecutable,R as TransactionExecutableEmpty,Q as TransactionExecutableEntryFunction,P as TransactionExecutableScript,S as TransactionExtraConfig,T as TransactionExtraConfigV1,M as TransactionInnerPayload,N as TransactionInnerPayloadV1,E as TransactionPayload,G as TransactionPayloadEntryFunction,H as TransactionPayloadMultiSig,F as TransactionPayloadScript,k as TypeTag,s as TypeTagAddress,l as TypeTagBool,v as TypeTagGeneric,la as TypeTagParserError,ka as TypeTagParserErrorType,u as TypeTagReference,t as TypeTagSigner,x as TypeTagStruct,q as TypeTagU128,n as TypeTagU16,r as TypeTagU256,o as TypeTagU32,p as TypeTagU64,m as TypeTagU8,w as TypeTagVector,z as aptosCoinStructTag,Va as buildTransaction,Oa as checkOrConvertArgument,Na as convertArgument,qa as convertNumber,Ua as convertPayloadToInnerPayload,ga as deriveTransactionType,D as deserializeFromScriptArgument,La as fetchEntryFunctionAbi,Ja as fetchFunctionAbi,Ia as fetchModuleAbi,Ka as fetchMoveFunctionAbi,Ma as fetchViewFunctionAbi,Ga as findFirstNonSignerArg,Ta as generateRawTransaction,Ya as generateSignedTransaction,Wa as generateSignedTransactionForSimulation,ha as generateSigningMessage,ia as generateSigningMessageForSerializable,ja as generateSigningMessageForTransaction,Pa as generateTransactionPayload,Qa as generateTransactionPayloadWithABI,_a as generateUserTransactionHash,Ra as generateViewFunctionPayload,Sa as generateViewFunctionPayloadWithABI,Xa as getAuthenticatorForSimulation,Za as hashValues,va as isBcsAddress,ua as isBcsBool,xa as isBcsFixedBytes,wa as isBcsString,Ca as isBcsU128,za as isBcsU16,Da as isBcsU256,Aa as isBcsU32,Ba as isBcsU64,ya as isBcsU8,na as isBool,sa as isEmptyOption,ta as isEncodedEntryFunctionArgument,ra as isLargeNumber,pa as isNumber,Ea as isScriptDataInput,oa as isString,C as objectStructTag,B as optionStructTag,ma as parseTypeTag,Ha as standardizeTypeTags,A as stringStructTag,Fa as throwTypeMismatch};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1,48 +1,7 @@
1
- import { Serializable, Serializer } from '../../bcs/serializer.mjs';
2
- import { Deserializer } from '../../bcs/deserializer.mjs';
3
- import '../../core/hex.mjs';
4
- import '../../core/common.mjs';
5
- import '../../types/types.mjs';
1
+ export { a1 as ChainId } from '../../account-9G6tix5T.mjs';
6
2
  import '../../types/indexer.mjs';
7
3
  import '../../types/generated/operations.mjs';
8
4
  import '../../types/generated/types.mjs';
9
5
  import '../../utils/apiEndpoints.mjs';
10
-
11
- /**
12
- * Represents a ChainId that can be serialized and deserialized.
13
- *
14
- * @extends Serializable
15
- * @group Implementation
16
- * @category Transactions
17
- */
18
- declare class ChainId extends Serializable {
19
- readonly chainId: number;
20
- /**
21
- * Initializes a new instance of the class with the specified chain ID.
22
- *
23
- * @param chainId - The ID of the blockchain network to be used.
24
- * @group Implementation
25
- * @category Transactions
26
- */
27
- constructor(chainId: number);
28
- /**
29
- * Serializes the current object using the provided serializer.
30
- * This function helps in converting the object into a format suitable for transmission or storage.
31
- *
32
- * @param serializer - The serializer instance used to perform the serialization.
33
- * @group Implementation
34
- * @category Transactions
35
- */
36
- serialize(serializer: Serializer): void;
37
- /**
38
- * Deserializes a ChainId from the provided deserializer.
39
- * This function allows you to reconstruct a ChainId object from serialized data.
40
- *
41
- * @param deserializer - The deserializer instance used to read the serialized data.
42
- * @group Implementation
43
- * @category Transactions
44
- */
45
- static deserialize(deserializer: Deserializer): ChainId;
46
- }
47
-
48
- export { ChainId };
6
+ import '../../utils/const.mjs';
7
+ import '../../core/common.mjs';
@@ -1,49 +1,7 @@
1
- import { Deserializer } from '../../bcs/deserializer.mjs';
2
- import { Serializable, Serializer } from '../../bcs/serializer.mjs';
3
- import '../../types/types.mjs';
1
+ export { a2 as Identifier } from '../../account-9G6tix5T.mjs';
4
2
  import '../../types/indexer.mjs';
5
3
  import '../../types/generated/operations.mjs';
6
4
  import '../../types/generated/types.mjs';
7
5
  import '../../utils/apiEndpoints.mjs';
8
- import '../../core/hex.mjs';
6
+ import '../../utils/const.mjs';
9
7
  import '../../core/common.mjs';
10
-
11
- /**
12
- * Represents an Identifier that can be serialized and deserialized.
13
- * This class is used to denote the module "name" in "ModuleId" and
14
- * the "function name" in "EntryFunction".
15
- *
16
- * @extends Serializable
17
- * @group Implementation
18
- * @category Transactions
19
- */
20
- declare class Identifier extends Serializable {
21
- identifier: string;
22
- /**
23
- * Creates an instance of the class with a specified identifier.
24
- *
25
- * @param identifier - The unique identifier for the instance.
26
- * @group Implementation
27
- * @category Transactions
28
- */
29
- constructor(identifier: string);
30
- /**
31
- * Serializes the identifier of the current instance using the provided serializer.
32
- *
33
- * @param serializer - The serializer instance used to perform the serialization.
34
- * @group Implementation
35
- * @category Transactions
36
- */
37
- serialize(serializer: Serializer): void;
38
- /**
39
- * Deserializes an identifier from the provided deserializer.
40
- * This function is useful for reconstructing an Identifier object from a serialized format.
41
- *
42
- * @param deserializer - The deserializer instance used to read the serialized data.
43
- * @group Implementation
44
- * @category Transactions
45
- */
46
- static deserialize(deserializer: Deserializer): Identifier;
47
- }
48
-
49
- export { Identifier };