Function solana_stake_program::stake_state::new_stake_history_entry [−][src]
pub fn new_stake_history_entry<'a, I>(
epoch: Epoch,
stakes: I,
history: Option<&StakeHistory>,
fix_stake_deactivate: bool
) -> StakeHistoryEntry where
I: Iterator<Item = &'a Delegation>,