fetchBlockIdAtHeight_Pre method
Future<FetchBlockIdAtHeightRes>
fetchBlockIdAtHeight_Pre(
- ServiceCall call,
- Future<
FetchBlockIdAtHeightReq> request
Implementation
$async.Future<$1.FetchBlockIdAtHeightRes> fetchBlockIdAtHeight_Pre(
$grpc.ServiceCall call,
$async.Future<$1.FetchBlockIdAtHeightReq> request) async {
return fetchBlockIdAtHeight(call, await request);
}