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

Class for creating and managing account on Aptos network

+

Use this class to create accounts, sign transactions, and more. +Note: Creating an account instance does not create the account on-chain.

+

Since AIP-55 Aptos supports +Legacy and Unified authentications.

+

Legacy

includes ED25519 and MultiED25519

+

Unified

includes SingleSender and MultiSender, where currently +SingleSender supports ED25519 and Secp256k1, and MultiSender supports +MultiED25519.

+

In TypeScript SDK, we support all of these options:

+

Generate

default to generate Legacy Ed25519 keys, with an optional legacy boolean argument +that lets you generate new keys conforming to the Unified authentication.

+

From Private Key

derives an account by a provided private key and address, with an optional +legacy boolean argument that lets you generate new keys conforming to the Unified authentication.

+

From Derivation Path

derives an account with bip44 path and mnemonics,

+

Constructors

  • constructor for Account

    +

    Need to update this to use the new crypto library if new schemes are added.

    +

    Parameters

    • args: {
          address: AccountAddress;
          legacy?: boolean;
          privateKey: PrivateKey;
      }
      • address: AccountAddress

        AccountAddress - address of the account

        +
      • Optional legacy?: boolean

        optional. If set to false, the keypair authentication keys will be derived with a unified scheme. +Defaults to deriving an authentication key with the legacy scheme.

        +

        This method is private because it should only be called by the factory static methods.

        +
      • privateKey: PrivateKey

        PrivateKey - private key of the account

        +

    Returns Account

    Account

    +

Properties

accountAddress: AccountAddress

Account address associated with the account

+
privateKey: PrivateKey

Private key associated with the account

+
publicKey: PublicKey

Public key associated with the account

+
signingScheme: SigningScheme

Signing scheme used to sign transactions

+

Methods

  • Verify the given message and signature with the public key.

    +

    Parameters

    Returns boolean

  • Derives an account with bip44 path and mnemonics,

    +

    Parameters

    • args: {
          legacy?: boolean;
          mnemonic: string;
          path: string;
          scheme: SigningSchemeInput;
      }
      • Optional legacy?: boolean

        optional. If set to false, the keypair generated is a Unified keypair. Defaults +to generating a Legacy Ed25519 keypair

        +
      • mnemonic: string

        the mnemonic seed phrase of the account

        +
      • path: string

        the BIP44 derive hardened path (e.g. m/44'/637'/0'/0'/0') for Ed25519, +or non-hardened path (e.g. m/44'/637'/0'/0/0) for secp256k1 +Detailed description: https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki

        +
      • scheme: SigningSchemeInput

        The signing scheme to derive with

        +

    Returns Account

    Account

    +
  • Instantiates an account given a 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.

    +

    Parameters

    • args: {
          legacy?: boolean;
          privateKey: PrivateKey;
      }
      • Optional legacy?: boolean

        optional. If set to false, the keypair generated is a Unified keypair. Defaults +to generating a Legacy Ed25519 keypair

        +
      • privateKey: PrivateKey

    Returns Account

    Account

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

    +

    Parameters

    • args: {
          address: AccountAddress;
          legacy?: boolean;
          privateKey: PrivateKey;
      }
      • address: AccountAddress

        AccountAddress - The account address the Account will sign for

        +
      • Optional legacy?: boolean

        optional. If set to false, the keypair generated is a Unified keypair. Defaults +to generating a Legacy Ed25519 keypair

        +
      • privateKey: PrivateKey

        PrivateKey - the underlying private key for the account

        +

    Returns Account

    Account

    +
  • Derives an account with random private key and address.

    +

    Default generation is using the Legacy ED25519 key

    +

    Parameters

    • Optional args: GenerateAccount

      optional. Unify GenerateAccount type for Legacy and Unified keys

      +

      Account input type to generate an account using Legacy +Ed25519 or MultiEd25519 keys or without a specified scheme.

      +
      GenerateAccountWithLegacyKey = {
      scheme?: SigningSchemeInput.Ed25519 | SigningSchemeInput.MultiEd25519;
      legacy: true;
      }; +
      +

      Account input type to generate an account using Unified +Secp256k1Ecdsa key +In this case legacy is always false

      +
      GenerateAccountWithUnifiedKey = {
      scheme: SigningSchemeInput.Secp256k1Ecdsa;
      legacy?: false;
      }; +
      +

    Returns Account

    Account with the given signing scheme

    +

Generated using TypeDoc

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

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

+

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

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

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

+

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

+

Hierarchy

Implements

Constructors

Properties

data: Uint8Array

This is the internal representation of an account address.

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

The number of bytes that make up an account address.

+
LONG_STRING_LENGTH: number = 64

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

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

Methods

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

    +

    Parameters

    Returns boolean

    true if the AccountAddresses are equal, false if not.

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

    +

    Parameters

    • serializer: Serializer

      The serializer to serialize the AccountAddress to.

      +

    Returns void

    void

    +

    Example

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

    +

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

    +

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

    +

    Returns `0x${string}`

    AccountAddress as a string in LONG form.

    +
  • NOTE: Prefer to use toString where possible.

    +

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

    +

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

    +

    Returns string

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

    +
  • NOTE: Prefer to use toString where possible.

    +

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

    +

    Learn more by reading the docstring of toString.

    +

    Returns string

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

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

    +

    Returns Uint8Array

    Hex data as Uint8Array

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

    +

    Parameters

    • deserializer: Deserializer

      The deserializer to deserialize the AccountAddress from.

      +

    Returns AccountAddress

    An instance of AccountAddress.

    +

    Example

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

    +

    Creates an instance of AccountAddress from a hex string.

    +

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

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

    Where:

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

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

    +

    Parameters

    • input: string

      A hex string representing an account address.

      +

    Returns AccountAddress

    An instance of AccountAddress.

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

    +

    Creates an instance of AccountAddress from a hex string.

    +

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

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

    Where:

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

    This means the following are not accepted:

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

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

    +

    Parameters

    • input: string

      A hex string representing an account address.

      +

    Returns AccountAddress

    An instance of AccountAddress.

    +

Generated using TypeDoc

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

Class AccountAuthenticatorAbstract

Hierarchy

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Class AccountAuthenticatorEd25519

Transaction authenticator Ed25519 for a multi signer transaction

+

Param: public_key

Account's Ed25519 public key.

+

Param: signature

Account's Ed25519 signature

+

Hierarchy

Constructors

Properties

public_key: Ed25519PublicKey
signature: Ed25519Signature

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

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

Class AccountAuthenticatorMultiEd25519

Transaction authenticator Multi Ed25519 for a multi signers transaction

+

Param: public_key

Account's MultiEd25519 public key.

+

Param: signature

Account's MultiEd25519 signature

+

Hierarchy

Constructors

Properties

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

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

Class AccountAuthenticatorMultiKey

AccountAuthenticatorMultiKey for a multi signer

+

Param: public_keys

MultiKey

+

Param: signatures

Signature

+

Hierarchy

Constructors

Properties

public_keys: MultiKey
signatures: AnySignature[]
signatures_bitmap: Uint8Array

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

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

Class AccountAuthenticatorSingleKey

AccountAuthenticatorSingleKey for a single signer

+

Param: public_key

AnyPublicKey

+

Param: signature

AnySignature

+

Hierarchy

Constructors

Properties

public_key: AnyPublicKey
signature: AnySignature

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

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

Class AccountSequenceNumber

Constructors

Properties

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

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

+

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

+

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

+
maxWaitTime: number
maximumInFlight: number
sleepTime: number

Methods

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

    +

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

    +

    Returns Promise<void>

Generated using TypeDoc

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

Represents any public key supported by Aptos.

+

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

+

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

+

Hierarchy

Constructors

Properties

publicKey: PublicKey

Reference to the inner public key

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

An abstract representation of a signature. This is the product of signing a +message and can be used with the PublicKey to verify the signature.

+

Hierarchy

Constructors

Properties

signature: Signature

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/classes/Aptos.html b/docs/@aptos-labs/ts-sdk-1.8.0/classes/Aptos.html new file mode 100644 index 000000000..569ca524d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/classes/Aptos.html @@ -0,0 +1,573 @@ +Aptos | @aptos-labs/ts-sdk - v1.8.0

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

+

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

+

Hierarchy

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

Constructors

Properties

Methods

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

Constructors

Properties

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

Methods

  • Add a digital asset property

    +

    Parameters

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

        The digital asset address

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

        The property key for storing on-chain properties

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

        The type of property value

        +
      • propertyValue: PropertyValue

        The property value to be stored on-chain

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

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

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

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

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

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

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

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

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

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

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

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

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

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

    +
  • 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: An example of an account resource

    {
    value: 6
    } +
    +
  • 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

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

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

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

    +
  • Queries for the chain id

    +

    Returns Promise<number>

    The chain id

    +
  • Queries top user transactions

    +

    Parameters

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

        The number of transactions to return

        +

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

    GetChainTopUserTransactionsResponse

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

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

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

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

    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

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

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

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

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

    { where:
    {
    transaction_version: { _eq: 123456 },
    }
    } +
    +
  • Retrieve the expiration time of a domain name or subdomain name from the contract.

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

    Parameters

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

        A string of the name to retrieve

        +

    Returns Promise<undefined | number>

    number as a unix timestamp in milliseconds.

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

    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

    +
  • Queries all fungible asset metadata.

    +

    Parameters

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

    A list of fungible asset metadata

    +
  • Queries a fungible asset metadata

    +

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

    +

    Parameters

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

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

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

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

    A fungible asset metadata item

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

  • Queries for the Aptos ledger info

    +

    Returns Promise<LedgerInfo>

    Aptos Ledger Info

    +

    Example: 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

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

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

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

    +
  • Retrieve the owner address of a domain name or subdomain name from the contract.

    +
    // Will return the owner address of "test.aptos.apt" or undefined
    const owner = await aptos.getOwnerAddress({name: "test.aptos"})
    // owner = 0x123... +
    +

    Parameters

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

        A string of the name to retrieve

        +

    Returns Promise<undefined | string>

    MoveAddressType if the name is owned, undefined otherwise

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

    +
    const name = await aptos.getPrimaryName({address: alice.accountAddress})
    // name = test.aptos +
    +

    Parameters

    Returns Promise<undefined | string>

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

    +
  • Query the processor status for a specific processor type.

    +

    Parameters

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

  • 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

  • Queries for a table item for a table identified by the handle and the key for the item. +Key and value types need to be passed in to help with key serialization and value deserialization.

    +

    Type Parameters

    • T

    Parameters

    Returns Promise<T>

    Table item value rendered in JSON

    +

    Example

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

    +
    const targetAddr = await aptos.getTargetAddress({name: "test.aptos"})
    // targetAddr = 0x123... +
    +

    Parameters

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

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

        +

    Returns Promise<undefined | string>

    MoveAddressType if the name has a target, undefined otherwise

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

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

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

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

    +
  • 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: AccountAddress;
          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: AccountAddress

        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

    +
  • Registers a new name

    +
    // 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,
    },
    }); +
    +

    Parameters

    • args: Omit<RegisterNameParameters, "aptosConfig">

    Returns Promise<SimpleTransaction>

    SimpleTransaction

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

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

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

    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

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

    +
    await aptos.setPrimaryName({sender: alice, name: "test.aptos"})
    const primaryName = await aptos.getPrimaryName({address: alice.accountAddress})
    // primaryName = test.aptos +
    +

    Parameters

    Returns Promise<SimpleTransaction>

    SimpleTransaction

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

    +
    await aptos.setTargetAddress({sender: alice, name: "test.aptos", address: bob.accountAddress})
    const address = await aptos.getTargetAddress({name: "test.aptos"})
    // address = bob.accountAddress +
    +

    Parameters

    Returns Promise<SimpleTransaction>

    SimpleTransaction

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

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

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

    +
  • Queries for a Move view function

    +

    Type Parameters

    Parameters

    Returns Promise<T>

    an array of Move values

    +

    Example

    `
    const payload: ViewRequest = {
    function: "0x1::coin::balance",
    typeArguments: ["0x1::aptos_coin::AptosCoin"],
    functionArguments: [accountAddress],
    };
    ` +
    +
  • Waits for a transaction to move past the pending state.

    +

    There are 4 cases.

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

    Parameters

    Returns Promise<CommittedTransactionResponse>

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

    +

