[−][src]Function solana_sdk::system_transaction::create_account
pub fn create_account(
from_keypair: &Keypair,
to: &Pubkey,
recent_blockhash: Hash,
lamports: u64,
space: u64,
program_id: &Pubkey,
_fee: u64
) -> Transaction
Create and sign new SystemInstruction::CreateAccount transaction