Uses of Class
com.exonum.binding.common.proofs.map.MapProofStatus
-
Packages that use MapProofStatus Package Description com.exonum.binding.common.proofs.map -
-
Uses of MapProofStatus in com.exonum.binding.common.proofs.map
Methods in com.exonum.binding.common.proofs.map that return MapProofStatus Modifier and Type Method Description MapProofStatusCheckedFlatMapProof. getProofStatus()MapProofStatusCheckedMapProof. getProofStatus()Returns the status of this proof: whether it is structurally valid.static MapProofStatusMapProofStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MapProofStatus[]MapProofStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exonum.binding.common.proofs.map with parameters of type MapProofStatus Modifier and Type Method Description static CheckedFlatMapProofCheckedFlatMapProof. invalid(MapProofStatus status)Creates an invalid map proof.
-