Uses of Class
com.horizen.commitmenttreenative.ScAbsenceProof
-
Packages that use ScAbsenceProof Package Description com.horizen.commitmenttreenative -
-
Uses of ScAbsenceProof in com.horizen.commitmenttreenative
Methods in com.horizen.commitmenttreenative that return ScAbsenceProof Modifier and Type Method Description static ScAbsenceProofScAbsenceProof. deserialize(byte[] absenceProofBytes)Methods in com.horizen.commitmenttreenative that return types with arguments of type ScAbsenceProof Modifier and Type Method Description Optional<ScAbsenceProof>CommitmentTree. getScAbsenceProof(byte[] scId)Methods in com.horizen.commitmenttreenative with parameters of type ScAbsenceProof Modifier and Type Method Description static booleanCommitmentTree. verifyScAbsence(byte[] scId, ScAbsenceProof absenceProof, FieldElement commitment)
-