From 91b1bf41c3bfcf72f46ef82f858474464e828100 Mon Sep 17 00:00:00 2001 From: Maayan Date: Thu, 8 Feb 2024 11:22:11 -0800 Subject: [PATCH] Bump version to `1.6.0` (#284) bump sdk version to 1.6.0 --- docs/@aptos-labs/ts-sdk-1.6.0/.nojekyll | 1 + .../ts-sdk-1.6.0/assets/highlight.css | 141 ++ docs/@aptos-labs/ts-sdk-1.6.0/assets/main.js | 59 + .../ts-sdk-1.6.0/assets/navigation.js | 1 + .../@aptos-labs/ts-sdk-1.6.0/assets/search.js | 1 + .../@aptos-labs/ts-sdk-1.6.0/assets/style.css | 1394 +++++++++++++++++ .../ts-sdk-1.6.0/classes/Account.html | 87 + .../ts-sdk-1.6.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.6.0/classes/AnyPublicKey.html | 31 + .../ts-sdk-1.6.0/classes/AnySignature.html | 20 + .../ts-sdk-1.6.0/classes/Aptos.html | 568 +++++++ .../ts-sdk-1.6.0/classes/AptosApiError.html | 23 + .../ts-sdk-1.6.0/classes/AptosConfig.html | 14 + .../classes/AuthenticationKey.html | 37 + .../ts-sdk-1.6.0/classes/Bool.html | 20 + .../ts-sdk-1.6.0/classes/ChainId.html | 13 + .../ts-sdk-1.6.0/classes/Deserializer.html | 63 + .../classes/Ed25519PrivateKey.html | 51 + .../classes/Ed25519PublicKey.html | 34 + .../classes/Ed25519Signature.html | 24 + .../ts-sdk-1.6.0/classes/EntryFunction.html | 43 + .../classes/EntryFunctionBytes.html | 28 + .../classes/FeePayerRawTransaction.html | 21 + .../ts-sdk-1.6.0/classes/FixedBytes.html | 33 + .../@aptos-labs/ts-sdk-1.6.0/classes/Hex.html | 50 + .../ts-sdk-1.6.0/classes/Identifier.html | 15 + .../ts-sdk-1.6.0/classes/ModuleId.html | 22 + .../ts-sdk-1.6.0/classes/MoveOption.html | 83 + .../ts-sdk-1.6.0/classes/MoveString.html | 20 + .../ts-sdk-1.6.0/classes/MoveVector.html | 88 ++ .../classes/MultiAgentRawTransaction.html | 19 + .../classes/MultiEd25519PublicKey.html | 34 + .../classes/MultiEd25519Signature.html | 40 + .../ts-sdk-1.6.0/classes/MultiKey.html | 29 + .../ts-sdk-1.6.0/classes/MultiSig.html | 11 + .../classes/MultiSigTransactionPayload.html | 21 + .../ts-sdk-1.6.0/classes/ParsingError.html | 16 + .../ts-sdk-1.6.0/classes/PrivateKey.html | 21 + .../ts-sdk-1.6.0/classes/PublicKey.html | 20 + .../ts-sdk-1.6.0/classes/RawTransaction.html | 31 + .../classes/RawTransactionWithData.html | 14 + .../classes/RotationProofChallenge.html | 19 + .../ts-sdk-1.6.0/classes/Script.html | 21 + .../classes/Secp256k1PrivateKey.html | 45 + .../classes/Secp256k1PublicKey.html | 30 + .../classes/Secp256k1Signature.html | 26 + .../ts-sdk-1.6.0/classes/Serializable.html | 10 + .../ts-sdk-1.6.0/classes/Serializer.html | 67 + .../ts-sdk-1.6.0/classes/Signature.html | 16 + .../classes/SignedTransaction.html | 21 + .../ts-sdk-1.6.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 | 81 + .../ts-sdk-1.6.0/classes/TypeTag.html | 24 + .../ts-sdk-1.6.0/classes/TypeTagAddress.html | 25 + .../ts-sdk-1.6.0/classes/TypeTagBool.html | 25 + .../ts-sdk-1.6.0/classes/TypeTagGeneric.html | 29 + .../classes/TypeTagParserError.html | 11 + .../classes/TypeTagReference.html | 26 + .../ts-sdk-1.6.0/classes/TypeTagSigner.html | 25 + .../ts-sdk-1.6.0/classes/TypeTagStruct.html | 30 + .../ts-sdk-1.6.0/classes/TypeTagU128.html | 25 + .../ts-sdk-1.6.0/classes/TypeTagU16.html | 25 + .../ts-sdk-1.6.0/classes/TypeTagU256.html | 25 + .../ts-sdk-1.6.0/classes/TypeTagU32.html | 25 + .../ts-sdk-1.6.0/classes/TypeTagU64.html | 25 + .../ts-sdk-1.6.0/classes/TypeTagU8.html | 25 + .../ts-sdk-1.6.0/classes/TypeTagVector.html | 26 + .../ts-sdk-1.6.0/classes/U128.html | 20 + .../@aptos-labs/ts-sdk-1.6.0/classes/U16.html | 20 + .../ts-sdk-1.6.0/classes/U256.html | 20 + .../@aptos-labs/ts-sdk-1.6.0/classes/U32.html | 20 + .../@aptos-labs/ts-sdk-1.6.0/classes/U64.html | 20 + docs/@aptos-labs/ts-sdk-1.6.0/classes/U8.html | 20 + .../enums/AccountAuthenticatorVariant.html | 7 + .../enums/AddressInvalidReason.html | 9 + .../enums/AnyPublicKeyVariant.html | 3 + .../enums/AnySignatureVariant.html | 3 + .../ts-sdk-1.6.0/enums/AptosApiType.html | 5 + .../ts-sdk-1.6.0/enums/DeriveScheme.html | 12 + .../ts-sdk-1.6.0/enums/HexInvalidReason.html | 5 + .../ts-sdk-1.6.0/enums/KeyType.html | 3 + .../ts-sdk-1.6.0/enums/MimeType.html | 7 + .../ts-sdk-1.6.0/enums/MoveAbility.html | 6 + .../enums/MoveFunctionVisibility.html | 5 + .../ts-sdk-1.6.0/enums/Network.html | 7 + .../ts-sdk-1.6.0/enums/ProcessorType.html | 11 + .../ts-sdk-1.6.0/enums/RoleType.html | 3 + .../ScriptTransactionArgumentVariants.html | 12 + .../ts-sdk-1.6.0/enums/SigningScheme.html | 8 + .../enums/SigningSchemeInput.html | 5 + .../TransactionAuthenticatorVariant.html | 8 + .../enums/TransactionPayloadVariants.html | 6 + .../enums/TransactionResponseType.html | 7 + .../enums/TransactionVariants.html | 5 + .../enums/TransactionWorkerEventsEnum.html | 6 + .../enums/TypeTagParserErrorType.html | 13 + .../ts-sdk-1.6.0/enums/TypeTagVariants.html | 16 + .../ts-sdk-1.6.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.6.0/functions/deriveKey.html | 1 + .../functions/deriveTransactionType.html | 4 + .../deserializeFromScriptArgument.html | 2 + .../ts-sdk-1.6.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.6.0/functions/get.html | 3 + .../functions/getAptosFullNode.html | 1 + .../getAuthenticatorForSimulation.html | 1 + .../functions/getFunctionParts.html | 1 + .../ts-sdk-1.6.0/functions/isBcsAddress.html | 1 + .../ts-sdk-1.6.0/functions/isBcsBool.html | 1 + .../functions/isBcsFixedBytes.html | 1 + .../ts-sdk-1.6.0/functions/isBcsString.html | 1 + .../ts-sdk-1.6.0/functions/isBcsU128.html | 1 + .../ts-sdk-1.6.0/functions/isBcsU16.html | 1 + .../ts-sdk-1.6.0/functions/isBcsU256.html | 1 + .../ts-sdk-1.6.0/functions/isBcsU32.html | 1 + .../ts-sdk-1.6.0/functions/isBcsU64.html | 1 + .../ts-sdk-1.6.0/functions/isBcsU8.html | 1 + .../isBlockMetadataTransactionResponse.html | 1 + .../ts-sdk-1.6.0/functions/isBool.html | 1 + .../functions/isEd25519Signature.html | 1 + .../isEncodedEntryFunctionArgument.html | 1 + .../functions/isFeePayerSignature.html | 1 + .../isGenesisTransactionResponse.html | 1 + .../ts-sdk-1.6.0/functions/isLargeNumber.html | 1 + .../functions/isMultiAgentSignature.html | 1 + .../functions/isMultiEd25519Signature.html | 1 + .../ts-sdk-1.6.0/functions/isNull.html | 1 + .../ts-sdk-1.6.0/functions/isNumber.html | 1 + .../isPendingTransactionResponse.html | 1 + .../functions/isScriptDataInput.html | 1 + .../functions/isSecp256k1Signature.html | 1 + .../isStateCheckpointTransactionResponse.html | 1 + .../ts-sdk-1.6.0/functions/isString.html | 1 + .../functions/isUserTransactionResponse.html | 1 + .../functions/isValidBIP44Path.html | 6 + .../functions/isValidHardenedPath.html | 12 + .../functions/mnemonicToSeed.html | 3 + .../functions/objectStructTag.html | 1 + .../functions/optionStructTag.html | 1 + .../functions/outOfRangeErrorMessage.html | 1 + .../functions/paginateWithCursor.html | 1 + .../ts-sdk-1.6.0/functions/parseTypeTag.html | 14 + .../ts-sdk-1.6.0/functions/post.html | 3 + .../functions/postAptosFaucet.html | 1 + .../functions/postAptosFullNode.html | 1 + .../functions/postAptosIndexer.html | 1 + .../ts-sdk-1.6.0/functions/request.html | 3 + .../ts-sdk-1.6.0/functions/sign.html | 5 + .../ts-sdk-1.6.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.6.0/index.html | 66 + .../interfaces/AptosResponse.html | 16 + .../ts-sdk-1.6.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.6.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.6.0/interfaces/WhereArg.html | 2 + docs/@aptos-labs/ts-sdk-1.6.0/modules.html | 345 ++++ .../types/AccountAddressInput.html | 1 + .../ts-sdk-1.6.0/types/AccountData.html | 1 + .../ts-sdk-1.6.0/types/AccountSignature.html | 2 + .../ts-sdk-1.6.0/types/AnyNumber.html | 1 + .../ts-sdk-1.6.0/types/AnyRawTransaction.html | 2 + .../types/AnyRawTransactionInstance.html | 2 + .../types/AnyTransactionPayloadInstance.html | 2 + .../ts-sdk-1.6.0/types/AptosRequest.html | 11 + .../ts-sdk-1.6.0/types/AptosSettings.html | 4 + .../types/AuthenticationKeyScheme.html | 3 + .../@aptos-labs/ts-sdk-1.6.0/types/Block.html | 3 + .../BlockMetadataTransactionResponse.html | 7 + .../ts-sdk-1.6.0/types/ClientConfig.html | 6 + .../types/CommittedTransactionResponse.html | 1 + .../ts-sdk-1.6.0/types/DecodedTableData.html | 5 + .../ts-sdk-1.6.0/types/DeletedTableData.html | 4 + .../ts-sdk-1.6.0/types/DerivedKeys.html | 1 + .../ts-sdk-1.6.0/types/DirectWriteSet.html | 1 + .../ts-sdk-1.6.0/types/EntryFunctionABI.html | 3 + .../types/EntryFunctionArgumentTypes.html | 2 + .../types/EntryFunctionPayloadResponse.html | 3 + .../@aptos-labs/ts-sdk-1.6.0/types/Event.html | 2 + .../ts-sdk-1.6.0/types/EventGuid.html | 1 + .../types/ExecutionFinishEventData.html | 1 + .../ts-sdk-1.6.0/types/FailureEventData.html | 1 + .../ts-sdk-1.6.0/types/GasEstimation.html | 5 + .../ts-sdk-1.6.0/types/GenerateAccount.html | 1 + .../types/GenerateAccountWithEd25519.html | 3 + ...teAccountWithSingleSignerSecp256k1Key.html | 3 + .../ts-sdk-1.6.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.6.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.6.0/types/GetRequestOptions.html | 9 + .../types/GetTokenActivityResponse.html | 1 + .../types/GetTokenDataResponse.html | 1 + .../ts-sdk-1.6.0/types/GraphqlQuery.html | 2 + .../ts-sdk-1.6.0/types/HexInput.html | 2 + .../types/InputEntryFunctionData.html | 2 + .../InputEntryFunctionDataWithRemoteABI.html | 1 + .../InputGenerateRawTransactionArgs.html | 2 + .../types/InputGenerateTransactionData.html | 2 + .../InputGenerateTransactionOptions.html | 2 + .../InputGenerateTransactionPayloadData.html | 3 + ...teTransactionPayloadDataWithRemoteABI.html | 1 + .../ts-sdk-1.6.0/types/InputMultiSigData.html | 2 + .../types/InputMultiSigDataWithRemoteABI.html | 2 + .../ts-sdk-1.6.0/types/InputScriptData.html | 2 + .../types/InputSimulateTransactionData.html | 5 + .../InputSimulateTransactionOptions.html | 1 + .../types/InputViewRequestData.html | 2 + .../ts-sdk-1.6.0/types/LedgerInfo.html | 4 + .../ts-sdk-1.6.0/types/LedgerVersionArg.html | 2 + .../ts-sdk-1.6.0/types/MoveAddressType.html | 1 + .../ts-sdk-1.6.0/types/MoveFunction.html | 7 + .../types/MoveFunctionGenericTypeParam.html | 2 + .../ts-sdk-1.6.0/types/MoveFunctionId.html | 1 + .../ts-sdk-1.6.0/types/MoveModule.html | 5 + .../types/MoveModuleBytecode.html | 1 + .../ts-sdk-1.6.0/types/MoveModuleId.html | 3 + .../ts-sdk-1.6.0/types/MoveObjectType.html | 1 + .../ts-sdk-1.6.0/types/MoveOptionType.html | 1 + .../ts-sdk-1.6.0/types/MoveResource.html | 1 + .../types/MoveScriptBytecode.html | 2 + .../ts-sdk-1.6.0/types/MoveStruct.html | 6 + .../ts-sdk-1.6.0/types/MoveStructField.html | 2 + .../ts-sdk-1.6.0/types/MoveStructId.html | 2 + .../ts-sdk-1.6.0/types/MoveStructType.html | 1 + .../ts-sdk-1.6.0/types/MoveType.html | 1 + .../ts-sdk-1.6.0/types/MoveUint128Type.html | 1 + .../ts-sdk-1.6.0/types/MoveUint16Type.html | 1 + .../ts-sdk-1.6.0/types/MoveUint256Type.html | 1 + .../ts-sdk-1.6.0/types/MoveUint32Type.html | 1 + .../ts-sdk-1.6.0/types/MoveUint64Type.html | 1 + .../ts-sdk-1.6.0/types/MoveUint8Type.html | 2 + .../ts-sdk-1.6.0/types/MoveValue.html | 12 + .../types/MultisigPayloadResponse.html | 1 + .../ts-sdk-1.6.0/types/OrderBy.html | 3 + .../ts-sdk-1.6.0/types/OrderByValue.html | 1 + .../ts-sdk-1.6.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.6.0/types/ScriptWriteSet.html | 1 + .../SimpleEntryFunctionArgumentTypes.html | 2 + .../StateCheckpointTransactionResponse.html | 4 + .../ts-sdk-1.6.0/types/SuccessEventData.html | 1 + .../ts-sdk-1.6.0/types/TableItemRequest.html | 3 + .../ts-sdk-1.6.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.6.0/types/Uint128.html | 1 + .../ts-sdk-1.6.0/types/Uint16.html | 1 + .../ts-sdk-1.6.0/types/Uint256.html | 1 + .../ts-sdk-1.6.0/types/Uint32.html | 1 + .../ts-sdk-1.6.0/types/Uint64.html | 1 + .../@aptos-labs/ts-sdk-1.6.0/types/Uint8.html | 2 + .../types/UserTransactionResponse.html | 5 + .../ts-sdk-1.6.0/types/ViewRequest.html | 5 + .../types/WaitForTransactionOptions.html | 2 + .../ts-sdk-1.6.0/types/WriteSet.html | 1 + .../ts-sdk-1.6.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.6.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/index.md | 1 + package.json | 2 +- src/version.ts | 2 +- 355 files changed, 5744 insertions(+), 2 deletions(-) create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/.nojekyll create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/assets/highlight.css create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/assets/main.js create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/assets/navigation.js create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/assets/search.js create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/assets/style.css create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/Account.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountAuthenticator.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountAuthenticatorEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountAuthenticatorMultiEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountAuthenticatorMultiKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountAuthenticatorSingleKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountSequenceNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/AnyPublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/AnySignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/Aptos.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/AptosApiError.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/AptosConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/AuthenticationKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/Bool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/ChainId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/Deserializer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/Ed25519PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/Ed25519PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/Ed25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/EntryFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/EntryFunctionBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/FeePayerRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/FixedBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/Hex.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/Identifier.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/ModuleId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/MoveOption.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/MoveString.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/MoveVector.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/MultiAgentRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/MultiEd25519PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/MultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/MultiKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/MultiSig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/MultiSigTransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/ParsingError.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/RawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/RawTransactionWithData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/RotationProofChallenge.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/Script.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/Secp256k1PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/Secp256k1PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/Secp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/Serializable.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/Serializer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/SignedTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/StructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionAuthenticator.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionAuthenticatorEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionAuthenticatorFeePayer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionAuthenticatorMultiAgent.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionAuthenticatorMultiEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionAuthenticatorSingleSender.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionPayloadEntryFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionPayloadMultiSig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionPayloadScript.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionWorker.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagBool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagGeneric.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagParserError.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagReference.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagSigner.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagStruct.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagU128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagU16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagU256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagU32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagU64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagU8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagVector.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/U128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/U16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/U256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/U32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/U64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/classes/U8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/AccountAuthenticatorVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/AddressInvalidReason.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/AnyPublicKeyVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/AnySignatureVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/AptosApiType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/DeriveScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/HexInvalidReason.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/KeyType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/MimeType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/MoveAbility.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/MoveFunctionVisibility.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/Network.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/ProcessorType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/RoleType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/ScriptTransactionArgumentVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/SigningScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/SigningSchemeInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/TransactionAuthenticatorVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/TransactionPayloadVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/TransactionResponseType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/TransactionVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/TransactionWorkerEventsEnum.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/TypeTagParserErrorType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/enums/TypeTagVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/CKDPriv.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/aptosCoinStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/aptosRequest-1.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/buildTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/checkOrConvertArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/convertArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/deriveKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/deriveTransactionType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/deserializeFromScriptArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/ensureBoolean.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/fetchEntryFunctionAbi.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/findFirstNonSignerArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/generateMultiSignersSignedTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/generateRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/generateSignedTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/generateSignedTransactionForSimulation.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/generateSigningMessage.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/generateTransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/generateTransactionPayloadWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/get.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/getAptosFullNode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/getAuthenticatorForSimulation.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/getFunctionParts.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isBcsAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isBcsBool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isBcsFixedBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isBcsString.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isBcsU128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isBcsU16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isBcsU256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isBcsU32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isBcsU64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isBcsU8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isBlockMetadataTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isBool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isEncodedEntryFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isFeePayerSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isGenesisTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isLargeNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isMultiAgentSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isMultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isNull.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isPendingTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isScriptDataInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isSecp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isStateCheckpointTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isString.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isUserTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isValidBIP44Path.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/isValidHardenedPath.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/mnemonicToSeed.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/objectStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/optionStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/outOfRangeErrorMessage.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/paginateWithCursor.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/parseTypeTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/post.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/postAptosFaucet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/postAptosFullNode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/postAptosIndexer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/request.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/sign.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/splitPath.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/standardizeTypeTags.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/stringStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/throwTypeMismatch.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/functions/validateNumberInRange.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/index.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/interfaces/AptosResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/interfaces/Client.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/interfaces/ClientRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/interfaces/ClientResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/interfaces/Deserializable.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/interfaces/EntryFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/interfaces/InputGenerateMultiAgentRawTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/interfaces/InputGenerateSingleSignerRawTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/interfaces/InputSubmitTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/interfaces/MultiAgentTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/interfaces/OrderByArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/interfaces/PaginationArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/interfaces/ScriptFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/interfaces/SimpleTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/interfaces/TokenStandardArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/interfaces/TransactionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/interfaces/TransactionWorkerEvents.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/interfaces/WhereArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/modules.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/AccountAddressInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/AccountData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/AccountSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/AnyNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/AnyRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/AnyRawTransactionInstance.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/AnyTransactionPayloadInstance.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/AptosRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/AptosSettings.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/AuthenticationKeyScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/Block.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/BlockMetadataTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/ClientConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/CommittedTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/DecodedTableData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/DeletedTableData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/DerivedKeys.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/DirectWriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/EntryFunctionABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/EntryFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/EntryFunctionPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/Event.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/EventGuid.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/ExecutionFinishEventData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/FailureEventData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GasEstimation.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GenerateAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GenerateAccountWithEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GenesisPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GenesisTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetANSNameResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetAccountCoinsDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetAccountCollectionsWithOwnedTokenResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetAccountOwnedObjectsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetAccountOwnedTokensFromCollectionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetAccountOwnedTokensQueryResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetAptosRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetChainTopUserTransactionsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetCollectionDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetCurrentFungibleAssetBalancesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetCurrentTokenOwnershipResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetDelegatedStakingActivitiesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetEventsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetFungibleAssetActivitiesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetFungibleAssetMetadataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetNumberOfDelegatorsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetOwnedTokensResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetProcessorStatusResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetTokenActivityResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GetTokenDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/GraphqlQuery.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/HexInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/InputEntryFunctionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/InputEntryFunctionDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/InputGenerateRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/InputGenerateTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/InputGenerateTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/InputGenerateTransactionPayloadData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/InputGenerateTransactionPayloadDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/InputMultiSigData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/InputMultiSigDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/InputScriptData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/InputSimulateTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/InputSimulateTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/InputViewRequestData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/LedgerInfo.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/LedgerVersionArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveAddressType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveFunctionGenericTypeParam.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveFunctionId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveModule.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveModuleBytecode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveModuleId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveObjectType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveOptionType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveResource.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveScriptBytecode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveStruct.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveStructField.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveStructId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveStructType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveUint128Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveUint16Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveUint256Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveUint32Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveUint64Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveUint8Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MoveValue.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/MultisigPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/OrderBy.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/OrderByValue.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/ParsingResult.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/PendingTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/PostAptosRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/PostRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/ScriptFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/ScriptPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/ScriptWriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/SimpleEntryFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/StateCheckpointTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/SuccessEventData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/TableItemRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/TokenStandard.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionFeePayerSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionMultiAgentSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionMultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionSecp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/Uint128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/Uint16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/Uint256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/Uint32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/Uint64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/Uint8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/UserTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/ViewRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/WaitForTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChange.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChangeDeleteModule.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChangeDeleteResource.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChangeDeleteTableItem.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChangeWriteModule.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChangeWriteResource.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChangeWriteTableItem.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/variables/APTOS_BIP44_REGEX.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/variables/APTOS_COIN.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/variables/APTOS_HARDENED_REGEX.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/variables/DEFAULT_MAX_GAS_AMOUNT.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/variables/DEFAULT_NETWORK.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/variables/HARDENED_OFFSET.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/variables/NetworkToChainId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/variables/NetworkToFaucetAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/variables/NetworkToIndexerAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/variables/NetworkToNetworkName.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/variables/NetworkToNodeAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/variables/RAW_TRANSACTION_SALT.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/variables/RAW_TRANSACTION_WITH_DATA_SALT.html create mode 100644 docs/@aptos-labs/ts-sdk-1.6.0/variables/promiseFulfilledStatus.html diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/.nojekyll b/docs/@aptos-labs/ts-sdk-1.6.0/.nojekyll new file mode 100644 index 000000000..e2ac6616a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.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.6.0/assets/highlight.css b/docs/@aptos-labs/ts-sdk-1.6.0/assets/highlight.css new file mode 100644 index 000000000..2f868647c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.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.6.0/assets/main.js b/docs/@aptos-labs/ts-sdk-1.6.0/assets/main.js new file mode 100644 index 000000000..d0aa8d5f9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.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.6.0/assets/navigation.js b/docs/@aptos-labs/ts-sdk-1.6.0/assets/navigation.js new file mode 100644 index 000000000..14a2dfd59 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/assets/navigation.js @@ -0,0 +1 @@ +window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAE62d23LbyBGG38XXmziWbWZ37yiJtFlrkQpJSa5KpVQQMCInBgEuMJCtTeXdMzgRc+juaTB7Z7P//hpzAOY8+ud/3ijxQ7359c00jvMqU9NK7UWmZBypvLiPChll6s1Pb46R2muRyKpD+ZaQ/nWvDqnWf5NZ8ubXn//708BPkkKU5SJ7iVKZrEVU5pkHBjQEMXu9rZ5SGf8mXrEn9SUkbyN3WaSqQuA8V0Lwjiovp0e5fT0KD2TYcMK1KOSL2MR7cfAIpg0nfBY/yBx37ThJ5yCUkO5n3O9GHgTk2P9OeOYvYvokU6lePefBRPvPqyxWMs/uZSlxlK/CqUuhvufFNxfT/Yz73RZ5rOt2XkCZYRlxxjpPwbzsf8c9N3Ehj2pbRFkZNUmdFrvqoN/erhaXLjLoQMTSb4jMdnC1tYxMxiI7Vt6r6CtwmpkMxvctIGfFuY1e0zxKsOzFlSz6WpTHPCvByoDIWFzG4456zgf9Sohi9qKzsJxpEsF1pQRfp2Yb7W6jotQORQG/UrAqSEVzwDYTX/22cRz84zQqS3FqNW3PdxeAb9cMoojOziGZ1Rfnmaqx1Fly8fHju1948E48NsZNlSo5KpDpcVY03a6NiKTVY6Ns9McrFewwJzkjzkb8XoksFsvq8CTwYrdlJNfoRgE4wxqgnDpPIOVkJSl1zwlwr38O+ukeV/MpQPx7c5BzlWfPcodQWiPJGEpWf/ngTHUlFO8yz1MfUf9KeV3tI5ktEt+xM1C+10J/VaXuN/4BVTDTSlG6F/RW92QjBb8LnoTDw+uqq2DQiDrrKkhaporXvqMJoEwzm3P5qgTwMvgaijgXQvdBRLGOvhvtsU+FdSRZ/hAJ8oyDjSLo8Ynvqn+kfBZJ/eI8S6hmDjaKcJMnVSqgV6O30N4vYnWE83CwhQgbVehPPkxobSHCvYjBVn+wkYS6XZvudHaF6gWmDNLDryso43KJFxeUBbn4I3KeagM1GL2F4+2PGXCer6Ui1J1kXaGQptG0khTiM877fhM1gVX6oZrKr5+28kGq/XWkohCx15HkXDVNuh7y58+6pU1Tke2AKgrrKHI7ZPdJ7e+kp4iPFx8n395RRQiIeEy8UH0Ni0i82L6GJra9lOgpBVmDlUOB2psNqx9EJYiVDi0SCVn1PQnJU0UVKz3cBTi9ifLHJlB8HKY8h44OEAMO58Tq+0L8YL3HOdGGFpYfb/A5O+LoDOWOujH/dpC7EVkyJmdNL2ZUtP0c12766kAvP+AwLhbeq8C14yJgLQqmZNLbqT4S20pIXjshB1BaA8MXnWez7QwSPAA3jAzGJ5HpxiJGMZ2dQTLmPFGaoWEQ1+JZFPVcEco7KRi0pi3CH601czhNW4RzGjODc6d/RSm1kcWYEIgJh6D7LThCGzmM9xc44v0FhzD5gBMmHzgEIi85OYkNWy0zxYGLM1SOYAEGSg4uslBZgYUUKB2wWALlARUEXQLN9GW/aDQ4y0yJ4jmK+wnOXmGjdKrNycVUWt0Vg9Gaws7ren66pBidgoMi0mRLKNgwr2mPGAyYLaFgVsvfr66CTFBJoZvl0Ka90OM0bHpGg0owHNv7/34Ee0w99hH8kTbxCF0nsWlazskH2v9PeAxeXtD+wcfYVE8HqdhRQTkVZCgqcDBq8EElhV4Vunt/+apzG+QNZgpyG+1kFpGlbksoWNvnZb3BsJSEy8MxFaFc9FQUcpt/E9lGRVkSFQmWj66IBPq7Q2Cmr2NizU0BIbSppfAPe91RxZLfGymAvQrvbE5RupfiLtQDu1Mu/vbL3999vPCp9gtp0YCXD6MAE0oWCplVAnjZq7uK3IF6A4OATcueSNS8LIO4yEpdYWM/sZiQEcEf4hJRcHEwUtufcjo6HdiwsTgboZRuH0oQ1BuDJHfh2d3H1TFhWYh+mebxN5fV/MjyvBEqSvRrAOxxAqGEPhSv7RW6C/0t27QFOflBt6HKmnvFnpnShuJcizhPtGfd7YQ+Iq49zEuFInm2Pcyr96smuqZ49dMwBSmy0OO/h0LqrpDw3hjbGmLZ3erLhUtz7eN4XUNXj1q9BOPKUTG6bw1WmyhtMM6L1Zh3wBe/5YY9P1UyAb1rQ5DwQ8RV/cxzmcly3/hBNRDThfjzSKa66UO5rj3E+xSVs1LJQwS1bpYxSOp6+d4ewo5lm0fS6sVJb0YfBBvKM2KYQ5TTcpy1/IcGxVw5T1HK0pvVHwINViaL8bXGleEYarrcLKODwNmugsNsc/Iql1lZV1wKjkjHRElT0aS6rItu9b1eXqwHD5yoAVf+UzS+q6d/axwwceUGhtQjYzXPWc6L/DCkghmYcj3rKf5RieJ1VHDLgxPT6IK225a8tgxWMdjNLsNtfrwrRWG8Q1Qxhlw4UU9ZH3hDYCEnQlUUuuXQDe9O6r7RtCyFuozSejRApo3hxo/eFHdd8EW5l8dwWFjPiFd3A3f6K55sVKRlu6nOshepJJnWsBMjcjvSJ6LYAgbRyntWQgIeY2P2wxVuRFfPiNcO2lfPXRHkBZU8XMyIZHx2iBCAisE+nZfSFUhVFB9RMmIEP3ujv3hNMrtaQn23QR2XH/iseZogt4iO+9/TpuXweIYtxGlOGgJTZf3vIf9GZA1poL47rDqPXfdN1uKQ6y6qPzhkuLCi9r1gak3CiIjLR0VDVwCAUPT0PzsO8h4F5OdG6zr7YxJnuPwJUcOVZ4Q/63n6LT5omk3BaGI4PaiaFatdIUGffTDzaPJQpcx6jmjPjUPVc1zOinYvxfeu0UFT42hC3C8i2YlikT3nLm2w8Bj3uuvYfopg0mAP8ZrD3e3KiX2ws8U5Zg7N35A3oOC9dzSn24pVh7+NiuhAcV3tmDgLby7DtnJY7YkViNNa+Iz6sE49h4yzegWfCacQPmUDc9rhPFZRBiuL1byMKOtk5bB0/yqvCn+5yLRxOO2Xj8p7W8FiOhvnDBawZ45izKVIwSI0zHwaXBt6G5+DleBg5bAwCtf/Tmbq3cXPGMYws2kTEjYZw7r4SMI6M5f2/oKCtVYua/KBYrVWLovMfXbe30dpBVIaQ5BQd4xKuQss1yCyEL3b+OLSup+Z3mACTVuI050R0w+tU+GCLGOQJLJEixnz77gyGCMvOVObiIxDD4PHMeENRODiIiHlRQnUU1DEI2PrtrY1yGo2PfFXW0P6YDylu+xXexF/O+bS2q+GZlHQIxiziutpK3SN0rWHeM0y/UKJA7LXxLUHeeY2MQ9mGoOkIXPwc7sdF5eOiNIfxOKE8bQj4gw7HDmRAPXYWCOyj3H+mYwX+ETgyhExGPAzqNQhUo8fOk1KR+IE4HK7zqKL6n5meU9A5wnH1zrmMDh75xxgb/O4w+DsnneAfc1jD4Ove+4B9gVzK5xX9toiVgsRWYhuTM+4RMMUojxEUs3zIjzrhAqDEZCWmttG97qrfWSdbrcprXUcq913Bs9q4MpzYmAjeEp7TpxT28sJdBKPi9T8j5NphvCMCLwss6RnRGFmmK0N7nu93a42j5eL2w8fHtezT7OvA/ylvvRNY8q3nsimvveBV6vFEifV1iDi83R9PVvOrkOPZesI7PVsPr37sn28mX59/DTdPE5vVnfLLQSGlQz0crZ9WK1/o5idhAHbfl0+zr7ePm5mV4/z9ermcbl6oMiQnhlmu7iZre62tWsogiEl4KdCWc3nmxmYyY6EgHWXjG5z7+qugeZqOLh5VMVCTW8XJPCk4iAXWSJ+iCLEHGQcaPePelscSTV0LGyeiNCDdhoCt54+PG7X0+VmerVdrJaPm+kXsLgh3Qjsw2L7+fF6up2yA9geRKhjkR9kKeZV+izTtNmdo6oSCgErCfTVb9f1tTED67kbiZdvO5PtPPlgOEftrXoyA+4lGTi+KoT0OmIOrLP/5R0BeqpkCt+8MsBcDYGL60mDVXGVZy+iUP6pqgEKKyk0g8mGJc2WfWtX74A5GYMAI1PsiVoX5ghJ8OnuwXqrZTu1RCWadCACiazUA7f6cgcRgcVuCQjQs1Dx3p6eepIQEBRSYP3TXBalWrYjTf2dLcBXBxQS4J15Mrd1KIk7iIZALEdGYOxEmR+JOloGokel45xn93zm9RU2zcaAsdEsT2Zome1uRFlGO/Btg5UMNHW5jo8PXbPDDFFvM7G2o3AidU5kQPBDsXOHva5Ts1ag28R0aa3UWgRLE8BZ10eFKwnhQAcazggV5jFbi21pCJwsL+PSu1hnQJn2EMa+Vcdh+Lfq+ADo/lEHg11D6sPcCzkdEHQnpw+x7yZxEP4VJRBgQvhPgu7WVJ7r703oAQBzNs/1d+f0AHdzQs91d6f1AHci8wJZxz4+anFHHSJ1Q+LVN1R38al8E0NP4LvIrDn/Gbh1xMITHmQoYoXF5AcWVxwo51yWSeeeznLCfImKnXdxusk1BCSIXP4xgcGVHwjMqyCMZR4HvtQtE8yqLQFXPNMY+cVZ9zeR3NV/J8ywkdTZjW6yHRENJBaULGZgLcnFjlh0tsKMXHr2wuKNHKOFCy6emDzWEooT4L7+U0XN/OttDQS5tiaM+xwVif5YJAGiKSOgh0wc8kzG23wjBNgJthUEKm82L5KTHo6EgjULPzTMllCwSq2e1/Uke3ODIDGggJUE+tjevyPqbvpVVZQ5+EnxVSSyaP8GDpJu005hcniuqP494Nb2+pv5U4xgSFgwYpjhiTjAbiaW5HUaAlfgU2oFtLZpOZf6ywh51r9TbsdUKuzlPRkpQLdVRf7R1wJwvADISGj9tSTfN0dCwNS+yL/XQW9keYhUDCbVExHA5k++6fenbZgX2dpeph2goNAD/+t/a0cbkkhwAAA=" \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/assets/search.js b/docs/@aptos-labs/ts-sdk-1.6.0/assets/search.js new file mode 100644 index 000000000..3aa96f0de --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.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.6.0/assets/style.css b/docs/@aptos-labs/ts-sdk-1.6.0/assets/style.css new file mode 100644 index 000000000..07a385b73 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.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.6.0/classes/Account.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Account.html new file mode 100644 index 000000000..2ef0ef33e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Account.html @@ -0,0 +1,87 @@ +Account | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/AccountAddress.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountAddress.html new file mode 100644 index 000000000..65cf6c8c4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountAddress.html @@ -0,0 +1,152 @@ +AccountAddress | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/AccountAuthenticator.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountAuthenticator.html new file mode 100644 index 000000000..ae9e04ee5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountAuthenticator.html @@ -0,0 +1,15 @@ +AccountAuthenticator | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/AccountAuthenticatorEd25519.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountAuthenticatorEd25519.html new file mode 100644 index 000000000..842515714 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountAuthenticatorEd25519.html @@ -0,0 +1,21 @@ +AccountAuthenticatorEd25519 | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/AccountAuthenticatorMultiEd25519.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountAuthenticatorMultiEd25519.html new file mode 100644 index 000000000..a1c14a3a6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountAuthenticatorMultiEd25519.html @@ -0,0 +1,21 @@ +AccountAuthenticatorMultiEd25519 | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/AccountAuthenticatorMultiKey.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountAuthenticatorMultiKey.html new file mode 100644 index 000000000..15e48cd9d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountAuthenticatorMultiKey.html @@ -0,0 +1,22 @@ +AccountAuthenticatorMultiKey | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/AccountAuthenticatorSingleKey.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountAuthenticatorSingleKey.html new file mode 100644 index 000000000..dbd2024ff --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountAuthenticatorSingleKey.html @@ -0,0 +1,21 @@ +AccountAuthenticatorSingleKey | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/AccountSequenceNumber.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountSequenceNumber.html new file mode 100644 index 000000000..41e9868ac --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AccountSequenceNumber.html @@ -0,0 +1,29 @@ +AccountSequenceNumber | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/AnyPublicKey.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AnyPublicKey.html new file mode 100644 index 000000000..d73f48c57 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AnyPublicKey.html @@ -0,0 +1,31 @@ +AnyPublicKey | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/AnySignature.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AnySignature.html new file mode 100644 index 000000000..9eac9d1fc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AnySignature.html @@ -0,0 +1,20 @@ +AnySignature | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/Aptos.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Aptos.html new file mode 100644 index 000000000..a3946f0f8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Aptos.html @@ -0,0 +1,568 @@ +Aptos | @aptos-labs/ts-sdk - v1.6.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 +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;
                  };
                  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;
                };
                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;
            };
            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;
                  };
                  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;
                };
                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;
            };
            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;
            };
            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;
        };
        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"
    } +
    +
  • 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;
                  };
                  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;
                };
                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;
            };
            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.6.0/classes/AptosApiError.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AptosApiError.html new file mode 100644 index 000000000..160403d73 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AptosApiError.html @@ -0,0 +1,23 @@ +AptosApiError | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/AptosConfig.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AptosConfig.html new file mode 100644 index 000000000..dcbf87d82 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AptosConfig.html @@ -0,0 +1,14 @@ +AptosConfig | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/AuthenticationKey.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AuthenticationKey.html new file mode 100644 index 000000000..1757d16eb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/AuthenticationKey.html @@ -0,0 +1,37 @@ +AuthenticationKey | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/Bool.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Bool.html new file mode 100644 index 000000000..7d8768a03 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Bool.html @@ -0,0 +1,20 @@ +Bool | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/ChainId.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/ChainId.html new file mode 100644 index 000000000..02f5ca833 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/ChainId.html @@ -0,0 +1,13 @@ +ChainId | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/Deserializer.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Deserializer.html new file mode 100644 index 000000000..c007c3ad8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Deserializer.html @@ -0,0 +1,63 @@ +Deserializer | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/Ed25519PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Ed25519PrivateKey.html new file mode 100644 index 000000000..4266f53de --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Ed25519PrivateKey.html @@ -0,0 +1,51 @@ +Ed25519PrivateKey | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/Ed25519PublicKey.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Ed25519PublicKey.html new file mode 100644 index 000000000..4211f6986 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Ed25519PublicKey.html @@ -0,0 +1,34 @@ +Ed25519PublicKey | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/Ed25519Signature.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Ed25519Signature.html new file mode 100644 index 000000000..a57f52c4f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Ed25519Signature.html @@ -0,0 +1,24 @@ +Ed25519Signature | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/EntryFunction.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/EntryFunction.html new file mode 100644 index 000000000..be0ee04c3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/EntryFunction.html @@ -0,0 +1,43 @@ +EntryFunction | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/EntryFunctionBytes.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/EntryFunctionBytes.html new file mode 100644 index 000000000..fe2a84c32 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/EntryFunctionBytes.html @@ -0,0 +1,28 @@ +EntryFunctionBytes | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/FeePayerRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/FeePayerRawTransaction.html new file mode 100644 index 000000000..fc0af2528 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/FeePayerRawTransaction.html @@ -0,0 +1,21 @@ +FeePayerRawTransaction | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/FixedBytes.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/FixedBytes.html new file mode 100644 index 000000000..e3982e970 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/FixedBytes.html @@ -0,0 +1,33 @@ +FixedBytes | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/Hex.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Hex.html new file mode 100644 index 000000000..7c2cc3621 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Hex.html @@ -0,0 +1,50 @@ +Hex | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/Identifier.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Identifier.html new file mode 100644 index 000000000..04cb64ecb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Identifier.html @@ -0,0 +1,15 @@ +Identifier | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/ModuleId.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/ModuleId.html new file mode 100644 index 000000000..f3d3174df --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/ModuleId.html @@ -0,0 +1,22 @@ +ModuleId | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/MoveOption.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/MoveOption.html new file mode 100644 index 000000000..a039ee570 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/MoveOption.html @@ -0,0 +1,83 @@ +MoveOption | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/MoveString.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/MoveString.html new file mode 100644 index 000000000..c4abd3426 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/MoveString.html @@ -0,0 +1,20 @@ +MoveString | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/MoveVector.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/MoveVector.html new file mode 100644 index 000000000..1494fb989 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/MoveVector.html @@ -0,0 +1,88 @@ +MoveVector | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/MultiAgentRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/MultiAgentRawTransaction.html new file mode 100644 index 000000000..56d59d8ad --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/MultiAgentRawTransaction.html @@ -0,0 +1,19 @@ +MultiAgentRawTransaction | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/MultiEd25519PublicKey.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/MultiEd25519PublicKey.html new file mode 100644 index 000000000..7cc1ad936 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/MultiEd25519PublicKey.html @@ -0,0 +1,34 @@ +MultiEd25519PublicKey | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/MultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/MultiEd25519Signature.html new file mode 100644 index 000000000..3a3862951 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/MultiEd25519Signature.html @@ -0,0 +1,40 @@ +MultiEd25519Signature | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/MultiKey.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/MultiKey.html new file mode 100644 index 000000000..3cbfbb93f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/MultiKey.html @@ -0,0 +1,29 @@ +MultiKey | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/MultiSig.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/MultiSig.html new file mode 100644 index 000000000..e19095b91 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/MultiSig.html @@ -0,0 +1,11 @@ +MultiSig | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/MultiSigTransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/MultiSigTransactionPayload.html new file mode 100644 index 000000000..b211a5cd7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/MultiSigTransactionPayload.html @@ -0,0 +1,21 @@ +MultiSigTransactionPayload | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/ParsingError.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/ParsingError.html new file mode 100644 index 000000000..c6addce75 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/ParsingError.html @@ -0,0 +1,16 @@ +ParsingError | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/PrivateKey.html new file mode 100644 index 000000000..4742fece5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/PrivateKey.html @@ -0,0 +1,21 @@ +PrivateKey | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/PublicKey.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/PublicKey.html new file mode 100644 index 000000000..0a35deec1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/PublicKey.html @@ -0,0 +1,20 @@ +PublicKey | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/RawTransaction.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/RawTransaction.html new file mode 100644 index 000000000..e5f299e97 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/RawTransaction.html @@ -0,0 +1,31 @@ +RawTransaction | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/RawTransactionWithData.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/RawTransactionWithData.html new file mode 100644 index 000000000..3b25d3c2a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/RawTransactionWithData.html @@ -0,0 +1,14 @@ +RawTransactionWithData | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/RotationProofChallenge.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/RotationProofChallenge.html new file mode 100644 index 000000000..971635f55 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/RotationProofChallenge.html @@ -0,0 +1,19 @@ +RotationProofChallenge | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/Script.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Script.html new file mode 100644 index 000000000..c364dcc17 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Script.html @@ -0,0 +1,21 @@ +Script | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/Secp256k1PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Secp256k1PrivateKey.html new file mode 100644 index 000000000..0aae7ceac --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Secp256k1PrivateKey.html @@ -0,0 +1,45 @@ +Secp256k1PrivateKey | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/Secp256k1PublicKey.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Secp256k1PublicKey.html new file mode 100644 index 000000000..a31e4b947 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Secp256k1PublicKey.html @@ -0,0 +1,30 @@ +Secp256k1PublicKey | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/Secp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Secp256k1Signature.html new file mode 100644 index 000000000..66a044794 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Secp256k1Signature.html @@ -0,0 +1,26 @@ +Secp256k1Signature | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/Serializable.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Serializable.html new file mode 100644 index 000000000..e80b7eb37 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Serializable.html @@ -0,0 +1,10 @@ +Serializable | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/Serializer.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Serializer.html new file mode 100644 index 000000000..1b5afa89d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Serializer.html @@ -0,0 +1,67 @@ +Serializer | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/Signature.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Signature.html new file mode 100644 index 000000000..ee4c2e69a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/Signature.html @@ -0,0 +1,16 @@ +Signature | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/SignedTransaction.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/SignedTransaction.html new file mode 100644 index 000000000..254264075 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/SignedTransaction.html @@ -0,0 +1,21 @@ +SignedTransaction | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/StructTag.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/StructTag.html new file mode 100644 index 000000000..d79f5ac5f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/StructTag.html @@ -0,0 +1,15 @@ +StructTag | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TransactionAuthenticator.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionAuthenticator.html new file mode 100644 index 000000000..db1b57350 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionAuthenticator.html @@ -0,0 +1,11 @@ +TransactionAuthenticator | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TransactionAuthenticatorEd25519.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionAuthenticatorEd25519.html new file mode 100644 index 000000000..e39f9cc4a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionAuthenticatorEd25519.html @@ -0,0 +1,19 @@ +TransactionAuthenticatorEd25519 | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TransactionAuthenticatorFeePayer.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionAuthenticatorFeePayer.html new file mode 100644 index 000000000..43214e0ed --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionAuthenticatorFeePayer.html @@ -0,0 +1,21 @@ +TransactionAuthenticatorFeePayer | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TransactionAuthenticatorMultiAgent.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionAuthenticatorMultiAgent.html new file mode 100644 index 000000000..792fb0d9b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionAuthenticatorMultiAgent.html @@ -0,0 +1,19 @@ +TransactionAuthenticatorMultiAgent | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TransactionAuthenticatorMultiEd25519.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionAuthenticatorMultiEd25519.html new file mode 100644 index 000000000..029306937 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionAuthenticatorMultiEd25519.html @@ -0,0 +1,17 @@ +TransactionAuthenticatorMultiEd25519 | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TransactionAuthenticatorSingleSender.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionAuthenticatorSingleSender.html new file mode 100644 index 000000000..21e1ce82c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionAuthenticatorSingleSender.html @@ -0,0 +1,15 @@ +TransactionAuthenticatorSingleSender | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionPayload.html new file mode 100644 index 000000000..12fb56ad5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionPayload.html @@ -0,0 +1,15 @@ +TransactionPayload | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TransactionPayloadEntryFunction.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionPayloadEntryFunction.html new file mode 100644 index 000000000..096a151d5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionPayloadEntryFunction.html @@ -0,0 +1,16 @@ +TransactionPayloadEntryFunction | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TransactionPayloadMultiSig.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionPayloadMultiSig.html new file mode 100644 index 000000000..8018470ed --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionPayloadMultiSig.html @@ -0,0 +1,16 @@ +TransactionPayloadMultiSig | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TransactionPayloadScript.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionPayloadScript.html new file mode 100644 index 000000000..ef4919321 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionPayloadScript.html @@ -0,0 +1,16 @@ +TransactionPayloadScript | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TransactionWorker.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionWorker.html new file mode 100644 index 000000000..8075c1039 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TransactionWorker.html @@ -0,0 +1,81 @@ +TransactionWorker | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TypeTag.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTag.html new file mode 100644 index 000000000..6075ac21d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTag.html @@ -0,0 +1,24 @@ +TypeTag | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TypeTagAddress.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagAddress.html new file mode 100644 index 000000000..f9d6134cc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagAddress.html @@ -0,0 +1,25 @@ +TypeTagAddress | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TypeTagBool.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagBool.html new file mode 100644 index 000000000..a5fb74ab1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagBool.html @@ -0,0 +1,25 @@ +TypeTagBool | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TypeTagGeneric.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagGeneric.html new file mode 100644 index 000000000..0f199adfb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagGeneric.html @@ -0,0 +1,29 @@ +TypeTagGeneric | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TypeTagParserError.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagParserError.html new file mode 100644 index 000000000..3bde70117 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagParserError.html @@ -0,0 +1,11 @@ +TypeTagParserError | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TypeTagReference.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagReference.html new file mode 100644 index 000000000..8ead8428f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagReference.html @@ -0,0 +1,26 @@ +TypeTagReference | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TypeTagSigner.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagSigner.html new file mode 100644 index 000000000..fc10d0431 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagSigner.html @@ -0,0 +1,25 @@ +TypeTagSigner | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TypeTagStruct.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagStruct.html new file mode 100644 index 000000000..ef67ffc17 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagStruct.html @@ -0,0 +1,30 @@ +TypeTagStruct | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TypeTagU128.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagU128.html new file mode 100644 index 000000000..cc5ef027b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagU128.html @@ -0,0 +1,25 @@ +TypeTagU128 | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TypeTagU16.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagU16.html new file mode 100644 index 000000000..b8c8a4971 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagU16.html @@ -0,0 +1,25 @@ +TypeTagU16 | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TypeTagU256.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagU256.html new file mode 100644 index 000000000..de626e763 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagU256.html @@ -0,0 +1,25 @@ +TypeTagU256 | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TypeTagU32.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagU32.html new file mode 100644 index 000000000..864cd7f6b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagU32.html @@ -0,0 +1,25 @@ +TypeTagU32 | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TypeTagU64.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagU64.html new file mode 100644 index 000000000..36f05a5e8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagU64.html @@ -0,0 +1,25 @@ +TypeTagU64 | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TypeTagU8.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagU8.html new file mode 100644 index 000000000..c8c67bb5d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagU8.html @@ -0,0 +1,25 @@ +TypeTagU8 | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/TypeTagVector.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagVector.html new file mode 100644 index 000000000..b2f0e32ea --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/TypeTagVector.html @@ -0,0 +1,26 @@ +TypeTagVector | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/U128.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/U128.html new file mode 100644 index 000000000..ce368f9ad --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/U128.html @@ -0,0 +1,20 @@ +U128 | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/U16.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/U16.html new file mode 100644 index 000000000..05169c851 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/U16.html @@ -0,0 +1,20 @@ +U16 | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/U256.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/U256.html new file mode 100644 index 000000000..72f17c28e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/U256.html @@ -0,0 +1,20 @@ +U256 | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/U32.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/U32.html new file mode 100644 index 000000000..16763a86e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/U32.html @@ -0,0 +1,20 @@ +U32 | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/U64.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/U64.html new file mode 100644 index 000000000..ef2fc2e82 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/U64.html @@ -0,0 +1,20 @@ +U64 | @aptos-labs/ts-sdk - v1.6.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.6.0/classes/U8.html b/docs/@aptos-labs/ts-sdk-1.6.0/classes/U8.html new file mode 100644 index 000000000..a733d2b37 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/classes/U8.html @@ -0,0 +1,20 @@ +U8 | @aptos-labs/ts-sdk - v1.6.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.6.0/enums/AccountAuthenticatorVariant.html b/docs/@aptos-labs/ts-sdk-1.6.0/enums/AccountAuthenticatorVariant.html new file mode 100644 index 000000000..01cc58540 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/enums/AccountAuthenticatorVariant.html @@ -0,0 +1,7 @@ +AccountAuthenticatorVariant | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/enums/AddressInvalidReason.html b/docs/@aptos-labs/ts-sdk-1.6.0/enums/AddressInvalidReason.html new file mode 100644 index 000000000..d81beac42 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/enums/AddressInvalidReason.html @@ -0,0 +1,9 @@ +AddressInvalidReason | @aptos-labs/ts-sdk - v1.6.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.6.0/enums/AnyPublicKeyVariant.html b/docs/@aptos-labs/ts-sdk-1.6.0/enums/AnyPublicKeyVariant.html new file mode 100644 index 000000000..ca97b51ed --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/enums/AnyPublicKeyVariant.html @@ -0,0 +1,3 @@ +AnyPublicKeyVariant | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/enums/DeriveScheme.html b/docs/@aptos-labs/ts-sdk-1.6.0/enums/DeriveScheme.html new file mode 100644 index 000000000..abc6cdbd6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/enums/DeriveScheme.html @@ -0,0 +1,12 @@ +DeriveScheme | @aptos-labs/ts-sdk - v1.6.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.6.0/enums/HexInvalidReason.html b/docs/@aptos-labs/ts-sdk-1.6.0/enums/HexInvalidReason.html new file mode 100644 index 000000000..ea2b461b0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/enums/HexInvalidReason.html @@ -0,0 +1,5 @@ +HexInvalidReason | @aptos-labs/ts-sdk - v1.6.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.6.0/enums/KeyType.html b/docs/@aptos-labs/ts-sdk-1.6.0/enums/KeyType.html new file mode 100644 index 000000000..ebc660921 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/enums/KeyType.html @@ -0,0 +1,3 @@ +KeyType | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/enums/MimeType.html b/docs/@aptos-labs/ts-sdk-1.6.0/enums/MimeType.html new file mode 100644 index 000000000..d720a96a8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/enums/MimeType.html @@ -0,0 +1,7 @@ +MimeType | @aptos-labs/ts-sdk - v1.6.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.6.0/enums/MoveAbility.html b/docs/@aptos-labs/ts-sdk-1.6.0/enums/MoveAbility.html new file mode 100644 index 000000000..38a52ab88 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/enums/MoveAbility.html @@ -0,0 +1,6 @@ +MoveAbility | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/enums/ProcessorType.html b/docs/@aptos-labs/ts-sdk-1.6.0/enums/ProcessorType.html new file mode 100644 index 000000000..0d080248f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/enums/ProcessorType.html @@ -0,0 +1,11 @@ +ProcessorType | @aptos-labs/ts-sdk - v1.6.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.6.0/enums/RoleType.html b/docs/@aptos-labs/ts-sdk-1.6.0/enums/RoleType.html new file mode 100644 index 000000000..7294520fa --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/enums/RoleType.html @@ -0,0 +1,3 @@ +RoleType | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Enumeration TransactionResponseType

