MCPcopy Index your code
hub / github.com/chain/Core / execute

Method execute

sdk/java/src/main/java/com/chain/api/Balance.java:65–70  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 3

getPageMethod · 0.95
setClientMethod · 0.80
setNextMethod · 0.80

Tested by

no test coverage detected