Uses of Class
com.algorand.algosdk.v2.client.model.AccountsResponse
- 
Packages that use AccountsResponse Package Description com.algorand.algosdk.v2.client.indexer  - 
- 
Uses of AccountsResponse in com.algorand.algosdk.v2.client.indexer
Methods in com.algorand.algosdk.v2.client.indexer that return types with arguments of type AccountsResponse Modifier and Type Method Description Response<AccountsResponse>SearchForAccounts. execute()Execute the query.Response<AccountsResponse>SearchForAccounts. 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. 
 -