TRANSACTION TYPES

+

Enumeration Members

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/enums/TypeTagParserErrorType.html b/docs/@aptos-labs/ts-sdk-1.6.0/enums/TypeTagParserErrorType.html new file mode 100644 index 000000000..729c980f2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/enums/TypeTagParserErrorType.html @@ -0,0 +1,13 @@ +TypeTagParserErrorType | @aptos-labs/ts-sdk - v1.6.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.6.0/enums/TypeTagVariants.html b/docs/@aptos-labs/ts-sdk-1.6.0/enums/TypeTagVariants.html new file mode 100644 index 000000000..7491b45de --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/enums/TypeTagVariants.html @@ -0,0 +1,16 @@ +TypeTagVariants | @aptos-labs/ts-sdk - v1.6.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.6.0/functions/CKDPriv.html b/docs/@aptos-labs/ts-sdk-1.6.0/functions/CKDPriv.html new file mode 100644 index 000000000..ab03c34b7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/functions/CKDPriv.html @@ -0,0 +1,2 @@ +CKDPriv | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/functions/aptosRequest-1.html b/docs/@aptos-labs/ts-sdk-1.6.0/functions/aptosRequest-1.html new file mode 100644 index 000000000..352d8242b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/functions/aptosRequest-1.html @@ -0,0 +1,5 @@ +aptosRequest | @aptos-labs/ts-sdk - v1.6.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.6.0/functions/buildTransaction.html b/docs/@aptos-labs/ts-sdk-1.6.0/functions/buildTransaction.html new file mode 100644 index 000000000..fff639159 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/functions/buildTransaction.html @@ -0,0 +1,11 @@ +buildTransaction | @aptos-labs/ts-sdk - v1.6.0

