From 879a26b24f7ba459ba92f7e85c490259a70dce18 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 5 Jun 2024 15:29:29 -0400 Subject: [PATCH] Update version to 1.18.1 --- CHANGELOG.md | 2 + docs/@aptos-labs/ts-sdk-1.18.1/.nojekyll | 1 + .../ts-sdk-1.18.1/assets/highlight.css | 141 ++ .../@aptos-labs/ts-sdk-1.18.1/assets/icons.js | 15 + .../ts-sdk-1.18.1/assets/icons.svg | 1 + docs/@aptos-labs/ts-sdk-1.18.1/assets/main.js | 59 + .../ts-sdk-1.18.1/assets/navigation.js | 1 + .../ts-sdk-1.18.1/assets/search.js | 1 + .../ts-sdk-1.18.1/assets/style.css | 1412 +++++++++++++++++ .../ts-sdk-1.18.1/classes/Account.html | 51 + .../ts-sdk-1.18.1/classes/AccountAddress.html | 152 ++ .../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.18.1/classes/AnyPublicKey.html | 33 + .../ts-sdk-1.18.1/classes/AnySignature.html | 21 + .../ts-sdk-1.18.1/classes/Aptos.html | 759 +++++++++ .../ts-sdk-1.18.1/classes/AptosApiError.html | 23 + .../ts-sdk-1.18.1/classes/AptosConfig.html | 27 + .../classes/AuthenticationKey.html | 39 + .../ts-sdk-1.18.1/classes/Bool.html | 20 + .../ts-sdk-1.18.1/classes/ChainId.html | 13 + .../ts-sdk-1.18.1/classes/Deserializer.html | 75 + .../ts-sdk-1.18.1/classes/Ed25519Account.html | 35 + .../classes/Ed25519PrivateKey.html | 52 + .../classes/Ed25519PublicKey.html | 33 + .../classes/Ed25519Signature.html | 24 + .../ts-sdk-1.18.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/FeePayerRawTransaction.html | 21 + .../ts-sdk-1.18.1/classes/FixedBytes.html | 33 + .../ts-sdk-1.18.1/classes/Groth16Zkp.html | 20 + .../ts-sdk-1.18.1/classes/Hex.html | 50 + .../ts-sdk-1.18.1/classes/Identifier.html | 15 + .../ts-sdk-1.18.1/classes/KeylessAccount.html | 71 + .../classes/KeylessConfiguration.html | 8 + .../classes/KeylessPublicKey.html | 45 + .../classes/KeylessSignature.html | 29 + .../ts-sdk-1.18.1/classes/ModuleId.html | 22 + .../ts-sdk-1.18.1/classes/MoveOption.html | 83 + .../ts-sdk-1.18.1/classes/MoveString.html | 20 + .../ts-sdk-1.18.1/classes/MoveVector.html | 88 + .../classes/MultiAgentRawTransaction.html | 19 + .../classes/MultiAgentTransaction.html | 21 + .../classes/MultiEd25519PublicKey.html | 36 + .../classes/MultiEd25519Signature.html | 45 + .../ts-sdk-1.18.1/classes/MultiKey.html | 36 + .../classes/MultiKeyAccount.html | 53 + .../classes/MultiKeySignature.html | 43 + .../ts-sdk-1.18.1/classes/MultiSig.html | 11 + .../classes/MultiSigTransactionPayload.html | 21 + .../ts-sdk-1.18.1/classes/ParsingError.html | 16 + .../ts-sdk-1.18.1/classes/PublicKey.html | 18 + .../ts-sdk-1.18.1/classes/RawTransaction.html | 31 + .../classes/RawTransactionWithData.html | 14 + .../classes/RotationProofChallenge.html | 19 + .../ts-sdk-1.18.1/classes/Script.html | 21 + .../classes/Secp256k1PrivateKey.html | 47 + .../classes/Secp256k1PublicKey.html | 26 + .../classes/Secp256k1Signature.html | 22 + .../ts-sdk-1.18.1/classes/Serializable.html | 10 + .../ts-sdk-1.18.1/classes/Serializer.html | 82 + .../ts-sdk-1.18.1/classes/Signature.html | 18 + .../classes/SignedTransaction.html | 21 + .../classes/SimpleTransaction.html | 21 + .../classes/SingleKeyAccount.html | 39 + .../ts-sdk-1.18.1/classes/StructTag.html | 15 + .../classes/TransactionAuthenticator.html | 11 + .../TransactionAuthenticatorEd25519.html | 19 + .../TransactionAuthenticatorFeePayer.html | 21 + .../TransactionAuthenticatorMultiAgent.html | 19 + .../TransactionAuthenticatorMultiEd25519.html | 17 + .../TransactionAuthenticatorSingleSender.html | 15 + .../classes/TransactionPayload.html | 15 + .../TransactionPayloadEntryFunction.html | 16 + .../classes/TransactionPayloadMultiSig.html | 16 + .../classes/TransactionPayloadScript.html | 16 + .../classes/TransactionWorker.html | 82 + .../ts-sdk-1.18.1/classes/TypeTag.html | 24 + .../ts-sdk-1.18.1/classes/TypeTagAddress.html | 25 + .../ts-sdk-1.18.1/classes/TypeTagBool.html | 25 + .../ts-sdk-1.18.1/classes/TypeTagGeneric.html | 29 + .../classes/TypeTagParserError.html | 11 + .../classes/TypeTagReference.html | 26 + .../ts-sdk-1.18.1/classes/TypeTagSigner.html | 25 + .../ts-sdk-1.18.1/classes/TypeTagStruct.html | 30 + .../ts-sdk-1.18.1/classes/TypeTagU128.html | 25 + .../ts-sdk-1.18.1/classes/TypeTagU16.html | 25 + .../ts-sdk-1.18.1/classes/TypeTagU256.html | 25 + .../ts-sdk-1.18.1/classes/TypeTagU32.html | 25 + .../ts-sdk-1.18.1/classes/TypeTagU64.html | 25 + .../ts-sdk-1.18.1/classes/TypeTagU8.html | 25 + .../ts-sdk-1.18.1/classes/TypeTagVector.html | 27 + .../ts-sdk-1.18.1/classes/U128.html | 20 + .../ts-sdk-1.18.1/classes/U16.html | 20 + .../ts-sdk-1.18.1/classes/U256.html | 20 + .../ts-sdk-1.18.1/classes/U32.html | 20 + .../ts-sdk-1.18.1/classes/U64.html | 20 + .../@aptos-labs/ts-sdk-1.18.1/classes/U8.html | 20 + .../classes/ZeroKnowledgeSig.html | 31 + .../ts-sdk-1.18.1/classes/ZkProof.html | 15 + .../enums/AccountAuthenticatorVariant.html | 7 + .../enums/AddressInvalidReason.html | 9 + .../enums/AnyPublicKeyVariant.html | 4 + .../enums/AnySignatureVariant.html | 4 + .../ts-sdk-1.18.1/enums/AptosApiType.html | 7 + .../ts-sdk-1.18.1/enums/DeriveScheme.html | 12 + .../enums/EphemeralCertificateVariant.html | 2 + .../enums/EphemeralPublicKeyVariant.html | 2 + .../enums/EphemeralSignatureVariant.html | 2 + .../ts-sdk-1.18.1/enums/HexInvalidReason.html | 5 + .../ts-sdk-1.18.1/enums/KeyType.html | 3 + .../ts-sdk-1.18.1/enums/MimeType.html | 8 + .../ts-sdk-1.18.1/enums/MoveAbility.html | 6 + .../enums/MoveFunctionVisibility.html | 5 + .../ts-sdk-1.18.1/enums/Network.html | 6 + .../ts-sdk-1.18.1/enums/ProcessorType.html | 11 + .../ts-sdk-1.18.1/enums/RoleType.html | 3 + .../ScriptTransactionArgumentVariants.html | 12 + .../ts-sdk-1.18.1/enums/SigningScheme.html | 8 + .../enums/SigningSchemeInput.html | 5 + .../TransactionAuthenticatorVariant.html | 8 + .../enums/TransactionPayloadVariants.html | 6 + .../enums/TransactionResponseType.html | 8 + .../enums/TransactionVariants.html | 5 + .../enums/TransactionWorkerEventsEnum.html | 6 + .../enums/TypeTagParserErrorType.html | 15 + .../ts-sdk-1.18.1/enums/TypeTagVariants.html | 16 + .../ts-sdk-1.18.1/enums/ZkpVariant.html | 2 + .../ts-sdk-1.18.1/functions/CKDPriv.html | 2 + .../functions/aptosCoinStructTag.html | 1 + .../functions/aptosRequest-1.html | 5 + .../functions/buildTransaction.html | 11 + .../functions/checkOrConvertArgument.html | 1 + .../functions/convertArgument.html | 2 + .../ts-sdk-1.18.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/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.18.1/functions/get.html | 3 + .../functions/getAptosFullNode.html | 1 + .../functions/getAptosPepperService.html | 4 + .../getAuthenticatorForSimulation.html | 1 + .../functions/getFunctionParts.html | 1 + .../functions/getKeylessConfig.html | 3 + .../ts-sdk-1.18.1/functions/hashValues.html | 3 + .../ts-sdk-1.18.1/functions/isBcsAddress.html | 1 + .../ts-sdk-1.18.1/functions/isBcsBool.html | 1 + .../functions/isBcsFixedBytes.html | 1 + .../ts-sdk-1.18.1/functions/isBcsString.html | 1 + .../ts-sdk-1.18.1/functions/isBcsU128.html | 1 + .../ts-sdk-1.18.1/functions/isBcsU16.html | 1 + .../ts-sdk-1.18.1/functions/isBcsU256.html | 1 + .../ts-sdk-1.18.1/functions/isBcsU32.html | 1 + .../ts-sdk-1.18.1/functions/isBcsU64.html | 1 + .../ts-sdk-1.18.1/functions/isBcsU8.html | 1 + .../isBlockMetadataTransactionResponse.html | 1 + .../ts-sdk-1.18.1/functions/isBool.html | 1 + .../functions/isEd25519Signature.html | 1 + .../isEncodedEntryFunctionArgument.html | 1 + .../functions/isFeePayerSignature.html | 1 + .../isGenesisTransactionResponse.html | 1 + .../functions/isLargeNumber.html | 1 + .../functions/isMultiAgentSignature.html | 1 + .../functions/isMultiEd25519Signature.html | 1 + .../ts-sdk-1.18.1/functions/isNull.html | 1 + .../ts-sdk-1.18.1/functions/isNumber.html | 1 + .../isPendingTransactionResponse.html | 1 + .../functions/isScriptDataInput.html | 1 + .../functions/isSecp256k1Signature.html | 1 + .../isStateCheckpointTransactionResponse.html | 1 + .../ts-sdk-1.18.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 + .../functions/objectStructTag.html | 1 + .../functions/optionStructTag.html | 1 + .../functions/outOfRangeErrorMessage.html | 1 + .../functions/paginateWithCursor.html | 1 + .../ts-sdk-1.18.1/functions/parseTypeTag.html | 14 + .../ts-sdk-1.18.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.18.1/functions/request.html | 3 + .../ts-sdk-1.18.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.18.1/hierarchy.html | 1 + docs/@aptos-labs/ts-sdk-1.18.1/index.html | 66 + .../interfaces/AptosResponse.html | 16 + .../ts-sdk-1.18.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.18.1/interfaces/OrderByArg.html | 2 + .../interfaces/PaginationArgs.html | 6 + .../ts-sdk-1.18.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.18.1/interfaces/WhereArg.html | 2 + docs/@aptos-labs/ts-sdk-1.18.1/modules.html | 424 +++++ .../types/AccountAddressInput.html | 1 + .../ts-sdk-1.18.1/types/AccountData.html | 1 + .../ts-sdk-1.18.1/types/AccountSignature.html | 2 + .../ts-sdk-1.18.1/types/AnyNumber.html | 1 + .../types/AnyRawTransaction.html | 2 + .../types/AnyRawTransactionInstance.html | 2 + .../types/AnyTransactionPayloadInstance.html | 2 + .../ts-sdk-1.18.1/types/AptosRequest.html | 11 + .../ts-sdk-1.18.1/types/AptosSettings.html | 4 + .../types/AuthenticationKeyScheme.html | 3 + .../ts-sdk-1.18.1/types/Block.html | 3 + .../BlockMetadataTransactionResponse.html | 7 + .../ts-sdk-1.18.1/types/ClientConfig.html | 5 + .../types/ClientHeadersType.html | 2 + .../types/CommittedTransactionResponse.html | 1 + .../ts-sdk-1.18.1/types/DecodedTableData.html | 5 + .../ts-sdk-1.18.1/types/DeletedTableData.html | 4 + .../ts-sdk-1.18.1/types/DerivedKeys.html | 1 + .../types/DeserializableClass.html | 1 + .../ts-sdk-1.18.1/types/DirectWriteSet.html | 1 + .../ts-sdk-1.18.1/types/EntryFunctionABI.html | 3 + .../types/EntryFunctionArgumentTypes.html | 2 + .../types/EntryFunctionPayloadResponse.html | 3 + .../ts-sdk-1.18.1/types/Event.html | 2 + .../ts-sdk-1.18.1/types/EventGuid.html | 1 + .../types/ExecutionFinishEventData.html | 1 + .../ts-sdk-1.18.1/types/FailureEventData.html | 1 + .../ts-sdk-1.18.1/types/FaucetConfig.html | 4 + .../ts-sdk-1.18.1/types/FullNodeConfig.html | 3 + .../ts-sdk-1.18.1/types/FunctionABI.html | 2 + .../ts-sdk-1.18.1/types/GasEstimation.html | 5 + .../ts-sdk-1.18.1/types/GenerateAccount.html | 1 + .../types/GenerateAccountWithEd25519.html | 3 + ...teAccountWithSingleSignerSecp256k1Key.html | 3 + .../ts-sdk-1.18.1/types/GenesisPayload.html | 1 + .../types/GenesisTransactionResponse.html | 5 + .../types/GetANSNameResponse.html | 1 + .../types/GetAccountCoinsDataResponse.html | 1 + ...ountCollectionsWithOwnedTokenResponse.html | 1 + .../types/GetAccountOwnedObjectsResponse.html | 7 + ...ountOwnedTokensFromCollectionResponse.html | 1 + .../GetAccountOwnedTokensQueryResponse.html | 1 + .../types/GetAptosRequestOptions.html | 1 + .../GetChainTopUserTransactionsResponse.html | 1 + .../types/GetCollectionDataResponse.html | 1 + ...tCurrentFungibleAssetBalancesResponse.html | 1 + .../GetCurrentTokenOwnershipResponse.html | 1 + ...GetDelegatedStakingActivitiesResponse.html | 1 + .../types/GetEventsResponse.html | 1 + .../GetFungibleAssetActivitiesResponse.html | 1 + .../GetFungibleAssetMetadataResponse.html | 1 + .../types/GetNumberOfDelegatorsResponse.html | 1 + .../types/GetOwnedTokensResponse.html | 1 + .../types/GetProcessorStatusResponse.html | 1 + .../types/GetRequestOptions.html | 9 + .../types/GetTableItemsDataResponse.html | 1 + .../types/GetTableItemsMetadataResponse.html | 1 + .../types/GetTokenActivityResponse.html | 1 + .../types/GetTokenDataResponse.html | 1 + .../ts-sdk-1.18.1/types/GraphqlQuery.html | 2 + .../ts-sdk-1.18.1/types/HexInput.html | 2 + .../ts-sdk-1.18.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.18.1/types/InputScriptData.html | 2 + .../types/InputSimulateTransactionData.html | 5 + .../InputSimulateTransactionOptions.html | 1 + .../types/InputViewFunctionData.html | 2 + .../types/InputViewFunctionDataWithABI.html | 2 + .../InputViewFunctionDataWithRemoteABI.html | 2 + .../ts-sdk-1.18.1/types/LedgerInfo.html | 4 + .../ts-sdk-1.18.1/types/LedgerVersionArg.html | 2 + .../ts-sdk-1.18.1/types/MoveAddressType.html | 1 + .../ts-sdk-1.18.1/types/MoveFunction.html | 7 + .../types/MoveFunctionGenericTypeParam.html | 2 + .../ts-sdk-1.18.1/types/MoveFunctionId.html | 1 + .../ts-sdk-1.18.1/types/MoveModule.html | 5 + .../types/MoveModuleBytecode.html | 1 + .../ts-sdk-1.18.1/types/MoveModuleId.html | 3 + .../ts-sdk-1.18.1/types/MoveObjectType.html | 1 + .../ts-sdk-1.18.1/types/MoveOptionType.html | 1 + .../ts-sdk-1.18.1/types/MoveResource.html | 1 + .../types/MoveScriptBytecode.html | 2 + .../ts-sdk-1.18.1/types/MoveStruct.html | 6 + .../ts-sdk-1.18.1/types/MoveStructField.html | 2 + .../ts-sdk-1.18.1/types/MoveStructId.html | 2 + .../ts-sdk-1.18.1/types/MoveStructType.html | 1 + .../ts-sdk-1.18.1/types/MoveType.html | 1 + .../ts-sdk-1.18.1/types/MoveUint128Type.html | 1 + .../ts-sdk-1.18.1/types/MoveUint16Type.html | 1 + .../ts-sdk-1.18.1/types/MoveUint256Type.html | 1 + .../ts-sdk-1.18.1/types/MoveUint32Type.html | 1 + .../ts-sdk-1.18.1/types/MoveUint64Type.html | 1 + .../ts-sdk-1.18.1/types/MoveUint8Type.html | 2 + .../ts-sdk-1.18.1/types/MoveValue.html | 12 + .../types/MultisigPayloadResponse.html | 1 + .../ts-sdk-1.18.1/types/OrderBy.html | 3 + .../ts-sdk-1.18.1/types/OrderByValue.html | 1 + .../ts-sdk-1.18.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.18.1/types/ProofFetchStatus.html | 1 + .../types/ProofFetchSuccess.html | 1 + .../types/ScriptFunctionArgumentTypes.html | 2 + .../types/ScriptPayloadResponse.html | 3 + .../ts-sdk-1.18.1/types/ScriptWriteSet.html | 1 + .../SimpleEntryFunctionArgumentTypes.html | 2 + ...SingleKeySignerFromDerivationPathArgs.html | 1 + .../StateCheckpointTransactionResponse.html | 4 + .../ts-sdk-1.18.1/types/SuccessEventData.html | 1 + .../ts-sdk-1.18.1/types/TableItemRequest.html | 3 + .../ts-sdk-1.18.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.18.1/types/TypeArgument.html | 17 + .../ts-sdk-1.18.1/types/Uint128.html | 1 + .../ts-sdk-1.18.1/types/Uint16.html | 1 + .../ts-sdk-1.18.1/types/Uint256.html | 1 + .../ts-sdk-1.18.1/types/Uint32.html | 1 + .../ts-sdk-1.18.1/types/Uint64.html | 1 + .../ts-sdk-1.18.1/types/Uint8.html | 2 + .../types/UserTransactionResponse.html | 5 + .../types/ValidatorTransactionResponse.html | 5 + .../ts-sdk-1.18.1/types/ViewFunctionABI.html | 3 + .../types/WaitForTransactionOptions.html | 2 + .../ts-sdk-1.18.1/types/WriteSet.html | 1 + .../ts-sdk-1.18.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.18.1/variables/APTOS_COIN.html | 2 + .../variables/APTOS_HARDENED_REGEX.html | 2 + .../variables/DEFAULT_MAX_GAS_AMOUNT.html | 5 + .../DEFAULT_TXN_EXP_SEC_FROM_NOW.html | 5 + .../variables/DEFAULT_TXN_TIMEOUT_SEC.html | 4 + .../variables/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 +- 439 files changed, 6799 insertions(+), 3 deletions(-) create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/.nojekyll create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/assets/highlight.css create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/assets/icons.js create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/assets/icons.svg create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/assets/main.js create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/assets/navigation.js create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/assets/search.js create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/assets/style.css create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/Account.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountAuthenticator.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountAuthenticatorEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountAuthenticatorMultiEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountAuthenticatorMultiKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountAuthenticatorSingleKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountPublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountSequenceNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/AnyPublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/AnySignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/Aptos.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/AptosApiError.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/AptosConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/AuthenticationKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/Bool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/ChainId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/Deserializer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/Ed25519Account.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/Ed25519PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/Ed25519PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/Ed25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/EntryFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/EntryFunctionBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/EphemeralCertificate.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/EphemeralKeyPair.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/EphemeralPublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/EphemeralSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/FeePayerRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/FixedBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/Groth16Zkp.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/Hex.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/Identifier.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/KeylessAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/KeylessConfiguration.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/KeylessPublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/KeylessSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/ModuleId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/MoveOption.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/MoveString.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/MoveVector.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiAgentRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiAgentTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiEd25519PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiKeyAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiKeySignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiSig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiSigTransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/ParsingError.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/RawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/RawTransactionWithData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/RotationProofChallenge.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/Script.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/Secp256k1PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/Secp256k1PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/Secp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/Serializable.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/Serializer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/SignedTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/SimpleTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/SingleKeyAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/StructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionAuthenticator.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionAuthenticatorEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionAuthenticatorFeePayer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionAuthenticatorMultiAgent.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionAuthenticatorMultiEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionAuthenticatorSingleSender.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionPayloadEntryFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionPayloadMultiSig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionPayloadScript.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionWorker.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagBool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagGeneric.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagParserError.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagReference.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagSigner.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagStruct.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagU128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagU16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagU256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagU32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagU64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagU8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagVector.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/U128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/U16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/U256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/U32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/U64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/U8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/ZeroKnowledgeSig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/classes/ZkProof.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/AccountAuthenticatorVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/AddressInvalidReason.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/AnyPublicKeyVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/AnySignatureVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/AptosApiType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/DeriveScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/EphemeralCertificateVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/EphemeralPublicKeyVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/EphemeralSignatureVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/HexInvalidReason.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/KeyType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/MimeType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/MoveAbility.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/MoveFunctionVisibility.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/Network.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/ProcessorType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/RoleType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/ScriptTransactionArgumentVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/SigningScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/SigningSchemeInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/TransactionAuthenticatorVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/TransactionPayloadVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/TransactionResponseType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/TransactionVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/TransactionWorkerEventsEnum.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/TypeTagParserErrorType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/TypeTagVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/enums/ZkpVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/CKDPriv.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/aptosCoinStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/aptosRequest-1.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/buildTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/checkOrConvertArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/convertArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/deriveKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/deriveTransactionType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/deserializeFromScriptArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/ensureBoolean.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/fetchEntryFunctionAbi.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/fetchFunctionAbi.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/fetchViewFunctionAbi.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/findFirstNonSignerArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/generateRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/generateSignedTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/generateSignedTransactionForSimulation.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/generateSigningMessage.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/generateSigningMessageForSerializable.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/generateSigningMessageForTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/generateTransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/generateTransactionPayloadWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/generateUserTransactionHash.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/generateViewFunctionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/generateViewFunctionPayloadWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/get.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/getAptosFullNode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/getAptosPepperService.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/getAuthenticatorForSimulation.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/getFunctionParts.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/getKeylessConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/hashValues.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsBool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsFixedBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsString.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isBlockMetadataTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isBool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isEncodedEntryFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isFeePayerSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isGenesisTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isLargeNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isMultiAgentSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isMultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isNull.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isPendingTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isScriptDataInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isSecp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isStateCheckpointTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isString.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isUserTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isValidBIP44Path.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isValidHardenedPath.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/isValidatorTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/mnemonicToSeed.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/normalizeBundle.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/objectStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/optionStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/outOfRangeErrorMessage.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/paginateWithCursor.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/parseTypeTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/post.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/postAptosFaucet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/postAptosFullNode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/postAptosIndexer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/postAptosPepperService.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/postAptosProvingService.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/request.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/splitPath.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/standardizeTypeTags.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/stringStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/throwTypeMismatch.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/functions/validateNumberInRange.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/hierarchy.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/index.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/AptosResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/Client.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/ClientRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/ClientResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/CreateAccountFromPrivateKeyArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/Deserializable.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/Ed25519SignerConstructorArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/Ed25519SignerFromDerivationPathArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/EntryFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/GenerateAccountArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/GenerateEd25519AccountArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/GenerateEd25519SingleKeyAccountArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/GenerateSingleKeyAccountArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/InputGenerateMultiAgentRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/InputGenerateMultiAgentRawTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/InputGenerateSingleSignerRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/InputGenerateSingleSignerRawTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/InputSubmitTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/OrderByArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/PaginationArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/PrivateKeyFromDerivationPathArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/ProofFetchEvents.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/ScriptFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/SingleKeySignerConstructorArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/SingleKeySignerGenerateArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/TokenStandardArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/TransactionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/TransactionWorkerEvents.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/VerifyEd25519SignatureArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/VerifyMultiKeySignatureArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/VerifySignatureArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/VerifySingleKeySignatureArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/interfaces/WhereArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/modules.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/AccountAddressInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/AccountData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/AccountSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/AnyNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/AnyRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/AnyRawTransactionInstance.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/AnyTransactionPayloadInstance.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/AptosRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/AptosSettings.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/AuthenticationKeyScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/Block.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/BlockMetadataTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/ClientConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/ClientHeadersType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/CommittedTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/DecodedTableData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/DeletedTableData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/DerivedKeys.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/DeserializableClass.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/DirectWriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/EntryFunctionABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/EntryFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/EntryFunctionPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/Event.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/EventGuid.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/ExecutionFinishEventData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/FailureEventData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/FaucetConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/FullNodeConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/FunctionABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GasEstimation.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GenerateAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GenerateAccountWithEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GenerateAccountWithSingleSignerSecp256k1Key.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GenesisPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GenesisTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetANSNameResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetAccountCoinsDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetAccountCollectionsWithOwnedTokenResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetAccountOwnedObjectsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetAccountOwnedTokensFromCollectionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetAccountOwnedTokensQueryResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetAptosRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetChainTopUserTransactionsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetCollectionDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetCurrentFungibleAssetBalancesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetCurrentTokenOwnershipResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetDelegatedStakingActivitiesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetEventsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetFungibleAssetActivitiesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetFungibleAssetMetadataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetNumberOfDelegatorsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetOwnedTokensResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetProcessorStatusResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetTableItemsDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetTableItemsMetadataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetTokenActivityResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GetTokenDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/GraphqlQuery.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/HexInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/IndexerConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/InputEntryFunctionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/InputEntryFunctionDataWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/InputEntryFunctionDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/InputGenerateRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/InputGenerateTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/InputGenerateTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/InputGenerateTransactionPayloadData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/InputGenerateTransactionPayloadDataWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/InputGenerateTransactionPayloadDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/InputMultiSigData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/InputMultiSigDataWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/InputMultiSigDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/InputScriptData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/InputSimulateTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/InputSimulateTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/InputViewFunctionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/InputViewFunctionDataWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/InputViewFunctionDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/LedgerInfo.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/LedgerVersionArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveAddressType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveFunctionGenericTypeParam.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveFunctionId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveModule.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveModuleBytecode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveModuleId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveObjectType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveOptionType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveResource.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveScriptBytecode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveStruct.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveStructField.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveStructId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveStructType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveUint128Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveUint16Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveUint256Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveUint32Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveUint64Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveUint8Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MoveValue.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/MultisigPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/OrderBy.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/OrderByValue.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/ParsingResult.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/PendingTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/PostAptosRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/PostRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/ProofFetchCallback.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/ProofFetchFailure.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/ProofFetchStatus.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/ProofFetchSuccess.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/ScriptFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/ScriptPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/ScriptWriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/SimpleEntryFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/SingleKeySignerFromDerivationPathArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/StateCheckpointTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/SuccessEventData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/TableItemRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/TokenStandard.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionFeePayerSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionMultiAgentSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionMultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionSecp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/TypeArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/Uint128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/Uint16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/Uint256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/Uint32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/Uint64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/Uint8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/UserTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/ValidatorTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/ViewFunctionABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/WaitForTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChange.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChangeDeleteModule.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChangeDeleteResource.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChangeDeleteTableItem.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChangeWriteModule.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChangeWriteResource.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChangeWriteTableItem.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/APTOS_BIP44_REGEX.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/APTOS_COIN.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/APTOS_HARDENED_REGEX.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/DEFAULT_MAX_GAS_AMOUNT.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/DEFAULT_TXN_TIMEOUT_SEC.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/EPK_HORIZON_SECS.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/HARDENED_OFFSET.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_AUD_VAL_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_COMMITED_EPK_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_EXTRA_FIELD_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_ISS_VAL_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_JWT_HEADER_B64_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_UID_KEY_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_UID_VAL_BYTES.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/NetworkToChainId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/NetworkToFaucetAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/NetworkToIndexerAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/NetworkToNetworkName.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/NetworkToNodeAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/NetworkToPepperAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/NetworkToProverAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/RAW_TRANSACTION_SALT.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/RAW_TRANSACTION_WITH_DATA_SALT.html create mode 100644 docs/@aptos-labs/ts-sdk-1.18.1/variables/promiseFulfilledStatus.html diff --git a/CHANGELOG.md b/CHANGELOG.md index fc89afe2a..655103048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to the Aptos TypeScript SDK will be captured in this file. T # Unreleased +# 1.18.1 (2024-06-05) + - [`Fix`] Keyless transaction simulation now reports gas correctly - [`Fix`] Fix cli move commands when multiple `namedAddresses` are given diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/.nojekyll b/docs/@aptos-labs/ts-sdk-1.18.1/.nojekyll new file mode 100644 index 000000000..e2ac6616a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.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.18.1/assets/highlight.css b/docs/@aptos-labs/ts-sdk-1.18.1/assets/highlight.css new file mode 100644 index 000000000..2f868647c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/assets/highlight.css @@ -0,0 +1,141 @@ +:root { + --light-hl-0: #795E26; + --dark-hl-0: #DCDCAA; + --light-hl-1: #000000; + --dark-hl-1: #D4D4D4; + --light-hl-2: #A31515; + --dark-hl-2: #CE9178; + --light-hl-3: #800000; + --dark-hl-3: #808080; + --light-hl-4: #800000; + --dark-hl-4: #569CD6; + --light-hl-5: #000000FF; + --dark-hl-5: #D4D4D4; + --light-hl-6: #E50000; + --dark-hl-6: #9CDCFE; + --light-hl-7: #0000FF; + --dark-hl-7: #CE9178; + --light-hl-8: #CD3131; + --dark-hl-8: #F44747; + --light-hl-9: #008000; + --dark-hl-9: #6A9955; + --light-hl-10: #0000FF; + --dark-hl-10: #569CD6; + --light-hl-11: #0070C1; + --dark-hl-11: #4FC1FF; + --light-hl-12: #001080; + --dark-hl-12: #9CDCFE; + --light-hl-13: #AF00DB; + --dark-hl-13: #C586C0; + --light-hl-14: #267F99; + --dark-hl-14: #4EC9B0; + --light-hl-15: #098658; + --dark-hl-15: #B5CEA8; + --light-hl-16: #000000; + --dark-hl-16: #C8C8C8; + --light-code-background: #FFFFFF; + --dark-code-background: #1E1E1E; +} + +@media (prefers-color-scheme: light) { :root { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --hl-8: var(--light-hl-8); + --hl-9: var(--light-hl-9); + --hl-10: var(--light-hl-10); + --hl-11: var(--light-hl-11); + --hl-12: var(--light-hl-12); + --hl-13: var(--light-hl-13); + --hl-14: var(--light-hl-14); + --hl-15: var(--light-hl-15); + --hl-16: var(--light-hl-16); + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --hl-8: var(--dark-hl-8); + --hl-9: var(--dark-hl-9); + --hl-10: var(--dark-hl-10); + --hl-11: var(--dark-hl-11); + --hl-12: var(--dark-hl-12); + --hl-13: var(--dark-hl-13); + --hl-14: var(--dark-hl-14); + --hl-15: var(--dark-hl-15); + --hl-16: var(--dark-hl-16); + --code-background: var(--dark-code-background); +} } + +:root[data-theme='light'] { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --hl-8: var(--light-hl-8); + --hl-9: var(--light-hl-9); + --hl-10: var(--light-hl-10); + --hl-11: var(--light-hl-11); + --hl-12: var(--light-hl-12); + --hl-13: var(--light-hl-13); + --hl-14: var(--light-hl-14); + --hl-15: var(--light-hl-15); + --hl-16: var(--light-hl-16); + --code-background: var(--light-code-background); +} + +:root[data-theme='dark'] { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --hl-8: var(--dark-hl-8); + --hl-9: var(--dark-hl-9); + --hl-10: var(--dark-hl-10); + --hl-11: var(--dark-hl-11); + --hl-12: var(--dark-hl-12); + --hl-13: var(--dark-hl-13); + --hl-14: var(--dark-hl-14); + --hl-15: var(--dark-hl-15); + --hl-16: var(--dark-hl-16); + --code-background: var(--dark-code-background); +} + +.hl-0 { color: var(--hl-0); } +.hl-1 { color: var(--hl-1); } +.hl-2 { color: var(--hl-2); } +.hl-3 { color: var(--hl-3); } +.hl-4 { color: var(--hl-4); } +.hl-5 { color: var(--hl-5); } +.hl-6 { color: var(--hl-6); } +.hl-7 { color: var(--hl-7); } +.hl-8 { color: var(--hl-8); } +.hl-9 { color: var(--hl-9); } +.hl-10 { color: var(--hl-10); } +.hl-11 { color: var(--hl-11); } +.hl-12 { color: var(--hl-12); } +.hl-13 { color: var(--hl-13); } +.hl-14 { color: var(--hl-14); } +.hl-15 { color: var(--hl-15); } +.hl-16 { color: var(--hl-16); } +pre, code { background: var(--code-background); } diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/assets/icons.js b/docs/@aptos-labs/ts-sdk-1.18.1/assets/icons.js new file mode 100644 index 000000000..b79c9e89f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.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.18.1/assets/icons.svg b/docs/@aptos-labs/ts-sdk-1.18.1/assets/icons.svg new file mode 100644 index 000000000..7dead6118 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/assets/icons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/assets/main.js b/docs/@aptos-labs/ts-sdk-1.18.1/assets/main.js new file mode 100644 index 000000000..d6f138860 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.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.18.1/assets/navigation.js b/docs/@aptos-labs/ts-sdk-1.18.1/assets/navigation.js new file mode 100644 index 000000000..97a12992d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/assets/navigation.js @@ -0,0 +1 @@ +window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAE62d23bbxhWG38XXaVPLsprmjpJIi7UlsiQlOenq4oLIEYkKBJgBIFvt6rt3cCAxh30Ckzub+9/fDwwGwJww+ud/3xXqe/Hu53eD1Sor02JQFluVFvEqKjL9EOk4Sot3P7zbR8XWiFRa7vIfCemft8UuMfqXOF2/+/mn//3Q8ddrrfJ8nL5GSbyeqSjP0gAMaAhi+jYtn5J49Vm9YUcaSkjePN6kUVFqhfN8CcHbF1k+2MeLt70KQFYMJ1wrHb+q+WqrdgHBjuGE4b6K6yi5UrqIn6trhZ0bIRXwuSuBCgVs7qqgQpx9o76TNdGP4yRzJtAFbn/G827jnYISD78TmdmrGjzFSVy8BcldiM4flemqiLP0Ic5jHBWqcOqdKr5l+sXHtD/jeVOdrcw9n2moMJwgzphlCViWh9/xzPlKx/tioaM0j+pTHehNuTNPtbYG5T6STSC8TO2M0w18OztBIWOc7svgZggVOM0+DcFzn5GLfKbRW5JFa6x4caWIPlP5PktzsDIgMhFXcLi9jvPR3BJKD19NEeZDQyK4vpTgm7NZRJtppHOToDV8S8EqloqWgBvGOb++7JFq1UWId2nT5OhSV0mU5+rYFnEz358BuW3jAkW0cQnJrvw4z1b1pQ7XZx8/vv+bDN6K+3rclkkR9zKyM05yM2/FHk5G3ddlbh59iRLbHOUCn2PDBUUfFQLaXP1WqnSl7srdk8IrkSsjuVZTF8BZUYZybESBlGOUpFStWyC9+pnNM63i+rGE5B/CLOcqS5/jDUJpgiSjqyfmKQwXqi+heJdZloSI6lcq62obxel4HSa2ASr3WpknfGzasP+BKpgdpSjt7Y4+gN24gDQ1/RbTtQBLNJBIeHit9xUCGlH7fQVJSwv9dmg+Ayg7LOZcvhUKuK1CDUkEunkAE1CJqKaUp1EM1DdfIaJR1zbQiIjU9Q00FHGklGmhKj2LvlmttZAK60hy/F2tkWvdxSjCJ50V2/cXpmEVEroYRTD93zDV/EjljNfVw/A5hp42XYwimIuYmCYY+qxx4wJS85gvdQRfG0gloBK10lcIaESN9BUU7TZbl4mCXhWHCJ39qiZ7uJS6GEeYF9o0qGBCE+MID2oFtqm7GEmoWo2Djalq3F2JKWV0IboPl3+ZgTIpl6hkoIzl4ocoOSqjQW9yTyBhcWdnS1jeHGo0HiKS7HAMA+eFWsqh6rSbmwhpHttRkoLXMVG94u4t+R3lKh/jYnsdFRFHPOhIclbUT/OpzrJn01ZOEpVugOoB6yhyMwAYkprfyUy12p99vHh5T7WAAZGMiV/UUCMiEjdVqKGJTT8jekpAVheVUKDWxVzUk6FOSHQeRqTWZNUPJDRvt08Uw/MkNK8dzEAfrb6CpBW6XBWLCHgYHkNUPjZYHOIw5Sl0dDiLSTjF69Cyl5sdMk5x65oVcr8u52TH3gUqHSPE8ps6Olfpuk/J2llCV/Td3O+dHKqZvj+T0M8Lb7Hg2n4O2PsOUwrpzbQGiW0kJK+ZfAAoTUCQi84KuHEBCR7gs4ICxieVmlfZCsW0cQHJmt9BaZZGQJypZ6WrsWiUd1QIaPWbEj+0Jizh1O8inFOHBZx78ytKqYIixgWBuJAQTKsKR5ighPHhDEd8OJMQLs5xwsW5hECUpaQksWEAJ0xx4MvJXUfwAjJXDr5k3LUCLxJzdcDLwlwP6ELQV+BXpbPPafYtUeuNAt8svoKkvdQ9KwDSBNhZnMNUfUeI00Lp52h1mMo5KFyUKX97GiWJnYaTxWhCfPKsmonLKUarkKCIc3IlJEwr00Fsm/Ijne26LuNAb3KYTufwdu50Ty9XLlVs7ndjTjkKnsEfzu86jt93AN3sndurtmxcCQWzBv+UvjLVrn5pZho9AypBbFSdcL2IsRmAMSYyPziPtLXb14f1WrARpKTQdYOsu6PQMwB0Eqx7y7D0UN7DxK+QUjcoT2Lb26+vUb347ZCMDfijruLs330I7phn30MIR0KJQ2i7yfV9dEo50Pl/wGHIyoLOZw9jXj7t4kLsCsopk4leK31ZPcNBaBemINNoE6cReWlcCQkDRpxtEDLWjEF6PLq5JNrQtBBHqlhtm+WPiIErooDNCIXoTQBLSfjh8SR/j9IpPcyOrxehk62nbBbZi0rnRZSuI73G6rMvIoHhwmmYGeqEWHu9LIe2tRT+wVTb5zd/jhQtbFzOmwTzlYwLqOdtpPjeWKuayfhQAmX0uFW1CIQeghTAXe7rraEv3vbKXxEMLKI/+8vf/vr+41lIdd8kDg14a2AUYKbKQSHTVQAvffMXmLagQ0BAwOZ7jyRqwldAHJunXuSMKyLkg1DgEI5OEy64mHVqBiC8kYEWbMVEnLkqCnM75CDoEGRJ/ppU/3OTlgnLOPplkq1efFb9oyjzVhXR2twGwKcYIJTQc37NMIq/Brhh2zEZ50ZFps2Wu99T2DBLwBKznWlOFs40MVYKlJbzuVarbG0yq94/9Fjy4zwvUQXJc+M8r/qAcW3qXlDjrRBPsUc5rqrRxZAWSFhqrNWqeNSx6Wuo4M52oxzLHVO4HPs0P96P1zaOqooXnDiu7OXRPhOxOkppWZ9XpwHYAl/D1h6c+amM12B2FWAJ39WqrI55FKdx3vQeoHqN6Tj+KIoT84pGuX6c55UrhTzR7BjLKZPkztz5CMmJ8iy0Wveo0Z+ifJgX8S6C2hdOkCW5w2wByw33pFXrzoLlECDYUp7gYY9uHFdaOV131BRLlRxFHufBkojOqIsKWYK3G67kPYrB3fwu2imc7SskzKYkr7I4zatbkoIj0j4uSaLqs86rSzf5Vq0cq7rSElcmVX4Ude7k6d8GB8y1+caQuqdXfZx5NRjUnYXQmEo96Sj+USr91svcyZB4Wp2AZg198JaGVQJ2/QnYItvfm+aNdQ9Rl5FLkbgei565Q2ChxKHU2rwTzQtkE5sG2yDPVXEZJVV/jDw3QZrcvb7c1YXX+Tbe87awXuBXNZs35im+nheRkW0Gpshe4yImz5VPEjg3416EiysQEJ2yF50Ik9HX89BhlDr6eoFfM2wyeW4vQaap08PFAifrsUNYACoB+7ixhqlARUnxEaXAg33s9X7i1X3LcaF23NsZFvZyEFQlXCxxqi5ZW+OpdxCok/K5YvI1LFdH++1vSf0WDHhWjOPU2+sAA6+H37n8cbpW3+sJE6AL4wR5krFzurBQXw1WncauWmxAf4kUn+40U7vMdBH6+B1TRK6HXgg1nWw54vJebujkLWBFz9yKfZDnGCM/1a3tbPU5OSvlD3Clqqko8w86BroC98gXHc9hjTxa7ragN5EqU0B3Ep8uL1Qt8momxdGy6cIyWrwrE+G9jGhP9aHuZVwucnuI1Tf2VeKLTiJTtQnRnuxD1yoyg/P8Ui0j1uP0OfPZXUTGeDCdr+ZlApO6OMer99FrZn+hOR8vLKGF3wN1KPjTH5rTfglS2U8jHe0orq/t4zMORgPdqITVbEAAcZqInFHtfFHNWuGsg0LOhM8Q3jQB5jQDYlhF6aIiVv2oQVnHqIRlWvVZqcMpbzsm4TTPdarsXYWI6X23Y7GAT3YoxihWCXgJrbCcBteGQ0zOwa5gF5WwMIo0/z5Oi/dnP2EYKyymXZCwiz6ss48krA1LaR/OKFgTlbIuzilWE5WyyNIXl/1DlJQgpQ6whKrZl8cbZioXkXH0dkGrT2t/FmaDJ2jHOE67/YU5aHMWPsgJsiSVro1YMIOFK1mPLJdMDiAyCZ0H92QeF9peRUnyFIULgUKFnNnOhuPIViAnNuOVOLCJ9+CVq5UKV5cEAo4IrywGF3AQUpkLc7+DIhkZWxvjRllWvb+FfEULp+f9nGXQ3Dr2g6kgiXU2tU1dbdXqZZ/FztZQ6MVhM1jPpkKiK1D8OMc7jncjKx79OMuzF44HMDvIkrrCwTe8arm4tIfLYScPiU2g7eHTffUjcQLUfb16FJ9g4zDSj3k44coeHgL4CVRqj6SAz22WRDtJDMRckxl+ddHyrBjHabsNPqL9WZR9ASZfSHKd7+275OCDezjb/u6+S/Y/vIdz7e/vu1z/A3w4FywtvqzcdRpYbUZkHP2h+vsW1ay0wILSsj7W8CAwhOiFOdpjFBcj5ziQJi4qZB2Qto20VXPQXW0jZ9M5l9JE+7GaNdbweBquPMUDGzuitKf4HNsMEqOjuJ9T/T9JoVnCExxkReZIT3ARFpir5XwG08VkvrwcT8/Pl7Php+HXDv5a/WkGg8l/DEQu9UMIvJqM73BSFWURN4PZ9fBueM0dlqsjsNfD0eD+y2J5O/i6/DSYLwe3k/u7BQSGlQL04uvdcvh1upwPr5aj2eR2eTd5pAwgvdBmMb4dTu4XVSrnYEkJ+HD6eXkzmY1/ndxVyjlE9TUE7nhZJqPRfAgWsychYNWFGNxfLx8GX5aXvyyG4MEFIgZ4Nbm9HS+MfXVWJDVUMujh18VssByNh1+uaXIgZMDj+ZwvBEfEAP/+uFjeDAfXw9ny8uKc5kJaBn8/vl5+Hv5Ccx2RAMgWgCMigO2fqFpkwR9b6Hi+RoJrPsoYTMck8KiSINulTRyzk0mg7T+qtfIk1dKJsNlacQfaaiS4qdrv+TM/qkRInb0KkAcVgZwNHpfmFr6bD64W4+qpOPgCPusgXQ/s43hxs7weLAZiAzeDsNrrbBfnalQmz3GS1AuLndHTzgJWEuirz9fVLhAd67lt7Oc/tiE3+eLcSo6av9YSp8B+tB0nVHHIYAjLg7XxP70nQE9lnMD7AXcwX0PgVtVY36Rat2jqWxF21DsorKTQAqYYtq6/znQ+SOowxyALsArFnSHzYZ6QBB//pk01StuMRVMnTSYQRirNS62qTT1VBF52R0CAnuuNS5zx7KcYAoJCDixh9sA5HXUC6ekorPlpFOu8uGuGsZR2Fu9YXEhIgDfgMlOIDCsFaGI78JDObAwuMxhV+xzXi9P6ujmZQus43dyqPI824K0JK3ujqwMDN7LjnLxE3/iHZqPJ+pmw16r680Xrd5Kj6XE9sTxBIVDbUIdm3IbUQotgvaDECVw4CBp6g5A3Ub6lrAC5wMR+tAhKDpCfZiIoOzyLtATfSxt/kNFPqtcEHL7VRgiORoBr2s7mrnqNVyTTETJgZ/t7/vlFJNBGXclre98nh+1oaJzzl6EQnKMhcFtTtesVLOBxdVECEeeXqzzYqryD2HEO4+5T7jHCfcpDAPT3yTwM9mfKQpj/J6M8EPRXo0KIu9uzhwg3fYYAF0T+BZvuzEn5+cHMFACwp6X8fH9yCki3Z6b8dH9+CkgnCo8pOvGuPg63194+viVefbm6i89t2xh6RttHpvUmOswOsw6eyCCtiCUHNp9ZbeBBJZs12HTplg2ezZdIb4I/dWtzLQEJItdD2EB2KQQEllUQwboHD35nXsIwq4owqXihCcpLspTRRkoXNHo23Zc/3medNtsT0UBihYXDZBZX+Ngeq7Acm55rsQJb/CUneMOxqwBsnmgtgGdQT+7XE3vVcjaY62p43E2k1+ZhsWaItoyHsosVAr5oyYJjtUvVLkvj1SKbKwX2LlwFgUozvasHly7LdA33bj0JAcvq70jIYVBPQsHqlRA0zJVQsLKYPM+qWef6b8kQowawkkDvmy2OVdWTuip1noGPwlBFInVef0CBnLcdpzAZPHpc/c6kNR2zet4HI1gSEYzoCQYiCbCdQSJ5rUaCY7uWsFKE1tmreYCK2I6UgGt8ckBDS1ud5HyfxAX21DsGKUC76NU8FNpqCHa0ABkJrV4z5A3vSQhYsdXZt8r0Ns53UbECTzUQEcDX5lHdtgDH6cxdONVBQWEA/tf/AWs/WQDXjAAA" \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/assets/search.js b/docs/@aptos-labs/ts-sdk-1.18.1/assets/search.js new file mode 100644 index 000000000..84bb11f59 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.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.18.1/assets/style.css b/docs/@aptos-labs/ts-sdk-1.18.1/assets/style.css new file mode 100644 index 000000000..778b94927 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.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.18.1/classes/Account.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Account.html new file mode 100644 index 000000000..029dd02b8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Account.html @@ -0,0 +1,51 @@ +Account | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/AccountAddress.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountAddress.html new file mode 100644 index 000000000..5b9793e14 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountAddress.html @@ -0,0 +1,152 @@ +AccountAddress | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/AccountAuthenticator.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountAuthenticator.html new file mode 100644 index 000000000..7be065f05 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountAuthenticator.html @@ -0,0 +1,15 @@ +AccountAuthenticator | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/AccountAuthenticatorEd25519.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountAuthenticatorEd25519.html new file mode 100644 index 000000000..c8be2912f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountAuthenticatorEd25519.html @@ -0,0 +1,21 @@ +AccountAuthenticatorEd25519 | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/AccountAuthenticatorMultiEd25519.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountAuthenticatorMultiEd25519.html new file mode 100644 index 000000000..5eba8fa6a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountAuthenticatorMultiEd25519.html @@ -0,0 +1,21 @@ +AccountAuthenticatorMultiEd25519 | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/AccountAuthenticatorMultiKey.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountAuthenticatorMultiKey.html new file mode 100644 index 000000000..78686e569 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountAuthenticatorMultiKey.html @@ -0,0 +1,21 @@ +AccountAuthenticatorMultiKey | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/AccountAuthenticatorSingleKey.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountAuthenticatorSingleKey.html new file mode 100644 index 000000000..e25b1b873 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountAuthenticatorSingleKey.html @@ -0,0 +1,21 @@ +AccountAuthenticatorSingleKey | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/AccountPublicKey.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountPublicKey.html new file mode 100644 index 000000000..de0bcfa34 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountPublicKey.html @@ -0,0 +1,20 @@ +AccountPublicKey | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/AccountSequenceNumber.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountSequenceNumber.html new file mode 100644 index 000000000..63d30a3c5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AccountSequenceNumber.html @@ -0,0 +1,29 @@ +AccountSequenceNumber | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/AnyPublicKey.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AnyPublicKey.html new file mode 100644 index 000000000..56349cd1b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AnyPublicKey.html @@ -0,0 +1,33 @@ +AnyPublicKey | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/AnySignature.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AnySignature.html new file mode 100644 index 000000000..c83309212 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AnySignature.html @@ -0,0 +1,21 @@ +AnySignature | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/Aptos.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Aptos.html new file mode 100644 index 000000000..7f65d633d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Aptos.html @@ -0,0 +1,759 @@ +Aptos | @aptos-labs/ts-sdk - v1.18.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
  • 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 +getCollectionId +getCurrentDigitalAssetOwnership +getCurrentFungibleAssetBalances +getDelegatedStakingActivities +getDigitalAssetActivity +getDigitalAssetData +getDomainSubdomains +getEvents +getExpiration +getFungibleAssetActivities +getFungibleAssetMetadata +getFungibleAssetMetadataByAssetType +getGasPriceEstimation +getIndexerLastSuccessVersion +getLedgerInfo +getModuleEventsByEventType +getName +getNumberOfDelegators +getNumberOfDelegatorsForAllPools +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 +signAndSubmitTransaction +signAsFeePayer +transferCoinTransaction +transferDigitalAssetTransaction +transferFungibleAsset +unfreezeDigitalAssetTransaferTransaction +updateDigitalAssetPropertyTransaction +updateDigitalAssetTypedPropertyTransaction +view +waitForTransaction +

