fetchEpochData_Pre method
Implementation
$async.Future<$1.FetchEpochDataRes> fetchEpochData_Pre($grpc.ServiceCall call,
$async.Future<$1.FetchEpochDataReq> request) async {
return fetchEpochData(call, await request);
}
$async.Future<$1.FetchEpochDataRes> fetchEpochData_Pre($grpc.ServiceCall call,
$async.Future<$1.FetchEpochDataReq> request) async {
return fetchEpochData(call, await request);
}