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