fetchBlockIdAtHeight_Pre method

Future<FetchBlockIdAtHeightRes> fetchBlockIdAtHeight_Pre(
  1. ServiceCall call,
  2. Future<FetchBlockIdAtHeightReq> request
)

Implementation

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