Constructors

Properties

account: Account
ans: ANS
coin: Coin
config: AptosConfig
digitalAsset: DigitalAsset
event: Event
faucet: Faucet
fungibleAsset: FungibleAsset
general: General
keyless: Keyless
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

    +
  • Queries the account's APT amount

    +

    Parameters

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

        The account address we want to get the total count for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<number>

    Current amount of account's APT

    +

    Example

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

    +

    Parameters

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

        The account address we want to get the total count for

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

        The coin type to query

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<number>

    Current amount of account's coin

    +

    Example

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

    +

    Parameters

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

        The account address we want to get the total count for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<number>

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

    +

    Example

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

    +

    Parameters

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

        The account address we want to get the coins data for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

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

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

    Array with the coins data

    +

    Example

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

    +

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

    +

    Parameters

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

        The account address we want to get the collections for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

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

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

    Collections array with the collections data

    +

    Example

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

    +

    Parameters

    • args: GetAccountDomainsArgs

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

    a promise of an array of ANSName

    +
  • Get events by creation number and an account address

    +

    Parameters

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

    Promise

    +

    Example

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

    +

    Parameters

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

        The account address

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

        The event type

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

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

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

    Promise

    +

    Example

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

    +

    Parameters

    Returns Promise<AccountData>

    The account data

    +

    Example: An example of the returned account

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

    +

    Parameters

    Returns Promise<MoveModuleBytecode>

    Account module

    +

    Example

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

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

    +

    Parameters

    • args: GetAccountNamesArgs

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

    a promise of an array of ANSName

    +
  • Queries an account's owned objects

    +

    Parameters

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

        The account address we want to get the objects for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

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

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

    Objects array with the object data

    +

    Example

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

    +

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

    +

    Parameters

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

        The account address we want to get the tokens for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

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

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

    Tokens array with the token data

    +

    Example

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

    +

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

    +

    Parameters

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

        The account address we want to get the tokens for

        +
      • collectionAddress: AccountAddressInput

        The address of the collection being queried

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

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

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

    Tokens array with the token data

    +

    Example

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

    +

    Type Parameters

    • T extends {} = any

    Parameters

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

        Aptos account address

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

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

        +

    Returns Promise<T>

    Account resource

    +

    Example

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

    +

    Parameters

    • args: GetAccountSubdomainsArgs

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

    a promise of an array of ANSName

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

    +

    Parameters

    Returns Promise<number>

    Current count of tokens owned by the account

    +

    Example

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

    +

    Parameters

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

        The account address we want to get the total count for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<number>

    Current count of transactions made by an account

    +

    Example

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

    +

    Parameters

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

        Block height to lookup. Starts at 0

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

    Returns Promise<Block>

    Block with optional transactions

    +

    Example

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

    +

    Parameters

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

        Ledger version to lookup block information for

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

    Returns Promise<Block>

    Block information with optional transactions

    +

    Example

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

    +

    Returns Promise<number>

    The chain id

    +

    Example

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

    +

    Parameters

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

        The number of transactions to return

        +

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

    GetChainTopUserTransactionsResponse

    +

    Example

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

    +

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

    +

    Parameters

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

    GetCollectionDataResponse response type

    +

    Example

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

    +

    Parameters

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

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

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

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

    GetCollectionDataResponse response type

    +

    Example

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

    +

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

    +

    Parameters

    Returns Promise<string>

    the collection id

    +

    Example

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

    +

    Parameters

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

    GetCurrentTokenOwnershipResponse containing relevant ownership data of the digital asset.

    +

    Example

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

    +

    Parameters

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

        Optional ledger version to sync up to, before querying

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

        Optional configuration for pagination and filtering

        +

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

    A list of fungible asset metadata

    +

    Example

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

    +

    Parameters

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

    GetDelegatedStakingActivitiesResponse response type

    +

    Example

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

    +

    Parameters

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

        Optional ledger version to sync up to, before querying

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

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

    GetTokenActivityResponse containing relevant activity data to the digital asset.

    +

    Example

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

    +

    Parameters

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

    GetTokenDataResponse containing relevant data to the digital asset.

    +

    Example

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

    +

    Parameters

    • args: GetDomainSubdomainsArgs

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

    a promise of an array of ANSName

    +
  • Get all events

    +

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

    +

    Parameters

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

        Optional ledger version to sync up to, before querying

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

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

    GetEventsQuery response type

    +

    Example

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

    +

    Parameters

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

        A string of the name to retrieve

        +

    Returns Promise<undefined | number>

    number as a unix timestamp in milliseconds.

    +

    Example

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

    +

    Parameters

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

        Optional ledger version to sync up to, before querying

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

        Optional configuration for pagination and filtering

        +

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

    A list of fungible asset metadata

    +

    Example

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

    +

    Parameters

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

        Optional ledger version to sync up to, before querying

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

        Optional configuration for pagination and filtering

        +

    Returns Promise<{
        asset_type: string;
        creator_address: string;
        decimals: number;
        icon_uri?: null | string;
        last_transaction_timestamp: any;
        last_transaction_version: any;
        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

    +

    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 for the last successful indexer version

    +

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

    +

    Returns Promise<bigint>

    Example

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

    +

    Returns Promise<LedgerInfo>

    Aptos Ledger Info

    +

    Example

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

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

    +

    Parameters

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

        The event type

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

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

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

    Promise

    +

    Example

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

    +

    Parameters

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

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

        +

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

    A promise of an ANSName or undefined

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

    +

    Parameters

    Returns Promise<number>

    The number of delegators for the given pool

    +

    Example

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

    +

    Parameters

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

        Optional ledger version to sync up to, before querying

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

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

    GetNumberOfDelegatorsForAllPoolsResponse response type

    +

    Example

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

    +

    Parameters

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

        Optional ledger version to sync up to, before querying

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

        The address of the owner

        +

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

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

    +

    Example

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

    +

    Parameters

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

        A string of the name to retrieve

        +

    Returns Promise<undefined | AccountAddress>

    AccountAddress if the name is owned, undefined otherwise

    +

    Example

    // Will return the owner address of "test.aptos.apt" or undefined
    const owner = await aptos.getOwnerAddress({name: "test.aptos"})
    // owner = 0x123... +
    +
  • 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 to chain

    +

    Parameters

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

        The signer account to sign the transaction

        +
      • transaction: AnyRawTransaction

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

        +

    Returns Promise<PendingTransactionResponse>

    PendingTransactionResponse

    +

    Example

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

    +

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

    +

    Parameters

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +

    Example

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

    +

    Parameters

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

        The digital asset address

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

        The property key for storing on-chain properties

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

        The type of property value

        +
      • propertyValue: PropertyValue

        The property value to be stored on-chain

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +

    Example

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

    +

    Parameters

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

        The digital asset address

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

        The property key for storing on-chain properties

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

        The type of property value

        +
      • propertyValue: PropertyValue

        The property value to be stored on-chain

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +

    Example

    const transaction = await aptos.updateDigitalAssetTypedPropertyTransaction({
    creator: alice,
    propertyKey: "typedKey",
    propertyType: "U8",
    propertyValue: 2,
    digitalAssetAddress: "0x123",
    }); +
    +
  • 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.18.1/classes/AptosApiError.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AptosApiError.html new file mode 100644 index 000000000..4b17db994 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AptosApiError.html @@ -0,0 +1,23 @@ +AptosApiError | @aptos-labs/ts-sdk - v1.18.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

Constructors

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.18.1/classes/AptosConfig.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AptosConfig.html new file mode 100644 index 000000000..d1c75cb66 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AptosConfig.html @@ -0,0 +1,27 @@ +AptosConfig | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/AuthenticationKey.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AuthenticationKey.html new file mode 100644 index 000000000..868fc6265 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/AuthenticationKey.html @@ -0,0 +1,39 @@ +AuthenticationKey | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/Bool.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Bool.html new file mode 100644 index 000000000..512e0c93f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Bool.html @@ -0,0 +1,20 @@ +Bool | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/ChainId.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/ChainId.html new file mode 100644 index 000000000..6290406dd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/ChainId.html @@ -0,0 +1,13 @@ +ChainId | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/Deserializer.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Deserializer.html new file mode 100644 index 000000000..cefdfe91d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Deserializer.html @@ -0,0 +1,75 @@ +Deserializer | @aptos-labs/ts-sdk - v1.18.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 +
    +
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/classes/Ed25519Account.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Ed25519Account.html new file mode 100644 index 000000000..fb0da5545 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Ed25519Account.html @@ -0,0 +1,35 @@ +Ed25519Account | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/Ed25519PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Ed25519PrivateKey.html new file mode 100644 index 000000000..06133e6e5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Ed25519PrivateKey.html @@ -0,0 +1,52 @@ +Ed25519PrivateKey | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/Ed25519PublicKey.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Ed25519PublicKey.html new file mode 100644 index 000000000..2a485d3d2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Ed25519PublicKey.html @@ -0,0 +1,33 @@ +Ed25519PublicKey | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/Ed25519Signature.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Ed25519Signature.html new file mode 100644 index 000000000..27567bf63 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Ed25519Signature.html @@ -0,0 +1,24 @@ +Ed25519Signature | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/EntryFunction.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/EntryFunction.html new file mode 100644 index 000000000..1ed8b268b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/EntryFunction.html @@ -0,0 +1,43 @@ +EntryFunction | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/EntryFunctionBytes.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/EntryFunctionBytes.html new file mode 100644 index 000000000..4fdca98f9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/EntryFunctionBytes.html @@ -0,0 +1,28 @@ +EntryFunctionBytes | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/EphemeralCertificate.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/EphemeralCertificate.html new file mode 100644 index 000000000..98c7a99be --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/EphemeralCertificate.html @@ -0,0 +1,20 @@ +EphemeralCertificate | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/EphemeralKeyPair.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/EphemeralKeyPair.html new file mode 100644 index 000000000..b8d051a07 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/EphemeralKeyPair.html @@ -0,0 +1,44 @@ +EphemeralKeyPair | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/EphemeralPublicKey.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/EphemeralPublicKey.html new file mode 100644 index 000000000..c77649767 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/EphemeralPublicKey.html @@ -0,0 +1,28 @@ +EphemeralPublicKey | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/EphemeralSignature.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/EphemeralSignature.html new file mode 100644 index 000000000..9a1e5de3a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/EphemeralSignature.html @@ -0,0 +1,21 @@ +EphemeralSignature | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/FeePayerRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/FeePayerRawTransaction.html new file mode 100644 index 000000000..8e624e051 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/FeePayerRawTransaction.html @@ -0,0 +1,21 @@ +FeePayerRawTransaction | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/FixedBytes.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/FixedBytes.html new file mode 100644 index 000000000..9f0157b50 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/FixedBytes.html @@ -0,0 +1,33 @@ +FixedBytes | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/Groth16Zkp.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Groth16Zkp.html new file mode 100644 index 000000000..bfa4cf1e9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Groth16Zkp.html @@ -0,0 +1,20 @@ +Groth16Zkp | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/Hex.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Hex.html new file mode 100644 index 000000000..b36e5eedd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Hex.html @@ -0,0 +1,50 @@ +Hex | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/Identifier.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Identifier.html new file mode 100644 index 000000000..da9964e4d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Identifier.html @@ -0,0 +1,15 @@ +Identifier | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/KeylessAccount.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/KeylessAccount.html new file mode 100644 index 000000000..964b8dbe5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/KeylessAccount.html @@ -0,0 +1,71 @@ +KeylessAccount | @aptos-labs/ts-sdk - v1.18.1

Account implementation for the Keyless authentication scheme.

+

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

+

Use KeylessAccount.fromJWTAndProof 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)

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 asycronous 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.

