pub fn compile_script(
    file_name: &str,
    code: &str,
    extra_deps: Vec<CompiledModule>
) -> Script
Expand description

Compile the provided Move code into a blob which can be used as the code to be executed (a Script).