pub fn write_source_files(
    install_dir: PathBuf,
    namespace_name: &str,
    abis: &[ScriptABI]
) -> Result<()>
Expand description

Output transaction builders and decoders in C# for the given ABIs. Source files will be located in a subdirectory of install_dir corresponding to the given namespace name (if any, otherwise install_dir it self).