From bb9f826db228c94d7d606cf9c6dc0f41b49e4d25 Mon Sep 17 00:00:00 2001 From: Oliver He Date: Wed, 9 Oct 2024 05:13:52 -0400 Subject: [PATCH] Bump version to 1.29.1 (#534) --- CHANGELOG.md | 2 + docs/@aptos-labs/ts-sdk-1.29.1/.nojekyll | 1 + .../ts-sdk-1.29.1/assets/highlight.css | 148 ++ .../@aptos-labs/ts-sdk-1.29.1/assets/icons.js | 15 + .../ts-sdk-1.29.1/assets/icons.svg | 1 + docs/@aptos-labs/ts-sdk-1.29.1/assets/main.js | 59 + .../ts-sdk-1.29.1/assets/navigation.js | 1 + .../ts-sdk-1.29.1/assets/search.js | 1 + .../ts-sdk-1.29.1/assets/style.css | 1412 +++++++++++++++++ .../classes/AbstractKeylessAccount.html | 71 + .../ts-sdk-1.29.1/classes/Account.html | 51 + .../ts-sdk-1.29.1/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.1/classes/AnyPublicKey.html | 34 + .../ts-sdk-1.29.1/classes/AnySignature.html | 22 + .../ts-sdk-1.29.1/classes/Aptos.html | 830 ++++++++++ .../ts-sdk-1.29.1/classes/AptosApiError.html | 22 + .../ts-sdk-1.29.1/classes/AptosConfig.html | 27 + .../classes/AuthenticationKey.html | 39 + .../ts-sdk-1.29.1/classes/Bool.html | 20 + .../ts-sdk-1.29.1/classes/ChainId.html | 13 + .../ts-sdk-1.29.1/classes/Deserializer.html | 78 + .../ts-sdk-1.29.1/classes/Ed25519Account.html | 35 + .../classes/Ed25519PrivateKey.html | 52 + .../classes/Ed25519PublicKey.html | 34 + .../classes/Ed25519Signature.html | 20 + .../ts-sdk-1.29.1/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.1/classes/FixedBytes.html | 33 + .../ts-sdk-1.29.1/classes/Groth16Zkp.html | 20 + .../ts-sdk-1.29.1/classes/Hex.html | 50 + .../ts-sdk-1.29.1/classes/Identifier.html | 15 + .../ts-sdk-1.29.1/classes/KeylessAccount.html | 75 + .../classes/KeylessConfiguration.html | 8 + .../classes/KeylessPublicKey.html | 46 + .../classes/KeylessSignature.html | 29 + .../ts-sdk-1.29.1/classes/ModuleId.html | 22 + .../ts-sdk-1.29.1/classes/MoveOption.html | 83 + .../ts-sdk-1.29.1/classes/MoveString.html | 20 + .../ts-sdk-1.29.1/classes/MoveVector.html | 88 + .../classes/MultiAgentRawTransaction.html | 19 + .../classes/MultiAgentTransaction.html | 21 + .../classes/MultiEd25519PublicKey.html | 36 + .../classes/MultiEd25519Signature.html | 45 + .../ts-sdk-1.29.1/classes/MultiKey.html | 36 + .../classes/MultiKeyAccount.html | 53 + .../classes/MultiKeySignature.html | 43 + .../ts-sdk-1.29.1/classes/MultiSig.html | 11 + .../classes/MultiSigTransactionPayload.html | 21 + .../ts-sdk-1.29.1/classes/ParsingError.html | 16 + .../ts-sdk-1.29.1/classes/PublicKey.html | 18 + .../ts-sdk-1.29.1/classes/RawTransaction.html | 31 + .../classes/RawTransactionWithData.html | 14 + .../classes/RotationProofChallenge.html | 19 + .../ts-sdk-1.29.1/classes/Script.html | 21 + .../classes/Secp256k1PrivateKey.html | 47 + .../classes/Secp256k1PublicKey.html | 27 + .../classes/Secp256k1Signature.html | 22 + .../ts-sdk-1.29.1/classes/Serializable.html | 10 + .../ts-sdk-1.29.1/classes/Serialized.html | 21 + .../ts-sdk-1.29.1/classes/Serializer.html | 82 + .../ts-sdk-1.29.1/classes/Signature.html | 18 + .../classes/SignedTransaction.html | 21 + .../classes/SimpleTransaction.html | 21 + .../classes/SingleKeyAccount.html | 39 + .../ts-sdk-1.29.1/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.1/classes/TypeTag.html | 24 + .../ts-sdk-1.29.1/classes/TypeTagAddress.html | 25 + .../ts-sdk-1.29.1/classes/TypeTagBool.html | 25 + .../ts-sdk-1.29.1/classes/TypeTagGeneric.html | 29 + .../classes/TypeTagParserError.html | 11 + .../classes/TypeTagReference.html | 26 + .../ts-sdk-1.29.1/classes/TypeTagSigner.html | 25 + .../ts-sdk-1.29.1/classes/TypeTagStruct.html | 30 + .../ts-sdk-1.29.1/classes/TypeTagU128.html | 25 + .../ts-sdk-1.29.1/classes/TypeTagU16.html | 25 + .../ts-sdk-1.29.1/classes/TypeTagU256.html | 25 + .../ts-sdk-1.29.1/classes/TypeTagU32.html | 25 + .../ts-sdk-1.29.1/classes/TypeTagU64.html | 25 + .../ts-sdk-1.29.1/classes/TypeTagU8.html | 25 + .../ts-sdk-1.29.1/classes/TypeTagVector.html | 27 + .../ts-sdk-1.29.1/classes/U128.html | 20 + .../ts-sdk-1.29.1/classes/U16.html | 20 + .../ts-sdk-1.29.1/classes/U256.html | 20 + .../ts-sdk-1.29.1/classes/U32.html | 20 + .../ts-sdk-1.29.1/classes/U64.html | 20 + .../@aptos-labs/ts-sdk-1.29.1/classes/U8.html | 20 + .../classes/ZeroKnowledgeSig.html | 31 + .../ts-sdk-1.29.1/classes/ZkProof.html | 15 + .../enums/AccountAuthenticatorVariant.html | 7 + .../enums/AddressInvalidReason.html | 9 + .../enums/AnyPublicKeyVariant.html | 5 + .../enums/AnySignatureVariant.html | 4 + .../ts-sdk-1.29.1/enums/AptosApiType.html | 7 + .../ts-sdk-1.29.1/enums/DeriveScheme.html | 12 + .../enums/EphemeralCertificateVariant.html | 2 + .../enums/EphemeralPublicKeyVariant.html | 2 + .../enums/EphemeralSignatureVariant.html | 2 + .../ts-sdk-1.29.1/enums/HexInvalidReason.html | 5 + .../ts-sdk-1.29.1/enums/KeyType.html | 3 + .../ts-sdk-1.29.1/enums/MimeType.html | 8 + .../ts-sdk-1.29.1/enums/MoveAbility.html | 6 + .../enums/MoveFunctionVisibility.html | 5 + .../ts-sdk-1.29.1/enums/Network.html | 6 + .../ts-sdk-1.29.1/enums/ProcessorType.html | 12 + .../ts-sdk-1.29.1/enums/RoleType.html | 3 + .../ScriptTransactionArgumentVariants.html | 13 + .../ts-sdk-1.29.1/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.1/enums/TypeTagVariants.html | 16 + .../ts-sdk-1.29.1/enums/ZkpVariant.html | 2 + .../ts-sdk-1.29.1/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.1/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.1/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.1/functions/hashValues.html | 3 + .../ts-sdk-1.29.1/functions/isBcsAddress.html | 1 + .../ts-sdk-1.29.1/functions/isBcsBool.html | 1 + .../functions/isBcsFixedBytes.html | 1 + .../ts-sdk-1.29.1/functions/isBcsString.html | 1 + .../ts-sdk-1.29.1/functions/isBcsU128.html | 1 + .../ts-sdk-1.29.1/functions/isBcsU16.html | 1 + .../ts-sdk-1.29.1/functions/isBcsU256.html | 1 + .../ts-sdk-1.29.1/functions/isBcsU32.html | 1 + .../ts-sdk-1.29.1/functions/isBcsU64.html | 1 + .../ts-sdk-1.29.1/functions/isBcsU8.html | 1 + .../isBlockEpilogueTransactionResponse.html | 1 + .../isBlockMetadataTransactionResponse.html | 1 + .../ts-sdk-1.29.1/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.1/functions/isNumber.html | 1 + .../isPendingTransactionResponse.html | 1 + .../functions/isScriptDataInput.html | 1 + .../functions/isSecp256k1Signature.html | 1 + .../isStateCheckpointTransactionResponse.html | 1 + .../ts-sdk-1.29.1/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.1/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.1/functions/parseTypeTag.html | 14 + .../ts-sdk-1.29.1/functions/poseidonHash.html | 4 + .../ts-sdk-1.29.1/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.1/functions/request.html | 3 + .../ts-sdk-1.29.1/functions/sleep.html | 3 + .../ts-sdk-1.29.1/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.1/hierarchy.html | 1 + docs/@aptos-labs/ts-sdk-1.29.1/index.html | 43 + .../interfaces/AptosResponse.html | 16 + .../ts-sdk-1.29.1/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.1/interfaces/OrderByArg.html | 2 + .../interfaces/PaginationArgs.html | 6 + .../ts-sdk-1.29.1/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.1/interfaces/WhereArg.html | 2 + docs/@aptos-labs/ts-sdk-1.29.1/modules.html | 453 ++++++ .../types/AccountAddressInput.html | 1 + .../ts-sdk-1.29.1/types/AccountData.html | 1 + .../ts-sdk-1.29.1/types/AccountSignature.html | 2 + .../ts-sdk-1.29.1/types/AnyNumber.html | 1 + .../types/AnyRawTransaction.html | 2 + .../types/AnyRawTransactionInstance.html | 2 + .../types/AnyTransactionPayloadInstance.html | 2 + .../ts-sdk-1.29.1/types/AptosRequest.html | 11 + .../ts-sdk-1.29.1/types/AptosSettings.html | 4 + .../types/AuthenticationKeyScheme.html | 3 + .../ts-sdk-1.29.1/types/Block.html | 3 + .../ts-sdk-1.29.1/types/BlockEndInfo.html | 2 + .../BlockEpilogueTransactionResponse.html | 6 + .../BlockMetadataTransactionResponse.html | 7 + .../ts-sdk-1.29.1/types/ClientConfig.html | 5 + .../types/ClientHeadersType.html | 2 + .../types/CommittedTransactionResponse.html | 1 + .../ts-sdk-1.29.1/types/DecodedTableData.html | 5 + .../ts-sdk-1.29.1/types/DeletedTableData.html | 4 + .../ts-sdk-1.29.1/types/DerivedKeys.html | 1 + .../types/DeserializableClass.html | 1 + .../ts-sdk-1.29.1/types/DirectWriteSet.html | 1 + .../ts-sdk-1.29.1/types/EntryFunctionABI.html | 3 + .../types/EntryFunctionArgumentTypes.html | 2 + .../types/EntryFunctionPayloadResponse.html | 3 + .../ts-sdk-1.29.1/types/Event.html | 2 + .../ts-sdk-1.29.1/types/EventGuid.html | 1 + .../types/ExecutionFinishEventData.html | 1 + .../ts-sdk-1.29.1/types/FailureEventData.html | 1 + .../ts-sdk-1.29.1/types/FaucetConfig.html | 4 + .../ts-sdk-1.29.1/types/FullNodeConfig.html | 3 + .../ts-sdk-1.29.1/types/FunctionABI.html | 2 + .../ts-sdk-1.29.1/types/GasEstimation.html | 5 + .../ts-sdk-1.29.1/types/GenerateAccount.html | 1 + .../types/GenerateAccountWithEd25519.html | 3 + ...teAccountWithSingleSignerSecp256k1Key.html | 3 + .../ts-sdk-1.29.1/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.1/types/GraphqlQuery.html | 2 + .../ts-sdk-1.29.1/types/HexInput.html | 2 + .../ts-sdk-1.29.1/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.1/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.1/types/LedgerInfo.html | 4 + .../ts-sdk-1.29.1/types/LedgerVersionArg.html | 2 + .../ts-sdk-1.29.1/types/MoveAddressType.html | 1 + .../ts-sdk-1.29.1/types/MoveFunction.html | 7 + .../types/MoveFunctionGenericTypeParam.html | 2 + .../ts-sdk-1.29.1/types/MoveFunctionId.html | 1 + .../ts-sdk-1.29.1/types/MoveModule.html | 5 + .../types/MoveModuleBytecode.html | 1 + .../ts-sdk-1.29.1/types/MoveModuleId.html | 3 + .../ts-sdk-1.29.1/types/MoveObjectType.html | 1 + .../ts-sdk-1.29.1/types/MoveOptionType.html | 1 + .../ts-sdk-1.29.1/types/MoveResource.html | 1 + .../types/MoveScriptBytecode.html | 2 + .../ts-sdk-1.29.1/types/MoveStruct.html | 9 + .../ts-sdk-1.29.1/types/MoveStructField.html | 2 + .../ts-sdk-1.29.1/types/MoveStructId.html | 2 + .../ts-sdk-1.29.1/types/MoveStructType.html | 1 + .../ts-sdk-1.29.1/types/MoveType.html | 1 + .../ts-sdk-1.29.1/types/MoveUint128Type.html | 1 + .../ts-sdk-1.29.1/types/MoveUint16Type.html | 1 + .../ts-sdk-1.29.1/types/MoveUint256Type.html | 1 + .../ts-sdk-1.29.1/types/MoveUint32Type.html | 1 + .../ts-sdk-1.29.1/types/MoveUint64Type.html | 1 + .../ts-sdk-1.29.1/types/MoveUint8Type.html | 2 + .../ts-sdk-1.29.1/types/MoveValue.html | 12 + .../types/MultisigPayloadResponse.html | 1 + .../ts-sdk-1.29.1/types/OrderBy.html | 3 + .../ts-sdk-1.29.1/types/OrderByValue.html | 1 + .../ts-sdk-1.29.1/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.1/types/ProofFetchStatus.html | 1 + .../types/ProofFetchSuccess.html | 1 + .../types/ScriptFunctionArgumentTypes.html | 2 + .../types/ScriptPayloadResponse.html | 3 + .../ts-sdk-1.29.1/types/ScriptWriteSet.html | 1 + .../SimpleEntryFunctionArgumentTypes.html | 2 + ...SingleKeySignerFromDerivationPathArgs.html | 1 + .../StateCheckpointTransactionResponse.html | 4 + .../ts-sdk-1.29.1/types/SuccessEventData.html | 1 + .../ts-sdk-1.29.1/types/TableItemRequest.html | 3 + .../ts-sdk-1.29.1/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.1/types/TypeArgument.html | 17 + .../ts-sdk-1.29.1/types/Uint128.html | 1 + .../ts-sdk-1.29.1/types/Uint16.html | 1 + .../ts-sdk-1.29.1/types/Uint256.html | 1 + .../ts-sdk-1.29.1/types/Uint32.html | 1 + .../ts-sdk-1.29.1/types/Uint64.html | 1 + .../ts-sdk-1.29.1/types/Uint8.html | 2 + .../types/UserTransactionResponse.html | 5 + .../types/ValidatorTransactionResponse.html | 5 + .../ts-sdk-1.29.1/types/ViewFunctionABI.html | 3 + .../types/ViewFunctionJsonPayload.html | 2 + .../types/WaitForTransactionOptions.html | 2 + .../ts-sdk-1.29.1/types/WriteSet.html | 1 + .../ts-sdk-1.29.1/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.1/variables/APTOS_COIN.html | 2 + .../ts-sdk-1.29.1/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, 7212 insertions(+), 3 deletions(-) create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/.nojekyll create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/assets/highlight.css create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/assets/icons.js create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/assets/icons.svg create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/assets/main.js create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/assets/navigation.js create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/assets/search.js create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/assets/style.css create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/AbstractKeylessAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/Account.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountAuthenticator.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountAuthenticatorEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountAuthenticatorMultiEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountAuthenticatorMultiKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountAuthenticatorSingleKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountPublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountSequenceNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/AnyPublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/AnySignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/Aptos.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/AptosApiError.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/AptosConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/AuthenticationKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/Bool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/ChainId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/Deserializer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/Ed25519Account.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/Ed25519PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/Ed25519PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/Ed25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/EntryFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/EntryFunctionBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/EphemeralCertificate.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/EphemeralKeyPair.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/EphemeralPublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/EphemeralSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/FederatedKeylessAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/FederatedKeylessPublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/FeePayerRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/FixedBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/Groth16Zkp.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/Hex.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/Identifier.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/KeylessAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/KeylessConfiguration.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/KeylessPublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/KeylessSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/ModuleId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/MoveOption.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/MoveString.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/MoveVector.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiAgentRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiAgentTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiEd25519PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiKeyAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiKeySignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiSig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiSigTransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/ParsingError.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/RawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/RawTransactionWithData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/RotationProofChallenge.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/Script.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/Secp256k1PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/Secp256k1PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/Secp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/Serializable.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/Serialized.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/Serializer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/SignedTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/SimpleTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/SingleKeyAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/StructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAndProof.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAuthenticator.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAuthenticatorEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAuthenticatorFeePayer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAuthenticatorMultiAgent.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAuthenticatorMultiEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAuthenticatorSingleSender.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionPayloadEntryFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionPayloadMultiSig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionPayloadScript.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionWorker.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagBool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagGeneric.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagParserError.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagReference.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagSigner.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagStruct.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagU128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagU16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagU256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagU32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagU64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagU8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagVector.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/U128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/U16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/U256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/U32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/U64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/U8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/ZeroKnowledgeSig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/classes/ZkProof.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/AccountAuthenticatorVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/AddressInvalidReason.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/AnyPublicKeyVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/AnySignatureVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/AptosApiType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/DeriveScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/EphemeralCertificateVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/EphemeralPublicKeyVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/EphemeralSignatureVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/HexInvalidReason.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/KeyType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/MimeType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/MoveAbility.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/MoveFunctionVisibility.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/Network.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/ProcessorType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/RoleType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/ScriptTransactionArgumentVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/SigningScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/SigningSchemeInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/TransactionAuthenticatorVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/TransactionPayloadVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/TransactionResponseType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/TransactionVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/TransactionWorkerEventsEnum.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/TypeTagParserErrorType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/TypeTagVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/enums/ZkpVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/CKDPriv.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/aptosCoinStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/aptosRequest-1.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/base64UrlDecode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/bigIntToBytesLE.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/buildTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/bytesToBigIntLE.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/checkOrConvertArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/convertAmountFromHumanReadableToOnChain.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/convertAmountFromOnChainToHumanReadable.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/convertArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/convertNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/createObjectAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/createResourceAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/createTokenAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/deriveKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/deriveTransactionType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/deserializeFromScriptArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/ensureBoolean.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/fetchEntryFunctionAbi.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/fetchFunctionAbi.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/fetchViewFunctionAbi.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/findFirstNonSignerArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/floorToWholeHour.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/generateRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/generateSignedTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/generateSignedTransactionForSimulation.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/generateSigningMessage.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/generateSigningMessageForSerializable.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/generateSigningMessageForTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/generateTransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/generateTransactionPayloadWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/generateUserTransactionHash.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/generateViewFunctionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/generateViewFunctionPayloadWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/get.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/getAptosFullNode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/getAptosPepperService.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/getAuthenticatorForSimulation.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/getFunctionParts.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/getKeylessConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/hashStrToField.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/hashValues.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsBool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsFixedBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsString.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isBlockEpilogueTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isBlockMetadataTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isBool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isCanonicalEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isEmptyOption.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isEncodedEntryFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isEncodedStruct.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isFeePayerSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isGenesisTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isLargeNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isMultiAgentSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isMultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isPendingTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isScriptDataInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isSecp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isStateCheckpointTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isString.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isUserTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isValidBIP44Path.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isValidHardenedPath.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/isValidatorTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/mnemonicToSeed.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/normalizeBundle.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/nowInSeconds.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/objectStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/optionStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/outOfRangeErrorMessage.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/padAndPackBytesWithLen.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/paginateWithCursor.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/parseEncodedStruct.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/parseTypeTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/poseidonHash.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/post.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/postAptosFaucet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/postAptosFullNode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/postAptosIndexer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/postAptosPepperService.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/postAptosProvingService.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/request.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/sleep.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/splitPath.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/standardizeTypeTags.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/stringStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/throwTypeMismatch.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/functions/validateNumberInRange.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/hierarchy.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/index.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/AptosResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/Client.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/ClientRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/ClientResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/CreateAccountFromPrivateKeyArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/Deserializable.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/Ed25519SignerConstructorArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/Ed25519SignerFromDerivationPathArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/EntryFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/GenerateAccountArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/GenerateEd25519AccountArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/GenerateEd25519SingleKeyAccountArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/GenerateSingleKeyAccountArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/InputGenerateMultiAgentRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/InputGenerateMultiAgentRawTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/InputGenerateSingleSignerRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/InputGenerateSingleSignerRawTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/InputSubmitTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/OrderByArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/PaginationArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/PrivateKeyFromDerivationPathArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/ProofFetchEvents.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/ScriptFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/SingleKeySignerConstructorArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/SingleKeySignerGenerateArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/TokenStandardArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/TransactionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/TransactionWorkerEvents.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/VerifyEd25519SignatureArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/VerifyMultiKeySignatureArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/VerifySignatureArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/VerifySingleKeySignatureArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/interfaces/WhereArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/modules.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/AccountAddressInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/AccountData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/AccountSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/AnyNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/AnyRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/AnyRawTransactionInstance.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/AnyTransactionPayloadInstance.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/AptosRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/AptosSettings.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/AuthenticationKeyScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/Block.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/BlockEndInfo.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/BlockEpilogueTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/BlockMetadataTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/ClientConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/ClientHeadersType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/CommittedTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/DecodedTableData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/DeletedTableData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/DerivedKeys.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/DeserializableClass.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/DirectWriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/EntryFunctionABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/EntryFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/EntryFunctionPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/Event.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/EventGuid.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/ExecutionFinishEventData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/FailureEventData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/FaucetConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/FullNodeConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/FunctionABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GasEstimation.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GenerateAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GenerateAccountWithEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GenerateAccountWithSingleSignerSecp256k1Key.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GenesisPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GenesisTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetANSNameResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetAccountCoinsDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetAccountCollectionsWithOwnedTokenResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetAccountOwnedTokensFromCollectionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetAccountOwnedTokensQueryResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetAptosRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetChainTopUserTransactionsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetCollectionDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetCurrentFungibleAssetBalancesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetCurrentTokenOwnershipResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetDelegatedStakingActivitiesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetEventsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetFungibleAssetActivitiesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetFungibleAssetMetadataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetNumberOfDelegatorsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetObjectDataQueryResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetOwnedTokensResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetProcessorStatusResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetTableItemsDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetTableItemsMetadataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetTokenActivityResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GetTokenDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/GraphqlQuery.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/HexInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/IndexerConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/InputEntryFunctionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/InputEntryFunctionDataWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/InputEntryFunctionDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/InputGenerateRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/InputGenerateTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/InputGenerateTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/InputGenerateTransactionPayloadData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/InputGenerateTransactionPayloadDataWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/InputGenerateTransactionPayloadDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/InputMultiSigData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/InputMultiSigDataWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/InputMultiSigDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/InputScriptData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/InputSimulateTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/InputSimulateTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/InputViewFunctionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/InputViewFunctionDataWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/InputViewFunctionDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/InputViewFunctionJsonData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/LedgerInfo.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/LedgerVersionArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveAddressType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveFunctionGenericTypeParam.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveFunctionId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveModule.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveModuleBytecode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveModuleId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveObjectType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveOptionType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveResource.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveScriptBytecode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveStruct.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveStructField.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveStructId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveStructType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveUint128Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveUint16Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveUint256Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveUint32Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveUint64Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveUint8Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MoveValue.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/MultisigPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/OrderBy.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/OrderByValue.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/ParsingResult.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/PendingTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/PostAptosRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/PostRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/ProofFetchCallback.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/ProofFetchFailure.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/ProofFetchStatus.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/ProofFetchSuccess.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/ScriptFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/ScriptPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/ScriptWriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/SimpleEntryFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/SingleKeySignerFromDerivationPathArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/StateCheckpointTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/SuccessEventData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/TableItemRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/TokenStandard.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionFeePayerSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionMultiAgentSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionMultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionSecp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/TypeArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/Uint128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/Uint16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/Uint256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/Uint32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/Uint64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/Uint8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/UserTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/ValidatorTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/ViewFunctionABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/ViewFunctionJsonPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/WaitForTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChange.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChangeDeleteModule.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChangeDeleteResource.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChangeDeleteTableItem.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChangeWriteModule.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChangeWriteResource.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChangeWriteTableItem.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/APTOS_BIP44_REGEX.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/APTOS_COIN.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/APTOS_FA.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/APTOS_HARDENED_REGEX.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/DEFAULT_MAX_GAS_AMOUNT.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/DEFAULT_TXN_TIMEOUT_SEC.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/EPK_HORIZON_SECS.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/HARDENED_OFFSET.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/MAX_AUD_VAL_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/MAX_COMMITED_EPK_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/MAX_EXTRA_FIELD_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/MAX_ISS_VAL_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/MAX_JWT_HEADER_B64_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/MAX_UID_KEY_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/MAX_UID_VAL_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/NetworkToChainId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/NetworkToFaucetAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/NetworkToIndexerAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/NetworkToNetworkName.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/NetworkToNodeAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/NetworkToPepperAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/NetworkToProverAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/RAW_TRANSACTION_SALT.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/RAW_TRANSACTION_WITH_DATA_SALT.html create mode 100644 docs/@aptos-labs/ts-sdk-1.29.1/variables/promiseFulfilledStatus.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 210aa6f8d..98b2c3c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to the Aptos TypeScript SDK will be captured in this file. This changelog is written by hand for now. It adheres to the format set out by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). # Unreleased + +# 1.29.1 (2024-10-09) - Fix the `FederatedKeylessAccount` constructor to derive the correct address. # 1.29.0 (2024-10-04) diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/.nojekyll b/docs/@aptos-labs/ts-sdk-1.29.1/.nojekyll new file mode 100644 index 000000000..e2ac6616a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/.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.1/assets/highlight.css b/docs/@aptos-labs/ts-sdk-1.29.1/assets/highlight.css new file mode 100644 index 000000000..5ece99ddc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/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.1/assets/icons.js b/docs/@aptos-labs/ts-sdk-1.29.1/assets/icons.js new file mode 100644 index 000000000..b79c9e89f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/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.1/assets/icons.svg b/docs/@aptos-labs/ts-sdk-1.29.1/assets/icons.svg new file mode 100644 index 000000000..7dead6118 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/assets/icons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/assets/main.js b/docs/@aptos-labs/ts-sdk-1.29.1/assets/main.js new file mode 100644 index 000000000..d6f138860 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/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.1/assets/navigation.js b/docs/@aptos-labs/ts-sdk-1.29.1/assets/navigation.js new file mode 100644 index 000000000..eea93e36e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/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.1/assets/search.js b/docs/@aptos-labs/ts-sdk-1.29.1/assets/search.js new file mode 100644 index 000000000..043aab759 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/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.1/assets/style.css b/docs/@aptos-labs/ts-sdk-1.29.1/assets/style.css new file mode 100644 index 000000000..778b94927 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/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.1/classes/AbstractKeylessAccount.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AbstractKeylessAccount.html new file mode 100644 index 000000000..4b0a035b2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AbstractKeylessAccount.html @@ -0,0 +1,71 @@ +AbstractKeylessAccount | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/Account.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Account.html new file mode 100644 index 000000000..761991041 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Account.html @@ -0,0 +1,51 @@ +Account | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/AccountAddress.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountAddress.html new file mode 100644 index 000000000..3158e0d0b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountAddress.html @@ -0,0 +1,153 @@ +AccountAddress | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/AccountAuthenticator.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountAuthenticator.html new file mode 100644 index 000000000..57e40c2c4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountAuthenticator.html @@ -0,0 +1,15 @@ +AccountAuthenticator | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/AccountAuthenticatorEd25519.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountAuthenticatorEd25519.html new file mode 100644 index 000000000..5f852fbd2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountAuthenticatorEd25519.html @@ -0,0 +1,21 @@ +AccountAuthenticatorEd25519 | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/AccountAuthenticatorMultiEd25519.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountAuthenticatorMultiEd25519.html new file mode 100644 index 000000000..47ab44bda --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountAuthenticatorMultiEd25519.html @@ -0,0 +1,21 @@ +AccountAuthenticatorMultiEd25519 | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/AccountAuthenticatorMultiKey.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountAuthenticatorMultiKey.html new file mode 100644 index 000000000..f9c5ff787 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountAuthenticatorMultiKey.html @@ -0,0 +1,21 @@ +AccountAuthenticatorMultiKey | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/AccountAuthenticatorSingleKey.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountAuthenticatorSingleKey.html new file mode 100644 index 000000000..1fe8cd240 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountAuthenticatorSingleKey.html @@ -0,0 +1,21 @@ +AccountAuthenticatorSingleKey | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/AccountPublicKey.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountPublicKey.html new file mode 100644 index 000000000..35206598a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountPublicKey.html @@ -0,0 +1,20 @@ +AccountPublicKey | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/AccountSequenceNumber.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountSequenceNumber.html new file mode 100644 index 000000000..8cc8188f3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AccountSequenceNumber.html @@ -0,0 +1,29 @@ +AccountSequenceNumber | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/AnyPublicKey.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AnyPublicKey.html new file mode 100644 index 000000000..8571b8ec1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AnyPublicKey.html @@ -0,0 +1,34 @@ +AnyPublicKey | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/AnySignature.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AnySignature.html new file mode 100644 index 000000000..155328702 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AnySignature.html @@ -0,0 +1,22 @@ +AnySignature | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/Aptos.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Aptos.html new file mode 100644 index 000000000..971c81e42 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Aptos.html @@ -0,0 +1,830 @@ +Aptos | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/AptosApiError.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AptosApiError.html new file mode 100644 index 000000000..8b1d3ca25 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AptosApiError.html @@ -0,0 +1,22 @@ +AptosApiError | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/AptosConfig.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AptosConfig.html new file mode 100644 index 000000000..20ad2da9c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AptosConfig.html @@ -0,0 +1,27 @@ +AptosConfig | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/AuthenticationKey.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AuthenticationKey.html new file mode 100644 index 000000000..09c101364 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/AuthenticationKey.html @@ -0,0 +1,39 @@ +AuthenticationKey | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/Bool.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Bool.html new file mode 100644 index 000000000..ef68528ad --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Bool.html @@ -0,0 +1,20 @@ +Bool | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/ChainId.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/ChainId.html new file mode 100644 index 000000000..87e924958 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/ChainId.html @@ -0,0 +1,13 @@ +ChainId | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/Deserializer.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Deserializer.html new file mode 100644 index 000000000..b74504db3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Deserializer.html @@ -0,0 +1,78 @@ +Deserializer | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/Ed25519Account.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Ed25519Account.html new file mode 100644 index 000000000..3753a1f04 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Ed25519Account.html @@ -0,0 +1,35 @@ +Ed25519Account | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/Ed25519PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Ed25519PrivateKey.html new file mode 100644 index 000000000..b682c329e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Ed25519PrivateKey.html @@ -0,0 +1,52 @@ +Ed25519PrivateKey | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/Ed25519PublicKey.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Ed25519PublicKey.html new file mode 100644 index 000000000..a1a9c76d0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Ed25519PublicKey.html @@ -0,0 +1,34 @@ +Ed25519PublicKey | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/Ed25519Signature.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Ed25519Signature.html new file mode 100644 index 000000000..ce48de90c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Ed25519Signature.html @@ -0,0 +1,20 @@ +Ed25519Signature | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/EntryFunction.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/EntryFunction.html new file mode 100644 index 000000000..fc44c9eb1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/EntryFunction.html @@ -0,0 +1,43 @@ +EntryFunction | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/EntryFunctionBytes.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/EntryFunctionBytes.html new file mode 100644 index 000000000..d00901d85 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/EntryFunctionBytes.html @@ -0,0 +1,28 @@ +EntryFunctionBytes | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/EphemeralCertificate.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/EphemeralCertificate.html new file mode 100644 index 000000000..7ca708730 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/EphemeralCertificate.html @@ -0,0 +1,20 @@ +EphemeralCertificate | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/EphemeralKeyPair.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/EphemeralKeyPair.html new file mode 100644 index 000000000..8e28d022c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/EphemeralKeyPair.html @@ -0,0 +1,44 @@ +EphemeralKeyPair | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/EphemeralPublicKey.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/EphemeralPublicKey.html new file mode 100644 index 000000000..b15d295e6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/EphemeralPublicKey.html @@ -0,0 +1,28 @@ +EphemeralPublicKey | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/EphemeralSignature.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/EphemeralSignature.html new file mode 100644 index 000000000..ee518a35f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/EphemeralSignature.html @@ -0,0 +1,21 @@ +EphemeralSignature | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/FederatedKeylessAccount.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/FederatedKeylessAccount.html new file mode 100644 index 000000000..1aba8a221 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/FederatedKeylessAccount.html @@ -0,0 +1,76 @@ +FederatedKeylessAccount | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/FederatedKeylessPublicKey.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/FederatedKeylessPublicKey.html new file mode 100644 index 000000000..cefa04ea2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/FederatedKeylessPublicKey.html @@ -0,0 +1,43 @@ +FederatedKeylessPublicKey | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/FeePayerRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/FeePayerRawTransaction.html new file mode 100644 index 000000000..450513123 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/FeePayerRawTransaction.html @@ -0,0 +1,21 @@ +FeePayerRawTransaction | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/FixedBytes.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/FixedBytes.html new file mode 100644 index 000000000..007ff578d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/FixedBytes.html @@ -0,0 +1,33 @@ +FixedBytes | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/Groth16Zkp.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Groth16Zkp.html new file mode 100644 index 000000000..b93c839bd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Groth16Zkp.html @@ -0,0 +1,20 @@ +Groth16Zkp | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/Hex.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Hex.html new file mode 100644 index 000000000..6065eda40 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Hex.html @@ -0,0 +1,50 @@ +Hex | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/Identifier.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Identifier.html new file mode 100644 index 000000000..fc05d0d59 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Identifier.html @@ -0,0 +1,15 @@ +Identifier | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/KeylessAccount.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/KeylessAccount.html new file mode 100644 index 000000000..b1da48c09 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/KeylessAccount.html @@ -0,0 +1,75 @@ +KeylessAccount | @aptos-labs/ts-sdk - v1.29.1

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.

+
publicKey: KeylessPublicKey

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.1/classes/KeylessConfiguration.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/KeylessConfiguration.html new file mode 100644 index 000000000..592f6e456 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/KeylessConfiguration.html @@ -0,0 +1,8 @@ +KeylessConfiguration | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/KeylessPublicKey.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/KeylessPublicKey.html new file mode 100644 index 000000000..dba49f351 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/KeylessPublicKey.html @@ -0,0 +1,46 @@ +KeylessPublicKey | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/KeylessSignature.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/KeylessSignature.html new file mode 100644 index 000000000..5188145d9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/KeylessSignature.html @@ -0,0 +1,29 @@ +KeylessSignature | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/ModuleId.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/ModuleId.html new file mode 100644 index 000000000..510b3c70e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/ModuleId.html @@ -0,0 +1,22 @@ +ModuleId | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/MoveOption.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MoveOption.html new file mode 100644 index 000000000..66f3a30a0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MoveOption.html @@ -0,0 +1,83 @@ +MoveOption | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/MoveString.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MoveString.html new file mode 100644 index 000000000..bd89dd5c3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MoveString.html @@ -0,0 +1,20 @@ +MoveString | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/MoveVector.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MoveVector.html new file mode 100644 index 000000000..a5e1baa6c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MoveVector.html @@ -0,0 +1,88 @@ +MoveVector | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/MultiAgentRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiAgentRawTransaction.html new file mode 100644 index 000000000..1b990fdd0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiAgentRawTransaction.html @@ -0,0 +1,19 @@ +MultiAgentRawTransaction | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/MultiAgentTransaction.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiAgentTransaction.html new file mode 100644 index 000000000..a74daf00e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiAgentTransaction.html @@ -0,0 +1,21 @@ +MultiAgentTransaction | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/MultiEd25519PublicKey.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiEd25519PublicKey.html new file mode 100644 index 000000000..db875cbd2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiEd25519PublicKey.html @@ -0,0 +1,36 @@ +MultiEd25519PublicKey | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/MultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiEd25519Signature.html new file mode 100644 index 000000000..98b574c79 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiEd25519Signature.html @@ -0,0 +1,45 @@ +MultiEd25519Signature | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/MultiKey.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiKey.html new file mode 100644 index 000000000..e60706f96 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiKey.html @@ -0,0 +1,36 @@ +MultiKey | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/MultiKeyAccount.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiKeyAccount.html new file mode 100644 index 000000000..abed7bac4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiKeyAccount.html @@ -0,0 +1,53 @@ +MultiKeyAccount | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/MultiKeySignature.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiKeySignature.html new file mode 100644 index 000000000..8c4e87b2a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiKeySignature.html @@ -0,0 +1,43 @@ +MultiKeySignature | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/MultiSig.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiSig.html new file mode 100644 index 000000000..3e1d8168c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiSig.html @@ -0,0 +1,11 @@ +MultiSig | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/MultiSigTransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiSigTransactionPayload.html new file mode 100644 index 000000000..1841ec19c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/MultiSigTransactionPayload.html @@ -0,0 +1,21 @@ +MultiSigTransactionPayload | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/ParsingError.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/ParsingError.html new file mode 100644 index 000000000..158cfff2c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/ParsingError.html @@ -0,0 +1,16 @@ +ParsingError | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/PublicKey.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/PublicKey.html new file mode 100644 index 000000000..0fc0d40e3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/PublicKey.html @@ -0,0 +1,18 @@ +PublicKey | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/RawTransaction.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/RawTransaction.html new file mode 100644 index 000000000..43e53183b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/RawTransaction.html @@ -0,0 +1,31 @@ +RawTransaction | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/RawTransactionWithData.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/RawTransactionWithData.html new file mode 100644 index 000000000..b26efefbd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/RawTransactionWithData.html @@ -0,0 +1,14 @@ +RawTransactionWithData | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/RotationProofChallenge.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/RotationProofChallenge.html new file mode 100644 index 000000000..b8ee6bb9f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/RotationProofChallenge.html @@ -0,0 +1,19 @@ +RotationProofChallenge | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/Script.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Script.html new file mode 100644 index 000000000..8c9b89283 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Script.html @@ -0,0 +1,21 @@ +Script | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/Secp256k1PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Secp256k1PrivateKey.html new file mode 100644 index 000000000..d8445fdf0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Secp256k1PrivateKey.html @@ -0,0 +1,47 @@ +Secp256k1PrivateKey | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/Secp256k1PublicKey.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Secp256k1PublicKey.html new file mode 100644 index 000000000..3e576c86c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Secp256k1PublicKey.html @@ -0,0 +1,27 @@ +Secp256k1PublicKey | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/Secp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Secp256k1Signature.html new file mode 100644 index 000000000..fe076ddc1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Secp256k1Signature.html @@ -0,0 +1,22 @@ +Secp256k1Signature | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/Serializable.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Serializable.html new file mode 100644 index 000000000..728b4b09b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Serializable.html @@ -0,0 +1,10 @@ +Serializable | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/Serialized.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Serialized.html new file mode 100644 index 000000000..04e699aad --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Serialized.html @@ -0,0 +1,21 @@ +Serialized | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/Serializer.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Serializer.html new file mode 100644 index 000000000..826d2541f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Serializer.html @@ -0,0 +1,82 @@ +Serializer | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/Signature.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Signature.html new file mode 100644 index 000000000..a3674c4ed --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/Signature.html @@ -0,0 +1,18 @@ +Signature | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/SignedTransaction.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/SignedTransaction.html new file mode 100644 index 000000000..36f4cb626 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/SignedTransaction.html @@ -0,0 +1,21 @@ +SignedTransaction | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/SimpleTransaction.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/SimpleTransaction.html new file mode 100644 index 000000000..3c722a034 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/SimpleTransaction.html @@ -0,0 +1,21 @@ +SimpleTransaction | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/SingleKeyAccount.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/SingleKeyAccount.html new file mode 100644 index 000000000..0222a1d9d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/SingleKeyAccount.html @@ -0,0 +1,39 @@ +SingleKeyAccount | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/StructTag.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/StructTag.html new file mode 100644 index 000000000..b97fe3939 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/StructTag.html @@ -0,0 +1,15 @@ +StructTag | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TransactionAndProof.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAndProof.html new file mode 100644 index 000000000..7e8b36ec9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAndProof.html @@ -0,0 +1,21 @@ +TransactionAndProof | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TransactionAuthenticator.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAuthenticator.html new file mode 100644 index 000000000..dabd42e86 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAuthenticator.html @@ -0,0 +1,11 @@ +TransactionAuthenticator | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TransactionAuthenticatorEd25519.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAuthenticatorEd25519.html new file mode 100644 index 000000000..a2a70a8d7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAuthenticatorEd25519.html @@ -0,0 +1,19 @@ +TransactionAuthenticatorEd25519 | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TransactionAuthenticatorFeePayer.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAuthenticatorFeePayer.html new file mode 100644 index 000000000..385285921 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAuthenticatorFeePayer.html @@ -0,0 +1,21 @@ +TransactionAuthenticatorFeePayer | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TransactionAuthenticatorMultiAgent.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAuthenticatorMultiAgent.html new file mode 100644 index 000000000..a80a79bb8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAuthenticatorMultiAgent.html @@ -0,0 +1,19 @@ +TransactionAuthenticatorMultiAgent | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TransactionAuthenticatorMultiEd25519.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAuthenticatorMultiEd25519.html new file mode 100644 index 000000000..fbb348e39 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAuthenticatorMultiEd25519.html @@ -0,0 +1,17 @@ +TransactionAuthenticatorMultiEd25519 | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TransactionAuthenticatorSingleSender.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAuthenticatorSingleSender.html new file mode 100644 index 000000000..6fa663df3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionAuthenticatorSingleSender.html @@ -0,0 +1,15 @@ +TransactionAuthenticatorSingleSender | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionPayload.html new file mode 100644 index 000000000..56df55d40 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionPayload.html @@ -0,0 +1,15 @@ +TransactionPayload | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TransactionPayloadEntryFunction.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionPayloadEntryFunction.html new file mode 100644 index 000000000..3268b07ba --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionPayloadEntryFunction.html @@ -0,0 +1,16 @@ +TransactionPayloadEntryFunction | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TransactionPayloadMultiSig.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionPayloadMultiSig.html new file mode 100644 index 000000000..8864753b7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionPayloadMultiSig.html @@ -0,0 +1,16 @@ +TransactionPayloadMultiSig | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TransactionPayloadScript.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionPayloadScript.html new file mode 100644 index 000000000..5bce45aa1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionPayloadScript.html @@ -0,0 +1,16 @@ +TransactionPayloadScript | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TransactionWorker.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionWorker.html new file mode 100644 index 000000000..871dbf4b2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TransactionWorker.html @@ -0,0 +1,82 @@ +TransactionWorker | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TypeTag.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTag.html new file mode 100644 index 000000000..7507e757f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTag.html @@ -0,0 +1,24 @@ +TypeTag | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TypeTagAddress.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagAddress.html new file mode 100644 index 000000000..24c7d44bd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagAddress.html @@ -0,0 +1,25 @@ +TypeTagAddress | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TypeTagBool.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagBool.html new file mode 100644 index 000000000..02ead3195 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagBool.html @@ -0,0 +1,25 @@ +TypeTagBool | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TypeTagGeneric.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagGeneric.html new file mode 100644 index 000000000..4b9cc41e9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagGeneric.html @@ -0,0 +1,29 @@ +TypeTagGeneric | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TypeTagParserError.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagParserError.html new file mode 100644 index 000000000..c30f109e6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagParserError.html @@ -0,0 +1,11 @@ +TypeTagParserError | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TypeTagReference.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagReference.html new file mode 100644 index 000000000..006b88a28 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagReference.html @@ -0,0 +1,26 @@ +TypeTagReference | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TypeTagSigner.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagSigner.html new file mode 100644 index 000000000..a22063bd2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagSigner.html @@ -0,0 +1,25 @@ +TypeTagSigner | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TypeTagStruct.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagStruct.html new file mode 100644 index 000000000..8e265fe19 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagStruct.html @@ -0,0 +1,30 @@ +TypeTagStruct | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TypeTagU128.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagU128.html new file mode 100644 index 000000000..03a923825 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagU128.html @@ -0,0 +1,25 @@ +TypeTagU128 | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TypeTagU16.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagU16.html new file mode 100644 index 000000000..d58f83563 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagU16.html @@ -0,0 +1,25 @@ +TypeTagU16 | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TypeTagU256.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagU256.html new file mode 100644 index 000000000..751ca61ff --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagU256.html @@ -0,0 +1,25 @@ +TypeTagU256 | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TypeTagU32.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagU32.html new file mode 100644 index 000000000..f8c7048bb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagU32.html @@ -0,0 +1,25 @@ +TypeTagU32 | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TypeTagU64.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagU64.html new file mode 100644 index 000000000..a9a96e3f6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagU64.html @@ -0,0 +1,25 @@ +TypeTagU64 | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TypeTagU8.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagU8.html new file mode 100644 index 000000000..72c256e85 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagU8.html @@ -0,0 +1,25 @@ +TypeTagU8 | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/TypeTagVector.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagVector.html new file mode 100644 index 000000000..63b83faae --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/TypeTagVector.html @@ -0,0 +1,27 @@ +TypeTagVector | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/U128.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/U128.html new file mode 100644 index 000000000..f68ff8db8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/U128.html @@ -0,0 +1,20 @@ +U128 | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/U16.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/U16.html new file mode 100644 index 000000000..f1cd69902 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/U16.html @@ -0,0 +1,20 @@ +U16 | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/U256.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/U256.html new file mode 100644 index 000000000..90f714502 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/U256.html @@ -0,0 +1,20 @@ +U256 | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/U32.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/U32.html new file mode 100644 index 000000000..bd5469fe7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/U32.html @@ -0,0 +1,20 @@ +U32 | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/U64.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/U64.html new file mode 100644 index 000000000..cf556db6e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/U64.html @@ -0,0 +1,20 @@ +U64 | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/U8.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/U8.html new file mode 100644 index 000000000..c7d306f94 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/U8.html @@ -0,0 +1,20 @@ +U8 | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/ZeroKnowledgeSig.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/ZeroKnowledgeSig.html new file mode 100644 index 000000000..e14fafb98 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/ZeroKnowledgeSig.html @@ -0,0 +1,31 @@ +ZeroKnowledgeSig | @aptos-labs/ts-sdk - v1.29.1

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.1/classes/ZkProof.html b/docs/@aptos-labs/ts-sdk-1.29.1/classes/ZkProof.html new file mode 100644 index 000000000..ab768f05d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/classes/ZkProof.html @@ -0,0 +1,15 @@ +ZkProof | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/AccountAuthenticatorVariant.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/AccountAuthenticatorVariant.html new file mode 100644 index 000000000..a795f50cc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/AccountAuthenticatorVariant.html @@ -0,0 +1,7 @@ +AccountAuthenticatorVariant | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/AddressInvalidReason.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/AddressInvalidReason.html new file mode 100644 index 000000000..a1c326e47 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/AddressInvalidReason.html @@ -0,0 +1,9 @@ +AddressInvalidReason | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/AnyPublicKeyVariant.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/AnyPublicKeyVariant.html new file mode 100644 index 000000000..12b9d14c6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/AnyPublicKeyVariant.html @@ -0,0 +1,5 @@ +AnyPublicKeyVariant | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/AnySignatureVariant.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/AnySignatureVariant.html new file mode 100644 index 000000000..643b8ff30 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/AnySignatureVariant.html @@ -0,0 +1,4 @@ +AnySignatureVariant | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/AptosApiType.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/AptosApiType.html new file mode 100644 index 000000000..8a1a7e108 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/AptosApiType.html @@ -0,0 +1,7 @@ +AptosApiType | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/DeriveScheme.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/DeriveScheme.html new file mode 100644 index 000000000..318642333 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/DeriveScheme.html @@ -0,0 +1,12 @@ +DeriveScheme | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/EphemeralCertificateVariant.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/EphemeralCertificateVariant.html new file mode 100644 index 000000000..bd7c047f3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/EphemeralCertificateVariant.html @@ -0,0 +1,2 @@ +EphemeralCertificateVariant | @aptos-labs/ts-sdk - v1.29.1

Enumeration EphemeralCertificateVariant

Enumeration Members

Enumeration Members

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

Enumeration EphemeralPublicKeyVariant

Enumeration Members

Enumeration Members

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

Enumeration EphemeralSignatureVariant

Enumeration Members

Enumeration Members

Ed25519: 0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/enums/HexInvalidReason.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/HexInvalidReason.html new file mode 100644 index 000000000..6ecbc4e24 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/HexInvalidReason.html @@ -0,0 +1,5 @@ +HexInvalidReason | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/KeyType.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/KeyType.html new file mode 100644 index 000000000..68a0188d8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/KeyType.html @@ -0,0 +1,3 @@ +KeyType | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/MimeType.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/MimeType.html new file mode 100644 index 000000000..ba9ff21f8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/MimeType.html @@ -0,0 +1,8 @@ +MimeType | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/MoveAbility.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/MoveAbility.html new file mode 100644 index 000000000..a138ac1cb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/MoveAbility.html @@ -0,0 +1,6 @@ +MoveAbility | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/MoveFunctionVisibility.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/MoveFunctionVisibility.html new file mode 100644 index 000000000..5d86c5054 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/MoveFunctionVisibility.html @@ -0,0 +1,5 @@ +MoveFunctionVisibility | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/Network.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/Network.html new file mode 100644 index 000000000..89602c4e9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/Network.html @@ -0,0 +1,6 @@ +Network | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/ProcessorType.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/ProcessorType.html new file mode 100644 index 000000000..22badd177 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/ProcessorType.html @@ -0,0 +1,12 @@ +ProcessorType | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/RoleType.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/RoleType.html new file mode 100644 index 000000000..8809e62f0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/RoleType.html @@ -0,0 +1,3 @@ +RoleType | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/ScriptTransactionArgumentVariants.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/ScriptTransactionArgumentVariants.html new file mode 100644 index 000000000..97d41004f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/ScriptTransactionArgumentVariants.html @@ -0,0 +1,13 @@ +ScriptTransactionArgumentVariants | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/SigningScheme.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/SigningScheme.html new file mode 100644 index 000000000..4795e912d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/SigningScheme.html @@ -0,0 +1,8 @@ +SigningScheme | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/SigningSchemeInput.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/SigningSchemeInput.html new file mode 100644 index 000000000..41f99060c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/SigningSchemeInput.html @@ -0,0 +1,5 @@ +SigningSchemeInput | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/TransactionAuthenticatorVariant.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/TransactionAuthenticatorVariant.html new file mode 100644 index 000000000..d82f78036 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/TransactionAuthenticatorVariant.html @@ -0,0 +1,8 @@ +TransactionAuthenticatorVariant | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/TransactionPayloadVariants.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/TransactionPayloadVariants.html new file mode 100644 index 000000000..05cea01da --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/TransactionPayloadVariants.html @@ -0,0 +1,6 @@ +TransactionPayloadVariants | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/TransactionResponseType.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/TransactionResponseType.html new file mode 100644 index 000000000..c8d61bf58 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/TransactionResponseType.html @@ -0,0 +1,9 @@ +TransactionResponseType | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/TransactionVariants.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/TransactionVariants.html new file mode 100644 index 000000000..236312c98 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/TransactionVariants.html @@ -0,0 +1,5 @@ +TransactionVariants | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/TransactionWorkerEventsEnum.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/TransactionWorkerEventsEnum.html new file mode 100644 index 000000000..2865292ce --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/TransactionWorkerEventsEnum.html @@ -0,0 +1,6 @@ +TransactionWorkerEventsEnum | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/TypeTagParserErrorType.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/TypeTagParserErrorType.html new file mode 100644 index 000000000..c7c42749e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/TypeTagParserErrorType.html @@ -0,0 +1,15 @@ +TypeTagParserErrorType | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/TypeTagVariants.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/TypeTagVariants.html new file mode 100644 index 000000000..6b288bd2e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/TypeTagVariants.html @@ -0,0 +1,16 @@ +TypeTagVariants | @aptos-labs/ts-sdk - v1.29.1

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.1/enums/ZkpVariant.html b/docs/@aptos-labs/ts-sdk-1.29.1/enums/ZkpVariant.html new file mode 100644 index 000000000..852c2e9a7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/enums/ZkpVariant.html @@ -0,0 +1,2 @@ +ZkpVariant | @aptos-labs/ts-sdk - v1.29.1

Enumeration ZkpVariant

Enumeration Members

Enumeration Members

Groth16: 0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/CKDPriv.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/CKDPriv.html new file mode 100644 index 000000000..0621fe453 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/CKDPriv.html @@ -0,0 +1,2 @@ +CKDPriv | @aptos-labs/ts-sdk - v1.29.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/aptosCoinStructTag.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/aptosCoinStructTag.html new file mode 100644 index 000000000..9343a5d55 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/aptosCoinStructTag.html @@ -0,0 +1 @@ +aptosCoinStructTag | @aptos-labs/ts-sdk - v1.29.1

Function aptosCoinStructTag

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

Function aptosRequest

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

Function base64UrlDecode

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

Function bigIntToBytesLE

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

Function buildTransaction

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

Function bytesToBigIntLE

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

Function checkOrConvertArgument

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

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.1/functions/convertAmountFromOnChainToHumanReadable.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/convertAmountFromOnChainToHumanReadable.html new file mode 100644 index 000000000..c869c3f2b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/convertAmountFromOnChainToHumanReadable.html @@ -0,0 +1,8 @@ +convertAmountFromOnChainToHumanReadable | @aptos-labs/ts-sdk - v1.29.1

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.1/functions/convertArgument.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/convertArgument.html new file mode 100644 index 000000000..8718bcaa8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/convertArgument.html @@ -0,0 +1,2 @@ +convertArgument | @aptos-labs/ts-sdk - v1.29.1

Function convertArgument

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

Function convertNumber

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

Function createObjectAddress

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

Function createResourceAddress

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

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.1/functions/deriveKey.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/deriveKey.html new file mode 100644 index 000000000..311d17d55 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/deriveKey.html @@ -0,0 +1 @@ +deriveKey | @aptos-labs/ts-sdk - v1.29.1

Function deriveKey

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

Function deriveTransactionType

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

Function deserializeFromScriptArgument

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

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.1/functions/fetchEntryFunctionAbi.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/fetchEntryFunctionAbi.html new file mode 100644 index 000000000..5b8832e9b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/fetchEntryFunctionAbi.html @@ -0,0 +1,2 @@ +fetchEntryFunctionAbi | @aptos-labs/ts-sdk - v1.29.1

Function fetchEntryFunctionAbi

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

Function fetchFunctionAbi

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

Function fetchViewFunctionAbi

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

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.1/functions/floorToWholeHour.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/floorToWholeHour.html new file mode 100644 index 000000000..65663e672 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/floorToWholeHour.html @@ -0,0 +1 @@ +floorToWholeHour | @aptos-labs/ts-sdk - v1.29.1

Function floorToWholeHour

  • Parameters

    • timestampInSeconds: number

    Returns number

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

Function generateRawTransaction

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

Function generateSignedTransaction

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

Function generateSignedTransactionForSimulation

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

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.1/functions/generateSigningMessageForSerializable.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/generateSigningMessageForSerializable.html new file mode 100644 index 000000000..5a3c893cf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/generateSigningMessageForSerializable.html @@ -0,0 +1,6 @@ +generateSigningMessageForSerializable | @aptos-labs/ts-sdk - v1.29.1

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.1/functions/generateSigningMessageForTransaction.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/generateSigningMessageForTransaction.html new file mode 100644 index 000000000..5ef4d7289 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/generateSigningMessageForTransaction.html @@ -0,0 +1,6 @@ +generateSigningMessageForTransaction | @aptos-labs/ts-sdk - v1.29.1

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.1/functions/generateTransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/generateTransactionPayload.html new file mode 100644 index 000000000..b4c7738b0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/generateTransactionPayload.html @@ -0,0 +1,13 @@ +generateTransactionPayload | @aptos-labs/ts-sdk - v1.29.1

Function generateTransactionPayload

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

Function generateUserTransactionHash

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

Function generateViewFunctionPayload

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

Function generateViewFunctionPayloadWithABI

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/get.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/get.html new file mode 100644 index 000000000..41532b60a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/get.html @@ -0,0 +1,3 @@ +get | @aptos-labs/ts-sdk - v1.29.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/getAptosFullNode.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/getAptosFullNode.html new file mode 100644 index 000000000..d3eaf1e82 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/getAptosFullNode.html @@ -0,0 +1 @@ +getAptosFullNode | @aptos-labs/ts-sdk - v1.29.1

Function getAptosFullNode

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

Function getAptosPepperService

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

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.1/functions/getKeylessConfig.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/getKeylessConfig.html new file mode 100644 index 000000000..b0b23cf39 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/getKeylessConfig.html @@ -0,0 +1,3 @@ +getKeylessConfig | @aptos-labs/ts-sdk - v1.29.1

Function getKeylessConfig

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

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.1/functions/hashValues.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/hashValues.html new file mode 100644 index 000000000..194a1dc39 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/hashValues.html @@ -0,0 +1,3 @@ +hashValues | @aptos-labs/ts-sdk - v1.29.1

Function hashValues

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsAddress.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsAddress.html new file mode 100644 index 000000000..bf9c11de0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsAddress.html @@ -0,0 +1 @@ +isBcsAddress | @aptos-labs/ts-sdk - v1.29.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsBool.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsBool.html new file mode 100644 index 000000000..2d311392b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsBool.html @@ -0,0 +1 @@ +isBcsBool | @aptos-labs/ts-sdk - v1.29.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsFixedBytes.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsFixedBytes.html new file mode 100644 index 000000000..41600d709 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsFixedBytes.html @@ -0,0 +1 @@ +isBcsFixedBytes | @aptos-labs/ts-sdk - v1.29.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsString.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsString.html new file mode 100644 index 000000000..389194acd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsString.html @@ -0,0 +1 @@ +isBcsString | @aptos-labs/ts-sdk - v1.29.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU128.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU128.html new file mode 100644 index 000000000..95f9fef34 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU128.html @@ -0,0 +1 @@ +isBcsU128 | @aptos-labs/ts-sdk - v1.29.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU16.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU16.html new file mode 100644 index 000000000..a6c30ff2b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU16.html @@ -0,0 +1 @@ +isBcsU16 | @aptos-labs/ts-sdk - v1.29.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU256.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU256.html new file mode 100644 index 000000000..a48700fe6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU256.html @@ -0,0 +1 @@ +isBcsU256 | @aptos-labs/ts-sdk - v1.29.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU32.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU32.html new file mode 100644 index 000000000..5d4f4ba8a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU32.html @@ -0,0 +1 @@ +isBcsU32 | @aptos-labs/ts-sdk - v1.29.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU64.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU64.html new file mode 100644 index 000000000..9f1547dc3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU64.html @@ -0,0 +1 @@ +isBcsU64 | @aptos-labs/ts-sdk - v1.29.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU8.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU8.html new file mode 100644 index 000000000..8ca4121e6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBcsU8.html @@ -0,0 +1 @@ +isBcsU8 | @aptos-labs/ts-sdk - v1.29.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBlockEpilogueTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBlockEpilogueTransactionResponse.html new file mode 100644 index 000000000..e95414cc8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBlockEpilogueTransactionResponse.html @@ -0,0 +1 @@ +isBlockEpilogueTransactionResponse | @aptos-labs/ts-sdk - v1.29.1

Function isBlockEpilogueTransactionResponse

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

Function isBlockMetadataTransactionResponse

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBool.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBool.html new file mode 100644 index 000000000..f9535a5b3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isBool.html @@ -0,0 +1 @@ +isBool | @aptos-labs/ts-sdk - v1.29.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isCanonicalEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isCanonicalEd25519Signature.html new file mode 100644 index 000000000..86a2695fc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isCanonicalEd25519Signature.html @@ -0,0 +1,4 @@ +isCanonicalEd25519Signature | @aptos-labs/ts-sdk - v1.29.1

Function isCanonicalEd25519Signature

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

Function isEd25519Signature

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

Function isEmptyOption

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isEncodedEntryFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isEncodedEntryFunctionArgument.html new file mode 100644 index 000000000..4194416d9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isEncodedEntryFunctionArgument.html @@ -0,0 +1 @@ +isEncodedEntryFunctionArgument | @aptos-labs/ts-sdk - v1.29.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isEncodedStruct.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isEncodedStruct.html new file mode 100644 index 000000000..7d6307f8e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isEncodedStruct.html @@ -0,0 +1,9 @@ +isEncodedStruct | @aptos-labs/ts-sdk - v1.29.1

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.1/functions/isFeePayerSignature.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isFeePayerSignature.html new file mode 100644 index 000000000..104daf728 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isFeePayerSignature.html @@ -0,0 +1 @@ +isFeePayerSignature | @aptos-labs/ts-sdk - v1.29.1

Function isFeePayerSignature

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

Function isGenesisTransactionResponse

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

Function isLargeNumber

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

Function isMultiAgentSignature

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

Function isMultiEd25519Signature

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isNumber.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isNumber.html new file mode 100644 index 000000000..09aa9a02f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isNumber.html @@ -0,0 +1 @@ +isNumber | @aptos-labs/ts-sdk - v1.29.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isPendingTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isPendingTransactionResponse.html new file mode 100644 index 000000000..bfdd2eee4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isPendingTransactionResponse.html @@ -0,0 +1 @@ +isPendingTransactionResponse | @aptos-labs/ts-sdk - v1.29.1

Function isPendingTransactionResponse

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isScriptDataInput.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isScriptDataInput.html new file mode 100644 index 000000000..dcd3e47b2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isScriptDataInput.html @@ -0,0 +1 @@ +isScriptDataInput | @aptos-labs/ts-sdk - v1.29.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isSecp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isSecp256k1Signature.html new file mode 100644 index 000000000..adc2d67ca --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isSecp256k1Signature.html @@ -0,0 +1 @@ +isSecp256k1Signature | @aptos-labs/ts-sdk - v1.29.1

Function isSecp256k1Signature

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

Function isStateCheckpointTransactionResponse

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isString.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isString.html new file mode 100644 index 000000000..5ff31e8ca --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isString.html @@ -0,0 +1 @@ +isString | @aptos-labs/ts-sdk - v1.29.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/isUserTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isUserTransactionResponse.html new file mode 100644 index 000000000..a1a767759 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isUserTransactionResponse.html @@ -0,0 +1 @@ +isUserTransactionResponse | @aptos-labs/ts-sdk - v1.29.1

Function isUserTransactionResponse

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

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.1/functions/isValidHardenedPath.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isValidHardenedPath.html new file mode 100644 index 000000000..c032a5a5f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isValidHardenedPath.html @@ -0,0 +1,12 @@ +isValidHardenedPath | @aptos-labs/ts-sdk - v1.29.1

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.1/functions/isValidatorTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isValidatorTransactionResponse.html new file mode 100644 index 000000000..72765a7bd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/isValidatorTransactionResponse.html @@ -0,0 +1 @@ +isValidatorTransactionResponse | @aptos-labs/ts-sdk - v1.29.1

Function isValidatorTransactionResponse

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

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.1/functions/normalizeBundle.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/normalizeBundle.html new file mode 100644 index 000000000..8b0dcd8d7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/normalizeBundle.html @@ -0,0 +1,6 @@ +normalizeBundle | @aptos-labs/ts-sdk - v1.29.1

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.1/functions/nowInSeconds.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/nowInSeconds.html new file mode 100644 index 000000000..a959f1d59 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/nowInSeconds.html @@ -0,0 +1 @@ +nowInSeconds | @aptos-labs/ts-sdk - v1.29.1

Function nowInSeconds

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

Function objectStructTag

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

Function optionStructTag

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

Function outOfRangeErrorMessage

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

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.1/functions/paginateWithCursor.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/paginateWithCursor.html new file mode 100644 index 000000000..19e23b717 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/paginateWithCursor.html @@ -0,0 +1 @@ +paginateWithCursor | @aptos-labs/ts-sdk - v1.29.1

Function paginateWithCursor

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

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.1/functions/parseTypeTag.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/parseTypeTag.html new file mode 100644 index 000000000..5578a5b3c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/parseTypeTag.html @@ -0,0 +1,14 @@ +parseTypeTag | @aptos-labs/ts-sdk - v1.29.1

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.1/functions/poseidonHash.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/poseidonHash.html new file mode 100644 index 000000000..7f176b7a5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/poseidonHash.html @@ -0,0 +1,4 @@ +poseidonHash | @aptos-labs/ts-sdk - v1.29.1

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.1/functions/post.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/post.html new file mode 100644 index 000000000..185b2f20e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/post.html @@ -0,0 +1,3 @@ +post | @aptos-labs/ts-sdk - v1.29.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/postAptosFaucet.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/postAptosFaucet.html new file mode 100644 index 000000000..ce5439b94 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/postAptosFaucet.html @@ -0,0 +1 @@ +postAptosFaucet | @aptos-labs/ts-sdk - v1.29.1

Function postAptosFaucet

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

Function postAptosFullNode

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

Function postAptosIndexer

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

Function postAptosPepperService

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

Function postAptosProvingService

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/request.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/request.html new file mode 100644 index 000000000..eda370085 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/request.html @@ -0,0 +1,3 @@ +request | @aptos-labs/ts-sdk - v1.29.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/functions/sleep.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/sleep.html new file mode 100644 index 000000000..180839699 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/sleep.html @@ -0,0 +1,3 @@ +sleep | @aptos-labs/ts-sdk - v1.29.1
  • 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.1/functions/splitPath.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/splitPath.html new file mode 100644 index 000000000..ea459ed55 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/splitPath.html @@ -0,0 +1,2 @@ +splitPath | @aptos-labs/ts-sdk - v1.29.1

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.1/functions/standardizeTypeTags.html b/docs/@aptos-labs/ts-sdk-1.29.1/functions/standardizeTypeTags.html new file mode 100644 index 000000000..dc8693dd6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/functions/standardizeTypeTags.html @@ -0,0 +1,2 @@ +standardizeTypeTags | @aptos-labs/ts-sdk - v1.29.1

Function standardizeTypeTags

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

Function stringStructTag

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

Function throwTypeMismatch

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

Function validateNumberInRange

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

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

Class Hierarchy

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

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

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.1/interfaces/AptosResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/AptosResponse.html new file mode 100644 index 000000000..68adbe45c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/AptosResponse.html @@ -0,0 +1,16 @@ +AptosResponse | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/Client.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/Client.html new file mode 100644 index 000000000..25338d792 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/Client.html @@ -0,0 +1,2 @@ +Client | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/ClientRequest.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/ClientRequest.html new file mode 100644 index 000000000..7f2f98194 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/ClientRequest.html @@ -0,0 +1,9 @@ +ClientRequest | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/ClientResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/ClientResponse.html new file mode 100644 index 000000000..3c5e67b77 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/ClientResponse.html @@ -0,0 +1,8 @@ +ClientResponse | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/CreateAccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/CreateAccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..7acf41c01 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/CreateAccountFromPrivateKeyArgs.html @@ -0,0 +1,6 @@ +CreateAccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..c7195cf30 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html @@ -0,0 +1,7 @@ +CreateEd25519AccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..83fcba5ee --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html @@ -0,0 +1,7 @@ +CreateEd25519SingleKeyAccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..ae3e332cb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html @@ -0,0 +1,7 @@ +CreateSingleKeyAccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/Deserializable.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/Deserializable.html new file mode 100644 index 000000000..5f5fb6558 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/Deserializable.html @@ -0,0 +1,6 @@ +Deserializable | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/Ed25519SignerConstructorArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/Ed25519SignerConstructorArgs.html new file mode 100644 index 000000000..2c56fdc18 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/Ed25519SignerConstructorArgs.html @@ -0,0 +1,3 @@ +Ed25519SignerConstructorArgs | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/Ed25519SignerFromDerivationPathArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/Ed25519SignerFromDerivationPathArgs.html new file mode 100644 index 000000000..106e7348f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/Ed25519SignerFromDerivationPathArgs.html @@ -0,0 +1,3 @@ +Ed25519SignerFromDerivationPathArgs | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/EntryFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/EntryFunctionArgument.html new file mode 100644 index 000000000..26f7e4cc5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/EntryFunctionArgument.html @@ -0,0 +1,8 @@ +EntryFunctionArgument | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/GenerateAccountArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/GenerateAccountArgs.html new file mode 100644 index 000000000..aa729dfb7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/GenerateAccountArgs.html @@ -0,0 +1,5 @@ +GenerateAccountArgs | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/GenerateEd25519AccountArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/GenerateEd25519AccountArgs.html new file mode 100644 index 000000000..3cd4edebf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/GenerateEd25519AccountArgs.html @@ -0,0 +1,5 @@ +GenerateEd25519AccountArgs | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/GenerateEd25519SingleKeyAccountArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/GenerateEd25519SingleKeyAccountArgs.html new file mode 100644 index 000000000..c8d1bd367 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/GenerateEd25519SingleKeyAccountArgs.html @@ -0,0 +1,6 @@ +GenerateEd25519SingleKeyAccountArgs | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/GenerateSingleKeyAccountArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/GenerateSingleKeyAccountArgs.html new file mode 100644 index 000000000..06b0f87b6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/GenerateSingleKeyAccountArgs.html @@ -0,0 +1,6 @@ +GenerateSingleKeyAccountArgs | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/InputGenerateMultiAgentRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/InputGenerateMultiAgentRawTransactionArgs.html new file mode 100644 index 000000000..35b725d16 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/InputGenerateMultiAgentRawTransactionArgs.html @@ -0,0 +1,9 @@ +InputGenerateMultiAgentRawTransactionArgs | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/InputGenerateMultiAgentRawTransactionData.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/InputGenerateMultiAgentRawTransactionData.html new file mode 100644 index 000000000..6111821f6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/InputGenerateMultiAgentRawTransactionData.html @@ -0,0 +1,7 @@ +InputGenerateMultiAgentRawTransactionData | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/InputGenerateSingleSignerRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/InputGenerateSingleSignerRawTransactionArgs.html new file mode 100644 index 000000000..bd221925e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/InputGenerateSingleSignerRawTransactionArgs.html @@ -0,0 +1,8 @@ +InputGenerateSingleSignerRawTransactionArgs | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/InputGenerateSingleSignerRawTransactionData.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/InputGenerateSingleSignerRawTransactionData.html new file mode 100644 index 000000000..6c5795d1d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/InputGenerateSingleSignerRawTransactionData.html @@ -0,0 +1,7 @@ +InputGenerateSingleSignerRawTransactionData | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/InputSubmitTransactionData.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/InputSubmitTransactionData.html new file mode 100644 index 000000000..3f1416e72 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/InputSubmitTransactionData.html @@ -0,0 +1,6 @@ +InputSubmitTransactionData | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/OrderByArg.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/OrderByArg.html new file mode 100644 index 000000000..9586a859a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/OrderByArg.html @@ -0,0 +1,2 @@ +OrderByArg | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/PaginationArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/PaginationArgs.html new file mode 100644 index 000000000..1f8ed277a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/PaginationArgs.html @@ -0,0 +1,6 @@ +PaginationArgs | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/PrivateKey.html new file mode 100644 index 000000000..6a424efa4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/PrivateKey.html @@ -0,0 +1,10 @@ +PrivateKey | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/PrivateKeyFromDerivationPathArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/PrivateKeyFromDerivationPathArgs.html new file mode 100644 index 000000000..21f96279d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/PrivateKeyFromDerivationPathArgs.html @@ -0,0 +1,4 @@ +PrivateKeyFromDerivationPathArgs | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/ProofFetchEvents.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/ProofFetchEvents.html new file mode 100644 index 000000000..6d0f9aebc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/ProofFetchEvents.html @@ -0,0 +1,2 @@ +ProofFetchEvents | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/ScriptFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/ScriptFunctionArgument.html new file mode 100644 index 000000000..fdf41eeeb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/ScriptFunctionArgument.html @@ -0,0 +1,9 @@ +ScriptFunctionArgument | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/SingleKeySignerConstructorArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/SingleKeySignerConstructorArgs.html new file mode 100644 index 000000000..516704a97 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/SingleKeySignerConstructorArgs.html @@ -0,0 +1,3 @@ +SingleKeySignerConstructorArgs | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/SingleKeySignerGenerateArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/SingleKeySignerGenerateArgs.html new file mode 100644 index 000000000..b0fd06f69 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/SingleKeySignerGenerateArgs.html @@ -0,0 +1,2 @@ +SingleKeySignerGenerateArgs | @aptos-labs/ts-sdk - v1.29.1

Interface SingleKeySignerGenerateArgs

interface SingleKeySignerGenerateArgs {
    scheme?: SigningSchemeInput;
}

Properties

Properties

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

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.1/interfaces/TransactionArgument.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/TransactionArgument.html new file mode 100644 index 000000000..b18827346 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/TransactionArgument.html @@ -0,0 +1,12 @@ +TransactionArgument | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/TransactionWorkerEvents.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/TransactionWorkerEvents.html new file mode 100644 index 000000000..19fadcb86 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/TransactionWorkerEvents.html @@ -0,0 +1,6 @@ +TransactionWorkerEvents | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/VerifyEd25519SignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/VerifyEd25519SignatureArgs.html new file mode 100644 index 000000000..f6b5417d8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/VerifyEd25519SignatureArgs.html @@ -0,0 +1,3 @@ +VerifyEd25519SignatureArgs | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/VerifyMultiKeySignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/VerifyMultiKeySignatureArgs.html new file mode 100644 index 000000000..a4011541b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/VerifyMultiKeySignatureArgs.html @@ -0,0 +1,3 @@ +VerifyMultiKeySignatureArgs | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/VerifySignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/VerifySignatureArgs.html new file mode 100644 index 000000000..6d3bc2642 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/VerifySignatureArgs.html @@ -0,0 +1,4 @@ +VerifySignatureArgs | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/VerifySingleKeySignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/VerifySingleKeySignatureArgs.html new file mode 100644 index 000000000..34f0cea56 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/VerifySingleKeySignatureArgs.html @@ -0,0 +1,3 @@ +VerifySingleKeySignatureArgs | @aptos-labs/ts-sdk - v1.29.1

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.1/interfaces/WhereArg.html b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/WhereArg.html new file mode 100644 index 000000000..6398c4709 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/interfaces/WhereArg.html @@ -0,0 +1,2 @@ +WhereArg | @aptos-labs/ts-sdk - v1.29.1

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.1/modules.html b/docs/@aptos-labs/ts-sdk-1.29.1/modules.html new file mode 100644 index 000000000..63eabd1cf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/modules.html @@ -0,0 +1,453 @@ +@aptos-labs/ts-sdk - v1.29.1

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

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.1/types/AccountAddressInput.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/AccountAddressInput.html new file mode 100644 index 000000000..64c60968a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/AccountAddressInput.html @@ -0,0 +1 @@ +AccountAddressInput | @aptos-labs/ts-sdk - v1.29.1

Type alias AccountAddressInput

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

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.1/types/AccountSignature.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/AccountSignature.html new file mode 100644 index 000000000..13a4974ab --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/AccountSignature.html @@ -0,0 +1,2 @@ +AccountSignature | @aptos-labs/ts-sdk - v1.29.1

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.1/types/AnyNumber.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/AnyNumber.html new file mode 100644 index 000000000..c8a21454e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/AnyNumber.html @@ -0,0 +1 @@ +AnyNumber | @aptos-labs/ts-sdk - v1.29.1

Type alias AnyNumber

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

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.1/types/AnyRawTransactionInstance.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/AnyRawTransactionInstance.html new file mode 100644 index 000000000..ddff3ecb3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/AnyRawTransactionInstance.html @@ -0,0 +1,2 @@ +AnyRawTransactionInstance | @aptos-labs/ts-sdk - v1.29.1

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.1/types/AnyTransactionPayloadInstance.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/AnyTransactionPayloadInstance.html new file mode 100644 index 000000000..d0feed8a5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/AnyTransactionPayloadInstance.html @@ -0,0 +1,2 @@ +AnyTransactionPayloadInstance | @aptos-labs/ts-sdk - v1.29.1

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.1/types/AptosRequest.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/AptosRequest.html new file mode 100644 index 000000000..79772f5b0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/AptosRequest.html @@ -0,0 +1,11 @@ +AptosRequest | @aptos-labs/ts-sdk - v1.29.1

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.1/types/AptosSettings.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/AptosSettings.html new file mode 100644 index 000000000..925b6551d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/AptosSettings.html @@ -0,0 +1,4 @@ +AptosSettings | @aptos-labs/ts-sdk - v1.29.1

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.1/types/AuthenticationKeyScheme.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/AuthenticationKeyScheme.html new file mode 100644 index 000000000..2d025d63c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/AuthenticationKeyScheme.html @@ -0,0 +1,3 @@ +AuthenticationKeyScheme | @aptos-labs/ts-sdk - v1.29.1

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.1/types/Block.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/Block.html new file mode 100644 index 000000000..51c4465c2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/Block.html @@ -0,0 +1,3 @@ +Block | @aptos-labs/ts-sdk - v1.29.1

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.1/types/BlockEndInfo.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/BlockEndInfo.html new file mode 100644 index 000000000..86c36f438 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/BlockEndInfo.html @@ -0,0 +1,2 @@ +BlockEndInfo | @aptos-labs/ts-sdk - v1.29.1

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.1/types/BlockEpilogueTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/BlockEpilogueTransactionResponse.html new file mode 100644 index 000000000..286207002 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/BlockEpilogueTransactionResponse.html @@ -0,0 +1,6 @@ +BlockEpilogueTransactionResponse | @aptos-labs/ts-sdk - v1.29.1

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.1/types/BlockMetadataTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/BlockMetadataTransactionResponse.html new file mode 100644 index 000000000..927fed3fd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/BlockMetadataTransactionResponse.html @@ -0,0 +1,7 @@ +BlockMetadataTransactionResponse | @aptos-labs/ts-sdk - v1.29.1

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.1/types/ClientConfig.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/ClientConfig.html new file mode 100644 index 000000000..a7f703842 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/ClientConfig.html @@ -0,0 +1,5 @@ +ClientConfig | @aptos-labs/ts-sdk - v1.29.1

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.1/types/ClientHeadersType.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/ClientHeadersType.html new file mode 100644 index 000000000..6eb606012 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/ClientHeadersType.html @@ -0,0 +1,2 @@ +ClientHeadersType | @aptos-labs/ts-sdk - v1.29.1

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

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.1/types/DeletedTableData.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/DeletedTableData.html new file mode 100644 index 000000000..3b3c10f8b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/DeletedTableData.html @@ -0,0 +1,4 @@ +DeletedTableData | @aptos-labs/ts-sdk - v1.29.1

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.1/types/DerivedKeys.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/DerivedKeys.html new file mode 100644 index 000000000..5215fea36 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/DerivedKeys.html @@ -0,0 +1 @@ +DerivedKeys | @aptos-labs/ts-sdk - v1.29.1

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.1/types/DeserializableClass.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/DeserializableClass.html new file mode 100644 index 000000000..3640b276a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/DeserializableClass.html @@ -0,0 +1 @@ +DeserializableClass | @aptos-labs/ts-sdk - v1.29.1

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.1/types/DirectWriteSet.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/DirectWriteSet.html new file mode 100644 index 000000000..b580f2b1c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/DirectWriteSet.html @@ -0,0 +1 @@ +DirectWriteSet | @aptos-labs/ts-sdk - v1.29.1

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.1/types/EntryFunctionABI.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/EntryFunctionABI.html new file mode 100644 index 000000000..89c2f7031 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/EntryFunctionABI.html @@ -0,0 +1,3 @@ +EntryFunctionABI | @aptos-labs/ts-sdk - v1.29.1

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.1/types/EntryFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/EntryFunctionArgumentTypes.html new file mode 100644 index 000000000..affe00a6f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/EntryFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +EntryFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.29.1

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.1/types/EntryFunctionPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/EntryFunctionPayloadResponse.html new file mode 100644 index 000000000..5839ac6d3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/EntryFunctionPayloadResponse.html @@ -0,0 +1,3 @@ +EntryFunctionPayloadResponse | @aptos-labs/ts-sdk - v1.29.1

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.1/types/Event.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/Event.html new file mode 100644 index 000000000..c05c84cc7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/Event.html @@ -0,0 +1,2 @@ +Event | @aptos-labs/ts-sdk - v1.29.1

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.1/types/EventGuid.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/EventGuid.html new file mode 100644 index 000000000..8f2b6d7ae --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/EventGuid.html @@ -0,0 +1 @@ +EventGuid | @aptos-labs/ts-sdk - v1.29.1

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.1/types/ExecutionFinishEventData.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/ExecutionFinishEventData.html new file mode 100644 index 000000000..88b0d2742 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/ExecutionFinishEventData.html @@ -0,0 +1 @@ +ExecutionFinishEventData | @aptos-labs/ts-sdk - v1.29.1

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.1/types/FailureEventData.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/FailureEventData.html new file mode 100644 index 000000000..c2bc8851e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/FailureEventData.html @@ -0,0 +1 @@ +FailureEventData | @aptos-labs/ts-sdk - v1.29.1

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.1/types/FaucetConfig.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/FaucetConfig.html new file mode 100644 index 000000000..202e80bfb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/FaucetConfig.html @@ -0,0 +1,4 @@ +FaucetConfig | @aptos-labs/ts-sdk - v1.29.1

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.1/types/FullNodeConfig.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/FullNodeConfig.html new file mode 100644 index 000000000..230b58bdb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/FullNodeConfig.html @@ -0,0 +1,3 @@ +FullNodeConfig | @aptos-labs/ts-sdk - v1.29.1

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.1/types/FunctionABI.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/FunctionABI.html new file mode 100644 index 000000000..941670040 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/FunctionABI.html @@ -0,0 +1,2 @@ +FunctionABI | @aptos-labs/ts-sdk - v1.29.1

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.1/types/GasEstimation.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/GasEstimation.html new file mode 100644 index 000000000..324087abd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/GasEstimation.html @@ -0,0 +1,5 @@ +GasEstimation | @aptos-labs/ts-sdk - v1.29.1

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.1/types/GenerateAccount.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/GenerateAccount.html new file mode 100644 index 000000000..04673cf12 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/GenerateAccount.html @@ -0,0 +1 @@ +GenerateAccount | @aptos-labs/ts-sdk - v1.29.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/types/GenerateAccountWithEd25519.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/GenerateAccountWithEd25519.html new file mode 100644 index 000000000..577a9c03b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/GenerateAccountWithEd25519.html @@ -0,0 +1,3 @@ +GenerateAccountWithEd25519 | @aptos-labs/ts-sdk - v1.29.1

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.1/types/GenerateAccountWithSingleSignerSecp256k1Key.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/GenerateAccountWithSingleSignerSecp256k1Key.html new file mode 100644 index 000000000..6b983426e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/GenerateAccountWithSingleSignerSecp256k1Key.html @@ -0,0 +1,3 @@ +GenerateAccountWithSingleSignerSecp256k1Key | @aptos-labs/ts-sdk - v1.29.1

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.1/types/GenesisPayload.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/GenesisPayload.html new file mode 100644 index 000000000..afc9fa843 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/GenesisPayload.html @@ -0,0 +1 @@ +GenesisPayload | @aptos-labs/ts-sdk - v1.29.1

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.1/types/GenesisTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/GenesisTransactionResponse.html new file mode 100644 index 000000000..6c1350bc1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/GenesisTransactionResponse.html @@ -0,0 +1,5 @@ +GenesisTransactionResponse | @aptos-labs/ts-sdk - v1.29.1

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.1/types/GetANSNameResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetANSNameResponse.html new file mode 100644 index 000000000..cca48c341 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetANSNameResponse.html @@ -0,0 +1 @@ +GetANSNameResponse | @aptos-labs/ts-sdk - v1.29.1

Type alias GetANSNameResponse

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

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.1/types/GetAccountCollectionsWithOwnedTokenResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetAccountCollectionsWithOwnedTokenResponse.html new file mode 100644 index 000000000..0f80c77ae --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetAccountCollectionsWithOwnedTokenResponse.html @@ -0,0 +1 @@ +GetAccountCollectionsWithOwnedTokenResponse | @aptos-labs/ts-sdk - v1.29.1

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.1/types/GetAccountOwnedTokensFromCollectionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetAccountOwnedTokensFromCollectionResponse.html new file mode 100644 index 000000000..4dc136106 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetAccountOwnedTokensFromCollectionResponse.html @@ -0,0 +1 @@ +GetAccountOwnedTokensFromCollectionResponse | @aptos-labs/ts-sdk - v1.29.1

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.1/types/GetAccountOwnedTokensQueryResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetAccountOwnedTokensQueryResponse.html new file mode 100644 index 000000000..0210ad84b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetAccountOwnedTokensQueryResponse.html @@ -0,0 +1 @@ +GetAccountOwnedTokensQueryResponse | @aptos-labs/ts-sdk - v1.29.1

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.1/types/GetAptosRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetAptosRequestOptions.html new file mode 100644 index 000000000..bf9270f4d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetAptosRequestOptions.html @@ -0,0 +1 @@ +GetAptosRequestOptions | @aptos-labs/ts-sdk - v1.29.1

Type alias GetAptosRequestOptions

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

Type alias GetChainTopUserTransactionsResponse

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

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.1/types/GetCurrentFungibleAssetBalancesResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetCurrentFungibleAssetBalancesResponse.html new file mode 100644 index 000000000..b1e054968 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetCurrentFungibleAssetBalancesResponse.html @@ -0,0 +1 @@ +GetCurrentFungibleAssetBalancesResponse | @aptos-labs/ts-sdk - v1.29.1

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.1/types/GetCurrentTokenOwnershipResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetCurrentTokenOwnershipResponse.html new file mode 100644 index 000000000..6f517ebac --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetCurrentTokenOwnershipResponse.html @@ -0,0 +1 @@ +GetCurrentTokenOwnershipResponse | @aptos-labs/ts-sdk - v1.29.1

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.1/types/GetDelegatedStakingActivitiesResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetDelegatedStakingActivitiesResponse.html new file mode 100644 index 000000000..7482431d9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetDelegatedStakingActivitiesResponse.html @@ -0,0 +1 @@ +GetDelegatedStakingActivitiesResponse | @aptos-labs/ts-sdk - v1.29.1

Type alias GetDelegatedStakingActivitiesResponse

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

Type alias GetEventsResponse

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

Type alias GetFungibleAssetActivitiesResponse

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

Type alias GetFungibleAssetMetadataResponse

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

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.1/types/GetObjectDataQueryResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetObjectDataQueryResponse.html new file mode 100644 index 000000000..5734a4c29 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetObjectDataQueryResponse.html @@ -0,0 +1,7 @@ +GetObjectDataQueryResponse | @aptos-labs/ts-sdk - v1.29.1

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.1/types/GetOwnedTokensResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetOwnedTokensResponse.html new file mode 100644 index 000000000..610a87064 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetOwnedTokensResponse.html @@ -0,0 +1 @@ +GetOwnedTokensResponse | @aptos-labs/ts-sdk - v1.29.1

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.1/types/GetProcessorStatusResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetProcessorStatusResponse.html new file mode 100644 index 000000000..8d006c9e8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetProcessorStatusResponse.html @@ -0,0 +1 @@ +GetProcessorStatusResponse | @aptos-labs/ts-sdk - v1.29.1

Type alias GetProcessorStatusResponse

GetProcessorStatusResponse: GetProcessorStatusQuery["processor_status"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/types/GetRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetRequestOptions.html new file mode 100644 index 000000000..0f78e4431 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetRequestOptions.html @@ -0,0 +1,9 @@ +GetRequestOptions | @aptos-labs/ts-sdk - v1.29.1

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.1/types/GetTableItemsDataResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetTableItemsDataResponse.html new file mode 100644 index 000000000..8a7c14c4e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/GetTableItemsDataResponse.html @@ -0,0 +1 @@ +GetTableItemsDataResponse | @aptos-labs/ts-sdk - v1.29.1

Type alias GetTableItemsDataResponse

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

Type alias GetTableItemsMetadataResponse

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

Type alias GetTokenActivityResponse

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

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.1/types/GraphqlQuery.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/GraphqlQuery.html new file mode 100644 index 000000000..0557d5312 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/GraphqlQuery.html @@ -0,0 +1,2 @@ +GraphqlQuery | @aptos-labs/ts-sdk - v1.29.1

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.1/types/HexInput.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/HexInput.html new file mode 100644 index 000000000..bc8c919cd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/HexInput.html @@ -0,0 +1,2 @@ +HexInput | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/IndexerConfig.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/IndexerConfig.html new file mode 100644 index 000000000..7e3f628c6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/IndexerConfig.html @@ -0,0 +1,3 @@ +IndexerConfig | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/InputEntryFunctionData.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputEntryFunctionData.html new file mode 100644 index 000000000..661da1412 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputEntryFunctionData.html @@ -0,0 +1,2 @@ +InputEntryFunctionData | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/InputEntryFunctionDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputEntryFunctionDataWithABI.html new file mode 100644 index 000000000..95feaf300 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputEntryFunctionDataWithABI.html @@ -0,0 +1 @@ +InputEntryFunctionDataWithABI | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/InputEntryFunctionDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputEntryFunctionDataWithRemoteABI.html new file mode 100644 index 000000000..674eec0e9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputEntryFunctionDataWithRemoteABI.html @@ -0,0 +1 @@ +InputEntryFunctionDataWithRemoteABI | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/InputGenerateRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputGenerateRawTransactionArgs.html new file mode 100644 index 000000000..d9c02290d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputGenerateRawTransactionArgs.html @@ -0,0 +1,2 @@ +InputGenerateRawTransactionArgs | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/InputGenerateTransactionData.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputGenerateTransactionData.html new file mode 100644 index 000000000..1d0a5795a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputGenerateTransactionData.html @@ -0,0 +1,2 @@ +InputGenerateTransactionData | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/InputGenerateTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputGenerateTransactionOptions.html new file mode 100644 index 000000000..aa860a515 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputGenerateTransactionOptions.html @@ -0,0 +1,2 @@ +InputGenerateTransactionOptions | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/InputGenerateTransactionPayloadData.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputGenerateTransactionPayloadData.html new file mode 100644 index 000000000..6721c2e4e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputGenerateTransactionPayloadData.html @@ -0,0 +1,3 @@ +InputGenerateTransactionPayloadData | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/InputGenerateTransactionPayloadDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputGenerateTransactionPayloadDataWithABI.html new file mode 100644 index 000000000..c4ed1d7ea --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputGenerateTransactionPayloadDataWithABI.html @@ -0,0 +1 @@ +InputGenerateTransactionPayloadDataWithABI | @aptos-labs/ts-sdk - v1.29.1

    Type alias InputGenerateTransactionPayloadDataWithABI

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

    Type alias InputGenerateTransactionPayloadDataWithRemoteABI

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

    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.1/types/InputMultiSigDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputMultiSigDataWithABI.html new file mode 100644 index 000000000..117ce0dea --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputMultiSigDataWithABI.html @@ -0,0 +1 @@ +InputMultiSigDataWithABI | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/InputMultiSigDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputMultiSigDataWithRemoteABI.html new file mode 100644 index 000000000..0d4583d92 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputMultiSigDataWithRemoteABI.html @@ -0,0 +1,2 @@ +InputMultiSigDataWithRemoteABI | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/InputScriptData.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputScriptData.html new file mode 100644 index 000000000..93f1b3a3f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputScriptData.html @@ -0,0 +1,2 @@ +InputScriptData | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/InputSimulateTransactionData.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputSimulateTransactionData.html new file mode 100644 index 000000000..9e3ab71b7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputSimulateTransactionData.html @@ -0,0 +1,5 @@ +InputSimulateTransactionData | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/InputSimulateTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputSimulateTransactionOptions.html new file mode 100644 index 000000000..214fa9598 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputSimulateTransactionOptions.html @@ -0,0 +1 @@ +InputSimulateTransactionOptions | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/InputViewFunctionData.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputViewFunctionData.html new file mode 100644 index 000000000..78bf5a8ae --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputViewFunctionData.html @@ -0,0 +1,2 @@ +InputViewFunctionData | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/InputViewFunctionDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputViewFunctionDataWithABI.html new file mode 100644 index 000000000..50e439501 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputViewFunctionDataWithABI.html @@ -0,0 +1,2 @@ +InputViewFunctionDataWithABI | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/InputViewFunctionDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputViewFunctionDataWithRemoteABI.html new file mode 100644 index 000000000..13800fcb4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputViewFunctionDataWithRemoteABI.html @@ -0,0 +1,2 @@ +InputViewFunctionDataWithRemoteABI | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/InputViewFunctionJsonData.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputViewFunctionJsonData.html new file mode 100644 index 000000000..1a2287e52 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/InputViewFunctionJsonData.html @@ -0,0 +1,2 @@ +InputViewFunctionJsonData | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/LedgerInfo.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/LedgerInfo.html new file mode 100644 index 000000000..ccdd02834 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/LedgerInfo.html @@ -0,0 +1,4 @@ +LedgerInfo | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/LedgerVersionArg.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/LedgerVersionArg.html new file mode 100644 index 000000000..97b90971b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/LedgerVersionArg.html @@ -0,0 +1,2 @@ +LedgerVersionArg | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/MoveAddressType.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveAddressType.html new file mode 100644 index 000000000..b78422865 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveAddressType.html @@ -0,0 +1 @@ +MoveAddressType | @aptos-labs/ts-sdk - v1.29.1

    Type alias MoveAddressType

    MoveAddressType: string
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveFunction.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveFunction.html new file mode 100644 index 000000000..bb16c86fa --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveFunction.html @@ -0,0 +1,7 @@ +MoveFunction | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/MoveFunctionGenericTypeParam.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveFunctionGenericTypeParam.html new file mode 100644 index 000000000..23715f4ce --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveFunctionGenericTypeParam.html @@ -0,0 +1,2 @@ +MoveFunctionGenericTypeParam | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/MoveFunctionId.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveFunctionId.html new file mode 100644 index 000000000..a0020bc85 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveFunctionId.html @@ -0,0 +1 @@ +MoveFunctionId | @aptos-labs/ts-sdk - v1.29.1

    Type alias MoveFunctionId

    MoveFunctionId: MoveStructId
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveModule.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveModule.html new file mode 100644 index 000000000..8dbd40313 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveModule.html @@ -0,0 +1,5 @@ +MoveModule | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/MoveModuleBytecode.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveModuleBytecode.html new file mode 100644 index 000000000..49a9400c7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveModuleBytecode.html @@ -0,0 +1 @@ +MoveModuleBytecode | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/MoveModuleId.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveModuleId.html new file mode 100644 index 000000000..2c0b8b933 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveModuleId.html @@ -0,0 +1,3 @@ +MoveModuleId | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/MoveObjectType.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveObjectType.html new file mode 100644 index 000000000..c6474b598 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveObjectType.html @@ -0,0 +1 @@ +MoveObjectType | @aptos-labs/ts-sdk - v1.29.1

    Type alias MoveObjectType

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

    Type alias MoveOptionType

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

    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.1/types/MoveScriptBytecode.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveScriptBytecode.html new file mode 100644 index 000000000..83404c1f1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveScriptBytecode.html @@ -0,0 +1,2 @@ +MoveScriptBytecode | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/MoveStruct.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveStruct.html new file mode 100644 index 000000000..1affea8a3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveStruct.html @@ -0,0 +1,9 @@ +MoveStruct | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/MoveStructField.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveStructField.html new file mode 100644 index 000000000..0e04ef264 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveStructField.html @@ -0,0 +1,2 @@ +MoveStructField | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/MoveStructId.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveStructId.html new file mode 100644 index 000000000..da7fc9a23 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveStructId.html @@ -0,0 +1,2 @@ +MoveStructId | @aptos-labs/ts-sdk - v1.29.1

    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.1/types/MoveStructType.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveStructType.html new file mode 100644 index 000000000..681a56fd7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveStructType.html @@ -0,0 +1 @@ +MoveStructType | @aptos-labs/ts-sdk - v1.29.1

    Type alias MoveStructType

    MoveStructType: {}

    Type declaration

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

      Type alias MoveUint128Type

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

      Type alias MoveUint16Type

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

      Type alias MoveUint256Type

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

      Type alias MoveUint32Type

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

      Type alias MoveUint64Type

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

      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.1/types/MoveValue.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveValue.html new file mode 100644 index 000000000..25b4027b0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/MoveValue.html @@ -0,0 +1,12 @@ +MoveValue | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/MultisigPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/MultisigPayloadResponse.html new file mode 100644 index 000000000..b2d0e0342 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/MultisigPayloadResponse.html @@ -0,0 +1 @@ +MultisigPayloadResponse | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/OrderBy.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/OrderBy.html new file mode 100644 index 000000000..7d847ba04 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/OrderBy.html @@ -0,0 +1,3 @@ +OrderBy | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/OrderByValue.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/OrderByValue.html new file mode 100644 index 000000000..21f1fce57 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/OrderByValue.html @@ -0,0 +1 @@ +OrderByValue | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/ParsingResult.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/ParsingResult.html new file mode 100644 index 000000000..6ffa73428 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/ParsingResult.html @@ -0,0 +1,6 @@ +ParsingResult | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/PendingTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/PendingTransactionResponse.html new file mode 100644 index 000000000..14b718c99 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/PendingTransactionResponse.html @@ -0,0 +1 @@ +PendingTransactionResponse | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/PostAptosRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/PostAptosRequestOptions.html new file mode 100644 index 000000000..c5dac72e2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/PostAptosRequestOptions.html @@ -0,0 +1 @@ +PostAptosRequestOptions | @aptos-labs/ts-sdk - v1.29.1

      Type alias PostAptosRequestOptions

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

      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.1/types/ProofFetchCallback.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/ProofFetchCallback.html new file mode 100644 index 000000000..7768dde43 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/ProofFetchCallback.html @@ -0,0 +1 @@ +ProofFetchCallback | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/ProofFetchFailure.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/ProofFetchFailure.html new file mode 100644 index 000000000..4c34009e7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/ProofFetchFailure.html @@ -0,0 +1 @@ +ProofFetchFailure | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/ProofFetchStatus.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/ProofFetchStatus.html new file mode 100644 index 000000000..dc58e7f21 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/ProofFetchStatus.html @@ -0,0 +1 @@ +ProofFetchStatus | @aptos-labs/ts-sdk - v1.29.1
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/types/ProofFetchSuccess.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/ProofFetchSuccess.html new file mode 100644 index 000000000..e5f4e1e0b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/ProofFetchSuccess.html @@ -0,0 +1 @@ +ProofFetchSuccess | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/ScriptFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/ScriptFunctionArgumentTypes.html new file mode 100644 index 000000000..60dac383b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/ScriptFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +ScriptFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/ScriptPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/ScriptPayloadResponse.html new file mode 100644 index 000000000..9b2be372c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/ScriptPayloadResponse.html @@ -0,0 +1,3 @@ +ScriptPayloadResponse | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/ScriptWriteSet.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/ScriptWriteSet.html new file mode 100644 index 000000000..631eaceca --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/ScriptWriteSet.html @@ -0,0 +1 @@ +ScriptWriteSet | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/SimpleEntryFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/SimpleEntryFunctionArgumentTypes.html new file mode 100644 index 000000000..d3520be89 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/SimpleEntryFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +SimpleEntryFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/SingleKeySignerFromDerivationPathArgs.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/SingleKeySignerFromDerivationPathArgs.html new file mode 100644 index 000000000..bb0fcb8f4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/SingleKeySignerFromDerivationPathArgs.html @@ -0,0 +1 @@ +SingleKeySignerFromDerivationPathArgs | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/StateCheckpointTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/StateCheckpointTransactionResponse.html new file mode 100644 index 000000000..1e7bfb04b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/StateCheckpointTransactionResponse.html @@ -0,0 +1,4 @@ +StateCheckpointTransactionResponse | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/SuccessEventData.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/SuccessEventData.html new file mode 100644 index 000000000..685163ddd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/SuccessEventData.html @@ -0,0 +1 @@ +SuccessEventData | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/TableItemRequest.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/TableItemRequest.html new file mode 100644 index 000000000..5782c24be --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/TableItemRequest.html @@ -0,0 +1,3 @@ +TableItemRequest | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/TokenStandard.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/TokenStandard.html new file mode 100644 index 000000000..52b15f15d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/TokenStandard.html @@ -0,0 +1,2 @@ +TokenStandard | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/TransactionEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionEd25519Signature.html new file mode 100644 index 000000000..ba2216148 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionEd25519Signature.html @@ -0,0 +1 @@ +TransactionEd25519Signature | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/TransactionFeePayerSignature.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionFeePayerSignature.html new file mode 100644 index 000000000..c6bcd4e59 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionFeePayerSignature.html @@ -0,0 +1,3 @@ +TransactionFeePayerSignature | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/TransactionMultiAgentSignature.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionMultiAgentSignature.html new file mode 100644 index 000000000..3514b8799 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionMultiAgentSignature.html @@ -0,0 +1,3 @@ +TransactionMultiAgentSignature | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/TransactionMultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionMultiEd25519Signature.html new file mode 100644 index 000000000..8d73fd062 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionMultiEd25519Signature.html @@ -0,0 +1,4 @@ +TransactionMultiEd25519Signature | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/TransactionPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionPayloadResponse.html new file mode 100644 index 000000000..c90cac063 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionPayloadResponse.html @@ -0,0 +1 @@ +TransactionPayloadResponse | @aptos-labs/ts-sdk - v1.29.1
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionResponse.html new file mode 100644 index 000000000..e886c24e2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionResponse.html @@ -0,0 +1 @@ +TransactionResponse | @aptos-labs/ts-sdk - v1.29.1
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionSecp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionSecp256k1Signature.html new file mode 100644 index 000000000..6e6f92f48 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionSecp256k1Signature.html @@ -0,0 +1 @@ +TransactionSecp256k1Signature | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/TransactionSignature.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionSignature.html new file mode 100644 index 000000000..541bef7d0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/TransactionSignature.html @@ -0,0 +1,2 @@ +TransactionSignature | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/TypeArgument.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/TypeArgument.html new file mode 100644 index 000000000..83b0bee58 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/TypeArgument.html @@ -0,0 +1,17 @@ +TypeArgument | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/Uint128.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/Uint128.html new file mode 100644 index 000000000..88cae5eb1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/Uint128.html @@ -0,0 +1 @@ +Uint128 | @aptos-labs/ts-sdk - v1.29.1

      Type alias Uint128

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

      Type alias Uint16

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

      Type alias Uint256

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

      Type alias Uint32

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

      Type alias Uint64

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

      Type alias Uint8

      Uint8: number

      BCS types

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

      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.1/types/ValidatorTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/ValidatorTransactionResponse.html new file mode 100644 index 000000000..7de16fd48 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/ValidatorTransactionResponse.html @@ -0,0 +1,5 @@ +ValidatorTransactionResponse | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/ViewFunctionABI.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/ViewFunctionABI.html new file mode 100644 index 000000000..8405f70f4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/ViewFunctionABI.html @@ -0,0 +1,3 @@ +ViewFunctionABI | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/ViewFunctionJsonPayload.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/ViewFunctionJsonPayload.html new file mode 100644 index 000000000..74045d28e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/ViewFunctionJsonPayload.html @@ -0,0 +1,2 @@ +ViewFunctionJsonPayload | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/WaitForTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/WaitForTransactionOptions.html new file mode 100644 index 000000000..72e556d21 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/WaitForTransactionOptions.html @@ -0,0 +1,2 @@ +WaitForTransactionOptions | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/WriteSet.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSet.html new file mode 100644 index 000000000..201933e18 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSet.html @@ -0,0 +1 @@ +WriteSet | @aptos-labs/ts-sdk - v1.29.1
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChange.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChange.html new file mode 100644 index 000000000..dbe7dfbac --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChange.html @@ -0,0 +1,2 @@ +WriteSetChange | @aptos-labs/ts-sdk - v1.29.1
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChangeDeleteModule.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChangeDeleteModule.html new file mode 100644 index 000000000..cb1bb4a3b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChangeDeleteModule.html @@ -0,0 +1,2 @@ +WriteSetChangeDeleteModule | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/WriteSetChangeDeleteResource.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChangeDeleteResource.html new file mode 100644 index 000000000..d16a3cded --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChangeDeleteResource.html @@ -0,0 +1 @@ +WriteSetChangeDeleteResource | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/WriteSetChangeDeleteTableItem.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChangeDeleteTableItem.html new file mode 100644 index 000000000..1aff23045 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChangeDeleteTableItem.html @@ -0,0 +1 @@ +WriteSetChangeDeleteTableItem | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/WriteSetChangeWriteModule.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChangeWriteModule.html new file mode 100644 index 000000000..b9d6329d4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChangeWriteModule.html @@ -0,0 +1 @@ +WriteSetChangeWriteModule | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/WriteSetChangeWriteResource.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChangeWriteResource.html new file mode 100644 index 000000000..e28781a80 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChangeWriteResource.html @@ -0,0 +1 @@ +WriteSetChangeWriteResource | @aptos-labs/ts-sdk - v1.29.1

      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.1/types/WriteSetChangeWriteTableItem.html b/docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChangeWriteTableItem.html new file mode 100644 index 000000000..c79450169 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/types/WriteSetChangeWriteTableItem.html @@ -0,0 +1 @@ +WriteSetChangeWriteTableItem | @aptos-labs/ts-sdk - v1.29.1

      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.1/variables/APTOS_BIP44_REGEX.html b/docs/@aptos-labs/ts-sdk-1.29.1/variables/APTOS_BIP44_REGEX.html new file mode 100644 index 000000000..6689c8cbe --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/variables/APTOS_BIP44_REGEX.html @@ -0,0 +1 @@ +APTOS_BIP44_REGEX | @aptos-labs/ts-sdk - v1.29.1

      Variable APTOS_BIP44_REGEXConst

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

      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.1/variables/APTOS_FA.html b/docs/@aptos-labs/ts-sdk-1.29.1/variables/APTOS_FA.html new file mode 100644 index 000000000..68609a6e5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/variables/APTOS_FA.html @@ -0,0 +1 @@ +APTOS_FA | @aptos-labs/ts-sdk - v1.29.1

      Variable APTOS_FAConst

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

      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.1/variables/DEFAULT_MAX_GAS_AMOUNT.html b/docs/@aptos-labs/ts-sdk-1.29.1/variables/DEFAULT_MAX_GAS_AMOUNT.html new file mode 100644 index 000000000..79837dc68 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/variables/DEFAULT_MAX_GAS_AMOUNT.html @@ -0,0 +1,5 @@ +DEFAULT_MAX_GAS_AMOUNT | @aptos-labs/ts-sdk - v1.29.1

      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.1/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html b/docs/@aptos-labs/ts-sdk-1.29.1/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html new file mode 100644 index 000000000..8c072a4b5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html @@ -0,0 +1,5 @@ +DEFAULT_TXN_EXP_SEC_FROM_NOW | @aptos-labs/ts-sdk - v1.29.1

      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.1/variables/DEFAULT_TXN_TIMEOUT_SEC.html b/docs/@aptos-labs/ts-sdk-1.29.1/variables/DEFAULT_TXN_TIMEOUT_SEC.html new file mode 100644 index 000000000..36d4cadce --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/variables/DEFAULT_TXN_TIMEOUT_SEC.html @@ -0,0 +1,4 @@ +DEFAULT_TXN_TIMEOUT_SEC | @aptos-labs/ts-sdk - v1.29.1

      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.1/variables/EPK_HORIZON_SECS.html b/docs/@aptos-labs/ts-sdk-1.29.1/variables/EPK_HORIZON_SECS.html new file mode 100644 index 000000000..790724427 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/variables/EPK_HORIZON_SECS.html @@ -0,0 +1 @@ +EPK_HORIZON_SECS | @aptos-labs/ts-sdk - v1.29.1

      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.1/variables/HARDENED_OFFSET.html b/docs/@aptos-labs/ts-sdk-1.29.1/variables/HARDENED_OFFSET.html new file mode 100644 index 000000000..2cd543fbe --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/variables/HARDENED_OFFSET.html @@ -0,0 +1 @@ +HARDENED_OFFSET | @aptos-labs/ts-sdk - v1.29.1

      Variable HARDENED_OFFSETConst

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

      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.1/variables/MAX_COMMITED_EPK_BYTES.html b/docs/@aptos-labs/ts-sdk-1.29.1/variables/MAX_COMMITED_EPK_BYTES.html new file mode 100644 index 000000000..417bfb470 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/variables/MAX_COMMITED_EPK_BYTES.html @@ -0,0 +1 @@ +MAX_COMMITED_EPK_BYTES | @aptos-labs/ts-sdk - v1.29.1

      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.1/variables/MAX_EXTRA_FIELD_BYTES.html b/docs/@aptos-labs/ts-sdk-1.29.1/variables/MAX_EXTRA_FIELD_BYTES.html new file mode 100644 index 000000000..5b2e5c92e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/variables/MAX_EXTRA_FIELD_BYTES.html @@ -0,0 +1 @@ +MAX_EXTRA_FIELD_BYTES | @aptos-labs/ts-sdk - v1.29.1

      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.1/variables/MAX_ISS_VAL_BYTES.html b/docs/@aptos-labs/ts-sdk-1.29.1/variables/MAX_ISS_VAL_BYTES.html new file mode 100644 index 000000000..3dba4181c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/variables/MAX_ISS_VAL_BYTES.html @@ -0,0 +1 @@ +MAX_ISS_VAL_BYTES | @aptos-labs/ts-sdk - v1.29.1

      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.1/variables/MAX_JWT_HEADER_B64_BYTES.html b/docs/@aptos-labs/ts-sdk-1.29.1/variables/MAX_JWT_HEADER_B64_BYTES.html new file mode 100644 index 000000000..6597f639f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/variables/MAX_JWT_HEADER_B64_BYTES.html @@ -0,0 +1 @@ +MAX_JWT_HEADER_B64_BYTES | @aptos-labs/ts-sdk - v1.29.1

      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.1/variables/MAX_UID_KEY_BYTES.html b/docs/@aptos-labs/ts-sdk-1.29.1/variables/MAX_UID_KEY_BYTES.html new file mode 100644 index 000000000..86decd83a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/variables/MAX_UID_KEY_BYTES.html @@ -0,0 +1 @@ +MAX_UID_KEY_BYTES | @aptos-labs/ts-sdk - v1.29.1

      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.1/variables/MAX_UID_VAL_BYTES.html b/docs/@aptos-labs/ts-sdk-1.29.1/variables/MAX_UID_VAL_BYTES.html new file mode 100644 index 000000000..e2a1a9a3e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/variables/MAX_UID_VAL_BYTES.html @@ -0,0 +1 @@ +MAX_UID_VAL_BYTES | @aptos-labs/ts-sdk - v1.29.1

      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.1/variables/NetworkToChainId.html b/docs/@aptos-labs/ts-sdk-1.29.1/variables/NetworkToChainId.html new file mode 100644 index 000000000..18cb6e66b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/variables/NetworkToChainId.html @@ -0,0 +1 @@ +NetworkToChainId | @aptos-labs/ts-sdk - v1.29.1

      Variable NetworkToChainIdConst

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

      Variable NetworkToFaucetAPIConst

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

      Variable NetworkToIndexerAPIConst

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

      Variable NetworkToNetworkNameConst

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

      Variable NetworkToNodeAPIConst

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

      Variable NetworkToPepperAPIConst

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

      Variable NetworkToProverAPIConst

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

      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.1/variables/RAW_TRANSACTION_WITH_DATA_SALT.html b/docs/@aptos-labs/ts-sdk-1.29.1/variables/RAW_TRANSACTION_WITH_DATA_SALT.html new file mode 100644 index 000000000..28eeb27d0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/variables/RAW_TRANSACTION_WITH_DATA_SALT.html @@ -0,0 +1 @@ +RAW_TRANSACTION_WITH_DATA_SALT | @aptos-labs/ts-sdk - v1.29.1

      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.1/variables/promiseFulfilledStatus.html b/docs/@aptos-labs/ts-sdk-1.29.1/variables/promiseFulfilledStatus.html new file mode 100644 index 000000000..4f6c53329 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.29.1/variables/promiseFulfilledStatus.html @@ -0,0 +1 @@ +promiseFulfilledStatus | @aptos-labs/ts-sdk - v1.29.1

      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 088513acd..f3759b8eb 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.29.0 +redirect_to: /@aptos-labs/ts-sdk-1.29.1 --- diff --git a/docs/index.md b/docs/index.md index 8dcb78052..44061fa32 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.1](@aptos-labs/ts-sdk-1.29.1) - [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) diff --git a/package.json b/package.json index 612dbd033..a5fd05197 100644 --- a/package.json +++ b/package.json @@ -95,5 +95,5 @@ "typedoc": "^0.26.8", "typescript": "^5.6.2" }, - "version": "1.29.0" + "version": "1.29.1" } diff --git a/src/version.ts b/src/version.ts index 431b08447..aed2ebc82 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.29.0"; +export const VERSION = "1.29.1";