@aptos-labs/ts-sdk 3.0.0 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (645) hide show
  1. package/dist/common/{account-CEmLe1wW.d.ts → account-Bb5REyaT.d.ts} +60 -11
  2. package/dist/common/chunk-6MMUUJHX.js +4 -0
  3. package/dist/common/chunk-6MMUUJHX.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 +121 -9
  8. package/dist/common/index.js +53 -32
  9. package/dist/common/index.js.map +1 -1
  10. package/dist/esm/{Ed25519Account-Ccxj1zdx.d.mts → Ed25519Account-ndmdpFe9.d.mts} +1 -1
  11. package/dist/esm/account/AbstractKeylessAccount.d.mts +3 -3
  12. package/dist/esm/account/AbstractKeylessAccount.mjs +1 -1
  13. package/dist/esm/account/AbstractedAccount.d.mts +2 -2
  14. package/dist/esm/account/AbstractedAccount.mjs +1 -1
  15. package/dist/esm/account/Account.d.mts +2 -2
  16. package/dist/esm/account/Account.mjs +1 -1
  17. package/dist/esm/account/AccountUtils.d.mts +3 -3
  18. package/dist/esm/account/AccountUtils.mjs +1 -1
  19. package/dist/esm/account/DerivableAbstractedAccount.d.mts +2 -2
  20. package/dist/esm/account/DerivableAbstractedAccount.mjs +1 -1
  21. package/dist/esm/account/Ed25519Account.d.mts +2 -2
  22. package/dist/esm/account/Ed25519Account.mjs +1 -1
  23. package/dist/esm/account/EphemeralKeyPair.d.mts +1 -1
  24. package/dist/esm/account/EphemeralKeyPair.mjs +1 -1
  25. package/dist/esm/account/FederatedKeylessAccount.d.mts +4 -3
  26. package/dist/esm/account/FederatedKeylessAccount.mjs +1 -1
  27. package/dist/esm/account/KeylessAccount.d.mts +4 -3
  28. package/dist/esm/account/KeylessAccount.mjs +1 -1
  29. package/dist/esm/account/MultiEd25519Account.d.mts +2 -2
  30. package/dist/esm/account/MultiEd25519Account.mjs +1 -1
  31. package/dist/esm/account/MultiKeyAccount.d.mts +3 -3
  32. package/dist/esm/account/MultiKeyAccount.mjs +1 -1
  33. package/dist/esm/account/SingleKeyAccount.d.mts +2 -2
  34. package/dist/esm/account/SingleKeyAccount.mjs +1 -1
  35. package/dist/esm/account/index.d.mts +3 -3
  36. package/dist/esm/account/index.mjs +1 -1
  37. package/dist/esm/account/utils.d.mts +1 -1
  38. package/dist/esm/account/utils.mjs +1 -1
  39. package/dist/esm/{account-9G6tix5T.d.mts → account--Q9z_xMN.d.mts} +37 -3
  40. package/dist/esm/api/account/abstraction.d.mts +1 -1
  41. package/dist/esm/api/account/abstraction.mjs +1 -1
  42. package/dist/esm/api/account.d.mts +94 -3
  43. package/dist/esm/api/account.mjs +1 -1
  44. package/dist/esm/api/ans.d.mts +2 -2
  45. package/dist/esm/api/ans.mjs +1 -1
  46. package/dist/esm/api/aptos.d.mts +6 -4
  47. package/dist/esm/api/aptos.mjs +1 -1
  48. package/dist/esm/api/aptosConfig.d.mts +1 -1
  49. package/dist/esm/api/aptosConfig.mjs +1 -1
  50. package/dist/esm/api/coin.d.mts +1 -1
  51. package/dist/esm/api/coin.mjs +1 -1
  52. package/dist/esm/api/digitalAsset.d.mts +2 -2
  53. package/dist/esm/api/digitalAsset.mjs +1 -1
  54. package/dist/esm/api/event.d.mts +1 -1
  55. package/dist/esm/api/event.mjs +1 -1
  56. package/dist/esm/api/faucet.d.mts +1 -1
  57. package/dist/esm/api/faucet.mjs +1 -1
  58. package/dist/esm/api/fungibleAsset.d.mts +2 -2
  59. package/dist/esm/api/fungibleAsset.mjs +1 -1
  60. package/dist/esm/api/general.d.mts +1 -1
  61. package/dist/esm/api/general.mjs +1 -1
  62. package/dist/esm/api/index.d.mts +6 -4
  63. package/dist/esm/api/index.mjs +1 -1
  64. package/dist/esm/api/keyless.d.mts +3 -3
  65. package/dist/esm/api/keyless.mjs +1 -1
  66. package/dist/esm/api/object.d.mts +1 -1
  67. package/dist/esm/api/object.mjs +1 -1
  68. package/dist/esm/api/staking.d.mts +1 -1
  69. package/dist/esm/api/staking.mjs +1 -1
  70. package/dist/esm/api/table.d.mts +1 -1
  71. package/dist/esm/api/table.mjs +1 -1
  72. package/dist/esm/api/transaction.d.mts +3 -2
  73. package/dist/esm/api/transaction.mjs +1 -1
  74. package/dist/esm/api/transactionSubmission/build.d.mts +1 -1
  75. package/dist/esm/api/transactionSubmission/build.mjs +1 -1
  76. package/dist/esm/api/transactionSubmission/management.d.mts +2 -2
  77. package/dist/esm/api/transactionSubmission/management.mjs +1 -1
  78. package/dist/esm/api/transactionSubmission/sign.d.mts +2 -2
  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 +1 -1
  82. package/dist/esm/api/transactionSubmission/simulate.mjs +1 -1
  83. package/dist/esm/api/transactionSubmission/submit.d.mts +1 -1
  84. package/dist/esm/api/transactionSubmission/submit.mjs +1 -1
  85. package/dist/esm/api/utils.d.mts +1 -1
  86. package/dist/esm/api/utils.mjs +1 -1
  87. package/dist/esm/bcs/consts.d.mts +1 -1
  88. package/dist/esm/bcs/deserializer.d.mts +1 -1
  89. package/dist/esm/bcs/index.d.mts +1 -1
  90. package/dist/esm/bcs/index.mjs +1 -1
  91. package/dist/esm/bcs/serializable/entryFunctionBytes.d.mts +1 -1
  92. package/dist/esm/bcs/serializable/fixedBytes.d.mts +1 -1
  93. package/dist/esm/bcs/serializable/movePrimitives.d.mts +1 -1
  94. package/dist/esm/bcs/serializable/movePrimitives.mjs +1 -1
  95. package/dist/esm/bcs/serializable/moveStructs.d.mts +1 -1
  96. package/dist/esm/bcs/serializable/moveStructs.mjs +1 -1
  97. package/dist/esm/bcs/serializer.d.mts +1 -1
  98. package/dist/esm/{chunk-Q4W3WJ2U.mjs → chunk-2BOHKN33.mjs} +2 -2
  99. package/dist/esm/{chunk-SAMHWS73.mjs → chunk-4COLMDT3.mjs} +2 -2
  100. package/dist/esm/chunk-5HXLZHDW.mjs +1 -0
  101. package/dist/esm/chunk-5HXLZHDW.mjs.map +1 -0
  102. package/dist/esm/{chunk-5ZRPV4YI.mjs → chunk-5URUYE6H.mjs} +2 -2
  103. package/dist/esm/chunk-ACNHLCQQ.mjs +6 -0
  104. package/dist/esm/chunk-ACNHLCQQ.mjs.map +1 -0
  105. package/dist/esm/{chunk-2XQKGWHQ.mjs → chunk-FYYEPFML.mjs} +2 -2
  106. package/dist/esm/chunk-HUWKPKPQ.mjs +2 -0
  107. package/dist/esm/{chunk-HMUIOIBG.mjs.map → chunk-HUWKPKPQ.mjs.map} +1 -1
  108. package/dist/esm/chunk-IJE2LVZG.mjs +2 -0
  109. package/dist/esm/chunk-IJE2LVZG.mjs.map +1 -0
  110. package/dist/esm/chunk-JCFTAG5Z.mjs +2 -0
  111. package/dist/esm/{chunk-RJ7F4JDV.mjs.map → chunk-JCFTAG5Z.mjs.map} +1 -1
  112. package/dist/esm/{chunk-YHGGNYYL.mjs → chunk-MML57K5H.mjs} +2 -2
  113. package/dist/esm/{chunk-PFXXFUBL.mjs → chunk-MNDTFHDB.mjs} +2 -2
  114. package/dist/esm/{chunk-FSP4QM2T.mjs → chunk-SLWIGOQL.mjs} +2 -2
  115. package/dist/esm/{chunk-7T62PEFI.mjs → chunk-TYYVB2A6.mjs} +2 -2
  116. package/dist/esm/{chunk-WOTQ7227.mjs → chunk-U3GMNXO4.mjs} +2 -2
  117. package/dist/esm/{chunk-VHNX2NUR.mjs → chunk-UL777LTI.mjs} +47 -26
  118. package/dist/esm/chunk-UL777LTI.mjs.map +1 -0
  119. package/dist/esm/{chunk-IDHVW7HS.mjs → chunk-XZ75T7Q7.mjs} +2 -2
  120. package/dist/esm/{chunk-UIVX6WSC.mjs → chunk-Y7ZQTLH4.mjs} +2 -2
  121. package/dist/esm/{chunk-R7NQJWDG.mjs → chunk-Z5URUE4U.mjs} +2 -2
  122. package/dist/esm/cli/index.d.mts +1 -1
  123. package/dist/esm/cli/index.mjs +1 -1
  124. package/dist/esm/cli/localNode.mjs +1 -1
  125. package/dist/esm/cli/move.d.mts +1 -1
  126. package/dist/esm/client/core.d.mts +1 -1
  127. package/dist/esm/client/core.mjs +1 -1
  128. package/dist/esm/client/get.d.mts +1 -1
  129. package/dist/esm/client/get.mjs +1 -1
  130. package/dist/esm/client/index.d.mts +1 -1
  131. package/dist/esm/client/index.mjs +1 -1
  132. package/dist/esm/client/post.d.mts +1 -1
  133. package/dist/esm/client/post.mjs +1 -1
  134. package/dist/esm/core/account/index.d.mts +1 -1
  135. package/dist/esm/core/account/index.mjs +1 -1
  136. package/dist/esm/core/account/utils/address.d.mts +1 -1
  137. package/dist/esm/core/account/utils/address.mjs +1 -1
  138. package/dist/esm/core/account/utils/index.d.mts +1 -1
  139. package/dist/esm/core/account/utils/index.mjs +1 -1
  140. package/dist/esm/core/accountAddress.d.mts +1 -1
  141. package/dist/esm/core/accountAddress.mjs +1 -1
  142. package/dist/esm/core/authenticationKey.d.mts +1 -1
  143. package/dist/esm/core/authenticationKey.mjs +1 -1
  144. package/dist/esm/core/crypto/abstraction.d.mts +1 -1
  145. package/dist/esm/core/crypto/abstraction.mjs +1 -1
  146. package/dist/esm/core/crypto/deserializationUtils.d.mts +1 -1
  147. package/dist/esm/core/crypto/deserializationUtils.mjs +1 -1
  148. package/dist/esm/core/crypto/ed25519.d.mts +1 -1
  149. package/dist/esm/core/crypto/ed25519.mjs +1 -1
  150. package/dist/esm/core/crypto/ephemeral.d.mts +1 -1
  151. package/dist/esm/core/crypto/ephemeral.mjs +1 -1
  152. package/dist/esm/core/crypto/federatedKeyless.d.mts +2 -2
  153. package/dist/esm/core/crypto/federatedKeyless.mjs +1 -1
  154. package/dist/esm/core/crypto/index.d.mts +3 -2
  155. package/dist/esm/core/crypto/index.mjs +1 -1
  156. package/dist/esm/core/crypto/keyless.d.mts +2 -2
  157. package/dist/esm/core/crypto/keyless.mjs +1 -1
  158. package/dist/esm/core/crypto/multiEd25519.d.mts +1 -1
  159. package/dist/esm/core/crypto/multiEd25519.mjs +1 -1
  160. package/dist/esm/core/crypto/multiKey.d.mts +1 -1
  161. package/dist/esm/core/crypto/multiKey.mjs +1 -1
  162. package/dist/esm/core/crypto/privateKey.d.mts +1 -1
  163. package/dist/esm/core/crypto/privateKey.mjs +1 -1
  164. package/dist/esm/core/crypto/proof.d.mts +1 -1
  165. package/dist/esm/core/crypto/proof.mjs +1 -1
  166. package/dist/esm/core/crypto/publicKey.d.mts +1 -1
  167. package/dist/esm/core/crypto/publicKey.mjs +1 -1
  168. package/dist/esm/core/crypto/secp256k1.d.mts +1 -1
  169. package/dist/esm/core/crypto/secp256k1.mjs +1 -1
  170. package/dist/esm/core/crypto/signature.d.mts +1 -1
  171. package/dist/esm/core/crypto/signature.mjs +1 -1
  172. package/dist/esm/core/crypto/singleKey.d.mts +1 -1
  173. package/dist/esm/core/crypto/singleKey.mjs +1 -1
  174. package/dist/esm/core/crypto/types.d.mts +11 -0
  175. package/dist/esm/core/crypto/types.mjs +2 -0
  176. package/dist/esm/core/crypto/types.mjs.map +1 -0
  177. package/dist/esm/core/crypto/utils.d.mts +1 -1
  178. package/dist/esm/core/hex.d.mts +1 -1
  179. package/dist/esm/core/index.d.mts +3 -2
  180. package/dist/esm/core/index.mjs +1 -1
  181. package/dist/esm/errors/index.d.mts +1 -1
  182. package/dist/esm/errors/index.mjs +1 -1
  183. package/dist/esm/{federatedKeyless-CVKW5pnz.d.mts → federatedKeyless-CiyplsOB.d.mts} +1 -1
  184. package/dist/esm/index.d.mts +6 -4
  185. package/dist/esm/index.mjs +1 -1
  186. package/dist/esm/internal/abstraction.d.mts +1 -1
  187. package/dist/esm/internal/abstraction.mjs +1 -1
  188. package/dist/esm/internal/account.d.mts +38 -8
  189. package/dist/esm/internal/account.mjs +1 -1
  190. package/dist/esm/internal/ans.d.mts +2 -2
  191. package/dist/esm/internal/ans.mjs +1 -1
  192. package/dist/esm/internal/coin.d.mts +1 -1
  193. package/dist/esm/internal/coin.mjs +1 -1
  194. package/dist/esm/internal/digitalAsset.d.mts +2 -2
  195. package/dist/esm/internal/digitalAsset.mjs +1 -1
  196. package/dist/esm/internal/event.d.mts +1 -1
  197. package/dist/esm/internal/event.mjs +1 -1
  198. package/dist/esm/internal/faucet.d.mts +1 -1
  199. package/dist/esm/internal/faucet.mjs +1 -1
  200. package/dist/esm/internal/fungibleAsset.d.mts +2 -2
  201. package/dist/esm/internal/fungibleAsset.mjs +1 -1
  202. package/dist/esm/internal/general.d.mts +1 -1
  203. package/dist/esm/internal/general.mjs +1 -1
  204. package/dist/esm/internal/keyless.d.mts +12 -3
  205. package/dist/esm/internal/keyless.mjs +1 -1
  206. package/dist/esm/internal/object.d.mts +1 -1
  207. package/dist/esm/internal/object.mjs +1 -1
  208. package/dist/esm/internal/staking.d.mts +1 -1
  209. package/dist/esm/internal/staking.mjs +1 -1
  210. package/dist/esm/internal/table.d.mts +1 -1
  211. package/dist/esm/internal/table.mjs +1 -1
  212. package/dist/esm/internal/transaction.d.mts +1 -1
  213. package/dist/esm/internal/transaction.mjs +1 -1
  214. package/dist/esm/internal/transactionSubmission.d.mts +2 -2
  215. package/dist/esm/internal/transactionSubmission.mjs +1 -1
  216. package/dist/esm/internal/utils/index.d.mts +1 -1
  217. package/dist/esm/internal/utils/index.mjs +1 -1
  218. package/dist/esm/internal/utils/utils.d.mts +1 -1
  219. package/dist/esm/internal/utils/utils.mjs +1 -1
  220. package/dist/esm/internal/view.d.mts +1 -1
  221. package/dist/esm/internal/view.mjs +1 -1
  222. package/dist/esm/transactions/authenticator/account.d.mts +1 -1
  223. package/dist/esm/transactions/authenticator/account.mjs +1 -1
  224. package/dist/esm/transactions/authenticator/index.d.mts +1 -1
  225. package/dist/esm/transactions/authenticator/index.mjs +1 -1
  226. package/dist/esm/transactions/authenticator/transaction.d.mts +1 -1
  227. package/dist/esm/transactions/authenticator/transaction.mjs +1 -1
  228. package/dist/esm/transactions/index.d.mts +1 -1
  229. package/dist/esm/transactions/index.mjs +1 -1
  230. package/dist/esm/transactions/instances/chainId.d.mts +1 -1
  231. package/dist/esm/transactions/instances/identifier.d.mts +1 -1
  232. package/dist/esm/transactions/instances/index.d.mts +1 -1
  233. package/dist/esm/transactions/instances/index.mjs +1 -1
  234. package/dist/esm/transactions/instances/moduleId.d.mts +1 -1
  235. package/dist/esm/transactions/instances/moduleId.mjs +1 -1
  236. package/dist/esm/transactions/instances/multiAgentTransaction.d.mts +1 -1
  237. package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -1
  238. package/dist/esm/transactions/instances/rawTransaction.d.mts +1 -1
  239. package/dist/esm/transactions/instances/rawTransaction.mjs +1 -1
  240. package/dist/esm/transactions/instances/rotationProofChallenge.d.mts +1 -1
  241. package/dist/esm/transactions/instances/rotationProofChallenge.mjs +1 -1
  242. package/dist/esm/transactions/instances/signedTransaction.d.mts +1 -1
  243. package/dist/esm/transactions/instances/signedTransaction.mjs +1 -1
  244. package/dist/esm/transactions/instances/simpleTransaction.d.mts +1 -1
  245. package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -1
  246. package/dist/esm/transactions/instances/transactionArgument.d.mts +1 -1
  247. package/dist/esm/transactions/instances/transactionPayload.d.mts +1 -1
  248. package/dist/esm/transactions/instances/transactionPayload.mjs +1 -1
  249. package/dist/esm/transactions/management/accountSequenceNumber.d.mts +2 -2
  250. package/dist/esm/transactions/management/accountSequenceNumber.mjs +1 -1
  251. package/dist/esm/transactions/management/index.d.mts +2 -2
  252. package/dist/esm/transactions/management/index.mjs +1 -1
  253. package/dist/esm/transactions/management/transactionWorker.d.mts +2 -2
  254. package/dist/esm/transactions/management/transactionWorker.mjs +1 -1
  255. package/dist/esm/transactions/transactionBuilder/helpers.d.mts +1 -1
  256. package/dist/esm/transactions/transactionBuilder/helpers.mjs +1 -1
  257. package/dist/esm/transactions/transactionBuilder/index.d.mts +1 -1
  258. package/dist/esm/transactions/transactionBuilder/index.mjs +1 -1
  259. package/dist/esm/transactions/transactionBuilder/remoteAbi.d.mts +1 -1
  260. package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +1 -1
  261. package/dist/esm/transactions/transactionBuilder/signingMessage.d.mts +1 -1
  262. package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +1 -1
  263. package/dist/esm/transactions/transactionBuilder/transactionBuilder.d.mts +1 -1
  264. package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -1
  265. package/dist/esm/transactions/typeTag/index.d.mts +1 -1
  266. package/dist/esm/transactions/typeTag/index.mjs +1 -1
  267. package/dist/esm/transactions/typeTag/parser.d.mts +1 -1
  268. package/dist/esm/transactions/typeTag/parser.mjs +1 -1
  269. package/dist/esm/transactions/types.d.mts +1 -1
  270. package/dist/esm/types/generated/operations.d.mts +37 -10
  271. package/dist/esm/types/generated/queries.d.mts +6 -2
  272. package/dist/esm/types/generated/queries.mjs +1 -1
  273. package/dist/esm/types/generated/types.d.mts +584 -1172
  274. package/dist/esm/types/generated/types.mjs +1 -1
  275. package/dist/esm/types/generated/types.mjs.map +1 -1
  276. package/dist/esm/types/index.d.mts +2 -2
  277. package/dist/esm/types/index.mjs +1 -1
  278. package/dist/esm/types/indexer.d.mts +8 -2
  279. package/dist/esm/types/types.d.mts +1 -1
  280. package/dist/esm/types/types.mjs +1 -1
  281. package/dist/esm/utils/const.d.mts +1 -0
  282. package/dist/esm/utils/const.mjs +1 -1
  283. package/dist/esm/utils/helpers.d.mts +1 -1
  284. package/dist/esm/utils/helpers.mjs +1 -1
  285. package/dist/esm/utils/index.d.mts +1 -1
  286. package/dist/esm/utils/index.mjs +1 -1
  287. package/dist/esm/utils/normalizeBundle.d.mts +1 -1
  288. package/dist/esm/utils/normalizeBundle.mjs +1 -1
  289. package/dist/esm/version.d.mts +1 -1
  290. package/dist/esm/version.mjs +1 -1
  291. package/package.json +19 -18
  292. package/src/account/FederatedKeylessAccount.ts +7 -1
  293. package/src/account/KeylessAccount.ts +17 -2
  294. package/src/api/account.ts +135 -2
  295. package/src/api/transaction.ts +1 -0
  296. package/src/core/crypto/index.ts +1 -0
  297. package/src/core/crypto/multiEd25519.ts +26 -0
  298. package/src/core/crypto/multiKey.ts +6 -0
  299. package/src/core/crypto/types.ts +9 -0
  300. package/src/internal/account.ts +526 -59
  301. package/src/internal/keyless.ts +10 -0
  302. package/src/internal/move/jwks/build/jwk/BuildInfo.yaml +56 -0
  303. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/account.mv +0 -0
  304. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator.mv +0 -0
  305. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_factory.mv +0 -0
  306. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_v2.mv +0 -0
  307. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_account.mv +0 -0
  308. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_coin.mv +0 -0
  309. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_governance.mv +0 -0
  310. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/block.mv +0 -0
  311. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_id.mv +0 -0
  312. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_status.mv +0 -0
  313. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/code.mv +0 -0
  314. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/coin.mv +0 -0
  315. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/config_buffer.mv +0 -0
  316. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/consensus_config.mv +0 -0
  317. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/create_signer.mv +0 -0
  318. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/delegation_pool.mv +0 -0
  319. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dispatchable_fungible_asset.mv +0 -0
  320. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dkg.mv +0 -0
  321. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/event.mv +0 -0
  322. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/execution_config.mv +0 -0
  323. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/function_info.mv +0 -0
  324. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/fungible_asset.mv +0 -0
  325. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/gas_schedule.mv +0 -0
  326. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/genesis.mv +0 -0
  327. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/governance_proposal.mv +0 -0
  328. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/guid.mv +0 -0
  329. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwk_consensus_config.mv +0 -0
  330. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwks.mv +0 -0
  331. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/keyless_account.mv +0 -0
  332. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/managed_coin.mv +0 -0
  333. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/multisig_account.mv +0 -0
  334. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object.mv +0 -0
  335. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object_code_deployment.mv +0 -0
  336. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/optional_aggregator.mv +0 -0
  337. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/primary_fungible_store.mv +0 -0
  338. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness.mv +0 -0
  339. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_api_v0_config.mv +0 -0
  340. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config.mv +0 -0
  341. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config_seqnum.mv +0 -0
  342. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration.mv +0 -0
  343. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_state.mv +0 -0
  344. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_with_dkg.mv +0 -0
  345. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/resource_account.mv +0 -0
  346. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/stake.mv +0 -0
  347. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_config.mv +0 -0
  348. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_contract.mv +0 -0
  349. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_proxy.mv +0 -0
  350. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/state_storage.mv +0 -0
  351. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/storage_gas.mv +0 -0
  352. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/system_addresses.mv +0 -0
  353. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/timestamp.mv +0 -0
  354. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_context.mv +0 -0
  355. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_fee.mv +0 -0
  356. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_validation.mv +0 -0
  357. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/util.mv +0 -0
  358. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/validator_consensus_info.mv +0 -0
  359. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/version.mv +0 -0
  360. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/vesting.mv +0 -0
  361. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/voting.mv +0 -0
  362. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/any.mv +0 -0
  363. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/aptos_hash.mv +0 -0
  364. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/big_vector.mv +0 -0
  365. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381.mv +0 -0
  366. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381_algebra.mv +0 -0
  367. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bn254_algebra.mv +0 -0
  368. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/capability.mv +0 -0
  369. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/comparator.mv +0 -0
  370. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/copyable_any.mv +0 -0
  371. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/crypto_algebra.mv +0 -0
  372. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/debug.mv +0 -0
  373. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ed25519.mv +0 -0
  374. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/fixed_point64.mv +0 -0
  375. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/from_bcs.mv +0 -0
  376. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math128.mv +0 -0
  377. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math64.mv +0 -0
  378. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed.mv +0 -0
  379. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed64.mv +0 -0
  380. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/multi_ed25519.mv +0 -0
  381. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64.mv +0 -0
  382. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64_unbound.mv +0 -0
  383. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255.mv +0 -0
  384. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_bulletproofs.mv +0 -0
  385. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_elgamal.mv +0 -0
  386. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_pedersen.mv +0 -0
  387. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/secp256k1.mv +0 -0
  388. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/simple_map.mv +0 -0
  389. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_table.mv +0 -0
  390. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_vector.mv +0 -0
  391. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/string_utils.mv +0 -0
  392. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table.mv +0 -0
  393. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table_with_length.mv +0 -0
  394. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/type_info.mv +0 -0
  395. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/acl.mv +0 -0
  396. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bcs.mv +0 -0
  397. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bit_vector.mv +0 -0
  398. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/error.mv +0 -0
  399. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/features.mv +0 -0
  400. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/fixed_point32.mv +0 -0
  401. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/hash.mv +0 -0
  402. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/option.mv +0 -0
  403. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/signer.mv +0 -0
  404. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/string.mv +0 -0
  405. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/vector.mv +0 -0
  406. package/src/internal/move/jwks/build/jwk/bytecode_scripts/main.mv +0 -0
  407. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/account.mvsm +0 -0
  408. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator.mvsm +0 -0
  409. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_factory.mvsm +0 -0
  410. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_v2.mvsm +0 -0
  411. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_account.mvsm +0 -0
  412. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_coin.mvsm +0 -0
  413. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_governance.mvsm +0 -0
  414. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/block.mvsm +0 -0
  415. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_id.mvsm +0 -0
  416. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_status.mvsm +0 -0
  417. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/code.mvsm +0 -0
  418. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/coin.mvsm +0 -0
  419. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/config_buffer.mvsm +0 -0
  420. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/consensus_config.mvsm +0 -0
  421. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/create_signer.mvsm +0 -0
  422. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/delegation_pool.mvsm +0 -0
  423. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dispatchable_fungible_asset.mvsm +0 -0
  424. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dkg.mvsm +0 -0
  425. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/event.mvsm +0 -0
  426. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/execution_config.mvsm +0 -0
  427. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/function_info.mvsm +0 -0
  428. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/fungible_asset.mvsm +0 -0
  429. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/gas_schedule.mvsm +0 -0
  430. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/genesis.mvsm +0 -0
  431. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/governance_proposal.mvsm +0 -0
  432. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/guid.mvsm +0 -0
  433. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwk_consensus_config.mvsm +0 -0
  434. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwks.mvsm +0 -0
  435. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/keyless_account.mvsm +0 -0
  436. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/managed_coin.mvsm +0 -0
  437. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/multisig_account.mvsm +0 -0
  438. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object.mvsm +0 -0
  439. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object_code_deployment.mvsm +0 -0
  440. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/optional_aggregator.mvsm +0 -0
  441. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/primary_fungible_store.mvsm +0 -0
  442. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness.mvsm +0 -0
  443. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_api_v0_config.mvsm +0 -0
  444. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config.mvsm +0 -0
  445. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config_seqnum.mvsm +0 -0
  446. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration.mvsm +0 -0
  447. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_state.mvsm +0 -0
  448. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_with_dkg.mvsm +0 -0
  449. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/resource_account.mvsm +0 -0
  450. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/stake.mvsm +0 -0
  451. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_config.mvsm +0 -0
  452. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_contract.mvsm +0 -0
  453. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_proxy.mvsm +0 -0
  454. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/state_storage.mvsm +0 -0
  455. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/storage_gas.mvsm +0 -0
  456. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/system_addresses.mvsm +0 -0
  457. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/timestamp.mvsm +0 -0
  458. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_context.mvsm +0 -0
  459. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_fee.mvsm +0 -0
  460. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_validation.mvsm +0 -0
  461. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/util.mvsm +0 -0
  462. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/validator_consensus_info.mvsm +0 -0
  463. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/version.mvsm +0 -0
  464. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/vesting.mvsm +0 -0
  465. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/voting.mvsm +0 -0
  466. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/any.mvsm +0 -0
  467. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/aptos_hash.mvsm +0 -0
  468. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/big_vector.mvsm +0 -0
  469. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381.mvsm +0 -0
  470. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381_algebra.mvsm +0 -0
  471. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bn254_algebra.mvsm +0 -0
  472. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/capability.mvsm +0 -0
  473. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/comparator.mvsm +0 -0
  474. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/copyable_any.mvsm +0 -0
  475. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/crypto_algebra.mvsm +0 -0
  476. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/debug.mvsm +0 -0
  477. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ed25519.mvsm +0 -0
  478. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/fixed_point64.mvsm +0 -0
  479. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/from_bcs.mvsm +0 -0
  480. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math128.mvsm +0 -0
  481. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math64.mvsm +0 -0
  482. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed.mvsm +0 -0
  483. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed64.mvsm +0 -0
  484. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/multi_ed25519.mvsm +0 -0
  485. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64.mvsm +0 -0
  486. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64_unbound.mvsm +0 -0
  487. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255.mvsm +0 -0
  488. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_bulletproofs.mvsm +0 -0
  489. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_elgamal.mvsm +0 -0
  490. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_pedersen.mvsm +0 -0
  491. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/secp256k1.mvsm +0 -0
  492. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/simple_map.mvsm +0 -0
  493. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_table.mvsm +0 -0
  494. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_vector.mvsm +0 -0
  495. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/string_utils.mvsm +0 -0
  496. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table.mvsm +0 -0
  497. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table_with_length.mvsm +0 -0
  498. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/type_info.mvsm +0 -0
  499. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/acl.mvsm +0 -0
  500. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bcs.mvsm +0 -0
  501. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bit_vector.mvsm +0 -0
  502. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/error.mvsm +0 -0
  503. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/features.mvsm +0 -0
  504. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/fixed_point32.mvsm +0 -0
  505. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/hash.mvsm +0 -0
  506. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/option.mvsm +0 -0
  507. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/signer.mvsm +0 -0
  508. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/string.mvsm +0 -0
  509. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/vector.mvsm +0 -0
  510. package/src/internal/move/jwks/build/jwk/source_maps/main.mvsm +0 -0
  511. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/account.move +1533 -0
  512. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator.move +48 -0
  513. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_factory.move +66 -0
  514. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_v2.move +280 -0
  515. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_account.move +443 -0
  516. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_coin.move +204 -0
  517. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_governance.move +1387 -0
  518. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/block.move +394 -0
  519. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_id.move +41 -0
  520. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_status.move +48 -0
  521. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/code.move +367 -0
  522. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/coin.move +2214 -0
  523. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/config_buffer.move +101 -0
  524. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/consensus_config.move +77 -0
  525. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/create_signer.move +21 -0
  526. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/delegation_pool.move +5568 -0
  527. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dispatchable_fungible_asset.move +228 -0
  528. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dkg.move +121 -0
  529. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/event.move +92 -0
  530. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/execution_config.move +66 -0
  531. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/function_info.move +100 -0
  532. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/fungible_asset.move +1566 -0
  533. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/gas_schedule.move +176 -0
  534. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/genesis.move +550 -0
  535. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/governance_proposal.move +23 -0
  536. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/guid.move +68 -0
  537. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwk_consensus_config.move +148 -0
  538. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwks.move +817 -0
  539. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/keyless_account.move +312 -0
  540. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/managed_coin.move +205 -0
  541. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/multisig_account.move +2477 -0
  542. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object.move +1073 -0
  543. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object_code_deployment.move +147 -0
  544. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/optional_aggregator.move +295 -0
  545. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/primary_fungible_store.move +405 -0
  546. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness.move +574 -0
  547. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_api_v0_config.move +57 -0
  548. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config.move +153 -0
  549. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config_seqnum.move +49 -0
  550. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration.move +237 -0
  551. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_state.move +132 -0
  552. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_with_dkg.move +69 -0
  553. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/resource_account.move +267 -0
  554. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/stake.move +3286 -0
  555. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_config.move +686 -0
  556. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_contract.move +1618 -0
  557. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_proxy.move +228 -0
  558. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/state_storage.move +90 -0
  559. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/storage_gas.move +622 -0
  560. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/system_addresses.move +82 -0
  561. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/timestamp.move +88 -0
  562. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_context.move +262 -0
  563. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_fee.move +457 -0
  564. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_validation.move +501 -0
  565. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/util.move +16 -0
  566. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/validator_consensus_info.move +42 -0
  567. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/version.move +115 -0
  568. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/vesting.move +2183 -0
  569. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/voting.move +1279 -0
  570. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/any.move +57 -0
  571. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/aptos_hash.move +253 -0
  572. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/big_vector.move +469 -0
  573. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381.move +985 -0
  574. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381_algebra.move +802 -0
  575. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bn254_algebra.move +855 -0
  576. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/capability.move +193 -0
  577. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/comparator.move +173 -0
  578. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/copyable_any.move +45 -0
  579. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/crypto_algebra.move +351 -0
  580. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/debug.move +278 -0
  581. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ed25519.move +262 -0
  582. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/fixed_point64.move +447 -0
  583. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/from_bcs.move +91 -0
  584. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math128.move +381 -0
  585. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math64.move +336 -0
  586. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed.move +139 -0
  587. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed64.move +142 -0
  588. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/multi_ed25519.move +482 -0
  589. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64.move +571 -0
  590. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64_unbound.move +270 -0
  591. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255.move +1310 -0
  592. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_bulletproofs.move +253 -0
  593. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_elgamal.move +234 -0
  594. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_pedersen.move +158 -0
  595. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/secp256k1.move +114 -0
  596. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/simple_map.move +319 -0
  597. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_table.move +769 -0
  598. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_vector.move +766 -0
  599. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/string_utils.move +148 -0
  600. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table.move +152 -0
  601. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table_with_length.move +141 -0
  602. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/type_info.move +351 -0
  603. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/acl.move +46 -0
  604. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bcs.move +27 -0
  605. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bit_vector.move +239 -0
  606. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/error.move +88 -0
  607. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/features.move +780 -0
  608. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/fixed_point32.move +295 -0
  609. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/hash.move +8 -0
  610. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/option.move +356 -0
  611. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/signer.move +21 -0
  612. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/string.move +93 -0
  613. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/vector.move +669 -0
  614. package/src/internal/move/jwks/build/jwk/sources/main.move +20 -0
  615. package/src/internal/queries/getAccountAddressesForAuthKey.graphql +8 -0
  616. package/src/internal/queries/getAuthKeysForPublicKey.graphql +11 -0
  617. package/src/types/codegen.yaml +1 -1
  618. package/src/types/generated/operations.ts +39 -8
  619. package/src/types/generated/queries.ts +53 -0
  620. package/src/types/generated/types.ts +620 -1239
  621. package/src/types/indexer.ts +8 -0
  622. package/src/types/types.ts +40 -3
  623. package/src/utils/const.ts +1 -0
  624. package/src/version.ts +1 -1
  625. package/dist/common/chunk-5JIJXVJ5.js +0 -4
  626. package/dist/common/chunk-5JIJXVJ5.js.map +0 -1
  627. package/dist/esm/chunk-4H2RMR7D.mjs +0 -2
  628. package/dist/esm/chunk-4H2RMR7D.mjs.map +0 -1
  629. package/dist/esm/chunk-GMDBBVDH.mjs +0 -6
  630. package/dist/esm/chunk-GMDBBVDH.mjs.map +0 -1
  631. package/dist/esm/chunk-HMUIOIBG.mjs +0 -2
  632. package/dist/esm/chunk-RJ7F4JDV.mjs +0 -2
  633. package/dist/esm/chunk-VHNX2NUR.mjs.map +0 -1
  634. /package/dist/esm/{chunk-Q4W3WJ2U.mjs.map → chunk-2BOHKN33.mjs.map} +0 -0
  635. /package/dist/esm/{chunk-SAMHWS73.mjs.map → chunk-4COLMDT3.mjs.map} +0 -0
  636. /package/dist/esm/{chunk-5ZRPV4YI.mjs.map → chunk-5URUYE6H.mjs.map} +0 -0
  637. /package/dist/esm/{chunk-2XQKGWHQ.mjs.map → chunk-FYYEPFML.mjs.map} +0 -0
  638. /package/dist/esm/{chunk-YHGGNYYL.mjs.map → chunk-MML57K5H.mjs.map} +0 -0
  639. /package/dist/esm/{chunk-PFXXFUBL.mjs.map → chunk-MNDTFHDB.mjs.map} +0 -0
  640. /package/dist/esm/{chunk-FSP4QM2T.mjs.map → chunk-SLWIGOQL.mjs.map} +0 -0
  641. /package/dist/esm/{chunk-7T62PEFI.mjs.map → chunk-TYYVB2A6.mjs.map} +0 -0
  642. /package/dist/esm/{chunk-WOTQ7227.mjs.map → chunk-U3GMNXO4.mjs.map} +0 -0
  643. /package/dist/esm/{chunk-IDHVW7HS.mjs.map → chunk-XZ75T7Q7.mjs.map} +0 -0
  644. /package/dist/esm/{chunk-UIVX6WSC.mjs.map → chunk-Y7ZQTLH4.mjs.map} +0 -0
  645. /package/dist/esm/{chunk-R7NQJWDG.mjs.map → chunk-Z5URUE4U.mjs.map} +0 -0
@@ -1,5 +1,5 @@
1
- export { GetANSNameResponse, GetAccountCoinsDataResponse, GetAccountCollectionsWithOwnedTokenResponse, GetAccountOwnedTokensFromCollectionResponse, GetAccountOwnedTokensQueryResponse, GetChainTopUserTransactionsResponse, GetCollectionDataResponse, GetCurrentFungibleAssetBalancesResponse, GetCurrentTokenOwnershipResponse, GetDelegatedStakingActivitiesResponse, GetEventsResponse, GetFungibleAssetActivitiesResponse, GetFungibleAssetMetadataResponse, GetNumberOfDelegatorsResponse, GetObjectDataQueryResponse, GetOwnedTokensResponse, GetProcessorStatusResponse, GetTableItemsDataResponse, GetTableItemsMetadataResponse, GetTokenActivityResponse, GetTokenDataResponse, GraphqlQuery, OrderBy, OrderByValue, TokenStandard } from './indexer.mjs';
2
- export { bx as AccountAuthenticatorVariant, c7 as AccountData, cR as AccountSignature, bL as AnyNumber, bz as AnyPublicKeyVariant, bA as AnySignatureVariant, c2 as AptosRequest, c3 as AptosResponse, bM as AptosSettings, dl as AuthenticationKeyScheme, dj as Block, cp as BlockEndInfo, cq as BlockEpilogueTransactionResponse, cm as BlockMetadataTransactionResponse, c1 as Client, bS as ClientConfig, bX as ClientHeadersType, b$ as ClientRequest, c0 as ClientResponse, cb as CommittedTransactionResponse, bO as CursorPaginationArgs, cy as DecodedTableData, cz as DeletedTableData, dp as DeriveScheme, cU as DirectWriteSet, cB as EntryFunctionPayloadResponse, bD as EphemeralCertificateVariant, bB as EphemeralPublicKeyVariant, bC as EphemeralSignatureVariant, cW as Event, cV as EventGuid, bV as FaucetConfig, bT as FullNodeConfig, c5 as GasEstimation, dt as GenerateAccount, dr as GenerateAccountWithEd25519, ds as GenerateAccountWithSingleSignerSecp256k1Key, cE as GenesisPayload, cl as GenesisTransactionResponse, bo as HexInput, bU as IndexerConfig, di as LedgerInfo, c4 as LedgerVersionArg, bn as MimeType, db as MoveAbility, d1 as MoveAddressType, dg as MoveFunction, dc as MoveFunctionGenericTypeParam, d5 as MoveFunctionId, da as MoveFunctionVisibility, de as MoveModule, c8 as MoveModuleBytecode, d9 as MoveModuleId, d2 as MoveObjectType, d3 as MoveOptionType, c6 as MoveResource, cF as MoveScriptBytecode, df as MoveStruct, dd as MoveStructField, d4 as MoveStructId, d6 as MoveStructType, d7 as MoveType, c$ as MoveUint128Type, cY as MoveUint16Type, d0 as MoveUint256Type, cZ as MoveUint32Type, c_ as MoveUint64Type, cX as MoveUint8Type, d8 as MoveValue, cD as MultisigPayloadResponse, bQ as OrderByArg, bN as PaginationArgs, cj as PendingTransactionResponse, bY as PluginConfig, bZ as PluginSettings, by as PrivateKeyVariants, dh as RoleType, cC as ScriptPayloadResponse, bq as ScriptTransactionArgumentVariants, cT as ScriptWriteSet, dm as SigningScheme, dn as SigningSchemeInput, cn as StateCheckpointTransactionResponse, dk as TableItemRequest, bP as TokenStandardArg, bw as TransactionAuthenticatorVariant, cM as TransactionEd25519Signature, bt as TransactionExecutableVariants, bu as TransactionExtraConfigVariants, cQ as TransactionFeePayerSignature, bW as TransactionGenerationConfig, bs as TransactionInnerPayloadVariants, cP as TransactionMultiAgentSignature, cO as TransactionMultiEd25519Signature, cA as TransactionPayloadResponse, br as TransactionPayloadVariants, ca as TransactionResponse, c9 as TransactionResponseType, cN as TransactionSecp256k1Signature, cG as TransactionSignature, b_ as TransactionSubmitter, bv as TransactionVariants, bp as TypeTagVariants, bJ as Uint128, bG as Uint16, bK as Uint256, bH as Uint32, bI as Uint64, bF as Uint8, ck as UserTransactionResponse, co as ValidatorTransactionResponse, dq as WaitForTransactionOptions, bR as WhereArg, cS as WriteSet, cr as WriteSetChange, cs as WriteSetChangeDeleteModule, ct as WriteSetChangeDeleteResource, cu as WriteSetChangeDeleteTableItem, cv as WriteSetChangeWriteModule, cw as WriteSetChangeWriteResource, cx as WriteSetChangeWriteTableItem, bE as ZkpVariant, ci as isBlockEpilogueTransactionResponse, cf as isBlockMetadataTransactionResponse, cH as isEd25519Signature, cK as isFeePayerSignature, ce as isGenesisTransactionResponse, cJ as isMultiAgentSignature, cL as isMultiEd25519Signature, cc as isPendingTransactionResponse, cI as isSecp256k1Signature, cg as isStateCheckpointTransactionResponse, cd as isUserTransactionResponse, ch as isValidatorTransactionResponse } from '../account-9G6tix5T.mjs';
1
+ export { GetANSNameResponse, GetAccountAddressesForAuthKeyResponse, GetAccountCoinsDataResponse, GetAccountCollectionsWithOwnedTokenResponse, GetAccountOwnedTokensFromCollectionResponse, GetAccountOwnedTokensQueryResponse, GetChainTopUserTransactionsResponse, GetCollectionDataResponse, GetCurrentFungibleAssetBalancesResponse, GetCurrentTokenOwnershipResponse, GetDelegatedStakingActivitiesResponse, GetEventsResponse, GetFungibleAssetActivitiesResponse, GetFungibleAssetMetadataResponse, GetNumberOfDelegatorsResponse, GetObjectDataQueryResponse, GetOwnedTokensResponse, GetProcessorStatusResponse, GetTableItemsDataResponse, GetTableItemsMetadataResponse, GetTokenActivityResponse, GetTokenDataResponse, GraphqlQuery, OrderBy, OrderByValue, TokenStandard } from './indexer.mjs';
2
+ export { bx as AccountAuthenticatorVariant, c8 as AccountData, cU as AccountSignature, bM as AnyNumber, bz as AnyPublicKeyVariant, bB as AnySignatureVariant, c3 as AptosRequest, c4 as AptosResponse, bN as AptosSettings, dp as AuthenticationKeyScheme, dm as Block, cq as BlockEndInfo, cr as BlockEpilogueTransactionResponse, cn as BlockMetadataTransactionResponse, c2 as Client, bT as ClientConfig, bY as ClientHeadersType, c0 as ClientRequest, c1 as ClientResponse, cc as CommittedTransactionResponse, bP as CursorPaginationArgs, cz as DecodedTableData, cA as DeletedTableData, ds as DeriveScheme, cX as DirectWriteSet, cC as EntryFunctionPayloadResponse, bE as EphemeralCertificateVariant, bC as EphemeralPublicKeyVariant, bD as EphemeralSignatureVariant, cZ as Event, cY as EventGuid, bW as FaucetConfig, bU as FullNodeConfig, c6 as GasEstimation, dw as GenerateAccount, du as GenerateAccountWithEd25519, dv as GenerateAccountWithSingleSignerSecp256k1Key, cF as GenesisPayload, cm as GenesisTransactionResponse, bo as HexInput, bV as IndexerConfig, dl as LedgerInfo, c5 as LedgerVersionArg, bn as MimeType, de as MoveAbility, d4 as MoveAddressType, dj as MoveFunction, df as MoveFunctionGenericTypeParam, d8 as MoveFunctionId, dd as MoveFunctionVisibility, dh as MoveModule, c9 as MoveModuleBytecode, dc as MoveModuleId, d5 as MoveObjectType, d6 as MoveOptionType, c7 as MoveResource, cG as MoveScriptBytecode, di as MoveStruct, dg as MoveStructField, d7 as MoveStructId, d9 as MoveStructType, da as MoveType, d2 as MoveUint128Type, c$ as MoveUint16Type, d3 as MoveUint256Type, d0 as MoveUint32Type, d1 as MoveUint64Type, c_ as MoveUint8Type, db as MoveValue, cE as MultisigPayloadResponse, bR as OrderByArg, bO as PaginationArgs, ck as PendingTransactionResponse, bZ as PluginConfig, b_ as PluginSettings, by as PrivateKeyVariants, dk as RoleType, cD as ScriptPayloadResponse, bq as ScriptTransactionArgumentVariants, cW as ScriptWriteSet, dq as SigningScheme, dr as SigningSchemeInput, co as StateCheckpointTransactionResponse, dn as TableItemRequest, bQ as TokenStandardArg, bw as TransactionAuthenticatorVariant, cO as TransactionEd25519Signature, bt as TransactionExecutableVariants, bu as TransactionExtraConfigVariants, cT as TransactionFeePayerSignature, bX as TransactionGenerationConfig, bs as TransactionInnerPayloadVariants, cS as TransactionMultiAgentSignature, cR as TransactionMultiEd25519Signature, cB as TransactionPayloadResponse, br as TransactionPayloadVariants, cb as TransactionResponse, ca as TransactionResponseType, cP as TransactionSecp256k1Signature, cH as TransactionSignature, cQ as TransactionSingleSenderSignature, b$ as TransactionSubmitter, bv as TransactionVariants, bp as TypeTagVariants, bK as Uint128, bH as Uint16, bL as Uint256, bI as Uint32, bJ as Uint64, bG as Uint8, cl as UserTransactionResponse, cp as ValidatorTransactionResponse, dt as WaitForTransactionOptions, bS as WhereArg, cV as WriteSet, cs as WriteSetChange, ct as WriteSetChangeDeleteModule, cu as WriteSetChangeDeleteResource, cv as WriteSetChangeDeleteTableItem, cw as WriteSetChangeWriteModule, cx as WriteSetChangeWriteResource, cy as WriteSetChangeWriteTableItem, bF as ZkpVariant, bA as anyPublicKeyVariantToString, cj as isBlockEpilogueTransactionResponse, cg as isBlockMetadataTransactionResponse, cI as isEd25519Signature, cL as isFeePayerSignature, cf as isGenesisTransactionResponse, cK as isMultiAgentSignature, cM as isMultiEd25519Signature, cd as isPendingTransactionResponse, cJ as isSecp256k1Signature, cN as isSingleSenderSignature, ch as isStateCheckpointTransactionResponse, ce as isUserTransactionResponse, ci as isValidatorTransactionResponse } from '../account--Q9z_xMN.mjs';
3
3
  import './generated/operations.mjs';
4
4
  import './generated/types.mjs';
5
5
  import '../utils/apiEndpoints.mjs';
@@ -1,2 +1,2 @@
1
- import"../chunk-FD6FGKYY.mjs";import{A,B,C,D,E,F,G,H,I,J,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"../chunk-4H2RMR7D.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-KDMSOCZY.mjs";export{j as AccountAuthenticatorVariant,l as AnyPublicKeyVariant,m as AnySignatureVariant,J as DeriveScheme,p as EphemeralCertificateVariant,n as EphemeralPublicKeyVariant,o as EphemeralSignatureVariant,a as MimeType,F as MoveAbility,E as MoveFunctionVisibility,k as PrivateKeyVariants,G as RoleType,c as ScriptTransactionArgumentVariants,H as SigningScheme,I as SigningSchemeInput,i as TransactionAuthenticatorVariant,f as TransactionExecutableVariants,g as TransactionExtraConfigVariants,e as TransactionInnerPayloadVariants,d as TransactionPayloadVariants,r as TransactionResponseType,h as TransactionVariants,b as TypeTagVariants,q as ZkpVariant,y as isBlockEpilogueTransactionResponse,v as isBlockMetadataTransactionResponse,z as isEd25519Signature,C as isFeePayerSignature,u as isGenesisTransactionResponse,B as isMultiAgentSignature,D as isMultiEd25519Signature,s as isPendingTransactionResponse,A as isSecp256k1Signature,w as isStateCheckpointTransactionResponse,t as isUserTransactionResponse,x as isValidatorTransactionResponse};
1
+ import"../chunk-FD6FGKYY.mjs";import{A,B,C,D,E,F,G,H,I,J,K,L,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"../chunk-IJE2LVZG.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-KDMSOCZY.mjs";export{j as AccountAuthenticatorVariant,l as AnyPublicKeyVariant,n as AnySignatureVariant,L as DeriveScheme,q as EphemeralCertificateVariant,o as EphemeralPublicKeyVariant,p as EphemeralSignatureVariant,a as MimeType,H as MoveAbility,G as MoveFunctionVisibility,k as PrivateKeyVariants,I as RoleType,c as ScriptTransactionArgumentVariants,J as SigningScheme,K as SigningSchemeInput,i as TransactionAuthenticatorVariant,f as TransactionExecutableVariants,g as TransactionExtraConfigVariants,e as TransactionInnerPayloadVariants,d as TransactionPayloadVariants,s as TransactionResponseType,h as TransactionVariants,b as TypeTagVariants,r as ZkpVariant,m as anyPublicKeyVariantToString,z as isBlockEpilogueTransactionResponse,w as isBlockMetadataTransactionResponse,A as isEd25519Signature,D as isFeePayerSignature,v as isGenesisTransactionResponse,C as isMultiAgentSignature,E as isMultiEd25519Signature,t as isPendingTransactionResponse,B as isSecp256k1Signature,F as isSingleSenderSignature,x as isStateCheckpointTransactionResponse,u as isUserTransactionResponse,y as isValidatorTransactionResponse};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1,4 +1,4 @@
1
- import { GetAccountOwnedTokensQuery, GetAccountOwnedTokensFromCollectionQuery, GetAccountCollectionsWithOwnedTokensQuery, GetAccountCoinsDataQuery, GetObjectDataQuery, GetNamesQuery, GetCollectionDataQuery, GetTokenDataQuery, GetCurrentTokenOwnershipQuery, GetTokenActivityQuery, GetEventsQuery, GetFungibleAssetMetadataQuery, GetFungibleAssetActivitiesQuery, GetCurrentFungibleAssetBalancesQuery, GetChainTopUserTransactionsQuery, GetProcessorStatusQuery, GetNumberOfDelegatorsQuery, GetDelegatedStakingActivitiesQuery, GetTableItemsDataQuery, GetTableItemsMetadataQuery } from './generated/operations.mjs';
1
+ import { GetAccountOwnedTokensQuery, GetAccountOwnedTokensFromCollectionQuery, GetAccountCollectionsWithOwnedTokensQuery, GetAccountCoinsDataQuery, GetObjectDataQuery, GetNamesQuery, GetCollectionDataQuery, GetTokenDataQuery, GetCurrentTokenOwnershipQuery, GetTokenActivityQuery, GetEventsQuery, GetFungibleAssetMetadataQuery, GetFungibleAssetActivitiesQuery, GetCurrentFungibleAssetBalancesQuery, GetChainTopUserTransactionsQuery, GetProcessorStatusQuery, GetNumberOfDelegatorsQuery, GetDelegatedStakingActivitiesQuery, GetTableItemsDataQuery, GetTableItemsMetadataQuery, GetAccountAddressesForAuthKeyQuery } from './generated/operations.mjs';
2
2
  import './generated/types.mjs';
3
3
 
4
4
  /**
@@ -50,6 +50,12 @@ type GetAccountCollectionsWithOwnedTokenResponse = GetAccountCollectionsWithOwne
50
50
  * @category Types
51
51
  */
52
52
  type GetAccountCoinsDataResponse = GetAccountCoinsDataQuery["current_fungible_asset_balances"];
53
+ /**
54
+ * The account addresses for an authentication key.
55
+ * @group Implementation
56
+ * @category Types
57
+ */
58
+ type GetAccountAddressesForAuthKeyResponse = GetAccountAddressesForAuthKeyQuery["auth_key_account_addresses"];
53
59
  /**
54
60
  * The response structure for retrieving user transactions from the top of the blockchain.
55
61
  * @group Implementation
@@ -177,4 +183,4 @@ type GraphqlQuery = {
177
183
  variables?: {};
178
184
  };
179
185
 
180
- export type { GetANSNameResponse, GetAccountCoinsDataResponse, GetAccountCollectionsWithOwnedTokenResponse, GetAccountOwnedTokensFromCollectionResponse, GetAccountOwnedTokensQueryResponse, GetChainTopUserTransactionsResponse, GetCollectionDataResponse, GetCurrentFungibleAssetBalancesResponse, GetCurrentTokenOwnershipResponse, GetDelegatedStakingActivitiesResponse, GetEventsResponse, GetFungibleAssetActivitiesResponse, GetFungibleAssetMetadataResponse, GetNumberOfDelegatorsResponse, GetObjectDataQueryResponse, GetOwnedTokensResponse, GetProcessorStatusResponse, GetTableItemsDataResponse, GetTableItemsMetadataResponse, GetTokenActivityResponse, GetTokenDataResponse, GraphqlQuery, OrderBy, OrderByValue, TokenStandard };
186
+ export type { GetANSNameResponse, GetAccountAddressesForAuthKeyResponse, GetAccountCoinsDataResponse, GetAccountCollectionsWithOwnedTokenResponse, GetAccountOwnedTokensFromCollectionResponse, GetAccountOwnedTokensQueryResponse, GetChainTopUserTransactionsResponse, GetCollectionDataResponse, GetCurrentFungibleAssetBalancesResponse, GetCurrentTokenOwnershipResponse, GetDelegatedStakingActivitiesResponse, GetEventsResponse, GetFungibleAssetActivitiesResponse, GetFungibleAssetMetadataResponse, GetNumberOfDelegatorsResponse, GetObjectDataQueryResponse, GetOwnedTokensResponse, GetProcessorStatusResponse, GetTableItemsDataResponse, GetTableItemsMetadataResponse, GetTokenActivityResponse, GetTokenDataResponse, GraphqlQuery, OrderBy, OrderByValue, TokenStandard };
@@ -1,5 +1,5 @@
1
1
  import './indexer.mjs';
2
- export { bx as AccountAuthenticatorVariant, c7 as AccountData, cR as AccountSignature, bL as AnyNumber, bz as AnyPublicKeyVariant, bA as AnySignatureVariant, c2 as AptosRequest, c3 as AptosResponse, bM as AptosSettings, dl as AuthenticationKeyScheme, dj as Block, cp as BlockEndInfo, cq as BlockEpilogueTransactionResponse, cm as BlockMetadataTransactionResponse, c1 as Client, bS as ClientConfig, bX as ClientHeadersType, b$ as ClientRequest, c0 as ClientResponse, cb as CommittedTransactionResponse, bO as CursorPaginationArgs, cy as DecodedTableData, cz as DeletedTableData, dp as DeriveScheme, cU as DirectWriteSet, cB as EntryFunctionPayloadResponse, bD as EphemeralCertificateVariant, bB as EphemeralPublicKeyVariant, bC as EphemeralSignatureVariant, cW as Event, cV as EventGuid, bV as FaucetConfig, bT as FullNodeConfig, c5 as GasEstimation, dt as GenerateAccount, dr as GenerateAccountWithEd25519, ds as GenerateAccountWithSingleSignerSecp256k1Key, cE as GenesisPayload, cl as GenesisTransactionResponse, bo as HexInput, bU as IndexerConfig, di as LedgerInfo, c4 as LedgerVersionArg, bn as MimeType, db as MoveAbility, d1 as MoveAddressType, dg as MoveFunction, dc as MoveFunctionGenericTypeParam, d5 as MoveFunctionId, da as MoveFunctionVisibility, de as MoveModule, c8 as MoveModuleBytecode, d9 as MoveModuleId, d2 as MoveObjectType, d3 as MoveOptionType, c6 as MoveResource, cF as MoveScriptBytecode, df as MoveStruct, dd as MoveStructField, d4 as MoveStructId, d6 as MoveStructType, d7 as MoveType, c$ as MoveUint128Type, cY as MoveUint16Type, d0 as MoveUint256Type, cZ as MoveUint32Type, c_ as MoveUint64Type, cX as MoveUint8Type, d8 as MoveValue, cD as MultisigPayloadResponse, bQ as OrderByArg, bN as PaginationArgs, cj as PendingTransactionResponse, bY as PluginConfig, bZ as PluginSettings, by as PrivateKeyVariants, dh as RoleType, cC as ScriptPayloadResponse, bq as ScriptTransactionArgumentVariants, cT as ScriptWriteSet, dm as SigningScheme, dn as SigningSchemeInput, cn as StateCheckpointTransactionResponse, dk as TableItemRequest, bP as TokenStandardArg, bw as TransactionAuthenticatorVariant, cM as TransactionEd25519Signature, bt as TransactionExecutableVariants, bu as TransactionExtraConfigVariants, cQ as TransactionFeePayerSignature, bW as TransactionGenerationConfig, bs as TransactionInnerPayloadVariants, cP as TransactionMultiAgentSignature, cO as TransactionMultiEd25519Signature, cA as TransactionPayloadResponse, br as TransactionPayloadVariants, ca as TransactionResponse, c9 as TransactionResponseType, cN as TransactionSecp256k1Signature, cG as TransactionSignature, b_ as TransactionSubmitter, bv as TransactionVariants, bp as TypeTagVariants, bJ as Uint128, bG as Uint16, bK as Uint256, bH as Uint32, bI as Uint64, bF as Uint8, ck as UserTransactionResponse, co as ValidatorTransactionResponse, dq as WaitForTransactionOptions, bR as WhereArg, cS as WriteSet, cr as WriteSetChange, cs as WriteSetChangeDeleteModule, ct as WriteSetChangeDeleteResource, cu as WriteSetChangeDeleteTableItem, cv as WriteSetChangeWriteModule, cw as WriteSetChangeWriteResource, cx as WriteSetChangeWriteTableItem, bE as ZkpVariant, ci as isBlockEpilogueTransactionResponse, cf as isBlockMetadataTransactionResponse, cH as isEd25519Signature, cK as isFeePayerSignature, ce as isGenesisTransactionResponse, cJ as isMultiAgentSignature, cL as isMultiEd25519Signature, cc as isPendingTransactionResponse, cI as isSecp256k1Signature, cg as isStateCheckpointTransactionResponse, cd as isUserTransactionResponse, ch as isValidatorTransactionResponse } from '../account-9G6tix5T.mjs';
2
+ export { bx as AccountAuthenticatorVariant, c8 as AccountData, cU as AccountSignature, bM as AnyNumber, bz as AnyPublicKeyVariant, bB as AnySignatureVariant, c3 as AptosRequest, c4 as AptosResponse, bN as AptosSettings, dp as AuthenticationKeyScheme, dm as Block, cq as BlockEndInfo, cr as BlockEpilogueTransactionResponse, cn as BlockMetadataTransactionResponse, c2 as Client, bT as ClientConfig, bY as ClientHeadersType, c0 as ClientRequest, c1 as ClientResponse, cc as CommittedTransactionResponse, bP as CursorPaginationArgs, cz as DecodedTableData, cA as DeletedTableData, ds as DeriveScheme, cX as DirectWriteSet, cC as EntryFunctionPayloadResponse, bE as EphemeralCertificateVariant, bC as EphemeralPublicKeyVariant, bD as EphemeralSignatureVariant, cZ as Event, cY as EventGuid, bW as FaucetConfig, bU as FullNodeConfig, c6 as GasEstimation, dw as GenerateAccount, du as GenerateAccountWithEd25519, dv as GenerateAccountWithSingleSignerSecp256k1Key, cF as GenesisPayload, cm as GenesisTransactionResponse, bo as HexInput, bV as IndexerConfig, dl as LedgerInfo, c5 as LedgerVersionArg, bn as MimeType, de as MoveAbility, d4 as MoveAddressType, dj as MoveFunction, df as MoveFunctionGenericTypeParam, d8 as MoveFunctionId, dd as MoveFunctionVisibility, dh as MoveModule, c9 as MoveModuleBytecode, dc as MoveModuleId, d5 as MoveObjectType, d6 as MoveOptionType, c7 as MoveResource, cG as MoveScriptBytecode, di as MoveStruct, dg as MoveStructField, d7 as MoveStructId, d9 as MoveStructType, da as MoveType, d2 as MoveUint128Type, c$ as MoveUint16Type, d3 as MoveUint256Type, d0 as MoveUint32Type, d1 as MoveUint64Type, c_ as MoveUint8Type, db as MoveValue, cE as MultisigPayloadResponse, bR as OrderByArg, bO as PaginationArgs, ck as PendingTransactionResponse, bZ as PluginConfig, b_ as PluginSettings, by as PrivateKeyVariants, dk as RoleType, cD as ScriptPayloadResponse, bq as ScriptTransactionArgumentVariants, cW as ScriptWriteSet, dq as SigningScheme, dr as SigningSchemeInput, co as StateCheckpointTransactionResponse, dn as TableItemRequest, bQ as TokenStandardArg, bw as TransactionAuthenticatorVariant, cO as TransactionEd25519Signature, bt as TransactionExecutableVariants, bu as TransactionExtraConfigVariants, cT as TransactionFeePayerSignature, bX as TransactionGenerationConfig, bs as TransactionInnerPayloadVariants, cS as TransactionMultiAgentSignature, cR as TransactionMultiEd25519Signature, cB as TransactionPayloadResponse, br as TransactionPayloadVariants, cb as TransactionResponse, ca as TransactionResponseType, cP as TransactionSecp256k1Signature, cH as TransactionSignature, cQ as TransactionSingleSenderSignature, b$ as TransactionSubmitter, bv as TransactionVariants, bp as TypeTagVariants, bK as Uint128, bH as Uint16, bL as Uint256, bI as Uint32, bJ as Uint64, bG as Uint8, cl as UserTransactionResponse, cp as ValidatorTransactionResponse, dt as WaitForTransactionOptions, bS as WhereArg, cV as WriteSet, cs as WriteSetChange, ct as WriteSetChangeDeleteModule, cu as WriteSetChangeDeleteResource, cv as WriteSetChangeDeleteTableItem, cw as WriteSetChangeWriteModule, cx as WriteSetChangeWriteResource, cy as WriteSetChangeWriteTableItem, bF as ZkpVariant, bA as anyPublicKeyVariantToString, cj as isBlockEpilogueTransactionResponse, cg as isBlockMetadataTransactionResponse, cI as isEd25519Signature, cL as isFeePayerSignature, cf as isGenesisTransactionResponse, cK as isMultiAgentSignature, cM as isMultiEd25519Signature, cd as isPendingTransactionResponse, cJ as isSecp256k1Signature, cN as isSingleSenderSignature, ch as isStateCheckpointTransactionResponse, ce as isUserTransactionResponse, ci as isValidatorTransactionResponse } from '../account--Q9z_xMN.mjs';
3
3
  import '../utils/apiEndpoints.mjs';
4
4
  import './generated/operations.mjs';
5
5
  import './generated/types.mjs';
@@ -1,2 +1,2 @@
1
- import{A,B,C,D,E,F,G,H,I,J,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"../chunk-4H2RMR7D.mjs";import"../chunk-KDMSOCZY.mjs";export{j as AccountAuthenticatorVariant,l as AnyPublicKeyVariant,m as AnySignatureVariant,J as DeriveScheme,p as EphemeralCertificateVariant,n as EphemeralPublicKeyVariant,o as EphemeralSignatureVariant,a as MimeType,F as MoveAbility,E as MoveFunctionVisibility,k as PrivateKeyVariants,G as RoleType,c as ScriptTransactionArgumentVariants,H as SigningScheme,I as SigningSchemeInput,i as TransactionAuthenticatorVariant,f as TransactionExecutableVariants,g as TransactionExtraConfigVariants,e as TransactionInnerPayloadVariants,d as TransactionPayloadVariants,r as TransactionResponseType,h as TransactionVariants,b as TypeTagVariants,q as ZkpVariant,y as isBlockEpilogueTransactionResponse,v as isBlockMetadataTransactionResponse,z as isEd25519Signature,C as isFeePayerSignature,u as isGenesisTransactionResponse,B as isMultiAgentSignature,D as isMultiEd25519Signature,s as isPendingTransactionResponse,A as isSecp256k1Signature,w as isStateCheckpointTransactionResponse,t as isUserTransactionResponse,x as isValidatorTransactionResponse};
1
+ import{A,B,C,D,E,F,G,H,I,J,K,L,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"../chunk-IJE2LVZG.mjs";import"../chunk-KDMSOCZY.mjs";export{j as AccountAuthenticatorVariant,l as AnyPublicKeyVariant,n as AnySignatureVariant,L as DeriveScheme,q as EphemeralCertificateVariant,o as EphemeralPublicKeyVariant,p as EphemeralSignatureVariant,a as MimeType,H as MoveAbility,G as MoveFunctionVisibility,k as PrivateKeyVariants,I as RoleType,c as ScriptTransactionArgumentVariants,J as SigningScheme,K as SigningSchemeInput,i as TransactionAuthenticatorVariant,f as TransactionExecutableVariants,g as TransactionExtraConfigVariants,e as TransactionInnerPayloadVariants,d as TransactionPayloadVariants,s as TransactionResponseType,h as TransactionVariants,b as TypeTagVariants,r as ZkpVariant,m as anyPublicKeyVariantToString,z as isBlockEpilogueTransactionResponse,w as isBlockMetadataTransactionResponse,A as isEd25519Signature,D as isFeePayerSignature,v as isGenesisTransactionResponse,C as isMultiAgentSignature,E as isMultiEd25519Signature,t as isPendingTransactionResponse,B as isSecp256k1Signature,F as isSingleSenderSignature,x as isStateCheckpointTransactionResponse,u as isUserTransactionResponse,y as isValidatorTransactionResponse};
2
2
  //# sourceMappingURL=types.mjs.map
@@ -69,6 +69,7 @@ declare const RAW_TRANSACTION_WITH_DATA_SALT = "APTOS::RawTransactionWithData";
69
69
  * @category Utils
70
70
  */
71
71
  declare enum ProcessorType {
72
+ ACCOUNT_RESTORATION_PROCESSOR = "account_restoration_processor",
72
73
  ACCOUNT_TRANSACTION_PROCESSOR = "account_transactions_processor",
73
74
  DEFAULT = "default_processor",
74
75
  EVENTS_PROCESSOR = "events_processor",
@@ -1,2 +1,2 @@
1
- import{a,b,c,d,e,f,g,h,i,j}from"../chunk-RJ7F4JDV.mjs";import"../chunk-KDMSOCZY.mjs";export{e as APTOS_COIN,f as APTOS_FA,a as AptosApiType,b as DEFAULT_MAX_GAS_AMOUNT,c as DEFAULT_TXN_EXP_SEC_FROM_NOW,d as DEFAULT_TXN_TIMEOUT_SEC,j as FIREBASE_AUTH_ISS_PATTERN,i as ProcessorType,g as RAW_TRANSACTION_SALT,h as RAW_TRANSACTION_WITH_DATA_SALT};
1
+ import{a,b,c,d,e,f,g,h,i,j}from"../chunk-JCFTAG5Z.mjs";import"../chunk-KDMSOCZY.mjs";export{e as APTOS_COIN,f as APTOS_FA,a as AptosApiType,b as DEFAULT_MAX_GAS_AMOUNT,c as DEFAULT_TXN_EXP_SEC_FROM_NOW,d as DEFAULT_TXN_TIMEOUT_SEC,j as FIREBASE_AUTH_ISS_PATTERN,i as ProcessorType,g as RAW_TRANSACTION_SALT,h as RAW_TRANSACTION_WITH_DATA_SALT};
2
2
  //# sourceMappingURL=const.mjs.map
@@ -1,4 +1,4 @@
1
- import { d4 as MoveStructId, d5 as MoveFunctionId, n as AccountAddress } from '../account-9G6tix5T.mjs';
1
+ import { d7 as MoveStructId, d8 as MoveFunctionId, n as AccountAddress } from '../account--Q9z_xMN.mjs';
2
2
  import '../types/indexer.mjs';
3
3
  import '../types/generated/operations.mjs';
4
4
  import '../types/generated/types.mjs';
@@ -1,2 +1,2 @@
1
- import{a,b,c,d,e,f,g,h,i,j,k,l,m,n}from"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4H2RMR7D.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-KDMSOCZY.mjs";export{e as base64UrlDecode,f as base64UrlToBytes,g as convertAmountFromHumanReadableToOnChain,h as convertAmountFromOnChainToHumanReadable,d as floorToWholeHour,b as getErrorMessage,k as getFunctionParts,j as isEncodedStruct,l as isValidFunctionInfo,c as nowInSeconds,n as pairedFaMetadataAddress,i as parseEncodedStruct,a as sleep,m as truncateAddress};
1
+ import{a,b,c,d,e,f,g,h,i,j,k,l,m,n}from"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-IJE2LVZG.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-KDMSOCZY.mjs";export{e as base64UrlDecode,f as base64UrlToBytes,g as convertAmountFromHumanReadableToOnChain,h as convertAmountFromOnChainToHumanReadable,d as floorToWholeHour,b as getErrorMessage,k as getFunctionParts,j as isEncodedStruct,l as isValidFunctionInfo,c as nowInSeconds,n as pairedFaMetadataAddress,i as parseEncodedStruct,a as sleep,m as truncateAddress};
2
2
  //# sourceMappingURL=helpers.mjs.map
@@ -2,7 +2,7 @@ export { Network, NetworkToChainId, NetworkToFaucetAPI, NetworkToIndexerAPI, Net
2
2
  export { APTOS_COIN, APTOS_FA, AptosApiType, DEFAULT_MAX_GAS_AMOUNT, DEFAULT_TXN_EXP_SEC_FROM_NOW, DEFAULT_TXN_TIMEOUT_SEC, FIREBASE_AUTH_ISS_PATTERN, ProcessorType, RAW_TRANSACTION_SALT, RAW_TRANSACTION_WITH_DATA_SALT } from './const.mjs';
3
3
  export { DeserializableClass, normalizeBundle } from './normalizeBundle.mjs';
4
4
  export { base64UrlDecode, base64UrlToBytes, convertAmountFromHumanReadableToOnChain, convertAmountFromOnChainToHumanReadable, floorToWholeHour, getErrorMessage, getFunctionParts, isEncodedStruct, isValidFunctionInfo, nowInSeconds, pairedFaMetadataAddress, parseEncodedStruct, sleep, truncateAddress } from './helpers.mjs';
5
- import '../account-9G6tix5T.mjs';
5
+ import '../account--Q9z_xMN.mjs';
6
6
  import '../types/indexer.mjs';
7
7
  import '../types/generated/operations.mjs';
8
8
  import '../types/generated/types.mjs';
@@ -1,2 +1,2 @@
1
- import"../chunk-HGLO5LDS.mjs";import{a as s}from"../chunk-CW35YAMN.mjs";import{a as t,b as u,c as v,d as w,e as x,f as y,g as z,h as A,i as B,j as C,k as D,l as E,m as F,n as G}from"../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{a,b,c,d,e,f,g,h}from"../chunk-4RXKALLC.mjs";import{a as i,b as j,c as k,d as l,e as m,f as n,g as o,h as p,i as q,j as r}from"../chunk-RJ7F4JDV.mjs";import"../chunk-KDMSOCZY.mjs";export{m as APTOS_COIN,n as APTOS_FA,i as AptosApiType,j as DEFAULT_MAX_GAS_AMOUNT,k as DEFAULT_TXN_EXP_SEC_FROM_NOW,l as DEFAULT_TXN_TIMEOUT_SEC,r as FIREBASE_AUTH_ISS_PATTERN,f as Network,g as NetworkToChainId,c as NetworkToFaucetAPI,a as NetworkToIndexerAPI,h as NetworkToNetworkName,b as NetworkToNodeAPI,d as NetworkToPepperAPI,e as NetworkToProverAPI,q as ProcessorType,o as RAW_TRANSACTION_SALT,p as RAW_TRANSACTION_WITH_DATA_SALT,x as base64UrlDecode,y as base64UrlToBytes,z as convertAmountFromHumanReadableToOnChain,A as convertAmountFromOnChainToHumanReadable,w as floorToWholeHour,u as getErrorMessage,D as getFunctionParts,C as isEncodedStruct,E as isValidFunctionInfo,s as normalizeBundle,v as nowInSeconds,G as pairedFaMetadataAddress,B as parseEncodedStruct,t as sleep,F as truncateAddress};
1
+ import"../chunk-HGLO5LDS.mjs";import{a as s}from"../chunk-CW35YAMN.mjs";import{a as t,b as u,c as v,d as w,e as x,f as y,g as z,h as A,i as B,j as C,k as D,l as E,m as F,n as G}from"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-2BOHKN33.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-IJE2LVZG.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import{a,b,c,d,e,f,g,h}from"../chunk-4RXKALLC.mjs";import{a as i,b as j,c as k,d as l,e as m,f as n,g as o,h as p,i as q,j as r}from"../chunk-JCFTAG5Z.mjs";import"../chunk-KDMSOCZY.mjs";export{m as APTOS_COIN,n as APTOS_FA,i as AptosApiType,j as DEFAULT_MAX_GAS_AMOUNT,k as DEFAULT_TXN_EXP_SEC_FROM_NOW,l as DEFAULT_TXN_TIMEOUT_SEC,r as FIREBASE_AUTH_ISS_PATTERN,f as Network,g as NetworkToChainId,c as NetworkToFaucetAPI,a as NetworkToIndexerAPI,h as NetworkToNetworkName,b as NetworkToNodeAPI,d as NetworkToPepperAPI,e as NetworkToProverAPI,q as ProcessorType,o as RAW_TRANSACTION_SALT,p as RAW_TRANSACTION_WITH_DATA_SALT,x as base64UrlDecode,y as base64UrlToBytes,z as convertAmountFromHumanReadableToOnChain,A as convertAmountFromOnChainToHumanReadable,w as floorToWholeHour,u as getErrorMessage,D as getFunctionParts,C as isEncodedStruct,E as isValidFunctionInfo,s as normalizeBundle,v as nowInSeconds,G as pairedFaMetadataAddress,B as parseEncodedStruct,t as sleep,F as truncateAddress};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1,4 +1,4 @@
1
- import { S as Serializable, a as Deserializer } from '../account-9G6tix5T.mjs';
1
+ import { S as Serializable, a as Deserializer } from '../account--Q9z_xMN.mjs';
2
2
  import '../types/indexer.mjs';
3
3
  import '../types/generated/operations.mjs';
4
4
  import '../types/generated/types.mjs';
@@ -1,2 +1,2 @@
1
- import{a}from"../chunk-CW35YAMN.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 normalizeBundle};
1
+ import{a}from"../chunk-CW35YAMN.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-2BOHKN33.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-IJE2LVZG.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-KDMSOCZY.mjs";export{a as normalizeBundle};
2
2
  //# sourceMappingURL=normalizeBundle.mjs.map
@@ -3,6 +3,6 @@
3
3
  *
4
4
  * hardcoded for now, we would want to have it injected dynamically
5
5
  */
6
- declare const VERSION = "3.0.0";
6
+ declare const VERSION = "3.1.0";
7
7
 
8
8
  export { VERSION };
@@ -1,2 +1,2 @@
1
- import{a}from"./chunk-HMUIOIBG.mjs";import"./chunk-KDMSOCZY.mjs";export{a as VERSION};
1
+ import{a}from"./chunk-HUWKPKPQ.mjs";import"./chunk-KDMSOCZY.mjs";export{a as VERSION};
2
2
  //# sourceMappingURL=version.mjs.map
package/package.json CHANGED
@@ -32,6 +32,23 @@
32
32
  "dist",
33
33
  "src"
34
34
  ],
35
+ "scripts": {
36
+ "build:clean": "rm -rf dist",
37
+ "build": "pnpm build:clean && tsup",
38
+ "prepublishOnly": "pnpm run build",
39
+ "_fmt": "prettier 'src/**/*.ts' 'tests/**/*.ts' 'examples/**/*.js' 'examples/**/*.ts' 'confidential-assets/**/*.ts' 'eslint.config.cjs'",
40
+ "fmt": "pnpm _fmt --write",
41
+ "lint": "eslint '**/*.{cts,mts,ts}'",
42
+ "test": "pnpm jest",
43
+ "unit-test": "pnpm jest tests/unit",
44
+ "e2e-test": "pnpm jest tests/e2e",
45
+ "indexer-codegen": "graphql-codegen --config ./src/types/codegen.yaml && pnpm fmt",
46
+ "doc": "scripts/generateDocs.sh",
47
+ "check-version": "scripts/checkVersion.sh",
48
+ "update-version": "scripts/updateVersion.sh && pnpm doc",
49
+ "spec": "pnpm build && pnpm _spec",
50
+ "_spec": "cucumber-js -p default"
51
+ },
35
52
  "dependencies": {
36
53
  "@aptos-labs/aptos-cli": "^1.0.2",
37
54
  "@aptos-labs/aptos-client": "^2.0.0",
@@ -80,21 +97,5 @@
80
97
  "typedoc-plugin-missing-exports": "^4.0.0",
81
98
  "typescript": "^5.8.2"
82
99
  },
83
- "version": "3.0.0",
84
- "scripts": {
85
- "build:clean": "rm -rf dist",
86
- "build": "pnpm build:clean && tsup",
87
- "_fmt": "prettier 'src/**/*.ts' 'tests/**/*.ts' 'examples/**/*.js' 'examples/**/*.ts' 'confidential-assets/**/*.ts' 'eslint.config.cjs'",
88
- "fmt": "pnpm _fmt --write",
89
- "lint": "eslint '**/*.{cts,mts,ts}'",
90
- "test": "pnpm jest",
91
- "unit-test": "pnpm jest tests/unit",
92
- "e2e-test": "pnpm jest tests/e2e",
93
- "indexer-codegen": "graphql-codegen --config ./src/types/codegen.yaml && pnpm fmt",
94
- "doc": "scripts/generateDocs.sh",
95
- "check-version": "scripts/checkVersion.sh",
96
- "update-version": "scripts/updateVersion.sh && pnpm doc",
97
- "spec": "pnpm build && pnpm _spec",
98
- "_spec": "cucumber-js -p default"
99
- }
100
- }
100
+ "version": "3.1.0"
101
+ }
@@ -140,6 +140,7 @@ export class FederatedKeylessAccount extends AbstractKeylessAccount {
140
140
  uidKey?: string;
141
141
  proofFetchCallback?: ProofFetchCallback;
142
142
  verificationKey?: Groth16VerificationKey;
143
+ verificationKeyHash?: Uint8Array;
143
144
  }): FederatedKeylessAccount {
144
145
  const {
145
146
  address,
@@ -151,8 +152,13 @@ export class FederatedKeylessAccount extends AbstractKeylessAccount {
151
152
  uidKey = "sub",
152
153
  proofFetchCallback,
153
154
  verificationKey,
155
+ verificationKeyHash,
154
156
  } = args;
155
157
 
158
+ if (verificationKeyHash && verificationKey) {
159
+ throw new Error("Cannot provide both verificationKey and verificationKeyHash");
160
+ }
161
+
156
162
  const { iss, aud, uidVal } = getIssAudAndUidVal({ jwt, uidKey });
157
163
  return new FederatedKeylessAccount({
158
164
  address,
@@ -166,7 +172,7 @@ export class FederatedKeylessAccount extends AbstractKeylessAccount {
166
172
  jwkAddress: AccountAddress.from(jwkAddress),
167
173
  jwt,
168
174
  proofFetchCallback,
169
- verificationKeyHash: verificationKey ? verificationKey.hash() : undefined,
175
+ verificationKeyHash: verificationKeyHash ?? (verificationKey ? verificationKey.hash() : undefined),
170
176
  });
171
177
  }
172
178
  }
@@ -143,8 +143,23 @@ export class KeylessAccount extends AbstractKeylessAccount {
143
143
  uidKey?: string;
144
144
  proofFetchCallback?: ProofFetchCallback;
145
145
  verificationKey?: Groth16VerificationKey;
146
+ verificationKeyHash?: Uint8Array;
146
147
  }): KeylessAccount {
147
- const { address, proof, jwt, ephemeralKeyPair, pepper, uidKey = "sub", proofFetchCallback, verificationKey } = args;
148
+ const {
149
+ address,
150
+ proof,
151
+ jwt,
152
+ ephemeralKeyPair,
153
+ pepper,
154
+ uidKey = "sub",
155
+ proofFetchCallback,
156
+ verificationKey,
157
+ verificationKeyHash,
158
+ } = args;
159
+
160
+ if (verificationKeyHash && verificationKey) {
161
+ throw new Error("Cannot provide both verificationKey and verificationKeyHash");
162
+ }
148
163
 
149
164
  const { iss, aud, uidVal } = getIssAudAndUidVal({ jwt, uidKey });
150
165
  return new KeylessAccount({
@@ -158,7 +173,7 @@ export class KeylessAccount extends AbstractKeylessAccount {
158
173
  pepper,
159
174
  jwt,
160
175
  proofFetchCallback,
161
- verificationKeyHash: verificationKey ? verificationKey.hash() : undefined,
176
+ verificationKeyHash: verificationKeyHash ?? (verificationKey ? verificationKey.hash() : undefined),
162
177
  });
163
178
  }
164
179
  }
