MoveUint32Type

@Serializable(with = MoveUint32TypeSerializer::class)
data class MoveUint32Type(val value: UInt) : MoveValue

Constructors

Link copied to clipboard
constructor(value: UInt)

Properties

Link copied to clipboard
val value: UInt