Gets info on specified Chain Core. @param client client object that makes requests to the core @return Info
(Client client)
| 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. |