From 325b6a4a9beac58bc536a6bfe7d07ba2b686d99b Mon Sep 17 00:00:00 2001 From: maayan Date: Wed, 29 Nov 2023 16:09:00 -0500 Subject: [PATCH] bump to version 0.0.8 --- CHANGELOG.md | 2 + docs/@aptos-labs/ts-sdk-0.0.8/.nojekyll | 1 + .../ts-sdk-0.0.8/assets/highlight.css | 141 ++ docs/@aptos-labs/ts-sdk-0.0.8/assets/main.js | 59 + .../ts-sdk-0.0.8/assets/navigation.js | 1 + .../@aptos-labs/ts-sdk-0.0.8/assets/search.js | 1 + .../@aptos-labs/ts-sdk-0.0.8/assets/style.css | 1383 +++++++++++++++++ .../ts-sdk-0.0.8/classes/Account.html | 87 ++ .../ts-sdk-0.0.8/classes/AccountAddress.html | 152 ++ .../classes/AccountAuthenticator.html | 15 + .../classes/AccountAuthenticatorEd25519.html | 21 + .../AccountAuthenticatorMultiEd25519.html | 21 + .../classes/AccountAuthenticatorMultiKey.html | 22 + .../AccountAuthenticatorSingleKey.html | 21 + .../classes/AccountSequenceNumber.html | 29 + .../ts-sdk-0.0.8/classes/AnyPublicKey.html | 31 + .../ts-sdk-0.0.8/classes/AnySignature.html | 20 + .../ts-sdk-0.0.8/classes/Aptos.html | 480 ++++++ .../ts-sdk-0.0.8/classes/AptosApiError.html | 23 + .../ts-sdk-0.0.8/classes/AptosConfig.html | 14 + .../classes/AuthenticationKey.html | 37 + .../ts-sdk-0.0.8/classes/Bool.html | 20 + .../ts-sdk-0.0.8/classes/ChainId.html | 13 + .../ts-sdk-0.0.8/classes/Deserializer.html | 63 + .../classes/Ed25519PrivateKey.html | 51 + .../classes/Ed25519PublicKey.html | 34 + .../classes/Ed25519Signature.html | 24 + .../ts-sdk-0.0.8/classes/EntryFunction.html | 43 + .../classes/EntryFunctionBytes.html | 28 + .../classes/FeePayerRawTransaction.html | 21 + .../ts-sdk-0.0.8/classes/FixedBytes.html | 33 + .../@aptos-labs/ts-sdk-0.0.8/classes/Hex.html | 50 + .../ts-sdk-0.0.8/classes/Identifier.html | 15 + .../ts-sdk-0.0.8/classes/ModuleId.html | 22 + .../ts-sdk-0.0.8/classes/MoveOption.html | 83 + .../ts-sdk-0.0.8/classes/MoveString.html | 20 + .../ts-sdk-0.0.8/classes/MoveVector.html | 88 ++ .../classes/MultiAgentRawTransaction.html | 19 + .../classes/MultiEd25519PublicKey.html | 34 + .../classes/MultiEd25519Signature.html | 40 + .../ts-sdk-0.0.8/classes/MultiKey.html | 29 + .../ts-sdk-0.0.8/classes/MultiSig.html | 11 + .../classes/MultisigTransactionPayload.html | 14 + .../ts-sdk-0.0.8/classes/ParsingError.html | 16 + .../ts-sdk-0.0.8/classes/PrivateKey.html | 21 + .../ts-sdk-0.0.8/classes/PublicKey.html | 20 + .../ts-sdk-0.0.8/classes/RawTransaction.html | 31 + .../classes/RawTransactionWithData.html | 14 + .../classes/RotationProofChallenge.html | 19 + .../ts-sdk-0.0.8/classes/Script.html | 21 + .../classes/Secp256k1PrivateKey.html | 45 + .../classes/Secp256k1PublicKey.html | 30 + .../classes/Secp256k1Signature.html | 26 + .../ts-sdk-0.0.8/classes/Serializable.html | 10 + .../ts-sdk-0.0.8/classes/Serializer.html | 67 + .../ts-sdk-0.0.8/classes/Signature.html | 16 + .../classes/SignedTransaction.html | 21 + .../ts-sdk-0.0.8/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 | 50 + .../ts-sdk-0.0.8/classes/TypeTag.html | 24 + .../ts-sdk-0.0.8/classes/TypeTagAddress.html | 25 + .../ts-sdk-0.0.8/classes/TypeTagBool.html | 25 + .../ts-sdk-0.0.8/classes/TypeTagGeneric.html | 29 + .../classes/TypeTagParserError.html | 11 + .../classes/TypeTagReference.html | 26 + .../ts-sdk-0.0.8/classes/TypeTagSigner.html | 25 + .../ts-sdk-0.0.8/classes/TypeTagStruct.html | 30 + .../ts-sdk-0.0.8/classes/TypeTagU128.html | 25 + .../ts-sdk-0.0.8/classes/TypeTagU16.html | 25 + .../ts-sdk-0.0.8/classes/TypeTagU256.html | 25 + .../ts-sdk-0.0.8/classes/TypeTagU32.html | 25 + .../ts-sdk-0.0.8/classes/TypeTagU64.html | 25 + .../ts-sdk-0.0.8/classes/TypeTagU8.html | 25 + .../ts-sdk-0.0.8/classes/TypeTagVector.html | 26 + .../ts-sdk-0.0.8/classes/U128.html | 20 + .../@aptos-labs/ts-sdk-0.0.8/classes/U16.html | 20 + .../ts-sdk-0.0.8/classes/U256.html | 20 + .../@aptos-labs/ts-sdk-0.0.8/classes/U32.html | 20 + .../@aptos-labs/ts-sdk-0.0.8/classes/U64.html | 20 + docs/@aptos-labs/ts-sdk-0.0.8/classes/U8.html | 20 + .../enums/AccountAuthenticatorVariant.html | 7 + .../enums/AddressInvalidReason.html | 9 + .../enums/AnyPublicKeyVariant.html | 3 + .../enums/AnySignatureVariant.html | 3 + .../ts-sdk-0.0.8/enums/AptosApiType.html | 5 + .../ts-sdk-0.0.8/enums/DeriveScheme.html | 12 + .../ts-sdk-0.0.8/enums/HexInvalidReason.html | 5 + .../ts-sdk-0.0.8/enums/KeyType.html | 3 + .../ts-sdk-0.0.8/enums/MimeType.html | 7 + .../ts-sdk-0.0.8/enums/MoveAbility.html | 6 + .../enums/MoveFunctionVisibility.html | 5 + .../ts-sdk-0.0.8/enums/Network.html | 6 + .../ts-sdk-0.0.8/enums/ProcessorType.html | 13 + .../ts-sdk-0.0.8/enums/RoleType.html | 3 + .../ScriptTransactionArgumentVariants.html | 12 + .../ts-sdk-0.0.8/enums/SigningScheme.html | 8 + .../enums/SigningSchemeInput.html | 5 + .../TransactionAuthenticatorVariant.html | 8 + .../enums/TransactionPayloadVariants.html | 6 + .../enums/TransactionResponseType.html | 7 + .../enums/TransactionVariants.html | 5 + .../enums/TypeTagParserErrorType.html | 13 + .../ts-sdk-0.0.8/enums/TypeTagVariants.html | 16 + .../ts-sdk-0.0.8/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-0.0.8/functions/deriveKey.html | 1 + .../functions/deriveTransactionType.html | 4 + .../deserializeFromScriptArgument.html | 2 + .../ts-sdk-0.0.8/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-0.0.8/functions/get.html | 3 + .../functions/getAptosFullNode.html | 1 + .../getAuthenticatorForSimulation.html | 1 + .../functions/getFunctionParts.html | 1 + .../ts-sdk-0.0.8/functions/isBcsAddress.html | 1 + .../ts-sdk-0.0.8/functions/isBcsBool.html | 1 + .../functions/isBcsFixedBytes.html | 1 + .../ts-sdk-0.0.8/functions/isBcsString.html | 1 + .../ts-sdk-0.0.8/functions/isBcsU128.html | 1 + .../ts-sdk-0.0.8/functions/isBcsU16.html | 1 + .../ts-sdk-0.0.8/functions/isBcsU256.html | 1 + .../ts-sdk-0.0.8/functions/isBcsU32.html | 1 + .../ts-sdk-0.0.8/functions/isBcsU64.html | 1 + .../ts-sdk-0.0.8/functions/isBcsU8.html | 1 + .../isBlockMetadataTransactionResponse.html | 1 + .../ts-sdk-0.0.8/functions/isBool.html | 1 + .../functions/isEd25519Signature.html | 1 + .../isEncodedEntryFunctionArgument.html | 1 + .../functions/isFeePayerSignature.html | 1 + .../isGenesisTransactionResponse.html | 1 + .../ts-sdk-0.0.8/functions/isLargeNumber.html | 1 + .../functions/isMultiAgentSignature.html | 1 + .../functions/isMultiEd25519Signature.html | 1 + .../ts-sdk-0.0.8/functions/isNull.html | 1 + .../ts-sdk-0.0.8/functions/isNumber.html | 1 + .../isPendingTransactionResponse.html | 1 + .../functions/isScriptDataInput.html | 1 + .../functions/isSecp256k1Signature.html | 1 + .../isStateCheckpointTransactionResponse.html | 1 + .../ts-sdk-0.0.8/functions/isString.html | 1 + .../functions/isUserTransactionResponse.html | 1 + .../functions/isValidBIP44Path.html | 6 + .../functions/isValidHardenedPath.html | 12 + .../functions/mnemonicToSeed.html | 3 + .../functions/objectStructTag.html | 1 + .../functions/optionStructTag.html | 1 + .../functions/outOfRangeErrorMessage.html | 1 + .../functions/paginateWithCursor.html | 1 + .../ts-sdk-0.0.8/functions/parseTypeTag.html | 14 + .../ts-sdk-0.0.8/functions/post.html | 3 + .../functions/postAptosFaucet.html | 1 + .../functions/postAptosFullNode.html | 1 + .../functions/postAptosIndexer.html | 1 + .../ts-sdk-0.0.8/functions/request.html | 3 + .../ts-sdk-0.0.8/functions/sign.html | 5 + .../ts-sdk-0.0.8/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-0.0.8/index.html | 66 + .../interfaces/AptosResponse.html | 16 + .../ts-sdk-0.0.8/interfaces/Client.html | 2 + .../interfaces/ClientRequest.html | 8 + .../interfaces/ClientResponse.html | 8 + .../interfaces/Deserializable.html | 6 + .../interfaces/EntryFunctionArgument.html | 8 + ...tGenerateMultiAgentRawTransactionArgs.html | 9 + ...tGenerateMultiAgentRawTransactionData.html | 7 + ...enerateSingleSignerRawTransactionArgs.html | 8 + ...enerateSingleSignerRawTransactionData.html | 7 + .../InputSubmitTransactionData.html | 6 + .../interfaces/MultiAgentTransaction.html | 7 + .../ts-sdk-0.0.8/interfaces/OrderByArg.html | 2 + .../interfaces/PaginationArgs.html | 6 + .../interfaces/ScriptFunctionArgument.html | 9 + .../interfaces/SingleSignerTransaction.html | 6 + .../interfaces/TokenStandardArg.html | 2 + .../interfaces/TransactionArgument.html | 12 + .../ts-sdk-0.0.8/interfaces/WhereArg.html | 2 + docs/@aptos-labs/ts-sdk-0.0.8/modules.html | 339 ++++ .../types/AccountAddressInput.html | 1 + .../ts-sdk-0.0.8/types/AccountData.html | 1 + .../ts-sdk-0.0.8/types/AccountSignature.html | 2 + .../ts-sdk-0.0.8/types/AnyNumber.html | 1 + .../ts-sdk-0.0.8/types/AnyRawTransaction.html | 2 + .../types/AnyRawTransactionInstance.html | 2 + .../types/AnyTransactionPayloadInstance.html | 2 + .../ts-sdk-0.0.8/types/AptosRequest.html | 11 + .../ts-sdk-0.0.8/types/AptosSettings.html | 4 + .../types/AuthenticationKeyScheme.html | 3 + .../@aptos-labs/ts-sdk-0.0.8/types/Block.html | 3 + .../BlockMetadataTransactionResponse.html | 7 + .../ts-sdk-0.0.8/types/ClientConfig.html | 6 + .../types/CommittedTransactionResponse.html | 1 + .../ts-sdk-0.0.8/types/DecodedTableData.html | 5 + .../ts-sdk-0.0.8/types/DeletedTableData.html | 4 + .../ts-sdk-0.0.8/types/DerivedKeys.html | 1 + .../ts-sdk-0.0.8/types/DirectWriteSet.html | 1 + .../ts-sdk-0.0.8/types/EntryFunctionABI.html | 3 + .../types/EntryFunctionArgumentTypes.html | 2 + .../types/EntryFunctionPayloadResponse.html | 3 + .../@aptos-labs/ts-sdk-0.0.8/types/Event.html | 2 + .../ts-sdk-0.0.8/types/EventGuid.html | 1 + .../ts-sdk-0.0.8/types/GasEstimation.html | 5 + .../ts-sdk-0.0.8/types/GenerateAccount.html | 1 + .../types/GenerateAccountWithEd25519.html | 3 + ...teAccountWithSingleSignerSecp256k1Key.html | 3 + .../ts-sdk-0.0.8/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-0.0.8/types/GetEventsResponse.html | 1 + .../GetFungibleAssetActivitiesResponse.html | 1 + .../GetFungibleAssetMetadataResponse.html | 1 + .../types/GetNumberOfDelegatorsResponse.html | 1 + .../types/GetOwnedTokensResponse.html | 1 + .../types/GetProcessorStatusResponse.html | 1 + .../ts-sdk-0.0.8/types/GetRequestOptions.html | 9 + .../types/GetTokenActivityResponse.html | 1 + .../types/GetTokenDataResponse.html | 1 + .../ts-sdk-0.0.8/types/GraphqlQuery.html | 2 + .../ts-sdk-0.0.8/types/HexInput.html | 2 + .../types/InputEntryFunctionData.html | 2 + .../InputEntryFunctionDataWithRemoteABI.html | 1 + .../InputGenerateRawTransactionArgs.html | 2 + .../types/InputGenerateTransactionData.html | 2 + .../InputGenerateTransactionOptions.html | 2 + .../InputGenerateTransactionPayloadData.html | 3 + ...teTransactionPayloadDataWithRemoteABI.html | 1 + .../ts-sdk-0.0.8/types/InputMultiSigData.html | 2 + .../types/InputMultiSigDataWithRemoteABI.html | 2 + .../ts-sdk-0.0.8/types/InputScriptData.html | 2 + .../types/InputSimulateTransactionData.html | 5 + .../InputSimulateTransactionOptions.html | 1 + .../types/InputViewRequestData.html | 2 + .../ts-sdk-0.0.8/types/LedgerInfo.html | 4 + .../ts-sdk-0.0.8/types/LedgerVersionArg.html | 2 + .../ts-sdk-0.0.8/types/MoveAddressType.html | 1 + .../ts-sdk-0.0.8/types/MoveFunction.html | 7 + .../types/MoveFunctionGenericTypeParam.html | 2 + .../ts-sdk-0.0.8/types/MoveFunctionId.html | 1 + .../ts-sdk-0.0.8/types/MoveModule.html | 5 + .../types/MoveModuleBytecode.html | 1 + .../ts-sdk-0.0.8/types/MoveModuleId.html | 3 + .../ts-sdk-0.0.8/types/MoveObjectType.html | 1 + .../ts-sdk-0.0.8/types/MoveOptionType.html | 1 + .../ts-sdk-0.0.8/types/MoveResource.html | 1 + .../types/MoveScriptBytecode.html | 2 + .../ts-sdk-0.0.8/types/MoveStruct.html | 6 + .../ts-sdk-0.0.8/types/MoveStructField.html | 2 + .../ts-sdk-0.0.8/types/MoveStructId.html | 2 + .../ts-sdk-0.0.8/types/MoveStructType.html | 1 + .../ts-sdk-0.0.8/types/MoveType.html | 1 + .../ts-sdk-0.0.8/types/MoveUint128Type.html | 1 + .../ts-sdk-0.0.8/types/MoveUint16Type.html | 1 + .../ts-sdk-0.0.8/types/MoveUint256Type.html | 1 + .../ts-sdk-0.0.8/types/MoveUint32Type.html | 1 + .../ts-sdk-0.0.8/types/MoveUint64Type.html | 1 + .../ts-sdk-0.0.8/types/MoveUint8Type.html | 2 + .../ts-sdk-0.0.8/types/MoveValue.html | 12 + .../types/MultisigPayloadResponse.html | 1 + .../ts-sdk-0.0.8/types/OrderBy.html | 3 + .../ts-sdk-0.0.8/types/OrderByValue.html | 1 + .../ts-sdk-0.0.8/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-0.0.8/types/ScriptWriteSet.html | 1 + .../SimpleEntryFunctionArgumentTypes.html | 2 + .../StateCheckpointTransactionResponse.html | 4 + .../ts-sdk-0.0.8/types/TableItemRequest.html | 3 + .../ts-sdk-0.0.8/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-0.0.8/types/Uint128.html | 1 + .../ts-sdk-0.0.8/types/Uint16.html | 1 + .../ts-sdk-0.0.8/types/Uint256.html | 1 + .../ts-sdk-0.0.8/types/Uint32.html | 1 + .../ts-sdk-0.0.8/types/Uint64.html | 1 + .../@aptos-labs/ts-sdk-0.0.8/types/Uint8.html | 2 + .../types/UserTransactionResponse.html | 5 + .../ts-sdk-0.0.8/types/ViewRequest.html | 5 + .../types/WaitForTransactionOptions.html | 2 + .../ts-sdk-0.0.8/types/WriteSet.html | 1 + .../ts-sdk-0.0.8/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-0.0.8/variables/APTOS_COIN.html | 2 + .../variables/APTOS_HARDENED_REGEX.html | 2 + .../variables/DEFAULT_MAX_GAS_AMOUNT.html | 5 + .../variables/DEFAULT_NETWORK.html | 1 + .../DEFAULT_TXN_EXP_SEC_FROM_NOW.html | 5 + .../variables/DEFAULT_TXN_TIMEOUT_SEC.html | 4 + .../variables/HARDENED_OFFSET.html | 1 + .../variables/NetworkToChainId.html | 1 + .../variables/NetworkToFaucetAPI.html | 1 + .../variables/NetworkToIndexerAPI.html | 1 + .../variables/NetworkToNetworkName.html | 1 + .../variables/NetworkToNodeAPI.html | 1 + .../variables/RAW_TRANSACTION_SALT.html | 1 + .../RAW_TRANSACTION_WITH_DATA_SALT.html | 1 + package.json | 2 +- src/version.ts | 2 +- 349 files changed, 5587 insertions(+), 2 deletions(-) create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/.nojekyll create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/assets/highlight.css create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/assets/main.js create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/assets/navigation.js create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/assets/search.js create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/assets/style.css create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/Account.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/AccountAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/AccountAuthenticator.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/AccountAuthenticatorEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/AccountAuthenticatorMultiEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/AccountAuthenticatorMultiKey.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/AccountAuthenticatorSingleKey.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/AccountSequenceNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/AnyPublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/AnySignature.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/Aptos.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/AptosApiError.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/AptosConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/AuthenticationKey.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/Bool.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/ChainId.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/Deserializer.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/Ed25519PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/Ed25519PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/Ed25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/EntryFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/EntryFunctionBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/FeePayerRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/FixedBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/Hex.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/Identifier.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/ModuleId.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/MoveOption.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/MoveString.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/MoveVector.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/MultiAgentRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/MultiEd25519PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/MultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/MultiKey.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/MultiSig.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/MultisigTransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/ParsingError.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/RawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/RawTransactionWithData.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/RotationProofChallenge.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/Script.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/Secp256k1PrivateKey.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/Secp256k1PublicKey.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/Secp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/Serializable.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/Serializer.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/SignedTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/StructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionAuthenticator.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionAuthenticatorEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionAuthenticatorFeePayer.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionAuthenticatorMultiAgent.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionAuthenticatorMultiEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionAuthenticatorSingleSender.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionPayloadEntryFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionPayloadMultisig.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionPayloadScript.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionWorker.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTag.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagBool.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagGeneric.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagParserError.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagReference.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagSigner.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagStruct.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagU128.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagU16.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagU256.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagU32.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagU64.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagU8.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagVector.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/U128.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/U16.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/U256.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/U32.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/U64.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/classes/U8.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/AccountAuthenticatorVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/AddressInvalidReason.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/AnyPublicKeyVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/AnySignatureVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/AptosApiType.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/DeriveScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/HexInvalidReason.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/KeyType.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/MimeType.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/MoveAbility.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/MoveFunctionVisibility.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/Network.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/ProcessorType.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/RoleType.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/ScriptTransactionArgumentVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/SigningScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/SigningSchemeInput.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/TransactionAuthenticatorVariant.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/TransactionPayloadVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/TransactionResponseType.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/TransactionVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/TypeTagParserErrorType.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/enums/TypeTagVariants.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/CKDPriv.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/aptosCoinStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/aptosRequest-1.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/buildTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/checkOrConvertArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/convertArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/deriveKey.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/deriveTransactionType.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/deserializeFromScriptArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/ensureBoolean.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/fetchEntryFunctionAbi.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/findFirstNonSignerArg.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/generateMultiSignersSignedTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/generateRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/generateSignedTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/generateSignedTransactionForSimulation.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/generateSigningMessage.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/generateTransactionPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/generateTransactionPayloadWithABI.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/get.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/getAptosFullNode.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/getAuthenticatorForSimulation.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/getFunctionParts.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsAddress.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsBool.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsFixedBytes.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsString.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsU128.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsU16.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsU256.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsU32.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsU64.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsU8.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isBlockMetadataTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isBool.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isEncodedEntryFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isFeePayerSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isGenesisTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isLargeNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isMultiAgentSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isMultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isNull.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isPendingTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isScriptDataInput.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isSecp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isStateCheckpointTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isString.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isUserTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isValidBIP44Path.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/isValidHardenedPath.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/mnemonicToSeed.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/objectStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/optionStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/outOfRangeErrorMessage.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/paginateWithCursor.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/parseTypeTag.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/post.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/postAptosFaucet.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/postAptosFullNode.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/postAptosIndexer.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/request.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/sign.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/splitPath.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/standardizeTypeTags.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/stringStructTag.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/throwTypeMismatch.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/functions/validateNumberInRange.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/index.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/interfaces/AptosResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/interfaces/Client.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/interfaces/ClientRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/interfaces/ClientResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/interfaces/Deserializable.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/interfaces/EntryFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/interfaces/InputGenerateMultiAgentRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/interfaces/InputGenerateMultiAgentRawTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/interfaces/InputGenerateSingleSignerRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/interfaces/InputGenerateSingleSignerRawTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/interfaces/InputSubmitTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/interfaces/MultiAgentTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/interfaces/OrderByArg.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/interfaces/PaginationArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/interfaces/ScriptFunctionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/interfaces/SingleSignerTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/interfaces/TokenStandardArg.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/interfaces/TransactionArgument.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/interfaces/WhereArg.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/modules.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/AccountAddressInput.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/AccountData.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/AccountSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/AnyNumber.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/AnyRawTransaction.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/AnyRawTransactionInstance.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/AnyTransactionPayloadInstance.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/AptosRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/AptosSettings.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/AuthenticationKeyScheme.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/Block.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/BlockMetadataTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/ClientConfig.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/CommittedTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/DecodedTableData.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/DeletedTableData.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/DerivedKeys.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/DirectWriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/EntryFunctionABI.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/EntryFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/EntryFunctionPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/Event.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/EventGuid.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GasEstimation.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GenerateAccount.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GenerateAccountWithEd25519.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GenerateAccountWithSingleSignerSecp256k1Key.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GenesisPayload.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GenesisTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetANSNameResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetAccountCoinsDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetAccountCollectionsWithOwnedTokenResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetAccountOwnedObjectsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetAccountOwnedTokensFromCollectionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetAccountOwnedTokensQueryResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetAptosRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetChainTopUserTransactionsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetCollectionDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetCurrentFungibleAssetBalancesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetCurrentTokenOwnershipResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetDelegatedStakingActivitiesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetEventsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetFungibleAssetActivitiesResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetFungibleAssetMetadataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetNumberOfDelegatorsResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetOwnedTokensResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetProcessorStatusResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetTokenActivityResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GetTokenDataResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/GraphqlQuery.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/HexInput.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/InputEntryFunctionData.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/InputEntryFunctionDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/InputGenerateRawTransactionArgs.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/InputGenerateTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/InputGenerateTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/InputGenerateTransactionPayloadData.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/InputGenerateTransactionPayloadDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/InputMultiSigData.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/InputMultiSigDataWithRemoteABI.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/InputScriptData.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/InputSimulateTransactionData.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/InputSimulateTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/InputViewRequestData.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/LedgerInfo.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/LedgerVersionArg.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveAddressType.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveFunction.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveFunctionGenericTypeParam.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveFunctionId.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveModule.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveModuleBytecode.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveModuleId.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveObjectType.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveOptionType.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveResource.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveScriptBytecode.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveStruct.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveStructField.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveStructId.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveStructType.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveType.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveUint128Type.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveUint16Type.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveUint256Type.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveUint32Type.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveUint64Type.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveUint8Type.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MoveValue.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/MultisigPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/OrderBy.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/OrderByValue.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/ParsingResult.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/PendingTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/PostAptosRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/PostRequestOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/ScriptFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/ScriptPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/ScriptWriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/SimpleEntryFunctionArgumentTypes.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/StateCheckpointTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/TableItemRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/TokenStandard.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionFeePayerSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionMultiAgentSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionMultiEd25519Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionPayloadResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionSecp256k1Signature.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionSignature.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/Uint128.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/Uint16.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/Uint256.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/Uint32.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/Uint64.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/Uint8.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/UserTransactionResponse.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/ViewRequest.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/WaitForTransactionOptions.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSet.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSetChange.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSetChangeDeleteModule.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSetChangeDeleteResource.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSetChangeDeleteTableItem.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSetChangeWriteModule.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSetChangeWriteResource.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSetChangeWriteTableItem.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/variables/APTOS_BIP44_REGEX.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/variables/APTOS_COIN.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/variables/APTOS_HARDENED_REGEX.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/variables/DEFAULT_MAX_GAS_AMOUNT.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/variables/DEFAULT_NETWORK.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/variables/DEFAULT_TXN_TIMEOUT_SEC.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/variables/HARDENED_OFFSET.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/variables/NetworkToChainId.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/variables/NetworkToFaucetAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/variables/NetworkToIndexerAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/variables/NetworkToNetworkName.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/variables/NetworkToNodeAPI.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/variables/RAW_TRANSACTION_SALT.html create mode 100644 docs/@aptos-labs/ts-sdk-0.0.8/variables/RAW_TRANSACTION_WITH_DATA_SALT.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a73889f..209dedd8a 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 +## 0.0.8 (2023-11-29) + - Respect `API_KEY` option in `clientConfig` when making indexer and/or fullnode queries - [`Added`] Added `waitForIndexer` function to wait for indexer to sync up with full node. All indexer query functions now accepts a new optional param `minimumLedgerVersion` to wait for indexer to sync up with the target processor. - Add `getSigningMessage` to allow users to sign transactions with external signers and other use cases diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/.nojekyll b/docs/@aptos-labs/ts-sdk-0.0.8/.nojekyll new file mode 100644 index 000000000..e2ac6616a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/.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-0.0.8/assets/highlight.css b/docs/@aptos-labs/ts-sdk-0.0.8/assets/highlight.css new file mode 100644 index 000000000..2f868647c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/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-0.0.8/assets/main.js b/docs/@aptos-labs/ts-sdk-0.0.8/assets/main.js new file mode 100644 index 000000000..d0aa8d5f9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/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-0.0.8/assets/navigation.js b/docs/@aptos-labs/ts-sdk-0.0.8/assets/navigation.js new file mode 100644 index 000000000..a91b28678 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/assets/navigation.js @@ -0,0 +1 @@ +window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAE62d2XLbyBWG38XXkziWbWZm7iiJtFljkQpJS65KpVQQ0SI7AgEOAMrWpPLuaWxEL2cDM3c2z3++g17QO1r//M+bUv0o3/z6ZrzZZMe0HB/LnUpLvYnKLL+Lch2l5Zuf3hyicmdEKj3ui7eE9K+7cp8Y/bNO4ze//vzfn3p+HOeqKGbpS5ToeKmiIksDMKAhiOnr7fEx0Zvf1Cv2pKGE5K30No3KY65wni8heIcyK8YHvX49qABk2XDCtcr1i1ptdmofEGwbTvisfpA57ttxkslBKCHtz7jfjd4ryLH7nfDMXtT4USe6fA2cexPtPz2mm1Jn6Z0uNI4KVTh1rsrvWf7sY9qfcb/bPNuYup3lUGY4RpyxzBIwL7vfcc/VJteHcp1HaRHVSR3n2+PevL1tLS58JOtAxDJviE63cLV1jELGLD0cg1cxVOA0OxmC9o2Ri+LcRq9JFsVY9uJKEX2pikOWFmBlQGQiruBxBc9poq2j7W2UFyqf5Dlc5WEVS0Wf0DUTrXLTefX+myQqCnXq1VzPdxeAb9tNoYjWLiHZ1Qvn2aqh1El88fHju19k8FY8NMbNMSn1oEC2x1nRTL8zIJJRD42yMo1LosRhTnJBnJX6/ajSjZof948KL3ZXRnKtYQ6As6wM5TS4ASknK0mpRjaAe/Uz62dGRHVTgPh3ZpZzlaVPeotQGiPJ6EvWtHhwpvoSineZZUmIqH6lvK52kU5ncejYGijfa2VaVW3GdX9AFcy2UpT2Bb01I82ohN+FQCLh4XXVVwhoRJ31FSQtLfPXbiAIoGyzmHP5WirgZQg1FHGqlBkjqHwZfbf64ZAK60iy/qFi5Bl7G0Uw84fQ1fxI+czi6sV50lDN7G0U4SaLj4mCXo3OQnu/qMUBzsPexhFWZW6afJjQ2DjCndqAvX5vIwlVvzbemuzi6gWmZOn86wrKpFzixQVlLBd/RMlTraAOo7Ow3oXehmN6hAdqqQjVINlUKKRrtK0khWjGZe03URNEpc/VVHn9dJX3utxdR2XEETsdSc7Kuks3U/LsyfS0SaLSLVBFYR1FbqbUIan5nfRUm8PFx9HzO6oIAZGMiRdqqBERiRc71NDEZpQSPSYgq7dKKFB/sxKNg6gEidJhRComq34gIXllftyUZroLcDoT5Y8tcIQ4THkOHZ0gMg7nxOrGQvJgncc50foeVh6v9zk74uAMlc66Mf9mkrtSaTwkZ20vYVS0/xzWb4ZqZpTPOAyL1fX1kjCddlgErEfBlEL6fZY/MwXcSEhesyAHUBqDwBddZ3PtAhI8AbeMAsYnlZrOYoNiWruAZK15ojRLIyAu1ZPKq7UilHdSCGh1X4Q/WmOWcOq+COfUZgHnq/kVpVRGEWNEIEYSghm34AhjlDDeX+CI9xcSwugDThh9kBCIvJTkJDZtdcwUBy5OrhzBAmRKDi4yrqzAQmJKBywWpjyggqBLoF6+7DZ1emedlip/ijbdAmencFEm1fbiYqKd4YrFaEy887Jany4oRquQoIg0uRIK1q9rujMGC+ZKKJjT83e7nyATVFLoeruy7i/MPA1bnjGgAgwn9v6/H8GdUw99hHCmTTxCO0isu5Zz8oH2/xMeQ5YXtD/7GKvj416X4qignArSFxU4GbX4oJJCL3IzvL98NbkN8nozBbmNtjqNyFJ3JRSsGfOK3mBYSsKtgubyEtFS+HX2rNJVGaVxlMdYnvoiEhie5ICZoY7C3u/MqBJ7vs5IAdwtc++kR2mGFP6uOnDU4+Jvv/z93ceLkOq+PQ4NeFMwCrD646CQJSCAl776W74tqDMICNga6olELaIKiLO0MDVqEyYWEwoihPNRIgouZiM1gx9vVNKCLZuIs1Jlad7bAgR1Rpbk7xL7h6JaJizj6JdJtnn2WfWPIs8bVUaxeQ2AA0MglNBz8ZohnL8r37BtG8vJ9qbDK52FUuyZKS0X51ptsth4VmNEqBHx7TwvUSXJc+08rzr8GZuaEtRPy8RSdG4ma/e5NuMWFbwxrpVjuWPgy5lP8+3DeG1PVE0xgwTjykEx2rYGq02Ulo3z4vS2LfAl7Fphz09HHYPelYEjfIqKSVHqfQT1Fo6RJbVD3OAAXctyzQNp1c5csJwNgi3lGTHsodhpL8rZ+0KDYq6Spyh0ESxp94F6q5AlaP1wJR+jHM9X82ivcLavkDCbnLzKdFpUTRwFR6RDoiSJqlNdVEW3+F7trVWjZUlUxlX+FLXv4vHfBges2viBIfXAWPVzFtM82/epEAamXM96in8cVf46KLjjIYlpDemaMztB3wCrBOz6iN06O3wtnCkbVYyciyTqKeuZNwQWSiIc89z0HKYj22oz1hgXhSovo6QaXZNpE7jJo9fFXRV8Xuz0gQ8L6wXxqmHV1rTisZkkG9l2bLLsRZeaTCvvJIhc989UFFcgIDp5L0oI4zE0Zjf8l0b09YJ4zSR48dQWQZZTycPFgkhWs0OEAFQC9uljHlOByiPFR5SCGGyzN7jFq5PZ1hKq3QZ1Uj7TrAUalptHh93vSd1zBDzLxnHqz+CApafud86/FjlTBGiWB6vOY1djk6XaZ2aIGk62BC6iqN0omFqQtyLi8kHR0OVvIBS99i2Og7xHjPzcaO1gf0jiLJc/ISpfeQb4i56nO0eLptkWDCby6UHVoljN9gD67L1ZRtP7YyKs54j23DhUPcflomh3Wn1vOx00NZ6G435R8Vbls/Qp82m9Rca4M0PHpimCSb2d49VfHjc7Ee5XjQ3OM0to4Wm0HgUfPKM57TmkKvxtlEd7iutrh8SZBWsZrlXCaj7XgDiNRc6ovlSp1mRxVqeQM+EUwp+YwJxmOo9VlN4qYtUvI8o6WSUsM77Kjnm4/WLbJJym5aPy3lWImN6pMYsFHBijGFOtErAILbOcBteGzibnYCXYWyUsjCL1/6rT8t3FzxjGMotpIxI2GsK6+EjCWrOU9v6CgjVWKWv0gWI1VimLzH1x3t9FyRGk1AaW0B48ZrY/EBlHb099+LT2Z6E3mEDbxnHaD6TMQ5tU+CDHyJJUGhuxYP0dV7IxskKytInIJHQePIwJn54BN+sIqSwKU09BkYyM7YO6Vpal94dEyXcvOT0brzRD9qud2jwfMu0c1kKziPXgYtbb1LNS7ZGzFr6d5dnnmAKYbWRJfWLwj0xbLi4dEKX7akgSJtAOiNMfx5NEAtRDYw3IPsHHumQ85pXGlQNiCOBnUKkvHgM+9+kjHUkSQMptB3c+qv1Z5D0CnUcSX+dMfu8cHMqHve2z+b2zfzgf9rXP6Pe+/iF92BfMLT6v3L1ArBYiMo5uLaf4RMvEUe4jXU6znF8lQoVsBKRnlfapne5qFzmfYruUxjqM1Zy7glchcOU5MbAZN6U9J86p75UEOomHRar/J8k0S3hGBFmWOdIzoggzzNWy5z5v14vVw+Xs9sOHh+Xk0+RbD3+pbigzmOJtIHKp70Pg1WI2x0mVlUV8Hi+vJ/PJNfdYro7AXk+m469f1g83428Pn8arh/HN4ut8DYFhpQA9n6zvF8vfKGYrEcDW3+YPk2+3D6vJ1cN0ubh5mC/uKTKkF4ZZz24mi6/rypWLYEkJ+KlQFtPpagJmsichYO2NlessuGeqp/kaCW4aHTeqHN/OSOBJJUHO0lj9UDnH7GUSaPuP6hgbSbV0ImwWK+5BWw2BW47vH9bL8Xw1vlrPFvOH1fgLWNyQbgD2frb+/HA9Xo/FAVwPItTVb9fVRSQ986md3hZvW5PrPPpgOUfNPW06BW666DmhikMGoyUP1tr/8o4APR51At/l0cN8DYHbVDPxRX6VpS8qL8Nvc3oorKTQAqYYFtfnyp2jsj3mZGQBVqa4q58+zBOS4NNtdtX5xWa9hko06UAEUmlhZlfVdQEqAovdERCgJ1Vudu6az6OGgKCQApufpjovynkzHTSNYQ6+OqCQAG/tbz0bh4K41aYPJHIUBMY+ewojUd8/gehB6Tjn2QOfaXUpSr3bPjSa4ykMrdPtjSqKaAu+bbBSgKauawnx3MUtwhDV2Q3njIckUutEBgQbiq0/N/Wd6gX46TFJ5s72p0NwNAzOuZCIrySEAx2o/5Alt69SdtiOhsDp4nJTBFe19CjbzmHce1o8RnhPSwiAbrT0MNjFliHMv+LRA0G3PIYQ97YLDxFeegEBRoT/iHV31tt8/2DVDQDYS26+v7/wBrjbq26+u7/2BrgTmcdknfgbR4c76EtHPyRefbm6i6+32xh6ld1HpvVHisw9Fg6e8CBDEdsgNp/ZAfGgko+dbLr0kycvzJco3wZXcdtcS0CCyD0aG8huz0BgWQUR7MV48LnpmWBWZWFc8UwT5JdkM91GSrfUvTD96UzviLfN9kQ0kNj1cZjMho+PHbCT64QZuJ8bhMU7OUEPx+5w2DzRPocX4K764zT1IultBQS5robHfY7y2DQWMUO0ZQR0n6p9lurNOlspBQ6CXQWByuoTgeSihyehYPXuDA1zJRTsWC6eltVKeH0nHTGhgJUE+tDc6KKqYfrVMS8ysEkJVSQyb/7qCZJu205hMnitqPqdcWtG/fUiJ0awJCIYMc0IRBJgu1xK8loNgcvxJbUc2oB0nAvTMkKe1e+U2yHRJfbynowUoD1Pov/oagE4XwBkJLRqLcn3zZMQsHKXZ9+roDe62EflBkxqICKA9R/5Mu9P0zHP0qW7l9pDQWEA/tf/AEfSfdg6bgAA" \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/assets/search.js b/docs/@aptos-labs/ts-sdk-0.0.8/assets/search.js new file mode 100644 index 000000000..dcd17f3cd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/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-0.0.8/assets/style.css b/docs/@aptos-labs/ts-sdk-0.0.8/assets/style.css new file mode 100644 index 000000000..108428c3f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/assets/style.css @@ -0,0 +1,1383 @@ +: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-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-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-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-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-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-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-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-0.0.8/classes/Account.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Account.html new file mode 100644 index 000000000..2e779ff36 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Account.html @@ -0,0 +1,87 @@ +Account | @aptos-labs/ts-sdk - v0.0.8

