Package-level declarations
Properties
Functions
Link copied to clipboard
suspend fun getCollectionData(config: AptosConfig, filter: CollectionOwnershipV2Filter): Result<GetCollectionDataQuery.Data?, AptosIndexerError>
Link copied to clipboard
suspend fun getCollectionDataByCollectionId(config: AptosConfig, collectionId: String): Result<GetCollectionDataQuery.Data?, AptosIndexerError>
Link copied to clipboard
Link copied to clipboard
suspend fun getOwnerAddress(aptosConfig: AptosConfig, name: String): Result<AccountAddress, AptosSdkError>
Link copied to clipboard
suspend fun getPrimaryName(aptosConfig: AptosConfig, address: AccountAddressInput): Result<String, AptosSdkError>
Link copied to clipboard
inline suspend fun <T> getResource(aptosConfig: AptosConfig, accountAddress: AccountAddressInput, resourceType: String, params: Map<String, Any?>? = null): Result<T, AptosSdkError>
Link copied to clipboard
Link copied to clipboard
inline suspend fun <T> getTableItem(aptosConfig: AptosConfig, handle: String, data: TableItemRequest, param: Map<String, Any?>? = null): Result<T, AptosSdkError>
Link copied to clipboard
suspend fun getTargetAddress(aptosConfig: AptosConfig, name: String): Result<AccountAddress, AptosSdkError>
Link copied to clipboard
suspend fun getTokenData(config: AptosConfig, page: PaginationArgs?): Result<GetTokenDataQuery.Data?, AptosIndexerError>
Link copied to clipboard
Checks if an ANS name is valid or not
Link copied to clipboard
Checks if a fragment of a name, either the domain or subdomain, is valid
Link copied to clipboard
suspend fun setDigitalAssetDescriptionTransaction(config: AptosConfig, creator: Account, digitalAssetAddress: AccountAddressInput, description: String, digitalAssetType: MoveStructId, options: InputGenerateTransactionOptions): SimpleTransaction
Link copied to clipboard
suspend fun setDigitalAssetNameTransaction(config: AptosConfig, creator: Account, digitalAssetAddress: AccountAddressInput, name: String, digitalAssetType: MoveStructId, options: InputGenerateTransactionOptions): SimpleTransaction
Link copied to clipboard
suspend fun setDigitalAssetURITransaction(config: AptosConfig, creator: Account, digitalAssetAddress: AccountAddressInput, uri: String, digitalAssetType: MoveStructId, options: InputGenerateTransactionOptions): SimpleTransaction
Link copied to clipboard
suspend fun setTargetAddress(aptosConfig: AptosConfig, sender: AccountAddress, name: String, address: AccountAddressInput, options: InputGenerateTransactionOptions = InputGenerateTransactionOptions()): SimpleTransaction
Link copied to clipboard
Link copied to clipboard
inline suspend fun <T : List<MoveValue>> view(aptosConfig: AptosConfig, payload: InputViewFunctionData, bcs: Boolean = true, options: LedgerVersionArg? = null): Result<T, AptosSdkError>