- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {Charset c =
String charsetName;Charset.forName(charsetName)
Charset.defaultCharset()
ContentType contentType;contentType.getCharset()
- Smart code suggestions by Codota
}
/** * Get statistics of the node. Accessible to node owners (with node {@link PrivateKey} as session key) and network admins * @return dictionary containing uptime, ledger size, and number of contracts approved for a minute, hour and since restart * @throws ClientError */ public Binder getStats() throws ClientError { return getStats(null); }
client.getStats(90);