Generated using TypeDoc

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

The type returned from an API error

+

Param: name

the error name "AptosApiError"

+

Param: url

the url the request was made to

+

Param: status

the response status. i.e. 400

+

Param: statusText

the response message

+

Param: data

the response data

+

Param: request

the AptosRequest

+

Hierarchy

  • Error
    • AptosApiError

Constructors

Properties

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

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

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

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

+

Constructors

Properties

client: Client

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

+
clientConfig?: ClientConfig
faucet?: string

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

+
fullnode?: string

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

+
indexer?: string

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

+
network: Network

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

+

Generated using TypeDoc

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

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

+

See

Account Basics

+

Account addresses can be derived from AuthenticationKey

+

Hierarchy

Constructors

Properties

data: Hex

The raw bytes of the authentication key.

+
LENGTH: number = 32

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

+

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

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Hierarchy

Implements

Constructors

Properties

value: boolean

Methods

Generated using TypeDoc

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

Representation of a ChainId that can serialized and deserialized

+

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

chainId: number

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Constructors

Properties

buffer: ArrayBuffer
offset: number

Methods

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

    +

    Type Parameters

    • T

    Parameters

    • cls: Deserializable<T>

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

      +

    Returns T

    the deserialized value of class type T

    +

    Example

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

    +

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

    +

    Returns boolean

  • Deserializes an array of bytes.

    +

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

    +

    Returns Uint8Array

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

    +

    Parameters

    • len: number

    Returns Uint8Array

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

    +

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

    +

    Returns string

    Example

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

    +

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

    +

    Returns bigint

  • Deserializes a uint16 number.

    +

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

    +

    Returns number

    Example

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

    +

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

    +

    Returns bigint

  • Deserializes a uint32 number.

    +

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

    +

    Returns number

    Example

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

    +

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

    +

    Returns bigint

    Example

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

    +

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

    +

    Returns number

  • Deserializes a uleb128 encoded uint32 number.

    +

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

    +

    Returns number

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

    +

    Type Parameters

    • T

    Parameters

    • cls: Deserializable<T>

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

      +

    Returns T[]

    an array of deserialized values of type T

    +

    Example

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

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

Generated using TypeDoc

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

Represents the private key of an Ed25519 key pair.

+

Hierarchy

Constructors

Properties

signingKeyPair: SignKeyPair

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

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

    +

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

    +

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

    +

    Parameters

    • path: string

      the BIP44 path

      +
    • mnemonics: string

      the mnemonic seed phrase

      +

    Returns Ed25519PrivateKey

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

    +

    Parameters

    • path: string

      the BIP44 path

      +
    • seed: Uint8Array

      the seed phrase created by the mnemonics

      +
    • offset: number = HARDENED_OFFSET

      the offset used for key derivation, defaults to 0x80000000

      +

    Returns Ed25519PrivateKey

Generated using TypeDoc

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

Represents the public key of an Ed25519 key pair.

+

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

+

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

+

Hierarchy

Constructors

Properties

key: Hex

Bytes of the public key

+
LENGTH: number = 32

Length of an Ed25519 public key

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

A signature of a message signed using an Ed25519 private key

+

Hierarchy

Constructors

Properties

data: Hex

The signature bytes

+
LENGTH: 64 = 64

Length of an Ed25519 signature

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Representation of a EntryFunction that can serialized and deserialized

+

Constructors

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

    +

    Parameters

    • module_name: ModuleId

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

      +
    • function_name: Identifier

      The function name. e.g "transfer"

      +
    • type_args: TypeTag[]

      Type arguments that move function requires.

      +
    • args: EntryFunctionArgument[]

      arguments to the move function.

      +

    Returns EntryFunction

    Example

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

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

    Example

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

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

Properties

function_name: Identifier
module_name: ModuleId
type_args: TypeTag[]

Methods

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

    +

    Parameters

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

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

      +
    • function_name: string

      Function name

      +
    • type_args: TypeTag[]

      Type arguments that move function requires.

      +
    • args: EntryFunctionArgument[]

      Arguments to the move function.

      +

    Returns EntryFunction

    EntryFunction

    +

    Example

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

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

    Example

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

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

    +

    Parameters

    Returns EntryFunction

    A deserialized EntryFunction payload for a transaction.

    +

    See

    EntryFunctionBytes

    +

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

    +

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

    +

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

    +

Generated using TypeDoc

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

Class EntryFunctionBytes

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

+

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

+

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

+

Hierarchy

Implements

Constructors

Properties

value: FixedBytes

Methods

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

    +

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

    +

    Parameters

    • deserializer: Deserializer

      the deserializer instance with the buffered bytes

      +
    • length: number

      the length of the bytes to deserialize

      +

    Returns EntryFunctionBytes

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

    +

Generated using TypeDoc

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

Class FeePayerRawTransaction

Representation of a Fee Payer Transaction that can serialized and deserialized

+

Hierarchy

Constructors

Properties

fee_payer_address: AccountAddress

The fee payer account address

+

The raw transaction

+
secondary_signer_addresses: AccountAddress[]

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

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

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

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

+

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

+

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

+

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

+

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

+

Example

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

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

Params

value: HexInput representing a sequence of Uint8 bytes

+

Returns

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

+

See

EntryFunctionBytes

+

Hierarchy

Implements

Constructors

Properties

value: Uint8Array

Methods

Generated using TypeDoc

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

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

+

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

+

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

+

You might use this class like this:

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

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

+

These are some other ways to chain the functions together:

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

Constructors

  • Create a new Hex instance from a Uint8Array.

    +

    Parameters

    • data: Uint8Array

      Uint8Array

      +

    Returns Hex

Properties

data: Uint8Array

Methods

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

    +

    Parameters

    • other: Hex

      The Hex instance to compare to.

      +

    Returns boolean

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

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

    +

    Returns string

    Hex string with 0x prefix

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

    +

    Returns string

    Hex string without 0x prefix

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

    +

    Returns Uint8Array

    Hex data as Uint8Array

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

    +

    Parameters

    • hexInput: HexInput

      A HexInput (string or Uint8Array)

      +

    Returns Hex

    Hex

    +
  • Static method to convert a hex string to Hex

    +

    Parameters

    • str: string

      A hex string, with or without the 0x prefix

      +

    Returns Hex

    Hex

    +

Generated using TypeDoc

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

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

+

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

identifier: string

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

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

+

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Class MoveOption<T>

Type Parameters

Hierarchy

Implements

Constructors

Properties

value?: T
vec: MoveVector<T>

Methods

  • Retrieves the inner value of the MoveOption.

    +

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

    +

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

    +

    Returns T

    The contained value if present.

    +

    Example

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

    Throws

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

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

    +

    Parameters

    • Optional value: null | boolean

    Returns MoveOption<Bool>

    a MoveOption with an inner value value

    +

    Example

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

    Params

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

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

    +

    Parameters

    • Optional value: null | string

    Returns MoveOption<MoveString>

    a MoveOption with an inner value value

    +

    Example

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

    Params

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

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

    +

    Parameters

    Returns MoveOption<U128>

    a MoveOption with an inner value value

    +

    Example

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

    Params

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

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

    +

    Parameters

    • Optional value: null | number

    Returns MoveOption<U16>

    a MoveOption with an inner value value

    +

    Example

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

    Params

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

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

    +

    Parameters

    Returns MoveOption<U256>

    a MoveOption with an inner value value

    +

    Example

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

    Params

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

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

    +

    Parameters

    • Optional value: null | number

    Returns MoveOption<U32>

    a MoveOption with an inner value value

    +

    Example

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

    Params

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

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

    +

    Parameters

    Returns MoveOption<U64>

    a MoveOption with an inner value value

    +

    Example

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

    Params

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

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

    +

    Parameters

    • Optional value: null | number

    Returns MoveOption<U8>

    a MoveOption with an inner value value

    +

    Example

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

    Params

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

    +

Generated using TypeDoc

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

Hierarchy

Implements

Constructors

Properties

value: string

Methods

Generated using TypeDoc

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

Class MoveVector<T>

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

+

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

+

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

+

Example

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

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

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

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

Params

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

+

Returns

a MoveVector<T> with the values values

+

Type Parameters

Hierarchy

Implements

Constructors

Properties

values: T[]

Methods

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

    +

    Parameters

    • values: boolean[]

    Returns MoveVector<Bool>

    a MoveVector<Bool>

    +

    Example

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

    Params

    values: an array of bools to convert to Bools

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

    +

    Parameters

    • values: number[]

    Returns MoveVector<U16>

    a MoveVector<U16>

    +

    Example

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

    Params

    values: an array of numbers to convert to U16s

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

    +

    Parameters

    • values: number[]

    Returns MoveVector<U32>

    a MoveVector<U32>

    +

    Example

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

    Params

    values: an array of numbers to convert to U32s

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

    +

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

    +

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

    +

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

    +

    Type Parameters

    Parameters

    Returns MoveVector<T>

    a MoveVector of the corresponding class T +*

    +

    Example

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

    Params

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

    +

Generated using TypeDoc

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

Class MultiAgentRawTransaction

Representation of a Multi Agent Transaction that can serialized and deserialized

+

Hierarchy

Constructors

Properties

The raw transaction

+
secondary_signer_addresses: AccountAddress[]

The secondary signers on this transaction

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

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

Class MultiEd25519PublicKey

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

+

Hierarchy

Constructors

Properties

publicKeys: Ed25519PublicKey[]

List of Ed25519 public keys for this MultiEd25519PublicKey

+
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

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/classes/MultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.8.0/classes/MultiEd25519Signature.html new file mode 100644 index 000000000..7d44d4ef6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/classes/MultiEd25519Signature.html @@ -0,0 +1,40 @@ +MultiEd25519Signature | @aptos-labs/ts-sdk - v1.8.0

Class MultiEd25519Signature

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

+

Hierarchy

Constructors

Properties

bitmap: Uint8Array

32-bit Bitmap representing who signed the transaction

+

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

+
signatures: Ed25519Signature[]

The list of underlying Ed25519 signatures

+
BITMAP_LEN: number = 4

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

+
MAX_SIGNATURES_SUPPORTED: number = 32

