LeaderSchedule typedef

LeaderSchedule = Map<String, List>

Validator identities, as base-58 encoded strings, and their corresponding leader slot indices as values (indices are relative to the first slot in the requested epoch).

Implementation

typedef LeaderSchedule = Map<String, List>;