+
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

    +
  • 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.18.1/classes/KeylessConfiguration.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/KeylessConfiguration.html new file mode 100644 index 000000000..7d7020f57 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/KeylessConfiguration.html @@ -0,0 +1,8 @@ +KeylessConfiguration | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/KeylessPublicKey.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/KeylessPublicKey.html new file mode 100644 index 000000000..9d07cdbb7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/KeylessPublicKey.html @@ -0,0 +1,45 @@ +KeylessPublicKey | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/KeylessSignature.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/KeylessSignature.html new file mode 100644 index 000000000..bd59c0dc5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/KeylessSignature.html @@ -0,0 +1,29 @@ +KeylessSignature | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/ModuleId.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/ModuleId.html new file mode 100644 index 000000000..898a282f4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/ModuleId.html @@ -0,0 +1,22 @@ +ModuleId | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/MoveOption.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MoveOption.html new file mode 100644 index 000000000..adba78f91 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MoveOption.html @@ -0,0 +1,83 @@ +MoveOption | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/MoveString.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MoveString.html new file mode 100644 index 000000000..5453a8c81 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MoveString.html @@ -0,0 +1,20 @@ +MoveString | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/MoveVector.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MoveVector.html new file mode 100644 index 000000000..f3d990e94 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MoveVector.html @@ -0,0 +1,88 @@ +MoveVector | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/MultiAgentRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiAgentRawTransaction.html new file mode 100644 index 000000000..0852e5b61 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiAgentRawTransaction.html @@ -0,0 +1,19 @@ +MultiAgentRawTransaction | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/MultiAgentTransaction.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiAgentTransaction.html new file mode 100644 index 000000000..b003b925d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiAgentTransaction.html @@ -0,0 +1,21 @@ +MultiAgentTransaction | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/MultiEd25519PublicKey.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiEd25519PublicKey.html new file mode 100644 index 000000000..19d279f63 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiEd25519PublicKey.html @@ -0,0 +1,36 @@ +MultiEd25519PublicKey | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/MultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiEd25519Signature.html new file mode 100644 index 000000000..1b558edf9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiEd25519Signature.html @@ -0,0 +1,45 @@ +MultiEd25519Signature | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/MultiKey.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiKey.html new file mode 100644 index 000000000..23800eb8f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiKey.html @@ -0,0 +1,36 @@ +MultiKey | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/MultiKeyAccount.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiKeyAccount.html new file mode 100644 index 000000000..d6dd1ee94 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiKeyAccount.html @@ -0,0 +1,53 @@ +MultiKeyAccount | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/MultiKeySignature.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiKeySignature.html new file mode 100644 index 000000000..de8302ba1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiKeySignature.html @@ -0,0 +1,43 @@ +MultiKeySignature | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/MultiSig.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiSig.html new file mode 100644 index 000000000..33642b3f6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiSig.html @@ -0,0 +1,11 @@ +MultiSig | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/MultiSigTransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiSigTransactionPayload.html new file mode 100644 index 000000000..38135e220 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/MultiSigTransactionPayload.html @@ -0,0 +1,21 @@ +MultiSigTransactionPayload | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/ParsingError.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/ParsingError.html new file mode 100644 index 000000000..fe6de603d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/ParsingError.html @@ -0,0 +1,16 @@ +ParsingError | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/PublicKey.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/PublicKey.html new file mode 100644 index 000000000..86b0c25cf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/PublicKey.html @@ -0,0 +1,18 @@ +PublicKey | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/RawTransaction.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/RawTransaction.html new file mode 100644 index 000000000..e6be27c9d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/RawTransaction.html @@ -0,0 +1,31 @@ +RawTransaction | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/RawTransactionWithData.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/RawTransactionWithData.html new file mode 100644 index 000000000..fcad4008d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/RawTransactionWithData.html @@ -0,0 +1,14 @@ +RawTransactionWithData | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/RotationProofChallenge.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/RotationProofChallenge.html new file mode 100644 index 000000000..fe521de2b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/RotationProofChallenge.html @@ -0,0 +1,19 @@ +RotationProofChallenge | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/Script.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Script.html new file mode 100644 index 000000000..b4fcc07f4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Script.html @@ -0,0 +1,21 @@ +Script | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/Secp256k1PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Secp256k1PrivateKey.html new file mode 100644 index 000000000..299871c2e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Secp256k1PrivateKey.html @@ -0,0 +1,47 @@ +Secp256k1PrivateKey | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/Secp256k1PublicKey.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Secp256k1PublicKey.html new file mode 100644 index 000000000..68ec522d7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Secp256k1PublicKey.html @@ -0,0 +1,26 @@ +Secp256k1PublicKey | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/Secp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Secp256k1Signature.html new file mode 100644 index 000000000..b7903c3f6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Secp256k1Signature.html @@ -0,0 +1,22 @@ +Secp256k1Signature | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/Serializable.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Serializable.html new file mode 100644 index 000000000..f4c327e7f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Serializable.html @@ -0,0 +1,10 @@ +Serializable | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/Serializer.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Serializer.html new file mode 100644 index 000000000..fa57b5b45 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Serializer.html @@ -0,0 +1,82 @@ +Serializer | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/Signature.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Signature.html new file mode 100644 index 000000000..00342a313 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/Signature.html @@ -0,0 +1,18 @@ +Signature | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/SignedTransaction.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/SignedTransaction.html new file mode 100644 index 000000000..bbfcbb9ca --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/SignedTransaction.html @@ -0,0 +1,21 @@ +SignedTransaction | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/SimpleTransaction.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/SimpleTransaction.html new file mode 100644 index 000000000..dbbc67404 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/SimpleTransaction.html @@ -0,0 +1,21 @@ +SimpleTransaction | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/SingleKeyAccount.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/SingleKeyAccount.html new file mode 100644 index 000000000..bb3a5a67a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/SingleKeyAccount.html @@ -0,0 +1,39 @@ +SingleKeyAccount | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/StructTag.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/StructTag.html new file mode 100644 index 000000000..bfce35aae --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/StructTag.html @@ -0,0 +1,15 @@ +StructTag | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TransactionAuthenticator.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionAuthenticator.html new file mode 100644 index 000000000..f3d29a8f3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionAuthenticator.html @@ -0,0 +1,11 @@ +TransactionAuthenticator | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TransactionAuthenticatorEd25519.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionAuthenticatorEd25519.html new file mode 100644 index 000000000..4d9bedcdc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionAuthenticatorEd25519.html @@ -0,0 +1,19 @@ +TransactionAuthenticatorEd25519 | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TransactionAuthenticatorFeePayer.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionAuthenticatorFeePayer.html new file mode 100644 index 000000000..437b1b12a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionAuthenticatorFeePayer.html @@ -0,0 +1,21 @@ +TransactionAuthenticatorFeePayer | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TransactionAuthenticatorMultiAgent.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionAuthenticatorMultiAgent.html new file mode 100644 index 000000000..f999d4759 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionAuthenticatorMultiAgent.html @@ -0,0 +1,19 @@ +TransactionAuthenticatorMultiAgent | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TransactionAuthenticatorMultiEd25519.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionAuthenticatorMultiEd25519.html new file mode 100644 index 000000000..e6a0d7993 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionAuthenticatorMultiEd25519.html @@ -0,0 +1,17 @@ +TransactionAuthenticatorMultiEd25519 | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TransactionAuthenticatorSingleSender.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionAuthenticatorSingleSender.html new file mode 100644 index 000000000..400c935b4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionAuthenticatorSingleSender.html @@ -0,0 +1,15 @@ +TransactionAuthenticatorSingleSender | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionPayload.html new file mode 100644 index 000000000..af003a16b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionPayload.html @@ -0,0 +1,15 @@ +TransactionPayload | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TransactionPayloadEntryFunction.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionPayloadEntryFunction.html new file mode 100644 index 000000000..6db025f7e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionPayloadEntryFunction.html @@ -0,0 +1,16 @@ +TransactionPayloadEntryFunction | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TransactionPayloadMultiSig.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionPayloadMultiSig.html new file mode 100644 index 000000000..612301027 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionPayloadMultiSig.html @@ -0,0 +1,16 @@ +TransactionPayloadMultiSig | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TransactionPayloadScript.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionPayloadScript.html new file mode 100644 index 000000000..15958ca62 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionPayloadScript.html @@ -0,0 +1,16 @@ +TransactionPayloadScript | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TransactionWorker.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionWorker.html new file mode 100644 index 000000000..c69234fa8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TransactionWorker.html @@ -0,0 +1,82 @@ +TransactionWorker | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TypeTag.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTag.html new file mode 100644 index 000000000..b0f5fd707 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTag.html @@ -0,0 +1,24 @@ +TypeTag | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TypeTagAddress.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagAddress.html new file mode 100644 index 000000000..74fff8ee3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagAddress.html @@ -0,0 +1,25 @@ +TypeTagAddress | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TypeTagBool.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagBool.html new file mode 100644 index 000000000..f5587e267 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagBool.html @@ -0,0 +1,25 @@ +TypeTagBool | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TypeTagGeneric.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagGeneric.html new file mode 100644 index 000000000..999e93d3c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagGeneric.html @@ -0,0 +1,29 @@ +TypeTagGeneric | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TypeTagParserError.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagParserError.html new file mode 100644 index 000000000..ea7c0944c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagParserError.html @@ -0,0 +1,11 @@ +TypeTagParserError | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TypeTagReference.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagReference.html new file mode 100644 index 000000000..522f80397 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagReference.html @@ -0,0 +1,26 @@ +TypeTagReference | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TypeTagSigner.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagSigner.html new file mode 100644 index 000000000..1d39634bf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagSigner.html @@ -0,0 +1,25 @@ +TypeTagSigner | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TypeTagStruct.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagStruct.html new file mode 100644 index 000000000..0ec7cecee --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagStruct.html @@ -0,0 +1,30 @@ +TypeTagStruct | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TypeTagU128.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagU128.html new file mode 100644 index 000000000..0d929435f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagU128.html @@ -0,0 +1,25 @@ +TypeTagU128 | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TypeTagU16.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagU16.html new file mode 100644 index 000000000..3a3213bff --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagU16.html @@ -0,0 +1,25 @@ +TypeTagU16 | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TypeTagU256.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagU256.html new file mode 100644 index 000000000..23e8eafc8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagU256.html @@ -0,0 +1,25 @@ +TypeTagU256 | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TypeTagU32.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagU32.html new file mode 100644 index 000000000..8ddbdb89a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagU32.html @@ -0,0 +1,25 @@ +TypeTagU32 | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TypeTagU64.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagU64.html new file mode 100644 index 000000000..7f49d2ce6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagU64.html @@ -0,0 +1,25 @@ +TypeTagU64 | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TypeTagU8.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagU8.html new file mode 100644 index 000000000..8b3b91bcd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagU8.html @@ -0,0 +1,25 @@ +TypeTagU8 | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/TypeTagVector.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagVector.html new file mode 100644 index 000000000..b771207ef --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/TypeTagVector.html @@ -0,0 +1,27 @@ +TypeTagVector | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/U128.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/U128.html new file mode 100644 index 000000000..059961de7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/U128.html @@ -0,0 +1,20 @@ +U128 | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/U16.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/U16.html new file mode 100644 index 000000000..5501241ef --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/U16.html @@ -0,0 +1,20 @@ +U16 | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/U256.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/U256.html new file mode 100644 index 000000000..dac8824c5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/U256.html @@ -0,0 +1,20 @@ +U256 | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/U32.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/U32.html new file mode 100644 index 000000000..72ff70050 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/U32.html @@ -0,0 +1,20 @@ +U32 | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/U64.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/U64.html new file mode 100644 index 000000000..b8927438a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/U64.html @@ -0,0 +1,20 @@ +U64 | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/U8.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/U8.html new file mode 100644 index 000000000..a05760ca4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/U8.html @@ -0,0 +1,20 @@ +U8 | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/ZeroKnowledgeSig.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/ZeroKnowledgeSig.html new file mode 100644 index 000000000..01a7839d6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/ZeroKnowledgeSig.html @@ -0,0 +1,31 @@ +ZeroKnowledgeSig | @aptos-labs/ts-sdk - v1.18.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.18.1/classes/ZkProof.html b/docs/@aptos-labs/ts-sdk-1.18.1/classes/ZkProof.html new file mode 100644 index 000000000..f0c0b5614 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/classes/ZkProof.html @@ -0,0 +1,15 @@ +ZkProof | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/AccountAuthenticatorVariant.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/AccountAuthenticatorVariant.html new file mode 100644 index 000000000..4451a278b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/AccountAuthenticatorVariant.html @@ -0,0 +1,7 @@ +AccountAuthenticatorVariant | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/AddressInvalidReason.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/AddressInvalidReason.html new file mode 100644 index 000000000..7796e1502 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/AddressInvalidReason.html @@ -0,0 +1,9 @@ +AddressInvalidReason | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/AnyPublicKeyVariant.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/AnyPublicKeyVariant.html new file mode 100644 index 000000000..6d9cc0970 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/AnyPublicKeyVariant.html @@ -0,0 +1,4 @@ +AnyPublicKeyVariant | @aptos-labs/ts-sdk - v1.18.1