Maximum number of Ed25519 signatures supported

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

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

    +

    Parameters

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

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

        +

    Returns Uint8Array

    bitmap that is 32bit long

    +

    Example

    Here's an example of valid bits

    +
    [0, 2, 31]
    +
    +

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

    +

Generated using TypeDoc

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

An abstract representation of a public key. All Asymmetric key pairs will use this to +verify signatures and for authentication keys.

+

Hierarchy

Constructors

Properties

publicKeys: AnyPublicKey[]

List of any public keys

+
signaturesRequired: number

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

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

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

    +

    Parameters

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

        array of the index mapping to the matching public keys

        +

    Returns Uint8Array

    Uint8array bit map

    +

Generated using TypeDoc

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

Representation of a MultiSig that can serialized and deserialized

+

Constructors

Properties

multisig_address: AccountAddress
transaction_payload?: MultiSigTransactionPayload

Methods

Generated using TypeDoc

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

Class MultiSigTransactionPayload

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

+

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

+

Hierarchy

Constructors

Properties

transaction_payload: EntryFunction

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Class ParsingError<T>

This error is used to explain why parsing failed.

+

Type Parameters

  • T

Hierarchy

  • Error
    • ParsingError

Constructors

Properties

invalidReason: T

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

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

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

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

Class PrivateKeyAbstract

An abstract representation of a private key. This is used to sign transactions and +derive the public key associated.

+

Hierarchy

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Class PublicKeyAbstract

An abstract representation of a public key. All Asymmetric key pairs will use this to +verify signatures and for authentication keys.

+

Hierarchy

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +
  • Verifies that the private key associated with this public key signed the message with the given signature.

    +

    Parameters

    Returns boolean

Generated using TypeDoc

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

Representation of a Raw Transaction that can serialized and deserialized

+

Hierarchy

Constructors

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

    +

    Parameters

    • sender: AccountAddress

      The sender Account Address

      +
    • sequence_number: bigint

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

      +
    • payload: TransactionPayload

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

      +
    • max_gas_amount: bigint

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

      +
    • gas_unit_price: bigint

      Price to be paid per gas unit.

      +
    • expiration_timestamp_secs: bigint

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

      +
    • chain_id: ChainId

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

      +

    Returns RawTransaction

Properties

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

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Class RawTransactionWithDataAbstract

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

+

Hierarchy

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Class RotationProofChallenge

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

+

Hierarchy

Constructors

Properties

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

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Representation of a Script that can serialized and deserialized

+

Constructors

Properties

Methods

Constructors

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

    +

    Parameters

    • bytecode: Uint8Array

      The move module bytecode

      +
    • type_args: TypeTag[]

      The type arguments that the bytecode function requires.

      +
    • args: ScriptFunctionArgument[]

      The arguments that the bytecode function requires.

      +

    Returns Script

    Example

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

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

    Example

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

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

Properties

The arguments that the bytecode function requires.

+
bytecode: Uint8Array

The move module bytecode

+
type_args: TypeTag[]

The type arguments that the bytecode function requires.

+

Methods

Generated using TypeDoc

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

Class Secp256k1PrivateKey

A Secp256k1 ecdsa private key

+

Hierarchy

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

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

    +

    Parameters

    • path: string

      the BIP44 path

      +
    • seed: Uint8Array

      the seed phrase created by the mnemonics

      +

    Returns Secp256k1PrivateKey

    The generated key

    +

Generated using TypeDoc

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

Class Secp256k1PublicKey

Represents the Secp256k1 ecdsa public key

+

Secp256k1 authentication key is represented in the SDK as AnyPublicKey.

+

Hierarchy

Constructors

Properties

key: Hex
LENGTH: number = 65

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Class Secp256k1Signature

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

+

Hierarchy

Constructors

Properties

data: Hex

The signature bytes

+
LENGTH: 64 = 64

Secp256k1 ecdsa signatures are 256-bit.

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Class SerializableAbstract

Hierarchy

Constructors

Methods

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Constructors

Properties

buffer: ArrayBuffer
offset: number

Methods

  • Serializes a Serializable value, facilitating composable serialization.

    +

    Type Parameters

    Parameters

    • value: T

      The Serializable value to serialize

      +

    Returns void

    the serializer instance

    +

    Example

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

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

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

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

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

    +

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

    +

    Parameters

    • value: boolean

    Returns void

  • Serializes an array of bytes.

    +

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

    +

    Parameters

    • value: Uint8Array

    Returns void

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

    +

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

    +

    Parameters

    • value: Uint8Array

    Returns void

  • Serializes a string. UTF8 string is supported.

    +

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

    +

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

    +

    Parameters

    • value: string

    Returns void

    Example

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

    +

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

    +

    Parameters

    Returns void

  • Serializes a uint16 number.

    +

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

    +

    Parameters

    • value: number

    Returns void

    Example

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

    +

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

    +

    Parameters

    Returns void

  • Serializes a uint32 number.

    +

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

    +

    Parameters

    • value: number

    Returns void

    Example

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

    +

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

    +

    Parameters

    • val: number

    Returns void

  • Serializes a uint64 number.

    +

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

    +

    Parameters

    Returns void

    Example

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

    +

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

    +

    Parameters

    • value: number

    Returns void

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

    +

    Type Parameters

    Parameters

    • values: T[]

      The array of BCS Serializable values

      +

    Returns void

    Example

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

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

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

          Returns void

    • bytesLength: number
    • value: number

    Returns void

Generated using TypeDoc

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

Class SignatureAbstract

An abstract representation of a signature. This is the product of signing a +message and can be used with the PublicKey to verify the signature.

+

Hierarchy

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Hierarchy

Constructors

Properties

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Hierarchy

Constructors

Properties

moduleName: Identifier
typeArgs: TypeTag[]

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Class TransactionAuthenticatorAbstract

Hierarchy

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Class TransactionAuthenticatorEd25519

Transaction authenticator Ed25519 for a single signer transaction

+

Param: public_key

Client's public key.

+

Param: signature

Ed25519 signature of a raw transaction.

+

See

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

+

Hierarchy

Constructors

Properties

public_key: Ed25519PublicKey
signature: Ed25519Signature

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

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

Class TransactionAuthenticatorFeePayer

Transaction authenticator for a fee payer transaction

+

Param: sender

Sender account authenticator

+

Param: secondary_signer_addresses

Secondary signers address

+

Param: secondary_signers

Secondary signers account authenticators

+

Param: fee_payer

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

+

Hierarchy

Constructors

Properties

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

Type declaration

secondary_signer_addresses: AccountAddress[]
secondary_signers: AccountAuthenticator[]

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

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

Class TransactionAuthenticatorMultiAgent

Transaction authenticator for a multi-agent transaction

+

Param: sender

Sender account authenticator

+

Param: secondary_signer_addresses

Secondary signers address

+

Param: secondary_signers

Secondary signers account authenticators

+

Hierarchy

Constructors

Properties

secondary_signer_addresses: AccountAddress[]
secondary_signers: AccountAuthenticator[]

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

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

Class TransactionAuthenticatorMultiEd25519

Transaction authenticator Ed25519 for a multi signers transaction

+

Param: public_key

Client's public key.

+

Param: signature

Multi Ed25519 signature of a raw transaction.

+

Hierarchy

Constructors

Properties

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

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

Class TransactionAuthenticatorSingleSender

Single Sender authenticator for a single signer transaction

+

Param: sender

AccountAuthenticator

+

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

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

Class TransactionPayloadAbstract

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

+

Hierarchy

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Class TransactionPayloadEntryFunction

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

+

Hierarchy

Constructors

Properties

entryFunction: EntryFunction

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

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

Class TransactionPayloadMultiSig

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

+

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

multiSig: MultiSig

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

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

Class TransactionPayloadScript

Representation of a Transaction Payload Script that can serialized and deserialized

+

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

script: Script

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

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

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

+

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

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

Hierarchy

Constructors

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

    +

    Parameters

    • aptosConfig: AptosConfig

      a config object

      +
    • account: Account
    • maxWaitTime: number = 30

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

      +
    • maximumInFlight: number = 100

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

      +
    • sleepTime: number = 10

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

      +

    Returns TransactionWorker

Properties

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

transactions that have been committed to chain

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

signed transactions waiting to be submitted

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

transactions that have been submitted to chain

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

Type declaration

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

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

transactions payloads waiting to be generated and signed

+

TODO support entry function payload from ABI builder

+
prefixed: string | boolean

Methods

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

    +

    Parameters

    • sentTransaction: PromiseFulfilledResult<PendingTransactionResponse>

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

      +
    • sequenceNumber: bigint

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

      +

    Returns Promise<void>

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

    +

    Type Parameters

    Parameters

    Returns boolean

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

    +

    Returns (keyof TransactionWorkerEvents)[]

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

    +

    Parameters

    Returns number

  • Return the listeners registered for a given event.

    +

    Type Parameters

    Parameters

    • event: T

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

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

    +

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

    +

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

    +

    Returns Promise<void>

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

    +

    Parameters

    Returns TransactionWorker

  • Remove the listeners of a given event.

    +

    Type Parameters

    Parameters

    Returns TransactionWorker

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

    +

    Returns Promise<void>

Generated using TypeDoc

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

Class TypeTagAbstract

Hierarchy

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Hierarchy

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Hierarchy

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

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

+

Hierarchy

Constructors

Properties

value: number

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Class TypeTagParserError

Hierarchy

  • Error
    • TypeTagParserError

Constructors

Properties

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

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc

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

Hierarchy

Constructors

Properties

value: TypeTag

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Hierarchy

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Hierarchy

Constructors

Properties

value: StructTag

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Hierarchy

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Hierarchy

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Hierarchy

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Hierarchy

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Hierarchy

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Hierarchy

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Hierarchy

Constructors

Properties

value: TypeTag

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Hierarchy

Implements

Constructors

Properties

value: bigint

Methods

Generated using TypeDoc

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

Hierarchy

Implements

Constructors

Properties

value: number

Methods

Generated using TypeDoc

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

Hierarchy

Implements

Constructors

Properties

value: bigint

Methods

Generated using TypeDoc

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

Hierarchy

Implements

Constructors

Properties

value: number

Methods

Generated using TypeDoc

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

Hierarchy

Implements

Constructors

Properties

value: bigint

Methods

Generated using TypeDoc

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

Hierarchy

Implements

Constructors

Properties

value: number

Methods

Generated using TypeDoc

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

Generated using TypeDoc

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

Enumeration AddressInvalidReason

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

+

Enumeration Members

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Enumeration DeriveScheme

Scheme used for deriving account addresses from other data

+

Enumeration Members

DeriveAuid: 251

Derives an address using an AUID, used for objects

+
DeriveObjectAddressFromGuid: 253

Derives an address from a GUID, used for objects

+
DeriveObjectAddressFromObject: 252

Derives an address from another object address

+
DeriveObjectAddressFromSeed: 254

Derives an address from seed bytes, used for named objects

+
DeriveResourceAccountAddress: 255

Derives an address from seed bytes, used for resource accounts

+

Generated using TypeDoc

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

Enumeration HexInvalidReason

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

+

Enumeration Members

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Enumeration MimeType

Enumeration Members

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

+
JSON: "application/json"

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

+

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Enumeration ProcessorType

The list of supported Processor types for our indexer api.

+

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

+

Enumeration Members

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Enumeration TransactionResponseType

