Constant solana_sdk::stake::MINIMUM_STAKE_DELEGATION
source · [−]pub const MINIMUM_STAKE_DELEGATION: u64 = 1; // 1u64
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.