U64

@Serializable
value class U64(val value: Long) : Response

Constructors

Link copied to clipboard
constructor(value: Long)

Properties

Link copied to clipboard
val value: Long