DocumentState

data class DocumentState(val timestamp: Instant, val condition: DocumentCondition, val numPendingCredentials: Int, val numAvailableCredentials: Int)

The state of a document, as seen from the issuer's point of view.

Constructors

Link copied to clipboard
constructor(timestamp: Instant, condition: DocumentCondition, numPendingCredentials: Int, numAvailableCredentials: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The current condition of the document.

Link copied to clipboard

The number of available credentials.

Link copied to clipboard

The number of pending credentials.

Link copied to clipboard
val timestamp: Instant

The point in time this state object was generated.

Functions

Link copied to clipboard
Link copied to clipboard