Function get_minimum_delegation

Source
pub fn get_minimum_delegation(
    is_stake_raise_minimum_delegation_to_1_sol_active: bool,
) -> 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 delegated stake account, which is the rent exempt reserve plus the minimum stake delegation.