From fd4354b6b859a32044a049f14eb93de9871b32e6 Mon Sep 17 00:00:00 2001 From: Oliver He Date: Fri, 4 Oct 2024 18:51:32 -0400 Subject: [PATCH] Bump to version 1.29.0 (#531) * Bump to version 1.29.0 * update changelog * fixed docs --- CHANGELOG.md | 8 +- docs/@aptos-labs/ts-sdk-1.29.0/.nojekyll | 1 + .../ts-sdk-1.29.0/assets/highlight.css | 148 ++ .../@aptos-labs/ts-sdk-1.29.0/assets/icons.js | 15 + .../ts-sdk-1.29.0/assets/icons.svg | 1 + docs/@aptos-labs/ts-sdk-1.29.0/assets/main.js | 59 + .../ts-sdk-1.29.0/assets/navigation.js | 1 + .../ts-sdk-1.29.0/assets/search.js | 1 + .../ts-sdk-1.29.0/assets/style.css | 1412 +++++++++++++++++ .../classes/AbstractKeylessAccount.html | 71 + .../ts-sdk-1.29.0/classes/Account.html | 51 + .../ts-sdk-1.29.0/classes/AccountAddress.html | 153 ++ .../classes/AccountAuthenticator.html | 15 + .../classes/AccountAuthenticatorEd25519.html | 21 + .../AccountAuthenticatorMultiEd25519.html | 21 + .../classes/AccountAuthenticatorMultiKey.html | 21 + .../AccountAuthenticatorSingleKey.html | 21 + .../classes/AccountPublicKey.html | 20 + .../classes/AccountSequenceNumber.html | 29 + .../ts-sdk-1.29.0/classes/AnyPublicKey.html | 34 + .../ts-sdk-1.29.0/classes/AnySignature.html | 22 + .../ts-sdk-1.29.0/classes/Aptos.html | 830 ++++++++++ .../ts-sdk-1.29.0/classes/AptosApiError.html | 22 + .../ts-sdk-1.29.0/classes/AptosConfig.html | 27 + .../classes/AuthenticationKey.html | 39 + .../ts-sdk-1.29.0/classes/Bool.html | 20 + .../ts-sdk-1.29.0/classes/ChainId.html | 13 + .../ts-sdk-1.29.0/classes/Deserializer.html | 78 + .../ts-sdk-1.29.0/classes/Ed25519Account.html | 35 + .../classes/Ed25519PrivateKey.html | 52 + .../classes/Ed25519PublicKey.html | 34 + .../classes/Ed25519Signature.html | 20 + .../ts-sdk-1.29.0/classes/EntryFunction.html | 43 + .../classes/EntryFunctionBytes.html | 28 + .../classes/EphemeralCertificate.html | 20 + .../classes/EphemeralKeyPair.html | 44 + .../classes/EphemeralPublicKey.html | 28 + .../classes/EphemeralSignature.html | 21 + .../classes/FederatedKeylessAccount.html | 76 + .../classes/FederatedKeylessPublicKey.html | 43 + .../classes/FeePayerRawTransaction.html | 21 + .../ts-sdk-1.29.0/classes/FixedBytes.html | 33 + .../ts-sdk-1.29.0/classes/Groth16Zkp.html | 20 + .../ts-sdk-1.29.0/classes/Hex.html | 50 + .../ts-sdk-1.29.0/classes/Identifier.html | 15 + .../ts-sdk-1.29.0/classes/KeylessAccount.html | 75 + .../classes/KeylessConfiguration.html | 8 + .../classes/KeylessPublicKey.html | 46 + .../classes/KeylessSignature.html | 29 + .../ts-sdk-1.29.0/classes/ModuleId.html | 22 + .../ts-sdk-1.29.0/classes/MoveOption.html | 83 + .../ts-sdk-1.29.0/classes/MoveString.html | 20 + .../ts-sdk-1.29.0/classes/MoveVector.html | 88 + .../classes/MultiAgentRawTransaction.html | 19 + .../classes/MultiAgentTransaction.html | 21 + .../classes/MultiEd25519PublicKey.html | 36 + .../classes/MultiEd25519Signature.html | 45 + .../ts-sdk-1.29.0/classes/MultiKey.html | 36 + .../classes/MultiKeyAccount.html | 53 + .../classes/MultiKeySignature.html | 43 + .../ts-sdk-1.29.0/classes/MultiSig.html | 11 + .../classes/MultiSigTransactionPayload.html | 21 + .../ts-sdk-1.29.0/classes/ParsingError.html | 16 + .../ts-sdk-1.29.0/classes/PublicKey.html | 18 + .../ts-sdk-1.29.0/classes/RawTransaction.html | 31 + .../classes/RawTransactionWithData.html | 14 + .../classes/RotationProofChallenge.html | 19 + .../ts-sdk-1.29.0/classes/Script.html | 21 + .../classes/Secp256k1PrivateKey.html | 47 + .../classes/Secp256k1PublicKey.html | 27 + .../classes/Secp256k1Signature.html | 22 + .../ts-sdk-1.29.0/classes/Serializable.html | 10 + .../ts-sdk-1.29.0/classes/Serialized.html | 21 + .../ts-sdk-1.29.0/classes/Serializer.html | 82 + .../ts-sdk-1.29.0/classes/Signature.html | 18 + .../classes/SignedTransaction.html | 21 + .../classes/SimpleTransaction.html | 21 + .../classes/SingleKeyAccount.html | 39 + .../ts-sdk-1.29.0/classes/StructTag.html | 15 + .../classes/TransactionAndProof.html | 21 + .../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.29.0/classes/TypeTag.html | 24 + .../ts-sdk-1.29.0/classes/TypeTagAddress.html | 25 + .../ts-sdk-1.29.0/classes/TypeTagBool.html | 25 + .../ts-sdk-1.29.0/classes/TypeTagGeneric.html | 29 + .../classes/TypeTagParserError.html | 11 + .../classes/TypeTagReference.html | 26 + .../ts-sdk-1.29.0/classes/TypeTagSigner.html | 25 + .../ts-sdk-1.29.0/classes/TypeTagStruct.html | 30 + .../ts-sdk-1.29.0/classes/TypeTagU128.html | 25 + .../ts-sdk-1.29.0/classes/TypeTagU16.html | 25 + .../ts-sdk-1.29.0/classes/TypeTagU256.html | 25 + .../ts-sdk-1.29.0/classes/TypeTagU32.html | 25 + .../ts-sdk-1.29.0/classes/TypeTagU64.html | 25 + .../ts-sdk-1.29.0/classes/TypeTagU8.html | 25 + .../ts-sdk-1.29.0/classes/TypeTagVector.html | 27 + .../ts-sdk-1.29.0/classes/U128.html | 20 + .../ts-sdk-1.29.0/classes/U16.html | 20 + .../ts-sdk-1.29.0/classes/U256.html | 20 + .../ts-sdk-1.29.0/classes/U32.html | 20 + .../ts-sdk-1.29.0/classes/U64.html | 20 + .../@aptos-labs/ts-sdk-1.29.0/classes/U8.html | 20 + .../classes/ZeroKnowledgeSig.html | 31 + .../ts-sdk-1.29.0/classes/ZkProof.html | 15 + .../enums/AccountAuthenticatorVariant.html | 7 + .../enums/AddressInvalidReason.html | 9 + .../enums/AnyPublicKeyVariant.html | 5 + .../enums/AnySignatureVariant.html | 4 + .../ts-sdk-1.29.0/enums/AptosApiType.html | 7 + .../ts-sdk-1.29.0/enums/DeriveScheme.html | 12 + .../enums/EphemeralCertificateVariant.html | 2 + .../enums/EphemeralPublicKeyVariant.html | 2 + .../enums/EphemeralSignatureVariant.html | 2 + .../ts-sdk-1.29.0/enums/HexInvalidReason.html | 5 + .../ts-sdk-1.29.0/enums/KeyType.html | 3 + .../ts-sdk-1.29.0/enums/MimeType.html | 8 + .../ts-sdk-1.29.0/enums/MoveAbility.html | 6 + .../enums/MoveFunctionVisibility.html | 5 + .../ts-sdk-1.29.0/enums/Network.html | 6 + .../ts-sdk-1.29.0/enums/ProcessorType.html | 12 + .../ts-sdk-1.29.0/enums/RoleType.html | 3 + .../ScriptTransactionArgumentVariants.html | 13 + .../ts-sdk-1.29.0/enums/SigningScheme.html | 8 + .../enums/SigningSchemeInput.html | 5 + .../TransactionAuthenticatorVariant.html | 8 + .../enums/TransactionPayloadVariants.html | 6 + .../enums/TransactionResponseType.html | 9 + .../enums/TransactionVariants.html | 5 + .../enums/TransactionWorkerEventsEnum.html | 6 + .../enums/TypeTagParserErrorType.html | 15 + .../ts-sdk-1.29.0/enums/TypeTagVariants.html | 16 + .../ts-sdk-1.29.0/enums/ZkpVariant.html | 2 + .../ts-sdk-1.29.0/functions/CKDPriv.html | 2 + .../functions/aptosCoinStructTag.html | 1 + .../functions/aptosRequest-1.html | 5 + .../functions/base64UrlDecode.html | 1 + .../functions/bigIntToBytesLE.html | 1 + .../functions/buildTransaction.html | 11 + .../functions/bytesToBigIntLE.html | 1 + .../functions/checkOrConvertArgument.html | 1 + ...nvertAmountFromHumanReadableToOnChain.html | 8 + ...nvertAmountFromOnChainToHumanReadable.html | 8 + .../functions/convertArgument.html | 2 + .../functions/convertNumber.html | 1 + .../functions/createObjectAddress.html | 5 + .../functions/createResourceAddress.html | 5 + .../functions/createTokenAddress.html | 6 + .../ts-sdk-1.29.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/floorToWholeHour.html | 1 + .../functions/generateRawTransaction.html | 6 + .../functions/generateSignedTransaction.html | 3 + ...enerateSignedTransactionForSimulation.html | 3 + .../functions/generateSigningMessage.html | 5 + ...generateSigningMessageForSerializable.html | 6 + .../generateSigningMessageForTransaction.html | 6 + .../functions/generateTransactionPayload.html | 13 + .../generateTransactionPayloadWithABI.html | 1 + .../generateUserTransactionHash.html | 3 + .../generateViewFunctionPayload.html | 1 + .../generateViewFunctionPayloadWithABI.html | 1 + .../ts-sdk-1.29.0/functions/get.html | 3 + .../functions/getAptosFullNode.html | 1 + .../functions/getAptosPepperService.html | 4 + .../getAuthenticatorForSimulation.html | 1 + .../functions/getFunctionParts.html | 1 + .../functions/getKeylessConfig.html | 3 + .../functions/hashStrToField.html | 3 + .../ts-sdk-1.29.0/functions/hashValues.html | 3 + .../ts-sdk-1.29.0/functions/isBcsAddress.html | 1 + .../ts-sdk-1.29.0/functions/isBcsBool.html | 1 + .../functions/isBcsFixedBytes.html | 1 + .../ts-sdk-1.29.0/functions/isBcsString.html | 1 + .../ts-sdk-1.29.0/functions/isBcsU128.html | 1 + .../ts-sdk-1.29.0/functions/isBcsU16.html | 1 + .../ts-sdk-1.29.0/functions/isBcsU256.html | 1 + .../ts-sdk-1.29.0/functions/isBcsU32.html | 1 + .../ts-sdk-1.29.0/functions/isBcsU64.html | 1 + .../ts-sdk-1.29.0/functions/isBcsU8.html | 1 + .../isBlockEpilogueTransactionResponse.html | 1 + .../isBlockMetadataTransactionResponse.html | 1 + .../ts-sdk-1.29.0/functions/isBool.html | 1 + .../isCanonicalEd25519Signature.html | 4 + .../functions/isEd25519Signature.html | 1 + .../functions/isEmptyOption.html | 1 + .../isEncodedEntryFunctionArgument.html | 1 + .../functions/isEncodedStruct.html | 9 + .../functions/isFeePayerSignature.html | 1 + .../isGenesisTransactionResponse.html | 1 + .../functions/isLargeNumber.html | 1 + .../functions/isMultiAgentSignature.html | 1 + .../functions/isMultiEd25519Signature.html | 1 + .../ts-sdk-1.29.0/functions/isNumber.html | 1 + .../isPendingTransactionResponse.html | 1 + .../functions/isScriptDataInput.html | 1 + .../functions/isSecp256k1Signature.html | 1 + .../isStateCheckpointTransactionResponse.html | 1 + .../ts-sdk-1.29.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 + .../ts-sdk-1.29.0/functions/nowInSeconds.html | 1 + .../functions/objectStructTag.html | 1 + .../functions/optionStructTag.html | 1 + .../functions/outOfRangeErrorMessage.html | 1 + .../functions/padAndPackBytesWithLen.html | 1 + .../functions/paginateWithCursor.html | 1 + .../functions/parseEncodedStruct.html | 6 + .../ts-sdk-1.29.0/functions/parseTypeTag.html | 14 + .../ts-sdk-1.29.0/functions/poseidonHash.html | 4 + .../ts-sdk-1.29.0/functions/post.html | 3 + .../functions/postAptosFaucet.html | 1 + .../functions/postAptosFullNode.html | 1 + .../functions/postAptosIndexer.html | 1 + .../functions/postAptosPepperService.html | 4 + .../functions/postAptosProvingService.html | 1 + .../ts-sdk-1.29.0/functions/request.html | 3 + .../ts-sdk-1.29.0/functions/sleep.html | 3 + .../ts-sdk-1.29.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.29.0/hierarchy.html | 1 + docs/@aptos-labs/ts-sdk-1.29.0/index.html | 43 + .../interfaces/AptosResponse.html | 16 + .../ts-sdk-1.29.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.29.0/interfaces/OrderByArg.html | 2 + .../interfaces/PaginationArgs.html | 6 + .../ts-sdk-1.29.0/interfaces/PrivateKey.html | 10 + .../PrivateKeyFromDerivationPathArgs.html | 4 + .../interfaces/ProofFetchEvents.html | 2 + .../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 + .../VerifyMultiKeySignatureArgs.html | 3 + .../interfaces/VerifySignatureArgs.html | 4 + .../VerifySingleKeySignatureArgs.html | 3 + .../ts-sdk-1.29.0/interfaces/WhereArg.html | 2 + docs/@aptos-labs/ts-sdk-1.29.0/modules.html | 453 ++++++ .../types/AccountAddressInput.html | 1 + .../ts-sdk-1.29.0/types/AccountData.html | 1 + .../ts-sdk-1.29.0/types/AccountSignature.html | 2 + .../ts-sdk-1.29.0/types/AnyNumber.html | 1 + .../types/AnyRawTransaction.html | 2 + .../types/AnyRawTransactionInstance.html | 2 + .../types/AnyTransactionPayloadInstance.html | 2 + .../ts-sdk-1.29.0/types/AptosRequest.html | 11 + .../ts-sdk-1.29.0/types/AptosSettings.html | 4 + .../types/AuthenticationKeyScheme.html | 3 + .../ts-sdk-1.29.0/types/Block.html | 3 + .../ts-sdk-1.29.0/types/BlockEndInfo.html | 2 + .../BlockEpilogueTransactionResponse.html | 6 + .../BlockMetadataTransactionResponse.html | 7 + .../ts-sdk-1.29.0/types/ClientConfig.html | 5 + .../types/ClientHeadersType.html | 2 + .../types/CommittedTransactionResponse.html | 1 + .../ts-sdk-1.29.0/types/DecodedTableData.html | 5 + .../ts-sdk-1.29.0/types/DeletedTableData.html | 4 + .../ts-sdk-1.29.0/types/DerivedKeys.html | 1 + .../types/DeserializableClass.html | 1 + .../ts-sdk-1.29.0/types/DirectWriteSet.html | 1 + .../ts-sdk-1.29.0/types/EntryFunctionABI.html | 3 + .../types/EntryFunctionArgumentTypes.html | 2 + .../types/EntryFunctionPayloadResponse.html | 3 + .../ts-sdk-1.29.0/types/Event.html | 2 + .../ts-sdk-1.29.0/types/EventGuid.html | 1 + .../types/ExecutionFinishEventData.html | 1 + .../ts-sdk-1.29.0/types/FailureEventData.html | 1 + .../ts-sdk-1.29.0/types/FaucetConfig.html | 4 + .../ts-sdk-1.29.0/types/FullNodeConfig.html | 3 + .../ts-sdk-1.29.0/types/FunctionABI.html | 2 + .../ts-sdk-1.29.0/types/GasEstimation.html | 5 + .../ts-sdk-1.29.0/types/GenerateAccount.html | 1 + .../types/GenerateAccountWithEd25519.html | 3 + ...teAccountWithSingleSignerSecp256k1Key.html | 3 + .../ts-sdk-1.29.0/types/GenesisPayload.html | 1 + .../types/GenesisTransactionResponse.html | 5 + .../types/GetANSNameResponse.html | 1 + .../types/GetAccountCoinsDataResponse.html | 1 + ...ountCollectionsWithOwnedTokenResponse.html | 1 + ...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/GetObjectDataQueryResponse.html | 7 + .../types/GetOwnedTokensResponse.html | 1 + .../types/GetProcessorStatusResponse.html | 1 + .../types/GetRequestOptions.html | 9 + .../types/GetTableItemsDataResponse.html | 1 + .../types/GetTableItemsMetadataResponse.html | 1 + .../types/GetTokenActivityResponse.html | 1 + .../types/GetTokenDataResponse.html | 1 + .../ts-sdk-1.29.0/types/GraphqlQuery.html | 2 + .../ts-sdk-1.29.0/types/HexInput.html | 2 + .../ts-sdk-1.29.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.29.0/types/InputScriptData.html | 2 + .../types/InputSimulateTransactionData.html | 5 + .../InputSimulateTransactionOptions.html | 1 + .../types/InputViewFunctionData.html | 2 + .../types/InputViewFunctionDataWithABI.html | 2 + .../InputViewFunctionDataWithRemoteABI.html | 2 + .../types/InputViewFunctionJsonData.html | 2 + .../ts-sdk-1.29.0/types/LedgerInfo.html | 4 + .../ts-sdk-1.29.0/types/LedgerVersionArg.html | 2 + .../ts-sdk-1.29.0/types/MoveAddressType.html | 1 + .../ts-sdk-1.29.0/types/MoveFunction.html | 7 + .../types/MoveFunctionGenericTypeParam.html | 2 + .../ts-sdk-1.29.0/types/MoveFunctionId.html | 1 + .../ts-sdk-1.29.0/types/MoveModule.html | 5 + .../types/MoveModuleBytecode.html | 1 + .../ts-sdk-1.29.0/types/MoveModuleId.html | 3 + .../ts-sdk-1.29.0/types/MoveObjectType.html | 1 + .../ts-sdk-1.29.0/types/MoveOptionType.html | 1 + .../ts-sdk-1.29.0/types/MoveResource.html | 1 + .../types/MoveScriptBytecode.html | 2 + .../ts-sdk-1.29.0/types/MoveStruct.html | 9 + .../ts-sdk-1.29.0/types/MoveStructField.html | 2 + .../ts-sdk-1.29.0/types/MoveStructId.html | 2 + .../ts-sdk-1.29.0/types/MoveStructType.html | 1 + .../ts-sdk-1.29.0/types/MoveType.html | 1 + .../ts-sdk-1.29.0/types/MoveUint128Type.html | 1 + .../ts-sdk-1.29.0/types/MoveUint16Type.html | 1 + .../ts-sdk-1.29.0/types/MoveUint256Type.html | 1 + .../ts-sdk-1.29.0/types/MoveUint32Type.html | 1 + .../ts-sdk-1.29.0/types/MoveUint64Type.html | 1 + .../ts-sdk-1.29.0/types/MoveUint8Type.html | 2 + .../ts-sdk-1.29.0/types/MoveValue.html | 12 + .../types/MultisigPayloadResponse.html | 1 + .../ts-sdk-1.29.0/types/OrderBy.html | 3 + .../ts-sdk-1.29.0/types/OrderByValue.html | 1 + .../ts-sdk-1.29.0/types/ParsingResult.html | 6 + .../types/PendingTransactionResponse.html | 1 + .../types/PostAptosRequestOptions.html | 1 + .../types/PostRequestOptions.html | 10 + .../types/ProofFetchCallback.html | 1 + .../types/ProofFetchFailure.html | 1 + .../ts-sdk-1.29.0/types/ProofFetchStatus.html | 1 + .../types/ProofFetchSuccess.html | 1 + .../types/ScriptFunctionArgumentTypes.html | 2 + .../types/ScriptPayloadResponse.html | 3 + .../ts-sdk-1.29.0/types/ScriptWriteSet.html | 1 + .../SimpleEntryFunctionArgumentTypes.html | 2 + ...SingleKeySignerFromDerivationPathArgs.html | 1 + .../StateCheckpointTransactionResponse.html | 4 + .../ts-sdk-1.29.0/types/SuccessEventData.html | 1 + .../ts-sdk-1.29.0/types/TableItemRequest.html | 3 + .../ts-sdk-1.29.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.29.0/types/TypeArgument.html | 17 + .../ts-sdk-1.29.0/types/Uint128.html | 1 + .../ts-sdk-1.29.0/types/Uint16.html | 1 + .../ts-sdk-1.29.0/types/Uint256.html | 1 + .../ts-sdk-1.29.0/types/Uint32.html | 1 + .../ts-sdk-1.29.0/types/Uint64.html | 1 + .../ts-sdk-1.29.0/types/Uint8.html | 2 + .../types/UserTransactionResponse.html | 5 + .../types/ValidatorTransactionResponse.html | 5 + .../ts-sdk-1.29.0/types/ViewFunctionABI.html | 3 + .../types/ViewFunctionJsonPayload.html | 2 + .../types/WaitForTransactionOptions.html | 2 + .../ts-sdk-1.29.0/types/WriteSet.html | 1 + .../ts-sdk-1.29.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.29.0/variables/APTOS_COIN.html | 2 + .../ts-sdk-1.29.0/variables/APTOS_FA.html | 1 + .../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/EPK_HORIZON_SECS.html | 1 + .../variables/HARDENED_OFFSET.html | 1 + .../variables/MAX_AUD_VAL_BYTES.html | 1 + .../variables/MAX_COMMITED_EPK_BYTES.html | 1 + .../variables/MAX_EXTRA_FIELD_BYTES.html | 1 + .../variables/MAX_ISS_VAL_BYTES.html | 1 + .../variables/MAX_JWT_HEADER_B64_BYTES.html | 1 + .../variables/MAX_UID_KEY_BYTES.html | 1 + .../variables/MAX_UID_VAL_BYTES.html | 1 + .../variables/NetworkToChainId.html | 1 + .../variables/NetworkToFaucetAPI.html | 1 + .../variables/NetworkToIndexerAPI.html | 1 + .../variables/NetworkToNetworkName.html | 1 + .../variables/NetworkToNodeAPI.html | 1 + .../variables/NetworkToPepperAPI.html | 1 + .../variables/NetworkToProverAPI.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 +- 468 files changed, 7215 insertions(+), 6 deletions(-) create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/.nojekyll create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/assets/highlight.css create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/assets/icons.js create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/assets/icons.svg create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/assets/main.js create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/assets/navigation.js create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/assets/search.js create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/assets/style.css create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/AbstractKeylessAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/Account.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/AccountAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/AccountAuthenticator.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/AccountAuthenticatorEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/AccountAuthenticatorMultiEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/AccountAuthenticatorMultiKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/AccountAuthenticatorSingleKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/AccountPublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/AccountSequenceNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/AnyPublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/AnySignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/Aptos.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/AptosApiError.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/AptosConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/AuthenticationKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/Bool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/ChainId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/Deserializer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/Ed25519Account.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/Ed25519PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/Ed25519PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/Ed25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/EntryFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/EntryFunctionBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/EphemeralCertificate.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/EphemeralKeyPair.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/EphemeralPublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/EphemeralSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/FederatedKeylessAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/FederatedKeylessPublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/FeePayerRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/FixedBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/Groth16Zkp.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/Hex.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/Identifier.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/KeylessAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/KeylessConfiguration.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/KeylessPublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/KeylessSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/ModuleId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/MoveOption.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/MoveString.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/MoveVector.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiAgentRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiAgentTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiEd25519PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiKeyAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiKeySignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiSig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiSigTransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/ParsingError.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/RawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/RawTransactionWithData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/RotationProofChallenge.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/Script.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/Secp256k1PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/Secp256k1PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/Secp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/Serializable.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/Serialized.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/Serializer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/SignedTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/SimpleTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/SingleKeyAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/StructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionAndProof.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionAuthenticator.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionAuthenticatorEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionAuthenticatorFeePayer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionAuthenticatorMultiAgent.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionAuthenticatorMultiEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionAuthenticatorSingleSender.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionPayloadEntryFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionPayloadMultiSig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionPayloadScript.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionWorker.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TypeTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TypeTagAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TypeTagBool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TypeTagGeneric.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TypeTagParserError.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TypeTagReference.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TypeTagSigner.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TypeTagStruct.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TypeTagU128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TypeTagU16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TypeTagU256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TypeTagU32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TypeTagU64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TypeTagU8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/TypeTagVector.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/U128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/U16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/U256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/U32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/U64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/U8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/ZeroKnowledgeSig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/classes/ZkProof.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/AccountAuthenticatorVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/AddressInvalidReason.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/AnyPublicKeyVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/AnySignatureVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/AptosApiType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/DeriveScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/EphemeralCertificateVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/EphemeralPublicKeyVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/EphemeralSignatureVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/HexInvalidReason.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/KeyType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/MimeType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/MoveAbility.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/MoveFunctionVisibility.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/Network.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/ProcessorType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/RoleType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/ScriptTransactionArgumentVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/SigningScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/SigningSchemeInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/TransactionAuthenticatorVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/TransactionPayloadVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/TransactionResponseType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/TransactionVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/TransactionWorkerEventsEnum.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/TypeTagParserErrorType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/TypeTagVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/enums/ZkpVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/CKDPriv.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/aptosCoinStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/aptosRequest-1.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/base64UrlDecode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/bigIntToBytesLE.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/buildTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/bytesToBigIntLE.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/checkOrConvertArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/convertAmountFromHumanReadableToOnChain.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/convertAmountFromOnChainToHumanReadable.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/convertArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/convertNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/createObjectAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/createResourceAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/createTokenAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/deriveKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/deriveTransactionType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/deserializeFromScriptArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/ensureBoolean.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/fetchEntryFunctionAbi.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/fetchFunctionAbi.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/fetchViewFunctionAbi.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/findFirstNonSignerArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/floorToWholeHour.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/generateRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/generateSignedTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/generateSignedTransactionForSimulation.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/generateSigningMessage.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/generateSigningMessageForSerializable.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/generateSigningMessageForTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/generateTransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/generateTransactionPayloadWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/generateUserTransactionHash.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/generateViewFunctionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/generateViewFunctionPayloadWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/get.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/getAptosFullNode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/getAptosPepperService.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/getAuthenticatorForSimulation.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/getFunctionParts.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/getKeylessConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/hashStrToField.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/hashValues.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsBool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsFixedBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsString.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isBlockEpilogueTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isBlockMetadataTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isBool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isCanonicalEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isEmptyOption.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isEncodedEntryFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isEncodedStruct.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isFeePayerSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isGenesisTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isLargeNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isMultiAgentSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isMultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isPendingTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isScriptDataInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isSecp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isStateCheckpointTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isString.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isUserTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isValidBIP44Path.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isValidHardenedPath.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/isValidatorTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/mnemonicToSeed.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/normalizeBundle.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/nowInSeconds.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/objectStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/optionStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/outOfRangeErrorMessage.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/padAndPackBytesWithLen.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/paginateWithCursor.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/parseEncodedStruct.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/parseTypeTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/poseidonHash.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/post.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/postAptosFaucet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/postAptosFullNode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/postAptosIndexer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/postAptosPepperService.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/postAptosProvingService.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/request.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/sleep.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/splitPath.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/standardizeTypeTags.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/stringStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/throwTypeMismatch.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/functions/validateNumberInRange.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/hierarchy.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/index.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/AptosResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/Client.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/ClientRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/ClientResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/CreateAccountFromPrivateKeyArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/Deserializable.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/Ed25519SignerConstructorArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/Ed25519SignerFromDerivationPathArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/EntryFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/GenerateAccountArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/GenerateEd25519AccountArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/GenerateEd25519SingleKeyAccountArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/GenerateSingleKeyAccountArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/InputGenerateMultiAgentRawTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/InputGenerateSingleSignerRawTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/InputSubmitTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/OrderByArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/PaginationArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/PrivateKeyFromDerivationPathArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/ProofFetchEvents.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/ScriptFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/SingleKeySignerConstructorArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/SingleKeySignerGenerateArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/TokenStandardArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/TransactionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/TransactionWorkerEvents.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/VerifyEd25519SignatureArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/VerifyMultiKeySignatureArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/VerifySignatureArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/VerifySingleKeySignatureArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/interfaces/WhereArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/modules.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/AccountAddressInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/AccountData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/AccountSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/AnyNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/AnyRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/AnyRawTransactionInstance.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/AnyTransactionPayloadInstance.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/AptosRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/AptosSettings.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/AuthenticationKeyScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/Block.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/BlockEndInfo.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/BlockEpilogueTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/BlockMetadataTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/ClientConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/ClientHeadersType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/CommittedTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/DecodedTableData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/DeletedTableData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/DerivedKeys.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/DeserializableClass.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/DirectWriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/EntryFunctionABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/EntryFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/EntryFunctionPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/Event.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/EventGuid.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/ExecutionFinishEventData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/FailureEventData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/FaucetConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/FullNodeConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/FunctionABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GasEstimation.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GenerateAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GenerateAccountWithEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GenesisPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GenesisTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetANSNameResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetAccountCoinsDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetAccountCollectionsWithOwnedTokenResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetAccountOwnedTokensFromCollectionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetAccountOwnedTokensQueryResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetAptosRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetChainTopUserTransactionsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetCollectionDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetCurrentFungibleAssetBalancesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetCurrentTokenOwnershipResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetDelegatedStakingActivitiesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetEventsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetFungibleAssetActivitiesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetFungibleAssetMetadataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetNumberOfDelegatorsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetObjectDataQueryResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetOwnedTokensResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetProcessorStatusResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetTableItemsDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetTableItemsMetadataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetTokenActivityResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GetTokenDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/GraphqlQuery.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/HexInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/IndexerConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/InputEntryFunctionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/InputEntryFunctionDataWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/InputEntryFunctionDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateTransactionPayloadData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateTransactionPayloadDataWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateTransactionPayloadDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/InputMultiSigData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/InputMultiSigDataWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/InputMultiSigDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/InputScriptData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/InputSimulateTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/InputSimulateTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/InputViewFunctionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/InputViewFunctionDataWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/InputViewFunctionDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/InputViewFunctionJsonData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/LedgerInfo.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/LedgerVersionArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveAddressType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveFunctionGenericTypeParam.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveFunctionId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveModule.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveModuleBytecode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveModuleId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveObjectType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveOptionType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveResource.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveScriptBytecode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveStruct.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveStructField.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveStructId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveStructType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint128Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint16Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint256Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint32Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint64Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint8Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MoveValue.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/MultisigPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/OrderBy.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/OrderByValue.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/ParsingResult.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/PendingTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/PostAptosRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/PostRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/ProofFetchCallback.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/ProofFetchFailure.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/ProofFetchStatus.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/ProofFetchSuccess.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/ScriptFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/ScriptPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/ScriptWriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/SimpleEntryFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/SingleKeySignerFromDerivationPathArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/StateCheckpointTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/SuccessEventData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/TableItemRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/TokenStandard.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionFeePayerSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionMultiAgentSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionMultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionSecp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/TypeArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/Uint128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/Uint16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/Uint256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/Uint32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/Uint64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/Uint8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/UserTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/ValidatorTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/ViewFunctionABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/ViewFunctionJsonPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/WaitForTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChange.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeDeleteModule.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeDeleteResource.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeDeleteTableItem.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeWriteModule.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeWriteResource.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeWriteTableItem.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/APTOS_BIP44_REGEX.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/APTOS_COIN.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/APTOS_FA.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/APTOS_HARDENED_REGEX.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/DEFAULT_MAX_GAS_AMOUNT.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/EPK_HORIZON_SECS.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/HARDENED_OFFSET.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_AUD_VAL_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_COMMITED_EPK_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_EXTRA_FIELD_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_ISS_VAL_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_JWT_HEADER_B64_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_UID_KEY_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_UID_VAL_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToChainId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToFaucetAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToIndexerAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToNetworkName.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToNodeAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToPepperAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToProverAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/RAW_TRANSACTION_SALT.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/RAW_TRANSACTION_WITH_DATA_SALT.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.0/variables/promiseFulfilledStatus.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 75250c1e3..6e09cb32c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,13 @@ All notable changes to the Aptos TypeScript SDK will be captured in this file. T # Unreleased +# 1.29.0 (2024-10-04) + - Remove usage of Buffer.from and replace with TextEncoder for greater compatibility - Switch `getAccountCoinAmount` to use a `view` function for more up to date data +- Add support for federated keyless accounts as defined in AIP-96 +- Add a `signAndSubmitAsFeePayer` function to the API to allow for submission by the fee payer. +- Add an optional `feePayerAuthenticator` and `feePayer` parameter to `signAndSubmitTransaction` to support signing and submitting in one line. # 1.28.0 (2024-09-19) @@ -14,9 +19,6 @@ All notable changes to the Aptos TypeScript SDK will be captured in this file. T - Populate `coinType` for `getAccountCoinAmount` if only `faMetadataAddress` is provided. - [`Fix`] `getModuleEventsByEventType` will also account for EventHandle events. - [`Hot Fix`] change regex to find object address when using `createObjectAndPublishPackage` move function -- Add support for federated keyless accounts as defined in AIP-96 -- Add a `signAndSubmitAsFeePayer` function to the API to allow for submission by the fee payer. -- Add an optional `feePayerAuthenticator` and `feePayer` parameter to `signAndSubmitTransaction` to support signing and submitting in one line. # 1.27.1 (2024-08-23) diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/.nojekyll b/docs/@aptos-labs/ts-sdk-1.29.0/.nojekyll new file mode 100644 index 000000000..e2ac6616a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.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.29.0/assets/highlight.css b/docs/@aptos-labs/ts-sdk-1.29.0/assets/highlight.css new file mode 100644 index 000000000..5ece99ddc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/assets/highlight.css @@ -0,0 +1,148 @@ +: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: #AF00DB; + --dark-hl-9: #C586C0; + --light-hl-10: #001080; + --dark-hl-10: #9CDCFE; + --light-hl-11: #008000; + --dark-hl-11: #6A9955; + --light-hl-12: #0000FF; + --dark-hl-12: #569CD6; + --light-hl-13: #0070C1; + --dark-hl-13: #4FC1FF; + --light-hl-14: #000000; + --dark-hl-14: #C8C8C8; + --light-hl-15: #EE0000; + --dark-hl-15: #D7BA7D; + --light-hl-16: #098658; + --dark-hl-16: #B5CEA8; + --light-hl-17: #267F99; + --dark-hl-17: #4EC9B0; + --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); + --hl-17: var(--light-hl-17); + --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); + --hl-17: var(--dark-hl-17); + --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); + --hl-17: var(--light-hl-17); + --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); + --hl-17: var(--dark-hl-17); + --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); } +.hl-17 { color: var(--hl-17); } +pre, code { background: var(--code-background); } diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/assets/icons.js b/docs/@aptos-labs/ts-sdk-1.29.0/assets/icons.js new file mode 100644 index 000000000..b79c9e89f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/assets/icons.js @@ -0,0 +1,15 @@ +(function(svg) { + svg.innerHTML = ``; + svg.style.display = 'none'; + if (location.protocol === 'file:') { + if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', updateUseElements); + else updateUseElements() + function updateUseElements() { + document.querySelectorAll('use').forEach(el => { + if (el.getAttribute('href').includes('#icon-')) { + el.setAttribute('href', el.getAttribute('href').replace(/.*#/, '#')); + } + }); + } + } +})(document.body.appendChild(document.createElementNS('http://www.w3.org/2000/svg', 'svg'))) \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/assets/icons.svg b/docs/@aptos-labs/ts-sdk-1.29.0/assets/icons.svg new file mode 100644 index 000000000..7dead6118 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/assets/icons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/assets/main.js b/docs/@aptos-labs/ts-sdk-1.29.0/assets/main.js new file mode 100644 index 000000000..d6f138860 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/assets/main.js @@ -0,0 +1,59 @@ +"use strict"; +"use strict";(()=>{var Ce=Object.create;var ne=Object.defineProperty;var Pe=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=Pe(e,i))||r.enumerable});return t};var De=(t,e,n)=>(n=t!=null?Ce(_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),y=s.str.charAt(1),p;y in s.node.edges?p=s.node.edges[y]:(p=new t.TokenSet,s.node.edges[y]=p),s.str.length==1&&(p.final=!0),i.push({node:p,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.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible()),document.body.style.display||(this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}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()}showPage(){document.body.style.display&&(console.log("Show page"),document.body.style.removeProperty("display"),this.ensureFocusedElementVisible(),this.updateIndexVisibility(),this.scrollToHash())}scrollToHash(){if(location.hash){console.log("Scorlling");let e=document.getElementById(location.hash.substring(1));if(!e)return;e.scrollIntoView({behavior:"instant",block:"start"})}}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&&!e.checkVisibility()){let r=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=r}}updateIndexVisibility(){let e=document.querySelector(".tsd-index-content"),n=e?.open;e&&(e.open=!0),document.querySelectorAll(".tsd-index-section").forEach(r=>{r.style.display="block";let i=Array.from(r.querySelectorAll(".tsd-index-link")).every(s=>s.offsetParent==null);r.style.display=i?"none":"block"}),e&&(e.open=n)}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(()=>{Ve(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ne(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 Ve(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 y=document.createElement("li");y.classList.value=l.classes??"";let p=document.createElement("a");p.href=r.base+l.url,p.innerHTML=u+d,y.append(p),e.appendChild(y)}}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 Ne(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 He={"&":"&","<":"<",">":">","'":"'",'"':"""};function K(t){return t.replace(/[&<>"'"]/g,e=>He[e])}var I=class{constructor(e){this.el=e.el,this.app=e.app}};var F="mousedown",fe="mousemove",H="mouseup",J={x:0,y:0},pe=!1,ee=!1,Be=!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&&(Be=!0,F="touchstart",fe="touchmove",H="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(fe,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(H,()=>{ee=!1});document.addEventListener("click",t=>{pe&&(t.preventDefault(),t.stopImmediatePropagation(),pe=!1)});var X=class extends I{constructor(e){super(e),this.className=this.el.dataset.toggle||"",this.el.addEventListener(H,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(F,n=>this.onDocumentPointerDown(n)),document.addEventListener(H,n=>this.onDocumentPointerUp(n))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(e){D||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!D&&this.active&&e.target.closest(".col-sidebar")){let n=e.target.closest("a");if(n){let r=window.location.href;r.indexOf("#")!=-1&&(r=r.substring(0,r.indexOf("#"))),n.href.substring(0,r.length)==r&&setTimeout(()=>this.setActive(!1),250)}}}};var te;try{te=localStorage}catch{te={getItem(){return null},setItem(){}}}var Q=te;var ye=document.head.appendChild(document.createElement("style"));ye.dataset.for="filters";var Y=class extends I{constructor(e){super(e),this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),ye.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } +`,this.app.updateIndexVisibility()}fromLocalStorage(){let e=Q.getItem(this.key);return e?e==="true":this.el.checked}setLocalStorage(e){Q.setItem(this.key,e.toString()),this.value=e,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),this.app.updateIndexVisibility()}};var Z=class extends I{constructor(e){super(e),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 n=Q.getItem(this.key);this.el.open=n?n==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update());let r=this.summary.querySelector("a");r&&r.addEventListener("click",()=>{location.assign(r.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,ve(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),ve(t.value)})}function ve(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.showPage(),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.pathname===r.pathname&&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.29.0/assets/navigation.js b/docs/@aptos-labs/ts-sdk-1.29.0/assets/navigation.js new file mode 100644 index 000000000..eea93e36e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.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.29.0/assets/search.js b/docs/@aptos-labs/ts-sdk-1.29.0/assets/search.js new file mode 100644 index 000000000..0668597dd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.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.29.0/assets/style.css b/docs/@aptos-labs/ts-sdk-1.29.0/assets/style.css new file mode 100644 index 000000000..778b94927 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/assets/style.css @@ -0,0 +1,1412 @@ +: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: #a55c0e; + --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: #e07d13; + --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:not(.link), +h2 > a:not(.link), +h3 > a:not(.link), +h4 > a:not(.link), +h5 > a:not(.link), +h6 > a:not(.link) { + 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 */ +footer { + border-top: 1px solid var(--color-accent); + padding-top: 1rem; + padding-bottom: 1rem; + max-height: 3.5rem; +} +.tsd-generator { + margin: 0 1em; +} + +.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: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", + Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; + 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-full-hierarchy:not(:last-child) { + margin-bottom: 1em; + padding-bottom: 1em; + border-bottom: 1px solid var(--color-accent); +} +.tsd-full-hierarchy, +.tsd-full-hierarchy ul { + list-style: none; + margin: 0; + padding: 0; +} +.tsd-full-hierarchy ul { + padding-left: 1.5rem; +} +.tsd-full-hierarchy a { + padding: 0.25rem 0 !important; + font-size: 1rem; + display: inline-flex; + align-items: center; + color: var(--color-text); +} + +.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.25rem); + display: flex; + align-items: center; +} +.tsd-navigation a, +.tsd-navigation summary > span, +.tsd-page-navigation a { + display: flex; + width: calc(100% - 0.25rem); + 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-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.29.0/classes/AbstractKeylessAccount.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/AbstractKeylessAccount.html new file mode 100644 index 000000000..20e9e3ee9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/AbstractKeylessAccount.html @@ -0,0 +1,71 @@ +AbstractKeylessAccount | @aptos-labs/ts-sdk - v1.29.0

Class AbstractKeylessAccountAbstract

Account implementation for the Keyless authentication scheme. This abstract class is used for standard Keyless Accounts +and Federated Keyless Accounts.

+

Hierarchy (view full)

Implements

Constructors

Properties

accountAddress: AccountAddress

Account address associated with the account

+
aud: string

The value of the 'aud' claim on the JWT, also known as client ID. This is the identifier for the dApp's +OIDC registration with the identity provider.

+
emitter: EventEmitter<ProofFetchEvents, any>

An event emitter used to assist in handling asynchronous proof fetching.

+
ephemeralKeyPair: EphemeralKeyPair

The EphemeralKeyPair used to generate sign.

+
jwt: string

The JWT token used to derive the account

+
pepper: Uint8Array

A value contains 31 bytes of entropy that preserves privacy of the account. Typically fetched from a pepper provider.

+
proof: undefined | ZeroKnowledgeSig

The zero knowledge signature (if ready) which contains the proof used to validate the EphemeralKeyPair.

+
proofOrPromise: ZeroKnowledgeSig | Promise<ZeroKnowledgeSig>

The proof of the EphemeralKeyPair or a promise that provides the proof. This is used to allow for awaiting on +fetching the proof.

+

The KeylessPublicKey associated with the account

+
signingScheme: SigningScheme

Signing scheme used to sign transactions

+
uidKey: string

The claim on the JWT to identify a user. This is typically 'sub' or 'email'.

+
uidVal: string

The value of the uidKey claim on the JWT. This intended to be a stable user identifier.

+
PEPPER_LENGTH: number = 31

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

    +
  • Checks if the proof is expired. If so the account must be rederived with a new EphemeralKeyPair +and JWT token.

    +

    Returns boolean

    boolean

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/Account.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/Account.html new file mode 100644 index 000000000..c763f7ba0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/Account.html @@ -0,0 +1,51 @@ +Account | @aptos-labs/ts-sdk - v1.29.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

+
publicKey: AccountPublicKey

Public key associated with the account

+
signingScheme: SigningScheme

Signing scheme used to sign transactions

+

Methods

  • Returns Account

    Account

    +

    Deprecated

    use fromPrivateKey instead. +Instantiates an account given a private key and a specified account address. +This is primarily used to instantiate an Account that has had its authentication key rotated.

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/AccountAddress.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/AccountAddress.html new file mode 100644 index 000000000..9f2c99b7a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/AccountAddress.html @@ -0,0 +1,153 @@ +AccountAddress | @aptos-labs/ts-sdk - v1.29.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 (view full)

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.

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

Class AccountAuthenticatorAbstract

Hierarchy (view full)

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/AccountAuthenticatorEd25519.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/AccountAuthenticatorEd25519.html new file mode 100644 index 000000000..31e297633 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/AccountAuthenticatorEd25519.html @@ -0,0 +1,21 @@ +AccountAuthenticatorEd25519 | @aptos-labs/ts-sdk - v1.29.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 (view full)

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/AccountAuthenticatorMultiEd25519.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/AccountAuthenticatorMultiEd25519.html new file mode 100644 index 000000000..475168eb7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/AccountAuthenticatorMultiEd25519.html @@ -0,0 +1,21 @@ +AccountAuthenticatorMultiEd25519 | @aptos-labs/ts-sdk - v1.29.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 (view full)

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

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

Class AccountAuthenticatorMultiKey

AccountAuthenticatorMultiKey for a multi signer

+

Param: public_keys

MultiKey

+

Param: signatures

Signature

+

Hierarchy (view full)

Constructors

Properties

public_keys: MultiKey
signatures: MultiKeySignature

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

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

Class AccountAuthenticatorSingleKey

AccountAuthenticatorSingleKey for a single signer

+

Param: public_key

AnyPublicKey

+

Param: signature

AnySignature

+

Hierarchy (view full)

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

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

Class AccountPublicKeyAbstract

An abstract representation of an account public key.

+

Provides a common interface for deriving an authentication key.

+

Hierarchy (view full)

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/AccountSequenceNumber.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/AccountSequenceNumber.html new file mode 100644 index 000000000..f1b9c1f70 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/AccountSequenceNumber.html @@ -0,0 +1,29 @@ +AccountSequenceNumber | @aptos-labs/ts-sdk - v1.29.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>

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/AnyPublicKey.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/AnyPublicKey.html new file mode 100644 index 000000000..d5e2cb2ad --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/AnyPublicKey.html @@ -0,0 +1,34 @@ +AnyPublicKey | @aptos-labs/ts-sdk - v1.29.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 (view full)

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/AnySignature.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/AnySignature.html new file mode 100644 index 000000000..8dd025428 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/AnySignature.html @@ -0,0 +1,22 @@ +AnySignature | @aptos-labs/ts-sdk - v1.29.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 (view full)

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/Aptos.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/Aptos.html new file mode 100644 index 000000000..43c24b2ea --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/Aptos.html @@ -0,0 +1,830 @@ +Aptos | @aptos-labs/ts-sdk - v1.29.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
  • Keyless
  • Staking
  • Table
  • AptosObject
  • Omit<Transaction, "build" | "simulate" | "submit" | "batch">
    • Aptos

Constructors

Properties

Methods

addDigitalAssetPropertyTransaction +addDigitalAssetTypedPropertyTransaction +batchTransactionsForSingleAccount +burnDigitalAssetTransaction +createCollectionTransaction +deriveAccountFromPrivateKey +deriveKeylessAccount +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 +getCollectionDataByCreatorAddress +getCollectionDataByCreatorAddressAndCollectionName +getCollectionId +getCurrentDigitalAssetOwnership +getCurrentFungibleAssetBalances +getDelegatedStakingActivities +getDigitalAssetActivity +getDigitalAssetData +getDomainSubdomains +getEvents +getExpiration +getFungibleAssetActivities +getFungibleAssetMetadata +getFungibleAssetMetadataByAssetType +getFungibleAssetMetadataByCreatorAddress +getGasPriceEstimation +getIndexerLastSuccessVersion +getLedgerInfo +getModuleEventsByEventType +getName +getNumberOfDelegators +getNumberOfDelegatorsForAllPools +getObjectDataByObjectAddress +getOwnedDigitalAssets +getOwnerAddress +getPepper +getPrimaryName +getProcessorStatus +getProof +getSigningMessage +getTableItem +getTableItemsData +getTableItemsMetadata +getTargetAddress +getTransactionByHash +getTransactionByVersion +getTransactions +isPendingTransaction +lookupOriginalAccountAddress +mintDigitalAssetTransaction +mintSoulBoundTransaction +publishPackageTransaction +queryIndexer +registerName +removeDigitalAssetPropertyTransaction +renewDomain +rotateAuthKey +setDigitalAssetDescriptionTransaction +setDigitalAssetNameTransaction +setDigitalAssetURITransaction +setPrimaryName +setTargetAddress +sign +signAndSubmitAsFeePayer +signAndSubmitTransaction +signAsFeePayer +transferCoinTransaction +transferDigitalAssetTransaction +transferFungibleAsset +unfreezeDigitalAssetTransaferTransaction +updateDigitalAssetPropertyTransaction +updateDigitalAssetTypedPropertyTransaction +updateFederatedKeylessJwkSetTransaction +view +viewJson +waitForTransaction +

Constructors

Properties

account: Account
ans: ANS
coin: Coin
config: AptosConfig
digitalAsset: DigitalAsset
event: Event
faucet: Faucet
fungibleAsset: FungibleAsset
general: General
keyless: Keyless
object: AptosObject
staking: Staking
table: Table
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")})
    +
    +
  • Derives the Keyless Account from the JWT token and corresponding EphemeralKeyPair. It will lookup the pepper from +the pepper service if not explicitly provided. It will compute the proof via the proving service. It will ch

    +

    Parameters

    • args: {
          ephemeralKeyPair: EphemeralKeyPair;
          jwt: string;
          pepper?: HexInput;
          proofFetchCallback?: ProofFetchCallback;
          uidKey?: string;
      }
      • ephemeralKeyPair: EphemeralKeyPair

        the EphemeralKeyPair used to generate the nonce in the JWT token

        +
      • jwt: string

        JWT token

        +
      • Optional pepper?: HexInput

        the pepper

        +
      • Optional proofFetchCallback?: ProofFetchCallback

        a callback function that if set, the fetch of the proof will be done in the background. Once +fetching finishes the callback function will be called. This should be used to provide a more responsive user experience as now +they are not blocked on fetching the proof. Thus the function will return much more quickly.

        +
      • Optional uidKey?: string

        a key in the JWT token to use to set the uidVal in the IdCommitment

        +

    Returns Promise<KeylessAccount>

    A KeylessAccount that can be used to sign transactions

    +
  • Derives the Keyless Account from the JWT token and corresponding EphemeralKeyPair. It will lookup the pepper from +the pepper service if not explicitly provided. It will compute the proof via the proving service. It will ch

    +

    Parameters

    • args: {
          ephemeralKeyPair: EphemeralKeyPair;
          jwkAddress: AccountAddressInput;
          jwt: string;
          pepper?: HexInput;
          proofFetchCallback?: ProofFetchCallback;
          uidKey?: string;
      }
      • ephemeralKeyPair: EphemeralKeyPair

        the EphemeralKeyPair used to generate the nonce in the JWT token

        +
      • jwkAddress: AccountAddressInput

        the where the JWKs used to verify signatures are found. Setting the value derives a FederatedKeylessAccount

        +
      • jwt: string

        JWT token

        +
      • Optional pepper?: HexInput

        the pepper

        +
      • Optional proofFetchCallback?: ProofFetchCallback

        a callback function that if set, the fetch of the proof will be done in the background. Once +fetching finishes the callback function will be called. This should be used to provide a more responsive user experience as now +they are not blocked on fetching the proof. Thus the function will return much more quickly.

        +
      • Optional uidKey?: string

        a key in the JWT token to use to set the uidVal in the IdCommitment

        +

    Returns Promise<FederatedKeylessAccount>

    A KeylessAccount that can be used to sign transactions

    +
  • 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}`;
          faMetadataAddress?: AccountAddressInput;
          minimumLedgerVersion?: AnyNumber;
      }
      • accountAddress: AccountAddressInput

        The account address we want to get the total count for

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

        The coin type to query. + Note: faMetadataAddress will automatically fill this in if not provided when migrated to fungible assets

        +
      • Optional faMetadataAddress?: AccountAddressInput

        The fungible asset metadata address to query. + Note: coinType will automatically fill this in if not provided when migrated to fungible assets

        +
      • 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?: null | string;
              is_frozen: boolean;
              is_primary?: null | 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?: null | 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?: null | string;
            is_frozen: boolean;
            is_primary?: null | 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?: null | string;
        }> & WhereArg<CurrentFungibleAssetBalancesBoolExp>

    Returns Promise<{
        amount?: any;
        asset_type?: null | string;
        is_frozen: boolean;
        is_primary?: null | 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?: null | 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;
        domain_expiration_timestamp?: any;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        subdomain_expiration_policy?: any;
        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;
        domain_expiration_timestamp?: any;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        subdomain_expiration_policy?: any;
        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;
        domain_expiration_timestamp?: any;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        subdomain_expiration_policy?: any;
        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})
    +
    +
  • Parameters

    Returns Promise<{
        cdn_asset_uris?: null | {
            animation_optimizer_retry_count: number;
            asset_uri: string;
            cdn_animation_uri?: null | string;
            cdn_image_uri?: null | string;
            cdn_json_uri?: null | string;
            image_optimizer_retry_count: number;
            json_parser_retry_count: number;
            raw_animation_uri?: null | string;
            raw_image_uri?: null | string;
        };
        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

    +

    Deprecated

    use getCollectionDataByCreatorAddressAndCollectionName - this function +will be removed in the next major release

    +

    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

    +

    Example

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

    +

    Parameters

    Returns Promise<{
        cdn_asset_uris?: null | {
            animation_optimizer_retry_count: number;
            asset_uri: string;
            cdn_animation_uri?: null | string;
            cdn_image_uri?: null | string;
            cdn_json_uri?: null | string;
            image_optimizer_retry_count: number;
            json_parser_retry_count: number;
            raw_animation_uri?: null | string;
            raw_image_uri?: null | string;
        };
        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 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<{
        cdn_asset_uris?: null | {
            animation_optimizer_retry_count: number;
            asset_uri: string;
            cdn_animation_uri?: null | string;
            cdn_image_uri?: null | string;
            cdn_json_uri?: null | string;
            image_optimizer_retry_count: number;
            json_parser_retry_count: number;
            raw_animation_uri?: null | string;
            raw_image_uri?: null | string;
        };
        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.getCollectionDataByCreatorAddressAnd({creatorAddress:"0x123"})
    +
    +
  • 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<{
        cdn_asset_uris?: null | {
            animation_optimizer_retry_count: number;
            asset_uri: string;
            cdn_animation_uri?: null | string;
            cdn_image_uri?: null | string;
            cdn_json_uri?: null | string;
            image_optimizer_retry_count: number;
            json_parser_retry_count: number;
            raw_animation_uri?: null | string;
            raw_image_uri?: null | string;
        };
        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.getCollectionDataByCreatorAddressAndCollectionName({
    creatorAddress:"0x123",
    collectionName:"myCollection"
    }) +
    +
  • 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?: null | string;
        is_frozen: boolean;
        is_primary?: null | boolean;
        last_transaction_timestamp?: any;
        last_transaction_version?: any;
        owner_address: string;
        storage_id: string;
        token_standard?: null | 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;
        domain_expiration_timestamp?: any;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        subdomain_expiration_policy?: any;
        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?: null | 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?: null | 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;
        maximum_v2?: any;
        name: string;
        project_uri?: null | string;
        supply_aggregator_table_handle_v1?: null | string;
        supply_aggregator_table_key_v1?: null | string;
        supply_v2?: any;
        symbol: string;
        token_standard: string;
    }[]>

    A list of fungible asset metadata

    +

    Example

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

    +

    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;
        maximum_v2?: any;
        name: string;
        project_uri?: null | string;
        supply_aggregator_table_handle_v1?: null | string;
        supply_aggregator_table_key_v1?: null | string;
        supply_v2?: any;
        symbol: string;
        token_standard: string;
    }>

    A fungible asset metadata item

    +

    Example

    const fungibleAsset = await aptos.getFungibleAssetMetadataByAssetType({assetType:"0x123::test_coin::TestCoin"})
    +
    +
  • Queries a fungible asset metadata by the creator address

    +

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

    +

    Parameters

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

    A fungible asset metadata item

    +

    Example

    const fungibleAsset = await aptos.getFungibleAssetMetadataByCreatorAddress({creatorAddress:"0x123"})
    +
    +
  • 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;
        domain_expiration_timestamp?: any;
        expiration_timestamp?: any;
        is_primary?: null | boolean;
        owner_address?: null | string;
        registered_address?: null | string;
        subdomain?: null | string;
        subdomain_expiration_policy?: any;
        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()
    +
    +
  • Fetch the object data based on the oabject address

    +

    Parameters

    • args: {
          minimumLedgerVersion?: AnyNumber;
          objectAddress: AccountAddressInput;
          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;
          }>;
      }
      • Optional minimumLedgerVersion?: AnyNumber
      • objectAddress: AccountAddressInput

        The object address

        +
      • 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;
        }>

        Configuration options for waitForTransaction

        +

    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;
    }>

    The object data

    +

    Example

    const object = await aptos.getObjectDataByObjectAddress({objectAddress:"0x123"})
    +
    +
  • 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... +
    +
  • Fetches the pepper from the Aptos pepper service API.

    +

    Parameters

    • args: {
          derivationPath?: string;
          ephemeralKeyPair: EphemeralKeyPair;
          jwt: string;
      }
      • Optional derivationPath?: string

        a derivation path used for creating multiple accounts per user via the BIP-44 standard. Defaults +to "m/44'/637'/0'/0'/0".

        +
      • ephemeralKeyPair: EphemeralKeyPair

        the EphemeralKeyPair used to generate the nonce in the JWT token

        +
      • jwt: string

        JWT token

        +

    Returns Promise<Uint8Array>

    The pepper which is a Uint8Array of length 31.

    +
  • 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"})
    +
    +
  • Fetches a proof from the Aptos prover service API.

    +

    Parameters

    • args: {
          ephemeralKeyPair: EphemeralKeyPair;
          jwt: string;
          pepper?: HexInput;
          uidKey?: string;
      }
      • ephemeralKeyPair: EphemeralKeyPair

        the EphemeralKeyPair used to generate the nonce in the JWT token

        +
      • jwt: string

        JWT token

        +
      • Optional pepper?: HexInput

        the pepper used for the account. If not provided it will be fetched from the Aptos pepper service

        +
      • Optional uidKey?: string

        a key in the JWT token to use to set the uidVal in the IdCommitment

        +

    Returns Promise<ZeroKnowledgeSig>

    The proof which is represented by a ZeroKnowledgeSig.

    +
  • 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.

    +

    Note, this query calls the fullnode server

    +

    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: "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca",
    data: {
    key_type: "address", // Move type of table key
    value_type: "u128", // Move type of table value
    key: "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935" // Value of table key
    },
    }) +
    +
  • Queries for a table items data.

    +

    Optional options.where param can be passed to filter the response.

    +

    Note, this query calls the indexer server

    +

    Parameters

    • args: {
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & WhereArg<TableItemsBoolExp> & OrderByArg<{
              decoded_key: any;
              decoded_value?: any;
              key: string;
              table_handle: string;
              transaction_version: any;
              write_set_change_index: any;
          }>;
      }
      • Optional minimumLedgerVersion?: AnyNumber
      • Optional options?: PaginationArgs & WhereArg<TableItemsBoolExp> & OrderByArg<{
            decoded_key: any;
            decoded_value?: any;
            key: string;
            table_handle: string;
            transaction_version: any;
            write_set_change_index: any;
        }>

    Returns Promise<{
        decoded_key: any;
        decoded_value?: any;
        key: string;
        table_handle: string;
        transaction_version: any;
        write_set_change_index: any;
    }[]>

    GetTableItemsDataResponse

    +

    Example

    const data = await aptos.getTableItemsData({
    options: { where: {
    table_handle: { _eq: "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca" },
    transaction_version: { _eq: "0" }
    }
    },
    }); +
    +
  • Queries for a table items metadata.

    +

    Optional options.where param can be passed to filter the response.

    +

    Note, this query calls the indexer server

    +

    Parameters

    • args: {
          minimumLedgerVersion?: AnyNumber;
          options?: PaginationArgs & WhereArg<TableMetadatasBoolExp> & OrderByArg<{
              handle: string;
              key_type: string;
              value_type: string;
          }>;
      }

    Returns Promise<{
        handle: string;
        key_type: string;
        value_type: string;
    }[]>

    GetTableItemsMetadataResponse

    +

    Example

    const data = await aptos.getTableItemsMetadata({
    options: { where: { handle: { _eq: "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca" } } },
    }); +
    +
  • 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 as the fee payer to chain given an authenticator by the sender of the transaction.

    +

    Parameters

    Returns Promise<PendingTransactionResponse>

    PendingTransactionResponse

    +

    Example

    const transaction = await aptos.transaction.build.simple({sender: alice.accountAddress, feePayer: true ...})
    const senderAuthenticator = alice.signTransactionWithAuthenticator(transaction)
    const pendingTransaction = await aptos.signAndSubmitAsFeePayer({
    senderAuthenticator,
    feePayer: bob,
    transaction,
    }) +
    +
  • Sign and submit a single signer transaction to chain

    +

    Parameters

    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",
    }); +
    +
  • This installs a set of FederatedJWKs at an address for a given iss.

    +

    It will fetch the JWK set from the well-known endpoint and update the FederatedJWKs at the sender's address +to reflect it.

    +

    Parameters

    • args: {
          iss: string;
          jwksUrl?: string;
          sender: Account;
      }
      • iss: string

        the iss claim of the federated OIDC provider.

        +
      • Optional jwksUrl?: string

        the URL to find the corresponding JWKs. For supported IDP providers this parameter in not necessary.

        +
      • sender: Account

        The account that will install the JWKs

        +

    Returns Promise<SimpleTransaction>

    The pending transaction that results from submission.

    +
  • Queries for a Move view function with JSON, this provides compatability with the old aptos package

    +

    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.toString()],
    }
    }) +
    +
  • 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"})
    +
    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/AptosApiError.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/AptosApiError.html new file mode 100644 index 000000000..3de769d5f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/AptosApiError.html @@ -0,0 +1,22 @@ +AptosApiError | @aptos-labs/ts-sdk - v1.29.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

Properties

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

Optional override for formatting stack traces

+

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/AptosConfig.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/AptosConfig.html new file mode 100644 index 000000000..1975239e9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/AptosConfig.html @@ -0,0 +1,27 @@ +AptosConfig | @aptos-labs/ts-sdk - v1.29.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

+
pepper?: string

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

+
prover?: string

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

+
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/AuthenticationKey.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/AuthenticationKey.html new file mode 100644 index 000000000..f022e6288 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/AuthenticationKey.html @@ -0,0 +1,39 @@ +AuthenticationKey | @aptos-labs/ts-sdk - v1.29.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 (view full)

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

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

Hierarchy (view full)

Implements

Constructors

Properties

value: boolean

Methods

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

Representation of a ChainId that can serialized and deserialized

+

Hierarchy (view full)

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/Deserializer.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/Deserializer.html new file mode 100644 index 000000000..85ced6a78 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/Deserializer.html @@ -0,0 +1,78 @@ +Deserializer | @aptos-labs/ts-sdk - v1.29.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 an optional deserializable class.

    +

    BCS layout for Optional: 0 if none, else 1 | bcs representation of class

    +

    Type Parameters

    • T

    Parameters

    • cls: Deserializable<T>

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

      +

    Returns undefined | T

    the deserialized value of class type T

    +

    Example

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

    const deserializer = new Deserializer(new Uint8Array([0]));
    const value = deserializer.deserializeOption(MyClass); // where MyClass has a `deserialize` function
    // value is undefined +
    +
  • Deserializes a an optional string.

    +

    BCS layout for Optional: 0 if none, else 1 | string_length | string_content

    +

    Returns undefined | string

    Example

    const deserializer = new Deserializer(new Uint8Array([0x00]));
    assert(deserializer.deserializeOptionStr() === undefined);
    const deserializer = new Deserializer(new Uint8Array([1, 8, 49, 50, 51, 52, 97, 98, 99, 100]));
    assert(deserializer.deserializeOptionStr() === "1234abcd"); +
    +
  • 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 +
    +
  • Returns the number of bytes remaining in the buffer.

    +

    Useful to tell if there's more data to be read.

    +

    Returns number

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/Ed25519Account.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/Ed25519Account.html new file mode 100644 index 000000000..9d4b07bb0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/Ed25519Account.html @@ -0,0 +1,35 @@ +Ed25519Account | @aptos-labs/ts-sdk - v1.29.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

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

Represents the private key of an Ed25519 key pair.

+

Hierarchy (view full)

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

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/Ed25519PublicKey.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/Ed25519PublicKey.html new file mode 100644 index 000000000..85224814b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/Ed25519PublicKey.html @@ -0,0 +1,34 @@ +Ed25519PublicKey | @aptos-labs/ts-sdk - v1.29.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 (view full)

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

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

A signature of a message signed using an Ed25519 private key

+

Hierarchy (view full)

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/EntryFunction.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/EntryFunction.html new file mode 100644 index 000000000..09c118c33 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/EntryFunction.html @@ -0,0 +1,43 @@ +EntryFunction | @aptos-labs/ts-sdk - v1.29.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.

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/EntryFunctionBytes.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/EntryFunctionBytes.html new file mode 100644 index 000000000..f64e8bc35 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/EntryFunctionBytes.html @@ -0,0 +1,28 @@ +EntryFunctionBytes | @aptos-labs/ts-sdk - v1.29.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 (view full)

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

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

Class EphemeralCertificate

A container for a signature that is a ZeroKnowledgeSig. Can be expanded to support OpenIdSignature.

+

Hierarchy (view full)

Constructors

Properties

signature: Signature
variant: ZkProof

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/EphemeralKeyPair.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/EphemeralKeyPair.html new file mode 100644 index 000000000..ba3a0bfb6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/EphemeralKeyPair.html @@ -0,0 +1,44 @@ +EphemeralKeyPair | @aptos-labs/ts-sdk - v1.29.0

A class which contains a key pair that is used in signing transactions via the Keyless authentication scheme. This key pair +is ephemeral and has an expiration time. For more details on how this class is used - +https://aptos.dev/guides/keyless-accounts/#1-present-the-user-with-a-sign-in-with-idp-button-on-the-ui

+

Hierarchy (view full)

Constructors

Properties

blinder: Uint8Array

A byte array of length BLINDER_LENGTH used to obfuscate the public key from the IdP. +Used in calculating the nonce passed to the IdP and as a secret witness in proof generation.

+
expiryDateSecs: number

A timestamp in seconds indicating when the ephemeral key pair is expired. After expiry, a new +EphemeralKeyPair must be generated and a new JWT needs to be created.

+
nonce: string

The value passed to the IdP when the user authenticates. It comprises of a hash of the +ephermeral public key, expiry date, and blinder.

+
privateKey: PrivateKey

A private key used to sign transactions. This private key is not tied to any account on the chain as it +is ephemeral (not permanent) in nature.

+

A public key used to verify transactions. This public key is not tied to any account on the chain as it +is ephemeral (not permanent) in nature.

+
BLINDER_LENGTH: number = 31

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/EphemeralPublicKey.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/EphemeralPublicKey.html new file mode 100644 index 000000000..7ebf98bef --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/EphemeralPublicKey.html @@ -0,0 +1,28 @@ +EphemeralPublicKey | @aptos-labs/ts-sdk - v1.29.0

Class EphemeralPublicKey

Represents ephemeral public keys for Aptos Keyless accounts.

+

These are not public keys used as a public key on an account. They are only used ephemerally on Keyless accounts.

+

Hierarchy (view full)

Constructors

Properties

publicKey: PublicKey

The public key itself

+
variant: Ed25519

An enum indicating the scheme of the ephemeral 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

    +
  • 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

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

Class EphemeralSignature

Represents ephemeral signatures used in Aptos Keyless accounts.

+

These signatures are used inside of KeylessSignature

+

Hierarchy (view full)

Constructors

Properties

signature: Signature

The signature signed by the private key of an EphemeralKeyPair

+

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/FederatedKeylessAccount.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/FederatedKeylessAccount.html new file mode 100644 index 000000000..34c7b03ba --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/FederatedKeylessAccount.html @@ -0,0 +1,76 @@ +FederatedKeylessAccount | @aptos-labs/ts-sdk - v1.29.0

Class FederatedKeylessAccount

Account implementation for the FederatedKeyless authentication scheme.

+

Used to represent a FederatedKeyless based account and sign transactions with it.

+

Use FederatedKeylessAccount.create to instantiate a KeylessAccount with a JWT, proof, EphemeralKeyPair and the +address the JWKs are installed that will be used to verify the JWT.

+

When the proof expires or the JWT becomes invalid, the KeylessAccount must be instantiated again with a new JWT, +EphemeralKeyPair, and corresponding proof.

+

Hierarchy (view full)

Constructors

Properties

accountAddress: AccountAddress

Account address associated with the account

+
aud: string

The value of the 'aud' claim on the JWT, also known as client ID. This is the identifier for the dApp's +OIDC registration with the identity provider.

+
ephemeralKeyPair: EphemeralKeyPair

The EphemeralKeyPair used to generate sign.

+
jwt: string

The JWT token used to derive the account

+
pepper: Uint8Array

A value contains 31 bytes of entropy that preserves privacy of the account. Typically fetched from a pepper provider.

+
proof: undefined | ZeroKnowledgeSig

The zero knowledge signature (if ready) which contains the proof used to validate the EphemeralKeyPair.

+
proofOrPromise: ZeroKnowledgeSig | Promise<ZeroKnowledgeSig>

The proof of the EphemeralKeyPair or a promise that provides the proof. This is used to allow for awaiting on +fetching the proof.

+

The FederatedKeylessPublicKey associated with the account

+
signingScheme: SigningScheme

Signing scheme used to sign transactions

+
uidKey: string

The claim on the JWT to identify a user. This is typically 'sub' or 'email'.

+
uidVal: string

The value of the uidKey claim on the JWT. This intended to be a stable user identifier.

+
PEPPER_LENGTH: number = 31

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

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

Class FederatedKeylessPublicKey

Represents the FederatedKeylessPublicKey public key

+

These keys use an onchain address as a source of truth for the JWK used to verify signatures.

+

FederatedKeylessPublicKey authentication key is represented in the SDK as AnyPublicKey.

+

Hierarchy (view full)

Constructors

Properties

jwkAddress: AccountAddress

The address that contains the JWK set to be used for verification.

+
keylessPublicKey: KeylessPublicKey

The inner public key which contains the standard Keyless 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

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

Class FeePayerRawTransaction

Representation of a Fee Payer Transaction that can serialized and deserialized

+

Hierarchy (view full)

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/FixedBytes.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/FixedBytes.html new file mode 100644 index 000000000..62eddf4b6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/FixedBytes.html @@ -0,0 +1,33 @@ +FixedBytes | @aptos-labs/ts-sdk - v1.29.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 (view full)

Implements

Constructors

Properties

value: Uint8Array

Methods

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

A representation of a Groth16 proof. The points are the compressed serialization of affine reprentation of the proof.

+

Hierarchy

  • Proof
    • Groth16Zkp

Constructors

Properties

a +b +c +

Methods

Constructors

Properties

a: G1Bytes

The bytes of G1 proof point a

+
b: G2Bytes

The bytes of G2 proof point b

+
c: G1Bytes

The bytes of G1 proof point c

+

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 proof as a hex string with a 0x prefix e.g. 0x123456...

    +

    Returns string

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/Hex.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/Hex.html new file mode 100644 index 000000000..1f5602d73 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/Hex.html @@ -0,0 +1,50 @@ +Hex | @aptos-labs/ts-sdk - v1.29.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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/Identifier.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/Identifier.html new file mode 100644 index 000000000..4fd07e8d6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/Identifier.html @@ -0,0 +1,15 @@ +Identifier | @aptos-labs/ts-sdk - v1.29.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 (view full)

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/KeylessAccount.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/KeylessAccount.html new file mode 100644 index 000000000..b5da241b6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/KeylessAccount.html @@ -0,0 +1,75 @@ +KeylessAccount | @aptos-labs/ts-sdk - v1.29.0

Account implementation for the Keyless authentication scheme.

+

Used to represent a Keyless based account and sign transactions with it.

+

Use KeylessAccount.create to instantiate a KeylessAccount with a JWT, proof and EphemeralKeyPair.

+

When the proof expires or the JWT becomes invalid, the KeylessAccount must be instantiated again with a new JWT, +EphemeralKeyPair, and corresponding proof.

+

Hierarchy (view full)

Constructors

Properties

accountAddress: AccountAddress

Account address associated with the account

+
aud: string

The value of the 'aud' claim on the JWT, also known as client ID. This is the identifier for the dApp's +OIDC registration with the identity provider.

+
ephemeralKeyPair: EphemeralKeyPair

The EphemeralKeyPair used to generate sign.

+
jwt: string

The JWT token used to derive the account

+
pepper: Uint8Array

A value contains 31 bytes of entropy that preserves privacy of the account. Typically fetched from a pepper provider.

+
proof: undefined | ZeroKnowledgeSig

The zero knowledge signature (if ready) which contains the proof used to validate the EphemeralKeyPair.

+
proofOrPromise: ZeroKnowledgeSig | Promise<ZeroKnowledgeSig>

The proof of the EphemeralKeyPair or a promise that provides the proof. This is used to allow for awaiting on +fetching the proof.

+

The KeylessPublicKey associated with the account

+
signingScheme: SigningScheme

Signing scheme used to sign transactions

+
uidKey: string

The claim on the JWT to identify a user. This is typically 'sub' or 'email'.

+
uidVal: string

The value of the uidKey claim on the JWT. This intended to be a stable user identifier.

+
PEPPER_LENGTH: number = 31

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/KeylessConfiguration.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/KeylessConfiguration.html new file mode 100644 index 000000000..6a40d58de --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/KeylessConfiguration.html @@ -0,0 +1,8 @@ +KeylessConfiguration | @aptos-labs/ts-sdk - v1.29.0

Class KeylessConfiguration

A class which represents the on-chain configuration for how Keyless accounts work

+

Constructors

Properties

Methods

Constructors

Properties

maxExpHorizonSecs: number

The maximum lifespan of an ephemeral key pair. This is configured on chain.

+
verficationKey: Groth16VerificationKey

The verification key used to verify Groth16 proofs on chain

+

Methods

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/KeylessPublicKey.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/KeylessPublicKey.html new file mode 100644 index 000000000..f640f23f6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/KeylessPublicKey.html @@ -0,0 +1,46 @@ +KeylessPublicKey | @aptos-labs/ts-sdk - v1.29.0

Represents the KeylessPublicKey public key

+

KeylessPublicKey authentication key is represented in the SDK as AnyPublicKey.

+

Hierarchy (view full)

Constructors

Properties

idCommitment: Uint8Array

A value representing a cryptographic commitment to a user identity.

+

It is calculated from the aud, uidKey, uidVal, pepper.

+
iss: string

The value of the 'iss' claim on the JWT which identifies the OIDC provider.

+
ID_COMMITMENT_LENGTH: number = 32

The number of bytes that idCommitment should be

+

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

    +
  • Creates a KeylessPublicKey from the JWT components plus pepper

    +

    Parameters

    • args: {
          aud: string;
          iss: string;
          pepper: HexInput;
          uidKey: string;
          uidVal: string;
      }
      • aud: string

        the client ID of the application

        +
      • iss: string

        the iss of the identity

        +
      • pepper: HexInput

        The pepper used to maintain privacy of the account

        +
      • uidKey: string

        the key to use to get the uidVal in the JWT token

        +
      • uidVal: string

        the value of the uidKey in the JWT token

        +

    Returns KeylessPublicKey

    KeylessPublicKey

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

A signature of a message signed via Keyless Accounnt that uses proofs or the jwt token to authenticate.

+

Hierarchy (view full)

Constructors

Properties

ephemeralCertificate: EphemeralCertificate

The inner signature ZeroKnowledgeSigniature or OpenIdSignature

+
ephemeralPublicKey: EphemeralPublicKey

The ephemeral public key used to verify the signature

+
ephemeralSignature: EphemeralSignature

The signature resulting from signing with the private key of the EphemeralKeyPair

+
expiryDateSecs: number

The expiry timestamp in seconds of the EphemeralKeyPair used to sign

+
jwtHeader: string

The jwt header in the token used to create the proof/signature. In json string representation.

+

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/ModuleId.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/ModuleId.html new file mode 100644 index 000000000..b6220215e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/ModuleId.html @@ -0,0 +1,22 @@ +ModuleId | @aptos-labs/ts-sdk - v1.29.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 (view full)

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

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

Class MoveOption<T>

Type Parameters

Hierarchy (view full)

Implements

Constructors

Properties

value?: 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.

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

Hierarchy (view full)

Implements

Constructors

Properties

value: string

Methods

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/MoveVector.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/MoveVector.html new file mode 100644 index 000000000..fe7b12dc9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/MoveVector.html @@ -0,0 +1,88 @@ +MoveVector | @aptos-labs/ts-sdk - v1.29.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 (view full)

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.

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

Class MultiAgentRawTransaction

Representation of a Multi Agent Transaction that can serialized and deserialized

+

Hierarchy (view full)

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

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

Class MultiAgentTransaction

Representation of a Raw Transaction that can serialized and deserialized

+

Hierarchy (view full)

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

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

Class MultiEd25519PublicKey

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

+

Hierarchy (view full)

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

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

Class MultiEd25519Signature

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

+

Hierarchy (view full)

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiKey.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiKey.html new file mode 100644 index 000000000..2182c4694 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiKey.html @@ -0,0 +1,36 @@ +MultiKey | @aptos-labs/ts-sdk - v1.29.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 (view full)

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

    +
  • Get the index of the provided public key.

    +

    Parameters

    • publicKey: PublicKey

      array of the index mapping to the matching public keys

      +

    Returns number

    the corresponding index of the publicKey, if it exists

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiKeyAccount.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiKeyAccount.html new file mode 100644 index 000000000..92449554d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiKeyAccount.html @@ -0,0 +1,53 @@ +MultiKeyAccount | @aptos-labs/ts-sdk - v1.29.0

Signer implementation for the MultiKey authentication scheme.

+

This accounts to use a M of N signing scheme. M and N are specified in the MultiKey +It signs messages via the array of M number of Accounts that individually correspond to a public key in the MultiKey.

+

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

+

Implements

Constructors

Properties

accountAddress: AccountAddress

Account address associated with the account

+
publicKey: MultiKey

Public key associated with the account

+
signaturesBitmap: Uint8Array
signerIndicies: number[]

An array of indicies where for signer[i], signerIndicies[i] is the index of the corresponding public key in +publicKey.publicKeys. Used to derive the right public key to use for verification.

+
signers: Account[]

The signers used to sign messages. These signers should correspond to public keys in the +MultiKeyAccount's public key. The number of signers should be equal or greater +than this.publicKey.signaturesRequired

+
signingScheme: SigningScheme

Signing scheme used to sign transactions

+

Methods

  • Waits for any proofs on any KeylessAccount signers to be fetched. If the proof is fetched a syncronously, call this +to ensure signing with the KeylessAccount does not fail as the proof must be ready.

    +

    Returns Promise<void>

  • Static constructor for MultiKeyAccount

    +

    Parameters

    • args: {
          publicKeys: PublicKey[];
          signaturesRequired: number;
          signers: Account[];
      }
      • publicKeys: PublicKey[]

        the N public keys of the MultiKeyAccount

        +
      • signaturesRequired: number

        the number of signatures required

        +
      • signers: Account[]

        an array of M signers that will be used to sign the transaction

        +

    Returns MultiKeyAccount

    MultiKeyAccount

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiKeySignature.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiKeySignature.html new file mode 100644 index 000000000..37a25207d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiKeySignature.html @@ -0,0 +1,43 @@ +MultiKeySignature | @aptos-labs/ts-sdk - v1.29.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 (view full)

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

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

Representation of a MultiSig that can serialized and deserialized

+

Constructors

Properties

multisig_address: AccountAddress
transaction_payload?: MultiSigTransactionPayload

Methods

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiSigTransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiSigTransactionPayload.html new file mode 100644 index 000000000..3c9a2c78f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/MultiSigTransactionPayload.html @@ -0,0 +1,21 @@ +MultiSigTransactionPayload | @aptos-labs/ts-sdk - v1.29.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 (view full)

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/ParsingError.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/ParsingError.html new file mode 100644 index 000000000..4146a11f3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/ParsingError.html @@ -0,0 +1,16 @@ +ParsingError | @aptos-labs/ts-sdk - v1.29.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)

Optional override for formatting stack traces

+

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

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

Class PublicKeyAbstract

An abstract representation of a public key.

+

Provides a common interface for verifying any signature.

+

Hierarchy (view full)

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

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

Representation of a Raw Transaction that can serialized and deserialized

+

Hierarchy (view full)

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

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

Class RawTransactionWithDataAbstract

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

+

Hierarchy (view full)

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

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

Class RotationProofChallenge

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

+

Hierarchy (view full)

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/Script.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/Script.html new file mode 100644 index 000000000..b49a177f2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/Script.html @@ -0,0 +1,21 @@ +Script | @aptos-labs/ts-sdk - v1.29.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

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

Class Secp256k1PrivateKey

A Secp256k1 ecdsa private key

+

Hierarchy (view full)

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

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

Class Secp256k1PublicKey

Represents the Secp256k1 ecdsa public key

+

Secp256k1 authentication key is represented in the SDK as AnyPublicKey.

+

Hierarchy (view full)

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

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

Class Secp256k1Signature

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

+

Hierarchy (view full)

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

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

Class SerializableAbstract

Hierarchy (view full)

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

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

Hierarchy (view full)

Implements

Constructors

Properties

value: Uint8Array

Methods

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/Serializer.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/Serializer.html new file mode 100644 index 000000000..a521d6a34 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/Serializer.html @@ -0,0 +1,82 @@ +Serializer | @aptos-labs/ts-sdk - v1.29.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 BCS Serializable values into a serializer instance or undefined. +Note that this does not return anything. The bytes are added to the serializer instance's byte buffer.

    +

    Type Parameters

    Parameters

    • Optional value: T

    Returns void

    Example

    const serializer = new Serializer();
    serializer.serializeOption(new AccountAddress(...));
    const serializedBytes = serializer.toUint8Array();
    // serializedBytes is now the BCS-serialized byte representation of AccountAddress

    const serializer = new Serializer();
    serializer.serializeOption(undefined);
    assert(serializer.toUint8Array() === new Uint8Array([0x00])); +
    +
  • Serializes an optional string. UTF8 string is supported.

    +

    The existence of the string is encoded first, 0 if undefined and 1 if it exists. +Them the number of bytes in the string content is serialized, as a uleb128-encoded u32 integer. +Then the string content is serialized as UTF8 encoded bytes.

    +

    BCS layout for optional "string": 1 | 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.

    +

    BCS layout for undefined: 0

    +

    Parameters

    • Optional value: string

    Returns void

    Example

    const serializer = new Serializer();
    serializer.serializeOptionStr("1234abcd");
    assert(serializer.toUint8Array() === new Uint8Array([1, 8, 49, 50, 51, 52, 97, 98, 99, 100]));

    const serializer = new Serializer();
    serializer.serializeOptionStr(undefined);
    assert(serializer.toUint8Array() === new Uint8Array([0])); +
    +
  • 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

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/Signature.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/Signature.html new file mode 100644 index 000000000..3d5def22b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/Signature.html @@ -0,0 +1,18 @@ +Signature | @aptos-labs/ts-sdk - v1.29.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 (view full)

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

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

Hierarchy (view full)

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

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

Representation of a SimpleTransaction that can serialized and deserialized

+

Hierarchy (view full)

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/SingleKeyAccount.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/SingleKeyAccount.html new file mode 100644 index 000000000..b305e3f8a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/SingleKeyAccount.html @@ -0,0 +1,39 @@ +SingleKeyAccount | @aptos-labs/ts-sdk - v1.29.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

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

Hierarchy (view full)

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

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

Class TransactionAndProof

A container class to hold a transaction and a proof. It implements CryptoHashable which is used to create +the signing message for Keyless transactions. We sign over the proof to ensure non-malleability.

+

Hierarchy (view full)

Constructors

Properties

domainSeparator: "APTOS::TransactionAndProof" = "APTOS::TransactionAndProof"

The domain separator prefix used when hashing.

+
proof?: ZkProof

The zero knowledge proof used in signing the transaction.

+

The transaction to sign.

+

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

    +
  • Hashes the bcs serialized from of the class. This is the typescript corollary to the BCSCryptoHash macro in aptos-core.

    +

    Returns Uint8Array

    Uint8Array

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

Class TransactionAuthenticatorAbstract

Hierarchy (view full)

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionAuthenticatorEd25519.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionAuthenticatorEd25519.html new file mode 100644 index 000000000..c6d567685 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionAuthenticatorEd25519.html @@ -0,0 +1,19 @@ +TransactionAuthenticatorEd25519 | @aptos-labs/ts-sdk - v1.29.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 (view full)

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionAuthenticatorFeePayer.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionAuthenticatorFeePayer.html new file mode 100644 index 000000000..ee7a78a93 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionAuthenticatorFeePayer.html @@ -0,0 +1,21 @@ +TransactionAuthenticatorFeePayer | @aptos-labs/ts-sdk - v1.29.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 (view full)

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionAuthenticatorMultiAgent.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionAuthenticatorMultiAgent.html new file mode 100644 index 000000000..2d37830b0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionAuthenticatorMultiAgent.html @@ -0,0 +1,19 @@ +TransactionAuthenticatorMultiAgent | @aptos-labs/ts-sdk - v1.29.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 (view full)

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionAuthenticatorMultiEd25519.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionAuthenticatorMultiEd25519.html new file mode 100644 index 000000000..020d1c23b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionAuthenticatorMultiEd25519.html @@ -0,0 +1,17 @@ +TransactionAuthenticatorMultiEd25519 | @aptos-labs/ts-sdk - v1.29.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 (view full)

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

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

Class TransactionAuthenticatorSingleSender

Single Sender authenticator for a single signer transaction

+

Param: sender

AccountAuthenticator

+

Hierarchy (view full)

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

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

Class TransactionPayloadAbstract

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

+

Hierarchy (view full)

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

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

Class TransactionPayloadEntryFunction

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

+

Hierarchy (view full)

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

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

Class TransactionPayloadMultiSig

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

+

Hierarchy (view full)

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

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

Class TransactionPayloadScript

Representation of a Transaction Payload Script that can serialized and deserialized

+

Hierarchy (view full)

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionWorker.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionWorker.html new file mode 100644 index 000000000..75117869a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/TransactionWorker.html @@ -0,0 +1,82 @@ +TransactionWorker | @aptos-labs/ts-sdk - v1.29.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

  • Type Parameters

    Parameters

    Returns this

  • 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)[]

  • Type Parameters

    Parameters

    Returns this

  • Add a listener for a given event.

    +

    Type Parameters

    Parameters

    Returns this

  • Add a one-time listener for a given event.

    +

    Type Parameters

    Parameters

    Returns this

  • 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

    • Optional event: keyof TransactionWorkerEvents

    Returns this

  • Remove the listeners of a given event.

    +

    Type Parameters

    Parameters

    Returns this

  • 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>

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

Class TypeTagAbstract

Hierarchy (view full)

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

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

Hierarchy (view full)

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

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

Hierarchy (view full)

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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/classes/TypeTagGeneric.html b/docs/@aptos-labs/ts-sdk-1.29.0/classes/TypeTagGeneric.html new file mode 100644 index 000000000..194a9b9ff --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/classes/TypeTagGeneric.html @@ -0,0 +1,29 @@ +TypeTagGeneric | @aptos-labs/ts-sdk - v1.29.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 (view full)

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

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

Class TypeTagParserError

Hierarchy

  • Error
    • TypeTagParserError

Constructors

Properties

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

Optional override for formatting stack traces

+

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

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

Hierarchy (view full)

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

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

Hierarchy (view full)

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

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

Hierarchy (view full)

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

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

Hierarchy (view full)

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

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

Hierarchy (view full)

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

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

Hierarchy (view full)

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

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

Hierarchy (view full)

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

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

Hierarchy (view full)

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

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

Hierarchy (view full)

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

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

Hierarchy (view full)

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

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

Hierarchy (view full)

Implements

Constructors

Properties

value: bigint

Methods

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

Hierarchy (view full)

Implements

Constructors

Properties

value: number

Methods

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

Hierarchy (view full)

Implements

Constructors

Properties

value: bigint

Methods

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

Hierarchy (view full)

Implements

Constructors

Properties

value: number

Methods

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

Hierarchy (view full)

Implements

Constructors

Properties

value: bigint

Methods

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

Hierarchy (view full)

Implements

Constructors

Properties

value: number

Methods

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

The signature representation of a proof

+

Hierarchy (view full)

Constructors

Properties

expHorizonSecs: number

The max lifespan of the proof

+
extraField?: string

A key value pair on the JWT token that can be specified on the signature which would reveal the value on chain. +Can be used to assert identity or other attributes.

+
overrideAudVal?: string

The 'aud' value of the recovery service which is set when recovering an account.

+
proof: ZkProof

The proof

+
trainingWheelsSignature?: EphemeralSignature

The training wheels 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

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

A container for a different zero knowledge proof types

+

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

proof: Proof
variant: Groth16

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

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

Enumeration AccountAuthenticatorVariant

Transaction Authenticator enum as they are represented in Rust +https://github.com/aptos-labs/aptos-core/blob/main/types/src/transaction/authenticator.rs#L414

+

Enumeration Members

Enumeration Members

Ed25519: 0
MultiEd25519: 1
MultiKey: 3
SingleKey: 2
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/AddressInvalidReason.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/AddressInvalidReason.html new file mode 100644 index 000000000..32496b877 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/AddressInvalidReason.html @@ -0,0 +1,9 @@ +AddressInvalidReason | @aptos-labs/ts-sdk - v1.29.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"
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/AnyPublicKeyVariant.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/AnyPublicKeyVariant.html new file mode 100644 index 000000000..fbddd0b9b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/AnyPublicKeyVariant.html @@ -0,0 +1,5 @@ +AnyPublicKeyVariant | @aptos-labs/ts-sdk - v1.29.0

Enumeration AnyPublicKeyVariant

Enumeration Members

Enumeration Members

Ed25519: 0
FederatedKeyless: 4
Keyless: 3
Secp256k1: 1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/AnySignatureVariant.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/AnySignatureVariant.html new file mode 100644 index 000000000..0cdafbdb1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/AnySignatureVariant.html @@ -0,0 +1,4 @@ +AnySignatureVariant | @aptos-labs/ts-sdk - v1.29.0

Enumeration AnySignatureVariant

Enumeration Members

Enumeration Members

Ed25519: 0
Keyless: 3
Secp256k1: 1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/AptosApiType.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/AptosApiType.html new file mode 100644 index 000000000..c306a8d06 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/AptosApiType.html @@ -0,0 +1,7 @@ +AptosApiType | @aptos-labs/ts-sdk - v1.29.0

Enumeration AptosApiType

Type of API endpoint for request routing

+

Enumeration Members

Enumeration Members

FAUCET: "Faucet"
FULLNODE: "Fullnode"
INDEXER: "Indexer"
PEPPER: "Pepper"
PROVER: "Prover"
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/DeriveScheme.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/DeriveScheme.html new file mode 100644 index 000000000..4749253f2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/DeriveScheme.html @@ -0,0 +1,12 @@ +DeriveScheme | @aptos-labs/ts-sdk - v1.29.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

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

Enumeration EphemeralCertificateVariant

Enumeration Members

Enumeration Members

ZkProof: 0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/EphemeralPublicKeyVariant.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/EphemeralPublicKeyVariant.html new file mode 100644 index 000000000..8764b1a4f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/EphemeralPublicKeyVariant.html @@ -0,0 +1,2 @@ +EphemeralPublicKeyVariant | @aptos-labs/ts-sdk - v1.29.0

Enumeration EphemeralPublicKeyVariant

Enumeration Members

Enumeration Members

Ed25519: 0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/EphemeralSignatureVariant.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/EphemeralSignatureVariant.html new file mode 100644 index 000000000..1d2a056e6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/EphemeralSignatureVariant.html @@ -0,0 +1,2 @@ +EphemeralSignatureVariant | @aptos-labs/ts-sdk - v1.29.0

Enumeration EphemeralSignatureVariant

Enumeration Members

Enumeration Members

Ed25519: 0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/HexInvalidReason.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/HexInvalidReason.html new file mode 100644 index 000000000..3b2bfde5f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/HexInvalidReason.html @@ -0,0 +1,5 @@ +HexInvalidReason | @aptos-labs/ts-sdk - v1.29.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"
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/KeyType.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/KeyType.html new file mode 100644 index 000000000..3c95b6790 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/KeyType.html @@ -0,0 +1,3 @@ +KeyType | @aptos-labs/ts-sdk - v1.29.0

Enumeration KeyType

A list of supported key types and associated seeds

+

Enumeration Members

Enumeration Members

ED25519: "ed25519 seed"
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/MimeType.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/MimeType.html new file mode 100644 index 000000000..4c84b59a1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/MimeType.html @@ -0,0 +1,8 @@ +MimeType | @aptos-labs/ts-sdk - v1.29.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

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

Enumeration MoveAbility

Move function ability

+

Enumeration Members

Enumeration Members

COPY: "copy"
DROP: "drop"
KEY: "key"
STORE: "store"
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/MoveFunctionVisibility.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/MoveFunctionVisibility.html new file mode 100644 index 000000000..5ddfc5f21 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/MoveFunctionVisibility.html @@ -0,0 +1,5 @@ +MoveFunctionVisibility | @aptos-labs/ts-sdk - v1.29.0

Enumeration MoveFunctionVisibility

Move function visibility

+

Enumeration Members

Enumeration Members

FRIEND: "friend"
PRIVATE: "private"
PUBLIC: "public"
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/Network.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/Network.html new file mode 100644 index 000000000..cf4c9f496 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/Network.html @@ -0,0 +1,6 @@ +Network | @aptos-labs/ts-sdk - v1.29.0

Enumeration Network

Enumeration Members

Enumeration Members

CUSTOM: "custom"
DEVNET: "devnet"
LOCAL: "local"
MAINNET: "mainnet"
TESTNET: "testnet"
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/ProcessorType.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/ProcessorType.html new file mode 100644 index 000000000..2c97b146d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/ProcessorType.html @@ -0,0 +1,12 @@ +ProcessorType | @aptos-labs/ts-sdk - v1.29.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"
OBJECT_PROCESSOR: "objects_processor"
STAKE_PROCESSOR: "stake_processor"
TOKEN_V2_PROCESSOR: "token_v2_processor"
USER_TRANSACTION_PROCESSOR: "user_transaction_processor"
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/RoleType.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/RoleType.html new file mode 100644 index 000000000..700ae3b4c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/RoleType.html @@ -0,0 +1,3 @@ +RoleType | @aptos-labs/ts-sdk - v1.29.0

Enumeration RoleType

Enumeration Members

Enumeration Members

FULL_NODE: "full_node"
VALIDATOR: "validator"
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/ScriptTransactionArgumentVariants.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/ScriptTransactionArgumentVariants.html new file mode 100644 index 000000000..69e80c37e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/ScriptTransactionArgumentVariants.html @@ -0,0 +1,13 @@ +ScriptTransactionArgumentVariants | @aptos-labs/ts-sdk - v1.29.0

Enumeration ScriptTransactionArgumentVariants

Enumeration Members

Enumeration Members

Address: 3
Bool: 5
Serialized: 9
U128: 2
U16: 6
U256: 8
U32: 7
U64: 1
U8: 0
U8Vector: 4
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/SigningScheme.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/SigningScheme.html new file mode 100644 index 000000000..9c87336db --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/SigningScheme.html @@ -0,0 +1,8 @@ +SigningScheme | @aptos-labs/ts-sdk - v1.29.0

Enumeration SigningScheme

Enumeration Members

Enumeration Members

Ed25519: 0

For Ed25519PublicKey

+
MultiEd25519: 1

For MultiEd25519PublicKey

+
MultiKey: 3
SingleKey: 2

For SingleKey ecdsa

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

Enumeration SigningSchemeInput

Enumeration Members

Enumeration Members

Ed25519: 0

For Ed25519PublicKey

+
Secp256k1Ecdsa: 2

For Secp256k1Ecdsa

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

Enumeration TransactionAuthenticatorVariant

Transaction Authenticator enum as they are represented in Rust +https://github.com/aptos-labs/aptos-core/blob/main/types/src/transaction/authenticator.rs#L44

+

Enumeration Members

Ed25519: 0
FeePayer: 3
MultiAgent: 2
MultiEd25519: 1
SingleSender: 4
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/TransactionPayloadVariants.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/TransactionPayloadVariants.html new file mode 100644 index 000000000..96e0e64b0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/TransactionPayloadVariants.html @@ -0,0 +1,6 @@ +TransactionPayloadVariants | @aptos-labs/ts-sdk - v1.29.0

Enumeration TransactionPayloadVariants

Transaction payload enum as they are represented in Rust +https://github.com/aptos-labs/aptos-core/blob/main/types/src/transaction/mod.rs#L478

+

Enumeration Members

Enumeration Members

EntryFunction: 2
Multisig: 3
Script: 0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/TransactionResponseType.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/TransactionResponseType.html new file mode 100644 index 000000000..3a1649c10 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/TransactionResponseType.html @@ -0,0 +1,9 @@ +TransactionResponseType | @aptos-labs/ts-sdk - v1.29.0

Enumeration TransactionResponseType

TRANSACTION TYPES

+

Enumeration Members

BlockEpilogue: "block_epilogue_transaction"
BlockMetadata: "block_metadata_transaction"
Genesis: "genesis_transaction"
Pending: "pending_transaction"
StateCheckpoint: "state_checkpoint_transaction"
User: "user_transaction"
Validator: "validator_transaction"
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/TransactionVariants.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/TransactionVariants.html new file mode 100644 index 000000000..57b022f51 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/TransactionVariants.html @@ -0,0 +1,5 @@ +TransactionVariants | @aptos-labs/ts-sdk - v1.29.0

Enumeration TransactionVariants

Transaction variants enum as they are represented in Rust +https://github.com/aptos-labs/aptos-core/blob/main/types/src/transaction/mod.rs#L440

+

Enumeration Members

FeePayerTransaction: 1
MultiAgentTransaction: 0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/TransactionWorkerEventsEnum.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/TransactionWorkerEventsEnum.html new file mode 100644 index 000000000..b6dc4e5bf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/TransactionWorkerEventsEnum.html @@ -0,0 +1,6 @@ +TransactionWorkerEventsEnum | @aptos-labs/ts-sdk - v1.29.0

Enumeration TransactionWorkerEventsEnum

Enumeration Members

ExecutionFinish: "executionFinish"
TransactionExecuted: "transactionExecuted"
TransactionExecutionFailed: "transactionExecutionFailed"
TransactionSendFailed: "transactionSendFailed"
TransactionSent: "transactionSent"
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/TypeTagParserErrorType.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/TypeTagParserErrorType.html new file mode 100644 index 000000000..b30a28276 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/TypeTagParserErrorType.html @@ -0,0 +1,15 @@ +TypeTagParserErrorType | @aptos-labs/ts-sdk - v1.29.0

Enumeration TypeTagParserErrorType

Enumeration Members

InvalidAddress: "struct address must be valid"
InvalidModuleNameCharacter: "module name must only contain alphanumeric or '_' characters"
InvalidStructNameCharacter: "struct name must only contain alphanumeric or '_' characters"
InvalidTypeTag: "unknown type"
MissingTypeArgument: "no type argument before ','"
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"
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/TypeTagVariants.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/TypeTagVariants.html new file mode 100644 index 000000000..46475c2a6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/TypeTagVariants.html @@ -0,0 +1,16 @@ +TypeTagVariants | @aptos-labs/ts-sdk - v1.29.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
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/enums/ZkpVariant.html b/docs/@aptos-labs/ts-sdk-1.29.0/enums/ZkpVariant.html new file mode 100644 index 000000000..c6a04bdc6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/enums/ZkpVariant.html @@ -0,0 +1,2 @@ +ZkpVariant | @aptos-labs/ts-sdk - v1.29.0

Enumeration ZkpVariant

Enumeration Members

Enumeration Members

Groth16: 0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/CKDPriv.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/CKDPriv.html new file mode 100644 index 000000000..219a222ff --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/CKDPriv.html @@ -0,0 +1,2 @@ +CKDPriv | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/aptosCoinStructTag.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/aptosCoinStructTag.html new file mode 100644 index 000000000..e0da105d1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/aptosCoinStructTag.html @@ -0,0 +1 @@ +aptosCoinStructTag | @aptos-labs/ts-sdk - v1.29.0

Function aptosCoinStructTag

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

Function aptosRequest

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/base64UrlDecode.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/base64UrlDecode.html new file mode 100644 index 000000000..283464a76 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/base64UrlDecode.html @@ -0,0 +1 @@ +base64UrlDecode | @aptos-labs/ts-sdk - v1.29.0

Function base64UrlDecode

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

Function bigIntToBytesLE

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

Function buildTransaction

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

Function bytesToBigIntLE

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

Function checkOrConvertArgument

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

Function convertAmountFromHumanReadableToOnChain

  • Amount is represented in the smallest unit format on chain, this function converts +a human readable amount format to the smallest unit format

    +

    Parameters

    • value: number

      The value in human readable format

      +
    • decimal: number

      The token decimal

      +

    Returns number

    The value is smallest units

    +

    Example

    human readable amount format: 500
    on chain amount format when decimal is 8: 50000000000 +
    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/convertAmountFromOnChainToHumanReadable.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/convertAmountFromOnChainToHumanReadable.html new file mode 100644 index 000000000..7ff4653c6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/convertAmountFromOnChainToHumanReadable.html @@ -0,0 +1,8 @@ +convertAmountFromOnChainToHumanReadable | @aptos-labs/ts-sdk - v1.29.0

Function convertAmountFromOnChainToHumanReadable

  • Amount is represented in the smallest unit format on chain, this function converts +the smallest unit format to a human readable amount format

    +

    Parameters

    • value: number

      The value in human readable format

      +
    • decimal: number

      The token decimal

      +

    Returns number

    The value is smallest units

    +

    Example

    human readable amount format: 500
    on chain amount format when decimal is 8: 50000000000 +
    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/convertArgument.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/convertArgument.html new file mode 100644 index 000000000..88eddc683 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/convertArgument.html @@ -0,0 +1,2 @@ +convertArgument | @aptos-labs/ts-sdk - v1.29.0

Function convertArgument

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

Function convertNumber

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

Function createObjectAddress

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

Function createResourceAddress

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/createTokenAddress.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/createTokenAddress.html new file mode 100644 index 000000000..3a1e615f7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/createTokenAddress.html @@ -0,0 +1,6 @@ +createTokenAddress | @aptos-labs/ts-sdk - v1.29.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

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

Function deriveKey

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

Function deriveTransactionType

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

Function deserializeFromScriptArgument

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

Function ensureBoolean

  • Parameters

    • value: unknown

    Returns asserts value is boolean

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

Function fetchEntryFunctionAbi

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

Function fetchFunctionAbi

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

Function fetchViewFunctionAbi

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/findFirstNonSignerArg.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/findFirstNonSignerArg.html new file mode 100644 index 000000000..071868a19 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/findFirstNonSignerArg.html @@ -0,0 +1,4 @@ +findFirstNonSignerArg | @aptos-labs/ts-sdk - v1.29.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

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

Function floorToWholeHour

  • Parameters

    • timestampInSeconds: number

    Returns number

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

Function generateRawTransaction

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

Function generateSignedTransaction

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

Function generateSignedTransactionForSimulation

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

Function generateSigningMessage

  • Generates the 'signing message' form of a message to be signed.

    +

    Parameters

    • bytes: Uint8Array

      The byte representation of the message to be signed and sent to the chain

      +
    • domainSeparator: string

      A domain separator that starts with 'APTOS::'

      +

    Returns Uint8Array

    The Uint8Array of the signing message

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/generateSigningMessageForSerializable.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/generateSigningMessageForSerializable.html new file mode 100644 index 000000000..12044090f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/generateSigningMessageForSerializable.html @@ -0,0 +1,6 @@ +generateSigningMessageForSerializable | @aptos-labs/ts-sdk - v1.29.0

Function generateSigningMessageForSerializable

  • Parameters

    • serializable: Serializable

      An object that has a bcs serialized form

      +

    Returns Uint8Array

    The Uint8Array of the signing message

    +

    Deprecated

    Use CryptoHashable instead by having your class implement it and call hash() to get the signing message.

    +

    Generates the 'signing message' form of a serilizable value. It bcs serializes the value and uses the name of +its constructor as the domain separator.

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/generateSigningMessageForTransaction.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/generateSigningMessageForTransaction.html new file mode 100644 index 000000000..59cddf37f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/generateSigningMessageForTransaction.html @@ -0,0 +1,6 @@ +generateSigningMessageForTransaction | @aptos-labs/ts-sdk - v1.29.0

Function generateSigningMessageForTransaction

  • Generates the 'signing message' form of a transaction. It derives the type of transaction and +applies the appropriate domain separator based on if there is extra data such as a fee payer or +secondary signers.

    +

    Parameters

    Returns Uint8Array

    The Uint8Array of the signing message

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

Function generateTransactionPayload

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/generateTransactionPayloadWithABI.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/generateTransactionPayloadWithABI.html new file mode 100644 index 000000000..4d2e90026 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/generateTransactionPayloadWithABI.html @@ -0,0 +1 @@ +generateTransactionPayloadWithABI | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/generateUserTransactionHash.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/generateUserTransactionHash.html new file mode 100644 index 000000000..48c9bdd4e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/generateUserTransactionHash.html @@ -0,0 +1,3 @@ +generateUserTransactionHash | @aptos-labs/ts-sdk - v1.29.0

Function generateUserTransactionHash

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

Function generateViewFunctionPayload

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

Function generateViewFunctionPayloadWithABI

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/get.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/get.html new file mode 100644 index 000000000..6e7679287 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/get.html @@ -0,0 +1,3 @@ +get | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/getAptosFullNode.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/getAptosFullNode.html new file mode 100644 index 000000000..ad4b3b9b1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/getAptosFullNode.html @@ -0,0 +1 @@ +getAptosFullNode | @aptos-labs/ts-sdk - v1.29.0

Function getAptosFullNode

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

Function getAptosPepperService

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

Function getFunctionParts

  • Parameters

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

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

    • functionName: string
    • moduleAddress: string
    • moduleName: string
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/getKeylessConfig.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/getKeylessConfig.html new file mode 100644 index 000000000..283246163 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/getKeylessConfig.html @@ -0,0 +1,3 @@ +getKeylessConfig | @aptos-labs/ts-sdk - v1.29.0

Function getKeylessConfig

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

Function hashStrToField

  • Hashes a string to a field element via poseidon

    +

    Parameters

    • str: string
    • maxSizeBytes: number

    Returns bigint

    bigint result of the hash

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

Function hashValues

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsAddress.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsAddress.html new file mode 100644 index 000000000..e22093188 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsAddress.html @@ -0,0 +1 @@ +isBcsAddress | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsBool.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsBool.html new file mode 100644 index 000000000..d87f79964 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsBool.html @@ -0,0 +1 @@ +isBcsBool | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsFixedBytes.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsFixedBytes.html new file mode 100644 index 000000000..7ae3d68cf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsFixedBytes.html @@ -0,0 +1 @@ +isBcsFixedBytes | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsString.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsString.html new file mode 100644 index 000000000..493872cad --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsString.html @@ -0,0 +1 @@ +isBcsString | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU128.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU128.html new file mode 100644 index 000000000..9cfbebff2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU128.html @@ -0,0 +1 @@ +isBcsU128 | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU16.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU16.html new file mode 100644 index 000000000..22d67bfe2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU16.html @@ -0,0 +1 @@ +isBcsU16 | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU256.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU256.html new file mode 100644 index 000000000..581cf4c9a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU256.html @@ -0,0 +1 @@ +isBcsU256 | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU32.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU32.html new file mode 100644 index 000000000..06d08c2ad --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU32.html @@ -0,0 +1 @@ +isBcsU32 | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU64.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU64.html new file mode 100644 index 000000000..80c6947af --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU64.html @@ -0,0 +1 @@ +isBcsU64 | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU8.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU8.html new file mode 100644 index 000000000..97a88f33c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBcsU8.html @@ -0,0 +1 @@ +isBcsU8 | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBlockEpilogueTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBlockEpilogueTransactionResponse.html new file mode 100644 index 000000000..95794027b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBlockEpilogueTransactionResponse.html @@ -0,0 +1 @@ +isBlockEpilogueTransactionResponse | @aptos-labs/ts-sdk - v1.29.0

Function isBlockEpilogueTransactionResponse

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

Function isBlockMetadataTransactionResponse

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBool.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBool.html new file mode 100644 index 000000000..2470f7eb5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isBool.html @@ -0,0 +1 @@ +isBool | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isCanonicalEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isCanonicalEd25519Signature.html new file mode 100644 index 000000000..c8a11dcce --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isCanonicalEd25519Signature.html @@ -0,0 +1,4 @@ +isCanonicalEd25519Signature | @aptos-labs/ts-sdk - v1.29.0

Function isCanonicalEd25519Signature

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

Function isEd25519Signature

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

Function isEmptyOption

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isEncodedEntryFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isEncodedEntryFunctionArgument.html new file mode 100644 index 000000000..f2039f71c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isEncodedEntryFunctionArgument.html @@ -0,0 +1 @@ +isEncodedEntryFunctionArgument | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isEncodedStruct.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isEncodedStruct.html new file mode 100644 index 000000000..802357549 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isEncodedStruct.html @@ -0,0 +1,9 @@ +isEncodedStruct | @aptos-labs/ts-sdk - v1.29.0

Function isEncodedStruct

  • Determines whether the given object is an encoded struct type with the following properties:

    +
      +
    • account_address: string
    • +
    • module_name: string
    • +
    • struct_name: string
    • +
    +

    Parameters

    • structObj: any

      The object to check

      +

    Returns structObj is {
        account_address: string;
        module_name: string;
        struct_name: string;
    }

    Whether the object is an encoded struct type

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isFeePayerSignature.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isFeePayerSignature.html new file mode 100644 index 000000000..8556f4d4c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isFeePayerSignature.html @@ -0,0 +1 @@ +isFeePayerSignature | @aptos-labs/ts-sdk - v1.29.0

Function isFeePayerSignature

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isGenesisTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isGenesisTransactionResponse.html new file mode 100644 index 000000000..70643f00f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isGenesisTransactionResponse.html @@ -0,0 +1 @@ +isGenesisTransactionResponse | @aptos-labs/ts-sdk - v1.29.0

Function isGenesisTransactionResponse

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isLargeNumber.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isLargeNumber.html new file mode 100644 index 000000000..2501080ad --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isLargeNumber.html @@ -0,0 +1 @@ +isLargeNumber | @aptos-labs/ts-sdk - v1.29.0

Function isLargeNumber

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

Function isMultiAgentSignature

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

Function isMultiEd25519Signature

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isNumber.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isNumber.html new file mode 100644 index 000000000..7eb8967a7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isNumber.html @@ -0,0 +1 @@ +isNumber | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isPendingTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isPendingTransactionResponse.html new file mode 100644 index 000000000..a43826481 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isPendingTransactionResponse.html @@ -0,0 +1 @@ +isPendingTransactionResponse | @aptos-labs/ts-sdk - v1.29.0

Function isPendingTransactionResponse

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isScriptDataInput.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isScriptDataInput.html new file mode 100644 index 000000000..7f85d9d65 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isScriptDataInput.html @@ -0,0 +1 @@ +isScriptDataInput | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isSecp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isSecp256k1Signature.html new file mode 100644 index 000000000..0160cdb42 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isSecp256k1Signature.html @@ -0,0 +1 @@ +isSecp256k1Signature | @aptos-labs/ts-sdk - v1.29.0

Function isSecp256k1Signature

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

Function isStateCheckpointTransactionResponse

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isString.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isString.html new file mode 100644 index 000000000..34af6d26d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isString.html @@ -0,0 +1 @@ +isString | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isUserTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isUserTransactionResponse.html new file mode 100644 index 000000000..084aca116 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isUserTransactionResponse.html @@ -0,0 +1 @@ +isUserTransactionResponse | @aptos-labs/ts-sdk - v1.29.0

Function isUserTransactionResponse

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isValidBIP44Path.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isValidBIP44Path.html new file mode 100644 index 000000000..d15435fc8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isValidBIP44Path.html @@ -0,0 +1,6 @@ +isValidBIP44Path | @aptos-labs/ts-sdk - v1.29.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

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isValidHardenedPath.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isValidHardenedPath.html new file mode 100644 index 000000000..843d32410 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isValidHardenedPath.html @@ -0,0 +1,12 @@ +isValidHardenedPath | @aptos-labs/ts-sdk - v1.29.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

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/isValidatorTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isValidatorTransactionResponse.html new file mode 100644 index 000000000..740aa6bff --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/isValidatorTransactionResponse.html @@ -0,0 +1 @@ +isValidatorTransactionResponse | @aptos-labs/ts-sdk - v1.29.0

Function isValidatorTransactionResponse

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

Function mnemonicToSeed

  • Normalizes the mnemonic by removing extra whitespace and making it lowercase

    +

    Parameters

    • mnemonic: string

      the mnemonic seed phrase

      +

    Returns Uint8Array

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/normalizeBundle.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/normalizeBundle.html new file mode 100644 index 000000000..b5a0a0a20 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/normalizeBundle.html @@ -0,0 +1,6 @@ +normalizeBundle | @aptos-labs/ts-sdk - v1.29.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

    Returns T

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/nowInSeconds.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/nowInSeconds.html new file mode 100644 index 000000000..83a309f68 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/nowInSeconds.html @@ -0,0 +1 @@ +nowInSeconds | @aptos-labs/ts-sdk - v1.29.0

Function nowInSeconds

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/objectStructTag.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/objectStructTag.html new file mode 100644 index 000000000..23d986c87 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/objectStructTag.html @@ -0,0 +1 @@ +objectStructTag | @aptos-labs/ts-sdk - v1.29.0

Function objectStructTag

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

Function optionStructTag

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

Function outOfRangeErrorMessage

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

Function padAndPackBytesWithLen

  • Parameters

    • bytes: Uint8Array
    • maxSizeBytes: number

    Returns bigint[]

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

Function paginateWithCursor

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

Function parseEncodedStruct

  • Convert an encoded struct to a MoveStructId.

    +

    Parameters

    • structObj: {
          account_address: string;
          module_name: string;
          struct_name: string;
      }

      The struct with account_address, module_name, and struct_name properties

      +
      • account_address: string
      • module_name: string
      • struct_name: string

    Returns `${string}::${string}::${string}`

    The MoveStructId

    +

    Example

    const structObj = {
    account_address: "0x1",
    module_name: "0x6170746f735f636f696e",
    struct_name: "0x4170746f73436f696e",
    };
    // structId is "0x1::aptos_coin::AptosCoin"
    const structId = parseEncodedStruct(structObj); +
    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/parseTypeTag.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/parseTypeTag.html new file mode 100644 index 000000000..c449d33e4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/parseTypeTag.html @@ -0,0 +1,14 @@ +parseTypeTag | @aptos-labs/ts-sdk - v1.29.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

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

Function poseidonHash

  • Hashes up to 16 scalar elements via the poseidon hashing algorithm.

    +

    Each element must be scalar fields of the BN254 elliptic curve group.

    +

    Parameters

    • inputs: (string | number | bigint)[]

    Returns bigint

    bigint result of the hash

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/post.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/post.html new file mode 100644 index 000000000..a8945cec3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/post.html @@ -0,0 +1,3 @@ +post | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/postAptosFaucet.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/postAptosFaucet.html new file mode 100644 index 000000000..b17813383 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/postAptosFaucet.html @@ -0,0 +1 @@ +postAptosFaucet | @aptos-labs/ts-sdk - v1.29.0

Function postAptosFaucet

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

Function postAptosFullNode

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

Function postAptosIndexer

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

Function postAptosPepperService

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

Function postAptosProvingService

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/request.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/request.html new file mode 100644 index 000000000..ebca9a0f6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/request.html @@ -0,0 +1,3 @@ +request | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/sleep.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/sleep.html new file mode 100644 index 000000000..c0417f622 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/sleep.html @@ -0,0 +1,3 @@ +sleep | @aptos-labs/ts-sdk - v1.29.0
  • Sleep the current thread for the given amount of time

    +

    Parameters

    • timeMs: number

      time in milliseconds to sleep

      +

    Returns Promise<null>

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

Function splitPath

  • Splits derive path into segments

    +

    Parameters

    • path: string

    Returns string[]

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

Function standardizeTypeTags

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

Function stringStructTag

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/functions/throwTypeMismatch.html b/docs/@aptos-labs/ts-sdk-1.29.0/functions/throwTypeMismatch.html new file mode 100644 index 000000000..89e598225 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/functions/throwTypeMismatch.html @@ -0,0 +1 @@ +throwTypeMismatch | @aptos-labs/ts-sdk - v1.29.0

Function throwTypeMismatch

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

Function validateNumberInRange

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/hierarchy.html b/docs/@aptos-labs/ts-sdk-1.29.0/hierarchy.html new file mode 100644 index 000000000..1f409c5ec --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/hierarchy.html @@ -0,0 +1 @@ +@aptos-labs/ts-sdk - v1.29.0

@aptos-labs/ts-sdk - v1.29.0

Class Hierarchy

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/index.html b/docs/@aptos-labs/ts-sdk-1.29.0/index.html new file mode 100644 index 000000000..01791e51c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/index.html @@ -0,0 +1,43 @@ +@aptos-labs/ts-sdk - v1.29.0

@aptos-labs/ts-sdk - v1.29.0

Typescript SDK for Aptos

License +Discord +NPM Package Version +Node Version +NPM bundle size +NPM Package Downloads

+

The TypeScript SDK allows you to connect, explore, and interact on the Aptos blockchain. You can use it to request data, send transactions, set up test environments, and more!

+

Learn How To Use The TypeScript SDK

Quickstart

Tutorials

Examples

Reference Docs (For looking up specific functions)

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

Create an Aptos client in order to access the SDK's functionality.

+
import {{ Aptos, AptosConfig, Network }} from "@aptos-labs/ts-sdk"

// You can use AptosConfig to choose which network to connect to
const config = new AptosConfig({{ network: Network.TESTNET }});
// Aptos is the main entrypoint for all functions
const aptos = new Aptos(config); +
+

Reading Data From Onchain (Guide)


+
const fund = await aptos.getAccountInfo({ accountAddress: "0x123" });
const modules = await aptos.getAccountModules({ accountAddress: "0x123" });
const tokens = await aptos.getAccountOwnedTokens({ 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 (Tutorial)


+
/**
* This example shows how to use the Aptos SDK to send a transaction.
* Don't forget to install @aptos-labs/ts-sdk before running this example!
*/

import {
Account,
Aptos,
AptosConfig,
Network,
} from "@aptos-labs/ts-sdk";

async function example() {
console.log("This example will create two accounts (Alice and Bob) and send a transaction transfering APT to Bob's account.");

// 0. Setup the client and test accounts
const config = new AptosConfig({ network: Network.TESTNET });
const aptos = new Aptos(config);

let alice = Account.generate();
let bob = Account.generate();

console.log("=== Addresses ===\n");
console.log(`Alice's address is: ${alice.accountAddress}`);
console.log(`Bob's address is: ${bob.accountAddress}`);

