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