getLatestValidatorSet method

ResponseFuture<GetLatestValidatorSetResponse> getLatestValidatorSet(
  1. GetLatestValidatorSetRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.GetLatestValidatorSetResponse> getLatestValidatorSet(
    $0.GetLatestValidatorSetRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getLatestValidatorSet, request, options: options);
}