Display

data class Display(val text: String, val logo: ByteString?)

Describes something in a user-facing manner.

This is used to describe both issuers and credentials.

Constructors

Link copied to clipboard
constructor(text: String, logo: ByteString?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val logo: ByteString?

Image bytes in PNG or JPEG format.

Link copied to clipboard

User-visible text.

Functions

Link copied to clipboard
Link copied to clipboard