@@ -2,7 +2,13 @@
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  import { Account as AccountModule } from "../account";
5
- import { AccountAddress, PrivateKey, AccountAddressInput, createObjectAddress } from "../core";
5
+ import {
6
+ AccountAddress,
7
+ AccountAddressInput,
8
+ createObjectAddress,
9
+ BaseAccountPublicKey,
10
+ PrivateKeyInput,
11
+ } from "../core";
6
12
  import {
7
13
  AccountData,
8
14
  AnyNumber,
@@ -31,6 +37,7 @@ import {
31
37
  getAccountOwnedObjects,
32
38
  getAccountOwnedTokens,
33
39
  getAccountOwnedTokensFromCollectionAddress,
40
+ getAccountsForPublicKey,
34
41
  getAccountTokensCount,
35
42
  getAccountTransactionsCount,
36
43
  getInfo,
@@ -42,6 +49,8 @@ import {
42
49
  getResourcesPage,
43
50
  getTransactions,
44
51
  lookupOriginalAccountAddress,
52
+ deriveOwnedAccountsFromSigner,
53
+ AccountInfo,
45
54
  } from "../internal/account";
46
55
  import { APTOS_COIN, APTOS_FA, ProcessorType } from "../utils/const";
47
56
  import { AptosConfig } from "./aptosConfig";
@@ -977,7 +986,131 @@ export class Account {
977
986
  * @group Account
978
987
  * @deprecated Note that more inspection is needed by the user to determine which account exists on-chain
979
988
  */
980
- async deriveAccountFromPrivateKey(args: { privateKey: PrivateKey }): Promise<AccountModule> {
989
+ async deriveAccountFromPrivateKey(args: {
990
+ privateKey: PrivateKeyInput;
991
+ minimumLedgerVersion?: AnyNumber;
992
+ options?: {
993
+ throwIfNoAccountFound?: boolean;
994
+ };
995
+ }): Promise<AccountModule> {
996
+ await waitForIndexerOnVersion({
997
+ config: this.config,
998
+ minimumLedgerVersion: args.minimumLedgerVersion,
999
+ processorType: ProcessorType.ACCOUNT_RESTORATION_PROCESSOR,
1000
+ });
1001
+ await waitForIndexerOnVersion({
1002
+ config: this.config,
1003
+ minimumLedgerVersion: args.minimumLedgerVersion,
1004
+ processorType: ProcessorType.OBJECT_PROCESSOR,
1005
+ });
981
1006
  return deriveAccountFromPrivateKey({ aptosConfig: this.config, ...args });
982
1007
  }
1008
+
1009
+ /**
1010
+ * Derives all accounts owned by a signer. This function takes a signer (either an Account or PrivateKey)
1011
+ * and returns all accounts that can be derived from it, ordered by the most recently used account first.
1012
+ *
1013
+ * Note, this function will not return accounts that require more than one signer to be used.
1014
+ *
1015
+ * @param args - The arguments for deriving owned accounts
1016
+ * @param args.signer - The signer to derive accounts from (Account or PrivateKey)
1017
+ * @param args.minimumLedgerVersion - The minimum ledger version to wait for before querying
1018
+ * @param args.options.includeUnverified - Whether to include unverified accounts in the results. Unverified accounts
1019
+ * are accounts that can be authenticated with the signer, but there is no history of the signer using the account.
1020
+ * Default is false.
1021
+ * @param args.options.noMultiKey - If true, do not include multi-key accounts in the results. Default is false.
1022
+ * @returns Promise resolving to an array of derived Account objects
1023
+ *
1024
+ * @example
1025
+ * ```typescript
1026
+ * import { Aptos, AptosConfig, Network, Ed25519Account } from "@aptos-labs/ts-sdk";
1027
+ *
1028
+ * const config = new AptosConfig({ network: Network.TESTNET });
1029
+ * const aptos = new Aptos(config);
1030
+ *
1031
+ * async function getOwnedAccounts() {
1032
+ * const signer = Ed25519Account.generate();
1033
+ * const accounts = await aptos.deriveOwnedAccountsFromSigner({
1034
+ * signer
1035
+ * });
1036
+ * const account = accounts[0];
1037
+ * console.log(account);
1038
+ * }
1039
+ * ```
1040
+ * @group Account
1041
+ */
1042
+ async deriveOwnedAccountsFromSigner(args: {
1043
+ signer: AccountModule | PrivateKeyInput;
1044
+ minimumLedgerVersion?: AnyNumber;
1045
+ options?: { includeUnverified?: boolean; noMultiKey?: boolean };
1046
+ }): Promise<AccountModule[]> {
1047
+ await waitForIndexerOnVersion({
1048
+ config: this.config,
1049
+ minimumLedgerVersion: args.minimumLedgerVersion,
1050
+ processorType: ProcessorType.ACCOUNT_RESTORATION_PROCESSOR,
1051
+ });
1052
+ await waitForIndexerOnVersion({
1053
+ config: this.config,
1054
+ minimumLedgerVersion: args.minimumLedgerVersion,
1055
+ processorType: ProcessorType.OBJECT_PROCESSOR,
1056
+ });
1057
+ return deriveOwnedAccountsFromSigner({ aptosConfig: this.config, ...args });
1058
+ }
1059
+
1060
+ /**
1061
+ * Gets all account info (address, account public key, last transaction version) that have are associated with a public key and **related public keys**
1062
+ *
1063
+ * For a given public key, it will query all multikeys that the public key is part of. Then for the provided public key and
1064
+ * any multikeys found in the previous step, it will query for any accounts that have an auth key that matches any of the
1065
+ * public keys.
1066
+ *
1067
+ * Note: If an Ed25519PublicKey or an AnyPublicKey that wraps Ed25519PublicKey is passed in, it will query for both legacy and single singer cases.
1068
+ *
1069
+ * @param args - The arguments for getting accounts for a public key
1070
+ * @param args.publicKey - The public key to look up accounts for
1071
+ * @param args.minimumLedgerVersion - The minimum ledger version to wait for before querying
1072
+ * @param args.options.includeUnverified - Whether to include unverified accounts in the results. Unverified accounts
1073
+ * are accounts that can be authenticated with the signer, but there is no history of the signer using the account. Default
1074
+ * is false.
1075
+ * @param args.options.noMultiKey - Whether to exclude multi-key accounts in the results. Default is false.
1076
+ * @returns Promise resolving to an array of account addresses and their associated public keys
1077
+ *
1078
+ * @example
1079
+ * ```typescript
1080
+ * import { Aptos, AptosConfig, Network, Ed25519PrivateKey } from "@aptos-labs/ts-sdk";
1081
+ *
1082
+ * const config = new AptosConfig({ network: Network.TESTNET });
1083
+ * const aptos = new Aptos(config);
1084
+ *
1085
+ * async function getAccounts() {
1086
+ * const privateKey = Ed25519PrivateKey.generate();
1087
+ * const publicKey = privateKey.publicKey();
1088
+ * const accounts = await aptos.getAccountsForPublicKey({
1089
+ * publicKey
1090
+ * });
1091
+ * console.log(accounts);
1092
+ * }
1093
+ * ```
1094
+ * @group Account
1095
+ */
1096
+ async getAccountsForPublicKey(args: {
1097
+ publicKey: BaseAccountPublicKey;
1098
+ minimumLedgerVersion?: AnyNumber;
1099
+ options?: { includeUnverified?: boolean; noMultiKey?: boolean };
1100
+ }): Promise<AccountInfo[]> {
1101
+ await waitForIndexerOnVersion({
1102
+ config: this.config,
1103
+ minimumLedgerVersion: args.minimumLedgerVersion,
1104
+ processorType: ProcessorType.ACCOUNT_RESTORATION_PROCESSOR,
1105
+ });
1106
+ await waitForIndexerOnVersion({
1107
+ config: this.config,
1108
+ minimumLedgerVersion: args.minimumLedgerVersion,
1109
+ processorType: ProcessorType.OBJECT_PROCESSOR,
1110
+ });
1111
+ return getAccountsForPublicKey({
1112
+ aptosConfig: this.config,
1113
+ ...args,
1114
+ });
1115
+ }
983
1116
  }
@@ -523,6 +523,7 @@ export class Transaction {
523
523
  async rotateAuthKey(
524
524
  args: {
525
525
  fromAccount: Account;
526
+ options?: InputGenerateTransactionOptions;
526
527
  } & (
527
528
  | { toAccount: Account; dangerouslySkipVerification?: never }
528
529
  | { toNewPrivateKey: Ed25519PrivateKey; dangerouslySkipVerification?: never }
@@ -15,4 +15,5 @@ export * from "./publicKey";
15
15
  export * from "./secp256k1";
16
16
  export * from "./signature";
17
17
  export * from "./singleKey";
18
+ export * from "./types";
18
19
  export * from "./deserializationUtils";
@@ -92,6 +92,10 @@ export class MultiEd25519PublicKey extends AbstractMultiKey {
92
92
  this.threshold = threshold;
93
93
  }
94
94
 
95
+ getSignaturesRequired(): number {
96
+ return this.threshold;
97
+ }
98
+
95
99
  // region AccountPublicKey
96
100
 
97
101
  /**
@@ -217,6 +221,28 @@ export class MultiEd25519PublicKey extends AbstractMultiKey {
217
221
  return new MultiEd25519PublicKey({ publicKeys: keys, threshold });
218
222
  }
219
223
 
224
+ /**
225
+ * Deserializes a MultiEd25519Signature from the provided deserializer.
226
+ * This function helps in reconstructing a MultiEd25519Signature object from its serialized byte representation.
227
+ *
228
+ * @param deserializer - The deserializer instance used to read the serialized data.
229
+ * @group Implementation
230
+ * @category Serialization
231
+ */
232
+ static deserializeWithoutLength(deserializer: Deserializer): MultiEd25519PublicKey {
233
+ const length = deserializer.remaining();
234
+ const bytes = deserializer.deserializeFixedBytes(length);
235
+ const threshold = bytes[bytes.length - 1];
236
+
237
+ const keys: Ed25519PublicKey[] = [];
238
+
239
+ for (let i = 0; i < bytes.length - 1; i += Ed25519PublicKey.LENGTH) {
240
+ const begin = i;
241
+ keys.push(new Ed25519PublicKey(bytes.subarray(begin, begin + Ed25519PublicKey.LENGTH)));
242
+ }
243
+ return new MultiEd25519PublicKey({ publicKeys: keys, threshold });
244
+ }
245
+
220
246
  // endregion
221
247
 
222
248
  /**
@@ -96,6 +96,8 @@ export abstract class AbstractMultiKey extends AccountPublicKey {
96
96
  }
97
97
  throw new Error(`Public key ${publicKey} not found in multi key set ${this.publicKeys}`);
98
98
  }
99
+
100
+ abstract getSignaturesRequired(): number;
99
101
  }
100
102
 
101
103
  /**
@@ -175,6 +177,10 @@ export class MultiKey extends AbstractMultiKey {
175
177
  this.signaturesRequired = signaturesRequired;
176
178
  }
177
179
 
180
+ getSignaturesRequired(): number {
181
+ return this.signaturesRequired;
182
+ }
183
+
178
184
  // endregion
179
185
 
180
186
  // region AccountPublicKey
@@ -0,0 +1,9 @@
1
+ import { AnyPublicKey } from "./singleKey";
2
+ import { Ed25519PublicKey } from "./ed25519";
3
+ import { MultiKey } from "./multiKey";
4
+ import { MultiEd25519PublicKey } from "./multiEd25519";
5
+
6
+ // This type is used to represent the base from of an account's public key.
7
+ // These are the types of public keys that can be used to derive an account's address by appending
8
+ // the signing scheme to the public key as bytes and hashing it.
9
+ export type BaseAccountPublicKey = Ed25519PublicKey | AnyPublicKey | MultiKey | MultiEd25519PublicKey;