Function delegation_program_sdk::utils::create_pda
source ยท pub fn create_pda<'a, 'info>(
target_account: &'a AccountInfo<'info>,
owner: &Pubkey,
space: usize,
pda_seeds: &[&[&[u8]]],
system_program: &'a AccountInfo<'info>,
payer: &'a AccountInfo<'info>
) -> ProgramResult
Expand description
Creates a new pda