TRANSACTION TYPES

+

Enumeration Members

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Enumeration TypeTagParserErrorType

Enumeration Members

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

Generated using TypeDoc

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

Enumeration TypeTagVariants

Enumeration Members

Enumeration Members

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Function aptosRequest

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

    +

    Type Parameters

    • Req extends {}

    • Res extends {}

    Parameters

    Returns Promise<AptosResponse<Req, Res>>

    the response or AptosApiError

    +

Generated using TypeDoc

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

Function buildTransaction

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Function deriveTransactionType

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Function fetchEntryFunctionAbi

Generated using TypeDoc

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

Function findFirstNonSignerArg

  • Finds first non-signer arg.

    +

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

    +

    Parameters

    Returns number

Generated using TypeDoc

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

Function generateMultiSignersSignedTransaction

Generated using TypeDoc

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

Function generateRawTransaction

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Function generateTransactionPayload

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Function getFunctionParts

  • Parameters

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

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

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/functions/isBcsFixedBytes.html b/docs/@aptos-labs/ts-sdk-1.8.0/functions/isBcsFixedBytes.html new file mode 100644 index 000000000..274993c6e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/functions/isBcsFixedBytes.html @@ -0,0 +1 @@ +isBcsFixedBytes | @aptos-labs/ts-sdk - v1.8.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/functions/isBcsU32.html b/docs/@aptos-labs/ts-sdk-1.8.0/functions/isBcsU32.html new file mode 100644 index 000000000..39fce6987 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/functions/isBcsU32.html @@ -0,0 +1 @@ +isBcsU32 | @aptos-labs/ts-sdk - v1.8.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/functions/isBool.html b/docs/@aptos-labs/ts-sdk-1.8.0/functions/isBool.html new file mode 100644 index 000000000..14aaf36fd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/functions/isBool.html @@ -0,0 +1 @@ +isBool | @aptos-labs/ts-sdk - v1.8.0

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/functions/isEncodedEntryFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.8.0/functions/isEncodedEntryFunctionArgument.html new file mode 100644 index 000000000..5732c9c81 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/functions/isEncodedEntryFunctionArgument.html @@ -0,0 +1 @@ +isEncodedEntryFunctionArgument | @aptos-labs/ts-sdk - v1.8.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/functions/isNull.html b/docs/@aptos-labs/ts-sdk-1.8.0/functions/isNull.html new file mode 100644 index 000000000..717a95dff --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/functions/isNull.html @@ -0,0 +1 @@ +isNull | @aptos-labs/ts-sdk - v1.8.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/functions/isNumber.html b/docs/@aptos-labs/ts-sdk-1.8.0/functions/isNumber.html new file mode 100644 index 000000000..74c0f715e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/functions/isNumber.html @@ -0,0 +1 @@ +isNumber | @aptos-labs/ts-sdk - v1.8.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Function isValidBIP44Path

  • Aptos derive path is 637

    +

    Parse and validate a path that is compliant to BIP-44 in form m/44'/637'/{account_index}'/{change_index}/{address_index} +for Secp256k1

    +

    Note that for secp256k1, last two components must be non-hardened.

    +

    Parameters

    • path: string

      path string (e.g. m/44'/637'/0'/0/0).

      +

    Returns boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/functions/isValidHardenedPath.html b/docs/@aptos-labs/ts-sdk-1.8.0/functions/isValidHardenedPath.html new file mode 100644 index 000000000..bcdb86996 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/functions/isValidHardenedPath.html @@ -0,0 +1,12 @@ +isValidHardenedPath | @aptos-labs/ts-sdk - v1.8.0

Function isValidHardenedPath

  • Aptos derive path is 637

    +

    Parse and validate a path that is compliant to SLIP-0010 and BIP-44 +in form m/44'/637'/{account_index}'/{change_index}'/{address_index}'. +See SLIP-0010 https://github.com/satoshilabs/slips/blob/master/slip-0044.md +See BIP-44 https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki

    +

    Note that for Ed25519, all components must be hardened. +This is because non-hardened [PK] derivation would not work due to Ed25519's lack of a key homomorphism. +Specifically, you cannot derive the PK associated with derivation path a/b/c given the PK of a/b. +This is because the PK in Ed25519 is, more or less, computed as 𝑔𝐻(𝑠𝑘), +with the hash function breaking the homomorphism.

    +

    Parameters

    • path: string

      path string (e.g. m/44'/637'/0'/0'/0').

      +

    Returns boolean

Generated using TypeDoc

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

Generated using TypeDoc

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

Function mnemonicToSeed

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

    +

    Parameters

    • mnemonic: string

      the mnemonic seed phrase

      +

    Returns Uint8Array

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Function parseTypeTag

  • All types are made of a few parts they're either:

    +
      +
    1. A simple type e.g. u8
    2. +
    3. A standalone struct e.g. 0x1::account::Account
    4. +
    5. A nested struct e.g. 0x1::coin::Coin<0x1234::coin::MyCoin>
    6. +
    +

    There are a few more special cases that need to be handled, however.

    +
      +
    1. Multiple generics e.g 0x1::pair::Pair<u8, u16>
    2. +
    3. Spacing in the generics e.g. 0x1::pair::Pair< u8 , u16>
    4. +
    5. Nested generics of different depths e.g. 0x1::pair::Pair<0x1::coin::Coin<0x1234::coin::MyCoin>, u8>
    6. +
    7. Generics for types in ABIs are filled in with placeholders e.g T1, T2, T3
    8. +
    +

    Parameters

    • typeStr: string
    • Optional options: {
          allowGenerics?: boolean;
      }
      • Optional allowGenerics?: boolean

    Returns TypeTag

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

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

Typescript SDK for Aptos

License +Discord +NPM Package Downloads

+

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

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: SingingSchemeInput.Secp256k1 }); // Single Sender Secp256k1
const account = Account.generate({ scheme: SingingSchemeInput.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 }); +
+

Documentation and examples

+

Testing

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

+
+

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

+
+
pnpm i
pnpm test +
+

Troubleshooting

If you see import error when you do this

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

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

+

Contributing

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

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/AptosResponse.html b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/AptosResponse.html new file mode 100644 index 000000000..566bcb1b2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/AptosResponse.html @@ -0,0 +1,16 @@ +AptosResponse | @aptos-labs/ts-sdk - v1.8.0

Interface AptosResponse<Req, Res>

The API response type

+

Param: status

the response status. i.e. 200

+

Param: statusText

the response message

+

Param: data

the response data

+

Param: url

the url the request was made to

+

Param: headers

the response headers

+

Param: config

(optional) - the request object

+

Param: request

(optional) - the request object

+
interface AptosResponse {
    config?: any;
    data: Res;
    headers: any;
    request?: Req;
    status: number;
    statusText: string;
    url: string;
}

Type Parameters

  • Req

  • Res

Properties

config?: any
data: Res
headers: any
request?: Req
status: number
statusText: string
url: string

Generated using TypeDoc

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

Interface Client

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

Methods

Methods

Generated using TypeDoc

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

Interface ClientRequest<Req>

interface ClientRequest {
    body?: Req;
    contentType?: string;
    headers?: Record<string, any>;
    method: "GET" | "POST";
    overrides?: ClientConfig;
    params?: any;
    url: string;
}

Type Parameters

  • Req

Properties

body?: Req
contentType?: string
headers?: Record<string, any>
method: "GET" | "POST"
overrides?: ClientConfig
params?: any
url: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/ClientResponse.html b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/ClientResponse.html new file mode 100644 index 000000000..47b732815 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/ClientResponse.html @@ -0,0 +1,8 @@ +ClientResponse | @aptos-labs/ts-sdk - v1.8.0

Interface ClientResponse<Res>

interface ClientResponse {
    config?: any;
    data: Res;
    headers?: any;
    request?: any;
    response?: any;
    status: number;
    statusText: string;
}

Type Parameters

  • Res

Properties

config?: any
data: Res
headers?: any
request?: any
response?: any
status: number
statusText: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/Deserializable.html b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/Deserializable.html new file mode 100644 index 000000000..4beb74b55 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/Deserializable.html @@ -0,0 +1,6 @@ +Deserializable | @aptos-labs/ts-sdk - v1.8.0

Interface Deserializable<T>

This interface exists to define Deserializable inputs for functions that +deserialize a byte buffer into a type T. +It is not intended to be implemented or extended, because Typescript has no support +for static methods in interfaces.

+
interface Deserializable {
    deserialize(deserializer): T;
}

Type Parameters

  • T

Methods

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/EntryFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/EntryFunctionArgument.html new file mode 100644 index 000000000..17125842a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/EntryFunctionArgument.html @@ -0,0 +1,8 @@ +EntryFunctionArgument | @aptos-labs/ts-sdk - v1.8.0

Interface EntryFunctionArgument

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

Hierarchy

Implemented by

Methods

  • Serialize an argument as a type-agnostic, fixed byte sequence. The byte sequence contains +the number of the following bytes followed by the BCS-serialized bytes for a typed argument.

    +

    Parameters

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html new file mode 100644 index 000000000..12e62e292 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html @@ -0,0 +1,9 @@ +InputGenerateMultiAgentRawTransactionArgs | @aptos-labs/ts-sdk - v1.8.0

Interface InputGenerateMultiAgentRawTransactionArgs

Interface of the arguments to generate a multi-agent transaction. +Used to provide to generateTransaction() method in the transaction builder flow

+

Properties

aptosConfig: AptosConfig
feePayerAddress?: AccountAddressInput
secondarySignerAddresses: AccountAddressInput[]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/InputGenerateMultiAgentRawTransactionData.html b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/InputGenerateMultiAgentRawTransactionData.html new file mode 100644 index 000000000..d97edbe8b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/InputGenerateMultiAgentRawTransactionData.html @@ -0,0 +1,7 @@ +InputGenerateMultiAgentRawTransactionData | @aptos-labs/ts-sdk - v1.8.0

Interface InputGenerateMultiAgentRawTransactionData

Interface that holds the user data input when generating a multi-agent transaction

+
interface InputGenerateMultiAgentRawTransactionData {
    data: InputGenerateTransactionPayloadData;
    options?: InputGenerateTransactionOptions;
    secondarySignerAddresses: AccountAddressInput[];
    sender: AccountAddressInput;
    withFeePayer?: boolean;
}

Properties

secondarySignerAddresses: AccountAddressInput[]
withFeePayer?: boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html new file mode 100644 index 000000000..9b094fb19 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html @@ -0,0 +1,8 @@ +InputGenerateSingleSignerRawTransactionArgs | @aptos-labs/ts-sdk - v1.8.0

Interface InputGenerateSingleSignerRawTransactionArgs

Interface of the arguments to generate a single signer transaction. +Used to provide to generateTransaction() method in the transaction builder flow

+
interface InputGenerateSingleSignerRawTransactionArgs {
    aptosConfig: AptosConfig;
    feePayerAddress?: AccountAddressInput;
    options?: InputGenerateTransactionOptions;
    payload: AnyTransactionPayloadInstance;
    sender: AccountAddressInput;
}

Properties

