getBlockStats_Pre method
Implementation
$async.Future<$0.BlockStatsRes> getBlockStats_Pre(
$grpc.ServiceCall call, $async.Future<$0.BlockStatsReq> request) async {
return getBlockStats(call, await request);
}
$async.Future<$0.BlockStatsRes> getBlockStats_Pre(
$grpc.ServiceCall call, $async.Future<$0.BlockStatsReq> request) async {
return getBlockStats(call, await request);
}