Package-level declarations
Types
Link copied to clipboard
interface DigitalAsset
Digital asset API namespace. This interface provides functionality to reading and writing digital assets' related information.
Link copied to clipboard
interface Transaction
Transaction API namespace. This interface provides functionality to reading and writing transactions.
Functions
Link copied to clipboard
inline suspend fun <T> Account.getAccountResource(accountAddress: AccountAddressInput, resourceName: String, param: LedgerVersionQueryParam.() -> Unit = {}): Option<T>
Queries a specific account resource given an account address and resource name
Link copied to clipboard
inline suspend fun <T> General.getTableItem(handle: String, data: TableItemRequest, param: LedgerVersionQueryParam? = null): T
Link copied to clipboard
A generic function for retrieving data from Aptos Indexer.