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

Method getInfo

sdk/java/src/main/java/com/chain/api/CoreConfig.java:167–169  ·  view source on GitHub ↗

Gets info on specified Chain Core. @param client client object that makes requests to the core @return Info

(Client client)

Source from the content-addressed store, hash-verified

165 * @return Info
166 */
167 public static Info getInfo(Client client) throws ChainException {
168 return client.request("info", null, Info.class);
169 }
170
171 /**
172 * Resets specified Chain Core, preserving access tokens and MockHSM keys.

Callers 1

runMethod · 0.95

Calls 1

requestMethod · 0.45

Tested by 1

runMethod · 0.76