Class for creating and managing account on Aptos network

+

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

+

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

+

Legacy

includes ED25519 and MultiED25519

+

Unified

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

+

In TypeScript SDK, we support all of these options:

+

Generate

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

+

From Private Key

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

+

From Derivation Path

derives an account with bip44 path and mnemonics,

+

Hierarchy

  • Account

Constructors

  • constructor for Account

    +

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

    +

    Parameters

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

        AccountAddress - address of the account

        +
      • Optional legacy?: boolean

        optional. If set to true, the keypair authentication keys will be derived with a Legacy scheme. +Defaults to deriving an authentication key with a Unified scheme

        +

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

        +
      • privateKey: PrivateKey

        PrivateKey - private key of the account

        +

    Returns Account

    Account

    +

Properties

accountAddress: AccountAddress

Account address associated with the account

+
privateKey: PrivateKey

Private key associated with the account

+
publicKey: PublicKey

Public key associated with the account

+
signingScheme: SigningScheme

Signing scheme used to sign transactions

+

Methods

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

    +

    Parameters

    Returns boolean

  • Derives an account with bip44 path and mnemonics,

    +

    Parameters

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

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

        +
      • mnemonic: string

        the mnemonic seed phrase of the account

        +
      • path: string

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

        +
      • scheme: SigningSchemeInput

        The signing scheme to derive with

        +

    Returns Account

    Account

    +
  • Instantiates an account given a private key.

    +

    This is used as a local calculation and therefore is used to instantiate an Account +that has not had its authentication key rotated.

    +

    Parameters

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

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

        +
      • privateKey: PrivateKey

    Returns Account

    Account

    +
  • Instantiates an account given a private key and a specified account address. +This is primarily used to instantiate an Account that has had its authentication key rotated.

    +

    Parameters

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

        AccountAddress - The account address the Account will sign for

        +
      • Optional legacy?: boolean

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

        +
      • privateKey: PrivateKey

        PrivateKey - the underlying private key for the account

        +

    Returns Account

    Account

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

    +

    Default generation is using the Legacy ED25519 key

    +

    Parameters

    • Optional args: GenerateAccount

      optional. Unify GenerateAccount type for Legacy and Unified keys

      +

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

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

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

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

    Returns Account

    Account with the given signing scheme

    +

Generated using TypeDoc

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

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-0.0.8/classes/AccountAuthenticator.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/AccountAuthenticator.html new file mode 100644 index 000000000..f146c2212 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/AccountAuthenticator.html @@ -0,0 +1,15 @@ +AccountAuthenticator | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/AccountAuthenticatorEd25519.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/AccountAuthenticatorEd25519.html new file mode 100644 index 000000000..fcf69e07e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/AccountAuthenticatorEd25519.html @@ -0,0 +1,21 @@ +AccountAuthenticatorEd25519 | @aptos-labs/ts-sdk - v0.0.8

Class AccountAuthenticatorEd25519

Transaction authenticator Ed25519 for a multi signer transaction

+

Param

Account's Ed25519 public key.

+

Param

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-0.0.8/classes/AccountAuthenticatorMultiEd25519.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/AccountAuthenticatorMultiEd25519.html new file mode 100644 index 000000000..dcad8b006 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/AccountAuthenticatorMultiEd25519.html @@ -0,0 +1,21 @@ +AccountAuthenticatorMultiEd25519 | @aptos-labs/ts-sdk - v0.0.8

Class AccountAuthenticatorMultiEd25519

Transaction authenticator Multi Ed25519 for a multi signers transaction

+

Param

Account's MultiEd25519 public key.

