getBlock_Pre method
Implementation
$async.Future<$1.GetBlockResponse> getBlock_Pre(
$grpc.ServiceCall call, $async.Future<$1.GetBlockRequest> request) async {
return getBlock(call, await request);
}
$async.Future<$1.GetBlockResponse> getBlock_Pre(
$grpc.ServiceCall call, $async.Future<$1.GetBlockRequest> request) async {
return getBlock(call, await request);
}