crown new top staker

This commit is contained in:
Hardhat Chad
2024-06-27 14:01:52 +00:00
parent 77bf195139
commit 3608071f1c
10 changed files with 106 additions and 23 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 {