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

Method getPage

sdk/java/src/main/java/com/chain/api/Account.java:111–115  ·  view source on GitHub ↗

Requests a page of accounts based on an underlying query. @return a page of accounts objects @throws APIException This exception is raised if the api returns errors while retrieving the accounts. @throws BadURLException This exception wraps java.net.MalformedURLException. @throws ConnectivityExcepti

()

Source from the content-addressed store, hash-verified

109 * @throws JSONException This exception is raised due to malformed json requests or responses.
110 */
111 public Items getPage() throws ChainException {
112 Items items = this.client.request("list-accounts", this.next, Items.class);
113 items.setClient(this.client);
114 return items;
115 }
116 }
117
118 /**

Callers 1

executeMethod · 0.95

Calls 2

setClientMethod · 0.80
requestMethod · 0.45

Tested by

no test coverage detected