solana_runtime::stake_history

Trait StakeHistoryGetEntry

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

Required Methods§

Implementors§

Source§

impl StakeHistoryGetEntry for solana_program::stake_history::StakeHistory

Source§

impl StakeHistoryGetEntry for StakeHistorySysvar

Source§

impl StakeHistoryGetEntry for solana_runtime::stake_history::StakeHistory