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