[][src]Function solana_budget_program::budget_instruction::create_account

pub fn create_account(
    from: &Pubkey,
    contract: &Pubkey,
    lamports: u64,
    expr: BudgetExpr
) -> Vec<Instruction>