There is no option to proof non inclusion It might be good to have a functoin to verify non inclusion like below ``` let proof = await tree.getProofForNonInclusion() await tree.verifyNonInclusion(...proof) ```