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

Method setURLs

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

Sets the list of URLs for the client. It replaces all existing Chain Core URLs with the provided URLs. @param urls the URLs of the Chain Cores or HSMs

(List<URL> urls)

Source from the content-addressed store, hash-verified

656 * @param urls the URLs of the Chain Cores or HSMs
657 */
658 public Builder setURLs(List<URL> urls) {
659 this.urls = new ArrayList<>(urls);
660 return this;
661 }
662
663 /**
664 * Sets the access token for the client

Callers 1

getSignerClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected