Uses of Class
com.exonum.binding.common.proofs.map.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 MapProofStatus
CheckedFlatMapProof. getProofStatus()
MapProofStatus
CheckedMapProof. getProofStatus()
Returns the status of this proof: whether it is structurally valid.static MapProofStatus
MapProofStatus. 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 CheckedFlatMapProof
CheckedFlatMapProof. invalid(MapProofStatus status)
Creates an invalid map proof.