Function transaction_builder_generator::rust::output
source · pub fn output(
out: &mut dyn Write,
abis: &[ScriptABI],
local_types: bool
) -> Result<()>
Expand description
Output transaction builders in Rust for the given ABIs.
If local_types
is true, we generate a file suitable for the Diem codebase itself
rather than using serde-generated, standalone definitions.