solana-stake-interface 4.3.1

Instructions and constructors for the Stake program
Documentation
1
2
3
4
5
6
7
//! A type to hold data for the [`StakeHistory` sysvar][sv].
//!
//! [sv]: https://docs.anza.xyz/runtime/sysvars#stakehistory

pub use solana_stake_history::{
    Epoch, StakeHistory, StakeHistoryEntry, StakeHistoryGetEntry, MAX_ENTRIES, SIZE,
};