pub fn output_library_header(
    out: &mut dyn Write,
    abis: &[ScriptABI],
    namespace: Option<&str>
) -> Result<()>
Expand description

Output the headers of a library providing C++ transaction builders for the given ABIs.