//! The [stake native program][np].
//!
//! [np]: https://docs.solanalabs.com/runtime/sysvars#stakehistory
/// The minimum number of epochs before stake account that is delegated to a delinquent vote
/// account may be unstaked with `StakeInstruction::DeactivateDelinquent`
pub const MINIMUM_DELINQUENT_EPOCHS_FOR_DEACTIVATION: usize = 5;