solana-sysvar 4.1.0

Solana sysvar account types
Documentation
1
2
3
4
5
6
7
8
9
//! Re-exports for the `StakeHistory` sysvar.

pub use {
    solana_stake_history::{
        sysvar::{check_id, id, StakeHistorySysvar, ID},
        StakeHistory, StakeHistoryEntry, StakeHistoryGetEntry, MAX_ENTRIES, SIZE,
    },
    solana_sysvar_id::SysvarId,
};