StatusList

@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.

Parameters

idx

Contains the index of the status entry of the MSO in the corresponding remote status list.

uri

Contains the HTTPS URL of the remote status list.

Constructors

Link copied to clipboard
constructor(idx: UInt, uri: String)

Properties

Link copied to clipboard
val idx: UInt
Link copied to clipboard
val uri: String