Function solana_program::system_instruction::create_account_with_seed  [−][src]
pub fn create_account_with_seed(
    from_pubkey: &Pubkey, 
    to_pubkey: &Pubkey, 
    base: &Pubkey, 
    seed: &str, 
    lamports: u64, 
    space: u64, 
    owner: &Pubkey
) -> Instruction