Fetch the leader schedule for the epoch that corresponds to the provided slot.
If unspecified, the leader schedule for the current epoch is fetched
When a slot is provided, the leader schedule for the epoch that corresponds
to the provided slot is returned, and this can be null if the slot corresponds
to an epoch that does not exist.
The RPC request payload provides a null value for slot when the slot is not
specified but the request wishes to include config.
Fetch the leader schedule for the epoch that corresponds to the provided slot. If unspecified, the leader schedule for the current epoch is fetched
When a slot is provided, the leader schedule for the epoch that corresponds to the provided slot is returned, and this can be null if the slot corresponds to an epoch that does not exist.
The RPC request payload provides a
nullvalue forslotwhen the slot is not specified but the request wishes to include config.