[][src]Function solana_stake_program::stake_state::new_stake_history_entry

pub fn new_stake_history_entry<'a, I>(
    epoch: Epoch,
    stakes: I,
    history: Option<&StakeHistory>
) -> StakeHistoryEntry where
    I: Iterator<Item = &'a Delegation>,