Enumeration AnyPublicKeyVariant

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.18.1/enums/AnySignatureVariant.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/AnySignatureVariant.html new file mode 100644 index 000000000..8bb03fcd2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/AnySignatureVariant.html @@ -0,0 +1,4 @@ +AnySignatureVariant | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/AptosApiType.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/AptosApiType.html new file mode 100644 index 000000000..6dbfd7b70 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/AptosApiType.html @@ -0,0 +1,7 @@ +AptosApiType | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/DeriveScheme.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/DeriveScheme.html new file mode 100644 index 000000000..4740747bf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/DeriveScheme.html @@ -0,0 +1,12 @@ +DeriveScheme | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/EphemeralCertificateVariant.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/EphemeralCertificateVariant.html new file mode 100644 index 000000000..72b0acc56 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/EphemeralCertificateVariant.html @@ -0,0 +1,2 @@ +EphemeralCertificateVariant | @aptos-labs/ts-sdk - v1.18.1

Enumeration EphemeralCertificateVariant

Enumeration Members

Enumeration Members

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

Enumeration EphemeralPublicKeyVariant

Enumeration Members

Enumeration Members

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

Enumeration EphemeralSignatureVariant

Enumeration Members

Enumeration Members

Ed25519: 0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/enums/HexInvalidReason.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/HexInvalidReason.html new file mode 100644 index 000000000..93a5cf79e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/HexInvalidReason.html @@ -0,0 +1,5 @@ +HexInvalidReason | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/KeyType.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/KeyType.html new file mode 100644 index 000000000..25926e710 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/KeyType.html @@ -0,0 +1,3 @@ +KeyType | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/MimeType.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/MimeType.html new file mode 100644 index 000000000..79cf71331 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/MimeType.html @@ -0,0 +1,8 @@ +MimeType | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/MoveAbility.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/MoveAbility.html new file mode 100644 index 000000000..847382757 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/MoveAbility.html @@ -0,0 +1,6 @@ +MoveAbility | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/MoveFunctionVisibility.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/MoveFunctionVisibility.html new file mode 100644 index 000000000..e37fa8871 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/MoveFunctionVisibility.html @@ -0,0 +1,5 @@ +MoveFunctionVisibility | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/Network.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/Network.html new file mode 100644 index 000000000..1aecc4c98 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/Network.html @@ -0,0 +1,6 @@ +Network | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/ProcessorType.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/ProcessorType.html new file mode 100644 index 000000000..baa3abe76 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/ProcessorType.html @@ -0,0 +1,11 @@ +ProcessorType | @aptos-labs/ts-sdk - v1.18.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"
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.18.1/enums/RoleType.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/RoleType.html new file mode 100644 index 000000000..e3243f019 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/RoleType.html @@ -0,0 +1,3 @@ +RoleType | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/ScriptTransactionArgumentVariants.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/ScriptTransactionArgumentVariants.html new file mode 100644 index 000000000..1d282c3ad --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/ScriptTransactionArgumentVariants.html @@ -0,0 +1,12 @@ +ScriptTransactionArgumentVariants | @aptos-labs/ts-sdk - v1.18.1

