From 5b66470cfd454a95201d10e1b415e724e57a805d Mon Sep 17 00:00:00 2001 From: Maayan Date: Thu, 9 May 2024 19:41:53 -0400 Subject: [PATCH] Bump version to 1.14.0 (#395) bump version to 1.14.0 --- CHANGELOG.md | 2 + docs/@aptos-labs/ts-sdk-1.14.0/.nojekyll | 1 + .../ts-sdk-1.14.0/assets/highlight.css | 141 ++ docs/@aptos-labs/ts-sdk-1.14.0/assets/main.js | 59 + .../ts-sdk-1.14.0/assets/navigation.js | 1 + .../ts-sdk-1.14.0/assets/search.js | 1 + .../ts-sdk-1.14.0/assets/style.css | 1394 +++++++++++++++++ .../ts-sdk-1.14.0/classes/Account.html | 46 + .../ts-sdk-1.14.0/classes/AccountAddress.html | 152 ++ .../classes/AccountAuthenticator.html | 15 + .../classes/AccountAuthenticatorEd25519.html | 21 + .../AccountAuthenticatorMultiEd25519.html | 21 + .../classes/AccountAuthenticatorMultiKey.html | 22 + .../AccountAuthenticatorSingleKey.html | 21 + .../classes/AccountPublicKey.html | 20 + .../classes/AccountSequenceNumber.html | 29 + .../ts-sdk-1.14.0/classes/AnyPublicKey.html | 33 + .../ts-sdk-1.14.0/classes/AnySignature.html | 21 + .../ts-sdk-1.14.0/classes/Aptos.html | 717 +++++++++ .../ts-sdk-1.14.0/classes/AptosApiError.html | 23 + .../ts-sdk-1.14.0/classes/AptosConfig.html | 23 + .../classes/AuthenticationKey.html | 39 + .../ts-sdk-1.14.0/classes/Bool.html | 20 + .../ts-sdk-1.14.0/classes/ChainId.html | 13 + .../ts-sdk-1.14.0/classes/Deserializer.html | 63 + .../ts-sdk-1.14.0/classes/Ed25519Account.html | 26 + .../classes/Ed25519PrivateKey.html | 52 + .../classes/Ed25519PublicKey.html | 33 + .../classes/Ed25519Signature.html | 24 + .../ts-sdk-1.14.0/classes/EntryFunction.html | 43 + .../classes/EntryFunctionBytes.html | 28 + .../classes/FeePayerRawTransaction.html | 21 + .../ts-sdk-1.14.0/classes/FixedBytes.html | 33 + .../ts-sdk-1.14.0/classes/Hex.html | 50 + .../ts-sdk-1.14.0/classes/Identifier.html | 15 + .../ts-sdk-1.14.0/classes/ModuleId.html | 22 + .../ts-sdk-1.14.0/classes/MoveOption.html | 83 + .../ts-sdk-1.14.0/classes/MoveString.html | 20 + .../ts-sdk-1.14.0/classes/MoveVector.html | 88 ++ .../classes/MultiAgentRawTransaction.html | 19 + .../classes/MultiAgentTransaction.html | 21 + .../classes/MultiEd25519PublicKey.html | 36 + .../classes/MultiEd25519Signature.html | 45 + .../ts-sdk-1.14.0/classes/MultiKey.html | 32 + .../classes/MultiKeySignature.html | 43 + .../ts-sdk-1.14.0/classes/MultiSig.html | 11 + .../classes/MultiSigTransactionPayload.html | 21 + .../ts-sdk-1.14.0/classes/ParsingError.html | 16 + .../ts-sdk-1.14.0/classes/PublicKey.html | 18 + .../ts-sdk-1.14.0/classes/RawTransaction.html | 31 + .../classes/RawTransactionWithData.html | 14 + .../classes/RotationProofChallenge.html | 19 + .../ts-sdk-1.14.0/classes/Script.html | 21 + .../classes/Secp256k1PrivateKey.html | 47 + .../classes/Secp256k1PublicKey.html | 26 + .../classes/Secp256k1Signature.html | 22 + .../ts-sdk-1.14.0/classes/Serializable.html | 10 + .../ts-sdk-1.14.0/classes/Serializer.html | 67 + .../ts-sdk-1.14.0/classes/Signature.html | 18 + .../classes/SignedTransaction.html | 21 + .../classes/SimpleTransaction.html | 21 + .../classes/SingleKeyAccount.html | 30 + .../ts-sdk-1.14.0/classes/StructTag.html | 15 + .../classes/TransactionAuthenticator.html | 11 + .../TransactionAuthenticatorEd25519.html | 19 + .../TransactionAuthenticatorFeePayer.html | 21 + .../TransactionAuthenticatorMultiAgent.html | 19 + .../TransactionAuthenticatorMultiEd25519.html | 17 + .../TransactionAuthenticatorSingleSender.html | 15 + .../classes/TransactionPayload.html | 15 + .../TransactionPayloadEntryFunction.html | 16 + .../classes/TransactionPayloadMultiSig.html | 16 + .../classes/TransactionPayloadScript.html | 16 + .../classes/TransactionWorker.html | 82 + .../ts-sdk-1.14.0/classes/TypeTag.html | 24 + .../ts-sdk-1.14.0/classes/TypeTagAddress.html | 25 + .../ts-sdk-1.14.0/classes/TypeTagBool.html | 25 + .../ts-sdk-1.14.0/classes/TypeTagGeneric.html | 29 + .../classes/TypeTagParserError.html | 11 + .../classes/TypeTagReference.html | 26 + .../ts-sdk-1.14.0/classes/TypeTagSigner.html | 25 + .../ts-sdk-1.14.0/classes/TypeTagStruct.html | 30 + .../ts-sdk-1.14.0/classes/TypeTagU128.html | 25 + .../ts-sdk-1.14.0/classes/TypeTagU16.html | 25 + .../ts-sdk-1.14.0/classes/TypeTagU256.html | 25 + .../ts-sdk-1.14.0/classes/TypeTagU32.html | 25 + .../ts-sdk-1.14.0/classes/TypeTagU64.html | 25 + .../ts-sdk-1.14.0/classes/TypeTagU8.html | 25 + .../ts-sdk-1.14.0/classes/TypeTagVector.html | 27 + .../ts-sdk-1.14.0/classes/U128.html | 20 + .../ts-sdk-1.14.0/classes/U16.html | 20 + .../ts-sdk-1.14.0/classes/U256.html | 20 + .../ts-sdk-1.14.0/classes/U32.html | 20 + .../ts-sdk-1.14.0/classes/U64.html | 20 + .../@aptos-labs/ts-sdk-1.14.0/classes/U8.html | 20 + .../enums/AccountAuthenticatorVariant.html | 7 + .../enums/AddressInvalidReason.html | 9 + .../enums/AnyPublicKeyVariant.html | 3 + .../enums/AnySignatureVariant.html | 3 + .../ts-sdk-1.14.0/enums/AptosApiType.html | 5 + .../ts-sdk-1.14.0/enums/DeriveScheme.html | 12 + .../ts-sdk-1.14.0/enums/HexInvalidReason.html | 5 + .../ts-sdk-1.14.0/enums/KeyType.html | 3 + .../ts-sdk-1.14.0/enums/MimeType.html | 8 + .../ts-sdk-1.14.0/enums/MoveAbility.html | 6 + .../enums/MoveFunctionVisibility.html | 5 + .../ts-sdk-1.14.0/enums/Network.html | 6 + .../ts-sdk-1.14.0/enums/ProcessorType.html | 11 + .../ts-sdk-1.14.0/enums/RoleType.html | 3 + .../ScriptTransactionArgumentVariants.html | 12 + .../ts-sdk-1.14.0/enums/SigningScheme.html | 8 + .../enums/SigningSchemeInput.html | 5 + .../TransactionAuthenticatorVariant.html | 8 + .../enums/TransactionPayloadVariants.html | 6 + .../enums/TransactionResponseType.html | 8 + .../enums/TransactionVariants.html | 5 + .../enums/TransactionWorkerEventsEnum.html | 6 + .../enums/TypeTagParserErrorType.html | 13 + .../ts-sdk-1.14.0/enums/TypeTagVariants.html | 16 + .../ts-sdk-1.14.0/functions/CKDPriv.html | 2 + .../functions/aptosCoinStructTag.html | 1 + .../functions/aptosRequest-1.html | 5 + .../functions/buildTransaction.html | 11 + .../functions/checkOrConvertArgument.html | 1 + .../functions/convertArgument.html | 2 + .../functions/createObjectAddress.html | 5 + .../functions/createResourceAddress.html | 5 + .../functions/createTokenAddress.html | 6 + .../ts-sdk-1.14.0/functions/deriveKey.html | 1 + .../functions/deriveTransactionType.html | 4 + .../deserializeFromScriptArgument.html | 2 + .../functions/ensureBoolean.html | 1 + .../functions/fetchEntryFunctionAbi.html | 2 + .../functions/fetchFunctionAbi.html | 2 + .../functions/fetchViewFunctionAbi.html | 2 + .../functions/findFirstNonSignerArg.html | 4 + .../functions/generateRawTransaction.html | 6 + .../functions/generateSignedTransaction.html | 3 + ...enerateSignedTransactionForSimulation.html | 3 + .../functions/generateSigningMessage.html | 1 + .../functions/generateTransactionPayload.html | 13 + .../generateTransactionPayloadWithABI.html | 1 + .../generateUserTransactionHash.html | 3 + .../generateViewFunctionPayload.html | 1 + .../generateViewFunctionPayloadWithABI.html | 1 + .../ts-sdk-1.14.0/functions/get.html | 3 + .../functions/getAptosFullNode.html | 1 + .../getAuthenticatorForSimulation.html | 1 + .../functions/getFunctionParts.html | 1 + .../ts-sdk-1.14.0/functions/hashValues.html | 3 + .../ts-sdk-1.14.0/functions/isBcsAddress.html | 1 + .../ts-sdk-1.14.0/functions/isBcsBool.html | 1 + .../functions/isBcsFixedBytes.html | 1 + .../ts-sdk-1.14.0/functions/isBcsString.html | 1 + .../ts-sdk-1.14.0/functions/isBcsU128.html | 1 + .../ts-sdk-1.14.0/functions/isBcsU16.html | 1 + .../ts-sdk-1.14.0/functions/isBcsU256.html | 1 + .../ts-sdk-1.14.0/functions/isBcsU32.html | 1 + .../ts-sdk-1.14.0/functions/isBcsU64.html | 1 + .../ts-sdk-1.14.0/functions/isBcsU8.html | 1 + .../isBlockMetadataTransactionResponse.html | 1 + .../ts-sdk-1.14.0/functions/isBool.html | 1 + .../functions/isEd25519Signature.html | 1 + .../isEncodedEntryFunctionArgument.html | 1 + .../functions/isFeePayerSignature.html | 1 + .../isGenesisTransactionResponse.html | 1 + .../functions/isLargeNumber.html | 1 + .../functions/isMultiAgentSignature.html | 1 + .../functions/isMultiEd25519Signature.html | 1 + .../ts-sdk-1.14.0/functions/isNull.html | 1 + .../ts-sdk-1.14.0/functions/isNumber.html | 1 + .../isPendingTransactionResponse.html | 1 + .../functions/isScriptDataInput.html | 1 + .../functions/isSecp256k1Signature.html | 1 + .../isStateCheckpointTransactionResponse.html | 1 + .../ts-sdk-1.14.0/functions/isString.html | 1 + .../functions/isUserTransactionResponse.html | 1 + .../functions/isValidBIP44Path.html | 6 + .../functions/isValidHardenedPath.html | 12 + .../isValidatorTransactionResponse.html | 1 + .../functions/mnemonicToSeed.html | 3 + .../functions/normalizeBundle.html | 6 + .../functions/objectStructTag.html | 1 + .../functions/optionStructTag.html | 1 + .../functions/outOfRangeErrorMessage.html | 1 + .../functions/paginateWithCursor.html | 1 + .../ts-sdk-1.14.0/functions/parseTypeTag.html | 14 + .../ts-sdk-1.14.0/functions/post.html | 3 + .../functions/postAptosFaucet.html | 1 + .../functions/postAptosFullNode.html | 1 + .../functions/postAptosIndexer.html | 1 + .../ts-sdk-1.14.0/functions/request.html | 3 + .../ts-sdk-1.14.0/functions/sign.html | 5 + .../ts-sdk-1.14.0/functions/splitPath.html | 2 + .../functions/standardizeTypeTags.html | 2 + .../functions/stringStructTag.html | 1 + .../functions/throwTypeMismatch.html | 1 + .../functions/validateNumberInRange.html | 1 + docs/@aptos-labs/ts-sdk-1.14.0/index.html | 66 + .../interfaces/AptosResponse.html | 16 + .../ts-sdk-1.14.0/interfaces/Client.html | 2 + .../interfaces/ClientRequest.html | 9 + .../interfaces/ClientResponse.html | 8 + .../CreateAccountFromPrivateKeyArgs.html | 6 + ...reateEd25519AccountFromPrivateKeyArgs.html | 7 + ...519SingleKeyAccountFromPrivateKeyArgs.html | 7 + ...ateSingleKeyAccountFromPrivateKeyArgs.html | 7 + .../interfaces/Deserializable.html | 6 + .../Ed25519SignerConstructorArgs.html | 3 + .../Ed25519SignerFromDerivationPathArgs.html | 3 + .../interfaces/EntryFunctionArgument.html | 8 + .../interfaces/GenerateAccountArgs.html | 5 + .../GenerateEd25519AccountArgs.html | 5 + .../GenerateEd25519SingleKeyAccountArgs.html | 6 + .../GenerateSingleKeyAccountArgs.html | 6 + ...tGenerateMultiAgentRawTransactionArgs.html | 9 + ...tGenerateMultiAgentRawTransactionData.html | 7 + ...enerateSingleSignerRawTransactionArgs.html | 8 + ...enerateSingleSignerRawTransactionData.html | 7 + .../InputSubmitTransactionData.html | 6 + .../ts-sdk-1.14.0/interfaces/OrderByArg.html | 2 + .../interfaces/PaginationArgs.html | 6 + .../ts-sdk-1.14.0/interfaces/PrivateKey.html | 10 + .../PrivateKeyFromDerivationPathArgs.html | 4 + .../interfaces/ScriptFunctionArgument.html | 9 + .../SingleKeySignerConstructorArgs.html | 3 + .../SingleKeySignerGenerateArgs.html | 2 + .../interfaces/TokenStandardArg.html | 2 + .../interfaces/TransactionArgument.html | 12 + .../interfaces/TransactionWorkerEvents.html | 6 + .../VerifyEd25519SignatureArgs.html | 3 + .../interfaces/VerifySignatureArgs.html | 4 + .../VerifySingleKeySignatureArgs.html | 3 + .../ts-sdk-1.14.0/interfaces/WhereArg.html | 2 + docs/@aptos-labs/ts-sdk-1.14.0/modules.html | 387 +++++ .../types/AccountAddressInput.html | 1 + .../ts-sdk-1.14.0/types/AccountData.html | 1 + .../ts-sdk-1.14.0/types/AccountSignature.html | 2 + .../ts-sdk-1.14.0/types/AnyNumber.html | 1 + .../types/AnyRawTransaction.html | 2 + .../types/AnyRawTransactionInstance.html | 2 + .../types/AnyTransactionPayloadInstance.html | 2 + .../ts-sdk-1.14.0/types/AptosRequest.html | 11 + .../ts-sdk-1.14.0/types/AptosSettings.html | 4 + .../types/AuthenticationKeyScheme.html | 3 + .../ts-sdk-1.14.0/types/Block.html | 3 + .../BlockMetadataTransactionResponse.html | 7 + .../ts-sdk-1.14.0/types/ClientConfig.html | 5 + .../types/ClientHeadersType.html | 2 + .../types/CommittedTransactionResponse.html | 1 + .../ts-sdk-1.14.0/types/DecodedTableData.html | 5 + .../ts-sdk-1.14.0/types/DeletedTableData.html | 4 + .../ts-sdk-1.14.0/types/DerivedKeys.html | 1 + .../types/DeserializableClass.html | 1 + .../ts-sdk-1.14.0/types/DirectWriteSet.html | 1 + .../ts-sdk-1.14.0/types/EntryFunctionABI.html | 3 + .../types/EntryFunctionArgumentTypes.html | 2 + .../types/EntryFunctionPayloadResponse.html | 3 + .../ts-sdk-1.14.0/types/Event.html | 2 + .../ts-sdk-1.14.0/types/EventGuid.html | 1 + .../types/ExecutionFinishEventData.html | 1 + .../ts-sdk-1.14.0/types/FailureEventData.html | 1 + .../ts-sdk-1.14.0/types/FaucetConfig.html | 4 + .../ts-sdk-1.14.0/types/FullNodeConfig.html | 3 + .../ts-sdk-1.14.0/types/FunctionABI.html | 2 + .../ts-sdk-1.14.0/types/GasEstimation.html | 5 + .../ts-sdk-1.14.0/types/GenerateAccount.html | 1 + .../types/GenerateAccountWithEd25519.html | 3 + ...teAccountWithSingleSignerSecp256k1Key.html | 3 + .../ts-sdk-1.14.0/types/GenesisPayload.html | 1 + .../types/GenesisTransactionResponse.html | 5 + .../types/GetANSNameResponse.html | 1 + .../types/GetAccountCoinsDataResponse.html | 1 + ...ountCollectionsWithOwnedTokenResponse.html | 1 + .../types/GetAccountOwnedObjectsResponse.html | 7 + ...ountOwnedTokensFromCollectionResponse.html | 1 + .../GetAccountOwnedTokensQueryResponse.html | 1 + .../types/GetAptosRequestOptions.html | 1 + .../GetChainTopUserTransactionsResponse.html | 1 + .../types/GetCollectionDataResponse.html | 1 + ...tCurrentFungibleAssetBalancesResponse.html | 1 + .../GetCurrentTokenOwnershipResponse.html | 1 + ...GetDelegatedStakingActivitiesResponse.html | 1 + .../types/GetEventsResponse.html | 1 + .../GetFungibleAssetActivitiesResponse.html | 1 + .../GetFungibleAssetMetadataResponse.html | 1 + .../types/GetNumberOfDelegatorsResponse.html | 1 + .../types/GetOwnedTokensResponse.html | 1 + .../types/GetProcessorStatusResponse.html | 1 + .../types/GetRequestOptions.html | 9 + .../types/GetTokenActivityResponse.html | 1 + .../types/GetTokenDataResponse.html | 1 + .../ts-sdk-1.14.0/types/GraphqlQuery.html | 2 + .../ts-sdk-1.14.0/types/HexInput.html | 2 + .../ts-sdk-1.14.0/types/IndexerConfig.html | 3 + .../types/InputEntryFunctionData.html | 2 + .../types/InputEntryFunctionDataWithABI.html | 1 + .../InputEntryFunctionDataWithRemoteABI.html | 1 + .../InputGenerateRawTransactionArgs.html | 2 + .../types/InputGenerateTransactionData.html | 2 + .../InputGenerateTransactionOptions.html | 2 + .../InputGenerateTransactionPayloadData.html | 3 + ...GenerateTransactionPayloadDataWithABI.html | 1 + ...teTransactionPayloadDataWithRemoteABI.html | 1 + .../types/InputMultiSigData.html | 2 + .../types/InputMultiSigDataWithABI.html | 1 + .../types/InputMultiSigDataWithRemoteABI.html | 2 + .../ts-sdk-1.14.0/types/InputScriptData.html | 2 + .../types/InputSimulateTransactionData.html | 5 + .../InputSimulateTransactionOptions.html | 1 + .../types/InputViewFunctionData.html | 2 + .../types/InputViewFunctionDataWithABI.html | 2 + .../InputViewFunctionDataWithRemoteABI.html | 2 + .../ts-sdk-1.14.0/types/LedgerInfo.html | 4 + .../ts-sdk-1.14.0/types/LedgerVersionArg.html | 2 + .../ts-sdk-1.14.0/types/MoveAddressType.html | 1 + .../ts-sdk-1.14.0/types/MoveFunction.html | 7 + .../types/MoveFunctionGenericTypeParam.html | 2 + .../ts-sdk-1.14.0/types/MoveFunctionId.html | 1 + .../ts-sdk-1.14.0/types/MoveModule.html | 5 + .../types/MoveModuleBytecode.html | 1 + .../ts-sdk-1.14.0/types/MoveModuleId.html | 3 + .../ts-sdk-1.14.0/types/MoveObjectType.html | 1 + .../ts-sdk-1.14.0/types/MoveOptionType.html | 1 + .../ts-sdk-1.14.0/types/MoveResource.html | 1 + .../types/MoveScriptBytecode.html | 2 + .../ts-sdk-1.14.0/types/MoveStruct.html | 6 + .../ts-sdk-1.14.0/types/MoveStructField.html | 2 + .../ts-sdk-1.14.0/types/MoveStructId.html | 2 + .../ts-sdk-1.14.0/types/MoveStructType.html | 1 + .../ts-sdk-1.14.0/types/MoveType.html | 1 + .../ts-sdk-1.14.0/types/MoveUint128Type.html | 1 + .../ts-sdk-1.14.0/types/MoveUint16Type.html | 1 + .../ts-sdk-1.14.0/types/MoveUint256Type.html | 1 + .../ts-sdk-1.14.0/types/MoveUint32Type.html | 1 + .../ts-sdk-1.14.0/types/MoveUint64Type.html | 1 + .../ts-sdk-1.14.0/types/MoveUint8Type.html | 2 + .../ts-sdk-1.14.0/types/MoveValue.html | 12 + .../types/MultisigPayloadResponse.html | 1 + .../ts-sdk-1.14.0/types/OrderBy.html | 3 + .../ts-sdk-1.14.0/types/OrderByValue.html | 1 + .../ts-sdk-1.14.0/types/ParsingResult.html | 6 + .../types/PendingTransactionResponse.html | 1 + .../types/PostAptosRequestOptions.html | 1 + .../types/PostRequestOptions.html | 10 + .../types/ScriptFunctionArgumentTypes.html | 2 + .../types/ScriptPayloadResponse.html | 3 + .../ts-sdk-1.14.0/types/ScriptWriteSet.html | 1 + .../SimpleEntryFunctionArgumentTypes.html | 2 + ...SingleKeySignerFromDerivationPathArgs.html | 1 + .../StateCheckpointTransactionResponse.html | 4 + .../ts-sdk-1.14.0/types/SuccessEventData.html | 1 + .../ts-sdk-1.14.0/types/TableItemRequest.html | 3 + .../ts-sdk-1.14.0/types/TokenStandard.html | 2 + .../types/TransactionEd25519Signature.html | 1 + .../types/TransactionFeePayerSignature.html | 3 + .../types/TransactionMultiAgentSignature.html | 3 + .../TransactionMultiEd25519Signature.html | 4 + .../types/TransactionPayloadResponse.html | 1 + .../types/TransactionResponse.html | 1 + .../types/TransactionSecp256k1Signature.html | 1 + .../types/TransactionSignature.html | 2 + .../ts-sdk-1.14.0/types/Uint128.html | 1 + .../ts-sdk-1.14.0/types/Uint16.html | 1 + .../ts-sdk-1.14.0/types/Uint256.html | 1 + .../ts-sdk-1.14.0/types/Uint32.html | 1 + .../ts-sdk-1.14.0/types/Uint64.html | 1 + .../ts-sdk-1.14.0/types/Uint8.html | 2 + .../types/UserTransactionResponse.html | 5 + .../types/ValidatorTransactionResponse.html | 5 + .../ts-sdk-1.14.0/types/ViewFunctionABI.html | 3 + .../types/WaitForTransactionOptions.html | 2 + .../ts-sdk-1.14.0/types/WriteSet.html | 1 + .../ts-sdk-1.14.0/types/WriteSetChange.html | 2 + .../types/WriteSetChangeDeleteModule.html | 2 + .../types/WriteSetChangeDeleteResource.html | 1 + .../types/WriteSetChangeDeleteTableItem.html | 1 + .../types/WriteSetChangeWriteModule.html | 1 + .../types/WriteSetChangeWriteResource.html | 1 + .../types/WriteSetChangeWriteTableItem.html | 1 + .../variables/APTOS_BIP44_REGEX.html | 1 + .../ts-sdk-1.14.0/variables/APTOS_COIN.html | 2 + .../variables/APTOS_HARDENED_REGEX.html | 2 + .../variables/DEFAULT_MAX_GAS_AMOUNT.html | 5 + .../DEFAULT_TXN_EXP_SEC_FROM_NOW.html | 5 + .../variables/DEFAULT_TXN_TIMEOUT_SEC.html | 4 + .../variables/HARDENED_OFFSET.html | 1 + .../variables/NetworkToChainId.html | 1 + .../variables/NetworkToFaucetAPI.html | 1 + .../variables/NetworkToIndexerAPI.html | 1 + .../variables/NetworkToNetworkName.html | 1 + .../variables/NetworkToNodeAPI.html | 1 + .../variables/RAW_TRANSACTION_SALT.html | 1 + .../RAW_TRANSACTION_WITH_DATA_SALT.html | 1 + .../variables/promiseFulfilledStatus.html | 1 + docs/@aptos-labs/ts-sdk-latest/index.md | 2 +- docs/index.md | 1 + package.json | 2 +- src/version.ts | 2 +- 399 files changed, 6184 insertions(+), 3 deletions(-) create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/.nojekyll create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/assets/highlight.css create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/assets/main.js create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/assets/navigation.js create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/assets/search.js create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/assets/style.css create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/Account.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAuthenticator.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAuthenticatorEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAuthenticatorMultiEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAuthenticatorMultiKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAuthenticatorSingleKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountPublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountSequenceNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/AnyPublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/AnySignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/Aptos.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/AptosApiError.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/AptosConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/AuthenticationKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/Bool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/ChainId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/Deserializer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/Ed25519Account.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/Ed25519PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/Ed25519PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/Ed25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/EntryFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/EntryFunctionBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/FeePayerRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/FixedBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/Hex.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/Identifier.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/ModuleId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/MoveOption.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/MoveString.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/MoveVector.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiAgentRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiAgentTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiEd25519PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiKeySignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiSig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiSigTransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/ParsingError.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/RawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/RawTransactionWithData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/RotationProofChallenge.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/Script.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/Secp256k1PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/Secp256k1PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/Secp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/Serializable.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/Serializer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/SignedTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/SimpleTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/SingleKeyAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/StructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticator.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticatorEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticatorFeePayer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticatorMultiAgent.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticatorMultiEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticatorSingleSender.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionPayloadEntryFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionPayloadMultiSig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionPayloadScript.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionWorker.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagBool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagGeneric.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagParserError.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagReference.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagSigner.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagStruct.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagVector.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/U128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/U16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/U256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/U32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/U64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/classes/U8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/AccountAuthenticatorVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/AddressInvalidReason.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/AnyPublicKeyVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/AnySignatureVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/AptosApiType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/DeriveScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/HexInvalidReason.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/KeyType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/MimeType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/MoveAbility.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/MoveFunctionVisibility.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/Network.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/ProcessorType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/RoleType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/ScriptTransactionArgumentVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/SigningScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/SigningSchemeInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/TransactionAuthenticatorVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/TransactionPayloadVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/TransactionResponseType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/TransactionVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/TransactionWorkerEventsEnum.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/TypeTagParserErrorType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/enums/TypeTagVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/CKDPriv.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/aptosCoinStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/aptosRequest-1.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/buildTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/checkOrConvertArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/convertArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/createObjectAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/createResourceAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/createTokenAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/deriveKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/deriveTransactionType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/deserializeFromScriptArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/ensureBoolean.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/fetchEntryFunctionAbi.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/fetchFunctionAbi.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/fetchViewFunctionAbi.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/findFirstNonSignerArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/generateRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/generateSignedTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/generateSignedTransactionForSimulation.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/generateSigningMessage.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/generateTransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/generateTransactionPayloadWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/generateUserTransactionHash.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/generateViewFunctionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/generateViewFunctionPayloadWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/get.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/getAptosFullNode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/getAuthenticatorForSimulation.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/getFunctionParts.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/hashValues.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsBool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsFixedBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsString.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isBlockMetadataTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isBool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isEncodedEntryFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isFeePayerSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isGenesisTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isLargeNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isMultiAgentSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isMultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isNull.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isPendingTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isScriptDataInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isSecp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isStateCheckpointTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isString.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isUserTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isValidBIP44Path.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isValidHardenedPath.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/isValidatorTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/mnemonicToSeed.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/normalizeBundle.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/objectStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/optionStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/outOfRangeErrorMessage.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/paginateWithCursor.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/parseTypeTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/post.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/postAptosFaucet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/postAptosFullNode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/postAptosIndexer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/request.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/sign.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/splitPath.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/standardizeTypeTags.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/stringStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/throwTypeMismatch.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/functions/validateNumberInRange.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/index.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/AptosResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/Client.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/ClientRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/ClientResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/CreateAccountFromPrivateKeyArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/Deserializable.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/Ed25519SignerConstructorArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/Ed25519SignerFromDerivationPathArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/EntryFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/GenerateAccountArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/GenerateEd25519AccountArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/GenerateEd25519SingleKeyAccountArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/GenerateSingleKeyAccountArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/InputGenerateMultiAgentRawTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/InputGenerateSingleSignerRawTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/InputSubmitTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/OrderByArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/PaginationArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/PrivateKeyFromDerivationPathArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/ScriptFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/SingleKeySignerConstructorArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/SingleKeySignerGenerateArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/TokenStandardArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/TransactionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/TransactionWorkerEvents.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/VerifyEd25519SignatureArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/VerifySignatureArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/VerifySingleKeySignatureArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/interfaces/WhereArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/modules.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/AccountAddressInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/AccountData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/AccountSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/AnyNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/AnyRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/AnyRawTransactionInstance.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/AnyTransactionPayloadInstance.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/AptosRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/AptosSettings.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/AuthenticationKeyScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/Block.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/BlockMetadataTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/ClientConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/ClientHeadersType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/CommittedTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/DecodedTableData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/DeletedTableData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/DerivedKeys.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/DeserializableClass.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/DirectWriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/EntryFunctionABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/EntryFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/EntryFunctionPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/Event.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/EventGuid.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/ExecutionFinishEventData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/FailureEventData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/FaucetConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/FullNodeConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/FunctionABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GasEstimation.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GenerateAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GenerateAccountWithEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GenesisPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GenesisTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetANSNameResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetAccountCoinsDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetAccountCollectionsWithOwnedTokenResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetAccountOwnedObjectsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetAccountOwnedTokensFromCollectionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetAccountOwnedTokensQueryResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetAptosRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetChainTopUserTransactionsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetCollectionDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetCurrentFungibleAssetBalancesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetCurrentTokenOwnershipResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetDelegatedStakingActivitiesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetEventsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetFungibleAssetActivitiesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetFungibleAssetMetadataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetNumberOfDelegatorsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetOwnedTokensResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetProcessorStatusResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetTokenActivityResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GetTokenDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/GraphqlQuery.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/HexInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/IndexerConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/InputEntryFunctionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/InputEntryFunctionDataWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/InputEntryFunctionDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateTransactionPayloadData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateTransactionPayloadDataWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateTransactionPayloadDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/InputMultiSigData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/InputMultiSigDataWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/InputMultiSigDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/InputScriptData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/InputSimulateTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/InputSimulateTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/InputViewFunctionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/InputViewFunctionDataWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/InputViewFunctionDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/LedgerInfo.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/LedgerVersionArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveAddressType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveFunctionGenericTypeParam.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveFunctionId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveModule.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveModuleBytecode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveModuleId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveObjectType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveOptionType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveResource.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveScriptBytecode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveStruct.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveStructField.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveStructId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveStructType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint128Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint16Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint256Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint32Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint64Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint8Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MoveValue.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/MultisigPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/OrderBy.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/OrderByValue.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/ParsingResult.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/PendingTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/PostAptosRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/PostRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/ScriptFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/ScriptPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/ScriptWriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/SimpleEntryFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/SingleKeySignerFromDerivationPathArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/StateCheckpointTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/SuccessEventData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/TableItemRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/TokenStandard.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionFeePayerSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionMultiAgentSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionMultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionSecp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/Uint128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/Uint16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/Uint256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/Uint32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/Uint64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/Uint8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/UserTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/ValidatorTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/ViewFunctionABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/WaitForTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChange.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeDeleteModule.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeDeleteResource.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeDeleteTableItem.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeWriteModule.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeWriteResource.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeWriteTableItem.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/variables/APTOS_BIP44_REGEX.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/variables/APTOS_COIN.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/variables/APTOS_HARDENED_REGEX.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/variables/DEFAULT_MAX_GAS_AMOUNT.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/variables/HARDENED_OFFSET.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/variables/NetworkToChainId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/variables/NetworkToFaucetAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/variables/NetworkToIndexerAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/variables/NetworkToNetworkName.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/variables/NetworkToNodeAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/variables/RAW_TRANSACTION_SALT.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/variables/RAW_TRANSACTION_WITH_DATA_SALT.html create mode 100644 docs/@aptos-labs/ts-sdk-1.14.0/variables/promiseFulfilledStatus.html diff --git a/CHANGELOG.md b/CHANGELOG.md index cbca0e624..69163dc01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to the Aptos TypeScript SDK will be captured in this file. T # Unreleased +# 1.14.0 (2024-05-09) + - [`Fix`] fixed `trasnferFungibleAsset` function - Run all examples in CI - Introcude cli `Move` class that holds `move` related commands diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/.nojekyll b/docs/@aptos-labs/ts-sdk-1.14.0/.nojekyll new file mode 100644 index 000000000..e2ac6616a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/.nojekyll @@ -0,0 +1 @@ +TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/assets/highlight.css b/docs/@aptos-labs/ts-sdk-1.14.0/assets/highlight.css new file mode 100644 index 000000000..2f868647c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/assets/highlight.css @@ -0,0 +1,141 @@ +:root { + --light-hl-0: #795E26; + --dark-hl-0: #DCDCAA; + --light-hl-1: #000000; + --dark-hl-1: #D4D4D4; + --light-hl-2: #A31515; + --dark-hl-2: #CE9178; + --light-hl-3: #800000; + --dark-hl-3: #808080; + --light-hl-4: #800000; + --dark-hl-4: #569CD6; + --light-hl-5: #000000FF; + --dark-hl-5: #D4D4D4; + --light-hl-6: #E50000; + --dark-hl-6: #9CDCFE; + --light-hl-7: #0000FF; + --dark-hl-7: #CE9178; + --light-hl-8: #CD3131; + --dark-hl-8: #F44747; + --light-hl-9: #008000; + --dark-hl-9: #6A9955; + --light-hl-10: #0000FF; + --dark-hl-10: #569CD6; + --light-hl-11: #0070C1; + --dark-hl-11: #4FC1FF; + --light-hl-12: #001080; + --dark-hl-12: #9CDCFE; + --light-hl-13: #AF00DB; + --dark-hl-13: #C586C0; + --light-hl-14: #267F99; + --dark-hl-14: #4EC9B0; + --light-hl-15: #098658; + --dark-hl-15: #B5CEA8; + --light-hl-16: #000000; + --dark-hl-16: #C8C8C8; + --light-code-background: #FFFFFF; + --dark-code-background: #1E1E1E; +} + +@media (prefers-color-scheme: light) { :root { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --hl-8: var(--light-hl-8); + --hl-9: var(--light-hl-9); + --hl-10: var(--light-hl-10); + --hl-11: var(--light-hl-11); + --hl-12: var(--light-hl-12); + --hl-13: var(--light-hl-13); + --hl-14: var(--light-hl-14); + --hl-15: var(--light-hl-15); + --hl-16: var(--light-hl-16); + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --hl-8: var(--dark-hl-8); + --hl-9: var(--dark-hl-9); + --hl-10: var(--dark-hl-10); + --hl-11: var(--dark-hl-11); + --hl-12: var(--dark-hl-12); + --hl-13: var(--dark-hl-13); + --hl-14: var(--dark-hl-14); + --hl-15: var(--dark-hl-15); + --hl-16: var(--dark-hl-16); + --code-background: var(--dark-code-background); +} } + +:root[data-theme='light'] { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --hl-8: var(--light-hl-8); + --hl-9: var(--light-hl-9); + --hl-10: var(--light-hl-10); + --hl-11: var(--light-hl-11); + --hl-12: var(--light-hl-12); + --hl-13: var(--light-hl-13); + --hl-14: var(--light-hl-14); + --hl-15: var(--light-hl-15); + --hl-16: var(--light-hl-16); + --code-background: var(--light-code-background); +} + +:root[data-theme='dark'] { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --hl-8: var(--dark-hl-8); + --hl-9: var(--dark-hl-9); + --hl-10: var(--dark-hl-10); + --hl-11: var(--dark-hl-11); + --hl-12: var(--dark-hl-12); + --hl-13: var(--dark-hl-13); + --hl-14: var(--dark-hl-14); + --hl-15: var(--dark-hl-15); + --hl-16: var(--dark-hl-16); + --code-background: var(--dark-code-background); +} + +.hl-0 { color: var(--hl-0); } +.hl-1 { color: var(--hl-1); } +.hl-2 { color: var(--hl-2); } +.hl-3 { color: var(--hl-3); } +.hl-4 { color: var(--hl-4); } +.hl-5 { color: var(--hl-5); } +.hl-6 { color: var(--hl-6); } +.hl-7 { color: var(--hl-7); } +.hl-8 { color: var(--hl-8); } +.hl-9 { color: var(--hl-9); } +.hl-10 { color: var(--hl-10); } +.hl-11 { color: var(--hl-11); } +.hl-12 { color: var(--hl-12); } +.hl-13 { color: var(--hl-13); } +.hl-14 { color: var(--hl-14); } +.hl-15 { color: var(--hl-15); } +.hl-16 { color: var(--hl-16); } +pre, code { background: var(--code-background); } diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/assets/main.js b/docs/@aptos-labs/ts-sdk-1.14.0/assets/main.js new file mode 100644 index 000000000..d0aa8d5f9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/assets/main.js @@ -0,0 +1,59 @@ +"use strict"; +"use strict";(()=>{var Pe=Object.create;var ne=Object.defineProperty;var Ie=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var _e=Object.getPrototypeOf,Re=Object.prototype.hasOwnProperty;var Me=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Fe=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Oe(e))!Re.call(t,i)&&i!==n&&ne(t,i,{get:()=>e[i],enumerable:!(r=Ie(e,i))||r.enumerable});return t};var De=(t,e,n)=>(n=t!=null?Pe(_e(t)):{},Fe(e||!t||!t.__esModule?ne(n,"default",{value:t,enumerable:!0}):n,t));var ae=Me((se,oe)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i0){var d=t.utils.clone(n)||{};d.position=[a,u],d.index=s.length,s.push(new t.Token(r.slice(a,o),d))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r1&&(oe&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ol?d+=2:a==l&&(n+=r[u+1]*i[d+1],u+=2,d+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),v=s.str.charAt(1),f;v in s.node.edges?f=s.node.edges[v]:(f=new t.TokenSet,s.node.edges[v]=f),s.str.length==1&&(f.final=!0),i.push({node:f,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof se=="object"?oe.exports=n():e.lunr=n()}(this,function(){return t})})()});var re=[];function G(t,e){re.push({selector:e,constructor:t})}var U=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureActivePageVisible(),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible())}createComponents(e){re.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r,app:this}),r.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),n=e?.parentElement;for(;n&&!n.classList.contains(".tsd-navigation");)n instanceof HTMLDetailsElement&&(n.open=!0),n=n.parentElement;if(e){let r=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=r}}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let n=e.parentElement;for(;n&&n.tagName!=="SECTION";)n=n.parentElement;if(n&&n.offsetParent==null){this.alwaysVisibleMember=n,n.classList.add("always-visible");let r=document.createElement("p");r.classList.add("warning"),r.textContent="This member is normally hidden due to your filter settings.",n.prepend(r)}}listenForCodeCopies(){document.querySelectorAll("pre > button").forEach(e=>{let n;e.addEventListener("click",()=>{e.previousElementSibling instanceof HTMLElement&&navigator.clipboard.writeText(e.previousElementSibling.innerText.trim()),e.textContent="Copied!",e.classList.add("visible"),clearTimeout(n),n=setTimeout(()=>{e.classList.remove("visible"),n=setTimeout(()=>{e.textContent="Copy"},100)},1e3)})})}};var ie=(t,e=100)=>{let n;return()=>{clearTimeout(n),n=setTimeout(()=>t(),e)}};var de=De(ae());async function le(t,e){if(!window.searchData)return;let n=await fetch(window.searchData),r=new Blob([await n.arrayBuffer()]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();t.data=i,t.index=de.Index.load(i.index),e.classList.remove("loading"),e.classList.add("ready")}function he(){let t=document.getElementById("tsd-search");if(!t)return;let e={base:t.dataset.base+"/"},n=document.getElementById("tsd-search-script");t.classList.add("loading"),n&&(n.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),n.addEventListener("load",()=>{le(e,t)}),le(e,t));let r=document.querySelector("#tsd-search input"),i=document.querySelector("#tsd-search .results");if(!r||!i)throw new Error("The input field or the result list wrapper was not found");let s=!1;i.addEventListener("mousedown",()=>s=!0),i.addEventListener("mouseup",()=>{s=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{s||(s=!1,t.classList.remove("has-focus"))}),Ae(t,i,r,e)}function Ae(t,e,n,r){n.addEventListener("input",ie(()=>{Ne(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ve(e,n):s.key=="Escape"?n.blur():s.key=="ArrowUp"?ue(e,-1):s.key==="ArrowDown"?ue(e,1):i=!1}),n.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!n.matches(":focus")&&s.key==="/"&&(n.focus(),s.preventDefault())})}function Ne(t,e,n,r){if(!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s;if(i){let o=i.split(" ").map(a=>a.length?`*${a}*`:"").join(" ");s=r.index.search(o)}else s=[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o`,d=ce(l.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(d+=` (score: ${s[o].score.toFixed(2)})`),l.parent&&(d=` + ${ce(l.parent,i)}.${d}`);let v=document.createElement("li");v.classList.value=l.classes??"";let f=document.createElement("a");f.href=r.base+l.url,f.innerHTML=u+d,v.append(f),e.appendChild(v)}}function ue(t,e){let n=t.querySelector(".current");if(!n)n=t.querySelector(e==1?"li:first-child":"li:last-child"),n&&n.classList.add("current");else{let r=n;if(e===1)do r=r.nextElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);else do r=r.previousElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);r&&(n.classList.remove("current"),r.classList.add("current"))}}function Ve(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),e.blur()}}function ce(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(K(t.substring(s,o)),`${K(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(K(t.substring(s))),i.join("")}var Be={"&":"&","<":"<",">":">","'":"'",'"':"""};function K(t){return t.replace(/[&<>"'"]/g,e=>Be[e])}var C=class{constructor(e){this.el=e.el,this.app=e.app}};var F="mousedown",pe="mousemove",B="mouseup",J={x:0,y:0},fe=!1,ee=!1,He=!1,D=!1,me=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(me?"is-mobile":"not-mobile");me&&"ontouchstart"in document.documentElement&&(He=!0,F="touchstart",pe="touchmove",B="touchend");document.addEventListener(F,t=>{ee=!0,D=!1;let e=F=="touchstart"?t.targetTouches[0]:t;J.y=e.pageY||0,J.x=e.pageX||0});document.addEventListener(pe,t=>{if(ee&&!D){let e=F=="touchstart"?t.targetTouches[0]:t,n=J.x-(e.pageX||0),r=J.y-(e.pageY||0);D=Math.sqrt(n*n+r*r)>10}});document.addEventListener(B,()=>{ee=!1});document.addEventListener("click",t=>{fe&&(t.preventDefault(),t.stopImmediatePropagation(),fe=!1)});var X=class extends C{constructor(n){super(n);this.className=this.el.dataset.toggle||"",this.el.addEventListener(B,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(F,r=>this.onDocumentPointerDown(r)),document.addEventListener(B,r=>this.onDocumentPointerUp(r))}setActive(n){if(this.active==n)return;this.active=n,document.documentElement.classList.toggle("has-"+this.className,n),this.el.classList.toggle("active",n);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(n){D||(this.setActive(!0),n.preventDefault())}onDocumentPointerDown(n){if(this.active){if(n.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(n){if(!D&&this.active&&n.target.closest(".col-sidebar")){let r=n.target.closest("a");if(r){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),r.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var te;try{te=localStorage}catch{te={getItem(){return null},setItem(){}}}var Q=te;var ve=document.head.appendChild(document.createElement("style"));ve.dataset.for="filters";var Y=class extends C{constructor(n){super(n);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),ve.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } +`}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.checked}setLocalStorage(n){Q.setItem(this.key,n.toString()),this.value=n,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),document.querySelectorAll(".tsd-index-section").forEach(n=>{n.style.display="block";let r=Array.from(n.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);n.style.display=r?"none":"block"})}};var Z=class extends C{constructor(n){super(n);this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.dataset.key??this.summary.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`;let r=Q.getItem(this.key);this.el.open=r?r==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update());let i=this.summary.querySelector("a");i&&i.addEventListener("click",()=>{location.assign(i.href)}),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function ge(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,ye(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),ye(t.value)})}function ye(t){document.documentElement.dataset.theme=t}var Le;function be(){let t=document.getElementById("tsd-nav-script");t&&(t.addEventListener("load",xe),xe())}async function xe(){let t=document.getElementById("tsd-nav-container");if(!t||!window.navigationData)return;let n=await(await fetch(window.navigationData)).arrayBuffer(),r=new Blob([n]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();Le=t.dataset.base+"/",t.innerHTML="";for(let s of i)we(s,t,[]);window.app.createComponents(t),window.app.ensureActivePageVisible()}function we(t,e,n){let r=e.appendChild(document.createElement("li"));if(t.children){let i=[...n,t.text],s=r.appendChild(document.createElement("details"));s.className=t.class?`${t.class} tsd-index-accordion`:"tsd-index-accordion",s.dataset.key=i.join("$");let o=s.appendChild(document.createElement("summary"));o.className="tsd-accordion-summary",o.innerHTML='',Ee(t,o);let a=s.appendChild(document.createElement("div"));a.className="tsd-accordion-details";let l=a.appendChild(document.createElement("ul"));l.className="tsd-nested-navigation";for(let u of t.children)we(u,l,i)}else Ee(t,r,t.class)}function Ee(t,e,n){if(t.path){let r=e.appendChild(document.createElement("a"));r.href=Le+t.path,n&&(r.className=n),location.href===r.href&&r.classList.add("current"),t.kind&&(r.innerHTML=``),r.appendChild(document.createElement("span")).textContent=t.text}else e.appendChild(document.createElement("span")).textContent=t.text}G(X,"a[data-toggle]");G(Z,".tsd-index-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var Se=document.getElementById("tsd-theme");Se&&ge(Se);var je=new U;Object.defineProperty(window,"app",{value:je});he();be();})(); +/*! Bundled license information: + +lunr/lunr.js: + (** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + *) + (*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + *) + (*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + *) +*/ diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/assets/navigation.js b/docs/@aptos-labs/ts-sdk-1.14.0/assets/navigation.js new file mode 100644 index 000000000..67eff0891 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/assets/navigation.js @@ -0,0 +1 @@ +window.navigationData = "data:application/octet-stream;base64,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" \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/assets/search.js b/docs/@aptos-labs/ts-sdk-1.14.0/assets/search.js new file mode 100644 index 000000000..de35879b1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/assets/search.js @@ -0,0 +1 @@ +window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/assets/style.css b/docs/@aptos-labs/ts-sdk-1.14.0/assets/style.css new file mode 100644 index 000000000..07a385b73 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/assets/style.css @@ -0,0 +1,1394 @@ +:root { + /* Light */ + --light-color-background: #f2f4f8; + --light-color-background-secondary: #eff0f1; + --light-color-warning-text: #222; + --light-color-background-warning: #e6e600; + --light-color-icon-background: var(--light-color-background); + --light-color-accent: #c5c7c9; + --light-color-active-menu-item: var(--light-color-accent); + --light-color-text: #222; + --light-color-text-aside: #6e6e6e; + --light-color-link: #1f70c2; + + --light-color-ts-keyword: #056bd6; + --light-color-ts-project: #b111c9; + --light-color-ts-module: var(--light-color-ts-project); + --light-color-ts-namespace: var(--light-color-ts-project); + --light-color-ts-enum: #7e6f15; + --light-color-ts-enum-member: var(--light-color-ts-enum); + --light-color-ts-variable: #4760ec; + --light-color-ts-function: #572be7; + --light-color-ts-class: #1f70c2; + --light-color-ts-interface: #108024; + --light-color-ts-constructor: var(--light-color-ts-class); + --light-color-ts-property: var(--light-color-ts-variable); + --light-color-ts-method: var(--light-color-ts-function); + --light-color-ts-call-signature: var(--light-color-ts-method); + --light-color-ts-index-signature: var(--light-color-ts-property); + --light-color-ts-constructor-signature: var(--light-color-ts-constructor); + --light-color-ts-parameter: var(--light-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --light-color-ts-type-parameter: var(--light-color-ts-type-alias); + --light-color-ts-accessor: var(--light-color-ts-property); + --light-color-ts-get-signature: var(--light-color-ts-accessor); + --light-color-ts-set-signature: var(--light-color-ts-accessor); + --light-color-ts-type-alias: #d51270; + /* reference not included as links will be colored with the kind that it points to */ + + --light-external-icon: url("data:image/svg+xml;utf8,"); + --light-color-scheme: light; + + /* Dark */ + --dark-color-background: #2b2e33; + --dark-color-background-secondary: #1e2024; + --dark-color-background-warning: #bebe00; + --dark-color-warning-text: #222; + --dark-color-icon-background: var(--dark-color-background-secondary); + --dark-color-accent: #9096a2; + --dark-color-active-menu-item: #5d5d6a; + --dark-color-text: #f5f5f5; + --dark-color-text-aside: #dddddd; + --dark-color-link: #00aff4; + + --dark-color-ts-keyword: #3399ff; + --dark-color-ts-project: #e358ff; + --dark-color-ts-module: var(--dark-color-ts-project); + --dark-color-ts-namespace: var(--dark-color-ts-project); + --dark-color-ts-enum: #f4d93e; + --dark-color-ts-enum-member: var(--dark-color-ts-enum); + --dark-color-ts-variable: #798dff; + --dark-color-ts-function: #a280ff; + --dark-color-ts-class: #8ac4ff; + --dark-color-ts-interface: #6cff87; + --dark-color-ts-constructor: var(--dark-color-ts-class); + --dark-color-ts-property: var(--dark-color-ts-variable); + --dark-color-ts-method: var(--dark-color-ts-function); + --dark-color-ts-call-signature: var(--dark-color-ts-method); + --dark-color-ts-index-signature: var(--dark-color-ts-property); + --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor); + --dark-color-ts-parameter: var(--dark-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --dark-color-ts-type-parameter: var(--dark-color-ts-type-alias); + --dark-color-ts-accessor: var(--dark-color-ts-property); + --dark-color-ts-get-signature: var(--dark-color-ts-accessor); + --dark-color-ts-set-signature: var(--dark-color-ts-accessor); + --dark-color-ts-type-alias: #ff6492; + /* reference not included as links will be colored with the kind that it points to */ + + --dark-external-icon: url("data:image/svg+xml;utf8,"); + --dark-color-scheme: dark; +} + +@media (prefers-color-scheme: light) { + :root { + --color-background: var(--light-color-background); + --color-background-secondary: var(--light-color-background-secondary); + --color-background-warning: var(--light-color-background-warning); + --color-warning-text: var(--light-color-warning-text); + --color-icon-background: var(--light-color-icon-background); + --color-accent: var(--light-color-accent); + --color-active-menu-item: var(--light-color-active-menu-item); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + + --color-ts-keyword: var(--light-color-ts-keyword); + --color-ts-module: var(--light-color-ts-module); + --color-ts-namespace: var(--light-color-ts-namespace); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-enum-member: var(--light-color-ts-enum-member); + --color-ts-variable: var(--light-color-ts-variable); + --color-ts-function: var(--light-color-ts-function); + --color-ts-class: var(--light-color-ts-class); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-constructor: var(--light-color-ts-constructor); + --color-ts-property: var(--light-color-ts-property); + --color-ts-method: var(--light-color-ts-method); + --color-ts-call-signature: var(--light-color-ts-call-signature); + --color-ts-index-signature: var(--light-color-ts-index-signature); + --color-ts-constructor-signature: var( + --light-color-ts-constructor-signature + ); + --color-ts-parameter: var(--light-color-ts-parameter); + --color-ts-type-parameter: var(--light-color-ts-type-parameter); + --color-ts-accessor: var(--light-color-ts-accessor); + --color-ts-get-signature: var(--light-color-ts-get-signature); + --color-ts-set-signature: var(--light-color-ts-set-signature); + --color-ts-type-alias: var(--light-color-ts-type-alias); + + --external-icon: var(--light-external-icon); + --color-scheme: var(--light-color-scheme); + } +} + +@media (prefers-color-scheme: dark) { + :root { + --color-background: var(--dark-color-background); + --color-background-secondary: var(--dark-color-background-secondary); + --color-background-warning: var(--dark-color-background-warning); + --color-warning-text: var(--dark-color-warning-text); + --color-icon-background: var(--dark-color-icon-background); + --color-accent: var(--dark-color-accent); + --color-active-menu-item: var(--dark-color-active-menu-item); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + + --color-ts-keyword: var(--dark-color-ts-keyword); + --color-ts-module: var(--dark-color-ts-module); + --color-ts-namespace: var(--dark-color-ts-namespace); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-enum-member: var(--dark-color-ts-enum-member); + --color-ts-variable: var(--dark-color-ts-variable); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-constructor: var(--dark-color-ts-constructor); + --color-ts-property: var(--dark-color-ts-property); + --color-ts-method: var(--dark-color-ts-method); + --color-ts-call-signature: var(--dark-color-ts-call-signature); + --color-ts-index-signature: var(--dark-color-ts-index-signature); + --color-ts-constructor-signature: var( + --dark-color-ts-constructor-signature + ); + --color-ts-parameter: var(--dark-color-ts-parameter); + --color-ts-type-parameter: var(--dark-color-ts-type-parameter); + --color-ts-accessor: var(--dark-color-ts-accessor); + --color-ts-get-signature: var(--dark-color-ts-get-signature); + --color-ts-set-signature: var(--dark-color-ts-set-signature); + --color-ts-type-alias: var(--dark-color-ts-type-alias); + + --external-icon: var(--dark-external-icon); + --color-scheme: var(--dark-color-scheme); + } +} + +html { + color-scheme: var(--color-scheme); +} + +body { + margin: 0; +} + +:root[data-theme="light"] { + --color-background: var(--light-color-background); + --color-background-secondary: var(--light-color-background-secondary); + --color-background-warning: var(--light-color-background-warning); + --color-warning-text: var(--light-color-warning-text); + --color-icon-background: var(--light-color-icon-background); + --color-accent: var(--light-color-accent); + --color-active-menu-item: var(--light-color-active-menu-item); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + + --color-ts-keyword: var(--light-color-ts-keyword); + --color-ts-module: var(--light-color-ts-module); + --color-ts-namespace: var(--light-color-ts-namespace); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-enum-member: var(--light-color-ts-enum-member); + --color-ts-variable: var(--light-color-ts-variable); + --color-ts-function: var(--light-color-ts-function); + --color-ts-class: var(--light-color-ts-class); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-constructor: var(--light-color-ts-constructor); + --color-ts-property: var(--light-color-ts-property); + --color-ts-method: var(--light-color-ts-method); + --color-ts-call-signature: var(--light-color-ts-call-signature); + --color-ts-index-signature: var(--light-color-ts-index-signature); + --color-ts-constructor-signature: var( + --light-color-ts-constructor-signature + ); + --color-ts-parameter: var(--light-color-ts-parameter); + --color-ts-type-parameter: var(--light-color-ts-type-parameter); + --color-ts-accessor: var(--light-color-ts-accessor); + --color-ts-get-signature: var(--light-color-ts-get-signature); + --color-ts-set-signature: var(--light-color-ts-set-signature); + --color-ts-type-alias: var(--light-color-ts-type-alias); + + --external-icon: var(--light-external-icon); + --color-scheme: var(--light-color-scheme); +} + +:root[data-theme="dark"] { + --color-background: var(--dark-color-background); + --color-background-secondary: var(--dark-color-background-secondary); + --color-background-warning: var(--dark-color-background-warning); + --color-warning-text: var(--dark-color-warning-text); + --color-icon-background: var(--dark-color-icon-background); + --color-accent: var(--dark-color-accent); + --color-active-menu-item: var(--dark-color-active-menu-item); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + + --color-ts-keyword: var(--dark-color-ts-keyword); + --color-ts-module: var(--dark-color-ts-module); + --color-ts-namespace: var(--dark-color-ts-namespace); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-enum-member: var(--dark-color-ts-enum-member); + --color-ts-variable: var(--dark-color-ts-variable); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-constructor: var(--dark-color-ts-constructor); + --color-ts-property: var(--dark-color-ts-property); + --color-ts-method: var(--dark-color-ts-method); + --color-ts-call-signature: var(--dark-color-ts-call-signature); + --color-ts-index-signature: var(--dark-color-ts-index-signature); + --color-ts-constructor-signature: var( + --dark-color-ts-constructor-signature + ); + --color-ts-parameter: var(--dark-color-ts-parameter); + --color-ts-type-parameter: var(--dark-color-ts-type-parameter); + --color-ts-accessor: var(--dark-color-ts-accessor); + --color-ts-get-signature: var(--dark-color-ts-get-signature); + --color-ts-set-signature: var(--dark-color-ts-set-signature); + --color-ts-type-alias: var(--dark-color-ts-type-alias); + + --external-icon: var(--dark-external-icon); + --color-scheme: var(--dark-color-scheme); +} + +.always-visible, +.always-visible .tsd-signatures { + display: inherit !important; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + line-height: 1.2; +} + +h1 > a, +h2 > a, +h3 > a, +h4 > a, +h5 > a, +h6 > a { + text-decoration: none; + color: var(--color-text); +} + +h1 { + font-size: 1.875rem; + margin: 0.67rem 0; +} + +h2 { + font-size: 1.5rem; + margin: 0.83rem 0; +} + +h3 { + font-size: 1.25rem; + margin: 1rem 0; +} + +h4 { + font-size: 1.05rem; + margin: 1.33rem 0; +} + +h5 { + font-size: 1rem; + margin: 1.5rem 0; +} + +h6 { + font-size: 0.875rem; + margin: 2.33rem 0; +} + +.uppercase { + text-transform: uppercase; +} + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +.container { + max-width: 1700px; + padding: 0 2rem; +} + +/* Footer */ +.tsd-generator { + border-top: 1px solid var(--color-accent); + padding-top: 1rem; + padding-bottom: 1rem; + max-height: 3.5rem; +} + +.tsd-generator > p { + margin-top: 0; + margin-bottom: 0; + padding: 0 1rem; +} + +.container-main { + margin: 0 auto; + /* toolbar, footer, margin */ + min-height: calc(100vh - 41px - 56px - 4rem); +} + +@keyframes fade-in { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fade-out { + from { + opacity: 1; + visibility: visible; + } + to { + opacity: 0; + } +} +@keyframes fade-in-delayed { + 0% { + opacity: 0; + } + 33% { + opacity: 0; + } + 100% { + opacity: 1; + } +} +@keyframes fade-out-delayed { + 0% { + opacity: 1; + visibility: visible; + } + 66% { + opacity: 0; + } + 100% { + opacity: 0; + } +} +@keyframes pop-in-from-right { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-out-to-right { + from { + transform: translate(0, 0); + visibility: visible; + } + to { + transform: translate(100%, 0); + } +} +body { + background: var(--color-background); + font-family: "Segoe UI", sans-serif; + font-size: 16px; + color: var(--color-text); +} + +a { + color: var(--color-link); + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a.external[target="_blank"] { + background-image: var(--external-icon); + background-position: top 3px right; + background-repeat: no-repeat; + padding-right: 13px; +} + +code, +pre { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + padding: 0.2em; + margin: 0; + font-size: 0.875rem; + border-radius: 0.8em; +} + +pre { + position: relative; + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; + padding: 10px; + border: 1px solid var(--color-accent); +} +pre code { + padding: 0; + font-size: 100%; +} +pre > button { + position: absolute; + top: 10px; + right: 10px; + opacity: 0; + transition: opacity 0.1s; + box-sizing: border-box; +} +pre:hover > button, +pre > button.visible { + opacity: 1; +} + +blockquote { + margin: 1em 0; + padding-left: 1em; + border-left: 4px solid gray; +} + +.tsd-typography { + line-height: 1.333em; +} +.tsd-typography ul { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-typography .tsd-index-panel h3, +.tsd-index-panel .tsd-typography h3, +.tsd-typography h4, +.tsd-typography h5, +.tsd-typography h6 { + font-size: 1em; +} +.tsd-typography h5, +.tsd-typography h6 { + font-weight: normal; +} +.tsd-typography p, +.tsd-typography ul, +.tsd-typography ol { + margin: 1em 0; +} +.tsd-typography table { + border-collapse: collapse; + border: none; +} +.tsd-typography td, +.tsd-typography th { + padding: 6px 13px; + border: 1px solid var(--color-accent); +} +.tsd-typography thead, +.tsd-typography tr:nth-child(even) { + background-color: var(--color-background-secondary); +} + +.tsd-breadcrumb { + margin: 0; + padding: 0; + color: var(--color-text-aside); +} +.tsd-breadcrumb a { + color: var(--color-text-aside); + text-decoration: none; +} +.tsd-breadcrumb a:hover { + text-decoration: underline; +} +.tsd-breadcrumb li { + display: inline; +} +.tsd-breadcrumb li:after { + content: " / "; +} + +.tsd-comment-tags { + display: flex; + flex-direction: column; +} +dl.tsd-comment-tag-group { + display: flex; + align-items: center; + overflow: hidden; + margin: 0.5em 0; +} +dl.tsd-comment-tag-group dt { + display: flex; + margin-right: 0.5em; + font-size: 0.875em; + font-weight: normal; +} +dl.tsd-comment-tag-group dd { + margin: 0; +} +code.tsd-tag { + padding: 0.25em 0.4em; + border: 0.1em solid var(--color-accent); + margin-right: 0.25em; + font-size: 70%; +} +h1 code.tsd-tag:first-of-type { + margin-left: 0.25em; +} + +dl.tsd-comment-tag-group dd:before, +dl.tsd-comment-tag-group dd:after { + content: " "; +} +dl.tsd-comment-tag-group dd pre, +dl.tsd-comment-tag-group dd:after { + clear: both; +} +dl.tsd-comment-tag-group p { + margin: 0; +} + +.tsd-panel.tsd-comment .lead { + font-size: 1.1em; + line-height: 1.333em; + margin-bottom: 2em; +} +.tsd-panel.tsd-comment .lead:last-child { + margin-bottom: 0; +} + +.tsd-filter-visibility h4 { + font-size: 1rem; + padding-top: 0.75rem; + padding-bottom: 0.5rem; + margin: 0; +} +.tsd-filter-item:not(:last-child) { + margin-bottom: 0.5rem; +} +.tsd-filter-input { + display: flex; + width: fit-content; + width: -moz-fit-content; + align-items: center; + user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + cursor: pointer; +} +.tsd-filter-input input[type="checkbox"] { + cursor: pointer; + position: absolute; + width: 1.5em; + height: 1.5em; + opacity: 0; +} +.tsd-filter-input input[type="checkbox"]:disabled { + pointer-events: none; +} +.tsd-filter-input svg { + cursor: pointer; + width: 1.5em; + height: 1.5em; + margin-right: 0.5em; + border-radius: 0.33em; + /* Leaving this at full opacity breaks event listeners on Firefox. + Don't remove unless you know what you're doing. */ + opacity: 0.99; +} +.tsd-filter-input input[type="checkbox"]:focus + svg { + transform: scale(0.95); +} +.tsd-filter-input input[type="checkbox"]:focus:not(:focus-visible) + svg { + transform: scale(1); +} +.tsd-checkbox-background { + fill: var(--color-accent); +} +input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { + stroke: var(--color-text); +} +.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background { + fill: var(--color-background); + stroke: var(--color-accent); + stroke-width: 0.25rem; +} +.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark { + stroke: var(--color-accent); +} + +.tsd-theme-toggle { + padding-top: 0.75rem; +} +.tsd-theme-toggle > h4 { + display: inline; + vertical-align: middle; + margin-right: 0.75rem; +} + +.tsd-hierarchy { + list-style: square; + margin: 0; +} +.tsd-hierarchy .target { + font-weight: bold; +} + +.tsd-panel-group.tsd-index-group { + margin-bottom: 0; +} +.tsd-index-panel .tsd-index-list { + list-style: none; + line-height: 1.333em; + margin: 0; + padding: 0.25rem 0 0 0; + overflow: hidden; + display: grid; + grid-template-columns: repeat(3, 1fr); + column-gap: 1rem; + grid-template-rows: auto; +} +@media (max-width: 1024px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(2, 1fr); + } +} +@media (max-width: 768px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(1, 1fr); + } +} +.tsd-index-panel .tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; +} + +.tsd-flag { + display: inline-block; + padding: 0.25em 0.4em; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 75%; + line-height: 1; + font-weight: normal; +} + +.tsd-anchor { + position: relative; + top: -100px; +} + +.tsd-member { + position: relative; +} +.tsd-member .tsd-anchor + h3 { + display: flex; + align-items: center; + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} + +.tsd-navigation.settings { + margin: 1rem 0; +} +.tsd-navigation > a, +.tsd-navigation .tsd-accordion-summary { + width: calc(100% - 0.5rem); +} +.tsd-navigation a, +.tsd-navigation summary > span, +.tsd-page-navigation a { + display: inline-flex; + align-items: center; + padding: 0.25rem; + color: var(--color-text); + text-decoration: none; + box-sizing: border-box; +} +.tsd-navigation a.current, +.tsd-page-navigation a.current { + background: var(--color-active-menu-item); +} +.tsd-navigation a:hover, +.tsd-page-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul, +.tsd-page-navigation ul { + margin-top: 0; + margin-bottom: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li, +.tsd-page-navigation li { + padding: 0; + max-width: 100%; +} +.tsd-nested-navigation { + margin-left: 3rem; +} +.tsd-nested-navigation > li > details { + margin-left: -1.5rem; +} +.tsd-small-nested-navigation { + margin-left: 1.5rem; +} +.tsd-small-nested-navigation > li > details { + margin-left: -1.5rem; +} + +.tsd-nested-navigation > li > a, +.tsd-nested-navigation > li > span { + width: calc(100% - 1.75rem - 0.5rem); +} + +.tsd-page-navigation ul { + padding-left: 1.75rem; +} + +#tsd-sidebar-links a { + margin-top: 0; + margin-bottom: 0.5rem; + line-height: 1.25rem; +} +#tsd-sidebar-links a:last-of-type { + margin-bottom: 0; +} + +a.tsd-index-link { + padding: 0.25rem 0 !important; + font-size: 1rem; + line-height: 1.25rem; + display: inline-flex; + align-items: center; + color: var(--color-text); +} +.tsd-accordion-summary { + list-style-type: none; /* hide marker on non-safari */ + outline: none; /* broken on safari, so just hide it */ +} +.tsd-accordion-summary::-webkit-details-marker { + display: none; /* hide marker on safari */ +} +.tsd-accordion-summary, +.tsd-accordion-summary a { + user-select: none; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + + cursor: pointer; +} +.tsd-accordion-summary a { + width: calc(100% - 1.5rem); +} +.tsd-accordion-summary > * { + margin-top: 0; + margin-bottom: 0; + padding-top: 0; + padding-bottom: 0; +} +.tsd-index-accordion .tsd-accordion-summary > svg { + margin-left: 0.25rem; +} +.tsd-index-content > :not(:first-child) { + margin-top: 0.75rem; +} +.tsd-index-heading { + margin-top: 1.5rem; + margin-bottom: 0.75rem; +} + +.tsd-kind-icon { + margin-right: 0.5rem; + width: 1.25rem; + height: 1.25rem; + min-width: 1.25rem; + min-height: 1.25rem; +} +.tsd-kind-icon path { + transform-origin: center; + transform: scale(1.1); +} +.tsd-signature > .tsd-kind-icon { + margin-right: 0.8rem; +} + +.tsd-panel { + margin-bottom: 2.5rem; +} +.tsd-panel.tsd-member { + margin-bottom: 4rem; +} +.tsd-panel:empty { + display: none; +} +.tsd-panel > h1, +.tsd-panel > h2, +.tsd-panel > h3 { + margin: 1.5rem -1.5rem 0.75rem -1.5rem; + padding: 0 1.5rem 0.75rem 1.5rem; +} +.tsd-panel > h1.tsd-before-signature, +.tsd-panel > h2.tsd-before-signature, +.tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: none; +} + +.tsd-panel-group { + margin: 4rem 0; +} +.tsd-panel-group.tsd-index-group { + margin: 2rem 0; +} +.tsd-panel-group.tsd-index-group details { + margin: 2rem 0; +} + +#tsd-search { + transition: background-color 0.2s; +} +#tsd-search .title { + position: relative; + z-index: 2; +} +#tsd-search .field { + position: absolute; + left: 0; + top: 0; + right: 2.5rem; + height: 100%; +} +#tsd-search .field input { + box-sizing: border-box; + position: relative; + top: -50px; + z-index: 1; + width: 100%; + padding: 0 10px; + opacity: 0; + outline: 0; + border: 0; + background: transparent; + color: var(--color-text); +} +#tsd-search .field label { + position: absolute; + overflow: hidden; + right: -40px; +} +#tsd-search .field input, +#tsd-search .title, +#tsd-toolbar-links a { + transition: opacity 0.2s; +} +#tsd-search .results { + position: absolute; + visibility: hidden; + top: 40px; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +#tsd-search .results li { + background-color: var(--color-background); + line-height: initial; + padding: 4px; +} +#tsd-search .results li:nth-child(even) { + background-color: var(--color-background-secondary); +} +#tsd-search .results li.state { + display: none; +} +#tsd-search .results li.current:not(.no-results), +#tsd-search .results li:hover:not(.no-results) { + background-color: var(--color-accent); +} +#tsd-search .results a { + display: flex; + align-items: center; + padding: 0.25rem; + box-sizing: border-box; +} +#tsd-search .results a:before { + top: 10px; +} +#tsd-search .results span.parent { + color: var(--color-text-aside); + font-weight: normal; +} +#tsd-search.has-focus { + background-color: var(--color-accent); +} +#tsd-search.has-focus .field input { + top: 0; + opacity: 1; +} +#tsd-search.has-focus .title, +#tsd-search.has-focus #tsd-toolbar-links a { + z-index: 0; + opacity: 0; +} +#tsd-search.has-focus .results { + visibility: visible; +} +#tsd-search.loading .results li.state.loading { + display: block; +} +#tsd-search.failure .results li.state.failure { + display: block; +} + +#tsd-toolbar-links { + position: absolute; + top: 0; + right: 2rem; + height: 100%; + display: flex; + align-items: center; + justify-content: flex-end; +} +#tsd-toolbar-links a { + margin-left: 1.5rem; +} +#tsd-toolbar-links a:hover { + text-decoration: underline; +} + +.tsd-signature { + margin: 0 0 1rem 0; + padding: 1rem 0.5rem; + border: 1px solid var(--color-accent); + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + font-size: 14px; + overflow-x: auto; +} + +.tsd-signature-keyword { + color: var(--color-ts-keyword); + font-weight: normal; +} + +.tsd-signature-symbol { + color: var(--color-text-aside); + font-weight: normal; +} + +.tsd-signature-type { + font-style: italic; + font-weight: normal; +} + +.tsd-signatures { + padding: 0; + margin: 0 0 1em 0; + list-style-type: none; +} +.tsd-signatures .tsd-signature { + margin: 0; + border-color: var(--color-accent); + border-width: 1px 0; + transition: background-color 0.1s; +} +.tsd-description .tsd-signatures .tsd-signature { + border-width: 1px; +} + +ul.tsd-parameter-list, +ul.tsd-type-parameter-list { + list-style: square; + margin: 0; + padding-left: 20px; +} +ul.tsd-parameter-list > li.tsd-parameter-signature, +ul.tsd-type-parameter-list > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; +} +ul.tsd-parameter-list h5, +ul.tsd-type-parameter-list h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} +.tsd-sources { + margin-top: 1rem; + font-size: 0.875em; +} +.tsd-sources a { + color: var(--color-text-aside); + text-decoration: underline; +} +.tsd-sources ul { + list-style: none; + padding: 0; +} + +.tsd-page-toolbar { + position: sticky; + z-index: 1; + top: 0; + left: 0; + width: 100%; + color: var(--color-text); + background: var(--color-background-secondary); + border-bottom: 1px var(--color-accent) solid; + transition: transform 0.3s ease-in-out; +} +.tsd-page-toolbar a { + color: var(--color-text); + text-decoration: none; +} +.tsd-page-toolbar a.title { + font-weight: bold; +} +.tsd-page-toolbar a.title:hover { + text-decoration: underline; +} +.tsd-page-toolbar .tsd-toolbar-contents { + display: flex; + justify-content: space-between; + height: 2.5rem; + margin: 0 auto; +} +.tsd-page-toolbar .table-cell { + position: relative; + white-space: nowrap; + line-height: 40px; +} +.tsd-page-toolbar .table-cell:first-child { + width: 100%; +} +.tsd-page-toolbar .tsd-toolbar-icon { + box-sizing: border-box; + line-height: 0; + padding: 12px 0; +} + +.tsd-widget { + display: inline-block; + overflow: hidden; + opacity: 0.8; + height: 40px; + transition: + opacity 0.1s, + background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-widget:hover { + opacity: 0.9; +} +.tsd-widget.active { + opacity: 1; + background-color: var(--color-accent); +} +.tsd-widget.no-caption { + width: 40px; +} +.tsd-widget.no-caption:before { + margin: 0; +} + +.tsd-widget.options, +.tsd-widget.menu { + display: none; +} +input[type="checkbox"] + .tsd-widget:before { + background-position: -120px 0; +} +input[type="checkbox"]:checked + .tsd-widget:before { + background-position: -160px 0; +} + +img { + max-width: 100%; +} + +.tsd-anchor-icon { + display: inline-flex; + align-items: center; + margin-left: 0.5rem; + vertical-align: middle; + color: var(--color-text); +} + +.tsd-anchor-icon svg { + width: 1em; + height: 1em; + visibility: hidden; +} + +.tsd-anchor-link:hover > .tsd-anchor-icon svg { + visibility: visible; +} + +.deprecated { + text-decoration: line-through !important; +} + +.warning { + padding: 1rem; + color: var(--color-warning-text); + background: var(--color-background-warning); +} + +.tsd-kind-project { + color: var(--color-ts-project); +} +.tsd-kind-module { + color: var(--color-ts-module); +} +.tsd-kind-namespace { + color: var(--color-ts-namespace); +} +.tsd-kind-enum { + color: var(--color-ts-enum); +} +.tsd-kind-enum-member { + color: var(--color-ts-enum-member); +} +.tsd-kind-variable { + color: var(--color-ts-variable); +} +.tsd-kind-function { + color: var(--color-ts-function); +} +.tsd-kind-class { + color: var(--color-ts-class); +} +.tsd-kind-interface { + color: var(--color-ts-interface); +} +.tsd-kind-constructor { + color: var(--color-ts-constructor); +} +.tsd-kind-property { + color: var(--color-ts-property); +} +.tsd-kind-method { + color: var(--color-ts-method); +} +.tsd-kind-call-signature { + color: var(--color-ts-call-signature); +} +.tsd-kind-index-signature { + color: var(--color-ts-index-signature); +} +.tsd-kind-constructor-signature { + color: var(--color-ts-constructor-signature); +} +.tsd-kind-parameter { + color: var(--color-ts-parameter); +} +.tsd-kind-type-literal { + color: var(--color-ts-type-literal); +} +.tsd-kind-type-parameter { + color: var(--color-ts-type-parameter); +} +.tsd-kind-accessor { + color: var(--color-ts-accessor); +} +.tsd-kind-get-signature { + color: var(--color-ts-get-signature); +} +.tsd-kind-set-signature { + color: var(--color-ts-set-signature); +} +.tsd-kind-type-alias { + color: var(--color-ts-type-alias); +} + +/* if we have a kind icon, don't color the text by kind */ +.tsd-kind-icon ~ span { + color: var(--color-text); +} + +* { + scrollbar-width: thin; + scrollbar-color: var(--color-accent) var(--color-icon-background); +} + +*::-webkit-scrollbar { + width: 0.75rem; +} + +*::-webkit-scrollbar-track { + background: var(--color-icon-background); +} + +*::-webkit-scrollbar-thumb { + background-color: var(--color-accent); + border-radius: 999rem; + border: 0.25rem solid var(--color-icon-background); +} + +/* mobile */ +@media (max-width: 769px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } + + .container-main { + display: flex; + } + html .col-content { + float: none; + max-width: 100%; + width: 100%; + } + html .col-sidebar { + position: fixed !important; + overflow-y: auto; + -webkit-overflow-scrolling: touch; + z-index: 1024; + top: 0 !important; + bottom: 0 !important; + left: auto !important; + right: 0 !important; + padding: 1.5rem 1.5rem 0 0; + width: 75vw; + visibility: hidden; + background-color: var(--color-background); + transform: translate(100%, 0); + } + html .col-sidebar > *:last-child { + padding-bottom: 20px; + } + html .overlay { + content: ""; + display: block; + position: fixed; + z-index: 1023; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.75); + visibility: hidden; + } + + .to-has-menu .overlay { + animation: fade-in 0.4s; + } + + .to-has-menu .col-sidebar { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu .col-sidebar { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu .col-sidebar { + visibility: visible; + transform: translate(0, 0); + display: flex; + flex-direction: column; + gap: 1.5rem; + max-height: 100vh; + padding: 1rem 2rem; + } + .has-menu .tsd-navigation { + max-height: 100%; + } +} + +/* one sidebar */ +@media (min-width: 770px) { + .container-main { + display: grid; + grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); + grid-template-areas: "sidebar content"; + margin: 2rem auto; + } + + .col-sidebar { + grid-area: sidebar; + } + .col-content { + grid-area: content; + padding: 0 1rem; + } +} +@media (min-width: 770px) and (max-width: 1399px) { + .col-sidebar { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + padding-top: 1rem; + } + .site-menu { + margin-top: 1rem; + } +} + +/* two sidebars */ +@media (min-width: 1200px) { + .container-main { + grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax(0, 20rem); + grid-template-areas: "sidebar content toc"; + } + + .col-sidebar { + display: contents; + } + + .page-menu { + grid-area: toc; + padding-left: 1rem; + } + .site-menu { + grid-area: sidebar; + } + + .site-menu { + margin-top: 1rem 0; + } + + .page-menu, + .site-menu { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + } +} diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/Account.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Account.html new file mode 100644 index 000000000..865213789 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Account.html @@ -0,0 +1,46 @@ +Account | @aptos-labs/ts-sdk - v1.14.0

Class AccountAbstract

Interface for a generic Aptos account.

+

The interface is defined as abstract class to provide a single entrypoint for account generation, +either through Account.generate() or Account.fromDerivationPath. +Despite this being an abstract class, it should be treated as an interface and enforced using +the implements keyword.

+

Note: Generating an account instance does not create the account on-chain.

+

Implemented by

Constructors

Properties

accountAddress: AccountAddress

Account address associated with the account

+
privateKey: PrivateKey

Private key associated with the account. +Note: this will be removed in the next major release, + as not all accounts have a private key.

+
publicKey: AccountPublicKey

Public key associated with the account

+
signingScheme: SigningScheme

Signing scheme used to sign transactions

+

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAddress.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAddress.html new file mode 100644 index 000000000..f85a5053f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAddress.html @@ -0,0 +1,152 @@ +AccountAddress | @aptos-labs/ts-sdk - v1.14.0

NOTE: Only use this class for account addresses. For other hex data, e.g. transaction +hashes, use the Hex class.

+

AccountAddress is used for working with account addresses. Account addresses, when +represented as a string, generally look like these examples:

+
    +
  • 0x1
  • +
  • 0xaa86fe99004361f747f91342ca13c426ca0cccb0c1217677180c9493bad6ef0c
  • +
+

Proper formatting and parsing of account addresses is defined by AIP-40. +To learn more about the standard, read the AIP here: +https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-40.md.

+

The comments in this class make frequent reference to the LONG and SHORT formats, +as well as "special" addresses. To learn what these refer to see AIP-40.

+

Hierarchy

Implements

Constructors

Properties

data: Uint8Array

This is the internal representation of an account address.

+
FOUR: AccountAddress = ...
LENGTH: number = 32

The number of bytes that make up an account address.

+
LONG_STRING_LENGTH: number = 64

The length of an address string in LONG form without a leading 0x.

+
ONE: AccountAddress = ...
THREE: AccountAddress = ...
TWO: AccountAddress = ...
ZERO: AccountAddress = ...

Methods

  • Return whether AccountAddresses are equal. AccountAddresses are considered equal +if their underlying byte data is identical.

    +

    Parameters

    Returns boolean

    true if the AccountAddresses are equal, false if not.

    +
  • Serialize the AccountAddress to a Serializer instance's data buffer.

    +

    Parameters

    • serializer: Serializer

      The serializer to serialize the AccountAddress to.

      +

    Returns void

    void

    +

    Example

    const serializer = new Serializer();
    const address = AccountAddress.fromString("0x1");
    address.serialize(serializer);
    const bytes = serializer.toUint8Array();
    // `bytes` is now the BCS-serialized address. +
    +
  • NOTE: Prefer to use toString where possible.

    +

    Whereas toString will format special addresses (as defined by isSpecial) using the +SHORT form (no leading 0s), this format the address in the LONG format +unconditionally.

    +

    This means it will be 0x + 64 hex characters.

    +

    Returns `0x${string}`

    AccountAddress as a string in LONG form.

    +
  • NOTE: Prefer to use toString where possible.

    +

    Whereas toString will format special addresses (as defined by isSpecial) using the +SHORT form (no leading 0s), this function will include leading zeroes. The string +will not have a leading zero.

    +

    This means it will be 64 hex characters without a leading 0x.

    +

    Returns string

    AccountAddress as a string in LONG form without a leading 0x.

    +
  • NOTE: Prefer to use toString where possible.

    +

    Return the AccountAddress as a string as per AIP-40 but without the leading 0x.

    +

    Learn more by reading the docstring of toString.

    +

    Returns string

    AccountAddress as a string conforming to AIP-40 but without the leading 0x.

    +
  • Get the inner hex data. The inner data is already a Uint8Array so no conversion +is taking place here, it just returns the inner data.

    +

    Returns Uint8Array

    Hex data as Uint8Array

    +
  • Deserialize an AccountAddress from the byte buffer in a Deserializer instance.

    +

    Parameters

    • deserializer: Deserializer

      The deserializer to deserialize the AccountAddress from.

      +

    Returns AccountAddress

    An instance of AccountAddress.

    +

    Example

    const bytes = hexToBytes("0x0102030405060708091011121314151617181920212223242526272829303132");
    const deserializer = new Deserializer(bytes);
    const address = AccountAddress.deserialize(deserializer);
    // `address` is now an instance of AccountAddress. +
    +
  • NOTE: This function has relaxed parsing behavior. For strict behavior, please use +the fromStringStrict function. Where possible use fromStringStrict rather than this +function, fromString is only provided for backwards compatibility.

    +

    Creates an instance of AccountAddress from a hex string.

    +

    This function allows all formats defined by AIP-40. In short this means the +following formats are accepted:

    +
      +
    • LONG, with or without leading 0x
    • +
    • SHORT, with or without leading 0x
    • +
    +

    Where:

    +
      +
    • LONG is 64 hex characters.
    • +
    • SHORT is 1 to 63 hex characters inclusive.
    • +
    • Padding zeroes are allowed, e.g. 0x0123 is valid.
    • +
    +

    Learn more about the different address formats by reading AIP-40: +https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-40.md.

    +

    Parameters

    • input: string

      A hex string representing an account address.

      +

    Returns AccountAddress

    An instance of AccountAddress.

    +
  • NOTE: This function has strict parsing behavior. For relaxed behavior, please use +the fromString function.

    +

    Creates an instance of AccountAddress from a hex string.

    +

    This function allows only the strictest formats defined by AIP-40. In short this +means only the following formats are accepted:

    +
      +
    • LONG
    • +
    • SHORT for special addresses
    • +
    +

    Where:

    +
      +
    • LONG is defined as 0x + 64 hex characters.
    • +
    • SHORT for special addresses is 0x0 to 0xf inclusive without padding zeroes.
    • +
    +

    This means the following are not accepted:

    +
      +
    • SHORT for non-special addresses.
    • +
    • Any address without a leading 0x.
    • +
    +

    Learn more about the different address formats by reading AIP-40: +https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-40.md.

    +

    Parameters

    • input: string

      A hex string representing an account address.

      +

    Returns AccountAddress

    An instance of AccountAddress.

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAuthenticator.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAuthenticator.html new file mode 100644 index 000000000..3b103c831 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAuthenticator.html @@ -0,0 +1,15 @@ +AccountAuthenticator | @aptos-labs/ts-sdk - v1.14.0

Class AccountAuthenticatorAbstract

Hierarchy

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAuthenticatorEd25519.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAuthenticatorEd25519.html new file mode 100644 index 000000000..fe8cf8213 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAuthenticatorEd25519.html @@ -0,0 +1,21 @@ +AccountAuthenticatorEd25519 | @aptos-labs/ts-sdk - v1.14.0

Class AccountAuthenticatorEd25519

Transaction authenticator Ed25519 for a multi signer transaction

+

Param: public_key

Account's Ed25519 public key.

+

Param: signature

Account's Ed25519 signature

+

Hierarchy

Constructors

Properties

public_key: Ed25519PublicKey
signature: Ed25519Signature

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAuthenticatorMultiEd25519.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAuthenticatorMultiEd25519.html new file mode 100644 index 000000000..f75541c88 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAuthenticatorMultiEd25519.html @@ -0,0 +1,21 @@ +AccountAuthenticatorMultiEd25519 | @aptos-labs/ts-sdk - v1.14.0

Class AccountAuthenticatorMultiEd25519

Transaction authenticator Multi Ed25519 for a multi signers transaction

+

Param: public_key

Account's MultiEd25519 public key.

+

Param: signature

Account's MultiEd25519 signature

+

Hierarchy

Constructors

Properties

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAuthenticatorMultiKey.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAuthenticatorMultiKey.html new file mode 100644 index 000000000..d9a952103 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAuthenticatorMultiKey.html @@ -0,0 +1,22 @@ +AccountAuthenticatorMultiKey | @aptos-labs/ts-sdk - v1.14.0

Class AccountAuthenticatorMultiKey

AccountAuthenticatorMultiKey for a multi signer

+

Param: public_keys

MultiKey

+

Param: signatures

Signature

+

Hierarchy

Constructors

Properties

public_keys: MultiKey
signatures: AnySignature[]
signatures_bitmap: Uint8Array

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAuthenticatorSingleKey.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAuthenticatorSingleKey.html new file mode 100644 index 000000000..1bfc4c5be --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountAuthenticatorSingleKey.html @@ -0,0 +1,21 @@ +AccountAuthenticatorSingleKey | @aptos-labs/ts-sdk - v1.14.0

Class AccountAuthenticatorSingleKey

AccountAuthenticatorSingleKey for a single signer

+

Param: public_key

AnyPublicKey

+

Param: signature

AnySignature

+

Hierarchy

Constructors

Properties

public_key: AnyPublicKey
signature: AnySignature

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountPublicKey.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountPublicKey.html new file mode 100644 index 000000000..047178223 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountPublicKey.html @@ -0,0 +1,20 @@ +AccountPublicKey | @aptos-labs/ts-sdk - v1.14.0

Class AccountPublicKeyAbstract

An abstract representation of an account public key.

+

Provides a common interface for deriving an authentication key.

+

Hierarchy

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountSequenceNumber.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountSequenceNumber.html new file mode 100644 index 000000000..28209bc2d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AccountSequenceNumber.html @@ -0,0 +1,29 @@ +AccountSequenceNumber | @aptos-labs/ts-sdk - v1.14.0

Class AccountSequenceNumber

Constructors

Properties

account: Account
aptosConfig: AptosConfig
currentNumber: null | bigint = null
lastUncommintedNumber: null | bigint = null
lock: boolean = false

We want to guarantee that we preserve ordering of workers to requests.

+

lock is used to try to prevent multiple coroutines from accessing a shared resource at the same time, +which can result in race conditions and data inconsistency. +This code actually doesn't do it though, since we aren't giving out a slot, it is still somewhat a race condition.

+

The ideal solution is likely that each thread grabs the next number from a incremental integer. +When they complete, they increment that number and that entity is able to enter the lock. +That would guarantee ordering.

+
maxWaitTime: number
maximumInFlight: number
sleepTime: number

Methods

  • Synchronizes local sequence number with the seqeunce number on chain for this account.

    +

    Poll the network until all submitted transactions have either been committed or until +the maximum wait time has elapsed

    +

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/AnyPublicKey.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AnyPublicKey.html new file mode 100644 index 000000000..bad36b8b5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AnyPublicKey.html @@ -0,0 +1,33 @@ +AnyPublicKey | @aptos-labs/ts-sdk - v1.14.0

Represents any public key supported by Aptos.

+

Since AIP-55 Aptos supports +Legacy and Unified authentication keys.

+

Any unified authentication key is represented in the SDK as AnyPublicKey.

+

Hierarchy

Constructors

Properties

publicKey: PublicKey

Reference to the inner public key

+

Index of the underlying enum variant

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/AnySignature.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AnySignature.html new file mode 100644 index 000000000..126e15640 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AnySignature.html @@ -0,0 +1,21 @@ +AnySignature | @aptos-labs/ts-sdk - v1.14.0

Instance of signature that uses the SingleKey authentication scheme. +This signature can only be generated by a SingleKeySigner, since it uses the +same authentication scheme.

+

Hierarchy

Constructors

Properties

signature: Signature

Index of the underlying enum variant

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/Aptos.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Aptos.html new file mode 100644 index 000000000..2480bfdb1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Aptos.html @@ -0,0 +1,717 @@ +Aptos | @aptos-labs/ts-sdk - v1.14.0

This class is the main entry point into Aptos's +APIs and separates functionality into different namespaces.

+

To use the SDK, create a new Aptos instance to get access +to all the sdk functionality.

+

Example

const aptos = new Aptos();
+
+

Hierarchy

  • Account
  • ANS
  • Coin
  • DigitalAsset
  • Event
  • Faucet
  • FungibleAsset
  • General
  • Staking
  • Omit<Transaction, "build" | "simulate" | "submit" | "batch">
    • Aptos

Constructors

Properties

Methods

addDigitalAssetPropertyTransaction +addDigitalAssetTypedPropertyTransaction +batchTransactionsForSingleAccount +burnDigitalAssetTransaction +createCollectionTransaction +deriveAccountFromPrivateKey +freezeDigitalAssetTransaferTransaction +fundAccount +getAccountAPTAmount +getAccountCoinAmount +getAccountCoinsCount +getAccountCoinsData +getAccountCollectionsWithOwnedTokens +getAccountDomains +getAccountEventsByCreationNumber +getAccountEventsByEventType +getAccountInfo +getAccountModule +getAccountModules +getAccountNames +getAccountOwnedObjects +getAccountOwnedTokens +getAccountOwnedTokensFromCollectionAddress +getAccountResource +getAccountResources +getAccountSubdomains +getAccountTokensCount +getAccountTransactions +getAccountTransactionsCount +getBlockByHeight +getBlockByVersion +getChainId +getChainTopUserTransactions +getCollectionData +getCollectionDataByCollectionId +getCollectionId +getCurrentDigitalAssetOwnership +getCurrentFungibleAssetBalances +getDelegatedStakingActivities +getDigitalAssetActivity +getDigitalAssetData +getDomainSubdomains +getEvents +getExpiration +getFungibleAssetActivities +getFungibleAssetMetadata +getFungibleAssetMetadataByAssetType +getGasPriceEstimation +getIndexerLastSuccessVersion +getLedgerInfo +getModuleEventsByEventType +getName +getNumberOfDelegators +getNumberOfDelegatorsForAllPools +getOwnedDigitalAssets +getOwnerAddress +getPrimaryName +getProcessorStatus +getSigningMessage +getTableItem +getTargetAddress +getTransactionByHash +getTransactionByVersion +getTransactions +isPendingTransaction +lookupOriginalAccountAddress +mintDigitalAssetTransaction +mintSoulBoundTransaction +publishPackageTransaction +queryIndexer +registerName +removeDigitalAssetPropertyTransaction +renewDomain +rotateAuthKey +setDigitalAssetDescriptionTransaction +setDigitalAssetNameTransaction +setDigitalAssetURITransaction +setPrimaryName +setTargetAddress +sign +signAndSubmitTransaction +signAsFeePayer +transferCoinTransaction +transferDigitalAssetTransaction +transferFungibleAsset +unfreezeDigitalAssetTransaferTransaction +updateDigitalAssetPropertyTransaction +updateDigitalAssetTypedPropertyTransaction +view +waitForTransaction +

Constructors

Properties

account: Account
ans: ANS
coin: Coin
config: AptosConfig
digitalAsset: DigitalAsset
event: Event
faucet: Faucet
fungibleAsset: FungibleAsset
general: General
staking: Staking
transaction: Transaction

Methods

  • Add a digital asset property

    +

    Parameters

    • args: {
          creator: Account;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
          propertyKey: string;
          propertyType: "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY";
          propertyValue: PropertyValue;
      }
      • creator: Account
      • digitalAssetAddress: AccountAddressInput

        The digital asset address

        +
      • Optional digitalAssetType?: `${string}::${string}::${string}`
      • Optional options?: InputGenerateTransactionOptions
      • propertyKey: string

        The property key for storing on-chain properties

        +
      • propertyType: "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY"

        The type of property value

        +
      • propertyValue: PropertyValue

        The property value to be stored on-chain

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +

    Example

    const transaction = await aptos.addDigitalAssetPropertyTransaction({
    creator: alice,
    propertyKey: "newKey",
    propertyType: "BOOLEAN",
    propertyValue: true,
    digitalAssetAddress: "0x123",
    }); +
    +
  • Add a typed digital asset property

    +

    Parameters

    • args: {
          creator: Account;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
          propertyKey: string;
          propertyType: "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY";
          propertyValue: PropertyValue;
      }
      • creator: Account
      • digitalAssetAddress: AccountAddressInput

        The digital asset address

        +
      • Optional digitalAssetType?: `${string}::${string}::${string}`
      • Optional options?: InputGenerateTransactionOptions
      • propertyKey: string

        The property key for storing on-chain properties

        +
      • propertyType: "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY"

        The type of property value

        +
      • propertyValue: PropertyValue

        The property value to be stored on-chain

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +

    Example

    const transaction = await aptos.addDigitalAssetTypedPropertyTransaction({
    creator: alice,
    propertyKey: "typedKey",
    propertyType: "STRING",
    propertyValue: "hello",
    digitalAssetAddress: "0x123",
    }); +
    +
  • Parameters

    Returns Promise<void>

    void. Throws if any error

    +

    Deprecated

    Prefer to use aptos.transaction.batch.forSingleAccount()

    +

    Batch transactions for a single account.

    +

    This function uses a transaction worker that receives payloads to be processed +and submitted to chain. +Note that this process is best for submitting multiple transactions that +dont rely on each other, i.e batch funds, batch token mints, etc.

    +

    If any worker failure, the functions throws an error.

    +
  • Creates a new collection within the specified account

    +

    Parameters

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that when submitted will create the collection.

    +

    Example

    const transaction = await aptos.createCollectionTransaction({
    creator: alice,
    description: "collectionDescription",
    name: "collectionName",
    uri: "collection-uri.com",
    }); +
    +
  • Derives an account by providing a private key. +This functions resolves the provided private key type and derives the public key from it.

    +

    If the privateKey is a Secp256k1 type, it derives the account using the derived public key and +auth key using the SingleKey scheme locally.

    +

    If the privateKey is a ED25519 type, it looks up the authentication key on chain, and uses it to resolve +whether it is a Legacy ED25519 key or a Unified ED25519 key. It then derives the account based +on that.

    +

    Parameters

    Returns Promise<Account>

    Account type

    +

    Example

    const account = await aptos.deriveAccountFromPrivateKey({privateKey:new Ed25519PrivateKey("0x123")})
    +
    +
  • Queries the account's APT amount

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
      }
      • accountAddress: AccountAddressInput

        The account address we want to get the total count for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<number>

    Current amount of account's APT

    +

    Example

    const accountAPTAmount = await aptos.getAccountAPTAmount({accountAddress:"0x123"})
    +
    +
  • Queries the account's coin amount by the coin type

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          coinType: `${string}::${string}::${string}`;
          minimumLedgerVersion?: AnyNumber;
      }
      • accountAddress: AccountAddressInput

        The account address we want to get the total count for

        +
      • coinType: `${string}::${string}::${string}`

        The coin type to query

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<number>

    Current amount of account's coin

    +

    Example

    const accountCoinAmount = await aptos.getAccountCoinAmount({accountAddress:"0x123", coinType:"0x1::aptos_coin::AptosCoin"})
    +
    +
  • Queries the current count of an account's coins aggregated

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
      }
      • accountAddress: AccountAddressInput

        The account address we want to get the total count for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<number>

    Current count of the aggregated count of all account's coins

    +

    Example

    const accountCoinsCount = await aptos.getAccountCoinsCount({accountAddress:"0x123"})
    +
    +
  • Queries an account's coins data

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & OrderByArg<{
              amount: any;
              asset_type: string;
              is_frozen: boolean;
              is_primary: boolean;
              last_transaction_timestamp: any;
              last_transaction_version: any;
              metadata?: null | {
                  asset_type: string;
                  creator_address: string;
                  decimals: number;
                  icon_uri?: null | string;
                  last_transaction_timestamp: any;
                  last_transaction_version: any;
                  name: string;
                  project_uri?: null | string;
                  supply_aggregator_table_handle_v1?: null | string;
                  supply_aggregator_table_key_v1?: null | string;
                  symbol: string;
                  token_standard: string;
              };
              owner_address: string;
              storage_id: string;
              token_standard: string;
          }> & WhereArg<CurrentFungibleAssetBalancesBoolExp>;
      }
      • accountAddress: AccountAddressInput

        The account address we want to get the coins data for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: PaginationArgs & OrderByArg<{
            amount: any;
            asset_type: string;
            is_frozen: boolean;
            is_primary: boolean;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            metadata?: null | {
                asset_type: string;
                creator_address: string;
                decimals: number;
                icon_uri?: null | string;
                last_transaction_timestamp: any;
                last_transaction_version: any;
                name: string;
                project_uri?: null | string;
                supply_aggregator_table_handle_v1?: null | string;
                supply_aggregator_table_key_v1?: null | string;
                symbol: string;
                token_standard: string;
            };
            owner_address: string;
            storage_id: string;
            token_standard: string;
        }> & WhereArg<CurrentFungibleAssetBalancesBoolExp>

    Returns Promise<{
        amount: any;
        asset_type: string;
        is_frozen: boolean;
        is_primary: boolean;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        metadata?: null | {
            asset_type: string;
            creator_address: string;
            decimals: number;
            icon_uri?: null | string;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            name: string;
            project_uri?: null | string;
            supply_aggregator_table_handle_v1?: null | string;
            supply_aggregator_table_key_v1?: null | string;
            symbol: string;
            token_standard: string;
        };
        owner_address: string;
        storage_id: string;
        token_standard: string;
    }[]>

    Array with the coins data

    +

    Example

    const accountCoinsData = await aptos.getAccountCoinsData({accountAddress:"0x123"})
    +
    +
  • Queries for all collections that an account currently has tokens for.

    +

    This query returns all tokens (v1 and v2 standards) an account owns, including NFTs, fungible, soulbound, etc. +If you want to get only the token from a specific standard, you can pass an optional tokenStandard param

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
          options?: TokenStandardArg & PaginationArgs & OrderByArg<{
              collection_id?: null | string;
              collection_name?: null | string;
              collection_uri?: null | string;
              creator_address?: null | string;
              current_collection?: null | {
                  collection_id: string;
                  collection_name: string;
                  creator_address: string;
                  current_supply: any;
                  description: string;
                  last_transaction_timestamp: any;
                  last_transaction_version: any;
                  max_supply?: any;
                  mutable_description?: null | boolean;
                  mutable_uri?: null | boolean;
                  table_handle_v1?: null | string;
                  token_standard: string;
                  total_minted_v2?: any;
                  uri: string;
              };
              distinct_tokens?: any;
              last_transaction_version?: any;
              owner_address?: null | string;
              single_token_uri?: null | string;
          }>;
      }
      • accountAddress: AccountAddressInput

        The account address we want to get the collections for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: TokenStandardArg & PaginationArgs & OrderByArg<{
            collection_id?: null | string;
            collection_name?: null | string;
            collection_uri?: null | string;
            creator_address?: null | string;
            current_collection?: null | {
                collection_id: string;
                collection_name: string;
                creator_address: string;
                current_supply: any;
                description: string;
                last_transaction_timestamp: any;
                last_transaction_version: any;
                max_supply?: any;
                mutable_description?: null | boolean;
                mutable_uri?: null | boolean;
                table_handle_v1?: null | string;
                token_standard: string;
                total_minted_v2?: any;
                uri: string;
            };
            distinct_tokens?: any;
            last_transaction_version?: any;
            owner_address?: null | string;
            single_token_uri?: null | string;
        }>

    Returns Promise<{
        collection_id?: null | string;
        collection_name?: null | string;
        collection_uri?: null | string;
        creator_address?: null | string;
        current_collection?: null | {
            collection_id: string;
            collection_name: string;
            creator_address: string;
            current_supply: any;
            description: string;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            max_supply?: any;
            mutable_description?: null | boolean;
            mutable_uri?: null | boolean;
            table_handle_v1?: null | string;
            token_standard: string;
            total_minted_v2?: any;
            uri: string;
        };
        distinct_tokens?: any;
        last_transaction_version?: any;
        owner_address?: null | string;
        single_token_uri?: null | string;
    }[]>

    Collections array with the collections data

    +

    Example

    const accountCollectionsWithOwnedTokens = await aptos.getAccountCollectionsWithOwnedTokens({accountAddress:"0x123"})
    +
    +
  • Fetches all top level domain names for an account

    +

    Parameters

    • args: GetAccountDomainsArgs

    Returns Promise<{
        domain?: null | string;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        token_standard?: null | string;
    }[]>

    a promise of an array of ANSName

    +
  • Get events by creation number and an account address

    +

    Parameters

    Returns Promise<{
        account_address: string;
        creation_number: any;
        data: any;
        event_index: any;
        indexed_type: string;
        sequence_number: any;
        transaction_block_height: any;
        transaction_version: any;
        type: string;
    }[]>

    Promise

    +

    Example

    const events = await aptos.getAccountEventsByCreationNumber({accountAddress:"0x123",creationNumber: 0})
    +
    +
  • Get events by event type and an account address

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          eventType: `${string}::${string}::${string}`;
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & OrderByArg<{
              account_address: string;
              creation_number: any;
              data: any;
              event_index: any;
              indexed_type: string;
              sequence_number: any;
              transaction_block_height: any;
              transaction_version: any;
              type: string;
          }>;
      }
      • accountAddress: AccountAddressInput

        The account address

        +
      • eventType: `${string}::${string}::${string}`

        The event type

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: PaginationArgs & OrderByArg<{
            account_address: string;
            creation_number: any;
            data: any;
            event_index: any;
            indexed_type: string;
            sequence_number: any;
            transaction_block_height: any;
            transaction_version: any;
            type: string;
        }>

    Returns Promise<{
        account_address: string;
        creation_number: any;
        data: any;
        event_index: any;
        indexed_type: string;
        sequence_number: any;
        transaction_block_height: any;
        transaction_version: any;
        type: string;
    }[]>

    Promise

    +

    Example

    const events = await aptos.getAccountEventsByEventType({accountAddress:"0x123",eventType: "0x1::transaction_fee::FeeStatement"})
    +
    +
  • Queries the current state for an Aptos account given its account address

    +

    Parameters

    Returns Promise<AccountData>

    The account data

    +

    Example: An example of the returned account

    {
    sequence_number: "1",
    authentication_key: "0x5307b5f4bc67829097a8ba9b43dba3b88261eeccd1f709d9bde240fc100fbb69"
    } +
    +
  • Queries for a specific account module given account address and module name

    +

    Parameters

    Returns Promise<MoveModuleBytecode>

    Account module

    +

    Example

    const module = await aptos.getAccountModule({accountAddress:"0x456"}) +// An example of an account module response

    +
    {
    bytecode: "0xa11ceb0b0600000006010002030206050807070f0d081c200",
    abi: { address: "0x1" }
    } +
    +
  • Fetches all names for an account (both top level domains and subdomains)

    +

    Parameters

    • args: GetAccountNamesArgs

    Returns Promise<{
        domain?: null | string;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        token_standard?: null | string;
    }[]>

    a promise of an array of ANSName

    +
  • Queries an account's owned objects

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & OrderByArg<{
              allow_ungated_transfer: boolean;
              is_deleted: boolean;
              last_guid_creation_num: any;
              last_transaction_version: any;
              object_address: string;
              owner_address: string;
              state_key_hash: string;
          }>;
      }
      • accountAddress: AccountAddressInput

        The account address we want to get the objects for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: PaginationArgs & OrderByArg<{
            allow_ungated_transfer: boolean;
            is_deleted: boolean;
            last_guid_creation_num: any;
            last_transaction_version: any;
            object_address: string;
            owner_address: string;
            state_key_hash: string;
        }>

    Returns Promise<{
        allow_ungated_transfer: boolean;
        is_deleted: boolean;
        last_guid_creation_num: any;
        last_transaction_version: any;
        object_address: string;
        owner_address: string;
        state_key_hash: string;
    }[]>

    Objects array with the object data

    +

    Example

    const accountOwnedObjects = await aptos.getAccountOwnedObjects({accountAddress:"0x123"})
    +
    +
  • Queries the account's current owned tokens.

    +

    This query returns all tokens (v1 and v2 standards) an account owns, including NFTs, fungible, soulbound, etc. +If you want to get only the token from a specific standard, you can pass an optional tokenStandard param

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
          options?: TokenStandardArg & PaginationArgs & OrderByArg<{
              amount: any;
              current_token_data?: null | {
                  collection_id: string;
                  current_collection?: null | {
                      collection_id: string;
                      collection_name: string;
                      creator_address: string;
                      current_supply: any;
                      description: string;
                      last_transaction_timestamp: any;
                      last_transaction_version: any;
                      max_supply?: any;
                      mutable_description?: null | boolean;
                      mutable_uri?: null | boolean;
                      table_handle_v1?: null | string;
                      token_standard: string;
                      total_minted_v2?: any;
                      uri: string;
                  };
                  decimals: any;
                  description: string;
                  is_fungible_v2?: null | boolean;
                  largest_property_version_v1?: any;
                  last_transaction_timestamp: any;
                  last_transaction_version: any;
                  maximum?: any;
                  supply: any;
                  token_data_id: string;
                  token_name: string;
                  token_properties: any;
                  token_standard: string;
                  token_uri: string;
              };
              is_fungible_v2?: null | boolean;
              is_soulbound_v2?: null | boolean;
              last_transaction_timestamp: any;
              last_transaction_version: any;
              owner_address: string;
              property_version_v1: any;
              storage_id: string;
              table_type_v1?: null | string;
              token_data_id: string;
              token_properties_mutated_v1?: any;
              token_standard: string;
          }>;
      }
      • accountAddress: AccountAddressInput

        The account address we want to get the tokens for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: TokenStandardArg & PaginationArgs & OrderByArg<{
            amount: any;
            current_token_data?: null | {
                collection_id: string;
                current_collection?: null | {
                    collection_id: string;
                    collection_name: string;
                    creator_address: string;
                    current_supply: any;
                    description: string;
                    last_transaction_timestamp: any;
                    last_transaction_version: any;
                    max_supply?: any;
                    mutable_description?: null | boolean;
                    mutable_uri?: null | boolean;
                    table_handle_v1?: null | string;
                    token_standard: string;
                    total_minted_v2?: any;
                    uri: string;
                };
                decimals: any;
                description: string;
                is_fungible_v2?: null | boolean;
                largest_property_version_v1?: any;
                last_transaction_timestamp: any;
                last_transaction_version: any;
                maximum?: any;
                supply: any;
                token_data_id: string;
                token_name: string;
                token_properties: any;
                token_standard: string;
                token_uri: string;
            };
            is_fungible_v2?: null | boolean;
            is_soulbound_v2?: null | boolean;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            owner_address: string;
            property_version_v1: any;
            storage_id: string;
            table_type_v1?: null | string;
            token_data_id: string;
            token_properties_mutated_v1?: any;
            token_standard: string;
        }>

    Returns Promise<{
        amount: any;
        current_token_data?: null | {
            collection_id: string;
            current_collection?: null | {
                collection_id: string;
                collection_name: string;
                creator_address: string;
                current_supply: any;
                description: string;
                last_transaction_timestamp: any;
                last_transaction_version: any;
                max_supply?: any;
                mutable_description?: null | boolean;
                mutable_uri?: null | boolean;
                table_handle_v1?: null | string;
                token_standard: string;
                total_minted_v2?: any;
                uri: string;
            };
            decimals: any;
            description: string;
            is_fungible_v2?: null | boolean;
            largest_property_version_v1?: any;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            maximum?: any;
            supply: any;
            token_data_id: string;
            token_name: string;
            token_properties: any;
            token_standard: string;
            token_uri: string;
        };
        is_fungible_v2?: null | boolean;
        is_soulbound_v2?: null | boolean;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        owner_address: string;
        property_version_v1: any;
        storage_id: string;
        table_type_v1?: null | string;
        token_data_id: string;
        token_properties_mutated_v1?: any;
        token_standard: string;
    }[]>

    Tokens array with the token data

    +

    Example

    const accountOwnedTokens = await aptos.getAccountOwnedTokens({accountAddress:"0x456"})
    +
    +
  • Queries all current tokens of a specific collection that an account owns by the collection address

    +

    This query returns all tokens (v1 and v2 standards) an account owns, including NFTs, fungible, soulbound, etc. +If you want to get only the token from a specific standard, you can pass an optional tokenStandard param

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          collectionAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
          options?: TokenStandardArg & PaginationArgs & OrderByArg<{
              amount: any;
              current_token_data?: null | {
                  collection_id: string;
                  current_collection?: null | {
                      collection_id: string;
                      collection_name: string;
                      creator_address: string;
                      current_supply: any;
                      description: string;
                      last_transaction_timestamp: any;
                      last_transaction_version: any;
                      max_supply?: any;
                      mutable_description?: null | boolean;
                      mutable_uri?: null | boolean;
                      table_handle_v1?: null | string;
                      token_standard: string;
                      total_minted_v2?: any;
                      uri: string;
                  };
                  decimals: any;
                  description: string;
                  is_fungible_v2?: null | boolean;
                  largest_property_version_v1?: any;
                  last_transaction_timestamp: any;
                  last_transaction_version: any;
                  maximum?: any;
                  supply: any;
                  token_data_id: string;
                  token_name: string;
                  token_properties: any;
                  token_standard: string;
                  token_uri: string;
              };
              is_fungible_v2?: null | boolean;
              is_soulbound_v2?: null | boolean;
              last_transaction_timestamp: any;
              last_transaction_version: any;
              owner_address: string;
              property_version_v1: any;
              storage_id: string;
              table_type_v1?: null | string;
              token_data_id: string;
              token_properties_mutated_v1?: any;
              token_standard: string;
          }>;
      }
      • accountAddress: AccountAddressInput

        The account address we want to get the tokens for

        +
      • collectionAddress: AccountAddressInput

        The address of the collection being queried

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: TokenStandardArg & PaginationArgs & OrderByArg<{
            amount: any;
            current_token_data?: null | {
                collection_id: string;
                current_collection?: null | {
                    collection_id: string;
                    collection_name: string;
                    creator_address: string;
                    current_supply: any;
                    description: string;
                    last_transaction_timestamp: any;
                    last_transaction_version: any;
                    max_supply?: any;
                    mutable_description?: null | boolean;
                    mutable_uri?: null | boolean;
                    table_handle_v1?: null | string;
                    token_standard: string;
                    total_minted_v2?: any;
                    uri: string;
                };
                decimals: any;
                description: string;
                is_fungible_v2?: null | boolean;
                largest_property_version_v1?: any;
                last_transaction_timestamp: any;
                last_transaction_version: any;
                maximum?: any;
                supply: any;
                token_data_id: string;
                token_name: string;
                token_properties: any;
                token_standard: string;
                token_uri: string;
            };
            is_fungible_v2?: null | boolean;
            is_soulbound_v2?: null | boolean;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            owner_address: string;
            property_version_v1: any;
            storage_id: string;
            table_type_v1?: null | string;
            token_data_id: string;
            token_properties_mutated_v1?: any;
            token_standard: string;
        }>

    Returns Promise<{
        amount: any;
        current_token_data?: null | {
            collection_id: string;
            current_collection?: null | {
                collection_id: string;
                collection_name: string;
                creator_address: string;
                current_supply: any;
                description: string;
                last_transaction_timestamp: any;
                last_transaction_version: any;
                max_supply?: any;
                mutable_description?: null | boolean;
                mutable_uri?: null | boolean;
                table_handle_v1?: null | string;
                token_standard: string;
                total_minted_v2?: any;
                uri: string;
            };
            decimals: any;
            description: string;
            is_fungible_v2?: null | boolean;
            largest_property_version_v1?: any;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            maximum?: any;
            supply: any;
            token_data_id: string;
            token_name: string;
            token_properties: any;
            token_standard: string;
            token_uri: string;
        };
        is_fungible_v2?: null | boolean;
        is_soulbound_v2?: null | boolean;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        owner_address: string;
        property_version_v1: any;
        storage_id: string;
        table_type_v1?: null | string;
        token_data_id: string;
        token_properties_mutated_v1?: any;
        token_standard: string;
    }[]>

    Tokens array with the token data

    +

    Example

    const accountOwnedTokens = await aptos.getAccountOwnedTokensFromCollectionAddress({accountAddress:"0x123", collectionAddress:"0x456"})
    +
    +
  • Queries a specific account resource given account address and resource type. Note that the default is any in order +to allow for ease of accessing properties of the object.

    +

    Type Parameters

    • T extends {} = any

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          options?: LedgerVersionArg;
          resourceType: `${string}::${string}::${string}`;
      }
      • accountAddress: AccountAddressInput

        Aptos account address

        +
      • Optional options?: LedgerVersionArg
      • resourceType: `${string}::${string}::${string}`

        String representation of an on-chain Move struct type, i.e "0x1::aptos_coin::AptosCoin"

        +

    Returns Promise<T>

    Account resource

    +

    Example

    const resource = await aptos.getAccountResource({accountAddress:"0x456"})
    +
    +
  • Fetches all subdomains names for an account

    +

    Parameters

    • args: GetAccountSubdomainsArgs

    Returns Promise<{
        domain?: null | string;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        token_standard?: null | string;
    }[]>

    a promise of an array of ANSName

    +
  • Queries the current count of tokens owned by an account

    +

    Parameters

    Returns Promise<number>

    Current count of tokens owned by the account

    +

    Example

    const tokensCount = await aptos.getAccountTokensCount({accountAddress:"0x456"})
    +
    +
  • Queries the current count of transactions submitted by an account

    +

    Parameters

    • args: {
          accountAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
      }
      • accountAddress: AccountAddressInput

        The account address we want to get the total count for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<number>

    Current count of transactions made by an account

    +

    Example

    const accountTransactionsCount = await aptos.getAccountTransactionsCount({accountAddress:"0x123"})
    +
    +
  • Get block by block height

    +

    Parameters

    • args: {
          blockHeight: AnyNumber;
          options?: {
              withTransactions?: boolean;
          };
      }
      • blockHeight: AnyNumber

        Block height to lookup. Starts at 0

        +
      • Optional options?: {
            withTransactions?: boolean;
        }
        • Optional withTransactions?: boolean

    Returns Promise<Block>

    Block with optional transactions

    +

    Example

    const block = await aptos.getBlockByVersion({blockHeight:5})
    +
    +
  • Queries for block by transaction version

    +

    Parameters

    • args: {
          ledgerVersion: AnyNumber;
          options?: {
              withTransactions?: boolean;
          };
      }
      • ledgerVersion: AnyNumber

        Ledger version to lookup block information for

        +
      • Optional options?: {
            withTransactions?: boolean;
        }
        • Optional withTransactions?: boolean

    Returns Promise<Block>

    Block information with optional transactions

    +

    Example

    const block = await aptos.getBlockByVersion({ledgerVersion:5})
    +
    +
  • Queries for the chain id

    +

    Returns Promise<number>

    The chain id

    +

    Example

    const chainId = await aptos.getChainId()
    +
    +
  • Queries top user transactions

    +

    Parameters

    • args: {
          limit: number;
      }
      • limit: number

        The number of transactions to return

        +

    Returns Promise<{
        version: any;
    }[]>

    GetChainTopUserTransactionsResponse

    +

    Example

    const topUserTransactions = await aptos.getChainTopUserTransactions({limit:5})
    +
    +
  • Queries data of a specific collection by the collection creator address and the collection name.

    +

    If, for some reason, a creator account has 2 collections with the same name in v1 and v2, +can pass an optional tokenStandard parameter to query a specific standard

    +

    Parameters

    Returns Promise<{
        collection_id: string;
        collection_name: string;
        creator_address: string;
        current_supply: any;
        description: string;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        max_supply?: any;
        mutable_description?: null | boolean;
        mutable_uri?: null | boolean;
        table_handle_v1?: null | string;
        token_standard: string;
        total_minted_v2?: any;
        uri: string;
    }>

    GetCollectionDataResponse response type

    +

    Example

    const collection = await aptos.getCollectionData({creatorAddress:"0x123",collectionName:"myCollection"})
    +
    +
  • Queries data of a specific collection by the collection ID.

    +

    Parameters

    • args: {
          collectionId: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
      }
      • collectionId: AccountAddressInput

        the ID of the collection, it's the same thing as the address of the collection object

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<{
        collection_id: string;
        collection_name: string;
        creator_address: string;
        current_supply: any;
        description: string;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        max_supply?: any;
        mutable_description?: null | boolean;
        mutable_uri?: null | boolean;
        table_handle_v1?: null | string;
        token_standard: string;
        total_minted_v2?: any;
        uri: string;
    }>

    GetCollectionDataResponse response type

    +

    Example

    const collection = await aptos.getCollectionDataByCollectionId({collectionId:"0x123"})
    +
    +
  • Queries a collection's ID.

    +

    This is the same as the collection's object address in V2, but V1 does +not use objects, and does not have an address

    +

    Parameters

    Returns Promise<string>

    the collection id

    +

    Example

    const collection = await aptos.getCollectionId({creatorAddress:"0x123",collectionName:"myCollection"})
    +
    +
  • Gets digital asset ownership data given the address of a digital asset.

    +

    Parameters

    Returns Promise<{
        amount: any;
        current_token_data?: null | {
            collection_id: string;
            current_collection?: null | {
                collection_id: string;
                collection_name: string;
                creator_address: string;
                current_supply: any;
                description: string;
                last_transaction_timestamp: any;
                last_transaction_version: any;
                max_supply?: any;
                mutable_description?: null | boolean;
                mutable_uri?: null | boolean;
                table_handle_v1?: null | string;
                token_standard: string;
                total_minted_v2?: any;
                uri: string;
            };
            decimals: any;
            description: string;
            is_fungible_v2?: null | boolean;
            largest_property_version_v1?: any;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            maximum?: any;
            supply: any;
            token_data_id: string;
            token_name: string;
            token_properties: any;
            token_standard: string;
            token_uri: string;
        };
        is_fungible_v2?: null | boolean;
        is_soulbound_v2?: null | boolean;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        owner_address: string;
        property_version_v1: any;
        storage_id: string;
        table_type_v1?: null | string;
        token_data_id: string;
        token_properties_mutated_v1?: any;
        token_standard: string;
    }>

    GetCurrentTokenOwnershipResponse containing relevant ownership data of the digital asset.

    +

    Example

    const digitalAssetOwner = await aptos.getCurrentDigitalAssetOwnership({digitalAssetAddress:"0x123"})
    +
    +
  • Queries all fungible asset balances

    +

    Parameters

    • Optional args: {
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & WhereArg<CurrentFungibleAssetBalancesBoolExp>;
      }
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: PaginationArgs & WhereArg<CurrentFungibleAssetBalancesBoolExp>

        Optional configuration for pagination and filtering

        +

    Returns Promise<{
        amount: any;
        asset_type: string;
        is_frozen: boolean;
        is_primary: boolean;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        owner_address: string;
        storage_id: string;
        token_standard: string;
    }[]>

    A list of fungible asset metadata

    +

    Example

    const fungibleAssetBalances = await aptos.getCurrentFungibleAssetBalances()
    +
    +
  • Queries delegated staking activities

    +

    Parameters

    Returns Promise<{
        amount: any;
        delegator_address: string;
        event_index: any;
        event_type: string;
        pool_address: string;
        transaction_version: any;
    }[]>

    GetDelegatedStakingActivitiesResponse response type

    +

    Example

    const delegators = await aptos.getDelegatedStakingActivities({delegatorAddress:"0x123",poolAddress:"0x456"})
    +
    +
  • Gets the activity data given the address of a digital asset.

    +

    Parameters

    • args: {
          digitalAssetAddress: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & OrderByArg<{
              after_value?: null | string;
              before_value?: null | string;
              entry_function_id_str?: null | string;
              event_account_address: string;
              event_index: any;
              from_address?: null | string;
              is_fungible_v2?: null | boolean;
              property_version_v1: any;
              to_address?: null | string;
              token_amount: any;
              token_data_id: string;
              token_standard: string;
              transaction_timestamp: any;
              transaction_version: any;
              type: string;
          }>;
      }
      • digitalAssetAddress: AccountAddressInput
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: PaginationArgs & OrderByArg<{
            after_value?: null | string;
            before_value?: null | string;
            entry_function_id_str?: null | string;
            event_account_address: string;
            event_index: any;
            from_address?: null | string;
            is_fungible_v2?: null | boolean;
            property_version_v1: any;
            to_address?: null | string;
            token_amount: any;
            token_data_id: string;
            token_standard: string;
            transaction_timestamp: any;
            transaction_version: any;
            type: string;
        }>

    Returns Promise<{
        after_value?: null | string;
        before_value?: null | string;
        entry_function_id_str?: null | string;
        event_account_address: string;
        event_index: any;
        from_address?: null | string;
        is_fungible_v2?: null | boolean;
        property_version_v1: any;
        to_address?: null | string;
        token_amount: any;
        token_data_id: string;
        token_standard: string;
        transaction_timestamp: any;
        transaction_version: any;
        type: string;
    }[]>

    GetTokenActivityResponse containing relevant activity data to the digital asset.

    +

    Example

    const digitalAssetActivity = await aptos.getDigitalAssetActivity({digitalAssetAddress:"0x123"})
    +
    +
  • Gets digital asset data given the address of a digital asset.

    +

    Parameters

    Returns Promise<{
        collection_id: string;
        current_collection?: null | {
            collection_id: string;
            collection_name: string;
            creator_address: string;
            current_supply: any;
            description: string;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            max_supply?: any;
            mutable_description?: null | boolean;
            mutable_uri?: null | boolean;
            table_handle_v1?: null | string;
            token_standard: string;
            total_minted_v2?: any;
            uri: string;
        };
        decimals: any;
        description: string;
        is_fungible_v2?: null | boolean;
        largest_property_version_v1?: any;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        maximum?: any;
        supply: any;
        token_data_id: string;
        token_name: string;
        token_properties: any;
        token_standard: string;
        token_uri: string;
    }>

    GetTokenDataResponse containing relevant data to the digital asset.

    +

    Example

    const digitalAsset = await aptos.getDigitalAssetData({digitalAssetAddress:"0x123"})
    +
    +
  • Fetches all subdomains names for a given domain. Note, this will not return the domain itself.

    +

    Parameters

    • args: GetDomainSubdomainsArgs

    Returns Promise<{
        domain?: null | string;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        token_standard?: null | string;
    }[]>

    a promise of an array of ANSName

    +
  • Get all events

    +

    An optional where can be passed in to filter out the response.

    +

    Parameters

    • Optional args: {
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & OrderByArg<{
              account_address: string;
              creation_number: any;
              data: any;
              event_index: any;
              indexed_type: string;
              sequence_number: any;
              transaction_block_height: any;
              transaction_version: any;
              type: string;
          }> & WhereArg<EventsBoolExp>;
      }
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: PaginationArgs & OrderByArg<{
            account_address: string;
            creation_number: any;
            data: any;
            event_index: any;
            indexed_type: string;
            sequence_number: any;
            transaction_block_height: any;
            transaction_version: any;
            type: string;
        }> & WhereArg<EventsBoolExp>

    Returns Promise<{
        account_address: string;
        creation_number: any;
        data: any;
        event_index: any;
        indexed_type: string;
        sequence_number: any;
        transaction_block_height: any;
        transaction_version: any;
        type: string;
    }[]>

    GetEventsQuery response type

    +

    Example

    const events = await aptos.getEvents()
    // with filtering
    const events = await aptos.getEvents({options: { where: { account_address: { _eq: "0x123" } } }}); +
    +
  • Retrieve the expiration time of a domain name or subdomain name from the contract.

    +

    Parameters

    • args: {
          name: string;
      }
      • name: string

        A string of the name to retrieve

        +

    Returns Promise<undefined | number>

    number as a unix timestamp in milliseconds.

    +

    Example

    // Will return the expiration of "test.aptos.apt" or undefined
    const exp = await aptos.getExpiration({name: "test.aptos"})
    // new Date(exp) would give you the date in question: 2021-01-01T00:00:00.000Z +
    +
  • Queries all fungible asset activities

    +

    Parameters

    • Optional args: {
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & WhereArg<FungibleAssetActivitiesBoolExp>;
      }
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: PaginationArgs & WhereArg<FungibleAssetActivitiesBoolExp>

        Optional configuration for pagination and filtering

        +

    Returns Promise<{
        amount?: any;
        asset_type: string;
        block_height: any;
        entry_function_id_str?: null | string;
        event_index: any;
        gas_fee_payer_address?: null | string;
        is_frozen?: null | boolean;
        is_gas_fee: boolean;
        is_transaction_success: boolean;
        owner_address: string;
        storage_id: string;
        storage_refund_amount: any;
        token_standard: string;
        transaction_timestamp: any;
        transaction_version: any;
        type: string;
    }[]>

    A list of fungible asset metadata

    +

    Example

    const fungibleAssetActivities = await aptos.getFungibleAssetActivities()
    +
    +
  • Queries all fungible asset metadata.

    +

    Parameters

    • Optional args: {
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & WhereArg<FungibleAssetMetadataBoolExp>;
      }
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: PaginationArgs & WhereArg<FungibleAssetMetadataBoolExp>

        Optional configuration for pagination and filtering

        +

    Returns Promise<{
        asset_type: string;
        creator_address: string;
        decimals: number;
        icon_uri?: null | string;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        name: string;
        project_uri?: null | string;
        supply_aggregator_table_handle_v1?: null | string;
        supply_aggregator_table_key_v1?: null | string;
        symbol: string;
        token_standard: string;
    }[]>

    A list of fungible asset metadata

    +

    Example

    const fungibleAsset = await aptos.getFungibleAssetMetadata()
    +
    +
  • Queries a fungible asset metadata

    +

    This query returns the fungible asset metadata for a specific fungible asset.

    +

    Parameters

    • args: {
          assetType: string;
          minimumLedgerVersion?: AnyNumber;
      }
      • assetType: string

        The asset type of the fungible asset. +e.g +"0x1::aptos_coin::AptosCoin" for Aptos Coin +"0xc2948283c2ce03aafbb294821de7ee684b06116bb378ab614fa2de07a99355a8" - address format if this is fungible asset

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<{
        asset_type: string;
        creator_address: string;
        decimals: number;
        icon_uri?: null | string;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        name: string;
        project_uri?: null | string;
        supply_aggregator_table_handle_v1?: null | string;
        supply_aggregator_table_key_v1?: null | string;
        symbol: string;
        token_standard: string;
    }>

    A fungible asset metadata item

    +

    Example

    const fungibleAsset = await aptos.getFungibleAssetMetadataByAssetType({assetType:"0x123::test_coin::TestCoin"})
    +
    +
  • Queries for the last successful indexer version

    +

    This is useful to tell what ledger version the indexer is updated to, as it can be behind the full nodes.

    +

    Returns Promise<bigint>

    Example

    const version = await aptos.getIndexerLastSuccessVersion()
    +
    +
  • Queries for the Aptos ledger info

    +

    Returns Promise<LedgerInfo>

    Aptos Ledger Info

    +

    Example

    const ledgerInfo = await aptos.getLedgerInfo() +// an example of the returned data

    +
    {
    "chain_id": 4,
    "epoch": "8",
    "ledger_version": "714",
    "oldest_ledger_version": "0",
    "ledger_timestamp": "1694695496521775",
    "node_role": "validator",
    "oldest_block_height": "0",
    "block_height": "359",
    "git_hash": "c82193f36f4e185fed9f68c4ad21f6c6dd390c6e"
    } +
    +
  • Get module events by event type

    +

    Parameters

    • args: {
          eventType: `${string}::${string}::${string}`;
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & OrderByArg<{
              account_address: string;
              creation_number: any;
              data: any;
              event_index: any;
              indexed_type: string;
              sequence_number: any;
              transaction_block_height: any;
              transaction_version: any;
              type: string;
          }>;
      }
      • eventType: `${string}::${string}::${string}`

        The event type

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: PaginationArgs & OrderByArg<{
            account_address: string;
            creation_number: any;
            data: any;
            event_index: any;
            indexed_type: string;
            sequence_number: any;
            transaction_block_height: any;
            transaction_version: any;
            type: string;
        }>

    Returns Promise<{
        account_address: string;
        creation_number: any;
        data: any;
        event_index: any;
        indexed_type: string;
        sequence_number: any;
        transaction_block_height: any;
        transaction_version: any;
        type: string;
    }[]>

    Promise

    +

    Example

    const events = await aptos.getModuleEventsByEventType({eventType:"0x1::transaction_fee::FeeStatement"})
    +
    +
  • Fetches a single name from the indexer

    +

    Parameters

    • args: {
          name: string;
      }
      • name: string

        A string of the name to retrieve, e.g. "test.aptos.apt" +or "test.apt" or "test". Can be inclusive or exclusive of the .apt suffix. +Can be a subdomain.

        +

    Returns Promise<undefined | {
        domain?: null | string;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        token_standard?: null | string;
    }>

    A promise of an ANSName or undefined

    +
  • Queries current number of delegators in a pool. Throws an error if the pool is not found.

    +

    Parameters

    Returns Promise<number>

    The number of delegators for the given pool

    +

    Example

    const delegators = await aptos.getNumberOfDelegators({poolAddress:"0x123"})
    +
    +
  • Queries current number of delegators in a pool. Throws an error if the pool is not found.

    +

    Parameters

    • Optional args: {
          minimumLedgerVersion?: AnyNumber;
          options?: OrderByArg<{
              num_active_delegator?: any;
              pool_address?: null | string;
          }>;
      }
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: OrderByArg<{
            num_active_delegator?: any;
            pool_address?: null | string;
        }>

    Returns Promise<{
        num_active_delegator?: any;
        pool_address?: null | string;
    }[]>

    GetNumberOfDelegatorsForAllPoolsResponse response type

    +

    Example

    const delegators = await aptos.getNumberOfDelegatorsForAllPools()
    +
    +
  • Gets the digital assets that the given address owns.

    +

    Parameters

    • args: {
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & OrderByArg<{
              amount: any;
              current_token_data?: null | {
                  collection_id: string;
                  current_collection?: null | {
                      collection_id: string;
                      collection_name: string;
                      creator_address: string;
                      current_supply: any;
                      description: string;
                      last_transaction_timestamp: any;
                      last_transaction_version: any;
                      max_supply?: any;
                      mutable_description?: null | boolean;
                      mutable_uri?: null | boolean;
                      table_handle_v1?: null | string;
                      token_standard: string;
                      total_minted_v2?: any;
                      uri: string;
                  };
                  decimals: any;
                  description: string;
                  is_fungible_v2?: null | boolean;
                  largest_property_version_v1?: any;
                  last_transaction_timestamp: any;
                  last_transaction_version: any;
                  maximum?: any;
                  supply: any;
                  token_data_id: string;
                  token_name: string;
                  token_properties: any;
                  token_standard: string;
                  token_uri: string;
              };
              is_fungible_v2?: null | boolean;
              is_soulbound_v2?: null | boolean;
              last_transaction_timestamp: any;
              last_transaction_version: any;
              owner_address: string;
              property_version_v1: any;
              storage_id: string;
              table_type_v1?: null | string;
              token_data_id: string;
              token_properties_mutated_v1?: any;
              token_standard: string;
          }>;
          ownerAddress: AccountAddressInput;
      }
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +
      • Optional options?: PaginationArgs & OrderByArg<{
            amount: any;
            current_token_data?: null | {
                collection_id: string;
                current_collection?: null | {
                    collection_id: string;
                    collection_name: string;
                    creator_address: string;
                    current_supply: any;
                    description: string;
                    last_transaction_timestamp: any;
                    last_transaction_version: any;
                    max_supply?: any;
                    mutable_description?: null | boolean;
                    mutable_uri?: null | boolean;
                    table_handle_v1?: null | string;
                    token_standard: string;
                    total_minted_v2?: any;
                    uri: string;
                };
                decimals: any;
                description: string;
                is_fungible_v2?: null | boolean;
                largest_property_version_v1?: any;
                last_transaction_timestamp: any;
                last_transaction_version: any;
                maximum?: any;
                supply: any;
                token_data_id: string;
                token_name: string;
                token_properties: any;
                token_standard: string;
                token_uri: string;
            };
            is_fungible_v2?: null | boolean;
            is_soulbound_v2?: null | boolean;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            owner_address: string;
            property_version_v1: any;
            storage_id: string;
            table_type_v1?: null | string;
            token_data_id: string;
            token_properties_mutated_v1?: any;
            token_standard: string;
        }>
      • ownerAddress: AccountAddressInput

        The address of the owner

        +

    Returns Promise<{
        amount: any;
        current_token_data?: null | {
            collection_id: string;
            current_collection?: null | {
                collection_id: string;
                collection_name: string;
                creator_address: string;
                current_supply: any;
                description: string;
                last_transaction_timestamp: any;
                last_transaction_version: any;
                max_supply?: any;
                mutable_description?: null | boolean;
                mutable_uri?: null | boolean;
                table_handle_v1?: null | string;
                token_standard: string;
                total_minted_v2?: any;
                uri: string;
            };
            decimals: any;
            description: string;
            is_fungible_v2?: null | boolean;
            largest_property_version_v1?: any;
            last_transaction_timestamp: any;
            last_transaction_version: any;
            maximum?: any;
            supply: any;
            token_data_id: string;
            token_name: string;
            token_properties: any;
            token_standard: string;
            token_uri: string;
        };
        is_fungible_v2?: null | boolean;
        is_soulbound_v2?: null | boolean;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        owner_address: string;
        property_version_v1: any;
        storage_id: string;
        table_type_v1?: null | string;
        token_data_id: string;
        token_properties_mutated_v1?: any;
        token_standard: string;
    }[]>

    GetOwnedTokensResponse containing ownership data of the digital assets belonging to the ownerAddresss.

    +

    Example

    const digitalAssets = await aptos.getOwnedDigitalAssets({ownerAddress:"0x123"})
    +
    +
  • Retrieve the owner address of a domain name or subdomain name from the contract.

    +

    Parameters

    • args: {
          name: string;
      }
      • name: string

        A string of the name to retrieve

        +

    Returns Promise<undefined | AccountAddress>

    AccountAddress if the name is owned, undefined otherwise

    +

    Example

    // Will return the owner address of "test.aptos.apt" or undefined
    const owner = await aptos.getOwnerAddress({name: "test.aptos"})
    // owner = 0x123... +
    +
  • Retrieve the primary name for an account. An account can have +multiple names that target it, but only a single name that is primary. An +account also may not have a primary name.

    +

    Parameters

    Returns Promise<undefined | string>

    a string if the account has a primary name, undefined otherwise

    +

    Example

    const name = await aptos.getPrimaryName({address: alice.accountAddress})
    // name = test.aptos +
    +
  • Query the processor status for a specific processor type.

    +

    Parameters

    Returns Promise<{
        last_success_version: any;
        last_updated: any;
        processor: string;
    }>

    Example

    const status = await aptos.getProcessorStatus({processorType:"account_transactions_processor"})
    +
    +
  • Returns a signing message for a transaction.

    +

    This allows a user to sign a transaction using their own preferred signing method, and +then submit it to the network.

    +

    Parameters

    Returns Uint8Array

    Example

    const transaction = await aptos.transaction.build.simple({...})
    const message = await aptos.getSigningMessage({transaction}) +
    +
  • Queries for a table item for a table identified by the handle and the key for the item. +Key and value types need to be passed in to help with key serialization and value deserialization.

    +

    Type Parameters

    • T

    Parameters

    Returns Promise<T>

    Table item value rendered in JSON

    +

    Example

    https://api.devnet.aptoslabs.com/v1/accounts/0x1/resource/0x1::coin::CoinInfo%3C0x1::aptos_coin::AptosCoin%3E
    const tableItem = await aptos.getTableItem({
    handle: "0x123",
    data: {
    key_type: "address", // Move type of table key
    value_type: "u128", // Move type of table value
    key: "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935" // Value of table key
    },
    }) +
    +
  • Retrieve the target address of a domain or subdomain name. This is the +address the name points to for use on chain. Note, the target address can +point to addresses that are not the owner of the name

    +

    Parameters

    • args: {
          name: string;
      }
      • name: string

        A string of the name: primary, primary.apt, secondary.primary, secondary.primary.apt, etc.

        +

    Returns Promise<undefined | AccountAddress>

    AccountAddress if the name has a target, undefined otherwise

    +

    Example

    const targetAddr = await aptos.getTargetAddress({name: "test.aptos"})
    // targetAddr = 0x123... +
    +
  • Queries on-chain transaction by transaction hash. This function will return pending transactions.

    +

    Parameters

    • args: {
          transactionHash: HexInput;
      }
      • transactionHash: HexInput

        Transaction hash should be hex-encoded bytes string with 0x prefix.

        +

    Returns Promise<TransactionResponse>

    Transaction from mempool (pending) or on-chain (committed) transaction

    +

    Example

    const transaction = await aptos.getTransactionByHash({transactionHash:"0x123"})
    +
    +
  • Queries on-chain transaction by version. This function will not return pending transactions.

    +

    Parameters

    • args: {
          ledgerVersion: AnyNumber;
      }
      • ledgerVersion: AnyNumber

        Transaction version is an unsigned 64-bit number.

        +

    Returns Promise<TransactionResponse>

    On-chain transaction. Only on-chain transactions have versions, so this +function cannot be used to query pending transactions.

    +

    Example

    const transaction = await aptos.getTransactions({ledgerVersion:1})
    +
    +
  • Defines if specified transaction is currently in pending state

    +

    To create a transaction hash:

    +
      +
    1. Create a hash message from the bytes: "Aptos::Transaction" bytes + the BCS-serialized Transaction bytes.
    2. +
    3. Apply hash algorithm SHA3-256 to the hash message bytes.
    4. +
    5. Hex-encode the hash bytes with 0x prefix.
    6. +
    +

    Parameters

    • args: {
          transactionHash: HexInput;
      }
      • transactionHash: HexInput

        A hash of transaction

        +

    Returns Promise<boolean>

    true if transaction is in pending state and false otherwise

    +

    Example

    const isPendingTransaction = await aptos.isPendingTransaction({transactionHash:"0x123"})
    +
    +
  • Looks up the account address for a given authentication key

    +

    This handles both if the account's authentication key has been rotated or not.

    +

    Parameters

    Returns Promise<AccountAddress>

    Promise The accountAddress associated with the authentication key

    +

    Example

    const accountAddress = await aptos.lookupOriginalAccountAddress({authenticationKey:account.accountAddress})
    +
    +
  • Create a transaction to mint a digital asset into the creators account within an existing collection.

    +

    Parameters

    • args: {
          collection: string;
          creator: Account;
          description: string;
          name: string;
          options?: InputGenerateTransactionOptions;
          propertyKeys?: string[];
          propertyTypes?: ("U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY")[];
          propertyValues?: PropertyValue[];
          uri: string;
      }
      • collection: string

        the name of the collection the digital asset belongs to

        +
      • creator: Account

        the creator of the collection

        +
      • description: string

        the description of the digital asset

        +
      • name: string

        the name of the digital asset

        +
      • Optional options?: InputGenerateTransactionOptions
      • Optional propertyKeys?: string[]
      • Optional propertyTypes?: ("U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY")[]
      • Optional propertyValues?: PropertyValue[]
      • uri: string

        the URI to additional info about the digital asset

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +

    Example

    const transaction = await aptos.mintDigitalAssetTransaction({
    creator: alice,
    description: "collectionDescription",
    collection: "collectionName",
    name: "digitalAssetName",
    uri: "digital-asset-uri.com",
    }); +
    +
  • Mint a soul bound digital asset into a recipient's account

    +

    Parameters

    • args: {
          account: Account;
          collection: string;
          description: string;
          name: string;
          options?: InputGenerateTransactionOptions;
          propertyKeys?: string[];
          propertyTypes?: ("U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY")[];
          propertyValues?: PropertyValue[];
          recipient: AccountAddressInput;
          uri: string;
      }
      • account: Account

        The account that mints the digital asset

        +
      • collection: string

        The collection name that the digital asset belongs to

        +
      • description: string

        The digital asset description

        +
      • name: string

        The digital asset name

        +
      • Optional options?: InputGenerateTransactionOptions
      • Optional propertyKeys?: string[]

        The property keys for storing on-chain properties

        +
      • Optional propertyTypes?: ("U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY")[]

        The type of property values

        +
      • Optional propertyValues?: PropertyValue[]

        The property values to be stored on-chain

        +
      • recipient: AccountAddressInput

        The account address where the digital asset will be created

        +
      • uri: string

        The digital asset URL

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +

    Example

    const transaction = await aptos.mintSoulBoundTransaction({
    account: alice,
    collection: "collectionName",
    description: "collectionDescription",
    name: "digitalAssetName",
    uri: "digital-asset-uri.com",
    recipient: "0x123"
    }); +
    +
  • Registers a new name

    +

    Parameters

    • args: Omit<RegisterNameParameters, "aptosConfig">

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +

    Example

    // An example of registering a subdomain name assuming def.apt is already registered
    // and belongs to the sender alice.
    const txn = aptos.registerName({
    sender: alice,
    name: "test.aptos.apt",
    expiration: {
    policy: "subdomain:independent",
    expirationDate: Date.now() + 30 * 24 * 60 * 60 * 1000,
    },
    }); +
    +
  • Remove a digital asset property

    +

    Parameters

    • args: {
          creator: Account;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
          propertyKey: string;
          propertyType: "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY";
          propertyValue: PropertyValue;
      }
      • creator: Account
      • digitalAssetAddress: AccountAddressInput

        The digital asset address

        +
      • Optional digitalAssetType?: `${string}::${string}::${string}`
      • Optional options?: InputGenerateTransactionOptions
      • propertyKey: string

        The property key for storing on-chain properties

        +
      • propertyType: "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY"

        The type of property value

        +
      • propertyValue: PropertyValue

        The property value to be stored on-chain

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +

    Example

    const transaction = await aptos.removeDigitalAssetPropertyTransaction({
    creator: alice,
    propertyKey: "newKey",
    propertyType: "BOOLEAN",
    propertyValue: true,
    digitalAssetAddress: "0x123",
    }); +
    +
  • Renews a domain name

    +

    Note: If a domain name was minted with V1 of the contract, it will automatically be upgraded to V2 via this transaction.

    +

    Parameters

    • args: {
          name: string;
          options?: InputGenerateTransactionOptions;
          sender: Account;
          years?: 1;
      }
      • name: string

        A string of the domain the subdomain will be under. The signer must be the domain owner. +Subdomains cannot be renewed.

        +
      • Optional options?: InputGenerateTransactionOptions
      • sender: Account

        The sender account

        +
      • Optional years?: 1

        The number of years to renew the name. Currently only one year is permitted.

        +

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +

    Example

    await aptos.renewDomain({sender: alice, name: "test"})
    // test.apt will be renewed for one year +
    +
  • Set the digital asset description

    +

    Parameters

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +

    Example

    const transaction = await aptos.setDigitalAssetDescriptionTransaction({
    creator: alice,
    description: "digitalAssetDescription",
    digitalAssetAddress: "0x123",
    }); +
    +
  • Sets the primary name for the sender. An account can have +multiple names that target it, but only a single name that is primary. An +account also may not have a primary name.

    +

    Parameters

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +

    Example

    await aptos.setPrimaryName({sender: alice, name: "test.aptos"})
    const primaryName = await aptos.getPrimaryName({address: alice.accountAddress})
    // primaryName = test.aptos +
    +
  • Sets the target address of a domain or subdomain name. This is the +address the name points to for use on chain. Note, the target address can +point to addresses that are not the owner of the name

    +

    Parameters

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +

    Example

    await aptos.setTargetAddress({sender: alice, name: "test.aptos", address: bob.accountAddress})
    const address = await aptos.getTargetAddress({name: "test.aptos"})
    // address = bob.accountAddress +
    +
  • Sign and submit a single signer transaction to chain

    +

    Parameters

    • args: {
          signer: Account;
          transaction: AnyRawTransaction;
      }
      • signer: Account

        The signer account to sign the transaction

        +
      • transaction: AnyRawTransaction

        An instance of a RawTransaction, plus optional secondary/fee payer addresses

        +

    Returns Promise<PendingTransactionResponse>

    PendingTransactionResponse

    +

    Example

    const transaction = await aptos.transaction.build.simple({...})
    const transaction = await aptos.signAndSubmitTransaction({
    signer: alice,
    transaction
    }) +
    +
  • Transfer a digital asset (non fungible digital asset) ownership.

    +

    We can transfer a digital asset only when the digital asset is not frozen +(i.e. owner transfer is not disabled such as for soul bound digital assets)

    +

    Parameters

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +

    Example

    const transaction = await aptos.transferDigitalAssetTransaction({
    sender: alice,
    digitalAssetAddress: "0x123",
    recipient: "0x456",
    }); +
    +
  • Update a digital asset property

    +

    Parameters

    • args: {
          creator: Account;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
          propertyKey: string;
          propertyType: "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY";
          propertyValue: PropertyValue;
      }
      • creator: Account
      • digitalAssetAddress: AccountAddressInput

        The digital asset address

        +
      • Optional digitalAssetType?: `${string}::${string}::${string}`
      • Optional options?: InputGenerateTransactionOptions
      • propertyKey: string

        The property key for storing on-chain properties

        +
      • propertyType: "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY"

        The type of property value

        +
      • propertyValue: PropertyValue

        The property value to be stored on-chain

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +

    Example

    const transaction = await aptos.updateDigitalAssetPropertyTransaction({
    creator: alice,
    propertyKey: "newKey",
    propertyType: "BOOLEAN",
    propertyValue: false,
    digitalAssetAddress: "0x123",
    }); +
    +
  • Update a typed digital asset property

    +

    Parameters

    • args: {
          creator: Account;
          digitalAssetAddress: AccountAddressInput;
          digitalAssetType?: `${string}::${string}::${string}`;
          options?: InputGenerateTransactionOptions;
          propertyKey: string;
          propertyType: "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY";
          propertyValue: PropertyValue;
      }
      • creator: Account
      • digitalAssetAddress: AccountAddressInput

        The digital asset address

        +
      • Optional digitalAssetType?: `${string}::${string}::${string}`
      • Optional options?: InputGenerateTransactionOptions
      • propertyKey: string

        The property key for storing on-chain properties

        +
      • propertyType: "U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY"

        The type of property value

        +
      • propertyValue: PropertyValue

        The property value to be stored on-chain

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +

    Example

    const transaction = await aptos.updateDigitalAssetTypedPropertyTransaction({
    creator: alice,
    propertyKey: "typedKey",
    propertyType: "U8",
    propertyValue: 2,
    digitalAssetAddress: "0x123",
    }); +
    +
  • Queries for a Move view function

    +

    Type Parameters

    Parameters

    Returns Promise<T>

    an array of Move values

    +

    Example

    const data = await aptos.view({
    payload: {
    function: "0x1::coin::balance",
    typeArguments: ["0x1::aptos_coin::AptosCoin"],
    functionArguments: [accountAddress],
    }
    }) +
    +
  • Waits for a transaction to move past the pending state.

    +

    There are 4 cases.

    +
      +
    1. Transaction is successfully processed and committed to the chain.
        +
      • The function will resolve with the transaction response from the API.
      • +
      +
    2. +
    3. Transaction is rejected for some reason, and is therefore not committed to the blockchain.
        +
      • The function will throw an AptosApiError with an HTTP status code indicating some problem with the request.
      • +
      +
    4. +
    5. Transaction is committed but execution failed, meaning no changes were +written to the blockchain state.
        +
      • If checkSuccess is true, the function will throw a FailedTransactionError +If checkSuccess is false, the function will resolve with the transaction response where the success field is false.
      • +
      +
    6. +
    7. Transaction does not move past the pending state within args.options.timeoutSecs seconds.
        +
      • The function will throw a WaitForTransactionError
      • +
      +
    8. +
    +

    Parameters

    Returns Promise<CommittedTransactionResponse>

    The transaction on-chain. See above for more details.

    +

    Example

    const transaction = await aptos.waitForTransaction({transactionHash:"0x123"})
    +
    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/AptosApiError.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AptosApiError.html new file mode 100644 index 000000000..15622b560 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AptosApiError.html @@ -0,0 +1,23 @@ +AptosApiError | @aptos-labs/ts-sdk - v1.14.0

The type returned from an API error

+

Param: name

the error name "AptosApiError"

+

Param: url

the url the request was made to

+

Param: status

the response status. i.e. 400

+

Param: statusText

the response message

+

Param: data

the response data

+

Param: request

the AptosRequest

+

Hierarchy

  • Error
    • AptosApiError

Constructors

Properties

data: any
message: string
name: string
request: AptosRequest
stack?: string
status: number
statusText: string
url: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/AptosConfig.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AptosConfig.html new file mode 100644 index 000000000..26469d6e6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AptosConfig.html @@ -0,0 +1,23 @@ +AptosConfig | @aptos-labs/ts-sdk - v1.14.0

This class holds the config information for the SDK client instance.

+

Example

const aptosConfig = new AptosConfig({network:Network.TESTNET})
+
+

Constructors

Properties

client: Client

The client instance the SDK uses. Defaults to `@aptos-labs/aptos-client

+
clientConfig?: ClientConfig

Optional client configurations

+
faucet?: string

The optional hardcoded faucet URL to send requests to instead of using the network

+
faucetConfig?: FaucetConfig

Optional specific Faucet configurations

+
fullnode?: string

The optional hardcoded fullnode URL to send requests to instead of using the network

+
fullnodeConfig?: ClientHeadersType

Optional specific Fullnode configurations

+
indexer?: string

The optional hardcoded indexer URL to send requests to instead of using the network

+
indexerConfig?: ClientHeadersType

Optional specific Indexer configurations

+
network: Network

The Network that this SDK is associated with. Defaults to DEVNET

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/AuthenticationKey.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AuthenticationKey.html new file mode 100644 index 000000000..d548f5bf4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/AuthenticationKey.html @@ -0,0 +1,39 @@ +AuthenticationKey | @aptos-labs/ts-sdk - v1.14.0

Each account stores an authentication key. Authentication key enables account owners to rotate +their private key(s) associated with the account without changing the address that hosts their account.

+

See

Account Basics

+

Account addresses can be derived from AuthenticationKey

+

Hierarchy

Constructors

Properties

data: Hex

The raw bytes of the authentication key.

+
LENGTH: number = 32

An authentication key is always a SHA3-256 hash of data, and is always 32 bytes.

+

The data to hash depends on the underlying public key type and the derivation scheme.

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/Bool.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Bool.html new file mode 100644 index 000000000..cfc90cfc2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Bool.html @@ -0,0 +1,20 @@ +Bool | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Implements

Constructors

Properties

value: boolean

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/ChainId.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/ChainId.html new file mode 100644 index 000000000..f05963aa8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/ChainId.html @@ -0,0 +1,13 @@ +ChainId | @aptos-labs/ts-sdk - v1.14.0

Representation of a ChainId that can serialized and deserialized

+

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

chainId: number

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/Deserializer.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Deserializer.html new file mode 100644 index 000000000..8d4c7f5d6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Deserializer.html @@ -0,0 +1,63 @@ +Deserializer | @aptos-labs/ts-sdk - v1.14.0

Constructors

Properties

buffer: ArrayBuffer
offset: number

Methods

  • Helper function that primarily exists to support alternative syntax for deserialization. +That is, if we have a const deserializer: new Deserializer(...), instead of having to use +MyClass.deserialize(deserializer), we can call deserializer.deserialize(MyClass).

    +

    Type Parameters

    • T

    Parameters

    • cls: Deserializable<T>

      The BCS-deserializable class to deserialize the buffered bytes into.

      +

    Returns T

    the deserialized value of class type T

    +

    Example

    const deserializer = new Deserializer(new Uint8Array([1, 2, 3]));
    const value = deserializer.deserialize(MyClass); // where MyClass has a `deserialize` function
    // value is now an instance of MyClass
    // equivalent to `const value = MyClass.deserialize(deserializer)` +
    +
  • Deserializes a boolean value.

    +

    BCS layout for "boolean": One byte. "0x01" for true and "0x00" for false.

    +

    Returns boolean

  • Deserializes an array of bytes.

    +

    BCS layout for "bytes": bytes_length | bytes +where bytes_length is a u32 integer encoded as a uleb128 integer, equal to the length of the bytes array.

    +

    Returns Uint8Array

  • Deserializes an array of bytes. The number of bytes to read is already known.

    +

    Parameters

    • len: number

    Returns Uint8Array

  • Deserializes a string. UTF8 string is supported. Reads the string's bytes length "l" first, +and then reads "l" bytes of content. Decodes the byte array into a string.

    +

    BCS layout for "string": string_length | string_content +where string_length is a u32 integer encoded as a uleb128 integer, equal to the number of bytes in string_content.

    +

    Returns string

    Example

    const deserializer = new Deserializer(new Uint8Array([8, 49, 50, 51, 52, 97, 98, 99, 100]));
    assert(deserializer.deserializeStr() === "1234abcd"); +
    +
  • Deserializes a uint128 number.

    +

    BCS layout for "uint128": Sixteen bytes. Binary format in little-endian representation.

    +

    Returns bigint

  • Deserializes a uint16 number.

    +

    BCS layout for "uint16": Two bytes. Binary format in little-endian representation.

    +

    Returns number

    Example

    const deserializer = new Deserializer(new Uint8Array([0x34, 0x12]));
    assert(deserializer.deserializeU16() === 4660); +
    +
  • Deserializes a uint256 number.

    +

    BCS layout for "uint256": Thirty-two bytes. Binary format in little-endian representation.

    +

    Returns bigint

  • Deserializes a uint32 number.

    +

    BCS layout for "uint32": Four bytes. Binary format in little-endian representation.

    +

    Returns number

    Example

    const deserializer = new Deserializer(new Uint8Array([0x78, 0x56, 0x34, 0x12]));
    assert(deserializer.deserializeU32() === 305419896); +
    +
  • Deserializes a uint64 number.

    +

    BCS layout for "uint64": Eight bytes. Binary format in little-endian representation.

    +

    Returns bigint

    Example

    const deserializer = new Deserializer(new Uint8Array([0x00, 0xEF, 0xCD, 0xAB, 0x78, 0x56, 0x34, 0x12]));
    assert(deserializer.deserializeU64() === 1311768467750121216); +
    +
  • Deserializes a uint8 number.

    +

    BCS layout for "uint8": One byte. Binary format in little-endian representation.

    +

    Returns number

  • Deserializes a uleb128 encoded uint32 number.

    +

    BCS use uleb128 encoding in two cases: (1) lengths of variable-length sequences and (2) tags of enum values

    +

    Returns number

  • Deserializes an array of BCS Deserializable values given an existing Deserializer +instance with a loaded byte buffer.

    +

    Type Parameters

    • T

    Parameters

    • cls: Deserializable<T>

      The BCS-deserializable class to deserialize the buffered bytes into.

      +

    Returns T[]

    an array of deserialized values of type T

    +

    Example

    // serialize a vector of addresses
    const addresses = new Array<AccountAddress>(
    AccountAddress.from("0x1"),
    AccountAddress.from("0x2"),
    AccountAddress.from("0xa"),
    AccountAddress.from("0xb"),
    );
    const serializer = new Serializer();
    serializer.serializeVector(addresses);
    const serializedBytes = serializer.toUint8Array();

    // deserialize the bytes into an array of addresses
    const deserializer = new Deserializer(serializedBytes);
    const deserializedAddresses = deserializer.deserializeVector(AccountAddress);
    // deserializedAddresses is now an array of AccountAddress instances +
    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/Ed25519Account.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Ed25519Account.html new file mode 100644 index 000000000..0dd5e2776 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Ed25519Account.html @@ -0,0 +1,26 @@ +Ed25519Account | @aptos-labs/ts-sdk - v1.14.0

Signer implementation for the Ed25519 authentication scheme. +This extends an Ed25519Account by adding signing capabilities through an Ed25519PrivateKey.

+

Note: Generating a signer instance does not create the account on-chain.

+

Implements

Constructors

Properties

accountAddress: AccountAddress

Account address associated with the account

+
privateKey: Ed25519PrivateKey

Private key associated with the account

+
publicKey: Ed25519PublicKey

Public key associated with the account

+
signingScheme: Ed25519 = SigningScheme.Ed25519

Signing scheme used to sign transactions

+

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/Ed25519PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Ed25519PrivateKey.html new file mode 100644 index 000000000..4f65e51a1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Ed25519PrivateKey.html @@ -0,0 +1,52 @@ +Ed25519PrivateKey | @aptos-labs/ts-sdk - v1.14.0

Represents the private key of an Ed25519 key pair.

+

Hierarchy

Implements

Constructors

Properties

signingKey: Hex

The Ed25519 signing key

+
LENGTH: number = 32

Length of an Ed25519 private key

+
SLIP_0010_SEED: "ed25519 seed" = "ed25519 seed"

The Ed25519 key seed to use for BIP-32 compatibility +See more https://github.com/satoshilabs/slips/blob/master/slip-0010.md

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +
  • Get the private key as a hex string with the 0x prefix.

    +

    Returns string

    string representation of the private key

    +
  • Derives a private key from a mnemonic seed phrase.

    +

    To derive multiple keys from the same phrase, change the path

    +

    IMPORTANT: Ed25519 supports hardened derivation only (since it lacks a key homomorphism, +so non-hardened derivation cannot work)

    +

    Parameters

    • path: string

      the BIP44 path

      +
    • mnemonics: string

      the mnemonic seed phrase

      +

    Returns Ed25519PrivateKey

  • A private inner function so we can separate from the main fromDerivationPath() method +to add tests to verify we create the keys correctly.

    +

    Parameters

    • path: string

      the BIP44 path

      +
    • seed: Uint8Array

      the seed phrase created by the mnemonics

      +
    • offset: number = HARDENED_OFFSET

      the offset used for key derivation, defaults to 0x80000000

      +

    Returns Ed25519PrivateKey

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/Ed25519PublicKey.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Ed25519PublicKey.html new file mode 100644 index 000000000..e213d188b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Ed25519PublicKey.html @@ -0,0 +1,33 @@ +Ed25519PublicKey | @aptos-labs/ts-sdk - v1.14.0

Represents the public key of an Ed25519 key pair.

+

Since AIP-55 Aptos supports +Legacy and Unified authentication keys.

+

Ed25519 scheme is represented in the SDK as Legacy authentication key and also +as AnyPublicKey that represents any Unified authentication key

+

Hierarchy

Constructors

Properties

key: Hex

Bytes of the public key

+
LENGTH: number = 32

Length of an Ed25519 public key

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/Ed25519Signature.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Ed25519Signature.html new file mode 100644 index 000000000..caf8ad778 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Ed25519Signature.html @@ -0,0 +1,24 @@ +Ed25519Signature | @aptos-labs/ts-sdk - v1.14.0

A signature of a message signed using an Ed25519 private key

+

Hierarchy

Constructors

Properties

data: Hex

The signature bytes

+
LENGTH: 64 = 64

Length of an Ed25519 signature

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/EntryFunction.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/EntryFunction.html new file mode 100644 index 000000000..a46f7294f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/EntryFunction.html @@ -0,0 +1,43 @@ +EntryFunction | @aptos-labs/ts-sdk - v1.14.0

Representation of a EntryFunction that can serialized and deserialized

+

Constructors

  • Contains the payload to run a function within a module.

    +

    Parameters

    • module_name: ModuleId

      Fully qualified module name in format "account_address::module_name" e.g. "0x1::coin"

      +
    • function_name: Identifier

      The function name. e.g "transfer"

      +
    • type_args: TypeTag[]

      Type arguments that move function requires.

      +
    • args: EntryFunctionArgument[]

      arguments to the move function.

      +

    Returns EntryFunction

    Example

    A coin transfer function has one type argument "CoinType".

    +
    public entry fun transfer<CoinType>(from: &signer, to: address, amount: u64)
    +
    +

    Example

    A coin transfer function has three arguments "from", "to" and "amount".

    +
    public entry fun transfer<CoinType>(from: &signer, to: address, amount: u64)
    +
    +

Properties

function_name: Identifier
module_name: ModuleId
type_args: TypeTag[]

Methods

  • A helper function to build a EntryFunction payload from raw primitive values

    +

    Parameters

    • module_id: `${string}::${string}`

      Fully qualified module name in format "AccountAddress::module_id" e.g. "0x1::coin"

      +
    • function_name: string

      Function name

      +
    • type_args: TypeTag[]

      Type arguments that move function requires.

      +
    • args: EntryFunctionArgument[]

      Arguments to the move function.

      +

    Returns EntryFunction

    EntryFunction

    +

    Example

    A coin transfer function has one type argument "CoinType".

    +
    public(script) fun transfer<CoinType>(from: &signer, to: address, amount: u64,)
    +
    +

    Example

    A coin transfer function has three arguments "from", "to" and "amount".

    +
    public(script) fun transfer<CoinType>(from: &signer, to: address, amount: u64,)
    +
    +
  • Deserializes an entry function payload with the arguments represented as EntryFunctionBytes instances.

    +

    Parameters

    Returns EntryFunction

    A deserialized EntryFunction payload for a transaction.

    +

    See

    EntryFunctionBytes

    +

    NOTE: When you deserialize an EntryFunction payload with this method, the entry function +arguments are populated into the deserialized instance as type-agnostic, raw fixed bytes +in the form of the EntryFunctionBytes class.

    +

    In order to correctly deserialize these arguments as their actual type representations, you +must know the types of the arguments beforehand and deserialize them yourself individually.

    +

    One way you could achieve this is by using the ABIs for an entry function and deserializing each +argument as its given, corresponding type.

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/EntryFunctionBytes.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/EntryFunctionBytes.html new file mode 100644 index 000000000..4395d00de --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/EntryFunctionBytes.html @@ -0,0 +1,28 @@ +EntryFunctionBytes | @aptos-labs/ts-sdk - v1.14.0

Class EntryFunctionBytes

This class exists solely to represent a sequence of fixed bytes as a serialized entry function, because +serializing an entry function appends a prefix that's only used for entry function arguments.

+

NOTE: Attempting to use this class for a serialized script function will result in erroneous +and unexpected behavior.

+

If you wish to convert this class back to a TransactionArgument, you must know the type +of the argument beforehand, and use the appropriate class to deserialize the bytes within +an instance of this class.

+

Hierarchy

Implements

Constructors

Properties

value: FixedBytes

Methods

  • The only way to create an instance of this class is to use this static method.

    +

    This function should only be used when deserializing a sequence of EntryFunctionPayload arguments.

    +

    Parameters

    • deserializer: Deserializer

      the deserializer instance with the buffered bytes

      +
    • length: number

      the length of the bytes to deserialize

      +

    Returns EntryFunctionBytes

    an instance of this class, which will now only be usable as an EntryFunctionArgument

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/FeePayerRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/FeePayerRawTransaction.html new file mode 100644 index 000000000..083c565fb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/FeePayerRawTransaction.html @@ -0,0 +1,21 @@ +FeePayerRawTransaction | @aptos-labs/ts-sdk - v1.14.0

Class FeePayerRawTransaction

Representation of a Fee Payer Transaction that can serialized and deserialized

+

Hierarchy

Constructors

Properties

fee_payer_address: AccountAddress

The fee payer account address

+

The raw transaction

+
secondary_signer_addresses: AccountAddress[]

The secondary signers on this transaction - optional and can be empty

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/FixedBytes.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/FixedBytes.html new file mode 100644 index 000000000..970c47a28 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/FixedBytes.html @@ -0,0 +1,33 @@ +FixedBytes | @aptos-labs/ts-sdk - v1.14.0

This class exists to represent a contiguous sequence of already serialized BCS-bytes.

+

It differs from most other Serializable classes in that its internal byte buffer is serialized to BCS + bytes exactly as-is, without prepending the length of the bytes.

+

If you want to write your own serialization function and pass the bytes as a transaction argument, + you should use this class.

+

This class is also more generally used to represent type-agnostic BCS bytes as a vector.

+

An example of this is the bytes resulting from entry function arguments that have been serialized + for an entry function.

+

Example

const yourCustomSerializedBytes = new Uint8Array([1, 2, 3, 4, 5, 6, 7, 8]);
const fixedBytes = new FixedBytes(yourCustomSerializedBytes);
const payload = await generateTransactionPayload({
function: "0xbeefcafe::your_module::your_function_that_requires_custom_serialization",
functionArguments: [yourCustomBytes],
});

For example, if you store each of the 32 bytes for an address as a U8 in a MoveVector<U8>, when you
serialize that MoveVector<U8>, it will be serialized to 33 bytes. If you solely want to pass around
the 32 bytes as a Serializable class that *does not* prepend the length to the BCS-serialized representation,
use this class. +
+

Params

value: HexInput representing a sequence of Uint8 bytes

+

Returns

a Serializable FixedBytes instance, which when serialized, does not prepend the length of the bytes

+

See

EntryFunctionBytes

+

Hierarchy

Implements

Constructors

Properties

value: Uint8Array

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/Hex.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Hex.html new file mode 100644 index 000000000..f8d3cd445 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Hex.html @@ -0,0 +1,50 @@ +Hex | @aptos-labs/ts-sdk - v1.14.0

NOTE: Do not use this class when working with account addresses, use AccountAddress.

+

NOTE: When accepting hex data as input to a function, prefer to accept HexInput and +then use the static helper methods of this class to convert it into the desired +format. This enables the greatest flexibility for the developer.

+

Hex is a helper class for working with hex data. Hex data, when represented as a +string, generally looks like this, for example: 0xaabbcc, 45cd32, etc.

+

You might use this class like this:

+
getTransactionByHash(txnHash: HexInput): Promise<Transaction> {
const txnHashString = Hex.fromHexInput(txnHash).toString();
return await getTransactionByHashInner(txnHashString);
} +
+

This call to Hex.fromHexInput().toString() converts the HexInput to a hex string +with a leading 0x prefix, regardless of what the input format was.

+

These are some other ways to chain the functions together:

+
    +
  • Hex.fromHexString({ hexInput: "0x1f" }).toUint8Array()
  • +
  • new Hex([1, 3]).toStringWithoutPrefix()
  • +
+

Constructors

  • Create a new Hex instance from a Uint8Array.

    +

    Parameters

    • data: Uint8Array

      Uint8Array

      +

    Returns Hex

Properties

data: Uint8Array

Methods

  • Return whether Hex instances are equal. Hex instances are considered equal if +their underlying byte data is identical.

    +

    Parameters

    • other: Hex

      The Hex instance to compare to.

      +

    Returns boolean

    true if the Hex instances are equal, false if not.

    +
  • Get the hex data as a string with the 0x prefix.

    +

    Returns string

    Hex string with 0x prefix

    +
  • Get the hex data as a string without the 0x prefix.

    +

    Returns string

    Hex string without 0x prefix

    +
  • Get the inner hex data. The inner data is already a Uint8Array so no conversion +is taking place here, it just returns the inner data.

    +

    Returns Uint8Array

    Hex data as Uint8Array

    +
  • Static method to convert an instance of HexInput to Hex

    +

    Parameters

    • hexInput: HexInput

      A HexInput (string or Uint8Array)

      +

    Returns Hex

    Hex

    +
  • Static method to convert a hex string to Hex

    +

    Parameters

    • str: string

      A hex string, with or without the 0x prefix

      +

    Returns Hex

    Hex

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/Identifier.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Identifier.html new file mode 100644 index 000000000..b565fbc4b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Identifier.html @@ -0,0 +1,15 @@ +Identifier | @aptos-labs/ts-sdk - v1.14.0

Representation of an Identifier that can serialized and deserialized. +We use Identifier to represent the module "name" in "ModuleId" and +the "function name" in "EntryFunction"

+

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

identifier: string

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/ModuleId.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/ModuleId.html new file mode 100644 index 000000000..34cc35900 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/ModuleId.html @@ -0,0 +1,22 @@ +ModuleId | @aptos-labs/ts-sdk - v1.14.0

Representation of a ModuleId that can serialized and deserialized +ModuleId means the module address (e.g "0x1") and the module name (e.g "coin")

+

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/MoveOption.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MoveOption.html new file mode 100644 index 000000000..68705ef41 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MoveOption.html @@ -0,0 +1,83 @@ +MoveOption | @aptos-labs/ts-sdk - v1.14.0

Class MoveOption<T>

Type Parameters

Hierarchy

Implements

Constructors

Properties

value?: T
vec: MoveVector<T>

Methods

  • Retrieves the inner value of the MoveOption.

    +

    This method is inspired by Rust's Option<T>.unwrap(). +In Rust, attempting to unwrap a None value results in a panic.

    +

    Similarly, this method will throw an error if the value is not present.

    +

    Returns T

    The contained value if present.

    +

    Example

    const option = new MoveOption<Bool>(new Bool(true));
    const value = option.unwrap(); // Returns the Bool instance +
    +

    Throws

    Throws an error if the MoveOption does not contain a value.

    +
  • Factory method to generate a MoveOption from a boolean or undefined.

    +

    Parameters

    • Optional value: null | boolean

    Returns MoveOption<Bool>

    a MoveOption with an inner value value

    +

    Example

    MoveOption.Bool(true).isSome() === true;
    MoveOption.Bool().isSome() === false;
    MoveOption.Bool(undefined).isSome() === false; +
    +

    Params

    value: the value used to fill the MoveOption. If value is undefined +the resulting MoveOption's .isSome() method will return false.

    +
  • Factory method to generate a MoveOption from a string or undefined.

    +

    Parameters

    • Optional value: null | string

    Returns MoveOption<MoveString>

    a MoveOption with an inner value value

    +

    Example

    MoveOption.MoveString("hello").isSome() === true;
    MoveOption.MoveString("").isSome() === true;
    MoveOption.MoveString().isSome() === false;
    MoveOption.MoveString(undefined).isSome() === false; +
    +

    Params

    value: the value used to fill the MoveOption. If value is undefined +the resulting MoveOption's .isSome() method will return false.

    +
  • Factory method to generate a MoveOption from a number or a bigint or undefined.

    +

    Parameters

    Returns MoveOption<U128>

    a MoveOption with an inner value value

    +

    Example

    MoveOption.U128(1).isSome() === true;
    MoveOption.U128().isSome() === false;
    MoveOption.U128(undefined).isSome() === false; +
    +

    Params

    value: the value used to fill the MoveOption. If value is undefined +the resulting MoveOption's .isSome() method will return false.

    +
  • Factory method to generate a MoveOption from a number or undefined.

    +

    Parameters

    • Optional value: null | number

    Returns MoveOption<U16>

    a MoveOption with an inner value value

    +

    Example

    MoveOption.U16(1).isSome() === true;
    MoveOption.U16().isSome() === false;
    MoveOption.U16(undefined).isSome() === false; +
    +

    Params

    value: the value used to fill the MoveOption. If value is undefined +the resulting MoveOption's .isSome() method will return false.

    +
  • Factory method to generate a MoveOption from a number or a bigint or undefined.

    +

    Parameters

    Returns MoveOption<U256>

    a MoveOption with an inner value value

    +

    Example

    MoveOption.U256(1).isSome() === true;
    MoveOption.U256().isSome() === false;
    MoveOption.U256(undefined).isSome() === false; +
    +

    Params

    value: the value used to fill the MoveOption. If value is undefined +the resulting MoveOption's .isSome() method will return false.

    +
  • Factory method to generate a MoveOption from a number or undefined.

    +

    Parameters

    • Optional value: null | number

    Returns MoveOption<U32>

    a MoveOption with an inner value value

    +

    Example

    MoveOption.U32(1).isSome() === true;
    MoveOption.U32().isSome() === false;
    MoveOption.U32(undefined).isSome() === false; +
    +

    Params

    value: the value used to fill the MoveOption. If value is undefined +the resulting MoveOption's .isSome() method will return false.

    +
  • Factory method to generate a MoveOption from a number or a bigint or undefined.

    +

    Parameters

    Returns MoveOption<U64>

    a MoveOption with an inner value value

    +

    Example

    MoveOption.U64(1).isSome() === true;
    MoveOption.U64().isSome() === false;
    MoveOption.U64(undefined).isSome() === false; +
    +

    Params

    value: the value used to fill the MoveOption. If value is undefined +the resulting MoveOption's .isSome() method will return false.

    +
  • Factory method to generate a MoveOption from a number or undefined.

    +

    Parameters

    • Optional value: null | number

    Returns MoveOption<U8>

    a MoveOption with an inner value value

    +

    Example

    MoveOption.U8(1).isSome() === true;
    MoveOption.U8().isSome() === false;
    MoveOption.U8(undefined).isSome() === false; +
    +

    Params

    value: the value used to fill the MoveOption. If value is undefined +the resulting MoveOption's .isSome() method will return false.

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/MoveString.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MoveString.html new file mode 100644 index 000000000..93c63ce62 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MoveString.html @@ -0,0 +1,20 @@ +MoveString | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Implements

Constructors

Properties

value: string

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/MoveVector.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MoveVector.html new file mode 100644 index 000000000..6f57cf500 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MoveVector.html @@ -0,0 +1,88 @@ +MoveVector | @aptos-labs/ts-sdk - v1.14.0

Class MoveVector<T>

This class is the Aptos Typescript SDK representation of a Move vector<T>, +where T represents either a primitive type (bool, u8, u64, ...) +or a BCS-serializable struct itself.

+

It is a BCS-serializable, array-like type that contains an array of values of type T, +where T is a class that implements Serializable.

+

The purpose of this class is to facilitate easy construction of BCS-serializable +Move vector<T> types.

+

Example

// in Move: `vector<u8> [1, 2, 3, 4];`
const vecOfU8s = new MoveVector<U8>([new U8(1), new U8(2), new U8(3), new U8(4)]);
// in Move: `std::bcs::to_bytes(vector<u8> [1, 2, 3, 4]);`
const bcsBytes = vecOfU8s.toUint8Array();

// vector<vector<u8>> [ vector<u8> [1], vector<u8> [1, 2, 3, 4], vector<u8> [5, 6, 7, 8] ];
const vecOfVecs = new MoveVector<MoveVector<U8>>([
new MoveVector<U8>([new U8(1)]),
MoveVector.U8([1, 2, 3, 4]),
MoveVector.U8([5, 6, 7, 8]),
]);

// vector<Option<u8>> [ std::option::some<u8>(1), std::option::some<u8>(2) ];
const vecOfOptionU8s = new MoveVector<MoveOption<U8>>([
MoveOption.U8(1),
MoveOption.U8(2),
]);

// vector<MoveString> [ std::string::utf8(b"hello"), std::string::utf8(b"world") ];
const vecOfStrings = new MoveVector([new MoveString("hello"), new MoveString("world")]);
const vecOfStrings2 = MoveVector.MoveString(["hello", "world"]); +
+

Params

values: an Array of values where T is a class that implements Serializable

+

Returns

a MoveVector<T> with the values values

+

Type Parameters

Hierarchy

Implements

Constructors

Properties

values: T[]

Methods

  • Factory method to generate a MoveVector of Bools from an array of booleans.

    +

    Parameters

    • values: boolean[]

    Returns MoveVector<Bool>

    a MoveVector<Bool>

    +

    Example

    const v = MoveVector.Bool([true, false, true, false]);
    +
    +

    Params

    values: an array of bools to convert to Bools

    +
  • Factory method to generate a MoveVector of U16s from an array of numbers.

    +

    Parameters

    • values: number[]

    Returns MoveVector<U16>

    a MoveVector<U16>

    +

    Example

    const v = MoveVector.U16([1, 2, 3, 4]);
    +
    +

    Params

    values: an array of numbers to convert to U16s

    +
  • Factory method to generate a MoveVector of U32s from an array of numbers.

    +

    Parameters

    • values: number[]

    Returns MoveVector<U32>

    a MoveVector<U32>

    +

    Example

    const v = MoveVector.U32([1, 2, 3, 4]);
    +
    +

    Params

    values: an array of numbers to convert to U32s

    +
  • Deserialize a MoveVector of type T, specifically where T is a Serializable and Deserializable type.

    +

    NOTE: This only works with a depth of one. Generics will not work.

    +

    NOTE: This will not work with types that aren't of the Serializable class.

    +

    If you're looking for a more flexible deserialization function, you can use the deserializeVector function +in the Deserializer class.

    +

    Type Parameters

    Parameters

    Returns MoveVector<T>

    a MoveVector of the corresponding class T +*

    +

    Example

    const vec = MoveVector.deserialize(deserializer, U64);
    +
    +

    Params

    deserializer: the Deserializer instance to use, with bytes loaded into it already. +cls: the class to typecast the input values to, must be a Serializable and Deserializable type.

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiAgentRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiAgentRawTransaction.html new file mode 100644 index 000000000..91a19f857 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiAgentRawTransaction.html @@ -0,0 +1,19 @@ +MultiAgentRawTransaction | @aptos-labs/ts-sdk - v1.14.0

Class MultiAgentRawTransaction

Representation of a Multi Agent Transaction that can serialized and deserialized

+

Hierarchy

Constructors

Properties

The raw transaction

+
secondary_signer_addresses: AccountAddress[]

The secondary signers on this transaction

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiAgentTransaction.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiAgentTransaction.html new file mode 100644 index 000000000..2cdf13142 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiAgentTransaction.html @@ -0,0 +1,21 @@ +MultiAgentTransaction | @aptos-labs/ts-sdk - v1.14.0

Class MultiAgentTransaction

Representation of a Raw Transaction that can serialized and deserialized

+

Hierarchy

Constructors

Properties

feePayerAddress?: AccountAddress
rawTransaction: RawTransaction
secondarySignerAddresses: AccountAddress[]

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiEd25519PublicKey.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiEd25519PublicKey.html new file mode 100644 index 000000000..06c38ce9f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiEd25519PublicKey.html @@ -0,0 +1,36 @@ +MultiEd25519PublicKey | @aptos-labs/ts-sdk - v1.14.0

Class MultiEd25519PublicKey

Represents the public key of a K-of-N Ed25519 multi-sig transaction.

+

Hierarchy

Constructors

Properties

publicKeys: Ed25519PublicKey[]

List of Ed25519 public keys for this LegacyMultiEd25519PublicKey

+
threshold: number

The minimum number of valid signatures required, for the number of public keys specified

+
MAX_KEYS: 32 = 32

Maximum number of public keys supported

+
MIN_KEYS: 2 = 2

Minimum number of public keys needed

+
MIN_THRESHOLD: 1 = 1

Minimum threshold for the number of valid signatures required

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiEd25519Signature.html new file mode 100644 index 000000000..2d8605005 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiEd25519Signature.html @@ -0,0 +1,45 @@ +MultiEd25519Signature | @aptos-labs/ts-sdk - v1.14.0

Class MultiEd25519Signature

Represents the signature of a K-of-N Ed25519 multi-sig transaction.

+

Hierarchy

Constructors

Properties

bitmap: Uint8Array

32-bit Bitmap representing who signed the transaction

+

This is represented where each public key can be masked to determine whether the message was signed by that key.

+
signatures: Ed25519Signature[]

The list of underlying Ed25519 signatures

+
BITMAP_LEN: number = 4

Number of bytes in the bitmap representing who signed the transaction (32-bits)

+
MAX_SIGNATURES_SUPPORTED: number = 32

Maximum number of Ed25519 signatures supported

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +
  • Helper method to create a bitmap out of the specified bit positions

    +

    Parameters

    • args: {
          bits: number[];
      }
      • bits: number[]

        The bitmap positions that should be set. A position starts at index 0. +Valid position should range between 0 and 31.

        +

    Returns Uint8Array

    bitmap that is 32bit long

    +

    Example

    Here's an example of valid bits

    +
    [0, 2, 31]
    +
    +

    [0, 2, 31] means the 1st, 3rd and 32nd bits should be set in the bitmap. +The result bitmap should be 0b1010000000000000000000000000001

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiKey.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiKey.html new file mode 100644 index 000000000..7f99cd8d1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiKey.html @@ -0,0 +1,32 @@ +MultiKey | @aptos-labs/ts-sdk - v1.14.0

Represents the public key of a multi-agent account.

+

The public keys of each individual agent can be any type of public key supported by Aptos. +Since AIP-55 Aptos supports +Legacy and Unified authentication keys.

+

Hierarchy

Constructors

Properties

publicKeys: AnyPublicKey[]

List of any public keys

+
signaturesRequired: number

The minimum number of valid signatures required, for the number of public keys specified

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Create a bitmap that holds the mapping from the original public keys +to the signatures passed in

    +

    Parameters

    • args: {
          bits: number[];
      }
      • bits: number[]

        array of the index mapping to the matching public keys

        +

    Returns Uint8Array

    Uint8array bit map

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiKeySignature.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiKeySignature.html new file mode 100644 index 000000000..9fa7b4e6d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiKeySignature.html @@ -0,0 +1,43 @@ +MultiKeySignature | @aptos-labs/ts-sdk - v1.14.0

An abstract representation of a crypto signature, +associated to a specific signature scheme e.g. Ed25519 or Secp256k1

+

This is the product of signing a message directly from a PrivateKey +and can be verified against a CryptoPublicKey.

+

Hierarchy

Constructors

Properties

bitmap: Uint8Array

32-bit Bitmap representing who signed the transaction

+

This is represented where each public key can be masked to determine whether the message was signed by that key.

+
signatures: AnySignature[]

The list of underlying Ed25519 signatures

+
BITMAP_LEN: number = 4

Number of bytes in the bitmap representing who signed the transaction (32-bits)

+
MAX_SIGNATURES_SUPPORTED: number = ...

Maximum number of Ed25519 signatures supported

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +
  • Helper method to create a bitmap out of the specified bit positions

    +

    Parameters

    • args: {
          bits: number[];
      }
      • bits: number[]

        The bitmap positions that should be set. A position starts at index 0. +Valid position should range between 0 and 31.

        +

    Returns Uint8Array

    bitmap that is 32bit long

    +

    Example

    Here's an example of valid bits

    +
    [0, 2, 31]
    +
    +

    [0, 2, 31] means the 1st, 3rd and 32nd bits should be set in the bitmap. +The result bitmap should be 0b1010000000000000000000000000001

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiSig.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiSig.html new file mode 100644 index 000000000..3da3cfc5a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiSig.html @@ -0,0 +1,11 @@ +MultiSig | @aptos-labs/ts-sdk - v1.14.0

Representation of a MultiSig that can serialized and deserialized

+

Constructors

Properties

multisig_address: AccountAddress
transaction_payload?: MultiSigTransactionPayload

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiSigTransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiSigTransactionPayload.html new file mode 100644 index 000000000..c3ab6108a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/MultiSigTransactionPayload.html @@ -0,0 +1,21 @@ +MultiSigTransactionPayload | @aptos-labs/ts-sdk - v1.14.0

Class MultiSigTransactionPayload

Representation of a MultiSig Transaction Payload from multisig_account.move +that can be serialized and deserialized

+

This class exists right now to represent an extensible transaction payload class for +transactions used in multisig_account.move. Eventually, this class will be able to +support script payloads when the multisig_account.move module supports them.

+

Hierarchy

Constructors

Properties

transaction_payload: EntryFunction

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/ParsingError.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/ParsingError.html new file mode 100644 index 000000000..322a5fcb2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/ParsingError.html @@ -0,0 +1,16 @@ +ParsingError | @aptos-labs/ts-sdk - v1.14.0

Class ParsingError<T>

This error is used to explain why parsing failed.

+

Type Parameters

  • T

Hierarchy

  • Error
    • ParsingError

Constructors

Properties

invalidReason: T

This provides a programmatic way to access why parsing failed. Downstream devs +might want to use this to build their own error messages if the default error +messages are not suitable for their use case. This should be an enum.

+
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/PublicKey.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/PublicKey.html new file mode 100644 index 000000000..47d312726 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/PublicKey.html @@ -0,0 +1,18 @@ +PublicKey | @aptos-labs/ts-sdk - v1.14.0

Class PublicKeyAbstract

An abstract representation of a public key.

+

Provides a common interface for verifying any signature.

+

Hierarchy

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/RawTransaction.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/RawTransaction.html new file mode 100644 index 000000000..0bb26d2d7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/RawTransaction.html @@ -0,0 +1,31 @@ +RawTransaction | @aptos-labs/ts-sdk - v1.14.0

Representation of a Raw Transaction that can serialized and deserialized

+

Hierarchy

Constructors

  • RawTransactions contain the metadata and payloads that can be submitted to Aptos chain for execution. +RawTransactions must be signed before Aptos chain can execute them.

    +

    Parameters

    • sender: AccountAddress

      The sender Account Address

      +
    • sequence_number: bigint

      Sequence number of this transaction. This must match the sequence number stored in + the sender's account at the time the transaction executes.

      +
    • payload: TransactionPayload

      Instructions for the Aptos Blockchain, including publishing a module, + execute an entry function or execute a script payload.

      +
    • max_gas_amount: bigint

      Maximum total gas to spend for this transaction. The account must have more + than this gas or the transaction will be discarded during validation.

      +
    • gas_unit_price: bigint

      Price to be paid per gas unit.

      +
    • expiration_timestamp_secs: bigint

      The blockchain timestamp at which the blockchain would discard this transaction.

      +
    • chain_id: ChainId

      The chain ID of the blockchain that this transaction is intended to be run on.

      +

    Returns RawTransaction

Properties

chain_id: ChainId
expiration_timestamp_secs: bigint
gas_unit_price: bigint
max_gas_amount: bigint
sequence_number: bigint

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/RawTransactionWithData.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/RawTransactionWithData.html new file mode 100644 index 000000000..d11c8badf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/RawTransactionWithData.html @@ -0,0 +1,14 @@ +RawTransactionWithData | @aptos-labs/ts-sdk - v1.14.0

Class RawTransactionWithDataAbstract

Representation of a Raw Transaction With Data that can serialized and deserialized

+

Hierarchy

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/RotationProofChallenge.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/RotationProofChallenge.html new file mode 100644 index 000000000..1834cfbd4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/RotationProofChallenge.html @@ -0,0 +1,19 @@ +RotationProofChallenge | @aptos-labs/ts-sdk - v1.14.0

Class RotationProofChallenge

Representation of the challenge which is needed to sign by owner of the account +to rotate the authentication key.

+

Hierarchy

Constructors

Properties

accountAddress: AccountAddress = AccountAddress.ONE
currentAuthKey: AccountAddress
moduleName: MoveString = ...
newPublicKey: MoveVector<U8>
originator: AccountAddress
sequenceNumber: U64
structName: MoveString = ...

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/Script.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Script.html new file mode 100644 index 000000000..e2d894c04 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Script.html @@ -0,0 +1,21 @@ +Script | @aptos-labs/ts-sdk - v1.14.0

Representation of a Script that can serialized and deserialized

+

Constructors

Properties

Methods

Constructors

  • Scripts contain the Move bytecodes payload that can be submitted to Aptos chain for execution.

    +

    Parameters

    • bytecode: Uint8Array

      The move module bytecode

      +
    • type_args: TypeTag[]

      The type arguments that the bytecode function requires.

      +
    • args: ScriptFunctionArgument[]

      The arguments that the bytecode function requires.

      +

    Returns Script

    Example

    A coin transfer function has one type argument "CoinType".

    +
    public(script) fun transfer<CoinType>(from: &signer, to: address, amount: u64,)
    +
    +

    Example

    A coin transfer function has three arguments "from", "to" and "amount".

    +
    public(script) fun transfer<CoinType>(from: &signer, to: address, amount: u64,)
    +
    +

Properties

The arguments that the bytecode function requires.

+
bytecode: Uint8Array

The move module bytecode

+
type_args: TypeTag[]

The type arguments that the bytecode function requires.

+

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/Secp256k1PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Secp256k1PrivateKey.html new file mode 100644 index 000000000..62e6e9d7c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Secp256k1PrivateKey.html @@ -0,0 +1,47 @@ +Secp256k1PrivateKey | @aptos-labs/ts-sdk - v1.14.0

Class Secp256k1PrivateKey

A Secp256k1 ecdsa private key

+

Hierarchy

Implements

Constructors

Properties

key: Hex

The private key bytes

+
LENGTH: number = 32

Length of Secp256k1 ecdsa private key

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +
  • Get the private key as a hex string with the 0x prefix.

    +

    Returns string

    string representation of the private key

    +
  • A private inner function so we can separate from the main fromDerivationPath() method +to add tests to verify we create the keys correctly.

    +

    Parameters

    • path: string

      the BIP44 path

      +
    • seed: Uint8Array

      the seed phrase created by the mnemonics

      +

    Returns Secp256k1PrivateKey

    The generated key

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/Secp256k1PublicKey.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Secp256k1PublicKey.html new file mode 100644 index 000000000..41beeb98b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Secp256k1PublicKey.html @@ -0,0 +1,26 @@ +Secp256k1PublicKey | @aptos-labs/ts-sdk - v1.14.0

Class Secp256k1PublicKey

Represents the Secp256k1 ecdsa public key

+

Secp256k1 authentication key is represented in the SDK as AnyPublicKey.

+

Hierarchy

Constructors

Properties

key: Hex
LENGTH: number = 65

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/Secp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Secp256k1Signature.html new file mode 100644 index 000000000..2f8af9f75 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Secp256k1Signature.html @@ -0,0 +1,22 @@ +Secp256k1Signature | @aptos-labs/ts-sdk - v1.14.0

Class Secp256k1Signature

A signature of a message signed using a Secp256k1 ecdsa private key

+

Hierarchy

Constructors

Properties

data: Hex

The signature bytes

+
LENGTH: 64 = 64

Secp256k1 ecdsa signatures are 256-bit.

+

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/Serializable.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Serializable.html new file mode 100644 index 000000000..57c159f79 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Serializable.html @@ -0,0 +1,10 @@ +Serializable | @aptos-labs/ts-sdk - v1.14.0

Class SerializableAbstract

Hierarchy

Constructors

Methods

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/Serializer.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Serializer.html new file mode 100644 index 000000000..68a7793bf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Serializer.html @@ -0,0 +1,67 @@ +Serializer | @aptos-labs/ts-sdk - v1.14.0

Constructors

Properties

buffer: ArrayBuffer
offset: number

Methods

  • Serializes a Serializable value, facilitating composable serialization.

    +

    Type Parameters

    Parameters

    • value: T

      The Serializable value to serialize

      +

    Returns void

    the serializer instance

    +

    Example

    // Define the MoveStruct class that implements the Serializable interface
    class MoveStruct extends Serializable {
    constructor(
    public creatorAddress: AccountAddress, // where AccountAddress extends Serializable
    public collectionName: string,
    public tokenName: string
    ) {}

    serialize(serializer: Serializer): void {
    serializer.serialize(this.creatorAddress); // Composable serialization of another Serializable object
    serializer.serializeStr(this.collectionName);
    serializer.serializeStr(this.tokenName);
    }
    }

    // Construct a MoveStruct
    const moveStruct = new MoveStruct(new AccountAddress(...), "MyCollection", "TokenA");

    // Serialize a string, a u64 number, and a MoveStruct instance.
    const serializer = new Serializer();
    serializer.serializeStr("ExampleString");
    serializer.serializeU64(12345678);
    serializer.serialize(moveStruct);

    // Get the bytes from the Serializer instance
    const serializedBytes = serializer.toUint8Array(); +
    +
  • Serializes a boolean value.

    +

    BCS layout for "boolean": One byte. "0x01" for true and "0x00" for false.

    +

    Parameters

    • value: boolean

    Returns void

  • Serializes an array of bytes.

    +

    BCS layout for "bytes": bytes_length | bytes +where bytes_length is a u32 integer encoded as a uleb128 integer, equal to the length of the bytes array.

    +

    Parameters

    • value: Uint8Array

    Returns void

  • Serializes an array of bytes with known length. Therefore, length doesn't need to be +serialized to help deserialization.

    +

    When deserializing, the number of bytes to deserialize needs to be passed in.

    +

    Parameters

    • value: Uint8Array

    Returns void

  • Serializes a string. UTF8 string is supported.

    +

    The number of bytes in the string content is serialized first, as a uleb128-encoded u32 integer. +Then the string content is serialized as UTF8 encoded bytes.

    +

    BCS layout for "string": string_length | string_content +where string_length is a u32 integer encoded as a uleb128 integer, equal to the number of bytes in string_content.

    +

    Parameters

    • value: string

    Returns void

    Example

    const serializer = new Serializer();
    serializer.serializeStr("1234abcd");
    assert(serializer.toUint8Array() === new Uint8Array([8, 49, 50, 51, 52, 97, 98, 99, 100])); +
    +
  • Serializes a uint128 number.

    +

    BCS layout for "uint128": Sixteen bytes. Binary format in little-endian representation.

    +

    Parameters

    Returns void

  • Serializes a uint16 number.

    +

    BCS layout for "uint16": Two bytes. Binary format in little-endian representation.

    +

    Parameters

    • value: number

    Returns void

    Example

    const serializer = new Serializer();
    serializer.serializeU16(4660);
    assert(serializer.toUint8Array() === new Uint8Array([0x34, 0x12])); +
    +
  • Serializes a uint256 number.

    +

    BCS layout for "uint256": Sixteen bytes. Binary format in little-endian representation.

    +

    Parameters

    Returns void

  • Serializes a uint32 number.

    +

    BCS layout for "uint32": Four bytes. Binary format in little-endian representation.

    +

    Parameters

    • value: number

    Returns void

    Example

    const serializer = new Serializer();
    serializer.serializeU32(305419896);
    assert(serializer.toUint8Array() === new Uint8Array([0x78, 0x56, 0x34, 0x12])); +
    +
  • Serializes a uint32 number with uleb128.

    +

    BCS uses uleb128 encoding in two cases: (1) lengths of variable-length sequences and (2) tags of enum values

    +

    Parameters

    • val: number

    Returns void

  • Serializes a uint64 number.

    +

    BCS layout for "uint64": Eight bytes. Binary format in little-endian representation.

    +

    Parameters

    Returns void

    Example

    const serializer = new Serializer();
    serializer.serializeU64(1311768467750121216);
    assert(serializer.toUint8Array() === new Uint8Array([0x00, 0xEF, 0xCD, 0xAB, 0x78, 0x56, 0x34, 0x12])); +
    +
  • Serializes a uint8 number.

    +

    BCS layout for "uint8": One byte. Binary format in little-endian representation.

    +

    Parameters

    • value: number

    Returns void

  • Serializes an array of BCS Serializable values to a serializer instance. +Note that this does not return anything. The bytes are added to the serializer instance's byte buffer.

    +

    Type Parameters

    Parameters

    • values: T[]

      The array of BCS Serializable values

      +

    Returns void

    Example

    const addresses = new Array<AccountAddress>(
    AccountAddress.from("0x1"),
    AccountAddress.from("0x2"),
    AccountAddress.from("0xa"),
    AccountAddress.from("0xb"),
    );
    const serializer = new Serializer();
    serializer.serializeVector(addresses);
    const serializedBytes = serializer.toUint8Array();
    // serializedBytes is now the BCS-serialized bytes
    // The equivalent value in Move would be:
    // `bcs::to_bytes(&vector<address> [@0x1, @0x2, @0xa, @0xb])`; +
    +
  • Parameters

    • fn: ((byteOffset, value, littleEndian?) => void)
        • (byteOffset, value, littleEndian?): void
        • Parameters

          • byteOffset: number
          • value: number
          • Optional littleEndian: boolean

          Returns void

    • bytesLength: number
    • value: number

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/Signature.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Signature.html new file mode 100644 index 000000000..841434adb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/Signature.html @@ -0,0 +1,18 @@ +Signature | @aptos-labs/ts-sdk - v1.14.0

Class SignatureAbstract

An abstract representation of a crypto signature, +associated to a specific signature scheme e.g. Ed25519 or Secp256k1

+

This is the product of signing a message directly from a PrivateKey +and can be verified against a CryptoPublicKey.

+

Hierarchy

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/SignedTransaction.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/SignedTransaction.html new file mode 100644 index 000000000..039de9b0e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/SignedTransaction.html @@ -0,0 +1,21 @@ +SignedTransaction | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Constructors

Properties

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/SimpleTransaction.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/SimpleTransaction.html new file mode 100644 index 000000000..b880c6ef0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/SimpleTransaction.html @@ -0,0 +1,21 @@ +SimpleTransaction | @aptos-labs/ts-sdk - v1.14.0

Representation of a SimpleTransaction that can serialized and deserialized

+

Hierarchy

Constructors

Properties

feePayerAddress?: AccountAddress
rawTransaction: RawTransaction
secondarySignerAddresses: undefined

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/SingleKeyAccount.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/SingleKeyAccount.html new file mode 100644 index 000000000..a176b7ff0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/SingleKeyAccount.html @@ -0,0 +1,30 @@ +SingleKeyAccount | @aptos-labs/ts-sdk - v1.14.0

Signer implementation for the SingleKey authentication scheme. +This extends a SingleKeyAccount by adding signing capabilities through a valid private key. +Currently, the only supported signature schemes are Ed25519 and Secp256k1.

+

Note: Generating a signer instance does not create the account on-chain.

+

Implements

Constructors

Properties

accountAddress: AccountAddress

Account address associated with the account

+
privateKey: PrivateKey

Private key associated with the account

+
publicKey: AnyPublicKey

Public key associated with the account

+
signingScheme: SingleKey = SigningScheme.SingleKey

Signing scheme used to sign transactions

+

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/StructTag.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/StructTag.html new file mode 100644 index 000000000..ccd01e509 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/StructTag.html @@ -0,0 +1,15 @@ +StructTag | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Constructors

Properties

moduleName: Identifier
typeArgs: TypeTag[]

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticator.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticator.html new file mode 100644 index 000000000..e28eb2001 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticator.html @@ -0,0 +1,11 @@ +TransactionAuthenticator | @aptos-labs/ts-sdk - v1.14.0

Class TransactionAuthenticatorAbstract

Hierarchy

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticatorEd25519.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticatorEd25519.html new file mode 100644 index 000000000..eb5aa9b93 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticatorEd25519.html @@ -0,0 +1,19 @@ +TransactionAuthenticatorEd25519 | @aptos-labs/ts-sdk - v1.14.0

Class TransactionAuthenticatorEd25519

Transaction authenticator Ed25519 for a single signer transaction

+

Param: public_key

Client's public key.

+

Param: signature

Ed25519 signature of a raw transaction.

+

See

Creating a Signed Transaction +for details about generating a signature.

+

Hierarchy

Constructors

Properties

public_key: Ed25519PublicKey
signature: Ed25519Signature

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticatorFeePayer.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticatorFeePayer.html new file mode 100644 index 000000000..b6f87e2d6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticatorFeePayer.html @@ -0,0 +1,21 @@ +TransactionAuthenticatorFeePayer | @aptos-labs/ts-sdk - v1.14.0

Class TransactionAuthenticatorFeePayer

Transaction authenticator for a fee payer transaction

+

Param: sender

Sender account authenticator

+

Param: secondary_signer_addresses

Secondary signers address

+

Param: secondary_signers

Secondary signers account authenticators

+

Param: fee_payer

Object of the fee payer account address and the fee payer authentication

+

Hierarchy

Constructors

Properties

fee_payer: {
    address: AccountAddress;
    authenticator: AccountAuthenticator;
}

Type declaration

secondary_signer_addresses: AccountAddress[]
secondary_signers: AccountAuthenticator[]

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticatorMultiAgent.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticatorMultiAgent.html new file mode 100644 index 000000000..97acf7b30 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticatorMultiAgent.html @@ -0,0 +1,19 @@ +TransactionAuthenticatorMultiAgent | @aptos-labs/ts-sdk - v1.14.0

Class TransactionAuthenticatorMultiAgent

Transaction authenticator for a multi-agent transaction

+

Param: sender

Sender account authenticator

+

Param: secondary_signer_addresses

Secondary signers address

+

Param: secondary_signers

Secondary signers account authenticators

+

Hierarchy

Constructors

Properties

secondary_signer_addresses: AccountAddress[]
secondary_signers: AccountAuthenticator[]

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticatorMultiEd25519.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticatorMultiEd25519.html new file mode 100644 index 000000000..e9fc7bb90 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticatorMultiEd25519.html @@ -0,0 +1,17 @@ +TransactionAuthenticatorMultiEd25519 | @aptos-labs/ts-sdk - v1.14.0

Class TransactionAuthenticatorMultiEd25519

Transaction authenticator Ed25519 for a multi signers transaction

+

Param: public_key

Client's public key.

+

Param: signature

Multi Ed25519 signature of a raw transaction.

+

Hierarchy

Constructors

Properties

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticatorSingleSender.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticatorSingleSender.html new file mode 100644 index 000000000..cb3e56f92 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionAuthenticatorSingleSender.html @@ -0,0 +1,15 @@ +TransactionAuthenticatorSingleSender | @aptos-labs/ts-sdk - v1.14.0

Class TransactionAuthenticatorSingleSender

Single Sender authenticator for a single signer transaction

+

Param: sender

AccountAuthenticator

+

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionPayload.html new file mode 100644 index 000000000..8f780b22c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionPayload.html @@ -0,0 +1,15 @@ +TransactionPayload | @aptos-labs/ts-sdk - v1.14.0

Class TransactionPayloadAbstract

Representation of the supported Transaction Payload +that can serialized and deserialized

+

Hierarchy

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionPayloadEntryFunction.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionPayloadEntryFunction.html new file mode 100644 index 000000000..b920f8570 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionPayloadEntryFunction.html @@ -0,0 +1,16 @@ +TransactionPayloadEntryFunction | @aptos-labs/ts-sdk - v1.14.0

Class TransactionPayloadEntryFunction

Representation of a Transaction Payload Entry Function that can serialized and deserialized

+

Hierarchy

Constructors

Properties

entryFunction: EntryFunction

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionPayloadMultiSig.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionPayloadMultiSig.html new file mode 100644 index 000000000..22d4827c3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionPayloadMultiSig.html @@ -0,0 +1,16 @@ +TransactionPayloadMultiSig | @aptos-labs/ts-sdk - v1.14.0

Class TransactionPayloadMultiSig

Representation of a Transaction Payload Multi-sig that can serialized and deserialized

+

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

multiSig: MultiSig

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionPayloadScript.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionPayloadScript.html new file mode 100644 index 000000000..aa5a92a42 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionPayloadScript.html @@ -0,0 +1,16 @@ +TransactionPayloadScript | @aptos-labs/ts-sdk - v1.14.0

Class TransactionPayloadScript

Representation of a Transaction Payload Script that can serialized and deserialized

+

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

script: Script

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionWorker.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionWorker.html new file mode 100644 index 000000000..a644570ba --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TransactionWorker.html @@ -0,0 +1,82 @@ +TransactionWorker | @aptos-labs/ts-sdk - v1.14.0

TransactionWorker provides a simple framework for receiving payloads to be processed.

+

Once one start() the process and pushes a new transaction, the worker acquires +the current account's next sequence number (by using the AccountSequenceNumber class), +generates a signed transaction and pushes an async submission process into the outstandingTransactions queue. +At the same time, the worker processes transactions by reading the outstandingTransactions queue +and submits the next transaction to chain, it

+
    +
  1. waits for resolution of the submission process or get pre-execution validation error +and 2) waits for the resolution of the execution process or get an execution error. +The worker fires events for any submission and/or execution success and/or failure.
  2. +
+

Hierarchy

Constructors

  • Provides a simple framework for receiving payloads to be processed.

    +

    Parameters

    • aptosConfig: AptosConfig

      a config object

      +
    • account: Account
    • maxWaitTime: number = 30

      the max wait time to wait before resyncing the sequence number +to the current on-chain state, default to 30

      +
    • maximumInFlight: number = 100

      submit up to maximumInFlight transactions per account. +Mempool limits the number of transactions per account to 100, hence why we default to 100.

      +
    • sleepTime: number = 10

      If maximumInFlight are in flight, wait sleepTime seconds before re-evaluating, default to 10

      +

    Returns TransactionWorker

Properties

account: Account
accountSequnceNumber: AccountSequenceNumber
aptosConfig: AptosConfig
executedTransactions: [string, bigint, any][] = []

transactions that have been committed to chain

+
outstandingTransactions: AsyncQueue<[Promise<PendingTransactionResponse>, bigint]> = ...

signed transactions waiting to be submitted

+
sentTransactions: [string, bigint, any][] = []

transactions that have been submitted to chain

+
started: boolean
taskQueue: AsyncQueue<(() => Promise<void>)> = ...

Type declaration

    • (): Promise<void>
    • Returns Promise<void>

transactionsQueue: AsyncQueue<[InputGenerateTransactionPayloadData, undefined | InputGenerateTransactionOptions]> = ...

transactions payloads waiting to be generated and signed

+

TODO support entry function payload from ABI builder

+
prefixed: string | boolean

Methods

  • Once transaction has been sent to chain, we check for its execution status.

    +

    Parameters

    • sentTransaction: PromiseFulfilledResult<PendingTransactionResponse>

      transactions that were sent to chain and are now waiting to be executed

      +
    • sequenceNumber: bigint

      the account's sequence number that was sent with the transaction

      +

    Returns Promise<void>

  • Calls each of the listeners registered for a given event.

    +

    Type Parameters

    Parameters

    Returns boolean

  • Return an array listing the events for which the emitter has registered +listeners.

    +

    Returns (keyof TransactionWorkerEvents)[]

  • Return the number of listeners listening to a given event.

    +

    Parameters

    Returns number

  • Return the listeners registered for a given event.

    +

    Type Parameters

    Parameters

    • event: T

    Returns ((...args) => void)[]

  • Reads the outstanding transaction queue and submits the transaction to chain.

    +

    If the transaction has fulfilled, it pushes the transaction to the processed +transactions queue and fires a transactionsFulfilled event.

    +

    If the transaction has failed, it pushes the transaction to the processed +transactions queue with the failure reason and fires a transactionsFailed event.

    +

    Returns Promise<void>

  • Remove all listeners, or those of the specified event.

    +

    Parameters

    Returns TransactionWorker

  • Remove the listeners of a given event.

    +

    Type Parameters

    Parameters

    Returns TransactionWorker

  • Gets the current account sequence number, +generates the transaction with the account sequence number, +adds the transaction to the outstanding transaction queue +to be processed later.

    +

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTag.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTag.html new file mode 100644 index 000000000..97084280d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTag.html @@ -0,0 +1,24 @@ +TypeTag | @aptos-labs/ts-sdk - v1.14.0

Class TypeTagAbstract

Hierarchy

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagAddress.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagAddress.html new file mode 100644 index 000000000..0ed1ac917 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagAddress.html @@ -0,0 +1,25 @@ +TypeTagAddress | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagBool.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagBool.html new file mode 100644 index 000000000..fcad157c7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagBool.html @@ -0,0 +1,25 @@ +TypeTagBool | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagGeneric.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagGeneric.html new file mode 100644 index 000000000..f22d27780 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagGeneric.html @@ -0,0 +1,29 @@ +TypeTagGeneric | @aptos-labs/ts-sdk - v1.14.0

Generics are used for type parameters in entry functions. However, +they are not actually serialized into a real type, so they cannot be +used as a type directly.

+

Hierarchy

Constructors

Properties

value: number

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagParserError.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagParserError.html new file mode 100644 index 000000000..ee9b87e9c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagParserError.html @@ -0,0 +1,11 @@ +TypeTagParserError | @aptos-labs/ts-sdk - v1.14.0

Class TypeTagParserError

Hierarchy

  • Error
    • TypeTagParserError

Constructors

Properties

message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagReference.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagReference.html new file mode 100644 index 000000000..e3e274f77 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagReference.html @@ -0,0 +1,26 @@ +TypeTagReference | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Constructors

Properties

value: TypeTag

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagSigner.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagSigner.html new file mode 100644 index 000000000..3ef44c7f2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagSigner.html @@ -0,0 +1,25 @@ +TypeTagSigner | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagStruct.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagStruct.html new file mode 100644 index 000000000..b898c524f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagStruct.html @@ -0,0 +1,30 @@ +TypeTagStruct | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Constructors

Properties

value: StructTag

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU128.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU128.html new file mode 100644 index 000000000..46083a2b4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU128.html @@ -0,0 +1,25 @@ +TypeTagU128 | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU16.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU16.html new file mode 100644 index 000000000..b891634bb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU16.html @@ -0,0 +1,25 @@ +TypeTagU16 | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU256.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU256.html new file mode 100644 index 000000000..65a1efec1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU256.html @@ -0,0 +1,25 @@ +TypeTagU256 | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU32.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU32.html new file mode 100644 index 000000000..42057ac8d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU32.html @@ -0,0 +1,25 @@ +TypeTagU32 | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU64.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU64.html new file mode 100644 index 000000000..1d108a059 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU64.html @@ -0,0 +1,25 @@ +TypeTagU64 | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU8.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU8.html new file mode 100644 index 000000000..bb23ec538 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagU8.html @@ -0,0 +1,25 @@ +TypeTagU8 | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Constructors

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagVector.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagVector.html new file mode 100644 index 000000000..88b2b426b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/TypeTagVector.html @@ -0,0 +1,27 @@ +TypeTagVector | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Constructors

Properties

value: TypeTag

Methods

  • Serializes a Serializable value to its BCS representation. +This function is the Typescript SDK equivalent of bcs::to_bytes in Move.

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +
  • Helper function to get a value's BCS-serialized bytes as a Hex instance.

    +

    Returns Hex

    a Hex instance with the BCS-serialized bytes loaded into its underlying Uint8Array

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/U128.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/U128.html new file mode 100644 index 000000000..0b1796b0c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/U128.html @@ -0,0 +1,20 @@ +U128 | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Implements

Constructors

Properties

value: bigint

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/U16.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/U16.html new file mode 100644 index 000000000..00f348dc4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/U16.html @@ -0,0 +1,20 @@ +U16 | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Implements

Constructors

Properties

value: number

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/U256.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/U256.html new file mode 100644 index 000000000..60398fa95 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/U256.html @@ -0,0 +1,20 @@ +U256 | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Implements

Constructors

Properties

value: bigint

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/U32.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/U32.html new file mode 100644 index 000000000..f1ef145af --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/U32.html @@ -0,0 +1,20 @@ +U32 | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Implements

Constructors

Properties

value: number

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/U64.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/U64.html new file mode 100644 index 000000000..31f9cd95f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/U64.html @@ -0,0 +1,20 @@ +U64 | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Implements

Constructors

Properties

value: bigint

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/classes/U8.html b/docs/@aptos-labs/ts-sdk-1.14.0/classes/U8.html new file mode 100644 index 000000000..f38b9abec --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/classes/U8.html @@ -0,0 +1,20 @@ +U8 | @aptos-labs/ts-sdk - v1.14.0

Hierarchy

Implements

Constructors

Properties

value: number

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/AccountAuthenticatorVariant.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/AccountAuthenticatorVariant.html new file mode 100644 index 000000000..233902ade --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/AccountAuthenticatorVariant.html @@ -0,0 +1,7 @@ +AccountAuthenticatorVariant | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/AddressInvalidReason.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/AddressInvalidReason.html new file mode 100644 index 000000000..8058dbb54 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/AddressInvalidReason.html @@ -0,0 +1,9 @@ +AddressInvalidReason | @aptos-labs/ts-sdk - v1.14.0

Enumeration AddressInvalidReason

This enum is used to explain why an address was invalid.

+

Enumeration Members

INCORRECT_NUMBER_OF_BYTES: "incorrect_number_of_bytes"
INVALID_HEX_CHARS: "invalid_hex_chars"
INVALID_PADDING_ZEROES: "INVALID_PADDING_ZEROES"
LEADING_ZERO_X_REQUIRED: "leading_zero_x_required"
LONG_FORM_REQUIRED_UNLESS_SPECIAL: "long_form_required_unless_special"
TOO_LONG: "too_long"
TOO_SHORT: "too_short"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/AnyPublicKeyVariant.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/AnyPublicKeyVariant.html new file mode 100644 index 000000000..8315a081e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/AnyPublicKeyVariant.html @@ -0,0 +1,3 @@ +AnyPublicKeyVariant | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/AnySignatureVariant.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/AnySignatureVariant.html new file mode 100644 index 000000000..79c2e78c8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/AnySignatureVariant.html @@ -0,0 +1,3 @@ +AnySignatureVariant | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/AptosApiType.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/AptosApiType.html new file mode 100644 index 000000000..888a8dcdb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/AptosApiType.html @@ -0,0 +1,5 @@ +AptosApiType | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/DeriveScheme.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/DeriveScheme.html new file mode 100644 index 000000000..15ba2f100 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/DeriveScheme.html @@ -0,0 +1,12 @@ +DeriveScheme | @aptos-labs/ts-sdk - v1.14.0

Enumeration DeriveScheme

Scheme used for deriving account addresses from other data

+

Enumeration Members

DeriveAuid: 251

Derives an address using an AUID, used for objects

+
DeriveObjectAddressFromGuid: 253

Derives an address from a GUID, used for objects

+
DeriveObjectAddressFromObject: 252

Derives an address from another object address

+
DeriveObjectAddressFromSeed: 254

Derives an address from seed bytes, used for named objects

+
DeriveResourceAccountAddress: 255

Derives an address from seed bytes, used for resource accounts

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/HexInvalidReason.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/HexInvalidReason.html new file mode 100644 index 000000000..21a72b62b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/HexInvalidReason.html @@ -0,0 +1,5 @@ +HexInvalidReason | @aptos-labs/ts-sdk - v1.14.0

Enumeration HexInvalidReason

This enum is used to explain why parsing might have failed.

+

Enumeration Members

INVALID_HEX_CHARS: "invalid_hex_chars"
INVALID_LENGTH: "invalid_length"
TOO_SHORT: "too_short"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/KeyType.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/KeyType.html new file mode 100644 index 000000000..23253984f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/KeyType.html @@ -0,0 +1,3 @@ +KeyType | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/MimeType.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/MimeType.html new file mode 100644 index 000000000..d9fe24d2d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/MimeType.html @@ -0,0 +1,8 @@ +MimeType | @aptos-labs/ts-sdk - v1.14.0

Enumeration MimeType

Enumeration Members

BCS: "application/x-bcs"

BCS representation, used for accept type BCS output

+
BCS_SIGNED_TRANSACTION: "application/x.aptos.signed_transaction+bcs"

BCS representation, used for transaction submission in BCS input

+
BCS_VIEW_FUNCTION: "application/x.aptos.view_function+bcs"
JSON: "application/json"

JSON representation, used for transaction submission and accept type JSON output

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/MoveAbility.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/MoveAbility.html new file mode 100644 index 000000000..ff16516be --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/MoveAbility.html @@ -0,0 +1,6 @@ +MoveAbility | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/MoveFunctionVisibility.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/MoveFunctionVisibility.html new file mode 100644 index 000000000..86d473ba5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/MoveFunctionVisibility.html @@ -0,0 +1,5 @@ +MoveFunctionVisibility | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/Network.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/Network.html new file mode 100644 index 000000000..43b59e949 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/Network.html @@ -0,0 +1,6 @@ +Network | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/ProcessorType.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/ProcessorType.html new file mode 100644 index 000000000..2b330a5ca --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/ProcessorType.html @@ -0,0 +1,11 @@ +ProcessorType | @aptos-labs/ts-sdk - v1.14.0

Enumeration ProcessorType

The list of supported Processor types for our indexer api.

+

These can be found from the processor_status table in the indexer database. +https://cloud.hasura.io/public/graphiql?endpoint=https://api.mainnet.aptoslabs.com/v1/graphql

+

Enumeration Members

ACCOUNT_TRANSACTION_PROCESSOR: "account_transactions_processor"
DEFAULT: "default_processor"
EVENTS_PROCESSOR: "events_processor"
FUNGIBLE_ASSET_PROCESSOR: "fungible_asset_processor"
STAKE_PROCESSOR: "stake_processor"
TOKEN_V2_PROCESSOR: "token_v2_processor"
USER_TRANSACTION_PROCESSOR: "user_transaction_processor"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/RoleType.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/RoleType.html new file mode 100644 index 000000000..f7d148642 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/RoleType.html @@ -0,0 +1,3 @@ +RoleType | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/ScriptTransactionArgumentVariants.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/ScriptTransactionArgumentVariants.html new file mode 100644 index 000000000..29168099d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/ScriptTransactionArgumentVariants.html @@ -0,0 +1,12 @@ +ScriptTransactionArgumentVariants | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/SigningScheme.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/SigningScheme.html new file mode 100644 index 000000000..bbd321ca5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/SigningScheme.html @@ -0,0 +1,8 @@ +SigningScheme | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/SigningSchemeInput.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/SigningSchemeInput.html new file mode 100644 index 000000000..2bce9bb29 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/SigningSchemeInput.html @@ -0,0 +1,5 @@ +SigningSchemeInput | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/TransactionAuthenticatorVariant.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/TransactionAuthenticatorVariant.html new file mode 100644 index 000000000..ebc1dc3cb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/TransactionAuthenticatorVariant.html @@ -0,0 +1,8 @@ +TransactionAuthenticatorVariant | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/TransactionPayloadVariants.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/TransactionPayloadVariants.html new file mode 100644 index 000000000..43e866251 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/TransactionPayloadVariants.html @@ -0,0 +1,6 @@ +TransactionPayloadVariants | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/TransactionResponseType.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/TransactionResponseType.html new file mode 100644 index 000000000..e78a51874 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/TransactionResponseType.html @@ -0,0 +1,8 @@ +TransactionResponseType | @aptos-labs/ts-sdk - v1.14.0

Enumeration TransactionResponseType

TRANSACTION TYPES

+

Enumeration Members

BlockMetadata: "block_metadata_transaction"
Genesis: "genesis_transaction"
Pending: "pending_transaction"
StateCheckpoint: "state_checkpoint_transaction"
User: "user_transaction"
Validator: "validator_transaction"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/TransactionVariants.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/TransactionVariants.html new file mode 100644 index 000000000..a6104e3ef --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/TransactionVariants.html @@ -0,0 +1,5 @@ +TransactionVariants | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/TransactionWorkerEventsEnum.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/TransactionWorkerEventsEnum.html new file mode 100644 index 000000000..209ffb1ed --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/TransactionWorkerEventsEnum.html @@ -0,0 +1,6 @@ +TransactionWorkerEventsEnum | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/TypeTagParserErrorType.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/TypeTagParserErrorType.html new file mode 100644 index 000000000..456dc1b50 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/TypeTagParserErrorType.html @@ -0,0 +1,13 @@ +TypeTagParserErrorType | @aptos-labs/ts-sdk - v1.14.0

Enumeration TypeTagParserErrorType

Enumeration Members

InvalidModuleNameCharacter: "module name must only contain alphanumeric or '_' characters"
InvalidStructNameCharacter: "struct name must only contain alphanumeric or '_' characters"
InvalidTypeTag: "unknown type"
MissingTypeArgumentClose: "no matching '>' for '<'"
TypeArgumentCountMismatch: "type argument count doesn't match expected amount"
UnexpectedComma: "unexpected ','"
UnexpectedGenericType: "unexpected generic type"
UnexpectedPrimitiveTypeArguments: "primitive types not expected to have type arguments"
UnexpectedStructFormat: "unexpected struct format, must be of the form 0xaddress::module_name::struct_name"
UnexpectedTypeArgumentClose: "unexpected '>'"
UnexpectedVectorTypeArgumentCount: "vector type expected to have exactly one type argument"
UnexpectedWhitespaceCharacter: "unexpected whitespace character"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/enums/TypeTagVariants.html b/docs/@aptos-labs/ts-sdk-1.14.0/enums/TypeTagVariants.html new file mode 100644 index 000000000..fe542b70e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/enums/TypeTagVariants.html @@ -0,0 +1,16 @@ +TypeTagVariants | @aptos-labs/ts-sdk - v1.14.0

Enumeration TypeTagVariants

Enumeration Members

Enumeration Members

Address: 4
Bool: 0
Generic: 255
Reference: 254
Signer: 5
Struct: 7
U128: 3
U16: 8
U256: 10
U32: 9
U64: 2
U8: 1
Vector: 6

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/CKDPriv.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/CKDPriv.html new file mode 100644 index 000000000..98a35aa87 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/CKDPriv.html @@ -0,0 +1,2 @@ +CKDPriv | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/aptosCoinStructTag.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/aptosCoinStructTag.html new file mode 100644 index 000000000..e090dba67 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/aptosCoinStructTag.html @@ -0,0 +1 @@ +aptosCoinStructTag | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/aptosRequest-1.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/aptosRequest-1.html new file mode 100644 index 000000000..c48c50eba --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/aptosRequest-1.html @@ -0,0 +1,5 @@ +aptosRequest | @aptos-labs/ts-sdk - v1.14.0

Function aptosRequest

  • The main function to use when doing an API request.

    +

    Type Parameters

    • Req extends {}

    • Res extends {}

    Parameters

    Returns Promise<AptosResponse<Req, Res>>

    the response or AptosApiError

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/buildTransaction.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/buildTransaction.html new file mode 100644 index 000000000..d7b06a633 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/buildTransaction.html @@ -0,0 +1,11 @@ +buildTransaction | @aptos-labs/ts-sdk - v1.14.0

Function buildTransaction

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/checkOrConvertArgument.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/checkOrConvertArgument.html new file mode 100644 index 000000000..9222bdc19 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/checkOrConvertArgument.html @@ -0,0 +1 @@ +checkOrConvertArgument | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/convertArgument.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/convertArgument.html new file mode 100644 index 000000000..a9482c3f1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/convertArgument.html @@ -0,0 +1,2 @@ +convertArgument | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/createObjectAddress.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/createObjectAddress.html new file mode 100644 index 000000000..c31f92b31 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/createObjectAddress.html @@ -0,0 +1,5 @@ +createObjectAddress | @aptos-labs/ts-sdk - v1.14.0

Function createObjectAddress

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/createResourceAddress.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/createResourceAddress.html new file mode 100644 index 000000000..c9cfb04fd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/createResourceAddress.html @@ -0,0 +1,5 @@ +createResourceAddress | @aptos-labs/ts-sdk - v1.14.0

Function createResourceAddress

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/createTokenAddress.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/createTokenAddress.html new file mode 100644 index 000000000..5accc1d5d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/createTokenAddress.html @@ -0,0 +1,6 @@ +createTokenAddress | @aptos-labs/ts-sdk - v1.14.0

Function createTokenAddress

  • Creates a token object address from creator address, collection name and token name

    +

    Parameters

    • creatorAddress: AccountAddress

      The token creator account address

      +
    • collectionName: string

      The collection name

      +
    • tokenName: string

      The token name

      +

    Returns AccountAddress

    The token account address

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/deriveKey.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/deriveKey.html new file mode 100644 index 000000000..0b0035e3e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/deriveKey.html @@ -0,0 +1 @@ +deriveKey | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/deriveTransactionType.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/deriveTransactionType.html new file mode 100644 index 000000000..a8f0405c6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/deriveTransactionType.html @@ -0,0 +1,4 @@ +deriveTransactionType | @aptos-labs/ts-sdk - v1.14.0

Function deriveTransactionType

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/deserializeFromScriptArgument.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/deserializeFromScriptArgument.html new file mode 100644 index 000000000..ed7e6c8d3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/deserializeFromScriptArgument.html @@ -0,0 +1,2 @@ +deserializeFromScriptArgument | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/ensureBoolean.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/ensureBoolean.html new file mode 100644 index 000000000..9c0d4cbe5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/ensureBoolean.html @@ -0,0 +1 @@ +ensureBoolean | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/fetchEntryFunctionAbi.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/fetchEntryFunctionAbi.html new file mode 100644 index 000000000..57586ca47 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/fetchEntryFunctionAbi.html @@ -0,0 +1,2 @@ +fetchEntryFunctionAbi | @aptos-labs/ts-sdk - v1.14.0

Function fetchEntryFunctionAbi

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/fetchFunctionAbi.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/fetchFunctionAbi.html new file mode 100644 index 000000000..35545e881 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/fetchFunctionAbi.html @@ -0,0 +1,2 @@ +fetchFunctionAbi | @aptos-labs/ts-sdk - v1.14.0

Function fetchFunctionAbi

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/fetchViewFunctionAbi.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/fetchViewFunctionAbi.html new file mode 100644 index 000000000..5ea295d9c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/fetchViewFunctionAbi.html @@ -0,0 +1,2 @@ +fetchViewFunctionAbi | @aptos-labs/ts-sdk - v1.14.0

Function fetchViewFunctionAbi

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/findFirstNonSignerArg.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/findFirstNonSignerArg.html new file mode 100644 index 000000000..564103c44 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/findFirstNonSignerArg.html @@ -0,0 +1,4 @@ +findFirstNonSignerArg | @aptos-labs/ts-sdk - v1.14.0

Function findFirstNonSignerArg

  • Finds first non-signer arg.

    +

    A function is often defined with a signer or &signer arguments at the start, which are filled in +by signatures, and not by the caller.

    +

    Parameters

    Returns number

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateRawTransaction.html new file mode 100644 index 000000000..06b1f0395 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateRawTransaction.html @@ -0,0 +1,6 @@ +generateRawTransaction | @aptos-labs/ts-sdk - v1.14.0

Function generateRawTransaction

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateSignedTransaction.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateSignedTransaction.html new file mode 100644 index 000000000..d8d4df706 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateSignedTransaction.html @@ -0,0 +1,3 @@ +generateSignedTransaction | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateSignedTransactionForSimulation.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateSignedTransactionForSimulation.html new file mode 100644 index 000000000..b9eff2384 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateSignedTransactionForSimulation.html @@ -0,0 +1,3 @@ +generateSignedTransactionForSimulation | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateSigningMessage.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateSigningMessage.html new file mode 100644 index 000000000..f14ba18b4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateSigningMessage.html @@ -0,0 +1 @@ +generateSigningMessage | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateTransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateTransactionPayload.html new file mode 100644 index 000000000..a4daf1fd1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateTransactionPayload.html @@ -0,0 +1,13 @@ +generateTransactionPayload | @aptos-labs/ts-sdk - v1.14.0

Function generateTransactionPayload

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateTransactionPayloadWithABI.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateTransactionPayloadWithABI.html new file mode 100644 index 000000000..dcc1d5f03 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateTransactionPayloadWithABI.html @@ -0,0 +1 @@ +generateTransactionPayloadWithABI | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateUserTransactionHash.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateUserTransactionHash.html new file mode 100644 index 000000000..d7a37b63e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateUserTransactionHash.html @@ -0,0 +1,3 @@ +generateUserTransactionHash | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateViewFunctionPayload.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateViewFunctionPayload.html new file mode 100644 index 000000000..659c0beb2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateViewFunctionPayload.html @@ -0,0 +1 @@ +generateViewFunctionPayload | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateViewFunctionPayloadWithABI.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateViewFunctionPayloadWithABI.html new file mode 100644 index 000000000..28f2c68d8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/generateViewFunctionPayloadWithABI.html @@ -0,0 +1 @@ +generateViewFunctionPayloadWithABI | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/get.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/get.html new file mode 100644 index 000000000..84e265505 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/get.html @@ -0,0 +1,3 @@ +get | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/getAptosFullNode.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/getAptosFullNode.html new file mode 100644 index 000000000..129ef8e74 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/getAptosFullNode.html @@ -0,0 +1 @@ +getAptosFullNode | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/getAuthenticatorForSimulation.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/getAuthenticatorForSimulation.html new file mode 100644 index 000000000..58a1f6bf7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/getAuthenticatorForSimulation.html @@ -0,0 +1 @@ +getAuthenticatorForSimulation | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/getFunctionParts.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/getFunctionParts.html new file mode 100644 index 000000000..9bb5c559c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/getFunctionParts.html @@ -0,0 +1 @@ +getFunctionParts | @aptos-labs/ts-sdk - v1.14.0

Function getFunctionParts

  • Parameters

    • functionArg: `${string}::${string}::${string}`

    Returns {
        functionName: string;
        moduleAddress: string;
        moduleName: string;
    }

    • functionName: string
    • moduleAddress: string
    • moduleName: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/hashValues.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/hashValues.html new file mode 100644 index 000000000..8fba4c4ea --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/hashValues.html @@ -0,0 +1,3 @@ +hashValues | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsAddress.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsAddress.html new file mode 100644 index 000000000..76b3e8e23 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsAddress.html @@ -0,0 +1 @@ +isBcsAddress | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsBool.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsBool.html new file mode 100644 index 000000000..474835e96 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsBool.html @@ -0,0 +1 @@ +isBcsBool | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsFixedBytes.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsFixedBytes.html new file mode 100644 index 000000000..aa31d0b6a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsFixedBytes.html @@ -0,0 +1 @@ +isBcsFixedBytes | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsString.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsString.html new file mode 100644 index 000000000..d323eafdc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsString.html @@ -0,0 +1 @@ +isBcsString | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU128.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU128.html new file mode 100644 index 000000000..634098af0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU128.html @@ -0,0 +1 @@ +isBcsU128 | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU16.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU16.html new file mode 100644 index 000000000..daa240366 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU16.html @@ -0,0 +1 @@ +isBcsU16 | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU256.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU256.html new file mode 100644 index 000000000..7dc058b68 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU256.html @@ -0,0 +1 @@ +isBcsU256 | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU32.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU32.html new file mode 100644 index 000000000..87659ee81 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU32.html @@ -0,0 +1 @@ +isBcsU32 | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU64.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU64.html new file mode 100644 index 000000000..aafdb939f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU64.html @@ -0,0 +1 @@ +isBcsU64 | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU8.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU8.html new file mode 100644 index 000000000..5b7c15801 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBcsU8.html @@ -0,0 +1 @@ +isBcsU8 | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBlockMetadataTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBlockMetadataTransactionResponse.html new file mode 100644 index 000000000..aca11ee56 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBlockMetadataTransactionResponse.html @@ -0,0 +1 @@ +isBlockMetadataTransactionResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBool.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBool.html new file mode 100644 index 000000000..71c7aaac9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isBool.html @@ -0,0 +1 @@ +isBool | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isEd25519Signature.html new file mode 100644 index 000000000..938e52eaa --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isEd25519Signature.html @@ -0,0 +1 @@ +isEd25519Signature | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isEncodedEntryFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isEncodedEntryFunctionArgument.html new file mode 100644 index 000000000..3f2433b9d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isEncodedEntryFunctionArgument.html @@ -0,0 +1 @@ +isEncodedEntryFunctionArgument | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isFeePayerSignature.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isFeePayerSignature.html new file mode 100644 index 000000000..571566763 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isFeePayerSignature.html @@ -0,0 +1 @@ +isFeePayerSignature | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isGenesisTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isGenesisTransactionResponse.html new file mode 100644 index 000000000..e87299196 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isGenesisTransactionResponse.html @@ -0,0 +1 @@ +isGenesisTransactionResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isLargeNumber.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isLargeNumber.html new file mode 100644 index 000000000..8f56299d0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isLargeNumber.html @@ -0,0 +1 @@ +isLargeNumber | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isMultiAgentSignature.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isMultiAgentSignature.html new file mode 100644 index 000000000..a95c1a810 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isMultiAgentSignature.html @@ -0,0 +1 @@ +isMultiAgentSignature | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isMultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isMultiEd25519Signature.html new file mode 100644 index 000000000..14b319b4b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isMultiEd25519Signature.html @@ -0,0 +1 @@ +isMultiEd25519Signature | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isNull.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isNull.html new file mode 100644 index 000000000..9261553f4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isNull.html @@ -0,0 +1 @@ +isNull | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isNumber.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isNumber.html new file mode 100644 index 000000000..d0e31653b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isNumber.html @@ -0,0 +1 @@ +isNumber | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isPendingTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isPendingTransactionResponse.html new file mode 100644 index 000000000..a7df7564a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isPendingTransactionResponse.html @@ -0,0 +1 @@ +isPendingTransactionResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isScriptDataInput.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isScriptDataInput.html new file mode 100644 index 000000000..a161097a3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isScriptDataInput.html @@ -0,0 +1 @@ +isScriptDataInput | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isSecp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isSecp256k1Signature.html new file mode 100644 index 000000000..38559fc90 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isSecp256k1Signature.html @@ -0,0 +1 @@ +isSecp256k1Signature | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isStateCheckpointTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isStateCheckpointTransactionResponse.html new file mode 100644 index 000000000..ceb8e004c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isStateCheckpointTransactionResponse.html @@ -0,0 +1 @@ +isStateCheckpointTransactionResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isString.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isString.html new file mode 100644 index 000000000..028221a90 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isString.html @@ -0,0 +1 @@ +isString | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isUserTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isUserTransactionResponse.html new file mode 100644 index 000000000..9f440fc3b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isUserTransactionResponse.html @@ -0,0 +1 @@ +isUserTransactionResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isValidBIP44Path.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isValidBIP44Path.html new file mode 100644 index 000000000..991ac2bcd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isValidBIP44Path.html @@ -0,0 +1,6 @@ +isValidBIP44Path | @aptos-labs/ts-sdk - v1.14.0

Function isValidBIP44Path

  • Aptos derive path is 637

    +

    Parse and validate a path that is compliant to BIP-44 in form m/44'/637'/{account_index}'/{change_index}/{address_index} +for Secp256k1

    +

    Note that for secp256k1, last two components must be non-hardened.

    +

    Parameters

    • path: string

      path string (e.g. m/44'/637'/0'/0/0).

      +

    Returns boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isValidHardenedPath.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isValidHardenedPath.html new file mode 100644 index 000000000..944f16ba8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isValidHardenedPath.html @@ -0,0 +1,12 @@ +isValidHardenedPath | @aptos-labs/ts-sdk - v1.14.0

Function isValidHardenedPath

  • Aptos derive path is 637

    +

    Parse and validate a path that is compliant to SLIP-0010 and BIP-44 +in form m/44'/637'/{account_index}'/{change_index}'/{address_index}'. +See SLIP-0010 https://github.com/satoshilabs/slips/blob/master/slip-0044.md +See BIP-44 https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki

    +

    Note that for Ed25519, all components must be hardened. +This is because non-hardened [PK] derivation would not work due to Ed25519's lack of a key homomorphism. +Specifically, you cannot derive the PK associated with derivation path a/b/c given the PK of a/b. +This is because the PK in Ed25519 is, more or less, computed as 𝑔𝐻(𝑠𝑘), +with the hash function breaking the homomorphism.

    +

    Parameters

    • path: string

      path string (e.g. m/44'/637'/0'/0'/0').

      +

    Returns boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/isValidatorTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isValidatorTransactionResponse.html new file mode 100644 index 000000000..4504830cc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/isValidatorTransactionResponse.html @@ -0,0 +1 @@ +isValidatorTransactionResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/mnemonicToSeed.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/mnemonicToSeed.html new file mode 100644 index 000000000..71c4cbacf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/mnemonicToSeed.html @@ -0,0 +1,3 @@ +mnemonicToSeed | @aptos-labs/ts-sdk - v1.14.0

Function mnemonicToSeed

  • Normalizes the mnemonic by removing extra whitespace and making it lowercase

    +

    Parameters

    • mnemonic: string

      the mnemonic seed phrase

      +

    Returns Uint8Array

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/normalizeBundle.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/normalizeBundle.html new file mode 100644 index 000000000..1c02672f7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/normalizeBundle.html @@ -0,0 +1,6 @@ +normalizeBundle | @aptos-labs/ts-sdk - v1.14.0

Function normalizeBundle

  • Utility function that serializes and deserialize an object back into the same bundle as the sdk. +This is a workaround to have the instanceof operator work when input objects come from a different +bundle.

    +

    Type Parameters

    Parameters

    • cls: DeserializableClass<T>

      The class of the object to normalize

      +
    • value: T

      the instance to normalize

      +

    Returns T

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/objectStructTag.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/objectStructTag.html new file mode 100644 index 000000000..3561c91cb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/objectStructTag.html @@ -0,0 +1 @@ +objectStructTag | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/optionStructTag.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/optionStructTag.html new file mode 100644 index 000000000..5d6573058 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/optionStructTag.html @@ -0,0 +1 @@ +optionStructTag | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/outOfRangeErrorMessage.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/outOfRangeErrorMessage.html new file mode 100644 index 000000000..d0dbb396e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/outOfRangeErrorMessage.html @@ -0,0 +1 @@ +outOfRangeErrorMessage | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/paginateWithCursor.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/paginateWithCursor.html new file mode 100644 index 000000000..06312bd70 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/paginateWithCursor.html @@ -0,0 +1 @@ +paginateWithCursor | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/parseTypeTag.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/parseTypeTag.html new file mode 100644 index 000000000..ee7749c9e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/parseTypeTag.html @@ -0,0 +1,14 @@ +parseTypeTag | @aptos-labs/ts-sdk - v1.14.0

Function parseTypeTag

  • All types are made of a few parts they're either:

    +
      +
    1. A simple type e.g. u8
    2. +
    3. A standalone struct e.g. 0x1::account::Account
    4. +
    5. A nested struct e.g. 0x1::coin::Coin<0x1234::coin::MyCoin>
    6. +
    +

    There are a few more special cases that need to be handled, however.

    +
      +
    1. Multiple generics e.g 0x1::pair::Pair<u8, u16>
    2. +
    3. Spacing in the generics e.g. 0x1::pair::Pair< u8 , u16>
    4. +
    5. Nested generics of different depths e.g. 0x1::pair::Pair<0x1::coin::Coin<0x1234::coin::MyCoin>, u8>
    6. +
    7. Generics for types in ABIs are filled in with placeholders e.g T1, T2, T3
    8. +
    +

    Parameters

    • typeStr: string
    • Optional options: {
          allowGenerics?: boolean;
      }
      • Optional allowGenerics?: boolean

    Returns TypeTag

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/post.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/post.html new file mode 100644 index 000000000..96f1cd079 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/post.html @@ -0,0 +1,3 @@ +post | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/postAptosFaucet.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/postAptosFaucet.html new file mode 100644 index 000000000..5acc533eb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/postAptosFaucet.html @@ -0,0 +1 @@ +postAptosFaucet | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/postAptosFullNode.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/postAptosFullNode.html new file mode 100644 index 000000000..7a1da829f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/postAptosFullNode.html @@ -0,0 +1 @@ +postAptosFullNode | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/postAptosIndexer.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/postAptosIndexer.html new file mode 100644 index 000000000..fc2fc68b2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/postAptosIndexer.html @@ -0,0 +1 @@ +postAptosIndexer | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/request.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/request.html new file mode 100644 index 000000000..22c2233cf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/request.html @@ -0,0 +1,3 @@ +request | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/sign.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/sign.html new file mode 100644 index 000000000..cb735b7af --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/sign.html @@ -0,0 +1,5 @@ +sign | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/splitPath.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/splitPath.html new file mode 100644 index 000000000..9d925255a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/splitPath.html @@ -0,0 +1,2 @@ +splitPath | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/standardizeTypeTags.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/standardizeTypeTags.html new file mode 100644 index 000000000..3990be4ae --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/standardizeTypeTags.html @@ -0,0 +1,2 @@ +standardizeTypeTags | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/stringStructTag.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/stringStructTag.html new file mode 100644 index 000000000..cda4c523d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/stringStructTag.html @@ -0,0 +1 @@ +stringStructTag | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/throwTypeMismatch.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/throwTypeMismatch.html new file mode 100644 index 000000000..8f2aa3f7e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/throwTypeMismatch.html @@ -0,0 +1 @@ +throwTypeMismatch | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/functions/validateNumberInRange.html b/docs/@aptos-labs/ts-sdk-1.14.0/functions/validateNumberInRange.html new file mode 100644 index 000000000..28ea3bc04 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/functions/validateNumberInRange.html @@ -0,0 +1 @@ +validateNumberInRange | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/index.html b/docs/@aptos-labs/ts-sdk-1.14.0/index.html new file mode 100644 index 000000000..9ab260292 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/index.html @@ -0,0 +1,66 @@ +@aptos-labs/ts-sdk - v1.14.0

@aptos-labs/ts-sdk - v1.14.0

Typescript SDK for Aptos

License +Discord +NPM Package Downloads

+

Reference Docs

    +
  1. For SDK documentation, check out the TypeScript SDK documentation
  2. +
  3. For detailed reference documentation you can search, check out the API reference documentation for the associated version.
  4. +
  5. For in-depth examples, check out the examples folder with ready-made package.json files to get you going quickly!
  6. +
+

Latest Version

NPM Package Version +Node Version +NPM bundle size

+

Experimental Development Version

NPM Experimental Version +Experimental Node Version +Experimental bundle size

+

The Aptos TypeScript SDK provides a convenient way to interact with the Aptos blockchain using TypeScript. It offers a +set of utility functions, classes, and types to simplify the integration process and enhance developer productivity.

+

This repository supports version >= 0.0.0 of the Aptos SDK npm package.

+

Installation

For use in Node.js or a web application

Install with your favorite package manager such as npm, yarn, or pnpm:

+
pnpm install @aptos-labs/ts-sdk
+
+
For use in a browser (<= 1.9.1 version only)

You can add the SDK to your web application using a script tag:

+
<script src="https://unpkg.com/@aptos-labs/ts-sdk/dist/browser/index.global.js" />
+
+

Then, the SDK can be accessed through window.aptosSDK.

+

Usage

Initialize Aptos to access the SDK API.

+
// initiate the main entry point into Aptos SDK
const aptos = new Aptos(); +
+

If you want to pass in a custom config

+
// an optional config information for the SDK client instance.
const config = new AptosConfig({ network: Network.LOCAL }); // default network is devnet
const aptos = new Aptos(config); +
+

Read data from chain


+
const modules = await aptos.getAccountModules({ accountAddress: "0x123" });
+
+

Account management (default to Ed25519)

+

Note: We introduce a Single Sender authentication (as introduced in AIP-55). Generating an account defaults to Legacy Ed25519 authentication with the option to use the Single Sender unified authentication

+
+
+

Generate new keys

const account = Account.generate(); // defaults to Legacy Ed25519
const account = Account.generate({ scheme: SigningSchemeInput.Secp256k1Ecdsa }); // Single Sender Secp256k1
const account = Account.generate({ scheme: SigningSchemeInput.Ed25519, legacy: false }); // Single Sender Ed25519 +
+

Derive from private key

// Create a private key instance for Ed25519 scheme
const privateKey = new Ed25519PrivateKey("myEd25519privatekeystring");
// Or for Secp256k1 scheme
const privateKey = new Secp256k1PrivateKey("mySecp256k1privatekeystring");

// Derive an account from private key

// This is used as a local calculation and therefore is used to instantiate an `Account`
// that has not had its authentication key rotated
const account = await Account.fromPrivateKey({ privateKey });

// Also, can use this function that resolves the provided private key type and derives the public key from it
// to support key rotation and differentiation between Legacy Ed25519 and Unified authentications
// Read more https://github.com/aptos-labs/aptos-ts-sdk/blob/main/src/api/account.ts#L364
const aptos = new Aptos();
const account = await aptos.deriveAccountFromPrivateKey({ privateKey }); +
+

Derive from private key and address

// Create a private key instance for Ed25519 scheme
const privateKey = new Ed25519PrivateKey("myEd25519privatekeystring");
// Or for Secp256k1 scheme
const privateKey = new Secp256k1PrivateKey("mySecp256k1privatekeystring");

// Derive an account from private key and address

// create an AccountAddress instance from the account address string
const address = AccountAddress.from("myaccountaddressstring");
// Derieve an account from private key and address
const account = await Account.fromPrivateKeyAndAddress({ privateKey, address }); +
+

Derive from path

const path = "m/44'/637'/0'/0'/1";
const mnemonic = "various float stumble...";
const account = Account.fromDerivationPath({ path, mnemonic }); +
+

Submit transaction


+

Single Signer transaction

Using transaction submission api

+
const alice: Account = Account.generate();
const bobAddress = "0xb0b";
// build transaction
const transaction = await aptos.transaction.build.simple({
sender: alice.accountAddress,
data: {
function: "0x1::coin::transfer",
typeArguments: ["0x1::aptos_coin::AptosCoin"],
functionArguments: [bobAddress, 100],
},
});

// using sign and submit separately
const senderAuthenticator = aptos.transaction.sign({ signer: alice, transaction });
const committedTransaction = await aptos.transaction.submit.simple({ transaction, senderAuthenticator });

// using signAndSubmit combined
const committedTransaction = await aptos.signAndSubmitTransaction({ signer: alice, transaction }); +
+

Using built in transferCoinTransaction

+
const alice: Account = Account.generate();
const bobAddress = "0xb0b";
// build transaction
const transaction = await aptos.transferCoinTransaction({
sender: alice,
recipient: bobAddress,
amount: 100,
});

const pendingTransaction = await aptos.signAndSubmitTransaction({ signer: alice, transaction }); +
+

Testing

To run the SDK tests, simply run from the root of this repository:

+
+

Note: for a better experience, make sure there is no aptos local node process up and running (can check if there is a process running on port 8080).

+
+
pnpm i
pnpm test +
+

Troubleshooting

If you see import error when you do this

+
import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";
+
+

It could be your tsconfig.json is not incompatible, make sure your moduleResolution is set to node instead of bundler.

+

Contributing

If you found a bug or would like to request a feature, please file an issue. +If, based on the discussion on an issue you would like to offer a code change, please make a pull request. +If neither of these describes what you would like to contribute, checkout out the contributing guide.

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/AptosResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/AptosResponse.html new file mode 100644 index 000000000..e34ae387e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/AptosResponse.html @@ -0,0 +1,16 @@ +AptosResponse | @aptos-labs/ts-sdk - v1.14.0

Interface AptosResponse<Req, Res>

The API response type

+

Param: status

the response status. i.e. 200

+

Param: statusText

the response message

+

Param: data

the response data

+

Param: url

the url the request was made to

+

Param: headers

the response headers

+

Param: config

(optional) - the request object

+

Param: request

(optional) - the request object

+
interface AptosResponse {
    config?: any;
    data: Res;
    headers: any;
    request?: Req;
    status: number;
    statusText: string;
    url: string;
}

Type Parameters

  • Req

  • Res

Properties

config?: any
data: Res
headers: any
request?: Req
status: number
statusText: string
url: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/Client.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/Client.html new file mode 100644 index 000000000..804f0c1bb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/Client.html @@ -0,0 +1,2 @@ +Client | @aptos-labs/ts-sdk - v1.14.0

Interface Client

interface Client {
    provider<Req, Res>(requestOptions): Promise<ClientResponse<Res>>;
}

Methods

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/ClientRequest.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/ClientRequest.html new file mode 100644 index 000000000..1eff3257a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/ClientRequest.html @@ -0,0 +1,9 @@ +ClientRequest | @aptos-labs/ts-sdk - v1.14.0

Interface ClientRequest<Req>

interface ClientRequest {
    body?: Req;
    contentType?: string;
    headers?: Record<string, any>;
    method: "GET" | "POST";
    originMethod?: string;
    overrides?: ClientHeadersType & {
        API_KEY?: string;
        WITH_CREDENTIALS?: boolean;
    } & {
        AUTH_TOKEN?: string;
    };
    params?: any;
    url: string;
}

Type Parameters

  • Req

Properties

body?: Req
contentType?: string
headers?: Record<string, any>
method: "GET" | "POST"
originMethod?: string
overrides?: ClientHeadersType & {
    API_KEY?: string;
    WITH_CREDENTIALS?: boolean;
} & {
    AUTH_TOKEN?: string;
}

Type declaration

  • Optional API_KEY?: string
  • Optional WITH_CREDENTIALS?: boolean

Type declaration

  • Optional AUTH_TOKEN?: string
params?: any
url: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/ClientResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/ClientResponse.html new file mode 100644 index 000000000..5529d8920 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/ClientResponse.html @@ -0,0 +1,8 @@ +ClientResponse | @aptos-labs/ts-sdk - v1.14.0

Interface ClientResponse<Res>

interface ClientResponse {
    config?: any;
    data: Res;
    headers?: any;
    request?: any;
    response?: any;
    status: number;
    statusText: string;
}

Type Parameters

  • Res

Properties

config?: any
data: Res
headers?: any
request?: any
response?: any
status: number
statusText: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/CreateAccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/CreateAccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..2b7271784 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/CreateAccountFromPrivateKeyArgs.html @@ -0,0 +1,6 @@ +CreateAccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.14.0

Interface CreateAccountFromPrivateKeyArgs

Arguments for creating an opaque Account from any supported private key. +This is used when the private key type is not known at compilation time.

+
interface CreateAccountFromPrivateKeyArgs {
    address?: AccountAddressInput;
    legacy?: boolean;
    privateKey: PrivateKey;
}

Properties

legacy?: boolean
privateKey: PrivateKey

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..0758b079e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html @@ -0,0 +1,7 @@ +CreateEd25519AccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.14.0

Interface CreateEd25519AccountFromPrivateKeyArgs

Arguments for creating an Ed25519Account from an Ed25519PrivateKey. +This is the default input type when passing an Ed25519PrivateKey. +In order to use the SingleKey authentication scheme, legacy needs to be explicitly set to false.

+
interface CreateEd25519AccountFromPrivateKeyArgs {
    address?: AccountAddressInput;
    legacy?: true;
    privateKey: Ed25519PrivateKey;
}

Properties

legacy?: true
privateKey: Ed25519PrivateKey

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..5bd4db622 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html @@ -0,0 +1,7 @@ +CreateEd25519SingleKeyAccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.14.0

Interface CreateEd25519SingleKeyAccountFromPrivateKeyArgs

Arguments for creating an SingleKeyAccount from an Ed25519PrivateKey. +The legacy argument needs to be explicitly set to false in order to +use the SingleKey authentication scheme.

+
interface CreateEd25519SingleKeyAccountFromPrivateKeyArgs {
    address?: AccountAddressInput;
    legacy: false;
    privateKey: Ed25519PrivateKey;
}

Properties

Properties

legacy: false
privateKey: Ed25519PrivateKey

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..6479def42 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html @@ -0,0 +1,7 @@ +CreateSingleKeyAccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.14.0

Interface CreateSingleKeyAccountFromPrivateKeyArgs

Arguments for creating an SingleKeyAccount from any supported private key +that is not an Ed25519PrivateKey. +The legacy argument defaults to false and cannot be explicitly set to true.

+
interface CreateSingleKeyAccountFromPrivateKeyArgs {
    address?: AccountAddressInput;
    legacy?: false;
    privateKey: PrivateKey;
}

Properties

legacy?: false
privateKey: PrivateKey

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/Deserializable.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/Deserializable.html new file mode 100644 index 000000000..ce163fe49 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/Deserializable.html @@ -0,0 +1,6 @@ +Deserializable | @aptos-labs/ts-sdk - v1.14.0

Interface Deserializable<T>

This interface exists to define Deserializable inputs for functions that +deserialize a byte buffer into a type T. +It is not intended to be implemented or extended, because Typescript has no support +for static methods in interfaces.

+
interface Deserializable {
    deserialize(deserializer): T;
}

Type Parameters

  • T

Methods

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/Ed25519SignerConstructorArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/Ed25519SignerConstructorArgs.html new file mode 100644 index 000000000..f2ec1f092 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/Ed25519SignerConstructorArgs.html @@ -0,0 +1,3 @@ +Ed25519SignerConstructorArgs | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/Ed25519SignerFromDerivationPathArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/Ed25519SignerFromDerivationPathArgs.html new file mode 100644 index 000000000..c885ad869 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/Ed25519SignerFromDerivationPathArgs.html @@ -0,0 +1,3 @@ +Ed25519SignerFromDerivationPathArgs | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/EntryFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/EntryFunctionArgument.html new file mode 100644 index 000000000..0ac3e23c7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/EntryFunctionArgument.html @@ -0,0 +1,8 @@ +EntryFunctionArgument | @aptos-labs/ts-sdk - v1.14.0

Interface EntryFunctionArgument

interface EntryFunctionArgument {
    bcsToBytes(): Uint8Array;
    bcsToHex(): Hex;
    serialize(serializer): void;
    serializeForEntryFunction(serializer): void;
}

Hierarchy

Implemented by

Methods

  • Serialize an argument as a type-agnostic, fixed byte sequence. The byte sequence contains +the number of the following bytes followed by the BCS-serialized bytes for a typed argument.

    +

    Parameters

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/GenerateAccountArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/GenerateAccountArgs.html new file mode 100644 index 000000000..2bdc4e06f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/GenerateAccountArgs.html @@ -0,0 +1,5 @@ +GenerateAccountArgs | @aptos-labs/ts-sdk - v1.14.0

Interface GenerateAccountArgs

Arguments for generating an opaque Account. +This is used when the input signature scheme is not known at compilation time.

+
interface GenerateAccountArgs {
    legacy?: boolean;
    scheme?: SigningSchemeInput;
}

Properties

Properties

legacy?: boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/GenerateEd25519AccountArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/GenerateEd25519AccountArgs.html new file mode 100644 index 000000000..5be876cfe --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/GenerateEd25519AccountArgs.html @@ -0,0 +1,5 @@ +GenerateEd25519AccountArgs | @aptos-labs/ts-sdk - v1.14.0

Interface GenerateEd25519AccountArgs

Arguments for generating an Ed25519Account. +This is the input type used by default.

+
interface GenerateEd25519AccountArgs {
    legacy?: true;
    scheme?: Ed25519;
}

Properties

Properties

legacy?: true
scheme?: Ed25519

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/GenerateEd25519SingleKeyAccountArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/GenerateEd25519SingleKeyAccountArgs.html new file mode 100644 index 000000000..e85bf178b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/GenerateEd25519SingleKeyAccountArgs.html @@ -0,0 +1,6 @@ +GenerateEd25519SingleKeyAccountArgs | @aptos-labs/ts-sdk - v1.14.0

Interface GenerateEd25519SingleKeyAccountArgs

Arguments for generating an SingleKeyAccount with ah underlying Ed25519PrivateKey. +The legacy argument needs to be explicitly set to false, +otherwise an Ed25519Account will be returned instead.

+
interface GenerateEd25519SingleKeyAccountArgs {
    legacy: false;
    scheme?: Ed25519;
}

Properties

Properties

legacy: false
scheme?: Ed25519

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/GenerateSingleKeyAccountArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/GenerateSingleKeyAccountArgs.html new file mode 100644 index 000000000..4f457e74e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/GenerateSingleKeyAccountArgs.html @@ -0,0 +1,6 @@ +GenerateSingleKeyAccountArgs | @aptos-labs/ts-sdk - v1.14.0

Interface GenerateSingleKeyAccountArgs

Arguments for generating an SingleKeyAccount with any supported private key +that is not an Ed25519PrivateKey. +The legacy argument defaults to false and cannot be explicitly set to true.

+
interface GenerateSingleKeyAccountArgs {
    legacy?: false;
    scheme: Secp256k1Ecdsa;
}

Properties

Properties

legacy?: false

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html new file mode 100644 index 000000000..b584b782f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html @@ -0,0 +1,9 @@ +InputGenerateMultiAgentRawTransactionArgs | @aptos-labs/ts-sdk - v1.14.0

Interface InputGenerateMultiAgentRawTransactionArgs

Interface of the arguments to generate a multi-agent transaction. +Used to provide to generateTransaction() method in the transaction builder flow

+

Properties

aptosConfig: AptosConfig
feePayerAddress?: AccountAddressInput
secondarySignerAddresses: AccountAddressInput[]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/InputGenerateMultiAgentRawTransactionData.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/InputGenerateMultiAgentRawTransactionData.html new file mode 100644 index 000000000..10b6b0fa3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/InputGenerateMultiAgentRawTransactionData.html @@ -0,0 +1,7 @@ +InputGenerateMultiAgentRawTransactionData | @aptos-labs/ts-sdk - v1.14.0

Interface InputGenerateMultiAgentRawTransactionData

Interface that holds the user data input when generating a multi-agent transaction

+
interface InputGenerateMultiAgentRawTransactionData {
    data: InputGenerateTransactionPayloadData;
    options?: InputGenerateTransactionOptions;
    secondarySignerAddresses: AccountAddressInput[];
    sender: AccountAddressInput;
    withFeePayer?: boolean;
}

Properties

secondarySignerAddresses: AccountAddressInput[]
withFeePayer?: boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html new file mode 100644 index 000000000..222e911ec --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html @@ -0,0 +1,8 @@ +InputGenerateSingleSignerRawTransactionArgs | @aptos-labs/ts-sdk - v1.14.0

Interface InputGenerateSingleSignerRawTransactionArgs

Interface of the arguments to generate a single signer transaction. +Used to provide to generateTransaction() method in the transaction builder flow

+
interface InputGenerateSingleSignerRawTransactionArgs {
    aptosConfig: AptosConfig;
    feePayerAddress?: AccountAddressInput;
    options?: InputGenerateTransactionOptions;
    payload: AnyTransactionPayloadInstance;
    sender: AccountAddressInput;
}

Properties

aptosConfig: AptosConfig
feePayerAddress?: AccountAddressInput

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/InputGenerateSingleSignerRawTransactionData.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/InputGenerateSingleSignerRawTransactionData.html new file mode 100644 index 000000000..94a99c6c9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/InputGenerateSingleSignerRawTransactionData.html @@ -0,0 +1,7 @@ +InputGenerateSingleSignerRawTransactionData | @aptos-labs/ts-sdk - v1.14.0

Interface InputGenerateSingleSignerRawTransactionData

Interface that holds the user data input when generating a single signer transaction

+
interface InputGenerateSingleSignerRawTransactionData {
    data: InputGenerateTransactionPayloadData;
    options?: InputGenerateTransactionOptions;
    secondarySignerAddresses?: undefined;
    sender: AccountAddressInput;
    withFeePayer?: boolean;
}

Properties

secondarySignerAddresses?: undefined
withFeePayer?: boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/InputSubmitTransactionData.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/InputSubmitTransactionData.html new file mode 100644 index 000000000..31a884696 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/InputSubmitTransactionData.html @@ -0,0 +1,6 @@ +InputSubmitTransactionData | @aptos-labs/ts-sdk - v1.14.0

Interface InputSubmitTransactionData

Interface that holds the user data input when submitting a transaction

+

Properties

additionalSignersAuthenticators?: AccountAuthenticator[]
feePayerAuthenticator?: AccountAuthenticator
senderAuthenticator: AccountAuthenticator
transaction: AnyRawTransaction

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/OrderByArg.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/OrderByArg.html new file mode 100644 index 000000000..231082b01 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/OrderByArg.html @@ -0,0 +1,2 @@ +OrderByArg | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/PaginationArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/PaginationArgs.html new file mode 100644 index 000000000..218967275 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/PaginationArgs.html @@ -0,0 +1,6 @@ +PaginationArgs | @aptos-labs/ts-sdk - v1.14.0

Interface PaginationArgs

Controls the number of results that are returned and the starting position of those results.

+

Param: offset

parameter specifies the starting position of the query result within the set of data. Default is 0.

+

Param: limit

specifies the maximum number of items or records to return in a query result. Default is 25.

+
interface PaginationArgs {
    limit?: number;
    offset?: AnyNumber;
}

Properties

Properties

limit?: number
offset?: AnyNumber

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/PrivateKey.html new file mode 100644 index 000000000..546137772 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/PrivateKey.html @@ -0,0 +1,10 @@ +PrivateKey | @aptos-labs/ts-sdk - v1.14.0

Interface PrivateKey

An abstract representation of a private key. +It is associated to a signature scheme and provides signing capabilities.

+
interface PrivateKey {
    publicKey(): PublicKey;
    sign(message): Signature;
    toUint8Array(): Uint8Array;
}

Implemented by

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/PrivateKeyFromDerivationPathArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/PrivateKeyFromDerivationPathArgs.html new file mode 100644 index 000000000..bdf5bec67 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/PrivateKeyFromDerivationPathArgs.html @@ -0,0 +1,4 @@ +PrivateKeyFromDerivationPathArgs | @aptos-labs/ts-sdk - v1.14.0

Interface PrivateKeyFromDerivationPathArgs

Arguments for deriving a private key from a mnemonic phrase and a BIP44 path.

+
interface PrivateKeyFromDerivationPathArgs {
    mnemonic: string;
    path: string;
}

Properties

Properties

mnemonic: string
path: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/ScriptFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/ScriptFunctionArgument.html new file mode 100644 index 000000000..a42d8dcdd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/ScriptFunctionArgument.html @@ -0,0 +1,9 @@ +ScriptFunctionArgument | @aptos-labs/ts-sdk - v1.14.0

Interface ScriptFunctionArgument

interface ScriptFunctionArgument {
    bcsToBytes(): Uint8Array;
    bcsToHex(): Hex;
    serialize(serializer): void;
    serializeForScriptFunction(serializer): void;
}

Hierarchy

Methods

  • Serialize an argument to BCS-serialized bytes as a type aware byte sequence. +The byte sequence contains an enum variant index followed by the BCS-serialized +bytes for a typed argument.

    +

    Parameters

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/SingleKeySignerConstructorArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/SingleKeySignerConstructorArgs.html new file mode 100644 index 000000000..39abe600d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/SingleKeySignerConstructorArgs.html @@ -0,0 +1,3 @@ +SingleKeySignerConstructorArgs | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/SingleKeySignerGenerateArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/SingleKeySignerGenerateArgs.html new file mode 100644 index 000000000..b6682589b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/SingleKeySignerGenerateArgs.html @@ -0,0 +1,2 @@ +SingleKeySignerGenerateArgs | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/TokenStandardArg.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/TokenStandardArg.html new file mode 100644 index 000000000..c35dc6d08 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/TokenStandardArg.html @@ -0,0 +1,2 @@ +TokenStandardArg | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/TransactionArgument.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/TransactionArgument.html new file mode 100644 index 000000000..3d8d5d9cc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/TransactionArgument.html @@ -0,0 +1,12 @@ +TransactionArgument | @aptos-labs/ts-sdk - v1.14.0

Interface TransactionArgument

interface TransactionArgument {
    bcsToBytes(): Uint8Array;
    bcsToHex(): Hex;
    serialize(serializer): void;
    serializeForEntryFunction(serializer): void;
    serializeForScriptFunction(serializer): void;
}

Hierarchy

Implemented by

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/TransactionWorkerEvents.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/TransactionWorkerEvents.html new file mode 100644 index 000000000..4ca29bd98 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/TransactionWorkerEvents.html @@ -0,0 +1,6 @@ +TransactionWorkerEvents | @aptos-labs/ts-sdk - v1.14.0

Interface TransactionWorkerEvents

interface TransactionWorkerEvents {
    executionFinish: ((data) => void);
    transactionExecuted: ((data) => void);
    transactionExecutionFailed: ((data) => void);
    transactionSendFailed: ((data) => void);
    transactionSent: ((data) => void);
}

Properties

executionFinish: ((data) => void)

Type declaration

transactionExecuted: ((data) => void)

Type declaration

transactionExecutionFailed: ((data) => void)

Type declaration

transactionSendFailed: ((data) => void)

Type declaration

transactionSent: ((data) => void)

Type declaration

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/VerifyEd25519SignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/VerifyEd25519SignatureArgs.html new file mode 100644 index 000000000..eee69a885 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/VerifyEd25519SignatureArgs.html @@ -0,0 +1,3 @@ +VerifyEd25519SignatureArgs | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/VerifySignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/VerifySignatureArgs.html new file mode 100644 index 000000000..6a037e516 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/VerifySignatureArgs.html @@ -0,0 +1,4 @@ +VerifySignatureArgs | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/VerifySingleKeySignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/VerifySingleKeySignatureArgs.html new file mode 100644 index 000000000..f530c826d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/VerifySingleKeySignatureArgs.html @@ -0,0 +1,3 @@ +VerifySingleKeySignatureArgs | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/WhereArg.html b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/WhereArg.html new file mode 100644 index 000000000..b6bafc46e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/interfaces/WhereArg.html @@ -0,0 +1,2 @@ +WhereArg | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/modules.html b/docs/@aptos-labs/ts-sdk-1.14.0/modules.html new file mode 100644 index 000000000..d1be28865 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/modules.html @@ -0,0 +1,387 @@ +@aptos-labs/ts-sdk - v1.14.0

@aptos-labs/ts-sdk - v1.14.0

Index

Enumerations

Classes

Account +AccountAddress +AccountAuthenticator +AccountAuthenticatorEd25519 +AccountAuthenticatorMultiEd25519 +AccountAuthenticatorMultiKey +AccountAuthenticatorSingleKey +AccountPublicKey +AccountSequenceNumber +AnyPublicKey +AnySignature +Aptos +AptosApiError +AptosConfig +AuthenticationKey +Bool +ChainId +Deserializer +Ed25519Account +Ed25519PrivateKey +Ed25519PublicKey +Ed25519Signature +EntryFunction +EntryFunctionBytes +FeePayerRawTransaction +FixedBytes +Hex +Identifier +ModuleId +MoveOption +MoveString +MoveVector +MultiAgentRawTransaction +MultiAgentTransaction +MultiEd25519PublicKey +MultiEd25519Signature +MultiKey +MultiKeySignature +MultiSig +MultiSigTransactionPayload +ParsingError +PublicKey +RawTransaction +RawTransactionWithData +RotationProofChallenge +Script +Secp256k1PrivateKey +Secp256k1PublicKey +Secp256k1Signature +Serializable +Serializer +Signature +SignedTransaction +SimpleTransaction +SingleKeyAccount +StructTag +TransactionAuthenticator +TransactionAuthenticatorEd25519 +TransactionAuthenticatorFeePayer +TransactionAuthenticatorMultiAgent +TransactionAuthenticatorMultiEd25519 +TransactionAuthenticatorSingleSender +TransactionPayload +TransactionPayloadEntryFunction +TransactionPayloadMultiSig +TransactionPayloadScript +TransactionWorker +TypeTag +TypeTagAddress +TypeTagBool +TypeTagGeneric +TypeTagParserError +TypeTagReference +TypeTagSigner +TypeTagStruct +TypeTagU128 +TypeTagU16 +TypeTagU256 +TypeTagU32 +TypeTagU64 +TypeTagU8 +TypeTagVector +U128 +U16 +U256 +U32 +U64 +U8 +

Interfaces

Type Aliases

AccountAddressInput +AccountData +AccountSignature +AnyNumber +AnyRawTransaction +AnyRawTransactionInstance +AnyTransactionPayloadInstance +AptosRequest +AptosSettings +AuthenticationKeyScheme +Block +BlockMetadataTransactionResponse +ClientConfig +ClientHeadersType +CommittedTransactionResponse +DecodedTableData +DeletedTableData +DerivedKeys +DeserializableClass +DirectWriteSet +EntryFunctionABI +EntryFunctionArgumentTypes +EntryFunctionPayloadResponse +Event +EventGuid +ExecutionFinishEventData +FailureEventData +FaucetConfig +FullNodeConfig +FunctionABI +GasEstimation +GenerateAccount +GenerateAccountWithEd25519 +GenerateAccountWithSingleSignerSecp256k1Key +GenesisPayload +GenesisTransactionResponse +GetANSNameResponse +GetAccountCoinsDataResponse +GetAccountCollectionsWithOwnedTokenResponse +GetAccountOwnedObjectsResponse +GetAccountOwnedTokensFromCollectionResponse +GetAccountOwnedTokensQueryResponse +GetAptosRequestOptions +GetChainTopUserTransactionsResponse +GetCollectionDataResponse +GetCurrentFungibleAssetBalancesResponse +GetCurrentTokenOwnershipResponse +GetDelegatedStakingActivitiesResponse +GetEventsResponse +GetFungibleAssetActivitiesResponse +GetFungibleAssetMetadataResponse +GetNumberOfDelegatorsResponse +GetOwnedTokensResponse +GetProcessorStatusResponse +GetRequestOptions +GetTokenActivityResponse +GetTokenDataResponse +GraphqlQuery +HexInput +IndexerConfig +InputEntryFunctionData +InputEntryFunctionDataWithABI +InputEntryFunctionDataWithRemoteABI +InputGenerateRawTransactionArgs +InputGenerateTransactionData +InputGenerateTransactionOptions +InputGenerateTransactionPayloadData +InputGenerateTransactionPayloadDataWithABI +InputGenerateTransactionPayloadDataWithRemoteABI +InputMultiSigData +InputMultiSigDataWithABI +InputMultiSigDataWithRemoteABI +InputScriptData +InputSimulateTransactionData +InputSimulateTransactionOptions +InputViewFunctionData +InputViewFunctionDataWithABI +InputViewFunctionDataWithRemoteABI +LedgerInfo +LedgerVersionArg +MoveAddressType +MoveFunction +MoveFunctionGenericTypeParam +MoveFunctionId +MoveModule +MoveModuleBytecode +MoveModuleId +MoveObjectType +MoveOptionType +MoveResource +MoveScriptBytecode +MoveStruct +MoveStructField +MoveStructId +MoveStructType +MoveType +MoveUint128Type +MoveUint16Type +MoveUint256Type +MoveUint32Type +MoveUint64Type +MoveUint8Type +MoveValue +MultisigPayloadResponse +OrderBy +OrderByValue +ParsingResult +PendingTransactionResponse +PostAptosRequestOptions +PostRequestOptions +ScriptFunctionArgumentTypes +ScriptPayloadResponse +ScriptWriteSet +SimpleEntryFunctionArgumentTypes +SingleKeySignerFromDerivationPathArgs +StateCheckpointTransactionResponse +SuccessEventData +TableItemRequest +TokenStandard +TransactionEd25519Signature +TransactionFeePayerSignature +TransactionMultiAgentSignature +TransactionMultiEd25519Signature +TransactionPayloadResponse +TransactionResponse +TransactionSecp256k1Signature +TransactionSignature +Uint128 +Uint16 +Uint256 +Uint32 +Uint64 +Uint8 +UserTransactionResponse +ValidatorTransactionResponse +ViewFunctionABI +WaitForTransactionOptions +WriteSet +WriteSetChange +WriteSetChangeDeleteModule +WriteSetChangeDeleteResource +WriteSetChangeDeleteTableItem +WriteSetChangeWriteModule +WriteSetChangeWriteResource +WriteSetChangeWriteTableItem +

Variables

Functions

CKDPriv +aptosCoinStructTag +aptosRequest +buildTransaction +checkOrConvertArgument +convertArgument +createObjectAddress +createResourceAddress +createTokenAddress +deriveKey +deriveTransactionType +deserializeFromScriptArgument +ensureBoolean +fetchEntryFunctionAbi +fetchFunctionAbi +fetchViewFunctionAbi +findFirstNonSignerArg +generateRawTransaction +generateSignedTransaction +generateSignedTransactionForSimulation +generateSigningMessage +generateTransactionPayload +generateTransactionPayloadWithABI +generateUserTransactionHash +generateViewFunctionPayload +generateViewFunctionPayloadWithABI +get +getAptosFullNode +getAuthenticatorForSimulation +getFunctionParts +hashValues +isBcsAddress +isBcsBool +isBcsFixedBytes +isBcsString +isBcsU128 +isBcsU16 +isBcsU256 +isBcsU32 +isBcsU64 +isBcsU8 +isBlockMetadataTransactionResponse +isBool +isEd25519Signature +isEncodedEntryFunctionArgument +isFeePayerSignature +isGenesisTransactionResponse +isLargeNumber +isMultiAgentSignature +isMultiEd25519Signature +isNull +isNumber +isPendingTransactionResponse +isScriptDataInput +isSecp256k1Signature +isStateCheckpointTransactionResponse +isString +isUserTransactionResponse +isValidBIP44Path +isValidHardenedPath +isValidatorTransactionResponse +mnemonicToSeed +normalizeBundle +objectStructTag +optionStructTag +outOfRangeErrorMessage +paginateWithCursor +parseTypeTag +post +postAptosFaucet +postAptosFullNode +postAptosIndexer +request +sign +splitPath +standardizeTypeTags +stringStructTag +throwTypeMismatch +validateNumberInRange +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/AccountAddressInput.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/AccountAddressInput.html new file mode 100644 index 000000000..69353780e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/AccountAddressInput.html @@ -0,0 +1 @@ +AccountAddressInput | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/AccountData.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/AccountData.html new file mode 100644 index 000000000..e1b129e6e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/AccountData.html @@ -0,0 +1 @@ +AccountData | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/AccountSignature.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/AccountSignature.html new file mode 100644 index 000000000..5bb227369 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/AccountSignature.html @@ -0,0 +1,2 @@ +AccountSignature | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/AnyNumber.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/AnyNumber.html new file mode 100644 index 000000000..d5a3948e8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/AnyNumber.html @@ -0,0 +1 @@ +AnyNumber | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/AnyRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/AnyRawTransaction.html new file mode 100644 index 000000000..8c3080ac1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/AnyRawTransaction.html @@ -0,0 +1,2 @@ +AnyRawTransaction | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/AnyRawTransactionInstance.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/AnyRawTransactionInstance.html new file mode 100644 index 000000000..60e1c337d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/AnyRawTransactionInstance.html @@ -0,0 +1,2 @@ +AnyRawTransactionInstance | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/AnyTransactionPayloadInstance.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/AnyTransactionPayloadInstance.html new file mode 100644 index 000000000..ac3ea1b9f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/AnyTransactionPayloadInstance.html @@ -0,0 +1,2 @@ +AnyTransactionPayloadInstance | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/AptosRequest.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/AptosRequest.html new file mode 100644 index 000000000..ac6708b46 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/AptosRequest.html @@ -0,0 +1,11 @@ +AptosRequest | @aptos-labs/ts-sdk - v1.14.0

Type alias AptosRequest

AptosRequest: {
    acceptType?: string;
    body?: any;
    contentType?: string;
    method: "GET" | "POST";
    originMethod?: string;
    overrides?: ClientConfig & FullNodeConfig & IndexerConfig & FaucetConfig;
    params?: Record<string, string | AnyNumber | boolean | undefined>;
    path?: string;
    url: string;
}

The API request type

+

Type declaration

  • Optional acceptType?: string
  • Optional body?: any
  • Optional contentType?: string
  • method: "GET" | "POST"
  • Optional originMethod?: string
  • Optional overrides?: ClientConfig & FullNodeConfig & IndexerConfig & FaucetConfig
  • Optional params?: Record<string, string | AnyNumber | boolean | undefined>
  • Optional path?: string
  • url: string

Param: url

the url to make the request to, i.e https://fullnode.devnet.aptoslabs.com/v1

+

Param: method

the request method "GET" | "POST"

+

Param: endpoint

(optional) - the endpoint to make the request to, i.e transactions

+

Param: body

(optional) - the body of the request

+

Param: contentType

(optional) - the content type to set the content-type header to, +by default is set to application/json

+

Param: params

(optional) - query params to add to the request

+

Param: originMethod

(optional) - the local method the request came from

+

Param: overrides

(optional) - a ClientConfig object type to override request data

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/AptosSettings.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/AptosSettings.html new file mode 100644 index 000000000..9d816b2ec --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/AptosSettings.html @@ -0,0 +1,4 @@ +AptosSettings | @aptos-labs/ts-sdk - v1.14.0

Type alias AptosSettings

AptosSettings: {
    client?: Client;
    clientConfig?: ClientConfig;
    faucet?: string;
    faucetConfig?: FaucetConfig;
    fullnode?: string;
    fullnodeConfig?: FullNodeConfig;
    indexer?: string;
    indexerConfig?: IndexerConfig;
    network?: Network;
}

Set of configuration options that can be provided when initializing the SDK. +The purpose of these options is to configure various aspects of the SDK's +behavior and interaction with the Aptos network

+

Type declaration

  • Optional Readonly client?: Client
  • Optional Readonly clientConfig?: ClientConfig
  • Optional Readonly faucet?: string
  • Optional Readonly faucetConfig?: FaucetConfig
  • Optional Readonly fullnode?: string
  • Optional Readonly fullnodeConfig?: FullNodeConfig
  • Optional Readonly indexer?: string
  • Optional Readonly indexerConfig?: IndexerConfig
  • Optional Readonly network?: Network

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/AuthenticationKeyScheme.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/AuthenticationKeyScheme.html new file mode 100644 index 000000000..de459d676 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/AuthenticationKeyScheme.html @@ -0,0 +1,3 @@ +AuthenticationKeyScheme | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/Block.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/Block.html new file mode 100644 index 000000000..9aab1b6d9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/Block.html @@ -0,0 +1,3 @@ +Block | @aptos-labs/ts-sdk - v1.14.0

Type alias Block

Block: {
    block_hash: string;
    block_height: string;
    block_timestamp: string;
    first_version: string;
    last_version: string;
    transactions?: TransactionResponse[];
}

A Block type

+

Type declaration

  • block_hash: string
  • block_height: string
  • block_timestamp: string
  • first_version: string
  • last_version: string
  • Optional transactions?: TransactionResponse[]

    The transactions in the block in sequential order

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/BlockMetadataTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/BlockMetadataTransactionResponse.html new file mode 100644 index 000000000..d218d5eaf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/BlockMetadataTransactionResponse.html @@ -0,0 +1,7 @@ +BlockMetadataTransactionResponse | @aptos-labs/ts-sdk - v1.14.0

Type alias BlockMetadataTransactionResponse

BlockMetadataTransactionResponse: {
    accumulator_root_hash: string;
    changes: WriteSetChange[];
    epoch: string;
    event_root_hash: string;
    events: Event[];
    failed_proposer_indices: number[];
    gas_used: string;
    hash: string;
    id: string;
    previous_block_votes_bitvec: number[];
    proposer: string;
    round: string;
    state_change_hash: string;
    state_checkpoint_hash: string | null;
    success: boolean;
    timestamp: string;
    type: BlockMetadata;
    version: string;
    vm_status: string;
}

Type declaration

  • accumulator_root_hash: string
  • changes: WriteSetChange[]

    Final state of resources changed by the transaction

    +
  • epoch: string
  • event_root_hash: string
  • events: Event[]

    The events emitted at the block creation

    +
  • failed_proposer_indices: number[]

    The indices of the proposers who failed to propose

    +
  • gas_used: string
  • hash: string
  • id: string
  • previous_block_votes_bitvec: number[]

    Previous block votes

    +
  • proposer: string
  • round: string
  • state_change_hash: string
  • state_checkpoint_hash: string | null
  • success: boolean

    Whether the transaction was successful

    +
  • timestamp: string
  • type: BlockMetadata
  • version: string
  • vm_status: string

    The VM status of the transaction, can tell useful information in a failure

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/ClientConfig.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/ClientConfig.html new file mode 100644 index 000000000..d65ef862c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/ClientConfig.html @@ -0,0 +1,5 @@ +ClientConfig | @aptos-labs/ts-sdk - v1.14.0

Type alias ClientConfig

ClientConfig: ClientHeadersType & {
    API_KEY?: string;
    WITH_CREDENTIALS?: boolean;
}

A configuration object we can pass with the request to the server.

+

Type declaration

  • Optional API_KEY?: string
  • Optional WITH_CREDENTIALS?: boolean

Param: API_KEY

api key generated from developer portal https://developers.aptoslabs.com/manage/api-keys}

+

Param: HEADERS

extra headers we want to send with the request

+

Param: WITH_CREDENTIALS

whether to carry cookies. By default, it is set to true and cookies will be sent

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/ClientHeadersType.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/ClientHeadersType.html new file mode 100644 index 000000000..ab0103bbc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/ClientHeadersType.html @@ -0,0 +1,2 @@ +ClientHeadersType | @aptos-labs/ts-sdk - v1.14.0

Type alias ClientHeadersType

ClientHeadersType: {
    HEADERS?: Record<string, string | number | boolean>;
}

General type definition for client HEADERS

+

Type declaration

  • Optional HEADERS?: Record<string, string | number | boolean>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/CommittedTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/CommittedTransactionResponse.html new file mode 100644 index 000000000..2f36555f6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/CommittedTransactionResponse.html @@ -0,0 +1 @@ +CommittedTransactionResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/DecodedTableData.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/DecodedTableData.html new file mode 100644 index 000000000..f6a9d4c68 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/DecodedTableData.html @@ -0,0 +1,5 @@ +DecodedTableData | @aptos-labs/ts-sdk - v1.14.0

Type alias DecodedTableData

DecodedTableData: {
    key: any;
    key_type: string;
    value: any;
    value_type: string;
}

Type declaration

  • key: any

    Key of table in JSON

    +
  • key_type: string

    Type of key

    +
  • value: any

    Value of table in JSON

    +
  • value_type: string

    Type of value

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/DeletedTableData.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/DeletedTableData.html new file mode 100644 index 000000000..306d42f04 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/DeletedTableData.html @@ -0,0 +1,4 @@ +DeletedTableData | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/DerivedKeys.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/DerivedKeys.html new file mode 100644 index 000000000..b10cceb24 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/DerivedKeys.html @@ -0,0 +1 @@ +DerivedKeys | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/DeserializableClass.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/DeserializableClass.html new file mode 100644 index 000000000..fa976cb8a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/DeserializableClass.html @@ -0,0 +1 @@ +DeserializableClass | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/DirectWriteSet.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/DirectWriteSet.html new file mode 100644 index 000000000..5913a45e6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/DirectWriteSet.html @@ -0,0 +1 @@ +DirectWriteSet | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/EntryFunctionABI.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/EntryFunctionABI.html new file mode 100644 index 000000000..645d94a2c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/EntryFunctionABI.html @@ -0,0 +1,3 @@ +EntryFunctionABI | @aptos-labs/ts-sdk - v1.14.0

Type alias EntryFunctionABI

EntryFunctionABI: FunctionABI & {
    signers?: number;
}

Interface of an Entry function's ABI.

+

This is used to provide type checking and simple input conversion on ABI based transaction submission.

+

Type declaration

  • Optional signers?: number

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/EntryFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/EntryFunctionArgumentTypes.html new file mode 100644 index 000000000..941e3d436 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/EntryFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +EntryFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/EntryFunctionPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/EntryFunctionPayloadResponse.html new file mode 100644 index 000000000..0fdad6b6e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/EntryFunctionPayloadResponse.html @@ -0,0 +1,3 @@ +EntryFunctionPayloadResponse | @aptos-labs/ts-sdk - v1.14.0

Type alias EntryFunctionPayloadResponse

EntryFunctionPayloadResponse: {
    arguments: any[];
    function: MoveFunctionId;
    type: string;
    type_arguments: string[];
}

Type declaration

  • arguments: any[]

    Arguments of the function

    +
  • function: MoveFunctionId
  • type: string
  • type_arguments: string[]

    Type arguments of the function

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/Event.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/Event.html new file mode 100644 index 000000000..837772f2a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/Event.html @@ -0,0 +1,2 @@ +Event | @aptos-labs/ts-sdk - v1.14.0

Type alias Event

Event: {
    data: any;
    guid: EventGuid;
    sequence_number: string;
    type: string;
}

Type declaration

  • data: any

    The JSON representation of the event

    +
  • guid: EventGuid
  • sequence_number: string
  • type: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/EventGuid.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/EventGuid.html new file mode 100644 index 000000000..edc95a777 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/EventGuid.html @@ -0,0 +1 @@ +EventGuid | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/ExecutionFinishEventData.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/ExecutionFinishEventData.html new file mode 100644 index 000000000..5dfbe2f74 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/ExecutionFinishEventData.html @@ -0,0 +1 @@ +ExecutionFinishEventData | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/FailureEventData.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/FailureEventData.html new file mode 100644 index 000000000..c31da4e71 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/FailureEventData.html @@ -0,0 +1 @@ +FailureEventData | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/FaucetConfig.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/FaucetConfig.html new file mode 100644 index 000000000..1c120c262 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/FaucetConfig.html @@ -0,0 +1,4 @@ +FaucetConfig | @aptos-labs/ts-sdk - v1.14.0

Type alias FaucetConfig

FaucetConfig: ClientHeadersType & {
    AUTH_TOKEN?: string;
}

A Faucet only configuration object

+

Type declaration

  • Optional AUTH_TOKEN?: string

Param: HEADERS

extra headers we want to send with the request

+

Param: AUTH_TOKEN

an auth token to send with a faucet request

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/FullNodeConfig.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/FullNodeConfig.html new file mode 100644 index 000000000..037894a5a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/FullNodeConfig.html @@ -0,0 +1,3 @@ +FullNodeConfig | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/FunctionABI.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/FunctionABI.html new file mode 100644 index 000000000..f8219b4f6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/FunctionABI.html @@ -0,0 +1,2 @@ +FunctionABI | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GasEstimation.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GasEstimation.html new file mode 100644 index 000000000..43a67f61a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GasEstimation.html @@ -0,0 +1,5 @@ +GasEstimation | @aptos-labs/ts-sdk - v1.14.0

Type alias GasEstimation

GasEstimation: {
    deprioritized_gas_estimate?: number;
    gas_estimate: number;
    prioritized_gas_estimate?: number;
}

Type holding the outputs of the estimate gas API

+

Type declaration

  • Optional deprioritized_gas_estimate?: number

    The deprioritized estimate for the gas unit price

    +
  • gas_estimate: number

    The current estimate for the gas unit price

    +
  • Optional prioritized_gas_estimate?: number

    The prioritized estimate for the gas unit price

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GenerateAccount.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GenerateAccount.html new file mode 100644 index 000000000..f148c63f3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GenerateAccount.html @@ -0,0 +1 @@ +GenerateAccount | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GenerateAccountWithEd25519.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GenerateAccountWithEd25519.html new file mode 100644 index 000000000..5796b6e8b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GenerateAccountWithEd25519.html @@ -0,0 +1,3 @@ +GenerateAccountWithEd25519 | @aptos-labs/ts-sdk - v1.14.0

Type alias GenerateAccountWithEd25519

GenerateAccountWithEd25519: {
    legacy: boolean;
    scheme: Ed25519;
}

Input type to generate an account using Single Signer +Ed25519 or Legacy Ed25519

+

Type declaration

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html new file mode 100644 index 000000000..c74ae17cf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html @@ -0,0 +1,3 @@ +GenerateAccountWithSingleSignerSecp256k1Key | @aptos-labs/ts-sdk - v1.14.0

Type alias GenerateAccountWithSingleSignerSecp256k1Key

GenerateAccountWithSingleSignerSecp256k1Key: {
    legacy?: false;
    scheme: Secp256k1Ecdsa;
}

Input type to generate an account using Single Signer +Secp256k1

+

Type declaration

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GenesisPayload.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GenesisPayload.html new file mode 100644 index 000000000..fbb2a352c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GenesisPayload.html @@ -0,0 +1 @@ +GenesisPayload | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GenesisTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GenesisTransactionResponse.html new file mode 100644 index 000000000..36546ac86 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GenesisTransactionResponse.html @@ -0,0 +1,5 @@ +GenesisTransactionResponse | @aptos-labs/ts-sdk - v1.14.0

Type alias GenesisTransactionResponse

GenesisTransactionResponse: {
    accumulator_root_hash: string;
    changes: WriteSetChange[];
    event_root_hash: string;
    events: Event[];
    gas_used: string;
    hash: string;
    payload: GenesisPayload;
    state_change_hash: string;
    state_checkpoint_hash?: string;
    success: boolean;
    type: Genesis;
    version: string;
    vm_status: string;
}

Type declaration

  • accumulator_root_hash: string
  • changes: WriteSetChange[]

    Final state of resources changed by the transaction

    +
  • event_root_hash: string
  • events: Event[]

    Events emitted during genesis

    +
  • gas_used: string
  • hash: string
  • payload: GenesisPayload
  • state_change_hash: string
  • Optional state_checkpoint_hash?: string
  • success: boolean

    Whether the transaction was successful

    +
  • type: Genesis
  • version: string
  • vm_status: string

    The VM status of the transaction, can tell useful information in a failure

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetANSNameResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetANSNameResponse.html new file mode 100644 index 000000000..b3dd98b37 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetANSNameResponse.html @@ -0,0 +1 @@ +GetANSNameResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetAccountCoinsDataResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetAccountCoinsDataResponse.html new file mode 100644 index 000000000..7ca7a074a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetAccountCoinsDataResponse.html @@ -0,0 +1 @@ +GetAccountCoinsDataResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetAccountCollectionsWithOwnedTokenResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetAccountCollectionsWithOwnedTokenResponse.html new file mode 100644 index 000000000..907cffa36 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetAccountCollectionsWithOwnedTokenResponse.html @@ -0,0 +1 @@ +GetAccountCollectionsWithOwnedTokenResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetAccountOwnedObjectsResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetAccountOwnedObjectsResponse.html new file mode 100644 index 000000000..84e0ddef4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetAccountOwnedObjectsResponse.html @@ -0,0 +1,7 @@ +GetAccountOwnedObjectsResponse | @aptos-labs/ts-sdk - v1.14.0

Type alias GetAccountOwnedObjectsResponse

GetAccountOwnedObjectsResponse: GetAccountOwnedObjectsQuery["current_objects"]

CUSTOM RESPONSE TYPES FOR THE END USER

+

To provide a good dev exp, we build custom types derived from the +query types to be the response type the end developer/user will +work with.

+

These types are used as the return type when calling a sdk api function +that calls the function that queries the server (usually under the /api/ folder)

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetAccountOwnedTokensFromCollectionResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetAccountOwnedTokensFromCollectionResponse.html new file mode 100644 index 000000000..0487db9c7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetAccountOwnedTokensFromCollectionResponse.html @@ -0,0 +1 @@ +GetAccountOwnedTokensFromCollectionResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetAccountOwnedTokensQueryResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetAccountOwnedTokensQueryResponse.html new file mode 100644 index 000000000..14537cfc5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetAccountOwnedTokensQueryResponse.html @@ -0,0 +1 @@ +GetAccountOwnedTokensQueryResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetAptosRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetAptosRequestOptions.html new file mode 100644 index 000000000..9a95ffcdc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetAptosRequestOptions.html @@ -0,0 +1 @@ +GetAptosRequestOptions | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetChainTopUserTransactionsResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetChainTopUserTransactionsResponse.html new file mode 100644 index 000000000..47e8f2846 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetChainTopUserTransactionsResponse.html @@ -0,0 +1 @@ +GetChainTopUserTransactionsResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetCollectionDataResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetCollectionDataResponse.html new file mode 100644 index 000000000..d4b8a69ca --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetCollectionDataResponse.html @@ -0,0 +1 @@ +GetCollectionDataResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetCurrentFungibleAssetBalancesResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetCurrentFungibleAssetBalancesResponse.html new file mode 100644 index 000000000..c20265979 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetCurrentFungibleAssetBalancesResponse.html @@ -0,0 +1 @@ +GetCurrentFungibleAssetBalancesResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetCurrentTokenOwnershipResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetCurrentTokenOwnershipResponse.html new file mode 100644 index 000000000..01e0350a5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetCurrentTokenOwnershipResponse.html @@ -0,0 +1 @@ +GetCurrentTokenOwnershipResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetDelegatedStakingActivitiesResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetDelegatedStakingActivitiesResponse.html new file mode 100644 index 000000000..9e2ec2600 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetDelegatedStakingActivitiesResponse.html @@ -0,0 +1 @@ +GetDelegatedStakingActivitiesResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetEventsResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetEventsResponse.html new file mode 100644 index 000000000..bbda0a27e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetEventsResponse.html @@ -0,0 +1 @@ +GetEventsResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetFungibleAssetActivitiesResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetFungibleAssetActivitiesResponse.html new file mode 100644 index 000000000..45eb39189 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetFungibleAssetActivitiesResponse.html @@ -0,0 +1 @@ +GetFungibleAssetActivitiesResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetFungibleAssetMetadataResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetFungibleAssetMetadataResponse.html new file mode 100644 index 000000000..c922d82df --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetFungibleAssetMetadataResponse.html @@ -0,0 +1 @@ +GetFungibleAssetMetadataResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetNumberOfDelegatorsResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetNumberOfDelegatorsResponse.html new file mode 100644 index 000000000..6d6932c3e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetNumberOfDelegatorsResponse.html @@ -0,0 +1 @@ +GetNumberOfDelegatorsResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetOwnedTokensResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetOwnedTokensResponse.html new file mode 100644 index 000000000..40bb88ca9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetOwnedTokensResponse.html @@ -0,0 +1 @@ +GetOwnedTokensResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetProcessorStatusResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetProcessorStatusResponse.html new file mode 100644 index 000000000..ad94ea76a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetProcessorStatusResponse.html @@ -0,0 +1 @@ +GetProcessorStatusResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetRequestOptions.html new file mode 100644 index 000000000..e63c36f53 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetRequestOptions.html @@ -0,0 +1,9 @@ +GetRequestOptions | @aptos-labs/ts-sdk - v1.14.0

Type alias GetRequestOptions

GetRequestOptions: {
    acceptType?: MimeType;
    aptosConfig: AptosConfig;
    contentType?: MimeType;
    originMethod: string;
    overrides?: ClientConfig;
    params?: Record<string, string | AnyNumber | boolean | undefined>;
    path: string;
    type: AptosApiType;
}

Type declaration

  • Optional acceptType?: MimeType

    The accepted content type of the response of the API

    +
  • aptosConfig: AptosConfig

    The config for the API client

    +
  • Optional contentType?: MimeType

    The content type of the request body

    +
  • originMethod: string

    The name of the API method

    +
  • Optional overrides?: ClientConfig

    Specific client overrides for this request to override aptosConfig

    +
  • Optional params?: Record<string, string | AnyNumber | boolean | undefined>

    The query parameters for the request

    +
  • path: string

    The URL path to the API method

    +
  • type: AptosApiType

    The type of API endpoint to call e.g. fullnode, indexer, etc

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetTokenActivityResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetTokenActivityResponse.html new file mode 100644 index 000000000..57f6c13a3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetTokenActivityResponse.html @@ -0,0 +1 @@ +GetTokenActivityResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GetTokenDataResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetTokenDataResponse.html new file mode 100644 index 000000000..648ccd0f5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GetTokenDataResponse.html @@ -0,0 +1 @@ +GetTokenDataResponse | @aptos-labs/ts-sdk - v1.14.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/GraphqlQuery.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/GraphqlQuery.html new file mode 100644 index 000000000..a2055cfeb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/GraphqlQuery.html @@ -0,0 +1,2 @@ +GraphqlQuery | @aptos-labs/ts-sdk - v1.14.0

Type alias GraphqlQuery

GraphqlQuery: {
    query: string;
    variables?: {};
}

The graphql query type to pass into the queryIndexer function

+

Type declaration

  • query: string
  • Optional variables?: {}

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/HexInput.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/HexInput.html new file mode 100644 index 000000000..3ec6331c8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/HexInput.html @@ -0,0 +1,2 @@ +HexInput | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/IndexerConfig.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/IndexerConfig.html new file mode 100644 index 000000000..ab0301d13 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/IndexerConfig.html @@ -0,0 +1,3 @@ +IndexerConfig | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/InputEntryFunctionData.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputEntryFunctionData.html new file mode 100644 index 000000000..7c0fde305 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputEntryFunctionData.html @@ -0,0 +1,2 @@ +InputEntryFunctionData | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/InputEntryFunctionDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputEntryFunctionDataWithABI.html new file mode 100644 index 000000000..be5b538af --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputEntryFunctionDataWithABI.html @@ -0,0 +1 @@ +InputEntryFunctionDataWithABI | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/InputEntryFunctionDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputEntryFunctionDataWithRemoteABI.html new file mode 100644 index 000000000..addff922d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputEntryFunctionDataWithRemoteABI.html @@ -0,0 +1 @@ +InputEntryFunctionDataWithRemoteABI | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateRawTransactionArgs.html new file mode 100644 index 000000000..a0839bac1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateRawTransactionArgs.html @@ -0,0 +1,2 @@ +InputGenerateRawTransactionArgs | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateTransactionData.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateTransactionData.html new file mode 100644 index 000000000..764b63cd9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateTransactionData.html @@ -0,0 +1,2 @@ +InputGenerateTransactionData | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateTransactionOptions.html new file mode 100644 index 000000000..7d216ca14 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateTransactionOptions.html @@ -0,0 +1,2 @@ +InputGenerateTransactionOptions | @aptos-labs/ts-sdk - v1.14.0

    Type alias InputGenerateTransactionOptions

    InputGenerateTransactionOptions: {
        accountSequenceNumber?: AnyNumber;
        expireTimestamp?: number;
        gasUnitPrice?: number;
        maxGasAmount?: number;
    }

    Optional options to set when generating a transaction

    +

    Type declaration

    • Optional accountSequenceNumber?: AnyNumber
    • Optional expireTimestamp?: number
    • Optional gasUnitPrice?: number
    • Optional maxGasAmount?: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateTransactionPayloadData.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateTransactionPayloadData.html new file mode 100644 index 000000000..323500c39 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateTransactionPayloadData.html @@ -0,0 +1,3 @@ +InputGenerateTransactionPayloadData | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateTransactionPayloadDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateTransactionPayloadDataWithABI.html new file mode 100644 index 000000000..cf527bbda --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateTransactionPayloadDataWithABI.html @@ -0,0 +1 @@ +InputGenerateTransactionPayloadDataWithABI | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateTransactionPayloadDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateTransactionPayloadDataWithRemoteABI.html new file mode 100644 index 000000000..bc1f59f68 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputGenerateTransactionPayloadDataWithRemoteABI.html @@ -0,0 +1 @@ +InputGenerateTransactionPayloadDataWithRemoteABI | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/InputMultiSigData.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputMultiSigData.html new file mode 100644 index 000000000..72791cffb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputMultiSigData.html @@ -0,0 +1,2 @@ +InputMultiSigData | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/InputMultiSigDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputMultiSigDataWithABI.html new file mode 100644 index 000000000..dc4d7fbc8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputMultiSigDataWithABI.html @@ -0,0 +1 @@ +InputMultiSigDataWithABI | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/InputMultiSigDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputMultiSigDataWithRemoteABI.html new file mode 100644 index 000000000..2bf812886 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputMultiSigDataWithRemoteABI.html @@ -0,0 +1,2 @@ +InputMultiSigDataWithRemoteABI | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/InputScriptData.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputScriptData.html new file mode 100644 index 000000000..89e0d52a1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputScriptData.html @@ -0,0 +1,2 @@ +InputScriptData | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/InputSimulateTransactionData.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputSimulateTransactionData.html new file mode 100644 index 000000000..e06eaf9f9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputSimulateTransactionData.html @@ -0,0 +1,5 @@ +InputSimulateTransactionData | @aptos-labs/ts-sdk - v1.14.0

    Type alias InputSimulateTransactionData

    InputSimulateTransactionData: {
        feePayerPublicKey?: PublicKey;
        options?: InputSimulateTransactionOptions;
        secondarySignersPublicKeys?: PublicKey[];
        signerPublicKey: PublicKey;
        transaction: AnyRawTransaction;
    }

    Type declaration

    • Optional feePayerPublicKey?: PublicKey

      For a fee payer transaction (aka Sponsored Transaction)

      +
    • Optional options?: InputSimulateTransactionOptions
    • Optional secondarySignersPublicKeys?: PublicKey[]

      For a fee payer or multi-agent transaction that requires additional signers in

      +
    • signerPublicKey: PublicKey

      For a single signer transaction

      +
    • transaction: AnyRawTransaction

      The transaction to simulate, probably generated by generateTransaction()

      +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/InputSimulateTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputSimulateTransactionOptions.html new file mode 100644 index 000000000..77b2e671a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputSimulateTransactionOptions.html @@ -0,0 +1 @@ +InputSimulateTransactionOptions | @aptos-labs/ts-sdk - v1.14.0

    Type alias InputSimulateTransactionOptions

    InputSimulateTransactionOptions: {
        estimateGasUnitPrice?: boolean;
        estimateMaxGasAmount?: boolean;
        estimatePrioritizedGasUnitPrice?: boolean;
    }

    Type declaration

    • Optional estimateGasUnitPrice?: boolean
    • Optional estimateMaxGasAmount?: boolean
    • Optional estimatePrioritizedGasUnitPrice?: boolean

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/InputViewFunctionData.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputViewFunctionData.html new file mode 100644 index 000000000..53bc43fc0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputViewFunctionData.html @@ -0,0 +1,2 @@ +InputViewFunctionData | @aptos-labs/ts-sdk - v1.14.0

    Type alias InputViewFunctionData

    InputViewFunctionData: {
        abi?: ViewFunctionABI;
        function: MoveFunctionId;
        functionArguments?: (EntryFunctionArgumentTypes | SimpleEntryFunctionArgumentTypes)[];
        typeArguments?: (TypeTag | string)[];
    }

    The data needed to generate a View Function payload

    +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/InputViewFunctionDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputViewFunctionDataWithABI.html new file mode 100644 index 000000000..b97524425 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputViewFunctionDataWithABI.html @@ -0,0 +1,2 @@ +InputViewFunctionDataWithABI | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/InputViewFunctionDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputViewFunctionDataWithRemoteABI.html new file mode 100644 index 000000000..7612b4d86 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/InputViewFunctionDataWithRemoteABI.html @@ -0,0 +1,2 @@ +InputViewFunctionDataWithRemoteABI | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/LedgerInfo.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/LedgerInfo.html new file mode 100644 index 000000000..f1e09559f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/LedgerInfo.html @@ -0,0 +1,4 @@ +LedgerInfo | @aptos-labs/ts-sdk - v1.14.0

    Type alias LedgerInfo

    LedgerInfo: {
        block_height: string;
        chain_id: number;
        epoch: string;
        git_hash?: string;
        ledger_timestamp: string;
        ledger_version: string;
        node_role: RoleType;
        oldest_block_height: string;
        oldest_ledger_version: string;
    }

    Type declaration

    • block_height: string
    • chain_id: number

      Chain ID of the current chain

      +
    • epoch: string
    • Optional git_hash?: string

      Git hash of the build of the API endpoint. Can be used to determine the exact +software version used by the API endpoint.

      +
    • ledger_timestamp: string
    • ledger_version: string
    • node_role: RoleType
    • oldest_block_height: string
    • oldest_ledger_version: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/LedgerVersionArg.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/LedgerVersionArg.html new file mode 100644 index 000000000..cfa04a2c1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/LedgerVersionArg.html @@ -0,0 +1,2 @@ +LedgerVersionArg | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveAddressType.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveAddressType.html new file mode 100644 index 000000000..2620780b7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveAddressType.html @@ -0,0 +1 @@ +MoveAddressType | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveFunction.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveFunction.html new file mode 100644 index 000000000..01d2df3fc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveFunction.html @@ -0,0 +1,7 @@ +MoveFunction | @aptos-labs/ts-sdk - v1.14.0

    Type alias MoveFunction

    MoveFunction: {
        generic_type_params: MoveFunctionGenericTypeParam[];
        is_entry: boolean;
        is_view: boolean;
        name: string;
        params: string[];
        return: string[];
        visibility: MoveFunctionVisibility;
    }

    Move function

    +

    Type declaration

    • generic_type_params: MoveFunctionGenericTypeParam[]

      Generic type params associated with the Move function

      +
    • is_entry: boolean

      Whether the function can be called as an entry function directly in a transaction

      +
    • is_view: boolean

      Whether the function is a view function or not

      +
    • name: string
    • params: string[]

      Parameters associated with the move function

      +
    • return: string[]

      Return type of the function

      +
    • visibility: MoveFunctionVisibility

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveFunctionGenericTypeParam.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveFunctionGenericTypeParam.html new file mode 100644 index 000000000..061512b09 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveFunctionGenericTypeParam.html @@ -0,0 +1,2 @@ +MoveFunctionGenericTypeParam | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveFunctionId.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveFunctionId.html new file mode 100644 index 000000000..fc302dda9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveFunctionId.html @@ -0,0 +1 @@ +MoveFunctionId | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveModule.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveModule.html new file mode 100644 index 000000000..d2e6bd06f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveModule.html @@ -0,0 +1,5 @@ +MoveModule | @aptos-labs/ts-sdk - v1.14.0

    Type alias MoveModule

    MoveModule: {
        address: string;
        exposed_functions: MoveFunction[];
        friends: MoveModuleId[];
        name: string;
        structs: MoveStruct[];
    }

    A Move module

    +

    Type declaration

    • address: string
    • exposed_functions: MoveFunction[]

      Public functions of the module

      +
    • friends: MoveModuleId[]

      Friends of the module

      +
    • name: string
    • structs: MoveStruct[]

      Structs of the module

      +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveModuleBytecode.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveModuleBytecode.html new file mode 100644 index 000000000..b9771a356 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveModuleBytecode.html @@ -0,0 +1 @@ +MoveModuleBytecode | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveModuleId.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveModuleId.html new file mode 100644 index 000000000..e867afbd0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveModuleId.html @@ -0,0 +1,3 @@ +MoveModuleId | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveObjectType.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveObjectType.html new file mode 100644 index 000000000..7a2d125a3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveObjectType.html @@ -0,0 +1 @@ +MoveObjectType | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveOptionType.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveOptionType.html new file mode 100644 index 000000000..392fb1bbf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveOptionType.html @@ -0,0 +1 @@ +MoveOptionType | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveResource.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveResource.html new file mode 100644 index 000000000..3685b4584 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveResource.html @@ -0,0 +1 @@ +MoveResource | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveScriptBytecode.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveScriptBytecode.html new file mode 100644 index 000000000..5cf4d4a9a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveScriptBytecode.html @@ -0,0 +1,2 @@ +MoveScriptBytecode | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveStruct.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveStruct.html new file mode 100644 index 000000000..afd8a4000 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveStruct.html @@ -0,0 +1,6 @@ +MoveStruct | @aptos-labs/ts-sdk - v1.14.0

    Type alias MoveStruct

    MoveStruct: {
        abilities: MoveAbility[];
        fields: MoveStructField[];
        generic_type_params: MoveFunctionGenericTypeParam[];
        is_native: boolean;
        name: string;
    }

    A move struct

    +

    Type declaration

    • abilities: MoveAbility[]

      Abilities associated with the struct

      +
    • fields: MoveStructField[]

      Fields associated with the struct

      +
    • generic_type_params: MoveFunctionGenericTypeParam[]

      Generic types associated with the struct

      +
    • is_native: boolean

      Whether the struct is a native struct of Move

      +
    • name: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveStructField.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveStructField.html new file mode 100644 index 000000000..61058eddb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveStructField.html @@ -0,0 +1,2 @@ +MoveStructField | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveStructId.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveStructId.html new file mode 100644 index 000000000..3cea0303a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveStructId.html @@ -0,0 +1,2 @@ +MoveStructId | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveStructType.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveStructType.html new file mode 100644 index 000000000..33ee35445 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveStructType.html @@ -0,0 +1 @@ +MoveStructType | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveType.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveType.html new file mode 100644 index 000000000..739f28959 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveType.html @@ -0,0 +1 @@ +MoveType | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint128Type.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint128Type.html new file mode 100644 index 000000000..0ff1a88a5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint128Type.html @@ -0,0 +1 @@ +MoveUint128Type | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint16Type.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint16Type.html new file mode 100644 index 000000000..678ce23f0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint16Type.html @@ -0,0 +1 @@ +MoveUint16Type | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint256Type.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint256Type.html new file mode 100644 index 000000000..3cda8ece9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint256Type.html @@ -0,0 +1 @@ +MoveUint256Type | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint32Type.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint32Type.html new file mode 100644 index 000000000..40fac7216 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint32Type.html @@ -0,0 +1 @@ +MoveUint32Type | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint64Type.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint64Type.html new file mode 100644 index 000000000..be6f639fd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint64Type.html @@ -0,0 +1 @@ +MoveUint64Type | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint8Type.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint8Type.html new file mode 100644 index 000000000..56f8ff164 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveUint8Type.html @@ -0,0 +1,2 @@ +MoveUint8Type | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveValue.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveValue.html new file mode 100644 index 000000000..7fbd9114a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MoveValue.html @@ -0,0 +1,12 @@ +MoveValue | @aptos-labs/ts-sdk - v1.14.0

    Type alias MoveValue

    Possible Move values acceptable by move functions (entry, view)

    +

    Map of a Move value to the corresponding TypeScript value

    +

    Bool -> boolean

    +

    u8, u16, u32 -> number

    +

    u64, u128, u256 -> string

    +

    String -> string

    +

    Address -> 0x${string}

    +

    Struct - 0x${string}::${string}::${string}

    +

    Object -> 0x${string}

    +

    Vector -> Array<MoveValue>

    +

    Option -> MoveValue | null | undefined

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/MultisigPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/MultisigPayloadResponse.html new file mode 100644 index 000000000..854df6f49 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/MultisigPayloadResponse.html @@ -0,0 +1 @@ +MultisigPayloadResponse | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/OrderBy.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/OrderBy.html new file mode 100644 index 000000000..1cfbe8ad9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/OrderBy.html @@ -0,0 +1,3 @@ +OrderBy | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/OrderByValue.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/OrderByValue.html new file mode 100644 index 000000000..f8d99c968 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/OrderByValue.html @@ -0,0 +1 @@ +OrderByValue | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/ParsingResult.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/ParsingResult.html new file mode 100644 index 000000000..285164ba5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/ParsingResult.html @@ -0,0 +1,6 @@ +ParsingResult | @aptos-labs/ts-sdk - v1.14.0

    Type alias ParsingResult<T>

    ParsingResult<T>: {
        invalidReason?: T;
        invalidReasonMessage?: string;
        valid: boolean;
    }

    Whereas ParsingError is thrown when parsing fails, e.g. in a fromString function, +this type is returned from "defensive" functions like isValid.

    +

    Type Parameters

    • T

    Type declaration

    • Optional invalidReason?: T

      If valid is false, this will be a code explaining why parsing failed.

      +
    • Optional invalidReasonMessage?: string

      If valid is false, this will be a string explaining why parsing failed.

      +
    • valid: boolean

      True if valid, false otherwise.

      +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/PendingTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/PendingTransactionResponse.html new file mode 100644 index 000000000..7247c70e5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/PendingTransactionResponse.html @@ -0,0 +1 @@ +PendingTransactionResponse | @aptos-labs/ts-sdk - v1.14.0

    Type alias PendingTransactionResponse

    PendingTransactionResponse: {
        expiration_timestamp_secs: string;
        gas_unit_price: string;
        hash: string;
        max_gas_amount: string;
        payload: TransactionPayloadResponse;
        sender: string;
        sequence_number: string;
        signature?: TransactionSignature;
        type: Pending;
    }

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/PostAptosRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/PostAptosRequestOptions.html new file mode 100644 index 000000000..5a685f73c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/PostAptosRequestOptions.html @@ -0,0 +1 @@ +PostAptosRequestOptions | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/PostRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/PostRequestOptions.html new file mode 100644 index 000000000..3733ddb63 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/PostRequestOptions.html @@ -0,0 +1,10 @@ +PostRequestOptions | @aptos-labs/ts-sdk - v1.14.0

    Type alias PostRequestOptions

    PostRequestOptions: {
        acceptType?: MimeType;
        aptosConfig: AptosConfig;
        body?: any;
        contentType?: MimeType;
        originMethod: string;
        overrides?: ClientConfig;
        params?: Record<string, string | AnyNumber | boolean | undefined>;
        path: string;
        type: AptosApiType;
    }

    Type declaration

    • Optional acceptType?: MimeType

      The accepted content type of the response of the API

      +
    • aptosConfig: AptosConfig

      The config for the API client

      +
    • Optional body?: any

      The body of the request, should match the content type of the request

      +
    • Optional contentType?: MimeType

      The content type of the request body

      +
    • originMethod: string

      The name of the API method

      +
    • Optional overrides?: ClientConfig

      Specific client overrides for this request to override aptosConfig

      +
    • Optional params?: Record<string, string | AnyNumber | boolean | undefined>

      The query parameters for the request

      +
    • path: string

      The URL path to the API method

      +
    • type: AptosApiType

      The type of API endpoint to call e.g. fullnode, indexer, etc

      +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/ScriptFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/ScriptFunctionArgumentTypes.html new file mode 100644 index 000000000..e5215a3c2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/ScriptFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +ScriptFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/ScriptPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/ScriptPayloadResponse.html new file mode 100644 index 000000000..cfa39151e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/ScriptPayloadResponse.html @@ -0,0 +1,3 @@ +ScriptPayloadResponse | @aptos-labs/ts-sdk - v1.14.0

    Type alias ScriptPayloadResponse

    ScriptPayloadResponse: {
        arguments: any[];
        code: MoveScriptBytecode;
        type: string;
        type_arguments: string[];
    }

    Type declaration

    • arguments: any[]

      Arguments of the function

      +
    • code: MoveScriptBytecode
    • type: string
    • type_arguments: string[]

      Type arguments of the function

      +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/ScriptWriteSet.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/ScriptWriteSet.html new file mode 100644 index 000000000..8977de8cb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/ScriptWriteSet.html @@ -0,0 +1 @@ +ScriptWriteSet | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/SimpleEntryFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/SimpleEntryFunctionArgumentTypes.html new file mode 100644 index 000000000..5cf8de13a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/SimpleEntryFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +SimpleEntryFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/SingleKeySignerFromDerivationPathArgs.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/SingleKeySignerFromDerivationPathArgs.html new file mode 100644 index 000000000..e9489bd04 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/SingleKeySignerFromDerivationPathArgs.html @@ -0,0 +1 @@ +SingleKeySignerFromDerivationPathArgs | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/StateCheckpointTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/StateCheckpointTransactionResponse.html new file mode 100644 index 000000000..64e5e08ad --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/StateCheckpointTransactionResponse.html @@ -0,0 +1,4 @@ +StateCheckpointTransactionResponse | @aptos-labs/ts-sdk - v1.14.0

    Type alias StateCheckpointTransactionResponse

    StateCheckpointTransactionResponse: {
        accumulator_root_hash: string;
        changes: WriteSetChange[];
        event_root_hash: string;
        gas_used: string;
        hash: string;
        state_change_hash: string;
        state_checkpoint_hash: string | null;
        success: boolean;
        timestamp: string;
        type: StateCheckpoint;
        version: string;
        vm_status: string;
    }

    Type declaration

    • accumulator_root_hash: string
    • changes: WriteSetChange[]

      Final state of resources changed by the transaction

      +
    • event_root_hash: string
    • gas_used: string
    • hash: string
    • state_change_hash: string
    • state_checkpoint_hash: string | null
    • success: boolean

      Whether the transaction was successful

      +
    • timestamp: string
    • type: StateCheckpoint
    • version: string
    • vm_status: string

      The VM status of the transaction, can tell useful information in a failure

      +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/SuccessEventData.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/SuccessEventData.html new file mode 100644 index 000000000..bea8d51b5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/SuccessEventData.html @@ -0,0 +1 @@ +SuccessEventData | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/TableItemRequest.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/TableItemRequest.html new file mode 100644 index 000000000..605e50841 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/TableItemRequest.html @@ -0,0 +1,3 @@ +TableItemRequest | @aptos-labs/ts-sdk - v1.14.0

    Type alias TableItemRequest

    TableItemRequest: {
        key: any;
        key_type: MoveValue;
        value_type: MoveValue;
    }

    Table Item request for the GetTableItem API

    +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/TokenStandard.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/TokenStandard.html new file mode 100644 index 000000000..88ee517fe --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/TokenStandard.html @@ -0,0 +1,2 @@ +TokenStandard | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionEd25519Signature.html new file mode 100644 index 000000000..79a28101c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionEd25519Signature.html @@ -0,0 +1 @@ +TransactionEd25519Signature | @aptos-labs/ts-sdk - v1.14.0

    Type alias TransactionEd25519Signature

    TransactionEd25519Signature: {
        public_key: string;
        signature: "ed25519_signature";
        type: string;
    }

    Type declaration

    • public_key: string
    • signature: "ed25519_signature"
    • type: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionFeePayerSignature.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionFeePayerSignature.html new file mode 100644 index 000000000..a9ec60d2c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionFeePayerSignature.html @@ -0,0 +1,3 @@ +TransactionFeePayerSignature | @aptos-labs/ts-sdk - v1.14.0

    Type alias TransactionFeePayerSignature

    TransactionFeePayerSignature: {
        fee_payer_address: string;
        fee_payer_signer: AccountSignature;
        secondary_signer_addresses: string[];
        secondary_signers: AccountSignature[];
        sender: AccountSignature;
        type: "fee_payer_signature";
    }

    Type declaration

    • fee_payer_address: string
    • fee_payer_signer: AccountSignature
    • secondary_signer_addresses: string[]

      The other involved parties' addresses

      +
    • secondary_signers: AccountSignature[]

      The associated signatures, in the same order as the secondary addresses

      +
    • sender: AccountSignature
    • type: "fee_payer_signature"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionMultiAgentSignature.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionMultiAgentSignature.html new file mode 100644 index 000000000..23e2ceb27 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionMultiAgentSignature.html @@ -0,0 +1,3 @@ +TransactionMultiAgentSignature | @aptos-labs/ts-sdk - v1.14.0

    Type alias TransactionMultiAgentSignature

    TransactionMultiAgentSignature: {
        secondary_signer_addresses: string[];
        secondary_signers: AccountSignature[];
        sender: AccountSignature;
        type: "multi_agent_signature";
    }

    Type declaration

    • secondary_signer_addresses: string[]

      The other involved parties' addresses

      +
    • secondary_signers: AccountSignature[]

      The associated signatures, in the same order as the secondary addresses

      +
    • sender: AccountSignature
    • type: "multi_agent_signature"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionMultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionMultiEd25519Signature.html new file mode 100644 index 000000000..6dac51275 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionMultiEd25519Signature.html @@ -0,0 +1,4 @@ +TransactionMultiEd25519Signature | @aptos-labs/ts-sdk - v1.14.0

    Type alias TransactionMultiEd25519Signature

    TransactionMultiEd25519Signature: {
        bitmap: string;
        public_keys: string[];
        signatures: string[];
        threshold: number;
        type: "multi_ed25519_signature";
    }

    Type declaration

    • bitmap: string
    • public_keys: string[]

      The public keys for the Ed25519 signature

      +
    • signatures: string[]

      Signature associated with the public keys in the same order

      +
    • threshold: number

      The number of signatures required for a successful transaction

      +
    • type: "multi_ed25519_signature"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionPayloadResponse.html new file mode 100644 index 000000000..1a42b0dcc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionPayloadResponse.html @@ -0,0 +1 @@ +TransactionPayloadResponse | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionResponse.html new file mode 100644 index 000000000..4dfbe2af1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionResponse.html @@ -0,0 +1 @@ +TransactionResponse | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionSecp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionSecp256k1Signature.html new file mode 100644 index 000000000..a8b0977fc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionSecp256k1Signature.html @@ -0,0 +1 @@ +TransactionSecp256k1Signature | @aptos-labs/ts-sdk - v1.14.0

    Type alias TransactionSecp256k1Signature

    TransactionSecp256k1Signature: {
        public_key: string;
        signature: "secp256k1_ecdsa_signature";
        type: string;
    }

    Type declaration

    • public_key: string
    • signature: "secp256k1_ecdsa_signature"
    • type: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionSignature.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionSignature.html new file mode 100644 index 000000000..c23b727d9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/TransactionSignature.html @@ -0,0 +1,2 @@ +TransactionSignature | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/Uint128.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/Uint128.html new file mode 100644 index 000000000..b02857975 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/Uint128.html @@ -0,0 +1 @@ +Uint128 | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/Uint16.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/Uint16.html new file mode 100644 index 000000000..2b63158de --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/Uint16.html @@ -0,0 +1 @@ +Uint16 | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/Uint256.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/Uint256.html new file mode 100644 index 000000000..377369124 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/Uint256.html @@ -0,0 +1 @@ +Uint256 | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/Uint32.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/Uint32.html new file mode 100644 index 000000000..22470a8ee --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/Uint32.html @@ -0,0 +1 @@ +Uint32 | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/Uint64.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/Uint64.html new file mode 100644 index 000000000..890c5597b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/Uint64.html @@ -0,0 +1 @@ +Uint64 | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/Uint8.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/Uint8.html new file mode 100644 index 000000000..667e76175 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/Uint8.html @@ -0,0 +1,2 @@ +Uint8 | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/UserTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/UserTransactionResponse.html new file mode 100644 index 000000000..cb3c598de --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/UserTransactionResponse.html @@ -0,0 +1,5 @@ +UserTransactionResponse | @aptos-labs/ts-sdk - v1.14.0

    Type alias UserTransactionResponse

    UserTransactionResponse: {
        accumulator_root_hash: string;
        changes: WriteSetChange[];
        event_root_hash: string;
        events: Event[];
        expiration_timestamp_secs: string;
        gas_unit_price: string;
        gas_used: string;
        hash: string;
        max_gas_amount: string;
        payload: TransactionPayloadResponse;
        sender: string;
        sequence_number: string;
        signature?: TransactionSignature;
        state_change_hash: string;
        state_checkpoint_hash: string | null;
        success: boolean;
        timestamp: string;
        type: User;
        version: string;
        vm_status: string;
    }

    Type declaration

    • accumulator_root_hash: string
    • changes: WriteSetChange[]

      Final state of resources changed by the transaction

      +
    • event_root_hash: string
    • events: Event[]

      Events generated by the transaction

      +
    • expiration_timestamp_secs: string
    • gas_unit_price: string
    • gas_used: string
    • hash: string
    • max_gas_amount: string
    • payload: TransactionPayloadResponse
    • sender: string
    • sequence_number: string
    • Optional signature?: TransactionSignature
    • state_change_hash: string
    • state_checkpoint_hash: string | null
    • success: boolean

      Whether the transaction was successful

      +
    • timestamp: string
    • type: User
    • version: string
    • vm_status: string

      The VM status of the transaction, can tell useful information in a failure

      +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/ValidatorTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/ValidatorTransactionResponse.html new file mode 100644 index 000000000..7d471bbc1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/ValidatorTransactionResponse.html @@ -0,0 +1,5 @@ +ValidatorTransactionResponse | @aptos-labs/ts-sdk - v1.14.0

    Type alias ValidatorTransactionResponse

    ValidatorTransactionResponse: {
        accumulator_root_hash: string;
        changes: WriteSetChange[];
        event_root_hash: string;
        events: Event[];
        gas_used: string;
        hash: string;
        state_change_hash: string;
        state_checkpoint_hash: string | null;
        success: boolean;
        timestamp: string;
        type: Validator;
        version: string;
        vm_status: string;
    }

    Type declaration

    • accumulator_root_hash: string
    • changes: WriteSetChange[]

      Final state of resources changed by the transaction

      +
    • event_root_hash: string
    • events: Event[]

      The events emitted by the validator transaction

      +
    • gas_used: string
    • hash: string
    • state_change_hash: string
    • state_checkpoint_hash: string | null
    • success: boolean

      Whether the transaction was successful

      +
    • timestamp: string
    • type: Validator
    • version: string
    • vm_status: string

      The VM status of the transaction, can tell useful information in a failure

      +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/ViewFunctionABI.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/ViewFunctionABI.html new file mode 100644 index 000000000..cfa92effd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/ViewFunctionABI.html @@ -0,0 +1,3 @@ +ViewFunctionABI | @aptos-labs/ts-sdk - v1.14.0

    Type alias ViewFunctionABI

    ViewFunctionABI: FunctionABI & {
        returnTypes: TypeTag[];
    }

    Interface of an View function's ABI.

    +

    This is used to provide type checking and simple input conversion on ABI based transaction submission.

    +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/WaitForTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/WaitForTransactionOptions.html new file mode 100644 index 000000000..640684a6c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/WaitForTransactionOptions.html @@ -0,0 +1,2 @@ +WaitForTransactionOptions | @aptos-labs/ts-sdk - v1.14.0

    Type alias WaitForTransactionOptions

    WaitForTransactionOptions: {
        checkSuccess?: boolean;
        timeoutSecs?: number;
        waitForIndexer?: boolean;
    }

    Option properties to pass for waitForTransaction() function

    +

    Type declaration

    • Optional checkSuccess?: boolean
    • Optional timeoutSecs?: number
    • Optional waitForIndexer?: boolean

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSet.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSet.html new file mode 100644 index 000000000..70c7af300 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSet.html @@ -0,0 +1 @@ +WriteSet | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChange.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChange.html new file mode 100644 index 000000000..e1517a7ed --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChange.html @@ -0,0 +1,2 @@ +WriteSetChange | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeDeleteModule.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeDeleteModule.html new file mode 100644 index 000000000..27a400fb3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeDeleteModule.html @@ -0,0 +1,2 @@ +WriteSetChangeDeleteModule | @aptos-labs/ts-sdk - v1.14.0

    Type alias WriteSetChangeDeleteModule

    WriteSetChangeDeleteModule: {
        address: string;
        module: MoveModuleId;
        state_key_hash: string;
        type: string;
    }

    Type declaration

    • address: string
    • module: MoveModuleId
    • state_key_hash: string

      State key hash

      +
    • type: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeDeleteResource.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeDeleteResource.html new file mode 100644 index 000000000..7742e08a8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeDeleteResource.html @@ -0,0 +1 @@ +WriteSetChangeDeleteResource | @aptos-labs/ts-sdk - v1.14.0

    Type alias WriteSetChangeDeleteResource

    WriteSetChangeDeleteResource: {
        address: string;
        resource: string;
        state_key_hash: string;
        type: string;
    }

    Type declaration

    • address: string
    • resource: string
    • state_key_hash: string
    • type: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeDeleteTableItem.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeDeleteTableItem.html new file mode 100644 index 000000000..da89550ec --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeDeleteTableItem.html @@ -0,0 +1 @@ +WriteSetChangeDeleteTableItem | @aptos-labs/ts-sdk - v1.14.0

    Type alias WriteSetChangeDeleteTableItem

    WriteSetChangeDeleteTableItem: {
        data?: DeletedTableData;
        handle: string;
        key: string;
        state_key_hash: string;
        type: string;
    }

    Type declaration

    • Optional data?: DeletedTableData
    • handle: string
    • key: string
    • state_key_hash: string
    • type: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeWriteModule.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeWriteModule.html new file mode 100644 index 000000000..7d5354db5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeWriteModule.html @@ -0,0 +1 @@ +WriteSetChangeWriteModule | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeWriteResource.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeWriteResource.html new file mode 100644 index 000000000..ea574b32b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeWriteResource.html @@ -0,0 +1 @@ +WriteSetChangeWriteResource | @aptos-labs/ts-sdk - v1.14.0

    Type alias WriteSetChangeWriteResource

    WriteSetChangeWriteResource: {
        address: string;
        data: MoveResource;
        state_key_hash: string;
        type: string;
    }

    Type declaration

    • address: string
    • data: MoveResource
    • state_key_hash: string
    • type: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeWriteTableItem.html b/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeWriteTableItem.html new file mode 100644 index 000000000..bc917427a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/types/WriteSetChangeWriteTableItem.html @@ -0,0 +1 @@ +WriteSetChangeWriteTableItem | @aptos-labs/ts-sdk - v1.14.0

    Type alias WriteSetChangeWriteTableItem

    WriteSetChangeWriteTableItem: {
        data?: DecodedTableData;
        handle: string;
        key: string;
        state_key_hash: string;
        type: string;
        value: string;
    }

    Type declaration

    • Optional data?: DecodedTableData
    • handle: string
    • key: string
    • state_key_hash: string
    • type: string
    • value: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/variables/APTOS_BIP44_REGEX.html b/docs/@aptos-labs/ts-sdk-1.14.0/variables/APTOS_BIP44_REGEX.html new file mode 100644 index 000000000..04b29fd78 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/variables/APTOS_BIP44_REGEX.html @@ -0,0 +1 @@ +APTOS_BIP44_REGEX | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/variables/APTOS_COIN.html b/docs/@aptos-labs/ts-sdk-1.14.0/variables/APTOS_COIN.html new file mode 100644 index 000000000..c254cbaf1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/variables/APTOS_COIN.html @@ -0,0 +1,2 @@ +APTOS_COIN | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/variables/APTOS_HARDENED_REGEX.html b/docs/@aptos-labs/ts-sdk-1.14.0/variables/APTOS_HARDENED_REGEX.html new file mode 100644 index 000000000..2dc412fe5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/variables/APTOS_HARDENED_REGEX.html @@ -0,0 +1,2 @@ +APTOS_HARDENED_REGEX | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/variables/DEFAULT_MAX_GAS_AMOUNT.html b/docs/@aptos-labs/ts-sdk-1.14.0/variables/DEFAULT_MAX_GAS_AMOUNT.html new file mode 100644 index 000000000..370c056fe --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/variables/DEFAULT_MAX_GAS_AMOUNT.html @@ -0,0 +1,5 @@ +DEFAULT_MAX_GAS_AMOUNT | @aptos-labs/ts-sdk - v1.14.0

    Variable DEFAULT_MAX_GAS_AMOUNTConst

    DEFAULT_MAX_GAS_AMOUNT: 200000 = 200000

    The default max gas amount when none is given.

    +

    This is the maximum number of gas units that will be used by a transaction before being rejected.

    +

    Note that max gas amount varies based on the transaction. A larger transaction will go over this +default gas amount, and the value will need to be changed for the specific transaction.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html b/docs/@aptos-labs/ts-sdk-1.14.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html new file mode 100644 index 000000000..c60cced34 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html @@ -0,0 +1,5 @@ +DEFAULT_TXN_EXP_SEC_FROM_NOW | @aptos-labs/ts-sdk - v1.14.0

    Variable DEFAULT_TXN_EXP_SEC_FROM_NOWConst

    DEFAULT_TXN_EXP_SEC_FROM_NOW: 20 = 20

    The default transaction expiration seconds from now.

    +

    This time is how long until the blockchain nodes will reject the transaction.

    +

    Note that the transaction expiration time varies based on network connection and network load. It may need to be +increased for the transaction to be processed.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html b/docs/@aptos-labs/ts-sdk-1.14.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html new file mode 100644 index 000000000..de003b92c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html @@ -0,0 +1,4 @@ +DEFAULT_TXN_TIMEOUT_SEC | @aptos-labs/ts-sdk - v1.14.0

    Variable DEFAULT_TXN_TIMEOUT_SECConst

    DEFAULT_TXN_TIMEOUT_SEC: 20 = 20

    The default number of seconds to wait for a transaction to be processed.

    +

    This time is the amount of time that the SDK will wait for a transaction to be processed when waiting for +the results of the transaction. It may take longer based on network connection and network load.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/variables/HARDENED_OFFSET.html b/docs/@aptos-labs/ts-sdk-1.14.0/variables/HARDENED_OFFSET.html new file mode 100644 index 000000000..7db5421c0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/variables/HARDENED_OFFSET.html @@ -0,0 +1 @@ +HARDENED_OFFSET | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/variables/NetworkToChainId.html b/docs/@aptos-labs/ts-sdk-1.14.0/variables/NetworkToChainId.html new file mode 100644 index 000000000..f04eed3c5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/variables/NetworkToChainId.html @@ -0,0 +1 @@ +NetworkToChainId | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/variables/NetworkToFaucetAPI.html b/docs/@aptos-labs/ts-sdk-1.14.0/variables/NetworkToFaucetAPI.html new file mode 100644 index 000000000..f43439cf5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/variables/NetworkToFaucetAPI.html @@ -0,0 +1 @@ +NetworkToFaucetAPI | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/variables/NetworkToIndexerAPI.html b/docs/@aptos-labs/ts-sdk-1.14.0/variables/NetworkToIndexerAPI.html new file mode 100644 index 000000000..37cfaea89 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/variables/NetworkToIndexerAPI.html @@ -0,0 +1 @@ +NetworkToIndexerAPI | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/variables/NetworkToNetworkName.html b/docs/@aptos-labs/ts-sdk-1.14.0/variables/NetworkToNetworkName.html new file mode 100644 index 000000000..d3053b487 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/variables/NetworkToNetworkName.html @@ -0,0 +1 @@ +NetworkToNetworkName | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/variables/NetworkToNodeAPI.html b/docs/@aptos-labs/ts-sdk-1.14.0/variables/NetworkToNodeAPI.html new file mode 100644 index 000000000..9c99585f6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/variables/NetworkToNodeAPI.html @@ -0,0 +1 @@ +NetworkToNodeAPI | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/variables/RAW_TRANSACTION_SALT.html b/docs/@aptos-labs/ts-sdk-1.14.0/variables/RAW_TRANSACTION_SALT.html new file mode 100644 index 000000000..bf8095ea4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/variables/RAW_TRANSACTION_SALT.html @@ -0,0 +1 @@ +RAW_TRANSACTION_SALT | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/variables/RAW_TRANSACTION_WITH_DATA_SALT.html b/docs/@aptos-labs/ts-sdk-1.14.0/variables/RAW_TRANSACTION_WITH_DATA_SALT.html new file mode 100644 index 000000000..5a399b5ec --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/variables/RAW_TRANSACTION_WITH_DATA_SALT.html @@ -0,0 +1 @@ +RAW_TRANSACTION_WITH_DATA_SALT | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.14.0/variables/promiseFulfilledStatus.html b/docs/@aptos-labs/ts-sdk-1.14.0/variables/promiseFulfilledStatus.html new file mode 100644 index 000000000..ea87197c0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.14.0/variables/promiseFulfilledStatus.html @@ -0,0 +1 @@ +promiseFulfilledStatus | @aptos-labs/ts-sdk - v1.14.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-latest/index.md b/docs/@aptos-labs/ts-sdk-latest/index.md index 05fa4688b..01393f855 100644 --- a/docs/@aptos-labs/ts-sdk-latest/index.md +++ b/docs/@aptos-labs/ts-sdk-latest/index.md @@ -1,5 +1,5 @@ --- title: Latest Aptos TypeScript SDK Documentation permalink: /@aptos-labs/ts-sdk-latest -redirect_to: /@aptos-labs/ts-sdk-1.13.3 +redirect_to: /@aptos-labs/ts-sdk-1.14.0 --- diff --git a/docs/index.md b/docs/index.md index 5d7d78a76..41a527c48 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,6 +9,7 @@ redirect_from: This is a repository of all Aptos TypeScript SDK documentation by version. - [Latest](@aptos-labs/ts-sdk-latest) +- [Stable - @aptos-labs/ts-sdk-1.14.0](@aptos-labs/ts-sdk-1.14.0) - [Stable - @aptos-labs/ts-sdk-1.13.3](@aptos-labs/ts-sdk-1.13.3) - [Stable - @aptos-labs/ts-sdk-1.13.2](@aptos-labs/ts-sdk-1.13.2) - [Stable - @aptos-labs/ts-sdk-1.13.1](@aptos-labs/ts-sdk-1.13.1) diff --git a/package.json b/package.json index a2dfed056..8ac77dd29 100644 --- a/package.json +++ b/package.json @@ -85,5 +85,5 @@ "typedoc": "^0.25.4", "typescript": "^5.3.3" }, - "version": "1.13.3" + "version": "1.14.0" } diff --git a/src/version.ts b/src/version.ts index 1a3befec9..e89c8fe4f 100644 --- a/src/version.ts +++ b/src/version.ts @@ -6,4 +6,4 @@ * * hardcoded for now, we would want to have it injected dynamically */ -export const VERSION = "1.13.3"; +export const VERSION = "1.14.0";