Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for method getLeaderSchedule: [slot, config]Positional parameters for
getLeaderSchedule:params[0]: Fetch the leader schedule for the epoch that corresponds to the provided slot. If unspecified, the leader schedule for the current epoch is fetched.params[1]: Optional configuration object.
Returns
Leader schedule for the specified epoch, or null if no schedule is available.