create_account

Function create_account 

Source
pub fn create_account<'info>(
    system_program: AccountInfo<'info>,
    from: AccountInfo<'info>,
    to: AccountInfo<'info>,
    seeds: &[&[u8]],
    bump: u8,
    space: usize,
    owner: &Pubkey,
) -> Result<()>