+

Param

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-0.0.8/classes/AccountAuthenticatorMultiKey.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/AccountAuthenticatorMultiKey.html new file mode 100644 index 000000000..7baf581a5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/AccountAuthenticatorMultiKey.html @@ -0,0 +1,22 @@ +AccountAuthenticatorMultiKey | @aptos-labs/ts-sdk - v0.0.8

Class AccountAuthenticatorMultiKey

AccountAuthenticatorMultiKey for a multi signer

+

Param

MultiKey

+

Param

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-0.0.8/classes/AccountAuthenticatorSingleKey.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/AccountAuthenticatorSingleKey.html new file mode 100644 index 000000000..2ce835ecd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/AccountAuthenticatorSingleKey.html @@ -0,0 +1,21 @@ +AccountAuthenticatorSingleKey | @aptos-labs/ts-sdk - v0.0.8

Class AccountAuthenticatorSingleKey

AccountAuthenticatorSingleKey for a single signer

+

Param

AnyPublicKey

+

Param

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-0.0.8/classes/AccountSequenceNumber.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/AccountSequenceNumber.html new file mode 100644 index 000000000..7e487e040 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/AccountSequenceNumber.html @@ -0,0 +1,29 @@ +AccountSequenceNumber | @aptos-labs/ts-sdk - v0.0.8

Class AccountSequenceNumber

Hierarchy

  • 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-0.0.8/classes/AnyPublicKey.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/AnyPublicKey.html new file mode 100644 index 000000000..c1fae2fb1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/AnyPublicKey.html @@ -0,0 +1,31 @@ +AnyPublicKey | @aptos-labs/ts-sdk - v0.0.8

Represents any public key supported by Aptos.

+

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

+

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

+

Hierarchy

Constructors

Properties

publicKey: PublicKey

Reference to the inner public key

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

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

+

Hierarchy

Constructors

Properties

signature: Signature

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/classes/Aptos.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Aptos.html new file mode 100644 index 000000000..8947df310 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Aptos.html @@ -0,0 +1,480 @@ +Aptos | @aptos-labs/ts-sdk - v0.0.8

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
  • Coin
  • DigitalAsset
  • Event
  • Faucet
  • FungibleAsset
  • General
  • Staking
  • Transaction
  • ANS
  • TransactionSubmission
    • Aptos

Constructors

Properties

Methods

batchTransactionsForSingleAccount +createCollectionTransaction +deriveAccountFromPrivateKey +fundAccount +getAccountAPTAmount +getAccountCoinAmount +getAccountCoinsCount +getAccountCoinsData +getAccountCollectionsWithOwnedTokens +getAccountDomains +getAccountEventsByCreationNumber +getAccountEventsByEventType +getAccountInfo +getAccountModule +getAccountModules +getAccountNames +getAccountOwnedObjects +getAccountOwnedTokens +getAccountOwnedTokensFromCollectionAddress +getAccountResource +getAccountResources +getAccountSubdomains +getAccountTokensCount +getAccountTransactions +getAccountTransactionsCount +getBlockByHeight +getBlockByVersion +getChainId +getChainTopUserTransactions +getCollectionData +getCollectionId +getCurrentFungibleAssetBalances +getCurrentTokenOwnership +getDelegatedStakingActivities +getDomainSubdomains +getEvents +getExpiration +getFungibleAssetActivities +getFungibleAssetMetadata +getFungibleAssetMetadataByAssetType +getGasPriceEstimation +getIndexerLastSuccessVersion +getLedgerInfo +getName +getNumberOfDelegators +getNumberOfDelegatorsForAllPools +getOwnedTokens +getOwnerAddress +getPrimaryName +getProcessorStatus +getSigningMessage +getTableItem +getTargetAddress +getTokenActivity +getTokenData +getTransactionByHash +getTransactionByVersion +getTransactions +isPendingTransaction +lookupOriginalAccountAddress +mintTokenTransaction +publishPackageTransaction +queryIndexer +registerName +renewDomain +rotateAuthKey +setPrimaryName +setTargetAddress +signAndSubmitTransaction +transferCoinTransaction +transferFungibleAsset +view +waitForTransaction +

Constructors

Properties

account: Account
ans: ANS
build: Build
coin: Coin
config: AptosConfig
digitalAsset: DigitalAsset
event: Event
faucet: Faucet
fungibleAsset: FungibleAsset
general: General
sign: Sign
simulate: Simulate
staking: Staking
submit: Submit
transaction: Transaction
transactionSubmission: TransactionSubmission

Methods

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

    +

    Parameters

    Returns Promise<void>

    void. Throws if any error

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

    +

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

    +

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

    +

    Parameters

    Returns Promise<Account>

    Account type

    +
  • Queries the account's APT amount

    +

    Parameters

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

        The account address we want to get the total count for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<number>

    Current amount of account's APT

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

    +

    Parameters

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

        The account address we want to get the total count for

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

        The coin type to query

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<number>

    Current amount of account's coin

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

    +

    Parameters

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

        The account address we want to get the total count for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<number>

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

    +
  • Queries an account's coins data

    +

    Parameters

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

        The account address we want to get the coins data for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

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

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

    Array with the coins data

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

    +

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

    +

    Parameters

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

        The account address we want to get the collections for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

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

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

    Collections array with the collections data

    +
  • Fetches all top level domain names for an account

    +

    Parameters

    • args: GetAccountDomainsArgs

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

    a promise of an array of ANSName

    +
  • Get events by creation number and an account address

    +

    Parameters

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

    Promise

    +
  • Get events by event type and an account address

    +

    Parameters

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

        The account address

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

        The event type

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

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

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

    Promise

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

    +

    Parameters

    Returns Promise<AccountData>

    The account data

    +

    Example

    An example of the returned account

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

    +

    Parameters

    • args: GetAccountNamesArgs

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

    a promise of an array of ANSName

    +
  • Queries an account's owned objects

    +

    Parameters

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

        The account address we want to get the objects for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

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

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

    Objects array with the object data

    +
  • Queries the account's current owned tokens.

    +

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

    +

    Parameters

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

        The account address we want to get the tokens for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

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

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

    Tokens array with the token data

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

    +

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

    +

    Parameters

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

        The account address we want to get the tokens for

        +
      • collectionAddress: AccountAddressInput

        The address of the collection being queried

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

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

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

    Tokens array with the token data

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

    +

    Type Parameters

    • T extends {} = any

    Parameters

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

        Aptos account address

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

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

        +

    Returns Promise<T>

    Account resource

    +

    Example

    An example of an account resource

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

    +

    Parameters

    • args: GetAccountSubdomainsArgs

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

    a promise of an array of ANSName

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

    +

    Parameters

    Returns Promise<number>

    Current count of tokens owned by the account

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

    +

    Parameters

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

        The account address we want to get the total count for

        +
      • Optional minimumLedgerVersion?: AnyNumber

        Optional ledger version to sync up to, before querying

        +

    Returns Promise<number>

    Current count of transactions made by an account

    +
  • Get block by block height

    +

    Parameters

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

        Block height to lookup. Starts at 0

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

    Returns Promise<Block>

    Block with optional transactions

    +
  • Queries for block by transaction version

    +

    Parameters

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

        Ledger version to lookup block information for

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

    Returns Promise<Block>

    Block information with optional transactions

    +
  • Queries for the chain id

    +

    Returns Promise<number>

    The chain id

    +
  • Queries top user transactions

    +

    Parameters

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

        The number of transactions to return

        +

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

    GetChainTopUserTransactionsResponse

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

    +

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

    +

    Parameters

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

    GetCollectionDataResponse response type

    +
  • Queries a collection's ID.

    +

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

    +

    Parameters

    Returns Promise<string>

    the collection id

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

    +
  • Gets token ownership data given the address of a token.

    +

    Parameters

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

    GetCurrentTokenOwnershipResponse containing relevant ownership data of the token.

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

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

  • Queries for the Aptos ledger info

    +

    Returns Promise<LedgerInfo>

    Aptos Ledger Info

    +

    Example

    An example of the returned data

    +
    {
    "chain_id": 4,
    "epoch": "8",
    "ledger_version": "714",
    "oldest_ledger_version": "0",
    "ledger_timestamp": "1694695496521775",
    "node_role": "validator",
    "oldest_block_height": "0",
    "block_height": "359",
    "git_hash": "c82193f36f4e185fed9f68c4ad21f6c6dd390c6e"
    } +
    +
  • Fetches a single name from the indexer

    +

    Parameters

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

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

        +

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

    A promise of an ANSName or undefined

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

    +

    Parameters

    Returns Promise<number>

    The number of delegators for the given pool

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

    +

    Parameters

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

        Optional ledger version to sync up to, before querying

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

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

    GetNumberOfDelegatorsForAllPoolsResponse response type

    +
  • Gets the tokens that the given address owns.

    +

    Parameters

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

        Optional ledger version to sync up to, before querying

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

        The address of the owner

        +

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

    GetOwnedTokensResponse containing ownership data of the tokens 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

    +
  • Gets the activity data given the address of a token.

    +

    Parameters

    • args: {
          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;
          }>;
          tokenAddress: 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;
        }>
      • tokenAddress: AccountAddressInput

        The address of the token

        +

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

    +
  • Gets token data given the address of a token.

    +

    Parameters

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

    GetTokenDataResponse containing relevant data to the token.

    +
  • 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 token into the creators account within an existing collection.

    +

    Parameters

    • args: {
          collection: string;
          creator: Account;
          description: string;
          name: string;
          options?: InputGenerateTransactionOptions;
          uri: string;
      }
      • collection: string

        the name of the collection the token belongs to

        +
      • creator: Account

        the creator of the collection

        +
      • description: string

        the description of the token

        +
      • name: string

        the name of the token

        +
      • Optional options?: InputGenerateTransactionOptions
      • uri: string

        the URI to additional info about the token

        +

    Returns Promise<SingleSignerTransaction>

    A SingleSignerTransaction 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<SingleSignerTransaction>

    SingleSignerTransaction

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

    SingleSignerTransaction

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

    SingleSignerTransaction

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

    SingleSignerTransaction

    +
  • 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-0.0.8/classes/AptosApiError.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/AptosApiError.html new file mode 100644 index 000000000..e4248ef4d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/AptosApiError.html @@ -0,0 +1,23 @@ +AptosApiError | @aptos-labs/ts-sdk - v0.0.8

The type returned from an API error

+

Param

the error name "AptosApiError"

+

Param

the url the request was made to

+

Param

the response status. i.e. 400

+

Param

the response message

+

Param

the response data

+

Param

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-0.0.8/classes/AptosConfig.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/AptosConfig.html new file mode 100644 index 000000000..40d827d8e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/AptosConfig.html @@ -0,0 +1,14 @@ +AptosConfig | @aptos-labs/ts-sdk - v0.0.8

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

+

Hierarchy

  • AptosConfig

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-0.0.8/classes/AuthenticationKey.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/AuthenticationKey.html new file mode 100644 index 000000000..ef95bf361 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/AuthenticationKey.html @@ -0,0 +1,37 @@ +AuthenticationKey | @aptos-labs/ts-sdk - v0.0.8

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

Hierarchy

Implements

Constructors

Properties

value: boolean

Methods

Generated using TypeDoc

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

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-0.0.8/classes/Deserializer.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Deserializer.html new file mode 100644 index 000000000..b772f182d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Deserializer.html @@ -0,0 +1,63 @@ +Deserializer | @aptos-labs/ts-sdk - v0.0.8

Hierarchy

  • Deserializer

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-0.0.8/classes/Ed25519PrivateKey.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Ed25519PrivateKey.html new file mode 100644 index 000000000..0d8ee67c8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Ed25519PrivateKey.html @@ -0,0 +1,51 @@ +Ed25519PrivateKey | @aptos-labs/ts-sdk - v0.0.8

Represents the private key of an Ed25519 key pair.

+

Hierarchy

Constructors

Properties

signingKeyPair: SignKeyPair

The Ed25519 signing key

+
LENGTH: number = 32

Length of an Ed25519 private key

+
SLIP_0010_SEED: "ed25519 seed" = "ed25519 seed"

The Ed25519 key seed to use for BIP-32 compatibility +See more https://github.com/satoshilabs/slips/blob/master/slip-0010.md

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

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

    +

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

    +

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

    +

    Parameters

    • path: string

      the BIP44 path

      +
    • mnemonics: string

      the mnemonic seed phrase

      +

    Returns Ed25519PrivateKey

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

    +

    Parameters

    • path: string

      the BIP44 path

      +
    • seed: Uint8Array

      the seed phrase created by the mnemonics

      +
    • offset: number = HARDENED_OFFSET

      the offset used for key derivation, defaults to 0x80000000

      +

    Returns Ed25519PrivateKey

Generated using TypeDoc

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

Represents the public key of an Ed25519 key pair.

+

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

+

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

+

Hierarchy

Constructors

Properties

key: Hex

Bytes of the public key

+
LENGTH: number = 32

Length of an Ed25519 public key

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

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-0.0.8/classes/EntryFunction.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/EntryFunction.html new file mode 100644 index 000000000..6f931cfa7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/EntryFunction.html @@ -0,0 +1,43 @@ +EntryFunction | @aptos-labs/ts-sdk - v0.0.8

Representation of a EntryFunction that can serialized and deserialized

+

Hierarchy

  • EntryFunction

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

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

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-0.0.8/classes/FixedBytes.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/FixedBytes.html new file mode 100644 index 000000000..7a604fe1e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/FixedBytes.html @@ -0,0 +1,33 @@ +FixedBytes | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/Hex.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Hex.html new file mode 100644 index 000000000..863272f82 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Hex.html @@ -0,0 +1,50 @@ +Hex | @aptos-labs/ts-sdk - v0.0.8

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

Hierarchy

  • Hex

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

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-0.0.8/classes/ModuleId.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/ModuleId.html new file mode 100644 index 000000000..6add16f5a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/ModuleId.html @@ -0,0 +1,22 @@ +ModuleId | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/MoveOption.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/MoveOption.html new file mode 100644 index 000000000..8cc7e9616 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/MoveOption.html @@ -0,0 +1,83 @@ +MoveOption | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/MoveString.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/MoveString.html new file mode 100644 index 000000000..9ea7b0eb3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/MoveString.html @@ -0,0 +1,20 @@ +MoveString | @aptos-labs/ts-sdk - v0.0.8

