Skip to content

Commit 54725a1

Browse files
Regenerate code from specification file (#387)
Co-authored-by: Algorand Generation Bot <[email protected]>
1 parent 0c72fa2 commit 54725a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/java/com/algorand/algosdk/v2/client/indexer/SearchForAccounts.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,10 @@ public SearchForAccounts next(String next) {
105105

106106
/**
107107
* Include results for the specified round. For performance reasons, this parameter
108-
* may be disabled on some configurations.
108+
* 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.
109112
*/
110113
public SearchForAccounts round(Long round) {
111114
addQuery("round", String.valueOf(round));

0 commit comments

Comments
 (0)