Class UncheckedListProofAdapter<E>

    • Constructor Detail

      • UncheckedListProofAdapter

        public UncheckedListProofAdapter​(ListProofNode rootProofNode,
                                         Serializer<E> serializer)
        Creates UncheckedListProofAdapter for convenient usage of ListProof interfaces.

        UncheckedListProofAdapter check() method will return CheckedListProof containing results of list proof verification.

        Parameters:
        rootProofNode - source list proof
        serializer - proof elements serializer