VerifiableCredentialTypeContainer

A data class representing a container for verifiable credential types. This data class is used to encode and decode verifiable credential types for use with JSON. The VerifiableCredentialTypeContainer contains properties for the ID and type of the verifiable credential. ::: info The VerifiableCredentialTypeContainer is used to encode and decode verifiable credential types for use with JSON. :::

Constructors

Link copied to clipboard
constructor(id: String, type: String)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard