Uses of Class
com.algorand.algosdk.v2.client.model.AccountResponse
-
Packages that use AccountResponse Package Description com.algorand.algosdk.v2.client.indexer -
-
Uses of AccountResponse in com.algorand.algosdk.v2.client.indexer
Methods in com.algorand.algosdk.v2.client.indexer that return types with arguments of type AccountResponse Modifier and Type Method Description Response<AccountResponse>
LookupAccountByID. execute()
Execute the query.Response<AccountResponse>
LookupAccountByID. execute(String[] headers, String[] values)
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
-