Function buildTransaction

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Function deriveTransactionType

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Function fetchEntryFunctionAbi

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/functions/findFirstNonSignerArg.html b/docs/@aptos-labs/ts-sdk-1.6.0/functions/findFirstNonSignerArg.html new file mode 100644 index 000000000..e150e784f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/functions/findFirstNonSignerArg.html @@ -0,0 +1,4 @@ +findFirstNonSignerArg | @aptos-labs/ts-sdk - v1.6.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.6.0/functions/generateMultiSignersSignedTransaction.html b/docs/@aptos-labs/ts-sdk-1.6.0/functions/generateMultiSignersSignedTransaction.html new file mode 100644 index 000000000..ae836aa52 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/functions/generateMultiSignersSignedTransaction.html @@ -0,0 +1,5 @@ +generateMultiSignersSignedTransaction | @aptos-labs/ts-sdk - v1.6.0

Function generateMultiSignersSignedTransaction

Generated using TypeDoc

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

Function generateRawTransaction

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Function generateTransactionPayload

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/functions/getFunctionParts.html b/docs/@aptos-labs/ts-sdk-1.6.0/functions/getFunctionParts.html new file mode 100644 index 000000000..84e81d644 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/functions/getFunctionParts.html @@ -0,0 +1 @@ +getFunctionParts | @aptos-labs/ts-sdk - v1.6.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.6.0/functions/isBcsAddress.html b/docs/@aptos-labs/ts-sdk-1.6.0/functions/isBcsAddress.html new file mode 100644 index 000000000..f35212ece --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/functions/isBcsAddress.html @@ -0,0 +1 @@ +isBcsAddress | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/functions/isValidBIP44Path.html b/docs/@aptos-labs/ts-sdk-1.6.0/functions/isValidBIP44Path.html new file mode 100644 index 000000000..443f01c98 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/functions/isValidBIP44Path.html @@ -0,0 +1,6 @@ +isValidBIP44Path | @aptos-labs/ts-sdk - v1.6.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.6.0/functions/isValidHardenedPath.html b/docs/@aptos-labs/ts-sdk-1.6.0/functions/isValidHardenedPath.html new file mode 100644 index 000000000..fd8f7ffaa --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/functions/isValidHardenedPath.html @@ -0,0 +1,12 @@ +isValidHardenedPath | @aptos-labs/ts-sdk - v1.6.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.6.0/functions/mnemonicToSeed.html b/docs/@aptos-labs/ts-sdk-1.6.0/functions/mnemonicToSeed.html new file mode 100644 index 000000000..8614355c0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/functions/mnemonicToSeed.html @@ -0,0 +1,3 @@ +mnemonicToSeed | @aptos-labs/ts-sdk - v1.6.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.6.0/functions/objectStructTag.html b/docs/@aptos-labs/ts-sdk-1.6.0/functions/objectStructTag.html new file mode 100644 index 000000000..b39e82673 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/functions/objectStructTag.html @@ -0,0 +1 @@ +objectStructTag | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/functions/parseTypeTag.html b/docs/@aptos-labs/ts-sdk-1.6.0/functions/parseTypeTag.html new file mode 100644 index 000000000..5a1da71b3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/functions/parseTypeTag.html @@ -0,0 +1,14 @@ +parseTypeTag | @aptos-labs/ts-sdk - v1.6.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.6.0/functions/post.html b/docs/@aptos-labs/ts-sdk-1.6.0/functions/post.html new file mode 100644 index 000000000..edaa1ffb0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/functions/post.html @@ -0,0 +1,3 @@ +post | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

