Executes queries on asset balances. @return a collection of balance objects @throws APIException This exception is raised if the api returns errors while retrieving the balances. @throws BadURLException This exception wraps java.net.MalformedURLException. @throws ConnectivityException This exception
(Client client)
| 63 | * @throws JSONException This exception is raised due to malformed json requests or responses. |
| 64 | */ |
| 65 | public Items execute(Client client) throws ChainException { |
| 66 | Items items = new Items(); |
| 67 | items.setClient(client); |
| 68 | items.setNext(this.next); |
| 69 | return items.getPage(); |
| 70 | } |
| 71 | |
| 72 | /** |
| 73 | * Sets the latest timestamp for unspent outputs to be included in the results. |