Skip to content

Commit

Permalink
CORE-15552 Update JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lankydan committed Oct 13, 2023
1 parent 543ec41 commit e78b476
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ public interface UtxoLedgerService {
/**
* Finds unconsumed states of the specified {@link ContractState} type in the vault.
* <p>
* This version supports paging, limiting the number of results returned in a single query call by setting the
* `limit` argument.
* <p>
* Example usage:
* <ul>
* <li>Kotlin:<pre>{@code
Expand Down

0 comments on commit e78b476

Please sign in to comment.