fetchBlockIdAtDepth_Pre method
Future<FetchBlockIdAtDepthRes>
fetchBlockIdAtDepth_Pre(
- ServiceCall call,
- Future<
FetchBlockIdAtDepthReq> request
Implementation
$async.Future<$1.FetchBlockIdAtDepthRes> fetchBlockIdAtDepth_Pre(
$grpc.ServiceCall call,
$async.Future<$1.FetchBlockIdAtDepthReq> request) async {
return fetchBlockIdAtDepth(call, await request);
}