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