Hierarchy

Implements

Constructors

Properties

value: string

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/classes/MoveVector.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/MoveVector.html new file mode 100644 index 000000000..2cc474a26 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/MoveVector.html @@ -0,0 +1,88 @@ +MoveVector | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/MultiAgentRawTransaction.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/MultiAgentRawTransaction.html new file mode 100644 index 000000000..001c2ebdd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/MultiAgentRawTransaction.html @@ -0,0 +1,19 @@ +MultiAgentRawTransaction | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/MultiEd25519PublicKey.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/MultiEd25519PublicKey.html new file mode 100644 index 000000000..8cc79ab42 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/MultiEd25519PublicKey.html @@ -0,0 +1,34 @@ +MultiEd25519PublicKey | @aptos-labs/ts-sdk - v0.0.8

Class MultiEd25519PublicKey

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

+

Hierarchy

Constructors

Properties

publicKeys: Ed25519PublicKey[]

List of Ed25519 public keys for this MultiEd25519PublicKey

+
threshold: number

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

+
MAX_KEYS: 32 = 32

Maximum number of public keys supported

+
MIN_KEYS: 2 = 2

Minimum number of public keys needed

+
MIN_THRESHOLD: 1 = 1

Minimum threshold for the number of valid signatures required

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

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-0.0.8/classes/MultiKey.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/MultiKey.html new file mode 100644 index 000000000..d01df3064 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/MultiKey.html @@ -0,0 +1,29 @@ +MultiKey | @aptos-labs/ts-sdk - v0.0.8

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

+

Hierarchy

Constructors

Properties

publicKeys: AnyPublicKey[]

List of any public keys

+
signaturesRequired: number

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

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

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

    +

    Parameters

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

        array of the index mapping to the matching public keys

        +

    Returns Uint8Array

    Uint8array bit map

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/classes/MultiSig.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/MultiSig.html new file mode 100644 index 000000000..5cb52315d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/MultiSig.html @@ -0,0 +1,11 @@ +MultiSig | @aptos-labs/ts-sdk - v0.0.8

Representation of a MultiSig that can serialized and deserialized

+

Hierarchy

  • MultiSig

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-0.0.8/classes/MultisigTransactionPayload.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/MultisigTransactionPayload.html new file mode 100644 index 000000000..d6456ea77 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/MultisigTransactionPayload.html @@ -0,0 +1,14 @@ +MultisigTransactionPayload | @aptos-labs/ts-sdk - v0.0.8

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

  • MultisigTransactionPayload

Constructors

Properties

Methods

Constructors

Properties

transaction_payload: EntryFunction

Methods

Generated using TypeDoc

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

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-0.0.8/classes/PrivateKey.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/PrivateKey.html new file mode 100644 index 000000000..27e5de99f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/PrivateKey.html @@ -0,0 +1,21 @@ +PrivateKey | @aptos-labs/ts-sdk - v0.0.8

Class PrivateKeyAbstract

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

+

Hierarchy

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

Class PublicKeyAbstract

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

+

Hierarchy

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

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

    +

    Parameters

    Returns boolean

Generated using TypeDoc

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

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

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

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-0.0.8/classes/Script.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Script.html new file mode 100644 index 000000000..4d1703de6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Script.html @@ -0,0 +1,21 @@ +Script | @aptos-labs/ts-sdk - v0.0.8

Representation of a Script that can serialized and deserialized

+

Hierarchy

  • Script

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-0.0.8/classes/Secp256k1PrivateKey.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Secp256k1PrivateKey.html new file mode 100644 index 000000000..440eb4f8f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Secp256k1PrivateKey.html @@ -0,0 +1,45 @@ +Secp256k1PrivateKey | @aptos-labs/ts-sdk - v0.0.8

Class Secp256k1PrivateKey

A Secp256k1 ecdsa private key

+

Hierarchy

Constructors

Properties

key: Hex

The private key bytes

+
LENGTH: number = 32

Length of Secp256k1 ecdsa private key

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

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

    +

    Parameters

    • path: string

      the BIP44 path

      +
    • seed: Uint8Array

      the seed phrase created by the mnemonics

      +

    Returns Secp256k1PrivateKey

    The generated key

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/classes/Secp256k1PublicKey.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Secp256k1PublicKey.html new file mode 100644 index 000000000..37d9c3157 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Secp256k1PublicKey.html @@ -0,0 +1,30 @@ +Secp256k1PublicKey | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/Secp256k1Signature.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Secp256k1Signature.html new file mode 100644 index 000000000..9d36c1568 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Secp256k1Signature.html @@ -0,0 +1,26 @@ +Secp256k1Signature | @aptos-labs/ts-sdk - v0.0.8

Class Secp256k1Signature

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

+

Hierarchy

Constructors

Properties

data: Hex

The signature bytes

+
LENGTH: 64 = 64

Secp256k1 ecdsa signatures are 256-bit.

+

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

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-0.0.8/classes/Serializer.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Serializer.html new file mode 100644 index 000000000..ec1c6d968 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Serializer.html @@ -0,0 +1,67 @@ +Serializer | @aptos-labs/ts-sdk - v0.0.8

Hierarchy

  • Serializer

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-0.0.8/classes/Signature.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Signature.html new file mode 100644 index 000000000..05cc6ac90 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/Signature.html @@ -0,0 +1,16 @@ +Signature | @aptos-labs/ts-sdk - v0.0.8

Class SignatureAbstract

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

+

Hierarchy

Constructors

Methods

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

    +

    Returns Uint8Array

    the BCS representation of the Serializable instance as a byte buffer

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

    +

    Returns Hex

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

    +

Generated using TypeDoc

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

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-0.0.8/classes/StructTag.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/StructTag.html new file mode 100644 index 000000000..393e1a9cb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/StructTag.html @@ -0,0 +1,15 @@ +StructTag | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/TransactionAuthenticator.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionAuthenticator.html new file mode 100644 index 000000000..79a1a22dc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionAuthenticator.html @@ -0,0 +1,11 @@ +TransactionAuthenticator | @aptos-labs/ts-sdk - v0.0.8

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

Class TransactionAuthenticatorEd25519

Transaction authenticator Ed25519 for a single signer transaction

+

Param

Client's public key.

+

Param

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-0.0.8/classes/TransactionAuthenticatorFeePayer.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionAuthenticatorFeePayer.html new file mode 100644 index 000000000..3c1a83cff --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionAuthenticatorFeePayer.html @@ -0,0 +1,21 @@ +TransactionAuthenticatorFeePayer | @aptos-labs/ts-sdk - v0.0.8

Class TransactionAuthenticatorFeePayer

Transaction authenticator for a fee payer transaction

+

Param

Sender account authenticator

+

Param

Secondary signers address

+

Param

Secondary signers account authenticators

+

Param

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

Class TransactionAuthenticatorMultiAgent

Transaction authenticator for a multi-agent transaction

+

Param

Sender account authenticator

+

Param

Secondary signers address

+

Param

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

Class TransactionAuthenticatorMultiEd25519

Transaction authenticator Ed25519 for a multi signers transaction

+

Param

Client's public key.

+

Param

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-0.0.8/classes/TransactionAuthenticatorSingleSender.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionAuthenticatorSingleSender.html new file mode 100644 index 000000000..011029374 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionAuthenticatorSingleSender.html @@ -0,0 +1,15 @@ +TransactionAuthenticatorSingleSender | @aptos-labs/ts-sdk - v0.0.8

Class TransactionAuthenticatorSingleSender

Single Sender authenticator for a single signer transaction

+

Param

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-0.0.8/classes/TransactionPayload.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionPayload.html new file mode 100644 index 000000000..6f1acf14f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionPayload.html @@ -0,0 +1,15 @@ +TransactionPayload | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/TransactionPayloadEntryFunction.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionPayloadEntryFunction.html new file mode 100644 index 000000000..c639a4df8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionPayloadEntryFunction.html @@ -0,0 +1,16 @@ +TransactionPayloadEntryFunction | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/TransactionPayloadMultisig.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionPayloadMultisig.html new file mode 100644 index 000000000..7d040b395 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionPayloadMultisig.html @@ -0,0 +1,16 @@ +TransactionPayloadMultisig | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/TransactionPayloadScript.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionPayloadScript.html new file mode 100644 index 000000000..1b6d71f04 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionPayloadScript.html @@ -0,0 +1,16 @@ +TransactionPayloadScript | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/TransactionWorker.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionWorker.html new file mode 100644 index 000000000..a0fe7ee1e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TransactionWorker.html @@ -0,0 +1,50 @@ +TransactionWorker | @aptos-labs/ts-sdk - v0.0.8

Hierarchy

  • TransactionWorker

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

+

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>

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

  • 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-0.0.8/classes/TypeTag.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTag.html new file mode 100644 index 000000000..3673d8743 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTag.html @@ -0,0 +1,24 @@ +TypeTag | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/TypeTagAddress.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagAddress.html new file mode 100644 index 000000000..66eef2e13 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagAddress.html @@ -0,0 +1,25 @@ +TypeTagAddress | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/TypeTagBool.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagBool.html new file mode 100644 index 000000000..50ab9fe19 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagBool.html @@ -0,0 +1,25 @@ +TypeTagBool | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/TypeTagGeneric.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagGeneric.html new file mode 100644 index 000000000..51eb765fc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagGeneric.html @@ -0,0 +1,29 @@ +TypeTagGeneric | @aptos-labs/ts-sdk - v0.0.8

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

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-0.0.8/classes/TypeTagReference.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagReference.html new file mode 100644 index 000000000..b6e1a6b2d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagReference.html @@ -0,0 +1,26 @@ +TypeTagReference | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/TypeTagSigner.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagSigner.html new file mode 100644 index 000000000..8605533f3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagSigner.html @@ -0,0 +1,25 @@ +TypeTagSigner | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/TypeTagStruct.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagStruct.html new file mode 100644 index 000000000..126feb0af --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagStruct.html @@ -0,0 +1,30 @@ +TypeTagStruct | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/TypeTagU128.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagU128.html new file mode 100644 index 000000000..135f67582 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagU128.html @@ -0,0 +1,25 @@ +TypeTagU128 | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/TypeTagU16.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagU16.html new file mode 100644 index 000000000..9ecd6929b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagU16.html @@ -0,0 +1,25 @@ +TypeTagU16 | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/TypeTagU256.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagU256.html new file mode 100644 index 000000000..90e81b64d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagU256.html @@ -0,0 +1,25 @@ +TypeTagU256 | @aptos-labs/ts-sdk - v0.0.8

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

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

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-0.0.8/classes/TypeTagU8.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagU8.html new file mode 100644 index 000000000..c90f13c61 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagU8.html @@ -0,0 +1,25 @@ +TypeTagU8 | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/TypeTagVector.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagVector.html new file mode 100644 index 000000000..e91e05ea5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/TypeTagVector.html @@ -0,0 +1,26 @@ +TypeTagVector | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/classes/U128.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/U128.html new file mode 100644 index 000000000..97474d0b5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/U128.html @@ -0,0 +1,20 @@ +U128 | @aptos-labs/ts-sdk - v0.0.8

Hierarchy

Implements

Constructors

Properties

value: bigint

Methods

Generated using TypeDoc

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

Hierarchy

Implements

Constructors

Properties

value: number

Methods

Generated using TypeDoc

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

Hierarchy

Implements

Constructors

Properties

value: bigint

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/classes/U32.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/U32.html new file mode 100644 index 000000000..73f481b4c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/U32.html @@ -0,0 +1,20 @@ +U32 | @aptos-labs/ts-sdk - v0.0.8

Hierarchy

Implements

Constructors

Properties

value: number

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/classes/U64.html b/docs/@aptos-labs/ts-sdk-0.0.8/classes/U64.html new file mode 100644 index 000000000..4fe073629 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/classes/U64.html @@ -0,0 +1,20 @@ +U64 | @aptos-labs/ts-sdk - v0.0.8

Hierarchy

Implements

Constructors

Properties

value: bigint

Methods

Generated using TypeDoc

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

Hierarchy

Implements

Constructors

Properties

value: number

Methods

Generated using TypeDoc

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

Generated using TypeDoc

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

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-0.0.8/enums/AnyPublicKeyVariant.html b/docs/@aptos-labs/ts-sdk-0.0.8/enums/AnyPublicKeyVariant.html new file mode 100644 index 000000000..fb69bde27 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/enums/AnyPublicKeyVariant.html @@ -0,0 +1,3 @@ +AnyPublicKeyVariant | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

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-0.0.8/enums/HexInvalidReason.html b/docs/@aptos-labs/ts-sdk-0.0.8/enums/HexInvalidReason.html new file mode 100644 index 000000000..be79390df --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/enums/HexInvalidReason.html @@ -0,0 +1,5 @@ +HexInvalidReason | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/enums/KeyType.html b/docs/@aptos-labs/ts-sdk-0.0.8/enums/KeyType.html new file mode 100644 index 000000000..5b58f9556 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/enums/KeyType.html @@ -0,0 +1,3 @@ +KeyType | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

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-0.0.8/enums/MoveAbility.html b/docs/@aptos-labs/ts-sdk-0.0.8/enums/MoveAbility.html new file mode 100644 index 000000000..47b2f1510 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/enums/MoveAbility.html @@ -0,0 +1,6 @@ +MoveAbility | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/enums/Network.html b/docs/@aptos-labs/ts-sdk-0.0.8/enums/Network.html new file mode 100644 index 000000000..ca3f6f1fd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/enums/Network.html @@ -0,0 +1,6 @@ +Network | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/enums/ProcessorType.html b/docs/@aptos-labs/ts-sdk-0.0.8/enums/ProcessorType.html new file mode 100644 index 000000000..11cb04928 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/enums/ProcessorType.html @@ -0,0 +1,13 @@ +ProcessorType | @aptos-labs/ts-sdk - v0.0.8

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"
COIN_PROCESSOR: "coin_processor"
DEFAULT: "default_processor"
EVENTS_PROCESSOR: "events_processor"
FUNGIBLE_ASSET_PROCESSOR: "fungible_asset_processor"
STAKE_PROCESSOR: "stake_processor"
TOKEN_PROCESSOR: "token_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-0.0.8/enums/RoleType.html b/docs/@aptos-labs/ts-sdk-0.0.8/enums/RoleType.html new file mode 100644 index 000000000..4041bca04 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/enums/RoleType.html @@ -0,0 +1,3 @@ +RoleType | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Enumeration TransactionResponseType

