Fetch the EpochRewards sysvar.
EpochRewards
Tracks the progress of epoch rewards distribution. It includes:
Note that EpochRewards only lasts for a handful of blocks at the start of an epoch. When all rewards have been distributed, the sysvar is deleted. See https://github.com/solana-labs/solana/blob/e0203f22dc83cb792fa97f91dbe6e924cbd08af1/docs/src/runtime/sysvars.md?plain=1#L155-L168
Optional
Fetch the
EpochRewardssysvar.Tracks the progress of epoch rewards distribution. It includes:
Note that
EpochRewardsonly lasts for a handful of blocks at the start of an epoch. When all rewards have been distributed, the sysvar is deleted. See https://github.com/solana-labs/solana/blob/e0203f22dc83cb792fa97f91dbe6e924cbd08af1/docs/src/runtime/sysvars.md?plain=1#L155-L168