pub fn arb_commitment_tree<H: Hashable + Clone + Debug, T: Strategy<Value = H>, const DEPTH: u8>(
    min_size: usize,
    arb_node: T
) -> impl Strategy<Value = CommitmentTree<H, DEPTH>>
Available on crate feature legacy-api only.