emit_deploy_contract

Function emit_deploy_contract 

Source
fn emit_deploy_contract(
    bytecode: &mut Vec<u8>,
    arg_count: usize,
    use_callt: bool,
    token_patches: &mut Vec<MethodTokenPatch>,
)