Function solana_sdk::system_transaction::create_account[][src]

pub fn create_account(
    from_keypair: &Keypair,
    to_keypair: &Keypair,
    recent_blockhash: Hash,
    lamports: u64,
    space: u64,
    program_id: &Pubkey
) -> Transaction
Expand description

Create and sign new SystemInstruction::CreateAccount transaction