@aptos-labs/ts-sdk 2.0.1-zeta.0 → 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 (654) 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 +5774 -9904
  8. package/dist/common/index.js +34 -53
  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 -32
  26. package/dist/esm/account/FederatedKeylessAccount.mjs +1 -1
  27. package/dist/esm/account/KeylessAccount.d.mts +4 -32
  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 +4 -122
  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 -35
  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 -34
  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 -34
  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/sign.mjs.map +1 -1
  81. package/dist/esm/api/transactionSubmission/simulate.d.mts +2 -29
  82. package/dist/esm/api/transactionSubmission/simulate.mjs +1 -1
  83. package/dist/esm/api/transactionSubmission/submit.d.mts +4 -31
  84. package/dist/esm/api/transactionSubmission/submit.mjs +1 -1
  85. package/dist/esm/api/utils.d.mts +2 -2
  86. package/dist/esm/api/utils.mjs +1 -1
  87. package/dist/esm/bcs/consts.d.mts +3 -1
  88. package/dist/esm/bcs/deserializer.d.mts +3 -304
  89. package/dist/esm/bcs/index.d.mts +2 -8
  90. package/dist/esm/bcs/index.mjs +1 -1
  91. package/dist/esm/bcs/serializable/entryFunctionBytes.d.mts +3 -7
  92. package/dist/esm/bcs/serializable/fixedBytes.d.mts +3 -90
  93. package/dist/esm/bcs/serializable/movePrimitives.d.mts +2 -167
  94. package/dist/esm/bcs/serializable/movePrimitives.mjs +1 -1
  95. package/dist/esm/bcs/serializable/moveStructs.d.mts +2 -430
  96. package/dist/esm/bcs/serializable/moveStructs.mjs +1 -1
  97. package/dist/esm/bcs/serializer.d.mts +3 -325
  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-34DNOEXM.mjs → chunk-7T62PEFI.mjs} +2 -2
  102. package/dist/esm/{chunk-XZSENMD7.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-JPJH4LRA.mjs → chunk-IDHVW7HS.mjs} +2 -2
  108. package/dist/esm/{chunk-57J5YBMT.mjs → chunk-PFXXFUBL.mjs} +2 -2
  109. package/dist/esm/{chunk-DWQQIYFI.mjs → chunk-R7NQJWDG.mjs} +2 -2
  110. package/dist/esm/chunk-RJ7F4JDV.mjs +2 -0
  111. package/dist/esm/{chunk-JCFTAG5Z.mjs.map → chunk-RJ7F4JDV.mjs.map} +1 -1
  112. package/dist/esm/{chunk-VDNJWUHZ.mjs → chunk-SAMHWS73.mjs} +2 -2
  113. package/dist/esm/chunk-UIVX6WSC.mjs +2 -0
  114. package/dist/esm/chunk-UIVX6WSC.mjs.map +1 -0
  115. package/dist/esm/{chunk-UL777LTI.mjs → chunk-VHNX2NUR.mjs} +26 -47
  116. package/dist/esm/chunk-VHNX2NUR.mjs.map +1 -0
  117. package/dist/esm/{chunk-HETYL3WN.mjs → chunk-WOTQ7227.mjs} +2 -2
  118. package/dist/esm/{chunk-CZYH3G7E.mjs → chunk-YHGGNYYL.mjs} +2 -2
  119. package/dist/esm/cli/index.d.mts +3 -7
  120. package/dist/esm/cli/index.mjs +1 -1
  121. package/dist/esm/cli/localNode.mjs +1 -1
  122. package/dist/esm/cli/move.d.mts +3 -7
  123. package/dist/esm/client/core.d.mts +3 -3
  124. package/dist/esm/client/core.mjs +1 -1
  125. package/dist/esm/client/get.d.mts +3 -3
  126. package/dist/esm/client/get.mjs +1 -1
  127. package/dist/esm/client/index.d.mts +2 -2
  128. package/dist/esm/client/index.mjs +1 -1
  129. package/dist/esm/client/post.d.mts +3 -3
  130. package/dist/esm/client/post.mjs +1 -1
  131. package/dist/esm/core/account/index.d.mts +3 -7
  132. package/dist/esm/core/account/index.mjs +1 -1
  133. package/dist/esm/core/account/utils/address.d.mts +3 -7
  134. package/dist/esm/core/account/utils/address.mjs +1 -1
  135. package/dist/esm/core/account/utils/index.d.mts +3 -7
  136. package/dist/esm/core/account/utils/index.mjs +1 -1
  137. package/dist/esm/core/accountAddress.d.mts +3 -329
  138. package/dist/esm/core/accountAddress.mjs +1 -1
  139. package/dist/esm/core/authenticationKey.d.mts +2 -10
  140. package/dist/esm/core/authenticationKey.mjs +1 -1
  141. package/dist/esm/core/crypto/abstraction.d.mts +2 -10
  142. package/dist/esm/core/crypto/abstraction.mjs +1 -1
  143. package/dist/esm/core/crypto/deserializationUtils.d.mts +2 -10
  144. package/dist/esm/core/crypto/deserializationUtils.mjs +1 -1
  145. package/dist/esm/core/crypto/ed25519.d.mts +2 -301
  146. package/dist/esm/core/crypto/ed25519.mjs +1 -1
  147. package/dist/esm/core/crypto/ephemeral.d.mts +2 -10
  148. package/dist/esm/core/crypto/ephemeral.mjs +1 -1
  149. package/dist/esm/core/crypto/federatedKeyless.d.mts +4 -12
  150. package/dist/esm/core/crypto/federatedKeyless.mjs +1 -1
  151. package/dist/esm/core/crypto/index.d.mts +3 -18
  152. package/dist/esm/core/crypto/index.mjs +1 -1
  153. package/dist/esm/core/crypto/keyless.d.mts +3 -11
  154. package/dist/esm/core/crypto/keyless.mjs +1 -1
  155. package/dist/esm/core/crypto/multiEd25519.d.mts +2 -238
  156. package/dist/esm/core/crypto/multiEd25519.mjs +1 -1
  157. package/dist/esm/core/crypto/multiKey.d.mts +2 -256
  158. package/dist/esm/core/crypto/multiKey.mjs +1 -1
  159. package/dist/esm/core/crypto/privateKey.d.mts +2 -71
  160. package/dist/esm/core/crypto/privateKey.mjs +1 -1
  161. package/dist/esm/core/crypto/proof.d.mts +3 -4
  162. package/dist/esm/core/crypto/proof.mjs +1 -1
  163. package/dist/esm/core/crypto/publicKey.d.mts +2 -10
  164. package/dist/esm/core/crypto/publicKey.mjs +1 -1
  165. package/dist/esm/core/crypto/secp256k1.d.mts +2 -274
  166. package/dist/esm/core/crypto/secp256k1.mjs +1 -1
  167. package/dist/esm/core/crypto/signature.d.mts +3 -31
  168. package/dist/esm/core/crypto/signature.mjs +1 -1
  169. package/dist/esm/core/crypto/singleKey.d.mts +2 -182
  170. package/dist/esm/core/crypto/singleKey.mjs +1 -1
  171. package/dist/esm/core/crypto/utils.d.mts +3 -1
  172. package/dist/esm/core/hex.d.mts +3 -156
  173. package/dist/esm/core/index.d.mts +2 -17
  174. package/dist/esm/core/index.mjs +1 -1
  175. package/dist/esm/errors/index.d.mts +2 -1
  176. package/dist/esm/errors/index.mjs +1 -1
  177. package/dist/esm/{federatedKeyless-DAYXjY2Y.d.mts → federatedKeyless-CVKW5pnz.d.mts} +1 -7
  178. package/dist/esm/index.d.mts +5 -34
  179. package/dist/esm/index.mjs +1 -1
  180. package/dist/esm/internal/abstraction.d.mts +2 -29
  181. package/dist/esm/internal/abstraction.mjs +1 -1
  182. package/dist/esm/internal/account.d.mts +9 -66
  183. package/dist/esm/internal/account.mjs +1 -1
  184. package/dist/esm/internal/ans.d.mts +3 -30
  185. package/dist/esm/internal/ans.mjs +1 -1
  186. package/dist/esm/internal/coin.d.mts +3 -30
  187. package/dist/esm/internal/coin.mjs +1 -1
  188. package/dist/esm/internal/digitalAsset.d.mts +3 -30
  189. package/dist/esm/internal/digitalAsset.mjs +1 -1
  190. package/dist/esm/internal/event.d.mts +2 -8
  191. package/dist/esm/internal/event.mjs +1 -1
  192. package/dist/esm/internal/faucet.d.mts +3 -9
  193. package/dist/esm/internal/faucet.mjs +1 -1
  194. package/dist/esm/internal/fungibleAsset.d.mts +3 -30
  195. package/dist/esm/internal/fungibleAsset.mjs +1 -1
  196. package/dist/esm/internal/general.d.mts +2 -2
  197. package/dist/esm/internal/general.mjs +1 -1
  198. package/dist/esm/internal/keyless.d.mts +5 -41
  199. package/dist/esm/internal/keyless.mjs +1 -1
  200. package/dist/esm/internal/object.d.mts +2 -8
  201. package/dist/esm/internal/object.mjs +1 -1
  202. package/dist/esm/internal/staking.d.mts +2 -8
  203. package/dist/esm/internal/staking.mjs +1 -1
  204. package/dist/esm/internal/table.d.mts +2 -2
  205. package/dist/esm/internal/table.mjs +1 -1
  206. package/dist/esm/internal/transaction.d.mts +3 -3
  207. package/dist/esm/internal/transaction.mjs +1 -1
  208. package/dist/esm/internal/transactionSubmission.d.mts +6 -33
  209. package/dist/esm/internal/transactionSubmission.mjs +1 -1
  210. package/dist/esm/internal/utils/index.d.mts +2 -8
  211. package/dist/esm/internal/utils/index.mjs +1 -1
  212. package/dist/esm/internal/utils/utils.d.mts +2 -8
  213. package/dist/esm/internal/utils/utils.mjs +1 -1
  214. package/dist/esm/internal/view.d.mts +1 -28
  215. package/dist/esm/internal/view.mjs +1 -1
  216. package/dist/esm/transactions/authenticator/account.d.mts +2 -179
  217. package/dist/esm/transactions/authenticator/account.mjs +1 -1
  218. package/dist/esm/transactions/authenticator/index.d.mts +2 -17
  219. package/dist/esm/transactions/authenticator/index.mjs +1 -1
  220. package/dist/esm/transactions/authenticator/transaction.d.mts +2 -17
  221. package/dist/esm/transactions/authenticator/transaction.mjs +1 -1
  222. package/dist/esm/transactions/index.d.mts +3 -30
  223. package/dist/esm/transactions/index.mjs +1 -1
  224. package/dist/esm/transactions/instances/chainId.d.mts +3 -44
  225. package/dist/esm/transactions/instances/identifier.d.mts +2 -44
  226. package/dist/esm/transactions/instances/index.d.mts +2 -27
  227. package/dist/esm/transactions/instances/index.mjs +1 -1
  228. package/dist/esm/transactions/instances/moduleId.d.mts +3 -57
  229. package/dist/esm/transactions/instances/moduleId.mjs +1 -1
  230. package/dist/esm/transactions/instances/multiAgentTransaction.d.mts +2 -60
  231. package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -1
  232. package/dist/esm/transactions/instances/rawTransaction.d.mts +2 -150
  233. package/dist/esm/transactions/instances/rawTransaction.mjs +1 -1
  234. package/dist/esm/transactions/instances/rotationProofChallenge.d.mts +2 -12
  235. package/dist/esm/transactions/instances/rotationProofChallenge.mjs +1 -1
  236. package/dist/esm/transactions/instances/signedTransaction.d.mts +2 -23
  237. package/dist/esm/transactions/instances/signedTransaction.mjs +1 -1
  238. package/dist/esm/transactions/instances/simpleTransaction.d.mts +2 -59
  239. package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -1
  240. package/dist/esm/transactions/instances/transactionArgument.d.mts +2 -74
  241. package/dist/esm/transactions/instances/transactionPayload.d.mts +2 -300
  242. package/dist/esm/transactions/instances/transactionPayload.mjs +1 -1
  243. package/dist/esm/transactions/management/accountSequenceNumber.d.mts +2 -29
  244. package/dist/esm/transactions/management/accountSequenceNumber.mjs +1 -1
  245. package/dist/esm/transactions/management/index.d.mts +2 -29
  246. package/dist/esm/transactions/management/index.mjs +1 -1
  247. package/dist/esm/transactions/management/transactionWorker.d.mts +2 -29
  248. package/dist/esm/transactions/management/transactionWorker.mjs +1 -1
  249. package/dist/esm/transactions/transactionBuilder/helpers.d.mts +3 -30
  250. package/dist/esm/transactions/transactionBuilder/helpers.mjs +1 -1
  251. package/dist/esm/transactions/transactionBuilder/index.d.mts +2 -29
  252. package/dist/esm/transactions/transactionBuilder/index.mjs +1 -1
  253. package/dist/esm/transactions/transactionBuilder/remoteAbi.d.mts +2 -29
  254. package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +1 -1
  255. package/dist/esm/transactions/transactionBuilder/signingMessage.d.mts +1 -28
  256. package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +1 -1
  257. package/dist/esm/transactions/transactionBuilder/transactionBuilder.d.mts +3 -29
  258. package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -1
  259. package/dist/esm/transactions/typeTag/index.d.mts +2 -462
  260. package/dist/esm/transactions/typeTag/index.mjs +1 -1
  261. package/dist/esm/transactions/typeTag/parser.d.mts +2 -8
  262. package/dist/esm/transactions/typeTag/parser.mjs +1 -1
  263. package/dist/esm/transactions/types.d.mts +3 -399
  264. package/dist/esm/types/generated/operations.d.mts +10 -37
  265. package/dist/esm/types/generated/queries.d.mts +2 -6
  266. package/dist/esm/types/generated/queries.mjs +1 -1
  267. package/dist/esm/types/generated/types.d.mts +1172 -584
  268. package/dist/esm/types/generated/types.mjs +1 -1
  269. package/dist/esm/types/generated/types.mjs.map +1 -1
  270. package/dist/esm/types/index.d.mts +4 -2
  271. package/dist/esm/types/index.mjs +1 -1
  272. package/dist/esm/types/indexer.d.mts +2 -8
  273. package/dist/esm/types/types.d.mts +5 -1320
  274. package/dist/esm/types/types.mjs +1 -1
  275. package/dist/esm/utils/const.d.mts +0 -1
  276. package/dist/esm/utils/const.mjs +1 -1
  277. package/dist/esm/utils/helpers.d.mts +2 -6
  278. package/dist/esm/utils/helpers.mjs +1 -1
  279. package/dist/esm/utils/index.d.mts +1 -6
  280. package/dist/esm/utils/index.mjs +1 -1
  281. package/dist/esm/utils/normalizeBundle.d.mts +2 -4
  282. package/dist/esm/utils/normalizeBundle.mjs +1 -1
  283. package/dist/esm/version.d.mts +1 -1
  284. package/dist/esm/version.mjs +1 -1
  285. package/package.json +18 -19
  286. package/src/account/FederatedKeylessAccount.ts +1 -7
  287. package/src/account/KeylessAccount.ts +2 -17
  288. package/src/api/account.ts +2 -120
  289. package/src/api/aptos.ts +6 -2
  290. package/src/api/aptosConfig.ts +73 -2
  291. package/src/api/transaction.ts +9 -7
  292. package/src/api/transactionSubmission/build.ts +5 -1
  293. package/src/api/transactionSubmission/submit.ts +16 -12
  294. package/src/core/crypto/index.ts +0 -1
  295. package/src/core/crypto/multiEd25519.ts +0 -26
  296. package/src/core/crypto/multiKey.ts +14 -7
  297. package/src/internal/account.ts +53 -523
  298. package/src/internal/keyless.ts +0 -10
  299. package/src/internal/transactionSubmission.ts +20 -10
  300. package/src/transactions/instances/transactionPayload.ts +165 -2
  301. package/src/transactions/management/transactionWorker.ts +1 -1
  302. package/src/transactions/transactionBuilder/transactionBuilder.ts +64 -5
  303. package/src/transactions/types.ts +61 -10
  304. package/src/types/codegen.yaml +1 -1
  305. package/src/types/generated/operations.ts +8 -39
  306. package/src/types/generated/queries.ts +0 -53
  307. package/src/types/generated/types.ts +1240 -621
  308. package/src/types/indexer.ts +0 -8
  309. package/src/types/types.ts +114 -40
  310. package/src/utils/const.ts +0 -1
  311. package/src/version.ts +1 -1
  312. package/dist/common/accountAddress-Dx2Y6__i.d.ts +0 -3184
  313. package/dist/common/chunk-BNN2XWNR.js +0 -4
  314. package/dist/common/chunk-BNN2XWNR.js.map +0 -1
  315. package/dist/esm/chunk-3FEFJIVT.mjs +0 -2
  316. package/dist/esm/chunk-3FEFJIVT.mjs.map +0 -1
  317. package/dist/esm/chunk-5HXLZHDW.mjs +0 -1
  318. package/dist/esm/chunk-5HXLZHDW.mjs.map +0 -1
  319. package/dist/esm/chunk-JCFTAG5Z.mjs +0 -2
  320. package/dist/esm/chunk-PPHXE342.mjs +0 -4
  321. package/dist/esm/chunk-PPHXE342.mjs.map +0 -1
  322. package/dist/esm/chunk-UL777LTI.mjs.map +0 -1
  323. package/dist/esm/chunk-VEGW6HP5.mjs +0 -2
  324. package/dist/esm/chunk-XTMUMN74.mjs +0 -2
  325. package/dist/esm/chunk-XTMUMN74.mjs.map +0 -1
  326. package/dist/esm/core/crypto/types.d.mts +0 -25
  327. package/dist/esm/core/crypto/types.mjs +0 -2
  328. package/dist/esm/core/crypto/types.mjs.map +0 -1
  329. package/dist/esm/publicKey-CJOcUwJK.d.mts +0 -213
  330. package/src/core/crypto/types.ts +0 -9
  331. package/src/internal/move/jwks/build/jwk/BuildInfo.yaml +0 -56
  332. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/account.mv +0 -0
  333. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator.mv +0 -0
  334. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_factory.mv +0 -0
  335. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_v2.mv +0 -0
  336. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_account.mv +0 -0
  337. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_coin.mv +0 -0
  338. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_governance.mv +0 -0
  339. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/block.mv +0 -0
  340. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_id.mv +0 -0
  341. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_status.mv +0 -0
  342. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/code.mv +0 -0
  343. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/coin.mv +0 -0
  344. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/config_buffer.mv +0 -0
  345. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/consensus_config.mv +0 -0
  346. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/create_signer.mv +0 -0
  347. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/delegation_pool.mv +0 -0
  348. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dispatchable_fungible_asset.mv +0 -0
  349. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dkg.mv +0 -0
  350. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/event.mv +0 -0
  351. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/execution_config.mv +0 -0
  352. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/function_info.mv +0 -0
  353. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/fungible_asset.mv +0 -0
  354. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/gas_schedule.mv +0 -0
  355. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/genesis.mv +0 -0
  356. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/governance_proposal.mv +0 -0
  357. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/guid.mv +0 -0
  358. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwk_consensus_config.mv +0 -0
  359. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwks.mv +0 -0
  360. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/keyless_account.mv +0 -0
  361. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/managed_coin.mv +0 -0
  362. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/multisig_account.mv +0 -0
  363. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object.mv +0 -0
  364. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object_code_deployment.mv +0 -0
  365. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/optional_aggregator.mv +0 -0
  366. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/primary_fungible_store.mv +0 -0
  367. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness.mv +0 -0
  368. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_api_v0_config.mv +0 -0
  369. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config.mv +0 -0
  370. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config_seqnum.mv +0 -0
  371. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration.mv +0 -0
  372. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_state.mv +0 -0
  373. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_with_dkg.mv +0 -0
  374. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/resource_account.mv +0 -0
  375. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/stake.mv +0 -0
  376. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_config.mv +0 -0
  377. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_contract.mv +0 -0
  378. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_proxy.mv +0 -0
  379. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/state_storage.mv +0 -0
  380. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/storage_gas.mv +0 -0
  381. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/system_addresses.mv +0 -0
  382. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/timestamp.mv +0 -0
  383. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_context.mv +0 -0
  384. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_fee.mv +0 -0
  385. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_validation.mv +0 -0
  386. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/util.mv +0 -0
  387. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/validator_consensus_info.mv +0 -0
  388. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/version.mv +0 -0
  389. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/vesting.mv +0 -0
  390. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/voting.mv +0 -0
  391. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/any.mv +0 -0
  392. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/aptos_hash.mv +0 -0
  393. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/big_vector.mv +0 -0
  394. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381.mv +0 -0
  395. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381_algebra.mv +0 -0
  396. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bn254_algebra.mv +0 -0
  397. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/capability.mv +0 -0
  398. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/comparator.mv +0 -0
  399. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/copyable_any.mv +0 -0
  400. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/crypto_algebra.mv +0 -0
  401. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/debug.mv +0 -0
  402. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ed25519.mv +0 -0
  403. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/fixed_point64.mv +0 -0
  404. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/from_bcs.mv +0 -0
  405. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math128.mv +0 -0
  406. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math64.mv +0 -0
  407. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed.mv +0 -0
  408. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed64.mv +0 -0
  409. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/multi_ed25519.mv +0 -0
  410. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64.mv +0 -0
  411. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64_unbound.mv +0 -0
  412. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255.mv +0 -0
  413. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_bulletproofs.mv +0 -0
  414. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_elgamal.mv +0 -0
  415. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_pedersen.mv +0 -0
  416. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/secp256k1.mv +0 -0
  417. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/simple_map.mv +0 -0
  418. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_table.mv +0 -0
  419. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_vector.mv +0 -0
  420. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/string_utils.mv +0 -0
  421. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table.mv +0 -0
  422. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table_with_length.mv +0 -0
  423. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/type_info.mv +0 -0
  424. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/acl.mv +0 -0
  425. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bcs.mv +0 -0
  426. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bit_vector.mv +0 -0
  427. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/error.mv +0 -0
  428. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/features.mv +0 -0
  429. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/fixed_point32.mv +0 -0
  430. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/hash.mv +0 -0
  431. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/option.mv +0 -0
  432. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/signer.mv +0 -0
  433. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/string.mv +0 -0
  434. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/vector.mv +0 -0
  435. package/src/internal/move/jwks/build/jwk/bytecode_scripts/main.mv +0 -0
  436. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/account.mvsm +0 -0
  437. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator.mvsm +0 -0
  438. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_factory.mvsm +0 -0
  439. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_v2.mvsm +0 -0
  440. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_account.mvsm +0 -0
  441. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_coin.mvsm +0 -0
  442. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_governance.mvsm +0 -0
  443. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/block.mvsm +0 -0
  444. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_id.mvsm +0 -0
  445. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_status.mvsm +0 -0
  446. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/code.mvsm +0 -0
  447. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/coin.mvsm +0 -0
  448. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/config_buffer.mvsm +0 -0
  449. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/consensus_config.mvsm +0 -0
  450. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/create_signer.mvsm +0 -0
  451. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/delegation_pool.mvsm +0 -0
  452. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dispatchable_fungible_asset.mvsm +0 -0
  453. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dkg.mvsm +0 -0
  454. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/event.mvsm +0 -0
  455. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/execution_config.mvsm +0 -0
  456. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/function_info.mvsm +0 -0
  457. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/fungible_asset.mvsm +0 -0
  458. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/gas_schedule.mvsm +0 -0
  459. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/genesis.mvsm +0 -0
  460. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/governance_proposal.mvsm +0 -0
  461. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/guid.mvsm +0 -0
  462. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwk_consensus_config.mvsm +0 -0
  463. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwks.mvsm +0 -0
  464. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/keyless_account.mvsm +0 -0
  465. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/managed_coin.mvsm +0 -0
  466. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/multisig_account.mvsm +0 -0
  467. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object.mvsm +0 -0
  468. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object_code_deployment.mvsm +0 -0
  469. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/optional_aggregator.mvsm +0 -0
  470. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/primary_fungible_store.mvsm +0 -0
  471. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness.mvsm +0 -0
  472. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_api_v0_config.mvsm +0 -0
  473. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config.mvsm +0 -0
  474. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config_seqnum.mvsm +0 -0
  475. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration.mvsm +0 -0
  476. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_state.mvsm +0 -0
  477. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_with_dkg.mvsm +0 -0
  478. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/resource_account.mvsm +0 -0
  479. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/stake.mvsm +0 -0
  480. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_config.mvsm +0 -0
  481. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_contract.mvsm +0 -0
  482. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_proxy.mvsm +0 -0
  483. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/state_storage.mvsm +0 -0
  484. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/storage_gas.mvsm +0 -0
  485. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/system_addresses.mvsm +0 -0
  486. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/timestamp.mvsm +0 -0
  487. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_context.mvsm +0 -0
  488. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_fee.mvsm +0 -0
  489. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_validation.mvsm +0 -0
  490. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/util.mvsm +0 -0
  491. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/validator_consensus_info.mvsm +0 -0
  492. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/version.mvsm +0 -0
  493. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/vesting.mvsm +0 -0
  494. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/voting.mvsm +0 -0
  495. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/any.mvsm +0 -0
  496. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/aptos_hash.mvsm +0 -0
  497. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/big_vector.mvsm +0 -0
  498. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381.mvsm +0 -0
  499. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381_algebra.mvsm +0 -0
  500. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bn254_algebra.mvsm +0 -0
  501. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/capability.mvsm +0 -0
  502. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/comparator.mvsm +0 -0
  503. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/copyable_any.mvsm +0 -0
  504. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/crypto_algebra.mvsm +0 -0
  505. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/debug.mvsm +0 -0
  506. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ed25519.mvsm +0 -0
  507. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/fixed_point64.mvsm +0 -0
  508. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/from_bcs.mvsm +0 -0
  509. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math128.mvsm +0 -0
  510. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math64.mvsm +0 -0
  511. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed.mvsm +0 -0
  512. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed64.mvsm +0 -0
  513. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/multi_ed25519.mvsm +0 -0
  514. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64.mvsm +0 -0
  515. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64_unbound.mvsm +0 -0
  516. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255.mvsm +0 -0
  517. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_bulletproofs.mvsm +0 -0
  518. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_elgamal.mvsm +0 -0
  519. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_pedersen.mvsm +0 -0
  520. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/secp256k1.mvsm +0 -0
  521. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/simple_map.mvsm +0 -0
  522. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_table.mvsm +0 -0
  523. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_vector.mvsm +0 -0
  524. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/string_utils.mvsm +0 -0
  525. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table.mvsm +0 -0
  526. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table_with_length.mvsm +0 -0
  527. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/type_info.mvsm +0 -0
  528. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/acl.mvsm +0 -0
  529. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bcs.mvsm +0 -0
  530. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bit_vector.mvsm +0 -0
  531. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/error.mvsm +0 -0
  532. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/features.mvsm +0 -0
  533. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/fixed_point32.mvsm +0 -0
  534. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/hash.mvsm +0 -0
  535. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/option.mvsm +0 -0
  536. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/signer.mvsm +0 -0
  537. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/string.mvsm +0 -0
  538. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/vector.mvsm +0 -0
  539. package/src/internal/move/jwks/build/jwk/source_maps/main.mvsm +0 -0
  540. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/account.move +0 -1533
  541. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator.move +0 -48
  542. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_factory.move +0 -66
  543. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_v2.move +0 -280
  544. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_account.move +0 -443
  545. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_coin.move +0 -204
  546. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_governance.move +0 -1387
  547. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/block.move +0 -394
  548. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_id.move +0 -41
  549. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_status.move +0 -48
  550. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/code.move +0 -367
  551. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/coin.move +0 -2214
  552. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/config_buffer.move +0 -101
  553. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/consensus_config.move +0 -77
  554. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/create_signer.move +0 -21
  555. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/delegation_pool.move +0 -5568
  556. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dispatchable_fungible_asset.move +0 -228
  557. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dkg.move +0 -121
  558. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/event.move +0 -92
  559. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/execution_config.move +0 -66
  560. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/function_info.move +0 -100
  561. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/fungible_asset.move +0 -1566
  562. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/gas_schedule.move +0 -176
  563. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/genesis.move +0 -550
  564. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/governance_proposal.move +0 -23
  565. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/guid.move +0 -68
  566. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwk_consensus_config.move +0 -148
  567. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwks.move +0 -817
  568. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/keyless_account.move +0 -312
  569. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/managed_coin.move +0 -205
  570. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/multisig_account.move +0 -2477
  571. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object.move +0 -1073
  572. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object_code_deployment.move +0 -147
  573. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/optional_aggregator.move +0 -295
  574. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/primary_fungible_store.move +0 -405
  575. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness.move +0 -574
  576. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_api_v0_config.move +0 -57
  577. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config.move +0 -153
  578. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config_seqnum.move +0 -49
  579. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration.move +0 -237
  580. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_state.move +0 -132
  581. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_with_dkg.move +0 -69
  582. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/resource_account.move +0 -267
  583. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/stake.move +0 -3286
  584. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_config.move +0 -686
  585. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_contract.move +0 -1618
  586. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_proxy.move +0 -228
  587. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/state_storage.move +0 -90
  588. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/storage_gas.move +0 -622
  589. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/system_addresses.move +0 -82
  590. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/timestamp.move +0 -88
  591. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_context.move +0 -262
  592. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_fee.move +0 -457
  593. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_validation.move +0 -501
  594. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/util.move +0 -16
  595. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/validator_consensus_info.move +0 -42
  596. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/version.move +0 -115
  597. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/vesting.move +0 -2183
  598. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/voting.move +0 -1279
  599. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/any.move +0 -57
  600. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/aptos_hash.move +0 -253
  601. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/big_vector.move +0 -469
  602. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381.move +0 -985
  603. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381_algebra.move +0 -802
  604. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bn254_algebra.move +0 -855
  605. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/capability.move +0 -193
  606. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/comparator.move +0 -173
  607. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/copyable_any.move +0 -45
  608. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/crypto_algebra.move +0 -351
  609. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/debug.move +0 -278
  610. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ed25519.move +0 -262
  611. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/fixed_point64.move +0 -447
  612. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/from_bcs.move +0 -91
  613. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math128.move +0 -381
  614. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math64.move +0 -336
  615. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed.move +0 -139
  616. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed64.move +0 -142
  617. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/multi_ed25519.move +0 -482
  618. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64.move +0 -571
  619. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64_unbound.move +0 -270
  620. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255.move +0 -1310
  621. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_bulletproofs.move +0 -253
  622. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_elgamal.move +0 -234
  623. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_pedersen.move +0 -158
  624. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/secp256k1.move +0 -114
  625. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/simple_map.move +0 -319
  626. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_table.move +0 -769
  627. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_vector.move +0 -766
  628. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/string_utils.move +0 -148
  629. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table.move +0 -152
  630. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table_with_length.move +0 -141
  631. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/type_info.move +0 -351
  632. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/acl.move +0 -46
  633. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bcs.move +0 -27
  634. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bit_vector.move +0 -239
  635. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/error.move +0 -88
  636. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/features.move +0 -780
  637. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/fixed_point32.move +0 -295
  638. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/hash.move +0 -8
  639. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/option.move +0 -356
  640. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/signer.move +0 -21
  641. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/string.move +0 -93
  642. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/vector.move +0 -669
  643. package/src/internal/move/jwks/build/jwk/sources/main.move +0 -20
  644. package/src/internal/queries/getAccountAddressesForAuthKey.graphql +0 -8
  645. package/src/internal/queries/getAuthKeysForPublicKey.graphql +0 -11
  646. /package/dist/esm/{chunk-UOP7GBXB.mjs.map → chunk-5ZRPV4YI.mjs.map} +0 -0
  647. /package/dist/esm/{chunk-34DNOEXM.mjs.map → chunk-7T62PEFI.mjs.map} +0 -0
  648. /package/dist/esm/{chunk-XZSENMD7.mjs.map → chunk-FSP4QM2T.mjs.map} +0 -0
  649. /package/dist/esm/{chunk-JPJH4LRA.mjs.map → chunk-IDHVW7HS.mjs.map} +0 -0
  650. /package/dist/esm/{chunk-57J5YBMT.mjs.map → chunk-PFXXFUBL.mjs.map} +0 -0
  651. /package/dist/esm/{chunk-DWQQIYFI.mjs.map → chunk-R7NQJWDG.mjs.map} +0 -0
  652. /package/dist/esm/{chunk-VDNJWUHZ.mjs.map → chunk-SAMHWS73.mjs.map} +0 -0
  653. /package/dist/esm/{chunk-HETYL3WN.mjs.map → chunk-WOTQ7227.mjs.map} +0 -0
  654. /package/dist/esm/{chunk-CZYH3G7E.mjs.map → chunk-YHGGNYYL.mjs.map} +0 -0
