[][src]Function solana_sdk::system_instruction::create_account

pub fn create_account(
    from_pubkey: &Pubkey,
    to_pubkey: &Pubkey,
    lamports: u64,
    space: u64,
    program_id: &Pubkey
) -> Instruction