Object
A class for querying Aptos Object related data from the indexer.
Properties
Link copied to clipboard
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.