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

Method reset

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

Resets specified Chain Core, preserving access tokens and MockHSM keys. @param client client object that makes requests to the core

(Client client)

Source from the content-addressed store, hash-verified

173 * @param client client object that makes requests to the core
174 */
175 public static void reset(Client client) throws ChainException {
176 client.request("reset", null, SuccessMessage.class);
177 }
178
179 /**
180 * Resets all data on the specified Chain Core, including access tokens

Callers 2

resetCoreFunction · 0.45
deleteClickMethod · 0.45

Calls 1

requestMethod · 0.45

Tested by

no test coverage detected