CredentialDefinition

data class CredentialDefinition(val schemaId: String, val type: String, val tag: String, val value: Array<String>, val issuerId: String)(source)

Represents a credential definition.

Constructors

Link copied to clipboard
constructor(schemaId: String, type: String, tag: String, value: Array<String>, issuerId: String)

Properties

Link copied to clipboard

The unique identifier of the issuer of the credential definition.

Link copied to clipboard

The unique identifier of the schema associated with the credential definition.

Link copied to clipboard
val tag: String

The tag associated with the credential definition.

Link copied to clipboard

The type of the credential definition.

Link copied to clipboard

An array of values associated with the credential definition.

Functions

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

Checks if this CredentialDefinition object is equal to the specified object.

Link copied to clipboard
open override fun hashCode(): Int

Calculates the hash code of the CredentialDefinition object.