Function mpl_fixed_price_sale::utils::sys_create_account
source · [−]pub fn sys_create_account<'a>(
from: &AccountInfo<'a>,
to: &AccountInfo<'a>,
lamports: u64,
space: usize,
owner: &Pubkey,
signer_seeds: &[&[u8]]
) -> Result<()>
Expand description
Wrapper of create_account
instruction from system_program
program