Function make_tree_limits

Source
pub fn make_tree_limits(
    a: &mut Allocator,
    unstructured: &mut Unstructured<'_>,
    max_nodes: i64,
    reuse_nodes: bool,
) -> Result<(NodePtr, u32)>
Expand description

returns an arbitrary CLVM tree structure and the number of (unique) nodes it’s made up of. That’s both pairs and atoms.