Returns the version of the client we're sending requests to.
Future<String> getClientVersion() { return _makeRPCCall('topl_info', params: [{}]) .then((value) => value['version'] as String); }