fn compile_leo_file<N: Network>(
source_file_path: &Path,
program_name: Symbol,
is_test: bool,
output_path: &Path,
handler: &Handler,
options: BuildOptions,
stubs: IndexMap<Symbol, Stub>,
) -> Result<String>
Expand description
Compiles a Leo file. Writes and returns the compiled bytecode.