Modules§
- config
- config for staking carries variables that the stake program cares about
- stake_
instruction - stake_
state - Stake state
Functions§
- add_
genesis_ accounts - check_
id - Returns
trueif given pubkey is the program ID. - get_
minimum_ delegation - 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.
- id
- Returns the program ID.