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