Function solana_program::stake::instruction::split_with_seed

source ยท
pub fn split_with_seed(
    stake_pubkey: &Pubkey,
    authorized_pubkey: &Pubkey,
    lamports: u64,
    split_stake_pubkey: &Pubkey,
    base: &Pubkey,
    seed: &str
) -> Vec<Instruction>