Resets specified Chain Core, preserving access tokens and MockHSM keys. @param client client object that makes requests to the core
(Client client)
| 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 |
no test coverage detected