Function anchor_lang::system_program::create_account_with_seed
source · [−]pub fn create_account_with_seed<'a, 'b, 'c, 'info>(
ctx: CpiContext<'a, 'b, 'c, 'info, CreateAccountWithSeed<'info>>,
seed: &str,
lamports: u64,
space: u64,
owner: &Pubkey
) -> Result<()>