BrokenState

data class BrokenState(val invalidHash: Boolean, val otherHash: Boolean, val otherAlgorithm: Boolean)

Constructors

Link copied to clipboard
constructor(invalidHash: Boolean, otherHash: Boolean, otherAlgorithm: Boolean)

Properties

Link copied to clipboard
val invalidHash: Boolean
Link copied to clipboard
val otherAlgorithm: Boolean
Link copied to clipboard
val otherHash: Boolean