Function switchboard_solana::program_id::stake::instruction::redelegate_with_seed
pub fn redelegate_with_seed(
stake_pubkey: &Pubkey,
authorized_pubkey: &Pubkey,
vote_pubkey: &Pubkey,
uninitialized_stake_pubkey: &Pubkey,
base: &Pubkey,
seed: &str
) -> Vec<Instruction>