getConsensusInfo_Pre method
Future<GetConsensusInfoResponse>
getConsensusInfo_Pre(
- ServiceCall call,
- Future<
GetConsensusInfoRequest> request
Implementation
$async.Future<$1.GetConsensusInfoResponse> getConsensusInfo_Pre(
$grpc.ServiceCall call,
$async.Future<$1.GetConsensusInfoRequest> request) async {
return getConsensusInfo(call, await request);
}