@aptos-labs/ts-sdk - v1.6.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.6.0/interfaces/AptosResponse.html b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/AptosResponse.html new file mode 100644 index 000000000..e08fe0e50 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/AptosResponse.html @@ -0,0 +1,16 @@ +AptosResponse | @aptos-labs/ts-sdk - v1.6.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.6.0/interfaces/Client.html b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/Client.html new file mode 100644 index 000000000..06f5553eb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/Client.html @@ -0,0 +1,2 @@ +Client | @aptos-labs/ts-sdk - v1.6.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.6.0/interfaces/ClientRequest.html b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/ClientRequest.html new file mode 100644 index 000000000..35e47bad5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/ClientRequest.html @@ -0,0 +1,8 @@ +ClientRequest | @aptos-labs/ts-sdk - v1.6.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.6.0/interfaces/ClientResponse.html b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/ClientResponse.html new file mode 100644 index 000000000..46435c463 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/ClientResponse.html @@ -0,0 +1,8 @@ +ClientResponse | @aptos-labs/ts-sdk - v1.6.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.6.0/interfaces/Deserializable.html b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/Deserializable.html new file mode 100644 index 000000000..ab606d093 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/Deserializable.html @@ -0,0 +1,6 @@ +Deserializable | @aptos-labs/ts-sdk - v1.6.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.6.0/interfaces/EntryFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/EntryFunctionArgument.html new file mode 100644 index 000000000..559a8d782 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/EntryFunctionArgument.html @@ -0,0 +1,8 @@ +EntryFunctionArgument | @aptos-labs/ts-sdk - v1.6.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.6.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html new file mode 100644 index 000000000..48772dfef --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html @@ -0,0 +1,9 @@ +InputGenerateMultiAgentRawTransactionArgs | @aptos-labs/ts-sdk - v1.6.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.6.0/interfaces/InputGenerateMultiAgentRawTransactionData.html b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/InputGenerateMultiAgentRawTransactionData.html new file mode 100644 index 000000000..31efd0b3e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/InputGenerateMultiAgentRawTransactionData.html @@ -0,0 +1,7 @@ +InputGenerateMultiAgentRawTransactionData | @aptos-labs/ts-sdk - v1.6.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.6.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html new file mode 100644 index 000000000..213447064 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html @@ -0,0 +1,8 @@ +InputGenerateSingleSignerRawTransactionArgs | @aptos-labs/ts-sdk - v1.6.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.6.0/interfaces/InputGenerateSingleSignerRawTransactionData.html b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/InputGenerateSingleSignerRawTransactionData.html new file mode 100644 index 000000000..b96a778a8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/InputGenerateSingleSignerRawTransactionData.html @@ -0,0 +1,7 @@ +InputGenerateSingleSignerRawTransactionData | @aptos-labs/ts-sdk - v1.6.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.6.0/interfaces/InputSubmitTransactionData.html b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/InputSubmitTransactionData.html new file mode 100644 index 000000000..02019ceae --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/InputSubmitTransactionData.html @@ -0,0 +1,6 @@ +InputSubmitTransactionData | @aptos-labs/ts-sdk - v1.6.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.6.0/interfaces/MultiAgentTransaction.html b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/MultiAgentTransaction.html new file mode 100644 index 000000000..c5ad7779c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/MultiAgentTransaction.html @@ -0,0 +1,7 @@ +MultiAgentTransaction | @aptos-labs/ts-sdk - v1.6.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.6.0/interfaces/OrderByArg.html b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/OrderByArg.html new file mode 100644 index 000000000..39ea5df2a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/OrderByArg.html @@ -0,0 +1,2 @@ +OrderByArg | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/PaginationArgs.html b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/PaginationArgs.html new file mode 100644 index 000000000..6304ca743 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/PaginationArgs.html @@ -0,0 +1,6 @@ +PaginationArgs | @aptos-labs/ts-sdk - v1.6.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.6.0/interfaces/ScriptFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/ScriptFunctionArgument.html new file mode 100644 index 000000000..e3e5102d8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/ScriptFunctionArgument.html @@ -0,0 +1,9 @@ +ScriptFunctionArgument | @aptos-labs/ts-sdk - v1.6.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.6.0/interfaces/SimpleTransaction.html b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/SimpleTransaction.html new file mode 100644 index 000000000..a5ce009c6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/SimpleTransaction.html @@ -0,0 +1,6 @@ +SimpleTransaction | @aptos-labs/ts-sdk - v1.6.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.6.0/interfaces/TokenStandardArg.html b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/TokenStandardArg.html new file mode 100644 index 000000000..123480722 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/TokenStandardArg.html @@ -0,0 +1,2 @@ +TokenStandardArg | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/TransactionArgument.html b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/TransactionArgument.html new file mode 100644 index 000000000..f82a47547 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/TransactionArgument.html @@ -0,0 +1,12 @@ +TransactionArgument | @aptos-labs/ts-sdk - v1.6.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.6.0/interfaces/TransactionWorkerEvents.html b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/TransactionWorkerEvents.html new file mode 100644 index 000000000..973fa65fd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/TransactionWorkerEvents.html @@ -0,0 +1,6 @@ +TransactionWorkerEvents | @aptos-labs/ts-sdk - v1.6.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.6.0/interfaces/WhereArg.html b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/WhereArg.html new file mode 100644 index 000000000..1b1116381 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/interfaces/WhereArg.html @@ -0,0 +1,2 @@ +WhereArg | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/modules.html b/docs/@aptos-labs/ts-sdk-1.6.0/modules.html new file mode 100644 index 000000000..646600aa6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/modules.html @@ -0,0 +1,345 @@ +@aptos-labs/ts-sdk - v1.6.0