console.log("\n=== Funding accounts ===\n");
await aptos.fundAccount({
accountAddress: alice.accountAddress,
amount: 100_000_000,
});
await aptos.fundAccount({
accountAddress: bob.accountAddress,
amount: 100,
});
console.log("Funded Alice and Bob's accounts!")

// 1. Build
console.log("\n=== 1. Building the transaction ===\n");
const transaction = await aptos.transaction.build.simple({
sender: alice.accountAddress,
data: {
// All transactions on Aptos are implemented via smart contracts.
function: "0x1::aptos_account::transfer",
functionArguments: [bob.accountAddress, 100],
},
});
console.log("Built the transaction!")

// 2. Simulate (Optional)
console.log("\n === 2. Simulating Response (Optional) === \n")
const [userTransactionResponse] = await aptos.transaction.simulate.simple({
signerPublicKey: alice.publicKey,
transaction,
});
console.log(userTransactionResponse)

// 3. Sign
console.log("\n=== 3. Signing transaction ===\n");
const senderAuthenticator = aptos.transaction.sign({
signer: alice,
transaction,
});
console.log("Signed the transaction!")

// 4. Submit
console.log("\n=== 4. Submitting transaction ===\n");
const submittedTransaction = await aptos.transaction.submit.simple({
transaction,
senderAuthenticator,
});

