Object

interface Object

An interface for querying Aptos Object related data from the indexer.

Inheritors

Properties

Link copied to clipboard
abstract val config: AptosConfig

Functions

Link copied to clipboard
abstract suspend fun getObjectDataByObjectAddress(objectAddress: AccountAddressInput, sortOrder: List<ObjectSortOrder>? = null, page: PaginationArgs? = null, minimumLedgerVersion: Long? = null): Result<GetObjectDataQuery.Current_object?, AptosIndexerError>

Queries for object data based on a specified object address.