getBlockById_Pre method
Implementation
$async.Future<$0.BlockResponse> getBlockById_Pre($grpc.ServiceCall call,
$async.Future<$0.GetBlockByIdRequest> request) async {
return getBlockById(call, await request);
}
$async.Future<$0.BlockResponse> getBlockById_Pre($grpc.ServiceCall call,
$async.Future<$0.GetBlockByIdRequest> request) async {
return getBlockById(call, await request);
}