@aptos-labs/ts-sdk 1.38.0 → 2.0.0-zeta.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 (349) hide show
  1. package/dist/common/{accountAddress-5ltp27oM.d.ts → accountAddress-B3Y4WI-E.d.ts} +47 -11
  2. package/dist/common/chunk-BNN2XWNR.js +4 -0
  3. package/dist/common/chunk-BNN2XWNR.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 +174 -113
  8. package/dist/common/index.js +53 -32
  9. package/dist/common/index.js.map +1 -1
  10. package/dist/esm/account/AbstractKeylessAccount.d.mts +0 -1
  11. package/dist/esm/account/AbstractKeylessAccount.mjs +1 -1
  12. package/dist/esm/account/AbstractedAccount.d.mts +0 -1
  13. package/dist/esm/account/AbstractedAccount.mjs +1 -1
  14. package/dist/esm/account/Account.d.mts +0 -1
  15. package/dist/esm/account/Account.mjs +1 -1
  16. package/dist/esm/account/AccountUtils.d.mts +0 -1
  17. package/dist/esm/account/AccountUtils.mjs +1 -1
  18. package/dist/esm/account/DerivableAbstractedAccount.d.mts +0 -1
  19. package/dist/esm/account/DerivableAbstractedAccount.mjs +1 -1
  20. package/dist/esm/account/Ed25519Account.d.mts +0 -1
  21. package/dist/esm/account/Ed25519Account.mjs +1 -1
  22. package/dist/esm/account/EphemeralKeyPair.d.mts +0 -1
  23. package/dist/esm/account/EphemeralKeyPair.mjs +1 -1
  24. package/dist/esm/account/FederatedKeylessAccount.d.mts +1 -1
  25. package/dist/esm/account/FederatedKeylessAccount.mjs +1 -1
  26. package/dist/esm/account/KeylessAccount.d.mts +1 -1
  27. package/dist/esm/account/KeylessAccount.mjs +1 -1
  28. package/dist/esm/account/MultiEd25519Account.d.mts +0 -1
  29. package/dist/esm/account/MultiEd25519Account.mjs +1 -1
  30. package/dist/esm/account/MultiKeyAccount.d.mts +0 -1
  31. package/dist/esm/account/MultiKeyAccount.mjs +1 -1
  32. package/dist/esm/account/SingleKeyAccount.d.mts +0 -1
  33. package/dist/esm/account/SingleKeyAccount.mjs +1 -1
  34. package/dist/esm/account/index.d.mts +0 -1
  35. package/dist/esm/account/index.mjs +1 -1
  36. package/dist/esm/account/utils.d.mts +0 -1
  37. package/dist/esm/account/utils.mjs +1 -1
  38. package/dist/esm/api/account/abstraction.d.mts +0 -1
  39. package/dist/esm/api/account/abstraction.mjs +1 -1
  40. package/dist/esm/api/account.d.mts +97 -6
  41. package/dist/esm/api/account.mjs +1 -1
  42. package/dist/esm/api/ans.d.mts +0 -1
  43. package/dist/esm/api/ans.mjs +1 -1
  44. package/dist/esm/api/aptos.d.mts +5 -6
  45. package/dist/esm/api/aptos.mjs +1 -1
  46. package/dist/esm/api/aptosConfig.d.mts +0 -1
  47. package/dist/esm/api/aptosConfig.mjs +1 -1
  48. package/dist/esm/api/coin.d.mts +0 -1
  49. package/dist/esm/api/coin.mjs +1 -1
  50. package/dist/esm/api/digitalAsset.d.mts +0 -1
  51. package/dist/esm/api/digitalAsset.mjs +1 -1
  52. package/dist/esm/api/event.d.mts +0 -1
  53. package/dist/esm/api/event.mjs +1 -1
  54. package/dist/esm/api/faucet.d.mts +0 -1
  55. package/dist/esm/api/faucet.mjs +1 -1
  56. package/dist/esm/api/fungibleAsset.d.mts +50 -2
  57. package/dist/esm/api/fungibleAsset.mjs +1 -1
  58. package/dist/esm/api/general.d.mts +0 -1
  59. package/dist/esm/api/general.mjs +1 -1
  60. package/dist/esm/api/index.d.mts +5 -6
  61. package/dist/esm/api/index.mjs +1 -1
  62. package/dist/esm/api/keyless.d.mts +0 -1
  63. package/dist/esm/api/keyless.mjs +1 -1
  64. package/dist/esm/api/object.d.mts +0 -1
  65. package/dist/esm/api/object.mjs +1 -1
  66. package/dist/esm/api/staking.d.mts +0 -1
  67. package/dist/esm/api/staking.mjs +1 -1
  68. package/dist/esm/api/table.d.mts +0 -1
  69. package/dist/esm/api/table.mjs +1 -1
  70. package/dist/esm/api/transaction.d.mts +1 -2
  71. package/dist/esm/api/transaction.mjs +1 -1
  72. package/dist/esm/api/transactionSubmission/build.d.mts +0 -66
  73. package/dist/esm/api/transactionSubmission/build.mjs +1 -1
  74. package/dist/esm/api/transactionSubmission/management.d.mts +0 -1
  75. package/dist/esm/api/transactionSubmission/management.mjs +1 -1
  76. package/dist/esm/api/transactionSubmission/sign.d.mts +0 -1
  77. package/dist/esm/api/transactionSubmission/sign.mjs +1 -1
  78. package/dist/esm/api/transactionSubmission/sign.mjs.map +1 -1
  79. package/dist/esm/api/transactionSubmission/simulate.d.mts +0 -1
  80. package/dist/esm/api/transactionSubmission/simulate.mjs +1 -1
  81. package/dist/esm/api/transactionSubmission/submit.d.mts +0 -1
  82. package/dist/esm/api/transactionSubmission/submit.mjs +1 -1
  83. package/dist/esm/api/utils.d.mts +0 -1
  84. package/dist/esm/api/utils.mjs +1 -1
  85. package/dist/esm/bcs/consts.d.mts +0 -1
  86. package/dist/esm/bcs/deserializer.d.mts +0 -1
  87. package/dist/esm/bcs/index.d.mts +0 -1
  88. package/dist/esm/bcs/index.mjs +1 -1
  89. package/dist/esm/bcs/serializable/entryFunctionBytes.d.mts +0 -1
  90. package/dist/esm/bcs/serializable/fixedBytes.d.mts +0 -1
  91. package/dist/esm/bcs/serializable/movePrimitives.d.mts +0 -1
  92. package/dist/esm/bcs/serializable/movePrimitives.mjs +1 -1
  93. package/dist/esm/bcs/serializable/moveStructs.d.mts +0 -1
  94. package/dist/esm/bcs/serializable/moveStructs.mjs +1 -1
  95. package/dist/esm/bcs/serializer.d.mts +0 -1
  96. package/dist/esm/{chunk-NKHYIVN3.mjs → chunk-2DYSBAZ7.mjs} +2 -2
  97. package/dist/esm/{chunk-CDGBM4JY.mjs → chunk-34R7FSQF.mjs} +2 -2
  98. package/dist/esm/chunk-3FEFJIVT.mjs +2 -0
  99. package/dist/esm/chunk-3FEFJIVT.mjs.map +1 -0
  100. package/dist/esm/{chunk-IRYH7OV4.mjs → chunk-4F5EECVQ.mjs} +2 -2
  101. package/dist/esm/chunk-5HXLZHDW.mjs +1 -0
  102. package/dist/esm/{chunk-KBHJPL6Y.mjs → chunk-6UZHMEK3.mjs} +2 -2
  103. package/dist/esm/{chunk-PUYYROVD.mjs → chunk-CO67Y6YE.mjs} +2 -2
  104. package/dist/esm/{chunk-PUYYROVD.mjs.map → chunk-CO67Y6YE.mjs.map} +1 -1
  105. package/dist/esm/{chunk-XZGEJMIL.mjs → chunk-CQJLK4WE.mjs} +2 -2
  106. package/dist/esm/chunk-FD6FGKYY.mjs +1 -0
  107. package/dist/esm/chunk-FD6FGKYY.mjs.map +1 -0
  108. package/dist/esm/{chunk-GSXNMAK2.mjs → chunk-GPNNEHW4.mjs} +2 -2
  109. package/dist/esm/chunk-GRPSFJ3N.mjs +4 -0
  110. package/dist/esm/chunk-GRPSFJ3N.mjs.map +1 -0
  111. package/dist/esm/chunk-HLF3U7IS.mjs +2 -0
  112. package/dist/esm/{chunk-4AU6DSUL.mjs.map → chunk-HLF3U7IS.mjs.map} +1 -1
  113. package/dist/esm/{chunk-WIBQJBBB.mjs → chunk-HW7TSJI2.mjs} +2 -2
  114. package/dist/esm/chunk-JCFTAG5Z.mjs +2 -0
  115. package/dist/esm/{chunk-RJ7F4JDV.mjs.map → chunk-JCFTAG5Z.mjs.map} +1 -1
  116. package/dist/esm/{chunk-QQDTCQQV.mjs → chunk-SVMCNLFC.mjs} +2 -2
  117. package/dist/esm/{chunk-NAWRVBU4.mjs → chunk-TDGLYA35.mjs} +2 -2
  118. package/dist/esm/{chunk-VHNX2NUR.mjs → chunk-UL777LTI.mjs} +47 -26
  119. package/dist/esm/chunk-UL777LTI.mjs.map +1 -0
  120. package/dist/esm/{chunk-4CVPCQ56.mjs → chunk-UQWF24SS.mjs} +2 -2
  121. package/dist/esm/{chunk-4CVPCQ56.mjs.map → chunk-UQWF24SS.mjs.map} +1 -1
  122. package/dist/esm/{chunk-P23N7FX6.mjs → chunk-V7NWNNBI.mjs} +2 -2
  123. package/dist/esm/chunk-XTMUMN74.mjs +2 -0
  124. package/dist/esm/chunk-XTMUMN74.mjs.map +1 -0
  125. package/dist/esm/cli/index.d.mts +0 -1
  126. package/dist/esm/cli/index.mjs +1 -1
  127. package/dist/esm/cli/localNode.mjs +1 -1
  128. package/dist/esm/cli/move.d.mts +0 -1
  129. package/dist/esm/client/core.d.mts +0 -1
  130. package/dist/esm/client/core.mjs +1 -1
  131. package/dist/esm/client/get.d.mts +0 -1
  132. package/dist/esm/client/get.mjs +1 -1
  133. package/dist/esm/client/index.d.mts +0 -1
  134. package/dist/esm/client/index.mjs +1 -1
  135. package/dist/esm/client/post.d.mts +0 -1
  136. package/dist/esm/client/post.mjs +1 -1
  137. package/dist/esm/core/account/index.d.mts +0 -1
  138. package/dist/esm/core/account/index.mjs +1 -1
  139. package/dist/esm/core/account/utils/address.d.mts +0 -1
  140. package/dist/esm/core/account/utils/address.mjs +1 -1
  141. package/dist/esm/core/account/utils/index.d.mts +0 -1
  142. package/dist/esm/core/account/utils/index.mjs +1 -1
  143. package/dist/esm/core/accountAddress.d.mts +0 -1
  144. package/dist/esm/core/accountAddress.mjs +1 -1
  145. package/dist/esm/core/authenticationKey.d.mts +0 -1
  146. package/dist/esm/core/authenticationKey.mjs +1 -1
  147. package/dist/esm/core/crypto/abstraction.d.mts +0 -1
  148. package/dist/esm/core/crypto/abstraction.mjs +1 -1
  149. package/dist/esm/core/crypto/ed25519.d.mts +0 -1
  150. package/dist/esm/core/crypto/ed25519.mjs +1 -1
  151. package/dist/esm/core/crypto/ephemeral.d.mts +0 -1
  152. package/dist/esm/core/crypto/ephemeral.mjs +1 -1
  153. package/dist/esm/core/crypto/federatedKeyless.d.mts +0 -1
  154. package/dist/esm/core/crypto/federatedKeyless.mjs +1 -1
  155. package/dist/esm/core/crypto/index.d.mts +1 -1
  156. package/dist/esm/core/crypto/index.mjs +1 -1
  157. package/dist/esm/core/crypto/keyless.d.mts +0 -1
  158. package/dist/esm/core/crypto/keyless.mjs +1 -1
  159. package/dist/esm/core/crypto/multiEd25519.d.mts +10 -1
  160. package/dist/esm/core/crypto/multiEd25519.mjs +1 -1
  161. package/dist/esm/core/crypto/multiKey.d.mts +2 -1
  162. package/dist/esm/core/crypto/multiKey.mjs +1 -1
  163. package/dist/esm/core/crypto/privateKey.d.mts +0 -1
  164. package/dist/esm/core/crypto/privateKey.mjs +1 -1
  165. package/dist/esm/core/crypto/proof.d.mts +0 -1
  166. package/dist/esm/core/crypto/proof.mjs +1 -1
  167. package/dist/esm/core/crypto/publicKey.d.mts +0 -1
  168. package/dist/esm/core/crypto/publicKey.mjs +1 -1
  169. package/dist/esm/core/crypto/secp256k1.d.mts +0 -1
  170. package/dist/esm/core/crypto/secp256k1.mjs +1 -1
  171. package/dist/esm/core/crypto/signature.d.mts +0 -1
  172. package/dist/esm/core/crypto/signature.mjs +1 -1
  173. package/dist/esm/core/crypto/singleKey.d.mts +2 -3
  174. package/dist/esm/core/crypto/singleKey.mjs +1 -1
  175. package/dist/esm/core/crypto/types.d.mts +25 -0
  176. package/dist/esm/core/crypto/types.mjs +2 -0
  177. package/dist/esm/core/crypto/types.mjs.map +1 -0
  178. package/dist/esm/core/crypto/utils.d.mts +0 -1
  179. package/dist/esm/core/hex.d.mts +0 -1
  180. package/dist/esm/core/index.d.mts +1 -1
  181. package/dist/esm/core/index.mjs +1 -1
  182. package/dist/esm/errors/index.d.mts +0 -1
  183. package/dist/esm/errors/index.mjs +1 -1
  184. package/dist/esm/index.d.mts +5 -6
  185. package/dist/esm/index.mjs +1 -1
  186. package/dist/esm/internal/abstraction.d.mts +0 -1
  187. package/dist/esm/internal/abstraction.mjs +1 -1
  188. package/dist/esm/internal/account.d.mts +43 -14
  189. package/dist/esm/internal/account.mjs +1 -1
  190. package/dist/esm/internal/ans.d.mts +0 -1
  191. package/dist/esm/internal/ans.mjs +1 -1
  192. package/dist/esm/internal/coin.d.mts +0 -1
  193. package/dist/esm/internal/coin.mjs +1 -1
  194. package/dist/esm/internal/digitalAsset.d.mts +0 -1
  195. package/dist/esm/internal/digitalAsset.mjs +1 -1
  196. package/dist/esm/internal/event.d.mts +0 -1
  197. package/dist/esm/internal/event.mjs +1 -1
  198. package/dist/esm/internal/faucet.d.mts +0 -1
  199. package/dist/esm/internal/faucet.mjs +1 -1
  200. package/dist/esm/internal/fungibleAsset.d.mts +24 -2
  201. package/dist/esm/internal/fungibleAsset.mjs +1 -1
  202. package/dist/esm/internal/general.d.mts +0 -1
  203. package/dist/esm/internal/general.mjs +1 -1
  204. package/dist/esm/internal/keyless.d.mts +9 -1
  205. package/dist/esm/internal/keyless.mjs +1 -1
  206. package/dist/esm/internal/object.d.mts +0 -1
  207. package/dist/esm/internal/object.mjs +1 -1
  208. package/dist/esm/internal/staking.d.mts +0 -1
  209. package/dist/esm/internal/staking.mjs +1 -1
  210. package/dist/esm/internal/table.d.mts +0 -1
  211. package/dist/esm/internal/table.mjs +1 -1
  212. package/dist/esm/internal/transaction.d.mts +0 -1
  213. package/dist/esm/internal/transaction.mjs +1 -1
  214. package/dist/esm/internal/transactionSubmission.d.mts +0 -1
  215. package/dist/esm/internal/transactionSubmission.mjs +1 -1
  216. package/dist/esm/internal/utils/index.d.mts +0 -1
  217. package/dist/esm/internal/utils/index.mjs +1 -1
  218. package/dist/esm/internal/utils/utils.d.mts +0 -1
  219. package/dist/esm/internal/utils/utils.mjs +1 -1
  220. package/dist/esm/internal/view.d.mts +0 -1
  221. package/dist/esm/internal/view.mjs +1 -1
  222. package/dist/esm/transactions/authenticator/account.d.mts +0 -1
  223. package/dist/esm/transactions/authenticator/account.mjs +1 -1
  224. package/dist/esm/transactions/authenticator/index.d.mts +0 -1
  225. package/dist/esm/transactions/authenticator/index.mjs +1 -1
  226. package/dist/esm/transactions/authenticator/transaction.d.mts +0 -1
  227. package/dist/esm/transactions/authenticator/transaction.mjs +1 -1
  228. package/dist/esm/transactions/index.d.mts +2 -4
  229. package/dist/esm/transactions/index.mjs +1 -1
  230. package/dist/esm/transactions/instances/chainId.d.mts +0 -1
  231. package/dist/esm/transactions/instances/identifier.d.mts +0 -1
  232. package/dist/esm/transactions/instances/index.d.mts +0 -1
  233. package/dist/esm/transactions/instances/index.mjs +1 -1
  234. package/dist/esm/transactions/instances/moduleId.d.mts +0 -1
  235. package/dist/esm/transactions/instances/moduleId.mjs +1 -1
  236. package/dist/esm/transactions/instances/multiAgentTransaction.d.mts +0 -1
  237. package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -1
  238. package/dist/esm/transactions/instances/rawTransaction.d.mts +0 -1
  239. package/dist/esm/transactions/instances/rawTransaction.mjs +1 -1
  240. package/dist/esm/transactions/instances/rotationProofChallenge.d.mts +0 -1
  241. package/dist/esm/transactions/instances/rotationProofChallenge.mjs +1 -1
  242. package/dist/esm/transactions/instances/signedTransaction.d.mts +0 -1
  243. package/dist/esm/transactions/instances/signedTransaction.mjs +1 -1
  244. package/dist/esm/transactions/instances/simpleTransaction.d.mts +0 -1
  245. package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -1
  246. package/dist/esm/transactions/instances/transactionArgument.d.mts +0 -1
  247. package/dist/esm/transactions/instances/transactionPayload.d.mts +0 -1
  248. package/dist/esm/transactions/instances/transactionPayload.mjs +1 -1
  249. package/dist/esm/transactions/management/accountSequenceNumber.d.mts +0 -1
  250. package/dist/esm/transactions/management/accountSequenceNumber.mjs +1 -1
  251. package/dist/esm/transactions/management/index.d.mts +0 -1
  252. package/dist/esm/transactions/management/index.mjs +1 -1
  253. package/dist/esm/transactions/management/transactionWorker.d.mts +0 -1
  254. package/dist/esm/transactions/management/transactionWorker.mjs +1 -1
  255. package/dist/esm/transactions/transactionBuilder/helpers.d.mts +0 -1
  256. package/dist/esm/transactions/transactionBuilder/helpers.mjs +1 -1
  257. package/dist/esm/transactions/transactionBuilder/index.d.mts +1 -2
  258. package/dist/esm/transactions/transactionBuilder/index.mjs +1 -1
  259. package/dist/esm/transactions/transactionBuilder/remoteAbi.d.mts +1 -13
  260. package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +1 -1
  261. package/dist/esm/transactions/transactionBuilder/signingMessage.d.mts +0 -1
  262. package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +1 -1
  263. package/dist/esm/transactions/transactionBuilder/transactionBuilder.d.mts +0 -1
  264. package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -1
  265. package/dist/esm/transactions/typeTag/index.d.mts +0 -1
  266. package/dist/esm/transactions/typeTag/index.mjs +1 -1
  267. package/dist/esm/transactions/typeTag/parser.d.mts +0 -1
  268. package/dist/esm/transactions/typeTag/parser.mjs +1 -1
  269. package/dist/esm/transactions/types.d.mts +1 -10
  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 -3
  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 +25 -4
  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 +0 -1
  284. package/dist/esm/utils/helpers.mjs +1 -1
  285. package/dist/esm/utils/index.d.mts +0 -1
  286. package/dist/esm/utils/index.mjs +1 -1
  287. package/dist/esm/utils/normalizeBundle.d.mts +0 -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 +2 -3
  292. package/src/account/FederatedKeylessAccount.ts +7 -1
  293. package/src/account/KeylessAccount.ts +17 -2
  294. package/src/api/account.ts +123 -2
  295. package/src/api/aptosConfig.ts +9 -0
  296. package/src/api/fungibleAsset.ts +54 -1
  297. package/src/api/transaction.ts +1 -0
  298. package/src/api/transactionSubmission/build.ts +2 -85
  299. package/src/core/crypto/ed25519.ts +1 -1
  300. package/src/core/crypto/index.ts +1 -0
  301. package/src/core/crypto/multiEd25519.ts +26 -0
  302. package/src/core/crypto/multiKey.ts +6 -0
  303. package/src/core/crypto/secp256k1.ts +1 -1
  304. package/src/core/crypto/singleKey.ts +2 -2
  305. package/src/core/crypto/types.ts +9 -0
  306. package/src/internal/account.ts +524 -53
  307. package/src/internal/fungibleAsset.ts +37 -0
  308. package/src/internal/keyless.ts +10 -0
  309. package/src/internal/queries/getAccountAddressesForAuthKey.graphql +8 -0
  310. package/src/internal/queries/getAuthKeysForPublicKey.graphql +11 -0
  311. package/src/transactions/index.ts +0 -1
  312. package/src/transactions/transactionBuilder/remoteAbi.ts +1 -26
  313. package/src/transactions/types.ts +0 -11
  314. package/src/types/codegen.yaml +1 -1
  315. package/src/types/generated/operations.ts +39 -8
  316. package/src/types/generated/queries.ts +53 -0
  317. package/src/types/generated/types.ts +620 -1239
  318. package/src/types/index.ts +0 -1
  319. package/src/types/indexer.ts +8 -0
  320. package/src/types/types.ts +40 -3
  321. package/src/utils/const.ts +1 -0
  322. package/src/version.ts +1 -1
  323. package/dist/common/chunk-66TIRJFD.js +0 -4
  324. package/dist/common/chunk-66TIRJFD.js.map +0 -1
  325. package/dist/esm/chunk-3OLFJ65O.mjs +0 -2
  326. package/dist/esm/chunk-3OLFJ65O.mjs.map +0 -1
  327. package/dist/esm/chunk-4AU6DSUL.mjs +0 -2
  328. package/dist/esm/chunk-4N2JPV7H.mjs +0 -4
  329. package/dist/esm/chunk-4N2JPV7H.mjs.map +0 -1
  330. package/dist/esm/chunk-F2ZTBAJJ.mjs +0 -2
  331. package/dist/esm/chunk-F2ZTBAJJ.mjs.map +0 -1
  332. package/dist/esm/chunk-ODAAZLPK.mjs +0 -2
  333. package/dist/esm/chunk-ODAAZLPK.mjs.map +0 -1
  334. package/dist/esm/chunk-RJ7F4JDV.mjs +0 -2
  335. package/dist/esm/chunk-VHNX2NUR.mjs.map +0 -1
  336. package/dist/esm/transactions/scriptComposer/index.d.mts +0 -53
  337. package/dist/esm/transactions/scriptComposer/index.mjs +0 -2
  338. package/src/transactions/scriptComposer/index.ts +0 -102
  339. /package/dist/esm/{chunk-NKHYIVN3.mjs.map → chunk-2DYSBAZ7.mjs.map} +0 -0
  340. /package/dist/esm/{chunk-CDGBM4JY.mjs.map → chunk-34R7FSQF.mjs.map} +0 -0
  341. /package/dist/esm/{chunk-IRYH7OV4.mjs.map → chunk-4F5EECVQ.mjs.map} +0 -0
  342. /package/dist/esm/{transactions/scriptComposer/index.mjs.map → chunk-5HXLZHDW.mjs.map} +0 -0
  343. /package/dist/esm/{chunk-KBHJPL6Y.mjs.map → chunk-6UZHMEK3.mjs.map} +0 -0
  344. /package/dist/esm/{chunk-XZGEJMIL.mjs.map → chunk-CQJLK4WE.mjs.map} +0 -0
  345. /package/dist/esm/{chunk-GSXNMAK2.mjs.map → chunk-GPNNEHW4.mjs.map} +0 -0
  346. /package/dist/esm/{chunk-WIBQJBBB.mjs.map → chunk-HW7TSJI2.mjs.map} +0 -0
  347. /package/dist/esm/{chunk-QQDTCQQV.mjs.map → chunk-SVMCNLFC.mjs.map} +0 -0
  348. /package/dist/esm/{chunk-NAWRVBU4.mjs.map → chunk-TDGLYA35.mjs.map} +0 -0
  349. /package/dist/esm/{chunk-P23N7FX6.mjs.map → chunk-V7NWNNBI.mjs.map} +0 -0
@@ -1,7 +1,5 @@
1
- import { S as Serializable, T as TransactionArgument, H as HexInput, a as Serializer, D as Deserializer, E as EntryFunctionArgument, U as Uint8, b as Uint16, c as Uint32, A as AnyNumber, d as Deserializable, e as Hex, f as AuthenticationKeyScheme, g as AccountAddress, N as Network, C as Client, h as ClientConfig, F as FullNodeConfig, I as IndexerConfig, i as FaucetConfig, j as AptosSettings, P as PrivateKeyVariants, k as AnyPublicKeyVariant, M as MoveModuleId, l as ScriptFunctionArgument, m as MoveFunctionId, n as AccountAddressInput, o as MoveStructId, p as MoveValue, q as MoveFunctionGenericTypeParam, r as MoveFunction, s as MoveModule, t as AccountData, L as LedgerVersionArg, u as MoveModuleBytecode, v as CursorPaginationArgs, w as PaginationArgs, x as TransactionResponse, y as MoveResource, z as TokenStandardArg, O as OrderByArg, G as GetAccountOwnedTokensQueryResponse, B as GetAccountOwnedTokensFromCollectionResponse, J as GetAccountCollectionsWithOwnedTokenResponse, K as GetAccountCoinsDataResponse, W as WhereArg, Q as GetObjectDataQueryResponse, R as GetCollectionDataResponse, V as GetTokenDataResponse, X as GetCurrentTokenOwnershipResponse, Y as GetOwnedTokensResponse, Z as GetTokenActivityResponse, _ as GetEventsResponse, $ as WaitForTransactionOptions, a0 as UserTransactionResponse, a1 as GetFungibleAssetMetadataResponse, a2 as GetFungibleAssetActivitiesResponse, a3 as GetCurrentFungibleAssetBalancesResponse, a4 as LedgerInfo, a5 as Block, a6 as GetChainTopUserTransactionsResponse, a7 as GraphqlQuery, a8 as GetProcessorStatusResponse, a9 as GetANSNameResponse, aa as GetNumberOfDelegatorsResponse, ab as GetDelegatedStakingActivitiesResponse, ac as PendingTransactionResponse, ad as CommittedTransactionResponse, ae as GasEstimation, af as TableItemRequest, ag as GetTableItemsDataResponse, ah as GetTableItemsMetadataResponse, ai as EphemeralPublicKeyVariant, aj as EphemeralCertificateVariant, ak as ZkpVariant, al as SigningSchemeInput, am as SigningScheme, an as ClientRequest, ao as ClientResponse, ap as AptosRequest, aq as AptosResponse, ar as MimeType } from './accountAddress-5ltp27oM.js';
2
- export { aI as AccountAuthenticatorVariant, br as AccountSignature, av as AddressInvalidReason, aJ as AnySignatureVariant, a$ as BlockEndInfo, b0 as BlockEpilogueTransactionResponse, aY as BlockMetadataTransactionResponse, aO as ClientHeadersType, b8 as DecodedTableData, b9 as DeletedTableData, bN as DeriveScheme, bu as DirectWriteSet, bb as EntryFunctionPayloadResponse, aK as EphemeralSignatureVariant, bw as Event, bv as EventGuid, bQ as GenerateAccount, bO as GenerateAccountWithEd25519, bP as GenerateAccountWithSingleSignerSecp256k1Key, be as GenesisPayload, aX as GenesisTransactionResponse, ay as HexInvalidReason, bJ as MoveAbility, bD as MoveAddressType, bI as MoveFunctionVisibility, bE as MoveObjectType, bF as MoveOptionType, bf as MoveScriptBytecode, bL as MoveStruct, bK as MoveStructField, bG as MoveStructType, bH as MoveType, bB as MoveUint128Type, by as MoveUint16Type, bC as MoveUint256Type, bz as MoveUint32Type, bA as MoveUint64Type, bx as MoveUint8Type, bd as MultisigPayloadResponse, bW as NetworkToChainId, bT as NetworkToFaucetAPI, bR as NetworkToIndexerAPI, bX as NetworkToNetworkName, bS as NetworkToNodeAPI, bU as NetworkToPepperAPI, bV as NetworkToProverAPI, aA as OrderBy, aB as OrderByValue, aw as ParsingError, ax as ParsingResult, bM as RoleType, bc as ScriptPayloadResponse, aE as ScriptTransactionArgumentVariants, bt as ScriptWriteSet, aZ as StateCheckpointTransactionResponse, aC as TokenStandard, aH as TransactionAuthenticatorVariant, bm as TransactionEd25519Signature, bq as TransactionFeePayerSignature, bp as TransactionMultiAgentSignature, bo as TransactionMultiEd25519Signature, ba as TransactionPayloadResponse, aF as TransactionPayloadVariants, aP as TransactionResponseType, bn as TransactionSecp256k1Signature, bg as TransactionSignature, aG as TransactionVariants, aD as TypeTagVariants, aM as Uint128, aN as Uint256, aL as Uint64, a_ as ValidatorTransactionResponse, bs as WriteSet, b1 as WriteSetChange, b2 as WriteSetChangeDeleteModule, b3 as WriteSetChangeDeleteResource, b4 as WriteSetChangeDeleteTableItem, b5 as WriteSetChangeWriteModule, b6 as WriteSetChangeWriteResource, b7 as WriteSetChangeWriteTableItem, as as ensureBoolean, az as hexToAsciiString, aW as isBlockEpilogueTransactionResponse, aT as isBlockMetadataTransactionResponse, bh as isEd25519Signature, bk as isFeePayerSignature, aS as isGenesisTransactionResponse, bj as isMultiAgentSignature, bl as isMultiEd25519Signature, aQ as isPendingTransactionResponse, bi as isSecp256k1Signature, aU as isStateCheckpointTransactionResponse, aR as isUserTransactionResponse, aV as isValidatorTransactionResponse, at as outOfRangeErrorMessage, au as validateNumberInRange } from './accountAddress-5ltp27oM.js';
3
- import { CallArgument } from '@aptos-labs/script-composer-pack';
4
- export { CallArgument } from '@aptos-labs/script-composer-pack';
1
+ import { S as Serializable, T as TransactionArgument, H as HexInput, a as Serializer, D as Deserializer, E as EntryFunctionArgument, U as Uint8, b as Uint16, c as Uint32, A as AnyNumber, d as Deserializable, e as Hex, f as AuthenticationKeyScheme, g as AccountAddress, N as Network, C as Client, h as ClientConfig, F as FullNodeConfig, I as IndexerConfig, i as FaucetConfig, j as AptosSettings, P as PrivateKeyVariants, k as AnyPublicKeyVariant, M as MoveModuleId, l as ScriptFunctionArgument, m as MoveFunctionId, n as AccountAddressInput, o as MoveStructId, p as MoveValue, q as MoveFunctionGenericTypeParam, r as MoveFunction, s as MoveModule, t as AccountData, L as LedgerVersionArg, u as MoveModuleBytecode, v as CursorPaginationArgs, w as PaginationArgs, x as TransactionResponse, y as MoveResource, z as TokenStandardArg, O as OrderByArg, G as GetAccountOwnedTokensQueryResponse, B as GetAccountOwnedTokensFromCollectionResponse, J as GetAccountCollectionsWithOwnedTokenResponse, K as GetAccountCoinsDataResponse, W as WhereArg, Q as GetObjectDataQueryResponse, R as GetCollectionDataResponse, V as GetTokenDataResponse, X as GetCurrentTokenOwnershipResponse, Y as GetOwnedTokensResponse, Z as GetTokenActivityResponse, _ as GetEventsResponse, $ as WaitForTransactionOptions, a0 as UserTransactionResponse, a1 as GetFungibleAssetMetadataResponse, a2 as GetFungibleAssetActivitiesResponse, a3 as GetCurrentFungibleAssetBalancesResponse, a4 as LedgerInfo, a5 as Block, a6 as GetChainTopUserTransactionsResponse, a7 as GraphqlQuery, a8 as GetProcessorStatusResponse, a9 as GetANSNameResponse, aa as GetNumberOfDelegatorsResponse, ab as GetDelegatedStakingActivitiesResponse, ac as PendingTransactionResponse, ad as CommittedTransactionResponse, ae as GasEstimation, af as TableItemRequest, ag as GetTableItemsDataResponse, ah as GetTableItemsMetadataResponse, ai as EphemeralPublicKeyVariant, aj as EphemeralCertificateVariant, ak as ZkpVariant, al as SigningSchemeInput, am as SigningScheme, an as ClientRequest, ao as ClientResponse, ap as AptosRequest, aq as AptosResponse, ar as MimeType } from './accountAddress-B3Y4WI-E.js';
2
+ export { aJ as AccountAuthenticatorVariant, bv as AccountSignature, av as AddressInvalidReason, aL as AnySignatureVariant, b1 as BlockEndInfo, b2 as BlockEpilogueTransactionResponse, a_ as BlockMetadataTransactionResponse, aQ as ClientHeadersType, ba as DecodedTableData, bb as DeletedTableData, bR as DeriveScheme, by as DirectWriteSet, bd as EntryFunctionPayloadResponse, aM as EphemeralSignatureVariant, bA as Event, bz as EventGuid, bU as GenerateAccount, bS as GenerateAccountWithEd25519, bT as GenerateAccountWithSingleSignerSecp256k1Key, bg as GenesisPayload, aZ as GenesisTransactionResponse, aA as GetAccountAddressesForAuthKeyResponse, ay as HexInvalidReason, bN as MoveAbility, bH as MoveAddressType, bM as MoveFunctionVisibility, bI as MoveObjectType, bJ as MoveOptionType, bh as MoveScriptBytecode, bP as MoveStruct, bO as MoveStructField, bK as MoveStructType, bL as MoveType, bF as MoveUint128Type, bC as MoveUint16Type, bG as MoveUint256Type, bD as MoveUint32Type, bE as MoveUint64Type, bB as MoveUint8Type, bf as MultisigPayloadResponse, b_ as NetworkToChainId, bX as NetworkToFaucetAPI, bV as NetworkToIndexerAPI, b$ as NetworkToNetworkName, bW as NetworkToNodeAPI, bY as NetworkToPepperAPI, bZ as NetworkToProverAPI, aB as OrderBy, aC as OrderByValue, aw as ParsingError, ax as ParsingResult, bQ as RoleType, be as ScriptPayloadResponse, aF as ScriptTransactionArgumentVariants, bx as ScriptWriteSet, a$ as StateCheckpointTransactionResponse, aD as TokenStandard, aI as TransactionAuthenticatorVariant, bp as TransactionEd25519Signature, bu as TransactionFeePayerSignature, bt as TransactionMultiAgentSignature, bs as TransactionMultiEd25519Signature, bc as TransactionPayloadResponse, aG as TransactionPayloadVariants, aR as TransactionResponseType, bq as TransactionSecp256k1Signature, bi as TransactionSignature, br as TransactionSingleSenderSignature, aH as TransactionVariants, aE as TypeTagVariants, aO as Uint128, aP as Uint256, aN as Uint64, b0 as ValidatorTransactionResponse, bw as WriteSet, b3 as WriteSetChange, b4 as WriteSetChangeDeleteModule, b5 as WriteSetChangeDeleteResource, b6 as WriteSetChangeDeleteTableItem, b7 as WriteSetChangeWriteModule, b8 as WriteSetChangeWriteResource, b9 as WriteSetChangeWriteTableItem, aK as anyPublicKeyVariantToString, as as ensureBoolean, az as hexToAsciiString, aY as isBlockEpilogueTransactionResponse, aV as isBlockMetadataTransactionResponse, bj as isEd25519Signature, bm as isFeePayerSignature, aU as isGenesisTransactionResponse, bl as isMultiAgentSignature, bn as isMultiEd25519Signature, aS as isPendingTransactionResponse, bk as isSecp256k1Signature, bo as isSingleSenderSignature, aW as isStateCheckpointTransactionResponse, aT as isUserTransactionResponse, aX as isValidatorTransactionResponse, at as outOfRangeErrorMessage, au as validateNumberInRange } from './accountAddress-B3Y4WI-E.js';
5
3
  import { ProjPointType } from '@noble/curves/abstract/weierstrass';
6
4
  import { Fp2 } from '@noble/curves/abstract/tower';
7
5
  import EventEmitter from 'eventemitter3';
@@ -46,10 +44,6 @@ type Scalars = {
46
44
  input: any;
47
45
  output: any;
48
46
  };
49
- timestamptz: {
50
- input: any;
51
- output: any;
52
- };
53
47
  };
54
48
  /** Boolean expression to compare columns of type "Boolean". All fields are combined with logical 'AND'. */
55
49
  type BooleanComparisonExp = {
@@ -205,17 +199,25 @@ declare enum CurrentAptosNamesSelectColumnCurrentAptosNamesAggregateBoolExpBoolO
205
199
  /** column name */
206
200
  IsPrimary = "is_primary"
207
201
  }
208
- /** Boolean expression to filter rows from the table "current_unified_fungible_asset_balances_to_be_renamed". All fields are combined with a logical 'AND'. */
202
+ /** Boolean expression to filter rows from the table "current_fungible_asset_balances". All fields are combined with a logical 'AND'. */
209
203
  type CurrentFungibleAssetBalancesBoolExp = {
210
204
  _and?: InputMaybe<Array<CurrentFungibleAssetBalancesBoolExp>>;
211
205
  _not?: InputMaybe<CurrentFungibleAssetBalancesBoolExp>;
212
206
  _or?: InputMaybe<Array<CurrentFungibleAssetBalancesBoolExp>>;
213
207
  amount?: InputMaybe<NumericComparisonExp>;
208
+ amount_v1?: InputMaybe<NumericComparisonExp>;
209
+ amount_v2?: InputMaybe<NumericComparisonExp>;
214
210
  asset_type?: InputMaybe<StringComparisonExp>;
211
+ asset_type_v1?: InputMaybe<StringComparisonExp>;
212
+ asset_type_v2?: InputMaybe<StringComparisonExp>;
215
213
  is_frozen?: InputMaybe<BooleanComparisonExp>;
216
214
  is_primary?: InputMaybe<BooleanComparisonExp>;
217
215
  last_transaction_timestamp?: InputMaybe<TimestampComparisonExp>;
216
+ last_transaction_timestamp_v1?: InputMaybe<TimestampComparisonExp>;
217
+ last_transaction_timestamp_v2?: InputMaybe<TimestampComparisonExp>;
218
218
  last_transaction_version?: InputMaybe<BigintComparisonExp>;
219
+ last_transaction_version_v1?: InputMaybe<BigintComparisonExp>;
220
+ last_transaction_version_v2?: InputMaybe<BigintComparisonExp>;
219
221
  metadata?: InputMaybe<FungibleAssetMetadataBoolExp>;
220
222
  owner_address?: InputMaybe<StringComparisonExp>;
221
223
  storage_id?: InputMaybe<StringComparisonExp>;
@@ -1296,6 +1298,7 @@ declare const RAW_TRANSACTION_WITH_DATA_SALT = "APTOS::RawTransactionWithData";
1296
1298
  * @category Utils
1297
1299
  */
1298
1300
  declare enum ProcessorType {
1301
+ ACCOUNT_RESTORATION_PROCESSOR = "account_restoration_processor",
1299
1302
  ACCOUNT_TRANSACTION_PROCESSOR = "account_transactions_processor",
1300
1303
  DEFAULT = "default_processor",
1301
1304
  EVENTS_PROCESSOR = "events_processor",
@@ -2215,7 +2218,7 @@ declare class AnyPublicKey extends AccountPublicKey {
2215
2218
  * @group Implementation
2216
2219
  * @category Serialization
2217
2220
  */
2218
- toUint8Array(): Uint8Array<ArrayBufferLike>;
2221
+ toUint8Array(): Uint8Array;
2219
2222
  /**
2220
2223
  * Serializes the current object using the provided serializer.
2221
2224
  * This function helps in converting the object into a format suitable for transmission or storage.
@@ -2288,7 +2291,7 @@ declare class AnySignature extends Signature {
2288
2291
  */
2289
2292
  private readonly variant;
2290
2293
  constructor(signature: Signature);
2291
- toUint8Array(): Uint8Array<ArrayBufferLike>;
2294
+ toUint8Array(): Uint8Array;
2292
2295
  serialize(serializer: Serializer): void;
2293
2296
  static deserialize(deserializer: Deserializer): AnySignature;
2294
2297
  static isInstance(signature: Signature): signature is AnySignature;
@@ -2324,6 +2327,7 @@ declare abstract class AbstractMultiKey extends AccountPublicKey {
2324
2327
  * @category Serialization
2325
2328
  */
2326
2329
  getIndex(publicKey: PublicKey): number;
2330
+ abstract getSignaturesRequired(): number;
2327
2331
  }
2328
2332
  /**
2329
2333
  * Represents a multi-key authentication scheme for accounts, allowing multiple public keys
@@ -2367,6 +2371,7 @@ declare class MultiKey extends AbstractMultiKey {
2367
2371
  publicKeys: Array<PublicKey>;
2368
2372
  signaturesRequired: number;
2369
2373
  });
2374
+ getSignaturesRequired(): number;
2370
2375
  /**
2371
2376
  * Verifies the provided signature against the given message.
2372
2377
  * This function helps ensure the integrity and authenticity of the message by checking if the signature is valid.
@@ -2591,6 +2596,7 @@ declare class MultiEd25519PublicKey extends AbstractMultiKey {
2591
2596
  publicKeys: Ed25519PublicKey[];
2592
2597
  threshold: number;
2593
2598
  });
2599
+ getSignaturesRequired(): number;
2594
2600
  /**
2595
2601
  * Verifies a multi-signature against a given message.
2596
2602
  * This function ensures that the provided signatures meet the required threshold and are valid for the given message.
@@ -2645,6 +2651,15 @@ declare class MultiEd25519PublicKey extends AbstractMultiKey {
2645
2651
  * @category Serialization
2646
2652
  */
2647
2653
  static deserialize(deserializer: Deserializer): MultiEd25519PublicKey;
2654
+ /**
2655
+ * Deserializes a MultiEd25519Signature from the provided deserializer.
2656
+ * This function helps in reconstructing a MultiEd25519Signature object from its serialized byte representation.
2657
+ *
2658
+ * @param deserializer - The deserializer instance used to read the serialized data.
2659
+ * @group Implementation
2660
+ * @category Serialization
2661
+ */
2662
+ static deserializeWithoutLength(deserializer: Deserializer): MultiEd25519PublicKey;
2648
2663
  /**
2649
2664
  * Get the index of the provided public key.
2650
2665
  *
@@ -4194,14 +4209,6 @@ type InputMultiSigDataWithABI = {
4194
4209
  type InputEntryFunctionDataWithRemoteABI = InputEntryFunctionData & {
4195
4210
  aptosConfig: AptosConfig;
4196
4211
  };
4197
- /**
4198
- * The data needed to generate a batched function payload
4199
- */
4200
- type InputBatchedFunctionData = {
4201
- function: MoveFunctionId;
4202
- typeArguments?: Array<TypeArgument>;
4203
- functionArguments: Array<EntryFunctionArgumentTypes | CallArgument | SimpleEntryFunctionArgumentTypes>;
4204
- };
4205
4212
  /**
4206
4213
  * The data needed to generate a Multi Sig payload
4207
4214
  * @group Implementation
@@ -4847,17 +4854,6 @@ declare function fetchEntryFunctionAbi(moduleAddress: string, moduleName: string
4847
4854
  * @category Transactions
4848
4855
  */
4849
4856
  declare function fetchViewFunctionAbi(moduleAddress: string, moduleName: string, functionName: string, aptosConfig: AptosConfig): Promise<ViewFunctionABI>;
4850
- /**
4851
- * @deprecated Handle this inline
4852
- *
4853
- * @example
4854
- * ```typescript
4855
- * const callArgument = argument instanceof CallArgument ? argument : CallArgument.newBytes(
4856
- * convertArgument(functionName, functionAbi, argument, position, genericTypeParams).bcsToBytes()
4857
- * );
4858
- * ```
4859
- */
4860
- declare function convertCallArgument(argument: CallArgument | EntryFunctionArgumentTypes | SimpleEntryFunctionArgumentTypes, functionName: string, functionAbi: FunctionABI, position: number, genericTypeParams: Array<TypeTag>): CallArgument;
4861
4857
  /**
4862
4858
  * Converts a non-BCS encoded argument into BCS encoded, if necessary.
4863
4859
  * This function checks the provided argument against the expected parameter type and converts it accordingly.
@@ -5015,22 +5011,6 @@ declare function parseTypeTag(typeStr: string, options?: {
5015
5011
  allowGenerics?: boolean;
5016
5012
  }): TypeTag;
5017
5013
 
5018
- /**
5019
- * A wrapper class around TransactionComposer, which is a WASM library compiled
5020
- * from aptos-core/aptos-move/script-composer.
5021
- * This class allows the SDK caller to build a transaction that invokes multiple Move functions
5022
- * and allow for arguments to be passed around.
5023
- * */
5024
- declare class AptosScriptComposer {
5025
- private config;
5026
- private builder?;
5027
- private static transactionComposer?;
5028
- constructor(aptosConfig: AptosConfig);
5029
- init(): Promise<void>;
5030
- addBatchedCalls(input: InputBatchedFunctionData): Promise<CallArgument[]>;
5031
- build(): Uint8Array;
5032
- }
5033
-
5034
5014
  declare class AccountAbstraction {
5035
5015
  readonly config: AptosConfig;
5036
5016
  constructor(config: AptosConfig);
@@ -5928,10 +5908,101 @@ declare class Account$1 {
5928
5908
  * runExample().catch(console.error);
5929
5909
  * ```
5930
5910
  * @group Account
5911
+ * @deprecated Note that more inspection is needed by the user to determine which account exists on-chain
5931
5912
  */
5932
5913
  deriveAccountFromPrivateKey(args: {
5933
- privateKey: PrivateKey;
5914
+ privateKey: PrivateKeyInput;
5915
+ minimumLedgerVersion?: AnyNumber;
5916
+ options?: {
5917
+ throwIfNoAccountFound?: boolean;
5918
+ };
5934
5919
  }): Promise<Account>;
5920
+ /**
5921
+ * Derives all accounts owned by a signer. This function takes a signer (either an Account or PrivateKey)
5922
+ * and returns all accounts that can be derived from it, ordered by the most recently used account first.
5923
+ *
5924
+ * Note, this function will not return accounts that require more than one signer to be used.
5925
+ *
5926
+ * @param args - The arguments for deriving owned accounts
5927
+ * @param args.signer - The signer to derive accounts from (Account or PrivateKey)
5928
+ * @param args.minimumLedgerVersion - The minimum ledger version to wait for before querying
5929
+ * @param args.options.includeUnverified - Whether to include unverified accounts in the results. Unverified accounts
5930
+ * are accounts that can be authenticated with the signer, but there is no history of the signer using the account.
5931
+ * Default is false.
5932
+ * @param args.options.noMultiKey - If true, do not include multi-key accounts in the results. Default is false.
5933
+ * @returns Promise resolving to an array of derived Account objects
5934
+ *
5935
+ * @example
5936
+ * ```typescript
5937
+ * import { Aptos, AptosConfig, Network, Ed25519Account } from "@aptos-labs/ts-sdk";
5938
+ *
5939
+ * const config = new AptosConfig({ network: Network.TESTNET });
5940
+ * const aptos = new Aptos(config);
5941
+ *
5942
+ * async function getOwnedAccounts() {
5943
+ * const signer = Ed25519Account.generate();
5944
+ * const accounts = await aptos.deriveOwnedAccountsFromSigner({
5945
+ * signer
5946
+ * });
5947
+ * const account = accounts[0];
5948
+ * console.log(account);
5949
+ * }
5950
+ * ```
5951
+ * @group Account
5952
+ */
5953
+ deriveOwnedAccountsFromSigner(args: {
5954
+ signer: Account | PrivateKeyInput;
5955
+ minimumLedgerVersion?: AnyNumber;
5956
+ options?: {
5957
+ includeUnverified?: boolean;
5958
+ noMultiKey?: boolean;
5959
+ };
5960
+ }): Promise<Account[]>;
5961
+ /**
5962
+ * Gets all account info (address, account public key, last transaction version) that have are associated with a public key.
5963
+ *
5964
+ * For a given public key, it will query all multikeys that the public key is part of. Then for the provided public key and
5965
+ * any multikeys found in the previous step, it will query for any accounts that have an auth key that matches any of the
5966
+ * public keys.
5967
+ *
5968
+ * @param args - The arguments for getting accounts for a public key
5969
+ * @param args.publicKey - The public key to look up accounts for
5970
+ * @param args.minimumLedgerVersion - The minimum ledger version to wait for before querying
5971
+ * @param args.options.includeUnverified - Whether to include unverified accounts in the results. Unverified accounts
5972
+ * are accounts that can be authenticated with the signer, but there is no history of the signer using the account. Default
5973
+ * is false.
5974
+ * @param args.options.noMultiKey - Whether to exclude multi-key accounts in the results. Default is false.
5975
+ * @returns Promise resolving to an array of account addresses and their associated public keys
5976
+ *
5977
+ * @example
5978
+ * ```typescript
5979
+ * import { Aptos, AptosConfig, Network, Ed25519PrivateKey } from "@aptos-labs/ts-sdk";
5980
+ *
5981
+ * const config = new AptosConfig({ network: Network.TESTNET });
5982
+ * const aptos = new Aptos(config);
5983
+ *
5984
+ * async function getAccounts() {
5985
+ * const privateKey = Ed25519PrivateKey.generate();
5986
+ * const publicKey = privateKey.publicKey();
5987
+ * const accounts = await aptos.getAccountsForPublicKey({
5988
+ * publicKey
5989
+ * });
5990
+ * console.log(accounts);
5991
+ * }
5992
+ * ```
5993
+ * @group Account
5994
+ */
5995
+ getAccountsForPublicKey(args: {
5996
+ publicKey: BaseAccountPublicKey;
5997
+ minimumLedgerVersion?: AnyNumber;
5998
+ options?: {
5999
+ includeUnverified?: boolean;
6000
+ noMultiKey?: boolean;
6001
+ };
6002
+ }): Promise<{
6003
+ accountAddress: AccountAddress;
6004
+ publicKey: BaseAccountPublicKey;
6005
+ }[]>;
5935
6006
  }
5936
6007
 
5937
6008
  /**
@@ -7535,7 +7606,7 @@ declare class FungibleAsset {
7535
7606
  *
7536
7607
  * @param args - The arguments for the transfer operation.
7537
7608
  * @param args.sender - The sender account.
7538
- * @param args.fungibleAssetMetadataAddress - The fungible asset account address. For example, if youre transferring USDT,
7609
+ * @param args.fungibleAssetMetadataAddress - The fungible asset account address. For example, if you're transferring USDT,
7539
7610
  * this would be the USDT address.
7540
7611
  * @param args.recipient - The recipient account address.
7541
7612
  * @param args.amount - The number of assets to transfer.
@@ -7572,6 +7643,55 @@ declare class FungibleAsset {
7572
7643
  amount: AnyNumber;
7573
7644
  options?: InputGenerateTransactionOptions;
7574
7645
  }): Promise<SimpleTransaction>;
7646
+ /**
7647
+ * Transfer a specified amount of fungible asset from the sender's any (primary or secondary) fungible store to any (primary or secondary) fungible store.
7648
+ * This method allows you to transfer any fungible asset, including fungible tokens.
7649
+ *
7650
+ * @param args - The arguments for the transfer operation.
7651
+ * @param args.sender - The sender account initiating the transfer.
7652
+ * @param args.fromStore - The fungible store address initiating the transfer.
7653
+ * @param args.toStore - The fungible store address receiving the asset.
7654
+ * @param args.amount - The number of assets to transfer. Must be a positive number.
7655
+ * @param args.options - Optional parameters for generating the transaction.
7656
+ *
7657
+ * @returns A SimpleTransaction that can be simulated or submitted to the chain.
7658
+ *
7659
+ * @throws Error if:
7660
+ * - The sender account is invalid
7661
+ * - The store addresses are invalid
7662
+ * - The amount is negative or zero
7663
+ * - The transaction fails to generate
7664
+ *
7665
+ * @example
7666
+ * ```typescript
7667
+ * import { Aptos, AptosConfig, Network, Account } from "@aptos-labs/ts-sdk";
7668
+ *
7669
+ * const config = new AptosConfig({ network: Network.TESTNET });
7670
+ * const aptos = new Aptos(config);
7671
+ *
7672
+ * async function transferAssets() {
7673
+ * // Transfer 100 units of the asset from senderStore to recipientStore
7674
+ * const transaction = await aptos.transferFungibleAssetBetweenStores({
7675
+ * sender: Account.generate(), // replace with a real sender account
7676
+ * fromStore: "0x123", // replace with a real fungible store address
7677
+ * toStore: "0x456", // replace with a real fungible store address
7678
+ * amount: 100
7679
+ * });
7680
+ *
7681
+ * console.log(transaction);
7682
+ * }
7683
+ *
7684
+ * transferAssets().catch(console.error);
7685
+ * ```
7686
+ * @group FungibleAsset
7687
+ */
7688
+ transferFungibleAssetBetweenStores(args: {
7689
+ sender: Account;
7690
+ fromStore: AccountAddressInput;
7691
+ toStore: AccountAddressInput;
7692
+ amount: AnyNumber;
7693
+ options?: InputGenerateTransactionOptions;
7694
+ }): Promise<SimpleTransaction>;
7575
7695
  }
7576
7696
 
7577
7697
  /**
@@ -8667,70 +8787,6 @@ declare class Build {
8667
8787
  options?: InputGenerateTransactionOptions;
8668
8788
  withFeePayer?: boolean;
8669
8789
  }): Promise<SimpleTransaction>;
8670
- /**
8671
- * Build a transaction from a series of Move calls.
8672
- *
8673
- * This function allows you to create a transaction with a list of Move calls.
8674
- *
8675
- * Right now we only tested this logic with single signer and we will add support
8676
- * for mutli agent transactions if needed.
8677
- *
8678
- * @param args.sender - The sender account address.
8679
- * @param args.builder - The closure to construct the list of calls.
8680
- * @param args.options - Optional transaction configurations.
8681
- * @param args.withFeePayer - Whether there is a fee payer for the transaction.
8682
- *
8683
- * @returns SimpleTransaction
8684
- *
8685
- * @example
8686
- * ```typescript
8687
- * import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";
8688
- *
8689
- * const config = new AptosConfig({ network: Network.TESTNET });
8690
- * const aptos = new Aptos(config);
8691
- *
8692
- * async function runExample() {
8693
- * // Build a transaction from a chained series of Move calls.
8694
- * const transaction = await aptos.transaction.build.scriptComposer({
8695
- * sender: "0x1", // replace with a real sender account address
8696
- * builder: builder: async (builder) => {
8697
- * const coin = await builder.addBatchedCalls({
8698
- * function: "0x1::coin::withdraw",
8699
- * functionArguments: [CallArgument.new_signer(0), 1],
8700
- * typeArguments: ["0x1::aptos_coin::AptosCoin"],
8701
- * });
8702
- *
8703
- * // Pass the returned value from the first function call to the second call
8704
- * const fungibleAsset = await builder.addBatchedCalls({
8705
- * function: "0x1::coin::coin_to_fungible_asset",
8706
- * functionArguments: [coin[0]],
8707
- * typeArguments: ["0x1::aptos_coin::AptosCoin"],
8708
- * });
8709
- *
8710
- * await builder.addBatchedCalls({
8711
- * function: "0x1::primary_fungible_store::deposit",
8712
- * functionArguments: [singleSignerED25519SenderAccount.accountAddress, fungibleAsset[0]],
8713
- * typeArguments: [],
8714
- * });
8715
- * return builder;
8716
- * },
8717
- * options: {
8718
- * gasUnitPrice: 100, // specify your own gas unit price if needed
8719
- * maxGasAmount: 1000, // specify your own max gas amount if needed
8720
- * },
8721
- * });
8722
- *
8723
- * console.log(transaction);
8724
- * }
8725
- * runExample().catch(console.error);
8726
- * ```
8727
- */
8728
- scriptComposer(args: {
8729
- sender: AccountAddressInput;
8730
- builder: (builder: AptosScriptComposer) => Promise<AptosScriptComposer>;
8731
- options?: InputGenerateTransactionOptions;
8732
- withFeePayer?: boolean;
8733
- }): Promise<SimpleTransaction>;
8734
8790
  /**
8735
8791
  * Build a multi-agent transaction that allows multiple signers to authorize a transaction.
8736
8792
  *
@@ -10050,6 +10106,7 @@ declare class Transaction {
10050
10106
  */
10051
10107
  rotateAuthKey(args: {
10052
10108
  fromAccount: Account;
10109
+ options?: InputGenerateTransactionOptions;
10053
10110
  } & ({
10054
10111
  toAccount: Account;
10055
10112
  dangerouslySkipVerification?: never;
@@ -12446,6 +12503,7 @@ declare class FederatedKeylessAccount extends AbstractKeylessAccount {
12446
12503
  uidKey?: string;
12447
12504
  proofFetchCallback?: ProofFetchCallback;
12448
12505
  verificationKey?: Groth16VerificationKey;
12506
+ verificationKeyHash?: Uint8Array;
12449
12507
  }): FederatedKeylessAccount;
12450
12508
  }
12451
12509
 
@@ -12990,6 +13048,8 @@ declare function bigIntToBytesLE(value: bigint | number, length: number): Uint8A
12990
13048
  */
12991
13049
  declare function poseidonHash(inputs: (number | bigint | string)[]): bigint;
12992
13050
 
13051
+ type BaseAccountPublicKey = Ed25519PublicKey | AnyPublicKey | MultiKey | MultiEd25519PublicKey;
13052
+
12993
13053
  /**
12994
13054
  * Represents an account authenticator that can handle multiple authentication variants.
12995
13055
  * This class serves as a base for different types of account authenticators, allowing for serialization
@@ -13407,6 +13467,7 @@ declare class KeylessAccount extends AbstractKeylessAccount {
13407
13467
  uidKey?: string;
13408
13468
  proofFetchCallback?: ProofFetchCallback;
13409
13469
  verificationKey?: Groth16VerificationKey;
13470
+ verificationKeyHash?: Uint8Array;
13410
13471
  }): KeylessAccount;
13411
13472
  }
13412
13473
 
@@ -14420,4 +14481,4 @@ declare class AptosApiError extends Error {
14420
14481
  constructor({ apiType, aptosRequest, aptosResponse }: AptosApiErrorOpts);
14421
14482
  }
14422
14483
 
14423
- export { APTOS_BIP44_REGEX, APTOS_COIN, APTOS_FA, APTOS_HARDENED_REGEX, AbstractKeylessAccount, AbstractMultiKey, AbstractPublicKey, AbstractSignature, AbstractedAccount, Account, AccountAddress, AccountAddressInput, AccountAuthenticator, AccountAuthenticatorAbstraction, AccountAuthenticatorEd25519, AccountAuthenticatorMultiEd25519, AccountAuthenticatorMultiKey, AccountAuthenticatorNoAccountAuthenticator, AccountAuthenticatorSingleKey, AccountData, AccountPublicKey, AccountSequenceNumber, AccountUtils, AnyNumber, AnyPublicKey, AnyPublicKeyVariant, type AnyRawTransaction, type AnyRawTransactionInstance, AnySignature, type AnyTransactionPayloadInstance, Aptos, AptosApiError, AptosApiType, AptosConfig, AptosRequest, AptosResponse, AptosScriptComposer, AptosSettings, AuthenticationKey, AuthenticationKeyScheme, Block, Bool, CKDPriv, ChainId, Client, ClientConfig, ClientRequest, ClientResponse, CommittedTransactionResponse, type CreateAccountFromPrivateKeyArgs, type CreateEd25519AccountFromPrivateKeyArgs, type CreateEd25519SingleKeyAccountFromPrivateKeyArgs, type CreateSingleKeyAccountFromPrivateKeyArgs, CursorPaginationArgs, DEFAULT_MAX_GAS_AMOUNT, DEFAULT_TXN_EXP_SEC_FROM_NOW, DEFAULT_TXN_TIMEOUT_SEC, DerivableAbstractedAccount, type DerivedKeys, Deserializable, type DeserializableClass, Deserializer, EPK_HORIZON_SECS, Ed25519Account, Ed25519PrivateKey, Ed25519PublicKey, Ed25519Signature, type Ed25519SignerConstructorArgs, type Ed25519SignerFromDerivationPathArgs, EntryFunction, type EntryFunctionABI, EntryFunctionArgument, type EntryFunctionArgumentTypes, EntryFunctionBytes, EphemeralCertificate, EphemeralCertificateVariant, EphemeralKeyPair, EphemeralPublicKey, EphemeralPublicKeyVariant, EphemeralSignature, type ExecutionFinishEventData, FIREBASE_AUTH_ISS_PATTERN, type FailureEventData, FaucetConfig, FederatedKeylessAccount, FederatedKeylessPublicKey, FeePayerRawTransaction, FixedBytes, FullNodeConfig, type FunctionABI, GasEstimation, type GenerateAccountArgs, type GenerateEd25519AccountArgs, type GenerateEd25519SingleKeyAccountArgs, type GenerateSingleKeyAccountArgs, GetANSNameResponse, GetAccountCoinsDataResponse, GetAccountCollectionsWithOwnedTokenResponse, GetAccountOwnedTokensFromCollectionResponse, GetAccountOwnedTokensQueryResponse, type GetAptosRequestOptions, GetChainTopUserTransactionsResponse, GetCollectionDataResponse, GetCurrentFungibleAssetBalancesResponse, GetCurrentTokenOwnershipResponse, GetDelegatedStakingActivitiesResponse, GetEventsResponse, GetFungibleAssetActivitiesResponse, GetFungibleAssetMetadataResponse, GetNumberOfDelegatorsResponse, GetObjectDataQueryResponse, GetOwnedTokensResponse, GetProcessorStatusResponse, type GetRequestOptions, GetTableItemsDataResponse, GetTableItemsMetadataResponse, GetTokenActivityResponse, GetTokenDataResponse, GraphqlQuery, Groth16ProofAndStatement, Groth16VerificationKey, Groth16Zkp, HARDENED_OFFSET, Hex, HexInput, Identifier, IndexerConfig, type InputBatchedFunctionData, type InputEntryFunctionData, type InputEntryFunctionDataWithABI, type InputEntryFunctionDataWithRemoteABI, type InputGenerateMultiAgentRawTransactionArgs, type InputGenerateMultiAgentRawTransactionData, type InputGenerateRawTransactionArgs, type InputGenerateSingleSignerRawTransactionArgs, type InputGenerateSingleSignerRawTransactionData, type InputGenerateTransactionData, type InputGenerateTransactionOptions, type InputGenerateTransactionPayloadData, type InputGenerateTransactionPayloadDataWithABI, type InputGenerateTransactionPayloadDataWithRemoteABI, type InputMultiSigData, type InputMultiSigDataWithABI, type InputMultiSigDataWithRemoteABI, type InputScriptData, type InputSimulateTransactionData, type InputSimulateTransactionOptions, type InputSubmitTransactionData, type InputViewFunctionData, type InputViewFunctionDataWithABI, type InputViewFunctionDataWithRemoteABI, type InputViewFunctionJsonData, KeyType, KeylessAccount, KeylessConfiguration, KeylessError, KeylessErrorCategory, KeylessErrorResolutionTip, KeylessErrorType, KeylessPublicKey, KeylessSignature, type KeylessSigner, LedgerInfo, LedgerVersionArg, MAX_AUD_VAL_BYTES, MAX_COMMITED_EPK_BYTES, MAX_EXTRA_FIELD_BYTES, MAX_ISS_VAL_BYTES, MAX_JWT_HEADER_B64_BYTES, MAX_UID_KEY_BYTES, MAX_UID_VAL_BYTES, MimeType, ModuleId, MoveFunction, MoveFunctionGenericTypeParam, MoveFunctionId, MoveJWK, MoveModule, MoveModuleBytecode, MoveModuleId, MoveOption, MoveResource, MoveString, MoveStructId, MoveValue, MoveVector, MultiAgentRawTransaction, MultiAgentTransaction, MultiEd25519Account, MultiEd25519PublicKey, MultiEd25519Signature, type MultiEd25519SignerConstructorArgs, MultiKey, MultiKeyAccount, MultiKeySignature, MultiSig, MultiSigTransactionPayload, Network, OrderByArg, PaginationArgs, PendingTransactionResponse, type PostAptosRequestOptions, type PostRequestOptions, PrivateKey, type PrivateKeyFromDerivationPathArgs, type PrivateKeyInput, PrivateKeyVariants, ProcessorType, type ProofFetchCallback, type ProofFetchEvents, type ProofFetchFailure, type ProofFetchStatus, type ProofFetchSuccess, PublicKey, RAW_TRANSACTION_SALT, RAW_TRANSACTION_WITH_DATA_SALT, RawTransaction, RawTransactionWithData, RotationProofChallenge, Script, ScriptFunctionArgument, type ScriptFunctionArgumentTypes, Secp256k1PrivateKey, Secp256k1PublicKey, Secp256k1Signature, Serializable, Serialized, Serializer, Signature, SignedTransaction, SigningScheme, SigningSchemeInput, type SimpleEntryFunctionArgumentTypes, SimpleTransaction, SingleKeyAccount, type SingleKeySigner, type SingleKeySignerConstructorArgs, type SingleKeySignerFromDerivationPathArgs, type SingleKeySignerGenerateArgs, type SingleKeySignerOrLegacyEd25519Account, StructTag, type SuccessEventData, TableItemRequest, TokenStandardArg, TransactionAndProof, TransactionArgument, TransactionAuthenticator, TransactionAuthenticatorEd25519, TransactionAuthenticatorFeePayer, TransactionAuthenticatorMultiAgent, TransactionAuthenticatorMultiEd25519, TransactionAuthenticatorSingleSender, TransactionPayload, TransactionPayloadEntryFunction, TransactionPayloadMultiSig, TransactionPayloadScript, TransactionResponse, TransactionWorker, type TransactionWorkerEvents, TransactionWorkerEventsEnum, type TypeArgument, TypeTag, TypeTagAddress, TypeTagBool, TypeTagGeneric, TypeTagParserError, TypeTagParserErrorType, TypeTagReference, TypeTagSigner, TypeTagStruct, TypeTagU128, TypeTagU16, TypeTagU256, TypeTagU32, TypeTagU64, TypeTagU8, TypeTagVector, U128, U16, U256, U32, U64, U8, Uint16, Uint32, Uint8, UserTransactionResponse, type VerifyEd25519SignatureArgs, type VerifyMultiEd25519SignatureArgs, type VerifyMultiKeySignatureArgs, type VerifySignatureArgs, type VerifySignatureAsyncArgs, type VerifySingleKeySignatureArgs, type ViewFunctionABI, type ViewFunctionJsonPayload, WaitForTransactionOptions, WhereArg, ZeroKnowledgeSig, ZkProof, ZkpVariant, aptosCoinStructTag, aptosRequest, base64UrlDecode, base64UrlToBytes, bigIntToBytesLE, buildTransaction, bytesToBigIntLE, checkOrConvertArgument, convertAmountFromHumanReadableToOnChain, convertAmountFromOnChainToHumanReadable, convertArgument, convertCallArgument, convertNumber, createObjectAddress, createResourceAddress, createTokenAddress, deriveKey, deriveTransactionType, deserializeFromScriptArgument, fetchEntryFunctionAbi, fetchFunctionAbi, fetchJWK, fetchModuleAbi, fetchMoveFunctionAbi, fetchViewFunctionAbi, findFirstNonSignerArg, floorToWholeHour, generateRawTransaction, generateSignedTransaction, generateSignedTransactionForSimulation, generateSigningMessage, generateSigningMessageForSerializable, generateSigningMessageForTransaction, generateTransactionPayload, generateTransactionPayloadWithABI, generateUserTransactionHash, generateViewFunctionPayload, generateViewFunctionPayloadWithABI, get, getAptosFullNode, getAptosPepperService, getAuthenticatorForSimulation, getErrorMessage, getFunctionParts, getIssAudAndUidVal, getKeylessConfig, getKeylessJWKs, getPageWithObfuscatedCursor, hashStrToField, hashValues, isBcsAddress, isBcsBool, isBcsFixedBytes, isBcsString, isBcsU128, isBcsU16, isBcsU256, isBcsU32, isBcsU64, isBcsU8, isBool, isCanonicalEd25519Signature, isEmptyOption, isEncodedEntryFunctionArgument, isEncodedStruct, isKeylessSigner, isLargeNumber, isNumber, isScriptDataInput, isSingleKeySigner, isString, isValidBIP44Path, isValidFunctionInfo, isValidHardenedPath, mnemonicToSeed, normalizeBundle, nowInSeconds, objectStructTag, optionStructTag, padAndPackBytesWithLen, paginateWithCursor, paginateWithObfuscatedCursor, pairedFaMetadataAddress, parseEncodedStruct, parseJwtHeader, parseTypeTag, poseidonHash, post, postAptosFaucet, postAptosFullNode, postAptosIndexer, postAptosPepperService, postAptosProvingService, promiseFulfilledStatus, request, sleep, splitPath, standardizeTypeTags, stringStructTag, throwTypeMismatch, truncateAddress, verifyKeylessSignature, verifyKeylessSignatureWithJwkAndConfig };
14484
+ export { APTOS_BIP44_REGEX, APTOS_COIN, APTOS_FA, APTOS_HARDENED_REGEX, AbstractKeylessAccount, AbstractMultiKey, AbstractPublicKey, AbstractSignature, AbstractedAccount, Account, AccountAddress, AccountAddressInput, AccountAuthenticator, AccountAuthenticatorAbstraction, AccountAuthenticatorEd25519, AccountAuthenticatorMultiEd25519, AccountAuthenticatorMultiKey, AccountAuthenticatorNoAccountAuthenticator, AccountAuthenticatorSingleKey, AccountData, AccountPublicKey, AccountSequenceNumber, AccountUtils, AnyNumber, AnyPublicKey, AnyPublicKeyVariant, type AnyRawTransaction, type AnyRawTransactionInstance, AnySignature, type AnyTransactionPayloadInstance, Aptos, AptosApiError, AptosApiType, AptosConfig, AptosRequest, AptosResponse, AptosSettings, AuthenticationKey, AuthenticationKeyScheme, type BaseAccountPublicKey, Block, Bool, CKDPriv, ChainId, Client, ClientConfig, ClientRequest, ClientResponse, CommittedTransactionResponse, type CreateAccountFromPrivateKeyArgs, type CreateEd25519AccountFromPrivateKeyArgs, type CreateEd25519SingleKeyAccountFromPrivateKeyArgs, type CreateSingleKeyAccountFromPrivateKeyArgs, CursorPaginationArgs, DEFAULT_MAX_GAS_AMOUNT, DEFAULT_TXN_EXP_SEC_FROM_NOW, DEFAULT_TXN_TIMEOUT_SEC, DerivableAbstractedAccount, type DerivedKeys, Deserializable, type DeserializableClass, Deserializer, EPK_HORIZON_SECS, Ed25519Account, Ed25519PrivateKey, Ed25519PublicKey, Ed25519Signature, type Ed25519SignerConstructorArgs, type Ed25519SignerFromDerivationPathArgs, EntryFunction, type EntryFunctionABI, EntryFunctionArgument, type EntryFunctionArgumentTypes, EntryFunctionBytes, EphemeralCertificate, EphemeralCertificateVariant, EphemeralKeyPair, EphemeralPublicKey, EphemeralPublicKeyVariant, EphemeralSignature, type ExecutionFinishEventData, FIREBASE_AUTH_ISS_PATTERN, type FailureEventData, FaucetConfig, FederatedKeylessAccount, FederatedKeylessPublicKey, FeePayerRawTransaction, FixedBytes, FullNodeConfig, type FunctionABI, GasEstimation, type GenerateAccountArgs, type GenerateEd25519AccountArgs, type GenerateEd25519SingleKeyAccountArgs, type GenerateSingleKeyAccountArgs, GetANSNameResponse, GetAccountCoinsDataResponse, GetAccountCollectionsWithOwnedTokenResponse, GetAccountOwnedTokensFromCollectionResponse, GetAccountOwnedTokensQueryResponse, type GetAptosRequestOptions, GetChainTopUserTransactionsResponse, GetCollectionDataResponse, GetCurrentFungibleAssetBalancesResponse, GetCurrentTokenOwnershipResponse, GetDelegatedStakingActivitiesResponse, GetEventsResponse, GetFungibleAssetActivitiesResponse, GetFungibleAssetMetadataResponse, GetNumberOfDelegatorsResponse, GetObjectDataQueryResponse, GetOwnedTokensResponse, GetProcessorStatusResponse, type GetRequestOptions, GetTableItemsDataResponse, GetTableItemsMetadataResponse, GetTokenActivityResponse, GetTokenDataResponse, GraphqlQuery, Groth16ProofAndStatement, Groth16VerificationKey, Groth16Zkp, HARDENED_OFFSET, Hex, HexInput, Identifier, IndexerConfig, type InputEntryFunctionData, type InputEntryFunctionDataWithABI, type InputEntryFunctionDataWithRemoteABI, type InputGenerateMultiAgentRawTransactionArgs, type InputGenerateMultiAgentRawTransactionData, type InputGenerateRawTransactionArgs, type InputGenerateSingleSignerRawTransactionArgs, type InputGenerateSingleSignerRawTransactionData, type InputGenerateTransactionData, type InputGenerateTransactionOptions, type InputGenerateTransactionPayloadData, type InputGenerateTransactionPayloadDataWithABI, type InputGenerateTransactionPayloadDataWithRemoteABI, type InputMultiSigData, type InputMultiSigDataWithABI, type InputMultiSigDataWithRemoteABI, type InputScriptData, type InputSimulateTransactionData, type InputSimulateTransactionOptions, type InputSubmitTransactionData, type InputViewFunctionData, type InputViewFunctionDataWithABI, type InputViewFunctionDataWithRemoteABI, type InputViewFunctionJsonData, KeyType, KeylessAccount, KeylessConfiguration, KeylessError, KeylessErrorCategory, KeylessErrorResolutionTip, KeylessErrorType, KeylessPublicKey, KeylessSignature, type KeylessSigner, LedgerInfo, LedgerVersionArg, MAX_AUD_VAL_BYTES, MAX_COMMITED_EPK_BYTES, MAX_EXTRA_FIELD_BYTES, MAX_ISS_VAL_BYTES, MAX_JWT_HEADER_B64_BYTES, MAX_UID_KEY_BYTES, MAX_UID_VAL_BYTES, MimeType, ModuleId, MoveFunction, MoveFunctionGenericTypeParam, MoveFunctionId, MoveJWK, MoveModule, MoveModuleBytecode, MoveModuleId, MoveOption, MoveResource, MoveString, MoveStructId, MoveValue, MoveVector, MultiAgentRawTransaction, MultiAgentTransaction, MultiEd25519Account, MultiEd25519PublicKey, MultiEd25519Signature, type MultiEd25519SignerConstructorArgs, MultiKey, MultiKeyAccount, MultiKeySignature, MultiSig, MultiSigTransactionPayload, Network, OrderByArg, PaginationArgs, PendingTransactionResponse, type PostAptosRequestOptions, type PostRequestOptions, PrivateKey, type PrivateKeyFromDerivationPathArgs, type PrivateKeyInput, PrivateKeyVariants, ProcessorType, type ProofFetchCallback, type ProofFetchEvents, type ProofFetchFailure, type ProofFetchStatus, type ProofFetchSuccess, PublicKey, RAW_TRANSACTION_SALT, RAW_TRANSACTION_WITH_DATA_SALT, RawTransaction, RawTransactionWithData, RotationProofChallenge, Script, ScriptFunctionArgument, type ScriptFunctionArgumentTypes, Secp256k1PrivateKey, Secp256k1PublicKey, Secp256k1Signature, Serializable, Serialized, Serializer, Signature, SignedTransaction, SigningScheme, SigningSchemeInput, type SimpleEntryFunctionArgumentTypes, SimpleTransaction, SingleKeyAccount, type SingleKeySigner, type SingleKeySignerConstructorArgs, type SingleKeySignerFromDerivationPathArgs, type SingleKeySignerGenerateArgs, type SingleKeySignerOrLegacyEd25519Account, StructTag, type SuccessEventData, TableItemRequest, TokenStandardArg, TransactionAndProof, TransactionArgument, TransactionAuthenticator, TransactionAuthenticatorEd25519, TransactionAuthenticatorFeePayer, TransactionAuthenticatorMultiAgent, TransactionAuthenticatorMultiEd25519, TransactionAuthenticatorSingleSender, TransactionPayload, TransactionPayloadEntryFunction, TransactionPayloadMultiSig, TransactionPayloadScript, TransactionResponse, TransactionWorker, type TransactionWorkerEvents, TransactionWorkerEventsEnum, type TypeArgument, TypeTag, TypeTagAddress, TypeTagBool, TypeTagGeneric, TypeTagParserError, TypeTagParserErrorType, TypeTagReference, TypeTagSigner, TypeTagStruct, TypeTagU128, TypeTagU16, TypeTagU256, TypeTagU32, TypeTagU64, TypeTagU8, TypeTagVector, U128, U16, U256, U32, U64, U8, Uint16, Uint32, Uint8, UserTransactionResponse, type VerifyEd25519SignatureArgs, type VerifyMultiEd25519SignatureArgs, type VerifyMultiKeySignatureArgs, type VerifySignatureArgs, type VerifySignatureAsyncArgs, type VerifySingleKeySignatureArgs, type ViewFunctionABI, type ViewFunctionJsonPayload, WaitForTransactionOptions, WhereArg, ZeroKnowledgeSig, ZkProof, ZkpVariant, aptosCoinStructTag, aptosRequest, base64UrlDecode, base64UrlToBytes, bigIntToBytesLE, buildTransaction, bytesToBigIntLE, checkOrConvertArgument, convertAmountFromHumanReadableToOnChain, convertAmountFromOnChainToHumanReadable, convertArgument, convertNumber, createObjectAddress, createResourceAddress, createTokenAddress, deriveKey, deriveTransactionType, deserializeFromScriptArgument, fetchEntryFunctionAbi, fetchFunctionAbi, fetchJWK, fetchModuleAbi, fetchMoveFunctionAbi, fetchViewFunctionAbi, findFirstNonSignerArg, floorToWholeHour, generateRawTransaction, generateSignedTransaction, generateSignedTransactionForSimulation, generateSigningMessage, generateSigningMessageForSerializable, generateSigningMessageForTransaction, generateTransactionPayload, generateTransactionPayloadWithABI, generateUserTransactionHash, generateViewFunctionPayload, generateViewFunctionPayloadWithABI, get, getAptosFullNode, getAptosPepperService, getAuthenticatorForSimulation, getErrorMessage, getFunctionParts, getIssAudAndUidVal, getKeylessConfig, getKeylessJWKs, getPageWithObfuscatedCursor, hashStrToField, hashValues, isBcsAddress, isBcsBool, isBcsFixedBytes, isBcsString, isBcsU128, isBcsU16, isBcsU256, isBcsU32, isBcsU64, isBcsU8, isBool, isCanonicalEd25519Signature, isEmptyOption, isEncodedEntryFunctionArgument, isEncodedStruct, isKeylessSigner, isLargeNumber, isNumber, isScriptDataInput, isSingleKeySigner, isString, isValidBIP44Path, isValidFunctionInfo, isValidHardenedPath, mnemonicToSeed, normalizeBundle, nowInSeconds, objectStructTag, optionStructTag, padAndPackBytesWithLen, paginateWithCursor, paginateWithObfuscatedCursor, pairedFaMetadataAddress, parseEncodedStruct, parseJwtHeader, parseTypeTag, poseidonHash, post, postAptosFaucet, postAptosFullNode, postAptosIndexer, postAptosPepperService, postAptosProvingService, promiseFulfilledStatus, request, sleep, splitPath, standardizeTypeTags, stringStructTag, throwTypeMismatch, truncateAddress, verifyKeylessSignature, verifyKeylessSignatureWithJwkAndConfig };