LongValue

data class LongValue(val value: Long) : ZkSystemParamValue

A number value.

Constructors

Link copied to clipboard
constructor(value: Long)

Properties

Link copied to clipboard
val value: Long

the value.

Functions

Link copied to clipboard
open fun toDataItem(): DataItem

Encodes the value as Cbor.

Link copied to clipboard
open fun toJson(): JsonElement

Encodes the value as Json.