@@ -1,243 +1,7 @@
1
- import { Deserializer } from '../../bcs/deserializer.mjs';
2
- import { Serializer } from '../../bcs/serializer.mjs';
3
- import { HexInput } from '../../types/types.mjs';
4
- import { A as AuthenticationKey } from '../../publicKey-CJOcUwJK.mjs';
5
- import { Signature } from './signature.mjs';
6
- import { Ed25519PublicKey, Ed25519Signature } from './ed25519.mjs';
7
- import { AptosConfig } from '../../api/aptosConfig.mjs';
8
- import { AbstractMultiKey } from './multiKey.mjs';
1
+ export { t as MultiEd25519PublicKey, u as MultiEd25519Signature } 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 '../hex.mjs';
14
- import '../common.mjs';
15
- import '../accountAddress.mjs';
16
- import '../../transactions/instances/transactionArgument.mjs';
17
- import './privateKey.mjs';
18
6
  import '../../utils/const.mjs';
19
- import './singleKey.mjs';
20
- import './secp256k1.mjs';
21
-
22
- /**
23
- * Represents the public key of a K-of-N Ed25519 multi-sig transaction.
24
- *
25
- * A K-of-N multi-sig transaction requires at least K out of N authorized signers to sign the transaction
26
- * for it to be executed. This class encapsulates the logic for managing the public keys and the threshold
27
- * for valid signatures.
28
- *
29
- * @see {@link https://aptos.dev/integration/creating-a-signed-transaction/ | Creating a Signed Transaction}
30
- * @group Implementation
31
- * @category Serialization
32
- */
33
- declare class MultiEd25519PublicKey extends AbstractMultiKey {
34
- /**
35
- * Maximum number of public keys supported
36
- * @group Implementation
37
- * @category Serialization
38
- */
39
- static readonly MAX_KEYS = 32;
40
- /**
41
- * Minimum number of public keys needed
42
- * @group Implementation
43
- * @category Serialization
44
- */
45
- static readonly MIN_KEYS = 2;
46
- /**
47
- * Minimum threshold for the number of valid signatures required
48
- * @group Implementation
49
- * @category Serialization
50
- */
51
- static readonly MIN_THRESHOLD = 1;
52
- /**
53
- * List of Ed25519 public keys for this LegacyMultiEd25519PublicKey
54
- * @group Implementation
55
- * @category Serialization
56
- */
57
- readonly publicKeys: Ed25519PublicKey[];
58
- /**
59
- * The minimum number of valid signatures required, for the number of public keys specified
60
- * @group Implementation
61
- * @category Serialization
62
- */
63
- readonly threshold: number;
64
- /**
65
- * Public key for a K-of-N multi-sig transaction. A K-of-N multi-sig transaction means that for such a
66
- * transaction to be executed, at least K out of the N authorized signers have signed the transaction
67
- * and passed the check conducted by the chain.
68
- *
69
- * @see {@link
70
- * https://aptos.dev/integration/creating-a-signed-transaction/ | Creating a Signed Transaction}
71
- * @param args - A wrapper to let you choose the param order.
72
- * @param args.publicKeys A list of public keys
73
- * @param args.threshold At least "threshold" signatures must be valid
74
- * @group Implementation
75
- * @category Serialization
76
- */
77
- constructor(args: {
78
- publicKeys: Ed25519PublicKey[];
79
- threshold: number;
80
- });
81
- getSignaturesRequired(): number;
82
- /**
83
- * Verifies a multi-signature against a given message.
84
- * This function ensures that the provided signatures meet the required threshold and are valid for the given message.
85
- *
86
- * @param args - The arguments for verifying the signature.
87
- * @param args.message - The message that was signed.
88
- * @param args.signature - The multi-signature containing multiple signatures and a bitmap indicating which signatures are valid.
89
- * @returns True if the signature is valid; otherwise, false.
90
- * @throws Error if the bitmap and signatures length mismatch or if there are not enough valid signatures.
91
- * @group Implementation
92
- * @category Serialization
93
- */
94
- verifySignature(args: {
95
- message: HexInput;
96
- signature: Signature;
97
- }): boolean;
98
- verifySignatureAsync(args: {
99
- aptosConfig: AptosConfig;
100
- message: HexInput;
101
- signature: Signature;
102
- }): Promise<boolean>;
103
- /**
104
- * Generates an authentication key based on the current instance's byte representation.
105
- * This function is essential for creating a secure authentication key that can be used for various cryptographic operations.
106
- *
107
- * @returns {AuthenticationKey} The generated authentication key.
108
- * @group Implementation
109
- * @category Serialization
110
- */
111
- authKey(): AuthenticationKey;
112
- /**
113
- * Converts a PublicKeys into Uint8Array (bytes) with: bytes = p1_bytes | ... | pn_bytes | threshold
114
- * @group Implementation
115
- * @category Serialization
116
- */
117
- toUint8Array(): Uint8Array;
118
- /**
119
- * Serializes the current instance into bytes using the provided serializer.
120
- * This allows for the conversion of the instance's data into a format suitable for transmission or storage.
121
- *
122
- * @param serializer - The serializer used to convert the instance into bytes.
123
- * @group Implementation
124
- * @category Serialization
125
- */
126
- serialize(serializer: Serializer): void;
127
- /**
128
- * Deserializes a MultiEd25519Signature from the provided deserializer.
129
- * This function helps in reconstructing a MultiEd25519Signature object from its serialized byte representation.
130
- *
131
- * @param deserializer - The deserializer instance used to read the serialized data.
132
- * @group Implementation
133
- * @category Serialization
134
- */
135
- static deserialize(deserializer: Deserializer): MultiEd25519PublicKey;
136
- /**
137
- * Deserializes a MultiEd25519Signature from the provided deserializer.
138
- * This function helps in reconstructing a MultiEd25519Signature object from its serialized byte representation.
139
- *
140
- * @param deserializer - The deserializer instance used to read the serialized data.
141
- * @group Implementation
142
- * @category Serialization
143
- */
144
- static deserializeWithoutLength(deserializer: Deserializer): MultiEd25519PublicKey;
145
- /**
146
- * Get the index of the provided public key.
147
- *
148
- * This function retrieves the index of a specified public key within the MultiKey.
149
- * If the public key does not exist, it throws an error.
150
- *
151
- * @param publicKey - The public key to find the index for.
152
- * @returns The corresponding index of the public key, if it exists.
153
- * @throws Error - If the public key is not found in the MultiKey.
154
- * @group Implementation
155
- */
156
- getIndex(publicKey: Ed25519PublicKey): number;
157
- }
158
- /**
159
- * Represents the signature of a K-of-N Ed25519 multi-sig transaction.
160
- *
161
- * @see {@link https://aptos.dev/integration/creating-a-signed-transaction/#multisignature-transactions | Creating a Signed Transaction}
162
- * @group Implementation
163
- * @category Serialization
164
- */
165
- declare class MultiEd25519Signature extends Signature {
166
- /**
167
- * Maximum number of Ed25519 signatures supported
168
- * @group Implementation
169
- * @category Serialization
170
- */
171
- static MAX_SIGNATURES_SUPPORTED: number;
172
- /**
173
- * Number of bytes in the bitmap representing who signed the transaction (32-bits)
174
- * @group Implementation
175
- * @category Serialization
176
- */
177
- static BITMAP_LEN: number;
178
- /**
179
- * The list of underlying Ed25519 signatures
180
- * @group Implementation
181
- * @category Serialization
182
- */
183
- readonly signatures: Ed25519Signature[];
184
- /**
185
- * 32-bit Bitmap representing who signed the transaction
186
- *
187
- * This is represented where each public key can be masked to determine whether the message was signed by that key.
188
- * @group Implementation
189
- * @category Serialization
190
- */
191
- readonly bitmap: Uint8Array;
192
- /**
193
- * Signature for a K-of-N multi-sig transaction.
194
- *
195
- * @see {@link
196
- * https://aptos.dev/integration/creating-a-signed-transaction/#multisignature-transactions | Creating a Signed Transaction}
197
- *
198
- * @param args.signatures A list of signatures
199
- * @param args.bitmap 4 bytes, at most 32 signatures are supported. If Nth bit value is `1`, the Nth
200
- * signature should be provided in `signatures`. Bits are read from left to right.
201
- * Alternatively, you can specify an array of bitmap positions.
202
- * Valid position should range between 0 and 31.
203
- * @see MultiEd25519Signature.createBitmap
204
- * @group Implementation
205
- * @category Serialization
206
- */
207
- constructor(args: {
208
- signatures: Ed25519Signature[];
209
- bitmap: Uint8Array | number[];
210
- });
211
- /**
212
- * Converts a MultiSignature into Uint8Array (bytes) with `bytes = s1_bytes | ... | sn_bytes | bitmap`
213
- * @group Implementation
214
- * @category Serialization
215
- */
216
- toUint8Array(): Uint8Array;
217
- serialize(serializer: Serializer): void;
218
- static deserialize(deserializer: Deserializer): MultiEd25519Signature;
219
- /**
220
- * Helper method to create a bitmap out of the specified bit positions.
221
- * This function allows you to set specific bits in a 32-bit long bitmap based on the provided positions.
222
- *
223
- * @param args The arguments for creating the bitmap.
224
- * @param args.bits The bitmap positions that should be set. A position starts at index 0. Valid positions should range between 0 and 31.
225
- *
226
- * @example
227
- * Here's an example of valid `bits`
228
- * ```
229
- * [0, 2, 31]
230
- * ```
231
- * `[0, 2, 31]` means the 1st, 3rd and 32nd bits should be set in the bitmap.
232
- * The result bitmap should be 0b1010000000000000000000000000001
233
- *
234
- * @returns bitmap that is 32 bits long.
235
- * @group Implementation
236
- * @category Serialization
237
- */
238
- static createBitmap(args: {
239
- bits: number[];
240
- }): Uint8Array;
241
- }
242
-
243
- export { MultiEd25519PublicKey, MultiEd25519Signature };
7
+ import '../common.mjs';
@@ -1,2 +1,2 @@
1
- import{F as a,G as b}from"../../chunk-PPHXE342.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-5HXLZHDW.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-XZSENMD7.mjs";import"../../chunk-VDNJWUHZ.mjs";import"../../chunk-34DNOEXM.mjs";import"../../chunk-DWQQIYFI.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-JPJH4LRA.mjs";import"../../chunk-UL777LTI.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-7DQDJ2SA.mjs";import"../../chunk-HNBVYE3N.mjs";import"../../chunk-FGFLPH5K.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-3FEFJIVT.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-XTMUMN74.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-JCFTAG5Z.mjs";import"../../chunk-VEGW6HP5.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as MultiEd25519PublicKey,b as MultiEd25519Signature};
1
+ import{F as a,G as b}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 MultiEd25519PublicKey,b as MultiEd25519Signature};
2
2
  //# sourceMappingURL=multiEd25519.mjs.map