console.log(`Submitted transaction hash: ${submittedTransaction.hash}`);

// 5. Wait for results
console.log("\n=== 5. Waiting for result of transaction ===\n");
const executedTransaction = await aptos.waitForTransaction({ transactionHash: submittedTransaction.hash });
console.log(executedTransaction)
};

example(); +
+

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 using node. Make sure your moduleResolution in the tsconfig.json 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.

+
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/AptosResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/AptosResponse.html new file mode 100644 index 000000000..93916077b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/AptosResponse.html @@ -0,0 +1,16 @@ +AptosResponse | @aptos-labs/ts-sdk - v1.29.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<Req, Res> {
    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
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/Client.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/Client.html new file mode 100644 index 000000000..1f246e3a2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/Client.html @@ -0,0 +1,2 @@ +Client | @aptos-labs/ts-sdk - v1.29.0

Interface Client

interface Client {
    provider<Req, Res>(requestOptions): Promise<ClientResponse<Res>>;
}

Methods

Methods

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/ClientRequest.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/ClientRequest.html new file mode 100644 index 000000000..3e3a181ba --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/ClientRequest.html @@ -0,0 +1,9 @@ +ClientRequest | @aptos-labs/ts-sdk - v1.29.0

Interface ClientRequest<Req>

interface ClientRequest<Req> {
    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
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/ClientResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/ClientResponse.html new file mode 100644 index 000000000..22b146ea7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/ClientResponse.html @@ -0,0 +1,8 @@ +ClientResponse | @aptos-labs/ts-sdk - v1.29.0

Interface ClientResponse<Res>

interface ClientResponse<Res> {
    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
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/CreateAccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/CreateAccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..d6e9753e3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/CreateAccountFromPrivateKeyArgs.html @@ -0,0 +1,6 @@ +CreateAccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.29.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
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..ee835c4e3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html @@ -0,0 +1,7 @@ +CreateEd25519AccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.29.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
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..248fb3005 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html @@ -0,0 +1,7 @@ +CreateEd25519SingleKeyAccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.29.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
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..14103b051 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html @@ -0,0 +1,7 @@ +CreateSingleKeyAccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.29.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
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/Deserializable.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/Deserializable.html new file mode 100644 index 000000000..971a46e4a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/Deserializable.html @@ -0,0 +1,6 @@ +Deserializable | @aptos-labs/ts-sdk - v1.29.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<T> {
    deserialize(deserializer): T;
}

Type Parameters

  • T

Methods

Methods

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/Ed25519SignerConstructorArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/Ed25519SignerConstructorArgs.html new file mode 100644 index 000000000..34de48254 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/Ed25519SignerConstructorArgs.html @@ -0,0 +1,3 @@ +Ed25519SignerConstructorArgs | @aptos-labs/ts-sdk - v1.29.0

Interface Ed25519SignerConstructorArgs

interface Ed25519SignerConstructorArgs {
    address?: AccountAddressInput;
    privateKey: Ed25519PrivateKey;
}

Properties

Properties

privateKey: Ed25519PrivateKey
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/Ed25519SignerFromDerivationPathArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/Ed25519SignerFromDerivationPathArgs.html new file mode 100644 index 000000000..e4ebc6924 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/Ed25519SignerFromDerivationPathArgs.html @@ -0,0 +1,3 @@ +Ed25519SignerFromDerivationPathArgs | @aptos-labs/ts-sdk - v1.29.0

Interface Ed25519SignerFromDerivationPathArgs

interface Ed25519SignerFromDerivationPathArgs {
    mnemonic: string;
    path: string;
}

Properties

Properties

mnemonic: string
path: string
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/EntryFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/EntryFunctionArgument.html new file mode 100644 index 000000000..5df9befa6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/EntryFunctionArgument.html @@ -0,0 +1,8 @@ +EntryFunctionArgument | @aptos-labs/ts-sdk - v1.29.0

Interface EntryFunctionArgument

interface EntryFunctionArgument {
    bcsToBytes(): Uint8Array;
    bcsToHex(): Hex;
    serialize(serializer): void;
    serializeForEntryFunction(serializer): void;
}

Hierarchy (view full)

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

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/GenerateAccountArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/GenerateAccountArgs.html new file mode 100644 index 000000000..8cf38aaa5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/GenerateAccountArgs.html @@ -0,0 +1,5 @@ +GenerateAccountArgs | @aptos-labs/ts-sdk - v1.29.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
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/GenerateEd25519AccountArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/GenerateEd25519AccountArgs.html new file mode 100644 index 000000000..c2b7242a8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/GenerateEd25519AccountArgs.html @@ -0,0 +1,5 @@ +GenerateEd25519AccountArgs | @aptos-labs/ts-sdk - v1.29.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
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/GenerateEd25519SingleKeyAccountArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/GenerateEd25519SingleKeyAccountArgs.html new file mode 100644 index 000000000..9d96423cd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/GenerateEd25519SingleKeyAccountArgs.html @@ -0,0 +1,6 @@ +GenerateEd25519SingleKeyAccountArgs | @aptos-labs/ts-sdk - v1.29.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
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/GenerateSingleKeyAccountArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/GenerateSingleKeyAccountArgs.html new file mode 100644 index 000000000..b5cba18ba --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/GenerateSingleKeyAccountArgs.html @@ -0,0 +1,6 @@ +GenerateSingleKeyAccountArgs | @aptos-labs/ts-sdk - v1.29.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
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html new file mode 100644 index 000000000..15ced5118 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html @@ -0,0 +1,9 @@ +InputGenerateMultiAgentRawTransactionArgs | @aptos-labs/ts-sdk - v1.29.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[]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/InputGenerateMultiAgentRawTransactionData.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/InputGenerateMultiAgentRawTransactionData.html new file mode 100644 index 000000000..c69f4a798 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/InputGenerateMultiAgentRawTransactionData.html @@ -0,0 +1,7 @@ +InputGenerateMultiAgentRawTransactionData | @aptos-labs/ts-sdk - v1.29.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
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html new file mode 100644 index 000000000..79e7c2b25 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html @@ -0,0 +1,8 @@ +InputGenerateSingleSignerRawTransactionArgs | @aptos-labs/ts-sdk - v1.29.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
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/InputGenerateSingleSignerRawTransactionData.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/InputGenerateSingleSignerRawTransactionData.html new file mode 100644 index 000000000..a2500416d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/InputGenerateSingleSignerRawTransactionData.html @@ -0,0 +1,7 @@ +InputGenerateSingleSignerRawTransactionData | @aptos-labs/ts-sdk - v1.29.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
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/InputSubmitTransactionData.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/InputSubmitTransactionData.html new file mode 100644 index 000000000..888209f8b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/InputSubmitTransactionData.html @@ -0,0 +1,6 @@ +InputSubmitTransactionData | @aptos-labs/ts-sdk - v1.29.0

Interface InputSubmitTransactionData

Interface that holds the user data input when submitting a transaction

+

Properties

additionalSignersAuthenticators?: AccountAuthenticator[]
feePayerAuthenticator?: AccountAuthenticator
senderAuthenticator: AccountAuthenticator
transaction: AnyRawTransaction
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/OrderByArg.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/OrderByArg.html new file mode 100644 index 000000000..84c40b74a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/OrderByArg.html @@ -0,0 +1,2 @@ +OrderByArg | @aptos-labs/ts-sdk - v1.29.0

Interface OrderByArg<T>

interface OrderByArg<T> {
    orderBy?: OrderBy<T>;
}

Type Parameters

  • T extends {}

Properties

Properties

orderBy?: OrderBy<T>
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/PaginationArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/PaginationArgs.html new file mode 100644 index 000000000..bb554c8dc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/PaginationArgs.html @@ -0,0 +1,6 @@ +PaginationArgs | @aptos-labs/ts-sdk - v1.29.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
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/PrivateKey.html new file mode 100644 index 000000000..a6e3fa948 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/PrivateKey.html @@ -0,0 +1,10 @@ +PrivateKey | @aptos-labs/ts-sdk - v1.29.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

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/PrivateKeyFromDerivationPathArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/PrivateKeyFromDerivationPathArgs.html new file mode 100644 index 000000000..4c2b1570f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/PrivateKeyFromDerivationPathArgs.html @@ -0,0 +1,4 @@ +PrivateKeyFromDerivationPathArgs | @aptos-labs/ts-sdk - v1.29.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
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/ProofFetchEvents.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/ProofFetchEvents.html new file mode 100644 index 000000000..eeac8ff97 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/ProofFetchEvents.html @@ -0,0 +1,2 @@ +ProofFetchEvents | @aptos-labs/ts-sdk - v1.29.0

Interface ProofFetchEvents

interface ProofFetchEvents {
    proofFetchFinish: ((status) => void);
}

Properties

Properties

proofFetchFinish: ((status) => void)

Type declaration

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/ScriptFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/ScriptFunctionArgument.html new file mode 100644 index 000000000..494182b14 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/ScriptFunctionArgument.html @@ -0,0 +1,9 @@ +ScriptFunctionArgument | @aptos-labs/ts-sdk - v1.29.0

Interface ScriptFunctionArgument

interface ScriptFunctionArgument {
    bcsToBytes(): Uint8Array;
    bcsToHex(): Hex;
    serialize(serializer): void;
    serializeForScriptFunction(serializer): void;
}

Hierarchy (view full)

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

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/SingleKeySignerConstructorArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/SingleKeySignerConstructorArgs.html new file mode 100644 index 000000000..3bf62ebfd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/SingleKeySignerConstructorArgs.html @@ -0,0 +1,3 @@ +SingleKeySignerConstructorArgs | @aptos-labs/ts-sdk - v1.29.0

Interface SingleKeySignerConstructorArgs

interface SingleKeySignerConstructorArgs {
    address?: AccountAddressInput;
    privateKey: PrivateKey;
}

Properties

Properties

privateKey: PrivateKey
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/SingleKeySignerGenerateArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/SingleKeySignerGenerateArgs.html new file mode 100644 index 000000000..c61c29773 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/SingleKeySignerGenerateArgs.html @@ -0,0 +1,2 @@ +SingleKeySignerGenerateArgs | @aptos-labs/ts-sdk - v1.29.0

Interface SingleKeySignerGenerateArgs

interface SingleKeySignerGenerateArgs {
    scheme?: SigningSchemeInput;
}

Properties

Properties

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/TokenStandardArg.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/TokenStandardArg.html new file mode 100644 index 000000000..b02477f6b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/TokenStandardArg.html @@ -0,0 +1,2 @@ +TokenStandardArg | @aptos-labs/ts-sdk - v1.29.0

Interface TokenStandardArg

interface TokenStandardArg {
    tokenStandard?: TokenStandard;
}

Properties

Properties

tokenStandard?: TokenStandard
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/TransactionArgument.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/TransactionArgument.html new file mode 100644 index 000000000..6f1ae952f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/TransactionArgument.html @@ -0,0 +1,12 @@ +TransactionArgument | @aptos-labs/ts-sdk - v1.29.0

Interface TransactionArgument

interface TransactionArgument {
    bcsToBytes(): Uint8Array;
    bcsToHex(): Hex;
    serialize(serializer): void;
    serializeForEntryFunction(serializer): void;
    serializeForScriptFunction(serializer): void;
}

Hierarchy (view full)

Implemented by

Methods

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/TransactionWorkerEvents.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/TransactionWorkerEvents.html new file mode 100644 index 000000000..713ea3e1b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/TransactionWorkerEvents.html @@ -0,0 +1,6 @@ +TransactionWorkerEvents | @aptos-labs/ts-sdk - v1.29.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

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/VerifyEd25519SignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/VerifyEd25519SignatureArgs.html new file mode 100644 index 000000000..e74eea714 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/VerifyEd25519SignatureArgs.html @@ -0,0 +1,3 @@ +VerifyEd25519SignatureArgs | @aptos-labs/ts-sdk - v1.29.0

Interface VerifyEd25519SignatureArgs

interface VerifyEd25519SignatureArgs {
    message: HexInput;
    signature: Ed25519Signature;
}

Properties

Properties

message: HexInput
signature: Ed25519Signature
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/VerifyMultiKeySignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/VerifyMultiKeySignatureArgs.html new file mode 100644 index 000000000..98321ef56 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/VerifyMultiKeySignatureArgs.html @@ -0,0 +1,3 @@ +VerifyMultiKeySignatureArgs | @aptos-labs/ts-sdk - v1.29.0

Interface VerifyMultiKeySignatureArgs

interface VerifyMultiKeySignatureArgs {
    message: HexInput;
    signature: MultiKeySignature;
}

Properties

Properties

message: HexInput
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/VerifySignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/VerifySignatureArgs.html new file mode 100644 index 000000000..1b0cfc61b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/VerifySignatureArgs.html @@ -0,0 +1,4 @@ +VerifySignatureArgs | @aptos-labs/ts-sdk - v1.29.0

Interface VerifySignatureArgs

Arguments for verifying a signature

+
interface VerifySignatureArgs {
    message: HexInput;
    signature: Signature;
}

Properties

Properties

message: HexInput
signature: Signature
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/VerifySingleKeySignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/VerifySingleKeySignatureArgs.html new file mode 100644 index 000000000..ca90f969a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/VerifySingleKeySignatureArgs.html @@ -0,0 +1,3 @@ +VerifySingleKeySignatureArgs | @aptos-labs/ts-sdk - v1.29.0

Interface VerifySingleKeySignatureArgs

interface VerifySingleKeySignatureArgs {
    message: HexInput;
    signature: AnySignature;
}

Properties

Properties

message: HexInput
signature: AnySignature
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/WhereArg.html b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/WhereArg.html new file mode 100644 index 000000000..78999a117 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/interfaces/WhereArg.html @@ -0,0 +1,2 @@ +WhereArg | @aptos-labs/ts-sdk - v1.29.0

Interface WhereArg<T>

interface WhereArg<T> {
    where?: T;
}

Type Parameters

  • T extends {}

Properties

Properties

where?: T
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/modules.html b/docs/@aptos-labs/ts-sdk-1.29.0/modules.html new file mode 100644 index 000000000..3746e8857 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/modules.html @@ -0,0 +1,453 @@ +@aptos-labs/ts-sdk - v1.29.0

@aptos-labs/ts-sdk - v1.29.0

Index

Enumerations

Classes

AbstractKeylessAccount +Account +AccountAddress +AccountAuthenticator +AccountAuthenticatorEd25519 +AccountAuthenticatorMultiEd25519 +AccountAuthenticatorMultiKey +AccountAuthenticatorSingleKey +AccountPublicKey +AccountSequenceNumber +AnyPublicKey +AnySignature +Aptos +AptosApiError +AptosConfig +AuthenticationKey +Bool +ChainId +Deserializer +Ed25519Account +Ed25519PrivateKey +Ed25519PublicKey +Ed25519Signature +EntryFunction +EntryFunctionBytes +EphemeralCertificate +EphemeralKeyPair +EphemeralPublicKey +EphemeralSignature +FederatedKeylessAccount +FederatedKeylessPublicKey +FeePayerRawTransaction +FixedBytes +Groth16Zkp +Hex +Identifier +KeylessAccount +KeylessConfiguration +KeylessPublicKey +KeylessSignature +ModuleId +MoveOption +MoveString +MoveVector +MultiAgentRawTransaction +MultiAgentTransaction +MultiEd25519PublicKey +MultiEd25519Signature +MultiKey +MultiKeyAccount +MultiKeySignature +MultiSig +MultiSigTransactionPayload +ParsingError +PublicKey +RawTransaction +RawTransactionWithData +RotationProofChallenge +Script +Secp256k1PrivateKey +Secp256k1PublicKey +Secp256k1Signature +Serializable +Serialized +Serializer +Signature +SignedTransaction +SimpleTransaction +SingleKeyAccount +StructTag +TransactionAndProof +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 +ZeroKnowledgeSig +ZkProof +

Interfaces

Type Aliases

AccountAddressInput +AccountData +AccountSignature +AnyNumber +AnyRawTransaction +AnyRawTransactionInstance +AnyTransactionPayloadInstance +AptosRequest +AptosSettings +AuthenticationKeyScheme +Block +BlockEndInfo +BlockEpilogueTransactionResponse +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 +GetAccountOwnedTokensFromCollectionResponse +GetAccountOwnedTokensQueryResponse +GetAptosRequestOptions +GetChainTopUserTransactionsResponse +GetCollectionDataResponse +GetCurrentFungibleAssetBalancesResponse +GetCurrentTokenOwnershipResponse +GetDelegatedStakingActivitiesResponse +GetEventsResponse +GetFungibleAssetActivitiesResponse +GetFungibleAssetMetadataResponse +GetNumberOfDelegatorsResponse +GetObjectDataQueryResponse +GetOwnedTokensResponse +GetProcessorStatusResponse +GetRequestOptions +GetTableItemsDataResponse +GetTableItemsMetadataResponse +GetTokenActivityResponse +GetTokenDataResponse +GraphqlQuery +HexInput +IndexerConfig +InputEntryFunctionData +InputEntryFunctionDataWithABI +InputEntryFunctionDataWithRemoteABI +InputGenerateRawTransactionArgs +InputGenerateTransactionData +InputGenerateTransactionOptions +InputGenerateTransactionPayloadData +InputGenerateTransactionPayloadDataWithABI +InputGenerateTransactionPayloadDataWithRemoteABI +InputMultiSigData +InputMultiSigDataWithABI +InputMultiSigDataWithRemoteABI +InputScriptData +InputSimulateTransactionData +InputSimulateTransactionOptions +InputViewFunctionData +InputViewFunctionDataWithABI +InputViewFunctionDataWithRemoteABI +InputViewFunctionJsonData +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 +ProofFetchCallback +ProofFetchFailure +ProofFetchStatus +ProofFetchSuccess +ScriptFunctionArgumentTypes +ScriptPayloadResponse +ScriptWriteSet +SimpleEntryFunctionArgumentTypes +SingleKeySignerFromDerivationPathArgs +StateCheckpointTransactionResponse +SuccessEventData +TableItemRequest +TokenStandard +TransactionEd25519Signature +TransactionFeePayerSignature +TransactionMultiAgentSignature +TransactionMultiEd25519Signature +TransactionPayloadResponse +TransactionResponse +TransactionSecp256k1Signature +TransactionSignature +TypeArgument +Uint128 +Uint16 +Uint256 +Uint32 +Uint64 +Uint8 +UserTransactionResponse +ValidatorTransactionResponse +ViewFunctionABI +ViewFunctionJsonPayload +WaitForTransactionOptions +WriteSet +WriteSetChange +WriteSetChangeDeleteModule +WriteSetChangeDeleteResource +WriteSetChangeDeleteTableItem +WriteSetChangeWriteModule +WriteSetChangeWriteResource +WriteSetChangeWriteTableItem +

Variables

Functions

CKDPriv +aptosCoinStructTag +aptosRequest +base64UrlDecode +bigIntToBytesLE +buildTransaction +bytesToBigIntLE +checkOrConvertArgument +convertAmountFromHumanReadableToOnChain +convertAmountFromOnChainToHumanReadable +convertArgument +convertNumber +createObjectAddress +createResourceAddress +createTokenAddress +deriveKey +deriveTransactionType +deserializeFromScriptArgument +ensureBoolean +fetchEntryFunctionAbi +fetchFunctionAbi +fetchViewFunctionAbi +findFirstNonSignerArg +floorToWholeHour +generateRawTransaction +generateSignedTransaction +generateSignedTransactionForSimulation +generateSigningMessage +generateSigningMessageForSerializable +generateSigningMessageForTransaction +generateTransactionPayload +generateTransactionPayloadWithABI +generateUserTransactionHash +generateViewFunctionPayload +generateViewFunctionPayloadWithABI +get +getAptosFullNode +getAptosPepperService +getAuthenticatorForSimulation +getFunctionParts +getKeylessConfig +hashStrToField +hashValues +isBcsAddress +isBcsBool +isBcsFixedBytes +isBcsString +isBcsU128 +isBcsU16 +isBcsU256 +isBcsU32 +isBcsU64 +isBcsU8 +isBlockEpilogueTransactionResponse +isBlockMetadataTransactionResponse +isBool +isCanonicalEd25519Signature +isEd25519Signature +isEmptyOption +isEncodedEntryFunctionArgument +isEncodedStruct +isFeePayerSignature +isGenesisTransactionResponse +isLargeNumber +isMultiAgentSignature +isMultiEd25519Signature +isNumber +isPendingTransactionResponse +isScriptDataInput +isSecp256k1Signature +isStateCheckpointTransactionResponse +isString +isUserTransactionResponse +isValidBIP44Path +isValidHardenedPath +isValidatorTransactionResponse +mnemonicToSeed +normalizeBundle +nowInSeconds +objectStructTag +optionStructTag +outOfRangeErrorMessage +padAndPackBytesWithLen +paginateWithCursor +parseEncodedStruct +parseTypeTag +poseidonHash +post +postAptosFaucet +postAptosFullNode +postAptosIndexer +postAptosPepperService +postAptosProvingService +request +sleep +splitPath +standardizeTypeTags +stringStructTag +throwTypeMismatch +validateNumberInRange +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/AccountAddressInput.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/AccountAddressInput.html new file mode 100644 index 000000000..a302ccb8f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/AccountAddressInput.html @@ -0,0 +1 @@ +AccountAddressInput | @aptos-labs/ts-sdk - v1.29.0

Type alias AccountAddressInput

AccountAddressInput: HexInput | AccountAddress
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/AccountData.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/AccountData.html new file mode 100644 index 000000000..e6ec4449a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/AccountData.html @@ -0,0 +1 @@ +AccountData | @aptos-labs/ts-sdk - v1.29.0

Type alias AccountData

AccountData: {
    authentication_key: string;
    sequence_number: string;
}

Type declaration

  • authentication_key: string
  • sequence_number: string
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/AccountSignature.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/AccountSignature.html new file mode 100644 index 000000000..3af6ad90d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/AccountSignature.html @@ -0,0 +1,2 @@ +AccountSignature | @aptos-labs/ts-sdk - v1.29.0

Type alias AccountSignature

The union of all single account signatures.

+
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/AnyNumber.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/AnyNumber.html new file mode 100644 index 000000000..15abeb11e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/AnyNumber.html @@ -0,0 +1 @@ +AnyNumber | @aptos-labs/ts-sdk - v1.29.0

Type alias AnyNumber

AnyNumber: number | bigint
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/AnyRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/AnyRawTransaction.html new file mode 100644 index 000000000..15879c338 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/AnyRawTransaction.html @@ -0,0 +1,2 @@ +AnyRawTransaction | @aptos-labs/ts-sdk - v1.29.0

Type alias AnyRawTransaction

Unified type that holds all the return interfaces when generating different transaction types

+
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/AnyRawTransactionInstance.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/AnyRawTransactionInstance.html new file mode 100644 index 000000000..7886abd52 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/AnyRawTransactionInstance.html @@ -0,0 +1,2 @@ +AnyRawTransactionInstance | @aptos-labs/ts-sdk - v1.29.0

Type alias AnyRawTransactionInstance

Type that holds all raw transaction instances Aptos SDK supports

+
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/AnyTransactionPayloadInstance.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/AnyTransactionPayloadInstance.html new file mode 100644 index 000000000..4245708d6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/AnyTransactionPayloadInstance.html @@ -0,0 +1,2 @@ +AnyTransactionPayloadInstance | @aptos-labs/ts-sdk - v1.29.0

Type alias AnyTransactionPayloadInstance

The generated transaction payload type that was produces from generateTransactionPayload() function.

+
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/AptosRequest.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/AptosRequest.html new file mode 100644 index 000000000..26ad63306 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/AptosRequest.html @@ -0,0 +1,11 @@ +AptosRequest | @aptos-labs/ts-sdk - v1.29.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

+
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/AptosSettings.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/AptosSettings.html new file mode 100644 index 000000000..d204c77d4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/AptosSettings.html @@ -0,0 +1,4 @@ +AptosSettings | @aptos-labs/ts-sdk - v1.29.0

Type alias AptosSettings

AptosSettings: {
    client?: Client;
    clientConfig?: ClientConfig;
    faucet?: string;
    faucetConfig?: FaucetConfig;
    fullnode?: string;
    fullnodeConfig?: FullNodeConfig;
    indexer?: string;
    indexerConfig?: IndexerConfig;
    network?: Network;
    pepper?: string;
    prover?: string;
}

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
  • Optional Readonly pepper?: string
  • Optional Readonly prover?: string
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/AuthenticationKeyScheme.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/AuthenticationKeyScheme.html new file mode 100644 index 000000000..4d4ec5bb2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/AuthenticationKeyScheme.html @@ -0,0 +1,3 @@ +AuthenticationKeyScheme | @aptos-labs/ts-sdk - v1.29.0

Type alias AuthenticationKeyScheme

AuthenticationKeyScheme: SigningScheme | DeriveScheme

A list of Authentication Key schemes that are supported by Aptos.

+

They are combinations of signing schemes and derive schemes.

+
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/Block.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/Block.html new file mode 100644 index 000000000..5d7b6c33f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/Block.html @@ -0,0 +1,3 @@ +Block | @aptos-labs/ts-sdk - v1.29.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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/BlockEndInfo.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/BlockEndInfo.html new file mode 100644 index 000000000..118f3afa7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/BlockEndInfo.html @@ -0,0 +1,2 @@ +BlockEndInfo | @aptos-labs/ts-sdk - v1.29.0

Type alias BlockEndInfo

BlockEndInfo: {
    block_approx_output_size: number;
    block_effective_block_gas_units: number;
    block_gas_limit_reached: boolean;
    block_output_limit_reached: boolean;
}

BlockEndInfo describes the gas state of the block

+

Type declaration

  • block_approx_output_size: number
  • block_effective_block_gas_units: number
  • block_gas_limit_reached: boolean
  • block_output_limit_reached: boolean
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/BlockEpilogueTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/BlockEpilogueTransactionResponse.html new file mode 100644 index 000000000..02f222835 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/BlockEpilogueTransactionResponse.html @@ -0,0 +1,6 @@ +BlockEpilogueTransactionResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias BlockEpilogueTransactionResponse

BlockEpilogueTransactionResponse: {
    accumulator_root_hash: string;
    block_end_info: BlockEndInfo | null;
    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: BlockEpilogue;
    version: string;
    vm_status: string;
}

BlockEpilogueTransactionResponse is a transaction that is executed at the end of a block keeping track of data from +the whole block

+

Type declaration

  • accumulator_root_hash: string
  • block_end_info: BlockEndInfo | null
  • 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: BlockEpilogue
  • version: string
  • vm_status: string

    The VM status of the transaction, can tell useful information in a failure

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/BlockMetadataTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/BlockMetadataTransactionResponse.html new file mode 100644 index 000000000..77db680d8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/BlockMetadataTransactionResponse.html @@ -0,0 +1,7 @@ +BlockMetadataTransactionResponse | @aptos-labs/ts-sdk - v1.29.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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/ClientConfig.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/ClientConfig.html new file mode 100644 index 000000000..51d9e573a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/ClientConfig.html @@ -0,0 +1,5 @@ +ClientConfig | @aptos-labs/ts-sdk - v1.29.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

+
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/ClientHeadersType.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/ClientHeadersType.html new file mode 100644 index 000000000..3be8cdd49 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/ClientHeadersType.html @@ -0,0 +1,2 @@ +ClientHeadersType | @aptos-labs/ts-sdk - v1.29.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>
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/CommittedTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/CommittedTransactionResponse.html new file mode 100644 index 000000000..1f7e111e8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/CommittedTransactionResponse.html @@ -0,0 +1 @@ +CommittedTransactionResponse | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/DecodedTableData.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/DecodedTableData.html new file mode 100644 index 000000000..92aa40403 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/DecodedTableData.html @@ -0,0 +1,5 @@ +DecodedTableData | @aptos-labs/ts-sdk - v1.29.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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/DeletedTableData.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/DeletedTableData.html new file mode 100644 index 000000000..f3f7c3ab1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/DeletedTableData.html @@ -0,0 +1,4 @@ +DeletedTableData | @aptos-labs/ts-sdk - v1.29.0

Type alias DeletedTableData

DeletedTableData: {
    key: any;
    key_type: string;
}

Deleted table data

+

Type declaration

  • key: any

    Deleted key

    +
  • key_type: string

    Deleted key type

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/DerivedKeys.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/DerivedKeys.html new file mode 100644 index 000000000..800569775 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/DerivedKeys.html @@ -0,0 +1 @@ +DerivedKeys | @aptos-labs/ts-sdk - v1.29.0

Type alias DerivedKeys

DerivedKeys: {
    chainCode: Uint8Array;
    key: Uint8Array;
}

Type declaration

  • chainCode: Uint8Array
  • key: Uint8Array
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/DeserializableClass.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/DeserializableClass.html new file mode 100644 index 000000000..bb0d586fd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/DeserializableClass.html @@ -0,0 +1 @@ +DeserializableClass | @aptos-labs/ts-sdk - v1.29.0

Type alias DeserializableClass<T>

DeserializableClass<T>: {
    deserialize(deserializer): T;
}

Type Parameters

Type declaration

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/DirectWriteSet.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/DirectWriteSet.html new file mode 100644 index 000000000..2f4ad5583 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/DirectWriteSet.html @@ -0,0 +1 @@ +DirectWriteSet | @aptos-labs/ts-sdk - v1.29.0

Type alias DirectWriteSet

DirectWriteSet: {
    changes: WriteSetChange[];
    events: Event[];
    type: string;
}

Type declaration

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/EntryFunctionABI.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/EntryFunctionABI.html new file mode 100644 index 000000000..75da2869f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/EntryFunctionABI.html @@ -0,0 +1,3 @@ +EntryFunctionABI | @aptos-labs/ts-sdk - v1.29.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
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/EntryFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/EntryFunctionArgumentTypes.html new file mode 100644 index 000000000..f57c9cab5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/EntryFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +EntryFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.29.0

Type alias EntryFunctionArgumentTypes

Entry function arguments to be used when building a raw transaction using BCS serialized arguments

+
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/EntryFunctionPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/EntryFunctionPayloadResponse.html new file mode 100644 index 000000000..c5d9eaa80 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/EntryFunctionPayloadResponse.html @@ -0,0 +1,3 @@ +EntryFunctionPayloadResponse | @aptos-labs/ts-sdk - v1.29.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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/Event.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/Event.html new file mode 100644 index 000000000..2d0d10623 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/Event.html @@ -0,0 +1,2 @@ +Event | @aptos-labs/ts-sdk - v1.29.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
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/EventGuid.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/EventGuid.html new file mode 100644 index 000000000..d98c23c44 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/EventGuid.html @@ -0,0 +1 @@ +EventGuid | @aptos-labs/ts-sdk - v1.29.0

Type alias EventGuid

EventGuid: {
    account_address: string;
    creation_number: string;
}

Type declaration

  • account_address: string
  • creation_number: string
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/ExecutionFinishEventData.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/ExecutionFinishEventData.html new file mode 100644 index 000000000..a961ffcfa --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/ExecutionFinishEventData.html @@ -0,0 +1 @@ +ExecutionFinishEventData | @aptos-labs/ts-sdk - v1.29.0

Type alias ExecutionFinishEventData

ExecutionFinishEventData: {
    message: string;
}

Type declaration

  • message: string
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/FailureEventData.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/FailureEventData.html new file mode 100644 index 000000000..99b7dfcf1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/FailureEventData.html @@ -0,0 +1 @@ +FailureEventData | @aptos-labs/ts-sdk - v1.29.0

Type alias FailureEventData

FailureEventData: {
    error: string;
    message: string;
}

Type declaration

  • error: string
  • message: string
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/FaucetConfig.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/FaucetConfig.html new file mode 100644 index 000000000..3f274cd2c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/FaucetConfig.html @@ -0,0 +1,4 @@ +FaucetConfig | @aptos-labs/ts-sdk - v1.29.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

+
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/FullNodeConfig.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/FullNodeConfig.html new file mode 100644 index 000000000..6000dcb7c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/FullNodeConfig.html @@ -0,0 +1,3 @@ +FullNodeConfig | @aptos-labs/ts-sdk - v1.29.0

Type alias FullNodeConfig

FullNodeConfig: ClientHeadersType

A Fullnode only configuration object

+

Param: HEADERS

extra headers we want to send with the request

+
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/FunctionABI.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/FunctionABI.html new file mode 100644 index 000000000..5af33cc0b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/FunctionABI.html @@ -0,0 +1,2 @@ +FunctionABI | @aptos-labs/ts-sdk - v1.29.0

Type alias FunctionABI

FunctionABI: {
    parameters: TypeTag[];
    typeParameters: MoveFunctionGenericTypeParam[];
}

Data need for a generic function ABI, both view and entry

+

Type declaration

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GasEstimation.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GasEstimation.html new file mode 100644 index 000000000..2ca104563 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GasEstimation.html @@ -0,0 +1,5 @@ +GasEstimation | @aptos-labs/ts-sdk - v1.29.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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GenerateAccount.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GenerateAccount.html new file mode 100644 index 000000000..5755c277e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GenerateAccount.html @@ -0,0 +1 @@ +GenerateAccount | @aptos-labs/ts-sdk - v1.29.0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GenerateAccountWithEd25519.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GenerateAccountWithEd25519.html new file mode 100644 index 000000000..e103bb6f3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GenerateAccountWithEd25519.html @@ -0,0 +1,3 @@ +GenerateAccountWithEd25519 | @aptos-labs/ts-sdk - v1.29.0

Type alias GenerateAccountWithEd25519

GenerateAccountWithEd25519: {
    legacy: boolean;
    scheme: Ed25519;
}

Input type to generate an account using Single Signer +Ed25519 or Legacy Ed25519

+

Type declaration

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html new file mode 100644 index 000000000..c4233b374 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html @@ -0,0 +1,3 @@ +GenerateAccountWithSingleSignerSecp256k1Key | @aptos-labs/ts-sdk - v1.29.0

Type alias GenerateAccountWithSingleSignerSecp256k1Key

GenerateAccountWithSingleSignerSecp256k1Key: {
    legacy?: false;
    scheme: Secp256k1Ecdsa;
}

Input type to generate an account using Single Signer +Secp256k1

+

Type declaration

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GenesisPayload.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GenesisPayload.html new file mode 100644 index 000000000..21f42db9a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GenesisPayload.html @@ -0,0 +1 @@ +GenesisPayload | @aptos-labs/ts-sdk - v1.29.0

Type alias GenesisPayload

GenesisPayload: {
    type: string;
    write_set: WriteSet;
}

Type declaration

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GenesisTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GenesisTransactionResponse.html new file mode 100644 index 000000000..e12ce50eb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GenesisTransactionResponse.html @@ -0,0 +1,5 @@ +GenesisTransactionResponse | @aptos-labs/ts-sdk - v1.29.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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetANSNameResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetANSNameResponse.html new file mode 100644 index 000000000..a551dda3b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetANSNameResponse.html @@ -0,0 +1 @@ +GetANSNameResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetANSNameResponse

GetANSNameResponse: GetNamesQuery["current_aptos_names"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetAccountCoinsDataResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetAccountCoinsDataResponse.html new file mode 100644 index 000000000..d44c9546c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetAccountCoinsDataResponse.html @@ -0,0 +1 @@ +GetAccountCoinsDataResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetAccountCoinsDataResponse

GetAccountCoinsDataResponse: GetAccountCoinsDataQuery["current_fungible_asset_balances"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetAccountCollectionsWithOwnedTokenResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetAccountCollectionsWithOwnedTokenResponse.html new file mode 100644 index 000000000..2f158a85e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetAccountCollectionsWithOwnedTokenResponse.html @@ -0,0 +1 @@ +GetAccountCollectionsWithOwnedTokenResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetAccountCollectionsWithOwnedTokenResponse

GetAccountCollectionsWithOwnedTokenResponse: GetAccountCollectionsWithOwnedTokensQuery["current_collection_ownership_v2_view"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetAccountOwnedTokensFromCollectionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetAccountOwnedTokensFromCollectionResponse.html new file mode 100644 index 000000000..a473334eb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetAccountOwnedTokensFromCollectionResponse.html @@ -0,0 +1 @@ +GetAccountOwnedTokensFromCollectionResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetAccountOwnedTokensFromCollectionResponse

GetAccountOwnedTokensFromCollectionResponse: GetAccountOwnedTokensFromCollectionQuery["current_token_ownerships_v2"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetAccountOwnedTokensQueryResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetAccountOwnedTokensQueryResponse.html new file mode 100644 index 000000000..34238fa12 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetAccountOwnedTokensQueryResponse.html @@ -0,0 +1 @@ +GetAccountOwnedTokensQueryResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetAccountOwnedTokensQueryResponse

GetAccountOwnedTokensQueryResponse: GetAccountOwnedTokensQuery["current_token_ownerships_v2"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetAptosRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetAptosRequestOptions.html new file mode 100644 index 000000000..9f92c34da --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetAptosRequestOptions.html @@ -0,0 +1 @@ +GetAptosRequestOptions | @aptos-labs/ts-sdk - v1.29.0

Type alias GetAptosRequestOptions

GetAptosRequestOptions: Omit<GetRequestOptions, "type">
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetChainTopUserTransactionsResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetChainTopUserTransactionsResponse.html new file mode 100644 index 000000000..b67b601b6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetChainTopUserTransactionsResponse.html @@ -0,0 +1 @@ +GetChainTopUserTransactionsResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetChainTopUserTransactionsResponse

GetChainTopUserTransactionsResponse: GetChainTopUserTransactionsQuery["user_transactions"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetCollectionDataResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetCollectionDataResponse.html new file mode 100644 index 000000000..be96d226b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetCollectionDataResponse.html @@ -0,0 +1 @@ +GetCollectionDataResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetCollectionDataResponse

GetCollectionDataResponse: GetCollectionDataQuery["current_collections_v2"][0]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetCurrentFungibleAssetBalancesResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetCurrentFungibleAssetBalancesResponse.html new file mode 100644 index 000000000..cd0c9be30 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetCurrentFungibleAssetBalancesResponse.html @@ -0,0 +1 @@ +GetCurrentFungibleAssetBalancesResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetCurrentFungibleAssetBalancesResponse

GetCurrentFungibleAssetBalancesResponse: GetCurrentFungibleAssetBalancesQuery["current_fungible_asset_balances"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetCurrentTokenOwnershipResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetCurrentTokenOwnershipResponse.html new file mode 100644 index 000000000..124f91d7b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetCurrentTokenOwnershipResponse.html @@ -0,0 +1 @@ +GetCurrentTokenOwnershipResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetCurrentTokenOwnershipResponse

GetCurrentTokenOwnershipResponse: GetCurrentTokenOwnershipQuery["current_token_ownerships_v2"][0]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetDelegatedStakingActivitiesResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetDelegatedStakingActivitiesResponse.html new file mode 100644 index 000000000..4cf5c88a8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetDelegatedStakingActivitiesResponse.html @@ -0,0 +1 @@ +GetDelegatedStakingActivitiesResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetDelegatedStakingActivitiesResponse

GetDelegatedStakingActivitiesResponse: GetDelegatedStakingActivitiesQuery["delegated_staking_activities"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetEventsResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetEventsResponse.html new file mode 100644 index 000000000..71693b947 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetEventsResponse.html @@ -0,0 +1 @@ +GetEventsResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetEventsResponse

GetEventsResponse: GetEventsQuery["events"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetFungibleAssetActivitiesResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetFungibleAssetActivitiesResponse.html new file mode 100644 index 000000000..cee654f30 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetFungibleAssetActivitiesResponse.html @@ -0,0 +1 @@ +GetFungibleAssetActivitiesResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetFungibleAssetActivitiesResponse

GetFungibleAssetActivitiesResponse: GetFungibleAssetActivitiesQuery["fungible_asset_activities"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetFungibleAssetMetadataResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetFungibleAssetMetadataResponse.html new file mode 100644 index 000000000..64b5dc025 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetFungibleAssetMetadataResponse.html @@ -0,0 +1 @@ +GetFungibleAssetMetadataResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetFungibleAssetMetadataResponse

GetFungibleAssetMetadataResponse: GetFungibleAssetMetadataQuery["fungible_asset_metadata"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetNumberOfDelegatorsResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetNumberOfDelegatorsResponse.html new file mode 100644 index 000000000..6c90aa54e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetNumberOfDelegatorsResponse.html @@ -0,0 +1 @@ +GetNumberOfDelegatorsResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetNumberOfDelegatorsResponse

GetNumberOfDelegatorsResponse: GetNumberOfDelegatorsQuery["num_active_delegator_per_pool"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetObjectDataQueryResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetObjectDataQueryResponse.html new file mode 100644 index 000000000..be177421f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetObjectDataQueryResponse.html @@ -0,0 +1,7 @@ +GetObjectDataQueryResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetObjectDataQueryResponse

GetObjectDataQueryResponse: GetObjectDataQuery["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)

+
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetOwnedTokensResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetOwnedTokensResponse.html new file mode 100644 index 000000000..5969acaf2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetOwnedTokensResponse.html @@ -0,0 +1 @@ +GetOwnedTokensResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetOwnedTokensResponse

GetOwnedTokensResponse: GetCurrentTokenOwnershipQuery["current_token_ownerships_v2"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetProcessorStatusResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetProcessorStatusResponse.html new file mode 100644 index 000000000..94c5d16fc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetProcessorStatusResponse.html @@ -0,0 +1 @@ +GetProcessorStatusResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetProcessorStatusResponse

GetProcessorStatusResponse: GetProcessorStatusQuery["processor_status"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetRequestOptions.html new file mode 100644 index 000000000..6946c41eb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetRequestOptions.html @@ -0,0 +1,9 @@ +GetRequestOptions | @aptos-labs/ts-sdk - v1.29.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

    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetTableItemsDataResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetTableItemsDataResponse.html new file mode 100644 index 000000000..0986f32c6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetTableItemsDataResponse.html @@ -0,0 +1 @@ +GetTableItemsDataResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetTableItemsDataResponse

GetTableItemsDataResponse: GetTableItemsDataQuery["table_items"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetTableItemsMetadataResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetTableItemsMetadataResponse.html new file mode 100644 index 000000000..2464e084a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetTableItemsMetadataResponse.html @@ -0,0 +1 @@ +GetTableItemsMetadataResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetTableItemsMetadataResponse

GetTableItemsMetadataResponse: GetTableItemsMetadataQuery["table_metadatas"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetTokenActivityResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetTokenActivityResponse.html new file mode 100644 index 000000000..325e6650e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetTokenActivityResponse.html @@ -0,0 +1 @@ +GetTokenActivityResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetTokenActivityResponse

GetTokenActivityResponse: GetTokenActivityQuery["token_activities_v2"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GetTokenDataResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetTokenDataResponse.html new file mode 100644 index 000000000..0cca03b20 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GetTokenDataResponse.html @@ -0,0 +1 @@ +GetTokenDataResponse | @aptos-labs/ts-sdk - v1.29.0

Type alias GetTokenDataResponse

GetTokenDataResponse: GetTokenDataQuery["current_token_datas_v2"][0]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/GraphqlQuery.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/GraphqlQuery.html new file mode 100644 index 000000000..919e0ffac --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/GraphqlQuery.html @@ -0,0 +1,2 @@ +GraphqlQuery | @aptos-labs/ts-sdk - v1.29.0

Type alias GraphqlQuery

GraphqlQuery: {
    query: string;
    variables?: {};
}

The graphql query type to pass into the queryIndexer function

+

Type declaration

  • query: string
  • Optional variables?: {}
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/HexInput.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/HexInput.html new file mode 100644 index 000000000..b810437fc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/HexInput.html @@ -0,0 +1,2 @@ +HexInput | @aptos-labs/ts-sdk - v1.29.0

    Type alias HexInput

    HexInput: string | Uint8Array

    Hex data as input to a function

    +
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/IndexerConfig.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/IndexerConfig.html new file mode 100644 index 000000000..65a074f87 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/IndexerConfig.html @@ -0,0 +1,3 @@ +IndexerConfig | @aptos-labs/ts-sdk - v1.29.0

    Type alias IndexerConfig

    IndexerConfig: ClientHeadersType

    An Indexer only configuration object

    +

    Param: HEADERS

    extra headers we want to send with the request

    +
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/InputEntryFunctionData.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputEntryFunctionData.html new file mode 100644 index 000000000..21a35621e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputEntryFunctionData.html @@ -0,0 +1,2 @@ +InputEntryFunctionData | @aptos-labs/ts-sdk - v1.29.0

    Type alias InputEntryFunctionData

    InputEntryFunctionData: {
        abi?: EntryFunctionABI;
        function: MoveFunctionId;
        functionArguments: (EntryFunctionArgumentTypes | SimpleEntryFunctionArgumentTypes)[];
        typeArguments?: TypeArgument[];
    }

    The data needed to generate an Entry Function payload

    +

    Type declaration

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/InputEntryFunctionDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputEntryFunctionDataWithABI.html new file mode 100644 index 000000000..844942fa6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputEntryFunctionDataWithABI.html @@ -0,0 +1 @@ +InputEntryFunctionDataWithABI | @aptos-labs/ts-sdk - v1.29.0

    Type alias InputEntryFunctionDataWithABI

    InputEntryFunctionDataWithABI: Omit<InputEntryFunctionData, "abi"> & {
        abi: EntryFunctionABI;
    }

    Type declaration

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/InputEntryFunctionDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputEntryFunctionDataWithRemoteABI.html new file mode 100644 index 000000000..5a86aa1fa --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputEntryFunctionDataWithRemoteABI.html @@ -0,0 +1 @@ +InputEntryFunctionDataWithRemoteABI | @aptos-labs/ts-sdk - v1.29.0

    Type alias InputEntryFunctionDataWithRemoteABI

    InputEntryFunctionDataWithRemoteABI: InputEntryFunctionData & {
        aptosConfig: AptosConfig;
    }

    Type declaration

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateRawTransactionArgs.html new file mode 100644 index 000000000..b771db803 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateRawTransactionArgs.html @@ -0,0 +1,2 @@ +InputGenerateRawTransactionArgs | @aptos-labs/ts-sdk - v1.29.0

    Type alias InputGenerateRawTransactionArgs

    Unified type that holds all the interfaces to generate different transaction types

    +
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateTransactionData.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateTransactionData.html new file mode 100644 index 000000000..a0a3d3215 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateTransactionData.html @@ -0,0 +1,2 @@ +InputGenerateTransactionData | @aptos-labs/ts-sdk - v1.29.0

    Type alias InputGenerateTransactionData

    Unified type that holds all the user data input interfaces when generating different transaction types

    +
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateTransactionOptions.html new file mode 100644 index 000000000..24b569c7d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateTransactionOptions.html @@ -0,0 +1,2 @@ +InputGenerateTransactionOptions | @aptos-labs/ts-sdk - v1.29.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
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateTransactionPayloadData.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateTransactionPayloadData.html new file mode 100644 index 000000000..2b6efb299 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateTransactionPayloadData.html @@ -0,0 +1,3 @@ +InputGenerateTransactionPayloadData | @aptos-labs/ts-sdk - v1.29.0

    Type alias InputGenerateTransactionPayloadData

    InputGenerateTransactionPayloadData: InputEntryFunctionData | InputScriptData | InputMultiSigData

    Unified type for the data needed to generate a transaction payload of types: +Entry Function | Script | Multi Sig

    +
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateTransactionPayloadDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateTransactionPayloadDataWithABI.html new file mode 100644 index 000000000..2becfd5b1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateTransactionPayloadDataWithABI.html @@ -0,0 +1 @@ +InputGenerateTransactionPayloadDataWithABI | @aptos-labs/ts-sdk - v1.29.0

    Type alias InputGenerateTransactionPayloadDataWithABI

    InputGenerateTransactionPayloadDataWithABI: InputEntryFunctionDataWithABI | InputMultiSigDataWithABI
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateTransactionPayloadDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateTransactionPayloadDataWithRemoteABI.html new file mode 100644 index 000000000..3f8d224cc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputGenerateTransactionPayloadDataWithRemoteABI.html @@ -0,0 +1 @@ +InputGenerateTransactionPayloadDataWithRemoteABI | @aptos-labs/ts-sdk - v1.29.0

    Type alias InputGenerateTransactionPayloadDataWithRemoteABI

    InputGenerateTransactionPayloadDataWithRemoteABI: InputScriptData | InputEntryFunctionDataWithRemoteABI | InputMultiSigDataWithRemoteABI
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/InputMultiSigData.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputMultiSigData.html new file mode 100644 index 000000000..bda6caee5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputMultiSigData.html @@ -0,0 +1,2 @@ +InputMultiSigData | @aptos-labs/ts-sdk - v1.29.0

    Type alias InputMultiSigData

    InputMultiSigData: {
        multisigAddress: AccountAddressInput;
    } & InputEntryFunctionData

    The data needed to generate a Multi Sig payload

    +

    Type declaration

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/InputMultiSigDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputMultiSigDataWithABI.html new file mode 100644 index 000000000..b414f0a5b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputMultiSigDataWithABI.html @@ -0,0 +1 @@ +InputMultiSigDataWithABI | @aptos-labs/ts-sdk - v1.29.0

    Type alias InputMultiSigDataWithABI

    InputMultiSigDataWithABI: {
        multisigAddress: AccountAddressInput;
    } & InputEntryFunctionDataWithABI

    Type declaration

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/InputMultiSigDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputMultiSigDataWithRemoteABI.html new file mode 100644 index 000000000..c90bb67e0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputMultiSigDataWithRemoteABI.html @@ -0,0 +1,2 @@ +InputMultiSigDataWithRemoteABI | @aptos-labs/ts-sdk - v1.29.0

    Type alias InputMultiSigDataWithRemoteABI

    InputMultiSigDataWithRemoteABI: {
        multisigAddress: AccountAddressInput;
    } & InputEntryFunctionDataWithRemoteABI

    The data needed to generate a Multi Sig payload

    +

    Type declaration

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/InputScriptData.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputScriptData.html new file mode 100644 index 000000000..922a63bb7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputScriptData.html @@ -0,0 +1,2 @@ +InputScriptData | @aptos-labs/ts-sdk - v1.29.0

    Type alias InputScriptData

    InputScriptData: {
        bytecode: HexInput;
        functionArguments: ScriptFunctionArgumentTypes[];
        typeArguments?: TypeArgument[];
    }

    The data needed to generate a Script payload

    +

    Type declaration

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/InputSimulateTransactionData.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputSimulateTransactionData.html new file mode 100644 index 000000000..e56f4e2d7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputSimulateTransactionData.html @@ -0,0 +1,5 @@ +InputSimulateTransactionData | @aptos-labs/ts-sdk - v1.29.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()

      +
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/InputSimulateTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputSimulateTransactionOptions.html new file mode 100644 index 000000000..9aebd6a59 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputSimulateTransactionOptions.html @@ -0,0 +1 @@ +InputSimulateTransactionOptions | @aptos-labs/ts-sdk - v1.29.0

    Type alias InputSimulateTransactionOptions

    InputSimulateTransactionOptions: {
        estimateGasUnitPrice?: boolean;
        estimateMaxGasAmount?: boolean;
        estimatePrioritizedGasUnitPrice?: boolean;
    }

    Type declaration

    • Optional estimateGasUnitPrice?: boolean
    • Optional estimateMaxGasAmount?: boolean
    • Optional estimatePrioritizedGasUnitPrice?: boolean
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/InputViewFunctionData.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputViewFunctionData.html new file mode 100644 index 000000000..35fec4012 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputViewFunctionData.html @@ -0,0 +1,2 @@ +InputViewFunctionData | @aptos-labs/ts-sdk - v1.29.0

    Type alias InputViewFunctionData

    InputViewFunctionData: {
        abi?: ViewFunctionABI;
        function: MoveFunctionId;
        functionArguments?: (EntryFunctionArgumentTypes | SimpleEntryFunctionArgumentTypes)[];
        typeArguments?: TypeArgument[];
    }

    The data needed to generate a View Function payload

    +

    Type declaration

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/InputViewFunctionDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputViewFunctionDataWithABI.html new file mode 100644 index 000000000..923e5adbe --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputViewFunctionDataWithABI.html @@ -0,0 +1,2 @@ +InputViewFunctionDataWithABI | @aptos-labs/ts-sdk - v1.29.0

    Type alias InputViewFunctionDataWithABI

    InputViewFunctionDataWithABI: InputViewFunctionData & {
        abi: ViewFunctionABI;
    }

    Data needed to generate a view function, with an already fetched ABI

    +

    Type declaration

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/InputViewFunctionDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputViewFunctionDataWithRemoteABI.html new file mode 100644 index 000000000..cf5845723 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputViewFunctionDataWithRemoteABI.html @@ -0,0 +1,2 @@ +InputViewFunctionDataWithRemoteABI | @aptos-labs/ts-sdk - v1.29.0

    Type alias InputViewFunctionDataWithRemoteABI

    InputViewFunctionDataWithRemoteABI: InputViewFunctionData & {
        aptosConfig: AptosConfig;
    }

    Data needed to generate a view function payload and fetch the remote ABI

    +

    Type declaration

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/InputViewFunctionJsonData.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputViewFunctionJsonData.html new file mode 100644 index 000000000..695290408 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/InputViewFunctionJsonData.html @@ -0,0 +1,2 @@ +InputViewFunctionJsonData | @aptos-labs/ts-sdk - v1.29.0

    Type alias InputViewFunctionJsonData

    InputViewFunctionJsonData: {
        function: MoveFunctionId;
        functionArguments?: MoveValue[];
        typeArguments?: MoveStructId[];
    }

    The data needed to generate a View Function payload in JSON

    +

    Type declaration

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/LedgerInfo.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/LedgerInfo.html new file mode 100644 index 000000000..75df1e550 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/LedgerInfo.html @@ -0,0 +1,4 @@ +LedgerInfo | @aptos-labs/ts-sdk - v1.29.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
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/LedgerVersionArg.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/LedgerVersionArg.html new file mode 100644 index 000000000..cdc7e8e4c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/LedgerVersionArg.html @@ -0,0 +1,2 @@ +LedgerVersionArg | @aptos-labs/ts-sdk - v1.29.0

    Type alias LedgerVersionArg

    LedgerVersionArg: {
        ledgerVersion?: AnyNumber;
    }

    Specifies ledger version of transactions. By default latest version will be used

    +

    Type declaration

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveAddressType.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveAddressType.html new file mode 100644 index 000000000..23813ac73 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveAddressType.html @@ -0,0 +1 @@ +MoveAddressType | @aptos-labs/ts-sdk - v1.29.0

    Type alias MoveAddressType

    MoveAddressType: string
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveFunction.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveFunction.html new file mode 100644 index 000000000..301e9f2e2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveFunction.html @@ -0,0 +1,7 @@ +MoveFunction | @aptos-labs/ts-sdk - v1.29.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
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveFunctionGenericTypeParam.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveFunctionGenericTypeParam.html new file mode 100644 index 000000000..7585f0bb9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveFunctionGenericTypeParam.html @@ -0,0 +1,2 @@ +MoveFunctionGenericTypeParam | @aptos-labs/ts-sdk - v1.29.0

    Type alias MoveFunctionGenericTypeParam

    MoveFunctionGenericTypeParam: {
        constraints: MoveAbility[];
    }

    Move abilities tied to the generic type param and associated with the function that uses it

    +

    Type declaration

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveFunctionId.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveFunctionId.html new file mode 100644 index 000000000..0734d28cb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveFunctionId.html @@ -0,0 +1 @@ +MoveFunctionId | @aptos-labs/ts-sdk - v1.29.0

    Type alias MoveFunctionId

    MoveFunctionId: MoveStructId
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveModule.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveModule.html new file mode 100644 index 000000000..3ed641729 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveModule.html @@ -0,0 +1,5 @@ +MoveModule | @aptos-labs/ts-sdk - v1.29.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

      +
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveModuleBytecode.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveModuleBytecode.html new file mode 100644 index 000000000..97b93e1bf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveModuleBytecode.html @@ -0,0 +1 @@ +MoveModuleBytecode | @aptos-labs/ts-sdk - v1.29.0

    Type alias MoveModuleBytecode

    MoveModuleBytecode: {
        abi?: MoveModule;
        bytecode: string;
    }

    Type declaration

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveModuleId.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveModuleId.html new file mode 100644 index 000000000..adf765496 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveModuleId.html @@ -0,0 +1,3 @@ +MoveModuleId | @aptos-labs/ts-sdk - v1.29.0

    Type alias MoveModuleId

    MoveModuleId: `${string}::${string}`

    Move module id is a string representation of Move module. +Module name is case-sensitive.

    +
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveObjectType.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveObjectType.html new file mode 100644 index 000000000..a74acc42b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveObjectType.html @@ -0,0 +1 @@ +MoveObjectType | @aptos-labs/ts-sdk - v1.29.0

    Type alias MoveObjectType

    MoveObjectType: string
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveOptionType.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveOptionType.html new file mode 100644 index 000000000..0e559d07b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveOptionType.html @@ -0,0 +1 @@ +MoveOptionType | @aptos-labs/ts-sdk - v1.29.0

    Type alias MoveOptionType

    MoveOptionType: MoveType | null | undefined
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveResource.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveResource.html new file mode 100644 index 000000000..4d37f120b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveResource.html @@ -0,0 +1 @@ +MoveResource | @aptos-labs/ts-sdk - v1.29.0

    Type alias MoveResource<T>

    MoveResource<T>: {
        data: T;
        type: MoveStructId;
    }

    Type Parameters

    • T = {}

    Type declaration

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveScriptBytecode.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveScriptBytecode.html new file mode 100644 index 000000000..92da4a1ea --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveScriptBytecode.html @@ -0,0 +1,2 @@ +MoveScriptBytecode | @aptos-labs/ts-sdk - v1.29.0

    Type alias MoveScriptBytecode

    MoveScriptBytecode: {
        abi?: MoveFunction;
        bytecode: string;
    }

    Move script bytecode

    +

    Type declaration

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveStruct.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveStruct.html new file mode 100644 index 000000000..7eca9c000 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveStruct.html @@ -0,0 +1,9 @@ +MoveStruct | @aptos-labs/ts-sdk - v1.29.0

    Type alias MoveStruct

    MoveStruct: {
        abilities: MoveAbility[];
        fields: MoveStructField[];
        generic_type_params: MoveFunctionGenericTypeParam[];
        is_event: boolean;
        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_event: boolean

      Whether the struct is a module event (aka v2 event). This will be false for v1 +events because the value is derived from the #[event] attribute on the struct in +the Move source code. This attribute is only relevant for v2 events.

      +
    • is_native: boolean

      Whether the struct is a native struct of Move

      +
    • name: string
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveStructField.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveStructField.html new file mode 100644 index 000000000..c49afb140 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveStructField.html @@ -0,0 +1,2 @@ +MoveStructField | @aptos-labs/ts-sdk - v1.29.0

    Type alias MoveStructField

    MoveStructField: {
        name: string;
        type: string;
    }

    Move struct field

    +

    Type declaration

    • name: string
    • type: string
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveStructId.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveStructId.html new file mode 100644 index 000000000..52a9d5012 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveStructId.html @@ -0,0 +1,2 @@ +MoveStructId | @aptos-labs/ts-sdk - v1.29.0

    Type alias MoveStructId

    MoveStructId: `${string}::${string}::${string}`

    This is the format for a fully qualified struct, resource, or entry function in Move.

    +
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveStructType.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveStructType.html new file mode 100644 index 000000000..861b90434 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveStructType.html @@ -0,0 +1 @@ +MoveStructType | @aptos-labs/ts-sdk - v1.29.0

    Type alias MoveStructType

    MoveStructType: {}

    Type declaration

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveType.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveType.html new file mode 100644 index 000000000..a0ccf71c3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveType.html @@ -0,0 +1 @@ +MoveType | @aptos-labs/ts-sdk - v1.29.0
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint128Type.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint128Type.html new file mode 100644 index 000000000..dc61de1fe --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint128Type.html @@ -0,0 +1 @@ +MoveUint128Type | @aptos-labs/ts-sdk - v1.29.0

      Type alias MoveUint128Type

      MoveUint128Type: string
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint16Type.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint16Type.html new file mode 100644 index 000000000..eda69de9f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint16Type.html @@ -0,0 +1 @@ +MoveUint16Type | @aptos-labs/ts-sdk - v1.29.0

      Type alias MoveUint16Type

      MoveUint16Type: number
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint256Type.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint256Type.html new file mode 100644 index 000000000..6477d8fcc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint256Type.html @@ -0,0 +1 @@ +MoveUint256Type | @aptos-labs/ts-sdk - v1.29.0

      Type alias MoveUint256Type

      MoveUint256Type: string
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint32Type.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint32Type.html new file mode 100644 index 000000000..269fb4f7f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint32Type.html @@ -0,0 +1 @@ +MoveUint32Type | @aptos-labs/ts-sdk - v1.29.0

      Type alias MoveUint32Type

      MoveUint32Type: number
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint64Type.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint64Type.html new file mode 100644 index 000000000..644cfa2e0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint64Type.html @@ -0,0 +1 @@ +MoveUint64Type | @aptos-labs/ts-sdk - v1.29.0

      Type alias MoveUint64Type

      MoveUint64Type: string
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint8Type.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint8Type.html new file mode 100644 index 000000000..f9964c76a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveUint8Type.html @@ -0,0 +1,2 @@ +MoveUint8Type | @aptos-labs/ts-sdk - v1.29.0

      Type alias MoveUint8Type

      MoveUint8Type: number

      Map of Move types to local TypeScript types

      +
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveValue.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveValue.html new file mode 100644 index 000000000..f49bc0cb3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MoveValue.html @@ -0,0 +1,12 @@ +MoveValue | @aptos-labs/ts-sdk - v1.29.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

      +
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/MultisigPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/MultisigPayloadResponse.html new file mode 100644 index 000000000..138d922df --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/MultisigPayloadResponse.html @@ -0,0 +1 @@ +MultisigPayloadResponse | @aptos-labs/ts-sdk - v1.29.0

      Type alias MultisigPayloadResponse

      MultisigPayloadResponse: {
          multisig_address: string;
          transaction_payload?: EntryFunctionPayloadResponse;
          type: string;
      }

      Type declaration

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/OrderBy.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/OrderBy.html new file mode 100644 index 000000000..c2e6c8793 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/OrderBy.html @@ -0,0 +1,3 @@ +OrderBy | @aptos-labs/ts-sdk - v1.29.0

      Type alias OrderBy<T>

      OrderBy<T>: {
          [K in keyof T]?: OrderByValue
      }[]

      A generic type that being passed by each function and holds an +array of properties we can sort the query by

      +

      Type Parameters

      • T
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/OrderByValue.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/OrderByValue.html new file mode 100644 index 000000000..c76f6b5ed --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/OrderByValue.html @@ -0,0 +1 @@ +OrderByValue | @aptos-labs/ts-sdk - v1.29.0

      Type alias OrderByValue

      OrderByValue: "asc" | "asc_nulls_first" | "asc_nulls_last" | "desc" | "desc_nulls_first" | "desc_nulls_last"
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/ParsingResult.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/ParsingResult.html new file mode 100644 index 000000000..de666fe2a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/ParsingResult.html @@ -0,0 +1,6 @@ +ParsingResult | @aptos-labs/ts-sdk - v1.29.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.

        +
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/PendingTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/PendingTransactionResponse.html new file mode 100644 index 000000000..420e9b9e8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/PendingTransactionResponse.html @@ -0,0 +1 @@ +PendingTransactionResponse | @aptos-labs/ts-sdk - v1.29.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

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/PostAptosRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/PostAptosRequestOptions.html new file mode 100644 index 000000000..977ebaa5f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/PostAptosRequestOptions.html @@ -0,0 +1 @@ +PostAptosRequestOptions | @aptos-labs/ts-sdk - v1.29.0

      Type alias PostAptosRequestOptions

      PostAptosRequestOptions: Omit<PostRequestOptions, "type">
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/PostRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/PostRequestOptions.html new file mode 100644 index 000000000..a3320ba16 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/PostRequestOptions.html @@ -0,0 +1,10 @@ +PostRequestOptions | @aptos-labs/ts-sdk - v1.29.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

        +
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/ProofFetchCallback.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/ProofFetchCallback.html new file mode 100644 index 000000000..0e3d4ceaa --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/ProofFetchCallback.html @@ -0,0 +1 @@ +ProofFetchCallback | @aptos-labs/ts-sdk - v1.29.0

      Type alias ProofFetchCallback

      ProofFetchCallback: ((status) => Promise<void>)

      Type declaration

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/ProofFetchFailure.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/ProofFetchFailure.html new file mode 100644 index 000000000..076a2d77f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/ProofFetchFailure.html @@ -0,0 +1 @@ +ProofFetchFailure | @aptos-labs/ts-sdk - v1.29.0

      Type alias ProofFetchFailure

      ProofFetchFailure: {
          error: string;
          status: "Failed";
      }

      Type declaration

      • error: string
      • status: "Failed"
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/ProofFetchStatus.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/ProofFetchStatus.html new file mode 100644 index 000000000..6a6a5ed63 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/ProofFetchStatus.html @@ -0,0 +1 @@ +ProofFetchStatus | @aptos-labs/ts-sdk - v1.29.0
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/ProofFetchSuccess.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/ProofFetchSuccess.html new file mode 100644 index 000000000..2eb99da9a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/ProofFetchSuccess.html @@ -0,0 +1 @@ +ProofFetchSuccess | @aptos-labs/ts-sdk - v1.29.0

      Type alias ProofFetchSuccess

      ProofFetchSuccess: {
          status: "Success";
      }

      Type declaration

      • status: "Success"
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/ScriptFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/ScriptFunctionArgumentTypes.html new file mode 100644 index 000000000..8581f0c27 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/ScriptFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +ScriptFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.29.0

      Type alias ScriptFunctionArgumentTypes

      Script function arguments to be used when building a raw transaction using BCS serialized arguments

      +
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/ScriptPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/ScriptPayloadResponse.html new file mode 100644 index 000000000..ad64c2802 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/ScriptPayloadResponse.html @@ -0,0 +1,3 @@ +ScriptPayloadResponse | @aptos-labs/ts-sdk - v1.29.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

        +
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/ScriptWriteSet.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/ScriptWriteSet.html new file mode 100644 index 000000000..00138618a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/ScriptWriteSet.html @@ -0,0 +1 @@ +ScriptWriteSet | @aptos-labs/ts-sdk - v1.29.0

      Type alias ScriptWriteSet

      ScriptWriteSet: {
          execute_as: string;
          script: ScriptPayloadResponse;
          type: string;
      }

      Type declaration

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/SimpleEntryFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/SimpleEntryFunctionArgumentTypes.html new file mode 100644 index 000000000..3cd08800e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/SimpleEntryFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +SimpleEntryFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.29.0

      Type alias SimpleEntryFunctionArgumentTypes

      SimpleEntryFunctionArgumentTypes: boolean | number | bigint | string | null | undefined | Uint8Array | ArrayBuffer | (SimpleEntryFunctionArgumentTypes | EntryFunctionArgumentTypes)[]

      Entry function arguments to be used when building a raw transaction using remote ABI

      +
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/SingleKeySignerFromDerivationPathArgs.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/SingleKeySignerFromDerivationPathArgs.html new file mode 100644 index 000000000..b529a4152 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/SingleKeySignerFromDerivationPathArgs.html @@ -0,0 +1 @@ +SingleKeySignerFromDerivationPathArgs | @aptos-labs/ts-sdk - v1.29.0

      Type alias SingleKeySignerFromDerivationPathArgs

      SingleKeySignerFromDerivationPathArgs: SingleKeySignerGenerateArgs & {
          mnemonic: string;
          path: string;
      }

      Type declaration

      • mnemonic: string
      • path: string
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/StateCheckpointTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/StateCheckpointTransactionResponse.html new file mode 100644 index 000000000..d8b52b494 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/StateCheckpointTransactionResponse.html @@ -0,0 +1,4 @@ +StateCheckpointTransactionResponse | @aptos-labs/ts-sdk - v1.29.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

        +
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/SuccessEventData.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/SuccessEventData.html new file mode 100644 index 000000000..bef1938da --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/SuccessEventData.html @@ -0,0 +1 @@ +SuccessEventData | @aptos-labs/ts-sdk - v1.29.0

      Type alias SuccessEventData

      SuccessEventData: {
          message: string;
          transactionHash: string;
      }

      Type declaration

      • message: string
      • transactionHash: string
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/TableItemRequest.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/TableItemRequest.html new file mode 100644 index 000000000..ad943e669 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/TableItemRequest.html @@ -0,0 +1,3 @@ +TableItemRequest | @aptos-labs/ts-sdk - v1.29.0

      Type alias TableItemRequest

      TableItemRequest: {
          key: any;
          key_type: MoveValue;
          value_type: MoveValue;
      }

      Table Item request for the GetTableItem API

      +

      Type declaration

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/TokenStandard.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/TokenStandard.html new file mode 100644 index 000000000..3d17ac46a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/TokenStandard.html @@ -0,0 +1,2 @@ +TokenStandard | @aptos-labs/ts-sdk - v1.29.0

      Type alias TokenStandard

      TokenStandard: "v1" | "v2"

      Refers to the token standard we want to query for

      +
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionEd25519Signature.html new file mode 100644 index 000000000..4d837a18d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionEd25519Signature.html @@ -0,0 +1 @@ +TransactionEd25519Signature | @aptos-labs/ts-sdk - v1.29.0

      Type alias TransactionEd25519Signature

      TransactionEd25519Signature: {
          public_key: string;
          signature: "ed25519_signature";
          type: string;
      }

      Type declaration

      • public_key: string
      • signature: "ed25519_signature"
      • type: string
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionFeePayerSignature.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionFeePayerSignature.html new file mode 100644 index 000000000..53b5de016 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionFeePayerSignature.html @@ -0,0 +1,3 @@ +TransactionFeePayerSignature | @aptos-labs/ts-sdk - v1.29.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"
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionMultiAgentSignature.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionMultiAgentSignature.html new file mode 100644 index 000000000..b2e4b2a1c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionMultiAgentSignature.html @@ -0,0 +1,3 @@ +TransactionMultiAgentSignature | @aptos-labs/ts-sdk - v1.29.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"
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionMultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionMultiEd25519Signature.html new file mode 100644 index 000000000..87bbb098b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionMultiEd25519Signature.html @@ -0,0 +1,4 @@ +TransactionMultiEd25519Signature | @aptos-labs/ts-sdk - v1.29.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"
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionPayloadResponse.html new file mode 100644 index 000000000..8a92cf23e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionPayloadResponse.html @@ -0,0 +1 @@ +TransactionPayloadResponse | @aptos-labs/ts-sdk - v1.29.0
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionResponse.html new file mode 100644 index 000000000..8fecc05a1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionResponse.html @@ -0,0 +1 @@ +TransactionResponse | @aptos-labs/ts-sdk - v1.29.0
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionSecp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionSecp256k1Signature.html new file mode 100644 index 000000000..22af80f4b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionSecp256k1Signature.html @@ -0,0 +1 @@ +TransactionSecp256k1Signature | @aptos-labs/ts-sdk - v1.29.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
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionSignature.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionSignature.html new file mode 100644 index 000000000..999d8134f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/TransactionSignature.html @@ -0,0 +1,2 @@ +TransactionSignature | @aptos-labs/ts-sdk - v1.29.0

      Type alias TransactionSignature

      These are the JSON representations of transaction signatures returned from the node API.

      +
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/TypeArgument.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/TypeArgument.html new file mode 100644 index 000000000..74340a7b9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/TypeArgument.html @@ -0,0 +1,17 @@ +TypeArgument | @aptos-labs/ts-sdk - v1.29.0

      Type alias TypeArgument

      TypeArgument: TypeTag | string

      TypeArgument inputs for Entry functions, view functions, and scripts

      +

      This can be a string version of the type argument such as:

      +
        +
      • u8
      • +
      • u16
      • +
      • u32
      • +
      • u64
      • +
      • u128
      • +
      • u256
      • +
      • bool
      • +
      • address
      • +
      • signer
      • +
      • vector
      • +
      • address::module::struct
      • +
      • address::module::struct<Type1, Type2>
      • +
      +
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/Uint128.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/Uint128.html new file mode 100644 index 000000000..5ce2d26ca --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/Uint128.html @@ -0,0 +1 @@ +Uint128 | @aptos-labs/ts-sdk - v1.29.0

      Type alias Uint128

      Uint128: bigint
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/Uint16.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/Uint16.html new file mode 100644 index 000000000..aa1414595 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/Uint16.html @@ -0,0 +1 @@ +Uint16 | @aptos-labs/ts-sdk - v1.29.0

      Type alias Uint16

      Uint16: number
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/Uint256.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/Uint256.html new file mode 100644 index 000000000..377eb51e2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/Uint256.html @@ -0,0 +1 @@ +Uint256 | @aptos-labs/ts-sdk - v1.29.0

      Type alias Uint256

      Uint256: bigint
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/Uint32.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/Uint32.html new file mode 100644 index 000000000..9e6ee7b3e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/Uint32.html @@ -0,0 +1 @@ +Uint32 | @aptos-labs/ts-sdk - v1.29.0

      Type alias Uint32

      Uint32: number
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/Uint64.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/Uint64.html new file mode 100644 index 000000000..cf499e8c6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/Uint64.html @@ -0,0 +1 @@ +Uint64 | @aptos-labs/ts-sdk - v1.29.0

      Type alias Uint64

      Uint64: bigint
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/Uint8.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/Uint8.html new file mode 100644 index 000000000..3d87cc010 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/Uint8.html @@ -0,0 +1,2 @@ +Uint8 | @aptos-labs/ts-sdk - v1.29.0

      Type alias Uint8

      Uint8: number

      BCS types

      +
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/UserTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/UserTransactionResponse.html new file mode 100644 index 000000000..b2d9a2082 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/UserTransactionResponse.html @@ -0,0 +1,5 @@ +UserTransactionResponse | @aptos-labs/ts-sdk - v1.29.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

        +
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/ValidatorTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/ValidatorTransactionResponse.html new file mode 100644 index 000000000..9514bb667 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/ValidatorTransactionResponse.html @@ -0,0 +1,5 @@ +ValidatorTransactionResponse | @aptos-labs/ts-sdk - v1.29.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

        +
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/ViewFunctionABI.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/ViewFunctionABI.html new file mode 100644 index 000000000..08106cb3d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/ViewFunctionABI.html @@ -0,0 +1,3 @@ +ViewFunctionABI | @aptos-labs/ts-sdk - v1.29.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

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/ViewFunctionJsonPayload.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/ViewFunctionJsonPayload.html new file mode 100644 index 000000000..071a08326 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/ViewFunctionJsonPayload.html @@ -0,0 +1,2 @@ +ViewFunctionJsonPayload | @aptos-labs/ts-sdk - v1.29.0

      Type alias ViewFunctionJsonPayload

      ViewFunctionJsonPayload: {
          function: MoveFunctionId;
          functionArguments: MoveValue[];
          typeArguments: MoveStructId[];
      }

      Payload sent to the fullnode for a JSON view request

      +

      Type declaration

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/WaitForTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/WaitForTransactionOptions.html new file mode 100644 index 000000000..0d5747ab3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/WaitForTransactionOptions.html @@ -0,0 +1,2 @@ +WaitForTransactionOptions | @aptos-labs/ts-sdk - v1.29.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
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSet.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSet.html new file mode 100644 index 000000000..5c68709f2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSet.html @@ -0,0 +1 @@ +WriteSet | @aptos-labs/ts-sdk - v1.29.0
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChange.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChange.html new file mode 100644 index 000000000..b07ffbf63 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChange.html @@ -0,0 +1,2 @@ +WriteSetChange | @aptos-labs/ts-sdk - v1.29.0
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeDeleteModule.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeDeleteModule.html new file mode 100644 index 000000000..73afc3dcf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeDeleteModule.html @@ -0,0 +1,2 @@ +WriteSetChangeDeleteModule | @aptos-labs/ts-sdk - v1.29.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
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeDeleteResource.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeDeleteResource.html new file mode 100644 index 000000000..a9e3d9815 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeDeleteResource.html @@ -0,0 +1 @@ +WriteSetChangeDeleteResource | @aptos-labs/ts-sdk - v1.29.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
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeDeleteTableItem.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeDeleteTableItem.html new file mode 100644 index 000000000..d3d15d2cf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeDeleteTableItem.html @@ -0,0 +1 @@ +WriteSetChangeDeleteTableItem | @aptos-labs/ts-sdk - v1.29.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
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeWriteModule.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeWriteModule.html new file mode 100644 index 000000000..ae6506baf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeWriteModule.html @@ -0,0 +1 @@ +WriteSetChangeWriteModule | @aptos-labs/ts-sdk - v1.29.0

      Type alias WriteSetChangeWriteModule

      WriteSetChangeWriteModule: {
          address: string;
          data: MoveModuleBytecode;
          state_key_hash: string;
          type: string;
      }

      Type declaration

      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeWriteResource.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeWriteResource.html new file mode 100644 index 000000000..b7608d03a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeWriteResource.html @@ -0,0 +1 @@ +WriteSetChangeWriteResource | @aptos-labs/ts-sdk - v1.29.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
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeWriteTableItem.html b/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeWriteTableItem.html new file mode 100644 index 000000000..41055050a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/types/WriteSetChangeWriteTableItem.html @@ -0,0 +1 @@ +WriteSetChangeWriteTableItem | @aptos-labs/ts-sdk - v1.29.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
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/APTOS_BIP44_REGEX.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/APTOS_BIP44_REGEX.html new file mode 100644 index 000000000..8c933efca --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/APTOS_BIP44_REGEX.html @@ -0,0 +1 @@ +APTOS_BIP44_REGEX | @aptos-labs/ts-sdk - v1.29.0

      Variable APTOS_BIP44_REGEXConst

      APTOS_BIP44_REGEX: RegExp = ...
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/APTOS_COIN.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/APTOS_COIN.html new file mode 100644 index 000000000..5fd6599a1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/APTOS_COIN.html @@ -0,0 +1,2 @@ +APTOS_COIN | @aptos-labs/ts-sdk - v1.29.0

      Variable APTOS_COINConst

      APTOS_COIN: "0x1::aptos_coin::AptosCoin" = "0x1::aptos_coin::AptosCoin"

      The default gas currency for the network.

      +
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/APTOS_FA.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/APTOS_FA.html new file mode 100644 index 000000000..b8dfac8fa --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/APTOS_FA.html @@ -0,0 +1 @@ +APTOS_FA | @aptos-labs/ts-sdk - v1.29.0

      Variable APTOS_FAConst

      APTOS_FA: "0x000000000000000000000000000000000000000000000000000000000000000a" = "0x000000000000000000000000000000000000000000000000000000000000000a"
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/APTOS_HARDENED_REGEX.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/APTOS_HARDENED_REGEX.html new file mode 100644 index 000000000..e884fbd87 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/APTOS_HARDENED_REGEX.html @@ -0,0 +1,2 @@ +APTOS_HARDENED_REGEX | @aptos-labs/ts-sdk - v1.29.0

      Variable APTOS_HARDENED_REGEXConst

      APTOS_HARDENED_REGEX: RegExp = ...

      Aptos derive path is 637

      +
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/DEFAULT_MAX_GAS_AMOUNT.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/DEFAULT_MAX_GAS_AMOUNT.html new file mode 100644 index 000000000..145afe8bf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/DEFAULT_MAX_GAS_AMOUNT.html @@ -0,0 +1,5 @@ +DEFAULT_MAX_GAS_AMOUNT | @aptos-labs/ts-sdk - v1.29.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.

      +
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html new file mode 100644 index 000000000..5ba51ffed --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html @@ -0,0 +1,5 @@ +DEFAULT_TXN_EXP_SEC_FROM_NOW | @aptos-labs/ts-sdk - v1.29.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.

      +
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html new file mode 100644 index 000000000..b68fd4304 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html @@ -0,0 +1,4 @@ +DEFAULT_TXN_TIMEOUT_SEC | @aptos-labs/ts-sdk - v1.29.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.

      +
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/EPK_HORIZON_SECS.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/EPK_HORIZON_SECS.html new file mode 100644 index 000000000..d3cb59796 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/EPK_HORIZON_SECS.html @@ -0,0 +1 @@ +EPK_HORIZON_SECS | @aptos-labs/ts-sdk - v1.29.0

      Variable EPK_HORIZON_SECSConst

      EPK_HORIZON_SECS: 10000000 = 10000000
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/HARDENED_OFFSET.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/HARDENED_OFFSET.html new file mode 100644 index 000000000..3ea313a87 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/HARDENED_OFFSET.html @@ -0,0 +1 @@ +HARDENED_OFFSET | @aptos-labs/ts-sdk - v1.29.0

      Variable HARDENED_OFFSETConst

      HARDENED_OFFSET: 2147483648 = 0x80000000
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_AUD_VAL_BYTES.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_AUD_VAL_BYTES.html new file mode 100644 index 000000000..b01350eb1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_AUD_VAL_BYTES.html @@ -0,0 +1 @@ +MAX_AUD_VAL_BYTES | @aptos-labs/ts-sdk - v1.29.0

      Variable MAX_AUD_VAL_BYTESConst

      MAX_AUD_VAL_BYTES: 120 = 120
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_COMMITED_EPK_BYTES.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_COMMITED_EPK_BYTES.html new file mode 100644 index 000000000..4e698aa45 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_COMMITED_EPK_BYTES.html @@ -0,0 +1 @@ +MAX_COMMITED_EPK_BYTES | @aptos-labs/ts-sdk - v1.29.0

      Variable MAX_COMMITED_EPK_BYTESConst

      MAX_COMMITED_EPK_BYTES: 93 = 93
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_EXTRA_FIELD_BYTES.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_EXTRA_FIELD_BYTES.html new file mode 100644 index 000000000..9250a1186 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_EXTRA_FIELD_BYTES.html @@ -0,0 +1 @@ +MAX_EXTRA_FIELD_BYTES | @aptos-labs/ts-sdk - v1.29.0

      Variable MAX_EXTRA_FIELD_BYTESConst

      MAX_EXTRA_FIELD_BYTES: 350 = 350
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_ISS_VAL_BYTES.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_ISS_VAL_BYTES.html new file mode 100644 index 000000000..0b4ec7168 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_ISS_VAL_BYTES.html @@ -0,0 +1 @@ +MAX_ISS_VAL_BYTES | @aptos-labs/ts-sdk - v1.29.0

      Variable MAX_ISS_VAL_BYTESConst

      MAX_ISS_VAL_BYTES: 120 = 120
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_JWT_HEADER_B64_BYTES.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_JWT_HEADER_B64_BYTES.html new file mode 100644 index 000000000..14b05e72e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_JWT_HEADER_B64_BYTES.html @@ -0,0 +1 @@ +MAX_JWT_HEADER_B64_BYTES | @aptos-labs/ts-sdk - v1.29.0

      Variable MAX_JWT_HEADER_B64_BYTESConst

      MAX_JWT_HEADER_B64_BYTES: 300 = 300
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_UID_KEY_BYTES.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_UID_KEY_BYTES.html new file mode 100644 index 000000000..6741651fe --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_UID_KEY_BYTES.html @@ -0,0 +1 @@ +MAX_UID_KEY_BYTES | @aptos-labs/ts-sdk - v1.29.0

      Variable MAX_UID_KEY_BYTESConst

      MAX_UID_KEY_BYTES: 30 = 30
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_UID_VAL_BYTES.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_UID_VAL_BYTES.html new file mode 100644 index 000000000..c82ed4f37 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/MAX_UID_VAL_BYTES.html @@ -0,0 +1 @@ +MAX_UID_VAL_BYTES | @aptos-labs/ts-sdk - v1.29.0

      Variable MAX_UID_VAL_BYTESConst

      MAX_UID_VAL_BYTES: 330 = 330
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToChainId.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToChainId.html new file mode 100644 index 000000000..7b50459c4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToChainId.html @@ -0,0 +1 @@ +NetworkToChainId | @aptos-labs/ts-sdk - v1.29.0

      Variable NetworkToChainIdConst

      NetworkToChainId: Record<string, number> = ...
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToFaucetAPI.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToFaucetAPI.html new file mode 100644 index 000000000..d92e636af --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToFaucetAPI.html @@ -0,0 +1 @@ +NetworkToFaucetAPI | @aptos-labs/ts-sdk - v1.29.0

      Variable NetworkToFaucetAPIConst

      NetworkToFaucetAPI: Record<string, string> = ...
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToIndexerAPI.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToIndexerAPI.html new file mode 100644 index 000000000..63ac73ddc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToIndexerAPI.html @@ -0,0 +1 @@ +NetworkToIndexerAPI | @aptos-labs/ts-sdk - v1.29.0

      Variable NetworkToIndexerAPIConst

      NetworkToIndexerAPI: Record<string, string> = ...
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToNetworkName.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToNetworkName.html new file mode 100644 index 000000000..17a6b034b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToNetworkName.html @@ -0,0 +1 @@ +NetworkToNetworkName | @aptos-labs/ts-sdk - v1.29.0

      Variable NetworkToNetworkNameConst

      NetworkToNetworkName: Record<string, Network> = ...
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToNodeAPI.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToNodeAPI.html new file mode 100644 index 000000000..8fbdd2251 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToNodeAPI.html @@ -0,0 +1 @@ +NetworkToNodeAPI | @aptos-labs/ts-sdk - v1.29.0

      Variable NetworkToNodeAPIConst

      NetworkToNodeAPI: Record<string, string> = ...
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToPepperAPI.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToPepperAPI.html new file mode 100644 index 000000000..0a0c04047 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToPepperAPI.html @@ -0,0 +1 @@ +NetworkToPepperAPI | @aptos-labs/ts-sdk - v1.29.0

      Variable NetworkToPepperAPIConst

      NetworkToPepperAPI: Record<string, string> = ...
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToProverAPI.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToProverAPI.html new file mode 100644 index 000000000..6f1ed7b96 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/NetworkToProverAPI.html @@ -0,0 +1 @@ +NetworkToProverAPI | @aptos-labs/ts-sdk - v1.29.0

      Variable NetworkToProverAPIConst

      NetworkToProverAPI: Record<string, string> = ...
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/RAW_TRANSACTION_SALT.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/RAW_TRANSACTION_SALT.html new file mode 100644 index 000000000..a0e5c97e8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/RAW_TRANSACTION_SALT.html @@ -0,0 +1 @@ +RAW_TRANSACTION_SALT | @aptos-labs/ts-sdk - v1.29.0

      Variable RAW_TRANSACTION_SALTConst

      RAW_TRANSACTION_SALT: "APTOS::RawTransaction" = "APTOS::RawTransaction"
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/RAW_TRANSACTION_WITH_DATA_SALT.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/RAW_TRANSACTION_WITH_DATA_SALT.html new file mode 100644 index 000000000..d84627ae2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/RAW_TRANSACTION_WITH_DATA_SALT.html @@ -0,0 +1 @@ +RAW_TRANSACTION_WITH_DATA_SALT | @aptos-labs/ts-sdk - v1.29.0

      Variable RAW_TRANSACTION_WITH_DATA_SALTConst

      RAW_TRANSACTION_WITH_DATA_SALT: "APTOS::RawTransactionWithData" = "APTOS::RawTransactionWithData"
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.0/variables/promiseFulfilledStatus.html b/docs/@aptos-labs/ts-sdk-1.29.0/variables/promiseFulfilledStatus.html new file mode 100644 index 000000000..c0b7b47b7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.0/variables/promiseFulfilledStatus.html @@ -0,0 +1 @@ +promiseFulfilledStatus | @aptos-labs/ts-sdk - v1.29.0

      Variable promiseFulfilledStatusConst

      promiseFulfilledStatus: "fulfilled" = "fulfilled"
      \ 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 839a46274..088513acd 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.28.0 +redirect_to: /@aptos-labs/ts-sdk-1.29.0 --- diff --git a/docs/index.md b/docs/index.md index 1f6457754..8dcb78052 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.29.0](@aptos-labs/ts-sdk-1.29.0) - [Stable - @aptos-labs/ts-sdk-1.28.0](@aptos-labs/ts-sdk-1.28.0) - [Stable - @aptos-labs/ts-sdk-1.27.1](@aptos-labs/ts-sdk-1.27.1) - [Stable - @aptos-labs/ts-sdk-1.27.0](@aptos-labs/ts-sdk-1.27.0) diff --git a/package.json b/package.json index 17024f170..a3cb4fb21 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "typedoc": "^0.25.4", "typescript": "^5.3.3" }, - "version": "1.28.0" + "version": "1.29.0" } diff --git a/src/version.ts b/src/version.ts index fd7a56f4d..431b08447 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.28.0"; +export const VERSION = "1.29.0";