Interface UncheckedListProof
-
- All Known Implementing Classes:
UncheckedListProofAdapter
public interface UncheckedListProofA proof that some elements exist in a proof list. You mustcheck()its structure and root hash before accessing the elements.
-
-
Method Summary
Modifier and Type Method Description CheckedListProofcheck()Checks that a proof has either correct or incorrect structure and returns a CheckedListProof.ListProofNodegetRootProofNode()Returns raw source proof of this UncheckedListProof.
-
-
-
Method Detail
-
check
CheckedListProof check()
Checks that a proof has either correct or incorrect structure and returns a CheckedListProof.
-
getRootProofNode
ListProofNode getRootProofNode()
Returns raw source proof of this UncheckedListProof.
-
-