getBlockHash_Pre method
Future<GetBlockHashResponse>
getBlockHash_Pre(
- ServiceCall call,
- Future<
GetBlockHashRequest> request
Implementation
$async.Future<$1.GetBlockHashResponse> getBlockHash_Pre(
$grpc.ServiceCall call,
$async.Future<$1.GetBlockHashRequest> request) async {
return getBlockHash(call, await request);
}