solana_client::rpc_response

Type Alias RpcLeaderSchedule

Source
pub type RpcLeaderSchedule = HashMap<String, Vec<usize>>;
Expand description

Map of leader base58 identity pubkeys to the slot indices relative to the first epoch slot

Aliased Typeยง

struct RpcLeaderSchedule { /* private fields */ }