Class UncheckedFlatMapProof
- java.lang.Object
-
- com.exonum.binding.common.proofs.map.UncheckedFlatMapProof
-
- All Implemented Interfaces:
UncheckedMapProof
public class UncheckedFlatMapProof extends java.lang.Object implements UncheckedMapProof
An unchecked flat map proof, which does not include any intermediate nodes.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckedMapProof
check()
Checks that a proof has either correct or incorrect structure and returns a CheckedMapProof.
-
-
-
Method Detail
-
check
public CheckedMapProof check()
Description copied from interface:UncheckedMapProof
Checks that a proof has either correct or incorrect structure and returns a CheckedMapProof.- Specified by:
check
in interfaceUncheckedMapProof
-
-