Object

class Object(val config: AptosConfig) : Object

A class for querying Aptos Object related data from the indexer.

Constructors

Link copied to clipboard
constructor(config: AptosConfig)

Properties

Link copied to clipboard
open override val config: AptosConfig

The AptosConfig for connecting to the network.

Functions

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

Queries for object data based on a specified object address.