StatusListInfo

@Serializable
data class StatusListInfo(val statusList: StatusListInfo.StatusList) : CborEncodable

Constructors

Link copied to clipboard
constructor(statusList: StatusListInfo.StatusList)

Types

Link copied to clipboard
@Serializable
data class StatusList(val idx: UInt, val uri: String) : CborEncodable

This is a revocation status information, stored in mobile credential object. It can be used to update the status of the credential.

Properties

Link copied to clipboard