@@ -1,261 +1,7 @@
1
- import { HexInput } from '../../types/types.mjs';
2
- import { Deserializer } from '../../bcs/deserializer.mjs';
3
- import { Serializer } from '../../bcs/serializer.mjs';
4
- import { b as AccountPublicKey, P as PublicKey, A as AuthenticationKey } from '../../publicKey-CJOcUwJK.mjs';
5
- import { Signature } from './signature.mjs';
6
- import { AnyPublicKey, AnySignature } from './singleKey.mjs';
7
- import { AptosConfig } from '../../api/aptosConfig.mjs';
1
+ export { w as AbstractMultiKey, x as MultiKey, y as MultiKeySignature } 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 '../hex.mjs';
13
- import '../common.mjs';
14
- import '../accountAddress.mjs';
15
- import '../../transactions/instances/transactionArgument.mjs';
16
- import './ed25519.mjs';
17
- import './privateKey.mjs';
18
6
  import '../../utils/const.mjs';
19
- import './secp256k1.mjs';
20
-
21
- declare abstract class AbstractMultiKey extends AccountPublicKey {
22
- publicKeys: PublicKey[];
23
- constructor(args: {
24
- publicKeys: PublicKey[];
25
- });
26
- /**
27
- * Create a bitmap that holds the mapping from the original public keys
28
- * to the signatures passed in
29
- *
30
- * @param args.bits array of the index mapping to the matching public keys
31
- * @returns Uint8array bit map
32
- * @group Implementation
33
- * @category Serialization
34
- */
35
- createBitmap(args: {
36
- bits: number[];
37
- }): Uint8Array;
38
- /**
39
- * Get the index of the provided public key.
40
- *
41
- * This function retrieves the index of a specified public key within the MultiKey.
42
- * If the public key does not exist, it throws an error.
43
- *
44
- * @param publicKey - The public key to find the index for.
45
- * @returns The corresponding index of the public key, if it exists.
46
- * @throws Error - If the public key is not found in the MultiKey.
47
- * @group Implementation
48
- * @category Serialization
49
- */
50
- getIndex(publicKey: PublicKey): number;
51
- abstract getSignaturesRequired(): number;
52
- }
53
- /**
54
- * Represents a multi-key authentication scheme for accounts, allowing multiple public keys
55
- * to be associated with a single account. This class enforces a minimum number of valid signatures
56
- * required to authorize actions, ensuring enhanced security for multi-agent accounts.
57
- *
58
- * The public keys of each individual agent can be any type of public key supported by Aptos.
59
- * Since [AIP-55](https://github.com/aptos-foundation/AIPs/pull/263), Aptos supports
60
- * `Legacy` and `Unified` authentication keys.
61
- * @group Implementation
62
- * @category Serialization
63
- */
64
- declare class MultiKey extends AbstractMultiKey {
65
- /**
66
- * List of any public keys
67
- * @group Implementation
68
- * @category Serialization
69
- */
70
- readonly publicKeys: AnyPublicKey[];
71
- /**
72
- * The minimum number of valid signatures required, for the number of public keys specified
73
- * @group Implementation
74
- * @category Serialization
75
- */
76
- readonly signaturesRequired: number;
77
- /**
78
- * Signature for a K-of-N multi-sig transaction.
79
- * This constructor initializes a multi-signature transaction with the provided signatures and bitmap.
80
- *
81
- * @param args An object containing the parameters for the multi-signature transaction.
82
- * @param args.signatures A list of signatures.
83
- * @param args.bitmap A bitmap represented as a Uint8Array or an array of numbers, where each bit indicates whether a
84
- * corresponding signature is present. A maximum of 32 signatures is supported, and the length of the bitmap must be 4 bytes.
85
- *
86
- * @throws Error if the number of signatures exceeds the maximum supported, if the bitmap length is incorrect, or if the number
87
- * of signatures does not match the bitmap.
88
- * @group Implementation
89
- * @category Serialization
90
- */
91
- constructor(args: {
92
- publicKeys: Array<PublicKey>;
93
- signaturesRequired: number;
94
- });
95
- getSignaturesRequired(): number;
96
- /**
97
- * Verifies the provided signature against the given message.
98
- * This function helps ensure the integrity and authenticity of the message by checking if the signature is valid.
99
- *
100
- * Note: This function will fail if a keyless signature is used. Use `verifySignatureAsync` instead.
101
- *
102
- * @param args - The arguments for verifying the signature.
103
- * @param args.message - The message that was signed.
104
- * @param args.signature - The signature to verify.
105
- * @group Implementation
106
- * @category Serialization
107
- */
108
- verifySignature(args: {
109
- message: HexInput;
110
- signature: MultiKeySignature;
111
- }): boolean;
112
- /**
113
- * Verifies the provided signature against the given message.
114
- * This function helps ensure the integrity and authenticity of the message by checking if the signature is valid.
115
- *
116
- * @param args - The arguments for verifying the signature.
117
- * @param args.aptosConfig - The Aptos configuration to use
118
- * @param args.message - The message that was signed.
119
- * @param args.signature - The signature to verify.
120
- * @group Implementation
121
- * @category Serialization
122
- */
123
- verifySignatureAsync(args: {
124
- aptosConfig: AptosConfig;
125
- message: HexInput;
126
- signature: Signature;
127
- options?: {
128
- throwErrorWithReason?: boolean;
129
- };
130
- }): Promise<boolean>;
131
- /**
132
- * Generates an authentication key based on the current instance's byte representation.
133
- * This key can be used for secure authentication processes within the system.
134
- *
135
- * @returns {AuthenticationKey} The generated authentication key.
136
- * @group Implementation
137
- * @category Serialization
138
- */
139
- authKey(): AuthenticationKey;
140
- /**
141
- * Serializes the object by writing its signatures and bitmap to the provided serializer.
142
- * This allows the object to be converted into a format suitable for transmission or storage.
143
- *
144
- * @param serializer - The serializer instance used to perform the serialization.
145
- * @group Implementation
146
- * @category Serialization
147
- */
148
- serialize(serializer: Serializer): void;
149
- /**
150
- * Deserializes a MultiKeySignature from the provided deserializer.
151
- * This function retrieves the signatures and bitmap necessary for creating a MultiKeySignature object.
152
- *
153
- * @param deserializer - The deserializer instance used to read the serialized data.
154
- * @group Implementation
155
- * @category Serialization
156
- */
157
- static deserialize(deserializer: Deserializer): MultiKey;
158
- /**
159
- * Get the index of the provided public key.
160
- *
161
- * This function retrieves the index of a specified public key within the MultiKey.
162
- * If the public key does not exist, it throws an error.
163
- *
164
- * @param publicKey - The public key to find the index for.
165
- * @returns The corresponding index of the public key, if it exists.
166
- * @throws Error - If the public key is not found in the MultiKey.
167
- * @group Implementation
168
- */
169
- getIndex(publicKey: PublicKey): number;
170
- static isInstance(value: PublicKey): value is MultiKey;
171
- }
172
- /**
173
- * Represents a multi-signature transaction using Ed25519 signatures.
174
- * This class allows for the creation and management of a K-of-N multi-signature scheme,
175
- * where a specified number of signatures are required to authorize a transaction.
176
- *
177
- * It includes functionality to validate the number of signatures against a bitmap,
178
- * which indicates which public keys have signed the transaction.
179
- * @group Implementation
180
- * @category Serialization
181
- */
182
- declare class MultiKeySignature extends Signature {
183
- /**
184
- * Number of bytes in the bitmap representing who signed the transaction (32-bits)
185
- * @group Implementation
186
- * @category Serialization
187
- */
188
- static BITMAP_LEN: number;
189
- /**
190
- * Maximum number of Ed25519 signatures supported
191
- * @group Implementation
192
- * @category Serialization
193
- */
194
- static MAX_SIGNATURES_SUPPORTED: number;
195
- /**
196
- * The list of underlying Ed25519 signatures
197
- * @group Implementation
198
- * @category Serialization
199
- */
200
- readonly signatures: AnySignature[];
201
- /**
202
- * 32-bit Bitmap representing who signed the transaction
203
- *
204
- * This is represented where each public key can be masked to determine whether the message was signed by that key.
205
- * @group Implementation
206
- * @category Serialization
207
- */
208
- readonly bitmap: Uint8Array;
209
- /**
210
- * Signature for a K-of-N multi-sig transaction.
211
- *
212
- * @see {@link
213
- * https://aptos.dev/integration/creating-a-signed-transaction/#multisignature-transactions | Creating a Signed Transaction}
214
- *
215
- * @param args.signatures A list of signatures
216
- * @param args.bitmap 4 bytes, at most 32 signatures are supported. If Nth bit value is `1`, the Nth
217
- * signature should be provided in `signatures`. Bits are read from left to right
218
- * @group Implementation
219
- * @category Serialization
220
- */
221
- constructor(args: {
222
- signatures: Array<Signature | AnySignature>;
223
- bitmap: Uint8Array | number[];
224
- });
225
- /**
226
- * Helper method to create a bitmap out of the specified bit positions
227
- * @param args.bits The bitmap positions that should be set. A position starts at index 0.
228
- * Valid position should range between 0 and 31.
229
- * @example
230
- * Here's an example of valid `bits`
231
- * ```
232
- * [0, 2, 31]
233
- * ```
234
- * `[0, 2, 31]` means the 1st, 3rd and 32nd bits should be set in the bitmap.
235
- * The result bitmap should be 0b1010000000000000000000000000001
236
- *
237
- * @returns bitmap that is 32bit long
238
- * @group Implementation
239
- * @category Serialization
240
- */
241
- static createBitmap(args: {
242
- bits: number[];
243
- }): Uint8Array;
244
- /**
245
- * Converts the bitmap to an array of signer indices.
246
- *
247
- * Example:
248
- *
249
- * bitmap: [0b10001000, 0b01000000, 0b00000000, 0b00000000]
250
- * signerIndices: [0, 4, 9]
251
- *
252
- * @returns An array of signer indices.
253
- * @group Implementation
254
- * @category Serialization
255
- */
256
- bitMapToSignerIndices(): number[];
257
- serialize(serializer: Serializer): void;
258
- static deserialize(deserializer: Deserializer): MultiKeySignature;
259
- }
260
-
261
- export { AbstractMultiKey, MultiKey, MultiKeySignature };
7
+ import '../common.mjs';
@@ -1,2 +1,2 @@
1
- import{C as a,D as b,E as c}from"../../chunk-PPHXE342.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-5HXLZHDW.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-XZSENMD7.mjs";import"../../chunk-VDNJWUHZ.mjs";import"../../chunk-34DNOEXM.mjs";import"../../chunk-DWQQIYFI.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-JPJH4LRA.mjs";import"../../chunk-UL777LTI.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-7DQDJ2SA.mjs";import"../../chunk-HNBVYE3N.mjs";import"../../chunk-FGFLPH5K.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-3FEFJIVT.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-XTMUMN74.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-JCFTAG5Z.mjs";import"../../chunk-VEGW6HP5.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as AbstractMultiKey,b as MultiKey,c as MultiKeySignature};
1
+ import{C as a,D as b,E as c}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 AbstractMultiKey,b as MultiKey,c as MultiKeySignature};
2
2
  //# sourceMappingURL=multiKey.mjs.map
