fetchBlockIdAtDepth_Pre method

Future<FetchBlockIdAtDepthRes> fetchBlockIdAtDepth_Pre(
  1. ServiceCall call,
  2. Future<FetchBlockIdAtDepthReq> request
)

Implementation

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