From e579b83e804e589771af94bcd9c9c52687160b41 Mon Sep 17 00:00:00 2001 From: 0xaptosj <129789810+0xaptosj@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:02:37 -0800 Subject: [PATCH] Bump version to 1.9.0 (#313) bump version to 1.9.0 --- CHANGELOG.md | 2 + docs/@aptos-labs/ts-sdk-1.9.0/.nojekyll | 1 + .../ts-sdk-1.9.0/assets/highlight.css | 141 ++ docs/@aptos-labs/ts-sdk-1.9.0/assets/main.js | 59 + .../ts-sdk-1.9.0/assets/navigation.js | 1 + .../@aptos-labs/ts-sdk-1.9.0/assets/search.js | 1 + .../@aptos-labs/ts-sdk-1.9.0/assets/style.css | 1394 +++++++++++++++++ .../ts-sdk-1.9.0/classes/Account.html | 46 + .../ts-sdk-1.9.0/classes/AccountAddress.html | 152 ++ .../classes/AccountAuthenticator.html | 15 + .../classes/AccountAuthenticatorEd25519.html | 21 + .../AccountAuthenticatorMultiEd25519.html | 21 + .../classes/AccountAuthenticatorMultiKey.html | 22 + .../AccountAuthenticatorSingleKey.html | 21 + .../classes/AccountPublicKey.html | 20 + .../classes/AccountSequenceNumber.html | 29 + .../ts-sdk-1.9.0/classes/AnyPublicKey.html | 33 + .../ts-sdk-1.9.0/classes/AnySignature.html | 21 + .../ts-sdk-1.9.0/classes/Aptos.html | 578 +++++++ .../ts-sdk-1.9.0/classes/AptosApiError.html | 23 + .../ts-sdk-1.9.0/classes/AptosConfig.html | 14 + .../classes/AuthenticationKey.html | 39 + .../ts-sdk-1.9.0/classes/Bool.html | 20 + .../ts-sdk-1.9.0/classes/ChainId.html | 13 + .../ts-sdk-1.9.0/classes/Deserializer.html | 63 + .../ts-sdk-1.9.0/classes/Ed25519Account.html | 26 + .../classes/Ed25519PrivateKey.html | 52 + .../classes/Ed25519PublicKey.html | 33 + .../classes/Ed25519Signature.html | 20 + .../ts-sdk-1.9.0/classes/EntryFunction.html | 43 + .../classes/EntryFunctionBytes.html | 28 + .../classes/FeePayerRawTransaction.html | 21 + .../ts-sdk-1.9.0/classes/FixedBytes.html | 33 + .../@aptos-labs/ts-sdk-1.9.0/classes/Hex.html | 50 + .../ts-sdk-1.9.0/classes/Identifier.html | 15 + .../ts-sdk-1.9.0/classes/ModuleId.html | 22 + .../ts-sdk-1.9.0/classes/MoveOption.html | 83 + .../ts-sdk-1.9.0/classes/MoveString.html | 20 + .../ts-sdk-1.9.0/classes/MoveVector.html | 88 ++ .../classes/MultiAgentRawTransaction.html | 19 + .../classes/MultiEd25519PublicKey.html | 36 + .../classes/MultiEd25519Signature.html | 45 + .../ts-sdk-1.9.0/classes/MultiKey.html | 32 + .../classes/MultiKeySignature.html | 43 + .../ts-sdk-1.9.0/classes/MultiSig.html | 11 + .../classes/MultiSigTransactionPayload.html | 21 + .../ts-sdk-1.9.0/classes/ParsingError.html | 16 + .../ts-sdk-1.9.0/classes/PublicKey.html | 18 + .../ts-sdk-1.9.0/classes/RawTransaction.html | 31 + .../classes/RawTransactionWithData.html | 14 + .../classes/RotationProofChallenge.html | 19 + .../ts-sdk-1.9.0/classes/Script.html | 21 + .../classes/Secp256k1PrivateKey.html | 46 + .../classes/Secp256k1PublicKey.html | 25 + .../classes/Secp256k1Signature.html | 22 + .../ts-sdk-1.9.0/classes/Serializable.html | 10 + .../ts-sdk-1.9.0/classes/Serializer.html | 67 + .../ts-sdk-1.9.0/classes/Signature.html | 18 + .../classes/SignedTransaction.html | 21 + .../classes/SingleKeyAccount.html | 30 + .../ts-sdk-1.9.0/classes/StructTag.html | 15 + .../classes/TransactionAuthenticator.html | 11 + .../TransactionAuthenticatorEd25519.html | 19 + .../TransactionAuthenticatorFeePayer.html | 21 + .../TransactionAuthenticatorMultiAgent.html | 19 + .../TransactionAuthenticatorMultiEd25519.html | 17 + .../TransactionAuthenticatorSingleSender.html | 15 + .../classes/TransactionPayload.html | 15 + .../TransactionPayloadEntryFunction.html | 16 + .../classes/TransactionPayloadMultiSig.html | 16 + .../classes/TransactionPayloadScript.html | 16 + .../classes/TransactionWorker.html | 82 + .../ts-sdk-1.9.0/classes/TypeTag.html | 24 + .../ts-sdk-1.9.0/classes/TypeTagAddress.html | 25 + .../ts-sdk-1.9.0/classes/TypeTagBool.html | 25 + .../ts-sdk-1.9.0/classes/TypeTagGeneric.html | 29 + .../classes/TypeTagParserError.html | 11 + .../classes/TypeTagReference.html | 26 + .../ts-sdk-1.9.0/classes/TypeTagSigner.html | 25 + .../ts-sdk-1.9.0/classes/TypeTagStruct.html | 30 + .../ts-sdk-1.9.0/classes/TypeTagU128.html | 25 + .../ts-sdk-1.9.0/classes/TypeTagU16.html | 25 + .../ts-sdk-1.9.0/classes/TypeTagU256.html | 25 + .../ts-sdk-1.9.0/classes/TypeTagU32.html | 25 + .../ts-sdk-1.9.0/classes/TypeTagU64.html | 25 + .../ts-sdk-1.9.0/classes/TypeTagU8.html | 25 + .../ts-sdk-1.9.0/classes/TypeTagVector.html | 27 + .../ts-sdk-1.9.0/classes/U128.html | 20 + .../@aptos-labs/ts-sdk-1.9.0/classes/U16.html | 20 + .../ts-sdk-1.9.0/classes/U256.html | 20 + .../@aptos-labs/ts-sdk-1.9.0/classes/U32.html | 20 + .../@aptos-labs/ts-sdk-1.9.0/classes/U64.html | 20 + docs/@aptos-labs/ts-sdk-1.9.0/classes/U8.html | 20 + .../enums/AccountAuthenticatorVariant.html | 7 + .../enums/AddressInvalidReason.html | 9 + .../enums/AnyPublicKeyVariant.html | 3 + .../enums/AnySignatureVariant.html | 3 + .../ts-sdk-1.9.0/enums/AptosApiType.html | 5 + .../ts-sdk-1.9.0/enums/DeriveScheme.html | 12 + .../ts-sdk-1.9.0/enums/HexInvalidReason.html | 5 + .../ts-sdk-1.9.0/enums/KeyType.html | 3 + .../ts-sdk-1.9.0/enums/MimeType.html | 7 + .../ts-sdk-1.9.0/enums/MoveAbility.html | 6 + .../enums/MoveFunctionVisibility.html | 5 + .../ts-sdk-1.9.0/enums/Network.html | 7 + .../ts-sdk-1.9.0/enums/ProcessorType.html | 11 + .../ts-sdk-1.9.0/enums/RoleType.html | 3 + .../ScriptTransactionArgumentVariants.html | 12 + .../ts-sdk-1.9.0/enums/SigningScheme.html | 8 + .../enums/SigningSchemeInput.html | 5 + .../TransactionAuthenticatorVariant.html | 8 + .../enums/TransactionPayloadVariants.html | 6 + .../enums/TransactionResponseType.html | 8 + .../enums/TransactionVariants.html | 5 + .../enums/TransactionWorkerEventsEnum.html | 6 + .../enums/TypeTagParserErrorType.html | 13 + .../ts-sdk-1.9.0/enums/TypeTagVariants.html | 16 + .../ts-sdk-1.9.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.9.0/functions/deriveKey.html | 1 + .../functions/deriveTransactionType.html | 4 + .../deserializeFromScriptArgument.html | 2 + .../ts-sdk-1.9.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.9.0/functions/get.html | 3 + .../functions/getAptosFullNode.html | 1 + .../getAuthenticatorForSimulation.html | 1 + .../functions/getFunctionParts.html | 1 + .../ts-sdk-1.9.0/functions/isBcsAddress.html | 1 + .../ts-sdk-1.9.0/functions/isBcsBool.html | 1 + .../functions/isBcsFixedBytes.html | 1 + .../ts-sdk-1.9.0/functions/isBcsString.html | 1 + .../ts-sdk-1.9.0/functions/isBcsU128.html | 1 + .../ts-sdk-1.9.0/functions/isBcsU16.html | 1 + .../ts-sdk-1.9.0/functions/isBcsU256.html | 1 + .../ts-sdk-1.9.0/functions/isBcsU32.html | 1 + .../ts-sdk-1.9.0/functions/isBcsU64.html | 1 + .../ts-sdk-1.9.0/functions/isBcsU8.html | 1 + .../isBlockMetadataTransactionResponse.html | 1 + .../ts-sdk-1.9.0/functions/isBool.html | 1 + .../functions/isEd25519Signature.html | 1 + .../isEncodedEntryFunctionArgument.html | 1 + .../functions/isFeePayerSignature.html | 1 + .../isGenesisTransactionResponse.html | 1 + .../ts-sdk-1.9.0/functions/isLargeNumber.html | 1 + .../functions/isMultiAgentSignature.html | 1 + .../functions/isMultiEd25519Signature.html | 1 + .../ts-sdk-1.9.0/functions/isNull.html | 1 + .../ts-sdk-1.9.0/functions/isNumber.html | 1 + .../isPendingTransactionResponse.html | 1 + .../functions/isScriptDataInput.html | 1 + .../functions/isSecp256k1Signature.html | 1 + .../isStateCheckpointTransactionResponse.html | 1 + .../ts-sdk-1.9.0/functions/isString.html | 1 + .../functions/isUserTransactionResponse.html | 1 + .../functions/isValidBIP44Path.html | 6 + .../functions/isValidHardenedPath.html | 12 + .../isValidatorTransactionResponse.html | 1 + .../functions/mnemonicToSeed.html | 3 + .../functions/objectStructTag.html | 1 + .../functions/optionStructTag.html | 1 + .../functions/outOfRangeErrorMessage.html | 1 + .../functions/paginateWithCursor.html | 1 + .../ts-sdk-1.9.0/functions/parseTypeTag.html | 14 + .../ts-sdk-1.9.0/functions/post.html | 3 + .../functions/postAptosFaucet.html | 1 + .../functions/postAptosFullNode.html | 1 + .../functions/postAptosIndexer.html | 1 + .../ts-sdk-1.9.0/functions/request.html | 3 + .../ts-sdk-1.9.0/functions/sign.html | 5 + .../ts-sdk-1.9.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.9.0/index.html | 66 + .../interfaces/AptosResponse.html | 16 + .../ts-sdk-1.9.0/interfaces/Client.html | 2 + .../interfaces/ClientRequest.html | 8 + .../interfaces/ClientResponse.html | 8 + .../CreateAccountFromPrivateKeyArgs.html | 6 + ...reateEd25519AccountFromPrivateKeyArgs.html | 7 + ...519SingleKeyAccountFromPrivateKeyArgs.html | 7 + ...ateSingleKeyAccountFromPrivateKeyArgs.html | 7 + .../interfaces/Deserializable.html | 6 + .../Ed25519SignerConstructorArgs.html | 3 + .../Ed25519SignerFromDerivationPathArgs.html | 3 + .../interfaces/EntryFunctionArgument.html | 8 + .../interfaces/GenerateAccountArgs.html | 5 + .../GenerateEd25519AccountArgs.html | 5 + .../GenerateEd25519SingleKeyAccountArgs.html | 6 + .../GenerateSingleKeyAccountArgs.html | 6 + ...tGenerateMultiAgentRawTransactionArgs.html | 9 + ...tGenerateMultiAgentRawTransactionData.html | 7 + ...enerateSingleSignerRawTransactionArgs.html | 8 + ...enerateSingleSignerRawTransactionData.html | 7 + .../InputSubmitTransactionData.html | 6 + .../interfaces/MultiAgentTransaction.html | 7 + .../ts-sdk-1.9.0/interfaces/OrderByArg.html | 2 + .../interfaces/PaginationArgs.html | 6 + .../ts-sdk-1.9.0/interfaces/PrivateKey.html | 10 + .../PrivateKeyFromDerivationPathArgs.html | 4 + .../interfaces/ScriptFunctionArgument.html | 9 + .../interfaces/SimpleTransaction.html | 6 + .../SingleKeySignerConstructorArgs.html | 3 + .../SingleKeySignerGenerateArgs.html | 2 + .../interfaces/TokenStandardArg.html | 2 + .../interfaces/TransactionArgument.html | 12 + .../interfaces/TransactionWorkerEvents.html | 6 + .../VerifyEd25519SignatureArgs.html | 3 + .../interfaces/VerifySignatureArgs.html | 4 + .../VerifySingleKeySignatureArgs.html | 3 + .../ts-sdk-1.9.0/interfaces/WhereArg.html | 2 + docs/@aptos-labs/ts-sdk-1.9.0/modules.html | 370 +++++ .../types/AccountAddressInput.html | 1 + .../ts-sdk-1.9.0/types/AccountData.html | 1 + .../ts-sdk-1.9.0/types/AccountSignature.html | 2 + .../ts-sdk-1.9.0/types/AnyNumber.html | 1 + .../ts-sdk-1.9.0/types/AnyRawTransaction.html | 2 + .../types/AnyRawTransactionInstance.html | 2 + .../types/AnyTransactionPayloadInstance.html | 2 + .../ts-sdk-1.9.0/types/AptosRequest.html | 11 + .../ts-sdk-1.9.0/types/AptosSettings.html | 4 + .../types/AuthenticationKeyScheme.html | 3 + .../@aptos-labs/ts-sdk-1.9.0/types/Block.html | 3 + .../BlockMetadataTransactionResponse.html | 7 + .../ts-sdk-1.9.0/types/ClientConfig.html | 6 + .../types/CommittedTransactionResponse.html | 1 + .../ts-sdk-1.9.0/types/DecodedTableData.html | 5 + .../ts-sdk-1.9.0/types/DeletedTableData.html | 4 + .../ts-sdk-1.9.0/types/DerivedKeys.html | 1 + .../ts-sdk-1.9.0/types/DirectWriteSet.html | 1 + .../ts-sdk-1.9.0/types/EntryFunctionABI.html | 3 + .../types/EntryFunctionArgumentTypes.html | 2 + .../types/EntryFunctionPayloadResponse.html | 3 + .../@aptos-labs/ts-sdk-1.9.0/types/Event.html | 2 + .../ts-sdk-1.9.0/types/EventGuid.html | 1 + .../types/ExecutionFinishEventData.html | 1 + .../ts-sdk-1.9.0/types/FailureEventData.html | 1 + .../ts-sdk-1.9.0/types/GasEstimation.html | 5 + .../ts-sdk-1.9.0/types/GenerateAccount.html | 1 + .../types/GenerateAccountWithEd25519.html | 3 + ...teAccountWithSingleSignerSecp256k1Key.html | 3 + .../ts-sdk-1.9.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.9.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.9.0/types/GetRequestOptions.html | 9 + .../types/GetTokenActivityResponse.html | 1 + .../types/GetTokenDataResponse.html | 1 + .../ts-sdk-1.9.0/types/GraphqlQuery.html | 2 + .../ts-sdk-1.9.0/types/HexInput.html | 2 + .../types/InputEntryFunctionData.html | 2 + .../types/InputEntryFunctionDataWithABI.html | 1 + .../InputEntryFunctionDataWithRemoteABI.html | 1 + .../InputGenerateRawTransactionArgs.html | 2 + .../types/InputGenerateTransactionData.html | 2 + .../InputGenerateTransactionOptions.html | 2 + .../InputGenerateTransactionPayloadData.html | 3 + ...GenerateTransactionPayloadDataWithABI.html | 1 + ...teTransactionPayloadDataWithRemoteABI.html | 1 + .../ts-sdk-1.9.0/types/InputMultiSigData.html | 2 + .../types/InputMultiSigDataWithABI.html | 1 + .../types/InputMultiSigDataWithRemoteABI.html | 2 + .../ts-sdk-1.9.0/types/InputScriptData.html | 2 + .../types/InputSimulateTransactionData.html | 5 + .../InputSimulateTransactionOptions.html | 1 + .../types/InputViewRequestData.html | 2 + .../ts-sdk-1.9.0/types/LedgerInfo.html | 4 + .../ts-sdk-1.9.0/types/LedgerVersionArg.html | 2 + .../ts-sdk-1.9.0/types/MoveAddressType.html | 1 + .../ts-sdk-1.9.0/types/MoveFunction.html | 7 + .../types/MoveFunctionGenericTypeParam.html | 2 + .../ts-sdk-1.9.0/types/MoveFunctionId.html | 1 + .../ts-sdk-1.9.0/types/MoveModule.html | 5 + .../types/MoveModuleBytecode.html | 1 + .../ts-sdk-1.9.0/types/MoveModuleId.html | 3 + .../ts-sdk-1.9.0/types/MoveObjectType.html | 1 + .../ts-sdk-1.9.0/types/MoveOptionType.html | 1 + .../ts-sdk-1.9.0/types/MoveResource.html | 1 + .../types/MoveScriptBytecode.html | 2 + .../ts-sdk-1.9.0/types/MoveStruct.html | 6 + .../ts-sdk-1.9.0/types/MoveStructField.html | 2 + .../ts-sdk-1.9.0/types/MoveStructId.html | 2 + .../ts-sdk-1.9.0/types/MoveStructType.html | 1 + .../ts-sdk-1.9.0/types/MoveType.html | 1 + .../ts-sdk-1.9.0/types/MoveUint128Type.html | 1 + .../ts-sdk-1.9.0/types/MoveUint16Type.html | 1 + .../ts-sdk-1.9.0/types/MoveUint256Type.html | 1 + .../ts-sdk-1.9.0/types/MoveUint32Type.html | 1 + .../ts-sdk-1.9.0/types/MoveUint64Type.html | 1 + .../ts-sdk-1.9.0/types/MoveUint8Type.html | 2 + .../ts-sdk-1.9.0/types/MoveValue.html | 12 + .../types/MultisigPayloadResponse.html | 1 + .../ts-sdk-1.9.0/types/OrderBy.html | 3 + .../ts-sdk-1.9.0/types/OrderByValue.html | 1 + .../ts-sdk-1.9.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.9.0/types/ScriptWriteSet.html | 1 + .../SimpleEntryFunctionArgumentTypes.html | 2 + ...SingleKeySignerFromDerivationPathArgs.html | 1 + .../StateCheckpointTransactionResponse.html | 4 + .../ts-sdk-1.9.0/types/SuccessEventData.html | 1 + .../ts-sdk-1.9.0/types/TableItemRequest.html | 3 + .../ts-sdk-1.9.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.9.0/types/Uint128.html | 1 + .../ts-sdk-1.9.0/types/Uint16.html | 1 + .../ts-sdk-1.9.0/types/Uint256.html | 1 + .../ts-sdk-1.9.0/types/Uint32.html | 1 + .../ts-sdk-1.9.0/types/Uint64.html | 1 + .../@aptos-labs/ts-sdk-1.9.0/types/Uint8.html | 2 + .../types/UserTransactionResponse.html | 5 + .../types/ValidatorTransactionResponse.html | 5 + .../ts-sdk-1.9.0/types/ViewRequest.html | 5 + .../types/WaitForTransactionOptions.html | 2 + .../ts-sdk-1.9.0/types/WriteSet.html | 1 + .../ts-sdk-1.9.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.9.0/variables/APTOS_COIN.html | 2 + .../variables/APTOS_HARDENED_REGEX.html | 2 + .../variables/DEFAULT_MAX_GAS_AMOUNT.html | 5 + .../DEFAULT_TXN_EXP_SEC_FROM_NOW.html | 5 + .../variables/DEFAULT_TXN_TIMEOUT_SEC.html | 4 + .../variables/HARDENED_OFFSET.html | 1 + .../variables/NetworkToChainId.html | 1 + .../variables/NetworkToFaucetAPI.html | 1 + .../variables/NetworkToIndexerAPI.html | 1 + .../variables/NetworkToNetworkName.html | 1 + .../variables/NetworkToNodeAPI.html | 1 + .../variables/RAW_TRANSACTION_SALT.html | 1 + .../RAW_TRANSACTION_WITH_DATA_SALT.html | 1 + .../variables/promiseFulfilledStatus.html | 1 + docs/@aptos-labs/ts-sdk-latest/index.md | 2 +- docs/index.md | 1 + package.json | 2 +- src/version.ts | 2 +- 382 files changed, 5938 insertions(+), 3 deletions(-) create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/.nojekyll create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/assets/highlight.css create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/assets/main.js create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/assets/navigation.js create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/assets/search.js create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/assets/style.css create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/Account.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountAuthenticator.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountAuthenticatorEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountAuthenticatorMultiEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountAuthenticatorMultiKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountAuthenticatorSingleKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountPublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountSequenceNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/AnyPublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/AnySignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/Aptos.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/AptosApiError.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/AptosConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/AuthenticationKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/Bool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/ChainId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/Deserializer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/Ed25519Account.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/Ed25519PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/Ed25519PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/Ed25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/EntryFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/EntryFunctionBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/FeePayerRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/FixedBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/Hex.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/Identifier.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/ModuleId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/MoveOption.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/MoveString.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/MoveVector.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiAgentRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiEd25519PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiKeySignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiSig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiSigTransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/ParsingError.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/RawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/RawTransactionWithData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/RotationProofChallenge.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/Script.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/Secp256k1PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/Secp256k1PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/Secp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/Serializable.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/Serializer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/SignedTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/SingleKeyAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/StructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionAuthenticator.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionAuthenticatorEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionAuthenticatorFeePayer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionAuthenticatorMultiAgent.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionAuthenticatorMultiEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionAuthenticatorSingleSender.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionPayloadEntryFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionPayloadMultiSig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionPayloadScript.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionWorker.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagBool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagGeneric.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagParserError.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagReference.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagSigner.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagStruct.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagU128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagU16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagU256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagU32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagU64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagU8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagVector.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/U128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/U16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/U256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/U32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/U64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/classes/U8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/AccountAuthenticatorVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/AddressInvalidReason.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/AnyPublicKeyVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/AnySignatureVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/AptosApiType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/DeriveScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/HexInvalidReason.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/KeyType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/MimeType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/MoveAbility.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/MoveFunctionVisibility.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/Network.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/ProcessorType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/RoleType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/ScriptTransactionArgumentVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/SigningScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/SigningSchemeInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/TransactionAuthenticatorVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/TransactionPayloadVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/TransactionResponseType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/TransactionVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/TransactionWorkerEventsEnum.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/TypeTagParserErrorType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/enums/TypeTagVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/CKDPriv.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/aptosCoinStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/aptosRequest-1.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/buildTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/checkOrConvertArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/convertArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/deriveKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/deriveTransactionType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/deserializeFromScriptArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/ensureBoolean.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/fetchEntryFunctionAbi.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/findFirstNonSignerArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/generateMultiSignersSignedTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/generateRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/generateSignedTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/generateSignedTransactionForSimulation.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/generateSigningMessage.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/generateTransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/generateTransactionPayloadWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/get.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/getAptosFullNode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/getAuthenticatorForSimulation.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/getFunctionParts.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isBcsAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isBcsBool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isBcsFixedBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isBcsString.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isBcsU128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isBcsU16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isBcsU256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isBcsU32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isBcsU64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isBcsU8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isBlockMetadataTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isBool.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isEncodedEntryFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isFeePayerSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isGenesisTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isLargeNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isMultiAgentSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isMultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isNull.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isPendingTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isScriptDataInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isSecp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isStateCheckpointTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isString.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isUserTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isValidBIP44Path.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isValidHardenedPath.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/isValidatorTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/mnemonicToSeed.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/objectStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/optionStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/outOfRangeErrorMessage.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/paginateWithCursor.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/parseTypeTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/post.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/postAptosFaucet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/postAptosFullNode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/postAptosIndexer.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/request.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/sign.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/splitPath.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/standardizeTypeTags.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/stringStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/throwTypeMismatch.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/functions/validateNumberInRange.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/index.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/AptosResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/Client.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/ClientRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/ClientResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/CreateAccountFromPrivateKeyArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/CreateEd25519AccountFromPrivateKeyArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/CreateEd25519SingleKeyAccountFromPrivateKeyArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/CreateSingleKeyAccountFromPrivateKeyArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/Deserializable.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/Ed25519SignerConstructorArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/Ed25519SignerFromDerivationPathArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/EntryFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/GenerateAccountArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/GenerateEd25519AccountArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/GenerateEd25519SingleKeyAccountArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/GenerateSingleKeyAccountArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/InputGenerateMultiAgentRawTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/InputGenerateSingleSignerRawTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/InputSubmitTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/MultiAgentTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/OrderByArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/PaginationArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/PrivateKeyFromDerivationPathArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/ScriptFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/SimpleTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/SingleKeySignerConstructorArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/SingleKeySignerGenerateArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/TokenStandardArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/TransactionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/TransactionWorkerEvents.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/VerifyEd25519SignatureArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/VerifySignatureArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/VerifySingleKeySignatureArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/interfaces/WhereArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/modules.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/AccountAddressInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/AccountData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/AccountSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/AnyNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/AnyRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/AnyRawTransactionInstance.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/AnyTransactionPayloadInstance.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/AptosRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/AptosSettings.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/AuthenticationKeyScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/Block.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/BlockMetadataTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/ClientConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/CommittedTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/DecodedTableData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/DeletedTableData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/DerivedKeys.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/DirectWriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/EntryFunctionABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/EntryFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/EntryFunctionPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/Event.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/EventGuid.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/ExecutionFinishEventData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/FailureEventData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GasEstimation.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GenerateAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GenerateAccountWithEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GenesisPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GenesisTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetANSNameResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetAccountCoinsDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetAccountCollectionsWithOwnedTokenResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetAccountOwnedObjectsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetAccountOwnedTokensFromCollectionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetAccountOwnedTokensQueryResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetAptosRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetChainTopUserTransactionsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetCollectionDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetCurrentFungibleAssetBalancesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetCurrentTokenOwnershipResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetDelegatedStakingActivitiesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetEventsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetFungibleAssetActivitiesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetFungibleAssetMetadataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetNumberOfDelegatorsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetOwnedTokensResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetProcessorStatusResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetTokenActivityResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GetTokenDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/GraphqlQuery.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/HexInput.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/InputEntryFunctionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/InputEntryFunctionDataWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/InputEntryFunctionDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/InputGenerateRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/InputGenerateTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/InputGenerateTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/InputGenerateTransactionPayloadData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/InputGenerateTransactionPayloadDataWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/InputGenerateTransactionPayloadDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/InputMultiSigData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/InputMultiSigDataWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/InputMultiSigDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/InputScriptData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/InputSimulateTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/InputSimulateTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/InputViewRequestData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/LedgerInfo.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/LedgerVersionArg.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveAddressType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveFunctionGenericTypeParam.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveFunctionId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveModule.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveModuleBytecode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveModuleId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveObjectType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveOptionType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveResource.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveScriptBytecode.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveStruct.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveStructField.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveStructId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveStructType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveType.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveUint128Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveUint16Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveUint256Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveUint32Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveUint64Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveUint8Type.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MoveValue.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/MultisigPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/OrderBy.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/OrderByValue.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/ParsingResult.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/PendingTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/PostAptosRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/PostRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/ScriptFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/ScriptPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/ScriptWriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/SimpleEntryFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/SingleKeySignerFromDerivationPathArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/StateCheckpointTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/SuccessEventData.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/TableItemRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/TokenStandard.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/TransactionEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/TransactionFeePayerSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/TransactionMultiAgentSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/TransactionMultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/TransactionPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/TransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/TransactionSecp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/TransactionSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/Uint128.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/Uint16.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/Uint256.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/Uint32.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/Uint64.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/Uint8.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/UserTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/ValidatorTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/ViewRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/WaitForTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChange.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChangeDeleteModule.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChangeDeleteResource.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChangeDeleteTableItem.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChangeWriteModule.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChangeWriteResource.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChangeWriteTableItem.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/variables/APTOS_BIP44_REGEX.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/variables/APTOS_COIN.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/variables/APTOS_HARDENED_REGEX.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/variables/DEFAULT_MAX_GAS_AMOUNT.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/variables/HARDENED_OFFSET.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/variables/NetworkToChainId.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/variables/NetworkToFaucetAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/variables/NetworkToIndexerAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/variables/NetworkToNetworkName.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/variables/NetworkToNodeAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/variables/RAW_TRANSACTION_SALT.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/variables/RAW_TRANSACTION_WITH_DATA_SALT.html create mode 100644 docs/@aptos-labs/ts-sdk-1.9.0/variables/promiseFulfilledStatus.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 588b79d43..d3edfe841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to the Aptos TypeScript SDK will be captured in this file. T # Unreleased +# 1.9.0 (2024-02-27) + - Add `getCollectionByCollectionId` API - Changed `Account` into an abstract class, and defined strongly-typed specializations. diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/.nojekyll b/docs/@aptos-labs/ts-sdk-1.9.0/.nojekyll new file mode 100644 index 000000000..e2ac6616a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.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.9.0/assets/highlight.css b/docs/@aptos-labs/ts-sdk-1.9.0/assets/highlight.css new file mode 100644 index 000000000..2f868647c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.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.9.0/assets/main.js b/docs/@aptos-labs/ts-sdk-1.9.0/assets/main.js new file mode 100644 index 000000000..d0aa8d5f9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.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.9.0/assets/navigation.js b/docs/@aptos-labs/ts-sdk-1.9.0/assets/navigation.js new file mode 100644 index 000000000..5caac4fdf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/assets/navigation.js @@ -0,0 +1 @@ +window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAE62d2XLbyBWG38XXkziWbWVm7qiFNmssUkPSkqtSKRUEtsiOQYCDRbYmlXdPYyN6ORvoubN5/vP9QKOBXgH967+vSvW9fPXrq0kcZ1VaTqpyp9JSx1GZ5XdRrqO0fPXTq0NU7oxIpdW+eE1I/74r94nRf9Xp5tWvP//vp4G/2eSqKGbpc5TozVJFRZYGYEBDENOX2+ox0fFv6gU70lBC8lZ6m0ZllSuc50sI3qHMislBr18OKgBZMZxwpXL9rFbxTu0Dgh3DCR/Vd7LE/ThOMiUInUj3M553o/cKSux/JzKzZzV51IkuX4LkIUTnT6s0LnWW3ulC46hQhVPnqvyW5V99TPcznnebZ7Gp21kOFYYTxBnLLAHLsv8dz1zFuT6U6zxKi6g51Um+rfbm7u1qceEj2QTCy9whOt3C1dYJChmz9FAFt2KowGn2aQieb4xc5HMbvSRZtMGKF1eK6EtVHLK0ACsDIhNxBYc76jjvzS2h8utnU4TFtSERXF9K8M3ZrKPtbZQXJiHP4VsKVrFUtATcMPHUbxvHIT9OoqJQx1bTzXxzBuR2zSCK6OISkl19cZ6tGku93py9f//mFxm8E4/1uKmSUo8ysjNOcjPt2ggnox7rsjIPr0SJbY5ygc+xy4OijwoBbaX+qFQaq3m1f1R4JXJlJNfqlAE4K8pQjl0xkHKMkpS6Hwak1z+zeab/1jxYkPw+zHIus/RJbxFKGyQZQz0xz1G4UH0JxbvIsiRE1L9SWZe7SKezTZjYBajcK2We0dr0Qv+EKpgdpSjd7Y4+gN24gHRrethRCd+jgUTCw2u9rxDQiNrvK0haWuYvfQcYQNlhMefipVTAbRVqKOJUKdM3Uvky+mb1E0IqrCPJ+rvaIMc4xCiCGTeFqeZHKme2qW/BJw3V8SFGEW6yTZUo6CbrI3T2s1oc4DIcYhxhVeamKYIJbYwj3KkY7I0MMZJQt7eTrSkurl5gSpbO366gTMolblxQxnLxQ5QcldFwR2RLWN4Kasr6iCQ7HBvhvFBLOdSDAVNBkUbbjpIUvF6I6gJXb+W11VXe63J3FZURR+x1JDkrm67CbZ5lT6YFTxKVboHqAesocjuxEJLa38lMFR/O3p9/fUO1y4BIxsQvaqgREYmbKtTQxLb3Ez0mIGuISihQ67MS9a+oExKdhxGpDVn1AwnN64ZEaI/PV5C0Mq/i0gzxAUwfovKxSaMQhylPoaODYibhFK++nyU36zNOcRtab7nfkHOy4+gClc40YPltHV2pdDOmZO0soSvalo5rQ0M1M4JgEsZ54T0MXDvOAWufMKWQ3k5vkthWQvLaSUiA0gYEuejcohsXkOBpAisoYHxQqWl6YhTTxQUka54XpVkaAXGpnlRez2ihvKNCQGtaNvzQ2rCE07RFOKcJCzifza8opQ6KGOcE4lxCML0gHGGCEsbbMxzx9kxCOH+HE87fSQhEWUpKEhsSO2GKA19O7jqCF5C5cvAl464VeJGYqwNeFuZ6QBeCvgLNJGu/UDYk67RU+VMU99OwvcJFmbO2p0AT7XRXLEYb4pOX9Sx6QTE6hQRFnJMrIWG5MsOorgM9zbP9MLCa5NsCptM5vJ07VTvKlUsVm/uDh1OOgmfwh/NDx/FjBzDMvLtjT8vGlVAwa1pL5Zem2jVNVZajZ0AliI3qE262yrTTFMZE5gfnkbZ2r7bfLQEbQUoK3XSDhjsKPQNAJ8G6twxLD+UjTPwKKXWD8iS2o/3GGjVbT/pkbMoZdRVn//AhuDODYw8hnC8kDqEbnDb30SnlQOf/BYchKws6nz2MVfW416XYFZRTJsOlAqfULD6opNCLfKPyi7p5AHlDmILcRludRuRVdyUkDJjytUHIZC8GGdEqcEmUYTtDIGoTYCkJ1/tDorhrH6hoZPfskzfSdMoIs2PbJXSy9ZTNOvuq0lUZpZso32A12heRwHBPJMwMdUKsvRWOQ9taCn9nKu7Ti7+0iBY2LudNpPTRWOv6y/hQAmV0v1ONCIT2QQrgbtDz9q2WZjDv7+EDNq6e/eOXf755fxZS3fbDoQFtBUYBVnEcFLKUA/DSF39LWAfqAwICthZ6JFGLoQLizDyOImcODyH3QoFDOBNMuOBi1qmddvDmAzqwFRNxVqosze1QgKA+yJL8XWT+Fu+OCcs4+kWSxV99VvOjKPNGldHG3AbA9mcQSug5v3byxN+117LtGMvJ9qbLVzoLntgxU1rO50rF2cZk1iN06CHix3leokqS58Z5Xv0qy8bUlKB+WiGWonMVl/e5Nj13FdwxbpRjuSP0i5lP8+PjeF1voJ7cDU4YV47y6J41WG2itKzPs9Pj6YDPYfcGzvxQ6Q2YXQdYwncVV/UxT3Wqi12TB9VATMfxp5FOTNOHcv04x/sQFddFqfcR1Lo5QZbkTu0ELDc8klbvCAoWvkGwpTzBwx5RH/fAOGM61BRLlRxFoYtg8XswGqJCluBpjSt5j3IyX82jvcLZvkLCbEvyMtNpUVdcCo5Ix7gkiWrOuqgv3eJbvaenHmFJXJlU+VE0uYvH/xgcsL7jG0PqkV7NcRb1LMFwFkJjKvWko/i9UvnLKHMnQ+JpdUHbncNBWwarBOzmlYF1dvhcqNy6h6jLyKVIXI9Fz9whsFDiUOW5aTlMw7vVpm80KQpVXkRJPRogz02QJndvLnd94fNipw+8LawX+NXdwK15im9WZWRk24kpsmddavJc+SSBczsdQri4AgHRKXvRiTAZYz374YrU0dcL/NpB++KpuwRZTp0eLhY4WY8dwgJQCdjHV6lNBSorio8oBR7sY2/0E685za6WUM9tUCflM4+1QMNy8+iw+yNpWo6AZ8U4TvMRAmCqrP+dy29EzpAG6rvDqtPYdd8EGBaS4tOdlmqfmc7wGL9jisi1729Ti3WWIy4f5YYujQFW9LqY2Ae5Yxn5qW7dsGLMyVkpf4ErVU1FmX/RMdAVeES+6Hj6fb9ouduC0USqTAHdSXy6vFC1yKtdaETLZgjLaHpfJcJ7GdGe6kPdy7hc5Han1beuCUfPxtNw3E9qs1X5LH3KfNoQkTHuTEe8fdzCpCHO8Zqv6LTrUO4XNFqcF5bQwrcABhS84Z/mdPu/a/vbKI/2FNfXjvGZBTNDblTCal/BhThtRM6o3z6uZ+RxVq+QM+EzhF8bhjnt5AhWUYaoiNXcjCjrGJWwTG81q/Jw8c2OSTjtk48qe1chYnq79S0WsFGfYky1SsBLaIXlNLg29DE5B7uCQ1TCwijS/M86Ld+c/YxhrLCYdk7Czsewzt6TsC4spb09o2BtVMo6f0ex2qiURZa+uOzvoqQCKU2AJdQdo0JvmcUvRMbRu11vPq37WZgNnqAd4zjdS+rmoM1Z+CAnyJJUujFiwWoGrmQ9skIyUYzIJHQePI4J78MDl2oJqcyFqaegSEbGVsHdKMtq9g7K1645Pe/n7PDjNmn2poIk1rk0g4XLnYq/HjLtbJNFLw6bwXpWcT39iK41+3GO12y3mJVqj+wZ8uMsz94TGcDsIEsaCgf/BErHxaUjXKbde+cSm0A7wmfYWC1xAtRjvUYUn+BTMqQf83DClSM8BPATqNQXOAI+9ykO2kliIOV23VQf1f0syj4Hk88luc5bnUNy8FonnG2/3Tkk+693wrn2W55Drv+aJ5wLlhZfVu4aMVYLERlHv6u/plyviAksKC3rM0xABdghxFHuI11OHX+kK4UKWQekLyLthfS6y13kfILIpbTRcax2nyI8b4MrT/HA5igo7Sk+xzZeYnQUj3Nq/icpNEt4goOsyBzpCS7CAnO17D7p2/Vi9XAxu3337mF5/eH6ywB/rr8fbDDF60DkUt+GwMvFbI6T6iiL+DhZXl3Pr6+4w3J1BPbqejr5/Gn9cDP58vBhsnqY3Cw+z9cQGFYK0Osv84frL7cPq+vLh+lycfMwX9xTBpBeaLOe3VwvPq/rVM7BkhLwYzkuptPVNVgunoSAdZ+YX2fBp1YHmq+R4KZRFatycjsjgUeVBDlLN+q7yjnmIJNAu3/UOx9JqqUTYbON4g600xC45eT+Yb2czFeTy/VsMX9YTT6BlxvSjcDez9YfH64m64nYwM0grA5m5KwLNa2SJ50kzQassiogC1hJoC9/u6pfoxxYT930QPG6C7nJ5++s5Kj9CrJOgS+0DZxQxSGDvpMH6+J/e0OAHiudwF+0G2C+hsDF9XzCon6J8lnlZfh24QCFlRRawBTDNs1bGc7G7QFzDLIAq1Dc2WMf5glJ8PFb0fVMUDvfRZ00mUAYqbQwY7r6M1cqAi+7IyBAT6qMd+6c2aOGgKCQApufpjovynk7CFW5s2RsgSEhAd7a3wpoEwri246DkShRYIy9NBg6UW8PguhR53HKsQc50/pjfs1uhbFuTqbQWqfbG1UU0Ra822ClAE19ZjDEcx8cFFoEO3EkTuC2HM8QfFBs/ZGqn9QsYJg2MZk7y8cOwdEwOOdDmnwlIRJoo+E1sNx+3dxhOxoCp4uLuAg+MTig7DiHcb8v6DHC7wuGAOgr7x4G+9h7CPM/e+6BoC+fhxD3K20eIvxYGwQ4J/LP2XRnls/PD+b6AIA90efn+9N9QLo91+en+zN+QDpReEzRid8Qdrij3hP2LfHqy9VdfJbfxtBz+z4ybV7xZb5R5eCJDNKKWHyx+cy6iweVvHpn06Uv4Hk2n6J8G/yhG5trCUgQuTJkA9lFIQgsqyCCFSAPPjctE8yqI0wqXmiC8pJsRrCR0i0Jns2wu9V74cBmeyIaSKw1OUxmmcnHjliPdmxGrkoHtngjJ2jh2HUVmydaXfEMmuWSZsq0XtiHua6Gx32M8o15WGwYoi3joezyT8AXLQI5VvtU7bNUx+tspRTY33YVBCprNm+S8yuehII1y0I0zJVQsKpcPC3rKfjms83E2AVWEuhD+/ExVY8ILqu8yMCnV6gikXn7xxaR87bjFCaDp6Xq35m0doDRTNViBEsighEjmkAkAXaTviSv0xC4HJ+9y6GVTye5MA9hKLP+nUo7JLrEnhPHIAXoNszoP/taAA5NABkJrR/M5P3mSQhYucuzb7XpjS72URmDpxqICOBz+3Dr+kyzdOku4g5QUBiA//1/8OXEY7F6AAA=" \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/assets/search.js b/docs/@aptos-labs/ts-sdk-1.9.0/assets/search.js new file mode 100644 index 000000000..4fd6ff9ee --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.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.9.0/assets/style.css b/docs/@aptos-labs/ts-sdk-1.9.0/assets/style.css new file mode 100644 index 000000000..07a385b73 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.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.9.0/classes/Account.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Account.html new file mode 100644 index 000000000..6c2030a7c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Account.html @@ -0,0 +1,46 @@ +Account | @aptos-labs/ts-sdk - v1.9.0

Class AccountAbstract

Interface for a generic Aptos account.

+

The interface is defined as abstract class to provide a single entrypoint for account generation, +either through Account.generate() or Account.fromDerivationPath. +Despite this being an abstract class, it should be treated as an interface and enforced using +the implements keyword.

+

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

+

Implemented by

Constructors

Properties

accountAddress: AccountAddress

Account address associated with the account

+
privateKey: PrivateKey

Private key associated with the account. +Note: this will be removed in the next major release, + as not all accounts have a private key.

+
publicKey: AccountPublicKey

Public key associated with the account

+
signingScheme: SigningScheme

Signing scheme used to sign transactions

+

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountAddress.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountAddress.html new file mode 100644 index 000000000..d8bfe8f07 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountAddress.html @@ -0,0 +1,152 @@ +AccountAddress | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/AccountAuthenticator.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountAuthenticator.html new file mode 100644 index 000000000..d408ef377 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountAuthenticator.html @@ -0,0 +1,15 @@ +AccountAuthenticator | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/AccountAuthenticatorEd25519.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountAuthenticatorEd25519.html new file mode 100644 index 000000000..e9d4bc5fa --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountAuthenticatorEd25519.html @@ -0,0 +1,21 @@ +AccountAuthenticatorEd25519 | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/AccountAuthenticatorMultiEd25519.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountAuthenticatorMultiEd25519.html new file mode 100644 index 000000000..d5ae38c6d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountAuthenticatorMultiEd25519.html @@ -0,0 +1,21 @@ +AccountAuthenticatorMultiEd25519 | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/AccountAuthenticatorMultiKey.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountAuthenticatorMultiKey.html new file mode 100644 index 000000000..f48166282 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountAuthenticatorMultiKey.html @@ -0,0 +1,22 @@ +AccountAuthenticatorMultiKey | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/AccountAuthenticatorSingleKey.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountAuthenticatorSingleKey.html new file mode 100644 index 000000000..733d3dc22 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountAuthenticatorSingleKey.html @@ -0,0 +1,21 @@ +AccountAuthenticatorSingleKey | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/AccountPublicKey.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountPublicKey.html new file mode 100644 index 000000000..b4fc7da65 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountPublicKey.html @@ -0,0 +1,20 @@ +AccountPublicKey | @aptos-labs/ts-sdk - v1.9.0

Class AccountPublicKeyAbstract

An abstract representation of an account public key.

+

Provides a common interface for deriving an authentication key.

+

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.9.0/classes/AccountSequenceNumber.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountSequenceNumber.html new file mode 100644 index 000000000..b5458ed57 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AccountSequenceNumber.html @@ -0,0 +1,29 @@ +AccountSequenceNumber | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/AnyPublicKey.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AnyPublicKey.html new file mode 100644 index 000000000..242264bcc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AnyPublicKey.html @@ -0,0 +1,33 @@ +AnyPublicKey | @aptos-labs/ts-sdk - v1.9.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

+

Index of the underlying enum variant

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

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

Instance of signature that uses the SingleKey authentication scheme. +This signature can only be generated by a SingleKeySigner, since it uses the +same authentication scheme.

+

Hierarchy

Constructors

Properties

signature: Signature

Index of the underlying enum variant

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/classes/Aptos.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Aptos.html new file mode 100644 index 000000000..8dff251c3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Aptos.html @@ -0,0 +1,578 @@ +Aptos | @aptos-labs/ts-sdk - v1.9.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 +getCollectionDataByCollectionId +getCollectionId +getCurrentDigitalAssetOwnership +getCurrentFungibleAssetBalances +getDelegatedStakingActivities +getDigitalAssetActivity +getDigitalAssetData +getDomainSubdomains +getEvents +getExpiration +getFungibleAssetActivities +getFungibleAssetMetadata +getFungibleAssetMetadataByAssetType +getGasPriceEstimation +getIndexerLastSuccessVersion +getLedgerInfo +getModuleEventsByEventType +getName +getNumberOfDelegators +getNumberOfDelegatorsForAllPools +getOwnedDigitalAssets +getOwnerAddress +getPrimaryName +getProcessorStatus +getSigningMessage +getTableItem +getTargetAddress +getTransactionByHash +getTransactionByVersion +getTransactions +isPendingTransaction +lookupOriginalAccountAddress +mintDigitalAssetTransaction +mintSoulBoundTransaction +publishPackageTransaction +queryIndexer +registerName +removeDigitalAssetPropertyTransaction +renewDomain +rotateAuthKey +setDigitalAssetDescriptionTransaction +setDigitalAssetNameTransaction +setDigitalAssetURITransaction +setPrimaryName +setTargetAddress +sign +signAndSubmitTransaction +signAsFeePayer +transferCoinTransaction +transferDigitalAssetTransaction +transferFungibleAsset +unfreezeDigitalAssetTransaferTransaction +updateDigitalAssetPropertyTransaction +updateDigitalAssetTypedPropertyTransaction +view +waitForTransaction +

Constructors

Properties

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

Methods

  • Add a digital asset property

    +

    Parameters

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

        The digital asset address

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

        The property key for storing on-chain properties

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

        The type of property value

        +
      • propertyValue: PropertyValue

        The property value to be stored on-chain

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +
  • Add a typed digital asset property

    +

    Parameters

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

        The digital asset address

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

        The property key for storing on-chain properties

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

        The type of property value

        +
      • propertyValue: PropertyValue

        The property value to be stored on-chain

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +
  • Parameters

    Returns Promise<void>

    void. Throws if any error

    +

    Deprecated

    Prefer to use aptos.transaction.batch.forSingleAccount()

    +

    Batch transactions for a single account.

    +

    This function uses a transaction worker that receives payloads to be processed +and submitted to chain. +Note that this process is best for submitting multiple transactions that +dont rely on each other, i.e batch funds, batch token mints, etc.

    +

    If any worker failure, the functions throws an error.

    +
  • Derives an account by providing a private key. +This functions resolves the provided private key type and derives the public key from it.

    +

    If the privateKey is a Secp256k1 type, it derives the account using the derived public key and +auth key using the SingleKey scheme locally.

    +

    If the privateKey is a ED25519 type, it looks up the authentication key on chain, and uses it to resolve +whether it is a Legacy ED25519 key or a Unified ED25519 key. It then derives the account based +on that.

    +

    Parameters

    Returns Promise<Account>

    Account type

    +
  • Queries the account's APT amount

    +

    Parameters

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

        The account address we want to get the total count for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<number>

    Current amount of account's APT

    +
  • Queries the account's coin amount by the coin type

    +

    Parameters

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

        The account address we want to get the total count for

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

        The coin type to query

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<number>

    Current amount of account's coin

    +
  • Queries the current count of an account's coins aggregated

    +

    Parameters

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

        The account address we want to get the total count for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<number>

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

    +
  • Queries an account's coins data

    +

    Parameters

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

        The account address we want to get the coins data for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

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

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

    Array with the coins data

    +
  • Queries for all collections that an account currently has tokens for.

    +

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

    +

    Parameters

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

        The account address we want to get the collections for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

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

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

    Collections array with the collections data

    +
  • Fetches all top level domain names for an account

    +

    Parameters

    • args: GetAccountDomainsArgs

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

    a promise of an array of ANSName

    +
  • Get events by creation number and an account address

    +

    Parameters

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

    Promise

    +
  • Get events by event type and an account address

    +

    Parameters

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

        The account address

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

        The event type

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

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

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

    Promise

    +
  • Queries the current state for an Aptos account given its account address

    +

    Parameters

    Returns Promise<AccountData>

    The account data

    +

    Example: An example of the returned account

    {
    sequence_number: "1",
    authentication_key: "0x5307b5f4bc67829097a8ba9b43dba3b88261eeccd1f709d9bde240fc100fbb69"
    } +
    +
  • Fetches all names for an account (both top level domains and subdomains)

    +

    Parameters

    • args: GetAccountNamesArgs

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

    a promise of an array of ANSName

    +
  • Queries an account's owned objects

    +

    Parameters

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

        The account address we want to get the objects for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

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

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

    Objects array with the object data

    +
  • Queries the account's current owned tokens.

    +

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

    +

    Parameters

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

        The account address we want to get the tokens for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

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

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

    Tokens array with the token data

    +
  • Queries all current tokens of a specific collection that an account owns by the collection address

    +

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

    +

    Parameters

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

        The account address we want to get the tokens for

        +
      • collectionAddress: AccountAddressInput

        The address of the collection being queried

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

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

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

    Tokens array with the token data

    +
  • Queries a specific account resource given account address and resource type. Note that the default is any in order +to allow for ease of accessing properties of the object.

    +

    Type Parameters

    • T extends {} = any

    Parameters

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

        Aptos account address

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

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

        +

    Returns Promise<T>

    Account resource

    +

    Example: An example of an account resource

    {
    value: 6
    } +
    +
  • Fetches all subdomains names for an account

    +

    Parameters

    • args: GetAccountSubdomainsArgs

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

    a promise of an array of ANSName

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

    +

    Parameters

    Returns Promise<number>

    Current count of tokens owned by the account

    +
  • Queries the current count of transactions submitted by an account

    +

    Parameters

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

        The account address we want to get the total count for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<number>

    Current count of transactions made by an account

    +
  • Get block by block height

    +

    Parameters

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

        Block height to lookup. Starts at 0

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

    Returns Promise<Block>

    Block with optional transactions

    +
  • Queries for block by transaction version

    +

    Parameters

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

        Ledger version to lookup block information for

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

    Returns Promise<Block>

    Block information with optional transactions

    +
  • Queries for the chain id

    +

    Returns Promise<number>

    The chain id

    +
  • Queries top user transactions

    +

    Parameters

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

        The number of transactions to return

        +

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

    GetChainTopUserTransactionsResponse

    +
  • Queries data of a specific collection by the collection creator address and the collection name.

    +

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

    +

    Parameters

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

    GetCollectionDataResponse response type

    +
  • Queries data of a specific collection by the collection ID.

    +

    Parameters

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

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

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

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

    GetCollectionDataResponse response type

    +
  • Queries a collection's ID.

    +

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

    +

    Parameters

    Returns Promise<string>

    the collection id

    +
  • Gets digital asset ownership data given the address of a digital asset.

    +

    Parameters

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

    GetCurrentTokenOwnershipResponse containing relevant ownership data of the digital asset.

    +
  • Queries all fungible asset balances

    +

    Parameters

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

        Optional ledger version to sync up to, before querying

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

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

    A list of fungible asset metadata

    +
  • Queries delegated staking activities

    +

    Parameters

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

    GetDelegatedStakingActivitiesResponse response type

    +
  • Gets the activity data given the address of a digital asset.

    +

    Parameters

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

        Optional ledger version to sync up to, before querying

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

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

    GetTokenActivityResponse containing relevant activity data to the digital asset.

    +
  • Gets digital asset data given the address of a digital asset.

    +

    Parameters

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

    GetTokenDataResponse containing relevant data to the digital asset.

    +
  • Fetches all subdomains names for a given domain. Note, this will not return the domain itself.

    +

    Parameters

    • args: GetDomainSubdomainsArgs

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

    a promise of an array of ANSName

    +
  • Get all events

    +

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

    +

    Parameters

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

        Optional ledger version to sync up to, before querying

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

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

    GetEventsQuery response type

    +

    Example

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

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

    Parameters

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

        A string of the name to retrieve

        +

    Returns Promise<undefined | number>

    number as a unix timestamp in milliseconds.

    +
  • Queries all fungible asset activities

    +

    Parameters

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

        Optional ledger version to sync up to, before querying

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

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

    A list of fungible asset metadata

    +
  • Queries all fungible asset metadata.

    +

    Parameters

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

    A list of fungible asset metadata

    +
  • Queries a fungible asset metadata

    +

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

    +

    Parameters

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

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

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

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

    A fungible asset metadata item

    +
  • Queries for the last successful indexer version

    +

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

    +

    Returns Promise<bigint>

  • Queries for the Aptos ledger info

    +

    Returns Promise<LedgerInfo>

    Aptos Ledger Info

    +

    Example: An example of the returned data

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

    +

    Parameters

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

        The event type

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

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

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

    Promise

    +
  • Fetches a single name from the indexer

    +

    Parameters

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

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

        +

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

    A promise of an ANSName or undefined

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

    +

    Parameters

    Returns Promise<number>

    The number of delegators for the given pool

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

    +

    Parameters

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

        Optional ledger version to sync up to, before querying

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

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

    GetNumberOfDelegatorsForAllPoolsResponse response type

    +
  • Gets the digital assets that the given address owns.

    +

    Parameters

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

        Optional ledger version to sync up to, before querying

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

        The address of the owner

        +

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

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

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

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

    Parameters

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

        A string of the name to retrieve

        +

    Returns Promise<undefined | string>

    MoveAddressType if the name is owned, undefined otherwise

    +
  • Retrieve the primary name for an account. An account can have +multiple names that target it, but only a single name that is primary. An +account also may not have a primary name.

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

    Parameters

    Returns Promise<undefined | string>

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

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

    +

    Parameters

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

  • Returns a signing message for a transaction.

    +

    This allows a user to sign a transaction using their own preferred signing method, and +then submit it to the network.

    +

    Parameters

    Returns Uint8Array

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

    +

    Type Parameters

    • T

    Parameters

    Returns Promise<T>

    Table item value rendered in JSON

    +

    Example

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

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

    Parameters

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

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

        +

    Returns Promise<undefined | string>

    MoveAddressType if the name has a target, undefined otherwise

    +
  • Queries on-chain transaction by transaction hash. This function will return pending transactions.

    +

    Parameters

    • args: {
          transactionHash: HexInput;
      }
      • transactionHash: HexInput

        Transaction hash should be hex-encoded bytes string with 0x prefix.

        +

    Returns Promise<TransactionResponse>

    Transaction from mempool (pending) or on-chain (committed) transaction

    +
  • Queries on-chain transaction by version. This function will not return pending transactions.

    +

    Parameters

    • args: {
          ledgerVersion: AnyNumber;
      }
      • ledgerVersion: AnyNumber

        Transaction version is an unsigned 64-bit number.

        +

    Returns Promise<TransactionResponse>

    On-chain transaction. Only on-chain transactions have versions, so this +function cannot be used to query pending transactions.

    +
  • Defines if specified transaction is currently in pending state

    +

    To create a transaction hash:

    +
      +
    1. Create a hash message from the bytes: "Aptos::Transaction" bytes + the BCS-serialized Transaction bytes.
    2. +
    3. Apply hash algorithm SHA3-256 to the hash message bytes.
    4. +
    5. Hex-encode the hash bytes with 0x prefix.
    6. +
    +

    Parameters

    • args: {
          transactionHash: HexInput;
      }
      • transactionHash: HexInput

        A hash of transaction

        +

    Returns Promise<boolean>

    true if transaction is in pending state and false otherwise

    +
  • Create a transaction to mint a digital asset into the creators account within an existing collection.

    +

    Parameters

    • args: {
          collection: string;
          creator: Account;
          description: string;
          name: string;
          options?: InputGenerateTransactionOptions;
          propertyKeys?: string[];
          propertyTypes?: ("U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY")[];
          propertyValues?: PropertyValue[];
          uri: string;
      }
      • collection: string

        the name of the collection the digital asset belongs to

        +
      • creator: Account

        the creator of the collection

        +
      • description: string

        the description of the digital asset

        +
      • name: string

        the name of the digital asset

        +
      • Optional options?: InputGenerateTransactionOptions
      • Optional propertyKeys?: string[]
      • Optional propertyTypes?: ("U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY")[]
      • Optional propertyValues?: PropertyValue[]
      • uri: string

        the URI to additional info about the digital asset

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +
  • Mint a soul bound digital asset into a recipient's account

    +

    Parameters

    • args: {
          account: Account;
          collection: string;
          description: string;
          name: string;
          options?: InputGenerateTransactionOptions;
          propertyKeys?: string[];
          propertyTypes?: ("U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY")[];
          propertyValues?: PropertyValue[];
          recipient: AccountAddress;
          uri: string;
      }
      • account: Account

        The account that mints the digital asset

        +
      • collection: string

        The collection name that the digital asset belongs to

        +
      • description: string

        The digital asset description

        +
      • name: string

        The digital asset name

        +
      • Optional options?: InputGenerateTransactionOptions
      • Optional propertyKeys?: string[]

        The property keys for storing on-chain properties

        +
      • Optional propertyTypes?: ("U8" | "U16" | "U32" | "U64" | "U128" | "U256" | "BOOLEAN" | "ADDRESS" | "STRING" | "ARRAY")[]

        The type of property values

        +
      • Optional propertyValues?: PropertyValue[]

        The property values to be stored on-chain

        +
      • recipient: AccountAddress

        The account address where the digital asset will be created

        +
      • uri: string

        The digital asset URL

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +
  • Registers a new name

    +
    // An example of registering a subdomain name assuming def.apt is already registered
    // and belongs to the sender alice.
    const txn = aptos.registerName({
    sender: alice,
    name: "test.aptos.apt",
    expiration: {
    policy: "subdomain:independent",
    expirationDate: Date.now() + 30 * 24 * 60 * 60 * 1000,
    },
    }); +
    +

    Parameters

    • args: Omit<RegisterNameParameters, "aptosConfig">

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +
  • Remove a digital asset property

    +

    Parameters

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

        The digital asset address

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

        The property key for storing on-chain properties

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

        The type of property value

        +
      • propertyValue: PropertyValue

        The property value to be stored on-chain

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +
  • Renews a domain name

    +

    Note: If a domain name was minted with V1 of the contract, it will automatically be upgraded to V2 via this transaction.

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

    Parameters

    • args: {
          name: string;
          options?: InputGenerateTransactionOptions;
          sender: Account;
          years?: 1;
      }
      • name: string

        A string of the domain the subdomain will be under. The signer must be the domain owner. +Subdomains cannot be renewed.

        +
      • Optional options?: InputGenerateTransactionOptions
      • sender: Account

        The sender account

        +
      • Optional years?: 1

        The number of years to renew the name. Currently only one year is permitted.

        +

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +
  • Sets the primary name for the sender. An account can have +multiple names that target it, but only a single name that is primary. An +account also may not have a primary name.

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

    Parameters

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +
  • Sets the target address of a domain or subdomain name. This is the +address the name points to for use on chain. Note, the target address can +point to addresses that are not the owner of the name

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

    Parameters

    Returns Promise<SimpleTransaction>

    SimpleTransaction

    +
  • Transfer a digital asset (non fungible digital asset) ownership.

    +

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

    +

    Parameters

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +
  • Update a digital asset property

    +

    Parameters

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

        The digital asset address

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

        The property key for storing on-chain properties

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

        The type of property value

        +
      • propertyValue: PropertyValue

        The property value to be stored on-chain

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +
  • Update a typed digital asset property

    +

    Parameters

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

        The digital asset address

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

        The property key for storing on-chain properties

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

        The type of property value

        +
      • propertyValue: PropertyValue

        The property value to be stored on-chain

        +

    Returns Promise<SimpleTransaction>

    A SimpleTransaction that can be simulated or submitted to chain

    +
  • Queries for a Move view function

    +

    Type Parameters

    Parameters

    Returns Promise<T>

    an array of Move values

    +

    Example

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

    +

    There are 4 cases.

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

    Parameters

    Returns Promise<CommittedTransactionResponse>

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

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/classes/AptosApiError.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AptosApiError.html new file mode 100644 index 000000000..edf859d59 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AptosApiError.html @@ -0,0 +1,23 @@ +AptosApiError | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/AptosConfig.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AptosConfig.html new file mode 100644 index 000000000..b771f03ee --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AptosConfig.html @@ -0,0 +1,14 @@ +AptosConfig | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/AuthenticationKey.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AuthenticationKey.html new file mode 100644 index 000000000..34d60d731 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/AuthenticationKey.html @@ -0,0 +1,39 @@ +AuthenticationKey | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/Bool.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Bool.html new file mode 100644 index 000000000..4c4d677a7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Bool.html @@ -0,0 +1,20 @@ +Bool | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/ChainId.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/ChainId.html new file mode 100644 index 000000000..2ca518c3f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/ChainId.html @@ -0,0 +1,13 @@ +ChainId | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/Deserializer.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Deserializer.html new file mode 100644 index 000000000..b7200958e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Deserializer.html @@ -0,0 +1,63 @@ +Deserializer | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/Ed25519Account.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Ed25519Account.html new file mode 100644 index 000000000..02cdf5360 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Ed25519Account.html @@ -0,0 +1,26 @@ +Ed25519Account | @aptos-labs/ts-sdk - v1.9.0

Signer implementation for the Ed25519 authentication scheme. +This extends an Ed25519Account by adding signing capabilities through an Ed25519PrivateKey.

+

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

+

Implements

Constructors

Properties

accountAddress: AccountAddress

Account address associated with the account

+
privateKey: Ed25519PrivateKey

Private key associated with the account

+
publicKey: Ed25519PublicKey

Public key associated with the account

+
signingScheme: Ed25519 = SigningScheme.Ed25519

Signing scheme used to sign transactions

+

Methods

Generated using TypeDoc

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

Represents the private key of an Ed25519 key pair.

+

Hierarchy

Implements

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

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

    +

    Returns string

    string representation of the private key

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

    +

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

    +

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

    +

    Parameters

    • path: string

      the BIP44 path

      +
    • mnemonics: string

      the mnemonic seed phrase

      +

    Returns Ed25519PrivateKey

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

    +

    Parameters

    • path: string

      the BIP44 path

      +
    • seed: Uint8Array

      the seed phrase created by the mnemonics

      +
    • offset: number = HARDENED_OFFSET

      the offset used for key derivation, defaults to 0x80000000

      +

    Returns Ed25519PrivateKey

Generated using TypeDoc

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

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/classes/Ed25519Signature.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Ed25519Signature.html new file mode 100644 index 000000000..a176fcc7f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Ed25519Signature.html @@ -0,0 +1,20 @@ +Ed25519Signature | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/EntryFunction.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/EntryFunction.html new file mode 100644 index 000000000..6004a82bd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/EntryFunction.html @@ -0,0 +1,43 @@ +EntryFunction | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/EntryFunctionBytes.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/EntryFunctionBytes.html new file mode 100644 index 000000000..c82ef5e94 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/EntryFunctionBytes.html @@ -0,0 +1,28 @@ +EntryFunctionBytes | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/FeePayerRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/FeePayerRawTransaction.html new file mode 100644 index 000000000..d8814941e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/FeePayerRawTransaction.html @@ -0,0 +1,21 @@ +FeePayerRawTransaction | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/FixedBytes.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/FixedBytes.html new file mode 100644 index 000000000..c8a9ce728 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/FixedBytes.html @@ -0,0 +1,33 @@ +FixedBytes | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/Hex.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Hex.html new file mode 100644 index 000000000..4b5234645 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Hex.html @@ -0,0 +1,50 @@ +Hex | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/Identifier.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Identifier.html new file mode 100644 index 000000000..7cf0b57cd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Identifier.html @@ -0,0 +1,15 @@ +Identifier | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/ModuleId.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/ModuleId.html new file mode 100644 index 000000000..608a5efe6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/ModuleId.html @@ -0,0 +1,22 @@ +ModuleId | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/MoveOption.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/MoveOption.html new file mode 100644 index 000000000..05637ebd2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/MoveOption.html @@ -0,0 +1,83 @@ +MoveOption | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/MoveString.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/MoveString.html new file mode 100644 index 000000000..bdcc25ea2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/MoveString.html @@ -0,0 +1,20 @@ +MoveString | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/MoveVector.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/MoveVector.html new file mode 100644 index 000000000..53629057f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/MoveVector.html @@ -0,0 +1,88 @@ +MoveVector | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/MultiAgentRawTransaction.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiAgentRawTransaction.html new file mode 100644 index 000000000..2c46b233f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiAgentRawTransaction.html @@ -0,0 +1,19 @@ +MultiAgentRawTransaction | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/MultiEd25519PublicKey.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiEd25519PublicKey.html new file mode 100644 index 000000000..c34b3c037 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiEd25519PublicKey.html @@ -0,0 +1,36 @@ +MultiEd25519PublicKey | @aptos-labs/ts-sdk - v1.9.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 LegacyMultiEd25519PublicKey

+
threshold: number

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

+
MAX_KEYS: 32 = 32

Maximum number of public keys supported

+
MIN_KEYS: 2 = 2

Minimum number of public keys needed

+
MIN_THRESHOLD: 1 = 1

Minimum threshold for the number of valid signatures required

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiEd25519Signature.html new file mode 100644 index 000000000..ad7f8d842 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiEd25519Signature.html @@ -0,0 +1,45 @@ +MultiEd25519Signature | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/MultiKey.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiKey.html new file mode 100644 index 000000000..d8a445098 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiKey.html @@ -0,0 +1,32 @@ +MultiKey | @aptos-labs/ts-sdk - v1.9.0

Represents the public key of a multi-agent account.

+

The public keys of each individual agent can be any type of public key supported by Aptos. +Since AIP-55 Aptos supports +Legacy and Unified authentication keys.

+

Hierarchy

Constructors

Properties

publicKeys: AnyPublicKey[]

List of any public keys

+
signaturesRequired: number

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

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Parameters

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

        array of the index mapping to the matching public keys

        +

    Returns Uint8Array

    Uint8array bit map

    +

Generated using TypeDoc

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

An abstract representation of a crypto signature, +associated to a specific signature scheme e.g. Ed25519 or Secp256k1

+

This is the product of signing a message directly from a PrivateKey +and can be verified against a CryptoPublicKey.

+

Hierarchy

Constructors

Properties

bitmap: Uint8Array

32-bit Bitmap representing who signed the transaction

+

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

+
signatures: AnySignature[]

The list of underlying Ed25519 signatures

+
BITMAP_LEN: number = 4

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

+
MAX_SIGNATURES_SUPPORTED: number = ...

Maximum number of Ed25519 signatures supported

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

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

    +

    Parameters

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

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

        +

    Returns Uint8Array

    bitmap that is 32bit long

    +

    Example

    Here's an example of valid bits

    +
    [0, 2, 31]
    +
    +

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

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiSig.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiSig.html new file mode 100644 index 000000000..7c7e6bcd6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiSig.html @@ -0,0 +1,11 @@ +MultiSig | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/MultiSigTransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiSigTransactionPayload.html new file mode 100644 index 000000000..46d372a13 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/MultiSigTransactionPayload.html @@ -0,0 +1,21 @@ +MultiSigTransactionPayload | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/ParsingError.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/ParsingError.html new file mode 100644 index 000000000..7f870b6e3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/ParsingError.html @@ -0,0 +1,16 @@ +ParsingError | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/PublicKey.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/PublicKey.html new file mode 100644 index 000000000..a87abe7d4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/PublicKey.html @@ -0,0 +1,18 @@ +PublicKey | @aptos-labs/ts-sdk - v1.9.0

Class PublicKeyAbstract

An abstract representation of a public key.

+

Provides a common interface for verifying any 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.9.0/classes/RawTransaction.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/RawTransaction.html new file mode 100644 index 000000000..4910a9ecd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/RawTransaction.html @@ -0,0 +1,31 @@ +RawTransaction | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/RawTransactionWithData.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/RawTransactionWithData.html new file mode 100644 index 000000000..104212645 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/RawTransactionWithData.html @@ -0,0 +1,14 @@ +RawTransactionWithData | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/RotationProofChallenge.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/RotationProofChallenge.html new file mode 100644 index 000000000..bbde236f4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/RotationProofChallenge.html @@ -0,0 +1,19 @@ +RotationProofChallenge | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/Script.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Script.html new file mode 100644 index 000000000..e90f75b8b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Script.html @@ -0,0 +1,21 @@ +Script | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/Secp256k1PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Secp256k1PrivateKey.html new file mode 100644 index 000000000..1cf144eff --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Secp256k1PrivateKey.html @@ -0,0 +1,46 @@ +Secp256k1PrivateKey | @aptos-labs/ts-sdk - v1.9.0

Class Secp256k1PrivateKey

A Secp256k1 ecdsa private key

+

Hierarchy

Implements

Constructors

Properties

key: Hex

The private key bytes

+
LENGTH: number = 32

Length of Secp256k1 ecdsa private key

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

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

    +

    Returns string

    string representation of the private key

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

    +

    Parameters

    • path: string

      the BIP44 path

      +
    • seed: Uint8Array

      the seed phrase created by the mnemonics

      +

    Returns Secp256k1PrivateKey

    The generated key

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/classes/Secp256k1PublicKey.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Secp256k1PublicKey.html new file mode 100644 index 000000000..f2cec0265 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Secp256k1PublicKey.html @@ -0,0 +1,25 @@ +Secp256k1PublicKey | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/Secp256k1Signature.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Secp256k1Signature.html new file mode 100644 index 000000000..010f31cd2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Secp256k1Signature.html @@ -0,0 +1,22 @@ +Secp256k1Signature | @aptos-labs/ts-sdk - v1.9.0

Class Secp256k1Signature

A signature of a message signed using a 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.9.0/classes/Serializable.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Serializable.html new file mode 100644 index 000000000..7fb94f609 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Serializable.html @@ -0,0 +1,10 @@ +Serializable | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/Serializer.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Serializer.html new file mode 100644 index 000000000..c03c9bbf4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Serializer.html @@ -0,0 +1,67 @@ +Serializer | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/Signature.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Signature.html new file mode 100644 index 000000000..2e96648e7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/Signature.html @@ -0,0 +1,18 @@ +Signature | @aptos-labs/ts-sdk - v1.9.0

Class SignatureAbstract

An abstract representation of a crypto signature, +associated to a specific signature scheme e.g. Ed25519 or Secp256k1

+

This is the product of signing a message directly from a PrivateKey +and can be verified against a CryptoPublicKey.

+

Hierarchy

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.9.0/classes/SignedTransaction.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/SignedTransaction.html new file mode 100644 index 000000000..48458b726 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/SignedTransaction.html @@ -0,0 +1,21 @@ +SignedTransaction | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/SingleKeyAccount.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/SingleKeyAccount.html new file mode 100644 index 000000000..31342b10b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/SingleKeyAccount.html @@ -0,0 +1,30 @@ +SingleKeyAccount | @aptos-labs/ts-sdk - v1.9.0

Signer implementation for the SingleKey authentication scheme. +This extends a SingleKeyAccount by adding signing capabilities through a valid private key. +Currently, the only supported signature schemes are Ed25519 and Secp256k1.

+

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

+

Implements

Constructors

Properties

accountAddress: AccountAddress

Account address associated with the account

+
privateKey: PrivateKey

Private key associated with the account

+
publicKey: AnyPublicKey

Public key associated with the account

+
signingScheme: SingleKey = SigningScheme.SingleKey

Signing scheme used to sign transactions

+

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/classes/StructTag.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/StructTag.html new file mode 100644 index 000000000..7e7c23282 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/StructTag.html @@ -0,0 +1,15 @@ +StructTag | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TransactionAuthenticator.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionAuthenticator.html new file mode 100644 index 000000000..e20cbb59a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionAuthenticator.html @@ -0,0 +1,11 @@ +TransactionAuthenticator | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TransactionAuthenticatorEd25519.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionAuthenticatorEd25519.html new file mode 100644 index 000000000..853f6dffc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionAuthenticatorEd25519.html @@ -0,0 +1,19 @@ +TransactionAuthenticatorEd25519 | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TransactionAuthenticatorFeePayer.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionAuthenticatorFeePayer.html new file mode 100644 index 000000000..a8d9cde5e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionAuthenticatorFeePayer.html @@ -0,0 +1,21 @@ +TransactionAuthenticatorFeePayer | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TransactionAuthenticatorMultiAgent.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionAuthenticatorMultiAgent.html new file mode 100644 index 000000000..1a2f80096 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionAuthenticatorMultiAgent.html @@ -0,0 +1,19 @@ +TransactionAuthenticatorMultiAgent | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TransactionAuthenticatorMultiEd25519.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionAuthenticatorMultiEd25519.html new file mode 100644 index 000000000..f349faacc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionAuthenticatorMultiEd25519.html @@ -0,0 +1,17 @@ +TransactionAuthenticatorMultiEd25519 | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TransactionAuthenticatorSingleSender.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionAuthenticatorSingleSender.html new file mode 100644 index 000000000..6dab2d1a6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionAuthenticatorSingleSender.html @@ -0,0 +1,15 @@ +TransactionAuthenticatorSingleSender | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TransactionPayload.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionPayload.html new file mode 100644 index 000000000..5c06fc25d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionPayload.html @@ -0,0 +1,15 @@ +TransactionPayload | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TransactionPayloadEntryFunction.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionPayloadEntryFunction.html new file mode 100644 index 000000000..569a23549 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionPayloadEntryFunction.html @@ -0,0 +1,16 @@ +TransactionPayloadEntryFunction | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TransactionPayloadMultiSig.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionPayloadMultiSig.html new file mode 100644 index 000000000..c5c8f25da --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionPayloadMultiSig.html @@ -0,0 +1,16 @@ +TransactionPayloadMultiSig | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TransactionPayloadScript.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionPayloadScript.html new file mode 100644 index 000000000..6fcbf48f6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionPayloadScript.html @@ -0,0 +1,16 @@ +TransactionPayloadScript | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TransactionWorker.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionWorker.html new file mode 100644 index 000000000..96a9f2a0c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TransactionWorker.html @@ -0,0 +1,82 @@ +TransactionWorker | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TypeTag.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTag.html new file mode 100644 index 000000000..f591d339f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTag.html @@ -0,0 +1,24 @@ +TypeTag | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TypeTagAddress.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagAddress.html new file mode 100644 index 000000000..0bda5aaaf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagAddress.html @@ -0,0 +1,25 @@ +TypeTagAddress | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TypeTagBool.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagBool.html new file mode 100644 index 000000000..3f36515d7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagBool.html @@ -0,0 +1,25 @@ +TypeTagBool | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TypeTagGeneric.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagGeneric.html new file mode 100644 index 000000000..4e955b2de --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagGeneric.html @@ -0,0 +1,29 @@ +TypeTagGeneric | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TypeTagParserError.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagParserError.html new file mode 100644 index 000000000..1a498928e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagParserError.html @@ -0,0 +1,11 @@ +TypeTagParserError | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TypeTagReference.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagReference.html new file mode 100644 index 000000000..9c5740f30 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagReference.html @@ -0,0 +1,26 @@ +TypeTagReference | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TypeTagSigner.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagSigner.html new file mode 100644 index 000000000..7c980d499 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagSigner.html @@ -0,0 +1,25 @@ +TypeTagSigner | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TypeTagStruct.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagStruct.html new file mode 100644 index 000000000..27bd5bb54 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagStruct.html @@ -0,0 +1,30 @@ +TypeTagStruct | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TypeTagU128.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagU128.html new file mode 100644 index 000000000..b45c8a5e8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagU128.html @@ -0,0 +1,25 @@ +TypeTagU128 | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TypeTagU16.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagU16.html new file mode 100644 index 000000000..e81939110 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagU16.html @@ -0,0 +1,25 @@ +TypeTagU16 | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TypeTagU256.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagU256.html new file mode 100644 index 000000000..c085afd95 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagU256.html @@ -0,0 +1,25 @@ +TypeTagU256 | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TypeTagU32.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagU32.html new file mode 100644 index 000000000..1c8ff6843 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagU32.html @@ -0,0 +1,25 @@ +TypeTagU32 | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TypeTagU64.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagU64.html new file mode 100644 index 000000000..ecb2ab493 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagU64.html @@ -0,0 +1,25 @@ +TypeTagU64 | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TypeTagU8.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagU8.html new file mode 100644 index 000000000..98a9820e9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagU8.html @@ -0,0 +1,25 @@ +TypeTagU8 | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/TypeTagVector.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagVector.html new file mode 100644 index 000000000..863633d2e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/TypeTagVector.html @@ -0,0 +1,27 @@ +TypeTagVector | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/U128.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/U128.html new file mode 100644 index 000000000..b57600adc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/U128.html @@ -0,0 +1,20 @@ +U128 | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/U16.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/U16.html new file mode 100644 index 000000000..23a86f71c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/U16.html @@ -0,0 +1,20 @@ +U16 | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/U256.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/U256.html new file mode 100644 index 000000000..6a6319084 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/U256.html @@ -0,0 +1,20 @@ +U256 | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/U32.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/U32.html new file mode 100644 index 000000000..2e786de8a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/U32.html @@ -0,0 +1,20 @@ +U32 | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/U64.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/U64.html new file mode 100644 index 000000000..682646b90 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/U64.html @@ -0,0 +1,20 @@ +U64 | @aptos-labs/ts-sdk - v1.9.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.9.0/classes/U8.html b/docs/@aptos-labs/ts-sdk-1.9.0/classes/U8.html new file mode 100644 index 000000000..86a00992d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/classes/U8.html @@ -0,0 +1,20 @@ +U8 | @aptos-labs/ts-sdk - v1.9.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.9.0/enums/AccountAuthenticatorVariant.html b/docs/@aptos-labs/ts-sdk-1.9.0/enums/AccountAuthenticatorVariant.html new file mode 100644 index 000000000..d3648ea93 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/enums/AccountAuthenticatorVariant.html @@ -0,0 +1,7 @@ +AccountAuthenticatorVariant | @aptos-labs/ts-sdk - v1.9.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/enums/DeriveScheme.html b/docs/@aptos-labs/ts-sdk-1.9.0/enums/DeriveScheme.html new file mode 100644 index 000000000..774a3c585 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/enums/DeriveScheme.html @@ -0,0 +1,12 @@ +DeriveScheme | @aptos-labs/ts-sdk - v1.9.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.9.0/enums/HexInvalidReason.html b/docs/@aptos-labs/ts-sdk-1.9.0/enums/HexInvalidReason.html new file mode 100644 index 000000000..ca149649f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/enums/HexInvalidReason.html @@ -0,0 +1,5 @@ +HexInvalidReason | @aptos-labs/ts-sdk - v1.9.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.9.0/enums/KeyType.html b/docs/@aptos-labs/ts-sdk-1.9.0/enums/KeyType.html new file mode 100644 index 000000000..ae17f9afd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/enums/KeyType.html @@ -0,0 +1,3 @@ +KeyType | @aptos-labs/ts-sdk - v1.9.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/enums/ProcessorType.html b/docs/@aptos-labs/ts-sdk-1.9.0/enums/ProcessorType.html new file mode 100644 index 000000000..e96f1bbb6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/enums/ProcessorType.html @@ -0,0 +1,11 @@ +ProcessorType | @aptos-labs/ts-sdk - v1.9.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.9.0/enums/RoleType.html b/docs/@aptos-labs/ts-sdk-1.9.0/enums/RoleType.html new file mode 100644 index 000000000..087aab705 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/enums/RoleType.html @@ -0,0 +1,3 @@ +RoleType | @aptos-labs/ts-sdk - v1.9.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Enumeration TransactionResponseType

TRANSACTION TYPES

+

Enumeration Members

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/enums/TypeTagParserErrorType.html b/docs/@aptos-labs/ts-sdk-1.9.0/enums/TypeTagParserErrorType.html new file mode 100644 index 000000000..f99935a1f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/enums/TypeTagParserErrorType.html @@ -0,0 +1,13 @@ +TypeTagParserErrorType | @aptos-labs/ts-sdk - v1.9.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.9.0/enums/TypeTagVariants.html b/docs/@aptos-labs/ts-sdk-1.9.0/enums/TypeTagVariants.html new file mode 100644 index 000000000..66e338ea9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/enums/TypeTagVariants.html @@ -0,0 +1,16 @@ +TypeTagVariants | @aptos-labs/ts-sdk - v1.9.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.9.0/functions/CKDPriv.html b/docs/@aptos-labs/ts-sdk-1.9.0/functions/CKDPriv.html new file mode 100644 index 000000000..aec788161 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/functions/CKDPriv.html @@ -0,0 +1,2 @@ +CKDPriv | @aptos-labs/ts-sdk - v1.9.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Function buildTransaction

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Function deriveTransactionType

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Function fetchEntryFunctionAbi

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/functions/findFirstNonSignerArg.html b/docs/@aptos-labs/ts-sdk-1.9.0/functions/findFirstNonSignerArg.html new file mode 100644 index 000000000..39e3781d0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/functions/findFirstNonSignerArg.html @@ -0,0 +1,4 @@ +findFirstNonSignerArg | @aptos-labs/ts-sdk - v1.9.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.9.0/functions/generateMultiSignersSignedTransaction.html b/docs/@aptos-labs/ts-sdk-1.9.0/functions/generateMultiSignersSignedTransaction.html new file mode 100644 index 000000000..6445bbf9c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/functions/generateMultiSignersSignedTransaction.html @@ -0,0 +1,5 @@ +generateMultiSignersSignedTransaction | @aptos-labs/ts-sdk - v1.9.0

Function generateMultiSignersSignedTransaction

Generated using TypeDoc

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

Function generateRawTransaction

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Function generateTransactionPayload

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/functions/getFunctionParts.html b/docs/@aptos-labs/ts-sdk-1.9.0/functions/getFunctionParts.html new file mode 100644 index 000000000..b076e37a7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/functions/getFunctionParts.html @@ -0,0 +1 @@ +getFunctionParts | @aptos-labs/ts-sdk - v1.9.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.9.0/functions/isBcsAddress.html b/docs/@aptos-labs/ts-sdk-1.9.0/functions/isBcsAddress.html new file mode 100644 index 000000000..48bdd7637 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/functions/isBcsAddress.html @@ -0,0 +1 @@ +isBcsAddress | @aptos-labs/ts-sdk - v1.9.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/functions/isValidBIP44Path.html b/docs/@aptos-labs/ts-sdk-1.9.0/functions/isValidBIP44Path.html new file mode 100644 index 000000000..f88d5a321 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/functions/isValidBIP44Path.html @@ -0,0 +1,6 @@ +isValidBIP44Path | @aptos-labs/ts-sdk - v1.9.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.9.0/functions/isValidHardenedPath.html b/docs/@aptos-labs/ts-sdk-1.9.0/functions/isValidHardenedPath.html new file mode 100644 index 000000000..30122c19b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/functions/isValidHardenedPath.html @@ -0,0 +1,12 @@ +isValidHardenedPath | @aptos-labs/ts-sdk - v1.9.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.9.0/functions/isValidatorTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.9.0/functions/isValidatorTransactionResponse.html new file mode 100644 index 000000000..19e1f8bd3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/functions/isValidatorTransactionResponse.html @@ -0,0 +1 @@ +isValidatorTransactionResponse | @aptos-labs/ts-sdk - v1.9.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/functions/mnemonicToSeed.html b/docs/@aptos-labs/ts-sdk-1.9.0/functions/mnemonicToSeed.html new file mode 100644 index 000000000..02fa408a6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/functions/mnemonicToSeed.html @@ -0,0 +1,3 @@ +mnemonicToSeed | @aptos-labs/ts-sdk - v1.9.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.9.0/functions/objectStructTag.html b/docs/@aptos-labs/ts-sdk-1.9.0/functions/objectStructTag.html new file mode 100644 index 000000000..3bd6e1683 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/functions/objectStructTag.html @@ -0,0 +1 @@ +objectStructTag | @aptos-labs/ts-sdk - v1.9.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/functions/parseTypeTag.html b/docs/@aptos-labs/ts-sdk-1.9.0/functions/parseTypeTag.html new file mode 100644 index 000000000..b9c322ad2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/functions/parseTypeTag.html @@ -0,0 +1,14 @@ +parseTypeTag | @aptos-labs/ts-sdk - v1.9.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.9.0/functions/post.html b/docs/@aptos-labs/ts-sdk-1.9.0/functions/post.html new file mode 100644 index 000000000..8caee3145 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/functions/post.html @@ -0,0 +1,3 @@ +post | @aptos-labs/ts-sdk - v1.9.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

@aptos-labs/ts-sdk - v1.9.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.9.0/interfaces/AptosResponse.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/AptosResponse.html new file mode 100644 index 000000000..87090ce39 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/AptosResponse.html @@ -0,0 +1,16 @@ +AptosResponse | @aptos-labs/ts-sdk - v1.9.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.9.0/interfaces/Client.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/Client.html new file mode 100644 index 000000000..a1be220ec --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/Client.html @@ -0,0 +1,2 @@ +Client | @aptos-labs/ts-sdk - v1.9.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.9.0/interfaces/ClientRequest.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/ClientRequest.html new file mode 100644 index 000000000..d251be431 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/ClientRequest.html @@ -0,0 +1,8 @@ +ClientRequest | @aptos-labs/ts-sdk - v1.9.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.9.0/interfaces/ClientResponse.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/ClientResponse.html new file mode 100644 index 000000000..231cd3006 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/ClientResponse.html @@ -0,0 +1,8 @@ +ClientResponse | @aptos-labs/ts-sdk - v1.9.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.9.0/interfaces/CreateAccountFromPrivateKeyArgs.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/CreateAccountFromPrivateKeyArgs.html new file mode 100644 index 000000000..ffc25f1b0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/CreateAccountFromPrivateKeyArgs.html @@ -0,0 +1,6 @@ +CreateAccountFromPrivateKeyArgs | @aptos-labs/ts-sdk - v1.9.0

Interface CreateAccountFromPrivateKeyArgs

Arguments for creating an opaque Account from any supported private key. +This is used when the private key type is not known at compilation time.

+
interface CreateAccountFromPrivateKeyArgs {
    address?: AccountAddressInput;
    legacy?: boolean;
    privateKey: PrivateKey;
}

Properties

legacy?: boolean
privateKey: PrivateKey

Generated using TypeDoc

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

Interface CreateEd25519AccountFromPrivateKeyArgs

Arguments for creating an Ed25519Account from an Ed25519PrivateKey. +This is the default input type when passing an Ed25519PrivateKey. +In order to use the SingleKey authentication scheme, legacy needs to be explicitly set to false.

+
interface CreateEd25519AccountFromPrivateKeyArgs {
    address?: AccountAddressInput;
    legacy?: true;
    privateKey: Ed25519PrivateKey;
}

Properties

legacy?: true
privateKey: Ed25519PrivateKey

Generated using TypeDoc

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

Interface CreateEd25519SingleKeyAccountFromPrivateKeyArgs

Arguments for creating an SingleKeyAccount from an Ed25519PrivateKey. +The legacy argument needs to be explicitly set to false in order to +use the SingleKey authentication scheme.

+
interface CreateEd25519SingleKeyAccountFromPrivateKeyArgs {
    address?: AccountAddressInput;
    legacy: false;
    privateKey: Ed25519PrivateKey;
}

Properties

Properties

legacy: false
privateKey: Ed25519PrivateKey

Generated using TypeDoc

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

Interface CreateSingleKeyAccountFromPrivateKeyArgs

Arguments for creating an SingleKeyAccount from any supported private key +that is not an Ed25519PrivateKey. +The legacy argument defaults to false and cannot be explicitly set to true.

+
interface CreateSingleKeyAccountFromPrivateKeyArgs {
    address?: AccountAddressInput;
    legacy?: false;
    privateKey: PrivateKey;
}

Properties

legacy?: false
privateKey: PrivateKey

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/Deserializable.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/Deserializable.html new file mode 100644 index 000000000..ff108ac4b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/Deserializable.html @@ -0,0 +1,6 @@ +Deserializable | @aptos-labs/ts-sdk - v1.9.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.9.0/interfaces/Ed25519SignerConstructorArgs.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/Ed25519SignerConstructorArgs.html new file mode 100644 index 000000000..989a686a3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/Ed25519SignerConstructorArgs.html @@ -0,0 +1,3 @@ +Ed25519SignerConstructorArgs | @aptos-labs/ts-sdk - v1.9.0

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/EntryFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/EntryFunctionArgument.html new file mode 100644 index 000000000..b054ec5fa --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/EntryFunctionArgument.html @@ -0,0 +1,8 @@ +EntryFunctionArgument | @aptos-labs/ts-sdk - v1.9.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.9.0/interfaces/GenerateAccountArgs.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/GenerateAccountArgs.html new file mode 100644 index 000000000..9f164a8d3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/GenerateAccountArgs.html @@ -0,0 +1,5 @@ +GenerateAccountArgs | @aptos-labs/ts-sdk - v1.9.0

Interface GenerateAccountArgs

Arguments for generating an opaque Account. +This is used when the input signature scheme is not known at compilation time.

+
interface GenerateAccountArgs {
    legacy?: boolean;
    scheme?: SigningSchemeInput;
}

Properties

Properties

legacy?: boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/GenerateEd25519AccountArgs.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/GenerateEd25519AccountArgs.html new file mode 100644 index 000000000..47668cdbe --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/GenerateEd25519AccountArgs.html @@ -0,0 +1,5 @@ +GenerateEd25519AccountArgs | @aptos-labs/ts-sdk - v1.9.0

Interface GenerateEd25519AccountArgs

Arguments for generating an Ed25519Account. +This is the input type used by default.

+
interface GenerateEd25519AccountArgs {
    legacy?: true;
    scheme?: Ed25519;
}

Properties

Properties

legacy?: true
scheme?: Ed25519

Generated using TypeDoc

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

Interface GenerateEd25519SingleKeyAccountArgs

Arguments for generating an SingleKeyAccount with ah underlying Ed25519PrivateKey. +The legacy argument needs to be explicitly set to false, +otherwise an Ed25519Account will be returned instead.

+
interface GenerateEd25519SingleKeyAccountArgs {
    legacy: false;
    scheme?: Ed25519;
}

Properties

Properties

legacy: false
scheme?: Ed25519

Generated using TypeDoc

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

Interface GenerateSingleKeyAccountArgs

Arguments for generating an SingleKeyAccount with any supported private key +that is not an Ed25519PrivateKey. +The legacy argument defaults to false and cannot be explicitly set to true.

+
interface GenerateSingleKeyAccountArgs {
    legacy?: false;
    scheme: Secp256k1Ecdsa;
}

Properties

Properties

legacy?: false

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html new file mode 100644 index 000000000..1135b1a5e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/InputGenerateMultiAgentRawTransactionArgs.html @@ -0,0 +1,9 @@ +InputGenerateMultiAgentRawTransactionArgs | @aptos-labs/ts-sdk - v1.9.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.9.0/interfaces/InputGenerateMultiAgentRawTransactionData.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/InputGenerateMultiAgentRawTransactionData.html new file mode 100644 index 000000000..d9928e375 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/InputGenerateMultiAgentRawTransactionData.html @@ -0,0 +1,7 @@ +InputGenerateMultiAgentRawTransactionData | @aptos-labs/ts-sdk - v1.9.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.9.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html new file mode 100644 index 000000000..76c31e23c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/InputGenerateSingleSignerRawTransactionArgs.html @@ -0,0 +1,8 @@ +InputGenerateSingleSignerRawTransactionArgs | @aptos-labs/ts-sdk - v1.9.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.9.0/interfaces/InputGenerateSingleSignerRawTransactionData.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/InputGenerateSingleSignerRawTransactionData.html new file mode 100644 index 000000000..8ff71310c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/InputGenerateSingleSignerRawTransactionData.html @@ -0,0 +1,7 @@ +InputGenerateSingleSignerRawTransactionData | @aptos-labs/ts-sdk - v1.9.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.9.0/interfaces/InputSubmitTransactionData.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/InputSubmitTransactionData.html new file mode 100644 index 000000000..2f13d0b22 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/InputSubmitTransactionData.html @@ -0,0 +1,6 @@ +InputSubmitTransactionData | @aptos-labs/ts-sdk - v1.9.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.9.0/interfaces/MultiAgentTransaction.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/MultiAgentTransaction.html new file mode 100644 index 000000000..a423c615a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/MultiAgentTransaction.html @@ -0,0 +1,7 @@ +MultiAgentTransaction | @aptos-labs/ts-sdk - v1.9.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.9.0/interfaces/OrderByArg.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/OrderByArg.html new file mode 100644 index 000000000..595c58e15 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/OrderByArg.html @@ -0,0 +1,2 @@ +OrderByArg | @aptos-labs/ts-sdk - v1.9.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/PaginationArgs.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/PaginationArgs.html new file mode 100644 index 000000000..8adddc436 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/PaginationArgs.html @@ -0,0 +1,6 @@ +PaginationArgs | @aptos-labs/ts-sdk - v1.9.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.9.0/interfaces/PrivateKey.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/PrivateKey.html new file mode 100644 index 000000000..0fbd45c78 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/PrivateKey.html @@ -0,0 +1,10 @@ +PrivateKey | @aptos-labs/ts-sdk - v1.9.0

Interface PrivateKey

An abstract representation of a private key. +It is associated to a signature scheme and provides signing capabilities.

+
interface PrivateKey {
    publicKey(): PublicKey;
    sign(message): Signature;
    toUint8Array(): Uint8Array;
}

Implemented by

Methods

Generated using TypeDoc

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

Interface PrivateKeyFromDerivationPathArgs

Arguments for deriving a private key from a mnemonic phrase and a BIP44 path.

+
interface PrivateKeyFromDerivationPathArgs {
    mnemonic: string;
    path: string;
}

Properties

Properties

mnemonic: string
path: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/ScriptFunctionArgument.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/ScriptFunctionArgument.html new file mode 100644 index 000000000..0736899d0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/ScriptFunctionArgument.html @@ -0,0 +1,9 @@ +ScriptFunctionArgument | @aptos-labs/ts-sdk - v1.9.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.9.0/interfaces/SimpleTransaction.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/SimpleTransaction.html new file mode 100644 index 000000000..7a6f2b265 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/SimpleTransaction.html @@ -0,0 +1,6 @@ +SimpleTransaction | @aptos-labs/ts-sdk - v1.9.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.9.0/interfaces/SingleKeySignerConstructorArgs.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/SingleKeySignerConstructorArgs.html new file mode 100644 index 000000000..59c061b52 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/SingleKeySignerConstructorArgs.html @@ -0,0 +1,3 @@ +SingleKeySignerConstructorArgs | @aptos-labs/ts-sdk - v1.9.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/TransactionArgument.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/TransactionArgument.html new file mode 100644 index 000000000..c084a5144 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/TransactionArgument.html @@ -0,0 +1,12 @@ +TransactionArgument | @aptos-labs/ts-sdk - v1.9.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.9.0/interfaces/TransactionWorkerEvents.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/TransactionWorkerEvents.html new file mode 100644 index 000000000..d73ada4ce --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/TransactionWorkerEvents.html @@ -0,0 +1,6 @@ +TransactionWorkerEvents | @aptos-labs/ts-sdk - v1.9.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.9.0/interfaces/VerifyEd25519SignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/VerifyEd25519SignatureArgs.html new file mode 100644 index 000000000..ed2873036 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/VerifyEd25519SignatureArgs.html @@ -0,0 +1,3 @@ +VerifyEd25519SignatureArgs | @aptos-labs/ts-sdk - v1.9.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/VerifySignatureArgs.html b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/VerifySignatureArgs.html new file mode 100644 index 000000000..26923b105 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/interfaces/VerifySignatureArgs.html @@ -0,0 +1,4 @@ +VerifySignatureArgs | @aptos-labs/ts-sdk - v1.9.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

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

Index

Enumerations

Classes

Interfaces

Type Aliases

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

Variables

Functions

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/types/AptosRequest.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/AptosRequest.html new file mode 100644 index 000000000..f260f45eb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/AptosRequest.html @@ -0,0 +1,11 @@ +AptosRequest | @aptos-labs/ts-sdk - v1.9.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.9.0/types/AptosSettings.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/AptosSettings.html new file mode 100644 index 000000000..d3bb2b8c7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/AptosSettings.html @@ -0,0 +1,4 @@ +AptosSettings | @aptos-labs/ts-sdk - v1.9.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.9.0/types/AuthenticationKeyScheme.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/AuthenticationKeyScheme.html new file mode 100644 index 000000000..2d1680672 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/AuthenticationKeyScheme.html @@ -0,0 +1,3 @@ +AuthenticationKeyScheme | @aptos-labs/ts-sdk - v1.9.0

Generated using TypeDoc

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

Type alias BlockMetadataTransactionResponse

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

Type declaration

  • accumulator_root_hash: string
  • changes: WriteSetChange[]

    Final state of resources changed by the transaction

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

    The events emitted at the block creation

    +
  • failed_proposer_indices: number[]

    The indices of the proposers who failed to propose

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

    Previous block votes

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

    Whether the transaction was successful

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

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

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/types/ClientConfig.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/ClientConfig.html new file mode 100644 index 000000000..3d9684918 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/ClientConfig.html @@ -0,0 +1,6 @@ +ClientConfig | @aptos-labs/ts-sdk - v1.9.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.9.0/types/CommittedTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/CommittedTransactionResponse.html new file mode 100644 index 000000000..260dae24a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/CommittedTransactionResponse.html @@ -0,0 +1 @@ +CommittedTransactionResponse | @aptos-labs/ts-sdk - v1.9.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/types/DecodedTableData.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/DecodedTableData.html new file mode 100644 index 000000000..2812fcd78 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/DecodedTableData.html @@ -0,0 +1,5 @@ +DecodedTableData | @aptos-labs/ts-sdk - v1.9.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.9.0/types/DeletedTableData.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/DeletedTableData.html new file mode 100644 index 000000000..b7f9ad40a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/DeletedTableData.html @@ -0,0 +1,4 @@ +DeletedTableData | @aptos-labs/ts-sdk - v1.9.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/types/EntryFunctionPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/EntryFunctionPayloadResponse.html new file mode 100644 index 000000000..c7e11bbae --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/EntryFunctionPayloadResponse.html @@ -0,0 +1,3 @@ +EntryFunctionPayloadResponse | @aptos-labs/ts-sdk - v1.9.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.9.0/types/Event.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/Event.html new file mode 100644 index 000000000..95e0c0ddb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/Event.html @@ -0,0 +1,2 @@ +Event | @aptos-labs/ts-sdk - v1.9.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.9.0/types/EventGuid.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/EventGuid.html new file mode 100644 index 000000000..58fcc1471 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/EventGuid.html @@ -0,0 +1 @@ +EventGuid | @aptos-labs/ts-sdk - v1.9.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/types/GasEstimation.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/GasEstimation.html new file mode 100644 index 000000000..622e0c243 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/GasEstimation.html @@ -0,0 +1,5 @@ +GasEstimation | @aptos-labs/ts-sdk - v1.9.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.9.0/types/GenerateAccount.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/GenerateAccount.html new file mode 100644 index 000000000..5271c0402 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/GenerateAccount.html @@ -0,0 +1 @@ +GenerateAccount | @aptos-labs/ts-sdk - v1.9.0

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/types/GenerateAccountWithEd25519.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/GenerateAccountWithEd25519.html new file mode 100644 index 000000000..42b7c0ea6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/GenerateAccountWithEd25519.html @@ -0,0 +1,3 @@ +GenerateAccountWithEd25519 | @aptos-labs/ts-sdk - v1.9.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.9.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html new file mode 100644 index 000000000..0f2dda414 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/GenerateAccountWithSingleSignerSecp256k1Key.html @@ -0,0 +1,3 @@ +GenerateAccountWithSingleSignerSecp256k1Key | @aptos-labs/ts-sdk - v1.9.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.9.0/types/GenesisPayload.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/GenesisPayload.html new file mode 100644 index 000000000..d0b90eb51 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/GenesisPayload.html @@ -0,0 +1 @@ +GenesisPayload | @aptos-labs/ts-sdk - v1.9.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/types/GetAccountOwnedObjectsResponse.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/GetAccountOwnedObjectsResponse.html new file mode 100644 index 000000000..9cde9e9a2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/GetAccountOwnedObjectsResponse.html @@ -0,0 +1,7 @@ +GetAccountOwnedObjectsResponse | @aptos-labs/ts-sdk - v1.9.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.9.0/types/GetAccountOwnedTokensFromCollectionResponse.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/GetAccountOwnedTokensFromCollectionResponse.html new file mode 100644 index 000000000..3b5392772 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/GetAccountOwnedTokensFromCollectionResponse.html @@ -0,0 +1 @@ +GetAccountOwnedTokensFromCollectionResponse | @aptos-labs/ts-sdk - v1.9.0

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/types/GraphqlQuery.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/GraphqlQuery.html new file mode 100644 index 000000000..c548310c4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/GraphqlQuery.html @@ -0,0 +1,2 @@ +GraphqlQuery | @aptos-labs/ts-sdk - v1.9.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.9.0/types/HexInput.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/HexInput.html new file mode 100644 index 000000000..9331760d2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/HexInput.html @@ -0,0 +1,2 @@ +HexInput | @aptos-labs/ts-sdk - v1.9.0

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/types/InputSimulateTransactionData.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/InputSimulateTransactionData.html new file mode 100644 index 000000000..c1c3d57e7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/InputSimulateTransactionData.html @@ -0,0 +1,5 @@ +InputSimulateTransactionData | @aptos-labs/ts-sdk - v1.9.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.9.0/types/InputSimulateTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/InputSimulateTransactionOptions.html new file mode 100644 index 000000000..840eacd1d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/InputSimulateTransactionOptions.html @@ -0,0 +1 @@ +InputSimulateTransactionOptions | @aptos-labs/ts-sdk - v1.9.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.9.0/types/InputViewRequestData.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/InputViewRequestData.html new file mode 100644 index 000000000..7a740f752 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/InputViewRequestData.html @@ -0,0 +1,2 @@ +InputViewRequestData | @aptos-labs/ts-sdk - v1.9.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.9.0/types/LedgerInfo.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/LedgerInfo.html new file mode 100644 index 000000000..9f45ffb00 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/LedgerInfo.html @@ -0,0 +1,4 @@ +LedgerInfo | @aptos-labs/ts-sdk - v1.9.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.9.0/types/LedgerVersionArg.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/LedgerVersionArg.html new file mode 100644 index 000000000..d34d066ce --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/LedgerVersionArg.html @@ -0,0 +1,2 @@ +LedgerVersionArg | @aptos-labs/ts-sdk - v1.9.0

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/types/MoveModule.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/MoveModule.html new file mode 100644 index 000000000..80bd4a4eb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/MoveModule.html @@ -0,0 +1,5 @@ +MoveModule | @aptos-labs/ts-sdk - v1.9.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.9.0/types/MoveModuleBytecode.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/MoveModuleBytecode.html new file mode 100644 index 000000000..b42dd6b03 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/MoveModuleBytecode.html @@ -0,0 +1 @@ +MoveModuleBytecode | @aptos-labs/ts-sdk - v1.9.0

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/types/ParsingResult.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/ParsingResult.html new file mode 100644 index 000000000..519a91e58 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/ParsingResult.html @@ -0,0 +1,6 @@ +ParsingResult | @aptos-labs/ts-sdk - v1.9.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.9.0/types/PendingTransactionResponse.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/PendingTransactionResponse.html new file mode 100644 index 000000000..5e684c88b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/PendingTransactionResponse.html @@ -0,0 +1 @@ +PendingTransactionResponse | @aptos-labs/ts-sdk - v1.9.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.9.0/types/PostAptosRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/PostAptosRequestOptions.html new file mode 100644 index 000000000..290e167f6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/PostAptosRequestOptions.html @@ -0,0 +1 @@ +PostAptosRequestOptions | @aptos-labs/ts-sdk - v1.9.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/types/PostRequestOptions.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/PostRequestOptions.html new file mode 100644 index 000000000..766e10a8e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/PostRequestOptions.html @@ -0,0 +1,10 @@ +PostRequestOptions | @aptos-labs/ts-sdk - v1.9.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.9.0/types/ScriptFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/ScriptFunctionArgumentTypes.html new file mode 100644 index 000000000..c765ea91e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/ScriptFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +ScriptFunctionArgumentTypes | @aptos-labs/ts-sdk - v1.9.0

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Type alias StateCheckpointTransactionResponse

    StateCheckpointTransactionResponse: {
        accumulator_root_hash: string;
        changes: WriteSetChange[];
        event_root_hash: string;
        gas_used: string;
        hash: string;
        state_change_hash: string;
        state_checkpoint_hash: string | null;
        success: boolean;
        timestamp: string;
        type: StateCheckpoint;
        version: string;
        vm_status: string;
    }

    Type declaration

    • accumulator_root_hash: string
    • changes: WriteSetChange[]

      Final state of resources changed by the transaction

      +
    • event_root_hash: string
    • gas_used: string
    • hash: string
    • state_change_hash: string
    • state_checkpoint_hash: string | null
    • success: boolean

      Whether the transaction was successful

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

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

      +

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/types/TableItemRequest.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/TableItemRequest.html new file mode 100644 index 000000000..0f356945c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/TableItemRequest.html @@ -0,0 +1,3 @@ +TableItemRequest | @aptos-labs/ts-sdk - v1.9.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.9.0/types/TokenStandard.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/TokenStandard.html new file mode 100644 index 000000000..62e555824 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/TokenStandard.html @@ -0,0 +1,2 @@ +TokenStandard | @aptos-labs/ts-sdk - v1.9.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/types/TransactionEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/TransactionEd25519Signature.html new file mode 100644 index 000000000..6186b2eb2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/TransactionEd25519Signature.html @@ -0,0 +1 @@ +TransactionEd25519Signature | @aptos-labs/ts-sdk - v1.9.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.9.0/types/TransactionFeePayerSignature.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/TransactionFeePayerSignature.html new file mode 100644 index 000000000..cd83b4d64 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/TransactionFeePayerSignature.html @@ -0,0 +1,3 @@ +TransactionFeePayerSignature | @aptos-labs/ts-sdk - v1.9.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.9.0/types/TransactionMultiAgentSignature.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/TransactionMultiAgentSignature.html new file mode 100644 index 000000000..468b96288 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/TransactionMultiAgentSignature.html @@ -0,0 +1,3 @@ +TransactionMultiAgentSignature | @aptos-labs/ts-sdk - v1.9.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.9.0/types/TransactionMultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/TransactionMultiEd25519Signature.html new file mode 100644 index 000000000..d14a1d09b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/TransactionMultiEd25519Signature.html @@ -0,0 +1,4 @@ +TransactionMultiEd25519Signature | @aptos-labs/ts-sdk - v1.9.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.9.0/types/TransactionPayloadResponse.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/TransactionPayloadResponse.html new file mode 100644 index 000000000..5ac262435 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/TransactionPayloadResponse.html @@ -0,0 +1 @@ +TransactionPayloadResponse | @aptos-labs/ts-sdk - v1.9.0

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Type alias UserTransactionResponse

    UserTransactionResponse: {
        accumulator_root_hash: string;
        changes: WriteSetChange[];
        event_root_hash: string;
        events: Event[];
        expiration_timestamp_secs: string;
        gas_unit_price: string;
        gas_used: string;
        hash: string;
        max_gas_amount: string;
        payload: TransactionPayloadResponse;
        sender: string;
        sequence_number: string;
        signature?: TransactionSignature;
        state_change_hash: string;
        state_checkpoint_hash: string | null;
        success: boolean;
        timestamp: string;
        type: User;
        version: string;
        vm_status: string;
    }

    Type declaration

    • accumulator_root_hash: string
    • changes: WriteSetChange[]

      Final state of resources changed by the transaction

      +
    • event_root_hash: string
    • events: Event[]

      Events generated by the transaction

      +
    • expiration_timestamp_secs: string
    • gas_unit_price: string
    • gas_used: string
    • hash: string
    • max_gas_amount: string
    • payload: TransactionPayloadResponse
    • sender: string
    • sequence_number: string
    • Optional signature?: TransactionSignature
    • state_change_hash: string
    • state_checkpoint_hash: string | null
    • success: boolean

      Whether the transaction was successful

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

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

      +

    Generated using TypeDoc

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

    Type alias ValidatorTransactionResponse

    ValidatorTransactionResponse: {
        accumulator_root_hash: string;
        changes: WriteSetChange[];
        event_root_hash: string;
        events: Event[];
        gas_used: string;
        hash: string;
        state_change_hash: string;
        state_checkpoint_hash: string | null;
        success: boolean;
        timestamp: string;
        type: Validator;
        version: string;
        vm_status: string;
    }

    Type declaration

    • accumulator_root_hash: string
    • changes: WriteSetChange[]

      Final state of resources changed by the transaction

      +
    • event_root_hash: string
    • events: Event[]

      The events emitted by the validator transaction

      +
    • gas_used: string
    • hash: string
    • state_change_hash: string
    • state_checkpoint_hash: string | null
    • success: boolean

      Whether the transaction was successful

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

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

      +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/types/ViewRequest.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/ViewRequest.html new file mode 100644 index 000000000..57b0cdc01 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/ViewRequest.html @@ -0,0 +1,5 @@ +ViewRequest | @aptos-labs/ts-sdk - v1.9.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.9.0/types/WaitForTransactionOptions.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/WaitForTransactionOptions.html new file mode 100644 index 000000000..111d5715f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/WaitForTransactionOptions.html @@ -0,0 +1,2 @@ +WaitForTransactionOptions | @aptos-labs/ts-sdk - v1.9.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.9.0/types/WriteSet.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSet.html new file mode 100644 index 000000000..8720106de --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSet.html @@ -0,0 +1 @@ +WriteSet | @aptos-labs/ts-sdk - v1.9.0

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChangeDeleteModule.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChangeDeleteModule.html new file mode 100644 index 000000000..8a5b67b12 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChangeDeleteModule.html @@ -0,0 +1,2 @@ +WriteSetChangeDeleteModule | @aptos-labs/ts-sdk - v1.9.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.9.0/types/WriteSetChangeDeleteResource.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChangeDeleteResource.html new file mode 100644 index 000000000..877da501f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChangeDeleteResource.html @@ -0,0 +1 @@ +WriteSetChangeDeleteResource | @aptos-labs/ts-sdk - v1.9.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.9.0/types/WriteSetChangeDeleteTableItem.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChangeDeleteTableItem.html new file mode 100644 index 000000000..2507f10f4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChangeDeleteTableItem.html @@ -0,0 +1 @@ +WriteSetChangeDeleteTableItem | @aptos-labs/ts-sdk - v1.9.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.9.0/types/WriteSetChangeWriteModule.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChangeWriteModule.html new file mode 100644 index 000000000..9489ff529 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChangeWriteModule.html @@ -0,0 +1 @@ +WriteSetChangeWriteModule | @aptos-labs/ts-sdk - v1.9.0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChangeWriteResource.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChangeWriteResource.html new file mode 100644 index 000000000..033cc8628 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChangeWriteResource.html @@ -0,0 +1 @@ +WriteSetChangeWriteResource | @aptos-labs/ts-sdk - v1.9.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.9.0/types/WriteSetChangeWriteTableItem.html b/docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChangeWriteTableItem.html new file mode 100644 index 000000000..291c9824a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/types/WriteSetChangeWriteTableItem.html @@ -0,0 +1 @@ +WriteSetChangeWriteTableItem | @aptos-labs/ts-sdk - v1.9.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.9.0/variables/APTOS_BIP44_REGEX.html b/docs/@aptos-labs/ts-sdk-1.9.0/variables/APTOS_BIP44_REGEX.html new file mode 100644 index 000000000..e099667c2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/variables/APTOS_BIP44_REGEX.html @@ -0,0 +1 @@ +APTOS_BIP44_REGEX | @aptos-labs/ts-sdk - v1.9.0

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-1.9.0/variables/DEFAULT_MAX_GAS_AMOUNT.html b/docs/@aptos-labs/ts-sdk-1.9.0/variables/DEFAULT_MAX_GAS_AMOUNT.html new file mode 100644 index 000000000..4c98239c5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/variables/DEFAULT_MAX_GAS_AMOUNT.html @@ -0,0 +1,5 @@ +DEFAULT_MAX_GAS_AMOUNT | @aptos-labs/ts-sdk - v1.9.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.9.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html b/docs/@aptos-labs/ts-sdk-1.9.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html new file mode 100644 index 000000000..b2130799e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html @@ -0,0 +1,5 @@ +DEFAULT_TXN_EXP_SEC_FROM_NOW | @aptos-labs/ts-sdk - v1.9.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.9.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html b/docs/@aptos-labs/ts-sdk-1.9.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html new file mode 100644 index 000000000..834a5cdd2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/variables/DEFAULT_TXN_TIMEOUT_SEC.html @@ -0,0 +1,4 @@ +DEFAULT_TXN_TIMEOUT_SEC | @aptos-labs/ts-sdk - v1.9.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.9.0/variables/HARDENED_OFFSET.html b/docs/@aptos-labs/ts-sdk-1.9.0/variables/HARDENED_OFFSET.html new file mode 100644 index 000000000..569c43c81 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-1.9.0/variables/HARDENED_OFFSET.html @@ -0,0 +1 @@ +HARDENED_OFFSET | @aptos-labs/ts-sdk - v1.9.0

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-latest/index.md b/docs/@aptos-labs/ts-sdk-latest/index.md index 4332326b7..f39e834cc 100644 --- a/docs/@aptos-labs/ts-sdk-latest/index.md +++ b/docs/@aptos-labs/ts-sdk-latest/index.md @@ -1,5 +1,5 @@ --- title: Latest Aptos TypeScript SDK Documentation permalink: /@aptos-labs/ts-sdk-latest -redirect_to: /@aptos-labs/ts-sdk-1.7.0 +redirect_to: /@aptos-labs/ts-sdk-1.9.0 --- diff --git a/docs/index.md b/docs/index.md index 5df739925..a1706edaf 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,6 +9,7 @@ redirect_from: This is a repository of all Aptos TypeScript SDK documentation by version. - [Latest](@aptos-labs/ts-sdk-latest) +- [Stable - @aptos-labs/ts-sdk-1.9.0](@aptos-labs/ts-sdk-1.9.0) - [Stable - @aptos-labs/ts-sdk-1.8.0](@aptos-labs/ts-sdk-1.8.0) - [Stable - @aptos-labs/ts-sdk-1.7.0](@aptos-labs/ts-sdk-1.7.0) - [Stable - @aptos-labs/ts-sdk-1.6.0](@aptos-labs/ts-sdk-1.6.0) diff --git a/package.json b/package.json index 89fdbdd3e..7d33ee25f 100644 --- a/package.json +++ b/package.json @@ -84,5 +84,5 @@ "typedoc": "^0.25.4", "typescript": "^5.3.3" }, - "version": "1.8.0" + "version": "1.9.0" } diff --git a/src/version.ts b/src/version.ts index 769de71e7..3cdbb414f 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.8.0"; +export const VERSION = "1.9.0";