@aptos-labs/ts-sdk 2.0.1-zeta.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (654) hide show
  1. package/dist/common/account-CEmLe1wW.d.ts +7363 -0
  2. package/dist/common/chunk-5JIJXVJ5.js +4 -0
  3. package/dist/common/chunk-5JIJXVJ5.js.map +1 -0
  4. package/dist/common/cli/index.d.ts +1 -1
  5. package/dist/common/cli/index.js +1 -1
  6. package/dist/common/cli/index.js.map +1 -1
  7. package/dist/common/index.d.ts +5774 -9904
  8. package/dist/common/index.js +34 -53
  9. package/dist/common/index.js.map +1 -1
  10. package/dist/esm/{Ed25519Account-D9XrCLfE.d.mts → Ed25519Account-Ccxj1zdx.d.mts} +1 -9
  11. package/dist/esm/account/AbstractKeylessAccount.d.mts +4 -31
  12. package/dist/esm/account/AbstractKeylessAccount.mjs +1 -1
  13. package/dist/esm/account/AbstractedAccount.d.mts +5 -32
  14. package/dist/esm/account/AbstractedAccount.mjs +1 -1
  15. package/dist/esm/account/Account.d.mts +3 -30
  16. package/dist/esm/account/Account.mjs +1 -1
  17. package/dist/esm/account/AccountUtils.d.mts +4 -31
  18. package/dist/esm/account/AccountUtils.mjs +1 -1
  19. package/dist/esm/account/DerivableAbstractedAccount.d.mts +5 -32
  20. package/dist/esm/account/DerivableAbstractedAccount.mjs +1 -1
  21. package/dist/esm/account/Ed25519Account.d.mts +3 -30
  22. package/dist/esm/account/Ed25519Account.mjs +1 -1
  23. package/dist/esm/account/EphemeralKeyPair.d.mts +2 -11
  24. package/dist/esm/account/EphemeralKeyPair.mjs +1 -1
  25. package/dist/esm/account/FederatedKeylessAccount.d.mts +4 -32
  26. package/dist/esm/account/FederatedKeylessAccount.mjs +1 -1
  27. package/dist/esm/account/KeylessAccount.d.mts +4 -32
  28. package/dist/esm/account/KeylessAccount.mjs +1 -1
  29. package/dist/esm/account/MultiEd25519Account.d.mts +3 -30
  30. package/dist/esm/account/MultiEd25519Account.mjs +1 -1
  31. package/dist/esm/account/MultiKeyAccount.d.mts +5 -32
  32. package/dist/esm/account/MultiKeyAccount.mjs +1 -1
  33. package/dist/esm/account/SingleKeyAccount.d.mts +3 -30
  34. package/dist/esm/account/SingleKeyAccount.mjs +1 -1
  35. package/dist/esm/account/index.d.mts +4 -31
  36. package/dist/esm/account/index.mjs +1 -1
  37. package/dist/esm/account/utils.d.mts +2 -6
  38. package/dist/esm/account/utils.mjs +1 -1
  39. package/dist/esm/account-9G6tix5T.d.mts +6591 -0
  40. package/dist/esm/api/account/abstraction.d.mts +2 -29
  41. package/dist/esm/api/account/abstraction.mjs +1 -1
  42. package/dist/esm/api/account.d.mts +4 -122
  43. package/dist/esm/api/account.mjs +1 -1
  44. package/dist/esm/api/ans.d.mts +3 -30
  45. package/dist/esm/api/ans.mjs +1 -1
  46. package/dist/esm/api/aptos.d.mts +7 -35
  47. package/dist/esm/api/aptos.mjs +1 -1
  48. package/dist/esm/api/aptosConfig.d.mts +4 -187
  49. package/dist/esm/api/aptosConfig.mjs +1 -1
  50. package/dist/esm/api/coin.d.mts +2 -29
  51. package/dist/esm/api/coin.mjs +1 -1
  52. package/dist/esm/api/digitalAsset.d.mts +3 -30
  53. package/dist/esm/api/digitalAsset.mjs +1 -1
  54. package/dist/esm/api/event.d.mts +2 -8
  55. package/dist/esm/api/event.mjs +1 -1
  56. package/dist/esm/api/faucet.d.mts +2 -8
  57. package/dist/esm/api/faucet.mjs +1 -1
  58. package/dist/esm/api/fungibleAsset.d.mts +2 -29
  59. package/dist/esm/api/fungibleAsset.mjs +1 -1
  60. package/dist/esm/api/general.d.mts +2 -29
  61. package/dist/esm/api/general.mjs +1 -1
  62. package/dist/esm/api/index.d.mts +5 -34
  63. package/dist/esm/api/index.mjs +1 -1
  64. package/dist/esm/api/keyless.d.mts +4 -31
  65. package/dist/esm/api/keyless.mjs +1 -1
  66. package/dist/esm/api/object.d.mts +2 -8
  67. package/dist/esm/api/object.mjs +1 -1
  68. package/dist/esm/api/staking.d.mts +2 -8
  69. package/dist/esm/api/staking.mjs +1 -1
  70. package/dist/esm/api/table.d.mts +2 -2
  71. package/dist/esm/api/table.mjs +1 -1
  72. package/dist/esm/api/transaction.d.mts +6 -34
  73. package/dist/esm/api/transaction.mjs +1 -1
  74. package/dist/esm/api/transactionSubmission/build.d.mts +2 -29
  75. package/dist/esm/api/transactionSubmission/build.mjs +1 -1
  76. package/dist/esm/api/transactionSubmission/management.d.mts +2 -29
  77. package/dist/esm/api/transactionSubmission/management.mjs +1 -1
  78. package/dist/esm/api/transactionSubmission/sign.d.mts +3 -30
  79. package/dist/esm/api/transactionSubmission/sign.mjs +1 -1
  80. package/dist/esm/api/transactionSubmission/sign.mjs.map +1 -1
  81. package/dist/esm/api/transactionSubmission/simulate.d.mts +2 -29
  82. package/dist/esm/api/transactionSubmission/simulate.mjs +1 -1
  83. package/dist/esm/api/transactionSubmission/submit.d.mts +4 -31
  84. package/dist/esm/api/transactionSubmission/submit.mjs +1 -1
  85. package/dist/esm/api/utils.d.mts +2 -2
  86. package/dist/esm/api/utils.mjs +1 -1
  87. package/dist/esm/bcs/consts.d.mts +3 -1
  88. package/dist/esm/bcs/deserializer.d.mts +3 -304
  89. package/dist/esm/bcs/index.d.mts +2 -8
  90. package/dist/esm/bcs/index.mjs +1 -1
  91. package/dist/esm/bcs/serializable/entryFunctionBytes.d.mts +3 -7
  92. package/dist/esm/bcs/serializable/fixedBytes.d.mts +3 -90
  93. package/dist/esm/bcs/serializable/movePrimitives.d.mts +2 -167
  94. package/dist/esm/bcs/serializable/movePrimitives.mjs +1 -1
  95. package/dist/esm/bcs/serializable/moveStructs.d.mts +2 -430
  96. package/dist/esm/bcs/serializable/moveStructs.mjs +1 -1
  97. package/dist/esm/bcs/serializer.d.mts +3 -325
  98. package/dist/esm/chunk-4H2RMR7D.mjs +2 -0
  99. package/dist/esm/chunk-4H2RMR7D.mjs.map +1 -0
  100. package/dist/esm/{chunk-UOP7GBXB.mjs → chunk-5ZRPV4YI.mjs} +2 -2
  101. package/dist/esm/{chunk-34DNOEXM.mjs → chunk-7T62PEFI.mjs} +2 -2
  102. package/dist/esm/{chunk-XZSENMD7.mjs → chunk-FSP4QM2T.mjs} +2 -2
  103. package/dist/esm/chunk-GMDBBVDH.mjs +6 -0
  104. package/dist/esm/chunk-GMDBBVDH.mjs.map +1 -0
  105. package/dist/esm/chunk-HMUIOIBG.mjs +2 -0
  106. package/dist/esm/{chunk-VEGW6HP5.mjs.map → chunk-HMUIOIBG.mjs.map} +1 -1
  107. package/dist/esm/{chunk-JPJH4LRA.mjs → chunk-IDHVW7HS.mjs} +2 -2
  108. package/dist/esm/{chunk-57J5YBMT.mjs → chunk-PFXXFUBL.mjs} +2 -2
  109. package/dist/esm/{chunk-DWQQIYFI.mjs → chunk-R7NQJWDG.mjs} +2 -2
  110. package/dist/esm/chunk-RJ7F4JDV.mjs +2 -0
  111. package/dist/esm/{chunk-JCFTAG5Z.mjs.map → chunk-RJ7F4JDV.mjs.map} +1 -1
  112. package/dist/esm/{chunk-VDNJWUHZ.mjs → chunk-SAMHWS73.mjs} +2 -2
  113. package/dist/esm/chunk-UIVX6WSC.mjs +2 -0
  114. package/dist/esm/chunk-UIVX6WSC.mjs.map +1 -0
  115. package/dist/esm/{chunk-UL777LTI.mjs → chunk-VHNX2NUR.mjs} +26 -47
  116. package/dist/esm/chunk-VHNX2NUR.mjs.map +1 -0
  117. package/dist/esm/{chunk-HETYL3WN.mjs → chunk-WOTQ7227.mjs} +2 -2
  118. package/dist/esm/{chunk-CZYH3G7E.mjs → chunk-YHGGNYYL.mjs} +2 -2
  119. package/dist/esm/cli/index.d.mts +3 -7
  120. package/dist/esm/cli/index.mjs +1 -1
  121. package/dist/esm/cli/localNode.mjs +1 -1
  122. package/dist/esm/cli/move.d.mts +3 -7
  123. package/dist/esm/client/core.d.mts +3 -3
  124. package/dist/esm/client/core.mjs +1 -1
  125. package/dist/esm/client/get.d.mts +3 -3
  126. package/dist/esm/client/get.mjs +1 -1
  127. package/dist/esm/client/index.d.mts +2 -2
  128. package/dist/esm/client/index.mjs +1 -1
  129. package/dist/esm/client/post.d.mts +3 -3
  130. package/dist/esm/client/post.mjs +1 -1
  131. package/dist/esm/core/account/index.d.mts +3 -7
  132. package/dist/esm/core/account/index.mjs +1 -1
  133. package/dist/esm/core/account/utils/address.d.mts +3 -7
  134. package/dist/esm/core/account/utils/address.mjs +1 -1
  135. package/dist/esm/core/account/utils/index.d.mts +3 -7
  136. package/dist/esm/core/account/utils/index.mjs +1 -1
  137. package/dist/esm/core/accountAddress.d.mts +3 -329
  138. package/dist/esm/core/accountAddress.mjs +1 -1
  139. package/dist/esm/core/authenticationKey.d.mts +2 -10
  140. package/dist/esm/core/authenticationKey.mjs +1 -1
  141. package/dist/esm/core/crypto/abstraction.d.mts +2 -10
  142. package/dist/esm/core/crypto/abstraction.mjs +1 -1
  143. package/dist/esm/core/crypto/deserializationUtils.d.mts +2 -10
  144. package/dist/esm/core/crypto/deserializationUtils.mjs +1 -1
  145. package/dist/esm/core/crypto/ed25519.d.mts +2 -301
  146. package/dist/esm/core/crypto/ed25519.mjs +1 -1
  147. package/dist/esm/core/crypto/ephemeral.d.mts +2 -10
  148. package/dist/esm/core/crypto/ephemeral.mjs +1 -1
  149. package/dist/esm/core/crypto/federatedKeyless.d.mts +4 -12
  150. package/dist/esm/core/crypto/federatedKeyless.mjs +1 -1
  151. package/dist/esm/core/crypto/index.d.mts +3 -18
  152. package/dist/esm/core/crypto/index.mjs +1 -1
  153. package/dist/esm/core/crypto/keyless.d.mts +3 -11
  154. package/dist/esm/core/crypto/keyless.mjs +1 -1
  155. package/dist/esm/core/crypto/multiEd25519.d.mts +2 -238
  156. package/dist/esm/core/crypto/multiEd25519.mjs +1 -1
  157. package/dist/esm/core/crypto/multiKey.d.mts +2 -256
  158. package/dist/esm/core/crypto/multiKey.mjs +1 -1
  159. package/dist/esm/core/crypto/privateKey.d.mts +2 -71
  160. package/dist/esm/core/crypto/privateKey.mjs +1 -1
  161. package/dist/esm/core/crypto/proof.d.mts +3 -4
  162. package/dist/esm/core/crypto/proof.mjs +1 -1
  163. package/dist/esm/core/crypto/publicKey.d.mts +2 -10
  164. package/dist/esm/core/crypto/publicKey.mjs +1 -1
  165. package/dist/esm/core/crypto/secp256k1.d.mts +2 -274
  166. package/dist/esm/core/crypto/secp256k1.mjs +1 -1
  167. package/dist/esm/core/crypto/signature.d.mts +3 -31
  168. package/dist/esm/core/crypto/signature.mjs +1 -1
  169. package/dist/esm/core/crypto/singleKey.d.mts +2 -182
  170. package/dist/esm/core/crypto/singleKey.mjs +1 -1
  171. package/dist/esm/core/crypto/utils.d.mts +3 -1
  172. package/dist/esm/core/hex.d.mts +3 -156
  173. package/dist/esm/core/index.d.mts +2 -17
  174. package/dist/esm/core/index.mjs +1 -1
  175. package/dist/esm/errors/index.d.mts +2 -1
  176. package/dist/esm/errors/index.mjs +1 -1
  177. package/dist/esm/{federatedKeyless-DAYXjY2Y.d.mts → federatedKeyless-CVKW5pnz.d.mts} +1 -7
  178. package/dist/esm/index.d.mts +5 -34
  179. package/dist/esm/index.mjs +1 -1
  180. package/dist/esm/internal/abstraction.d.mts +2 -29
  181. package/dist/esm/internal/abstraction.mjs +1 -1
  182. package/dist/esm/internal/account.d.mts +9 -66
  183. package/dist/esm/internal/account.mjs +1 -1
  184. package/dist/esm/internal/ans.d.mts +3 -30
  185. package/dist/esm/internal/ans.mjs +1 -1
  186. package/dist/esm/internal/coin.d.mts +3 -30
  187. package/dist/esm/internal/coin.mjs +1 -1
  188. package/dist/esm/internal/digitalAsset.d.mts +3 -30
  189. package/dist/esm/internal/digitalAsset.mjs +1 -1
  190. package/dist/esm/internal/event.d.mts +2 -8
  191. package/dist/esm/internal/event.mjs +1 -1
  192. package/dist/esm/internal/faucet.d.mts +3 -9
  193. package/dist/esm/internal/faucet.mjs +1 -1
  194. package/dist/esm/internal/fungibleAsset.d.mts +3 -30
  195. package/dist/esm/internal/fungibleAsset.mjs +1 -1
  196. package/dist/esm/internal/general.d.mts +2 -2
  197. package/dist/esm/internal/general.mjs +1 -1
  198. package/dist/esm/internal/keyless.d.mts +5 -41
  199. package/dist/esm/internal/keyless.mjs +1 -1
  200. package/dist/esm/internal/object.d.mts +2 -8
  201. package/dist/esm/internal/object.mjs +1 -1
  202. package/dist/esm/internal/staking.d.mts +2 -8
  203. package/dist/esm/internal/staking.mjs +1 -1
  204. package/dist/esm/internal/table.d.mts +2 -2
  205. package/dist/esm/internal/table.mjs +1 -1
  206. package/dist/esm/internal/transaction.d.mts +3 -3
  207. package/dist/esm/internal/transaction.mjs +1 -1
  208. package/dist/esm/internal/transactionSubmission.d.mts +6 -33
  209. package/dist/esm/internal/transactionSubmission.mjs +1 -1
  210. package/dist/esm/internal/utils/index.d.mts +2 -8
  211. package/dist/esm/internal/utils/index.mjs +1 -1
  212. package/dist/esm/internal/utils/utils.d.mts +2 -8
  213. package/dist/esm/internal/utils/utils.mjs +1 -1
  214. package/dist/esm/internal/view.d.mts +1 -28
  215. package/dist/esm/internal/view.mjs +1 -1
  216. package/dist/esm/transactions/authenticator/account.d.mts +2 -179
  217. package/dist/esm/transactions/authenticator/account.mjs +1 -1
  218. package/dist/esm/transactions/authenticator/index.d.mts +2 -17
  219. package/dist/esm/transactions/authenticator/index.mjs +1 -1
  220. package/dist/esm/transactions/authenticator/transaction.d.mts +2 -17
  221. package/dist/esm/transactions/authenticator/transaction.mjs +1 -1
  222. package/dist/esm/transactions/index.d.mts +3 -30
  223. package/dist/esm/transactions/index.mjs +1 -1
  224. package/dist/esm/transactions/instances/chainId.d.mts +3 -44
  225. package/dist/esm/transactions/instances/identifier.d.mts +2 -44
  226. package/dist/esm/transactions/instances/index.d.mts +2 -27
  227. package/dist/esm/transactions/instances/index.mjs +1 -1
  228. package/dist/esm/transactions/instances/moduleId.d.mts +3 -57
  229. package/dist/esm/transactions/instances/moduleId.mjs +1 -1
  230. package/dist/esm/transactions/instances/multiAgentTransaction.d.mts +2 -60
  231. package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -1
  232. package/dist/esm/transactions/instances/rawTransaction.d.mts +2 -150
  233. package/dist/esm/transactions/instances/rawTransaction.mjs +1 -1
  234. package/dist/esm/transactions/instances/rotationProofChallenge.d.mts +2 -12
  235. package/dist/esm/transactions/instances/rotationProofChallenge.mjs +1 -1
  236. package/dist/esm/transactions/instances/signedTransaction.d.mts +2 -23
  237. package/dist/esm/transactions/instances/signedTransaction.mjs +1 -1
  238. package/dist/esm/transactions/instances/simpleTransaction.d.mts +2 -59
  239. package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -1
  240. package/dist/esm/transactions/instances/transactionArgument.d.mts +2 -74
  241. package/dist/esm/transactions/instances/transactionPayload.d.mts +2 -300
  242. package/dist/esm/transactions/instances/transactionPayload.mjs +1 -1
  243. package/dist/esm/transactions/management/accountSequenceNumber.d.mts +2 -29
  244. package/dist/esm/transactions/management/accountSequenceNumber.mjs +1 -1
  245. package/dist/esm/transactions/management/index.d.mts +2 -29
  246. package/dist/esm/transactions/management/index.mjs +1 -1
  247. package/dist/esm/transactions/management/transactionWorker.d.mts +2 -29
  248. package/dist/esm/transactions/management/transactionWorker.mjs +1 -1
  249. package/dist/esm/transactions/transactionBuilder/helpers.d.mts +3 -30
  250. package/dist/esm/transactions/transactionBuilder/helpers.mjs +1 -1
  251. package/dist/esm/transactions/transactionBuilder/index.d.mts +2 -29
  252. package/dist/esm/transactions/transactionBuilder/index.mjs +1 -1
  253. package/dist/esm/transactions/transactionBuilder/remoteAbi.d.mts +2 -29
  254. package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +1 -1
  255. package/dist/esm/transactions/transactionBuilder/signingMessage.d.mts +1 -28
  256. package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +1 -1
  257. package/dist/esm/transactions/transactionBuilder/transactionBuilder.d.mts +3 -29
  258. package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -1
  259. package/dist/esm/transactions/typeTag/index.d.mts +2 -462
  260. package/dist/esm/transactions/typeTag/index.mjs +1 -1
  261. package/dist/esm/transactions/typeTag/parser.d.mts +2 -8
  262. package/dist/esm/transactions/typeTag/parser.mjs +1 -1
  263. package/dist/esm/transactions/types.d.mts +3 -399
  264. package/dist/esm/types/generated/operations.d.mts +10 -37
  265. package/dist/esm/types/generated/queries.d.mts +2 -6
  266. package/dist/esm/types/generated/queries.mjs +1 -1
  267. package/dist/esm/types/generated/types.d.mts +1172 -584
  268. package/dist/esm/types/generated/types.mjs +1 -1
  269. package/dist/esm/types/generated/types.mjs.map +1 -1
  270. package/dist/esm/types/index.d.mts +4 -2
  271. package/dist/esm/types/index.mjs +1 -1
  272. package/dist/esm/types/indexer.d.mts +2 -8
  273. package/dist/esm/types/types.d.mts +5 -1320
  274. package/dist/esm/types/types.mjs +1 -1
  275. package/dist/esm/utils/const.d.mts +0 -1
  276. package/dist/esm/utils/const.mjs +1 -1
  277. package/dist/esm/utils/helpers.d.mts +2 -6
  278. package/dist/esm/utils/helpers.mjs +1 -1
  279. package/dist/esm/utils/index.d.mts +1 -6
  280. package/dist/esm/utils/index.mjs +1 -1
  281. package/dist/esm/utils/normalizeBundle.d.mts +2 -4
  282. package/dist/esm/utils/normalizeBundle.mjs +1 -1
  283. package/dist/esm/version.d.mts +1 -1
  284. package/dist/esm/version.mjs +1 -1
  285. package/package.json +18 -19
  286. package/src/account/FederatedKeylessAccount.ts +1 -7
  287. package/src/account/KeylessAccount.ts +2 -17
  288. package/src/api/account.ts +2 -120
  289. package/src/api/aptos.ts +6 -2
  290. package/src/api/aptosConfig.ts +73 -2
  291. package/src/api/transaction.ts +9 -7
  292. package/src/api/transactionSubmission/build.ts +5 -1
  293. package/src/api/transactionSubmission/submit.ts +16 -12
  294. package/src/core/crypto/index.ts +0 -1
  295. package/src/core/crypto/multiEd25519.ts +0 -26
  296. package/src/core/crypto/multiKey.ts +14 -7
  297. package/src/internal/account.ts +53 -523
  298. package/src/internal/keyless.ts +0 -10
  299. package/src/internal/transactionSubmission.ts +20 -10
  300. package/src/transactions/instances/transactionPayload.ts +165 -2
  301. package/src/transactions/management/transactionWorker.ts +1 -1
  302. package/src/transactions/transactionBuilder/transactionBuilder.ts +64 -5
  303. package/src/transactions/types.ts +61 -10
  304. package/src/types/codegen.yaml +1 -1
  305. package/src/types/generated/operations.ts +8 -39
  306. package/src/types/generated/queries.ts +0 -53
  307. package/src/types/generated/types.ts +1240 -621
  308. package/src/types/indexer.ts +0 -8
  309. package/src/types/types.ts +114 -40
  310. package/src/utils/const.ts +0 -1
  311. package/src/version.ts +1 -1
  312. package/dist/common/accountAddress-Dx2Y6__i.d.ts +0 -3184
  313. package/dist/common/chunk-BNN2XWNR.js +0 -4
  314. package/dist/common/chunk-BNN2XWNR.js.map +0 -1
  315. package/dist/esm/chunk-3FEFJIVT.mjs +0 -2
  316. package/dist/esm/chunk-3FEFJIVT.mjs.map +0 -1
  317. package/dist/esm/chunk-5HXLZHDW.mjs +0 -1
  318. package/dist/esm/chunk-5HXLZHDW.mjs.map +0 -1
  319. package/dist/esm/chunk-JCFTAG5Z.mjs +0 -2
  320. package/dist/esm/chunk-PPHXE342.mjs +0 -4
  321. package/dist/esm/chunk-PPHXE342.mjs.map +0 -1
  322. package/dist/esm/chunk-UL777LTI.mjs.map +0 -1
  323. package/dist/esm/chunk-VEGW6HP5.mjs +0 -2
  324. package/dist/esm/chunk-XTMUMN74.mjs +0 -2
  325. package/dist/esm/chunk-XTMUMN74.mjs.map +0 -1
  326. package/dist/esm/core/crypto/types.d.mts +0 -25
  327. package/dist/esm/core/crypto/types.mjs +0 -2
  328. package/dist/esm/core/crypto/types.mjs.map +0 -1
  329. package/dist/esm/publicKey-CJOcUwJK.d.mts +0 -213
  330. package/src/core/crypto/types.ts +0 -9
  331. package/src/internal/move/jwks/build/jwk/BuildInfo.yaml +0 -56
  332. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/account.mv +0 -0
  333. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator.mv +0 -0
  334. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_factory.mv +0 -0
  335. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_v2.mv +0 -0
  336. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_account.mv +0 -0
  337. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_coin.mv +0 -0
  338. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_governance.mv +0 -0
  339. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/block.mv +0 -0
  340. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_id.mv +0 -0
  341. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_status.mv +0 -0
  342. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/code.mv +0 -0
  343. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/coin.mv +0 -0
  344. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/config_buffer.mv +0 -0
  345. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/consensus_config.mv +0 -0
  346. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/create_signer.mv +0 -0
  347. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/delegation_pool.mv +0 -0
  348. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dispatchable_fungible_asset.mv +0 -0
  349. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dkg.mv +0 -0
  350. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/event.mv +0 -0
  351. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/execution_config.mv +0 -0
  352. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/function_info.mv +0 -0
  353. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/fungible_asset.mv +0 -0
  354. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/gas_schedule.mv +0 -0
  355. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/genesis.mv +0 -0
  356. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/governance_proposal.mv +0 -0
  357. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/guid.mv +0 -0
  358. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwk_consensus_config.mv +0 -0
  359. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwks.mv +0 -0
  360. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/keyless_account.mv +0 -0
  361. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/managed_coin.mv +0 -0
  362. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/multisig_account.mv +0 -0
  363. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object.mv +0 -0
  364. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object_code_deployment.mv +0 -0
  365. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/optional_aggregator.mv +0 -0
  366. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/primary_fungible_store.mv +0 -0
  367. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness.mv +0 -0
  368. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_api_v0_config.mv +0 -0
  369. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config.mv +0 -0
  370. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config_seqnum.mv +0 -0
  371. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration.mv +0 -0
  372. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_state.mv +0 -0
  373. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_with_dkg.mv +0 -0
  374. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/resource_account.mv +0 -0
  375. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/stake.mv +0 -0
  376. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_config.mv +0 -0
  377. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_contract.mv +0 -0
  378. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_proxy.mv +0 -0
  379. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/state_storage.mv +0 -0
  380. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/storage_gas.mv +0 -0
  381. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/system_addresses.mv +0 -0
  382. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/timestamp.mv +0 -0
  383. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_context.mv +0 -0
  384. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_fee.mv +0 -0
  385. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_validation.mv +0 -0
  386. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/util.mv +0 -0
  387. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/validator_consensus_info.mv +0 -0
  388. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/version.mv +0 -0
  389. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/vesting.mv +0 -0
  390. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/voting.mv +0 -0
  391. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/any.mv +0 -0
  392. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/aptos_hash.mv +0 -0
  393. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/big_vector.mv +0 -0
  394. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381.mv +0 -0
  395. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381_algebra.mv +0 -0
  396. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bn254_algebra.mv +0 -0
  397. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/capability.mv +0 -0
  398. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/comparator.mv +0 -0
  399. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/copyable_any.mv +0 -0
  400. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/crypto_algebra.mv +0 -0
  401. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/debug.mv +0 -0
  402. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ed25519.mv +0 -0
  403. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/fixed_point64.mv +0 -0
  404. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/from_bcs.mv +0 -0
  405. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math128.mv +0 -0
  406. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math64.mv +0 -0
  407. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed.mv +0 -0
  408. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed64.mv +0 -0
  409. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/multi_ed25519.mv +0 -0
  410. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64.mv +0 -0
  411. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64_unbound.mv +0 -0
  412. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255.mv +0 -0
  413. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_bulletproofs.mv +0 -0
  414. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_elgamal.mv +0 -0
  415. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_pedersen.mv +0 -0
  416. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/secp256k1.mv +0 -0
  417. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/simple_map.mv +0 -0
  418. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_table.mv +0 -0
  419. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_vector.mv +0 -0
  420. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/string_utils.mv +0 -0
  421. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table.mv +0 -0
  422. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table_with_length.mv +0 -0
  423. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/type_info.mv +0 -0
  424. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/acl.mv +0 -0
  425. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bcs.mv +0 -0
  426. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bit_vector.mv +0 -0
  427. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/error.mv +0 -0
  428. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/features.mv +0 -0
  429. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/fixed_point32.mv +0 -0
  430. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/hash.mv +0 -0
  431. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/option.mv +0 -0
  432. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/signer.mv +0 -0
  433. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/string.mv +0 -0
  434. package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/vector.mv +0 -0
  435. package/src/internal/move/jwks/build/jwk/bytecode_scripts/main.mv +0 -0
  436. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/account.mvsm +0 -0
  437. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator.mvsm +0 -0
  438. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_factory.mvsm +0 -0
  439. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_v2.mvsm +0 -0
  440. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_account.mvsm +0 -0
  441. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_coin.mvsm +0 -0
  442. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_governance.mvsm +0 -0
  443. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/block.mvsm +0 -0
  444. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_id.mvsm +0 -0
  445. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_status.mvsm +0 -0
  446. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/code.mvsm +0 -0
  447. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/coin.mvsm +0 -0
  448. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/config_buffer.mvsm +0 -0
  449. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/consensus_config.mvsm +0 -0
  450. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/create_signer.mvsm +0 -0
  451. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/delegation_pool.mvsm +0 -0
  452. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dispatchable_fungible_asset.mvsm +0 -0
  453. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dkg.mvsm +0 -0
  454. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/event.mvsm +0 -0
  455. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/execution_config.mvsm +0 -0
  456. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/function_info.mvsm +0 -0
  457. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/fungible_asset.mvsm +0 -0
  458. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/gas_schedule.mvsm +0 -0
  459. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/genesis.mvsm +0 -0
  460. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/governance_proposal.mvsm +0 -0
  461. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/guid.mvsm +0 -0
  462. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwk_consensus_config.mvsm +0 -0
  463. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwks.mvsm +0 -0
  464. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/keyless_account.mvsm +0 -0
  465. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/managed_coin.mvsm +0 -0
  466. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/multisig_account.mvsm +0 -0
  467. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object.mvsm +0 -0
  468. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object_code_deployment.mvsm +0 -0
  469. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/optional_aggregator.mvsm +0 -0
  470. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/primary_fungible_store.mvsm +0 -0
  471. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness.mvsm +0 -0
  472. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_api_v0_config.mvsm +0 -0
  473. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config.mvsm +0 -0
  474. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config_seqnum.mvsm +0 -0
  475. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration.mvsm +0 -0
  476. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_state.mvsm +0 -0
  477. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_with_dkg.mvsm +0 -0
  478. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/resource_account.mvsm +0 -0
  479. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/stake.mvsm +0 -0
  480. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_config.mvsm +0 -0
  481. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_contract.mvsm +0 -0
  482. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_proxy.mvsm +0 -0
  483. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/state_storage.mvsm +0 -0
  484. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/storage_gas.mvsm +0 -0
  485. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/system_addresses.mvsm +0 -0
  486. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/timestamp.mvsm +0 -0
  487. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_context.mvsm +0 -0
  488. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_fee.mvsm +0 -0
  489. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_validation.mvsm +0 -0
  490. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/util.mvsm +0 -0
  491. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/validator_consensus_info.mvsm +0 -0
  492. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/version.mvsm +0 -0
  493. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/vesting.mvsm +0 -0
  494. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/voting.mvsm +0 -0
  495. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/any.mvsm +0 -0
  496. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/aptos_hash.mvsm +0 -0
  497. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/big_vector.mvsm +0 -0
  498. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381.mvsm +0 -0
  499. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381_algebra.mvsm +0 -0
  500. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bn254_algebra.mvsm +0 -0
  501. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/capability.mvsm +0 -0
  502. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/comparator.mvsm +0 -0
  503. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/copyable_any.mvsm +0 -0
  504. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/crypto_algebra.mvsm +0 -0
  505. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/debug.mvsm +0 -0
  506. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ed25519.mvsm +0 -0
  507. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/fixed_point64.mvsm +0 -0
  508. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/from_bcs.mvsm +0 -0
  509. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math128.mvsm +0 -0
  510. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math64.mvsm +0 -0
  511. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed.mvsm +0 -0
  512. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed64.mvsm +0 -0
  513. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/multi_ed25519.mvsm +0 -0
  514. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64.mvsm +0 -0
  515. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64_unbound.mvsm +0 -0
  516. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255.mvsm +0 -0
  517. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_bulletproofs.mvsm +0 -0
  518. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_elgamal.mvsm +0 -0
  519. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_pedersen.mvsm +0 -0
  520. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/secp256k1.mvsm +0 -0
  521. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/simple_map.mvsm +0 -0
  522. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_table.mvsm +0 -0
  523. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_vector.mvsm +0 -0
  524. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/string_utils.mvsm +0 -0
  525. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table.mvsm +0 -0
  526. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table_with_length.mvsm +0 -0
  527. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/type_info.mvsm +0 -0
  528. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/acl.mvsm +0 -0
  529. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bcs.mvsm +0 -0
  530. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bit_vector.mvsm +0 -0
  531. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/error.mvsm +0 -0
  532. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/features.mvsm +0 -0
  533. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/fixed_point32.mvsm +0 -0
  534. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/hash.mvsm +0 -0
  535. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/option.mvsm +0 -0
  536. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/signer.mvsm +0 -0
  537. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/string.mvsm +0 -0
  538. package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/vector.mvsm +0 -0
  539. package/src/internal/move/jwks/build/jwk/source_maps/main.mvsm +0 -0
  540. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/account.move +0 -1533
  541. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator.move +0 -48
  542. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_factory.move +0 -66
  543. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_v2.move +0 -280
  544. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_account.move +0 -443
  545. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_coin.move +0 -204
  546. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_governance.move +0 -1387
  547. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/block.move +0 -394
  548. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_id.move +0 -41
  549. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_status.move +0 -48
  550. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/code.move +0 -367
  551. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/coin.move +0 -2214
  552. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/config_buffer.move +0 -101
  553. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/consensus_config.move +0 -77
  554. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/create_signer.move +0 -21
  555. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/delegation_pool.move +0 -5568
  556. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dispatchable_fungible_asset.move +0 -228
  557. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dkg.move +0 -121
  558. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/event.move +0 -92
  559. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/execution_config.move +0 -66
  560. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/function_info.move +0 -100
  561. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/fungible_asset.move +0 -1566
  562. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/gas_schedule.move +0 -176
  563. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/genesis.move +0 -550
  564. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/governance_proposal.move +0 -23
  565. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/guid.move +0 -68
  566. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwk_consensus_config.move +0 -148
  567. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwks.move +0 -817
  568. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/keyless_account.move +0 -312
  569. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/managed_coin.move +0 -205
  570. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/multisig_account.move +0 -2477
  571. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object.move +0 -1073
  572. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object_code_deployment.move +0 -147
  573. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/optional_aggregator.move +0 -295
  574. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/primary_fungible_store.move +0 -405
  575. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness.move +0 -574
  576. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_api_v0_config.move +0 -57
  577. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config.move +0 -153
  578. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config_seqnum.move +0 -49
  579. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration.move +0 -237
  580. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_state.move +0 -132
  581. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_with_dkg.move +0 -69
  582. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/resource_account.move +0 -267
  583. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/stake.move +0 -3286
  584. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_config.move +0 -686
  585. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_contract.move +0 -1618
  586. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_proxy.move +0 -228
  587. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/state_storage.move +0 -90
  588. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/storage_gas.move +0 -622
  589. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/system_addresses.move +0 -82
  590. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/timestamp.move +0 -88
  591. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_context.move +0 -262
  592. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_fee.move +0 -457
  593. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_validation.move +0 -501
  594. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/util.move +0 -16
  595. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/validator_consensus_info.move +0 -42
  596. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/version.move +0 -115
  597. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/vesting.move +0 -2183
  598. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/voting.move +0 -1279
  599. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/any.move +0 -57
  600. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/aptos_hash.move +0 -253
  601. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/big_vector.move +0 -469
  602. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381.move +0 -985
  603. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381_algebra.move +0 -802
  604. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bn254_algebra.move +0 -855
  605. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/capability.move +0 -193
  606. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/comparator.move +0 -173
  607. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/copyable_any.move +0 -45
  608. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/crypto_algebra.move +0 -351
  609. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/debug.move +0 -278
  610. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ed25519.move +0 -262
  611. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/fixed_point64.move +0 -447
  612. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/from_bcs.move +0 -91
  613. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math128.move +0 -381
  614. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math64.move +0 -336
  615. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed.move +0 -139
  616. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed64.move +0 -142
  617. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/multi_ed25519.move +0 -482
  618. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64.move +0 -571
  619. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64_unbound.move +0 -270
  620. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255.move +0 -1310
  621. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_bulletproofs.move +0 -253
  622. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_elgamal.move +0 -234
  623. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_pedersen.move +0 -158
  624. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/secp256k1.move +0 -114
  625. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/simple_map.move +0 -319
  626. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_table.move +0 -769
  627. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_vector.move +0 -766
  628. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/string_utils.move +0 -148
  629. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table.move +0 -152
  630. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table_with_length.move +0 -141
  631. package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/type_info.move +0 -351
  632. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/acl.move +0 -46
  633. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bcs.move +0 -27
  634. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bit_vector.move +0 -239
  635. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/error.move +0 -88
  636. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/features.move +0 -780
  637. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/fixed_point32.move +0 -295
  638. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/hash.move +0 -8
  639. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/option.move +0 -356
  640. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/signer.move +0 -21
  641. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/string.move +0 -93
  642. package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/vector.move +0 -669
  643. package/src/internal/move/jwks/build/jwk/sources/main.move +0 -20
  644. package/src/internal/queries/getAccountAddressesForAuthKey.graphql +0 -8
  645. package/src/internal/queries/getAuthKeysForPublicKey.graphql +0 -11
  646. /package/dist/esm/{chunk-UOP7GBXB.mjs.map → chunk-5ZRPV4YI.mjs.map} +0 -0
  647. /package/dist/esm/{chunk-34DNOEXM.mjs.map → chunk-7T62PEFI.mjs.map} +0 -0
  648. /package/dist/esm/{chunk-XZSENMD7.mjs.map → chunk-FSP4QM2T.mjs.map} +0 -0
  649. /package/dist/esm/{chunk-JPJH4LRA.mjs.map → chunk-IDHVW7HS.mjs.map} +0 -0
  650. /package/dist/esm/{chunk-57J5YBMT.mjs.map → chunk-PFXXFUBL.mjs.map} +0 -0
  651. /package/dist/esm/{chunk-DWQQIYFI.mjs.map → chunk-R7NQJWDG.mjs.map} +0 -0
  652. /package/dist/esm/{chunk-VDNJWUHZ.mjs.map → chunk-SAMHWS73.mjs.map} +0 -0
  653. /package/dist/esm/{chunk-HETYL3WN.mjs.map → chunk-WOTQ7227.mjs.map} +0 -0
  654. /package/dist/esm/{chunk-CZYH3G7E.mjs.map → chunk-YHGGNYYL.mjs.map} +0 -0
@@ -1,1322 +1,7 @@
1
- import { TokenStandard, OrderBy } from './indexer.mjs';
2
- import { Network } from '../utils/apiEndpoints.mjs';
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';
3
+ import '../utils/apiEndpoints.mjs';
3
4
  import './generated/operations.mjs';
4
5
  import './generated/types.mjs';
5
-
6
- /**
7
- * Different MIME types used for data interchange in transactions and responses.
8
- */
9
- declare enum MimeType {
10
- /**
11
- * JSON representation, used for transaction submission and accept type JSON output
12
- */
13
- JSON = "application/json",
14
- /**
15
- * BCS representation, used for accept type BCS output
16
- */
17
- BCS = "application/x-bcs",
18
- /**
19
- * BCS representation, used for transaction submission in BCS input
20
- */
21
- BCS_SIGNED_TRANSACTION = "application/x.aptos.signed_transaction+bcs",
22
- BCS_VIEW_FUNCTION = "application/x.aptos.view_function+bcs"
23
- }
24
- /**
25
- * Hexadecimal data input for functions, supporting both string and Uint8Array formats.
26
- */
27
- type HexInput = string | Uint8Array;
28
- /**
29
- * Variants of type tags used in the system, encompassing various data types and structures.
30
- * {@link https://github.com/aptos-labs/aptos-core/blob/main/third_party/move/move-core/types/src/language_storage.rs#L27}
31
- */
32
- declare enum TypeTagVariants {
33
- Bool = 0,
34
- U8 = 1,
35
- U64 = 2,
36
- U128 = 3,
37
- Address = 4,
38
- Signer = 5,
39
- Vector = 6,
40
- Struct = 7,
41
- U16 = 8,
42
- U32 = 9,
43
- U256 = 10,
44
- Reference = 254,// This is specifically a placeholder and does not represent a real type
45
- Generic = 255
46
- }
47
- /**
48
- * Variants of script transaction arguments used in Rust, encompassing various data types for transaction processing.
49
- * {@link https://github.com/aptos-labs/aptos-core/blob/main/third_party/move/move-core/types/src/transaction_argument.rs#L11}
50
- */
51
- declare enum ScriptTransactionArgumentVariants {
52
- U8 = 0,
53
- U64 = 1,
54
- U128 = 2,
55
- Address = 3,
56
- U8Vector = 4,
57
- Bool = 5,
58
- U16 = 6,
59
- U32 = 7,
60
- U256 = 8,
61
- Serialized = 9
62
- }
63
- /**
64
- * The payload for various transaction types in the system.
65
- * {@link https://github.com/aptos-labs/aptos-core/blob/main/types/src/transaction/mod.rs#L478}
66
- */
67
- declare enum TransactionPayloadVariants {
68
- Script = 0,
69
- EntryFunction = 2,
70
- Multisig = 3
71
- }
72
- /**
73
- * Variants of transactions used in the system.
74
- * {@link https://github.com/aptos-labs/aptos-core/blob/main/types/src/transaction/mod.rs#L440}
75
- */
76
- declare enum TransactionVariants {
77
- MultiAgentTransaction = 0,
78
- FeePayerTransaction = 1
79
- }
80
- /**
81
- * Variants of transaction authenticators used in the system.
82
- * {@link https://github.com/aptos-labs/aptos-core/blob/main/types/src/transaction/authenticator.rs#L44}
83
- */
84
- declare enum TransactionAuthenticatorVariant {
85
- Ed25519 = 0,
86
- MultiEd25519 = 1,
87
- MultiAgent = 2,
88
- FeePayer = 3,
89
- SingleSender = 4
90
- }
91
- /**
92
- * Variants of account authenticators used in transactions.
93
- * {@link https://github.com/aptos-labs/aptos-core/blob/main/types/src/transaction/authenticator.rs#L414}
94
- */
95
- declare enum AccountAuthenticatorVariant {
96
- Ed25519 = 0,
97
- MultiEd25519 = 1,
98
- SingleKey = 2,
99
- MultiKey = 3,
100
- NoAccountAuthenticator = 4,
101
- Abstraction = 5
102
- }
103
- /**
104
- * Variants of private keys that can comply with the AIP-80 standard.
105
- * {@link https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-80.md}
106
- */
107
- declare enum PrivateKeyVariants {
108
- Ed25519 = "ed25519",
109
- Secp256k1 = "secp256k1"
110
- }
111
- /**
112
- * Variants of public keys used in cryptographic operations.
113
- */
114
- declare enum AnyPublicKeyVariant {
115
- Ed25519 = 0,
116
- Secp256k1 = 1,
117
- Keyless = 3,
118
- FederatedKeyless = 4
119
- }
120
- declare function anyPublicKeyVariantToString(variant: AnyPublicKeyVariant): string;
121
- /**
122
- * Variants of signature types used for cryptographic operations.
123
- */
124
- declare enum AnySignatureVariant {
125
- Ed25519 = 0,
126
- Secp256k1 = 1,
127
- Keyless = 3
128
- }
129
- /**
130
- * Variants of ephemeral public keys used in cryptographic operations.
131
- */
132
- declare enum EphemeralPublicKeyVariant {
133
- Ed25519 = 0
134
- }
135
- /**
136
- * Variants of ephemeral signatures used for secure communication.
137
- */
138
- declare enum EphemeralSignatureVariant {
139
- Ed25519 = 0
140
- }
141
- /**
142
- * Variants of ephemeral certificates used in secure transactions.
143
- */
144
- declare enum EphemeralCertificateVariant {
145
- ZkProof = 0
146
- }
147
- /**
148
- * Variants of zero-knowledge proofs used in cryptographic operations.
149
- */
150
- declare enum ZkpVariant {
151
- Groth16 = 0
152
- }
153
- /**
154
- * BCS types
155
- */
156
- type Uint8 = number;
157
- /**
158
- * A 16-bit unsigned integer.
159
- */
160
- type Uint16 = number;
161
- /**
162
- * A 32-bit unsigned integer.
163
- */
164
- type Uint32 = number;
165
- /**
166
- * A 64-bit unsigned integer value.
167
- */
168
- type Uint64 = bigint;
169
- /**
170
- * A 128-bit unsigned integer used for precise arithmetic operations.
171
- */
172
- type Uint128 = bigint;
173
- /**
174
- * A 256-bit unsigned integer used for precise numerical calculations.
175
- */
176
- type Uint256 = bigint;
177
- /**
178
- * A number or a bigint value.
179
- */
180
- type AnyNumber = number | bigint;
181
- /**
182
- * Configuration options for initializing the SDK, allowing customization of its behavior and interaction with the Aptos network.
183
- */
184
- type AptosSettings = {
185
- readonly network?: Network;
186
- readonly fullnode?: string;
187
- readonly faucet?: string;
188
- readonly indexer?: string;
189
- readonly pepper?: string;
190
- readonly prover?: string;
191
- readonly clientConfig?: ClientConfig;
192
- readonly client?: Client;
193
- readonly fullnodeConfig?: FullNodeConfig;
194
- readonly indexerConfig?: IndexerConfig;
195
- readonly faucetConfig?: FaucetConfig;
196
- };
197
- /**
198
- * Defines the parameters for paginating query results, including the starting position and maximum number of items to return.
199
- * @param offset Specifies the starting position of the query result. Default is 0.
200
- * @param limit Specifies the maximum number of items to return. Default is 25.
201
- */
202
- interface PaginationArgs {
203
- offset?: AnyNumber;
204
- limit?: number;
205
- }
206
- /**
207
- * Defines the parameters for paginating query results, including the starting position and maximum number of items to return.
208
- * @param cursor Specifies the starting position of the query result. Default is at the beginning if undefined. This is not a number and must come from the API.
209
- * @param limit Specifies the maximum number of items to return. Default is 25.
210
- */
211
- interface CursorPaginationArgs {
212
- cursor?: string;
213
- limit?: number;
214
- }
215
- /**
216
- * Represents the arguments for specifying a token standard.
217
- *
218
- * @param tokenStandard - Optional standard of the token.
219
- */
220
- interface TokenStandardArg {
221
- tokenStandard?: TokenStandard;
222
- }
223
- interface OrderByArg<T extends {}> {
224
- orderBy?: OrderBy<T>;
225
- }
226
- interface WhereArg<T extends {}> {
227
- where?: T;
228
- }
229
- /**
230
- * QUERY TYPES
231
- */
232
- /**
233
- * A configuration object for requests to the server, including API key, extra headers, and cookie handling options.
234
- */
235
- type ClientConfig = ClientHeadersType & {
236
- WITH_CREDENTIALS?: boolean;
237
- API_KEY?: string;
238
- };
239
- /**
240
- * A configuration object for a Fullnode, allowing for the inclusion of extra headers in requests.
241
- */
242
- type FullNodeConfig = ClientHeadersType;
243
- /**
244
- * An Indexer configuration object for sending requests with additional headers.
245
- */
246
- type IndexerConfig = ClientHeadersType;
247
- /**
248
- * A configuration object for a faucet, including optional authentication and headers for requests.
249
- */
250
- type FaucetConfig = ClientHeadersType & {
251
- AUTH_TOKEN?: string;
252
- };
253
- /**
254
- * General type definition for client headers.
255
- */
256
- type ClientHeadersType = {
257
- HEADERS?: Record<string, string | number | boolean>;
258
- };
259
- /**
260
- * Represents a client for making requests to a service provider.
261
- *
262
- * @param Req - The type of the request payload.
263
- * @param Res - The type of the response payload.
264
- */
265
- interface ClientRequest<Req> {
266
- url: string;
267
- method: "GET" | "POST";
268
- originMethod?: string;
269
- body?: Req;
270
- contentType?: string;
271
- params?: any;
272
- overrides?: ClientConfig & FullNodeConfig & IndexerConfig & FaucetConfig;
273
- headers?: Record<string, any>;
274
- }
275
- interface ClientResponse<Res> {
276
- status: number;
277
- statusText: string;
278
- data: Res;
279
- config?: any;
280
- request?: any;
281
- response?: any;
282
- headers?: any;
283
- }
284
- interface Client {
285
- /**
286
- * Sends a request to the specified URL with the given options.
287
- *
288
- * @param requestOptions - The options for the request.
289
- * @param requestOptions.url - The URL to send the request to.
290
- * @param requestOptions.method - The HTTP method to use, either "GET" or "POST".
291
- * @param requestOptions.path - An optional path to append to the URL.
292
- * @param requestOptions.body - The body of the request, applicable for POST requests.
293
- * @param requestOptions.contentType - The content type of the request body.
294
- * @param requestOptions.acceptType - The expected content type of the response.
295
- * @param requestOptions.params - Optional parameters to include in the request.
296
- * @param requestOptions.originMethod - An optional method to specify the origin of the request.
297
- * @param requestOptions.overrides - Optional configuration overrides for the request.
298
- */
299
- provider<Req, Res>(requestOptions: ClientRequest<Req>): Promise<ClientResponse<Res>>;
300
- }
301
- /**
302
- * The API request type
303
- *
304
- * @param url - the url to make the request to, i.e. https://fullnode.devnet.aptoslabs.com/v1
305
- * @param method - the request method "GET" | "POST"
306
- * @param endpoint (optional) - the endpoint to make the request to, i.e. transactions
307
- * @param body (optional) - the body of the request
308
- * @param contentType (optional) - the content type to set the `content-type` header to,
309
- * by default is set to `application/json`
310
- * @param params (optional) - query params to add to the request
311
- * @param originMethod (optional) - the local method the request came from
312
- * @param overrides (optional) - a `ClientConfig` object type to override request data
313
- */
314
- type AptosRequest = {
315
- url: string;
316
- method: "GET" | "POST";
317
- path?: string;
318
- body?: any;
319
- contentType?: string;
320
- acceptType?: string;
321
- params?: Record<string, string | AnyNumber | boolean | undefined>;
322
- originMethod?: string;
323
- overrides?: ClientConfig & FullNodeConfig & IndexerConfig & FaucetConfig;
324
- };
325
- /**
326
- * The API response type
327
- *
328
- * @param status - the response status. i.e. 200
329
- * @param statusText - the response message
330
- * @param data the response data
331
- * @param url the url the request was made to
332
- * @param headers the response headers
333
- * @param config (optional) - the request object
334
- * @param request (optional) - the request object
335
- */
336
- interface AptosResponse<Req, Res> {
337
- status: number;
338
- statusText: string;
339
- data: Res;
340
- url: string;
341
- headers: any;
342
- config?: any;
343
- request?: Req;
344
- }
345
- /**
346
- * The ledger version of transactions, defaulting to the latest version if not specified.
347
- */
348
- type LedgerVersionArg = {
349
- ledgerVersion?: AnyNumber;
350
- };
351
- /**
352
- * RESPONSE TYPES
353
- */
354
- /**
355
- * The output of the estimate gas API, including the deprioritized estimate for the gas unit price.
356
- */
357
- type GasEstimation = {
358
- /**
359
- * The deprioritized estimate for the gas unit price
360
- */
361
- deprioritized_gas_estimate?: number;
362
- /**
363
- * The current estimate for the gas unit price
364
- */
365
- gas_estimate: number;
366
- /**
367
- * The prioritized estimate for the gas unit price
368
- */
369
- prioritized_gas_estimate?: number;
370
- };
371
- type MoveResource<T = {}> = {
372
- type: MoveStructId;
373
- data: T;
374
- };
375
- /**
376
- * The data associated with an account, including its sequence number.
377
- */
378
- type AccountData = {
379
- sequence_number: string;
380
- authentication_key: string;
381
- };
382
- /**
383
- * A Move module containing an address.
384
- */
385
- type MoveModuleBytecode = {
386
- bytecode: string;
387
- abi?: MoveModule;
388
- };
389
- /**
390
- * TRANSACTION TYPES
391
- */
392
- /**
393
- * Different types of transaction responses that can occur in the system.
394
- */
395
- declare enum TransactionResponseType {
396
- Pending = "pending_transaction",
397
- User = "user_transaction",
398
- Genesis = "genesis_transaction",
399
- BlockMetadata = "block_metadata_transaction",
400
- StateCheckpoint = "state_checkpoint_transaction",
401
- Validator = "validator_transaction",
402
- BlockEpilogue = "block_epilogue_transaction"
403
- }
404
- /**
405
- * The response for a transaction, which can be either pending or committed.
406
- */
407
- type TransactionResponse = PendingTransactionResponse | CommittedTransactionResponse;
408
- /**
409
- * The response for a committed transaction, which can be one of several transaction types.
410
- */
411
- type CommittedTransactionResponse = UserTransactionResponse | GenesisTransactionResponse | BlockMetadataTransactionResponse | StateCheckpointTransactionResponse | ValidatorTransactionResponse | BlockEpilogueTransactionResponse;
412
- /**
413
- * Determine if the given transaction response is currently pending.
414
- *
415
- * @param response - The transaction response to evaluate.
416
- * @returns A boolean indicating whether the transaction is pending.
417
- */
418
- declare function isPendingTransactionResponse(response: TransactionResponse): response is PendingTransactionResponse;
419
- /**
420
- * Determines if the given transaction response is a user transaction.
421
- *
422
- * @param response - The transaction response to evaluate.
423
- * @returns A boolean indicating whether the transaction is of type User.
424
- */
425
- declare function isUserTransactionResponse(response: TransactionResponse): response is UserTransactionResponse;
426
- /**
427
- * Determines if the given transaction response is a Genesis transaction.
428
- *
429
- * @param response - The transaction response to evaluate.
430
- * @returns A boolean indicating whether the transaction is a Genesis transaction.
431
- */
432
- declare function isGenesisTransactionResponse(response: TransactionResponse): response is GenesisTransactionResponse;
433
- /**
434
- * Determine if the given transaction response is of type BlockMetadata.
435
- *
436
- * @param response - The transaction response to evaluate.
437
- * @returns A boolean indicating whether the response is a BlockMetadata transaction.
438
- */
439
- declare function isBlockMetadataTransactionResponse(response: TransactionResponse): response is BlockMetadataTransactionResponse;
440
- /**
441
- * Determines if the provided transaction response is a state checkpoint transaction.
442
- *
443
- * @param response - The transaction response to evaluate.
444
- * @returns A boolean indicating whether the transaction response is of type StateCheckpoint.
445
- */
446
- declare function isStateCheckpointTransactionResponse(response: TransactionResponse): response is StateCheckpointTransactionResponse;
447
- /**
448
- * Determine if the given transaction response is of type Validator.
449
- *
450
- * @param response - The transaction response to evaluate.
451
- * @returns A boolean indicating whether the transaction response is a Validator type.
452
- */
453
- declare function isValidatorTransactionResponse(response: TransactionResponse): response is ValidatorTransactionResponse;
454
- /**
455
- * Determines if the given transaction response is of the type Block Epilogue.
456
- *
457
- * @param response - The transaction response to evaluate.
458
- * @returns A boolean indicating whether the response is a Block Epilogue transaction.
459
- */
460
- declare function isBlockEpilogueTransactionResponse(response: TransactionResponse): response is BlockEpilogueTransactionResponse;
461
- /**
462
- * The response for a pending transaction, indicating that the transaction is still being processed.
463
- */
464
- type PendingTransactionResponse = {
465
- type: TransactionResponseType.Pending;
466
- hash: string;
467
- sender: string;
468
- sequence_number: string;
469
- max_gas_amount: string;
470
- gas_unit_price: string;
471
- expiration_timestamp_secs: string;
472
- payload: TransactionPayloadResponse;
473
- signature?: TransactionSignature;
474
- };
475
- /**
476
- * The response structure for a user transaction.
477
- */
478
- type UserTransactionResponse = {
479
- type: TransactionResponseType.User;
480
- version: string;
481
- hash: string;
482
- state_change_hash: string;
483
- event_root_hash: string;
484
- state_checkpoint_hash: string | null;
485
- gas_used: string;
486
- /**
487
- * Whether the transaction was successful
488
- */
489
- success: boolean;
490
- /**
491
- * The VM status of the transaction, can tell useful information in a failure
492
- */
493
- vm_status: string;
494
- accumulator_root_hash: string;
495
- /**
496
- * Final state of resources changed by the transaction
497
- */
498
- changes: Array<WriteSetChange>;
499
- sender: string;
500
- sequence_number: string;
501
- max_gas_amount: string;
502
- gas_unit_price: string;
503
- expiration_timestamp_secs: string;
504
- payload: TransactionPayloadResponse;
505
- signature?: TransactionSignature;
506
- /**
507
- * Events generated by the transaction
508
- */
509
- events: Array<Event>;
510
- timestamp: string;
511
- };
512
- /**
513
- * The response for a genesis transaction, indicating the type of transaction.
514
- */
515
- type GenesisTransactionResponse = {
516
- type: TransactionResponseType.Genesis;
517
- version: string;
518
- hash: string;
519
- state_change_hash: string;
520
- event_root_hash: string;
521
- state_checkpoint_hash?: string;
522
- gas_used: string;
523
- /**
524
- * Whether the transaction was successful
525
- */
526
- success: boolean;
527
- /**
528
- * The VM status of the transaction, can tell useful information in a failure
529
- */
530
- vm_status: string;
531
- accumulator_root_hash: string;
532
- /**
533
- * Final state of resources changed by the transaction
534
- */
535
- changes: Array<WriteSetChange>;
536
- payload: GenesisPayload;
537
- /**
538
- * Events emitted during genesis
539
- */
540
- events: Array<Event>;
541
- };
542
- /**
543
- * The structure representing a blockchain block with its height.
544
- */
545
- type BlockMetadataTransactionResponse = {
546
- type: TransactionResponseType.BlockMetadata;
547
- version: string;
548
- hash: string;
549
- state_change_hash: string;
550
- event_root_hash: string;
551
- state_checkpoint_hash: string | null;
552
- gas_used: string;
553
- /**
554
- * Whether the transaction was successful
555
- */
556
- success: boolean;
557
- /**
558
- * The VM status of the transaction, can tell useful information in a failure
559
- */
560
- vm_status: string;
561
- accumulator_root_hash: string;
562
- /**
563
- * Final state of resources changed by the transaction
564
- */
565
- changes: Array<WriteSetChange>;
566
- id: string;
567
- epoch: string;
568
- round: string;
569
- /**
570
- * The events emitted at the block creation
571
- */
572
- events: Array<Event>;
573
- /**
574
- * Previous block votes
575
- */
576
- previous_block_votes_bitvec: Array<number>;
577
- proposer: string;
578
- /**
579
- * The indices of the proposers who failed to propose
580
- */
581
- failed_proposer_indices: Array<number>;
582
- timestamp: string;
583
- };
584
- /**
585
- * The response for a state checkpoint transaction, indicating the type of transaction.
586
- */
587
- type StateCheckpointTransactionResponse = {
588
- type: TransactionResponseType.StateCheckpoint;
589
- version: string;
590
- hash: string;
591
- state_change_hash: string;
592
- event_root_hash: string;
593
- state_checkpoint_hash: string | null;
594
- gas_used: string;
595
- /**
596
- * Whether the transaction was successful
597
- */
598
- success: boolean;
599
- /**
600
- * The VM status of the transaction, can tell useful information in a failure
601
- */
602
- vm_status: string;
603
- accumulator_root_hash: string;
604
- /**
605
- * Final state of resources changed by the transaction
606
- */
607
- changes: Array<WriteSetChange>;
608
- timestamp: string;
609
- };
610
- /**
611
- * The response for a validator transaction, indicating the type of transaction.
612
- */
613
- type ValidatorTransactionResponse = {
614
- type: TransactionResponseType.Validator;
615
- version: string;
616
- hash: string;
617
- state_change_hash: string;
618
- event_root_hash: string;
619
- state_checkpoint_hash: string | null;
620
- gas_used: string;
621
- /**
622
- * Whether the transaction was successful
623
- */
624
- success: boolean;
625
- /**
626
- * The VM status of the transaction, can tell useful information in a failure
627
- */
628
- vm_status: string;
629
- accumulator_root_hash: string;
630
- /**
631
- * Final state of resources changed by the transaction
632
- */
633
- changes: Array<WriteSetChange>;
634
- /**
635
- * The events emitted by the validator transaction
636
- */
637
- events: Array<Event>;
638
- timestamp: string;
639
- };
640
- /**
641
- * Describes the gas state of the block, indicating whether the block gas limit has been reached.
642
- */
643
- type BlockEndInfo = {
644
- block_gas_limit_reached: boolean;
645
- block_output_limit_reached: boolean;
646
- block_effective_block_gas_units: number;
647
- block_approx_output_size: number;
648
- };
649
- /**
650
- * A transaction executed at the end of a block that tracks data from the entire block.
651
- */
652
- type BlockEpilogueTransactionResponse = {
653
- type: TransactionResponseType.BlockEpilogue;
654
- version: string;
655
- hash: string;
656
- state_change_hash: string;
657
- event_root_hash: string;
658
- state_checkpoint_hash: string | null;
659
- gas_used: string;
660
- /**
661
- * Whether the transaction was successful
662
- */
663
- success: boolean;
664
- /**
665
- * The VM status of the transaction, can tell useful information in a failure
666
- */
667
- vm_status: string;
668
- accumulator_root_hash: string;
669
- /**
670
- * Final state of resources changed by the transaction
671
- */
672
- changes: Array<WriteSetChange>;
673
- timestamp: string;
674
- block_end_info: BlockEndInfo | null;
675
- };
676
- /**
677
- * WRITESET CHANGE TYPES
678
- */
679
- /**
680
- * A union type that encompasses both script and direct write sets for data operations.
681
- */
682
- type WriteSetChange = WriteSetChangeDeleteModule | WriteSetChangeDeleteResource | WriteSetChangeDeleteTableItem | WriteSetChangeWriteModule | WriteSetChangeWriteResource | WriteSetChangeWriteTableItem;
683
- /**
684
- * The structure for a module deletion change in a write set.
685
- */
686
- type WriteSetChangeDeleteModule = {
687
- type: string;
688
- address: string;
689
- /**
690
- * State key hash
691
- */
692
- state_key_hash: string;
693
- module: MoveModuleId;
694
- };
695
- /**
696
- * The payload for a resource deletion in a write set change.
697
- */
698
- type WriteSetChangeDeleteResource = {
699
- type: string;
700
- address: string;
701
- state_key_hash: string;
702
- resource: string;
703
- };
704
- /**
705
- * The payload for a write set change that deletes a table item.
706
- */
707
- type WriteSetChangeDeleteTableItem = {
708
- type: string;
709
- state_key_hash: string;
710
- handle: string;
711
- key: string;
712
- data?: DeletedTableData;
713
- };
714
- /**
715
- * The structure for a write module change in a write set.
716
- */
717
- type WriteSetChangeWriteModule = {
718
- type: string;
719
- address: string;
720
- state_key_hash: string;
721
- data: MoveModuleBytecode;
722
- };
723
- /**
724
- * The resource associated with a write set change, identified by its type.
725
- */
726
- type WriteSetChangeWriteResource = {
727
- type: string;
728
- address: string;
729
- state_key_hash: string;
730
- data: MoveResource;
731
- };
732
- /**
733
- * The structure for a write operation on a table in a write set change.
734
- */
735
- type WriteSetChangeWriteTableItem = {
736
- type: string;
737
- state_key_hash: string;
738
- handle: string;
739
- key: string;
740
- value: string;
741
- data?: DecodedTableData;
742
- };
743
- /**
744
- * The decoded data for a table, including its key in JSON format.
745
- */
746
- type DecodedTableData = {
747
- /**
748
- * Key of table in JSON
749
- */
750
- key: any;
751
- /**
752
- * Type of key
753
- */
754
- key_type: string;
755
- /**
756
- * Value of table in JSON
757
- */
758
- value: any;
759
- /**
760
- * Type of value
761
- */
762
- value_type: string;
763
- };
764
- /**
765
- * Data for a deleted table entry.
766
- */
767
- type DeletedTableData = {
768
- /**
769
- * Deleted key
770
- */
771
- key: any;
772
- /**
773
- * Deleted key type
774
- */
775
- key_type: string;
776
- };
777
- /**
778
- * The payload for a transaction response, which can be an entry function, script, or multisig payload.
779
- */
780
- type TransactionPayloadResponse = EntryFunctionPayloadResponse | ScriptPayloadResponse | MultisigPayloadResponse;
781
- /**
782
- * The response payload for an entry function, containing the type of the entry.
783
- */
784
- type EntryFunctionPayloadResponse = {
785
- type: string;
786
- function: MoveFunctionId;
787
- /**
788
- * Type arguments of the function
789
- */
790
- type_arguments: Array<string>;
791
- /**
792
- * Arguments of the function
793
- */
794
- arguments: Array<any>;
795
- };
796
- /**
797
- * The payload for a script response, containing the type of the script.
798
- */
799
- type ScriptPayloadResponse = {
800
- type: string;
801
- code: MoveScriptBytecode;
802
- /**
803
- * Type arguments of the function
804
- */
805
- type_arguments: Array<string>;
806
- /**
807
- * Arguments of the function
808
- */
809
- arguments: Array<any>;
810
- };
811
- /**
812
- * The response payload for a multisig transaction, containing the type of the transaction.
813
- */
814
- type MultisigPayloadResponse = {
815
- type: string;
816
- multisig_address: string;
817
- transaction_payload?: EntryFunctionPayloadResponse;
818
- };
819
- /**
820
- * The payload for the genesis block containing the type of the payload.
821
- */
822
- type GenesisPayload = {
823
- type: string;
824
- write_set: WriteSet;
825
- };
826
- /**
827
- * The bytecode for a Move script.
828
- */
829
- type MoveScriptBytecode = {
830
- bytecode: string;
831
- abi?: MoveFunction;
832
- };
833
- /**
834
- * JSON representations of transaction signatures returned from the node API.
835
- */
836
- type TransactionSignature = TransactionEd25519Signature | TransactionSecp256k1Signature | TransactionMultiEd25519Signature | TransactionMultiAgentSignature | TransactionFeePayerSignature | TransactionSingleSenderSignature;
837
- /**
838
- * Determine if the provided signature is an Ed25519 signature.
839
- * This function checks for the presence of the "signature" property
840
- * and verifies that its value is "ed25519_signature".
841
- *
842
- * @param signature - The transaction signature to be checked.
843
- * @returns A boolean indicating whether the signature is an Ed25519 signature.
844
- */
845
- declare function isEd25519Signature(signature: TransactionSignature): signature is TransactionEd25519Signature;
846
- /**
847
- * Determine if the provided signature is a valid secp256k1 ECDSA signature.
848
- *
849
- * @param signature - The transaction signature to validate.
850
- * @returns A boolean indicating whether the signature is a secp256k1 ECDSA signature.
851
- */
852
- declare function isSecp256k1Signature(signature: TransactionSignature): signature is TransactionFeePayerSignature;
853
- /**
854
- * Determine if the provided transaction signature is a multi-agent signature.
855
- *
856
- * @param signature - The transaction signature to evaluate.
857
- * @returns A boolean indicating whether the signature is a multi-agent signature.
858
- */
859
- declare function isMultiAgentSignature(signature: TransactionSignature): signature is TransactionMultiAgentSignature;
860
- /**
861
- * Determine if the provided signature is a fee payer signature.
862
- *
863
- * @param signature - The transaction signature to evaluate.
864
- * @returns A boolean indicating whether the signature is a fee payer signature.
865
- */
866
- declare function isFeePayerSignature(signature: TransactionSignature): signature is TransactionFeePayerSignature;
867
- /**
868
- * Determine if the provided signature is of type "multi_ed25519_signature".
869
- *
870
- * @param signature - The transaction signature to check.
871
- * @returns A boolean indicating whether the signature is a multi-ed25519 signature.
872
- */
873
- declare function isMultiEd25519Signature(signature: TransactionSignature): signature is TransactionMultiEd25519Signature;
874
- /**
875
- * Determine if the provided signature is of type "single_sender".
876
- *
877
- * @param signature - The transaction signature to check.
878
- * @returns A boolean indicating whether the signature is a single-sender signature.
879
- */
880
- declare function isSingleSenderSignature(signature: TransactionSignature): signature is TransactionSingleSenderSignature;
881
- /**
882
- * The signature for a transaction using the Ed25519 algorithm.
883
- */
884
- type TransactionEd25519Signature = {
885
- type: string;
886
- public_key: string;
887
- signature: "ed25519_signature";
888
- };
889
- /**
890
- * The structure for a Secp256k1 signature in a transaction.
891
- */
892
- type TransactionSecp256k1Signature = {
893
- type: string;
894
- public_key: string;
895
- signature: "secp256k1_ecdsa_signature";
896
- };
897
- /**
898
- * The structure for a multi-signature transaction using Ed25519.
899
- */
900
- type TransactionSingleSenderSignature = {
901
- type: "single_sender";
902
- public_key: {
903
- value: string;
904
- type: string;
905
- };
906
- signature: {
907
- value: string;
908
- type: string;
909
- };
910
- };
911
- /**
912
- * The structure for a multi-signature transaction using Ed25519.
913
- */
914
- type TransactionMultiEd25519Signature = {
915
- type: "multi_ed25519_signature";
916
- /**
917
- * The public keys for the Ed25519 signature
918
- */
919
- public_keys: Array<string>;
920
- /**
921
- * Signature associated with the public keys in the same order
922
- */
923
- signatures: Array<string>;
924
- /**
925
- * The number of signatures required for a successful transaction
926
- */
927
- threshold: number;
928
- bitmap: string;
929
- };
930
- /**
931
- * The structure for a multi-agent signature in a transaction.
932
- */
933
- type TransactionMultiAgentSignature = {
934
- type: "multi_agent_signature";
935
- sender: AccountSignature;
936
- /**
937
- * The other involved parties' addresses
938
- */
939
- secondary_signer_addresses: Array<string>;
940
- /**
941
- * The associated signatures, in the same order as the secondary addresses
942
- */
943
- secondary_signers: Array<AccountSignature>;
944
- };
945
- /**
946
- * The signature of the fee payer in a transaction.
947
- */
948
- type TransactionFeePayerSignature = {
949
- type: "fee_payer_signature";
950
- sender: AccountSignature;
951
- /**
952
- * The other involved parties' addresses
953
- */
954
- secondary_signer_addresses: Array<string>;
955
- /**
956
- * The associated signatures, in the same order as the secondary addresses
957
- */
958
- secondary_signers: Array<AccountSignature>;
959
- fee_payer_address: string;
960
- fee_payer_signer: AccountSignature;
961
- };
962
- /**
963
- * The union of all single account signatures, including Ed25519, Secp256k1, and MultiEd25519 signatures.
964
- */
965
- type AccountSignature = TransactionEd25519Signature | TransactionSecp256k1Signature | TransactionMultiEd25519Signature;
966
- type WriteSet = ScriptWriteSet | DirectWriteSet;
967
- /**
968
- * The set of properties for writing scripts, including the type of script.
969
- */
970
- type ScriptWriteSet = {
971
- type: string;
972
- execute_as: string;
973
- script: ScriptPayloadResponse;
974
- };
975
- /**
976
- * The set of direct write operations, identified by a type string.
977
- */
978
- type DirectWriteSet = {
979
- type: string;
980
- changes: Array<WriteSetChange>;
981
- events: Array<Event>;
982
- };
983
- /**
984
- * The structure for an event's unique identifier, including its creation number.
985
- */
986
- /**
987
- * The structure for an event, identified by a unique GUID.
988
- */
989
- type EventGuid = {
990
- creation_number: string;
991
- account_address: string;
992
- };
993
- type Event = {
994
- guid: EventGuid;
995
- sequence_number: string;
996
- type: string;
997
- /**
998
- * The JSON representation of the event
999
- */
1000
- data: any;
1001
- };
1002
- /**
1003
- * A number representing a Move uint8 type.
1004
- */
1005
- type MoveUint8Type = number;
1006
- /**
1007
- * A 16-bit unsigned integer used in the Move programming language.
1008
- */
1009
- type MoveUint16Type = number;
1010
- /**
1011
- * A 32-bit unsigned integer type used in Move programming.
1012
- */
1013
- type MoveUint32Type = number;
1014
- /**
1015
- * A string representation of a 64-bit unsigned integer used in Move programming.
1016
- */
1017
- type MoveUint64Type = string;
1018
- /**
1019
- * A string representing a 128-bit unsigned integer in the Move programming language.
1020
- */
1021
- type MoveUint128Type = string;
1022
- /**
1023
- * A string representation of a 256-bit unsigned integer used in Move programming.
1024
- */
1025
- type MoveUint256Type = string;
1026
- /**
1027
- * A string representing a Move address.
1028
- */
1029
- type MoveAddressType = string;
1030
- /**
1031
- * The type for identifying objects to be moved within the system.
1032
- */
1033
- type MoveObjectType = string;
1034
- /**
1035
- * The type for move options, which can be a MoveType, null, or undefined.
1036
- */
1037
- type MoveOptionType = MoveType | null | undefined;
1038
- /**
1039
- * A structure representing a move with a name.
1040
- */
1041
- type MoveStructId = `${string}::${string}::${string}`;
1042
- /**
1043
- * The move function containing its name. Same as MoveStructId since it reads weird to take a StructId for a Function.
1044
- */
1045
- type MoveFunctionId = MoveStructId;
1046
- type MoveStructType = {};
1047
- /**
1048
- * A union type that encompasses various data types used in Move, including primitive types, address types, object types, and
1049
- * arrays of MoveType.
1050
- */
1051
- type MoveType = boolean | string | MoveUint8Type | MoveUint16Type | MoveUint32Type | MoveUint64Type | MoveUint128Type | MoveUint256Type | MoveAddressType | MoveObjectType | MoveStructType | Array<MoveType>;
1052
- /**
1053
- * Possible Move values acceptable by move functions (entry, view)
1054
- *
1055
- * Map of a Move value to the corresponding TypeScript value
1056
- *
1057
- * `Bool -> boolean`
1058
- *
1059
- * `u8, u16, u32 -> number`
1060
- *
1061
- * `u64, u128, u256 -> string`
1062
- *
1063
- * `String -> string`
1064
- *
1065
- * `Address -> 0x${string}`
1066
- *
1067
- * `Struct - 0x${string}::${string}::${string}`
1068
- *
1069
- * `Object -> 0x${string}`
1070
- *
1071
- * `Vector -> Array<MoveValue>`
1072
- *
1073
- * `Option -> MoveValue | null | undefined`
1074
- */
1075
- type MoveValue = boolean | string | MoveUint8Type | MoveUint16Type | MoveUint32Type | MoveUint64Type | MoveUint128Type | MoveUint256Type | MoveAddressType | MoveObjectType | MoveStructId | MoveOptionType | Array<MoveValue>;
1076
- /**
1077
- * A string representation of a Move module, formatted as `module_name::function_name`.
1078
- * Module names are case-sensitive.
1079
- */
1080
- type MoveModuleId = `${string}::${string}`;
1081
- /**
1082
- * Specifies the visibility levels for move functions, controlling access permissions.
1083
- */
1084
- declare enum MoveFunctionVisibility {
1085
- PRIVATE = "private",
1086
- PUBLIC = "public",
1087
- FRIEND = "friend"
1088
- }
1089
- /**
1090
- * Abilities related to moving items within the system.
1091
- */
1092
- declare enum MoveAbility {
1093
- STORE = "store",
1094
- DROP = "drop",
1095
- KEY = "key",
1096
- COPY = "copy"
1097
- }
1098
- /**
1099
- * Move abilities associated with the generic type parameter of a function.
1100
- */
1101
- type MoveFunctionGenericTypeParam = {
1102
- constraints: Array<MoveAbility>;
1103
- };
1104
- /**
1105
- * A field in a Move struct, identified by its name.
1106
- */
1107
- type MoveStructField = {
1108
- name: string;
1109
- type: string;
1110
- };
1111
- /**
1112
- * A Move module
1113
- */
1114
- type MoveModule = {
1115
- address: string;
1116
- name: string;
1117
- /**
1118
- * Friends of the module
1119
- */
1120
- friends: Array<MoveModuleId>;
1121
- /**
1122
- * Public functions of the module
1123
- */
1124
- exposed_functions: Array<MoveFunction>;
1125
- /**
1126
- * Structs of the module
1127
- */
1128
- structs: Array<MoveStruct>;
1129
- };
1130
- /**
1131
- * A move struct
1132
- */
1133
- type MoveStruct = {
1134
- name: string;
1135
- /**
1136
- * Whether the struct is a native struct of Move
1137
- */
1138
- is_native: boolean;
1139
- /**
1140
- * Whether the struct is a module event (aka v2 event). This will be false for v1
1141
- * events because the value is derived from the #[event] attribute on the struct in
1142
- * the Move source code. This attribute is only relevant for v2 events.
1143
- */
1144
- is_event: boolean;
1145
- /**
1146
- * Abilities associated with the struct
1147
- */
1148
- abilities: Array<MoveAbility>;
1149
- /**
1150
- * Generic types associated with the struct
1151
- */
1152
- generic_type_params: Array<MoveFunctionGenericTypeParam>;
1153
- /**
1154
- * Fields associated with the struct
1155
- */
1156
- fields: Array<MoveStructField>;
1157
- };
1158
- /**
1159
- * Move function
1160
- */
1161
- type MoveFunction = {
1162
- name: string;
1163
- visibility: MoveFunctionVisibility;
1164
- /**
1165
- * Whether the function can be called as an entry function directly in a transaction
1166
- */
1167
- is_entry: boolean;
1168
- /**
1169
- * Whether the function is a view function or not
1170
- */
1171
- is_view: boolean;
1172
- /**
1173
- * Generic type params associated with the Move function
1174
- */
1175
- generic_type_params: Array<MoveFunctionGenericTypeParam>;
1176
- /**
1177
- * Parameters associated with the move function
1178
- */
1179
- params: Array<string>;
1180
- /**
1181
- * Return type of the function
1182
- */
1183
- return: Array<string>;
1184
- };
1185
- /**
1186
- * Roles that can be assigned within the system, indicating different levels of access and functionality.
1187
- */
1188
- declare enum RoleType {
1189
- VALIDATOR = "validator",
1190
- FULL_NODE = "full_node"
1191
- }
1192
- /**
1193
- * Information about the current blockchain ledger, including its chain ID.
1194
- */
1195
- type LedgerInfo = {
1196
- /**
1197
- * Chain ID of the current chain
1198
- */
1199
- chain_id: number;
1200
- epoch: string;
1201
- ledger_version: string;
1202
- oldest_ledger_version: string;
1203
- ledger_timestamp: string;
1204
- node_role: RoleType;
1205
- oldest_block_height: string;
1206
- block_height: string;
1207
- /**
1208
- * Git hash of the build of the API endpoint. Can be used to determine the exact
1209
- * software version used by the API endpoint.
1210
- */
1211
- git_hash?: string;
1212
- };
1213
- /**
1214
- * A Block type
1215
- */
1216
- type Block = {
1217
- block_height: string;
1218
- block_hash: string;
1219
- block_timestamp: string;
1220
- first_version: string;
1221
- last_version: string;
1222
- /**
1223
- * The transactions in the block in sequential order
1224
- */
1225
- transactions?: Array<TransactionResponse>;
1226
- };
1227
- /**
1228
- * The request payload for the GetTableItem API.
1229
- */
1230
- type TableItemRequest = {
1231
- key_type: MoveValue;
1232
- value_type: MoveValue;
1233
- /**
1234
- * The value of the table item's key
1235
- */
1236
- key: any;
1237
- };
1238
- /**
1239
- * A list of supported Authentication Key schemes in Aptos, consisting of combinations of signing schemes and derive schemes.
1240
- */
1241
- type AuthenticationKeyScheme = SigningScheme | DeriveScheme;
1242
- /**
1243
- * Different schemes for signing keys used in cryptographic operations.
1244
- */
1245
- declare enum SigningScheme {
1246
- /**
1247
- * For Ed25519PublicKey
1248
- */
1249
- Ed25519 = 0,
1250
- /**
1251
- * For MultiEd25519PublicKey
1252
- */
1253
- MultiEd25519 = 1,
1254
- /**
1255
- * For SingleKey ecdsa
1256
- */
1257
- SingleKey = 2,
1258
- MultiKey = 3
1259
- }
1260
- /**
1261
- * Specifies the signing schemes available for cryptographic operations.
1262
- */
1263
- declare enum SigningSchemeInput {
1264
- /**
1265
- * For Ed25519PublicKey
1266
- */
1267
- Ed25519 = 0,
1268
- /**
1269
- * For Secp256k1Ecdsa
1270
- */
1271
- Secp256k1Ecdsa = 2
1272
- }
1273
- /**
1274
- * Specifies the schemes for deriving account addresses from various data sources.
1275
- */
1276
- declare enum DeriveScheme {
1277
- /**
1278
- * Derives an address using an AUID, used for objects
1279
- */
1280
- DeriveAuid = 251,
1281
- /**
1282
- * Derives an address from another object address
1283
- */
1284
- DeriveObjectAddressFromObject = 252,
1285
- /**
1286
- * Derives an address from a GUID, used for objects
1287
- */
1288
- DeriveObjectAddressFromGuid = 253,
1289
- /**
1290
- * Derives an address from seed bytes, used for named objects
1291
- */
1292
- DeriveObjectAddressFromSeed = 254,
1293
- /**
1294
- * Derives an address from seed bytes, used for resource accounts
1295
- */
1296
- DeriveResourceAccountAddress = 255
1297
- }
1298
- /**
1299
- * Options for configuring the behavior of the waitForTransaction() function.
1300
- */
1301
- type WaitForTransactionOptions = {
1302
- timeoutSecs?: number;
1303
- checkSuccess?: boolean;
1304
- waitForIndexer?: boolean;
1305
- };
1306
- /**
1307
- * Input type to generate an account using the Ed25519 signing scheme.
1308
- */
1309
- type GenerateAccountWithEd25519 = {
1310
- scheme: SigningSchemeInput.Ed25519;
1311
- legacy: boolean;
1312
- };
1313
- /**
1314
- * Input type to generate an account with a Single Signer using Secp256k1.
1315
- */
1316
- type GenerateAccountWithSingleSignerSecp256k1Key = {
1317
- scheme: SigningSchemeInput.Secp256k1Ecdsa;
1318
- legacy?: false;
1319
- };
1320
- type GenerateAccount = GenerateAccountWithEd25519 | GenerateAccountWithSingleSignerSecp256k1Key;
1321
-
1322
- export { AccountAuthenticatorVariant, type AccountData, type AccountSignature, type AnyNumber, AnyPublicKeyVariant, AnySignatureVariant, type AptosRequest, type AptosResponse, type AptosSettings, type AuthenticationKeyScheme, type Block, type BlockEndInfo, type BlockEpilogueTransactionResponse, type BlockMetadataTransactionResponse, type Client, type ClientConfig, type ClientHeadersType, type ClientRequest, type ClientResponse, type CommittedTransactionResponse, type CursorPaginationArgs, type DecodedTableData, type DeletedTableData, DeriveScheme, type DirectWriteSet, type EntryFunctionPayloadResponse, EphemeralCertificateVariant, EphemeralPublicKeyVariant, EphemeralSignatureVariant, type Event, type EventGuid, type FaucetConfig, type FullNodeConfig, type GasEstimation, type GenerateAccount, type GenerateAccountWithEd25519, type GenerateAccountWithSingleSignerSecp256k1Key, type GenesisPayload, type GenesisTransactionResponse, type HexInput, type IndexerConfig, type LedgerInfo, type LedgerVersionArg, MimeType, MoveAbility, type MoveAddressType, type MoveFunction, type MoveFunctionGenericTypeParam, type MoveFunctionId, MoveFunctionVisibility, type MoveModule, type MoveModuleBytecode, type MoveModuleId, type MoveObjectType, type MoveOptionType, type MoveResource, type MoveScriptBytecode, type MoveStruct, type MoveStructField, type MoveStructId, type MoveStructType, type MoveType, type MoveUint128Type, type MoveUint16Type, type MoveUint256Type, type MoveUint32Type, type MoveUint64Type, type MoveUint8Type, type MoveValue, type MultisigPayloadResponse, type OrderByArg, type PaginationArgs, type PendingTransactionResponse, PrivateKeyVariants, RoleType, type ScriptPayloadResponse, ScriptTransactionArgumentVariants, type ScriptWriteSet, SigningScheme, SigningSchemeInput, type StateCheckpointTransactionResponse, type TableItemRequest, type TokenStandardArg, TransactionAuthenticatorVariant, type TransactionEd25519Signature, type TransactionFeePayerSignature, type TransactionMultiAgentSignature, type TransactionMultiEd25519Signature, type TransactionPayloadResponse, TransactionPayloadVariants, type TransactionResponse, TransactionResponseType, type TransactionSecp256k1Signature, type TransactionSignature, type TransactionSingleSenderSignature, TransactionVariants, TypeTagVariants, type Uint128, type Uint16, type Uint256, type Uint32, type Uint64, type Uint8, type UserTransactionResponse, type ValidatorTransactionResponse, type WaitForTransactionOptions, type WhereArg, type WriteSet, type WriteSetChange, type WriteSetChangeDeleteModule, type WriteSetChangeDeleteResource, type WriteSetChangeDeleteTableItem, type WriteSetChangeWriteModule, type WriteSetChangeWriteResource, type WriteSetChangeWriteTableItem, ZkpVariant, anyPublicKeyVariantToString, isBlockEpilogueTransactionResponse, isBlockMetadataTransactionResponse, isEd25519Signature, isFeePayerSignature, isGenesisTransactionResponse, isMultiAgentSignature, isMultiEd25519Signature, isPendingTransactionResponse, isSecp256k1Signature, isSingleSenderSignature, isStateCheckpointTransactionResponse, isUserTransactionResponse, isValidatorTransactionResponse };
6
+ import '../utils/const.mjs';
7
+ import '../core/common.mjs';