Function transaction_builder_generator::csharp::write_source_files
source · 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).