U8

@Serializable(with = U8Serializer::class)
data class U8(val value: Byte) : TransactionArgument

Constructors

Link copied to clipboard
constructor(value: Byte)

Properties

Link copied to clipboard
val value: Byte