TRANSACTION TYPES

+

Enumeration Members

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/enums/TypeTagParserErrorType.html b/docs/@aptos-labs/ts-sdk-0.0.8/enums/TypeTagParserErrorType.html new file mode 100644 index 000000000..9f289327b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/enums/TypeTagParserErrorType.html @@ -0,0 +1,13 @@ +TypeTagParserErrorType | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/enums/TypeTagVariants.html b/docs/@aptos-labs/ts-sdk-0.0.8/enums/TypeTagVariants.html new file mode 100644 index 000000000..94ad01a5a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/enums/TypeTagVariants.html @@ -0,0 +1,16 @@ +TypeTagVariants | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/functions/CKDPriv.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/CKDPriv.html new file mode 100644 index 000000000..e239dc413 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/CKDPriv.html @@ -0,0 +1,2 @@ +CKDPriv | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/aptosCoinStructTag.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/aptosCoinStructTag.html new file mode 100644 index 000000000..75ff9d413 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/aptosCoinStructTag.html @@ -0,0 +1 @@ +aptosCoinStructTag | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

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-0.0.8/functions/buildTransaction.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/buildTransaction.html new file mode 100644 index 000000000..ffc755ef2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/buildTransaction.html @@ -0,0 +1,11 @@ +buildTransaction | @aptos-labs/ts-sdk - v0.0.8

Function buildTransaction

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/deriveKey.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/deriveKey.html new file mode 100644 index 000000000..0948cc1ba --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/deriveKey.html @@ -0,0 +1 @@ +deriveKey | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Function deriveTransactionType

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/ensureBoolean.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/ensureBoolean.html new file mode 100644 index 000000000..93d6771d1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/ensureBoolean.html @@ -0,0 +1 @@ +ensureBoolean | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Function fetchEntryFunctionAbi

Generated using TypeDoc

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

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-0.0.8/functions/generateMultiSignersSignedTransaction.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/generateMultiSignersSignedTransaction.html new file mode 100644 index 000000000..488d76eff --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/generateMultiSignersSignedTransaction.html @@ -0,0 +1,5 @@ +generateMultiSignersSignedTransaction | @aptos-labs/ts-sdk - v0.0.8

Function generateMultiSignersSignedTransaction

Generated using TypeDoc

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

Function generateRawTransaction

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Function generateTransactionPayload

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/generateTransactionPayloadWithABI.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/generateTransactionPayloadWithABI.html new file mode 100644 index 000000000..62c9fcab3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/generateTransactionPayloadWithABI.html @@ -0,0 +1 @@ +generateTransactionPayloadWithABI | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/getAuthenticatorForSimulation.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/getAuthenticatorForSimulation.html new file mode 100644 index 000000000..e0428b310 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/getAuthenticatorForSimulation.html @@ -0,0 +1 @@ +getAuthenticatorForSimulation | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/getFunctionParts.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/getFunctionParts.html new file mode 100644 index 000000000..97fd447d3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/getFunctionParts.html @@ -0,0 +1 @@ +getFunctionParts | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/functions/isBcsAddress.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsAddress.html new file mode 100644 index 000000000..107a727cb --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsAddress.html @@ -0,0 +1 @@ +isBcsAddress | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsBool.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsBool.html new file mode 100644 index 000000000..55a28b821 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsBool.html @@ -0,0 +1 @@ +isBcsBool | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsFixedBytes.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsFixedBytes.html new file mode 100644 index 000000000..61f7e3251 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsFixedBytes.html @@ -0,0 +1 @@ +isBcsFixedBytes | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsU256.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsU256.html new file mode 100644 index 000000000..441a83f3d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsU256.html @@ -0,0 +1 @@ +isBcsU256 | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsU32.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsU32.html new file mode 100644 index 000000000..34a12d623 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsU32.html @@ -0,0 +1 @@ +isBcsU32 | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsU64.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsU64.html new file mode 100644 index 000000000..5ed94a9ad --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsU64.html @@ -0,0 +1 @@ +isBcsU64 | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsU8.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsU8.html new file mode 100644 index 000000000..3475becf1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isBcsU8.html @@ -0,0 +1 @@ +isBcsU8 | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/isEd25519Signature.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isEd25519Signature.html new file mode 100644 index 000000000..55ac360b4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isEd25519Signature.html @@ -0,0 +1 @@ +isEd25519Signature | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/isFeePayerSignature.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isFeePayerSignature.html new file mode 100644 index 000000000..793243d4d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isFeePayerSignature.html @@ -0,0 +1 @@ +isFeePayerSignature | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/isLargeNumber.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isLargeNumber.html new file mode 100644 index 000000000..9d1bc20fd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isLargeNumber.html @@ -0,0 +1 @@ +isLargeNumber | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/isNull.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isNull.html new file mode 100644 index 000000000..2610f0561 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isNull.html @@ -0,0 +1 @@ +isNull | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/isNumber.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isNumber.html new file mode 100644 index 000000000..c346bd807 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isNumber.html @@ -0,0 +1 @@ +isNumber | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/isString.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isString.html new file mode 100644 index 000000000..6458456da --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/isString.html @@ -0,0 +1 @@ +isString | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Generated using TypeDoc

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

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

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-0.0.8/functions/mnemonicToSeed.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/mnemonicToSeed.html new file mode 100644 index 000000000..97867f4ad --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/mnemonicToSeed.html @@ -0,0 +1,3 @@ +mnemonicToSeed | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/functions/objectStructTag.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/objectStructTag.html new file mode 100644 index 000000000..de03daf79 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/objectStructTag.html @@ -0,0 +1 @@ +objectStructTag | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/optionStructTag.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/optionStructTag.html new file mode 100644 index 000000000..3152317fe --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/optionStructTag.html @@ -0,0 +1 @@ +optionStructTag | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/paginateWithCursor.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/paginateWithCursor.html new file mode 100644 index 000000000..18be971c9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/paginateWithCursor.html @@ -0,0 +1 @@ +paginateWithCursor | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

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-0.0.8/functions/post.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/post.html new file mode 100644 index 000000000..7d9d255e2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/post.html @@ -0,0 +1,3 @@ +post | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/postAptosFaucet.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/postAptosFaucet.html new file mode 100644 index 000000000..a40eef9b9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/postAptosFaucet.html @@ -0,0 +1 @@ +postAptosFaucet | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/postAptosFullNode.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/postAptosFullNode.html new file mode 100644 index 000000000..69800c665 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/postAptosFullNode.html @@ -0,0 +1 @@ +postAptosFullNode | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/postAptosIndexer.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/postAptosIndexer.html new file mode 100644 index 000000000..53a7704af --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/postAptosIndexer.html @@ -0,0 +1 @@ +postAptosIndexer | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/stringStructTag.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/stringStructTag.html new file mode 100644 index 000000000..2f1bb8e19 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/stringStructTag.html @@ -0,0 +1 @@ +stringStructTag | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/functions/validateNumberInRange.html b/docs/@aptos-labs/ts-sdk-0.0.8/functions/validateNumberInRange.html new file mode 100644 index 000000000..03a34a651 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/functions/validateNumberInRange.html @@ -0,0 +1 @@ +validateNumberInRange | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

@aptos-labs/ts-sdk - v0.0.8

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

+
+

This library is experimental. Therefore, the API is unstable and may change without warning.

+
+

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@experimental
+
+
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@experimental/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 });
const aptos = new Aptos(config); +
+

Read data from chain


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

Keys 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

const aptos = new Aptos();
// This functions 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 account = await aptos.deriveAccountFromPrivateKey({ privateKey: privateKey }); +
+

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";
const transaction = await aptos.build.transaction({
sender: alice.accountAddress.toString(),
data: {
function: "0x1::coin::transfer",
type_arguments: ["0x1::aptos_coin::AptosCoin"],
arguments: [bobAddress, 100],
},
});

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

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

Using built in transferCoinTransaction

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

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

Documentation and examples

    +
  • For reference documenation, check out the API reference documentation for the associated version.
  • +
  • For in-depth examples, check out the examples folder with ready-made package.json files to get you going quickly!
  • +
+

Testing

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

+
+

Note: make sure aptos local node is up and running. Take a look at the local development network guide for more details.

+
+
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-0.0.8/interfaces/AptosResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/interfaces/AptosResponse.html new file mode 100644 index 000000000..74565a420 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/interfaces/AptosResponse.html @@ -0,0 +1,16 @@ +AptosResponse | @aptos-labs/ts-sdk - v0.0.8

Interface AptosResponse<Req, Res>

The API response type

+

Param

the response status. i.e. 200

+

Param

the response message

+

Param

the response data

+

Param

the url the request was made to

+

Param

the response headers

+

Param

(optional) - the request object

+

Param

(optional) - the request object

+

Type Parameters

  • Req

  • Res

Hierarchy

  • AptosResponse

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-0.0.8/interfaces/Client.html b/docs/@aptos-labs/ts-sdk-0.0.8/interfaces/Client.html new file mode 100644 index 000000000..f3f3371f3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/interfaces/Client.html @@ -0,0 +1,2 @@ +Client | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Interface ClientRequest<Req>

Type Parameters

  • Req

Hierarchy

  • ClientRequest

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-0.0.8/interfaces/ClientResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/interfaces/ClientResponse.html new file mode 100644 index 000000000..0a6b8aebc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/interfaces/ClientResponse.html @@ -0,0 +1,8 @@ +ClientResponse | @aptos-labs/ts-sdk - v0.0.8

Interface ClientResponse<Res>

Type Parameters

  • Res

Hierarchy

  • ClientResponse

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-0.0.8/interfaces/Deserializable.html b/docs/@aptos-labs/ts-sdk-0.0.8/interfaces/Deserializable.html new file mode 100644 index 000000000..d4a9ae7b2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/interfaces/Deserializable.html @@ -0,0 +1,6 @@ +Deserializable | @aptos-labs/ts-sdk - v0.0.8

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.

+

Type Parameters

  • T

Hierarchy

  • Deserializable

Methods

Methods

Generated using TypeDoc

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

Interface EntryFunctionArgument

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-0.0.8/interfaces/InputGenerateMultiAgentRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-0.0.8/interfaces/InputGenerateMultiAgentRawTransactionArgs.html new file mode 100644 index 000000000..b974d950d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/interfaces/InputGenerateMultiAgentRawTransactionArgs.html @@ -0,0 +1,9 @@ +InputGenerateMultiAgentRawTransactionArgs | @aptos-labs/ts-sdk - v0.0.8

Interface InputGenerateMultiAgentRawTransactionArgs

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

+

Hierarchy

  • InputGenerateMultiAgentRawTransactionArgs

Properties

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/interfaces/InputGenerateSingleSignerRawTransactionArgs.html b/docs/@aptos-labs/ts-sdk-0.0.8/interfaces/InputGenerateSingleSignerRawTransactionArgs.html new file mode 100644 index 000000000..7d3db120d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/interfaces/InputGenerateSingleSignerRawTransactionArgs.html @@ -0,0 +1,8 @@ +InputGenerateSingleSignerRawTransactionArgs | @aptos-labs/ts-sdk - v0.0.8

Interface InputGenerateSingleSignerRawTransactionArgs

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

+

Hierarchy

  • InputGenerateSingleSignerRawTransactionArgs

Properties

aptosConfig: AptosConfig
feePayerAddress?: AccountAddressInput

Generated using TypeDoc

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

Interface InputGenerateSingleSignerRawTransactionData

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

+

Hierarchy

  • InputGenerateSingleSignerRawTransactionData

Properties

secondarySignerAddresses?: undefined
withFeePayer?: boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/interfaces/InputSubmitTransactionData.html b/docs/@aptos-labs/ts-sdk-0.0.8/interfaces/InputSubmitTransactionData.html new file mode 100644 index 000000000..2d508d755 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/interfaces/InputSubmitTransactionData.html @@ -0,0 +1,6 @@ +InputSubmitTransactionData | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Interface MultiAgentTransaction

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

+

Param

a bcs serialized raw transaction

+

Param

secondary signer addresses for multi-agent transaction

+

Hierarchy

  • MultiAgentTransaction

Properties

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Interface PaginationArgs

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

+

Param

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

+

Param

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

+

Hierarchy

  • PaginationArgs

Properties

Properties

limit?: number
offset?: AnyNumber

Generated using TypeDoc

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

Interface ScriptFunctionArgument

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-0.0.8/interfaces/SingleSignerTransaction.html b/docs/@aptos-labs/ts-sdk-0.0.8/interfaces/SingleSignerTransaction.html new file mode 100644 index 000000000..d8483f951 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/interfaces/SingleSignerTransaction.html @@ -0,0 +1,6 @@ +SingleSignerTransaction | @aptos-labs/ts-sdk - v0.0.8

Interface SingleSignerTransaction

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

+

Param

a bcs serialized raw transaction

+

Hierarchy

  • SingleSignerTransaction

Properties

feePayerAddress?: AccountAddress
rawTransaction: RawTransaction
secondarySignerAddresses?: undefined

Generated using TypeDoc

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

Generated using TypeDoc

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

Interface TransactionArgument

Hierarchy

Implemented by

Methods

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/modules.html b/docs/@aptos-labs/ts-sdk-0.0.8/modules.html new file mode 100644 index 000000000..ac60cf6d7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/modules.html @@ -0,0 +1,339 @@ +@aptos-labs/ts-sdk - v0.0.8

