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

Method url

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

Returns the preferred base URL stored in the client. @return the client's base URL

()

Source from the content-addressed store, hash-verified

240 * @return the client's base URL
241 */
242 public URL url() {
243 return this.urls.get(0);
244 }
245
246 /**
247 * Returns the list of base URLs used by the client.

Callers 7

postMethod · 0.80
accounts.jsFile · 0.80
assets.jsFile · 0.80
transactions.jsFile · 0.80
keys.jsFile · 0.80
app.jsFile · 0.80
empty.jsFile · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected