solana_program::stake_history

Trait StakeHistoryGetEntry

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

Required Methods§

Implementors§