@aptos-labs/ts-sdk - v0.0.8

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 +GasEstimation +GenerateAccount +GenerateAccountWithEd25519 +GenerateAccountWithSingleSignerSecp256k1Key +GenesisPayload +GenesisTransactionResponse +GetANSNameResponse +GetAccountCoinsDataResponse +GetAccountCollectionsWithOwnedTokenResponse +GetAccountOwnedObjectsResponse +GetAccountOwnedTokensFromCollectionResponse +GetAccountOwnedTokensQueryResponse +GetAptosRequestOptions +GetChainTopUserTransactionsResponse +GetCollectionDataResponse +GetCurrentFungibleAssetBalancesResponse +GetCurrentTokenOwnershipResponse +GetDelegatedStakingActivitiesResponse +GetEventsResponse +GetFungibleAssetActivitiesResponse +GetFungibleAssetMetadataResponse +GetNumberOfDelegatorsResponse +GetOwnedTokensResponse +GetProcessorStatusResponse +GetRequestOptions +GetTokenActivityResponse +GetTokenDataResponse +GraphqlQuery +HexInput +InputEntryFunctionData +InputEntryFunctionDataWithRemoteABI +InputGenerateRawTransactionArgs +InputGenerateTransactionData +InputGenerateTransactionOptions +InputGenerateTransactionPayloadData +InputGenerateTransactionPayloadDataWithRemoteABI +InputMultiSigData +InputMultiSigDataWithRemoteABI +InputScriptData +InputSimulateTransactionData +InputSimulateTransactionOptions +InputViewRequestData +LedgerInfo +LedgerVersionArg +MoveAddressType +MoveFunction +MoveFunctionGenericTypeParam +MoveFunctionId +MoveModule +MoveModuleBytecode +MoveModuleId +MoveObjectType +MoveOptionType +MoveResource +MoveScriptBytecode +MoveStruct +MoveStructField +MoveStructId +MoveStructType +MoveType +MoveUint128Type +MoveUint16Type +MoveUint256Type +MoveUint32Type +MoveUint64Type +MoveUint8Type +MoveValue +MultisigPayloadResponse +OrderBy +OrderByValue +ParsingResult +PendingTransactionResponse +PostAptosRequestOptions +PostRequestOptions +ScriptFunctionArgumentTypes +ScriptPayloadResponse +ScriptWriteSet +SimpleEntryFunctionArgumentTypes +StateCheckpointTransactionResponse +TableItemRequest +TokenStandard +TransactionEd25519Signature +TransactionFeePayerSignature +TransactionMultiAgentSignature +TransactionMultiEd25519Signature +TransactionPayloadResponse +TransactionResponse +TransactionSecp256k1Signature +TransactionSignature +Uint128 +Uint16 +Uint256 +Uint32 +Uint64 +Uint8 +UserTransactionResponse +ViewRequest +WaitForTransactionOptions +WriteSet +WriteSetChange +WriteSetChangeDeleteModule +WriteSetChangeDeleteResource +WriteSetChangeDeleteTableItem +WriteSetChangeWriteModule +WriteSetChangeWriteResource +WriteSetChangeWriteTableItem +

Variables

Functions

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/AccountAddressInput.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/AccountAddressInput.html new file mode 100644 index 000000000..0c878e471 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/AccountAddressInput.html @@ -0,0 +1 @@ +AccountAddressInput | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/AccountData.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/AccountData.html new file mode 100644 index 000000000..01e3e3a8d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/AccountData.html @@ -0,0 +1 @@ +AccountData | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/AptosRequest.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/AptosRequest.html new file mode 100644 index 000000000..34a9930bf --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/AptosRequest.html @@ -0,0 +1,11 @@ +AptosRequest | @aptos-labs/ts-sdk - v0.0.8

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

the url to make the request to, i.e https://fullnode.aptoslabs.devnet.com/v1

+

Param

the request method "GET" | "POST"

+

Param

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

+

Param

(optional) - the body of the request

+

Param

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

+

Param

(optional) - query params to add to the request

+

Param

(optional) - the local method the request came from

+

Param

