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

Method getPage

sdk/java/src/main/java/com/chain/api/Transaction.java:77–81  ·  view source on GitHub ↗

Returns a new page of transactions based on the underlying query. @return a page of transactions @throws APIException This exception is raised if the api returns errors while processing the query. @throws BadURLException This exception wraps java.net.MalformedURLException. @throws ConnectivityExcept

()

Source from the content-addressed store, hash-verified

75 * @throws JSONException This exception is raised due to malformed json requests or responses.
76 */
77 public Items getPage() throws ChainException {
78 Items items = this.client.request("list-transactions", this.next, Items.class);
79 items.setClient(this.client);
80 return items;
81 }
82 }
83
84 /**

Callers 1

executeMethod · 0.95

Calls 2

setClientMethod · 0.80
requestMethod · 0.45

Tested by

no test coverage detected