pub type RpcLeaderSchedule = HashMap<String, Vec<usize>>;
Map of leader base58 identity pubkeys to the slot indices relative to the first epoch slot
struct RpcLeaderSchedule { /* private fields */ }