Use BatchEntry not CommitmentProof, to avoid recursion

interface CompressedBatchEntry {
    exist?: CompressedExistenceProof;
    nonexist?: CompressedNonExistenceProof;
}

Properties

Properties