crown new top staker

This commit is contained in:
Hardhat Chad
2024-06-27 14:01:52 +00:00
parent f5c6975b48
commit f1a9146830
10 changed files with 108 additions and 25 deletions

View File

@@ -20,8 +20,11 @@ pub struct Config {
/// The timestamp of the last reset.
pub last_reset_at: i64,
/// The largest stake account on the network.
/// The largest known stake balance on the network.
pub max_stake: u64,
/// The address of the proof account with the highest stake balance.
pub top_staker: Pubkey,
}
impl Discriminator for Config {