@@ -1,76 +1,7 @@
1
- import { HexInput, PrivateKeyVariants } from '../../types/types.mjs';
2
- import { Hex } from '../hex.mjs';
3
- import { P as PublicKey } from '../../publicKey-CJOcUwJK.mjs';
4
- import { Signature } from './signature.mjs';
1
+ export { P as PrivateKey } from '../../account-9G6tix5T.mjs';
5
2
  import '../../types/indexer.mjs';
6
3
  import '../../types/generated/operations.mjs';
7
4
  import '../../types/generated/types.mjs';
8
5
  import '../../utils/apiEndpoints.mjs';
9
- import '../common.mjs';
10
- import '../../bcs/serializer.mjs';
11
- import '../accountAddress.mjs';
12
- import '../../bcs/deserializer.mjs';
13
- import '../../transactions/instances/transactionArgument.mjs';
14
- import '../../api/aptosConfig.mjs';
15
6
  import '../../utils/const.mjs';
16
-
17
- /**
18
- * Represents a private key used for signing messages and deriving the associated public key.
19
- * @group Implementation
20
- * @category Serialization
21
- */
22
- interface PrivateKey {
23
- /**
24
- * Sign the given message with the private key to create a signature.
25
- * @param message - The message to be signed, provided in HexInput format.
26
- * @returns A Signature object representing the signed message.
27
- * @group Implementation
28
- * @category Serialization
29
- */
30
- sign(message: HexInput): Signature;
31
- /**
32
- * Derive the public key associated with the private key.
33
- * @group Implementation
34
- * @category Serialization
35
- */
36
- publicKey(): PublicKey;
37
- /**
38
- * Get the private key in bytes (Uint8Array).
39
- * @group Implementation
40
- * @category Serialization
41
- */
42
- toUint8Array(): Uint8Array;
43
- }
44
- declare class PrivateKey {
45
- /**
46
- * The AIP-80 compliant prefixes for each private key type. Append this to a private key's hex representation
47
- * to get an AIP-80 compliant string.
48
- *
49
- * [Read about AIP-80](https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-80.md)
50
- */
51
- static readonly AIP80_PREFIXES: {
52
- ed25519: string;
53
- secp256k1: string;
54
- };
55
- /**
56
- * Format a HexInput to an AIP-80 compliant string.
57
- *
58
- * [Read about AIP-80](https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-80.md)
59
- *
60
- * @param privateKey - The HexString or Uint8Array format of the private key.
61
- * @param privateKeyType - The private key type
62
- */
63
- static formatPrivateKey(privateKey: HexInput, type: PrivateKeyVariants): string;
64
- /**
65
- * Parse a HexInput that may be a HexString, Uint8Array, or a AIP-80 compliant string to a Hex instance.
66
- *
67
- * [Read about AIP-80](https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-80.md)
68
- *
69
- * @param value - A HexString, Uint8Array, or a AIP-80 compliant string.
70
- * @param privateKeyType - The private key type
71
- * @param strict - If true, the value MUST be compliant with AIP-80.
72
- */
73
- static parseHexInput(value: HexInput, type: PrivateKeyVariants, strict?: boolean): Hex;
74
- }
75
-
76
- export { PrivateKey };
7
+ import '../common.mjs';
@@ -1,2 +1,2 @@
1
- import{a}from"../../chunk-ROT6S6BM.mjs";import"../../chunk-FD6FGKYY.mjs";import"../../chunk-3FEFJIVT.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as PrivateKey};
1
+ import{a}from"../../chunk-ROT6S6BM.mjs";import"../../chunk-FD6FGKYY.mjs";import"../../chunk-4H2RMR7D.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-STY74NUA.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as PrivateKey};
2
2
  //# sourceMappingURL=privateKey.mjs.map
