(Staker only) Adds stake account delegated to validator to the pool's
list of managed validators.
The stake account will have the rent-exempt amount plus
max( crate::MINIMUM_ACTIVE_STAKE, solana_program::stake::tools::get_minimum_delegation() ).
It is funded from the stake pool reserve.
0. [w] Stake pool
[s] Staker
[w] Reserve stake account
[] Stake pool withdraw authority
[w] Validator stake list storage account
[w] Stake account to add to the pool
[] Validator this stake account will be delegated to
[] Rent sysvar
[] Clock sysvar
'[]' Stake history sysvar
'[]' Stake config sysvar
[] System program
[] Stake program
User data: optional non-zero u32 seed used for generating the
validator stake address
(Staker only) Adds stake account delegated to validator to the pool's list of managed validators. The stake account will have the rent-exempt amount plus
max( crate::MINIMUM_ACTIVE_STAKE, solana_program::stake::tools::get_minimum_delegation() ). It is funded from the stake pool reserve. 0.[w]Stake pool[s]Staker[w]Reserve stake account[]Stake pool withdraw authority[w]Validator stake list storage account[w]Stake account to add to the pool[]Validator this stake account will be delegated to[]Rent sysvar[]Clock sysvar[]System program[]Stake program User data: optional non-zerou32seed used for generating the validator stake address