Type Alias solana_client::rpc_response::RpcLeaderSchedule
source · pub type RpcLeaderSchedule = HashMap<String, Vec<usize, Global>, RandomState>;
Expand description
Map of leader base58 identity pubkeys to the slot indices relative to the first epoch slot
Aliased Type§
struct RpcLeaderSchedule { /* private fields */ }