(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-0.0.8/types/AptosSettings.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/AptosSettings.html new file mode 100644 index 000000000..862514e7e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/AptosSettings.html @@ -0,0 +1,4 @@ +AptosSettings | @aptos-labs/ts-sdk - v0.0.8

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/Block.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/Block.html new file mode 100644 index 000000000..1493ff5c2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/Block.html @@ -0,0 +1,3 @@ +Block | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/types/BlockMetadataTransactionResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/BlockMetadataTransactionResponse.html new file mode 100644 index 000000000..1a88c8599 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/BlockMetadataTransactionResponse.html @@ -0,0 +1,7 @@ +BlockMetadataTransactionResponse | @aptos-labs/ts-sdk - v0.0.8

Type alias BlockMetadataTransactionResponse

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

Type declaration

  • accumulator_root_hash: string
  • changes: WriteSetChange[]

    Final state of resources changed by the transaction

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

    The events emitted at the block creation

    +
  • failed_proposer_indices: number[]

    The indices of the proposers who failed to propose

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

    Previous block votes

    +
  • proposer: string
  • round: string
  • state_change_hash: string
  • Optional state_checkpoint_hash?: string
  • success: boolean

    Whether the transaction was successful

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

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

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/ClientConfig.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/ClientConfig.html new file mode 100644 index 000000000..0f4c3015a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/ClientConfig.html @@ -0,0 +1,6 @@ +ClientConfig | @aptos-labs/ts-sdk - v0.0.8

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

an auth token to send with a faucet request

+

Param

api key generated from developer portal https://developers.aptoslabs.com/manage/api-keys}

+

Param

extra headers we want to send with the request

+

Param

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-0.0.8/types/CommittedTransactionResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/CommittedTransactionResponse.html new file mode 100644 index 000000000..2d15af847 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/CommittedTransactionResponse.html @@ -0,0 +1 @@ +CommittedTransactionResponse | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/DecodedTableData.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/DecodedTableData.html new file mode 100644 index 000000000..c2714e1e7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/DecodedTableData.html @@ -0,0 +1,5 @@ +DecodedTableData | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/types/DeletedTableData.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/DeletedTableData.html new file mode 100644 index 000000000..dccdc6e3a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/DeletedTableData.html @@ -0,0 +1,4 @@ +DeletedTableData | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/DerivedKeys.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/DerivedKeys.html new file mode 100644 index 000000000..8d1a5281a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/DerivedKeys.html @@ -0,0 +1 @@ +DerivedKeys | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/DirectWriteSet.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/DirectWriteSet.html new file mode 100644 index 000000000..b79ad5e9e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/DirectWriteSet.html @@ -0,0 +1 @@ +DirectWriteSet | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/EntryFunctionABI.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/EntryFunctionABI.html new file mode 100644 index 000000000..8c5e29699 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/EntryFunctionABI.html @@ -0,0 +1,3 @@ +EntryFunctionABI | @aptos-labs/ts-sdk - v0.0.8

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/EntryFunctionPayloadResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/EntryFunctionPayloadResponse.html new file mode 100644 index 000000000..80fe3475e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/EntryFunctionPayloadResponse.html @@ -0,0 +1,3 @@ +EntryFunctionPayloadResponse | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/types/Event.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/Event.html new file mode 100644 index 000000000..8681c8f1f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/Event.html @@ -0,0 +1,2 @@ +Event | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/types/EventGuid.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/EventGuid.html new file mode 100644 index 000000000..e3f83a18c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/EventGuid.html @@ -0,0 +1 @@ +EventGuid | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/GasEstimation.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GasEstimation.html new file mode 100644 index 000000000..e9d9ccd79 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GasEstimation.html @@ -0,0 +1,5 @@ +GasEstimation | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/types/GenerateAccount.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GenerateAccount.html new file mode 100644 index 000000000..937892ea3 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GenerateAccount.html @@ -0,0 +1 @@ +GenerateAccount | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/GenerateAccountWithEd25519.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GenerateAccountWithEd25519.html new file mode 100644 index 000000000..825b7169b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GenerateAccountWithEd25519.html @@ -0,0 +1,3 @@ +GenerateAccountWithEd25519 | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/types/GenerateAccountWithSingleSignerSecp256k1Key.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GenerateAccountWithSingleSignerSecp256k1Key.html new file mode 100644 index 000000000..b0877090e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GenerateAccountWithSingleSignerSecp256k1Key.html @@ -0,0 +1,3 @@ +GenerateAccountWithSingleSignerSecp256k1Key | @aptos-labs/ts-sdk - v0.0.8

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/GenesisTransactionResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GenesisTransactionResponse.html new file mode 100644 index 000000000..03ca50c58 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GenesisTransactionResponse.html @@ -0,0 +1,5 @@ +GenesisTransactionResponse | @aptos-labs/ts-sdk - v0.0.8

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

Generated using TypeDoc

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

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/GetAccountOwnedObjectsResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetAccountOwnedObjectsResponse.html new file mode 100644 index 000000000..509fcfa40 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetAccountOwnedObjectsResponse.html @@ -0,0 +1,7 @@ +GetAccountOwnedObjectsResponse | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/types/GetAccountOwnedTokensFromCollectionResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetAccountOwnedTokensFromCollectionResponse.html new file mode 100644 index 000000000..7576e9b06 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetAccountOwnedTokensFromCollectionResponse.html @@ -0,0 +1 @@ +GetAccountOwnedTokensFromCollectionResponse | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/GetAccountOwnedTokensQueryResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetAccountOwnedTokensQueryResponse.html new file mode 100644 index 000000000..17b90e621 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetAccountOwnedTokensQueryResponse.html @@ -0,0 +1 @@ +GetAccountOwnedTokensQueryResponse | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/GetAptosRequestOptions.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetAptosRequestOptions.html new file mode 100644 index 000000000..6f2a0b433 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetAptosRequestOptions.html @@ -0,0 +1 @@ +GetAptosRequestOptions | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/GetChainTopUserTransactionsResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetChainTopUserTransactionsResponse.html new file mode 100644 index 000000000..5be107d51 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetChainTopUserTransactionsResponse.html @@ -0,0 +1 @@ +GetChainTopUserTransactionsResponse | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/GetCollectionDataResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetCollectionDataResponse.html new file mode 100644 index 000000000..3941a8c0e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetCollectionDataResponse.html @@ -0,0 +1 @@ +GetCollectionDataResponse | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/GetCurrentFungibleAssetBalancesResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetCurrentFungibleAssetBalancesResponse.html new file mode 100644 index 000000000..782e9a8ed --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetCurrentFungibleAssetBalancesResponse.html @@ -0,0 +1 @@ +GetCurrentFungibleAssetBalancesResponse | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/GetDelegatedStakingActivitiesResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetDelegatedStakingActivitiesResponse.html new file mode 100644 index 000000000..7460b3a5b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetDelegatedStakingActivitiesResponse.html @@ -0,0 +1 @@ +GetDelegatedStakingActivitiesResponse | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

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

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/GetFungibleAssetActivitiesResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetFungibleAssetActivitiesResponse.html new file mode 100644 index 000000000..fdbb4819f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetFungibleAssetActivitiesResponse.html @@ -0,0 +1 @@ +GetFungibleAssetActivitiesResponse | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/GetFungibleAssetMetadataResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetFungibleAssetMetadataResponse.html new file mode 100644 index 000000000..e18350bd0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetFungibleAssetMetadataResponse.html @@ -0,0 +1 @@ +GetFungibleAssetMetadataResponse | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/GetNumberOfDelegatorsResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetNumberOfDelegatorsResponse.html new file mode 100644 index 000000000..4ce53ff9b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetNumberOfDelegatorsResponse.html @@ -0,0 +1 @@ +GetNumberOfDelegatorsResponse | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/GetOwnedTokensResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetOwnedTokensResponse.html new file mode 100644 index 000000000..4272e9775 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetOwnedTokensResponse.html @@ -0,0 +1 @@ +GetOwnedTokensResponse | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/GetProcessorStatusResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetProcessorStatusResponse.html new file mode 100644 index 000000000..2009042a5 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetProcessorStatusResponse.html @@ -0,0 +1 @@ +GetProcessorStatusResponse | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/GetRequestOptions.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetRequestOptions.html new file mode 100644 index 000000000..21d48843b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetRequestOptions.html @@ -0,0 +1,9 @@ +GetRequestOptions | @aptos-labs/ts-sdk - v0.0.8

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-0.0.8/types/GetTokenActivityResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetTokenActivityResponse.html new file mode 100644 index 000000000..8b367d47a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetTokenActivityResponse.html @@ -0,0 +1 @@ +GetTokenActivityResponse | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/GetTokenDataResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetTokenDataResponse.html new file mode 100644 index 000000000..05423261c --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GetTokenDataResponse.html @@ -0,0 +1 @@ +GetTokenDataResponse | @aptos-labs/ts-sdk - v0.0.8

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/GraphqlQuery.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/GraphqlQuery.html new file mode 100644 index 000000000..686c2804b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/GraphqlQuery.html @@ -0,0 +1,2 @@ +GraphqlQuery | @aptos-labs/ts-sdk - v0.0.8

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/InputGenerateTransactionOptions.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/InputGenerateTransactionOptions.html new file mode 100644 index 000000000..252ffdfba --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/InputGenerateTransactionOptions.html @@ -0,0 +1,2 @@ +InputGenerateTransactionOptions | @aptos-labs/ts-sdk - v0.0.8

    Type alias InputGenerateTransactionOptions

    InputGenerateTransactionOptions: {
        accountSequenceNumber?: AnyNumber;
        expireTimestamp?: AnyNumber;
        gasUnitPrice?: AnyNumber;
        maxGasAmount?: AnyNumber;
    }

    Optional options to set when generating a transaction

    +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/InputGenerateTransactionPayloadData.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/InputGenerateTransactionPayloadData.html new file mode 100644 index 000000000..ebc822805 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/InputGenerateTransactionPayloadData.html @@ -0,0 +1,3 @@ +InputGenerateTransactionPayloadData | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/InputGenerateTransactionPayloadDataWithRemoteABI.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/InputGenerateTransactionPayloadDataWithRemoteABI.html new file mode 100644 index 000000000..69a43822a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/InputGenerateTransactionPayloadDataWithRemoteABI.html @@ -0,0 +1 @@ +InputGenerateTransactionPayloadDataWithRemoteABI | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/InputSimulateTransactionData.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/InputSimulateTransactionData.html new file mode 100644 index 000000000..1329e6b58 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/InputSimulateTransactionData.html @@ -0,0 +1,5 @@ +InputSimulateTransactionData | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/types/InputSimulateTransactionOptions.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/InputSimulateTransactionOptions.html new file mode 100644 index 000000000..f24dc2daa --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/InputSimulateTransactionOptions.html @@ -0,0 +1 @@ +InputSimulateTransactionOptions | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/types/InputViewRequestData.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/InputViewRequestData.html new file mode 100644 index 000000000..acc2e0b62 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/InputViewRequestData.html @@ -0,0 +1,2 @@ +InputViewRequestData | @aptos-labs/ts-sdk - v0.0.8

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

    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-0.0.8/types/LedgerVersionArg.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/LedgerVersionArg.html new file mode 100644 index 000000000..d3fa4825d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/LedgerVersionArg.html @@ -0,0 +1,2 @@ +LedgerVersionArg | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveAddressType.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveAddressType.html new file mode 100644 index 000000000..8672d960d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveAddressType.html @@ -0,0 +1 @@ +MoveAddressType | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveFunction.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveFunction.html new file mode 100644 index 000000000..9f60b140a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveFunction.html @@ -0,0 +1,7 @@ +MoveFunction | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/types/MoveFunctionGenericTypeParam.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveFunctionGenericTypeParam.html new file mode 100644 index 000000000..417b02118 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveFunctionGenericTypeParam.html @@ -0,0 +1,2 @@ +MoveFunctionGenericTypeParam | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveFunctionId.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveFunctionId.html new file mode 100644 index 000000000..35c883590 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveFunctionId.html @@ -0,0 +1 @@ +MoveFunctionId | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveModule.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveModule.html new file mode 100644 index 000000000..b0c484bdd --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveModule.html @@ -0,0 +1,5 @@ +MoveModule | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/types/MoveModuleBytecode.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveModuleBytecode.html new file mode 100644 index 000000000..1308b808b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveModuleBytecode.html @@ -0,0 +1 @@ +MoveModuleBytecode | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveOptionType.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveOptionType.html new file mode 100644 index 000000000..62d8e2314 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveOptionType.html @@ -0,0 +1 @@ +MoveOptionType | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveResource.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveResource.html new file mode 100644 index 000000000..707b9511d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveResource.html @@ -0,0 +1 @@ +MoveResource | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveScriptBytecode.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveScriptBytecode.html new file mode 100644 index 000000000..8deb83bf7 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveScriptBytecode.html @@ -0,0 +1,2 @@ +MoveScriptBytecode | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveStruct.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveStruct.html new file mode 100644 index 000000000..a0c60e95d --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveStruct.html @@ -0,0 +1,6 @@ +MoveStruct | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/types/MoveStructField.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveStructField.html new file mode 100644 index 000000000..98cd9de58 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveStructField.html @@ -0,0 +1,2 @@ +MoveStructField | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveStructType.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveStructType.html new file mode 100644 index 000000000..e38f30305 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveStructType.html @@ -0,0 +1 @@ +MoveStructType | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveType.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveType.html new file mode 100644 index 000000000..2dea611ec --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveType.html @@ -0,0 +1 @@ +MoveType | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveUint128Type.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveUint128Type.html new file mode 100644 index 000000000..ef2e08374 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveUint128Type.html @@ -0,0 +1 @@ +MoveUint128Type | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveUint16Type.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveUint16Type.html new file mode 100644 index 000000000..a76523ba2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveUint16Type.html @@ -0,0 +1 @@ +MoveUint16Type | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveUint256Type.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveUint256Type.html new file mode 100644 index 000000000..9094bd976 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveUint256Type.html @@ -0,0 +1 @@ +MoveUint256Type | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveUint32Type.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveUint32Type.html new file mode 100644 index 000000000..2afa72578 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveUint32Type.html @@ -0,0 +1 @@ +MoveUint32Type | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveValue.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveValue.html new file mode 100644 index 000000000..b85eedec4 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/MoveValue.html @@ -0,0 +1,12 @@ +MoveValue | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/types/MultisigPayloadResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/MultisigPayloadResponse.html new file mode 100644 index 000000000..8388e7d7b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/MultisigPayloadResponse.html @@ -0,0 +1 @@ +MultisigPayloadResponse | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/OrderByValue.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/OrderByValue.html new file mode 100644 index 000000000..14c4fef5e --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/OrderByValue.html @@ -0,0 +1 @@ +OrderByValue | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/ParsingResult.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/ParsingResult.html new file mode 100644 index 000000000..15e095126 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/ParsingResult.html @@ -0,0 +1,6 @@ +ParsingResult | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/types/PendingTransactionResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/PendingTransactionResponse.html new file mode 100644 index 000000000..8643f0171 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/PendingTransactionResponse.html @@ -0,0 +1 @@ +PendingTransactionResponse | @aptos-labs/ts-sdk - v0.0.8

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/PostRequestOptions.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/PostRequestOptions.html new file mode 100644 index 000000000..33fab9a0b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/PostRequestOptions.html @@ -0,0 +1,10 @@ +PostRequestOptions | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/types/ScriptFunctionArgumentTypes.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/ScriptFunctionArgumentTypes.html new file mode 100644 index 000000000..7b1674451 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/ScriptFunctionArgumentTypes.html @@ -0,0 +1,2 @@ +ScriptFunctionArgumentTypes | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/ScriptPayloadResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/ScriptPayloadResponse.html new file mode 100644 index 000000000..f218ac39a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/ScriptPayloadResponse.html @@ -0,0 +1,3 @@ +ScriptPayloadResponse | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/types/ScriptWriteSet.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/ScriptWriteSet.html new file mode 100644 index 000000000..b98002020 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/ScriptWriteSet.html @@ -0,0 +1 @@ +ScriptWriteSet | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Type alias StateCheckpointTransactionResponse

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

    Type declaration

    • accumulator_root_hash: string
    • changes: WriteSetChange[]

      Final state of resources changed by the transaction

      +
    • event_root_hash: string
    • gas_used: string
    • hash: string
    • state_change_hash: string
    • Optional state_checkpoint_hash?: string
    • success: boolean

      Whether the transaction was successful

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

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

      +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/TableItemRequest.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/TableItemRequest.html new file mode 100644 index 000000000..b6b8991d8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/TableItemRequest.html @@ -0,0 +1,3 @@ +TableItemRequest | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/types/TokenStandard.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/TokenStandard.html new file mode 100644 index 000000000..7d694ffee --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/TokenStandard.html @@ -0,0 +1,2 @@ +TokenStandard | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionEd25519Signature.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionEd25519Signature.html new file mode 100644 index 000000000..949f4e137 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionEd25519Signature.html @@ -0,0 +1 @@ +TransactionEd25519Signature | @aptos-labs/ts-sdk - v0.0.8

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

    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-0.0.8/types/TransactionMultiAgentSignature.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionMultiAgentSignature.html new file mode 100644 index 000000000..86445d6b2 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionMultiAgentSignature.html @@ -0,0 +1,3 @@ +TransactionMultiAgentSignature | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/types/TransactionMultiEd25519Signature.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionMultiEd25519Signature.html new file mode 100644 index 000000000..769cfd073 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionMultiEd25519Signature.html @@ -0,0 +1,4 @@ +TransactionMultiEd25519Signature | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/types/TransactionPayloadResponse.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionPayloadResponse.html new file mode 100644 index 000000000..72b503c9b --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionPayloadResponse.html @@ -0,0 +1 @@ +TransactionPayloadResponse | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionSecp256k1Signature.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionSecp256k1Signature.html new file mode 100644 index 000000000..189d47c11 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionSecp256k1Signature.html @@ -0,0 +1 @@ +TransactionSecp256k1Signature | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/types/TransactionSignature.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionSignature.html new file mode 100644 index 000000000..2912e49df --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/TransactionSignature.html @@ -0,0 +1,2 @@ +TransactionSignature | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/Uint16.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/Uint16.html new file mode 100644 index 000000000..403492643 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/Uint16.html @@ -0,0 +1 @@ +Uint16 | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/Uint256.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/Uint256.html new file mode 100644 index 000000000..8aa7f0fc0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/Uint256.html @@ -0,0 +1 @@ +Uint256 | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/Uint32.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/Uint32.html new file mode 100644 index 000000000..63e7051ab --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/Uint32.html @@ -0,0 +1 @@ +Uint32 | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/Uint64.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/Uint64.html new file mode 100644 index 000000000..10530b200 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/Uint64.html @@ -0,0 +1 @@ +Uint64 | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

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

    Generated using TypeDoc

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

    Type alias UserTransactionResponse

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

    Type declaration

    • accumulator_root_hash: string
    • changes: WriteSetChange[]

      Final state of resources changed by the transaction

      +
    • event_root_hash: string
    • events: Event[]

      Events generated by the transaction

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

      Whether the transaction was successful

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

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

      +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/ViewRequest.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/ViewRequest.html new file mode 100644 index 000000000..f9690b5b8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/ViewRequest.html @@ -0,0 +1,5 @@ +ViewRequest | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/types/WaitForTransactionOptions.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/WaitForTransactionOptions.html new file mode 100644 index 000000000..3572b8416 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/WaitForTransactionOptions.html @@ -0,0 +1,2 @@ +WaitForTransactionOptions | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/types/WriteSet.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSet.html new file mode 100644 index 000000000..7f6c151be --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSet.html @@ -0,0 +1 @@ +WriteSet | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSetChangeDeleteModule.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSetChangeDeleteModule.html new file mode 100644 index 000000000..4e575e297 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSetChangeDeleteModule.html @@ -0,0 +1,2 @@ +WriteSetChangeDeleteModule | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/types/WriteSetChangeDeleteResource.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSetChangeDeleteResource.html new file mode 100644 index 000000000..9533cd161 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSetChangeDeleteResource.html @@ -0,0 +1 @@ +WriteSetChangeDeleteResource | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/types/WriteSetChangeDeleteTableItem.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSetChangeDeleteTableItem.html new file mode 100644 index 000000000..94f0901a8 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSetChangeDeleteTableItem.html @@ -0,0 +1 @@ +WriteSetChangeDeleteTableItem | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/types/WriteSetChangeWriteModule.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSetChangeWriteModule.html new file mode 100644 index 000000000..6ad90a2bc --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSetChangeWriteModule.html @@ -0,0 +1 @@ +WriteSetChangeWriteModule | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSetChangeWriteResource.html b/docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSetChangeWriteResource.html new file mode 100644 index 000000000..66985192a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/types/WriteSetChangeWriteResource.html @@ -0,0 +1 @@ +WriteSetChangeWriteResource | @aptos-labs/ts-sdk - v0.0.8

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

    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-0.0.8/variables/APTOS_BIP44_REGEX.html b/docs/@aptos-labs/ts-sdk-0.0.8/variables/APTOS_BIP44_REGEX.html new file mode 100644 index 000000000..d28aac4e0 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/variables/APTOS_BIP44_REGEX.html @@ -0,0 +1 @@ +APTOS_BIP44_REGEX | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/variables/APTOS_COIN.html b/docs/@aptos-labs/ts-sdk-0.0.8/variables/APTOS_COIN.html new file mode 100644 index 000000000..33b711ec1 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/variables/APTOS_COIN.html @@ -0,0 +1,2 @@ +APTOS_COIN | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/variables/DEFAULT_MAX_GAS_AMOUNT.html b/docs/@aptos-labs/ts-sdk-0.0.8/variables/DEFAULT_MAX_GAS_AMOUNT.html new file mode 100644 index 000000000..bdebde674 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/variables/DEFAULT_MAX_GAS_AMOUNT.html @@ -0,0 +1,5 @@ +DEFAULT_MAX_GAS_AMOUNT | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/variables/DEFAULT_NETWORK.html b/docs/@aptos-labs/ts-sdk-0.0.8/variables/DEFAULT_NETWORK.html new file mode 100644 index 000000000..81b5b8cb9 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/variables/DEFAULT_NETWORK.html @@ -0,0 +1 @@ +DEFAULT_NETWORK | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html b/docs/@aptos-labs/ts-sdk-0.0.8/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html new file mode 100644 index 000000000..6e1d3505a --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/variables/DEFAULT_TXN_EXP_SEC_FROM_NOW.html @@ -0,0 +1,5 @@ +DEFAULT_TXN_EXP_SEC_FROM_NOW | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/variables/DEFAULT_TXN_TIMEOUT_SEC.html b/docs/@aptos-labs/ts-sdk-0.0.8/variables/DEFAULT_TXN_TIMEOUT_SEC.html new file mode 100644 index 000000000..d3de76962 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/variables/DEFAULT_TXN_TIMEOUT_SEC.html @@ -0,0 +1,4 @@ +DEFAULT_TXN_TIMEOUT_SEC | @aptos-labs/ts-sdk - v0.0.8

    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-0.0.8/variables/HARDENED_OFFSET.html b/docs/@aptos-labs/ts-sdk-0.0.8/variables/HARDENED_OFFSET.html new file mode 100644 index 000000000..37568e250 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/variables/HARDENED_OFFSET.html @@ -0,0 +1 @@ +HARDENED_OFFSET | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/variables/NetworkToChainId.html b/docs/@aptos-labs/ts-sdk-0.0.8/variables/NetworkToChainId.html new file mode 100644 index 000000000..948ab5d9f --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/variables/NetworkToChainId.html @@ -0,0 +1 @@ +NetworkToChainId | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/variables/NetworkToFaucetAPI.html b/docs/@aptos-labs/ts-sdk-0.0.8/variables/NetworkToFaucetAPI.html new file mode 100644 index 000000000..346e15797 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/variables/NetworkToFaucetAPI.html @@ -0,0 +1 @@ +NetworkToFaucetAPI | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/variables/NetworkToIndexerAPI.html b/docs/@aptos-labs/ts-sdk-0.0.8/variables/NetworkToIndexerAPI.html new file mode 100644 index 000000000..39b4617f6 --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/variables/NetworkToIndexerAPI.html @@ -0,0 +1 @@ +NetworkToIndexerAPI | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/variables/NetworkToNetworkName.html b/docs/@aptos-labs/ts-sdk-0.0.8/variables/NetworkToNetworkName.html new file mode 100644 index 000000000..2d61544db --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/variables/NetworkToNetworkName.html @@ -0,0 +1 @@ +NetworkToNetworkName | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/@aptos-labs/ts-sdk-0.0.8/variables/RAW_TRANSACTION_SALT.html b/docs/@aptos-labs/ts-sdk-0.0.8/variables/RAW_TRANSACTION_SALT.html new file mode 100644 index 000000000..89652edfa --- /dev/null +++ b/docs/@aptos-labs/ts-sdk-0.0.8/variables/RAW_TRANSACTION_SALT.html @@ -0,0 +1 @@ +RAW_TRANSACTION_SALT | @aptos-labs/ts-sdk - v0.0.8

    Generated using TypeDoc

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

    Generated using TypeDoc

    \ No newline at end of file diff --git a/package.json b/package.json index 82f4cd38a..ed0d34c89 100644 --- a/package.json +++ b/package.json @@ -79,5 +79,5 @@ "typedoc": "^0.25.3", "typescript": "^5.2.2" }, - "version": "0.0.7" + "version": "0.0.8" } diff --git a/src/version.ts b/src/version.ts index e0e38bb19..f2d20ce14 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 = "0.0.4"; +export const VERSION = "0.0.8";