Package com.exonum.binding.common.proofs
Interface ProofStatus
-
- All Known Implementing Classes:
ListProofStatus,MapProofStatus
public interface ProofStatusA status of collection proof verification.
-
-
Method Summary
Modifier and Type Method Description StringgetDescription()Returns the description of the proof verification result.
-
-
-
Method Detail
-
getDescription
String getDescription()
Returns the description of the proof verification result.
-
-