HashResponse

data class HashResponse(val type: String, val value: String)

Container message for hash values.

Constructors

Link copied to clipboard
fun HashResponse(type: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of hash that was performed.

Link copied to clipboard

The hash value.