pub const MINIMUM_STAKE_DELEGATION: u64 = 1;
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.