@@ -1,11 +1,10 @@
1
- import { Serializable } from '../../bcs/serializer.mjs';
2
- import '../hex.mjs';
3
- import '../common.mjs';
4
- import '../../types/types.mjs';
1
+ import { S as Serializable } from '../../account-9G6tix5T.mjs';
5
2
  import '../../types/indexer.mjs';
6
3
  import '../../types/generated/operations.mjs';
7
4
  import '../../types/generated/types.mjs';
8
5
  import '../../utils/apiEndpoints.mjs';
6
+ import '../../utils/const.mjs';
7
+ import '../common.mjs';
9
8
 
10
9
  /**
11
10
  * An abstract representation of a cryptographic proof associated with specific
@@ -1,2 +1,2 @@
1
- import{a}from"../../chunk-XJJVJOX5.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-3FEFJIVT.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-KDMSOCZY.mjs";export{a as Proof};
1
+ import{a}from"../../chunk-XJJVJOX5.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-KDMSOCZY.mjs";export{a as Proof};
2
2
  //# sourceMappingURL=proof.mjs.map
@@ -1,15 +1,7 @@
1
- import '../../types/types.mjs';
2
- import '../../bcs/serializer.mjs';
3
- export { b as AccountPublicKey, P as PublicKey, V as VerifySignatureArgs, a as VerifySignatureAsyncArgs } from '../../publicKey-CJOcUwJK.mjs';
4
- import './signature.mjs';
5
- import '../../api/aptosConfig.mjs';
1
+ export { G as AccountPublicKey, C as PublicKey, V as VerifySignatureArgs, z as VerifySignatureAsyncArgs } 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
- import '../hex.mjs';
11
- import '../common.mjs';
12
- import '../accountAddress.mjs';
13
- import '../../bcs/deserializer.mjs';
14
- import '../../transactions/instances/transactionArgument.mjs';
15
6
  import '../../utils/const.mjs';
7
+ import '../common.mjs';