Modules§
- config for staking carries variables that the stake program cares about
- Information about points calculation based on stake state. Used by
solana-runtime
. - Stake state
Functions§
- Returns
true
if given pubkey is the program ID. - 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.
- Returns the program ID.