write_nef_file

Function write_nef_file 

Source
fn write_nef_file(
    path: &str,
    script: &[u8],
    tokens: &[MethodToken],
    source: &str,
    json_warnings: bool,
) -> Result<u32, String>