You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -587,3 +593,55 @@ func (h *HandlerService) GetValidatorDashboardTotalConsensusLayerDeposits(ctx co
587
593
r.Data=*data
588
594
returnr, nil
589
595
}
596
+
597
+
// GetTruncatedGuestValidatorDashboard godoc
598
+
//
599
+
// @Description Get validators (ordered by index) eligible for the guest dashboard's free tier, stopping once their total effective balance meets the tier's balance limit.
600
+
//
601
+
// @Tags Validator Dashboard
602
+
// @Produce json
603
+
// @Param validators query string true "Provide a comma separated list of validator indices or public keys to put into the dashboard."
0 commit comments