U32

@Serializable
data class U32(val value: UInt) : TransactionArgument

Constructors

Link copied to clipboard
constructor(value: UInt)

Properties

Link copied to clipboard
val value: UInt