@aptos-labs/ts-sdk 1.35.0 → 1.36.0-zeta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/{accountAddress-CuHovHdK.d.ts → accountAddress-C685VEzA.d.ts} +1 -1
- package/dist/common/{chunk-RX5UBAME.js → chunk-5GUWOXQG.js} +3 -3
- package/dist/common/chunk-5GUWOXQG.js.map +1 -0
- package/dist/common/cli/index.d.ts +1 -1
- package/dist/common/cli/index.js +1 -1
- package/dist/common/cli/index.js.map +1 -1
- package/dist/common/index.d.ts +9145 -8678
- package/dist/common/index.js +32 -32
- package/dist/common/index.js.map +1 -1
- package/dist/esm/{Ed25519Account-D4j3_WIS.d.mts → Ed25519Account-6KGApCPu.d.mts} +3 -3
- package/dist/esm/account/AbstractKeylessAccount.d.mts +23 -13
- package/dist/esm/account/AbstractKeylessAccount.mjs +1 -1
- package/dist/esm/account/AbstractedAccount.d.mts +10 -10
- package/dist/esm/account/AbstractedAccount.mjs +1 -1
- package/dist/esm/account/Account.d.mts +6 -6
- package/dist/esm/account/Account.mjs +1 -1
- package/dist/esm/account/AccountUtils.d.mts +11 -10
- package/dist/esm/account/AccountUtils.mjs +1 -1
- package/dist/esm/account/Ed25519Account.d.mts +5 -5
- package/dist/esm/account/Ed25519Account.mjs +1 -1
- package/dist/esm/account/EphemeralKeyPair.d.mts +3 -1
- package/dist/esm/account/EphemeralKeyPair.mjs +1 -1
- package/dist/esm/account/FederatedKeylessAccount.d.mts +12 -11
- package/dist/esm/account/FederatedKeylessAccount.mjs +1 -1
- package/dist/esm/account/KeylessAccount.d.mts +12 -11
- package/dist/esm/account/KeylessAccount.mjs +1 -1
- package/dist/esm/account/MultiEd25519Account.d.mts +9 -9
- package/dist/esm/account/MultiEd25519Account.mjs +1 -1
- package/dist/esm/account/MultiKeyAccount.d.mts +35 -12
- package/dist/esm/account/MultiKeyAccount.mjs +1 -1
- package/dist/esm/account/SingleKeyAccount.d.mts +5 -5
- package/dist/esm/account/SingleKeyAccount.mjs +1 -1
- package/dist/esm/account/index.d.mts +7 -6
- package/dist/esm/account/index.mjs +1 -1
- package/dist/esm/account/utils.mjs +1 -1
- package/dist/esm/api/account/abstraction.d.mts +9 -9
- package/dist/esm/api/account/abstraction.mjs +1 -1
- package/dist/esm/api/account.d.mts +4 -4
- package/dist/esm/api/account.mjs +1 -1
- package/dist/esm/api/ans.d.mts +13 -13
- package/dist/esm/api/ans.mjs +1 -1
- package/dist/esm/api/aptos.d.mts +6 -5
- package/dist/esm/api/aptos.mjs +1 -1
- package/dist/esm/api/coin.d.mts +11 -11
- package/dist/esm/api/coin.mjs +1 -1
- package/dist/esm/api/digitalAsset.d.mts +5 -5
- package/dist/esm/api/digitalAsset.mjs +1 -1
- package/dist/esm/api/event.mjs +1 -1
- package/dist/esm/api/experimental.d.mts +7 -7
- package/dist/esm/api/experimental.mjs +1 -1
- package/dist/esm/api/faucet.mjs +1 -1
- package/dist/esm/api/fungibleAsset.d.mts +13 -13
- package/dist/esm/api/fungibleAsset.mjs +1 -1
- package/dist/esm/api/general.d.mts +9 -9
- package/dist/esm/api/general.mjs +1 -1
- package/dist/esm/api/index.d.mts +6 -5
- package/dist/esm/api/index.mjs +1 -1
- package/dist/esm/api/keyless.d.mts +20 -19
- package/dist/esm/api/keyless.mjs +1 -1
- package/dist/esm/api/object.mjs +1 -1
- package/dist/esm/api/staking.mjs +1 -1
- package/dist/esm/api/table.mjs +1 -1
- package/dist/esm/api/transaction.d.mts +36 -15
- package/dist/esm/api/transaction.mjs +1 -1
- package/dist/esm/api/transactionSubmission/build.d.mts +9 -9
- package/dist/esm/api/transactionSubmission/build.mjs +1 -1
- package/dist/esm/api/transactionSubmission/management.d.mts +8 -8
- package/dist/esm/api/transactionSubmission/management.mjs +1 -1
- package/dist/esm/api/transactionSubmission/sign.d.mts +3 -3
- package/dist/esm/api/transactionSubmission/sign.mjs +1 -1
- package/dist/esm/api/transactionSubmission/sign.mjs.map +1 -1
- package/dist/esm/api/transactionSubmission/simulate.d.mts +9 -9
- package/dist/esm/api/transactionSubmission/simulate.mjs +1 -1
- package/dist/esm/api/transactionSubmission/submit.d.mts +3 -3
- package/dist/esm/api/transactionSubmission/submit.mjs +1 -1
- package/dist/esm/api/utils.mjs +1 -1
- package/dist/esm/bcs/index.mjs +1 -1
- package/dist/esm/bcs/serializable/movePrimitives.mjs +1 -1
- package/dist/esm/bcs/serializable/moveStructs.mjs +1 -1
- package/dist/esm/chunk-35CO4BP4.mjs +2 -0
- package/dist/esm/chunk-35CO4BP4.mjs.map +1 -0
- package/dist/esm/{chunk-TWETGZ3W.mjs → chunk-3EUHEZND.mjs} +2 -2
- package/dist/esm/{chunk-SJDHW55X.mjs → chunk-3RVAGHAA.mjs} +2 -2
- package/dist/esm/chunk-6KE4JZD6.mjs +2 -0
- package/dist/esm/chunk-6KE4JZD6.mjs.map +1 -0
- package/dist/esm/chunk-7YTGBTWH.mjs +2 -0
- package/dist/esm/chunk-7YTGBTWH.mjs.map +1 -0
- package/dist/esm/{chunk-752TOOCA.mjs → chunk-CWL7ZA3P.mjs} +2 -2
- package/dist/esm/{chunk-MFLHAVIW.mjs → chunk-EODSU3YN.mjs} +2 -2
- package/dist/esm/chunk-G3MHXDYA.mjs +1 -0
- package/dist/esm/{chunk-RDPWCN4B.mjs → chunk-KXVD52Y6.mjs} +2 -2
- package/dist/esm/{chunk-H4YAL2IL.mjs → chunk-LGC2JORV.mjs} +2 -2
- package/dist/esm/chunk-LGC2JORV.mjs.map +1 -0
- package/dist/esm/chunk-MIW45ADL.mjs +2 -0
- package/dist/esm/chunk-MIW45ADL.mjs.map +1 -0
- package/dist/esm/chunk-NFPNWY6Z.mjs +4 -0
- package/dist/esm/chunk-NFPNWY6Z.mjs.map +1 -0
- package/dist/esm/{chunk-KK5HUWF6.mjs → chunk-PSZYS4RG.mjs} +2 -2
- package/dist/esm/{chunk-GRRBXHVG.mjs → chunk-RXMLONF7.mjs} +2 -2
- package/dist/esm/chunk-TBY3VMMV.mjs +2 -0
- package/dist/esm/chunk-TBY3VMMV.mjs.map +1 -0
- package/dist/esm/chunk-TNWABITK.mjs +2 -0
- package/dist/esm/chunk-TNWABITK.mjs.map +1 -0
- package/dist/esm/chunk-WB26DWOY.mjs +7 -0
- package/dist/esm/chunk-WB26DWOY.mjs.map +1 -0
- package/dist/esm/chunk-X5YB74NB.mjs +2 -0
- package/dist/esm/{chunk-BY3XFRUM.mjs.map → chunk-X5YB74NB.mjs.map} +1 -1
- package/dist/esm/{chunk-IOHESHLR.mjs → chunk-XLDMPCLF.mjs} +2 -2
- package/dist/esm/chunk-ZELTLAUN.mjs +2 -0
- package/dist/esm/chunk-ZELTLAUN.mjs.map +1 -0
- package/dist/esm/cli/index.mjs +1 -1
- package/dist/esm/cli/localNode.mjs +1 -1
- package/dist/esm/client/core.mjs +1 -1
- package/dist/esm/client/get.mjs +1 -1
- package/dist/esm/client/index.mjs +1 -1
- package/dist/esm/client/post.mjs +1 -1
- package/dist/esm/core/account/index.mjs +1 -1
- package/dist/esm/core/account/utils/address.mjs +1 -1
- package/dist/esm/core/account/utils/index.mjs +1 -1
- package/dist/esm/core/accountAddress.mjs +1 -1
- package/dist/esm/core/authenticationKey.d.mts +3 -1
- package/dist/esm/core/authenticationKey.mjs +1 -1
- package/dist/esm/core/crypto/abstraction.d.mts +4 -1
- package/dist/esm/core/crypto/abstraction.mjs +1 -1
- package/dist/esm/core/crypto/ed25519.d.mts +18 -1
- package/dist/esm/core/crypto/ed25519.mjs +1 -1
- package/dist/esm/core/crypto/ephemeral.d.mts +8 -1
- package/dist/esm/core/crypto/ephemeral.mjs +1 -1
- package/dist/esm/core/crypto/federatedKeyless.d.mts +11 -87
- package/dist/esm/core/crypto/federatedKeyless.mjs +1 -1
- package/dist/esm/core/crypto/index.d.mts +8 -6
- package/dist/esm/core/crypto/index.mjs +1 -1
- package/dist/esm/core/crypto/keyless.d.mts +13 -586
- package/dist/esm/core/crypto/keyless.mjs +1 -1
- package/dist/esm/core/crypto/multiEd25519.d.mts +14 -4
- package/dist/esm/core/crypto/multiEd25519.mjs +1 -1
- package/dist/esm/core/crypto/multiKey.d.mts +39 -3
- package/dist/esm/core/crypto/multiKey.mjs +1 -1
- package/dist/esm/core/crypto/privateKey.d.mts +3 -1
- package/dist/esm/core/crypto/privateKey.mjs +1 -1
- package/dist/esm/core/crypto/proof.mjs +1 -1
- package/dist/esm/core/crypto/publicKey.d.mts +3 -1
- package/dist/esm/core/crypto/publicKey.mjs +1 -1
- package/dist/esm/core/crypto/secp256k1.d.mts +26 -2
- package/dist/esm/core/crypto/secp256k1.mjs +1 -1
- package/dist/esm/core/crypto/signature.mjs +1 -1
- package/dist/esm/core/crypto/singleKey.d.mts +27 -5
- package/dist/esm/core/crypto/singleKey.mjs +1 -1
- package/dist/esm/core/index.d.mts +8 -6
- package/dist/esm/core/index.mjs +1 -1
- package/dist/esm/errors/index.d.mts +10 -2
- package/dist/esm/errors/index.mjs +1 -1
- package/dist/esm/federatedKeyless-Qe_j8OqV.d.mts +875 -0
- package/dist/esm/index.d.mts +9 -8
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/internal/abstraction.d.mts +9 -9
- package/dist/esm/internal/abstraction.mjs +1 -1
- package/dist/esm/internal/account.d.mts +46 -6
- package/dist/esm/internal/account.mjs +1 -1
- package/dist/esm/internal/ans.d.mts +13 -13
- package/dist/esm/internal/ans.mjs +1 -1
- package/dist/esm/internal/coin.d.mts +7 -7
- package/dist/esm/internal/coin.mjs +1 -1
- package/dist/esm/internal/digitalAsset.d.mts +2 -2
- package/dist/esm/internal/digitalAsset.mjs +1 -1
- package/dist/esm/internal/event.mjs +1 -1
- package/dist/esm/internal/experimental.d.mts +7 -7
- package/dist/esm/internal/experimental.mjs +1 -1
- package/dist/esm/internal/faucet.mjs +1 -1
- package/dist/esm/internal/fungibleAsset.d.mts +2 -2
- package/dist/esm/internal/fungibleAsset.mjs +1 -1
- package/dist/esm/internal/general.mjs +1 -1
- package/dist/esm/internal/keyless.d.mts +9 -8
- package/dist/esm/internal/keyless.mjs +1 -1
- package/dist/esm/internal/object.mjs +1 -1
- package/dist/esm/internal/staking.mjs +1 -1
- package/dist/esm/internal/table.mjs +1 -1
- package/dist/esm/internal/transaction.mjs +1 -1
- package/dist/esm/internal/transactionSubmission.d.mts +9 -28
- package/dist/esm/internal/transactionSubmission.mjs +1 -1
- package/dist/esm/internal/utils/index.d.mts +15 -0
- package/dist/esm/internal/utils/index.mjs +2 -0
- package/dist/esm/internal/utils/utils.d.mts +65 -0
- package/dist/esm/internal/utils/utils.mjs +2 -0
- package/dist/esm/internal/view.d.mts +7 -7
- package/dist/esm/internal/view.mjs +1 -1
- package/dist/esm/{publicKey-BMtGNNLg.d.mts → publicKey-pDHBAZlT.d.mts} +27 -1
- package/dist/esm/transactions/authenticator/account.d.mts +3 -1
- package/dist/esm/transactions/authenticator/account.mjs +1 -1
- package/dist/esm/transactions/authenticator/index.d.mts +3 -1
- package/dist/esm/transactions/authenticator/index.mjs +1 -1
- package/dist/esm/transactions/authenticator/transaction.d.mts +4 -2
- package/dist/esm/transactions/authenticator/transaction.mjs +1 -1
- package/dist/esm/transactions/index.d.mts +4 -4
- package/dist/esm/transactions/index.mjs +1 -1
- package/dist/esm/transactions/instances/index.d.mts +4 -2
- package/dist/esm/transactions/instances/index.mjs +1 -1
- package/dist/esm/transactions/instances/moduleId.mjs +1 -1
- package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/rawTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/rotationProofChallenge.d.mts +3 -1
- package/dist/esm/transactions/instances/rotationProofChallenge.mjs +1 -1
- package/dist/esm/transactions/instances/signedTransaction.d.mts +3 -1
- package/dist/esm/transactions/instances/signedTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/transactionPayload.mjs +1 -1
- package/dist/esm/transactions/management/accountSequenceNumber.d.mts +2 -2
- package/dist/esm/transactions/management/accountSequenceNumber.mjs +1 -1
- package/dist/esm/transactions/management/index.d.mts +2 -2
- package/dist/esm/transactions/management/index.mjs +1 -1
- package/dist/esm/transactions/management/transactionWorker.d.mts +3 -3
- package/dist/esm/transactions/management/transactionWorker.mjs +1 -1
- package/dist/esm/transactions/scriptComposer/index.d.mts +7 -7
- package/dist/esm/transactions/scriptComposer/index.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/helpers.d.mts +8 -8
- package/dist/esm/transactions/transactionBuilder/helpers.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/index.d.mts +8 -8
- package/dist/esm/transactions/transactionBuilder/index.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/remoteAbi.d.mts +34 -23
- package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/signingMessage.d.mts +7 -7
- package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/transactionBuilder.d.mts +8 -8
- package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -1
- package/dist/esm/transactions/typeTag/index.d.mts +16 -0
- package/dist/esm/transactions/typeTag/index.mjs +1 -1
- package/dist/esm/transactions/typeTag/parser.mjs +1 -1
- package/dist/esm/transactions/types.d.mts +5 -5
- package/dist/esm/types/index.mjs +1 -1
- package/dist/esm/types/keyless.d.mts +1 -1
- package/dist/esm/utils/helpers.d.mts +21 -1
- package/dist/esm/utils/helpers.mjs +1 -1
- package/dist/esm/utils/index.d.mts +1 -1
- package/dist/esm/utils/index.mjs +1 -1
- package/dist/esm/utils/normalizeBundle.mjs +1 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +26 -25
- package/src/account/AbstractKeylessAccount.ts +33 -49
- package/src/account/MultiKeyAccount.ts +26 -18
- package/src/api/general.ts +2 -2
- package/src/api/transaction.ts +30 -9
- package/src/cli/localNode.ts +6 -15
- package/src/core/crypto/abstraction.ts +6 -1
- package/src/core/crypto/ed25519.ts +19 -1
- package/src/core/crypto/ephemeral.ts +9 -0
- package/src/core/crypto/federatedKeyless.ts +40 -4
- package/src/core/crypto/index.ts +4 -3
- package/src/core/crypto/keyless.ts +577 -17
- package/src/core/crypto/multiEd25519.ts +11 -3
- package/src/core/crypto/multiKey.ts +74 -4
- package/src/core/crypto/publicKey.ts +28 -0
- package/src/core/crypto/secp256k1.ts +25 -2
- package/src/core/crypto/singleKey.ts +32 -7
- package/src/errors/index.ts +50 -0
- package/src/internal/account.ts +201 -59
- package/src/internal/move/jwks/build/jwk/BuildInfo.yaml +56 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/account.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_factory.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aggregator_v2.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_account.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_coin.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/aptos_governance.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/block.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_id.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/chain_status.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/code.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/coin.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/config_buffer.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/consensus_config.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/create_signer.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/delegation_pool.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dispatchable_fungible_asset.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/dkg.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/event.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/execution_config.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/function_info.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/fungible_asset.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/gas_schedule.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/genesis.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/governance_proposal.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/guid.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwk_consensus_config.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/jwks.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/keyless_account.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/managed_coin.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/multisig_account.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/object_code_deployment.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/optional_aggregator.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/primary_fungible_store.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_api_v0_config.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/randomness_config_seqnum.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_state.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/reconfiguration_with_dkg.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/resource_account.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/stake.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_config.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_contract.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/staking_proxy.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/state_storage.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/storage_gas.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/system_addresses.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/timestamp.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_context.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_fee.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/transaction_validation.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/util.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/validator_consensus_info.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/version.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/vesting.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosFramework/voting.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/any.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/aptos_hash.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/big_vector.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bls12381_algebra.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/bn254_algebra.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/capability.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/comparator.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/copyable_any.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/crypto_algebra.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/debug.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ed25519.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/fixed_point64.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/from_bcs.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math128.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math64.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/math_fixed64.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/multi_ed25519.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/pool_u64_unbound.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_bulletproofs.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_elgamal.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/ristretto255_pedersen.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/secp256k1.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/simple_map.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_table.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/smart_vector.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/string_utils.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/table_with_length.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/AptosStdlib/type_info.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/acl.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bcs.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/bit_vector.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/error.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/features.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/fixed_point32.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/hash.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/option.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/signer.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/string.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_modules/dependencies/MoveStdlib/vector.mv +0 -0
- package/src/internal/move/jwks/build/jwk/bytecode_scripts/main.mv +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/account.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_factory.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aggregator_v2.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_account.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_coin.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/aptos_governance.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/block.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_id.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/chain_status.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/code.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/coin.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/config_buffer.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/consensus_config.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/create_signer.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/delegation_pool.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dispatchable_fungible_asset.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/dkg.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/event.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/execution_config.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/function_info.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/fungible_asset.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/gas_schedule.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/genesis.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/governance_proposal.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/guid.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwk_consensus_config.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/jwks.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/keyless_account.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/managed_coin.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/multisig_account.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/object_code_deployment.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/optional_aggregator.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/primary_fungible_store.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_api_v0_config.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/randomness_config_seqnum.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_state.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/reconfiguration_with_dkg.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/resource_account.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/stake.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_config.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_contract.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/staking_proxy.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/state_storage.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/storage_gas.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/system_addresses.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/timestamp.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_context.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_fee.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/transaction_validation.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/util.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/validator_consensus_info.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/version.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/vesting.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosFramework/voting.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/any.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/aptos_hash.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/big_vector.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bls12381_algebra.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/bn254_algebra.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/capability.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/comparator.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/copyable_any.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/crypto_algebra.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/debug.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ed25519.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/fixed_point64.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/from_bcs.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math128.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math64.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/math_fixed64.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/multi_ed25519.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/pool_u64_unbound.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_bulletproofs.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_elgamal.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/ristretto255_pedersen.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/secp256k1.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/simple_map.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_table.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/smart_vector.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/string_utils.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/table_with_length.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/AptosStdlib/type_info.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/acl.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bcs.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/bit_vector.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/error.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/features.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/fixed_point32.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/hash.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/option.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/signer.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/string.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/dependencies/MoveStdlib/vector.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/source_maps/main.mvsm +0 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/account.move +1533 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator.move +48 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_factory.move +66 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_v2.move +280 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_account.move +443 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_coin.move +204 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_governance.move +1387 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/block.move +394 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_id.move +41 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_status.move +48 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/code.move +367 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/coin.move +2214 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/config_buffer.move +101 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/consensus_config.move +77 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/create_signer.move +21 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/delegation_pool.move +5568 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dispatchable_fungible_asset.move +228 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dkg.move +121 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/event.move +92 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/execution_config.move +66 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/function_info.move +100 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/fungible_asset.move +1566 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/gas_schedule.move +176 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/genesis.move +550 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/governance_proposal.move +23 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/guid.move +68 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwk_consensus_config.move +148 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwks.move +817 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/keyless_account.move +312 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/managed_coin.move +205 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/multisig_account.move +2477 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object.move +1073 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object_code_deployment.move +147 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/optional_aggregator.move +295 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/primary_fungible_store.move +405 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness.move +574 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_api_v0_config.move +57 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config.move +153 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config_seqnum.move +49 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration.move +237 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_state.move +132 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_with_dkg.move +69 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/resource_account.move +267 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/stake.move +3286 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_config.move +686 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_contract.move +1618 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_proxy.move +228 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/state_storage.move +90 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/storage_gas.move +622 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/system_addresses.move +82 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/timestamp.move +88 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_context.move +262 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_fee.move +457 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_validation.move +501 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/util.move +16 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/validator_consensus_info.move +42 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/version.move +115 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/vesting.move +2183 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/voting.move +1279 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/any.move +57 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/aptos_hash.move +253 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/big_vector.move +469 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381.move +985 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381_algebra.move +802 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bn254_algebra.move +855 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/capability.move +193 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/comparator.move +173 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/copyable_any.move +45 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/crypto_algebra.move +351 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/debug.move +278 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ed25519.move +262 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/fixed_point64.move +447 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/from_bcs.move +91 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math128.move +381 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math64.move +336 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed.move +139 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed64.move +142 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/multi_ed25519.move +482 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64.move +571 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64_unbound.move +270 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255.move +1310 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_bulletproofs.move +253 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_elgamal.move +234 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_pedersen.move +158 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/secp256k1.move +114 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/simple_map.move +319 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_table.move +769 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_vector.move +766 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/string_utils.move +148 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table.move +152 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table_with_length.move +141 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/type_info.move +351 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/acl.move +46 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bcs.move +27 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bit_vector.move +239 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/error.move +88 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/features.move +780 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/fixed_point32.move +295 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/hash.move +8 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/option.move +356 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/signer.move +21 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/string.move +93 -0
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/vector.move +669 -0
- package/src/internal/move/jwks/build/jwk/sources/main.move +20 -0
- package/src/internal/transactionSubmission.ts +4 -81
- package/src/internal/utils/index.ts +4 -0
- package/src/internal/utils/utils.ts +116 -0
- package/src/transactions/scriptComposer/index.ts +22 -7
- package/src/transactions/transactionBuilder/remoteAbi.ts +106 -34
- package/src/transactions/transactionBuilder/transactionBuilder.ts +7 -2
- package/src/transactions/typeTag/index.ts +22 -0
- package/src/types/keyless.ts +1 -1
- package/src/utils/helpers.ts +33 -0
- package/src/version.ts +1 -1
- package/dist/common/chunk-RX5UBAME.js.map +0 -1
- package/dist/esm/chunk-27ESCVVC.mjs +0 -2
- package/dist/esm/chunk-27ESCVVC.mjs.map +0 -1
- package/dist/esm/chunk-2SAYQUUX.mjs +0 -2
- package/dist/esm/chunk-2SAYQUUX.mjs.map +0 -1
- package/dist/esm/chunk-2TRQERBL.mjs +0 -2
- package/dist/esm/chunk-2TRQERBL.mjs.map +0 -1
- package/dist/esm/chunk-2YKERRHD.mjs +0 -2
- package/dist/esm/chunk-2YKERRHD.mjs.map +0 -1
- package/dist/esm/chunk-2ZLFQBT2.mjs +0 -2
- package/dist/esm/chunk-2ZLFQBT2.mjs.map +0 -1
- package/dist/esm/chunk-3LDVJ2YK.mjs +0 -2
- package/dist/esm/chunk-3LDVJ2YK.mjs.map +0 -1
- package/dist/esm/chunk-44EHAKKW.mjs +0 -2
- package/dist/esm/chunk-44EHAKKW.mjs.map +0 -1
- package/dist/esm/chunk-4NMDYPUD.mjs +0 -1
- package/dist/esm/chunk-53IBOHXB.mjs +0 -2
- package/dist/esm/chunk-53IBOHXB.mjs.map +0 -1
- package/dist/esm/chunk-5H5D6QVX.mjs +0 -2
- package/dist/esm/chunk-5H5D6QVX.mjs.map +0 -1
- package/dist/esm/chunk-5W2ERBGY.mjs +0 -2
- package/dist/esm/chunk-5W2ERBGY.mjs.map +0 -1
- package/dist/esm/chunk-67A5U2X6.mjs +0 -2
- package/dist/esm/chunk-67A5U2X6.mjs.map +0 -1
- package/dist/esm/chunk-6IJZRG3U.mjs +0 -2
- package/dist/esm/chunk-6IJZRG3U.mjs.map +0 -1
- package/dist/esm/chunk-6KZT3KFZ.mjs +0 -2
- package/dist/esm/chunk-6KZT3KFZ.mjs.map +0 -1
- package/dist/esm/chunk-7A2KHJ3D.mjs +0 -2
- package/dist/esm/chunk-7A2KHJ3D.mjs.map +0 -1
- package/dist/esm/chunk-7OUPEQRN.mjs +0 -2
- package/dist/esm/chunk-7OUPEQRN.mjs.map +0 -1
- package/dist/esm/chunk-AQWKKSRN.mjs +0 -2
- package/dist/esm/chunk-AQWKKSRN.mjs.map +0 -1
- package/dist/esm/chunk-B23VO5TB.mjs +0 -2
- package/dist/esm/chunk-B23VO5TB.mjs.map +0 -1
- package/dist/esm/chunk-BHVSIRNF.mjs +0 -2
- package/dist/esm/chunk-BHVSIRNF.mjs.map +0 -1
- package/dist/esm/chunk-BPHCRTHD.mjs +0 -2
- package/dist/esm/chunk-BPHCRTHD.mjs.map +0 -1
- package/dist/esm/chunk-BQYKFATL.mjs +0 -2
- package/dist/esm/chunk-BQYKFATL.mjs.map +0 -1
- package/dist/esm/chunk-BSCOVLWS.mjs +0 -1
- package/dist/esm/chunk-BY3XFRUM.mjs +0 -2
- package/dist/esm/chunk-CGTMSLVZ.mjs +0 -2
- package/dist/esm/chunk-CGTMSLVZ.mjs.map +0 -1
- package/dist/esm/chunk-CPAAEEF4.mjs +0 -2
- package/dist/esm/chunk-CPAAEEF4.mjs.map +0 -1
- package/dist/esm/chunk-CPFQUFVD.mjs +0 -2
- package/dist/esm/chunk-CPFQUFVD.mjs.map +0 -1
- package/dist/esm/chunk-CXLNTATW.mjs +0 -2
- package/dist/esm/chunk-CXLNTATW.mjs.map +0 -1
- package/dist/esm/chunk-DAJFOJ3L.mjs +0 -2
- package/dist/esm/chunk-DAJFOJ3L.mjs.map +0 -1
- package/dist/esm/chunk-E5PAUR4N.mjs +0 -2
- package/dist/esm/chunk-E5PAUR4N.mjs.map +0 -1
- package/dist/esm/chunk-E7FWVXGX.mjs +0 -1
- package/dist/esm/chunk-EGCL6KA6.mjs +0 -2
- package/dist/esm/chunk-EGCL6KA6.mjs.map +0 -1
- package/dist/esm/chunk-FJ5J7CVW.mjs +0 -2
- package/dist/esm/chunk-FJ5J7CVW.mjs.map +0 -1
- package/dist/esm/chunk-FOEPRHAC.mjs +0 -2
- package/dist/esm/chunk-FOEPRHAC.mjs.map +0 -1
- package/dist/esm/chunk-G5F5ZOH5.mjs +0 -2
- package/dist/esm/chunk-G5F5ZOH5.mjs.map +0 -1
- package/dist/esm/chunk-GFPEB22G.mjs +0 -1
- package/dist/esm/chunk-GFPEB22G.mjs.map +0 -1
- package/dist/esm/chunk-GI4AR6DQ.mjs +0 -2
- package/dist/esm/chunk-GI4AR6DQ.mjs.map +0 -1
- package/dist/esm/chunk-GTVMJJQQ.mjs +0 -2
- package/dist/esm/chunk-GTVMJJQQ.mjs.map +0 -1
- package/dist/esm/chunk-GU4MD5ST.mjs +0 -2
- package/dist/esm/chunk-GU4MD5ST.mjs.map +0 -1
- package/dist/esm/chunk-H4YAL2IL.mjs.map +0 -1
- package/dist/esm/chunk-HBTJN4RJ.mjs +0 -2
- package/dist/esm/chunk-HBTJN4RJ.mjs.map +0 -1
- package/dist/esm/chunk-HEZ2ZYZA.mjs +0 -1
- package/dist/esm/chunk-HEZ2ZYZA.mjs.map +0 -1
- package/dist/esm/chunk-HKL4MFNL.mjs +0 -2
- package/dist/esm/chunk-HKL4MFNL.mjs.map +0 -1
- package/dist/esm/chunk-HVIF6DW6.mjs +0 -2
- package/dist/esm/chunk-HVIF6DW6.mjs.map +0 -1
- package/dist/esm/chunk-HYJQHVDZ.mjs +0 -2
- package/dist/esm/chunk-HYJQHVDZ.mjs.map +0 -1
- package/dist/esm/chunk-IHYTP2EW.mjs +0 -1
- package/dist/esm/chunk-IHYTP2EW.mjs.map +0 -1
- package/dist/esm/chunk-ILUFGYLO.mjs +0 -2
- package/dist/esm/chunk-ILUFGYLO.mjs.map +0 -1
- package/dist/esm/chunk-IMYNN4TW.mjs +0 -2
- package/dist/esm/chunk-IMYNN4TW.mjs.map +0 -1
- package/dist/esm/chunk-JNNFNYDO.mjs +0 -2
- package/dist/esm/chunk-JNNFNYDO.mjs.map +0 -1
- package/dist/esm/chunk-JXCZTOYC.mjs +0 -1
- package/dist/esm/chunk-JXCZTOYC.mjs.map +0 -1
- package/dist/esm/chunk-K233I26C.mjs +0 -2
- package/dist/esm/chunk-K233I26C.mjs.map +0 -1
- package/dist/esm/chunk-L6KVC7CJ.mjs +0 -2
- package/dist/esm/chunk-L6KVC7CJ.mjs.map +0 -1
- package/dist/esm/chunk-MAWGZICD.mjs +0 -2
- package/dist/esm/chunk-MAWGZICD.mjs.map +0 -1
- package/dist/esm/chunk-OLGEN23M.mjs +0 -2
- package/dist/esm/chunk-OLGEN23M.mjs.map +0 -1
- package/dist/esm/chunk-ONGH5DXZ.mjs +0 -2
- package/dist/esm/chunk-ONGH5DXZ.mjs.map +0 -1
- package/dist/esm/chunk-OPD5EKOA.mjs +0 -2
- package/dist/esm/chunk-OPD5EKOA.mjs.map +0 -1
- package/dist/esm/chunk-P5CM4C2G.mjs +0 -2
- package/dist/esm/chunk-P5CM4C2G.mjs.map +0 -1
- package/dist/esm/chunk-PC25RPDV.mjs +0 -2
- package/dist/esm/chunk-PC25RPDV.mjs.map +0 -1
- package/dist/esm/chunk-PIPDQFL2.mjs +0 -2
- package/dist/esm/chunk-PIPDQFL2.mjs.map +0 -1
- package/dist/esm/chunk-PWGTRRSJ.mjs +0 -2
- package/dist/esm/chunk-PWGTRRSJ.mjs.map +0 -1
- package/dist/esm/chunk-PYY2RXFP.mjs +0 -2
- package/dist/esm/chunk-PYY2RXFP.mjs.map +0 -1
- package/dist/esm/chunk-QUJM5W4L.mjs +0 -2
- package/dist/esm/chunk-QUJM5W4L.mjs.map +0 -1
- package/dist/esm/chunk-QYJKCRVA.mjs +0 -2
- package/dist/esm/chunk-QYJKCRVA.mjs.map +0 -1
- package/dist/esm/chunk-RMMOF53Q.mjs +0 -1
- package/dist/esm/chunk-RMMOF53Q.mjs.map +0 -1
- package/dist/esm/chunk-T7X4GZDU.mjs +0 -2
- package/dist/esm/chunk-T7X4GZDU.mjs.map +0 -1
- package/dist/esm/chunk-TH5JCPN2.mjs +0 -7
- package/dist/esm/chunk-TH5JCPN2.mjs.map +0 -1
- package/dist/esm/chunk-U4DEYWFT.mjs +0 -2
- package/dist/esm/chunk-U4DEYWFT.mjs.map +0 -1
- package/dist/esm/chunk-UIRAXHDH.mjs +0 -1
- package/dist/esm/chunk-UIRAXHDH.mjs.map +0 -1
- package/dist/esm/chunk-UJJGIPOA.mjs +0 -2
- package/dist/esm/chunk-UJJGIPOA.mjs.map +0 -1
- package/dist/esm/chunk-US2HZFOM.mjs +0 -2
- package/dist/esm/chunk-US2HZFOM.mjs.map +0 -1
- package/dist/esm/chunk-VDYUMBOT.mjs +0 -2
- package/dist/esm/chunk-VDYUMBOT.mjs.map +0 -1
- package/dist/esm/chunk-VWZEJTGP.mjs +0 -4
- package/dist/esm/chunk-VWZEJTGP.mjs.map +0 -1
- package/dist/esm/chunk-W2C5KRUQ.mjs +0 -2
- package/dist/esm/chunk-W2C5KRUQ.mjs.map +0 -1
- package/dist/esm/chunk-W4SMZ6IW.mjs +0 -2
- package/dist/esm/chunk-W4SMZ6IW.mjs.map +0 -1
- package/dist/esm/chunk-WFKPVKU3.mjs +0 -2
- package/dist/esm/chunk-WFKPVKU3.mjs.map +0 -1
- package/dist/esm/chunk-WHVCUVZP.mjs +0 -2
- package/dist/esm/chunk-WHVCUVZP.mjs.map +0 -1
- package/dist/esm/chunk-WLDYBSOG.mjs +0 -2
- package/dist/esm/chunk-WLDYBSOG.mjs.map +0 -1
- package/dist/esm/chunk-XRVZAEQO.mjs +0 -2
- package/dist/esm/chunk-XRVZAEQO.mjs.map +0 -1
- package/dist/esm/chunk-XSBUL2WP.mjs +0 -2
- package/dist/esm/chunk-XSBUL2WP.mjs.map +0 -1
- package/dist/esm/chunk-XW3BXTCZ.mjs +0 -2
- package/dist/esm/chunk-XW3BXTCZ.mjs.map +0 -1
- package/dist/esm/chunk-Y65PKZLK.mjs +0 -2
- package/dist/esm/chunk-Y65PKZLK.mjs.map +0 -1
- package/dist/esm/chunk-YAGIE4GN.mjs +0 -2
- package/dist/esm/chunk-YAGIE4GN.mjs.map +0 -1
- package/dist/esm/chunk-YLUULY6G.mjs +0 -2
- package/dist/esm/chunk-YLUULY6G.mjs.map +0 -1
- package/dist/esm/chunk-YWSDONJJ.mjs +0 -2
- package/dist/esm/chunk-YWSDONJJ.mjs.map +0 -1
- package/dist/esm/chunk-YXYYII5S.mjs +0 -2
- package/dist/esm/chunk-YXYYII5S.mjs.map +0 -1
- package/dist/esm/chunk-ZS2IVRHT.mjs +0 -2
- package/dist/esm/chunk-ZS2IVRHT.mjs.map +0 -1
- /package/dist/esm/{chunk-TWETGZ3W.mjs.map → chunk-3EUHEZND.mjs.map} +0 -0
- /package/dist/esm/{chunk-SJDHW55X.mjs.map → chunk-3RVAGHAA.mjs.map} +0 -0
- /package/dist/esm/{chunk-752TOOCA.mjs.map → chunk-CWL7ZA3P.mjs.map} +0 -0
- /package/dist/esm/{chunk-MFLHAVIW.mjs.map → chunk-EODSU3YN.mjs.map} +0 -0
- /package/dist/esm/{chunk-4NMDYPUD.mjs.map → chunk-G3MHXDYA.mjs.map} +0 -0
- /package/dist/esm/{chunk-RDPWCN4B.mjs.map → chunk-KXVD52Y6.mjs.map} +0 -0
- /package/dist/esm/{chunk-KK5HUWF6.mjs.map → chunk-PSZYS4RG.mjs.map} +0 -0
- /package/dist/esm/{chunk-GRRBXHVG.mjs.map → chunk-RXMLONF7.mjs.map} +0 -0
- /package/dist/esm/{chunk-IOHESHLR.mjs.map → chunk-XLDMPCLF.mjs.map} +0 -0
- /package/dist/esm/{chunk-BSCOVLWS.mjs.map → internal/utils/index.mjs.map} +0 -0
- /package/dist/esm/{chunk-E7FWVXGX.mjs.map → internal/utils/utils.mjs.map} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b,c,d}from"../chunk-
|
|
1
|
+
import{ad as a,bd as b,cd as c,dd as d}from"../chunk-NFPNWY6Z.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-TNWABITK.mjs";import"../chunk-AEGA5N2W.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-LS3IDL2N.mjs";import"../chunk-PDAWVDI7.mjs";import"../chunk-MIW45ADL.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-2V636AYW.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-AIPHJFJL.mjs";import"../chunk-TBY3VMMV.mjs";import"../chunk-7YTGBTWH.mjs";import"../chunk-6KE4JZD6.mjs";import"../chunk-DOVH6HPL.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-7CRQNXR5.mjs";import"../chunk-LGC2JORV.mjs";import"../chunk-A3VO773Q.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-IMTC3J2M.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-TTY5GFMN.mjs";import"../chunk-XLDMPCLF.mjs";import"../chunk-KXVD52Y6.mjs";import"../chunk-EODSU3YN.mjs";import"../chunk-RXMLONF7.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-PSZYS4RG.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-CWL7ZA3P.mjs";import"../chunk-3RVAGHAA.mjs";import"../chunk-3EUHEZND.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-BMPHQ3E7.mjs";import"../chunk-WB26DWOY.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-HHWJHOFZ.mjs";import"../chunk-TKXEVD7A.mjs";import"../chunk-ERLDXTIY.mjs";import"../chunk-RIINVEZA.mjs";import"../chunk-ZD2TY5N3.mjs";import"../chunk-ZELTLAUN.mjs";import"../chunk-LQOSHBB7.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-R6QCPXQG.mjs";import"../chunk-RXHER6EA.mjs";import"../chunk-VHY6ZATX.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-KSLLV3ZC.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-X5YB74NB.mjs";import"../chunk-KDMSOCZY.mjs";export{c as getCurrentFungibleAssetBalances,b as getFungibleAssetActivities,a as getFungibleAssetMetadata,d as transferFungibleAsset};
|
|
2
2
|
//# sourceMappingURL=fungibleAsset.mjs.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b,c,d,e,f}from"../chunk-
|
|
1
|
+
import{a,b,c,d,e,f}from"../chunk-PSZYS4RG.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-CWL7ZA3P.mjs";import"../chunk-3RVAGHAA.mjs";import"../chunk-3EUHEZND.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-BMPHQ3E7.mjs";import"../chunk-WB26DWOY.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-HHWJHOFZ.mjs";import"../chunk-TKXEVD7A.mjs";import"../chunk-ERLDXTIY.mjs";import"../chunk-RIINVEZA.mjs";import"../chunk-ZD2TY5N3.mjs";import"../chunk-ZELTLAUN.mjs";import"../chunk-LQOSHBB7.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-R6QCPXQG.mjs";import"../chunk-RXHER6EA.mjs";import"../chunk-VHY6ZATX.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-X5YB74NB.mjs";import"../chunk-KDMSOCZY.mjs";export{b as getChainTopUserTransactions,e as getIndexerLastSuccessVersion,a as getLedgerInfo,f as getProcessorStatus,d as getProcessorStatuses,c as queryIndexer};
|
|
2
2
|
//# sourceMappingURL=general.mjs.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { AptosConfig } from '../api/aptosConfig.mjs';
|
|
2
2
|
import { AccountAddressInput } from '../core/accountAddress.mjs';
|
|
3
3
|
import { HexInput } from '../types/types.mjs';
|
|
4
|
-
import {
|
|
5
|
-
import { A as Account } from '../Ed25519Account-D4j3_WIS.mjs';
|
|
4
|
+
import { A as Account } from '../Ed25519Account-6KGApCPu.mjs';
|
|
6
5
|
import { InputGenerateTransactionOptions } from '../transactions/types.mjs';
|
|
7
6
|
import { EphemeralKeyPair } from '../account/EphemeralKeyPair.mjs';
|
|
8
7
|
import { KeylessAccount } from '../account/KeylessAccount.mjs';
|
|
9
8
|
import { ProofFetchCallback } from '../account/AbstractKeylessAccount.mjs';
|
|
10
9
|
import { FederatedKeylessAccount } from '../account/FederatedKeylessAccount.mjs';
|
|
11
10
|
import { SimpleTransaction } from '../transactions/instances/simpleTransaction.mjs';
|
|
11
|
+
import { l as ZeroKnowledgeSig, r as MoveJWK } from '../federatedKeyless-Qe_j8OqV.mjs';
|
|
12
12
|
import '../utils/apiEndpoints.mjs';
|
|
13
13
|
import '../utils/const.mjs';
|
|
14
14
|
import '../types/indexer.mjs';
|
|
@@ -20,13 +20,10 @@ import '../core/hex.mjs';
|
|
|
20
20
|
import '../core/common.mjs';
|
|
21
21
|
import '../bcs/deserializer.mjs';
|
|
22
22
|
import '../transactions/instances/transactionArgument.mjs';
|
|
23
|
-
import '../publicKey-BMtGNNLg.mjs';
|
|
24
|
-
import '../core/crypto/signature.mjs';
|
|
25
|
-
import '../core/crypto/ephemeral.mjs';
|
|
26
|
-
import '../core/crypto/proof.mjs';
|
|
27
|
-
import '../types/keyless.mjs';
|
|
28
23
|
import '../transactions/authenticator/account.mjs';
|
|
29
24
|
import '../core/crypto/ed25519.mjs';
|
|
25
|
+
import '../publicKey-pDHBAZlT.mjs';
|
|
26
|
+
import '../core/crypto/signature.mjs';
|
|
30
27
|
import '../core/crypto/privateKey.mjs';
|
|
31
28
|
import '../core/crypto/multiEd25519.mjs';
|
|
32
29
|
import '../core/crypto/multiKey.mjs';
|
|
@@ -42,7 +39,11 @@ import '../transactions/instances/identifier.mjs';
|
|
|
42
39
|
import '../transactions/instances/moduleId.mjs';
|
|
43
40
|
import '../transactions/typeTag/index.mjs';
|
|
44
41
|
import '../transactions/instances/multiAgentTransaction.mjs';
|
|
45
|
-
import '../core/crypto/
|
|
42
|
+
import '../core/crypto/ephemeral.mjs';
|
|
43
|
+
import '../core/crypto/proof.mjs';
|
|
44
|
+
import '../types/keyless.mjs';
|
|
45
|
+
import '@noble/curves/abstract/weierstrass';
|
|
46
|
+
import '@noble/curves/abstract/tower';
|
|
46
47
|
|
|
47
48
|
/**
|
|
48
49
|
* Retrieves a pepper value based on the provided configuration and authentication details.
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b,c,d}from"../chunk-
|
|
1
|
+
import{Od as a,Pd as b,Qd as c,Rd as d}from"../chunk-NFPNWY6Z.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-TNWABITK.mjs";import"../chunk-AEGA5N2W.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-LS3IDL2N.mjs";import"../chunk-PDAWVDI7.mjs";import"../chunk-MIW45ADL.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-2V636AYW.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-AIPHJFJL.mjs";import"../chunk-TBY3VMMV.mjs";import"../chunk-7YTGBTWH.mjs";import"../chunk-6KE4JZD6.mjs";import"../chunk-DOVH6HPL.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-7CRQNXR5.mjs";import"../chunk-LGC2JORV.mjs";import"../chunk-A3VO773Q.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-IMTC3J2M.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-TTY5GFMN.mjs";import"../chunk-XLDMPCLF.mjs";import"../chunk-KXVD52Y6.mjs";import"../chunk-EODSU3YN.mjs";import"../chunk-RXMLONF7.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-PSZYS4RG.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-CWL7ZA3P.mjs";import"../chunk-3RVAGHAA.mjs";import"../chunk-3EUHEZND.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-BMPHQ3E7.mjs";import"../chunk-WB26DWOY.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-HHWJHOFZ.mjs";import"../chunk-TKXEVD7A.mjs";import"../chunk-ERLDXTIY.mjs";import"../chunk-RIINVEZA.mjs";import"../chunk-ZD2TY5N3.mjs";import"../chunk-ZELTLAUN.mjs";import"../chunk-LQOSHBB7.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-R6QCPXQG.mjs";import"../chunk-RXHER6EA.mjs";import"../chunk-VHY6ZATX.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-KSLLV3ZC.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-X5YB74NB.mjs";import"../chunk-KDMSOCZY.mjs";export{c as deriveKeylessAccount,a as getPepper,b as getProof,d as updateFederatedKeylessJwkSetTransaction};
|
|
2
2
|
//# sourceMappingURL=keyless.mjs.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b}from"../chunk-
|
|
1
|
+
import{Td as a,Ud as b}from"../chunk-NFPNWY6Z.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-TNWABITK.mjs";import"../chunk-AEGA5N2W.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-LS3IDL2N.mjs";import"../chunk-PDAWVDI7.mjs";import"../chunk-MIW45ADL.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-2V636AYW.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-AIPHJFJL.mjs";import"../chunk-TBY3VMMV.mjs";import"../chunk-7YTGBTWH.mjs";import"../chunk-6KE4JZD6.mjs";import"../chunk-DOVH6HPL.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-7CRQNXR5.mjs";import"../chunk-LGC2JORV.mjs";import"../chunk-A3VO773Q.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-IMTC3J2M.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-TTY5GFMN.mjs";import"../chunk-XLDMPCLF.mjs";import"../chunk-KXVD52Y6.mjs";import"../chunk-EODSU3YN.mjs";import"../chunk-RXMLONF7.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-PSZYS4RG.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-CWL7ZA3P.mjs";import"../chunk-3RVAGHAA.mjs";import"../chunk-3EUHEZND.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-BMPHQ3E7.mjs";import"../chunk-WB26DWOY.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-HHWJHOFZ.mjs";import"../chunk-TKXEVD7A.mjs";import"../chunk-ERLDXTIY.mjs";import"../chunk-RIINVEZA.mjs";import"../chunk-ZD2TY5N3.mjs";import"../chunk-ZELTLAUN.mjs";import"../chunk-LQOSHBB7.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-R6QCPXQG.mjs";import"../chunk-RXHER6EA.mjs";import"../chunk-VHY6ZATX.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-KSLLV3ZC.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-X5YB74NB.mjs";import"../chunk-KDMSOCZY.mjs";export{a as getObjectData,b as getObjectDataByObjectAddress};
|
|
2
2
|
//# sourceMappingURL=object.mjs.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b,c}from"../chunk-
|
|
1
|
+
import{Bd as a,Cd as b,Dd as c}from"../chunk-NFPNWY6Z.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-TNWABITK.mjs";import"../chunk-AEGA5N2W.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-LS3IDL2N.mjs";import"../chunk-PDAWVDI7.mjs";import"../chunk-MIW45ADL.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-2V636AYW.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-AIPHJFJL.mjs";import"../chunk-TBY3VMMV.mjs";import"../chunk-7YTGBTWH.mjs";import"../chunk-6KE4JZD6.mjs";import"../chunk-DOVH6HPL.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-7CRQNXR5.mjs";import"../chunk-LGC2JORV.mjs";import"../chunk-A3VO773Q.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-IMTC3J2M.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-TTY5GFMN.mjs";import"../chunk-XLDMPCLF.mjs";import"../chunk-KXVD52Y6.mjs";import"../chunk-EODSU3YN.mjs";import"../chunk-RXMLONF7.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-PSZYS4RG.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-CWL7ZA3P.mjs";import"../chunk-3RVAGHAA.mjs";import"../chunk-3EUHEZND.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-BMPHQ3E7.mjs";import"../chunk-WB26DWOY.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-HHWJHOFZ.mjs";import"../chunk-TKXEVD7A.mjs";import"../chunk-ERLDXTIY.mjs";import"../chunk-RIINVEZA.mjs";import"../chunk-ZD2TY5N3.mjs";import"../chunk-ZELTLAUN.mjs";import"../chunk-LQOSHBB7.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-R6QCPXQG.mjs";import"../chunk-RXHER6EA.mjs";import"../chunk-VHY6ZATX.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-KSLLV3ZC.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-X5YB74NB.mjs";import"../chunk-KDMSOCZY.mjs";export{c as getDelegatedStakingActivities,a as getNumberOfDelegators,b as getNumberOfDelegatorsForAllPools};
|
|
2
2
|
//# sourceMappingURL=staking.mjs.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b,c}from"../chunk-
|
|
1
|
+
import{a,b,c}from"../chunk-KXVD52Y6.mjs";import"../chunk-PSZYS4RG.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-CWL7ZA3P.mjs";import"../chunk-3RVAGHAA.mjs";import"../chunk-3EUHEZND.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-BMPHQ3E7.mjs";import"../chunk-WB26DWOY.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-HHWJHOFZ.mjs";import"../chunk-TKXEVD7A.mjs";import"../chunk-ERLDXTIY.mjs";import"../chunk-RIINVEZA.mjs";import"../chunk-ZD2TY5N3.mjs";import"../chunk-ZELTLAUN.mjs";import"../chunk-LQOSHBB7.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-R6QCPXQG.mjs";import"../chunk-RXHER6EA.mjs";import"../chunk-VHY6ZATX.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-X5YB74NB.mjs";import"../chunk-KDMSOCZY.mjs";export{a as getTableItem,b as getTableItemsData,c as getTableItemsMetadata};
|
|
2
2
|
//# sourceMappingURL=table.mjs.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b,c,d,e,f,g,h,i,j,k,l}from"../chunk-
|
|
1
|
+
import{a,b,c,d,e,f,g,h,i,j,k,l}from"../chunk-RXMLONF7.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-PSZYS4RG.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-CWL7ZA3P.mjs";import"../chunk-3RVAGHAA.mjs";import"../chunk-3EUHEZND.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-BMPHQ3E7.mjs";import"../chunk-WB26DWOY.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-HHWJHOFZ.mjs";import"../chunk-TKXEVD7A.mjs";import"../chunk-ERLDXTIY.mjs";import"../chunk-RIINVEZA.mjs";import"../chunk-ZD2TY5N3.mjs";import"../chunk-ZELTLAUN.mjs";import"../chunk-LQOSHBB7.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-R6QCPXQG.mjs";import"../chunk-RXHER6EA.mjs";import"../chunk-VHY6ZATX.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-X5YB74NB.mjs";import"../chunk-KDMSOCZY.mjs";export{j as FailedTransactionError,i as WaitForTransactionError,l as getBlockByHeight,k as getBlockByVersion,b as getGasPriceEstimation,d as getTransactionByHash,c as getTransactionByVersion,a as getTransactions,e as isTransactionPending,f as longWaitForTransaction,h as waitForIndexer,g as waitForTransaction};
|
|
2
2
|
//# sourceMappingURL=transaction.mjs.map
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { AptosConfig } from '../api/aptosConfig.mjs';
|
|
2
2
|
import { AccountAuthenticator } from '../transactions/authenticator/account.mjs';
|
|
3
|
-
import { UserTransactionResponse, PendingTransactionResponse, HexInput
|
|
3
|
+
import { UserTransactionResponse, PendingTransactionResponse, HexInput } from '../types/types.mjs';
|
|
4
4
|
import { AccountAddressInput } from '../core/accountAddress.mjs';
|
|
5
|
-
import { PrivateKeyInput } from '../core/crypto/singleKey.mjs';
|
|
6
|
-
import { A as Account } from '../Ed25519Account-D4j3_WIS.mjs';
|
|
7
|
-
import { InputGenerateSingleSignerRawTransactionData, InputGenerateMultiAgentRawTransactionData, InputGenerateTransactionData, AnyTransactionPayloadInstance, AnyRawTransaction, InputSimulateTransactionData, InputSubmitTransactionData, InputGenerateTransactionOptions } from '../transactions/types.mjs';
|
|
8
5
|
import { SimpleTransaction } from '../transactions/instances/simpleTransaction.mjs';
|
|
9
6
|
import { MultiAgentTransaction } from '../transactions/instances/multiAgentTransaction.mjs';
|
|
7
|
+
import { InputGenerateSingleSignerRawTransactionData, InputGenerateMultiAgentRawTransactionData, InputGenerateTransactionData, AnyTransactionPayloadInstance, AnyRawTransaction, InputSimulateTransactionData, InputSubmitTransactionData, InputGenerateTransactionOptions } from '../transactions/types.mjs';
|
|
8
|
+
import { A as Account } from '../Ed25519Account-6KGApCPu.mjs';
|
|
10
9
|
import '../utils/apiEndpoints.mjs';
|
|
11
10
|
import '../utils/const.mjs';
|
|
12
11
|
import '../types/indexer.mjs';
|
|
@@ -18,22 +17,23 @@ import '../bcs/serializer.mjs';
|
|
|
18
17
|
import '../core/hex.mjs';
|
|
19
18
|
import '../core/common.mjs';
|
|
20
19
|
import '../core/crypto/ed25519.mjs';
|
|
21
|
-
import '../publicKey-
|
|
20
|
+
import '../publicKey-pDHBAZlT.mjs';
|
|
22
21
|
import '../core/crypto/signature.mjs';
|
|
23
22
|
import '../core/crypto/privateKey.mjs';
|
|
24
23
|
import '../transactions/instances/transactionArgument.mjs';
|
|
25
24
|
import '../core/crypto/multiEd25519.mjs';
|
|
26
25
|
import '../core/crypto/multiKey.mjs';
|
|
26
|
+
import '../core/crypto/singleKey.mjs';
|
|
27
27
|
import '../core/crypto/secp256k1.mjs';
|
|
28
|
-
import '../bcs/serializable/moveStructs.mjs';
|
|
29
|
-
import '../bcs/serializable/movePrimitives.mjs';
|
|
30
|
-
import '../bcs/serializable/fixedBytes.mjs';
|
|
31
28
|
import '../transactions/instances/rawTransaction.mjs';
|
|
32
29
|
import '../transactions/instances/chainId.mjs';
|
|
33
30
|
import '../transactions/instances/transactionPayload.mjs';
|
|
34
31
|
import '../transactions/instances/identifier.mjs';
|
|
35
32
|
import '../transactions/instances/moduleId.mjs';
|
|
36
33
|
import '../transactions/typeTag/index.mjs';
|
|
34
|
+
import '../bcs/serializable/moveStructs.mjs';
|
|
35
|
+
import '../bcs/serializable/movePrimitives.mjs';
|
|
36
|
+
import '../bcs/serializable/fixedBytes.mjs';
|
|
37
37
|
|
|
38
38
|
/**
|
|
39
39
|
* This file contains the underlying implementations for exposed submission API surface in
|
|
@@ -189,24 +189,5 @@ declare function publicPackageTransaction(args: {
|
|
|
189
189
|
moduleBytecode: Array<HexInput>;
|
|
190
190
|
options?: InputGenerateTransactionOptions;
|
|
191
191
|
}): Promise<SimpleTransaction>;
|
|
192
|
-
/**
|
|
193
|
-
* Rotates the authentication key for a given account, allowing for enhanced security and management of account access.
|
|
194
|
-
*
|
|
195
|
-
* @param args - The arguments for rotating the authentication key.
|
|
196
|
-
* @param args.aptosConfig - The configuration settings for the Aptos network.
|
|
197
|
-
* @param args.fromAccount - The account from which the authentication key will be rotated.
|
|
198
|
-
* @param args.toNewPrivateKey - The new private key that will be associated with the account.
|
|
199
|
-
*
|
|
200
|
-
* @remarks
|
|
201
|
-
* This function requires the current authentication key and the new private key to sign a challenge that validates the rotation.
|
|
202
|
-
*
|
|
203
|
-
* TODO: Need to refactor and move this function out of transactionSubmission.
|
|
204
|
-
* @group Implementation
|
|
205
|
-
*/
|
|
206
|
-
declare function rotateAuthKey(args: {
|
|
207
|
-
aptosConfig: AptosConfig;
|
|
208
|
-
fromAccount: Account;
|
|
209
|
-
toNewPrivateKey: PrivateKeyInput;
|
|
210
|
-
}): Promise<TransactionResponse>;
|
|
211
192
|
|
|
212
|
-
export { type FeePayerOrFeePayerAuthenticatorOrNeither, buildRawTransaction, buildTransactionPayload, generateTransaction, getSigningMessage, publicPackageTransaction,
|
|
193
|
+
export { type FeePayerOrFeePayerAuthenticatorOrNeither, buildRawTransaction, buildTransactionPayload, generateTransaction, getSigningMessage, publicPackageTransaction, signAndSubmitAsFeePayer, signAndSubmitTransaction, signAsFeePayer, signTransaction, simulateTransaction, submitTransaction };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b,c,d,e,f,g,h,i,j,k
|
|
1
|
+
import{Lb as a,Mb as b,Nb as c,Ob as d,Pb as e,Qb as f,Rb as g,Sb as h,Tb as i,Ub as j,Vb as k}from"../chunk-NFPNWY6Z.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-TNWABITK.mjs";import"../chunk-AEGA5N2W.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-LS3IDL2N.mjs";import"../chunk-PDAWVDI7.mjs";import"../chunk-MIW45ADL.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-2V636AYW.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-AIPHJFJL.mjs";import"../chunk-TBY3VMMV.mjs";import"../chunk-7YTGBTWH.mjs";import"../chunk-6KE4JZD6.mjs";import"../chunk-DOVH6HPL.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-7CRQNXR5.mjs";import"../chunk-LGC2JORV.mjs";import"../chunk-A3VO773Q.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-IMTC3J2M.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-TTY5GFMN.mjs";import"../chunk-XLDMPCLF.mjs";import"../chunk-KXVD52Y6.mjs";import"../chunk-EODSU3YN.mjs";import"../chunk-RXMLONF7.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-PSZYS4RG.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-CWL7ZA3P.mjs";import"../chunk-3RVAGHAA.mjs";import"../chunk-3EUHEZND.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-BMPHQ3E7.mjs";import"../chunk-WB26DWOY.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-HHWJHOFZ.mjs";import"../chunk-TKXEVD7A.mjs";import"../chunk-ERLDXTIY.mjs";import"../chunk-RIINVEZA.mjs";import"../chunk-ZD2TY5N3.mjs";import"../chunk-ZELTLAUN.mjs";import"../chunk-LQOSHBB7.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-R6QCPXQG.mjs";import"../chunk-RXHER6EA.mjs";import"../chunk-VHY6ZATX.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-KSLLV3ZC.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-X5YB74NB.mjs";import"../chunk-KDMSOCZY.mjs";export{c as buildRawTransaction,b as buildTransactionPayload,a as generateTransaction,d as getSigningMessage,k as publicPackageTransaction,j as signAndSubmitAsFeePayer,i as signAndSubmitTransaction,f as signAsFeePayer,e as signTransaction,g as simulateTransaction,h as submitTransaction};
|
|
2
2
|
//# sourceMappingURL=transactionSubmission.mjs.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export { getInfo, getModule, getModules } from './utils.mjs';
|
|
2
|
+
import '../../core/accountAddress.mjs';
|
|
3
|
+
import '../../bcs/serializer.mjs';
|
|
4
|
+
import '../../core/hex.mjs';
|
|
5
|
+
import '../../core/common.mjs';
|
|
6
|
+
import '../../types/types.mjs';
|
|
7
|
+
import '../../types/indexer.mjs';
|
|
8
|
+
import '../../types/generated/operations.mjs';
|
|
9
|
+
import '../../types/generated/types.mjs';
|
|
10
|
+
import '../../utils/apiEndpoints.mjs';
|
|
11
|
+
import '@aptos-labs/script-composer-pack';
|
|
12
|
+
import '../../bcs/deserializer.mjs';
|
|
13
|
+
import '../../transactions/instances/transactionArgument.mjs';
|
|
14
|
+
import '../../api/aptosConfig.mjs';
|
|
15
|
+
import '../../utils/const.mjs';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import"../../chunk-G3MHXDYA.mjs";import{a,b,c}from"../../chunk-TNWABITK.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-CWL7ZA3P.mjs";import"../../chunk-3RVAGHAA.mjs";import"../../chunk-3EUHEZND.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-BMPHQ3E7.mjs";import"../../chunk-WB26DWOY.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-HHWJHOFZ.mjs";import"../../chunk-TKXEVD7A.mjs";import"../../chunk-ERLDXTIY.mjs";import"../../chunk-RIINVEZA.mjs";import"../../chunk-ZD2TY5N3.mjs";import"../../chunk-ZELTLAUN.mjs";import"../../chunk-LQOSHBB7.mjs";import"../../chunk-3OLFJ65O.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-R6QCPXQG.mjs";import"../../chunk-RXHER6EA.mjs";import"../../chunk-VHY6ZATX.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-RJ7F4JDV.mjs";import"../../chunk-X5YB74NB.mjs";import"../../chunk-KDMSOCZY.mjs";export{b as getInfo,c as getModule,a as getModules};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { AccountAddressInput } from '../../core/accountAddress.mjs';
|
|
2
|
+
import { PaginationArgs, LedgerVersionArg, MoveModuleBytecode, AccountData } from '../../types/types.mjs';
|
|
3
|
+
import { AptosConfig } from '../../api/aptosConfig.mjs';
|
|
4
|
+
import '../../bcs/serializer.mjs';
|
|
5
|
+
import '../../core/hex.mjs';
|
|
6
|
+
import '../../core/common.mjs';
|
|
7
|
+
import '../../types/indexer.mjs';
|
|
8
|
+
import '../../types/generated/operations.mjs';
|
|
9
|
+
import '../../types/generated/types.mjs';
|
|
10
|
+
import '../../utils/apiEndpoints.mjs';
|
|
11
|
+
import '@aptos-labs/script-composer-pack';
|
|
12
|
+
import '../../bcs/deserializer.mjs';
|
|
13
|
+
import '../../transactions/instances/transactionArgument.mjs';
|
|
14
|
+
import '../../utils/const.mjs';
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Retrieves the modules associated with a specified account address.
|
|
18
|
+
*
|
|
19
|
+
* @param args - The arguments for retrieving modules.
|
|
20
|
+
* @param args.aptosConfig - The configuration for connecting to the Aptos blockchain.
|
|
21
|
+
* @param args.accountAddress - The address of the account whose modules are to be retrieved.
|
|
22
|
+
* @param args.options - Optional parameters for pagination and ledger version.
|
|
23
|
+
* @param args.options.limit - The maximum number of modules to retrieve (default is 1000).
|
|
24
|
+
* @param args.options.offset - The starting point for pagination. Note, this is obfuscated and is not an index.
|
|
25
|
+
* @param args.options.ledgerVersion - The specific ledger version to query.
|
|
26
|
+
* @group Implementation
|
|
27
|
+
*/
|
|
28
|
+
declare function getModules(args: {
|
|
29
|
+
aptosConfig: AptosConfig;
|
|
30
|
+
accountAddress: AccountAddressInput;
|
|
31
|
+
options?: PaginationArgs & LedgerVersionArg;
|
|
32
|
+
}): Promise<MoveModuleBytecode[]>;
|
|
33
|
+
/**
|
|
34
|
+
* Retrieves account information for a specified account address.
|
|
35
|
+
*
|
|
36
|
+
* @param args - The arguments for retrieving account information.
|
|
37
|
+
* @param args.aptosConfig - The configuration object for Aptos.
|
|
38
|
+
* @param args.accountAddress - The address of the account to retrieve information for.
|
|
39
|
+
* @group Implementation
|
|
40
|
+
*/
|
|
41
|
+
declare function getInfo(args: {
|
|
42
|
+
aptosConfig: AptosConfig;
|
|
43
|
+
accountAddress: AccountAddressInput;
|
|
44
|
+
}): Promise<AccountData>;
|
|
45
|
+
/**
|
|
46
|
+
* Queries for a move module given an account address and module name.
|
|
47
|
+
* This function can help you retrieve the module's ABI and other relevant information.
|
|
48
|
+
*
|
|
49
|
+
* @param args - The arguments for retrieving the module.
|
|
50
|
+
* @param args.aptosConfig - The configuration for the Aptos client.
|
|
51
|
+
* @param args.accountAddress - The account address in hex-encoded 32 byte format.
|
|
52
|
+
* @param args.moduleName - The name of the module to retrieve.
|
|
53
|
+
* @param args.options - Optional parameters for the request.
|
|
54
|
+
* @param args.options.ledgerVersion - Specifies the ledger version of transactions. By default, the latest version will be used.
|
|
55
|
+
* @returns The move module.
|
|
56
|
+
* @group Implementation
|
|
57
|
+
*/
|
|
58
|
+
declare function getModule(args: {
|
|
59
|
+
aptosConfig: AptosConfig;
|
|
60
|
+
accountAddress: AccountAddressInput;
|
|
61
|
+
moduleName: string;
|
|
62
|
+
options?: LedgerVersionArg;
|
|
63
|
+
}): Promise<MoveModuleBytecode>;
|
|
64
|
+
|
|
65
|
+
export { getInfo, getModule, getModules };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{a,b,c}from"../../chunk-TNWABITK.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-CWL7ZA3P.mjs";import"../../chunk-3RVAGHAA.mjs";import"../../chunk-3EUHEZND.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-BMPHQ3E7.mjs";import"../../chunk-WB26DWOY.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-HHWJHOFZ.mjs";import"../../chunk-TKXEVD7A.mjs";import"../../chunk-ERLDXTIY.mjs";import"../../chunk-RIINVEZA.mjs";import"../../chunk-ZD2TY5N3.mjs";import"../../chunk-ZELTLAUN.mjs";import"../../chunk-LQOSHBB7.mjs";import"../../chunk-3OLFJ65O.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-R6QCPXQG.mjs";import"../../chunk-RXHER6EA.mjs";import"../../chunk-VHY6ZATX.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-RJ7F4JDV.mjs";import"../../chunk-X5YB74NB.mjs";import"../../chunk-KDMSOCZY.mjs";export{b as getInfo,c as getModule,a as getModules};
|
|
2
|
+
//# sourceMappingURL=utils.mjs.map
|
|
@@ -16,14 +16,8 @@ import '../core/common.mjs';
|
|
|
16
16
|
import '../transactions/instances/transactionArgument.mjs';
|
|
17
17
|
import '../bcs/serializable/fixedBytes.mjs';
|
|
18
18
|
import '../core/accountAddress.mjs';
|
|
19
|
-
import '../publicKey-
|
|
19
|
+
import '../publicKey-pDHBAZlT.mjs';
|
|
20
20
|
import '../core/crypto/signature.mjs';
|
|
21
|
-
import '../transactions/instances/rawTransaction.mjs';
|
|
22
|
-
import '../transactions/instances/chainId.mjs';
|
|
23
|
-
import '../transactions/instances/transactionPayload.mjs';
|
|
24
|
-
import '../transactions/instances/identifier.mjs';
|
|
25
|
-
import '../transactions/instances/moduleId.mjs';
|
|
26
|
-
import '../transactions/typeTag/index.mjs';
|
|
27
21
|
import '../transactions/authenticator/account.mjs';
|
|
28
22
|
import '../core/crypto/ed25519.mjs';
|
|
29
23
|
import '../core/crypto/privateKey.mjs';
|
|
@@ -31,6 +25,12 @@ import '../core/crypto/multiEd25519.mjs';
|
|
|
31
25
|
import '../core/crypto/multiKey.mjs';
|
|
32
26
|
import '../core/crypto/singleKey.mjs';
|
|
33
27
|
import '../core/crypto/secp256k1.mjs';
|
|
28
|
+
import '../transactions/instances/rawTransaction.mjs';
|
|
29
|
+
import '../transactions/instances/chainId.mjs';
|
|
30
|
+
import '../transactions/instances/transactionPayload.mjs';
|
|
31
|
+
import '../transactions/instances/identifier.mjs';
|
|
32
|
+
import '../transactions/instances/moduleId.mjs';
|
|
33
|
+
import '../transactions/typeTag/index.mjs';
|
|
34
34
|
import '../transactions/instances/simpleTransaction.mjs';
|
|
35
35
|
import '../transactions/instances/multiAgentTransaction.mjs';
|
|
36
36
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b}from"../chunk-
|
|
1
|
+
import{nc as a,oc as b}from"../chunk-NFPNWY6Z.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-TNWABITK.mjs";import"../chunk-AEGA5N2W.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-LS3IDL2N.mjs";import"../chunk-PDAWVDI7.mjs";import"../chunk-MIW45ADL.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-2V636AYW.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-AIPHJFJL.mjs";import"../chunk-TBY3VMMV.mjs";import"../chunk-7YTGBTWH.mjs";import"../chunk-6KE4JZD6.mjs";import"../chunk-DOVH6HPL.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-7CRQNXR5.mjs";import"../chunk-LGC2JORV.mjs";import"../chunk-A3VO773Q.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-IMTC3J2M.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-TTY5GFMN.mjs";import"../chunk-XLDMPCLF.mjs";import"../chunk-KXVD52Y6.mjs";import"../chunk-EODSU3YN.mjs";import"../chunk-RXMLONF7.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-PSZYS4RG.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-CWL7ZA3P.mjs";import"../chunk-3RVAGHAA.mjs";import"../chunk-3EUHEZND.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-BMPHQ3E7.mjs";import"../chunk-WB26DWOY.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-HHWJHOFZ.mjs";import"../chunk-TKXEVD7A.mjs";import"../chunk-ERLDXTIY.mjs";import"../chunk-RIINVEZA.mjs";import"../chunk-ZD2TY5N3.mjs";import"../chunk-ZELTLAUN.mjs";import"../chunk-LQOSHBB7.mjs";import"../chunk-3OLFJ65O.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-R6QCPXQG.mjs";import"../chunk-RXHER6EA.mjs";import"../chunk-VHY6ZATX.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-KSLLV3ZC.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-X5YB74NB.mjs";import"../chunk-KDMSOCZY.mjs";export{a as view,b as viewJson};
|
|
2
2
|
//# sourceMappingURL=view.mjs.map
|
|
@@ -4,6 +4,7 @@ import { AccountAddress } from './core/accountAddress.mjs';
|
|
|
4
4
|
import { Deserializer } from './bcs/deserializer.mjs';
|
|
5
5
|
import { Hex } from './core/hex.mjs';
|
|
6
6
|
import { Signature } from './core/crypto/signature.mjs';
|
|
7
|
+
import { AptosConfig } from './api/aptosConfig.mjs';
|
|
7
8
|
|
|
8
9
|
/**
|
|
9
10
|
* Represents an authentication key used for account management. Each account stores an authentication key that enables account
|
|
@@ -134,6 +135,22 @@ interface VerifySignatureArgs {
|
|
|
134
135
|
message: HexInput;
|
|
135
136
|
signature: Signature;
|
|
136
137
|
}
|
|
138
|
+
/**
|
|
139
|
+
* Represents the arguments required to verify a digital signature asynchronously.
|
|
140
|
+
*
|
|
141
|
+
* The validity of certain types of signatures are dependent on network state. This is the case for
|
|
142
|
+
* Keyless signatures which need to lookup the verification key and keyless configuration.
|
|
143
|
+
*
|
|
144
|
+
* @param aptosConfig - The Aptos configuration to use
|
|
145
|
+
* @param message - The original message that was signed.
|
|
146
|
+
* @param signature - The signature to be verified against the message.
|
|
147
|
+
* @group Implementation
|
|
148
|
+
* @category Serialization
|
|
149
|
+
*/
|
|
150
|
+
type VerifySignatureAsyncArgs = VerifySignatureArgs & {
|
|
151
|
+
aptosConfig: AptosConfig;
|
|
152
|
+
options?: any;
|
|
153
|
+
};
|
|
137
154
|
/**
|
|
138
155
|
* Represents an abstract public key.
|
|
139
156
|
*
|
|
@@ -151,6 +168,15 @@ declare abstract class PublicKey extends Serializable {
|
|
|
151
168
|
* @category Serialization
|
|
152
169
|
*/
|
|
153
170
|
abstract verifySignature(args: VerifySignatureArgs): boolean;
|
|
171
|
+
/**
|
|
172
|
+
* Verifies signature with the public key and makes any network calls required to get state required to verify the signature.
|
|
173
|
+
* @param args.aptosConfig The Aptos configuration
|
|
174
|
+
* @param args.message The message that was signed
|
|
175
|
+
* @param args.signature The signature to verify
|
|
176
|
+
* @group Implementation
|
|
177
|
+
* @category Serialization
|
|
178
|
+
*/
|
|
179
|
+
abstract verifySignatureAsync(args: VerifySignatureAsyncArgs): Promise<boolean>;
|
|
154
180
|
/**
|
|
155
181
|
* Get the raw public key bytes
|
|
156
182
|
* @group Implementation
|
|
@@ -184,4 +210,4 @@ declare abstract class AccountPublicKey extends PublicKey {
|
|
|
184
210
|
abstract authKey(): AuthenticationKey;
|
|
185
211
|
}
|
|
186
212
|
|
|
187
|
-
export { AuthenticationKey as A, PublicKey as P, type VerifySignatureArgs as V,
|
|
213
|
+
export { AuthenticationKey as A, PublicKey as P, type VerifySignatureArgs as V, type VerifySignatureAsyncArgs as a, AccountPublicKey as b };
|
|
@@ -12,10 +12,12 @@ import '../../types/generated/types.mjs';
|
|
|
12
12
|
import '../../utils/apiEndpoints.mjs';
|
|
13
13
|
import '@aptos-labs/script-composer-pack';
|
|
14
14
|
import '../../core/common.mjs';
|
|
15
|
-
import '../../publicKey-
|
|
15
|
+
import '../../publicKey-pDHBAZlT.mjs';
|
|
16
16
|
import '../../core/accountAddress.mjs';
|
|
17
17
|
import '../instances/transactionArgument.mjs';
|
|
18
18
|
import '../../core/crypto/signature.mjs';
|
|
19
|
+
import '../../api/aptosConfig.mjs';
|
|
20
|
+
import '../../utils/const.mjs';
|
|
19
21
|
import '../../core/crypto/privateKey.mjs';
|
|
20
22
|
import '../../core/crypto/secp256k1.mjs';
|
|
21
23
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b,c,d,e,f,g}from"../../chunk-
|
|
1
|
+
import{H as a,I as b,J as c,K as d,L as e,M as f,N as g}from"../../chunk-NFPNWY6Z.mjs";import"../../chunk-G3MHXDYA.mjs";import"../../chunk-TNWABITK.mjs";import"../../chunk-AEGA5N2W.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-A5L76YP7.mjs";import"../../chunk-LS3IDL2N.mjs";import"../../chunk-PDAWVDI7.mjs";import"../../chunk-MIW45ADL.mjs";import"../../chunk-GOXRBEIJ.mjs";import"../../chunk-2V636AYW.mjs";import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-AIPHJFJL.mjs";import"../../chunk-TBY3VMMV.mjs";import"../../chunk-7YTGBTWH.mjs";import"../../chunk-6KE4JZD6.mjs";import"../../chunk-DOVH6HPL.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-7CRQNXR5.mjs";import"../../chunk-LGC2JORV.mjs";import"../../chunk-A3VO773Q.mjs";import"../../chunk-W4BSN6SK.mjs";import"../../chunk-IMTC3J2M.mjs";import"../../chunk-V3MBJJTL.mjs";import"../../chunk-TTY5GFMN.mjs";import"../../chunk-XLDMPCLF.mjs";import"../../chunk-KXVD52Y6.mjs";import"../../chunk-EODSU3YN.mjs";import"../../chunk-RXMLONF7.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-PSZYS4RG.mjs";import"../../chunk-VHNX2NUR.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-CWL7ZA3P.mjs";import"../../chunk-3RVAGHAA.mjs";import"../../chunk-3EUHEZND.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-BMPHQ3E7.mjs";import"../../chunk-WB26DWOY.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-HHWJHOFZ.mjs";import"../../chunk-TKXEVD7A.mjs";import"../../chunk-ERLDXTIY.mjs";import"../../chunk-RIINVEZA.mjs";import"../../chunk-ZD2TY5N3.mjs";import"../../chunk-ZELTLAUN.mjs";import"../../chunk-LQOSHBB7.mjs";import"../../chunk-3OLFJ65O.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-R6QCPXQG.mjs";import"../../chunk-RXHER6EA.mjs";import"../../chunk-VHY6ZATX.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-KSLLV3ZC.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-RJ7F4JDV.mjs";import"../../chunk-X5YB74NB.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as AccountAuthenticator,g as AccountAuthenticatorAbstraction,b as AccountAuthenticatorEd25519,c as AccountAuthenticatorMultiEd25519,e as AccountAuthenticatorMultiKey,f as AccountAuthenticatorNoAccountAuthenticator,d as AccountAuthenticatorSingleKey};
|
|
2
2
|
//# sourceMappingURL=account.mjs.map
|
|
@@ -11,10 +11,12 @@ import '../../bcs/serializer.mjs';
|
|
|
11
11
|
import '../../core/hex.mjs';
|
|
12
12
|
import '../../core/common.mjs';
|
|
13
13
|
import '../../core/crypto/ed25519.mjs';
|
|
14
|
-
import '../../publicKey-
|
|
14
|
+
import '../../publicKey-pDHBAZlT.mjs';
|
|
15
15
|
import '../../core/accountAddress.mjs';
|
|
16
16
|
import '../instances/transactionArgument.mjs';
|
|
17
17
|
import '../../core/crypto/signature.mjs';
|
|
18
|
+
import '../../api/aptosConfig.mjs';
|
|
19
|
+
import '../../utils/const.mjs';
|
|
18
20
|
import '../../core/crypto/privateKey.mjs';
|
|
19
21
|
import '../../core/crypto/multiEd25519.mjs';
|
|
20
22
|
import '../../core/crypto/multiKey.mjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import{H as a,I as b,J as c,K as d,L as e,M as f,N as g,ta as h,ua as i,va as j,wa as k,xa as l,ya as m}from"../../chunk-NFPNWY6Z.mjs";import"../../chunk-G3MHXDYA.mjs";import"../../chunk-TNWABITK.mjs";import"../../chunk-AEGA5N2W.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-A5L76YP7.mjs";import"../../chunk-LS3IDL2N.mjs";import"../../chunk-PDAWVDI7.mjs";import"../../chunk-MIW45ADL.mjs";import"../../chunk-GOXRBEIJ.mjs";import"../../chunk-2V636AYW.mjs";import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-AIPHJFJL.mjs";import"../../chunk-TBY3VMMV.mjs";import"../../chunk-7YTGBTWH.mjs";import"../../chunk-6KE4JZD6.mjs";import"../../chunk-DOVH6HPL.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-7CRQNXR5.mjs";import"../../chunk-LGC2JORV.mjs";import"../../chunk-A3VO773Q.mjs";import"../../chunk-W4BSN6SK.mjs";import"../../chunk-IMTC3J2M.mjs";import"../../chunk-V3MBJJTL.mjs";import"../../chunk-TTY5GFMN.mjs";import"../../chunk-XLDMPCLF.mjs";import"../../chunk-KXVD52Y6.mjs";import"../../chunk-EODSU3YN.mjs";import"../../chunk-RXMLONF7.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-PSZYS4RG.mjs";import"../../chunk-VHNX2NUR.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-CWL7ZA3P.mjs";import"../../chunk-3RVAGHAA.mjs";import"../../chunk-3EUHEZND.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-BMPHQ3E7.mjs";import"../../chunk-WB26DWOY.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-HHWJHOFZ.mjs";import"../../chunk-TKXEVD7A.mjs";import"../../chunk-ERLDXTIY.mjs";import"../../chunk-RIINVEZA.mjs";import"../../chunk-ZD2TY5N3.mjs";import"../../chunk-ZELTLAUN.mjs";import"../../chunk-LQOSHBB7.mjs";import"../../chunk-3OLFJ65O.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-R6QCPXQG.mjs";import"../../chunk-RXHER6EA.mjs";import"../../chunk-VHY6ZATX.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-KSLLV3ZC.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-RJ7F4JDV.mjs";import"../../chunk-X5YB74NB.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as AccountAuthenticator,g as AccountAuthenticatorAbstraction,b as AccountAuthenticatorEd25519,c as AccountAuthenticatorMultiEd25519,e as AccountAuthenticatorMultiKey,f as AccountAuthenticatorNoAccountAuthenticator,d as AccountAuthenticatorSingleKey,h as TransactionAuthenticator,i as TransactionAuthenticatorEd25519,l as TransactionAuthenticatorFeePayer,k as TransactionAuthenticatorMultiAgent,j as TransactionAuthenticatorMultiEd25519,m as TransactionAuthenticatorSingleSender};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -2,8 +2,8 @@ import { AccountAuthenticator } from './account.mjs';
|
|
|
2
2
|
import { Deserializer } from '../../bcs/deserializer.mjs';
|
|
3
3
|
import { Serializable, Serializer } from '../../bcs/serializer.mjs';
|
|
4
4
|
import { AccountAddress } from '../../core/accountAddress.mjs';
|
|
5
|
-
import { Ed25519PublicKey, Ed25519Signature } from '../../core/crypto/ed25519.mjs';
|
|
6
5
|
import { MultiEd25519PublicKey, MultiEd25519Signature } from '../../core/crypto/multiEd25519.mjs';
|
|
6
|
+
import { Ed25519PublicKey, Ed25519Signature } from '../../core/crypto/ed25519.mjs';
|
|
7
7
|
import '../../types/types.mjs';
|
|
8
8
|
import '../../types/indexer.mjs';
|
|
9
9
|
import '../../types/generated/operations.mjs';
|
|
@@ -13,8 +13,10 @@ import '@aptos-labs/script-composer-pack';
|
|
|
13
13
|
import '../../core/hex.mjs';
|
|
14
14
|
import '../../core/common.mjs';
|
|
15
15
|
import '../../core/crypto/multiKey.mjs';
|
|
16
|
-
import '../../publicKey-
|
|
16
|
+
import '../../publicKey-pDHBAZlT.mjs';
|
|
17
17
|
import '../../core/crypto/signature.mjs';
|
|
18
|
+
import '../../api/aptosConfig.mjs';
|
|
19
|
+
import '../../utils/const.mjs';
|
|
18
20
|
import '../../core/crypto/singleKey.mjs';
|
|
19
21
|
import '../../core/crypto/secp256k1.mjs';
|
|
20
22
|
import '../../core/crypto/privateKey.mjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b,c,d,e,f}from"../../chunk-
|
|
1
|
+
import{ta as a,ua as b,va as c,wa as d,xa as e,ya as f}from"../../chunk-NFPNWY6Z.mjs";import"../../chunk-G3MHXDYA.mjs";import"../../chunk-TNWABITK.mjs";import"../../chunk-AEGA5N2W.mjs";import"../../chunk-UYVPNUH3.mjs";import"../../chunk-A5L76YP7.mjs";import"../../chunk-LS3IDL2N.mjs";import"../../chunk-PDAWVDI7.mjs";import"../../chunk-MIW45ADL.mjs";import"../../chunk-GOXRBEIJ.mjs";import"../../chunk-2V636AYW.mjs";import"../../chunk-NECL5FCQ.mjs";import"../../chunk-4QMXOWHP.mjs";import"../../chunk-AIPHJFJL.mjs";import"../../chunk-TBY3VMMV.mjs";import"../../chunk-7YTGBTWH.mjs";import"../../chunk-6KE4JZD6.mjs";import"../../chunk-DOVH6HPL.mjs";import"../../chunk-C3Q23D22.mjs";import"../../chunk-7CRQNXR5.mjs";import"../../chunk-LGC2JORV.mjs";import"../../chunk-A3VO773Q.mjs";import"../../chunk-W4BSN6SK.mjs";import"../../chunk-IMTC3J2M.mjs";import"../../chunk-V3MBJJTL.mjs";import"../../chunk-TTY5GFMN.mjs";import"../../chunk-XLDMPCLF.mjs";import"../../chunk-KXVD52Y6.mjs";import"../../chunk-EODSU3YN.mjs";import"../../chunk-RXMLONF7.mjs";import"../../chunk-YOZBVVKL.mjs";import"../../chunk-PSZYS4RG.mjs";import"../../chunk-VHNX2NUR.mjs";import"../../chunk-7ECCT6PK.mjs";import"../../chunk-CWL7ZA3P.mjs";import"../../chunk-3RVAGHAA.mjs";import"../../chunk-3EUHEZND.mjs";import"../../chunk-HGLO5LDS.mjs";import"../../chunk-BMPHQ3E7.mjs";import"../../chunk-WB26DWOY.mjs";import"../../chunk-FZY4PMEE.mjs";import"../../chunk-HHWJHOFZ.mjs";import"../../chunk-TKXEVD7A.mjs";import"../../chunk-ERLDXTIY.mjs";import"../../chunk-RIINVEZA.mjs";import"../../chunk-ZD2TY5N3.mjs";import"../../chunk-ZELTLAUN.mjs";import"../../chunk-LQOSHBB7.mjs";import"../../chunk-3OLFJ65O.mjs";import"../../chunk-4WPQQPUF.mjs";import"../../chunk-R6QCPXQG.mjs";import"../../chunk-RXHER6EA.mjs";import"../../chunk-VHY6ZATX.mjs";import"../../chunk-IF4UU2MT.mjs";import"../../chunk-56CNRT2K.mjs";import"../../chunk-KSLLV3ZC.mjs";import"../../chunk-4RXKALLC.mjs";import"../../chunk-RJ7F4JDV.mjs";import"../../chunk-X5YB74NB.mjs";import"../../chunk-KDMSOCZY.mjs";export{a as TransactionAuthenticator,b as TransactionAuthenticatorEd25519,e as TransactionAuthenticatorFeePayer,d as TransactionAuthenticatorMultiAgent,c as TransactionAuthenticatorMultiEd25519,f as TransactionAuthenticatorSingleSender};
|
|
2
2
|
//# sourceMappingURL=transaction.mjs.map
|