ZkDocument

@Serializable
data class ZkDocument(val zkDocumentDataBytes: ByteStringWrapper<ZkDocumentData>, val proof: ByteArray)(source)

Part of the ISO/IEC 18013-5:2026 standard: ZKP Mdoc response (10.3.4)

Constructors

Link copied to clipboard
constructor(zkDocumentDataBytes: ByteStringWrapper<ZkDocumentData>, proof: ByteArray)

Properties

Link copied to clipboard
@SerialName(value = "proof")
val proof: ByteArray
Link copied to clipboard
@SerialName(value = "documentData")
val zkDocumentDataBytes: ByteStringWrapper<ZkDocumentData>

Functions

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