Success

data class Success(val fingerprint: ByteArray) : Result

Constructors

Link copied to clipboard
constructor(fingerprint: ByteArray)

Properties

Link copied to clipboard
val fingerprint: ByteArray

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int