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

Method urls

sdk/java/src/main/java/com/chain/http/Client.java:250–252  ·  view source on GitHub ↗

Returns the list of base URLs used by the client. @return the client's base URLs

()

Source from the content-addressed store, hash-verified

248 * @return the client's base URLs
249 */
250 public List<URL> urls() {
251 return new ArrayList<>(this.urls);
252 }
253
254 /**
255 * Returns true if a client access token stored in the client.

Callers 1

getSignerClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected