Interface ProofStatus

All Known Implementing Classes:
ListProofStatus, MapProofStatus

public interface ProofStatus
A status of collection proof verification.
  • Method Summary

    Modifier and Type Method Description
    String getDescription()
    Returns the description of the proof verification result.
  • Method Details