Solana · Arazzo Workflow
Solana Audit Validator Vote Accounts and Inflation Rewards
Version 1.0.0
Read the current epoch, list current and delinquent vote accounts, and resolve inflation rewards.
Provider
Workflows
validator-rewards
Check validator vote health and the inflation rewards paid to addresses.
Combines vote-account standing with per-address inflation rewards for a completed epoch.
1
epochInfo
getEpochInfo
Read the current epoch so the caller can confirm the requested reward epoch has actually completed.
2
voteAccounts
getVoteAccounts
List the cluster's vote accounts at finality, split into validators voting normally and validators the cluster considers delinquent. A stake account delegated to a delinquent validator stops earning.
3
inflationRewards
getInflationReward
Resolve the inflation rewards credited to the supplied addresses for the completed epoch, including the amount, the commission the validator took, and the resulting balance.
4
inflationRate
getInflationRate
Read the network's current inflation split between validators and the foundation, the baseline any individual reward should be judged against.