// GetLeaderSchedule returns the leader schedule for an epoch.
func(cl*Client)GetLeaderSchedule(
ctxcontext.Context,
epoch*uint64,// Fetch the leader schedule for the epoch that corresponds to the provided slot. If unspecified, the leader schedule for the current epoch is fetched
commitmentCommitmentType,
// TODO: is identity a pubkey?
identitystring,// Only return results for this validator identity (base-58 encoded)