Function spl_stake_pool::instruction::remove_validator_from_pool_with_vote[][src]

pub fn remove_validator_from_pool_with_vote(
    program_id: &Pubkey,
    stake_pool: &StakePool,
    stake_pool_address: &Pubkey,
    vote_account_address: &Pubkey,
    new_stake_account_authority: &Pubkey
) -> Instruction
Expand description

Create an RemoveValidatorFromPool instruction given an existing stake pool and vote account