@aptos-labs/ts-sdk - v1.6.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 +InputEntryFunctionDataWithRemoteABI +InputGenerateRawTransactionArgs +InputGenerateTransactionData +InputGenerateTransactionOptions +InputGenerateTransactionPayloadData +InputGenerateTransactionPayloadDataWithRemoteABI +InputMultiSigData +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 +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.6.0/types/AccountAddressInput.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/AccountAddressInput.html new file mode 100644 index 000000000..0a0c9cf83 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/AccountAddressInput.html @@ -0,0 +1 @@ +AccountAddressInput | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/AptosRequest.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/AptosRequest.html new file mode 100644 index 000000000..cc63d1c18 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/AptosRequest.html @@ -0,0 +1,11 @@ +AptosRequest | @aptos-labs/ts-sdk - v1.6.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.6.0/types/AptosSettings.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/AptosSettings.html new file mode 100644 index 000000000..78ad4db16 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/AptosSettings.html @@ -0,0 +1,4 @@ +AptosSettings | @aptos-labs/ts-sdk - v1.6.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.6.0/types/AuthenticationKeyScheme.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/AuthenticationKeyScheme.html new file mode 100644 index 000000000..7dac147b8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/AuthenticationKeyScheme.html @@ -0,0 +1,3 @@ +AuthenticationKeyScheme | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/Block.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/Block.html new file mode 100644 index 000000000..f7e69695a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/Block.html @@ -0,0 +1,3 @@ +Block | @aptos-labs/ts-sdk - v1.6.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.6.0/types/BlockMetadataTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/BlockMetadataTransactionResponse.html new file mode 100644 index 000000000..cd09e7797 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/BlockMetadataTransactionResponse.html @@ -0,0 +1,7 @@ +BlockMetadataTransactionResponse | @aptos-labs/ts-sdk - v1.6.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;
    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
  • Optional state_checkpoint_hash?: string
  • 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.6.0/types/ClientConfig.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/ClientConfig.html new file mode 100644 index 000000000..f13197aba --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/ClientConfig.html @@ -0,0 +1,6 @@ +ClientConfig | @aptos-labs/ts-sdk - v1.6.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.6.0/types/CommittedTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/CommittedTransactionResponse.html new file mode 100644 index 000000000..03957761c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/CommittedTransactionResponse.html @@ -0,0 +1 @@ +CommittedTransactionResponse | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/DecodedTableData.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/DecodedTableData.html new file mode 100644 index 000000000..813b854e0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/DecodedTableData.html @@ -0,0 +1,5 @@ +DecodedTableData | @aptos-labs/ts-sdk - v1.6.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.6.0/types/DeletedTableData.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/DeletedTableData.html new file mode 100644 index 000000000..1824ea1c3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/DeletedTableData.html @@ -0,0 +1,4 @@ +DeletedTableData | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/EntryFunctionABI.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/EntryFunctionABI.html new file mode 100644 index 000000000..70a50a924 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/EntryFunctionABI.html @@ -0,0 +1,3 @@ +EntryFunctionABI | @aptos-labs/ts-sdk - v1.6.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.6.0/types/EntryFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/EntryFunctionArgumentTypes.html new file mode 100644 index 000000000..e0188c6f8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/EntryFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +EntryFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/EntryFunctionPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/EntryFunctionPayloadResponse.html new file mode 100644 index 000000000..16ee425ce --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/EntryFunctionPayloadResponse.html @@ -0,0 +1,3 @@ +EntryFunctionPayloadResponse | @aptos-labs/ts-sdk - v1.6.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.6.0/types/Event.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/Event.html new file mode 100644 index 000000000..1c1115731 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/Event.html @@ -0,0 +1,2 @@ +Event | @aptos-labs/ts-sdk - v1.6.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.6.0/types/EventGuid.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/EventGuid.html new file mode 100644 index 000000000..755dab772 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/EventGuid.html @@ -0,0 +1 @@ +EventGuid | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/ExecutionFinishEventData.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/ExecutionFinishEventData.html new file mode 100644 index 000000000..0625cd2c1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/ExecutionFinishEventData.html @@ -0,0 +1 @@ +ExecutionFinishEventData | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/GasEstimation.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/GasEstimation.html new file mode 100644 index 000000000..d683314ad --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/GasEstimation.html @@ -0,0 +1,5 @@ +GasEstimation | @aptos-labs/ts-sdk - v1.6.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.6.0/types/GenerateAccount.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/GenerateAccount.html new file mode 100644 index 000000000..1925211c4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/GenerateAccount.html @@ -0,0 +1 @@ +GenerateAccount | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/GenerateAccountWithEd25519.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/GenerateAccountWithEd25519.html new file mode 100644 index 000000000..a678bea4f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/GenerateAccountWithEd25519.html @@ -0,0 +1,3 @@ +GenerateAccountWithEd25519 | @aptos-labs/ts-sdk - v1.6.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.6.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html new file mode 100644 index 000000000..cdb38bb4e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html @@ -0,0 +1,3 @@ +GenerateAccountWithSingleSignerSecp256k1Key | @aptos-labs/ts-sdk - v1.6.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.6.0/types/GenesisPayload.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/GenesisPayload.html new file mode 100644 index 000000000..95d9037d3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/GenesisPayload.html @@ -0,0 +1 @@ +GenesisPayload | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/GenesisTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/GenesisTransactionResponse.html new file mode 100644 index 000000000..842e90daf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/GenesisTransactionResponse.html @@ -0,0 +1,5 @@ +GenesisTransactionResponse | @aptos-labs/ts-sdk - v1.6.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.6.0/types/GetANSNameResponse.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetANSNameResponse.html new file mode 100644 index 000000000..533756fdf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetANSNameResponse.html @@ -0,0 +1 @@ +GetANSNameResponse | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/GetAccountOwnedObjectsResponse.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetAccountOwnedObjectsResponse.html new file mode 100644 index 000000000..d02445f0f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetAccountOwnedObjectsResponse.html @@ -0,0 +1,7 @@ +GetAccountOwnedObjectsResponse | @aptos-labs/ts-sdk - v1.6.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.6.0/types/GetAccountOwnedTokensFromCollectionResponse.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetAccountOwnedTokensFromCollectionResponse.html new file mode 100644 index 000000000..ccaa7a987 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetAccountOwnedTokensFromCollectionResponse.html @@ -0,0 +1 @@ +GetAccountOwnedTokensFromCollectionResponse | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/GetAccountOwnedTokensQueryResponse.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetAccountOwnedTokensQueryResponse.html new file mode 100644 index 000000000..397d3de05 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetAccountOwnedTokensQueryResponse.html @@ -0,0 +1 @@ +GetAccountOwnedTokensQueryResponse | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/GetChainTopUserTransactionsResponse.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetChainTopUserTransactionsResponse.html new file mode 100644 index 000000000..5282ee65c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetChainTopUserTransactionsResponse.html @@ -0,0 +1 @@ +GetChainTopUserTransactionsResponse | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/GetFungibleAssetActivitiesResponse.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetFungibleAssetActivitiesResponse.html new file mode 100644 index 000000000..8497a2e61 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetFungibleAssetActivitiesResponse.html @@ -0,0 +1 @@ +GetFungibleAssetActivitiesResponse | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/GetFungibleAssetMetadataResponse.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetFungibleAssetMetadataResponse.html new file mode 100644 index 000000000..260728c33 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetFungibleAssetMetadataResponse.html @@ -0,0 +1 @@ +GetFungibleAssetMetadataResponse | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/GetProcessorStatusResponse.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetProcessorStatusResponse.html new file mode 100644 index 000000000..6a58f7102 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetProcessorStatusResponse.html @@ -0,0 +1 @@ +GetProcessorStatusResponse | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/GetRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetRequestOptions.html new file mode 100644 index 000000000..de28a4fab --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetRequestOptions.html @@ -0,0 +1,9 @@ +GetRequestOptions | @aptos-labs/ts-sdk - v1.6.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.6.0/types/GetTokenActivityResponse.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetTokenActivityResponse.html new file mode 100644 index 000000000..befc89654 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetTokenActivityResponse.html @@ -0,0 +1 @@ +GetTokenActivityResponse | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/GetTokenDataResponse.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetTokenDataResponse.html new file mode 100644 index 000000000..956e4ac82 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/GetTokenDataResponse.html @@ -0,0 +1 @@ +GetTokenDataResponse | @aptos-labs/ts-sdk - v1.6.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/GraphqlQuery.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/GraphqlQuery.html new file mode 100644 index 000000000..61966e630 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/GraphqlQuery.html @@ -0,0 +1,2 @@ +GraphqlQuery | @aptos-labs/ts-sdk - v1.6.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.6.0/types/HexInput.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/HexInput.html new file mode 100644 index 000000000..19a0656c2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/HexInput.html @@ -0,0 +1,2 @@ +HexInput | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/InputGenerateTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/InputGenerateTransactionOptions.html new file mode 100644 index 000000000..4542faab0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/InputGenerateTransactionOptions.html @@ -0,0 +1,2 @@ +InputGenerateTransactionOptions | @aptos-labs/ts-sdk - v1.6.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.6.0/types/InputGenerateTransactionPayloadData.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/InputGenerateTransactionPayloadData.html new file mode 100644 index 000000000..c16c0e022 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/InputGenerateTransactionPayloadData.html @@ -0,0 +1,3 @@ +InputGenerateTransactionPayloadData | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/InputSimulateTransactionData.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/InputSimulateTransactionData.html new file mode 100644 index 000000000..c84016a2d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/InputSimulateTransactionData.html @@ -0,0 +1,5 @@ +InputSimulateTransactionData | @aptos-labs/ts-sdk - v1.6.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.6.0/types/InputSimulateTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/InputSimulateTransactionOptions.html new file mode 100644 index 000000000..de513e227 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/InputSimulateTransactionOptions.html @@ -0,0 +1 @@ +InputSimulateTransactionOptions | @aptos-labs/ts-sdk - v1.6.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.6.0/types/InputViewRequestData.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/InputViewRequestData.html new file mode 100644 index 000000000..0ed70615d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/InputViewRequestData.html @@ -0,0 +1,2 @@ +InputViewRequestData | @aptos-labs/ts-sdk - v1.6.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.6.0/types/LedgerInfo.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/LedgerInfo.html new file mode 100644 index 000000000..f0b1260d4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/LedgerInfo.html @@ -0,0 +1,4 @@ +LedgerInfo | @aptos-labs/ts-sdk - v1.6.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.6.0/types/LedgerVersionArg.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/LedgerVersionArg.html new file mode 100644 index 000000000..bde718f4c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/LedgerVersionArg.html @@ -0,0 +1,2 @@ +LedgerVersionArg | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveFunction.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveFunction.html new file mode 100644 index 000000000..ef86df2dc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveFunction.html @@ -0,0 +1,7 @@ +MoveFunction | @aptos-labs/ts-sdk - v1.6.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.6.0/types/MoveFunctionGenericTypeParam.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveFunctionGenericTypeParam.html new file mode 100644 index 000000000..ab6f5ab29 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveFunctionGenericTypeParam.html @@ -0,0 +1,2 @@ +MoveFunctionGenericTypeParam | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveModule.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveModule.html new file mode 100644 index 000000000..16a454285 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveModule.html @@ -0,0 +1,5 @@ +MoveModule | @aptos-labs/ts-sdk - v1.6.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.6.0/types/MoveModuleBytecode.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveModuleBytecode.html new file mode 100644 index 000000000..562e3bf07 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveModuleBytecode.html @@ -0,0 +1 @@ +MoveModuleBytecode | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveResource.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveResource.html new file mode 100644 index 000000000..477e198e1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveResource.html @@ -0,0 +1 @@ +MoveResource | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveStruct.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveStruct.html new file mode 100644 index 000000000..b618488e5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveStruct.html @@ -0,0 +1,6 @@ +MoveStruct | @aptos-labs/ts-sdk - v1.6.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.6.0/types/MoveStructField.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveStructField.html new file mode 100644 index 000000000..41d163a8e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveStructField.html @@ -0,0 +1,2 @@ +MoveStructField | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveUint16Type.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveUint16Type.html new file mode 100644 index 000000000..8382a17b5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveUint16Type.html @@ -0,0 +1 @@ +MoveUint16Type | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveUint256Type.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveUint256Type.html new file mode 100644 index 000000000..24c7408ed --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveUint256Type.html @@ -0,0 +1 @@ +MoveUint256Type | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveUint32Type.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveUint32Type.html new file mode 100644 index 000000000..7061e9068 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveUint32Type.html @@ -0,0 +1 @@ +MoveUint32Type | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveUint64Type.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveUint64Type.html new file mode 100644 index 000000000..394ebfe49 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/MoveUint64Type.html @@ -0,0 +1 @@ +MoveUint64Type | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/ParsingResult.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/ParsingResult.html new file mode 100644 index 000000000..0dfcb2a74 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/ParsingResult.html @@ -0,0 +1,6 @@ +ParsingResult | @aptos-labs/ts-sdk - v1.6.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.6.0/types/PendingTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/PendingTransactionResponse.html new file mode 100644 index 000000000..87add0d95 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/PendingTransactionResponse.html @@ -0,0 +1 @@ +PendingTransactionResponse | @aptos-labs/ts-sdk - v1.6.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.6.0/types/PostAptosRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/PostAptosRequestOptions.html new file mode 100644 index 000000000..3e188e780 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/PostAptosRequestOptions.html @@ -0,0 +1 @@ +PostAptosRequestOptions | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/PostRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/PostRequestOptions.html new file mode 100644 index 000000000..b7e7a0701 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/PostRequestOptions.html @@ -0,0 +1,10 @@ +PostRequestOptions | @aptos-labs/ts-sdk - v1.6.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.6.0/types/ScriptFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/ScriptFunctionArgumentTypes.html new file mode 100644 index 000000000..06e7f0190 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/ScriptFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +ScriptFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/StateCheckpointTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/StateCheckpointTransactionResponse.html new file mode 100644 index 000000000..18004066c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/StateCheckpointTransactionResponse.html @@ -0,0 +1,4 @@ +StateCheckpointTransactionResponse | @aptos-labs/ts-sdk - v1.6.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;
        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
    • Optional state_checkpoint_hash?: string
    • 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.6.0/types/SuccessEventData.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/SuccessEventData.html new file mode 100644 index 000000000..252af285f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/SuccessEventData.html @@ -0,0 +1 @@ +SuccessEventData | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/TableItemRequest.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/TableItemRequest.html new file mode 100644 index 000000000..9788d1146 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/TableItemRequest.html @@ -0,0 +1,3 @@ +TableItemRequest | @aptos-labs/ts-sdk - v1.6.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.6.0/types/TokenStandard.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/TokenStandard.html new file mode 100644 index 000000000..1b63062cd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/TokenStandard.html @@ -0,0 +1,2 @@ +TokenStandard | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionEd25519Signature.html new file mode 100644 index 000000000..34a32c05d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionEd25519Signature.html @@ -0,0 +1 @@ +TransactionEd25519Signature | @aptos-labs/ts-sdk - v1.6.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.6.0/types/TransactionFeePayerSignature.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionFeePayerSignature.html new file mode 100644 index 000000000..49ebf480f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionFeePayerSignature.html @@ -0,0 +1,3 @@ +TransactionFeePayerSignature | @aptos-labs/ts-sdk - v1.6.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.6.0/types/TransactionMultiAgentSignature.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionMultiAgentSignature.html new file mode 100644 index 000000000..a071e2515 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionMultiAgentSignature.html @@ -0,0 +1,3 @@ +TransactionMultiAgentSignature | @aptos-labs/ts-sdk - v1.6.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.6.0/types/TransactionMultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionMultiEd25519Signature.html new file mode 100644 index 000000000..65c989075 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionMultiEd25519Signature.html @@ -0,0 +1,4 @@ +TransactionMultiEd25519Signature | @aptos-labs/ts-sdk - v1.6.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.6.0/types/TransactionPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionPayloadResponse.html new file mode 100644 index 000000000..4dbe48c50 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionPayloadResponse.html @@ -0,0 +1 @@ +TransactionPayloadResponse | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionSecp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionSecp256k1Signature.html new file mode 100644 index 000000000..d8b0319df --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionSecp256k1Signature.html @@ -0,0 +1 @@ +TransactionSecp256k1Signature | @aptos-labs/ts-sdk - v1.6.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.6.0/types/TransactionSignature.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionSignature.html new file mode 100644 index 000000000..faccf73b4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/TransactionSignature.html @@ -0,0 +1,2 @@ +TransactionSignature | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/Uint16.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/Uint16.html new file mode 100644 index 000000000..119ea843b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/Uint16.html @@ -0,0 +1 @@ +Uint16 | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/UserTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/UserTransactionResponse.html new file mode 100644 index 000000000..55f1d26b4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/UserTransactionResponse.html @@ -0,0 +1,5 @@ +UserTransactionResponse | @aptos-labs/ts-sdk - v1.6.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;
        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
    • Optional state_checkpoint_hash?: string
    • 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.6.0/types/ViewRequest.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/ViewRequest.html new file mode 100644 index 000000000..0cc106444 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/ViewRequest.html @@ -0,0 +1,5 @@ +ViewRequest | @aptos-labs/ts-sdk - v1.6.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.6.0/types/WaitForTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/WaitForTransactionOptions.html new file mode 100644 index 000000000..9a88cdc00 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/WaitForTransactionOptions.html @@ -0,0 +1,2 @@ +WaitForTransactionOptions | @aptos-labs/ts-sdk - v1.6.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.6.0/types/WriteSet.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSet.html new file mode 100644 index 000000000..93414eb8c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSet.html @@ -0,0 +1 @@ +WriteSet | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChangeDeleteModule.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChangeDeleteModule.html new file mode 100644 index 000000000..8da5dea34 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChangeDeleteModule.html @@ -0,0 +1,2 @@ +WriteSetChangeDeleteModule | @aptos-labs/ts-sdk - v1.6.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.6.0/types/WriteSetChangeDeleteResource.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChangeDeleteResource.html new file mode 100644 index 000000000..62bfcf78e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChangeDeleteResource.html @@ -0,0 +1 @@ +WriteSetChangeDeleteResource | @aptos-labs/ts-sdk - v1.6.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.6.0/types/WriteSetChangeDeleteTableItem.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChangeDeleteTableItem.html new file mode 100644 index 000000000..4efa84d47 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChangeDeleteTableItem.html @@ -0,0 +1 @@ +WriteSetChangeDeleteTableItem | @aptos-labs/ts-sdk - v1.6.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.6.0/types/WriteSetChangeWriteModule.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChangeWriteModule.html new file mode 100644 index 000000000..8a95527ee --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChangeWriteModule.html @@ -0,0 +1 @@ +WriteSetChangeWriteModule | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChangeWriteResource.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChangeWriteResource.html new file mode 100644 index 000000000..17dd5e7b8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChangeWriteResource.html @@ -0,0 +1 @@ +WriteSetChangeWriteResource | @aptos-labs/ts-sdk - v1.6.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.6.0/types/WriteSetChangeWriteTableItem.html b/docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChangeWriteTableItem.html new file mode 100644 index 000000000..a9f00d265 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/types/WriteSetChangeWriteTableItem.html @@ -0,0 +1 @@ +WriteSetChangeWriteTableItem | @aptos-labs/ts-sdk - v1.6.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.6.0/variables/APTOS_BIP44_REGEX.html b/docs/@aptos-labs/ts-sdk-1.6.0/variables/APTOS_BIP44_REGEX.html new file mode 100644 index 000000000..e69e979af --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/variables/APTOS_BIP44_REGEX.html @@ -0,0 +1 @@ +APTOS_BIP44_REGEX | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/variables/APTOS_COIN.html b/docs/@aptos-labs/ts-sdk-1.6.0/variables/APTOS_COIN.html new file mode 100644 index 000000000..51e4d8c56 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/variables/APTOS_COIN.html @@ -0,0 +1,2 @@ +APTOS_COIN | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/variables/APTOS_HARDENED_REGEX.html b/docs/@aptos-labs/ts-sdk-1.6.0/variables/APTOS_HARDENED_REGEX.html new file mode 100644 index 000000000..cd7d61bad --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/variables/APTOS_HARDENED_REGEX.html @@ -0,0 +1,2 @@ +APTOS_HARDENED_REGEX | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/variables/DEFAULT_MAX_GAS_AMOUNT.html b/docs/@aptos-labs/ts-sdk-1.6.0/variables/DEFAULT_MAX_GAS_AMOUNT.html new file mode 100644 index 000000000..937fc98be --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/variables/DEFAULT_MAX_GAS_AMOUNT.html @@ -0,0 +1,5 @@ +DEFAULT_MAX_GAS_AMOUNT | @aptos-labs/ts-sdk - v1.6.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.6.0/variables/DEFAULT_NETWORK.html b/docs/@aptos-labs/ts-sdk-1.6.0/variables/DEFAULT_NETWORK.html new file mode 100644 index 000000000..0aab17a98 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/variables/DEFAULT_NETWORK.html @@ -0,0 +1 @@ +DEFAULT_NETWORK | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html b/docs/@aptos-labs/ts-sdk-1.6.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html new file mode 100644 index 000000000..5e16031fd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html @@ -0,0 +1,5 @@ +DEFAULT_TXN_EXP_SEC_FROM_NOW | @aptos-labs/ts-sdk - v1.6.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.6.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html b/docs/@aptos-labs/ts-sdk-1.6.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html new file mode 100644 index 000000000..a0848a15f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html @@ -0,0 +1,4 @@ +DEFAULT_TXN_TIMEOUT_SEC | @aptos-labs/ts-sdk - v1.6.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.6.0/variables/HARDENED_OFFSET.html b/docs/@aptos-labs/ts-sdk-1.6.0/variables/HARDENED_OFFSET.html new file mode 100644 index 000000000..fca113ee0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/variables/HARDENED_OFFSET.html @@ -0,0 +1 @@ +HARDENED_OFFSET | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/variables/NetworkToFaucetAPI.html b/docs/@aptos-labs/ts-sdk-1.6.0/variables/NetworkToFaucetAPI.html new file mode 100644 index 000000000..55cc74fc0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/variables/NetworkToFaucetAPI.html @@ -0,0 +1 @@ +NetworkToFaucetAPI | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/variables/NetworkToIndexerAPI.html b/docs/@aptos-labs/ts-sdk-1.6.0/variables/NetworkToIndexerAPI.html new file mode 100644 index 000000000..9c216c055 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/variables/NetworkToIndexerAPI.html @@ -0,0 +1 @@ +NetworkToIndexerAPI | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/variables/NetworkToNetworkName.html b/docs/@aptos-labs/ts-sdk-1.6.0/variables/NetworkToNetworkName.html new file mode 100644 index 000000000..3c02d3933 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/variables/NetworkToNetworkName.html @@ -0,0 +1 @@ +NetworkToNetworkName | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.6.0/variables/NetworkToNodeAPI.html b/docs/@aptos-labs/ts-sdk-1.6.0/variables/NetworkToNodeAPI.html new file mode 100644 index 000000000..9f8278328 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.6.0/variables/NetworkToNodeAPI.html @@ -0,0 +1 @@ +NetworkToNodeAPI | @aptos-labs/ts-sdk - v1.6.0

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 94c0aab71..45302b8cf 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,6 +5,7 @@ This is a repository of all Aptos TypeScript SDK documentation by version. +- [Stable - @aptos-labs/ts-sdk-1.6.0](@aptos-labs/ts-sdk-1.6.0) - [Stable - @aptos-labs/ts-sdk-1.5.1](@aptos-labs/ts-sdk-1.5.1) - [Stable - @aptos-labs/ts-sdk-1.5.0](@aptos-labs/ts-sdk-1.5.0) - [Stable - @aptos-labs/ts-sdk-1.4.0](@aptos-labs/ts-sdk-1.4.0) diff --git a/package.json b/package.json index 4b85e74a3..1bf32656f 100644 --- a/package.json +++ b/package.json @@ -84,5 +84,5 @@ "typedoc": "^0.25.4", "typescript": "^5.3.3" }, - "version": "1.5.1" + "version": "1.6.0" } diff --git a/src/version.ts b/src/version.ts index 13def82a7..19493f2e9 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.5.1"; +export const VERSION = "1.6.0";