MoveUint8Type

@Serializable(with = MoveUint8TypeSerializer::class)
data class MoveUint8Type(val value: UByte) : MoveValue

Constructors

Link copied to clipboard
constructor(value: UByte)

Properties

Link copied to clipboard