Fetch the slot leaders for a given slot range.
HTTP transport instance
Start slot (inclusive)
Number of leaders to return (between 1 and 5000)
Additional call options
Array of base-58 encoded validator identity public keys
const leaders = await getSlotLeaders(transport, 100, 10); Copy
const leaders = await getSlotLeaders(transport, 100, 10);
1.0.0
Fetch the slot leaders for a given slot range.