get_boc_depth method
Calculates BOC depth
Implementation
Future<ResultOfGetBocDepth> get_boc_depth(ParamsOfGetBocDepth params) async {
final res =
await _tonCore.request('boc.get_boc_depth', params.toString());
return ResultOfGetBocDepth.fromMap(res);
}