Class CheckedListProofImpl<E>

  • All Implemented Interfaces:
    CheckedProof, CheckedListProof

    public class CheckedListProofImpl<E>
    extends Object
    implements CheckedListProof
    A checked list proof includes list proof verification results.

    If it is correct you may access:

    • a calculated Merkle root hash
    • proof elements
    If the proof is not valid, you may get the verification status using getProofStatus() with description of why the proof is not valid.