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