Uses of Class
com.horizen.commitmenttreenative.ScExistenceProof
-
Packages that use ScExistenceProof Package Description com.horizen.commitmenttreenative -
-
Uses of ScExistenceProof in com.horizen.commitmenttreenative
Methods in com.horizen.commitmenttreenative that return ScExistenceProof Modifier and Type Method Description static ScExistenceProofScExistenceProof. deserialize(byte[] existanceProofBytes)Methods in com.horizen.commitmenttreenative that return types with arguments of type ScExistenceProof Modifier and Type Method Description Optional<ScExistenceProof>CommitmentTree. getScExistenceProof(byte[] scId)Methods in com.horizen.commitmenttreenative with parameters of type ScExistenceProof Modifier and Type Method Description static booleanCommitmentTree. verifyScCommitment(FieldElement scCommitment, ScExistenceProof existenceProof, FieldElement commitment)
-