Skip to content

Commit

Permalink
Regenerate code from specification file (#770)
Browse files Browse the repository at this point in the history
Co-authored-by: Algorand Generation Bot <codegen@algorand.com>
  • Loading branch information
github-actions[bot] and algo-dev-service authored Jan 30, 2025
1 parent e3bae2e commit 02b7cfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ public LookupAccountByID includeAll(Boolean includeAll) {
}

/**
* Deprecated and disallowed. This parameter used to include results for a
* specified round. Requests with this parameter set are now rejected.
* Include results for the specified round.
*/
public LookupAccountByID round(Long round) {
addQuery("round", String.valueOf(round));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,11 @@ public SearchForAccounts next(String next) {
}

/**
* Deprecated and disallowed. This parameter used to include results for a
* specified round. Requests with this parameter set are now rejected.
* Include results for the specified round. For performance reasons, this parameter
* may be disabled on some configurations. Using application-id or asset-id filters
* will return both creator and opt-in accounts. Filtering by include-all will
* return creator and opt-in accounts for deleted assets and accounts. Non-opt-in
* managers are not included in the results when asset-id is used.
*/
public SearchForAccounts round(Long round) {
addQuery("round", String.valueOf(round));
Expand Down

0 comments on commit 02b7cfe

Please sign in to comment.