Enumeration ScriptTransactionArgumentVariants

Enumeration Members

Enumeration Members

Address: 3
Bool: 5
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.18.1/enums/SigningScheme.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/SigningScheme.html new file mode 100644 index 000000000..c56ccbbba --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/SigningScheme.html @@ -0,0 +1,8 @@ +SigningScheme | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/SigningSchemeInput.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/SigningSchemeInput.html new file mode 100644 index 000000000..3e41e61ac --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/SigningSchemeInput.html @@ -0,0 +1,5 @@ +SigningSchemeInput | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/TransactionAuthenticatorVariant.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/TransactionAuthenticatorVariant.html new file mode 100644 index 000000000..4b321f131 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/TransactionAuthenticatorVariant.html @@ -0,0 +1,8 @@ +TransactionAuthenticatorVariant | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/TransactionPayloadVariants.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/TransactionPayloadVariants.html new file mode 100644 index 000000000..f857da055 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/TransactionPayloadVariants.html @@ -0,0 +1,6 @@ +TransactionPayloadVariants | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/TransactionResponseType.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/TransactionResponseType.html new file mode 100644 index 000000000..7b0560f23 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/TransactionResponseType.html @@ -0,0 +1,8 @@ +TransactionResponseType | @aptos-labs/ts-sdk - v1.18.1

Enumeration TransactionResponseType

TRANSACTION TYPES

+

Enumeration Members

BlockMetadata: "block_metadata_transaction"
Genesis: "genesis_transaction"
Pending: "pending_transaction"
StateCheckpoint: "state_checkpoint_transaction"
User: "user_transaction"
Validator: "validator_transaction"
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/enums/TransactionVariants.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/TransactionVariants.html new file mode 100644 index 000000000..c44de03cc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/TransactionVariants.html @@ -0,0 +1,5 @@ +TransactionVariants | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/TransactionWorkerEventsEnum.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/TransactionWorkerEventsEnum.html new file mode 100644 index 000000000..302d5b66e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/TransactionWorkerEventsEnum.html @@ -0,0 +1,6 @@ +TransactionWorkerEventsEnum | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/TypeTagParserErrorType.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/TypeTagParserErrorType.html new file mode 100644 index 000000000..de1db4f72 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/TypeTagParserErrorType.html @@ -0,0 +1,15 @@ +TypeTagParserErrorType | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/TypeTagVariants.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/TypeTagVariants.html new file mode 100644 index 000000000..dea20e5b6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/TypeTagVariants.html @@ -0,0 +1,16 @@ +TypeTagVariants | @aptos-labs/ts-sdk - v1.18.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.18.1/enums/ZkpVariant.html b/docs/@aptos-labs/ts-sdk-1.18.1/enums/ZkpVariant.html new file mode 100644 index 000000000..02357a636 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/enums/ZkpVariant.html @@ -0,0 +1,2 @@ +ZkpVariant | @aptos-labs/ts-sdk - v1.18.1

Enumeration ZkpVariant

Enumeration Members

Enumeration Members

Groth16: 0
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/CKDPriv.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/CKDPriv.html new file mode 100644 index 000000000..5af8b872f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/CKDPriv.html @@ -0,0 +1,2 @@ +CKDPriv | @aptos-labs/ts-sdk - v1.18.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/aptosCoinStructTag.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/aptosCoinStructTag.html new file mode 100644 index 000000000..199338ca9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/aptosCoinStructTag.html @@ -0,0 +1 @@ +aptosCoinStructTag | @aptos-labs/ts-sdk - v1.18.1

Function aptosCoinStructTag

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

Function aptosRequest

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

Function buildTransaction

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

Function checkOrConvertArgument

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

Function convertArgument

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

Function deriveKey

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

Function deriveTransactionType

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

Function deserializeFromScriptArgument

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/ensureBoolean.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/ensureBoolean.html new file mode 100644 index 000000000..2a37ecc06 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/ensureBoolean.html @@ -0,0 +1 @@ +ensureBoolean | @aptos-labs/ts-sdk - v1.18.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.18.1/functions/fetchEntryFunctionAbi.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/fetchEntryFunctionAbi.html new file mode 100644 index 000000000..df20e2d52 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/fetchEntryFunctionAbi.html @@ -0,0 +1,2 @@ +fetchEntryFunctionAbi | @aptos-labs/ts-sdk - v1.18.1

Function fetchEntryFunctionAbi

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

Function fetchFunctionAbi

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

Function fetchViewFunctionAbi

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/findFirstNonSignerArg.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/findFirstNonSignerArg.html new file mode 100644 index 000000000..6c6c685ed --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/findFirstNonSignerArg.html @@ -0,0 +1,4 @@ +findFirstNonSignerArg | @aptos-labs/ts-sdk - v1.18.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.18.1/functions/generateRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/generateRawTransaction.html new file mode 100644 index 000000000..b23dd716e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/generateRawTransaction.html @@ -0,0 +1,6 @@ +generateRawTransaction | @aptos-labs/ts-sdk - v1.18.1

Function generateRawTransaction

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

Function generateSignedTransaction

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

Function generateSignedTransactionForSimulation

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/generateSigningMessage.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/generateSigningMessage.html new file mode 100644 index 000000000..bef0c1694 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/generateSigningMessage.html @@ -0,0 +1,5 @@ +generateSigningMessage | @aptos-labs/ts-sdk - v1.18.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.18.1/functions/generateSigningMessageForSerializable.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/generateSigningMessageForSerializable.html new file mode 100644 index 000000000..1e0e7ce9d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/generateSigningMessageForSerializable.html @@ -0,0 +1,6 @@ +generateSigningMessageForSerializable | @aptos-labs/ts-sdk - v1.18.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.18.1/functions/generateSigningMessageForTransaction.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/generateSigningMessageForTransaction.html new file mode 100644 index 000000000..300bfcb32 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/generateSigningMessageForTransaction.html @@ -0,0 +1,6 @@ +generateSigningMessageForTransaction | @aptos-labs/ts-sdk - v1.18.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.18.1/functions/generateTransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/generateTransactionPayload.html new file mode 100644 index 000000000..21a673812 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/generateTransactionPayload.html @@ -0,0 +1,13 @@ +generateTransactionPayload | @aptos-labs/ts-sdk - v1.18.1

Function generateTransactionPayload

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

Function generateUserTransactionHash

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

Function generateViewFunctionPayload

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

Function generateViewFunctionPayloadWithABI

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

Function getAptosFullNode

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

Function getAptosPepperService

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/getAuthenticatorForSimulation.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/getAuthenticatorForSimulation.html new file mode 100644 index 000000000..4e444283d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/getAuthenticatorForSimulation.html @@ -0,0 +1 @@ +getAuthenticatorForSimulation | @aptos-labs/ts-sdk - v1.18.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/getFunctionParts.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/getFunctionParts.html new file mode 100644 index 000000000..46dba277f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/getFunctionParts.html @@ -0,0 +1 @@ +getFunctionParts | @aptos-labs/ts-sdk - v1.18.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.18.1/functions/getKeylessConfig.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/getKeylessConfig.html new file mode 100644 index 000000000..47df4d9ed --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/getKeylessConfig.html @@ -0,0 +1,3 @@ +getKeylessConfig | @aptos-labs/ts-sdk - v1.18.1

Function getKeylessConfig

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

Function hashValues

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsAddress.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsAddress.html new file mode 100644 index 000000000..caa739409 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsAddress.html @@ -0,0 +1 @@ +isBcsAddress | @aptos-labs/ts-sdk - v1.18.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsBool.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsBool.html new file mode 100644 index 000000000..4fab26dc0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsBool.html @@ -0,0 +1 @@ +isBcsBool | @aptos-labs/ts-sdk - v1.18.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsFixedBytes.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsFixedBytes.html new file mode 100644 index 000000000..25d436dd9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsFixedBytes.html @@ -0,0 +1 @@ +isBcsFixedBytes | @aptos-labs/ts-sdk - v1.18.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsString.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsString.html new file mode 100644 index 000000000..83e27e560 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsString.html @@ -0,0 +1 @@ +isBcsString | @aptos-labs/ts-sdk - v1.18.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU128.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU128.html new file mode 100644 index 000000000..b08c2432d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU128.html @@ -0,0 +1 @@ +isBcsU128 | @aptos-labs/ts-sdk - v1.18.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU16.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU16.html new file mode 100644 index 000000000..25e9a58bb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU16.html @@ -0,0 +1 @@ +isBcsU16 | @aptos-labs/ts-sdk - v1.18.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU256.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU256.html new file mode 100644 index 000000000..462c59e9f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU256.html @@ -0,0 +1 @@ +isBcsU256 | @aptos-labs/ts-sdk - v1.18.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU32.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU32.html new file mode 100644 index 000000000..74953a602 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU32.html @@ -0,0 +1 @@ +isBcsU32 | @aptos-labs/ts-sdk - v1.18.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU64.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU64.html new file mode 100644 index 000000000..6ceb7329b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU64.html @@ -0,0 +1 @@ +isBcsU64 | @aptos-labs/ts-sdk - v1.18.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU8.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU8.html new file mode 100644 index 000000000..ecec3ee7e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBcsU8.html @@ -0,0 +1 @@ +isBcsU8 | @aptos-labs/ts-sdk - v1.18.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBlockMetadataTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBlockMetadataTransactionResponse.html new file mode 100644 index 000000000..3fbe25d05 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBlockMetadataTransactionResponse.html @@ -0,0 +1 @@ +isBlockMetadataTransactionResponse | @aptos-labs/ts-sdk - v1.18.1

Function isBlockMetadataTransactionResponse

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBool.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBool.html new file mode 100644 index 000000000..9ec1350ea --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isBool.html @@ -0,0 +1 @@ +isBool | @aptos-labs/ts-sdk - v1.18.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/isEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isEd25519Signature.html new file mode 100644 index 000000000..33a8c6770 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isEd25519Signature.html @@ -0,0 +1 @@ +isEd25519Signature | @aptos-labs/ts-sdk - v1.18.1

Function isEd25519Signature

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/isEncodedEntryFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isEncodedEntryFunctionArgument.html new file mode 100644 index 000000000..10ae88203 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isEncodedEntryFunctionArgument.html @@ -0,0 +1 @@ +isEncodedEntryFunctionArgument | @aptos-labs/ts-sdk - v1.18.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/isFeePayerSignature.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isFeePayerSignature.html new file mode 100644 index 000000000..2194a6eda --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isFeePayerSignature.html @@ -0,0 +1 @@ +isFeePayerSignature | @aptos-labs/ts-sdk - v1.18.1

Function isFeePayerSignature

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

Function isGenesisTransactionResponse

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

Function isLargeNumber

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

Function isMultiAgentSignature

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

Function isMultiEd25519Signature

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/isNull.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isNull.html new file mode 100644 index 000000000..ec455477f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isNull.html @@ -0,0 +1 @@ +isNull | @aptos-labs/ts-sdk - v1.18.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/isNumber.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isNumber.html new file mode 100644 index 000000000..6f061e564 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isNumber.html @@ -0,0 +1 @@ +isNumber | @aptos-labs/ts-sdk - v1.18.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/isPendingTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isPendingTransactionResponse.html new file mode 100644 index 000000000..ac70e8a91 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isPendingTransactionResponse.html @@ -0,0 +1 @@ +isPendingTransactionResponse | @aptos-labs/ts-sdk - v1.18.1

Function isPendingTransactionResponse

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

Function isSecp256k1Signature

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

Function isStateCheckpointTransactionResponse

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

Function isUserTransactionResponse

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/isValidBIP44Path.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isValidBIP44Path.html new file mode 100644 index 000000000..5b8e54782 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isValidBIP44Path.html @@ -0,0 +1,6 @@ +isValidBIP44Path | @aptos-labs/ts-sdk - v1.18.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.18.1/functions/isValidHardenedPath.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isValidHardenedPath.html new file mode 100644 index 000000000..43747ed58 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isValidHardenedPath.html @@ -0,0 +1,12 @@ +isValidHardenedPath | @aptos-labs/ts-sdk - v1.18.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.18.1/functions/isValidatorTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isValidatorTransactionResponse.html new file mode 100644 index 000000000..8a02b753d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/isValidatorTransactionResponse.html @@ -0,0 +1 @@ +isValidatorTransactionResponse | @aptos-labs/ts-sdk - v1.18.1

Function isValidatorTransactionResponse

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/mnemonicToSeed.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/mnemonicToSeed.html new file mode 100644 index 000000000..f543db284 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/mnemonicToSeed.html @@ -0,0 +1,3 @@ +mnemonicToSeed | @aptos-labs/ts-sdk - v1.18.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.18.1/functions/normalizeBundle.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/normalizeBundle.html new file mode 100644 index 000000000..eaf5f85c5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/normalizeBundle.html @@ -0,0 +1,6 @@ +normalizeBundle | @aptos-labs/ts-sdk - v1.18.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.18.1/functions/objectStructTag.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/objectStructTag.html new file mode 100644 index 000000000..086e2d713 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/objectStructTag.html @@ -0,0 +1 @@ +objectStructTag | @aptos-labs/ts-sdk - v1.18.1

Function objectStructTag

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

Function optionStructTag

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

Function outOfRangeErrorMessage

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

Function paginateWithCursor

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/parseTypeTag.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/parseTypeTag.html new file mode 100644 index 000000000..fb5f4b8d6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/parseTypeTag.html @@ -0,0 +1,14 @@ +parseTypeTag | @aptos-labs/ts-sdk - v1.18.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.18.1/functions/post.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/post.html new file mode 100644 index 000000000..8c363fa0c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/post.html @@ -0,0 +1,3 @@ +post | @aptos-labs/ts-sdk - v1.18.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/postAptosFaucet.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/postAptosFaucet.html new file mode 100644 index 000000000..fe9b6c21b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/postAptosFaucet.html @@ -0,0 +1 @@ +postAptosFaucet | @aptos-labs/ts-sdk - v1.18.1

Function postAptosFaucet

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

Function postAptosFullNode

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

Function postAptosIndexer

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

Function postAptosPepperService

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

Function postAptosProvingService

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/request.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/request.html new file mode 100644 index 000000000..cbb4c22d7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/request.html @@ -0,0 +1,3 @@ +request | @aptos-labs/ts-sdk - v1.18.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/functions/splitPath.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/splitPath.html new file mode 100644 index 000000000..442d03d94 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/splitPath.html @@ -0,0 +1,2 @@ +splitPath | @aptos-labs/ts-sdk - v1.18.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.18.1/functions/standardizeTypeTags.html b/docs/@aptos-labs/ts-sdk-1.18.1/functions/standardizeTypeTags.html new file mode 100644 index 000000000..0a6710ac4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/functions/standardizeTypeTags.html @@ -0,0 +1,2 @@ +standardizeTypeTags | @aptos-labs/ts-sdk - v1.18.1

Function standardizeTypeTags

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

Function stringStructTag

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

Function throwTypeMismatch

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

Function validateNumberInRange

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

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

Class Hierarchy

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

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

Typescript SDK for Aptos

License +Discord +NPM Package Downloads

+

Reference Docs

    +
  1. For SDK documentation, check out the TypeScript SDK documentation
  2. +
  3. For detailed reference documentation you can search, check out the API reference documentation for the associated version.
  4. +
  5. For in-depth examples, check out the examples folder with ready-made package.json files to get you going quickly!
  6. +
+

Latest Version

NPM Package Version +Node Version +NPM bundle size

+

Experimental Development Version

NPM Experimental Version +Experimental Node Version +Experimental bundle size

+

The Aptos TypeScript SDK provides a convenient way to interact with the Aptos blockchain using TypeScript. It offers a +set of utility functions, classes, and types to simplify the integration process and enhance developer productivity.

+

This repository supports version >= 0.0.0 of the Aptos SDK npm package.

+

Installation

For use in Node.js or a web application

Install with your favorite package manager such as npm, yarn, or pnpm:

+
pnpm install @aptos-labs/ts-sdk
+
+
For use in a browser (<= 1.9.1 version only)

You can add the SDK to your web application using a script tag:

+
<script src="https://unpkg.com/@aptos-labs/ts-sdk/dist/browser/index.global.js" />
+
+

Then, the SDK can be accessed through window.aptosSDK.

+

Usage

Initialize Aptos to access the SDK API.

+
// initiate the main entry point into Aptos SDK
const aptos = new Aptos(); +
+

If you want to pass in a custom config

+
// an optional config information for the SDK client instance.
const config = new AptosConfig({ network: Network.LOCAL }); // default network is devnet
const aptos = new Aptos(config); +
+

Read data from chain


+
const modules = await aptos.getAccountModules({ accountAddress: "0x123" });
+
+

Account management (default to Ed25519)

+

Note: We introduce a Single Sender authentication (as introduced in AIP-55). Generating an account defaults to Legacy Ed25519 authentication with the option to use the Single Sender unified authentication

+
+
+

Generate new keys

const account = Account.generate(); // defaults to Legacy Ed25519
const account = Account.generate({ scheme: SigningSchemeInput.Secp256k1Ecdsa }); // Single Sender Secp256k1
const account = Account.generate({ scheme: SigningSchemeInput.Ed25519, legacy: false }); // Single Sender Ed25519 +
+

Derive from private key

// Create a private key instance for Ed25519 scheme
const privateKey = new Ed25519PrivateKey("myEd25519privatekeystring");
// Or for Secp256k1 scheme
const privateKey = new Secp256k1PrivateKey("mySecp256k1privatekeystring");

// Derive an account from private key

// This is used as a local calculation and therefore is used to instantiate an `Account`
// that has not had its authentication key rotated
const account = await Account.fromPrivateKey({ privateKey });

// Also, can use this function that resolves the provided private key type and derives the public key from it
// to support key rotation and differentiation between Legacy Ed25519 and Unified authentications
// Read more https://github.com/aptos-labs/aptos-ts-sdk/blob/main/src/api/account.ts#L364
const aptos = new Aptos();
const account = await aptos.deriveAccountFromPrivateKey({ privateKey }); +
+

Derive from private key and address

// Create a private key instance for Ed25519 scheme
const privateKey = new Ed25519PrivateKey("myEd25519privatekeystring");
// Or for Secp256k1 scheme
const privateKey = new Secp256k1PrivateKey("mySecp256k1privatekeystring");

// Derive an account from private key and address

// create an AccountAddress instance from the account address string
const address = AccountAddress.from("myaccountaddressstring");
// Derieve an account from private key and address
const account = await Account.fromPrivateKeyAndAddress({ privateKey, address }); +
+

Derive from path

const path = "m/44'/637'/0'/0'/1";
const mnemonic = "various float stumble...";
const account = Account.fromDerivationPath({ path, mnemonic }); +
+

Submit transaction


+

Single Signer transaction

Using transaction submission api

+
const alice: Account = Account.generate();
const bobAddress = "0xb0b";
// build transaction
const transaction = await aptos.transaction.build.simple({
sender: alice.accountAddress,
data: {
function: "0x1::coin::transfer",
typeArguments: ["0x1::aptos_coin::AptosCoin"],
functionArguments: [bobAddress, 100],
},
});