aptosConfig: AptosConfig
feePayerAddress?: AccountAddressInput

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/InputGenerateSingleSignerRawTransactionData.html b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/InputGenerateSingleSignerRawTransactionData.html new file mode 100644 index 000000000..cd849884f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/InputGenerateSingleSignerRawTransactionData.html @@ -0,0 +1,7 @@ +InputGenerateSingleSignerRawTransactionData | @aptos-labs/ts-sdk - v1.8.0

Interface InputGenerateSingleSignerRawTransactionData

Interface that holds the user data input when generating a single signer transaction

+
interface InputGenerateSingleSignerRawTransactionData {
    data: InputGenerateTransactionPayloadData;
    options?: InputGenerateTransactionOptions;
    secondarySignerAddresses?: undefined;
    sender: AccountAddressInput;
    withFeePayer?: boolean;
}

Properties

secondarySignerAddresses?: undefined
withFeePayer?: boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/InputSubmitTransactionData.html b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/InputSubmitTransactionData.html new file mode 100644 index 000000000..712f8f669 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/InputSubmitTransactionData.html @@ -0,0 +1,6 @@ +InputSubmitTransactionData | @aptos-labs/ts-sdk - v1.8.0

Interface InputSubmitTransactionData

Interface that holds the user data input when submitting a transaction

+

Properties

additionalSignersAuthenticators?: AccountAuthenticator[]
feePayerAuthenticator?: AccountAuthenticator
senderAuthenticator: AccountAuthenticator
transaction: AnyRawTransaction

Generated using TypeDoc

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

Interface MultiAgentTransaction

Interface that holds the return data when generating a multi-agent transaction.

+

Param: rawTransaction

a bcs serialized raw transaction

+

Param: secondarySignerAddresses

secondary signer addresses for multi-agent transaction

+
interface MultiAgentTransaction {
    feePayerAddress?: AccountAddress;
    rawTransaction: RawTransaction;
    secondarySignerAddresses: AccountAddress[];
}

Properties

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/PaginationArgs.html b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/PaginationArgs.html new file mode 100644 index 000000000..95e728128 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/PaginationArgs.html @@ -0,0 +1,6 @@ +PaginationArgs | @aptos-labs/ts-sdk - v1.8.0

Interface PaginationArgs

Controls the number of results that are returned and the starting position of those results.

+

Param: offset

parameter specifies the starting position of the query result within the set of data. Default is 0.

+

Param: limit

specifies the maximum number of items or records to return in a query result. Default is 25.

+
interface PaginationArgs {
    limit?: number;
    offset?: AnyNumber;
}

Properties

Properties

limit?: number
offset?: AnyNumber

Generated using TypeDoc

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

Interface ScriptFunctionArgument

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

Hierarchy

Methods

  • Serialize an argument to BCS-serialized bytes as a type aware byte sequence. +The byte sequence contains an enum variant index followed by the BCS-serialized +bytes for a typed argument.

    +

    Parameters

    Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/SimpleTransaction.html b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/SimpleTransaction.html new file mode 100644 index 000000000..50e7a8522 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/SimpleTransaction.html @@ -0,0 +1,6 @@ +SimpleTransaction | @aptos-labs/ts-sdk - v1.8.0

Interface SimpleTransaction

Interface that holds the return data when generating a single signer transaction

+

Param: rawTransaction

a bcs serialized raw transaction

+
interface SimpleTransaction {
    feePayerAddress?: AccountAddress;
    rawTransaction: RawTransaction;
    secondarySignerAddresses?: undefined;
}

Properties

feePayerAddress?: AccountAddress
rawTransaction: RawTransaction
secondarySignerAddresses?: undefined

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/TransactionArgument.html b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/TransactionArgument.html new file mode 100644 index 000000000..ecc0b41fc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/TransactionArgument.html @@ -0,0 +1,12 @@ +TransactionArgument | @aptos-labs/ts-sdk - v1.8.0

Interface TransactionArgument

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

Hierarchy

Implemented by

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/TransactionWorkerEvents.html b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/TransactionWorkerEvents.html new file mode 100644 index 000000000..cf9250cb5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/interfaces/TransactionWorkerEvents.html @@ -0,0 +1,6 @@ +TransactionWorkerEvents | @aptos-labs/ts-sdk - v1.8.0

Interface TransactionWorkerEvents

interface TransactionWorkerEvents {
    executionFinish: ((data) => void);
    transactionExecuted: ((data) => void);
    transactionExecutionFailed: ((data) => void);
    transactionSendFailed: ((data) => void);
    transactionSent: ((data) => void);
}

Properties

executionFinish: ((data) => void)

Type declaration

transactionExecuted: ((data) => void)

Type declaration

transactionExecutionFailed: ((data) => void)

Type declaration

transactionSendFailed: ((data) => void)

Type declaration

transactionSent: ((data) => void)

Type declaration

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/modules.html b/docs/@aptos-labs/ts-sdk-1.8.0/modules.html new file mode 100644 index 000000000..abf948376 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/modules.html @@ -0,0 +1,350 @@ +@aptos-labs/ts-sdk - v1.8.0

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

Index

Enumerations

Classes

Interfaces

Type Aliases

AccountAddressInput +AccountData +AccountSignature +AnyNumber +AnyRawTransaction +AnyRawTransactionInstance +AnyTransactionPayloadInstance +AptosRequest +AptosSettings +AuthenticationKeyScheme +Block +BlockMetadataTransactionResponse +ClientConfig +CommittedTransactionResponse +DecodedTableData +DeletedTableData +DerivedKeys +DirectWriteSet +EntryFunctionABI +EntryFunctionArgumentTypes +EntryFunctionPayloadResponse +Event +EventGuid +ExecutionFinishEventData +FailureEventData +GasEstimation +GenerateAccount +GenerateAccountWithEd25519 +GenerateAccountWithSingleSignerSecp256k1Key +GenesisPayload +GenesisTransactionResponse +GetANSNameResponse +GetAccountCoinsDataResponse +GetAccountCollectionsWithOwnedTokenResponse +GetAccountOwnedObjectsResponse +GetAccountOwnedTokensFromCollectionResponse +GetAccountOwnedTokensQueryResponse +GetAptosRequestOptions +GetChainTopUserTransactionsResponse +GetCollectionDataResponse +GetCurrentFungibleAssetBalancesResponse +GetCurrentTokenOwnershipResponse +GetDelegatedStakingActivitiesResponse +GetEventsResponse +GetFungibleAssetActivitiesResponse +GetFungibleAssetMetadataResponse +GetNumberOfDelegatorsResponse +GetOwnedTokensResponse +GetProcessorStatusResponse +GetRequestOptions +GetTokenActivityResponse +GetTokenDataResponse +GraphqlQuery +HexInput +InputEntryFunctionData +InputEntryFunctionDataWithABI +InputEntryFunctionDataWithRemoteABI +InputGenerateRawTransactionArgs +InputGenerateTransactionData +InputGenerateTransactionOptions +InputGenerateTransactionPayloadData +InputGenerateTransactionPayloadDataWithABI +InputGenerateTransactionPayloadDataWithRemoteABI +InputMultiSigData +InputMultiSigDataWithABI +InputMultiSigDataWithRemoteABI +InputScriptData +InputSimulateTransactionData +InputSimulateTransactionOptions +InputViewRequestData +LedgerInfo +LedgerVersionArg +MoveAddressType +MoveFunction +MoveFunctionGenericTypeParam +MoveFunctionId +MoveModule +MoveModuleBytecode +MoveModuleId +MoveObjectType +MoveOptionType +MoveResource +MoveScriptBytecode +MoveStruct +MoveStructField +MoveStructId +MoveStructType +MoveType +MoveUint128Type +MoveUint16Type +MoveUint256Type +MoveUint32Type +MoveUint64Type +MoveUint8Type +MoveValue +MultisigPayloadResponse +OrderBy +OrderByValue +ParsingResult +PendingTransactionResponse +PostAptosRequestOptions +PostRequestOptions +ScriptFunctionArgumentTypes +ScriptPayloadResponse +ScriptWriteSet +SimpleEntryFunctionArgumentTypes +StateCheckpointTransactionResponse +SuccessEventData +TableItemRequest +TokenStandard +TransactionEd25519Signature +TransactionFeePayerSignature +TransactionMultiAgentSignature +TransactionMultiEd25519Signature +TransactionPayloadResponse +TransactionResponse +TransactionSecp256k1Signature +TransactionSignature +Uint128 +Uint16 +Uint256 +Uint32 +Uint64 +Uint8 +UserTransactionResponse +ValidatorTransactionResponse +ViewRequest +WaitForTransactionOptions +WriteSet +WriteSetChange +WriteSetChangeDeleteModule +WriteSetChangeDeleteResource +WriteSetChangeDeleteTableItem +WriteSetChangeWriteModule +WriteSetChangeWriteResource +WriteSetChangeWriteTableItem +

Variables

Functions

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/AccountAddressInput.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/AccountAddressInput.html new file mode 100644 index 000000000..8c6b4eb0e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/AccountAddressInput.html @@ -0,0 +1 @@ +AccountAddressInput | @aptos-labs/ts-sdk - v1.8.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/AptosRequest.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/AptosRequest.html new file mode 100644 index 000000000..86e2c99cc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/AptosRequest.html @@ -0,0 +1,11 @@ +AptosRequest | @aptos-labs/ts-sdk - v1.8.0

Type alias AptosRequest

