We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c72fa2 commit 54725a1Copy full SHA for 54725a1
src/main/java/com/algorand/algosdk/v2/client/indexer/SearchForAccounts.java
@@ -105,7 +105,10 @@ public SearchForAccounts next(String next) {
105
106
/**
107
* Include results for the specified round. For performance reasons, this parameter
108
- * may be disabled on some configurations.
+ * may be disabled on some configurations. Using application-id or asset-id filters
109
+ * will return both creator and opt-in accounts. Filtering by include-all will
110
+ * return creator and opt-in accounts for deleted assets and accounts. Non-opt-in
111
+ * managers are not included in the results when asset-id is used.
112
*/
113
public SearchForAccounts round(Long round) {
114
addQuery("round", String.valueOf(round));
0 commit comments