Use BatchEntry not CommitmentProof, to avoid recursion

interface BatchEntry {
    exist?: ExistenceProof;
    nonexist?: NonExistenceProof;
}

Properties

Properties