// using sign and submit separately
const senderAuthenticator = aptos.transaction.sign({ signer: alice, transaction });
const committedTransaction = await aptos.transaction.submit.simple({ transaction, senderAuthenticator });

// using signAndSubmit combined
const committedTransaction = await aptos.signAndSubmitTransaction({ signer: alice, transaction }); +
+

Using built in transferCoinTransaction

+
const alice: Account = Account.generate();
const bobAddress = "0xb0b";
// build transaction
const transaction = await aptos.transferCoinTransaction({
sender: alice,
recipient: bobAddress,
amount: 100,
});

const pendingTransaction = await aptos.signAndSubmitTransaction({ signer: alice, transaction }); +
+

Testing

To run the SDK tests, simply run from the root of this repository:

+
+

Note: for a better experience, make sure there is no aptos local node process up and running (can check if there is a process running on port 8080).

+
+
pnpm i
pnpm test +
+

Troubleshooting

If you see import error when you do this

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

It could be your tsconfig.json is not incompatible, make sure your moduleResolution is set to node instead of bundler.

+

Contributing

If you found a bug or would like to request a feature, please file an issue. +If, based on the discussion on an issue you would like to offer a code change, please make a pull request. +If neither of these describes what you would like to contribute, checkout out the contributing guide.

+
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/AptosResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/AptosResponse.html new file mode 100644 index 000000000..fee356b3c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/AptosResponse.html @@ -0,0 +1,16 @@ +AptosResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/Client.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/Client.html new file mode 100644 index 000000000..5368abad1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/Client.html @@ -0,0 +1,2 @@ +Client | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/ClientRequest.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/ClientRequest.html new file mode 100644 index 000000000..f9957da3d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/ClientRequest.html @@ -0,0 +1,9 @@ +ClientRequest | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/ClientResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/ClientResponse.html new file mode 100644 index 000000000..bfcb90762 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/ClientResponse.html @@ -0,0 +1,8 @@ +ClientResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/CreateAccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/CreateAccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..4a96f054c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/CreateAccountFromPrivateKeyArgs.html @@ -0,0 +1,6 @@ +CreateAccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..ca8b44de7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html @@ -0,0 +1,7 @@ +CreateEd25519AccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..6b33b9744 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html @@ -0,0 +1,7 @@ +CreateEd25519SingleKeyAccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..3f2305bba --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html @@ -0,0 +1,7 @@ +CreateSingleKeyAccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/Deserializable.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/Deserializable.html new file mode 100644 index 000000000..d54dc0852 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/Deserializable.html @@ -0,0 +1,6 @@ +Deserializable | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/Ed25519SignerConstructorArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/Ed25519SignerConstructorArgs.html new file mode 100644 index 000000000..0d78cc640 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/Ed25519SignerConstructorArgs.html @@ -0,0 +1,3 @@ +Ed25519SignerConstructorArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/Ed25519SignerFromDerivationPathArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/Ed25519SignerFromDerivationPathArgs.html new file mode 100644 index 000000000..8171299e7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/Ed25519SignerFromDerivationPathArgs.html @@ -0,0 +1,3 @@ +Ed25519SignerFromDerivationPathArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/EntryFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/EntryFunctionArgument.html new file mode 100644 index 000000000..d4b7267cb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/EntryFunctionArgument.html @@ -0,0 +1,8 @@ +EntryFunctionArgument | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/GenerateAccountArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/GenerateAccountArgs.html new file mode 100644 index 000000000..4ed7236a2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/GenerateAccountArgs.html @@ -0,0 +1,5 @@ +GenerateAccountArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/GenerateEd25519AccountArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/GenerateEd25519AccountArgs.html new file mode 100644 index 000000000..63c294056 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/GenerateEd25519AccountArgs.html @@ -0,0 +1,5 @@ +GenerateEd25519AccountArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/GenerateEd25519SingleKeyAccountArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/GenerateEd25519SingleKeyAccountArgs.html new file mode 100644 index 000000000..414f99c89 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/GenerateEd25519SingleKeyAccountArgs.html @@ -0,0 +1,6 @@ +GenerateEd25519SingleKeyAccountArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/GenerateSingleKeyAccountArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/GenerateSingleKeyAccountArgs.html new file mode 100644 index 000000000..cbc3a297a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/GenerateSingleKeyAccountArgs.html @@ -0,0 +1,6 @@ +GenerateSingleKeyAccountArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/InputGenerateMultiAgentRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/InputGenerateMultiAgentRawTransactionArgs.html new file mode 100644 index 000000000..fc37d5a65 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/InputGenerateMultiAgentRawTransactionArgs.html @@ -0,0 +1,9 @@ +InputGenerateMultiAgentRawTransactionArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/InputGenerateMultiAgentRawTransactionData.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/InputGenerateMultiAgentRawTransactionData.html new file mode 100644 index 000000000..914709747 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/InputGenerateMultiAgentRawTransactionData.html @@ -0,0 +1,7 @@ +InputGenerateMultiAgentRawTransactionData | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/InputGenerateSingleSignerRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/InputGenerateSingleSignerRawTransactionArgs.html new file mode 100644 index 000000000..8dccea832 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/InputGenerateSingleSignerRawTransactionArgs.html @@ -0,0 +1,8 @@ +InputGenerateSingleSignerRawTransactionArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/InputGenerateSingleSignerRawTransactionData.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/InputGenerateSingleSignerRawTransactionData.html new file mode 100644 index 000000000..ccdcf3b6f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/InputGenerateSingleSignerRawTransactionData.html @@ -0,0 +1,7 @@ +InputGenerateSingleSignerRawTransactionData | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/InputSubmitTransactionData.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/InputSubmitTransactionData.html new file mode 100644 index 000000000..dbdef673b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/InputSubmitTransactionData.html @@ -0,0 +1,6 @@ +InputSubmitTransactionData | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/OrderByArg.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/OrderByArg.html new file mode 100644 index 000000000..b1635926f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/OrderByArg.html @@ -0,0 +1,2 @@ +OrderByArg | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/PaginationArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/PaginationArgs.html new file mode 100644 index 000000000..63864a5f2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/PaginationArgs.html @@ -0,0 +1,6 @@ +PaginationArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/PrivateKey.html new file mode 100644 index 000000000..189a3d957 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/PrivateKey.html @@ -0,0 +1,10 @@ +PrivateKey | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/PrivateKeyFromDerivationPathArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/PrivateKeyFromDerivationPathArgs.html new file mode 100644 index 000000000..5373b931b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/PrivateKeyFromDerivationPathArgs.html @@ -0,0 +1,4 @@ +PrivateKeyFromDerivationPathArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/ProofFetchEvents.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/ProofFetchEvents.html new file mode 100644 index 000000000..7910bdeb6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/ProofFetchEvents.html @@ -0,0 +1,2 @@ +ProofFetchEvents | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/ScriptFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/ScriptFunctionArgument.html new file mode 100644 index 000000000..4bed1fe2a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/ScriptFunctionArgument.html @@ -0,0 +1,9 @@ +ScriptFunctionArgument | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/SingleKeySignerConstructorArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/SingleKeySignerConstructorArgs.html new file mode 100644 index 000000000..01b7fc20b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/SingleKeySignerConstructorArgs.html @@ -0,0 +1,3 @@ +SingleKeySignerConstructorArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/SingleKeySignerGenerateArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/SingleKeySignerGenerateArgs.html new file mode 100644 index 000000000..3cab50ac4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/SingleKeySignerGenerateArgs.html @@ -0,0 +1,2 @@ +SingleKeySignerGenerateArgs | @aptos-labs/ts-sdk - v1.18.1

Interface SingleKeySignerGenerateArgs

interface SingleKeySignerGenerateArgs {
    scheme?: SigningSchemeInput;
}

Properties

Properties

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/TokenStandardArg.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/TokenStandardArg.html new file mode 100644 index 000000000..a70cceef5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/TokenStandardArg.html @@ -0,0 +1,2 @@ +TokenStandardArg | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/TransactionArgument.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/TransactionArgument.html new file mode 100644 index 000000000..0010f1f12 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/TransactionArgument.html @@ -0,0 +1,12 @@ +TransactionArgument | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/TransactionWorkerEvents.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/TransactionWorkerEvents.html new file mode 100644 index 000000000..21aa6b246 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/TransactionWorkerEvents.html @@ -0,0 +1,6 @@ +TransactionWorkerEvents | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/VerifyEd25519SignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/VerifyEd25519SignatureArgs.html new file mode 100644 index 000000000..82b7e3fe5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/VerifyEd25519SignatureArgs.html @@ -0,0 +1,3 @@ +VerifyEd25519SignatureArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/VerifyMultiKeySignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/VerifyMultiKeySignatureArgs.html new file mode 100644 index 000000000..a2012f3a7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/VerifyMultiKeySignatureArgs.html @@ -0,0 +1,3 @@ +VerifyMultiKeySignatureArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/VerifySignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/VerifySignatureArgs.html new file mode 100644 index 000000000..b7678bcc6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/VerifySignatureArgs.html @@ -0,0 +1,4 @@ +VerifySignatureArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/VerifySingleKeySignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/VerifySingleKeySignatureArgs.html new file mode 100644 index 000000000..79bb22792 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/VerifySingleKeySignatureArgs.html @@ -0,0 +1,3 @@ +VerifySingleKeySignatureArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/interfaces/WhereArg.html b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/WhereArg.html new file mode 100644 index 000000000..a5987d608 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/interfaces/WhereArg.html @@ -0,0 +1,2 @@ +WhereArg | @aptos-labs/ts-sdk - v1.18.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.18.1/modules.html b/docs/@aptos-labs/ts-sdk-1.18.1/modules.html new file mode 100644 index 000000000..1d1245bb9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/modules.html @@ -0,0 +1,424 @@ +@aptos-labs/ts-sdk - v1.18.1

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

Index

Enumerations

Classes

Account +AccountAddress +AccountAuthenticator +AccountAuthenticatorEd25519 +AccountAuthenticatorMultiEd25519 +AccountAuthenticatorMultiKey +AccountAuthenticatorSingleKey +AccountPublicKey +AccountSequenceNumber +AnyPublicKey +AnySignature +Aptos +AptosApiError +AptosConfig +AuthenticationKey +Bool +ChainId +Deserializer +Ed25519Account +Ed25519PrivateKey +Ed25519PublicKey +Ed25519Signature +EntryFunction +EntryFunctionBytes +EphemeralCertificate +EphemeralKeyPair +EphemeralPublicKey +EphemeralSignature +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 +Serializer +Signature +SignedTransaction +SimpleTransaction +SingleKeyAccount +StructTag +TransactionAuthenticator +TransactionAuthenticatorEd25519 +TransactionAuthenticatorFeePayer +TransactionAuthenticatorMultiAgent +TransactionAuthenticatorMultiEd25519 +TransactionAuthenticatorSingleSender +TransactionPayload +TransactionPayloadEntryFunction +TransactionPayloadMultiSig +TransactionPayloadScript +TransactionWorker +TypeTag +TypeTagAddress +TypeTagBool +TypeTagGeneric +TypeTagParserError +TypeTagReference +TypeTagSigner +TypeTagStruct +TypeTagU128 +TypeTagU16 +TypeTagU256 +TypeTagU32 +TypeTagU64 +TypeTagU8 +TypeTagVector +U128 +U16 +U256 +U32 +U64 +U8 +ZeroKnowledgeSig +ZkProof +

Interfaces

Type Aliases

AccountAddressInput +AccountData +AccountSignature +AnyNumber +AnyRawTransaction +AnyRawTransactionInstance +AnyTransactionPayloadInstance +AptosRequest +AptosSettings +AuthenticationKeyScheme +Block +BlockMetadataTransactionResponse +ClientConfig +ClientHeadersType +CommittedTransactionResponse +DecodedTableData +DeletedTableData +DerivedKeys +DeserializableClass +DirectWriteSet +EntryFunctionABI +EntryFunctionArgumentTypes +EntryFunctionPayloadResponse +Event +EventGuid +ExecutionFinishEventData +FailureEventData +FaucetConfig +FullNodeConfig +FunctionABI +GasEstimation +GenerateAccount +GenerateAccountWithEd25519 +GenerateAccountWithSingleSignerSecp256k1Key +GenesisPayload +GenesisTransactionResponse +GetANSNameResponse +GetAccountCoinsDataResponse +GetAccountCollectionsWithOwnedTokenResponse +GetAccountOwnedObjectsResponse +GetAccountOwnedTokensFromCollectionResponse +GetAccountOwnedTokensQueryResponse +GetAptosRequestOptions +GetChainTopUserTransactionsResponse +GetCollectionDataResponse +GetCurrentFungibleAssetBalancesResponse +GetCurrentTokenOwnershipResponse +GetDelegatedStakingActivitiesResponse +GetEventsResponse +GetFungibleAssetActivitiesResponse +GetFungibleAssetMetadataResponse +GetNumberOfDelegatorsResponse +GetOwnedTokensResponse +GetProcessorStatusResponse +GetRequestOptions +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 +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 +WaitForTransactionOptions +WriteSet +WriteSetChange +WriteSetChangeDeleteModule +WriteSetChangeDeleteResource +WriteSetChangeDeleteTableItem +WriteSetChangeWriteModule +WriteSetChangeWriteResource +WriteSetChangeWriteTableItem +

Variables

Functions

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

Type alias AccountAddressInput

AccountAddressInput: HexInput | AccountAddress
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/AccountData.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/AccountData.html new file mode 100644 index 000000000..14be39644 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/AccountData.html @@ -0,0 +1 @@ +AccountData | @aptos-labs/ts-sdk - v1.18.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.18.1/types/AccountSignature.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/AccountSignature.html new file mode 100644 index 000000000..1ec49d13b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/AccountSignature.html @@ -0,0 +1,2 @@ +AccountSignature | @aptos-labs/ts-sdk - v1.18.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.18.1/types/AnyNumber.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/AnyNumber.html new file mode 100644 index 000000000..b1b18a86a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/AnyNumber.html @@ -0,0 +1 @@ +AnyNumber | @aptos-labs/ts-sdk - v1.18.1

Type alias AnyNumber

AnyNumber: number | bigint
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/AnyRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/AnyRawTransaction.html new file mode 100644 index 000000000..6a5bbc8c0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/AnyRawTransaction.html @@ -0,0 +1,2 @@ +AnyRawTransaction | @aptos-labs/ts-sdk - v1.18.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.18.1/types/AnyRawTransactionInstance.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/AnyRawTransactionInstance.html new file mode 100644 index 000000000..586c1df95 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/AnyRawTransactionInstance.html @@ -0,0 +1,2 @@ +AnyRawTransactionInstance | @aptos-labs/ts-sdk - v1.18.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.18.1/types/AnyTransactionPayloadInstance.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/AnyTransactionPayloadInstance.html new file mode 100644 index 000000000..410daf1db --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/AnyTransactionPayloadInstance.html @@ -0,0 +1,2 @@ +AnyTransactionPayloadInstance | @aptos-labs/ts-sdk - v1.18.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.18.1/types/AptosRequest.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/AptosRequest.html new file mode 100644 index 000000000..ccf63dd44 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/AptosRequest.html @@ -0,0 +1,11 @@ +AptosRequest | @aptos-labs/ts-sdk - v1.18.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.18.1/types/AptosSettings.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/AptosSettings.html new file mode 100644 index 000000000..26eb6c604 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/AptosSettings.html @@ -0,0 +1,4 @@ +AptosSettings | @aptos-labs/ts-sdk - v1.18.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.18.1/types/AuthenticationKeyScheme.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/AuthenticationKeyScheme.html new file mode 100644 index 000000000..b82bbc91c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/AuthenticationKeyScheme.html @@ -0,0 +1,3 @@ +AuthenticationKeyScheme | @aptos-labs/ts-sdk - v1.18.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.18.1/types/Block.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/Block.html new file mode 100644 index 000000000..bdf96e627 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/Block.html @@ -0,0 +1,3 @@ +Block | @aptos-labs/ts-sdk - v1.18.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.18.1/types/BlockMetadataTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/BlockMetadataTransactionResponse.html new file mode 100644 index 000000000..aefd37432 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/BlockMetadataTransactionResponse.html @@ -0,0 +1,7 @@ +BlockMetadataTransactionResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/types/ClientConfig.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/ClientConfig.html new file mode 100644 index 000000000..a9d918e35 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/ClientConfig.html @@ -0,0 +1,5 @@ +ClientConfig | @aptos-labs/ts-sdk - v1.18.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.18.1/types/ClientHeadersType.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/ClientHeadersType.html new file mode 100644 index 000000000..1d1ba020f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/ClientHeadersType.html @@ -0,0 +1,2 @@ +ClientHeadersType | @aptos-labs/ts-sdk - v1.18.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.18.1/types/CommittedTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/CommittedTransactionResponse.html new file mode 100644 index 000000000..7b6eb89be --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/CommittedTransactionResponse.html @@ -0,0 +1 @@ +CommittedTransactionResponse | @aptos-labs/ts-sdk - v1.18.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/DecodedTableData.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/DecodedTableData.html new file mode 100644 index 000000000..07fa8c52f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/DecodedTableData.html @@ -0,0 +1,5 @@ +DecodedTableData | @aptos-labs/ts-sdk - v1.18.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.18.1/types/DeletedTableData.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/DeletedTableData.html new file mode 100644 index 000000000..f4eaee9cd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/DeletedTableData.html @@ -0,0 +1,4 @@ +DeletedTableData | @aptos-labs/ts-sdk - v1.18.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.18.1/types/DerivedKeys.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/DerivedKeys.html new file mode 100644 index 000000000..aa5a0130d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/DerivedKeys.html @@ -0,0 +1 @@ +DerivedKeys | @aptos-labs/ts-sdk - v1.18.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.18.1/types/DeserializableClass.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/DeserializableClass.html new file mode 100644 index 000000000..4cf59923b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/DeserializableClass.html @@ -0,0 +1 @@ +DeserializableClass | @aptos-labs/ts-sdk - v1.18.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.18.1/types/DirectWriteSet.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/DirectWriteSet.html new file mode 100644 index 000000000..50bf4957e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/DirectWriteSet.html @@ -0,0 +1 @@ +DirectWriteSet | @aptos-labs/ts-sdk - v1.18.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.18.1/types/EntryFunctionABI.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/EntryFunctionABI.html new file mode 100644 index 000000000..326f860b0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/EntryFunctionABI.html @@ -0,0 +1,3 @@ +EntryFunctionABI | @aptos-labs/ts-sdk - v1.18.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.18.1/types/EntryFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/EntryFunctionArgumentTypes.html new file mode 100644 index 000000000..95ca41dd5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/EntryFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +EntryFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.18.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.18.1/types/EntryFunctionPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/EntryFunctionPayloadResponse.html new file mode 100644 index 000000000..f16d2addb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/EntryFunctionPayloadResponse.html @@ -0,0 +1,3 @@ +EntryFunctionPayloadResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/types/Event.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/Event.html new file mode 100644 index 000000000..d0e323e45 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/Event.html @@ -0,0 +1,2 @@ +Event | @aptos-labs/ts-sdk - v1.18.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.18.1/types/EventGuid.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/EventGuid.html new file mode 100644 index 000000000..a9fc278f7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/EventGuid.html @@ -0,0 +1 @@ +EventGuid | @aptos-labs/ts-sdk - v1.18.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.18.1/types/ExecutionFinishEventData.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/ExecutionFinishEventData.html new file mode 100644 index 000000000..0f0c8ca40 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/ExecutionFinishEventData.html @@ -0,0 +1 @@ +ExecutionFinishEventData | @aptos-labs/ts-sdk - v1.18.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.18.1/types/FailureEventData.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/FailureEventData.html new file mode 100644 index 000000000..90b9920ff --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/FailureEventData.html @@ -0,0 +1 @@ +FailureEventData | @aptos-labs/ts-sdk - v1.18.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.18.1/types/FaucetConfig.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/FaucetConfig.html new file mode 100644 index 000000000..1dd2cd96c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/FaucetConfig.html @@ -0,0 +1,4 @@ +FaucetConfig | @aptos-labs/ts-sdk - v1.18.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.18.1/types/FullNodeConfig.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/FullNodeConfig.html new file mode 100644 index 000000000..7e5d50844 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/FullNodeConfig.html @@ -0,0 +1,3 @@ +FullNodeConfig | @aptos-labs/ts-sdk - v1.18.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.18.1/types/FunctionABI.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/FunctionABI.html new file mode 100644 index 000000000..c9f651337 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/FunctionABI.html @@ -0,0 +1,2 @@ +FunctionABI | @aptos-labs/ts-sdk - v1.18.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.18.1/types/GasEstimation.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GasEstimation.html new file mode 100644 index 000000000..46148db81 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GasEstimation.html @@ -0,0 +1,5 @@ +GasEstimation | @aptos-labs/ts-sdk - v1.18.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.18.1/types/GenerateAccount.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GenerateAccount.html new file mode 100644 index 000000000..c5ffa2e26 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GenerateAccount.html @@ -0,0 +1 @@ +GenerateAccount | @aptos-labs/ts-sdk - v1.18.1
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/GenerateAccountWithEd25519.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GenerateAccountWithEd25519.html new file mode 100644 index 000000000..19767303a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GenerateAccountWithEd25519.html @@ -0,0 +1,3 @@ +GenerateAccountWithEd25519 | @aptos-labs/ts-sdk - v1.18.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.18.1/types/GenerateAccountWithSingleSignerSecp256k1Key.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GenerateAccountWithSingleSignerSecp256k1Key.html new file mode 100644 index 000000000..95e4f1b27 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GenerateAccountWithSingleSignerSecp256k1Key.html @@ -0,0 +1,3 @@ +GenerateAccountWithSingleSignerSecp256k1Key | @aptos-labs/ts-sdk - v1.18.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.18.1/types/GenesisPayload.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GenesisPayload.html new file mode 100644 index 000000000..daae1027b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GenesisPayload.html @@ -0,0 +1 @@ +GenesisPayload | @aptos-labs/ts-sdk - v1.18.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.18.1/types/GenesisTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GenesisTransactionResponse.html new file mode 100644 index 000000000..2f9096764 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GenesisTransactionResponse.html @@ -0,0 +1,5 @@ +GenesisTransactionResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/types/GetANSNameResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetANSNameResponse.html new file mode 100644 index 000000000..9c027f740 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetANSNameResponse.html @@ -0,0 +1 @@ +GetANSNameResponse | @aptos-labs/ts-sdk - v1.18.1

