Function solana_stake_program::get_minimum_delegation

source ·
pub fn get_minimum_delegation(feature_set: &FeatureSet) -> u64
Expand description

The minimum stake amount that can be delegated, in lamports. NOTE: This is also used to calculate the minimum balance of a stake account, which is the rent exempt reserve plus the minimum stake delegation.