getBlockByHeight_Pre method
Future<GetBlockByHeightResponse>
getBlockByHeight_Pre(
- ServiceCall call,
- Future<
GetBlockByHeightRequest> request
Implementation
$async.Future<$0.GetBlockByHeightResponse> getBlockByHeight_Pre(
$grpc.ServiceCall call,
$async.Future<$0.GetBlockByHeightRequest> request) async {
return getBlockByHeight(call, await request);
}