AptosRequest: {
    acceptType?: string;
    body?: any;
    contentType?: string;
    method: "GET" | "POST";
    originMethod?: string;
    overrides?: ClientConfig;
    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
  • 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.aptoslabs.devnet.com/v1

+

Param: method

the request method "GET" | "POST"

+

Param: endpoint

(optional) - the endpoint to make the request to, i.e transactions

+

Param: body

(optional) - the body of the request

+

Param: contentType

(optional) - the content type to set the content-type header to, +by default is set to application/json

+

Param: params

(optional) - query params to add to the request

+

Param: originMethod

(optional) - the local method the request came from

+

Param: overrides

(optional) - a ClientConfig object type to override request data

+

Generated using TypeDoc

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

Type alias AptosSettings

AptosSettings: {
    client?: Client;
    clientConfig?: ClientConfig;
    faucet?: string;
    fullnode?: string;
    indexer?: string;
    network?: Network;
}

Set of configuration options that can be provided when initializing the SDK. +The purpose of these options is to configure various aspects of the SDK's +behavior and interaction with the Aptos network

+

Type declaration

  • Optional Readonly client?: Client
  • Optional Readonly clientConfig?: ClientConfig
  • Optional Readonly faucet?: string
  • Optional Readonly fullnode?: string
  • Optional Readonly indexer?: string
  • Optional Readonly network?: Network

Generated using TypeDoc

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

Generated using TypeDoc

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

Type alias Block

Block: {
    block_hash: string;
    block_height: string;
    block_timestamp: string;
    first_version: string;
    last_version: string;
    transactions?: TransactionResponse[];
}

A Block type

+

Type declaration

  • block_hash: string
  • block_height: string
  • block_timestamp: string
  • first_version: string
  • last_version: string
  • Optional transactions?: TransactionResponse[]

    The transactions in the block in sequential order

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/BlockMetadataTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/BlockMetadataTransactionResponse.html new file mode 100644 index 000000000..873b7973e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/BlockMetadataTransactionResponse.html @@ -0,0 +1,7 @@ +BlockMetadataTransactionResponse | @aptos-labs/ts-sdk - v1.8.0

Type alias BlockMetadataTransactionResponse

BlockMetadataTransactionResponse: {
    accumulator_root_hash: string;
    changes: WriteSetChange[];
    epoch: string;
    event_root_hash: string;
    events: Event[];
    failed_proposer_indices: number[];
    gas_used: string;
    hash: string;
    id: string;
    previous_block_votes_bitvec: number[];
    proposer: string;
    round: string;
    state_change_hash: string;
    state_checkpoint_hash: string | null;
    success: boolean;
    timestamp: string;
    type: BlockMetadata;
    version: string;
    vm_status: string;
}

Type declaration

  • accumulator_root_hash: string
  • changes: WriteSetChange[]

    Final state of resources changed by the transaction

    +
  • epoch: string
  • event_root_hash: string
  • events: Event[]

    The events emitted at the block creation

    +
  • failed_proposer_indices: number[]

    The indices of the proposers who failed to propose

    +
  • gas_used: string
  • hash: string
  • id: string
  • previous_block_votes_bitvec: number[]

    Previous block votes

    +
  • proposer: string
  • round: string
  • state_change_hash: string
  • state_checkpoint_hash: string | null
  • success: boolean

    Whether the transaction was successful

    +
  • timestamp: string
  • type: BlockMetadata
  • version: string
  • vm_status: string

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

    +

Generated using TypeDoc

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

Type alias ClientConfig

ClientConfig: {
    API_KEY?: string;
    AUTH_TOKEN?: string;
    HEADERS?: Record<string, string | number | boolean>;
    WITH_CREDENTIALS?: boolean;
}

A configuration object we can pass with the request to the server.

+

Type declaration

  • Optional API_KEY?: string
  • Optional AUTH_TOKEN?: string
  • Optional HEADERS?: Record<string, string | number | boolean>
  • Optional WITH_CREDENTIALS?: boolean

Param: AUTH_TOKEN

an auth token to send with a faucet request

+

Param: API_KEY

api key generated from developer portal https://developers.aptoslabs.com/manage/api-keys}

+

Param: HEADERS

extra headers we want to send with the request

+

Param: WITH_CREDENTIALS

whether to carry cookies. By default, it is set to true and cookies will be sent

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/CommittedTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/CommittedTransactionResponse.html new file mode 100644 index 000000000..51d4638bf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/CommittedTransactionResponse.html @@ -0,0 +1 @@ +CommittedTransactionResponse | @aptos-labs/ts-sdk - v1.8.0

Generated using TypeDoc

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

Type alias DecodedTableData

DecodedTableData: {
    key: any;
    key_type: string;
    value: any;
    value_type: string;
}

Type declaration

  • key: any

    Key of table in JSON

    +
  • key_type: string

    Type of key

    +
  • value: any

    Value of table in JSON

    +
  • value_type: string

    Type of value

    +

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Type alias EntryFunctionABI

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

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Type alias EntryFunctionPayloadResponse

EntryFunctionPayloadResponse: {
    arguments: any[];
    function: MoveFunctionId;
    type: string;
    type_arguments: string[];
}

Type declaration

  • arguments: any[]

    Arguments of the function

    +
  • function: MoveFunctionId
  • type: string
  • type_arguments: string[]

    Type arguments of the function

    +

Generated using TypeDoc

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

Type alias Event

Event: {
    data: any;
    guid: EventGuid;
    sequence_number: string;
    type: string;
}

Type declaration

  • data: any

    The JSON representation of the event

    +
  • guid: EventGuid
  • sequence_number: string
  • type: string

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Type alias GasEstimation

GasEstimation: {
    deprioritized_gas_estimate?: number;
    gas_estimate: number;
    prioritized_gas_estimate?: number;
}

Type holding the outputs of the estimate gas API

+

Type declaration

  • Optional deprioritized_gas_estimate?: number

    The deprioritized estimate for the gas unit price

    +
  • gas_estimate: number

    The current estimate for the gas unit price

    +
  • Optional prioritized_gas_estimate?: number

    The prioritized estimate for the gas unit price

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/GenerateAccount.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/GenerateAccount.html new file mode 100644 index 000000000..736df7b0e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/GenerateAccount.html @@ -0,0 +1 @@ +GenerateAccount | @aptos-labs/ts-sdk - v1.8.0

Generated using TypeDoc

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

Type alias GenerateAccountWithEd25519

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

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

+

Type declaration

Generated using TypeDoc

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

Type alias GenerateAccountWithSingleSignerSecp256k1Key

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

Input type to generate an account using Single Signer +Secp256k1

+

Type declaration

Generated using TypeDoc

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

Generated using TypeDoc

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

Type alias GenesisTransactionResponse

GenesisTransactionResponse: {
    accumulator_root_hash: string;
    changes: WriteSetChange[];
    event_root_hash: string;
    events: Event[];
    gas_used: string;
    hash: string;
    payload: GenesisPayload;
    state_change_hash: string;
    state_checkpoint_hash?: string;
    success: boolean;
    type: Genesis;
    version: string;
    vm_status: string;
}

Type declaration

  • accumulator_root_hash: string
  • changes: WriteSetChange[]

    Final state of resources changed by the transaction

    +
  • event_root_hash: string
  • events: Event[]

    Events emitted during genesis

    +
  • gas_used: string
  • hash: string
  • payload: GenesisPayload
  • state_change_hash: string
  • Optional state_checkpoint_hash?: string
  • success: boolean

    Whether the transaction was successful

    +
  • type: Genesis
  • version: string
  • vm_status: string

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

    +

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/GetAccountCollectionsWithOwnedTokenResponse.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/GetAccountCollectionsWithOwnedTokenResponse.html new file mode 100644 index 000000000..42b6a6577 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/GetAccountCollectionsWithOwnedTokenResponse.html @@ -0,0 +1 @@ +GetAccountCollectionsWithOwnedTokenResponse | @aptos-labs/ts-sdk - v1.8.0

Generated using TypeDoc

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

Type alias GetAccountOwnedObjectsResponse

GetAccountOwnedObjectsResponse: GetAccountOwnedObjectsQuery["current_objects"]

CUSTOM RESPONSE TYPES FOR THE END USER

+

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

+

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

+

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/GetAccountOwnedTokensQueryResponse.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/GetAccountOwnedTokensQueryResponse.html new file mode 100644 index 000000000..40d72f41f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/GetAccountOwnedTokensQueryResponse.html @@ -0,0 +1 @@ +GetAccountOwnedTokensQueryResponse | @aptos-labs/ts-sdk - v1.8.0

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/GetChainTopUserTransactionsResponse.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/GetChainTopUserTransactionsResponse.html new file mode 100644 index 000000000..27aa9819a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/GetChainTopUserTransactionsResponse.html @@ -0,0 +1 @@ +GetChainTopUserTransactionsResponse | @aptos-labs/ts-sdk - v1.8.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/GetFungibleAssetMetadataResponse.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/GetFungibleAssetMetadataResponse.html new file mode 100644 index 000000000..60cb3676f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/GetFungibleAssetMetadataResponse.html @@ -0,0 +1 @@ +GetFungibleAssetMetadataResponse | @aptos-labs/ts-sdk - v1.8.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/GetProcessorStatusResponse.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/GetProcessorStatusResponse.html new file mode 100644 index 000000000..81d031d35 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/GetProcessorStatusResponse.html @@ -0,0 +1 @@ +GetProcessorStatusResponse | @aptos-labs/ts-sdk - v1.8.0

Generated using TypeDoc

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

Type alias GetRequestOptions

GetRequestOptions: {
    acceptType?: MimeType;
    aptosConfig: AptosConfig;
    contentType?: MimeType;
    originMethod: string;
    overrides?: ClientConfig;
    params?: Record<string, string | AnyNumber | boolean | undefined>;
    path: string;
    type: AptosApiType;
}

Type declaration

  • Optional acceptType?: MimeType

    The accepted content type of the response of the API

    +
  • aptosConfig: AptosConfig

    The config for the API client

    +
  • Optional contentType?: MimeType

    The content type of the request body

    +
  • originMethod: string

    The name of the API method

    +
  • Optional overrides?: ClientConfig

    Specific client overrides for this request to override aptosConfig

    +
  • Optional params?: Record<string, string | AnyNumber | boolean | undefined>

    The query parameters for the request

    +
  • path: string

    The URL path to the API method

    +
  • type: AptosApiType

    The type of API endpoint to call e.g. fullnode, indexer, etc

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/GetTokenActivityResponse.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/GetTokenActivityResponse.html new file mode 100644 index 000000000..8d094d6b7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/GetTokenActivityResponse.html @@ -0,0 +1 @@ +GetTokenActivityResponse | @aptos-labs/ts-sdk - v1.8.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/GetTokenDataResponse.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/GetTokenDataResponse.html new file mode 100644 index 000000000..52d784d33 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/GetTokenDataResponse.html @@ -0,0 +1 @@ +GetTokenDataResponse | @aptos-labs/ts-sdk - v1.8.0

Generated using TypeDoc

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

Type alias GraphqlQuery

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

The graphql query type to pass into the queryIndexer function

+

Type declaration

  • query: string
  • Optional variables?: {}

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Type alias InputGenerateTransactionOptions

    InputGenerateTransactionOptions: {
        accountSequenceNumber?: AnyNumber;
        expireTimestamp?: number;
        gasUnitPrice?: number;
        maxGasAmount?: number;
    }

    Optional options to set when generating a transaction

    +

    Type declaration

    • Optional accountSequenceNumber?: AnyNumber
    • Optional expireTimestamp?: number
    • Optional gasUnitPrice?: number
    • Optional maxGasAmount?: number

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/InputGenerateTransactionPayloadDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/InputGenerateTransactionPayloadDataWithRemoteABI.html new file mode 100644 index 000000000..33c5a20e4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/InputGenerateTransactionPayloadDataWithRemoteABI.html @@ -0,0 +1 @@ +InputGenerateTransactionPayloadDataWithRemoteABI | @aptos-labs/ts-sdk - v1.8.0

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Type alias InputSimulateTransactionData

    InputSimulateTransactionData: {
        feePayerPublicKey?: PublicKey;
        options?: InputSimulateTransactionOptions;
        secondarySignersPublicKeys?: PublicKey[];
        signerPublicKey: PublicKey;
        transaction: AnyRawTransaction;
    }

    Type declaration

    • Optional feePayerPublicKey?: PublicKey

      For a fee payer transaction (aka Sponsored Transaction)

      +
    • Optional options?: InputSimulateTransactionOptions
    • Optional secondarySignersPublicKeys?: PublicKey[]

      For a fee payer or multi-agent transaction that requires additional signers in

      +
    • signerPublicKey: PublicKey

      For a single signer transaction

      +
    • transaction: AnyRawTransaction

      The transaction to simulate, probably generated by generateTransaction()

      +

    Generated using TypeDoc

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

    Type alias InputSimulateTransactionOptions

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

    Type declaration

    • Optional estimateGasUnitPrice?: boolean
    • Optional estimateMaxGasAmount?: boolean
    • Optional estimatePrioritizedGasUnitPrice?: boolean

    Generated using TypeDoc

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

    Type alias InputViewRequestData

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

    The data needed to generate a View Request payload

    +

    Type declaration

    Generated using TypeDoc

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

    Type alias LedgerInfo

    LedgerInfo: {
        block_height: string;
        chain_id: number;
        epoch: string;
        git_hash?: string;
        ledger_timestamp: string;
        ledger_version: string;
        node_role: RoleType;
        oldest_block_height: string;
        oldest_ledger_version: string;
    }

    Type declaration

    • block_height: string
    • chain_id: number

      Chain ID of the current chain

      +
    • epoch: string
    • Optional git_hash?: string

      Git hash of the build of the API endpoint. Can be used to determine the exact +software version used by the API endpoint.

      +
    • ledger_timestamp: string
    • ledger_version: string
    • node_role: RoleType
    • oldest_block_height: string
    • oldest_ledger_version: string

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Type alias MoveFunction

    MoveFunction: {
        generic_type_params: MoveFunctionGenericTypeParam[];
        is_entry: boolean;
        is_view: boolean;
        name: string;
        params: string[];
        return: string[];
        visibility: MoveFunctionVisibility;
    }

    Move function

    +

    Type declaration

    • generic_type_params: MoveFunctionGenericTypeParam[]

      Generic type params associated with the Move function

      +
    • is_entry: boolean

      Whether the function can be called as an entry function directly in a transaction

      +
    • is_view: boolean

      Whether the function is a view function or not

      +
    • name: string
    • params: string[]

      Parameters associated with the move function

      +
    • return: string[]

      Return type of the function

      +
    • visibility: MoveFunctionVisibility

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Type alias MoveModule

    MoveModule: {
        address: string;
        exposed_functions: MoveFunction[];
        friends: MoveModuleId[];
        name: string;
        structs: MoveStruct[];
    }

    A Move module

    +

    Type declaration

    • address: string
    • exposed_functions: MoveFunction[]

      Public functions of the module

      +
    • friends: MoveModuleId[]

      Friends of the module

      +
    • name: string
    • structs: MoveStruct[]

      Structs of the module

      +

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/MoveOptionType.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/MoveOptionType.html new file mode 100644 index 000000000..0153c72a3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/MoveOptionType.html @@ -0,0 +1 @@ +MoveOptionType | @aptos-labs/ts-sdk - v1.8.0

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Type alias MoveStruct

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

    A move struct

    +

    Type declaration

    • abilities: MoveAbility[]

      Abilities associated with the struct

      +
    • fields: MoveStructField[]

      Fields associated with the struct

      +
    • generic_type_params: MoveFunctionGenericTypeParam[]

      Generic types associated with the struct

      +
    • is_native: boolean

      Whether the struct is a native struct of Move

      +
    • name: string

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/MoveUint16Type.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/MoveUint16Type.html new file mode 100644 index 000000000..835a77393 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/MoveUint16Type.html @@ -0,0 +1 @@ +MoveUint16Type | @aptos-labs/ts-sdk - v1.8.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/MoveUint32Type.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/MoveUint32Type.html new file mode 100644 index 000000000..73a1702ea --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/MoveUint32Type.html @@ -0,0 +1 @@ +MoveUint32Type | @aptos-labs/ts-sdk - v1.8.0

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/MoveValue.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/MoveValue.html new file mode 100644 index 000000000..4751ff6da --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/MoveValue.html @@ -0,0 +1,12 @@ +MoveValue | @aptos-labs/ts-sdk - v1.8.0

    Type alias MoveValue

    Possible Move values acceptable by move functions (entry, view)

    +

    Map of a Move value to the corresponding TypeScript value

    +

    Bool -> boolean

    +

    u8, u16, u32 -> number

    +

    u64, u128, u256 -> string

    +

    String -> string

    +

    Address -> 0x${string}

    +

    Struct - 0x${string}::${string}::${string}

    +

    Object -> 0x${string}

    +

    Vector -> Array<MoveValue>

    +

    Option -> MoveValue | null | undefined

    +

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/ParsingResult.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/ParsingResult.html new file mode 100644 index 000000000..b0e9dacb8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/ParsingResult.html @@ -0,0 +1,6 @@ +ParsingResult | @aptos-labs/ts-sdk - v1.8.0

    Type alias ParsingResult<T>

    ParsingResult<T>: {
        invalidReason?: T;
        invalidReasonMessage?: string;
        valid: boolean;
    }

    Whereas ParsingError is thrown when parsing fails, e.g. in a fromString function, +this type is returned from "defensive" functions like isValid.

    +

    Type Parameters

    • T

    Type declaration

    • Optional invalidReason?: T

      If valid is false, this will be a code explaining why parsing failed.

      +
    • Optional invalidReasonMessage?: string

      If valid is false, this will be a string explaining why parsing failed.

      +
    • valid: boolean

      True if valid, false otherwise.

      +

    Generated using TypeDoc

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

    Type alias PendingTransactionResponse

    PendingTransactionResponse: {
        expiration_timestamp_secs: string;
        gas_unit_price: string;
        hash: string;
        max_gas_amount: string;
        payload: TransactionPayloadResponse;
        sender: string;
        sequence_number: string;
        signature?: TransactionSignature;
        type: Pending;
    }

    Type declaration

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/PostRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/PostRequestOptions.html new file mode 100644 index 000000000..0e2c935a1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/PostRequestOptions.html @@ -0,0 +1,10 @@ +PostRequestOptions | @aptos-labs/ts-sdk - v1.8.0

    Type alias PostRequestOptions

    PostRequestOptions: {
        acceptType?: MimeType;
        aptosConfig: AptosConfig;
        body?: any;
        contentType?: MimeType;
        originMethod: string;
        overrides?: ClientConfig;
        params?: Record<string, string | AnyNumber | boolean | undefined>;
        path: string;
        type: AptosApiType;
    }

    Type declaration

    • Optional acceptType?: MimeType

      The accepted content type of the response of the API

      +
    • aptosConfig: AptosConfig

      The config for the API client

      +
    • Optional body?: any

      The body of the request, should match the content type of the request

      +
    • Optional contentType?: MimeType

      The content type of the request body

      +
    • originMethod: string

      The name of the API method

      +
    • Optional overrides?: ClientConfig

      Specific client overrides for this request to override aptosConfig

      +
    • Optional params?: Record<string, string | AnyNumber | boolean | undefined>

      The query parameters for the request

      +
    • path: string

      The URL path to the API method

      +
    • type: AptosApiType

      The type of API endpoint to call e.g. fullnode, indexer, etc

      +

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Type alias ScriptPayloadResponse

    ScriptPayloadResponse: {
        arguments: any[];
        code: MoveScriptBytecode;
        type: string;
        type_arguments: string[];
    }

    Type declaration

    • arguments: any[]

      Arguments of the function

      +
    • code: MoveScriptBytecode
    • type: string
    • type_arguments: string[]

      Type arguments of the function

      +

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Type alias StateCheckpointTransactionResponse

    StateCheckpointTransactionResponse: {
        accumulator_root_hash: string;
        changes: WriteSetChange[];
        event_root_hash: string;
        gas_used: string;
        hash: string;
        state_change_hash: string;
        state_checkpoint_hash: string | null;
        success: boolean;
        timestamp: string;
        type: StateCheckpoint;
        version: string;
        vm_status: string;
    }

    Type declaration

    • accumulator_root_hash: string
    • changes: WriteSetChange[]

      Final state of resources changed by the transaction

      +
    • event_root_hash: string
    • gas_used: string
    • hash: string
    • state_change_hash: string
    • state_checkpoint_hash: string | null
    • success: boolean

      Whether the transaction was successful

      +
    • timestamp: string
    • type: StateCheckpoint
    • version: string
    • vm_status: string

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

      +

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Type alias TableItemRequest

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

    Table Item request for the GetTableItem API

    +

    Type declaration

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Type alias TransactionEd25519Signature

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

    Type declaration

    • public_key: string
    • signature: "ed25519_signature"
    • type: string

    Generated using TypeDoc

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

    Type alias TransactionFeePayerSignature

    TransactionFeePayerSignature: {
        fee_payer_address: string;
        fee_payer_signer: AccountSignature;
        secondary_signer_addresses: string[];
        secondary_signers: AccountSignature[];
        sender: AccountSignature;
        type: "fee_payer_signature";
    }

    Type declaration

    • fee_payer_address: string
    • fee_payer_signer: AccountSignature
    • secondary_signer_addresses: string[]

      The other involved parties' addresses

      +
    • secondary_signers: AccountSignature[]

      The associated signatures, in the same order as the secondary addresses

      +
    • sender: AccountSignature
    • type: "fee_payer_signature"

    Generated using TypeDoc

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

    Type alias TransactionMultiAgentSignature

    TransactionMultiAgentSignature: {
        secondary_signer_addresses: string[];
        secondary_signers: AccountSignature[];
        sender: AccountSignature;
        type: "multi_agent_signature";
    }

    Type declaration

    • secondary_signer_addresses: string[]

      The other involved parties' addresses

      +
    • secondary_signers: AccountSignature[]

      The associated signatures, in the same order as the secondary addresses

      +
    • sender: AccountSignature
    • type: "multi_agent_signature"

    Generated using TypeDoc

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

    Type alias TransactionMultiEd25519Signature

    TransactionMultiEd25519Signature: {
        bitmap: string;
        public_keys: string[];
        signatures: string[];
        threshold: number;
        type: "multi_ed25519_signature";
    }

    Type declaration

    • bitmap: string
    • public_keys: string[]

      The public keys for the Ed25519 signature

      +
    • signatures: string[]

      Signature associated with the public keys in the same order

      +
    • threshold: number

      The number of signatures required for a successful transaction

      +
    • type: "multi_ed25519_signature"

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Type alias TransactionSecp256k1Signature

    TransactionSecp256k1Signature: {
        public_key: string;
        signature: "secp256k1_ecdsa_signature";
        type: string;
    }

    Type declaration

    • public_key: string
    • signature: "secp256k1_ecdsa_signature"
    • type: string

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/Uint128.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/Uint128.html new file mode 100644 index 000000000..659ed8ac8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/Uint128.html @@ -0,0 +1 @@ +Uint128 | @aptos-labs/ts-sdk - v1.8.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/Uint16.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/Uint16.html new file mode 100644 index 000000000..40da423ef --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/Uint16.html @@ -0,0 +1 @@ +Uint16 | @aptos-labs/ts-sdk - v1.8.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/Uint32.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/Uint32.html new file mode 100644 index 000000000..24bf5c122 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/Uint32.html @@ -0,0 +1 @@ +Uint32 | @aptos-labs/ts-sdk - v1.8.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/Uint64.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/Uint64.html new file mode 100644 index 000000000..008bca142 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/Uint64.html @@ -0,0 +1 @@ +Uint64 | @aptos-labs/ts-sdk - v1.8.0

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Type alias UserTransactionResponse

    UserTransactionResponse: {
        accumulator_root_hash: string;
        changes: WriteSetChange[];
        event_root_hash: string;
        events: Event[];
        expiration_timestamp_secs: string;
        gas_unit_price: string;
        gas_used: string;
        hash: string;
        max_gas_amount: string;
        payload: TransactionPayloadResponse;
        sender: string;
        sequence_number: string;
        signature?: TransactionSignature;
        state_change_hash: string;
        state_checkpoint_hash: string | null;
        success: boolean;
        timestamp: string;
        type: User;
        version: string;
        vm_status: string;
    }

    Type declaration

    • accumulator_root_hash: string
    • changes: WriteSetChange[]

      Final state of resources changed by the transaction

      +
    • event_root_hash: string
    • events: Event[]

      Events generated by the transaction

      +
    • expiration_timestamp_secs: string
    • gas_unit_price: string
    • gas_used: string
    • hash: string
    • max_gas_amount: string
    • payload: TransactionPayloadResponse
    • sender: string
    • sequence_number: string
    • Optional signature?: TransactionSignature
    • state_change_hash: string
    • state_checkpoint_hash: string | null
    • success: boolean

      Whether the transaction was successful

      +
    • timestamp: string
    • type: User
    • version: string
    • vm_status: string

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

      +

    Generated using TypeDoc

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

    Type alias ValidatorTransactionResponse

    ValidatorTransactionResponse: {
        accumulator_root_hash: string;
        changes: WriteSetChange[];
        event_root_hash: string;
        events: Event[];
        gas_used: string;
        hash: string;
        state_change_hash: string;
        state_checkpoint_hash: string | null;
        success: boolean;
        timestamp: string;
        type: Validator;
        version: string;
        vm_status: string;
    }

    Type declaration

    • accumulator_root_hash: string
    • changes: WriteSetChange[]

      Final state of resources changed by the transaction

      +
    • event_root_hash: string
    • events: Event[]

      The events emitted by the validator transaction

      +
    • gas_used: string
    • hash: string
    • state_change_hash: string
    • state_checkpoint_hash: string | null
    • success: boolean

      Whether the transaction was successful

      +
    • timestamp: string
    • type: Validator
    • version: string
    • vm_status: string

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

      +

    Generated using TypeDoc

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

    Type alias ViewRequest

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

    View request for the Move view function API

    +

    type MoveFunctionId = ${string}::${string}::${string};

    +

    Type declaration

    Generated using TypeDoc

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

    Type alias WaitForTransactionOptions

    WaitForTransactionOptions: {
        checkSuccess?: boolean;
        timeoutSecs?: number;
        waitForIndexer?: boolean;
    }

    Option properties to pass for waitForTransaction() function

    +

    Type declaration

    • Optional checkSuccess?: boolean
    • Optional timeoutSecs?: number
    • Optional waitForIndexer?: boolean

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Type alias WriteSetChangeDeleteModule

    WriteSetChangeDeleteModule: {
        address: string;
        module: MoveModuleId;
        state_key_hash: string;
        type: string;
    }

    Type declaration

    • address: string
    • module: MoveModuleId
    • state_key_hash: string

      State key hash

      +
    • type: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/WriteSetChangeDeleteResource.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/WriteSetChangeDeleteResource.html new file mode 100644 index 000000000..1755bf6c8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/WriteSetChangeDeleteResource.html @@ -0,0 +1 @@ +WriteSetChangeDeleteResource | @aptos-labs/ts-sdk - v1.8.0

    Type alias WriteSetChangeDeleteResource

    WriteSetChangeDeleteResource: {
        address: string;
        resource: string;
        state_key_hash: string;
        type: string;
    }

    Type declaration

    • address: string
    • resource: string
    • state_key_hash: string
    • type: string

    Generated using TypeDoc

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

    Type alias WriteSetChangeDeleteTableItem

    WriteSetChangeDeleteTableItem: {
        data?: DeletedTableData;
        handle: string;
        key: string;
        state_key_hash: string;
        type: string;
    }

    Type declaration

    • Optional data?: DeletedTableData
    • handle: string
    • key: string
    • state_key_hash: string
    • type: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/WriteSetChangeWriteModule.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/WriteSetChangeWriteModule.html new file mode 100644 index 000000000..601c0733e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/WriteSetChangeWriteModule.html @@ -0,0 +1 @@ +WriteSetChangeWriteModule | @aptos-labs/ts-sdk - v1.8.0

    Generated using TypeDoc

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

    Type alias WriteSetChangeWriteResource

    WriteSetChangeWriteResource: {
        address: string;
        data: MoveResource;
        state_key_hash: string;
        type: string;
    }

    Type declaration

    • address: string
    • data: MoveResource
    • state_key_hash: string
    • type: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/types/WriteSetChangeWriteTableItem.html b/docs/@aptos-labs/ts-sdk-1.8.0/types/WriteSetChangeWriteTableItem.html new file mode 100644 index 000000000..3084e6903 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/types/WriteSetChangeWriteTableItem.html @@ -0,0 +1 @@ +WriteSetChangeWriteTableItem | @aptos-labs/ts-sdk - v1.8.0

    Type alias WriteSetChangeWriteTableItem

    WriteSetChangeWriteTableItem: {
        data?: DecodedTableData;
        handle: string;
        key: string;
        state_key_hash: string;
        type: string;
        value: string;
    }

    Type declaration

    • Optional data?: DecodedTableData
    • handle: string
    • key: string
    • state_key_hash: string
    • type: string
    • value: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/variables/APTOS_BIP44_REGEX.html b/docs/@aptos-labs/ts-sdk-1.8.0/variables/APTOS_BIP44_REGEX.html new file mode 100644 index 000000000..24771db62 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/variables/APTOS_BIP44_REGEX.html @@ -0,0 +1 @@ +APTOS_BIP44_REGEX | @aptos-labs/ts-sdk - v1.8.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/variables/APTOS_COIN.html b/docs/@aptos-labs/ts-sdk-1.8.0/variables/APTOS_COIN.html new file mode 100644 index 000000000..7c3d592e7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/variables/APTOS_COIN.html @@ -0,0 +1,2 @@ +APTOS_COIN | @aptos-labs/ts-sdk - v1.8.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/variables/APTOS_HARDENED_REGEX.html b/docs/@aptos-labs/ts-sdk-1.8.0/variables/APTOS_HARDENED_REGEX.html new file mode 100644 index 000000000..cab44bb1a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/variables/APTOS_HARDENED_REGEX.html @@ -0,0 +1,2 @@ +APTOS_HARDENED_REGEX | @aptos-labs/ts-sdk - v1.8.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/variables/DEFAULT_MAX_GAS_AMOUNT.html b/docs/@aptos-labs/ts-sdk-1.8.0/variables/DEFAULT_MAX_GAS_AMOUNT.html new file mode 100644 index 000000000..985c5de7c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/variables/DEFAULT_MAX_GAS_AMOUNT.html @@ -0,0 +1,5 @@ +DEFAULT_MAX_GAS_AMOUNT | @aptos-labs/ts-sdk - v1.8.0

    Variable DEFAULT_MAX_GAS_AMOUNTConst

    DEFAULT_MAX_GAS_AMOUNT: 200000 = 200000

    The default max gas amount when none is given.

    +

    This is the maximum number of gas units that will be used by a transaction before being rejected.

    +

    Note that max gas amount varies based on the transaction. A larger transaction will go over this +default gas amount, and the value will need to be changed for the specific transaction.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/variables/DEFAULT_NETWORK.html b/docs/@aptos-labs/ts-sdk-1.8.0/variables/DEFAULT_NETWORK.html new file mode 100644 index 000000000..6a225203d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/variables/DEFAULT_NETWORK.html @@ -0,0 +1 @@ +DEFAULT_NETWORK | @aptos-labs/ts-sdk - v1.8.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html b/docs/@aptos-labs/ts-sdk-1.8.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html new file mode 100644 index 000000000..43af0a4f6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html @@ -0,0 +1,5 @@ +DEFAULT_TXN_EXP_SEC_FROM_NOW | @aptos-labs/ts-sdk - v1.8.0

    Variable DEFAULT_TXN_EXP_SEC_FROM_NOWConst

    DEFAULT_TXN_EXP_SEC_FROM_NOW: 20 = 20

    The default transaction expiration seconds from now.

    +

    This time is how long until the blockchain nodes will reject the transaction.

    +

    Note that the transaction expiration time varies based on network connection and network load. It may need to be +increased for the transaction to be processed.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html b/docs/@aptos-labs/ts-sdk-1.8.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html new file mode 100644 index 000000000..18a536a9d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html @@ -0,0 +1,4 @@ +DEFAULT_TXN_TIMEOUT_SEC | @aptos-labs/ts-sdk - v1.8.0

    Variable DEFAULT_TXN_TIMEOUT_SECConst

    DEFAULT_TXN_TIMEOUT_SEC: 20 = 20

    The default number of seconds to wait for a transaction to be processed.

    +

    This time is the amount of time that the SDK will wait for a transaction to be processed when waiting for +the results of the transaction. It may take longer based on network connection and network load.

    +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/variables/HARDENED_OFFSET.html b/docs/@aptos-labs/ts-sdk-1.8.0/variables/HARDENED_OFFSET.html new file mode 100644 index 000000000..55355a844 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/variables/HARDENED_OFFSET.html @@ -0,0 +1 @@ +HARDENED_OFFSET | @aptos-labs/ts-sdk - v1.8.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/variables/NetworkToFaucetAPI.html b/docs/@aptos-labs/ts-sdk-1.8.0/variables/NetworkToFaucetAPI.html new file mode 100644 index 000000000..3b1bc8728 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/variables/NetworkToFaucetAPI.html @@ -0,0 +1 @@ +NetworkToFaucetAPI | @aptos-labs/ts-sdk - v1.8.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/variables/NetworkToNetworkName.html b/docs/@aptos-labs/ts-sdk-1.8.0/variables/NetworkToNetworkName.html new file mode 100644 index 000000000..6ce68bcbd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/variables/NetworkToNetworkName.html @@ -0,0 +1 @@ +NetworkToNetworkName | @aptos-labs/ts-sdk - v1.8.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.8.0/variables/RAW_TRANSACTION_SALT.html b/docs/@aptos-labs/ts-sdk-1.8.0/variables/RAW_TRANSACTION_SALT.html new file mode 100644 index 000000000..8583463df --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.8.0/variables/RAW_TRANSACTION_SALT.html @@ -0,0 +1 @@ +RAW_TRANSACTION_SALT | @aptos-labs/ts-sdk - v1.8.0

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-latest/index.md.bak b/docs/@aptos-labs/ts-sdk-latest/index.md.bak new file mode 100644 index 000000000..4332326b7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-latest/index.md.bak @@ -0,0 +1,5 @@ +--- +title: Latest Aptos TypeScript SDK Documentation +permalink: /@aptos-labs/ts-sdk-latest +redirect_to: /@aptos-labs/ts-sdk-1.7.0 +--- diff --git a/docs/index.md b/docs/index.md index 2c2162e95..40ffd896a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,6 +6,7 @@ redirect_from: ## SDK Versions +- [Stable - @aptos-labs/ts-sdk-1.8.0](@aptos-labs/ts-sdk-1.8.0) This is a repository of all Aptos TypeScript SDK documentation by version. - [Latest](@aptos-labs/ts-sdk-latest) diff --git a/package.json b/package.json index a07358fdc..89fdbdd3e 100644 --- a/package.json +++ b/package.json @@ -84,5 +84,5 @@ "typedoc": "^0.25.4", "typescript": "^5.3.3" }, - "version": "1.7.0" + "version": "1.8.0" } diff --git a/src/version.ts b/src/version.ts index 85fbd3a1f..769de71e7 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.7.0"; +export const VERSION = "1.8.0";