pub trait StakeHistoryGetEntry { // Required method fn get_entry(&self, epoch: u64) -> Option<StakeHistoryEntry>; }