JsonRPCInt

data class JsonRPCInt(value: Int) : JsonRPCParam

Types

Serializer
Link copied to clipboard
common
object Serializer : KSerializer<JsonRPCInt>

Properties

value
Link copied to clipboard
common
val value: Int