Type alias GetANSNameResponse

GetANSNameResponse: GetNamesQuery["current_aptos_names"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/GetAccountCoinsDataResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetAccountCoinsDataResponse.html new file mode 100644 index 000000000..5bd1ccc4a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetAccountCoinsDataResponse.html @@ -0,0 +1 @@ +GetAccountCoinsDataResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/types/GetAccountCollectionsWithOwnedTokenResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetAccountCollectionsWithOwnedTokenResponse.html new file mode 100644 index 000000000..c77493d0d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetAccountCollectionsWithOwnedTokenResponse.html @@ -0,0 +1 @@ +GetAccountCollectionsWithOwnedTokenResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/types/GetAccountOwnedObjectsResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetAccountOwnedObjectsResponse.html new file mode 100644 index 000000000..4d5be10ec --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetAccountOwnedObjectsResponse.html @@ -0,0 +1,7 @@ +GetAccountOwnedObjectsResponse | @aptos-labs/ts-sdk - v1.18.1

Type alias GetAccountOwnedObjectsResponse

GetAccountOwnedObjectsResponse: GetAccountOwnedObjectsQuery["current_objects"]

CUSTOM RESPONSE TYPES FOR THE END USER

+

To provide a good dev exp, we build custom types derived from the +query types to be the response type the end developer/user will +work with.

+

These types are used as the return type when calling a sdk api function +that calls the function that queries the server (usually under the /api/ folder)

+
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/GetAccountOwnedTokensFromCollectionResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetAccountOwnedTokensFromCollectionResponse.html new file mode 100644 index 000000000..bac8d9922 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetAccountOwnedTokensFromCollectionResponse.html @@ -0,0 +1 @@ +GetAccountOwnedTokensFromCollectionResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/types/GetAccountOwnedTokensQueryResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetAccountOwnedTokensQueryResponse.html new file mode 100644 index 000000000..dc9d94bca --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetAccountOwnedTokensQueryResponse.html @@ -0,0 +1 @@ +GetAccountOwnedTokensQueryResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/types/GetAptosRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetAptosRequestOptions.html new file mode 100644 index 000000000..7696e345d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetAptosRequestOptions.html @@ -0,0 +1 @@ +GetAptosRequestOptions | @aptos-labs/ts-sdk - v1.18.1

Type alias GetAptosRequestOptions

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

Type alias GetChainTopUserTransactionsResponse

GetChainTopUserTransactionsResponse: GetChainTopUserTransactionsQuery["user_transactions"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/GetCollectionDataResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetCollectionDataResponse.html new file mode 100644 index 000000000..58398c8d0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetCollectionDataResponse.html @@ -0,0 +1 @@ +GetCollectionDataResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/types/GetCurrentFungibleAssetBalancesResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetCurrentFungibleAssetBalancesResponse.html new file mode 100644 index 000000000..54c2753b0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetCurrentFungibleAssetBalancesResponse.html @@ -0,0 +1 @@ +GetCurrentFungibleAssetBalancesResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/types/GetCurrentTokenOwnershipResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetCurrentTokenOwnershipResponse.html new file mode 100644 index 000000000..514452ebf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetCurrentTokenOwnershipResponse.html @@ -0,0 +1 @@ +GetCurrentTokenOwnershipResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/types/GetDelegatedStakingActivitiesResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetDelegatedStakingActivitiesResponse.html new file mode 100644 index 000000000..a42513954 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetDelegatedStakingActivitiesResponse.html @@ -0,0 +1 @@ +GetDelegatedStakingActivitiesResponse | @aptos-labs/ts-sdk - v1.18.1

Type alias GetDelegatedStakingActivitiesResponse

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

Type alias GetEventsResponse

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

Type alias GetFungibleAssetActivitiesResponse

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

Type alias GetFungibleAssetMetadataResponse

GetFungibleAssetMetadataResponse: GetFungibleAssetMetadataQuery["fungible_asset_metadata"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/GetNumberOfDelegatorsResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetNumberOfDelegatorsResponse.html new file mode 100644 index 000000000..3705e1070 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetNumberOfDelegatorsResponse.html @@ -0,0 +1 @@ +GetNumberOfDelegatorsResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/types/GetOwnedTokensResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetOwnedTokensResponse.html new file mode 100644 index 000000000..82144681d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetOwnedTokensResponse.html @@ -0,0 +1 @@ +GetOwnedTokensResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/types/GetProcessorStatusResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetProcessorStatusResponse.html new file mode 100644 index 000000000..a17080b67 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetProcessorStatusResponse.html @@ -0,0 +1 @@ +GetProcessorStatusResponse | @aptos-labs/ts-sdk - v1.18.1

Type alias GetProcessorStatusResponse

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

Type alias GetTableItemsDataResponse

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

Type alias GetTableItemsMetadataResponse

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

Type alias GetTokenActivityResponse

GetTokenActivityResponse: GetTokenActivityQuery["token_activities_v2"]
\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/GetTokenDataResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetTokenDataResponse.html new file mode 100644 index 000000000..ed3c75b10 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GetTokenDataResponse.html @@ -0,0 +1 @@ +GetTokenDataResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/types/GraphqlQuery.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/GraphqlQuery.html new file mode 100644 index 000000000..64e7fcc68 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/GraphqlQuery.html @@ -0,0 +1,2 @@ +GraphqlQuery | @aptos-labs/ts-sdk - v1.18.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.18.1/types/HexInput.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/HexInput.html new file mode 100644 index 000000000..362e601b3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/HexInput.html @@ -0,0 +1,2 @@ +HexInput | @aptos-labs/ts-sdk - v1.18.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.18.1/types/IndexerConfig.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/IndexerConfig.html new file mode 100644 index 000000000..0f4507018 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/IndexerConfig.html @@ -0,0 +1,3 @@ +IndexerConfig | @aptos-labs/ts-sdk - v1.18.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.18.1/types/InputEntryFunctionData.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputEntryFunctionData.html new file mode 100644 index 000000000..48e4fdcb0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputEntryFunctionData.html @@ -0,0 +1,2 @@ +InputEntryFunctionData | @aptos-labs/ts-sdk - v1.18.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.18.1/types/InputEntryFunctionDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputEntryFunctionDataWithABI.html new file mode 100644 index 000000000..5e6bb9038 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputEntryFunctionDataWithABI.html @@ -0,0 +1 @@ +InputEntryFunctionDataWithABI | @aptos-labs/ts-sdk - v1.18.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.18.1/types/InputEntryFunctionDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputEntryFunctionDataWithRemoteABI.html new file mode 100644 index 000000000..abeb80626 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputEntryFunctionDataWithRemoteABI.html @@ -0,0 +1 @@ +InputEntryFunctionDataWithRemoteABI | @aptos-labs/ts-sdk - v1.18.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.18.1/types/InputGenerateRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputGenerateRawTransactionArgs.html new file mode 100644 index 000000000..5af3ee835 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputGenerateRawTransactionArgs.html @@ -0,0 +1,2 @@ +InputGenerateRawTransactionArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/types/InputGenerateTransactionData.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputGenerateTransactionData.html new file mode 100644 index 000000000..e4b2d491b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputGenerateTransactionData.html @@ -0,0 +1,2 @@ +InputGenerateTransactionData | @aptos-labs/ts-sdk - v1.18.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.18.1/types/InputGenerateTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputGenerateTransactionOptions.html new file mode 100644 index 000000000..ba10bb646 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputGenerateTransactionOptions.html @@ -0,0 +1,2 @@ +InputGenerateTransactionOptions | @aptos-labs/ts-sdk - v1.18.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.18.1/types/InputGenerateTransactionPayloadData.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputGenerateTransactionPayloadData.html new file mode 100644 index 000000000..693d2801c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputGenerateTransactionPayloadData.html @@ -0,0 +1,3 @@ +InputGenerateTransactionPayloadData | @aptos-labs/ts-sdk - v1.18.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.18.1/types/InputGenerateTransactionPayloadDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputGenerateTransactionPayloadDataWithABI.html new file mode 100644 index 000000000..be7a34f28 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputGenerateTransactionPayloadDataWithABI.html @@ -0,0 +1 @@ +InputGenerateTransactionPayloadDataWithABI | @aptos-labs/ts-sdk - v1.18.1

    Type alias InputGenerateTransactionPayloadDataWithABI

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

    Type alias InputGenerateTransactionPayloadDataWithRemoteABI

    InputGenerateTransactionPayloadDataWithRemoteABI: InputScriptData | InputEntryFunctionDataWithRemoteABI | InputMultiSigDataWithRemoteABI
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/InputMultiSigData.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputMultiSigData.html new file mode 100644 index 000000000..77e645301 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputMultiSigData.html @@ -0,0 +1,2 @@ +InputMultiSigData | @aptos-labs/ts-sdk - v1.18.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.18.1/types/InputMultiSigDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputMultiSigDataWithABI.html new file mode 100644 index 000000000..4d44c374b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputMultiSigDataWithABI.html @@ -0,0 +1 @@ +InputMultiSigDataWithABI | @aptos-labs/ts-sdk - v1.18.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.18.1/types/InputMultiSigDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputMultiSigDataWithRemoteABI.html new file mode 100644 index 000000000..7afa4db04 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputMultiSigDataWithRemoteABI.html @@ -0,0 +1,2 @@ +InputMultiSigDataWithRemoteABI | @aptos-labs/ts-sdk - v1.18.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.18.1/types/InputScriptData.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputScriptData.html new file mode 100644 index 000000000..c616b2977 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputScriptData.html @@ -0,0 +1,2 @@ +InputScriptData | @aptos-labs/ts-sdk - v1.18.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.18.1/types/InputSimulateTransactionData.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputSimulateTransactionData.html new file mode 100644 index 000000000..66444e3bf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputSimulateTransactionData.html @@ -0,0 +1,5 @@ +InputSimulateTransactionData | @aptos-labs/ts-sdk - v1.18.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.18.1/types/InputSimulateTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputSimulateTransactionOptions.html new file mode 100644 index 000000000..d51d5888e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputSimulateTransactionOptions.html @@ -0,0 +1 @@ +InputSimulateTransactionOptions | @aptos-labs/ts-sdk - v1.18.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.18.1/types/InputViewFunctionData.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputViewFunctionData.html new file mode 100644 index 000000000..d0ac9a760 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputViewFunctionData.html @@ -0,0 +1,2 @@ +InputViewFunctionData | @aptos-labs/ts-sdk - v1.18.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.18.1/types/InputViewFunctionDataWithABI.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputViewFunctionDataWithABI.html new file mode 100644 index 000000000..f80390848 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputViewFunctionDataWithABI.html @@ -0,0 +1,2 @@ +InputViewFunctionDataWithABI | @aptos-labs/ts-sdk - v1.18.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.18.1/types/InputViewFunctionDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputViewFunctionDataWithRemoteABI.html new file mode 100644 index 000000000..430d54a14 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/InputViewFunctionDataWithRemoteABI.html @@ -0,0 +1,2 @@ +InputViewFunctionDataWithRemoteABI | @aptos-labs/ts-sdk - v1.18.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.18.1/types/LedgerInfo.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/LedgerInfo.html new file mode 100644 index 000000000..2bd9cd01b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/LedgerInfo.html @@ -0,0 +1,4 @@ +LedgerInfo | @aptos-labs/ts-sdk - v1.18.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.18.1/types/LedgerVersionArg.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/LedgerVersionArg.html new file mode 100644 index 000000000..808e86bfa --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/LedgerVersionArg.html @@ -0,0 +1,2 @@ +LedgerVersionArg | @aptos-labs/ts-sdk - v1.18.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.18.1/types/MoveAddressType.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveAddressType.html new file mode 100644 index 000000000..cb531fb52 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveAddressType.html @@ -0,0 +1 @@ +MoveAddressType | @aptos-labs/ts-sdk - v1.18.1

    Type alias MoveAddressType

    MoveAddressType: string
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveFunction.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveFunction.html new file mode 100644 index 000000000..46e413a94 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveFunction.html @@ -0,0 +1,7 @@ +MoveFunction | @aptos-labs/ts-sdk - v1.18.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.18.1/types/MoveFunctionGenericTypeParam.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveFunctionGenericTypeParam.html new file mode 100644 index 000000000..216d22d51 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveFunctionGenericTypeParam.html @@ -0,0 +1,2 @@ +MoveFunctionGenericTypeParam | @aptos-labs/ts-sdk - v1.18.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.18.1/types/MoveFunctionId.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveFunctionId.html new file mode 100644 index 000000000..abc1587a2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveFunctionId.html @@ -0,0 +1 @@ +MoveFunctionId | @aptos-labs/ts-sdk - v1.18.1

    Type alias MoveFunctionId

    MoveFunctionId: MoveStructId
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveModule.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveModule.html new file mode 100644 index 000000000..25c5bbed6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveModule.html @@ -0,0 +1,5 @@ +MoveModule | @aptos-labs/ts-sdk - v1.18.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.18.1/types/MoveModuleBytecode.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveModuleBytecode.html new file mode 100644 index 000000000..b1140fc0e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveModuleBytecode.html @@ -0,0 +1 @@ +MoveModuleBytecode | @aptos-labs/ts-sdk - v1.18.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.18.1/types/MoveModuleId.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveModuleId.html new file mode 100644 index 000000000..491b7848e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveModuleId.html @@ -0,0 +1,3 @@ +MoveModuleId | @aptos-labs/ts-sdk - v1.18.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.18.1/types/MoveObjectType.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveObjectType.html new file mode 100644 index 000000000..cbd7c117c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveObjectType.html @@ -0,0 +1 @@ +MoveObjectType | @aptos-labs/ts-sdk - v1.18.1

    Type alias MoveObjectType

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

    Type alias MoveOptionType

    MoveOptionType: MoveType | null | undefined
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveResource.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveResource.html new file mode 100644 index 000000000..28d75bb97 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveResource.html @@ -0,0 +1 @@ +MoveResource | @aptos-labs/ts-sdk - v1.18.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.18.1/types/MoveScriptBytecode.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveScriptBytecode.html new file mode 100644 index 000000000..4465e69aa --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveScriptBytecode.html @@ -0,0 +1,2 @@ +MoveScriptBytecode | @aptos-labs/ts-sdk - v1.18.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.18.1/types/MoveStruct.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveStruct.html new file mode 100644 index 000000000..568e74046 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveStruct.html @@ -0,0 +1,6 @@ +MoveStruct | @aptos-labs/ts-sdk - v1.18.1

    Type alias MoveStruct

    MoveStruct: {
        abilities: MoveAbility[];
        fields: MoveStructField[];
        generic_type_params: MoveFunctionGenericTypeParam[];
        is_native: boolean;
        name: string;
    }

    A move struct

    +

    Type declaration

    • abilities: MoveAbility[]

      Abilities associated with the struct

      +
    • fields: MoveStructField[]

      Fields associated with the struct

      +
    • generic_type_params: MoveFunctionGenericTypeParam[]

      Generic types associated with the struct

      +
    • is_native: boolean

      Whether the struct is a native struct of Move

      +
    • name: string
    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveStructField.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveStructField.html new file mode 100644 index 000000000..1672925f1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveStructField.html @@ -0,0 +1,2 @@ +MoveStructField | @aptos-labs/ts-sdk - v1.18.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.18.1/types/MoveStructId.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveStructId.html new file mode 100644 index 000000000..44681e728 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveStructId.html @@ -0,0 +1,2 @@ +MoveStructId | @aptos-labs/ts-sdk - v1.18.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.18.1/types/MoveStructType.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveStructType.html new file mode 100644 index 000000000..0bfc30ce0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveStructType.html @@ -0,0 +1 @@ +MoveStructType | @aptos-labs/ts-sdk - v1.18.1

    Type alias MoveStructType

    MoveStructType: {}

    Type declaration

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

      Type alias MoveUint128Type

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

      Type alias MoveUint16Type

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

      Type alias MoveUint256Type

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

      Type alias MoveUint32Type

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

      Type alias MoveUint64Type

      MoveUint64Type: string
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveUint8Type.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveUint8Type.html new file mode 100644 index 000000000..01b8036df --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveUint8Type.html @@ -0,0 +1,2 @@ +MoveUint8Type | @aptos-labs/ts-sdk - v1.18.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.18.1/types/MoveValue.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveValue.html new file mode 100644 index 000000000..597adc245 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/MoveValue.html @@ -0,0 +1,12 @@ +MoveValue | @aptos-labs/ts-sdk - v1.18.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.18.1/types/MultisigPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/MultisigPayloadResponse.html new file mode 100644 index 000000000..b92e5ffb1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/MultisigPayloadResponse.html @@ -0,0 +1 @@ +MultisigPayloadResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/types/OrderBy.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/OrderBy.html new file mode 100644 index 000000000..1a01b4ddc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/OrderBy.html @@ -0,0 +1,3 @@ +OrderBy | @aptos-labs/ts-sdk - v1.18.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.18.1/types/OrderByValue.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/OrderByValue.html new file mode 100644 index 000000000..0dc64b780 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/OrderByValue.html @@ -0,0 +1 @@ +OrderByValue | @aptos-labs/ts-sdk - v1.18.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.18.1/types/ParsingResult.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/ParsingResult.html new file mode 100644 index 000000000..4204a6f0e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/ParsingResult.html @@ -0,0 +1,6 @@ +ParsingResult | @aptos-labs/ts-sdk - v1.18.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.18.1/types/PendingTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/PendingTransactionResponse.html new file mode 100644 index 000000000..2464b3192 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/PendingTransactionResponse.html @@ -0,0 +1 @@ +PendingTransactionResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/types/PostAptosRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/PostAptosRequestOptions.html new file mode 100644 index 000000000..d889684c0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/PostAptosRequestOptions.html @@ -0,0 +1 @@ +PostAptosRequestOptions | @aptos-labs/ts-sdk - v1.18.1

      Type alias PostAptosRequestOptions

      PostAptosRequestOptions: Omit<PostRequestOptions, "type">
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/PostRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/PostRequestOptions.html new file mode 100644 index 000000000..803bcdc2b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/PostRequestOptions.html @@ -0,0 +1,10 @@ +PostRequestOptions | @aptos-labs/ts-sdk - v1.18.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.18.1/types/ProofFetchCallback.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/ProofFetchCallback.html new file mode 100644 index 000000000..aac900d85 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/ProofFetchCallback.html @@ -0,0 +1 @@ +ProofFetchCallback | @aptos-labs/ts-sdk - v1.18.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.18.1/types/ProofFetchFailure.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/ProofFetchFailure.html new file mode 100644 index 000000000..1f6fdbad6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/ProofFetchFailure.html @@ -0,0 +1 @@ +ProofFetchFailure | @aptos-labs/ts-sdk - v1.18.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.18.1/types/ProofFetchStatus.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/ProofFetchStatus.html new file mode 100644 index 000000000..5a52d9d48 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/ProofFetchStatus.html @@ -0,0 +1 @@ +ProofFetchStatus | @aptos-labs/ts-sdk - v1.18.1
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/ProofFetchSuccess.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/ProofFetchSuccess.html new file mode 100644 index 000000000..2dc6d33c4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/ProofFetchSuccess.html @@ -0,0 +1 @@ +ProofFetchSuccess | @aptos-labs/ts-sdk - v1.18.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.18.1/types/ScriptFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/ScriptFunctionArgumentTypes.html new file mode 100644 index 000000000..21e195ac7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/ScriptFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +ScriptFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.18.1

      Type alias ScriptFunctionArgumentTypes

      ScriptFunctionArgumentTypes: Bool | U8 | U16 | U32 | U64 | U128 | U256 | AccountAddress | MoveVector<U8> | MoveString | FixedBytes

      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.18.1/types/ScriptPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/ScriptPayloadResponse.html new file mode 100644 index 000000000..9d79d5e93 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/ScriptPayloadResponse.html @@ -0,0 +1,3 @@ +ScriptPayloadResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/types/ScriptWriteSet.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/ScriptWriteSet.html new file mode 100644 index 000000000..8920e5dde --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/ScriptWriteSet.html @@ -0,0 +1 @@ +ScriptWriteSet | @aptos-labs/ts-sdk - v1.18.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.18.1/types/SimpleEntryFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/SimpleEntryFunctionArgumentTypes.html new file mode 100644 index 000000000..6a4cfef41 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/SimpleEntryFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +SimpleEntryFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.18.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.18.1/types/SingleKeySignerFromDerivationPathArgs.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/SingleKeySignerFromDerivationPathArgs.html new file mode 100644 index 000000000..93d712917 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/SingleKeySignerFromDerivationPathArgs.html @@ -0,0 +1 @@ +SingleKeySignerFromDerivationPathArgs | @aptos-labs/ts-sdk - v1.18.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.18.1/types/StateCheckpointTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/StateCheckpointTransactionResponse.html new file mode 100644 index 000000000..4c1ba8eed --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/StateCheckpointTransactionResponse.html @@ -0,0 +1,4 @@ +StateCheckpointTransactionResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/types/SuccessEventData.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/SuccessEventData.html new file mode 100644 index 000000000..5ac0076eb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/SuccessEventData.html @@ -0,0 +1 @@ +SuccessEventData | @aptos-labs/ts-sdk - v1.18.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.18.1/types/TableItemRequest.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/TableItemRequest.html new file mode 100644 index 000000000..9c9c66230 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/TableItemRequest.html @@ -0,0 +1,3 @@ +TableItemRequest | @aptos-labs/ts-sdk - v1.18.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.18.1/types/TokenStandard.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/TokenStandard.html new file mode 100644 index 000000000..66f9df4a5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/TokenStandard.html @@ -0,0 +1,2 @@ +TokenStandard | @aptos-labs/ts-sdk - v1.18.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.18.1/types/TransactionEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionEd25519Signature.html new file mode 100644 index 000000000..e697a43b4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionEd25519Signature.html @@ -0,0 +1 @@ +TransactionEd25519Signature | @aptos-labs/ts-sdk - v1.18.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.18.1/types/TransactionFeePayerSignature.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionFeePayerSignature.html new file mode 100644 index 000000000..87e8dd52b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionFeePayerSignature.html @@ -0,0 +1,3 @@ +TransactionFeePayerSignature | @aptos-labs/ts-sdk - v1.18.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.18.1/types/TransactionMultiAgentSignature.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionMultiAgentSignature.html new file mode 100644 index 000000000..c88575ed6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionMultiAgentSignature.html @@ -0,0 +1,3 @@ +TransactionMultiAgentSignature | @aptos-labs/ts-sdk - v1.18.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.18.1/types/TransactionMultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionMultiEd25519Signature.html new file mode 100644 index 000000000..b8eec7c70 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionMultiEd25519Signature.html @@ -0,0 +1,4 @@ +TransactionMultiEd25519Signature | @aptos-labs/ts-sdk - v1.18.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.18.1/types/TransactionPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionPayloadResponse.html new file mode 100644 index 000000000..1d2088fa2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionPayloadResponse.html @@ -0,0 +1 @@ +TransactionPayloadResponse | @aptos-labs/ts-sdk - v1.18.1
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionResponse.html new file mode 100644 index 000000000..5c4c8c9a4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionResponse.html @@ -0,0 +1 @@ +TransactionResponse | @aptos-labs/ts-sdk - v1.18.1
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionSecp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionSecp256k1Signature.html new file mode 100644 index 000000000..16ee88a2e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionSecp256k1Signature.html @@ -0,0 +1 @@ +TransactionSecp256k1Signature | @aptos-labs/ts-sdk - v1.18.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.18.1/types/TransactionSignature.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionSignature.html new file mode 100644 index 000000000..623a5abc1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/TransactionSignature.html @@ -0,0 +1,2 @@ +TransactionSignature | @aptos-labs/ts-sdk - v1.18.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.18.1/types/TypeArgument.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/TypeArgument.html new file mode 100644 index 000000000..38c125d8d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/TypeArgument.html @@ -0,0 +1,17 @@ +TypeArgument | @aptos-labs/ts-sdk - v1.18.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.18.1/types/Uint128.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/Uint128.html new file mode 100644 index 000000000..3284c5613 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/Uint128.html @@ -0,0 +1 @@ +Uint128 | @aptos-labs/ts-sdk - v1.18.1

      Type alias Uint128

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

      Type alias Uint16

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

      Type alias Uint256

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

      Type alias Uint32

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

      Type alias Uint64

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

      Type alias Uint8

      Uint8: number

      BCS types

      +
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/UserTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/UserTransactionResponse.html new file mode 100644 index 000000000..1e85667a1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/UserTransactionResponse.html @@ -0,0 +1,5 @@ +UserTransactionResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/types/ValidatorTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/ValidatorTransactionResponse.html new file mode 100644 index 000000000..bcc0ceae1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/ValidatorTransactionResponse.html @@ -0,0 +1,5 @@ +ValidatorTransactionResponse | @aptos-labs/ts-sdk - v1.18.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.18.1/types/ViewFunctionABI.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/ViewFunctionABI.html new file mode 100644 index 000000000..816663eb5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/ViewFunctionABI.html @@ -0,0 +1,3 @@ +ViewFunctionABI | @aptos-labs/ts-sdk - v1.18.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.18.1/types/WaitForTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/WaitForTransactionOptions.html new file mode 100644 index 000000000..4df386f09 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/WaitForTransactionOptions.html @@ -0,0 +1,2 @@ +WaitForTransactionOptions | @aptos-labs/ts-sdk - v1.18.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.18.1/types/WriteSet.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSet.html new file mode 100644 index 000000000..dc5ea413b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSet.html @@ -0,0 +1 @@ +WriteSet | @aptos-labs/ts-sdk - v1.18.1
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChange.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChange.html new file mode 100644 index 000000000..0719ba1e9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChange.html @@ -0,0 +1,2 @@ +WriteSetChange | @aptos-labs/ts-sdk - v1.18.1
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChangeDeleteModule.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChangeDeleteModule.html new file mode 100644 index 000000000..b68df2f06 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChangeDeleteModule.html @@ -0,0 +1,2 @@ +WriteSetChangeDeleteModule | @aptos-labs/ts-sdk - v1.18.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.18.1/types/WriteSetChangeDeleteResource.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChangeDeleteResource.html new file mode 100644 index 000000000..9ccaa8745 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChangeDeleteResource.html @@ -0,0 +1 @@ +WriteSetChangeDeleteResource | @aptos-labs/ts-sdk - v1.18.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.18.1/types/WriteSetChangeDeleteTableItem.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChangeDeleteTableItem.html new file mode 100644 index 000000000..c79b33c54 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChangeDeleteTableItem.html @@ -0,0 +1 @@ +WriteSetChangeDeleteTableItem | @aptos-labs/ts-sdk - v1.18.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.18.1/types/WriteSetChangeWriteModule.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChangeWriteModule.html new file mode 100644 index 000000000..16a2335db --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChangeWriteModule.html @@ -0,0 +1 @@ +WriteSetChangeWriteModule | @aptos-labs/ts-sdk - v1.18.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.18.1/types/WriteSetChangeWriteResource.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChangeWriteResource.html new file mode 100644 index 000000000..d603c0f7d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChangeWriteResource.html @@ -0,0 +1 @@ +WriteSetChangeWriteResource | @aptos-labs/ts-sdk - v1.18.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.18.1/types/WriteSetChangeWriteTableItem.html b/docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChangeWriteTableItem.html new file mode 100644 index 000000000..d751bd68d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/types/WriteSetChangeWriteTableItem.html @@ -0,0 +1 @@ +WriteSetChangeWriteTableItem | @aptos-labs/ts-sdk - v1.18.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.18.1/variables/APTOS_BIP44_REGEX.html b/docs/@aptos-labs/ts-sdk-1.18.1/variables/APTOS_BIP44_REGEX.html new file mode 100644 index 000000000..71c58df20 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/variables/APTOS_BIP44_REGEX.html @@ -0,0 +1 @@ +APTOS_BIP44_REGEX | @aptos-labs/ts-sdk - v1.18.1

      Variable APTOS_BIP44_REGEXConst

      APTOS_BIP44_REGEX: RegExp = ...
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/variables/APTOS_COIN.html b/docs/@aptos-labs/ts-sdk-1.18.1/variables/APTOS_COIN.html new file mode 100644 index 000000000..14cce7bf7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/variables/APTOS_COIN.html @@ -0,0 +1,2 @@ +APTOS_COIN | @aptos-labs/ts-sdk - v1.18.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.18.1/variables/APTOS_HARDENED_REGEX.html b/docs/@aptos-labs/ts-sdk-1.18.1/variables/APTOS_HARDENED_REGEX.html new file mode 100644 index 000000000..43620700c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/variables/APTOS_HARDENED_REGEX.html @@ -0,0 +1,2 @@ +APTOS_HARDENED_REGEX | @aptos-labs/ts-sdk - v1.18.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.18.1/variables/DEFAULT_MAX_GAS_AMOUNT.html b/docs/@aptos-labs/ts-sdk-1.18.1/variables/DEFAULT_MAX_GAS_AMOUNT.html new file mode 100644 index 000000000..37c639484 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/variables/DEFAULT_MAX_GAS_AMOUNT.html @@ -0,0 +1,5 @@ +DEFAULT_MAX_GAS_AMOUNT | @aptos-labs/ts-sdk - v1.18.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.18.1/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html b/docs/@aptos-labs/ts-sdk-1.18.1/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html new file mode 100644 index 000000000..e9775816f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html @@ -0,0 +1,5 @@ +DEFAULT_TXN_EXP_SEC_FROM_NOW | @aptos-labs/ts-sdk - v1.18.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.18.1/variables/DEFAULT_TXN_TIMEOUT_SEC.html b/docs/@aptos-labs/ts-sdk-1.18.1/variables/DEFAULT_TXN_TIMEOUT_SEC.html new file mode 100644 index 000000000..6ae21cce6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/variables/DEFAULT_TXN_TIMEOUT_SEC.html @@ -0,0 +1,4 @@ +DEFAULT_TXN_TIMEOUT_SEC | @aptos-labs/ts-sdk - v1.18.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.18.1/variables/EPK_HORIZON_SECS.html b/docs/@aptos-labs/ts-sdk-1.18.1/variables/EPK_HORIZON_SECS.html new file mode 100644 index 000000000..633660dcf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/variables/EPK_HORIZON_SECS.html @@ -0,0 +1 @@ +EPK_HORIZON_SECS | @aptos-labs/ts-sdk - v1.18.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.18.1/variables/HARDENED_OFFSET.html b/docs/@aptos-labs/ts-sdk-1.18.1/variables/HARDENED_OFFSET.html new file mode 100644 index 000000000..9ff984cd3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/variables/HARDENED_OFFSET.html @@ -0,0 +1 @@ +HARDENED_OFFSET | @aptos-labs/ts-sdk - v1.18.1

      Variable HARDENED_OFFSETConst

      HARDENED_OFFSET: 2147483648 = 0x80000000
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_AUD_VAL_BYTES.html b/docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_AUD_VAL_BYTES.html new file mode 100644 index 000000000..f4db19f0b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_AUD_VAL_BYTES.html @@ -0,0 +1 @@ +MAX_AUD_VAL_BYTES | @aptos-labs/ts-sdk - v1.18.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.18.1/variables/MAX_COMMITED_EPK_BYTES.html b/docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_COMMITED_EPK_BYTES.html new file mode 100644 index 000000000..f8e3b08af --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_COMMITED_EPK_BYTES.html @@ -0,0 +1 @@ +MAX_COMMITED_EPK_BYTES | @aptos-labs/ts-sdk - v1.18.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.18.1/variables/MAX_EXTRA_FIELD_BYTES.html b/docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_EXTRA_FIELD_BYTES.html new file mode 100644 index 000000000..9eb892ae4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_EXTRA_FIELD_BYTES.html @@ -0,0 +1 @@ +MAX_EXTRA_FIELD_BYTES | @aptos-labs/ts-sdk - v1.18.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.18.1/variables/MAX_ISS_VAL_BYTES.html b/docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_ISS_VAL_BYTES.html new file mode 100644 index 000000000..552ec8ac1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_ISS_VAL_BYTES.html @@ -0,0 +1 @@ +MAX_ISS_VAL_BYTES | @aptos-labs/ts-sdk - v1.18.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.18.1/variables/MAX_JWT_HEADER_B64_BYTES.html b/docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_JWT_HEADER_B64_BYTES.html new file mode 100644 index 000000000..ce2238549 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_JWT_HEADER_B64_BYTES.html @@ -0,0 +1 @@ +MAX_JWT_HEADER_B64_BYTES | @aptos-labs/ts-sdk - v1.18.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.18.1/variables/MAX_UID_KEY_BYTES.html b/docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_UID_KEY_BYTES.html new file mode 100644 index 000000000..0d5f46a7e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_UID_KEY_BYTES.html @@ -0,0 +1 @@ +MAX_UID_KEY_BYTES | @aptos-labs/ts-sdk - v1.18.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.18.1/variables/MAX_UID_VAL_BYTES.html b/docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_UID_VAL_BYTES.html new file mode 100644 index 000000000..f247f4d5b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/variables/MAX_UID_VAL_BYTES.html @@ -0,0 +1 @@ +MAX_UID_VAL_BYTES | @aptos-labs/ts-sdk - v1.18.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.18.1/variables/NetworkToChainId.html b/docs/@aptos-labs/ts-sdk-1.18.1/variables/NetworkToChainId.html new file mode 100644 index 000000000..4ac1630bd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/variables/NetworkToChainId.html @@ -0,0 +1 @@ +NetworkToChainId | @aptos-labs/ts-sdk - v1.18.1

      Variable NetworkToChainIdConst

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

      Variable NetworkToFaucetAPIConst

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

      Variable NetworkToIndexerAPIConst

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

      Variable NetworkToNetworkNameConst

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

      Variable NetworkToNodeAPIConst

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

      Variable NetworkToPepperAPIConst

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

      Variable NetworkToProverAPIConst

      NetworkToProverAPI: Record<string, string> = ...
      \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.18.1/variables/RAW_TRANSACTION_SALT.html b/docs/@aptos-labs/ts-sdk-1.18.1/variables/RAW_TRANSACTION_SALT.html new file mode 100644 index 000000000..7f955f3e6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/variables/RAW_TRANSACTION_SALT.html @@ -0,0 +1 @@ +RAW_TRANSACTION_SALT | @aptos-labs/ts-sdk - v1.18.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.18.1/variables/RAW_TRANSACTION_WITH_DATA_SALT.html b/docs/@aptos-labs/ts-sdk-1.18.1/variables/RAW_TRANSACTION_WITH_DATA_SALT.html new file mode 100644 index 000000000..a754d4fed --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/variables/RAW_TRANSACTION_WITH_DATA_SALT.html @@ -0,0 +1 @@ +RAW_TRANSACTION_WITH_DATA_SALT | @aptos-labs/ts-sdk - v1.18.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.18.1/variables/promiseFulfilledStatus.html b/docs/@aptos-labs/ts-sdk-1.18.1/variables/promiseFulfilledStatus.html new file mode 100644 index 000000000..74c0e7eba --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.18.1/variables/promiseFulfilledStatus.html @@ -0,0 +1 @@ +promiseFulfilledStatus | @aptos-labs/ts-sdk - v1.18.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 7f311b8e9..9966e553c 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.18.0 +redirect_to: /@aptos-labs/ts-sdk-1.18.1 --- diff --git a/docs/index.md b/docs/index.md index 6535748ce..c1cd088fd 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.18.1](@aptos-labs/ts-sdk-1.18.1) - [Stable - @aptos-labs/ts-sdk-1.18.0](@aptos-labs/ts-sdk-1.18.0) - [Stable - @aptos-labs/ts-sdk-1.17.0](@aptos-labs/ts-sdk-1.17.0) - [Stable - @aptos-labs/ts-sdk-1.16.0](@aptos-labs/ts-sdk-1.16.0) diff --git a/package.json b/package.json index a4dd5c8db..a400f2d54 100644 --- a/package.json +++ b/package.json @@ -91,5 +91,5 @@ "typedoc": "^0.25.4", "typescript": "^5.3.3" }, - "version": "1.18.0" + "version": "1.18.1" } diff --git a/src/version.ts b/src/version.ts index a6249c279..7b45a4fc6 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.18.0"; +export const VERSION = "1.18.1";