Interface UncheckedListProof
- All Known Implementing Classes:
UncheckedListProofAdapter
public interface UncheckedListProof
A proof that some elements exist in a proof list of a certain size. You must
check() its structure and index 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.ListProofNodegetListProofRootNode()Returns the root node of the corresponding proof tree of this UncheckedListProof.
-
Method Details
-
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.
-