@aptos-labs/ts-sdk 2.0.1 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/account-CEmLe1wW.d.ts +7363 -0
- package/dist/common/chunk-5JIJXVJ5.js +4 -0
- package/dist/common/chunk-5JIJXVJ5.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 +5756 -9761
- package/dist/common/index.js +34 -32
- package/dist/common/index.js.map +1 -1
- package/dist/esm/{Ed25519Account-D9XrCLfE.d.mts → Ed25519Account-Ccxj1zdx.d.mts} +1 -9
- package/dist/esm/account/AbstractKeylessAccount.d.mts +4 -31
- package/dist/esm/account/AbstractKeylessAccount.mjs +1 -1
- package/dist/esm/account/AbstractedAccount.d.mts +5 -32
- package/dist/esm/account/AbstractedAccount.mjs +1 -1
- package/dist/esm/account/Account.d.mts +3 -30
- package/dist/esm/account/Account.mjs +1 -1
- package/dist/esm/account/AccountUtils.d.mts +4 -31
- package/dist/esm/account/AccountUtils.mjs +1 -1
- package/dist/esm/account/DerivableAbstractedAccount.d.mts +5 -32
- package/dist/esm/account/DerivableAbstractedAccount.mjs +1 -1
- package/dist/esm/account/Ed25519Account.d.mts +3 -30
- package/dist/esm/account/Ed25519Account.mjs +1 -1
- package/dist/esm/account/EphemeralKeyPair.d.mts +2 -11
- package/dist/esm/account/EphemeralKeyPair.mjs +1 -1
- package/dist/esm/account/FederatedKeylessAccount.d.mts +4 -31
- package/dist/esm/account/FederatedKeylessAccount.mjs +1 -1
- package/dist/esm/account/KeylessAccount.d.mts +4 -31
- package/dist/esm/account/KeylessAccount.mjs +1 -1
- package/dist/esm/account/MultiEd25519Account.d.mts +3 -30
- package/dist/esm/account/MultiEd25519Account.mjs +1 -1
- package/dist/esm/account/MultiKeyAccount.d.mts +5 -32
- package/dist/esm/account/MultiKeyAccount.mjs +1 -1
- package/dist/esm/account/SingleKeyAccount.d.mts +3 -30
- package/dist/esm/account/SingleKeyAccount.mjs +1 -1
- package/dist/esm/account/index.d.mts +4 -31
- package/dist/esm/account/index.mjs +1 -1
- package/dist/esm/account/utils.d.mts +2 -6
- package/dist/esm/account/utils.mjs +1 -1
- package/dist/esm/account-9G6tix5T.d.mts +6591 -0
- package/dist/esm/api/account/abstraction.d.mts +2 -29
- package/dist/esm/api/account/abstraction.mjs +1 -1
- package/dist/esm/api/account.d.mts +3 -30
- package/dist/esm/api/account.mjs +1 -1
- package/dist/esm/api/ans.d.mts +3 -30
- package/dist/esm/api/ans.mjs +1 -1
- package/dist/esm/api/aptos.d.mts +7 -33
- package/dist/esm/api/aptos.mjs +1 -1
- package/dist/esm/api/aptosConfig.d.mts +4 -187
- package/dist/esm/api/aptosConfig.mjs +1 -1
- package/dist/esm/api/coin.d.mts +2 -29
- package/dist/esm/api/coin.mjs +1 -1
- package/dist/esm/api/digitalAsset.d.mts +3 -30
- package/dist/esm/api/digitalAsset.mjs +1 -1
- package/dist/esm/api/event.d.mts +2 -8
- package/dist/esm/api/event.mjs +1 -1
- package/dist/esm/api/faucet.d.mts +2 -8
- package/dist/esm/api/faucet.mjs +1 -1
- package/dist/esm/api/fungibleAsset.d.mts +2 -29
- package/dist/esm/api/fungibleAsset.mjs +1 -1
- package/dist/esm/api/general.d.mts +2 -29
- package/dist/esm/api/general.mjs +1 -1
- package/dist/esm/api/index.d.mts +5 -32
- package/dist/esm/api/index.mjs +1 -1
- package/dist/esm/api/keyless.d.mts +4 -31
- package/dist/esm/api/keyless.mjs +1 -1
- package/dist/esm/api/object.d.mts +2 -8
- package/dist/esm/api/object.mjs +1 -1
- package/dist/esm/api/staking.d.mts +2 -8
- package/dist/esm/api/staking.mjs +1 -1
- package/dist/esm/api/table.d.mts +2 -2
- package/dist/esm/api/table.mjs +1 -1
- package/dist/esm/api/transaction.d.mts +6 -33
- package/dist/esm/api/transaction.mjs +1 -1
- package/dist/esm/api/transactionSubmission/build.d.mts +2 -29
- package/dist/esm/api/transactionSubmission/build.mjs +1 -1
- package/dist/esm/api/transactionSubmission/management.d.mts +2 -29
- package/dist/esm/api/transactionSubmission/management.mjs +1 -1
- package/dist/esm/api/transactionSubmission/sign.d.mts +3 -30
- package/dist/esm/api/transactionSubmission/sign.mjs +1 -1
- package/dist/esm/api/transactionSubmission/simulate.d.mts +2 -29
- package/dist/esm/api/transactionSubmission/simulate.mjs +1 -1
- package/dist/esm/api/transactionSubmission/submit.d.mts +4 -31
- package/dist/esm/api/transactionSubmission/submit.mjs +1 -1
- package/dist/esm/api/utils.d.mts +2 -2
- package/dist/esm/api/utils.mjs +1 -1
- package/dist/esm/bcs/consts.d.mts +3 -1
- package/dist/esm/bcs/deserializer.d.mts +3 -304
- package/dist/esm/bcs/index.d.mts +2 -8
- package/dist/esm/bcs/index.mjs +1 -1
- package/dist/esm/bcs/serializable/entryFunctionBytes.d.mts +3 -7
- package/dist/esm/bcs/serializable/fixedBytes.d.mts +3 -90
- package/dist/esm/bcs/serializable/movePrimitives.d.mts +2 -167
- package/dist/esm/bcs/serializable/movePrimitives.mjs +1 -1
- package/dist/esm/bcs/serializable/moveStructs.d.mts +2 -430
- package/dist/esm/bcs/serializable/moveStructs.mjs +1 -1
- package/dist/esm/bcs/serializer.d.mts +3 -325
- package/dist/esm/{chunk-V74WPKSY.mjs → chunk-2XQKGWHQ.mjs} +2 -2
- package/dist/esm/chunk-4H2RMR7D.mjs +2 -0
- package/dist/esm/chunk-4H2RMR7D.mjs.map +1 -0
- package/dist/esm/{chunk-UOP7GBXB.mjs → chunk-5ZRPV4YI.mjs} +2 -2
- package/dist/esm/{chunk-V2QSMVJ5.mjs → chunk-7T62PEFI.mjs} +2 -2
- package/dist/esm/{chunk-U7HD6PQV.mjs → chunk-FSP4QM2T.mjs} +2 -2
- package/dist/esm/chunk-GMDBBVDH.mjs +6 -0
- package/dist/esm/chunk-GMDBBVDH.mjs.map +1 -0
- package/dist/esm/chunk-HMUIOIBG.mjs +2 -0
- package/dist/esm/{chunk-VEGW6HP5.mjs.map → chunk-HMUIOIBG.mjs.map} +1 -1
- package/dist/esm/{chunk-GBNAG7KK.mjs → chunk-IDHVW7HS.mjs} +2 -2
- package/dist/esm/{chunk-57J5YBMT.mjs → chunk-PFXXFUBL.mjs} +2 -2
- package/dist/esm/{chunk-KRBZ54CY.mjs → chunk-R7NQJWDG.mjs} +2 -2
- package/dist/esm/{chunk-AMAPBD4D.mjs → chunk-SAMHWS73.mjs} +2 -2
- package/dist/esm/chunk-UIVX6WSC.mjs +2 -0
- package/dist/esm/chunk-UIVX6WSC.mjs.map +1 -0
- package/dist/esm/{chunk-HETYL3WN.mjs → chunk-WOTQ7227.mjs} +2 -2
- package/dist/esm/{chunk-CZYH3G7E.mjs → chunk-YHGGNYYL.mjs} +2 -2
- package/dist/esm/cli/index.d.mts +3 -7
- package/dist/esm/cli/index.mjs +1 -1
- package/dist/esm/cli/localNode.mjs +1 -1
- package/dist/esm/cli/move.d.mts +3 -7
- package/dist/esm/client/core.d.mts +3 -3
- package/dist/esm/client/core.mjs +1 -1
- package/dist/esm/client/get.d.mts +3 -3
- package/dist/esm/client/get.mjs +1 -1
- package/dist/esm/client/index.d.mts +2 -2
- package/dist/esm/client/index.mjs +1 -1
- package/dist/esm/client/post.d.mts +3 -3
- package/dist/esm/client/post.mjs +1 -1
- package/dist/esm/core/account/index.d.mts +3 -7
- package/dist/esm/core/account/index.mjs +1 -1
- package/dist/esm/core/account/utils/address.d.mts +3 -7
- package/dist/esm/core/account/utils/address.mjs +1 -1
- package/dist/esm/core/account/utils/index.d.mts +3 -7
- package/dist/esm/core/account/utils/index.mjs +1 -1
- package/dist/esm/core/accountAddress.d.mts +3 -329
- package/dist/esm/core/accountAddress.mjs +1 -1
- package/dist/esm/core/authenticationKey.d.mts +2 -10
- package/dist/esm/core/authenticationKey.mjs +1 -1
- package/dist/esm/core/crypto/abstraction.d.mts +2 -10
- package/dist/esm/core/crypto/abstraction.mjs +1 -1
- package/dist/esm/core/crypto/deserializationUtils.d.mts +2 -10
- package/dist/esm/core/crypto/deserializationUtils.mjs +1 -1
- package/dist/esm/core/crypto/ed25519.d.mts +2 -301
- package/dist/esm/core/crypto/ed25519.mjs +1 -1
- package/dist/esm/core/crypto/ephemeral.d.mts +2 -10
- package/dist/esm/core/crypto/ephemeral.mjs +1 -1
- package/dist/esm/core/crypto/federatedKeyless.d.mts +4 -12
- package/dist/esm/core/crypto/federatedKeyless.mjs +1 -1
- package/dist/esm/core/crypto/index.d.mts +3 -17
- package/dist/esm/core/crypto/index.mjs +1 -1
- package/dist/esm/core/crypto/keyless.d.mts +3 -11
- package/dist/esm/core/crypto/keyless.mjs +1 -1
- package/dist/esm/core/crypto/multiEd25519.d.mts +2 -228
- package/dist/esm/core/crypto/multiEd25519.mjs +1 -1
- package/dist/esm/core/crypto/multiKey.d.mts +2 -254
- package/dist/esm/core/crypto/multiKey.mjs +1 -1
- package/dist/esm/core/crypto/privateKey.d.mts +2 -71
- package/dist/esm/core/crypto/privateKey.mjs +1 -1
- package/dist/esm/core/crypto/proof.d.mts +3 -4
- package/dist/esm/core/crypto/proof.mjs +1 -1
- package/dist/esm/core/crypto/publicKey.d.mts +2 -10
- package/dist/esm/core/crypto/publicKey.mjs +1 -1
- package/dist/esm/core/crypto/secp256k1.d.mts +2 -274
- package/dist/esm/core/crypto/secp256k1.mjs +1 -1
- package/dist/esm/core/crypto/signature.d.mts +3 -31
- package/dist/esm/core/crypto/signature.mjs +1 -1
- package/dist/esm/core/crypto/singleKey.d.mts +2 -182
- package/dist/esm/core/crypto/singleKey.mjs +1 -1
- package/dist/esm/core/crypto/utils.d.mts +3 -1
- package/dist/esm/core/hex.d.mts +3 -156
- package/dist/esm/core/index.d.mts +2 -16
- package/dist/esm/core/index.mjs +1 -1
- package/dist/esm/errors/index.d.mts +2 -1
- package/dist/esm/errors/index.mjs +1 -1
- package/dist/esm/{federatedKeyless-DAYXjY2Y.d.mts → federatedKeyless-CVKW5pnz.d.mts} +1 -7
- package/dist/esm/index.d.mts +4 -31
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/internal/abstraction.d.mts +2 -29
- package/dist/esm/internal/abstraction.mjs +1 -1
- package/dist/esm/internal/account.d.mts +3 -30
- package/dist/esm/internal/account.mjs +1 -1
- package/dist/esm/internal/ans.d.mts +3 -30
- package/dist/esm/internal/ans.mjs +1 -1
- package/dist/esm/internal/coin.d.mts +3 -30
- package/dist/esm/internal/coin.mjs +1 -1
- package/dist/esm/internal/digitalAsset.d.mts +3 -30
- package/dist/esm/internal/digitalAsset.mjs +1 -1
- package/dist/esm/internal/event.d.mts +2 -8
- package/dist/esm/internal/event.mjs +1 -1
- package/dist/esm/internal/faucet.d.mts +3 -9
- package/dist/esm/internal/faucet.mjs +1 -1
- package/dist/esm/internal/fungibleAsset.d.mts +3 -30
- package/dist/esm/internal/fungibleAsset.mjs +1 -1
- package/dist/esm/internal/general.d.mts +2 -2
- package/dist/esm/internal/general.mjs +1 -1
- package/dist/esm/internal/keyless.d.mts +5 -32
- package/dist/esm/internal/keyless.mjs +1 -1
- package/dist/esm/internal/object.d.mts +2 -8
- package/dist/esm/internal/object.mjs +1 -1
- package/dist/esm/internal/staking.d.mts +2 -8
- package/dist/esm/internal/staking.mjs +1 -1
- package/dist/esm/internal/table.d.mts +2 -2
- package/dist/esm/internal/table.mjs +1 -1
- package/dist/esm/internal/transaction.d.mts +3 -3
- package/dist/esm/internal/transaction.mjs +1 -1
- package/dist/esm/internal/transactionSubmission.d.mts +6 -33
- package/dist/esm/internal/transactionSubmission.mjs +1 -1
- package/dist/esm/internal/utils/index.d.mts +2 -8
- package/dist/esm/internal/utils/index.mjs +1 -1
- package/dist/esm/internal/utils/utils.d.mts +2 -8
- package/dist/esm/internal/utils/utils.mjs +1 -1
- package/dist/esm/internal/view.d.mts +1 -28
- package/dist/esm/internal/view.mjs +1 -1
- package/dist/esm/transactions/authenticator/account.d.mts +2 -179
- package/dist/esm/transactions/authenticator/account.mjs +1 -1
- package/dist/esm/transactions/authenticator/index.d.mts +2 -17
- package/dist/esm/transactions/authenticator/index.mjs +1 -1
- package/dist/esm/transactions/authenticator/transaction.d.mts +2 -17
- package/dist/esm/transactions/authenticator/transaction.mjs +1 -1
- package/dist/esm/transactions/index.d.mts +3 -30
- package/dist/esm/transactions/index.mjs +1 -1
- package/dist/esm/transactions/instances/chainId.d.mts +3 -44
- package/dist/esm/transactions/instances/identifier.d.mts +2 -44
- package/dist/esm/transactions/instances/index.d.mts +2 -27
- package/dist/esm/transactions/instances/index.mjs +1 -1
- package/dist/esm/transactions/instances/moduleId.d.mts +3 -57
- package/dist/esm/transactions/instances/moduleId.mjs +1 -1
- package/dist/esm/transactions/instances/multiAgentTransaction.d.mts +2 -60
- package/dist/esm/transactions/instances/multiAgentTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/rawTransaction.d.mts +2 -150
- package/dist/esm/transactions/instances/rawTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/rotationProofChallenge.d.mts +2 -12
- package/dist/esm/transactions/instances/rotationProofChallenge.mjs +1 -1
- package/dist/esm/transactions/instances/signedTransaction.d.mts +2 -23
- package/dist/esm/transactions/instances/signedTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/simpleTransaction.d.mts +2 -59
- package/dist/esm/transactions/instances/simpleTransaction.mjs +1 -1
- package/dist/esm/transactions/instances/transactionArgument.d.mts +2 -74
- package/dist/esm/transactions/instances/transactionPayload.d.mts +2 -300
- package/dist/esm/transactions/instances/transactionPayload.mjs +1 -1
- package/dist/esm/transactions/management/accountSequenceNumber.d.mts +2 -29
- package/dist/esm/transactions/management/accountSequenceNumber.mjs +1 -1
- package/dist/esm/transactions/management/index.d.mts +2 -29
- package/dist/esm/transactions/management/index.mjs +1 -1
- package/dist/esm/transactions/management/transactionWorker.d.mts +2 -29
- package/dist/esm/transactions/management/transactionWorker.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/helpers.d.mts +3 -30
- package/dist/esm/transactions/transactionBuilder/helpers.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/index.d.mts +2 -29
- package/dist/esm/transactions/transactionBuilder/index.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/remoteAbi.d.mts +2 -29
- package/dist/esm/transactions/transactionBuilder/remoteAbi.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/signingMessage.d.mts +1 -28
- package/dist/esm/transactions/transactionBuilder/signingMessage.mjs +1 -1
- package/dist/esm/transactions/transactionBuilder/transactionBuilder.d.mts +3 -29
- package/dist/esm/transactions/transactionBuilder/transactionBuilder.mjs +1 -1
- package/dist/esm/transactions/typeTag/index.d.mts +2 -462
- package/dist/esm/transactions/typeTag/index.mjs +1 -1
- package/dist/esm/transactions/typeTag/parser.d.mts +2 -8
- package/dist/esm/transactions/typeTag/parser.mjs +1 -1
- package/dist/esm/transactions/types.d.mts +3 -399
- package/dist/esm/types/index.d.mts +3 -1
- package/dist/esm/types/index.mjs +1 -1
- package/dist/esm/types/types.d.mts +5 -1298
- package/dist/esm/types/types.mjs +1 -1
- package/dist/esm/utils/helpers.d.mts +2 -6
- package/dist/esm/utils/helpers.mjs +1 -1
- package/dist/esm/utils/index.d.mts +1 -6
- package/dist/esm/utils/index.mjs +1 -1
- package/dist/esm/utils/normalizeBundle.d.mts +2 -4
- 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 +18 -19
- package/src/api/aptos.ts +6 -2
- package/src/api/aptosConfig.ts +73 -2
- package/src/api/transaction.ts +9 -6
- package/src/api/transactionSubmission/build.ts +5 -1
- package/src/api/transactionSubmission/submit.ts +16 -12
- package/src/core/crypto/multiKey.ts +14 -1
- package/src/internal/transactionSubmission.ts +20 -10
- package/src/transactions/instances/transactionPayload.ts +165 -2
- package/src/transactions/management/transactionWorker.ts +1 -1
- package/src/transactions/transactionBuilder/transactionBuilder.ts +64 -5
- package/src/transactions/types.ts +61 -10
- package/src/types/types.ts +111 -0
- package/src/version.ts +1 -1
- package/dist/common/accountAddress-AL8HRxQC.d.ts +0 -3148
- package/dist/common/chunk-ZMDE3DNL.js +0 -4
- package/dist/common/chunk-ZMDE3DNL.js.map +0 -1
- package/dist/esm/chunk-BK56GLTP.mjs +0 -4
- package/dist/esm/chunk-BK56GLTP.mjs.map +0 -1
- package/dist/esm/chunk-ODAAZLPK.mjs +0 -2
- package/dist/esm/chunk-ODAAZLPK.mjs.map +0 -1
- package/dist/esm/chunk-VEGW6HP5.mjs +0 -2
- package/dist/esm/chunk-XTMUMN74.mjs +0 -2
- package/dist/esm/chunk-XTMUMN74.mjs.map +0 -1
- package/dist/esm/publicKey-CJOcUwJK.d.mts +0 -213
- package/src/internal/move/jwks/build/jwk/BuildInfo.yaml +0 -56
- 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 +0 -1533
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator.move +0 -48
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_factory.move +0 -66
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aggregator_v2.move +0 -280
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_account.move +0 -443
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_coin.move +0 -204
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/aptos_governance.move +0 -1387
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/block.move +0 -394
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_id.move +0 -41
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/chain_status.move +0 -48
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/code.move +0 -367
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/coin.move +0 -2214
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/config_buffer.move +0 -101
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/consensus_config.move +0 -77
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/create_signer.move +0 -21
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/delegation_pool.move +0 -5568
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dispatchable_fungible_asset.move +0 -228
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/dkg.move +0 -121
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/event.move +0 -92
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/execution_config.move +0 -66
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/function_info.move +0 -100
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/fungible_asset.move +0 -1566
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/gas_schedule.move +0 -176
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/genesis.move +0 -550
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/governance_proposal.move +0 -23
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/guid.move +0 -68
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwk_consensus_config.move +0 -148
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/jwks.move +0 -817
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/keyless_account.move +0 -312
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/managed_coin.move +0 -205
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/multisig_account.move +0 -2477
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object.move +0 -1073
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/object_code_deployment.move +0 -147
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/optional_aggregator.move +0 -295
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/primary_fungible_store.move +0 -405
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness.move +0 -574
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_api_v0_config.move +0 -57
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config.move +0 -153
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/randomness_config_seqnum.move +0 -49
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration.move +0 -237
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_state.move +0 -132
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/reconfiguration_with_dkg.move +0 -69
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/resource_account.move +0 -267
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/stake.move +0 -3286
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_config.move +0 -686
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_contract.move +0 -1618
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/staking_proxy.move +0 -228
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/state_storage.move +0 -90
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/storage_gas.move +0 -622
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/system_addresses.move +0 -82
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/timestamp.move +0 -88
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_context.move +0 -262
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_fee.move +0 -457
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/transaction_validation.move +0 -501
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/util.move +0 -16
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/validator_consensus_info.move +0 -42
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/version.move +0 -115
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/vesting.move +0 -2183
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosFramework/voting.move +0 -1279
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/any.move +0 -57
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/aptos_hash.move +0 -253
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/big_vector.move +0 -469
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381.move +0 -985
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bls12381_algebra.move +0 -802
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/bn254_algebra.move +0 -855
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/capability.move +0 -193
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/comparator.move +0 -173
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/copyable_any.move +0 -45
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/crypto_algebra.move +0 -351
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/debug.move +0 -278
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ed25519.move +0 -262
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/fixed_point64.move +0 -447
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/from_bcs.move +0 -91
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math128.move +0 -381
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math64.move +0 -336
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed.move +0 -139
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/math_fixed64.move +0 -142
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/multi_ed25519.move +0 -482
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64.move +0 -571
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/pool_u64_unbound.move +0 -270
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255.move +0 -1310
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_bulletproofs.move +0 -253
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_elgamal.move +0 -234
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/ristretto255_pedersen.move +0 -158
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/secp256k1.move +0 -114
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/simple_map.move +0 -319
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_table.move +0 -769
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/smart_vector.move +0 -766
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/string_utils.move +0 -148
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table.move +0 -152
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/table_with_length.move +0 -141
- package/src/internal/move/jwks/build/jwk/sources/dependencies/AptosStdlib/type_info.move +0 -351
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/acl.move +0 -46
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bcs.move +0 -27
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/bit_vector.move +0 -239
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/error.move +0 -88
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/features.move +0 -780
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/fixed_point32.move +0 -295
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/hash.move +0 -8
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/option.move +0 -356
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/signer.move +0 -21
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/string.move +0 -93
- package/src/internal/move/jwks/build/jwk/sources/dependencies/MoveStdlib/vector.move +0 -669
- package/src/internal/move/jwks/build/jwk/sources/main.move +0 -20
- /package/dist/esm/{chunk-V74WPKSY.mjs.map → chunk-2XQKGWHQ.mjs.map} +0 -0
- /package/dist/esm/{chunk-UOP7GBXB.mjs.map → chunk-5ZRPV4YI.mjs.map} +0 -0
- /package/dist/esm/{chunk-V2QSMVJ5.mjs.map → chunk-7T62PEFI.mjs.map} +0 -0
- /package/dist/esm/{chunk-U7HD6PQV.mjs.map → chunk-FSP4QM2T.mjs.map} +0 -0
- /package/dist/esm/{chunk-GBNAG7KK.mjs.map → chunk-IDHVW7HS.mjs.map} +0 -0
- /package/dist/esm/{chunk-57J5YBMT.mjs.map → chunk-PFXXFUBL.mjs.map} +0 -0
- /package/dist/esm/{chunk-KRBZ54CY.mjs.map → chunk-R7NQJWDG.mjs.map} +0 -0
- /package/dist/esm/{chunk-AMAPBD4D.mjs.map → chunk-SAMHWS73.mjs.map} +0 -0
- /package/dist/esm/{chunk-HETYL3WN.mjs.map → chunk-WOTQ7227.mjs.map} +0 -0
- /package/dist/esm/{chunk-CZYH3G7E.mjs.map → chunk-YHGGNYYL.mjs.map} +0 -0
|
@@ -1,403 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
import { MoveVector, MoveOption, MoveString, Serialized } from '../bcs/serializable/moveStructs.mjs';
|
|
3
|
-
import { Bool, U8, U16, U32, U64, U128, U256 } from '../bcs/serializable/movePrimitives.mjs';
|
|
4
|
-
import { FixedBytes } from '../bcs/serializable/fixedBytes.mjs';
|
|
5
|
-
import { AccountAddress, AccountAddressInput } from '../core/accountAddress.mjs';
|
|
6
|
-
import { AnyNumber, MoveFunctionId, MoveFunctionGenericTypeParam, MoveStructId, MoveValue, HexInput } from '../types/types.mjs';
|
|
7
|
-
import { P as PublicKey } from '../publicKey-CJOcUwJK.mjs';
|
|
8
|
-
import { AccountAuthenticator } from './authenticator/account.mjs';
|
|
9
|
-
import { RawTransaction, MultiAgentRawTransaction, FeePayerRawTransaction } from './instances/rawTransaction.mjs';
|
|
10
|
-
import { TransactionPayloadEntryFunction, TransactionPayloadScript, TransactionPayloadMultiSig } from './instances/transactionPayload.mjs';
|
|
11
|
-
import { SimpleTransaction } from './instances/simpleTransaction.mjs';
|
|
12
|
-
import { MultiAgentTransaction } from './instances/multiAgentTransaction.mjs';
|
|
13
|
-
import { TypeTag } from './typeTag/index.mjs';
|
|
14
|
-
import '../utils/apiEndpoints.mjs';
|
|
15
|
-
import '../utils/const.mjs';
|
|
1
|
+
export { bf as AnyRawTransaction, aR as AnyRawTransactionInstance, aV as AnyTransactionPayloadInstance, ba as EntryFunctionABI, aO as EntryFunctionArgumentTypes, b9 as FunctionABI, aY as InputEntryFunctionData, a_ as InputEntryFunctionDataWithABI, b0 as InputEntryFunctionDataWithRemoteABI, bd as InputGenerateMultiAgentRawTransactionArgs, bj as InputGenerateMultiAgentRawTransactionData, aU as InputGenerateOrderlessTransactionOptions, be as InputGenerateRawTransactionArgs, aT as InputGenerateSequenceNumberTransactionOptions, bc as InputGenerateSingleSignerRawTransactionArgs, bi as InputGenerateSingleSignerRawTransactionData, bk as InputGenerateTransactionData, aS as InputGenerateTransactionOptions, aW as InputGenerateTransactionPayloadData, aZ as InputGenerateTransactionPayloadDataWithABI, aX as InputGenerateTransactionPayloadDataWithRemoteABI, b1 as InputMultiSigData, a$ as InputMultiSigDataWithABI, b2 as InputMultiSigDataWithRemoteABI, b3 as InputScriptData, bg as InputSimulateTransactionData, bh as InputSimulateTransactionOptions, bm as InputSubmitTransactionData, bl as InputTransactionPluginData, b4 as InputViewFunctionData, b8 as InputViewFunctionDataWithABI, b7 as InputViewFunctionDataWithRemoteABI, b5 as InputViewFunctionJsonData, aP as ScriptFunctionArgumentTypes, aN as SimpleEntryFunctionArgumentTypes, aQ as TypeArgument, bb as ViewFunctionABI, b6 as ViewFunctionJsonPayload } from '../account-9G6tix5T.mjs';
|
|
16
2
|
import '../types/indexer.mjs';
|
|
17
3
|
import '../types/generated/operations.mjs';
|
|
18
4
|
import '../types/generated/types.mjs';
|
|
19
|
-
import '../
|
|
20
|
-
import '../
|
|
5
|
+
import '../utils/apiEndpoints.mjs';
|
|
6
|
+
import '../utils/const.mjs';
|
|
21
7
|
import '../core/common.mjs';
|
|
22
|
-
import '../bcs/deserializer.mjs';
|
|
23
|
-
import './instances/transactionArgument.mjs';
|
|
24
|
-
import '../core/crypto/signature.mjs';
|
|
25
|
-
import '../core/crypto/ed25519.mjs';
|
|
26
|
-
import '../core/crypto/privateKey.mjs';
|
|
27
|
-
import '../core/crypto/multiEd25519.mjs';
|
|
28
|
-
import '../core/crypto/multiKey.mjs';
|
|
29
|
-
import '../core/crypto/singleKey.mjs';
|
|
30
|
-
import '../core/crypto/secp256k1.mjs';
|
|
31
|
-
import './instances/chainId.mjs';
|
|
32
|
-
import './instances/identifier.mjs';
|
|
33
|
-
import './instances/moduleId.mjs';
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* Entry function arguments for building a raw transaction using remote ABI, supporting various data types including primitives and arrays.
|
|
37
|
-
* @group Implementation
|
|
38
|
-
* @category Transactions
|
|
39
|
-
*/
|
|
40
|
-
type SimpleEntryFunctionArgumentTypes = boolean | number | bigint | string | null | undefined | Uint8Array | ArrayBuffer | Array<SimpleEntryFunctionArgumentTypes | EntryFunctionArgumentTypes>;
|
|
41
|
-
/**
|
|
42
|
-
* Entry function arguments for building a raw transaction using BCS serialized arguments.
|
|
43
|
-
* @group Implementation
|
|
44
|
-
* @category Transactions
|
|
45
|
-
*/
|
|
46
|
-
type EntryFunctionArgumentTypes = Bool | U8 | U16 | U32 | U64 | U128 | U256 | AccountAddress | MoveVector<EntryFunctionArgumentTypes> | MoveOption<EntryFunctionArgumentTypes> | MoveString | FixedBytes;
|
|
47
|
-
/**
|
|
48
|
-
* Script function arguments for building raw transactions using BCS serialized arguments.
|
|
49
|
-
* @group Implementation
|
|
50
|
-
* @category Transactions
|
|
51
|
-
*/
|
|
52
|
-
type ScriptFunctionArgumentTypes = Bool | U8 | U16 | U32 | U64 | U128 | U256 | AccountAddress | MoveVector<ScriptFunctionArgumentTypes> | MoveString | FixedBytes | Serialized;
|
|
53
|
-
/**
|
|
54
|
-
* Inputs for Entry functions, view functions, and scripts, which can be a string representation of various types including
|
|
55
|
-
* primitive types, vectors, and structured types.
|
|
56
|
-
*
|
|
57
|
-
* *
|
|
58
|
-
* This can be a string version of the type argument such as:
|
|
59
|
-
* - u8
|
|
60
|
-
* - u16
|
|
61
|
-
* - u32
|
|
62
|
-
* - u64
|
|
63
|
-
* - u128
|
|
64
|
-
* - u256
|
|
65
|
-
* - bool
|
|
66
|
-
* - address
|
|
67
|
-
* - signer
|
|
68
|
-
* - vector<Type>
|
|
69
|
-
* - address::module::struct
|
|
70
|
-
* - address::module::struct<Type1, Type2>
|
|
71
|
-
* @group Implementation
|
|
72
|
-
* @category Transactions
|
|
73
|
-
*/
|
|
74
|
-
type TypeArgument = TypeTag | string;
|
|
75
|
-
/**
|
|
76
|
-
* Holds all return interfaces for generating different transaction types.
|
|
77
|
-
* @group Implementation
|
|
78
|
-
* @category Transactions
|
|
79
|
-
*/
|
|
80
|
-
type AnyRawTransactionInstance = RawTransaction | MultiAgentRawTransaction | FeePayerRawTransaction;
|
|
81
|
-
/**
|
|
82
|
-
* Optional options to set when generating a transaction, including a maximum gas amount.
|
|
83
|
-
* @group Implementation
|
|
84
|
-
* @category Transactions
|
|
85
|
-
*/
|
|
86
|
-
type InputGenerateTransactionOptions = {
|
|
87
|
-
maxGasAmount?: number;
|
|
88
|
-
gasUnitPrice?: number;
|
|
89
|
-
expireTimestamp?: number;
|
|
90
|
-
accountSequenceNumber?: AnyNumber;
|
|
91
|
-
};
|
|
92
|
-
/**
|
|
93
|
-
* The transaction payload type generated from the `generateTransactionPayload()` function, which can be an entry function,
|
|
94
|
-
* script, or multi-signature payload.
|
|
95
|
-
* @group Implementation
|
|
96
|
-
* @category Transactions
|
|
97
|
-
*/
|
|
98
|
-
type AnyTransactionPayloadInstance = TransactionPayloadEntryFunction | TransactionPayloadScript | TransactionPayloadMultiSig;
|
|
99
|
-
/**
|
|
100
|
-
* The data needed to generate a transaction payload for Entry Function, Script, or Multi Sig types.
|
|
101
|
-
* @group Implementation
|
|
102
|
-
* @category Transactions
|
|
103
|
-
*/
|
|
104
|
-
type InputGenerateTransactionPayloadData = InputEntryFunctionData | InputScriptData | InputMultiSigData;
|
|
105
|
-
/**
|
|
106
|
-
* The payload for generating a transaction, which can be either script data, entry function data with remote ABI, or
|
|
107
|
-
* multi-signature data.
|
|
108
|
-
* @group Implementation
|
|
109
|
-
* @category Transactions
|
|
110
|
-
*/
|
|
111
|
-
type InputGenerateTransactionPayloadDataWithRemoteABI = InputScriptData | InputEntryFunctionDataWithRemoteABI | InputMultiSigDataWithRemoteABI;
|
|
112
|
-
/**
|
|
113
|
-
* The data needed to generate an Entry Function payload.
|
|
114
|
-
* @group Implementation
|
|
115
|
-
* @category Transactions
|
|
116
|
-
*/
|
|
117
|
-
type InputEntryFunctionData = {
|
|
118
|
-
function: MoveFunctionId;
|
|
119
|
-
typeArguments?: Array<TypeArgument>;
|
|
120
|
-
functionArguments: Array<EntryFunctionArgumentTypes | SimpleEntryFunctionArgumentTypes>;
|
|
121
|
-
abi?: EntryFunctionABI;
|
|
122
|
-
};
|
|
123
|
-
/**
|
|
124
|
-
* The payload for generating a transaction, which can be either an entry function or a multi-signature transaction.
|
|
125
|
-
* @group Implementation
|
|
126
|
-
* @category Transactions
|
|
127
|
-
*/
|
|
128
|
-
type InputGenerateTransactionPayloadDataWithABI = InputEntryFunctionDataWithABI | InputMultiSigDataWithABI;
|
|
129
|
-
/**
|
|
130
|
-
* The input data for an entry function, including its associated ABI.
|
|
131
|
-
* @group Implementation
|
|
132
|
-
* @category Transactions
|
|
133
|
-
*/
|
|
134
|
-
type InputEntryFunctionDataWithABI = Omit<InputEntryFunctionData, "abi"> & {
|
|
135
|
-
abi: EntryFunctionABI;
|
|
136
|
-
};
|
|
137
|
-
/**
|
|
138
|
-
* The data needed to generate a Multi Sig payload, including the multisig address.
|
|
139
|
-
* @group Implementation
|
|
140
|
-
* @category Transactions
|
|
141
|
-
*/
|
|
142
|
-
type InputMultiSigDataWithABI = {
|
|
143
|
-
multisigAddress: AccountAddressInput;
|
|
144
|
-
} & InputEntryFunctionDataWithABI;
|
|
145
|
-
/**
|
|
146
|
-
* Combines input function data with Aptos configuration for remote ABI interactions.
|
|
147
|
-
* @group Implementation
|
|
148
|
-
* @category Transactions
|
|
149
|
-
*/
|
|
150
|
-
type InputEntryFunctionDataWithRemoteABI = InputEntryFunctionData & {
|
|
151
|
-
aptosConfig: AptosConfig;
|
|
152
|
-
};
|
|
153
|
-
/**
|
|
154
|
-
* The data needed to generate a Multi Sig payload
|
|
155
|
-
* @group Implementation
|
|
156
|
-
* @category Transactions
|
|
157
|
-
*/
|
|
158
|
-
type InputMultiSigData = {
|
|
159
|
-
multisigAddress: AccountAddressInput;
|
|
160
|
-
} & InputEntryFunctionData;
|
|
161
|
-
/**
|
|
162
|
-
* The data needed to generate a Multi Sig payload, including the multisig address.
|
|
163
|
-
* @group Implementation
|
|
164
|
-
* @category Transactions
|
|
165
|
-
*/
|
|
166
|
-
type InputMultiSigDataWithRemoteABI = {
|
|
167
|
-
multisigAddress: AccountAddressInput;
|
|
168
|
-
} & InputEntryFunctionDataWithRemoteABI;
|
|
169
|
-
/**
|
|
170
|
-
* The data needed to generate a Script payload.
|
|
171
|
-
* @group Implementation
|
|
172
|
-
* @category Transactions
|
|
173
|
-
*/
|
|
174
|
-
type InputScriptData = {
|
|
175
|
-
bytecode: HexInput;
|
|
176
|
-
typeArguments?: Array<TypeArgument>;
|
|
177
|
-
functionArguments: Array<ScriptFunctionArgumentTypes>;
|
|
178
|
-
};
|
|
179
|
-
/**
|
|
180
|
-
* The data needed to generate a View Function payload.
|
|
181
|
-
* @group Implementation
|
|
182
|
-
* @category Transactions
|
|
183
|
-
*/
|
|
184
|
-
type InputViewFunctionData = {
|
|
185
|
-
function: MoveFunctionId;
|
|
186
|
-
typeArguments?: Array<TypeArgument>;
|
|
187
|
-
functionArguments?: Array<EntryFunctionArgumentTypes | SimpleEntryFunctionArgumentTypes>;
|
|
188
|
-
abi?: ViewFunctionABI;
|
|
189
|
-
};
|
|
190
|
-
/**
|
|
191
|
-
* The data needed to generate a View Function payload in JSON format.
|
|
192
|
-
* @group Implementation
|
|
193
|
-
* @category Transactions
|
|
194
|
-
*/
|
|
195
|
-
type InputViewFunctionJsonData = {
|
|
196
|
-
function: MoveFunctionId;
|
|
197
|
-
typeArguments?: Array<MoveStructId>;
|
|
198
|
-
functionArguments?: Array<MoveValue>;
|
|
199
|
-
};
|
|
200
|
-
/**
|
|
201
|
-
* The payload sent to the fullnode for a JSON view request.
|
|
202
|
-
* @group Implementation
|
|
203
|
-
* @category Transactions
|
|
204
|
-
*/
|
|
205
|
-
type ViewFunctionJsonPayload = {
|
|
206
|
-
function: MoveFunctionId;
|
|
207
|
-
typeArguments: Array<MoveStructId>;
|
|
208
|
-
functionArguments: Array<MoveValue>;
|
|
209
|
-
};
|
|
210
|
-
/**
|
|
211
|
-
* Data required to create a view function payload and retrieve the remote ABI, including Aptos configuration.
|
|
212
|
-
* @group Implementation
|
|
213
|
-
* @category Transactions
|
|
214
|
-
*/
|
|
215
|
-
type InputViewFunctionDataWithRemoteABI = InputViewFunctionData & {
|
|
216
|
-
aptosConfig: AptosConfig;
|
|
217
|
-
};
|
|
218
|
-
/**
|
|
219
|
-
* Data needed to generate a view function, including the fetched ABI.
|
|
220
|
-
* @group Implementation
|
|
221
|
-
* @category Transactions
|
|
222
|
-
*/
|
|
223
|
-
type InputViewFunctionDataWithABI = InputViewFunctionData & {
|
|
224
|
-
abi: ViewFunctionABI;
|
|
225
|
-
};
|
|
226
|
-
/**
|
|
227
|
-
* Data needed for a generic function ABI, applicable to both view and entry functions.
|
|
228
|
-
* @group Implementation
|
|
229
|
-
* @category Transactions
|
|
230
|
-
*/
|
|
231
|
-
type FunctionABI = {
|
|
232
|
-
typeParameters: Array<MoveFunctionGenericTypeParam>;
|
|
233
|
-
parameters: Array<TypeTag>;
|
|
234
|
-
};
|
|
235
|
-
/**
|
|
236
|
-
* Interface for an Entry function's ABI, enabling type checking and input conversion for ABI-based transaction submissions.
|
|
237
|
-
* @group Implementation
|
|
238
|
-
* @category Transactions
|
|
239
|
-
*/
|
|
240
|
-
type EntryFunctionABI = FunctionABI & {
|
|
241
|
-
signers?: number;
|
|
242
|
-
};
|
|
243
|
-
/**
|
|
244
|
-
* Interface for a view function's ABI, providing type checking and input conversion for ABI-based transaction submissions.
|
|
245
|
-
* @group Implementation
|
|
246
|
-
* @category Transactions
|
|
247
|
-
*/
|
|
248
|
-
type ViewFunctionABI = FunctionABI & {
|
|
249
|
-
returnTypes: Array<TypeTag>;
|
|
250
|
-
};
|
|
251
|
-
/**
|
|
252
|
-
* Arguments for generating a single signer raw transaction, used in the transaction builder flow.
|
|
253
|
-
*
|
|
254
|
-
* @param aptosConfig - Configuration settings for Aptos.
|
|
255
|
-
* @param sender - The address of the sender.
|
|
256
|
-
* @param payload - The transaction payload.
|
|
257
|
-
* @param options - Optional transaction generation options.
|
|
258
|
-
* @param feePayerAddress - Optional address of the fee payer.
|
|
259
|
-
* @group Implementation
|
|
260
|
-
* @category Transactions
|
|
261
|
-
*/
|
|
262
|
-
interface InputGenerateSingleSignerRawTransactionArgs {
|
|
263
|
-
aptosConfig: AptosConfig;
|
|
264
|
-
sender: AccountAddressInput;
|
|
265
|
-
payload: AnyTransactionPayloadInstance;
|
|
266
|
-
options?: InputGenerateTransactionOptions;
|
|
267
|
-
feePayerAddress?: AccountAddressInput;
|
|
268
|
-
}
|
|
269
|
-
/**
|
|
270
|
-
* Arguments for generating a multi-agent transaction, used in the `generateTransaction()` method of the transaction builder flow.
|
|
271
|
-
*
|
|
272
|
-
* @param aptosConfig - Configuration settings for Aptos.
|
|
273
|
-
* @param sender - The address of the transaction sender.
|
|
274
|
-
* @param payload - The transaction payload.
|
|
275
|
-
* @param secondarySignerAddresses - List of secondary signer addresses.
|
|
276
|
-
* @param options - Optional settings for transaction generation.
|
|
277
|
-
* @param feePayerAddress - Optional address of the fee payer.
|
|
278
|
-
* @group Implementation
|
|
279
|
-
* @category Transactions
|
|
280
|
-
*/
|
|
281
|
-
interface InputGenerateMultiAgentRawTransactionArgs {
|
|
282
|
-
aptosConfig: AptosConfig;
|
|
283
|
-
sender: AccountAddressInput;
|
|
284
|
-
payload: AnyTransactionPayloadInstance;
|
|
285
|
-
secondarySignerAddresses: AccountAddressInput[];
|
|
286
|
-
options?: InputGenerateTransactionOptions;
|
|
287
|
-
feePayerAddress?: AccountAddressInput;
|
|
288
|
-
}
|
|
289
|
-
/**
|
|
290
|
-
* A unified type for generating various transaction types.
|
|
291
|
-
* @group Implementation
|
|
292
|
-
* @category Transactions
|
|
293
|
-
*/
|
|
294
|
-
type InputGenerateRawTransactionArgs = InputGenerateSingleSignerRawTransactionArgs | InputGenerateMultiAgentRawTransactionArgs;
|
|
295
|
-
/**
|
|
296
|
-
* Unified type that holds all the return interfaces when generating different transaction types
|
|
297
|
-
* @group Implementation
|
|
298
|
-
* @category Transactions
|
|
299
|
-
*/
|
|
300
|
-
type AnyRawTransaction = SimpleTransaction | MultiAgentTransaction;
|
|
301
|
-
/**
|
|
302
|
-
* The data required to simulate a transaction, typically generated by `generateTransaction()`.
|
|
303
|
-
* @group Implementation
|
|
304
|
-
* @category Transactions
|
|
305
|
-
*/
|
|
306
|
-
type InputSimulateTransactionData = {
|
|
307
|
-
/**
|
|
308
|
-
* The transaction to simulate, probably generated by `generateTransaction()`
|
|
309
|
-
* @group Implementation
|
|
310
|
-
* @category Transactions
|
|
311
|
-
*/
|
|
312
|
-
transaction: AnyRawTransaction;
|
|
313
|
-
/**
|
|
314
|
-
* For a single signer transaction
|
|
315
|
-
* @group Implementation
|
|
316
|
-
* @category Transactions
|
|
317
|
-
* This is optional and can be undefined to skip the public/auth key check during the transaction simulation.
|
|
318
|
-
*/
|
|
319
|
-
signerPublicKey?: PublicKey;
|
|
320
|
-
/**
|
|
321
|
-
* For a fee payer or multi-agent transaction that requires additional signers in
|
|
322
|
-
* @group Implementation
|
|
323
|
-
* @category Transactions
|
|
324
|
-
*/
|
|
325
|
-
secondarySignersPublicKeys?: Array<PublicKey | undefined>;
|
|
326
|
-
/**
|
|
327
|
-
* For a fee payer transaction (aka Sponsored Transaction)
|
|
328
|
-
* @group Implementation
|
|
329
|
-
* @category Transactions
|
|
330
|
-
*/
|
|
331
|
-
feePayerPublicKey?: PublicKey;
|
|
332
|
-
options?: InputSimulateTransactionOptions;
|
|
333
|
-
};
|
|
334
|
-
/**
|
|
335
|
-
* Options for simulating a transaction input, including whether to estimate the gas unit price.
|
|
336
|
-
* @group Implementation
|
|
337
|
-
* @category Transactions
|
|
338
|
-
*/
|
|
339
|
-
type InputSimulateTransactionOptions = {
|
|
340
|
-
estimateGasUnitPrice?: boolean;
|
|
341
|
-
estimateMaxGasAmount?: boolean;
|
|
342
|
-
estimatePrioritizedGasUnitPrice?: boolean;
|
|
343
|
-
};
|
|
344
|
-
/**
|
|
345
|
-
* Holds user input data for generating a single signer transaction.
|
|
346
|
-
*
|
|
347
|
-
* @param sender - The address of the account sending the transaction.
|
|
348
|
-
* @param data - The payload data for the transaction.
|
|
349
|
-
* @param options - Optional transaction options.
|
|
350
|
-
* @param withFeePayer - Indicates if the fee payer is included.
|
|
351
|
-
* @param secondarySignerAddresses - Addresses for any secondary signers (not used in single signer transactions).
|
|
352
|
-
* @group Implementation
|
|
353
|
-
* @category Transactions
|
|
354
|
-
*/
|
|
355
|
-
interface InputGenerateSingleSignerRawTransactionData {
|
|
356
|
-
sender: AccountAddressInput;
|
|
357
|
-
data: InputGenerateTransactionPayloadData;
|
|
358
|
-
options?: InputGenerateTransactionOptions;
|
|
359
|
-
withFeePayer?: boolean;
|
|
360
|
-
secondarySignerAddresses?: undefined;
|
|
361
|
-
}
|
|
362
|
-
/**
|
|
363
|
-
* Holds user data input for generating a multi-agent transaction.
|
|
364
|
-
*
|
|
365
|
-
* @param sender - The address of the primary sender.
|
|
366
|
-
* @param data - The payload data for the transaction.
|
|
367
|
-
* @param secondarySignerAddresses - An array of addresses for secondary signers.
|
|
368
|
-
* @param options - Optional transaction options.
|
|
369
|
-
* @param withFeePayer - Indicates if a fee payer is included.
|
|
370
|
-
* @group Implementation
|
|
371
|
-
* @category Transactions
|
|
372
|
-
*/
|
|
373
|
-
interface InputGenerateMultiAgentRawTransactionData {
|
|
374
|
-
sender: AccountAddressInput;
|
|
375
|
-
data: InputGenerateTransactionPayloadData;
|
|
376
|
-
secondarySignerAddresses: AccountAddressInput[];
|
|
377
|
-
options?: InputGenerateTransactionOptions;
|
|
378
|
-
withFeePayer?: boolean;
|
|
379
|
-
}
|
|
380
|
-
/**
|
|
381
|
-
* Unified type holding user data input interfaces for generating various transaction types.
|
|
382
|
-
* @group Implementation
|
|
383
|
-
* @category Transactions
|
|
384
|
-
*/
|
|
385
|
-
type InputGenerateTransactionData = InputGenerateSingleSignerRawTransactionData | InputGenerateMultiAgentRawTransactionData;
|
|
386
|
-
/**
|
|
387
|
-
* Holds user data input for submitting a transaction.
|
|
388
|
-
*
|
|
389
|
-
* @param transaction - The raw transaction data.
|
|
390
|
-
* @param senderAuthenticator - The authenticator for the sender's account.
|
|
391
|
-
* @param feePayerAuthenticator - Optional authenticator for the fee payer's account.
|
|
392
|
-
* @param additionalSignersAuthenticators - Optional array of authenticators for additional signers.
|
|
393
|
-
* @group Implementation
|
|
394
|
-
* @category Transactions
|
|
395
|
-
*/
|
|
396
|
-
interface InputSubmitTransactionData {
|
|
397
|
-
transaction: AnyRawTransaction;
|
|
398
|
-
senderAuthenticator: AccountAuthenticator;
|
|
399
|
-
feePayerAuthenticator?: AccountAuthenticator;
|
|
400
|
-
additionalSignersAuthenticators?: Array<AccountAuthenticator>;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
export type { AnyRawTransaction, AnyRawTransactionInstance, AnyTransactionPayloadInstance, EntryFunctionABI, EntryFunctionArgumentTypes, FunctionABI, InputEntryFunctionData, InputEntryFunctionDataWithABI, InputEntryFunctionDataWithRemoteABI, InputGenerateMultiAgentRawTransactionArgs, InputGenerateMultiAgentRawTransactionData, InputGenerateRawTransactionArgs, InputGenerateSingleSignerRawTransactionArgs, InputGenerateSingleSignerRawTransactionData, InputGenerateTransactionData, InputGenerateTransactionOptions, InputGenerateTransactionPayloadData, InputGenerateTransactionPayloadDataWithABI, InputGenerateTransactionPayloadDataWithRemoteABI, InputMultiSigData, InputMultiSigDataWithABI, InputMultiSigDataWithRemoteABI, InputScriptData, InputSimulateTransactionData, InputSimulateTransactionOptions, InputSubmitTransactionData, InputViewFunctionData, InputViewFunctionDataWithABI, InputViewFunctionDataWithRemoteABI, InputViewFunctionJsonData, ScriptFunctionArgumentTypes, SimpleEntryFunctionArgumentTypes, TypeArgument, ViewFunctionABI, ViewFunctionJsonPayload };
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export { GetANSNameResponse, GetAccountCoinsDataResponse, GetAccountCollectionsWithOwnedTokenResponse, GetAccountOwnedTokensFromCollectionResponse, GetAccountOwnedTokensQueryResponse, GetChainTopUserTransactionsResponse, GetCollectionDataResponse, GetCurrentFungibleAssetBalancesResponse, GetCurrentTokenOwnershipResponse, GetDelegatedStakingActivitiesResponse, GetEventsResponse, GetFungibleAssetActivitiesResponse, GetFungibleAssetMetadataResponse, GetNumberOfDelegatorsResponse, GetObjectDataQueryResponse, GetOwnedTokensResponse, GetProcessorStatusResponse, GetTableItemsDataResponse, GetTableItemsMetadataResponse, GetTokenActivityResponse, GetTokenDataResponse, GraphqlQuery, OrderBy, OrderByValue, TokenStandard } from './indexer.mjs';
|
|
2
|
-
export { AccountAuthenticatorVariant, AccountData, AccountSignature, AnyNumber, AnyPublicKeyVariant, AnySignatureVariant, AptosRequest, AptosResponse, AptosSettings, AuthenticationKeyScheme, Block, BlockEndInfo, BlockEpilogueTransactionResponse, BlockMetadataTransactionResponse, Client, ClientConfig, ClientHeadersType, ClientRequest, ClientResponse, CommittedTransactionResponse, CursorPaginationArgs, DecodedTableData, DeletedTableData, DeriveScheme, DirectWriteSet, EntryFunctionPayloadResponse, EphemeralCertificateVariant, EphemeralPublicKeyVariant, EphemeralSignatureVariant, Event, EventGuid, FaucetConfig, FullNodeConfig, GasEstimation, GenerateAccount, GenerateAccountWithEd25519, GenerateAccountWithSingleSignerSecp256k1Key, GenesisPayload, GenesisTransactionResponse, HexInput, IndexerConfig, LedgerInfo, LedgerVersionArg, MimeType, MoveAbility, MoveAddressType, MoveFunction, MoveFunctionGenericTypeParam, MoveFunctionId, MoveFunctionVisibility, MoveModule, MoveModuleBytecode, MoveModuleId, MoveObjectType, MoveOptionType, MoveResource, MoveScriptBytecode, MoveStruct, MoveStructField, MoveStructId, MoveStructType, MoveType, MoveUint128Type, MoveUint16Type, MoveUint256Type, MoveUint32Type, MoveUint64Type, MoveUint8Type, MoveValue, MultisigPayloadResponse, OrderByArg, PaginationArgs, PendingTransactionResponse, PrivateKeyVariants, RoleType, ScriptPayloadResponse, ScriptTransactionArgumentVariants, ScriptWriteSet, SigningScheme, SigningSchemeInput, StateCheckpointTransactionResponse, TableItemRequest, TokenStandardArg, TransactionAuthenticatorVariant, TransactionEd25519Signature, TransactionFeePayerSignature, TransactionMultiAgentSignature, TransactionMultiEd25519Signature, TransactionPayloadResponse, TransactionPayloadVariants, TransactionResponse, TransactionResponseType, TransactionSecp256k1Signature, TransactionSignature, TransactionVariants, TypeTagVariants, Uint128, Uint16, Uint256, Uint32, Uint64, Uint8, UserTransactionResponse, ValidatorTransactionResponse, WaitForTransactionOptions, WhereArg, WriteSet, WriteSetChange, WriteSetChangeDeleteModule, WriteSetChangeDeleteResource, WriteSetChangeDeleteTableItem, WriteSetChangeWriteModule, WriteSetChangeWriteResource, WriteSetChangeWriteTableItem, ZkpVariant, isBlockEpilogueTransactionResponse, isBlockMetadataTransactionResponse, isEd25519Signature, isFeePayerSignature, isGenesisTransactionResponse, isMultiAgentSignature, isMultiEd25519Signature, isPendingTransactionResponse, isSecp256k1Signature, isStateCheckpointTransactionResponse, isUserTransactionResponse, isValidatorTransactionResponse } from '
|
|
2
|
+
export { bx as AccountAuthenticatorVariant, c7 as AccountData, cR as AccountSignature, bL as AnyNumber, bz as AnyPublicKeyVariant, bA as AnySignatureVariant, c2 as AptosRequest, c3 as AptosResponse, bM as AptosSettings, dl as AuthenticationKeyScheme, dj as Block, cp as BlockEndInfo, cq as BlockEpilogueTransactionResponse, cm as BlockMetadataTransactionResponse, c1 as Client, bS as ClientConfig, bX as ClientHeadersType, b$ as ClientRequest, c0 as ClientResponse, cb as CommittedTransactionResponse, bO as CursorPaginationArgs, cy as DecodedTableData, cz as DeletedTableData, dp as DeriveScheme, cU as DirectWriteSet, cB as EntryFunctionPayloadResponse, bD as EphemeralCertificateVariant, bB as EphemeralPublicKeyVariant, bC as EphemeralSignatureVariant, cW as Event, cV as EventGuid, bV as FaucetConfig, bT as FullNodeConfig, c5 as GasEstimation, dt as GenerateAccount, dr as GenerateAccountWithEd25519, ds as GenerateAccountWithSingleSignerSecp256k1Key, cE as GenesisPayload, cl as GenesisTransactionResponse, bo as HexInput, bU as IndexerConfig, di as LedgerInfo, c4 as LedgerVersionArg, bn as MimeType, db as MoveAbility, d1 as MoveAddressType, dg as MoveFunction, dc as MoveFunctionGenericTypeParam, d5 as MoveFunctionId, da as MoveFunctionVisibility, de as MoveModule, c8 as MoveModuleBytecode, d9 as MoveModuleId, d2 as MoveObjectType, d3 as MoveOptionType, c6 as MoveResource, cF as MoveScriptBytecode, df as MoveStruct, dd as MoveStructField, d4 as MoveStructId, d6 as MoveStructType, d7 as MoveType, c$ as MoveUint128Type, cY as MoveUint16Type, d0 as MoveUint256Type, cZ as MoveUint32Type, c_ as MoveUint64Type, cX as MoveUint8Type, d8 as MoveValue, cD as MultisigPayloadResponse, bQ as OrderByArg, bN as PaginationArgs, cj as PendingTransactionResponse, bY as PluginConfig, bZ as PluginSettings, by as PrivateKeyVariants, dh as RoleType, cC as ScriptPayloadResponse, bq as ScriptTransactionArgumentVariants, cT as ScriptWriteSet, dm as SigningScheme, dn as SigningSchemeInput, cn as StateCheckpointTransactionResponse, dk as TableItemRequest, bP as TokenStandardArg, bw as TransactionAuthenticatorVariant, cM as TransactionEd25519Signature, bt as TransactionExecutableVariants, bu as TransactionExtraConfigVariants, cQ as TransactionFeePayerSignature, bW as TransactionGenerationConfig, bs as TransactionInnerPayloadVariants, cP as TransactionMultiAgentSignature, cO as TransactionMultiEd25519Signature, cA as TransactionPayloadResponse, br as TransactionPayloadVariants, ca as TransactionResponse, c9 as TransactionResponseType, cN as TransactionSecp256k1Signature, cG as TransactionSignature, b_ as TransactionSubmitter, bv as TransactionVariants, bp as TypeTagVariants, bJ as Uint128, bG as Uint16, bK as Uint256, bH as Uint32, bI as Uint64, bF as Uint8, ck as UserTransactionResponse, co as ValidatorTransactionResponse, dq as WaitForTransactionOptions, bR as WhereArg, cS as WriteSet, cr as WriteSetChange, cs as WriteSetChangeDeleteModule, ct as WriteSetChangeDeleteResource, cu as WriteSetChangeDeleteTableItem, cv as WriteSetChangeWriteModule, cw as WriteSetChangeWriteResource, cx as WriteSetChangeWriteTableItem, bE as ZkpVariant, ci as isBlockEpilogueTransactionResponse, cf as isBlockMetadataTransactionResponse, cH as isEd25519Signature, cK as isFeePayerSignature, ce as isGenesisTransactionResponse, cJ as isMultiAgentSignature, cL as isMultiEd25519Signature, cc as isPendingTransactionResponse, cI as isSecp256k1Signature, cg as isStateCheckpointTransactionResponse, cd as isUserTransactionResponse, ch as isValidatorTransactionResponse } from '../account-9G6tix5T.mjs';
|
|
3
3
|
import './generated/operations.mjs';
|
|
4
4
|
import './generated/types.mjs';
|
|
5
5
|
import '../utils/apiEndpoints.mjs';
|
|
6
|
+
import '../utils/const.mjs';
|
|
7
|
+
import '../core/common.mjs';
|
package/dist/esm/types/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import"../chunk-FD6FGKYY.mjs";import{A,B,C,D,E,F,G,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"../chunk-
|
|
1
|
+
import"../chunk-FD6FGKYY.mjs";import{A,B,C,D,E,F,G,H,I,J,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"../chunk-4H2RMR7D.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-KDMSOCZY.mjs";export{j as AccountAuthenticatorVariant,l as AnyPublicKeyVariant,m as AnySignatureVariant,J as DeriveScheme,p as EphemeralCertificateVariant,n as EphemeralPublicKeyVariant,o as EphemeralSignatureVariant,a as MimeType,F as MoveAbility,E as MoveFunctionVisibility,k as PrivateKeyVariants,G as RoleType,c as ScriptTransactionArgumentVariants,H as SigningScheme,I as SigningSchemeInput,i as TransactionAuthenticatorVariant,f as TransactionExecutableVariants,g as TransactionExtraConfigVariants,e as TransactionInnerPayloadVariants,d as TransactionPayloadVariants,r as TransactionResponseType,h as TransactionVariants,b as TypeTagVariants,q as ZkpVariant,y as isBlockEpilogueTransactionResponse,v as isBlockMetadataTransactionResponse,z as isEd25519Signature,C as isFeePayerSignature,u as isGenesisTransactionResponse,B as isMultiAgentSignature,D as isMultiEd25519Signature,s as isPendingTransactionResponse,A as isSecp256k1Signature,w as isStateCheckpointTransactionResponse,t as isUserTransactionResponse,x as isValidatorTransactionResponse};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|