Module state
Source - Boost
- Boost tracks the priority, deposits, and rewards of a staking incentive.
- Config
- Config holds onto global program variables.
- OldBoost
- Boost tracks the priority, deposits, and rewards of a staking incentive.
- OldConfig
- Config holds onto global program variables.
- Stake
- Stake tracks the deposits and rewards of a staker.
- BoostAccount
- OldBoostAccount
- boost_pda
- Fetch the PDA of the boost account.
- config_pda
- Fetch the PDA of the config account.
- stake_pda
- Fetch the PDA of the stake account.