remove_validator_from_pool

Function remove_validator_from_pool 

Source
pub fn remove_validator_from_pool(
    program_id: &Pubkey,
    stake_pool: &Pubkey,
    staker: &Pubkey,
    stake_pool_withdraw: &Pubkey,
    validator_list: &Pubkey,
    stake_account: &Pubkey,
    transient_stake_account: &Pubkey,
) -> Instruction
Expand description

Creates RemoveValidatorFromPool instruction (remove validator stake account from the pool)