version method
Returns Core Library version
Implementation
Future<ResultOfVersion> version() async {
final res = await _tonCore.request('client.version', null);
return ResultOfVersion.fromMap(res);
}
Returns Core Library version
Future<ResultOfVersion> version() async {
final res = await _tonCore.request('client.version', null);
return ResultOfVersion.fromMap(res);
}