@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
package/dist/esm/core/hex.d.mts
CHANGED
|
@@ -1,160 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import './common.mjs';
|
|
2
|
+
export { R as Hex, Q as HexInvalidReason, T as hexToAsciiString } from '../account-9G6tix5T.mjs';
|
|
3
3
|
import '../types/indexer.mjs';
|
|
4
4
|
import '../types/generated/operations.mjs';
|
|
5
5
|
import '../types/generated/types.mjs';
|
|
6
6
|
import '../utils/apiEndpoints.mjs';
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* Provides reasons for parsing failures related to hexadecimal values.
|
|
10
|
-
* @group Implementation
|
|
11
|
-
* @category Serialization
|
|
12
|
-
*/
|
|
13
|
-
declare enum HexInvalidReason {
|
|
14
|
-
TOO_SHORT = "too_short",
|
|
15
|
-
INVALID_LENGTH = "invalid_length",
|
|
16
|
-
INVALID_HEX_CHARS = "invalid_hex_chars"
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* NOTE: Do not use this class when working with account addresses; use AccountAddress instead.
|
|
20
|
-
* When accepting hex data as input to a function, prefer to accept HexInput and
|
|
21
|
-
*
|
|
22
|
-
* A helper class for working with hex data. Hex data, when represented as a string,
|
|
23
|
-
* generally looks like this, for example: 0xaabbcc, 45cd32, etc.
|
|
24
|
-
*
|
|
25
|
-
* then use the static helper methods of this class to convert it into the desired
|
|
26
|
-
* format. This enables the greatest flexibility for the developer.
|
|
27
|
-
*
|
|
28
|
-
* Example usage:
|
|
29
|
-
* ```typescript
|
|
30
|
-
* getTransactionByHash(txnHash: HexInput): Promise<Transaction> {
|
|
31
|
-
* const txnHashString = Hex.fromHexInput(txnHash).toString();
|
|
32
|
-
* return await getTransactionByHashInner(txnHashString);
|
|
33
|
-
* }
|
|
34
|
-
* ```
|
|
35
|
-
* This call to `Hex.fromHexInput().toString()` converts the HexInput to a hex string
|
|
36
|
-
* with a leading 0x prefix, regardless of what the input format was.
|
|
37
|
-
*
|
|
38
|
-
* Other ways to chain the functions together:
|
|
39
|
-
* - `Hex.fromHexString({ hexInput: "0x1f" }).toUint8Array()`
|
|
40
|
-
* - `new Hex([1, 3]).toStringWithoutPrefix()`
|
|
41
|
-
* @group Implementation
|
|
42
|
-
* @category Serialization
|
|
43
|
-
*/
|
|
44
|
-
declare class Hex {
|
|
45
|
-
private readonly data;
|
|
46
|
-
/**
|
|
47
|
-
* Create a new Hex instance from a Uint8Array.
|
|
48
|
-
*
|
|
49
|
-
* @param data - The Uint8Array containing the data to initialize the Hex instance.
|
|
50
|
-
* @group Implementation
|
|
51
|
-
* @category Serialization
|
|
52
|
-
*/
|
|
53
|
-
constructor(data: Uint8Array);
|
|
54
|
-
/**
|
|
55
|
-
* Get the inner hex data as a Uint8Array. The inner data is already a Uint8Array, so no conversion takes place.
|
|
56
|
-
*
|
|
57
|
-
* @returns Hex data as Uint8Array
|
|
58
|
-
* @group Implementation
|
|
59
|
-
* @category Serialization
|
|
60
|
-
*/
|
|
61
|
-
toUint8Array(): Uint8Array;
|
|
62
|
-
/**
|
|
63
|
-
* Get the hex data as a string without the 0x prefix.
|
|
64
|
-
*
|
|
65
|
-
* @returns Hex string without 0x prefix
|
|
66
|
-
* @group Implementation
|
|
67
|
-
* @category Serialization
|
|
68
|
-
*/
|
|
69
|
-
toStringWithoutPrefix(): string;
|
|
70
|
-
/**
|
|
71
|
-
* Get the hex data as a string with the 0x prefix.
|
|
72
|
-
*
|
|
73
|
-
* @returns Hex string with 0x prefix
|
|
74
|
-
* @group Implementation
|
|
75
|
-
* @category Serialization
|
|
76
|
-
*/
|
|
77
|
-
toString(): string;
|
|
78
|
-
/**
|
|
79
|
-
* Converts a hex string into a Hex instance, allowing for both prefixed and non-prefixed formats.
|
|
80
|
-
*
|
|
81
|
-
* @param str - A hex string, with or without the 0x prefix.
|
|
82
|
-
*
|
|
83
|
-
* @throws ParsingError - If the hex string is too short, has an odd number of characters, or contains invalid hex characters.
|
|
84
|
-
*
|
|
85
|
-
* @returns Hex - The resulting Hex instance created from the provided string.
|
|
86
|
-
* @group Implementation
|
|
87
|
-
* @category Serialization
|
|
88
|
-
*/
|
|
89
|
-
static fromHexString(str: string): Hex;
|
|
90
|
-
/**
|
|
91
|
-
* Converts an instance of HexInput, which can be a string or a Uint8Array, into a Hex instance.
|
|
92
|
-
* This function is useful for transforming hexadecimal representations into a structured Hex object for further manipulation.
|
|
93
|
-
*
|
|
94
|
-
* @param hexInput - A HexInput which can be a string or Uint8Array.
|
|
95
|
-
* @returns A Hex instance created from the provided hexInput.
|
|
96
|
-
* @group Implementation
|
|
97
|
-
* @category Serialization
|
|
98
|
-
*/
|
|
99
|
-
static fromHexInput(hexInput: HexInput): Hex;
|
|
100
|
-
/**
|
|
101
|
-
* Converts an instance of HexInput, which can be a string or a Uint8Array, into a Uint8Array.
|
|
102
|
-
*
|
|
103
|
-
* @param hexInput - A HexInput which can be a string or Uint8Array.
|
|
104
|
-
* @returns A Uint8Array created from the provided hexInput.
|
|
105
|
-
*/
|
|
106
|
-
static hexInputToUint8Array(hexInput: HexInput): Uint8Array;
|
|
107
|
-
/**
|
|
108
|
-
* Converts a HexInput (string or Uint8Array) to a hex string with '0x' prefix.
|
|
109
|
-
*
|
|
110
|
-
* @param hexInput - The input to convert, either a hex string (with/without '0x' prefix) or Uint8Array
|
|
111
|
-
* @returns A hex string with '0x' prefix (e.g., "0x1234")
|
|
112
|
-
*
|
|
113
|
-
* @example
|
|
114
|
-
* ```typescript
|
|
115
|
-
* Hex.hexInputToString("1234") // returns "0x1234"
|
|
116
|
-
* Hex.hexInputToString("0x1234") // returns "0x1234"
|
|
117
|
-
* Hex.hexInputToString(new Uint8Array([0x12, 0x34])) // returns "0x1234"
|
|
118
|
-
* ```
|
|
119
|
-
*/
|
|
120
|
-
static hexInputToString(hexInput: HexInput): string;
|
|
121
|
-
/**
|
|
122
|
-
* Converts a HexInput (string or Uint8Array) to a hex string without '0x' prefix.
|
|
123
|
-
*
|
|
124
|
-
* @param hexInput - The input to convert, either a hex string (with/without '0x' prefix) or Uint8Array
|
|
125
|
-
* @returns A hex string without '0x' prefix (e.g., "1234")
|
|
126
|
-
*
|
|
127
|
-
* @example
|
|
128
|
-
* ```typescript
|
|
129
|
-
* Hex.hexInputToStringWithoutPrefix("1234") // returns "1234"
|
|
130
|
-
* Hex.hexInputToStringWithoutPrefix("0x1234") // returns "1234"
|
|
131
|
-
* Hex.hexInputToStringWithoutPrefix(new Uint8Array([0x12, 0x34])) // returns "1234"
|
|
132
|
-
* ```
|
|
133
|
-
*/
|
|
134
|
-
static hexInputToStringWithoutPrefix(hexInput: HexInput): string;
|
|
135
|
-
/**
|
|
136
|
-
* Check if the provided string is a valid hexadecimal representation.
|
|
137
|
-
*
|
|
138
|
-
* @param str - A hex string representing byte data.
|
|
139
|
-
*
|
|
140
|
-
* @returns An object containing:
|
|
141
|
-
* - valid: A boolean indicating whether the string is valid.
|
|
142
|
-
* - invalidReason: The reason for invalidity if the string is not valid.
|
|
143
|
-
* - invalidReasonMessage: A message explaining why the string is invalid.
|
|
144
|
-
* @group Implementation
|
|
145
|
-
* @category Serialization
|
|
146
|
-
*/
|
|
147
|
-
static isValid(str: string): ParsingResult<HexInvalidReason>;
|
|
148
|
-
/**
|
|
149
|
-
* Determine if two Hex instances are equal by comparing their underlying byte data.
|
|
150
|
-
*
|
|
151
|
-
* @param other The Hex instance to compare to.
|
|
152
|
-
* @returns true if the Hex instances are equal, false if not.
|
|
153
|
-
* @group Implementation
|
|
154
|
-
* @category Serialization
|
|
155
|
-
*/
|
|
156
|
-
equals(other: Hex): boolean;
|
|
157
|
-
}
|
|
158
|
-
declare const hexToAsciiString: (hex: string) => string;
|
|
159
|
-
|
|
160
|
-
export { Hex, HexInvalidReason, hexToAsciiString };
|
|
7
|
+
import '../utils/const.mjs';
|
|
@@ -1,30 +1,16 @@
|
|
|
1
1
|
export { createObjectAddress, createResourceAddress, createTokenAddress } from './account/utils/address.mjs';
|
|
2
|
-
export { AccountAddress, AccountAddressInput, AddressInvalidReason } from '
|
|
3
|
-
export { b as AccountPublicKey, A as AuthenticationKey, P as PublicKey, V as VerifySignatureArgs, a as VerifySignatureAsyncArgs } from '../publicKey-CJOcUwJK.mjs';
|
|
2
|
+
export { w as AbstractMultiKey, n as AccountAddress, m as AccountAddressInput, G as AccountPublicKey, l as AddressInvalidReason, N as AnyPublicKey, O as AnySignature, p as AuthenticationKey, r as Ed25519PrivateKey, E as Ed25519PublicKey, s as Ed25519Signature, R as Hex, Q as HexInvalidReason, t as MultiEd25519PublicKey, u as MultiEd25519Signature, x as MultiKey, y as MultiKeySignature, P as PrivateKey, L as PrivateKeyInput, C as PublicKey, I as Secp256k1PrivateKey, H as Secp256k1PublicKey, J as Secp256k1Signature, K as Signature, V as VerifySignatureArgs, z as VerifySignatureAsyncArgs, T as hexToAsciiString, q as isCanonicalEd25519Signature } from '../account-9G6tix5T.mjs';
|
|
4
3
|
export { ParsingError, ParsingResult } from './common.mjs';
|
|
5
4
|
export { AbstractPublicKey, AbstractSignature } from './crypto/abstraction.mjs';
|
|
6
|
-
export { Ed25519PrivateKey, Ed25519PublicKey, Ed25519Signature, isCanonicalEd25519Signature } from './crypto/ed25519.mjs';
|
|
7
5
|
export { EphemeralPublicKey, EphemeralSignature } from './crypto/ephemeral.mjs';
|
|
8
|
-
export { E as EPK_HORIZON_SECS, j as EphemeralCertificate, F as FederatedKeylessPublicKey, k as Groth16ProofAndStatement, n as Groth16VerificationKey, G as Groth16Zkp, m as KeylessConfiguration, K as KeylessPublicKey, i as KeylessSignature, M as MAX_AUD_VAL_BYTES, f as MAX_COMMITED_EPK_BYTES, d as MAX_EXTRA_FIELD_BYTES, c as MAX_ISS_VAL_BYTES, e as MAX_JWT_HEADER_B64_BYTES, a as MAX_UID_KEY_BYTES, b as MAX_UID_VAL_BYTES, r as MoveJWK, l as ZeroKnowledgeSig, Z as ZkProof, h as fetchJWK, p as getIssAudAndUidVal, o as getKeylessConfig, q as getKeylessJWKs, s as parseJwtHeader, v as verifyKeylessSignature, g as verifyKeylessSignatureWithJwkAndConfig } from '../federatedKeyless-
|
|
6
|
+
export { E as EPK_HORIZON_SECS, j as EphemeralCertificate, F as FederatedKeylessPublicKey, k as Groth16ProofAndStatement, n as Groth16VerificationKey, G as Groth16Zkp, m as KeylessConfiguration, K as KeylessPublicKey, i as KeylessSignature, M as MAX_AUD_VAL_BYTES, f as MAX_COMMITED_EPK_BYTES, d as MAX_EXTRA_FIELD_BYTES, c as MAX_ISS_VAL_BYTES, e as MAX_JWT_HEADER_B64_BYTES, a as MAX_UID_KEY_BYTES, b as MAX_UID_VAL_BYTES, r as MoveJWK, l as ZeroKnowledgeSig, Z as ZkProof, h as fetchJWK, p as getIssAudAndUidVal, o as getKeylessConfig, q as getKeylessJWKs, s as parseJwtHeader, v as verifyKeylessSignature, g as verifyKeylessSignatureWithJwkAndConfig } from '../federatedKeyless-CVKW5pnz.mjs';
|
|
9
7
|
export { APTOS_BIP44_REGEX, APTOS_HARDENED_REGEX, CKDPriv, DerivedKeys, HARDENED_OFFSET, KeyType, deriveKey, isValidBIP44Path, isValidHardenedPath, mnemonicToSeed, splitPath } from './crypto/hdKey.mjs';
|
|
10
|
-
export { MultiEd25519PublicKey, MultiEd25519Signature } from './crypto/multiEd25519.mjs';
|
|
11
|
-
export { AbstractMultiKey, MultiKey, MultiKeySignature } from './crypto/multiKey.mjs';
|
|
12
8
|
export { bigIntToBytesLE, bytesToBigIntLE, hashStrToField, padAndPackBytesWithLen, poseidonHash } from './crypto/poseidon.mjs';
|
|
13
|
-
export { PrivateKey } from './crypto/privateKey.mjs';
|
|
14
|
-
export { Secp256k1PrivateKey, Secp256k1PublicKey, Secp256k1Signature } from './crypto/secp256k1.mjs';
|
|
15
|
-
export { Signature } from './crypto/signature.mjs';
|
|
16
|
-
export { AnyPublicKey, AnySignature, PrivateKeyInput } from './crypto/singleKey.mjs';
|
|
17
9
|
export { deserializePublicKey, deserializeSignature } from './crypto/deserializationUtils.mjs';
|
|
18
|
-
export { Hex, HexInvalidReason, hexToAsciiString } from './hex.mjs';
|
|
19
|
-
import '../bcs/serializer.mjs';
|
|
20
|
-
import '../types/types.mjs';
|
|
21
10
|
import '../types/indexer.mjs';
|
|
22
11
|
import '../types/generated/operations.mjs';
|
|
23
12
|
import '../types/generated/types.mjs';
|
|
24
13
|
import '../utils/apiEndpoints.mjs';
|
|
25
|
-
import '../bcs/deserializer.mjs';
|
|
26
|
-
import '../transactions/instances/transactionArgument.mjs';
|
|
27
|
-
import '../api/aptosConfig.mjs';
|
|
28
14
|
import '../utils/const.mjs';
|
|
29
15
|
import './crypto/proof.mjs';
|
|
30
16
|
import '../types/keyless.mjs';
|
package/dist/esm/core/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{A as ma,B as na,C as oa,D as pa,E as qa,F as ra,G as sa,H as ta,I as ua,a as L,b as M,c as N,d as O,e as P,f as Q,g as R,h as S,i as T,j as U,k as V,l as W,m as X,n as Y,o as Z,p as _,q as $,r as aa,s as ba,t as ca,u as da,v as ea,w as fa,x as ga,y as ha,z as ia}from"../chunk-
|
|
1
|
+
import{A as ma,B as na,C as oa,D as pa,E as qa,F as ra,G as sa,H as ta,I as ua,a as L,b as M,c as N,d as O,e as P,f as Q,g as R,h as S,i as T,j as U,k as V,l as W,m as X,n as Y,o as Z,p as _,q as $,r as aa,s as ba,t as ca,u as da,v as ea,w as fa,x as ga,y as ha,z as ia}from"../chunk-GMDBBVDH.mjs";import"../chunk-2XQKGWHQ.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-XKUIMGKU.mjs";import"../chunk-N6YTF76Q.mjs";import{a as ja,b as ka,c as la}from"../chunk-CO67Y6YE.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-PFXXFUBL.mjs";import{a as D,b as E,c as F,d as G,e as H}from"../chunk-GOXRBEIJ.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import{a as k,b as l}from"../chunk-RQX6JOEN.mjs";import{a as B,b as C}from"../chunk-CFQFFP6N.mjs";import{a as x,b as y,c as z,d as A}from"../chunk-UQWF24SS.mjs";import"../chunk-DPW6ELCQ.mjs";import{a as m,b as n,c as o,d as p,e as q,f as r,g as s,h as t,i as u,j as v}from"../chunk-C3Q23D22.mjs";import{a as w}from"../chunk-ROT6S6BM.mjs";import{a as h,b as i}from"../chunk-WSR5EBJM.mjs";import{a as j}from"../chunk-WCMW2L3P.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-KJH4KKG6.mjs";import{a as g}from"../chunk-FGFLPH5K.mjs";import"../chunk-FSP4QM2T.mjs";import"../chunk-SAMHWS73.mjs";import"../chunk-7T62PEFI.mjs";import"../chunk-R7NQJWDG.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-IDHVW7HS.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-YHGGNYYL.mjs";import"../chunk-5ZRPV4YI.mjs";import"../chunk-WOTQ7227.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-CW35YAMN.mjs";import"../chunk-6WDVDEQZ.mjs";import"../chunk-7DQDJ2SA.mjs";import{a as I,b as J,c as K}from"../chunk-HNBVYE3N.mjs";import{a as e,b as f}from"../chunk-RGKRCZ36.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-Q4W3WJ2U.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4H2RMR7D.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-EBMEXURY.mjs";import{a as b,b as c,c as d}from"../chunk-STY74NUA.mjs";import{a}from"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-UIVX6WSC.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-HMUIOIBG.mjs";import"../chunk-KDMSOCZY.mjs";export{n as APTOS_BIP44_REGEX,m as APTOS_HARDENED_REGEX,oa as AbstractMultiKey,l as AbstractPublicKey,k as AbstractSignature,f as AccountAddress,i as AccountPublicKey,e as AddressInvalidReason,ma as AnyPublicKey,na as AnySignature,g as AuthenticationKey,t as CKDPriv,L as EPK_HORIZON_SECS,z as Ed25519PrivateKey,y as Ed25519PublicKey,A as Ed25519Signature,Y as EphemeralCertificate,B as EphemeralPublicKey,C as EphemeralSignature,ia as FederatedKeylessPublicKey,_ as Groth16ProofAndStatement,ca as Groth16VerificationKey,Z as Groth16Zkp,p as HARDENED_OFFSET,c as Hex,b as HexInvalidReason,o as KeyType,ba as KeylessConfiguration,T as KeylessPublicKey,X as KeylessSignature,M as MAX_AUD_VAL_BYTES,S as MAX_COMMITED_EPK_BYTES,Q as MAX_EXTRA_FIELD_BYTES,P as MAX_ISS_VAL_BYTES,R as MAX_JWT_HEADER_B64_BYTES,N as MAX_UID_KEY_BYTES,O as MAX_UID_VAL_BYTES,ga as MoveJWK,ra as MultiEd25519PublicKey,sa as MultiEd25519Signature,pa as MultiKey,qa as MultiKeySignature,a as ParsingError,w as PrivateKey,h as PublicKey,ka as Secp256k1PrivateKey,ja as Secp256k1PublicKey,la as Secp256k1Signature,j as Signature,aa as ZeroKnowledgeSig,$ as ZkProof,G as bigIntToBytesLE,F as bytesToBigIntLE,I as createObjectAddress,J as createResourceAddress,K as createTokenAddress,s as deriveKey,ta as deserializePublicKey,ua as deserializeSignature,W as fetchJWK,ea as getIssAudAndUidVal,da as getKeylessConfig,fa as getKeylessJWKs,D as hashStrToField,d as hexToAsciiString,x as isCanonicalEd25519Signature,q as isValidBIP44Path,r as isValidHardenedPath,v as mnemonicToSeed,E as padAndPackBytesWithLen,ha as parseJwtHeader,H as poseidonHash,u as splitPath,U as verifyKeylessSignature,V as verifyKeylessSignatureWithJwkAndConfig};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { AptosApiType } from '../utils/const.mjs';
|
|
2
|
-
import { AptosRequest, AptosResponse } from '../
|
|
2
|
+
import { c2 as AptosRequest, c3 as AptosResponse } from '../account-9G6tix5T.mjs';
|
|
3
3
|
import '../types/indexer.mjs';
|
|
4
4
|
import '../types/generated/operations.mjs';
|
|
5
5
|
import '../types/generated/types.mjs';
|
|
6
6
|
import '../utils/apiEndpoints.mjs';
|
|
7
|
+
import '../core/common.mjs';
|
|
7
8
|
|
|
8
9
|
declare enum KeylessErrorCategory {
|
|
9
10
|
API_ERROR = 0,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a,b,c,d,e}from"../chunk-6WDVDEQZ.mjs";import"../chunk-
|
|
1
|
+
import{a,b,c,d,e}from"../chunk-6WDVDEQZ.mjs";import"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4H2RMR7D.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-KDMSOCZY.mjs";export{e as AptosApiError,d as KeylessError,a as KeylessErrorCategory,b as KeylessErrorResolutionTip,c as KeylessErrorType};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,13 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Deserializer } from './bcs/deserializer.mjs';
|
|
3
|
-
import { Serializable, Serializer } from './bcs/serializer.mjs';
|
|
4
|
-
import { HexInput, EphemeralCertificateVariant, ZkpVariant, LedgerVersionArg } from './types/types.mjs';
|
|
5
|
-
import { AccountAddressInput, AccountAddress } from './core/accountAddress.mjs';
|
|
6
|
-
import { Signature } from './core/crypto/signature.mjs';
|
|
1
|
+
import { G as AccountPublicKey, bo as HexInput, p as AuthenticationKey, K as Signature, S as Serializable, b as Serializer, a as Deserializer, A as AptosConfig, C as PublicKey, bD as EphemeralCertificateVariant, bE as ZkpVariant, c4 as LedgerVersionArg, m as AccountAddressInput, n as AccountAddress } from './account-9G6tix5T.mjs';
|
|
7
2
|
import { EphemeralPublicKey, EphemeralSignature } from './core/crypto/ephemeral.mjs';
|
|
8
3
|
import { Proof } from './core/crypto/proof.mjs';
|
|
9
4
|
import { MoveAnyStruct, Groth16VerificationKeyResponse, KeylessConfigurationResponse } from './types/keyless.mjs';
|
|
10
|
-
import { AptosConfig } from './api/aptosConfig.mjs';
|
|
11
5
|
import { ProjPointType } from '@noble/curves/abstract/weierstrass';
|
|
12
6
|
import { Fp2 } from '@noble/curves/abstract/tower';
|
|
13
7
|
|
package/dist/esm/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as Account, e as CreateAccountFromPrivateKeyArgs, C as CreateEd25519AccountFromPrivateKeyArgs, c as CreateEd25519SingleKeyAccountFromPrivateKeyArgs, d as CreateSingleKeyAccountFromPrivateKeyArgs, b as Ed25519Account, E as Ed25519SignerConstructorArgs, a as Ed25519SignerFromDerivationPathArgs, h as GenerateAccountArgs, G as GenerateEd25519AccountArgs, f as GenerateEd25519SingleKeyAccountArgs, g as GenerateSingleKeyAccountArgs, P as PrivateKeyFromDerivationPathArgs, o as SingleKeyAccount, S as SingleKeySigner, k as SingleKeySignerConstructorArgs, m as SingleKeySignerFromDerivationPathArgs, l as SingleKeySignerGenerateArgs, j as SingleKeySignerOrLegacyEd25519Account, V as VerifyEd25519SignatureArgs, n as VerifySingleKeySignatureArgs, i as isSingleKeySigner } from './Ed25519Account-
|
|
1
|
+
export { A as Account, e as CreateAccountFromPrivateKeyArgs, C as CreateEd25519AccountFromPrivateKeyArgs, c as CreateEd25519SingleKeyAccountFromPrivateKeyArgs, d as CreateSingleKeyAccountFromPrivateKeyArgs, b as Ed25519Account, E as Ed25519SignerConstructorArgs, a as Ed25519SignerFromDerivationPathArgs, h as GenerateAccountArgs, G as GenerateEd25519AccountArgs, f as GenerateEd25519SingleKeyAccountArgs, g as GenerateSingleKeyAccountArgs, P as PrivateKeyFromDerivationPathArgs, o as SingleKeyAccount, S as SingleKeySigner, k as SingleKeySignerConstructorArgs, m as SingleKeySignerFromDerivationPathArgs, l as SingleKeySignerGenerateArgs, j as SingleKeySignerOrLegacyEd25519Account, V as VerifyEd25519SignatureArgs, n as VerifySingleKeySignatureArgs, i as isSingleKeySigner } from './Ed25519Account-Ccxj1zdx.mjs';
|
|
2
2
|
export { EphemeralKeyPair } from './account/EphemeralKeyPair.mjs';
|
|
3
3
|
export { KeylessAccount } from './account/KeylessAccount.mjs';
|
|
4
4
|
export { AbstractKeylessAccount, KeylessSigner, ProofFetchCallback, ProofFetchEvents, ProofFetchFailure, ProofFetchStatus, ProofFetchSuccess, TransactionAndProof, isKeylessSigner } from './account/AbstractKeylessAccount.mjs';
|
|
@@ -9,58 +9,31 @@ export { AccountUtils } from './account/AccountUtils.mjs';
|
|
|
9
9
|
export { AbstractedAccount } from './account/AbstractedAccount.mjs';
|
|
10
10
|
export { DerivableAbstractedAccount } from './account/DerivableAbstractedAccount.mjs';
|
|
11
11
|
export { Aptos } from './api/aptos.mjs';
|
|
12
|
-
export { AptosConfig } from './
|
|
13
|
-
export { Deserializable, Deserializer } from './bcs/deserializer.mjs';
|
|
14
|
-
export { Serializable, Serializer, ensureBoolean, outOfRangeErrorMessage, validateNumberInRange } from './bcs/serializer.mjs';
|
|
12
|
+
export { w as AbstractMultiKey, n as AccountAddress, m as AccountAddressInput, W as AccountAuthenticator, a0 as AccountAuthenticatorAbstraction, X as AccountAuthenticatorEd25519, Y as AccountAuthenticatorMultiEd25519, _ as AccountAuthenticatorMultiKey, $ as AccountAuthenticatorNoAccountAuthenticator, Z as AccountAuthenticatorSingleKey, bx as AccountAuthenticatorVariant, c7 as AccountData, G as AccountPublicKey, cR as AccountSignature, l as AddressInvalidReason, bL as AnyNumber, N as AnyPublicKey, bz as AnyPublicKeyVariant, bf as AnyRawTransaction, aR as AnyRawTransactionInstance, O as AnySignature, bA as AnySignatureVariant, aV as AnyTransactionPayloadInstance, A as AptosConfig, c2 as AptosRequest, c3 as AptosResponse, bM as AptosSettings, p as AuthenticationKey, dl as AuthenticationKeyScheme, dj as Block, cp as BlockEndInfo, cq as BlockEpilogueTransactionResponse, cm as BlockMetadataTransactionResponse, B as Bool, a1 as ChainId, 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, D as Deserializable, a as Deserializer, cU as DirectWriteSet, r as Ed25519PrivateKey, E as Ed25519PublicKey, s as Ed25519Signature, ag as EntryFunction, ba as EntryFunctionABI, a9 as EntryFunctionArgument, aO as EntryFunctionArgumentTypes, cB as EntryFunctionPayloadResponse, bD as EphemeralCertificateVariant, bB as EphemeralPublicKeyVariant, bC as EphemeralSignatureVariant, cW as Event, cV as EventGuid, bV as FaucetConfig, a7 as FeePayerRawTransaction, F as FixedBytes, bT as FullNodeConfig, b9 as FunctionABI, c5 as GasEstimation, dt as GenerateAccount, dr as GenerateAccountWithEd25519, ds as GenerateAccountWithSingleSignerSecp256k1Key, cE as GenesisPayload, cl as GenesisTransactionResponse, R as Hex, bo as HexInput, Q as HexInvalidReason, a2 as Identifier, bU as IndexerConfig, 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, di as LedgerInfo, c4 as LedgerVersionArg, bn as MimeType, a3 as ModuleId, 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, k as MoveOption, d3 as MoveOptionType, c6 as MoveResource, cF as MoveScriptBytecode, j as MoveString, 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, M as MoveVector, a6 as MultiAgentRawTransaction, at as MultiAgentTransaction, t as MultiEd25519PublicKey, u as MultiEd25519Signature, x as MultiKey, y as MultiKeySignature, ai as MultiSig, aj as MultiSigTransactionPayload, cD as MultisigPayloadResponse, bQ as OrderByArg, bN as PaginationArgs, cj as PendingTransactionResponse, bY as PluginConfig, bZ as PluginSettings, P as PrivateKey, L as PrivateKeyInput, by as PrivateKeyVariants, C as PublicKey, a4 as RawTransaction, a5 as RawTransactionWithData, dh as RoleType, ah as Script, aa as ScriptFunctionArgument, aP as ScriptFunctionArgumentTypes, cC as ScriptPayloadResponse, bq as ScriptTransactionArgumentVariants, cT as ScriptWriteSet, I as Secp256k1PrivateKey, H as Secp256k1PublicKey, J as Secp256k1Signature, S as Serializable, i as Serialized, b as Serializer, K as Signature, dm as SigningScheme, dn as SigningSchemeInput, aN as SimpleEntryFunctionArgumentTypes, as as SimpleTransaction, cn as StateCheckpointTransactionResponse, aI as StructTag, dk as TableItemRequest, bP as TokenStandardArg, a8 as TransactionArgument, bw as TransactionAuthenticatorVariant, cM as TransactionEd25519Signature, am as TransactionExecutable, ap as TransactionExecutableEmpty, ao as TransactionExecutableEntryFunction, an as TransactionExecutableScript, bt as TransactionExecutableVariants, aq as TransactionExtraConfig, ar as TransactionExtraConfigV1, bu as TransactionExtraConfigVariants, cQ as TransactionFeePayerSignature, bW as TransactionGenerationConfig, ak as TransactionInnerPayload, al as TransactionInnerPayloadV1, bs as TransactionInnerPayloadVariants, cP as TransactionMultiAgentSignature, cO as TransactionMultiEd25519Signature, ac as TransactionPayload, ae as TransactionPayloadEntryFunction, af as TransactionPayloadMultiSig, cA as TransactionPayloadResponse, ad as TransactionPayloadScript, br as TransactionPayloadVariants, ca as TransactionResponse, c9 as TransactionResponseType, cN as TransactionSecp256k1Signature, cG as TransactionSignature, b_ as TransactionSubmitter, bv as TransactionVariants, aQ as TypeArgument, au as TypeTag, aC as TypeTagAddress, av as TypeTagBool, aF as TypeTagGeneric, aE as TypeTagReference, aD as TypeTagSigner, aH as TypeTagStruct, aA as TypeTagU128, ax as TypeTagU16, aB as TypeTagU256, ay as TypeTagU32, az as TypeTagU64, aw as TypeTagU8, bp as TypeTagVariants, aG as TypeTagVector, g as U128, c as U16, h as U256, d as U32, f as U64, U as U8, bJ as Uint128, bG as Uint16, bK as Uint256, bH as Uint32, bI as Uint64, bF as Uint8, ck as UserTransactionResponse, co as ValidatorTransactionResponse, V as VerifySignatureArgs, z as VerifySignatureAsyncArgs, bb as ViewFunctionABI, b6 as ViewFunctionJsonPayload, 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, aJ as aptosCoinStructTag, ab as deserializeFromScriptArgument, e as ensureBoolean, T as hexToAsciiString, ci as isBlockEpilogueTransactionResponse, cf as isBlockMetadataTransactionResponse, q as isCanonicalEd25519Signature, 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, aM as objectStructTag, aL as optionStructTag, o as outOfRangeErrorMessage, aK as stringStructTag, v as validateNumberInRange } from './account-9G6tix5T.mjs';
|
|
15
13
|
export { EntryFunctionBytes } from './bcs/serializable/entryFunctionBytes.mjs';
|
|
16
|
-
export { FixedBytes } from './bcs/serializable/fixedBytes.mjs';
|
|
17
|
-
export { Bool, U128, U16, U256, U32, U64, U8 } from './bcs/serializable/movePrimitives.mjs';
|
|
18
|
-
export { MoveOption, MoveString, MoveVector, Serialized } from './bcs/serializable/moveStructs.mjs';
|
|
19
14
|
export { aptosRequest, request } from './client/core.mjs';
|
|
20
15
|
export { GetAptosRequestOptions, GetRequestOptions, get, getAptosFullNode, getAptosPepperService, getPageWithObfuscatedCursor, paginateWithCursor, paginateWithObfuscatedCursor } from './client/get.mjs';
|
|
21
16
|
export { PostAptosRequestOptions, PostRequestOptions, post, postAptosFaucet, postAptosFullNode, postAptosIndexer, postAptosPepperService, postAptosProvingService } from './client/post.mjs';
|
|
22
17
|
export { createObjectAddress, createResourceAddress, createTokenAddress } from './core/account/utils/address.mjs';
|
|
23
|
-
export { AccountAddress, AccountAddressInput, AddressInvalidReason } from './core/accountAddress.mjs';
|
|
24
|
-
export { b as AccountPublicKey, A as AuthenticationKey, P as PublicKey, V as VerifySignatureArgs, a as VerifySignatureAsyncArgs } from './publicKey-CJOcUwJK.mjs';
|
|
25
18
|
export { ParsingError, ParsingResult } from './core/common.mjs';
|
|
26
19
|
export { AbstractPublicKey, AbstractSignature } from './core/crypto/abstraction.mjs';
|
|
27
|
-
export { Ed25519PrivateKey, Ed25519PublicKey, Ed25519Signature, isCanonicalEd25519Signature } from './core/crypto/ed25519.mjs';
|
|
28
20
|
export { EphemeralPublicKey, EphemeralSignature } from './core/crypto/ephemeral.mjs';
|
|
29
|
-
export { E as EPK_HORIZON_SECS, j as EphemeralCertificate, F as FederatedKeylessPublicKey, k as Groth16ProofAndStatement, n as Groth16VerificationKey, G as Groth16Zkp, m as KeylessConfiguration, K as KeylessPublicKey, i as KeylessSignature, M as MAX_AUD_VAL_BYTES, f as MAX_COMMITED_EPK_BYTES, d as MAX_EXTRA_FIELD_BYTES, c as MAX_ISS_VAL_BYTES, e as MAX_JWT_HEADER_B64_BYTES, a as MAX_UID_KEY_BYTES, b as MAX_UID_VAL_BYTES, r as MoveJWK, l as ZeroKnowledgeSig, Z as ZkProof, h as fetchJWK, p as getIssAudAndUidVal, o as getKeylessConfig, q as getKeylessJWKs, s as parseJwtHeader, v as verifyKeylessSignature, g as verifyKeylessSignatureWithJwkAndConfig } from './federatedKeyless-
|
|
21
|
+
export { E as EPK_HORIZON_SECS, j as EphemeralCertificate, F as FederatedKeylessPublicKey, k as Groth16ProofAndStatement, n as Groth16VerificationKey, G as Groth16Zkp, m as KeylessConfiguration, K as KeylessPublicKey, i as KeylessSignature, M as MAX_AUD_VAL_BYTES, f as MAX_COMMITED_EPK_BYTES, d as MAX_EXTRA_FIELD_BYTES, c as MAX_ISS_VAL_BYTES, e as MAX_JWT_HEADER_B64_BYTES, a as MAX_UID_KEY_BYTES, b as MAX_UID_VAL_BYTES, r as MoveJWK, l as ZeroKnowledgeSig, Z as ZkProof, h as fetchJWK, p as getIssAudAndUidVal, o as getKeylessConfig, q as getKeylessJWKs, s as parseJwtHeader, v as verifyKeylessSignature, g as verifyKeylessSignatureWithJwkAndConfig } from './federatedKeyless-CVKW5pnz.mjs';
|
|
30
22
|
export { APTOS_BIP44_REGEX, APTOS_HARDENED_REGEX, CKDPriv, DerivedKeys, HARDENED_OFFSET, KeyType, deriveKey, isValidBIP44Path, isValidHardenedPath, mnemonicToSeed, splitPath } from './core/crypto/hdKey.mjs';
|
|
31
|
-
export { MultiEd25519PublicKey, MultiEd25519Signature } from './core/crypto/multiEd25519.mjs';
|
|
32
|
-
export { AbstractMultiKey, MultiKey, MultiKeySignature } from './core/crypto/multiKey.mjs';
|
|
33
23
|
export { bigIntToBytesLE, bytesToBigIntLE, hashStrToField, padAndPackBytesWithLen, poseidonHash } from './core/crypto/poseidon.mjs';
|
|
34
|
-
export { PrivateKey } from './core/crypto/privateKey.mjs';
|
|
35
|
-
export { Secp256k1PrivateKey, Secp256k1PublicKey, Secp256k1Signature } from './core/crypto/secp256k1.mjs';
|
|
36
|
-
export { Signature } from './core/crypto/signature.mjs';
|
|
37
|
-
export { AnyPublicKey, AnySignature, PrivateKeyInput } from './core/crypto/singleKey.mjs';
|
|
38
24
|
export { deserializePublicKey, deserializeSignature } from './core/crypto/deserializationUtils.mjs';
|
|
39
|
-
export { Hex, HexInvalidReason, hexToAsciiString } from './core/hex.mjs';
|
|
40
25
|
export { AptosApiError, KeylessError, KeylessErrorCategory, KeylessErrorResolutionTip, KeylessErrorType } from './errors/index.mjs';
|
|
41
|
-
export { AccountAuthenticator, AccountAuthenticatorAbstraction, AccountAuthenticatorEd25519, AccountAuthenticatorMultiEd25519, AccountAuthenticatorMultiKey, AccountAuthenticatorNoAccountAuthenticator, AccountAuthenticatorSingleKey } from './transactions/authenticator/account.mjs';
|
|
42
26
|
export { TransactionAuthenticator, TransactionAuthenticatorEd25519, TransactionAuthenticatorFeePayer, TransactionAuthenticatorMultiAgent, TransactionAuthenticatorMultiEd25519, TransactionAuthenticatorSingleSender } from './transactions/authenticator/transaction.mjs';
|
|
43
|
-
export { ChainId } from './transactions/instances/chainId.mjs';
|
|
44
|
-
export { Identifier } from './transactions/instances/identifier.mjs';
|
|
45
|
-
export { ModuleId } from './transactions/instances/moduleId.mjs';
|
|
46
|
-
export { FeePayerRawTransaction, MultiAgentRawTransaction, RawTransaction, RawTransactionWithData } from './transactions/instances/rawTransaction.mjs';
|
|
47
27
|
export { RotationProofChallenge } from './transactions/instances/rotationProofChallenge.mjs';
|
|
48
28
|
export { SignedTransaction } from './transactions/instances/signedTransaction.mjs';
|
|
49
|
-
export { EntryFunctionArgument, ScriptFunctionArgument, TransactionArgument } from './transactions/instances/transactionArgument.mjs';
|
|
50
|
-
export { EntryFunction, MultiSig, MultiSigTransactionPayload, Script, TransactionPayload, TransactionPayloadEntryFunction, TransactionPayloadMultiSig, TransactionPayloadScript, deserializeFromScriptArgument } from './transactions/instances/transactionPayload.mjs';
|
|
51
|
-
export { SimpleTransaction } from './transactions/instances/simpleTransaction.mjs';
|
|
52
|
-
export { MultiAgentTransaction } from './transactions/instances/multiAgentTransaction.mjs';
|
|
53
29
|
export { convertNumber, findFirstNonSignerArg, isBcsAddress, isBcsBool, isBcsFixedBytes, isBcsString, isBcsU128, isBcsU16, isBcsU256, isBcsU32, isBcsU64, isBcsU8, isBool, isEmptyOption, isEncodedEntryFunctionArgument, isLargeNumber, isNumber, isScriptDataInput, isString, throwTypeMismatch } from './transactions/transactionBuilder/helpers.mjs';
|
|
54
|
-
export { buildTransaction, generateRawTransaction, generateSignedTransaction, generateSignedTransactionForSimulation, generateTransactionPayload, generateTransactionPayloadWithABI, generateUserTransactionHash, generateViewFunctionPayload, generateViewFunctionPayloadWithABI, getAuthenticatorForSimulation, hashValues } from './transactions/transactionBuilder/transactionBuilder.mjs';
|
|
30
|
+
export { buildTransaction, convertPayloadToInnerPayload, generateRawTransaction, generateSignedTransaction, generateSignedTransactionForSimulation, generateTransactionPayload, generateTransactionPayloadWithABI, generateUserTransactionHash, generateViewFunctionPayload, generateViewFunctionPayloadWithABI, getAuthenticatorForSimulation, hashValues } from './transactions/transactionBuilder/transactionBuilder.mjs';
|
|
55
31
|
export { checkOrConvertArgument, convertArgument, fetchEntryFunctionAbi, fetchFunctionAbi, fetchModuleAbi, fetchMoveFunctionAbi, fetchViewFunctionAbi, standardizeTypeTags } from './transactions/transactionBuilder/remoteAbi.mjs';
|
|
56
32
|
export { deriveTransactionType, generateSigningMessage, generateSigningMessageForSerializable, generateSigningMessageForTransaction } from './transactions/transactionBuilder/signingMessage.mjs';
|
|
57
|
-
export { StructTag, TypeTag, TypeTagAddress, TypeTagBool, TypeTagGeneric, TypeTagReference, TypeTagSigner, TypeTagStruct, TypeTagU128, TypeTagU16, TypeTagU256, TypeTagU32, TypeTagU64, TypeTagU8, TypeTagVector, aptosCoinStructTag, objectStructTag, optionStructTag, stringStructTag } from './transactions/typeTag/index.mjs';
|
|
58
33
|
export { TypeTagParserError, TypeTagParserErrorType, parseTypeTag } from './transactions/typeTag/parser.mjs';
|
|
59
|
-
export { 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 } from './transactions/types.mjs';
|
|
60
34
|
export { AccountSequenceNumber } from './transactions/management/accountSequenceNumber.mjs';
|
|
61
35
|
export { ExecutionFinishEventData, FailureEventData, SuccessEventData, TransactionWorker, TransactionWorkerEvents, TransactionWorkerEventsEnum, promiseFulfilledStatus } from './transactions/management/transactionWorker.mjs';
|
|
62
36
|
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 './types/indexer.mjs';
|
|
63
|
-
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 './types/types.mjs';
|
|
64
37
|
export { Network, NetworkToChainId, NetworkToFaucetAPI, NetworkToIndexerAPI, NetworkToNetworkName, NetworkToNodeAPI, NetworkToPepperAPI, NetworkToProverAPI } from './utils/apiEndpoints.mjs';
|
|
65
38
|
export { APTOS_COIN, APTOS_FA, AptosApiType, DEFAULT_MAX_GAS_AMOUNT, DEFAULT_TXN_EXP_SEC_FROM_NOW, DEFAULT_TXN_TIMEOUT_SEC, FIREBASE_AUTH_ISS_PATTERN, ProcessorType, RAW_TRANSACTION_SALT, RAW_TRANSACTION_WITH_DATA_SALT } from './utils/const.mjs';
|
|
66
39
|
export { DeserializableClass, normalizeBundle } from './utils/normalizeBundle.mjs';
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{$ as Lc,$a as Ld,A as ic,Aa as ld,Ab as ke,B as jc,Ba as md,Bb as le,C as kc,Ca as nd,Cb as me,D as lc,Da as od,Db as ne,E as mc,Ea as pd,Eb as oe,F as nc,Fa as qd,Fb as pe,G as oc,Ga as rd,Gb as qe,H as pc,Ha as sd,Hb as re,I as qc,Ia as td,Ib as se,J as rc,Ja as ud,Jb as te,K as sc,Ka as vd,Kb as ue,L as tc,La as wd,Lb as ve,M as uc,Ma as xd,Md as xe,N as vc,Na as yd,Nd as ye,O as wc,Oa as zd,Od as ze,P as xc,Pa as Ad,Pd as Ae,Q as Ac,Qa as Bd,R as Bc,Ra as Cd,S as Cc,Sa as Dd,T as Dc,Ta as Ed,U as Ec,V as Fc,Va as Fd,W as Gc,Wa as Gd,X as Hc,Xa as Hd,Y as Ic,Ya as Id,Z as Jc,Za as Jd,_ as Kc,_a as Kd,_d as Be,a as Hb,aa as Mc,ab as Md,b as Ib,ba as Nc,bb as Nd,c as Jb,ca as Oc,cb as Od,d as Kb,da as Pc,db as Pd,e as Lb,ea as Qc,eb as Qd,f as Mb,fa as Rc,fb as Rd,g as Nb,ga as Sc,gb as Sd,h as Ob,ha as Tc,hb as Td,i as Pb,ia as Uc,ib as Ud,j as Qb,ja as Vc,jb as Vd,k as Rb,ka as Wc,kb as Wd,l as Sb,la as Xc,lb as Xd,m as Tb,ma as Yc,mb as Yd,n as Ub,na as Zc,nb as Zd,o as Vb,oa as _c,ob as _d,p as Wb,pa as $c,pb as $d,q as Xb,qa as ad,qb as ae,r as Yb,ra as bd,rb as be,s as Zb,sa as cd,sb as ce,t as _b,ta as dd,tb as de,u as $b,ua as ed,ub as ee,v as ac,va as gd,vb as fe,w as bc,wa as hd,wb as ge,x as cc,xa as id,xb as he,y as dc,ya as jd,yb as ie,z as ec,za as kd,zb as je}from"./chunk-BK56GLTP.mjs";import{a as fd}from"./chunk-V74WPKSY.mjs";import"./chunk-UYVPNUH3.mjs";import"./chunk-A5L76YP7.mjs";import{a as yc}from"./chunk-XKUIMGKU.mjs";import{a as zc}from"./chunk-N6YTF76Q.mjs";import{a as fc,b as gc,c as hc}from"./chunk-CO67Y6YE.mjs";import"./chunk-G3MHXDYA.mjs";import"./chunk-57J5YBMT.mjs";import{a as Ba,b as Ca,c as Da,d as Ea,e as Fa}from"./chunk-GOXRBEIJ.mjs";import"./chunk-XJJVJOX5.mjs";import"./chunk-NECL5FCQ.mjs";import"./chunk-4QMXOWHP.mjs";import{a as ia,b as ja}from"./chunk-RQX6JOEN.mjs";import{a as za,b as Aa}from"./chunk-CFQFFP6N.mjs";import{a as va,b as wa,c as xa,d as ya}from"./chunk-UQWF24SS.mjs";import"./chunk-DPW6ELCQ.mjs";import{a as ka,b as la,c as ma,d as na,e as oa,f as pa,g as qa,h as ra,i as sa,j as ta}from"./chunk-C3Q23D22.mjs";import{a as ua}from"./chunk-ROT6S6BM.mjs";import{a as fa,b as ga}from"./chunk-WSR5EBJM.mjs";import{a as ha}from"./chunk-WCMW2L3P.mjs";import"./chunk-W4BSN6SK.mjs";import"./chunk-V3MBJJTL.mjs";import"./chunk-KJH4KKG6.mjs";import{a as ea}from"./chunk-FGFLPH5K.mjs";import"./chunk-U7HD6PQV.mjs";import"./chunk-AMAPBD4D.mjs";import"./chunk-V2QSMVJ5.mjs";import"./chunk-KRBZ54CY.mjs";import"./chunk-YOZBVVKL.mjs";import"./chunk-GBNAG7KK.mjs";import"./chunk-VHNX2NUR.mjs";import"./chunk-7ECCT6PK.mjs";import{a as Bb,b as Cb,c as Db,d as Eb,e as Fb,f as Gb}from"./chunk-UOP7GBXB.mjs";import{a as vb,b as wb,c as xb,d as yb,e as zb,f as Ab}from"./chunk-CZYH3G7E.mjs";import{a as tb,b as ub}from"./chunk-HETYL3WN.mjs";import"./chunk-HGLO5LDS.mjs";import{a as Ya}from"./chunk-CW35YAMN.mjs";import{a as ob,b as pb,c as qb,d as rb,e as sb}from"./chunk-6WDVDEQZ.mjs";import{a as we}from"./chunk-XTMUMN74.mjs";import{a as Ga,b as Ha,c as Ia,d as Ja,e as Ka,f as La,g as Ma,h as Na}from"./chunk-4RXKALLC.mjs";import{a as Oa,b as Pa,c as Qa,d as Ra,e as Sa,f as Ta,g as Ua,h as Va,i as Wa,j as Xa}from"./chunk-RJ7F4JDV.mjs";import"./chunk-FZY4PMEE.mjs";import{a as _,b as $,c as aa,d as ba}from"./chunk-Q4W3WJ2U.mjs";import{a as T,b as U,c as V,d as W,e as X,f as Y,g as Z}from"./chunk-ORMOQWWH.mjs";import{a as l}from"./chunk-TOBQ5UE6.mjs";import{a as k}from"./chunk-MT2RJ7H3.mjs";import{a as e}from"./chunk-FLZPUYXQ.mjs";import{a as ab,b as bb,c as cb,d as db,e as eb,f as fb,g as gb,h as hb,i as ib,j as jb,k as kb,l as lb,m as mb,n as nb}from"./chunk-7DQDJ2SA.mjs";import{a as Za,b as _a,c as $a}from"./chunk-HNBVYE3N.mjs";import{a as ca,b as da}from"./chunk-RGKRCZ36.mjs";import"./chunk-FD6FGKYY.mjs";import{A as M,B as N,C as O,D as P,E as Q,F as R,G as S,a as m,b as n,c as o,d as p,e as q,f as r,g as s,h as t,i as u,j as v,k as w,l as x,m as y,n as z,o as A,p as B,q as C,r as D,s as E,t as F,u as G,v as H,w as I,x as J,y as K,z as L}from"./chunk-ODAAZLPK.mjs";import"./chunk-4WPQQPUF.mjs";import{a as f,b as g,c as h,d as i,e as j}from"./chunk-EBMEXURY.mjs";import{a as b,b as c,c as d}from"./chunk-STY74NUA.mjs";import{a}from"./chunk-IF4UU2MT.mjs";import"./chunk-56CNRT2K.mjs";import"./chunk-VEGW6HP5.mjs";import"./chunk-KDMSOCZY.mjs";export{la as APTOS_BIP44_REGEX,Sa as APTOS_COIN,Ta as APTOS_FA,ka as APTOS_HARDENED_REGEX,zd as AbstractKeylessAccount,kc as AbstractMultiKey,ja as AbstractPublicKey,ia as AbstractSignature,Gd as AbstractedAccount,wd as Account,da as AccountAddress,rc as AccountAuthenticator,xc as AccountAuthenticatorAbstraction,sc as AccountAuthenticatorEd25519,tc as AccountAuthenticatorMultiEd25519,vc as AccountAuthenticatorMultiKey,wc as AccountAuthenticatorNoAccountAuthenticator,uc as AccountAuthenticatorSingleKey,s as AccountAuthenticatorVariant,ga as AccountPublicKey,xe as AccountSequenceNumber,Fd as AccountUtils,ca as AddressInvalidReason,ic as AnyPublicKey,u as AnyPublicKeyVariant,jc as AnySignature,v as AnySignatureVariant,Be as Aptos,sb as AptosApiError,Oa as AptosApiType,we as AptosConfig,ea as AuthenticationKey,T as Bool,ra as CKDPriv,yc as ChainId,Pa as DEFAULT_MAX_GAS_AMOUNT,Qa as DEFAULT_TXN_EXP_SEC_FROM_NOW,Ra as DEFAULT_TXN_TIMEOUT_SEC,Hd as DerivableAbstractedAccount,S as DeriveScheme,e as Deserializer,Hb as EPK_HORIZON_SECS,td as Ed25519Account,xa as Ed25519PrivateKey,wa as Ed25519PublicKey,ya as Ed25519Signature,Zc as EntryFunction,l as EntryFunctionBytes,Ub as EphemeralCertificate,y as EphemeralCertificateVariant,xd as EphemeralKeyPair,za as EphemeralPublicKey,w as EphemeralPublicKeyVariant,Aa as EphemeralSignature,x as EphemeralSignatureVariant,Xa as FIREBASE_AUTH_ISS_PATTERN,Cd as FederatedKeylessAccount,ec as FederatedKeylessPublicKey,ed as FeePayerRawTransaction,k as FixedBytes,Wb as Groth16ProofAndStatement,_b as Groth16VerificationKey,Vb as Groth16Zkp,na as HARDENED_OFFSET,c as Hex,b as HexInvalidReason,zc as Identifier,ma as KeyType,Bd as KeylessAccount,Zb as KeylessConfiguration,rb as KeylessError,ob as KeylessErrorCategory,pb as KeylessErrorResolutionTip,qb as KeylessErrorType,Pb as KeylessPublicKey,Tb as KeylessSignature,Ib as MAX_AUD_VAL_BYTES,Ob as MAX_COMMITED_EPK_BYTES,Mb as MAX_EXTRA_FIELD_BYTES,Lb as MAX_ISS_VAL_BYTES,Nb as MAX_JWT_HEADER_B64_BYTES,Jb as MAX_UID_KEY_BYTES,Kb as MAX_UID_VAL_BYTES,m as MimeType,Ac as ModuleId,O as MoveAbility,N as MoveFunctionVisibility,cc as MoveJWK,ba as MoveOption,aa as MoveString,_ as MoveVector,dd as MultiAgentRawTransaction,od as MultiAgentTransaction,Ed as MultiEd25519Account,nc as MultiEd25519PublicKey,oc as MultiEd25519Signature,lc as MultiKey,Dd as MultiKeyAccount,mc as MultiKeySignature,$c as MultiSig,ad as MultiSigTransactionPayload,La as Network,Ma as NetworkToChainId,Ia as NetworkToFaucetAPI,Ga as NetworkToIndexerAPI,Na as NetworkToNetworkName,Ha as NetworkToNodeAPI,Ja as NetworkToPepperAPI,Ka as NetworkToProverAPI,a as ParsingError,ua as PrivateKey,t as PrivateKeyVariants,Wa as ProcessorType,fa as PublicKey,Ua as RAW_TRANSACTION_SALT,Va as RAW_TRANSACTION_WITH_DATA_SALT,bd as RawTransaction,cd as RawTransactionWithData,P as RoleType,fd as RotationProofChallenge,_c as Script,o as ScriptTransactionArgumentVariants,gc as Secp256k1PrivateKey,fc as Secp256k1PublicKey,hc as Secp256k1Signature,f as Serializable,$ as Serialized,g as Serializer,ha as Signature,md as SignedTransaction,Q as SigningScheme,R as SigningSchemeInput,nd as SimpleTransaction,vd as SingleKeyAccount,Pc as StructTag,Ad as TransactionAndProof,gd as TransactionAuthenticator,hd as TransactionAuthenticatorEd25519,kd as TransactionAuthenticatorFeePayer,jd as TransactionAuthenticatorMultiAgent,id as TransactionAuthenticatorMultiEd25519,ld as TransactionAuthenticatorSingleSender,r as TransactionAuthenticatorVariant,Vc as TransactionPayload,Xc as TransactionPayloadEntryFunction,Yc as TransactionPayloadMultiSig,Wc as TransactionPayloadScript,p as TransactionPayloadVariants,A as TransactionResponseType,q as TransactionVariants,Ae as TransactionWorker,ze as TransactionWorkerEventsEnum,Bc as TypeTag,Jc as TypeTagAddress,Cc as TypeTagBool,Mc as TypeTagGeneric,Jd as TypeTagParserError,Id as TypeTagParserErrorType,Lc as TypeTagReference,Kc as TypeTagSigner,Oc as TypeTagStruct,Hc as TypeTagU128,Ec as TypeTagU16,Ic as TypeTagU256,Fc as TypeTagU32,Gc as TypeTagU64,Dc as TypeTagU8,n as TypeTagVariants,Nc as TypeTagVector,Y as U128,V as U16,Z as U256,W as U32,X as U64,U as U8,Yb as ZeroKnowledgeSig,Xb as ZkProof,z as ZkpVariant,Qc as aptosCoinStructTag,ub as aptosRequest,eb as base64UrlDecode,fb as base64UrlToBytes,Ea as bigIntToBytesLE,qe as buildTransaction,Da as bytesToBigIntLE,ke as checkOrConvertArgument,gb as convertAmountFromHumanReadableToOnChain,hb as convertAmountFromOnChainToHumanReadable,je as convertArgument,Od as convertNumber,Za as createObjectAddress,_a as createResourceAddress,$a as createTokenAddress,qa as deriveKey,pd as deriveTransactionType,Uc as deserializeFromScriptArgument,pc as deserializePublicKey,qc as deserializeSignature,h as ensureBoolean,he as fetchEntryFunctionAbi,fe as fetchFunctionAbi,Sb as fetchJWK,ee as fetchModuleAbi,ge as fetchMoveFunctionAbi,ie as fetchViewFunctionAbi,ce as findFirstNonSignerArg,db as floorToWholeHour,pe as generateRawTransaction,te as generateSignedTransaction,re as generateSignedTransactionForSimulation,qd as generateSigningMessage,rd as generateSigningMessageForSerializable,sd as generateSigningMessageForTransaction,le as generateTransactionPayload,me as generateTransactionPayloadWithABI,ve as generateUserTransactionHash,ne as generateViewFunctionPayload,oe as generateViewFunctionPayloadWithABI,vb as get,wb as getAptosFullNode,xb as getAptosPepperService,se as getAuthenticatorForSimulation,bb as getErrorMessage,kb as getFunctionParts,ac as getIssAudAndUidVal,$b as getKeylessConfig,bc as getKeylessJWKs,Ab as getPageWithObfuscatedCursor,Ba as hashStrToField,ue as hashValues,d as hexToAsciiString,Td as isBcsAddress,Sd as isBcsBool,Vd as isBcsFixedBytes,Ud as isBcsString,_d as isBcsU128,Xd as isBcsU16,$d as isBcsU256,Yd as isBcsU32,Zd as isBcsU64,Wd as isBcsU8,H as isBlockEpilogueTransactionResponse,E as isBlockMetadataTransactionResponse,Ld as isBool,va as isCanonicalEd25519Signature,I as isEd25519Signature,Qd as isEmptyOption,Rd as isEncodedEntryFunctionArgument,jb as isEncodedStruct,L as isFeePayerSignature,D as isGenesisTransactionResponse,yd as isKeylessSigner,Pd as isLargeNumber,K as isMultiAgentSignature,M as isMultiEd25519Signature,Nd as isNumber,B as isPendingTransactionResponse,ae as isScriptDataInput,J as isSecp256k1Signature,ud as isSingleKeySigner,F as isStateCheckpointTransactionResponse,Md as isString,C as isUserTransactionResponse,oa as isValidBIP44Path,lb as isValidFunctionInfo,pa as isValidHardenedPath,G as isValidatorTransactionResponse,ta as mnemonicToSeed,Ya as normalizeBundle,cb as nowInSeconds,Tc as objectStructTag,Sc as optionStructTag,i as outOfRangeErrorMessage,Ca as padAndPackBytesWithLen,yb as paginateWithCursor,zb as paginateWithObfuscatedCursor,nb as pairedFaMetadataAddress,ib as parseEncodedStruct,dc as parseJwtHeader,Kd as parseTypeTag,Fa as poseidonHash,Bb as post,Eb as postAptosFaucet,Cb as postAptosFullNode,Db as postAptosIndexer,Fb as postAptosPepperService,Gb as postAptosProvingService,ye as promiseFulfilledStatus,tb as request,ab as sleep,sa as splitPath,de as standardizeTypeTags,Rc as stringStructTag,be as throwTypeMismatch,mb as truncateAddress,j as validateNumberInRange,Qb as verifyKeylessSignature,Rb as verifyKeylessSignatureWithJwkAndConfig};
|
|
1
|
+
import{$ as Oc,$a as Pd,A as lc,Aa as nd,Ab as ne,B as mc,Ba as od,Bb as oe,C as nc,Ca as pd,Cb as pe,D as oc,Da as rd,Db as qe,E as pc,Ea as sd,Eb as re,F as qc,Fa as td,Fb as se,G as rc,Ga as ud,Gb as te,H as sc,Ha as vd,Hb as ue,I as tc,Ia as wd,Ib as ve,J as uc,Ja as xd,Jb as we,K as vc,Ka as yd,Kb as xe,L as wc,La as zd,Lb as ye,M as xc,Ma as Ad,Mb as ze,N as yc,Na as Bd,Nb as Ae,O as zc,Oa as Cd,Ob as Be,P as Ac,Pa as Dd,Pb as Ce,Q as Dc,Qa as Ed,Qb as De,R as Ec,Ra as Fd,Rb as Ee,S as Fc,Sa as Gd,Sb as Fe,T as Gc,Ta as Hd,Tb as Ge,U as Hc,Ua as Id,Ub as He,V as Ic,Va as Jd,Vd as Je,W as Jc,Wa as Kd,Wd as Ke,X as Kc,Xa as Ld,Xd as Le,Y as Lc,Ya as Md,Yd as Me,Z as Mc,Za as Nd,_ as Nc,_a as Od,a as Kb,aa as Pc,b as Lb,ba as Qc,bb as Qd,c as Mb,ca as Rc,cb as Rd,d as Nb,da as Sc,db as Sd,e as Ob,ea as Tc,eb as Td,f as Pb,fa as Uc,fb as Ud,g as Qb,ga as Vc,gb as Vd,h as Rb,ha as Wc,hb as Wd,he as Ne,i as Sb,ia as Xc,ib as Xd,j as Tb,ja as Yc,jb as Yd,k as Ub,ka as Zc,kb as Zd,l as Vb,la as _c,lb as _d,m as Wb,ma as $c,mb as $d,n as Xb,na as ad,nb as ae,o as Yb,oa as bd,ob as be,p as Zb,pa as cd,pb as ce,q as _b,qa as dd,qb as de,r as $b,ra as ed,rb as ee,s as ac,sa as fd,sb as fe,t as bc,ta as gd,tb as ge,u as cc,ua as hd,ub as he,v as dc,va as id,vb as ie,w as ec,wa as jd,wb as je,x as fc,xa as kd,xb as ke,y as gc,ya as ld,yb as le,z as hc,za as md,zb as me}from"./chunk-GMDBBVDH.mjs";import{a as qd}from"./chunk-2XQKGWHQ.mjs";import"./chunk-UYVPNUH3.mjs";import"./chunk-A5L76YP7.mjs";import{a as Bc}from"./chunk-XKUIMGKU.mjs";import{a as Cc}from"./chunk-N6YTF76Q.mjs";import{a as ic,b as jc,c as kc}from"./chunk-CO67Y6YE.mjs";import"./chunk-G3MHXDYA.mjs";import"./chunk-PFXXFUBL.mjs";import{a as Ea,b as Fa,c as Ga,d as Ha,e as Ia}from"./chunk-GOXRBEIJ.mjs";import"./chunk-XJJVJOX5.mjs";import"./chunk-NECL5FCQ.mjs";import"./chunk-4QMXOWHP.mjs";import{a as la,b as ma}from"./chunk-RQX6JOEN.mjs";import{a as Ca,b as Da}from"./chunk-CFQFFP6N.mjs";import{a as ya,b as za,c as Aa,d as Ba}from"./chunk-UQWF24SS.mjs";import"./chunk-DPW6ELCQ.mjs";import{a as na,b as oa,c as pa,d as qa,e as ra,f as sa,g as ta,h as ua,i as va,j as wa}from"./chunk-C3Q23D22.mjs";import{a as xa}from"./chunk-ROT6S6BM.mjs";import{a as ia,b as ja}from"./chunk-WSR5EBJM.mjs";import{a as ka}from"./chunk-WCMW2L3P.mjs";import"./chunk-W4BSN6SK.mjs";import"./chunk-V3MBJJTL.mjs";import"./chunk-KJH4KKG6.mjs";import{a as ha}from"./chunk-FGFLPH5K.mjs";import"./chunk-FSP4QM2T.mjs";import"./chunk-SAMHWS73.mjs";import"./chunk-7T62PEFI.mjs";import"./chunk-R7NQJWDG.mjs";import"./chunk-YOZBVVKL.mjs";import"./chunk-IDHVW7HS.mjs";import"./chunk-VHNX2NUR.mjs";import"./chunk-7ECCT6PK.mjs";import{a as yb,b as zb,c as Ab,d as Bb,e as Cb,f as Db}from"./chunk-YHGGNYYL.mjs";import{a as Eb,b as Fb,c as Gb,d as Hb,e as Ib,f as Jb}from"./chunk-5ZRPV4YI.mjs";import{a as wb,b as xb}from"./chunk-WOTQ7227.mjs";import"./chunk-HGLO5LDS.mjs";import{a as $a}from"./chunk-CW35YAMN.mjs";import{a as rb,b as sb,c as tb,d as ub,e as vb}from"./chunk-6WDVDEQZ.mjs";import{a as db,b as eb,c as fb,d as gb,e as hb,f as ib,g as jb,h as kb,i as lb,j as mb,k as nb,l as ob,m as pb,n as qb}from"./chunk-7DQDJ2SA.mjs";import{a as ab,b as bb,c as cb}from"./chunk-HNBVYE3N.mjs";import{a as fa,b as ga}from"./chunk-RGKRCZ36.mjs";import"./chunk-FZY4PMEE.mjs";import{a as ba,b as ca,c as da,d as ea}from"./chunk-Q4W3WJ2U.mjs";import{a as W,b as X,c as Y,d as Z,e as _,f as $,g as aa}from"./chunk-ORMOQWWH.mjs";import{a as l}from"./chunk-TOBQ5UE6.mjs";import{a as k}from"./chunk-MT2RJ7H3.mjs";import"./chunk-FD6FGKYY.mjs";import{A as M,B as N,C as O,D as P,E as Q,F as R,G as S,H as T,I as U,J as V,a as m,b as n,c as o,d as p,e as q,f as r,g as s,h as t,i as u,j as v,k as w,l as x,m as y,n as z,o as A,p as B,q as C,r as D,s as E,t as F,u as G,v as H,w as I,x as J,y as K,z as L}from"./chunk-4H2RMR7D.mjs";import"./chunk-4WPQQPUF.mjs";import{a as e}from"./chunk-FLZPUYXQ.mjs";import{a as f,b as g,c as h,d as i,e as j}from"./chunk-EBMEXURY.mjs";import{a as b,b as c,c as d}from"./chunk-STY74NUA.mjs";import{a}from"./chunk-IF4UU2MT.mjs";import"./chunk-56CNRT2K.mjs";import{a as Ie}from"./chunk-UIVX6WSC.mjs";import{a as Ja,b as Ka,c as La,d as Ma,e as Na,f as Oa,g as Pa,h as Qa}from"./chunk-4RXKALLC.mjs";import{a as Ra,b as Sa,c as Ta,d as Ua,e as Va,f as Wa,g as Xa,h as Ya,i as Za,j as _a}from"./chunk-RJ7F4JDV.mjs";import"./chunk-HMUIOIBG.mjs";import"./chunk-KDMSOCZY.mjs";export{oa as APTOS_BIP44_REGEX,Va as APTOS_COIN,Wa as APTOS_FA,na as APTOS_HARDENED_REGEX,Kd as AbstractKeylessAccount,nc as AbstractMultiKey,ma as AbstractPublicKey,la as AbstractSignature,Rd as AbstractedAccount,Hd as Account,ga as AccountAddress,uc as AccountAuthenticator,Ac as AccountAuthenticatorAbstraction,vc as AccountAuthenticatorEd25519,wc as AccountAuthenticatorMultiEd25519,yc as AccountAuthenticatorMultiKey,zc as AccountAuthenticatorNoAccountAuthenticator,xc as AccountAuthenticatorSingleKey,v as AccountAuthenticatorVariant,ja as AccountPublicKey,Je as AccountSequenceNumber,Qd as AccountUtils,fa as AddressInvalidReason,lc as AnyPublicKey,x as AnyPublicKeyVariant,mc as AnySignature,y as AnySignatureVariant,Ne as Aptos,vb as AptosApiError,Ra as AptosApiType,Ie as AptosConfig,ha as AuthenticationKey,W as Bool,ua as CKDPriv,Bc as ChainId,Sa as DEFAULT_MAX_GAS_AMOUNT,Ta as DEFAULT_TXN_EXP_SEC_FROM_NOW,Ua as DEFAULT_TXN_TIMEOUT_SEC,Sd as DerivableAbstractedAccount,V as DeriveScheme,e as Deserializer,Kb as EPK_HORIZON_SECS,Ed as Ed25519Account,Aa as Ed25519PrivateKey,za as Ed25519PublicKey,Ba as Ed25519Signature,ad as EntryFunction,l as EntryFunctionBytes,Xb as EphemeralCertificate,B as EphemeralCertificateVariant,Id as EphemeralKeyPair,Ca as EphemeralPublicKey,z as EphemeralPublicKeyVariant,Da as EphemeralSignature,A as EphemeralSignatureVariant,_a as FIREBASE_AUTH_ISS_PATTERN,Nd as FederatedKeylessAccount,hc as FederatedKeylessPublicKey,pd as FeePayerRawTransaction,k as FixedBytes,Zb as Groth16ProofAndStatement,bc as Groth16VerificationKey,Yb as Groth16Zkp,qa as HARDENED_OFFSET,c as Hex,b as HexInvalidReason,Cc as Identifier,pa as KeyType,Md as KeylessAccount,ac as KeylessConfiguration,ub as KeylessError,rb as KeylessErrorCategory,sb as KeylessErrorResolutionTip,tb as KeylessErrorType,Sb as KeylessPublicKey,Wb as KeylessSignature,Lb as MAX_AUD_VAL_BYTES,Rb as MAX_COMMITED_EPK_BYTES,Pb as MAX_EXTRA_FIELD_BYTES,Ob as MAX_ISS_VAL_BYTES,Qb as MAX_JWT_HEADER_B64_BYTES,Mb as MAX_UID_KEY_BYTES,Nb as MAX_UID_VAL_BYTES,m as MimeType,Dc as ModuleId,R as MoveAbility,Q as MoveFunctionVisibility,fc as MoveJWK,ea as MoveOption,da as MoveString,ba as MoveVector,od as MultiAgentRawTransaction,zd as MultiAgentTransaction,Pd as MultiEd25519Account,qc as MultiEd25519PublicKey,rc as MultiEd25519Signature,oc as MultiKey,Od as MultiKeyAccount,pc as MultiKeySignature,cd as MultiSig,dd as MultiSigTransactionPayload,Oa as Network,Pa as NetworkToChainId,La as NetworkToFaucetAPI,Ja as NetworkToIndexerAPI,Qa as NetworkToNetworkName,Ka as NetworkToNodeAPI,Ma as NetworkToPepperAPI,Na as NetworkToProverAPI,a as ParsingError,xa as PrivateKey,w as PrivateKeyVariants,Za as ProcessorType,ia as PublicKey,Xa as RAW_TRANSACTION_SALT,Ya as RAW_TRANSACTION_WITH_DATA_SALT,md as RawTransaction,nd as RawTransactionWithData,S as RoleType,qd as RotationProofChallenge,bd as Script,o as ScriptTransactionArgumentVariants,jc as Secp256k1PrivateKey,ic as Secp256k1PublicKey,kc as Secp256k1Signature,f as Serializable,ca as Serialized,g as Serializer,ka as Signature,xd as SignedTransaction,T as SigningScheme,U as SigningSchemeInput,yd as SimpleTransaction,Gd as SingleKeyAccount,Sc as StructTag,Ld as TransactionAndProof,rd as TransactionAuthenticator,sd as TransactionAuthenticatorEd25519,vd as TransactionAuthenticatorFeePayer,ud as TransactionAuthenticatorMultiAgent,td as TransactionAuthenticatorMultiEd25519,wd as TransactionAuthenticatorSingleSender,u as TransactionAuthenticatorVariant,gd as TransactionExecutable,jd as TransactionExecutableEmpty,id as TransactionExecutableEntryFunction,hd as TransactionExecutableScript,r as TransactionExecutableVariants,kd as TransactionExtraConfig,ld as TransactionExtraConfigV1,s as TransactionExtraConfigVariants,ed as TransactionInnerPayload,fd as TransactionInnerPayloadV1,q as TransactionInnerPayloadVariants,Yc as TransactionPayload,_c as TransactionPayloadEntryFunction,$c as TransactionPayloadMultiSig,Zc as TransactionPayloadScript,p as TransactionPayloadVariants,D as TransactionResponseType,t as TransactionVariants,Me as TransactionWorker,Le as TransactionWorkerEventsEnum,Ec as TypeTag,Mc as TypeTagAddress,Fc as TypeTagBool,Pc as TypeTagGeneric,Ud as TypeTagParserError,Td as TypeTagParserErrorType,Oc as TypeTagReference,Nc as TypeTagSigner,Rc as TypeTagStruct,Kc as TypeTagU128,Hc as TypeTagU16,Lc as TypeTagU256,Ic as TypeTagU32,Jc as TypeTagU64,Gc as TypeTagU8,n as TypeTagVariants,Qc as TypeTagVector,$ as U128,Y as U16,aa as U256,Z as U32,_ as U64,X as U8,$b as ZeroKnowledgeSig,_b as ZkProof,C as ZkpVariant,Tc as aptosCoinStructTag,xb as aptosRequest,hb as base64UrlDecode,ib as base64UrlToBytes,Ha as bigIntToBytesLE,Ce as buildTransaction,Ga as bytesToBigIntLE,ve as checkOrConvertArgument,jb as convertAmountFromHumanReadableToOnChain,kb as convertAmountFromOnChainToHumanReadable,ue as convertArgument,Zd as convertNumber,Be as convertPayloadToInnerPayload,ab as createObjectAddress,bb as createResourceAddress,cb as createTokenAddress,ta as deriveKey,Ad as deriveTransactionType,Xc as deserializeFromScriptArgument,sc as deserializePublicKey,tc as deserializeSignature,h as ensureBoolean,se as fetchEntryFunctionAbi,qe as fetchFunctionAbi,Vb as fetchJWK,pe as fetchModuleAbi,re as fetchMoveFunctionAbi,te as fetchViewFunctionAbi,ne as findFirstNonSignerArg,gb as floorToWholeHour,Ae as generateRawTransaction,Fe as generateSignedTransaction,De as generateSignedTransactionForSimulation,Bd as generateSigningMessage,Cd as generateSigningMessageForSerializable,Dd as generateSigningMessageForTransaction,we as generateTransactionPayload,xe as generateTransactionPayloadWithABI,He as generateUserTransactionHash,ye as generateViewFunctionPayload,ze as generateViewFunctionPayloadWithABI,yb as get,zb as getAptosFullNode,Ab as getAptosPepperService,Ee as getAuthenticatorForSimulation,eb as getErrorMessage,nb as getFunctionParts,dc as getIssAudAndUidVal,cc as getKeylessConfig,ec as getKeylessJWKs,Db as getPageWithObfuscatedCursor,Ea as hashStrToField,Ge as hashValues,d as hexToAsciiString,ce as isBcsAddress,be as isBcsBool,ee as isBcsFixedBytes,de as isBcsString,je as isBcsU128,ge as isBcsU16,ke as isBcsU256,he as isBcsU32,ie as isBcsU64,fe as isBcsU8,K as isBlockEpilogueTransactionResponse,H as isBlockMetadataTransactionResponse,Wd as isBool,ya as isCanonicalEd25519Signature,L as isEd25519Signature,$d as isEmptyOption,ae as isEncodedEntryFunctionArgument,mb as isEncodedStruct,O as isFeePayerSignature,G as isGenesisTransactionResponse,Jd as isKeylessSigner,_d as isLargeNumber,N as isMultiAgentSignature,P as isMultiEd25519Signature,Yd as isNumber,E as isPendingTransactionResponse,le as isScriptDataInput,M as isSecp256k1Signature,Fd as isSingleKeySigner,I as isStateCheckpointTransactionResponse,Xd as isString,F as isUserTransactionResponse,ra as isValidBIP44Path,ob as isValidFunctionInfo,sa as isValidHardenedPath,J as isValidatorTransactionResponse,wa as mnemonicToSeed,$a as normalizeBundle,fb as nowInSeconds,Wc as objectStructTag,Vc as optionStructTag,i as outOfRangeErrorMessage,Fa as padAndPackBytesWithLen,Bb as paginateWithCursor,Cb as paginateWithObfuscatedCursor,qb as pairedFaMetadataAddress,lb as parseEncodedStruct,gc as parseJwtHeader,Vd as parseTypeTag,Ia as poseidonHash,Eb as post,Hb as postAptosFaucet,Fb as postAptosFullNode,Gb as postAptosIndexer,Ib as postAptosPepperService,Jb as postAptosProvingService,Ke as promiseFulfilledStatus,wb as request,db as sleep,va as splitPath,oe as standardizeTypeTags,Uc as stringStructTag,me as throwTypeMismatch,pb as truncateAddress,j as validateNumberInRange,Tb as verifyKeylessSignature,Ub as verifyKeylessSignatureWithJwkAndConfig};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,37 +1,10 @@
|
|
|
1
|
-
import { AccountAddressInput } from '../
|
|
2
|
-
import { InputGenerateTransactionOptions } from '../transactions/types.mjs';
|
|
3
|
-
import { AptosConfig } from '../api/aptosConfig.mjs';
|
|
4
|
-
import { SimpleTransaction } from '../transactions/instances/simpleTransaction.mjs';
|
|
5
|
-
import '../bcs/serializer.mjs';
|
|
6
|
-
import '../core/hex.mjs';
|
|
7
|
-
import '../core/common.mjs';
|
|
8
|
-
import '../types/types.mjs';
|
|
1
|
+
import { A as AptosConfig, m as AccountAddressInput, aS as InputGenerateTransactionOptions, as as SimpleTransaction } from '../account-9G6tix5T.mjs';
|
|
9
2
|
import '../types/indexer.mjs';
|
|
10
3
|
import '../types/generated/operations.mjs';
|
|
11
4
|
import '../types/generated/types.mjs';
|
|
12
5
|
import '../utils/apiEndpoints.mjs';
|
|
13
|
-
import '../bcs/deserializer.mjs';
|
|
14
|
-
import '../transactions/instances/transactionArgument.mjs';
|
|
15
|
-
import '../bcs/serializable/moveStructs.mjs';
|
|
16
|
-
import '../bcs/serializable/movePrimitives.mjs';
|
|
17
|
-
import '../bcs/serializable/fixedBytes.mjs';
|
|
18
|
-
import '../publicKey-CJOcUwJK.mjs';
|
|
19
|
-
import '../core/crypto/signature.mjs';
|
|
20
|
-
import '../transactions/authenticator/account.mjs';
|
|
21
|
-
import '../core/crypto/ed25519.mjs';
|
|
22
|
-
import '../core/crypto/privateKey.mjs';
|
|
23
6
|
import '../utils/const.mjs';
|
|
24
|
-
import '../core/
|
|
25
|
-
import '../core/crypto/multiKey.mjs';
|
|
26
|
-
import '../core/crypto/singleKey.mjs';
|
|
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
|
-
import '../transactions/instances/multiAgentTransaction.mjs';
|
|
7
|
+
import '../core/common.mjs';
|
|
35
8
|
|
|
36
9
|
declare function addAuthenticationFunctionTransaction(args: {
|
|
37
10
|
aptosConfig: AptosConfig;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{Bc as a,Cc as b,Dc as c}from"../chunk-GMDBBVDH.mjs";import"../chunk-2XQKGWHQ.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-XKUIMGKU.mjs";import"../chunk-N6YTF76Q.mjs";import"../chunk-CO67Y6YE.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-PFXXFUBL.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-RQX6JOEN.mjs";import"../chunk-CFQFFP6N.mjs";import"../chunk-UQWF24SS.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-WSR5EBJM.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-KJH4KKG6.mjs";import"../chunk-FGFLPH5K.mjs";import"../chunk-FSP4QM2T.mjs";import"../chunk-SAMHWS73.mjs";import"../chunk-7T62PEFI.mjs";import"../chunk-R7NQJWDG.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-IDHVW7HS.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-YHGGNYYL.mjs";import"../chunk-5ZRPV4YI.mjs";import"../chunk-WOTQ7227.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-CW35YAMN.mjs";import"../chunk-6WDVDEQZ.mjs";import"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-Q4W3WJ2U.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4H2RMR7D.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-UIVX6WSC.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-HMUIOIBG.mjs";import"../chunk-KDMSOCZY.mjs";export{a as addAuthenticationFunctionTransaction,b as removeAuthenticationFunctionTransaction,c as removeDispatchableAuthenticatorTransaction};
|
|
2
2
|
//# sourceMappingURL=abstraction.mjs.map
|
|
@@ -1,38 +1,11 @@
|
|
|
1
|
-
import { AptosConfig } from '../
|
|
1
|
+
import { A as AptosConfig, m as AccountAddressInput, c7 as AccountData, c4 as LedgerVersionArg, c8 as MoveModuleBytecode, bO as CursorPaginationArgs, bN as PaginationArgs, ca as TransactionResponse, c6 as MoveResource, d4 as MoveStructId, n as AccountAddress, bP as TokenStandardArg, bQ as OrderByArg, bR as WhereArg, P as PrivateKey, p as AuthenticationKey, r as Ed25519PrivateKey, cj as PendingTransactionResponse } from '../account-9G6tix5T.mjs';
|
|
2
2
|
import { GetAccountOwnedTokensQueryResponse, GetAccountOwnedTokensFromCollectionResponse, GetAccountCollectionsWithOwnedTokenResponse, GetAccountCoinsDataResponse, GetObjectDataQueryResponse } from '../types/indexer.mjs';
|
|
3
|
-
import { AccountData, LedgerVersionArg, MoveModuleBytecode, CursorPaginationArgs, PaginationArgs, TransactionResponse, MoveResource, MoveStructId, TokenStandardArg, OrderByArg, WhereArg, PendingTransactionResponse } from '../types/types.mjs';
|
|
4
|
-
import { AccountAddressInput, AccountAddress } from '../core/accountAddress.mjs';
|
|
5
|
-
import { A as AuthenticationKey } from '../publicKey-CJOcUwJK.mjs';
|
|
6
3
|
import { CurrentFungibleAssetBalancesBoolExp } from '../types/generated/types.mjs';
|
|
7
|
-
import {
|
|
8
|
-
import { PrivateKey } from '../core/crypto/privateKey.mjs';
|
|
9
|
-
import { A as Account } from '../Ed25519Account-D9XrCLfE.mjs';
|
|
4
|
+
import { A as Account } from '../Ed25519Account-Ccxj1zdx.mjs';
|
|
10
5
|
import '../utils/apiEndpoints.mjs';
|
|
11
6
|
import '../utils/const.mjs';
|
|
12
|
-
import '../types/generated/operations.mjs';
|
|
13
|
-
import '../bcs/serializer.mjs';
|
|
14
|
-
import '../core/hex.mjs';
|
|
15
7
|
import '../core/common.mjs';
|
|
16
|
-
import '../
|
|
17
|
-
import '../transactions/instances/transactionArgument.mjs';
|
|
18
|
-
import '../core/crypto/signature.mjs';
|
|
19
|
-
import '../transactions/authenticator/account.mjs';
|
|
20
|
-
import '../core/crypto/multiEd25519.mjs';
|
|
21
|
-
import '../core/crypto/multiKey.mjs';
|
|
22
|
-
import '../core/crypto/singleKey.mjs';
|
|
23
|
-
import '../core/crypto/secp256k1.mjs';
|
|
24
|
-
import '../transactions/types.mjs';
|
|
25
|
-
import '../bcs/serializable/moveStructs.mjs';
|
|
26
|
-
import '../bcs/serializable/movePrimitives.mjs';
|
|
27
|
-
import '../bcs/serializable/fixedBytes.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
|
-
import '../transactions/instances/simpleTransaction.mjs';
|
|
35
|
-
import '../transactions/instances/multiAgentTransaction.mjs';
|
|
8
|
+
import '../types/generated/operations.mjs';
|
|
36
9
|
|
|
37
10
|
/**
|
|
38
11
|
* This file contains the underlying implementations for exposed API surface in
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{ec as a,fc as b,gc as c,hc as d,ic as e,jc as f,kc as g,lc as h,mc as i,nc as j,oc as k,pc as l,qc as m,rc as n,sc as o,tc as p,uc as q,vc as r,wc as s,xc as t,yc as u}from"../chunk-GMDBBVDH.mjs";import"../chunk-2XQKGWHQ.mjs";import"../chunk-UYVPNUH3.mjs";import"../chunk-A5L76YP7.mjs";import"../chunk-XKUIMGKU.mjs";import"../chunk-N6YTF76Q.mjs";import"../chunk-CO67Y6YE.mjs";import"../chunk-G3MHXDYA.mjs";import"../chunk-PFXXFUBL.mjs";import"../chunk-GOXRBEIJ.mjs";import"../chunk-XJJVJOX5.mjs";import"../chunk-NECL5FCQ.mjs";import"../chunk-4QMXOWHP.mjs";import"../chunk-RQX6JOEN.mjs";import"../chunk-CFQFFP6N.mjs";import"../chunk-UQWF24SS.mjs";import"../chunk-DPW6ELCQ.mjs";import"../chunk-C3Q23D22.mjs";import"../chunk-ROT6S6BM.mjs";import"../chunk-WSR5EBJM.mjs";import"../chunk-WCMW2L3P.mjs";import"../chunk-W4BSN6SK.mjs";import"../chunk-V3MBJJTL.mjs";import"../chunk-KJH4KKG6.mjs";import"../chunk-FGFLPH5K.mjs";import"../chunk-FSP4QM2T.mjs";import"../chunk-SAMHWS73.mjs";import"../chunk-7T62PEFI.mjs";import"../chunk-R7NQJWDG.mjs";import"../chunk-YOZBVVKL.mjs";import"../chunk-IDHVW7HS.mjs";import"../chunk-VHNX2NUR.mjs";import"../chunk-7ECCT6PK.mjs";import"../chunk-YHGGNYYL.mjs";import"../chunk-5ZRPV4YI.mjs";import"../chunk-WOTQ7227.mjs";import"../chunk-HGLO5LDS.mjs";import"../chunk-CW35YAMN.mjs";import"../chunk-6WDVDEQZ.mjs";import"../chunk-7DQDJ2SA.mjs";import"../chunk-HNBVYE3N.mjs";import"../chunk-RGKRCZ36.mjs";import"../chunk-FZY4PMEE.mjs";import"../chunk-Q4W3WJ2U.mjs";import"../chunk-ORMOQWWH.mjs";import"../chunk-TOBQ5UE6.mjs";import"../chunk-MT2RJ7H3.mjs";import"../chunk-FD6FGKYY.mjs";import"../chunk-4H2RMR7D.mjs";import"../chunk-4WPQQPUF.mjs";import"../chunk-FLZPUYXQ.mjs";import"../chunk-EBMEXURY.mjs";import"../chunk-STY74NUA.mjs";import"../chunk-IF4UU2MT.mjs";import"../chunk-56CNRT2K.mjs";import"../chunk-UIVX6WSC.mjs";import"../chunk-4RXKALLC.mjs";import"../chunk-RJ7F4JDV.mjs";import"../chunk-HMUIOIBG.mjs";import"../chunk-KDMSOCZY.mjs";export{s as deriveAccountFromPrivateKey,o as getAccountCoinAmount,q as getAccountCoinsCount,p as getAccountCoinsData,m as getAccountCollectionsWithOwnedTokens,r as getAccountOwnedObjects,k as getAccountOwnedTokens,l as getAccountOwnedTokensFromCollectionAddress,j as getAccountTokensCount,n as getAccountTransactionsCount,a as getInfo,d as getModule,b as getModules,c as getModulesPage,h as getResource,f as getResources,g as getResourcesPage,e as getTransactions,t as isAccountExist,i as lookupOriginalAccountAddress,u as rotateAuthKey};
|
|
2
2
|
//# sourceMappingURL=account.mjs.map
|
|
@@ -1,38 +1,11 @@
|
|
|
1
|
-
import { AptosConfig } from '../
|
|
1
|
+
import { A as AptosConfig, m as AccountAddressInput, aS as InputGenerateTransactionOptions, bN as PaginationArgs, bQ as OrderByArg, bR as WhereArg, n as AccountAddress, as as SimpleTransaction } from '../account-9G6tix5T.mjs';
|
|
2
2
|
import { GetANSNameResponse } from '../types/indexer.mjs';
|
|
3
|
-
import { PaginationArgs, OrderByArg, WhereArg } from '../types/types.mjs';
|
|
4
|
-
import { AccountAddressInput, AccountAddress } from '../core/accountAddress.mjs';
|
|
5
3
|
import { CurrentAptosNamesBoolExp } from '../types/generated/types.mjs';
|
|
6
|
-
import {
|
|
7
|
-
import { InputGenerateTransactionOptions } from '../transactions/types.mjs';
|
|
8
|
-
import { A as Account } from '../Ed25519Account-D9XrCLfE.mjs';
|
|
4
|
+
import { A as Account } from '../Ed25519Account-Ccxj1zdx.mjs';
|
|
9
5
|
import '../utils/apiEndpoints.mjs';
|
|
10
6
|
import '../utils/const.mjs';
|
|
11
|
-
import '../types/generated/operations.mjs';
|
|
12
|
-
import '../bcs/serializer.mjs';
|
|
13
|
-
import '../core/hex.mjs';
|
|
14
7
|
import '../core/common.mjs';
|
|
15
|
-
import '../
|
|
16
|
-
import '../transactions/instances/transactionArgument.mjs';
|
|
17
|
-
import '../transactions/instances/rawTransaction.mjs';
|
|
18
|
-
import '../transactions/instances/chainId.mjs';
|
|
19
|
-
import '../transactions/instances/transactionPayload.mjs';
|
|
20
|
-
import '../transactions/instances/identifier.mjs';
|
|
21
|
-
import '../transactions/instances/moduleId.mjs';
|
|
22
|
-
import '../transactions/typeTag/index.mjs';
|
|
23
|
-
import '../bcs/serializable/moveStructs.mjs';
|
|
24
|
-
import '../bcs/serializable/movePrimitives.mjs';
|
|
25
|
-
import '../bcs/serializable/fixedBytes.mjs';
|
|
26
|
-
import '../publicKey-CJOcUwJK.mjs';
|
|
27
|
-
import '../core/crypto/signature.mjs';
|
|
28
|
-
import '../transactions/authenticator/account.mjs';
|
|
29
|
-
import '../core/crypto/ed25519.mjs';
|
|
30
|
-
import '../core/crypto/privateKey.mjs';
|
|
31
|
-
import '../core/crypto/multiEd25519.mjs';
|
|
32
|
-
import '../core/crypto/multiKey.mjs';
|
|
33
|
-
import '../core/crypto/singleKey.mjs';
|
|
34
|
-
import '../core/crypto/secp256k1.mjs';
|
|
35
|
-
import '../transactions/instances/multiAgentTransaction.mjs';
|
|
8
|
+
import '../types/generated/operations.mjs';
|
|
36
9
|
|
|
37
10
|
/**
|
|
38
11
|
* This file contains the underlying implementations for exposed API surface in
|