getValidatorSetByHeight_Pre method
Future<GetValidatorSetByHeightResponse>
getValidatorSetByHeight_Pre(
- ServiceCall call,
- Future<
GetValidatorSetByHeightRequest> request
Implementation
$async.Future<$0.GetValidatorSetByHeightResponse> getValidatorSetByHeight_Pre(
$grpc.ServiceCall call,
$async.Future<$0.GetValidatorSetByHeightRequest> request) async {
return getValidatorSetByHeight(call, await request);
}