Function solana_program::stake::instruction::redelegate_with_seed

source ยท
pub fn redelegate_with_seed(
    stake_pubkey: &Pubkey,
    authorized_pubkey: &Pubkey,
    vote_pubkey: &Pubkey,
    uninitialized_stake_pubkey: &Pubkey,
    base: &Pubkey,
    seed: &str
) -> Vec<Instruction>