Interface UncheckedListProof

  • All Known Implementing Classes:
    UncheckedListProofAdapter

    public interface UncheckedListProof
    A proof that some elements exist in a proof list. You must check() its structure and index hash before accessing the elements.
    • Method Detail

      • check

        CheckedListProof check()
        Checks that a proof has either correct or incorrect structure and returns a CheckedListProof.
      • getListProofRootNode

        ListProofNode getListProofRootNode()
        Returns the root node of the corresponding proof tree of this UncheckedListProof.