(Staker only) Removes validator from the pool, deactivating its stake
Only succeeds if the validator stake account has the minimum of
max(crate::MINIMUM_ACTIVE_STAKE, solana_program::stake::tools::get_minimum_delegation()). plus the
rent-exempt amount.
0. [w] Stake pool
[s] Staker
[] Stake pool withdraw authority
[w] Validator stake list storage account
[w] Stake account to remove from the pool
[w] Transient stake account, to deactivate if necessary
(Staker only) Removes validator from the pool, deactivating its stake Only succeeds if the validator stake account has the minimum of
max(crate::MINIMUM_ACTIVE_STAKE, solana_program::stake::tools::get_minimum_delegation()). plus the rent-exempt amount. 0.[w]Stake pool[s]Staker[]Stake pool withdraw authority[w]Validator stake list storage account[w]Stake account to remove from the pool[w]Transient stake account, to deactivate if necessary[]Sysvar clock[]Stake program id,