TokenStatus

value class TokenStatus(val value: UByte)(source)
  1. Status Types

This document defines statuses of Referenced Tokens as Status Type values. A status describes the state, mode, condition or stage of an entity that is represented by the Referenced Token. A Status List can not represent multiple statuses per Referenced Token. If the Status List contains more than one bit per token (as defined by bits in the Status List), then the whole value of bits MUST describe one value. Status Types MUST have a numeric value between 0 and 255 for their representation in the Status List. The issuer of the Status List MUST choose an adequate bits (bit size) to be able to describe the required Status Types for its application.

Constructors

Link copied to clipboard
constructor(value: UByte)
constructor(value: UInt)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Note that value 0x03 and the range 0x0B until 0x0F are reserved as application specific.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard